/*** common css start ***/
.full_width_container > .container {
    max-width: 100% !important;
}

.mw_860_width .container .u-row .u-col{
   max-width: 860px !important;
   margin: auto;
}

.mw_745_width .container .u-row .u-col{
   max-width: 745px !important;
   margin: auto;
}

.mw_1450_width .container{
  max-width: 1450px !important;
}

.row_padding .container > .u-row{
  padding: 0 20px;
}

.img_shadow > div {
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
}

.img_wdth_100 > div img{
 max-width: 100% !important;
}

.bg_attachment_fixed{
  background-attachment: fixed;
}

.slider_box > ul > li .d-slider-caption {
    margin-bottom: 20px !important;
    text-shadow: -1px 2px 2px #000;
}

.slider_box > ul > li .d-slider-caption > br {
    display: none;
}
#Contact-frmContact #Contact-btnSubmit{
  padding: 12px 0px;
}
#Contact-frmContact #Contact-btnSubmit,
.slider_box .d-appointment-info .d-appointment-button {
   min-width: 160px;
    border: 1px solid #ffffff;
    background: linear-gradient(to bottom, rgba(126,0,0,1) 0%,rgba(196,0,0,1) 25%,rgba(126,0,0,1) 50%,rgba(196,0,0,1) 75%,rgba(126,0,0,1) 100%);
    display: inline-block;
    transition: all 0.5s;
    line-height: 1;
    text-shadow: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 75%);
    background-size: 101% 200%;
    border-radius: 20px !important;
    letter-spacing: .7px;
    font-weight: 700;
}

#appointmentDialog .d-con-appointment #apptSubmitBtn {
    background: rgb(126,0,0);
    background: -moz-linear-gradient(top, rgba(126,0,0,1) 0%, rgba(196,0,0,1) 25%, rgba(126,0,0,1) 50%, rgba(196,0,0,1) 75%, rgba(126,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(126,0,0,1) 0%,rgba(196,0,0,1) 25%,rgba(126,0,0,1) 50%,rgba(196,0,0,1) 75%,rgba(126,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(126,0,0,1) 0%,rgba(196,0,0,1) 25%,rgba(126,0,0,1) 50%,rgba(196,0,0,1) 75%,rgba(126,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0000', endColorstr='#7e0000',GradientType=0 );
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 10px;
    padding: 11px 20px;
    min-width: 160px;
    border: 1px solid #ffffff;
    background: linear-gradient(to bottom, rgba(126,0,0,1) 0%,rgba(196,0,0,1) 25%,rgba(126,0,0,1) 50%,rgba(196,0,0,1) 75%,rgba(126,0,0,1) 100%);
    display: inline-block;
    transition: all 0.5s;
    line-height: 1;
    text-shadow: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 75%);
    background-size: 101% 200%;
    border-radius: 20px !important;
    letter-spacing: .7px;
    font-weight: 700;
}

.custom_button > div > a {
    min-width: 160px;
    background: linear-gradient(to bottom, rgba(126,0,0,1) 0%,rgba(196,0,0,1) 25%,rgba(126,0,0,1) 50%,rgba(196,0,0,1) 75%,rgba(126,0,0,1) 100%);
    display: inline-block !important;
    transition: all 0.5s;
    line-height: 1 !important;
    text-shadow: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 75%);
    background-size: 101% 200%;
    letter-spacing: .7px;
    font-size: 13px !important;
    font-weight: 700;
}
#Contact-frmContact #Contact-btnSubmit:hover,
.slider_box .d-appointment-info .d-appointment-button:hover,
.custom_button > div > a:hover{
    background-position: 0 -100%;
    color: #fff !important;
}

.fs_16 p, .fs_16 p span {
    font-size: 16px !important;
    line-height: 26px !important;
}

h1, h2{
   font-weight: 400 !important; 
    position: relative;
}
h1:after, h2:after {
    display: block;
    content: "";
    width: 53px;
    height: 5px;
    background: #1c3995;
    margin: 14px auto 0;
}

.white_underline h1:after, .white_underline h2:after  {
    content: '';
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 75%);
}

@media(max-width: 767px){
  .mob_text_left p{
    text-align: left !important;
 }

#u_row_12.bg_transparent .container {
    background-color: transparent !important;
}

h1:after, h2:after {
  content: unset !important;
}

 #appointmentDialog .modal-content{
     padding-right: 20px;
     padding-left: 20px;
   }
}