.img-edm
{
    width: 250px;
    height: 100px;
    background: url(../images/EDM.png), url(../images/file00.png);
    background-repeat: no-repeat;
    background-position: left 170px top 14px, center center;
    background-size: 72px 72px, 250px 100px;
    border-radius: 0,0 12px 0px 0px;


}
.img-edm p {
    height: 100px;
    color: #3A3A3A;
    width: 160px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .img-edm{
        width: 250px;
        height: 100px;
	    background: url(../images/EDM.png), url(../images/file00.png);
	    background-repeat: no-repeat;
	    background-position: left 170px top 14px, center center;
	    background-size: 72px 72px, 250px 100px;
	    border-radius: 0,0 12px 0px 0px;
    }
}

/* one chatbot life style start */
.wrap.noheader .content
{
    margin-top: 0px; 
}

.a:hover{
   color: #0091FF;
}

.modal-content {
	max-height: 90vh;
	border-radius: 12px 12px 0px 0px;
}

.subview_box {
    margin: 10px 0px 20px 0px !important;
}

.dropdown-toggle {
	height: 45px;
    font-size: 16px;	
}

.bootstrap-select .bs-caret{
    color: #000000;
    background-color: #ffffff;
}

.sub_input_select .bootstrap-select{
	margin-top: 7px;
}

.modal {
    outline: 0;
}

.subview_head {
    height: 44px;
    padding-top: 0px;
}

/* one chatbot life style end */

