.find_doc_input{
    border: 2px solid #dee4eb !important;
}
.find_doc_input:focus {
    border-color: var(--theme-color)!important;
    background-color: var(--white-color)!important;
}
.banner-slide-home .banner-slide {
    height: 500px !important;
}
.hero-content6 {
    max-width: 625px;
}
.sld_span_text{
    background: #5dbeaf;
    padding: 2px 5px 2px 5px;
    color: white !important;
    border-radius: 3px;
}

.sld_h1_text{
    background: #0c509b;
    padding: 2px 5px 2px 5px;
    color: white !important;
    border-radius: 3px;
}
.jana-slide h1{
    font-size: 40px !important;
}
.gb_error{
    font-size: 14px;
    padding-left: 30px;
    color: #d30000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(25%) sepia(52%) saturate(1122%) hue-rotate(178deg) brightness(95%) contrast(95%);
    cursor: pointer;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spin {
  animation: spin 1s linear infinite;
}
.font-16{
    font-size: 16px !important;
}
.vs-accordion .accordion-button:before {
    content: "\f068";
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
}
.vs-accordion .accordion-button{
    font-size: 16px;
}
.vs-accordion .accordion-body {
    padding: 10px;
    background: white;
    border-radius: 5px;
}
.card:hover {
    background-color: #f0f0f0;
}

.container-style6 {
    padding: 12px 15px;
}

.container-style8 {
    max-width: 1220px;
}
/*.banner-sec-info h1 {
    font-size: 55px;
}*/

/*.banner-sec-info p{
    font-size: 20px;
}*/
.custom-arrows-eight .slick-dots li.slick-active:before {
    background-color: #ffffff;
}
.custom-arrows-eight .slick-dots li.slick-active button {
    color: #ffffff;
}

.popup { 
  /*display: none;*/
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* optional: to ensure it's above other elements */
}

.popup img {
  position: relative; /* changed from absolute to relative for natural placement */
  max-width: 100%;     /* ensures image scales properly */
  height: auto;
}

.popup-content {
    border-radius: 40px;
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: #eff9fa;
    text-align: center;
}
.close_btn { 
  position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    align-content: space-around;
    background: #5dbeaf;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 111;
    color: #0c509b;
    font-weight: 700;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.form-box-two {
    padding: 25px 20px 25px;
}
.w-50{
    width: 50% !important;
}
@media (max-width: 767px) {
    .w-50{
        width: 100% !important;
    }
    .popup { 
        width: 85%;
    }
}
@media (max-width: 375px) {
    .popup { 
        width: 90%;
    }
}

/*.video-selected {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  }*/
        
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 10px;
}
        
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
        
.video-thumb img {
  background-color: #ffffff;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 25px;
  border: 2px solid #e6f8fb;
}

.video-thumb iframe {
  display: none;
}
.video-thumb{
    padding-bottom: 10px;
}

.active {
  box-shadow: 0 0 2px #898989;
}
.dt_video{
    border: 2px solid #e6f8fb;
    border-radius: 35px;
    background: white;
}

.play-btn {
    --icon-size: 50px;
}
.play-btn > i {
    font-size: var(--icon-font-size, 1em);
}


@media (max-width: 767px) {
    .video-thumbnails{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .video-thumb img {
        height: 100px;
        border-radius: 15px;
    }
    .play-btn > i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.spc_doc_div{
    border-radius: 30px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}
.spc_doc_img{
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;

}
.spc_doc_info {
    padding: 20px 20px 20px;
    border-top: 3px solid #5dbeaf;
    background: white;
    border-radius: 0px 0px 30px 30px;
}
.spc_doc_info h5{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.spc_doc_info .appoinment-btn {
    position: relative;
    z-index: 1;
}
.spc_doc_info a {
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    background: white;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-size: 14px;
}
.spc_doc_info .appoinment-btn::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
    z-index: -1;

}

.testi-box-two .auther-info {
    position: relative;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
}
.text_overflow_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

.video-wrapper_spl {
    width: 100%;
    max-width: 1920px;
    height: 575px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 2rem;
}

.background-video_spl {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 2rem;
}

.emergency_num_img1{
    border-radius: 30px 0px 0px 30px;
}
.emergency_num_img2{
    border-radius: 0px 30px 30px 0px;
}

@media (max-width: 768px) {
    .video-wrapper_spl {
       height: 350px;
    }
    .background-video_spl {
        min-height: 0%;
    }
    .emergency_num_img1{
    border-radius: 30px 30px 0px 0px;
    }
    .emergency_num_img2{
        border-radius: 0px 0px 30px 30px;
    }
}

@media (max-width: 425.98px) {
    .video-wrapper_spl {
       height: 240px;
    }
    .background-video_spl {
        min-height: 0%;
    }
}

@media (max-width: 375.98px) {
    .video-wrapper_spl {
       height: 210px;
    }
    .background-video_spl {
        min-height: 0%;
    }
}

.emergency_num_div{
    padding: 30px 30px;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
}

.emr_i{
    font-size: 45px;
    color: white;
}
.content-box h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
}

.content-box h2::after {
    position: absolute;
    left: 4%;
    bottom: 0px;
    content: "";
    height: 3px;
    width: 72px;
    margin-left: -17px;
    background: white;
}
.content-box h2{
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 0px;
    animation: zoom-in-zoom-out 1s ease infinite;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

/*@keyframes zoom-in-zoom-out {
  0% {
    scale: 70%
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 70%;
  }
}*/


.category-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    padding: 55px 80px 60px 80px;
    margin-bottom: 30px;
}
.category-block-one .inner-box .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}


.category-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(270deg, rgba(169, 7, 0, 0) 23.97%, rgba(169, 7, 0, 0.98) 60.46%, #A90700 100%);
}


.category-block-one .inner-box .big-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 61px;
    line-height: 50px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.10);
    writing-mode: vertical-lr;
    width: 100%;
    text-align: center;
}
.category-block-one .inner-box .content-box {
    position: relative;
    max-width: 430px;
}
.category-block-one .inner-box h2 {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
}



.category-block-one .inner-box .list-style-one {
    margin-bottom: 22px;
}

.category-block-one .inner-box .list-style-one li {
    float: left;
    width: 50%;
    color: #fff;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
    padding-left: 28px;
    margin-bottom: 11px;
}

.category-block-one .inner-box .list-style-one li:before {
    background: #fff;
    color: #111111;
}

.list-style-one li:before {
    position: absolute;
    content: '\e90a';
    font-family: 'Font Awesome 5 Pro';
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}
.content-box h3{
    font-size: 38px;
}

@media (max-width: 768.98px) {
    .category-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 425.98px) {
    .content-box h2::after {
        position: absolute;
        left: 6%;
    }
    .category-block-one .inner-box .list-style-one li {
        width: 100%;
    }
    .category-block-one .inner-box h2 {
        font-size: 32px;
    }
}

.sec-title {
    color: #0c509b;
}

.service-circle__menu li a:hover, .service-circle__menu li.active a {
    background-color: #0c509b;
}

@media (max-width: 375.98px) {
    .content-box h3{
        font-size: 32px;
    }
}

@media (max-width: 320.98px) {
    .content-box h3{
        font-size: 27px;
    }
}

/*.text-gradient-wrapper {*/
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));*/
    /*padding: 30px;*/
    /*border-radius: 10px;*/
    /*display: inline-block;*/
/*}*/

.banner-text span,
.banner-text p{
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

/*.banner-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);*/ /* Adjust opacity as needed */
/*    z-index: 1;
}
.banner-text {
    position: relative;
    z-index: 2;
}*/

/*.text-overlay-highlight {
    background: rgba(93, 190, 175, 0.2); 
    backdrop-filter: blur(5px); 
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}*/

.banner-text .container-style8 {
    position: relative;
}

.cloudy-back-effect {
    position: absolute;
    top: -30px;
    left: -40px;
    right: -40px;
    bottom: -30px;
    background: radial-gradient(circle at 40% 40%, rgba(93, 190, 175, 0.3), rgb(93 190 175 / 31%) 70%, transparent 100%)
    z-index: 1;
    filter: blur(30px);
    opacity: 0.7;
    border-radius: 20px;
}
.banner-sec-info {
    position: relative;
    z-index: 2;
}
.banner-sec-info p{
    font-weight: 600;
}
.sp-details-numb{
    width: 85px;
    height: 85px;
    display: flex;
    flex-flow: row-reverse;
}
.speciality-box.service-box {
    height: 21rem;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        --bs-gutter-x: -0.25rem;
    }

.text_over_flow_7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}