@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

h1, h2 {
    font-weight: 900;
    text-transform: uppercase;
}
/*** common css start ***/
.body p{
  line-height: 26px !important;
  letter-spacing: 0.03em;
}

a{
text-decoration: none !important;
transition: ease .3s all;
}

.w_100 .container{
   max-width: 100% !important;
}

.mw_820 .container{
  max-width: 820px !important;
  margin: auto;
}

.px_20 .container{
  padding-right: 20px !important;
  padding-left: 20px !important;
}

html body .slider_box .d-con-slider-caption .d-slider-caption br {
    display: none;
}

.slider_box .d-appointment-button, .comn_btn a{
    background: linear-gradient(to bottom, rgba(131,0,5,1) 0%,rgba(218,32,39,1) 25%,rgba(131,0,5,1) 50%,rgba(218,32,39,1) 75%,rgba(131,0,5,1) 100%);
    background-size: 101% 200%;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.5s;
}

.d-appointment-button:hover, .comn_btn a:hover {
    background-position: 0 -100%;
}

.box_shade img{
      box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
}

.img_brd img{
      border: 2px solid #da2027;
}

/** affiliates CSS start **/
.affiliates_sec .container {
    max-width: unset !important;
}

.affiliates_sec .container .u-row > div:first-child {
    background: url('https://assets.unlayer.com/projects/5192/1677480932642-bg1%20(1).jpg') no-repeat center;
    background-size: cover;
}

.affiliates_sec .container .u-row > div:last-child {
    background: url('https://assets.unlayer.com/projects/5192/1677475095739-bg3.jpg') no-repeat center;
    background-size: cover;
}

.affiliates_sec .container .u-row{
    align-items: stretch !important;
}

.affiliates_sec .container .u-row > div{
    display: flex;
    align-items: center;
}

.affiliates_sec .container .u-row > div:last-child > div{
   margin-right: auto;
}

.affiliates_sec #u_content_custom_affiliates_1 .d-affiliate,
.affiliates_sec #u_content_custom_affiliates_2 .d-affiliate {
    width: 40%;
}

/** Modal Popup CSS Start  **/
/*** Appointment css start ***/
#popupAnnouncement .modal-dialog {
    max-width: 600px !important;
}

#popupAnnouncement .modal-body{
  max-height: 100% !important;
}

#popupAnnouncement .modal-content {
    border-radius: 6px;
    padding: 0;
}

#popupAnnouncement .modal-footer .d-con-announcement-button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

#popupAnnouncement .modal-footer .d-con-announcement-button:hover{
   background-color: #ebebeb;
}

#popupAnnouncement .modal-content .modal-body p:first-child span{
    font-size: 20px !important;
}

#popupAnnouncement .modal-content .modal-body p span, 
#popupAnnouncement .modal-content .modal-body p a {
    font-size: 16px !important;
    font-weight: 400;
}

#popupAnnouncement .modal-content .modal-body p strong{
  font-size: 16px !important;
}

#popupAnnouncement .modal-content .modal-body p a{
    display: inline-block;
    padding: 5px;
    min-width: 80%;
    border: 3px solid #c20000 !important;
    border-radius: 6px;
    font-weight: 600;
    color: #c20000;
    transition: ease .4s all;
}

#popupAnnouncement .modal-content .modal-body p a:hover{
 color: #ffffff;
 background-color: #c20000;
}

#popupAnnouncement .modal-content .modal-body h3 span{
    font-family: 'Montserrat',sans-serif;
    font-size: 26px !important;
    font-weight: 900;
    text-transform: uppercase;
}

#popupAnnouncement .modal-content .modal-header{
  padding-top: 10px;
  padding-bottom: 0px;
}

.modal-content .modal-header .d-close-modal {
    font-size: 10px;
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.18;
}

@media screen and (min-width: 1024px){
  .body{
      padding-top: 0px !important;
  }
}

@media screen and (max-width: 768px){
   .affiliates_sec #u_content_custom_affiliates_1 .d-affiliate, 
   .affiliates_sec #u_content_custom_affiliates_2 .d-affiliate{
     width: 50% !important;
   }
}
