/*   modal form style     */
@media (min-width: 768px) {
    .modal-dialog {
        width: 900px!important;
    }
}
.modal-body.vh-modal-body{
    overflow: hidden;padding: 30px;
}
/* by vi0366 start */
#mb_q_comments{
    resize: vertical;
    min-height: 60px;
}
.remove_style button.multiselect.dropdown-toggle.btn.btn-default{
    text-align: left;
    text-transform: unset;
    border-radius: unset;
    border: unset;
    webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 6px 12px !important;
    height: 45px !important;
    background-color: #efefef;
    font-size: 16px;
}
.remove_style .multiselect-selected-text{
    /*color: #9d9d9d;*/
    color: #512f63;
    font: inherit;
    letter-spacing: .6px;
    font-weight: bold;
    font-size: 16px;
}
.remove_style .multiselect.dropdown-toggle.btn.btn-default[title="Select service"] .multiselect-selected-text{
    color: #9d9d9d;
    font-weight: unset;
}
.remove_style .multiselect-container.dropdown-menu{
    width: 100%;
    background: #efefef;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #66afe9!important;border-top: 0!important;padding-top: 5px;
}
.remove_style .multiselect-container.dropdown-menu a{
    color: #512f63;
}
.remove_style .caret{
    float:right;margin-top: 10px;display: none;
}
/* by vi0366 end */
.vch-new-form input{
    height: 45px;border: 0;border-radius: 0;box-shadow: none;background: #efefef;color: #512f63;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: bold;
}
.vch-new-form input::placeholder{
    font-weight: 400;
}
.vch-new-form input:focus{
    box-shadow: none;border: 1px solid #66afe9;
}
.email-group-btn{
width: 100%;
}
.no-physician.active,.no-physician.active.focus {
box-shadow: none!important;
border: 2px solid #502f62;
border-radius: 2px !important;
outline:0;background: #fff;font-weight: bold;
    color: #502f62;
}
.no-physician {
background: #efefef;
width: 23%;
margin: 0 7px 0px 0!important;
padding: 10px 0;
}

.vch-new-form input[type=checkbox], input[type=radio]{
height: auto;
}
.vch-form{
font-size: 14px;text-align: left;
}
.vch-new-btn {
width: 100%;
float: left;
padding: 15px 20px;
background: #f9ba2e;
margin-top: 10px;
color: #4e2d60;
font-weight: bold;
font-size: 18px;
letter-spacing: .5px;
text-decoration: none!important;
cursor: pointer;
}
.vch-new-btn:hover,.vch-new-btn:focus{
color: #4e2d60;
}
.vch-btn-space{
margin-top: 20px;
margin-bottom: 0
}
h3.vch-form-head {
font-size: 50px;
float: left;
text-align: left;
line-height: 75px;
color: #4e2d60;
padding: 175px 0;
}
.vch-close-btn {
position: absolute;
right: 7px;
padding: 0!important;
top: 0;
font-size: 28px;opacity: 3;
}
.vch-close-btn:hover{
background: #fff;
}
.phisician-selected {
border-radius: 0;
/*border: 2px solid #512f63!important;*/
color: #513063;
font-weight: bold;
letter-spacing: .4px;
font-size: 16px;
background: #efefef;
box-shadow: none;
height: 45px;
}
.frm-text {
border-radius: 0;
background: #efefef;
border: 0;
box-shadow: none;
}
.frm-text{
border-radius: 0
}
.frm-text:focus{
box-shadow: none;
}
.vch-form-head{
border-right: 2px solid #a8b
}
.arrow_box{
position: absolute;
right: 0;
top: 50%;
z-index: 99;
}
.arrow_box:after, .arrow_box:before {
top: 58%;
border: solid transparent;
content: " ";
left: -17px;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:before {
border-color: rgba(194, 225, 245, 0);
border-left-color: #a8b;
border-width: 16px;
margin-top: -16px;
}
.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: #ffffff;
border-width: 13px;
margin-top: -13px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #2874f0;
    color: #fff!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #2874f0;
    outline: 0;
}
.multiselect-container>li>a>label{
    padding: 7px 20px 7px 40px!important;
    font-size: 16px;
    letter-spacing: .6px;font-family: 'Open Sans', sans-serif;
}
p.notify-para {
    float: left;
    color: green;
    margin-top: 10px;
}

/*selectbox-style start*/
button.multiselect.dropdown-toggle.btn.btn-default:hover {
    z-index: 0 !important;
}
button.multiselect.dropdown-toggle.btn.btn-default:focus {
    z-index: 0 !important; border: 1px solid #66afe9;
}
.select-common {
  position: relative;
  height: 45px;
  background: white;
}
.select-common:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  pointer-events: none;
}
.select-common:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
/*  background: #fff;*/
  content: '';
  pointer-events: none;
}
.select-common:hover:before {
/*  background: #fff;*/
}
.select-common select {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
/*  border: 1px solid #a52c2c;*/
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-common select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select-common select::-ms-expand {
  display: none;
}
.select-common select:focus {
  box-shadow: none;
    border: 1px solid #66afe9;
}
.select-bg-col .select-common select {
    background: #efefef;
}

.select-common select  .remove_style button.multiselect.dropdown-toggle.btn.btn-default:focus{box-shadow: none;
    border: 1px solid #66afe9;
}
/*selectbox-style end*/
.mb_quick_h2{
    color: #fff;
    font-size: 20px;
    width: 60%;
    float: right;
}
p.notify-para { 
    margin-top: 10px; 
    font-size: 14px !important; 
    text-align: center !important; 
    font-family: sans-serif !important; 
    padding: 0 40px;
}
/*responsive modal form style*/
@media only screen and (max-width: 431px) and (min-width: 320px){
    form.vch-new-form.mb_quote .form-group {
    width: 100%;
    float: left;
    padding: 0;
}
    .no-physician{
        width: 22%;
    }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
    .vch-form-head{border-right: none;}
    .arrow_box{display: none;}
    h3.vch-form-head {
    font-size: 22px;
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 19px 0 ;
    width: 100%;
}
    .modal-body.vh-modal-body{
        padding: 0
    }
    form.vch-new-form.mb_quote .form-group{
        width: 100%;float: left;
    }
    span.vch-new-btn.mb_q_submit {
    margin-bottom: 30px;
}
    .col-lg-12.from-group {
    clear: both;
}

}
@media only screen and (max-width: 720px) and (min-width: 481px){
    .vch-form-head{border-right: none;}
    .arrow_box{display: none;}
    h3.vch-form-head {
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;margin-top: 0;margin-bottom: 20px;width: 100%;
}
    form.vch-new-form.mb_quote .form-group{
        width: 100%;float: left;
    }
    .no-physician{width: 22%;}.col-lg-12.from-group {
    clear: both;
}
}
@media only screen and (max-width: 991px) and (min-width: 721px){
.mod-lg-6{
    width: 45%;float: left;
}
    h3.vch-form-head {
    font-size: 28px;
    line-height: 40px;
    padding: 265px 0;
}
    .modal-body.vh-modal-body {
    overflow: hidden;
    padding: 40px 8px;
}
    .no-physician{width: 22%;}
    .modal-dialog {
    width: 720px!important;
    margin: 30px auto;
}

}
@media only screen and (max-width: 1199px) and (min-width: 992px){
 .col-lg-6.mod-lg-6 {
    width: 50%;
    float: left;
}
    .no-physician {
        width: 22%;}
    .form-lg-6{
        width: 50%;float: left;
    }
}

    /*responsive modal form style*/

/*   modal form style     */
textarea.form-control { resize: vertical !important; }
