
.city-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* border: 10px solid #fff;
    box-shadow: 1px 1px 3px 0px #cbc4c4; */
  }

  .city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    filter: grayscale(1);
    opacity: 0.5;
  }


  .city-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.overlay {
    position: absolute;
    bottom: -100%; /* Start hidden */
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.6);
    padding: 20px 0;
    text-align: center;
    color: #fff;
    transition: bottom 0.5s ease-in-out;
}

.city-card:hover .overlay {
    bottom: 0; /* Slide up into view */
}
  /* .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(3, 27, 78, 0.75);
    padding: 10px 0;
    text-align: center;
    transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
  } */

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(10 10 10 / 30%);
    padding: 10px 0;
    text-align: center;
    transition: height 0.5sease-in-out, padding 0.5sease-in-out;
}

  .city-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .city-card:hover img {
    transform: scale(1.1);
  }

  .city-card:hover .overlay {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .city-card:hover .city-title {
    opacity: 1;
    transform: translateY(0);
  }

  .s-card{
    height: 325px !important;
  }
  .content-wrapper.style-5 .content-info{
    padding-right: 0!important;
  }

  .site-header.style-1 .header-info-bar{
    padding: 0px 0px;
  }

/* swiper slider thumbnail */
.testimonial-thumbs .swiper-slide img{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.testimonial-thumbs .swiper-slide-thumb-active {
    border: 4px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-thumbs .swiper-wrapper .swiper-slide{
    width: 60px!important;
    height: 60px!important;
}


.button-37 {
    background-color: #4b71c4;
    border: 1px solid #28478e;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    /* font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif; */
    font-size: 18px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 13px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    display: block;
  }

  .button-37:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
    color: #e3cf24;
  }



@media only screen and (max-width: 992px) {
.mb-logo {
  height: 50px!important;
  margin-top: 12px!important;
}
.link-btn {
    position: absolute;
    top: 11px;
    right: 8px;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
}
.location-w
{
    width: 600px !important;
}
/* custom code Biswajit  */

.hero-banner.style-1 {
  height: 100vh;
}

.next-btn, .prev-btn{
  width: 60px;
  background: #031b4e;
  padding: 10px !important;
  opacity: 1;
}
.next-btn {
  right: 10px !important;
}
.prev-btn{
  left: 10px !important;
}
.next-btn img, .prev-btn img{
  filter: invert(1);
  border: none !important;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px !important;
}

.pl-30{
  padding-left: 50px;;
}

.dz-img-box.style-1 .dz-media img {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(178deg) brightness(95%) contrast(50%);
}

.icon-bx2 img {
  filter: invert(48%) sepia(15%) saturate(3207%) hue-rotate(182deg) brightness(95%) contrast(60%);
  width: 55px;
}

.icon-bx2.z-media {
  align-content: center;
  align-items: center;
  text-align: center;
}
h3.title2 {
  font-size: 17px;
}

.center-text {
  align-content: center;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-10{
  margin-top: 10px;
}
.pl-10{
  padding-left: 10px;
}
.p-14{
  padding: 13px 5px 5px 14px !important;
}
.dz-content p {
  font-size: 15px;
  font-weight: 300;
}
#banner-thumbnail{
    position: absolute;
    top: 0%;
    left: 10%;
    display: flex;
}
@media screen and (max-width: 992px) {
  .hero-banner.style-1 .hero-thumbnail .thumbnail {
    position: relative !important;
    bottom: 0!important;
    left: 0!important;
    transform: translateY(7%)!important;
    z-index: 2!important;
  }
  .hero-banner.style-1 .hero-content {
    margin-left: 15px;
}
.icon-section{
  display: none;
}
}

/* custom hero banner */
/* Hero Banner */
#custom-banner .hero-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
/* Swiper Container */
#custom-banner .swiper {
    width: 100%;
    height: 100%;
}

#custom-banner .swiper-slide {
    position: relative;
}

#custom-banner .swiper-slide img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
@media (max-width:1366px) {
    #custom-banner .hero-banner{
        height: 90vh;
    }
    #custom-banner .swiper-slide img {
        height: 90vh;
    }
    #custom-banner .slide-title span{
        font-size: 45px!important;
    }
    .slide-title{
        width: 100%;
    }
}
@media (max-width:1024px) {
    #custom-banner .hero-banner{
        height: 50vh;
    }
    #custom-banner .swiper-slide img {
        height: 50vh;
    }
    #custom-banner .slide-title span{
        font-size: 45px!important;
    }
    .slide-title{
        width: 100%;
    }
    #custom-banner .overlapping-section {
        display: none!important;
    }
    #service_cards{
        display: block !important;
    }
    #custom-banner .slide-title{
        top: 50%!important;
    }
    .form-wrapper{
        margin-top: 50px;
    }
}
@media (max-width:768px) {
    #custom-banner .hero-banner{
        height: 50vh;
    }
    #custom-banner .swiper-slide img {
        height: 50vh;
    }
    #custom-banner .slide-title span{
        font-size: 26px!important;
    }
    #custom-banner .slide-title{
        font-size: 18px!important;
    }
    .icon-content a {
        font-size: 14px;
    }
}
@media (max-width:576px) {
    #custom-banner .slide-title span{
        font-size: 20px!important;
    }
    #custom-banner .slide-title{
        font-size: 12px!important;
    }
    #custom-banner .hero-banner{
        height: 40vh;
    }
    #custom-banner .swiper-slide img {
        height: 40vh;
    }
    .icon-bx-wraper.style-1 .icon-bx2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 12px;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 2px 5px 2px #c9c9c9;
}



}





/* Navigation Buttons */
#custom-banner .swiper-button-prev, .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#custom-banner .swiper-button-prev::after, .swiper-button-next::after {
    color: white;
    font-size: 20px;
}

/* Overlapping Section */
#custom-banner .overlapping-section {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    /* padding: 15px 30px; */
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}


/* Clickable Cards */
#custom-banner .card {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
}

#custom-banner .card img {
    width: 40px;
    margin-right: 10px;
}

/* Logo */
#custom-banner .logo img {
    width: 60px;
}
/* Overlay Effect */
#custom-banner .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 27, 78, 0.6); /* Dark Blue with 60% Opacity */
    z-index: 1;
}

/* Ensuring Text is Above Overlay */
#custom-banner .slide-title {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    z-index: 2; /* Ensuring text is above the overlay */
}
#custom-banner .slide-title span{
    font-size: 55px;
}
 .v-tour iframe{
    border-radius: 10px;
}
/* Responsive Design */
@media (max-width: 768px) {
    #custom-banner .overlapping-section {
        flex-direction: column;
        width: 90%;
        padding: 10px;
    }
    #custom-banner .card {
        padding: 10px;
    }
    #custom-banner .logo img {
        width: 50px;
    }
    #custom-banner .slide-title {
        font-size: 24px;
        padding: 10px 20px;
    }
    .v-tour iframe{
        height: 100%;
    }
    #join_us{
        background-color:#fff!important;
        background-image: unset!important;
    }

    .link-btn {
        position: absolute;
        top: 18px !important;
        right: 8px !important;
    }
}
.list-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive Grid */
    gap: 10px;
    margin: auto;
}
.list-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .list-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjust for smaller screens */
    }
    .link-btn {
        position: absolute;
        top: 18px !important;
        right: 8px !important;
    }
}
.testimonial-3 .testimonial-detail::after{
    display: none;
}

/* banner overlap cards */
.care-box {
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    /* border-radius: 10px; */
    transition: all 0.3s ease;
}



.care-icon img {
    width: 60px; /* Adjust icon size */
    height: auto;
}

.care-content {
    flex: 1;
}

.care-title {
    font-size: 1.2rem; /* Smaller title */
    font-weight: bold;
}

.care-content p {
    font-size: 0.95rem; /* Adjust paragraph size */
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .care-box {
        flex-direction: column;
        text-align: center;
        margin-top: 4px;
    }

    .care-icon {
        margin-bottom: 10px;

    }
    .care-title{
        justify-content: center!important;
    }
    .care-box {
        align-items: center!important;;
    }
    .link-btn {
        position: absolute;
        top: 18px !important;
        right: 8px !important;
    }
    .icon-bx-wraper.style-5 .icon-bx {
        height:18px;
        width: 18px;
        min-width: 18px; }
        .floating-underline label {
            font-size: 13px;
            top: 18px;
        }
        .form-wrapper {
            margin-top: 25px;
        }
        .icon-bx2.z-media {
            text-align: left;
            padding-bottom: 2px;
        }
}

.home-care {
    background-color: #4A6FC1;

}
.rehab-care {
    background-color: #0A1839;

}
.care-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.care-icon img {
    width: 40px;
    height: 40px;
}

#custom-banner{
    position: relative;
}
.scroll-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4B71C4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    width: 50px;
    height: 50px;
    transition: background 0.3s;
    z-index: 9;
    animation: wave 0.9s linear infinite;

}

.scroll-btn:hover {
    background-color: #031B4E;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(0, 123, 255, 0);
    }
}

.care-title {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and title */
}

.care-icon img {
    width: 40px; /* Adjust icon size */
    height: auto;
}

/* @media (max-width: 1366px) {
    .care-box{
        height: auto!important;
    }
} */

.icon-bx-wraper.style-3 p{
    height: 216px;
}
.s-cards:hover .icon-bx2 img{
    filter: grayscale(1) invert(1);
}


@media (max-width:768px) {
    .icon-bx-wraper.style-3 p{
        height: auto;
    }
}
.clickable-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.clickable-card .dz-card {
    position: relative;
}

.clickable-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dz-title{
    width: 100%;
}

.clearfix .testimonial-thumbs .swiper-slide:hover{
    cursor: pointer;
}
/* .swiper-slide.swiper-slide-active img {
    border-color: white;
} */

#sticky-box{
    position: sticky!important;
    top: 150px;
}

/* floating icon */
.floating-icon {
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--bs-secondary-rgb);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: grab;
    user-select: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.floating-icon:active {
    cursor: grabbing;
}

.counter {
    will-change: transform;
    backface-visibility: hidden;
}
.content-bx {
    min-height: 100px;
}

@media (max-width:991px) {
    .content-bx{
        margin-left: 0!important;
    }
    #booking-section{
        scroll-margin-top: 80px;
    }
    .container{
        margin-top: 10px;
        margin-bottom: 10px;
}
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin:0 0 30px 0;
}
.btn-container .button {
    margin: 5px;
    background: #1f3668;
    color: #fff;
    padding: 10px 28px;
    border-radius: 10px;
    /* border: 3px solid #9ec8e4;
    box-shadow: 1px 1px #000000; */
}

.btn-containerTwo {
    display: flex;
    gap: 10px;
    margin:0 0 30px 0;
}
.btn-containerTwo .button {
    margin: 5px;
    background: #1f3668;
    color: #fff;
    padding: 4px 14px;
    border-radius: 5px;
    font-size: 14px;
}
.rounded-1{
    border-radius:1px;
}


p.publish-date {
    border: 1px solid #b1bdd7;
    display: inline-block;
    padding: 1px 8px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
    background: #7f90b6;
}

li.page-item.active span.page-link {
    background: #4b71c4;
    color: #fff;
}

.link-btn {
    position: absolute;
    top: 18px;
    right: 15px;
}
a.backbtn {
    color: #fff;
}

.event-tile {
    font-size: 20px;
}
.box-card {
    height: 260px!important;
}

.prefix-msg{
    font-size: 10px!important;
}

.long-description p {
    font-size: 15px;
}
.button-37{
    font-size: 14px;
}


@media (max-width: 768px) {
    .prefix-msg{
        font-size: 8px!important;
    }
    .mb-logo{
        height: 40px!important;
    }
    .mobile_newsletter {
        display: block !important;
        padding-bottom: 10px;
    }
    #booking-section{
        scroll-margin-top: 80px;
    }
    .container{
        margin-top: 10px;
        margin-bottom: 10px;
}
.button-37{
    font-size: 14px;
}

}
@media (max-width: 378px) {
    .prefix-msg{
        font-size: 7px!important;
    }
    .mobile_newsletter {
        display: block !important;
        padding-bottom: 10px;
    }
    #booking-section{
        scroll-margin-top: 80px;
    }
    .container{
        margin-top: 10px;
        margin-bottom: 10px;
}
.button-37{
    font-size: 14px;
}
}

.pagination p{
    margin: 0;
}
.city-card {
    border: 1px solid #dfbcc1;
}

html {
    scroll-padding-top: 100px;
}
.toggle-btn {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
}
.more-text {
    display: none;
}
button.toggle-btn {
    display: block;
    font-size: 12px;
    color: #7c808a;
    border: 1px solid #7c808a;
    padding: 4px 10px;
    border-radius: 20px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin: 10px auto; /* Center horizontally */
    text-align: center;
}

button.toggle-btn:hover {
    background: #7c808a;
    color: white;
}



  input.book-now-input {
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 16px;
    height: 100%;
    outline: 0;
    padding: 12px 13px;
    width: 100%;
    border: 1px solid #494747;
}

.floating-underline.input-light.floating-underline .book-now-select{
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 16px;
    height: 100%;
    outline: 0;
    padding: 15px 13px;
    width: 100%;
    border: 1px solid #494747;
}

.floating-underline.input-light.floating-underline .book-now-input::placeholder {
    color: #fff;
  }

  @media (min-width: 768px) {
    .button-37 {
      padding: 13px 30px;
    }
  }



.toggle-btn-arrow {
    display: none;
}

.video-js .vjs-big-play-button {
    top: 85% !important;
    left: 50% !important;
    background-image: linear-gradient(to top, #86790c, #97900f, #a6a915, #b3c31d, #bedd28)!important;
}

.v-tour {
    border: 10px solid #d4dbde;
    border-radius: 10px;
}

.my-video-dimensions{
    width: 100%;
    height: 310px;
}


@media (max-width: 768px) {
    .description-text {
        display: none; /* Hidden text for mobile by default */
    }

    .toggle-btn-arrow {
        display: inline-block; /* Show button on mobile only */
    }
    .toggle-btn-arrow {
        background: none;
        font-size: 16px;
        cursor: pointer;
        color: #4b71c4;
        position: absolute;
        right: 35px;
        margin-top: -10px;
        border: 1px solid #4b71c4;
        border-radius: 4px;
        padding: 1px 5px;
    }

    .dz-img-box.style-9 {
        border-radius: 10px;
        padding: 6px 10px;
        gap: 10px;
        align-items: center;
        min-height: 30px;

    }
    h3.title2 {
        font-size: 13px;
        margin: 4px 0 0 0;
    }

    .dz-bnr-inr {
        background-position: left;
    }


    .pl-30{
        padding-left: 10px;
    }
    .btn-container {
        display: block;
    }

}


.abuot_p br
{   content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}
span.degi {
    font-size: 12px;
}

.leader-bg {
    background: #e8e9eb;
    border: 2px solid #dadbdc;
}
.media-inner.leader-image img {
    border-right: 1px solid #dadbdc;
    border-bottom: 1px solid #dadbdc;
}

.content-wrapper.style-1.opd-card .dz-media {
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0px 2px 1px 0px #8363634d;
}

.opd-card {
    border: 1px solid #dedbdb;
    background: #eeeeee;
    padding: 10px;
    margin: 10px 0;
    min-height: 260px;
}
.opd-card-2 {
    border: 1px solid #dedbdb;
    background: #eeeeee;
    padding: 10px;
    margin: 10px 0;
}
.tb-1 {
    border-top: 1px solid #dedbdb;
    margin-top: 20px;
        margin: 10px 0;
}

/* new vision mission */
.vision-mission {
    padding: 40px 0;
    /* background: #f5f5f5; */
}
.mv-header {
    text-align: center;
    padding: 20px;
    color: white;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #1e3a8a; /* Matching the dark blue from the image */
}
.vision-wrap .mv-header {
    clip-path: polygon(10% 20%, 100% 0, 100% 100%, 0% 100%);
}
.mission-wrap .mv-header {
    clip-path: polygon(0% 0%, 90% 20%, 100% 100%, 0% 100%);
}
.mv-para {
    padding: 40px;
    text-align: center;
    color: #333;
}
.thermometer {
    text-align: center;
    padding: 20px 0;
    height: 300px;
    position: absolute;
    width: auto;
    top: -60px;

}

ul.opd-doctor-list li p {
    padding-bottom: 0;
    margin-bottom: 3px !important;
}
ul.opd-doctor-list li {
    padding-bottom: 20px;
}
ul.opd-doctor-list li {
    list-style: disc !important;
}
@media (max-width:768px) {
    .thermometer{
        display: none;
    }

    h6.d-name {
        padding-top: 9px;
    }
}

.core-values {
    padding: 40px 0;
    position: relative;
}
.core-values-title {
    padding: 0 20px;
    width: 20%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    /* z-index: 9999999; */
    position: relative;
}
.h-icon img{
    height: 60px;
}
.core-values-title::before {
    left: 0;
    right: 100%;
    margin-right: 10px;
}
.core-values-title::after {
    right: 0;
    left: 100%;
    margin-left: 10px;
}
.cv-wrap {
    text-align: center;
    padding: 15px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    transition: transform 0.3s ease;
}
@media (max-width:768px) {
    .cv-wrap{
        height: 100px;
        width: 100px;
    }
    .cv-wrap p{
        font-size:12px!important;
    }
    .cv-wrap img{
        height: 30px;
        margin-bottom: 0!important;
    }
}
.cv-wrap:hover {
    transform: scale(1.05);
}
.cv-wrap p {
    margin: 0;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    font-size: 14px;
}
.cv-wrap img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    z-index: 1;
}
.rc{
    background-image: url('/assets/images/vision-mission/red-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gc{
    background-image: url('/assets/images/vision-mission/green-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.yc{
    background-image: url('/assets/images/vision-mission/yellow-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .compassion {
    background: linear-gradient(45deg, #ff4d4d, #ff8080);
}
.ownership {
    background: linear-gradient(45deg, #4caf50, #80c783);
}
.quality-healthcare {
    background: linear-gradient(45deg, #ffeb3b, #ffe066);
}
.integrity {
    background: linear-gradient(45deg, #f44336, #ff6659);
}
.efficiency {
    background: linear-gradient(45deg, #4caf50, #80c783);
}
.clientele-satisfaction {
    background: linear-gradient(45deg, #ffeb3b, #ffe066);
} */
@media (max-width:992px) {
.core-values-title {
        width:37%;
    }
}
@media (max-width: 768px) {
    .mv-header {
        min-height: 100px;
    }
    .core-values-title {
        font-size: 1.5rem;
    }
    .core-values-title::before, .core-values-title::after {
        width: 50px;
    }
    .cv-wrap img {
        width: 40px;
        height: 40px;
    }
    .vision-wrap .mv-header {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    }
    .mission-wrap .mv-header {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    }
}
@media (max-width: 576px) {
    .core-values-title {
        font-size: 1.2rem;
    }
    .core-values-title::before, .core-values-title::after {
        width: 30px;
    }
    .vision-wrap .mv-header {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    .mission-wrap .mv-header {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
}
/* #red-line{
    height: 120px;
background-color: transparent;
border-top: 2px solid red;
border-left: 2px solid red;
border-right: 2px solid red;
position: absolute;
top: 57px;
left: 0px;
width: 100%;
} */
#red-line {
height: 52px;
background-color: transparent;
border-top: 3px solid red;
border-left: 3px solid red;
border-right: 3px solid red;
position: absolute;
top: 57px;
left: 50%;
transform: translate(-50%, 0);
width: 85%;
}
@media (max-width:992px) {
#red-line{
width: 69%;
height: 86px;
}
}
@media (max-width:768px) {
#red-line {
width: 52%;
height: 70px;
}
}

/* Vertical red lines with arrow */
.end-line {
position: absolute;
width: 0px;
height: 9px;
background: red;
bottom: 0;
}

.end-line::after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -6px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid red;
}

/* Position them on each side */
.end-line.left {
left: -1px;
}

.end-line.right {
right: -1px;
}

/* homepage banner service cards */
.services-container {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between items */
    border-radius: 12px; /* Rounded corners */
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);  */
    padding: 20px;
}

.service-item {

    padding: 10px;
    margin: 2px;
    text-align: left;
    font-size: 12px;
    color: #333;
    /* background: linear-gradient(135deg, #f5f7fa, #e4e7eb); */
    border-radius: 8px; /* Slightly rounded corners for items */
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); */
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
;
}
/* banner v2 */
.overlapping-section-v2 .service-item{
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
}
.overlapping-section-v2 .service-item:hover{
    background: #0A1839;
}
.overlapping-section-v2 {
    margin-top: -18%;
    position: relative;
    z-index: 999;
    transition: margin-top 0.3s ease;
}
@media (max-width:1068px) {
    .overlapping-section-v2 .service-item{
        min-height: 88px!important;
    }
    .overlapping-section-v2{
        margin: 0;
    }
}

.overlapping-section-v2 .service-item{
    color: #fff!important;
    border-radius: 20px;
}

/* banner v3 */
.overlapping-section-v3 {
    margin-top: -19%;
    position: relative;
    z-index: 999;
    transition: margin-top 0.3s ease;
}
.overlapping-section-v3 .icon-bx-wraper{
    border: 1px solid #f0f0f0;
    min-height: 237px;
}
.v4 .icon-bx-wraper{
    min-height: 191px!important;
    display: flex;
    align-items: center;
}
.v5 .icon-bx-wraper{
    min-height: 156px;
    display: flex;
    align-items: center;
}
.v4 .dz-title, .v5 .dz-title{
    font-size: 14px!important;
}
.v5 .icon-bx-wraper.style-4{
    padding: 0px 18px;
}
.v4 .icon-bx-wraper.style-4{
    padding: 0px 10px!important;
}
.v5 img{
    height: 40px;
    object-fit: contain;
}
.v6 .icon-bx-wraper{
min-height: 120px!important;
}
@media (max-width:768px) {
    .v6 .icon-bx-wraper{
        min-height: 150px!important;
    }
}
@media (max-width: 576px) {
    .v6 .icon-bx-wraper {
        min-height: 172px !important;
    }
}

.extra-item {
    transition: all 0.1s ease;
}

.smooth-toggle {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.smooth-toggle.show {
    max-height: 1000px; /* big enough to fit the content */
    opacity: 1;
}
.show-more-btn{
    background-color: #fff;
    color: #0A1839!important;
}
.show-more-btn:hover{
    background-color: #f0f0f0;
    color: #1F3668!important;
}

@media (max-width:768px){
    .content-wrapper.style-14 .content-media .img1 .video-bx1{
    padding:6px!important;
}
}




.bg-overly {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: none;
      align-items: flex-start;
      justify-content: center;
      z-index: 1000;
      padding-top: 20vh;
    }

    .bg-overly.show {
      display: flex;
      animation: fadeIn 0.4s ease forwards;
    }

    .bg-overly.hide {
      animation: fadeOut 0.4s ease forwards;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes fadeOut {
      from { opacity: 1; }
      to { opacity: 0; }
    }

    /* Slide Animations */
    @keyframes slideInLeft {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes slideOutLeft {
      0% {
        transform: translateX(0);
        opacity: 1;
      }
      100% {
        transform: translateX(-100%);
        opacity: 0;
      }
    }

    /* Popup Styling */
    .pop-div {
      max-width: 500px;
      width: 95%;
       background: url('/assets/images/pop-bg.jpg');

      opacity: 0;
      transform: translateX(-100%);
      animation-fill-mode: forwards;
      color: white;
      border-radius: 1rem;
    }

    .pop-div.show {
      animation: slideInLeft 0.6s ease forwards;
    }

    .pop-div.hide {
      animation: slideOutLeft 0.6s ease forwards;
    }

    .pop-div .close .fa-xmark {
      background-color: #132a5e;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: 0.2s ease;
    }

    .pop-div .close .fa-xmark:hover {
      color: #FF6666;
    }

    .pop-div .plan-info h5 {
      font-size: 1.75rem;
    }

    .pop-div .plan-info p {
      font-size: 1.125rem;
    }

    .pop-div .plan-info a {
      width: 100%;
      font-size: 22px;
      color: #2E2E3A;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .pop-div .plan-info a:hover {
      background-color: #f0f0f0;
    }

    .yellow-c {
      color: #ffe71d;
    }
	.book-slot{    font-size: 30px;
    font-weight: 700;
	}





    .row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p_column {
    background: #5870af;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 15px 0;
    padding: 30px 10px;
    border: solid 1px #5870af;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}
/* Change color of your first-child */

.p_column:first-child {
    background: #5870af;
    color: #fff;
    border: solid 1px #818595;
}
.p_column h4{
color: #ffffff;
    font-size: 18px;
    border-bottom: 1px solid #909bb7;
    padding-bottom: 9px;
}


/*Code for arrow*/

.p_column:before,
.p_column:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 42%;
    bottom: 86px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* Stroke */

.p_column:before {
    right: -29px;
    border-left-color: #5870af;
    border-width: 15px;
}
/* Fill */

.p_column:after {
    right: -29px;
    border-left-color: #5870af;
    border-width: 15px;
}
.p_column p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0
}
.p_column:first-child:before {
    border-left-color: #5870af;
}
.p_column:first-child:after {
    border-left-color: #5870af;
}
.p_column:last-child:before,
.p_column:last-child:after {
    display: none
}
/*color change hover*/

/* .p_column:hover {
    background: #b0b9c1;
    color: #fff;
    border: solid 1px #b0b9c1;
}
.p_column:hover:before {
    border-left-color: #b0b9c1;
}
.p_column:hover:after {
    border-left-color: #b0b9c1;
} */



.v-tour.appointment-sec {
   background: #12202530;
    padding: 23px;
    border: none;
}

.v-tour.appointment-sec input, .v-tour.appointment-sec select {
    border: none;
    padding: 10px;
    border-radius: 5px;
    display: block;
    width: 100%;
}
.v-tour.appointment-sec label {
    display: inline-block;
    padding: 10px 0;
}

h5.book-ap {
    font-size: 25px;
}

.text85 {
    font-size: 22px !important;
}

.appointment-sec label {
    color: #fff;
}
.opd-card-2 img {
    width: 200px;
}