


#hero .inner-banner {
    max-height: 300px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative
}
#hero .medical-banner {
    max-height: 550px;
    height: 550px;
    background-size: cover;
    background-position: center center;
    position: relative
}

#hero .inner-banner .container {
    height: 100%
}

#hero .inner-banner .container .title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 550;
    color: #263238;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:#550000;
    
}
#hero .medical-banner .container .medical_title {
    font-size: 75px;
    line-height: 50px;
    font-weight: 600;
    text-transform:uppercase;
    color: #263238;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    color:#550000;
    
}



#hero .inner-banner .container .title big {
    font-size: 50px;
    line-height: 50px;
     color: #550000;
    
}


.blog-page{
    padding: 3rem;
    padding-top: 5rem;
}
.blog-page .single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-page .single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px
}

.blog-page .single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01)
}

.blog-page .single_post .img-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out
}

.blog-page .single_post .img-post .social_share {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none
}

.blog-page .single_post .meta {
    list-style: none
}

.blog-page .single_post .meta li a {
    font-style: italic;
    color: #9e9e9e;
    text-decoration: none;
    font-size: 12px
}

.blog-page .single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.blog-page .single_post h3 {
    font-size: 20px;
    line-height: 26px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    padding-left: 1rem;
    padding-top: 0.7rem;
}

.blog-page .single_post h3 a {
    color: #550000;
    text-decoration: none;
    font-size: 26px;
    font-weight: 450;

}

.blog-page .right_post p {
    font-size: 18px;
    color: #550000;
    font-weight: 500;
}
.post_head h2 strong{
    font-size: 23px;
    color: #09d066;
}

.blog-page .single_post .blockquote p {
    margin-top: 0 !important
}

.blog-page .right-box .popular-post ul li h5 {
    font-size: 18px
}

.blog-page .right-box .popular-post ul li h5 a {
    color: #212121
}

.blog-page .right-box .tag-clouds ul li {
    margin: 5px
}

.blog-page .right-box .instagram-plugin {
    overflow: hidden
}

.blog-page .right-box .instagram-plugin li {
    float: left;
    overflow: hidden
}

.blog-page .comment-reply li:last-child {
    margin-bottom: none
}

.blog-page .comment-reply li p {
    font-size: 15px;
    color: #757575
}

.blog-page .comment-reply .list-inline li {
    padding-right: 20px
}

.blog-page .comment-reply .list-inline li a {
    font-size: 13px
}

.page.with-sidebar.right .left-box {
    margin-right: -20px
}

@media (max-width: 424px) {
    #hero .inner-banner .container .title {
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        color: #263238;
        position: absolute;
        top: 65%;
        transform: translateY(-50%);
        color:#550000;
        text-align: center;
        
    }
    
    #hero .inner-banner .container .title big {
        font-size: 35px;
        line-height: 50px;
         color: #550000;
        
    }
    .section.blog-page {
        padding: 20px 0
    }
    .blog-page .single_post h3 a {
        color: #550000;
        text-decoration: none;
        font-size: 20px;
        font-weight: 450;
    
    }

    .blog-page .left-box .single-comment-box>ul>li {
        padding: 25px 0
    }

    .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }

    .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }
    
.blog-page{
    padding: 0rem;
    padding-top: 5rem;
}
}
@media (max-width: 424px) {
    .section.blog-page {
        padding: 20px 0
    }
    .right_card{
        margin-top: 45px;
    }
.right_post p{
    margin-right: 0px;
    margin-left: 10px;
}
    .blog-page .left-box .single-comment-box>ul>li {
        padding: 25px 0
    }

    .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }

    .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }

   
      .special-post h4 span{
        color: #09d066;
      }
      .special-post p{
        font-size: 16px;
        padding-top: 0px;
        text-align: justify;
        color: #263238;
        margin-top: -5px;
        margin-left: 10px;
        margin-right: 0px;
      }
}
.moretext {
    display: none;
  }
  .moreless-button{
    padding-left: 1.3rem;
    color: #550000;
    transition: all 0.3s;
  }
  .moreless-button:hover{
    color: #09d066;
  }
  .post-para{
    margin-bottom: 0px;
  }
.post_head{
    padding-top: 11px;
}
  .special-post{
    border-radius: 5px 50px;
    background: #eceeef;
    padding: 20px;
  margin-top: 50px;
  color: #222222;
  }
  .dental-post{
    border-radius: 18px;
  }
  .dental-post h4{
    font-size: 23px;
  }
  .special-post h4{
    color: #550000;
    font-size: 23px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    line-height: 50px;
  }
  .special-post h4 span{
    color: #09d066;
  }
  .special-post p{
    font-size: 16px;
    padding-top: 0px;
    text-align: justify;
    color: #263238;
    margin-top: -5px;
  }

  /* ===choose-us css=== */
  
.y-us-section {
    padding: 12px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 35px;
}
.y-us-title h2 {
    color: #550000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #09d066 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  padding: 25px 20px;
  border-radius: 5px 35px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    
    border: 3px solid #550000;
    border-radius: 50%;
    padding: 1.1rem;
}
.service-3 .service-box .iconset i {
    color: #09d066;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
.service-3 .service-box .y-us-content h4 {
    color: #550000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    /* margin: 14px 0 12px; */
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 15px;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0px;
}
 .special-post  i,
 .last_para i {
    color: #550000;
   
    font-size: 20px;
}
.last_para p{
    font-size: 15px;
}

.blink {
    /* color:black; */
    /* padding-top: 70px; */
    /* text-align: center; */
    font-size:17px;
    font-weight:500;
    animation:blink 2.5s linear infinite alternate 2.5s;
  
  }
  
  @keyframes blink {
    80% {
      color:#222222
    }
    90% {
      color:#550000;
    }
    100% {
      color:#320101;
    }
  }
  
  
  
  
  @media (max-width:431px){
      .service-3 .service-box .y-us-content {
    float: left;
    width: 100%;
    padding-top:10px;
}

.service-3 .service-box {
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  padding: 25px 20px;
  border-radius: 25px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    margin-left:10px;
    border: 3px solid #550000;
    border-radius: 50%;
    padding: 1.1rem;
}
.last_para p{
    font-size: 15px;
    text-align:justify;
    margin:0px;
    padding-top:50px;
}
  
.y-us-section {
    padding: 50px 0 50px;
}


  }


  /* ====dental service css==== */
  .dental_service{
    margin-top: 5rem;
  }
  .dental_title h2{
    color: maroon;
    font-weight: 500;
    font-size: 22px;

}
.dental_service .col-12{
    padding-left: 0px;
}
  
.service-section .service-cnt p {
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: justify;
}

.service-section .services-btn-grp .service-btn {
    width: calc(50% - 15px)
}

.service-section .services-btn-grp .service-btn a {
    display: block;
    color: #fff;
    border-radius: .25rem
}

.service-section .services-btn-grp .service-btn a i {
    background-color: #fff;
    width: 54px;
    margin: 0 auto;
    border-radius: 100%;
    line-height: 54px;
    font-size: 2em
}

.service-section .services-btn-grp .service-btn a h4 {
    font-size: 1.714em;
    font-weight: 600;
    line-height: 1.625rem
}

.service-section .services-btn-grp .service-btn a h4 span {
    font-size: 14px;
    display: block;
    font-weight: 400
}

.service-section .services-btn-grp .service-btn.find-doctor a {
    background-color: #a890d3
}

.service-section .services-btn-grp .service-btn.find-doctor a i {
    color: #a890d3
}

.service-section .services-btn-grp .service-btn.book-appoitntment a {
    background-color: #01d8da
}

.service-section .services-btn-grp .service-btn.book-appoitntment a i {
    color: #01d8da
}
.services-btn-grp img{
    border-radius: 5px 45px;
}

.service_btn a{

    font-size: 15px;
    font-weight: 400;
    background: transparent;
    color: #550000;
    border: 1px solid #550000;
    padding: 0.7rem 1.1rem;
    border-radius: 5px;
    margin-top: 25px;
    transition: all 0.5s;
}

.service_btn a:hover{
    background-color: #550000;
    color: #fff;
    transform: scale(1.1);
}
@media (max-width: 575px) {
    .wrapper {
        overflow: hidden
    }

    #hero .slider .slider_form {
        bottom: -105px
    }

    .why-choose-us .common-cnt .btn-primary {
        display: block;
        margin-bottom: 15px !important
    }

    .service-section .services-btn-grp .service-btn {
        width: calc(100% - 0px)
    }

    .service-section .services-btn-grp .service-btn a {
        margin: 0 0 15px !important
    }

    .main_header #top-nav .text-right {
        text-align: center !important
    }
    .services-btn-grp img{
        border-radius: 20px;
        margin-top: 50px;
    }
    .special-post h4{
        color: #550000;
        font-size: 23px;
        font-weight: 500;
        padding-left: 10px;
        padding-top: 10px;
        text-align: left;
        line-height: 30px;
      }
}
.we-offer-area{
    margin-top: 5rem;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .site-heading h4 span {
    color: #09d066;
  }
  
  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    color: #550000;
  }
  
  .site-heading h4::before {
    background: #09d066 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }
  
  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
  }
  
  .carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #09d066 none repeat scroll 0 0;
    border-color: #09d066;
  }
  
  .we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #09d066;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
  
  .we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 60px 30px 55px;
    border-radius: 5px 55px;
  }
  
  .we-offer-area.text-center .item i {
    background: #09d066 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
  }
  
  .we-offer-area.text-center .item i::after {
    border: 2px solid #09d066;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area.item-border-less .item {
    border: medium none;
  }
  
  .we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
  }
  
  .we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #09d066 none repeat scroll 0 0;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
  }
  
  .we-offer-area .item i {
    color: #09d066;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
  }
  
  .we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    color: #550000;
  }
  
  .we-offer-area .item p {
    margin: 0;
  }
  
  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area .item::after {
    background: #09d066 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  
  .we-offer-area .item:hover::after {
    left: 0;
  }
  
  .we-offer-area .item:hover i,
  .we-offer-area .item:hover h4,
  .we-offer-area .item:hover p {
    color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #09d066 !important;
  }
  
  .we-offer-area.text-left .item i {
    background: #09d066 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
  }
  
  .we-offer-area.text-left .item i::after {
    border: 2px solid #09d066;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
  }
  .department-list{
    margin: 3.9rem 0rem;
  }
  .box-img-cnt {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 420px;

}

.box-img-cnt .box-cnt h4 {
    font-size: 18px;
    line-height: 20px;
    color: #550000;
    text-transform: uppercase;
    padding-left: 19px;
    padding-top: 20px;
}

.box-img-cnt .box-cnt p {
    font-size: 15px;
    line-height: 22px;
    color: #616161
}
.department-title h2{
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 24px;
    color: #550000;
}
.department-title h2 span{
   
    color: #09d066;
}
.dental_para p{
    margin-left: 0px;
    padding-top: 30px;
}

/* =====nephrology css======= */

.nephrology_sec{
  padding: 50px 0px;
}
.nephro_card{
  width: 500px;
  border: none;
}
.nephro_img img{
  width: 500px;
  height: 400px;
}
.nephro_card h3 {
  padding-left: 15px;
    padding-top: 20px;
    font-size: 1.35rem;
    color: #550000;
    /* margin-bottom: 0px; */
    padding-right: 15px;
    font-weight: 500;
}
.nephro_card p{
  font-size: 1rem;
  padding-right: 15px;
  text-align: justify;

  margin-top: 0px;
}

.nephrology_sec .wrapper {
  width: 100%;
}


.containr {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}


.nephrology_sec .question {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #550000;

}

.nephrology_sec .question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.nephrology_sec .question.active::after {
  transform: rotate(45deg);
}

.nephrology_sec .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.nephrology_sec .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-size: 1rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){

  .nephrology_sec .wrapper {
  width: 80%;
}
}
.nephrology_sec .wrapper .wrapper_head{
  font-size: 1.35rem;
  font-weight: 450;
  color: #09d066;
}

.showcase {
  width: 100%;
  height: 450px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 450px;
  background-color: rgb(151 70 1 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* padding: 40px 0px; */
  align-items: center;
  display: flex;
}



.showcase p {
  margin-top: 8px;
  font-size: 1.5em;
line-height: 30px;
  text-align: center;
font-weight: 500;
  margin: auto;
}
.nephro_post{
  padding-top: 40px;
}
.services-btn-grp{
  text-align: end;
}

/* //physiotherapy css  */

.physio_sec{
  padding: 40px 0px;
}
.physio_sec p{
  padding-left: 15px;
}










/*====mediacl page css====*/


#hero .medical-banner .container .medical_date{
  font-size: 55px;
    line-height: 50px;
    font-weight: 600;
    /*text-transform:uppercase;*/
    color: #222222;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color:#000;
}
#hero .medical-banner .container .medical_date  span{
    color:#231e60;
}

#hero .medical-banner .container .medical_location{
  font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    text-transform:uppercase;
    color: #222222;
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    color:#000;
}
#hero .medical-banner .container .medical_location span{
  font-size: 40px;
text-transform:none;
        color:#231e60;
}

 .medical_sec{
    padding:80px 0px;
}
 .medical_sec .tagline{
    font-size:50px;
    color:#231e60;
    font-weight:550;
    text-align:center;
}
 .medical_para{
      font-size: 20px;
    font-weight: 450;
    color: #000;
    text-align: center;
    line-height: 45px;
}
 .medical_sec .tagline span{
     color:#550000;
 }
 .medical_sec .doctor_image{
     padding-top:40px;
 }
.doctor_image .image_row{
    padding:35px 0px;
}
.doctor_image .image_row1{
    margin:auto;
    justify-content:center;
}

.mobile_view{
    display:none;
}

@media (max-width:481px){
    #hero .medical-banner {
    max-height: 450px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative
}
    #hero .medical-banner .container .medical_title {
    font-size: 47px;
    line-height: 50px;
    font-weight: 600;
    text-transform:uppercase;
    
    position: absolute;
    top: 28%;
    /*transform: translateY(-50%);*/
    color:#fff;
    text-align:center;
    
}
    
    #hero .medical-banner .container .medical_date{
        font-size: 28px;
        line-height: 50px;
        font-weight: 600;
        /* text-transform: uppercase; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
        padding-left: 29px;
}
#hero .medical-banner .container .medical_date  span{
    color:#f1f1f1;
    font-size:27px;
}

#hero .medical-banner .container .medical_location{
  font-size: 27px;
    line-height: 50px;
    font-weight: 600;
    /*text-transform:uppercase;*/
    color: #222222;
    position: absolute;
    top: 76%;
    transform: translateY(-50%);
    color:#fff;
    text-align:center;
}
#hero .medical-banner .container .medical_location span{
font-size: 27px;
        line-height: 25px;
        color: #f1f1f1;
        font-weight: 500;
}

 .medical_sec{
    padding:40px 0px;
}
 .medical_sec .tagline{
    font-size:32px;
    color:#231e60;
    font-weight:550;
    text-align:center;
}
 .medical_para{
    font-size:19px;
    font-weight:450;
    color:#000;
    text-align:center;
    line-height:30px;
}
 .medical_sec .tagline span{
     color:#550000;
 }
 .medical_sec .doctor_image{
     padding-top:40px;
 }
.doctor_image .row{
    gap:35px;
}
.doctor_image .image_row1{
    margin:auto;
    justify-content:center;
}


 button.call_btn a{
        padding: 12px 20px !important;
    background: #550000;
    color: #fff;
    text-align: center;
    font-size: 18px !important;
}
.mobile_view{
    display:block;
}
.desktop_view{
    display:none;
}

}

@media (max-width:581px){
    #hero .medical-banner {
    max-height: 450px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative
}
    #hero .medical-banner .container .medical_title {
    font-size: 47px;
    line-height: 50px;
    font-weight: 600;
    text-transform:uppercase;
    
    position: absolute;
    top: 28%;
    /*transform: translateY(-50%);*/
    color:#fff;
    text-align:center;
    
}
    
    #hero .medical-banner .container .medical_date{
        font-size: 28px;
        line-height: 50px;
        font-weight: 600;
        /* text-transform: uppercase; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
        padding-left: 29px;
}
#hero .medical-banner .container .medical_date  span{
    color:#f1f1f1;
    font-size:27px;
}

#hero .medical-banner .container .medical_location{
  font-size: 27px;
    line-height: 50px;
    font-weight: 600;
    /*text-transform:uppercase;*/
    color: #222222;
    position: absolute;
    top: 76%;
    transform: translateY(-50%);
    color:#fff;
    text-align:center;
}
#hero .medical-banner .container .medical_location span{
font-size: 27px;
        line-height: 25px;
        color: #f1f1f1;
        font-weight: 500;
}

 .medical_sec{
    padding:40px 0px;
}
 .medical_sec .tagline{
    font-size:32px;
    color:#231e60;
    font-weight:550;
    text-align:center;
}
 .medical_para{
    font-size:19px;
    font-weight:450;
    color:#000;
    text-align:center;
    line-height:30px;
}
 .medical_sec .tagline span{
     color:#550000;
 }
 .medical_sec .doctor_image{
     padding-top:40px;
 }
.doctor_image .row{
    gap:35px;
}
.doctor_image .image_row1{
    margin:auto;
    justify-content:center;
}


 button.call_btn a{
        padding: 12px 20px !important;
    background: #550000;
    color: #fff;
    text-align: center;
    font-size: 18px !important;
}
.mobile_view{
    display:block;
}
.desktop_view{
    display:none;
}

}


@media (max-width:381px){
    #hero .medical-banner {
    max-height: 400px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative
}
    #hero .medical-banner .container .medical_title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    text-transform:uppercase;
    
    position: absolute;
    top: 28%;
    /*transform: translateY(-50%);*/
    color:#fff;
    text-align:center;
    
}
    
    #hero .medical-banner .container .medical_date{
        font-size: 23px;
        line-height: 50px;
        font-weight: 600;
        /* text-transform: uppercase; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
        padding-left: 22px;
}
#hero .medical-banner .container .medical_date  span{
    color:#f1f1f1;
    font-size:22px;
}

#hero .medical-banner .container .medical_location{
  font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    /*text-transform:uppercase;*/
    color: #222222;
    position: absolute;
    top: 76%;
    transform: translateY(-50%);
    color:#fff;
    text-align:center;
}
#hero .medical-banner .container .medical_location span{
font-size: 27px;
        line-height: 25px;
        color: #f1f1f1;
        font-weight: 500;
}

 .medical_sec{
    padding:40px 0px;
}
 .medical_sec .tagline{
    font-size:32px;
    color:#231e60;
    font-weight:550;
    text-align:center;
}
 .medical_para{
    font-size:19px;
    font-weight:450;
    color:#000;
    text-align:center;
    line-height:30px;
}
 .medical_sec .tagline span{
     color:#550000;
 }
 .medical_sec .doctor_image{
     padding-top:40px;
 }
.doctor_image .row{
    gap:35px;
}
.doctor_image .image_row1{
    margin:auto;
    justify-content:center;
}


 button.call_btn a{
        padding: 12px 20px !important;
    background: #550000;
    color: #fff;
    text-align: center;
    font-size: 18px !important;
}
.mobile_view{
    display:block;
}
.desktop_view{
    display:none;
}

}


.medical_service .col-lg-3{
        background: #222222;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border:2px solid #fff;
   
}
.medical_service h3{
        font-size: 35px;
    font-weight: 550;
    text-align: center;
    color: #550000;
    text-transform: uppercase;
    padding-bottom: 40px;}
    .medical_service .container-fluid{
        margin-bottom:50px;
    }
    button.call_btn a{
        padding: 15px 30px;
    background: #550000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 60px;
    }
 
 .button_call{
     text-align:center;
     margin:auto;
 }
 
/*----medical popup css----*/
.medical_popup .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup content styling */
.medical_popup .popup-content {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Image styling */
.medical_popup .popup-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Close button styling */
.medical_popup .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #0cd268;
}




