.title-icon .elementor-icon-list-text:after {
    content: '';
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 9px;
}

.dot-gry.title-icon .elementor-icon-list-text:after {
    background-color: #999898;
}

.check-list .elementor-inline-items {
    row-gap: 20px;
}

.wrap-section {
    display: flex;
    gap: 30px;
}
.doctor-box{
    border-radius: 10px;
}

.vertical-slider-wrapper {
    gap: 40px;
    position: relative;
    width: 100%;
    max-width: 625px;
}

.why-choose-content {
    margin-bottom: 40px;
}

.info-box img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

.info-box h2 {
    margin: 30px 0 15px 0;
    font-family: "Urbanist", Sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

.info-box p {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.why-list {
    padding-left: 16px;
}

.why-list li {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #999898;
}

.why-title {
    font-family: "Urbanist", Sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin: 15px 0;
    color: #01568F;
}

.paragraph {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #525252;
    margin: 0 0 40px;
}

.slide-menu {
    list-style: none;
    padding: 0;
    max-width: 298px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    width: 100%;
}

.slide-menu li {
    cursor: pointer;
    transition: 0.3s;
    font-family: "Urbanist", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #999898;
    display: inline-flex;
    position: relative;
    width: fit-content;
    padding-right: 10px;
}

.slide-menu li.active {
    color: #01568F;
}

.imageSlider {
    width: 100%;
    max-width: 625px;
    height: 582px;
    overflow: hidden;
}

.imageSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.imageSlider .swiper-wrapper {
    transition-timing-function: cubic-bezier(.25, .1, .25, 1) !important;
}

.boxWrapper {
    width: 515px;
    /* height: 400px; */
    max-height: 288px;
    position: absolute;
    left: -327px;
    top: 255px;
    z-index: 1;
    overflow: hidden;
    background: #01568F;
    border-radius: 10px;
    border: 1px solid #9998984D;
}

.boxInner {
    transition: transform 0.8s cubic-bezier(.25, .1, .25, 1);
}

.boxItem {
    width: 100%;
    height: 288px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-slider-image {
    position: relative;
}

.info-box {
    padding: 40px;
    width: 100%;
    max-width: 515px;
    display: flex;
    flex-direction: column;
}

.slide-menu li.active:after {
    content: '';
    width: 30px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/11/arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.services-slider-wraper {
    overflow: hidden;
}

.services-slider-wraper .card_main,
.testimonials-slider-wrap .testimonial-card-main {
    padding-left: 15px;
    padding-right: 15px;
}

.services-slider-wraper .card_main .card {
    background: #F2F5F8;
    transition: 0.3s all;
    overflow: hidden;
    position: relative;
}

.services-slider-wraper .card_main .card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
    background: linear-gradient(180deg, #242857 0%, #01568F 77.05%);
    opacity: 0;
    transition: all 0.3s linear;
    height: 100%;
}

.services-slider-wraper .card_main .card:hover:after {
    opacity: 1;
}

.services-slider-wraper .card_main .card>* {
    z-index: 1;
    transition: 0.3s all;
}



.services-slider-wraper .card_main .card:hover .excerpt,
.services-slider-wraper .card_main .card:hover .read-more,
.services-slider-wraper .card_main .card:hover h3.title {
    color: #fff;
}

.services-slider-wraper .card_main .card:hover .icon {
    background-color: #fff;
    border: 3.6px solid #01568F4D;
}

.services-slider-wraper .card_main .card:hover .icon img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(33%) saturate(6965%) hue-rotate(189deg) brightness(95%) contrast(102%);
}

.services-slider-wraper .card_main .card:hover .read-more img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(603%) hue-rotate(27deg) brightness(118%) contrast(100%);
}

.services-slider-wraper .card_main .card img {
    width: 100%;
    height: 100%;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
}

.services-slider-wraper .icon {
    background: #01568F;
    /* padding: 12px; */
    border: 3.6px solid rgba(255, 255, 255, 0.3);
}

.services-slider-wraper .card_main .card .excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    margin-bottom: 30px;
    transition: 0.3s all;

}

.services-slider-wraper .card_main .card .read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.services-slider-wraper .card_main .card::before {
    content: "";
    display: block;
    width: 123px;
    height: 123px;
    background-image: url('/wp-content/uploads/2025/11/slider_bag.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.services-slider-wraper .card_main .card .read-more img {
    width: 100%;
    min-width: 16px;
    max-width: 16px;
    max-height: 8px;
    min-height: 8px;
}

.services-slider-wraper .slider-nav button img {
    width: 100%;
    min-width: 16px;
    max-width: 16px;
    max-height: 12px;
    min-height: 12px;
}

.services-slider-wraper .slider-nav .next {
    transform: rotate(180deg);
}


.services-slider-wraper .card_main:nth-child(2n) .card {
    background: transparent;
}

.services-slider-wraper .services-slider .slick-list {
    margin: 0 -15px;
    padding: 0px 80px !important;
}


.services-slider-wraper .card_main .card .read-more {
    position: relative;
    padding-right: 26px;
}

.services-slider-wraper .card_main .card .read-more span {
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
    transition: all 0.3s linear;
}

.services-slider-wraper .card_main .card .read-more:hover .imgbefore {
    right: 0;
    opacity: 1;
}

.services-slider-wraper .card_main .card .read-more:hover .imgafter {
    right: -16px;
    opacity: 0;
}

.services-slider-wraper .card_main .card .read-more span.imgbefore {
    right: 16px;
    opacity: 0;
}

.services-slider-wraper .services-slider {
    margin: 0 auto 60px auto;
}

.services-slider-wraper .card {
    background: #fff;
    border: 1px solid #9998984D;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #525252;
    cursor: default;
}

.services-slider-wraper .card:hover {
    background: #d7e0ec;
    border-color: #d7e0ec;
}

.services-slider-wraper .icon {
    width: 60px;
    height: 60px;
    /* background-color: #174d95; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.services-slider-wraper h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #01568F;
}

/* Slider Navigation buttons container */
.services-slider-wraper .slider-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-slider-wraper .slider-nav button {
    background-color: rgba(1, 86, 143, 1);
    border: none;
    color: transparent;
    font-size: 18px;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 42px;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.services-slider-wraper .slider-nav button:hover {
    background-color: #0f3a6f;
}

/* Slick slider overrides */



.testimonials-slider-wrap .slick-dots {
    position: static;
    transform: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* width: auto !important; */
    margin-inline: auto;
}

.testimonials-slider-wrap .slick-dots li {
    margin: 0 !important;
    width: auto;
    height: auto;
    border-radius: 50%;
    background: transparent;
}

.testimonials-slider-wrap .slick-dots li>button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}

.testimonials-slider-wrap .slick-dots li>button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    transition: all 0.3s;
    height: 9px;
    background-color: #01568F;
    z-index: 1;
}


.testimonials-slider-wrap .slick-dots li>button:hover::before {
    background-color: #01568F;
}

.testimonials-slider-wrap .slick-dots li>button * {
    transition: all 0.3s;
}

.testimonials-slider-wrap .slick-dots li>button {
    margin: 0 !important;
    opacity: 1;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: transparent !important;
    border: 0;
    position: relative;
    overflow: hidden;
}

.testimonials-slider-wrap .slick-dots li>button {
    padding: 0;
}

.testimonials-slider-wrap .slick-dots li.slick-active>button {
    width: 21px;
    height: 21px;
}

.testimonials-slider-wrap .slick-dots li.slick-active>button::after {
    border-color: #01568F;
    opacity: 1;
}

.testimonials-slider-wrap .slick-dots li.slick-active>button::before {
    background-color: #01568F;
}

.testimonials-slider-wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0;
}

.testimonials-slider .testimonial-card {
    background: #fff;
    border: 1px solid #9998984D;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 280px;
    position: relative;
    text-align: center;
}

.testimonials-slider .testimonial-quote {
    font-size: 34px;
    color: #0b5f98;
    line-height: auto;
    margin-bottom: 26px;
    display: block;
}

.testimonials-slider .testimonial-text {
    font-size: 16px;
    color: #525252;
    margin-bottom: 32px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-slider .testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /* margin-top: 10px; */
}

.testimonials-slider .testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 50px;
    /* box-shadow: 0 0 0 3px #fff;
    border: 3px solid rgba(0, 0, 0, 0.03); */
}

.testimonials-slider .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonials-slider .testimonial-name {
    font-family: "Urbanist", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #01568F;
    text-align: start;
}

.testimonials-slider .testimonial-role {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    text-align: start;

}

.testimonials-slider .testimonial-title {
    font-size: 13px;
    color: #8c9aa7;
    margin-top: 2px;
}

.testimonials-slider .slick-dots {
    margin-top: 60px;
}

/* Centered active slide effect */
.testimonials-slider .slick-center .testimonial-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    background: #f6f9fb;
    border-color: rgba(0, 0, 0, 0.04);
}

.testimonials-slider .testimonial-card-main.slick-current .testimonial-card {
    background-color: #F2F5F8;

}

.testimonials-slider-wrap .slick-list {
    margin: 0 -15px;
}

.video_section .elementor-custom-embed-play svg {
    width: 100px;
    height: 100px;
}












/* 
.doctor-box.elementor-widget.elementor-widget-image {
    position: relative;
    padding-left: 7px;
}
.doctor-box.elementor-widget.elementor-widget-image img {
    background: var( --e-global-color-accent );
    position: relative;
    z-index: 1;    
    -webkit-mask-image: url("/wp-content/uploads/2025/11/Rectangle-28835.svg");
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}


.doctor-box.elementor-widget.elementor-widget-image:after {
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2025/11/Rectangle-28835.svg");
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
} */


.doc_single_profile:nth-child(2n) {
    flex-direction: row-reverse;
}
/* .doc_single_profile:nth-child(2n) .doctor-box {
    padding: 0 7px 0 0;
}

.doc_single_profile:nth-child(2n) .doctor-box.elementor-widget-image:after {
    background: url("/wp-content/uploads/2025/11/Rectangle-28847.svg");
    background-size: cover;
    left: 8px;
}

.doc_single_profile:nth-child(2n) .doctor-box img{
    -webkit-mask-image: url("/wp-content/uploads/2025/11/Rectangle-28847.svg");
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
} */
.teeth_posi {
    position: absolute;
    top: -22px;
}
.teeth_posi img {
    max-height: 301px;
}
/* Responsive */
@media (max-width: 900px) {
    .services-slider-wraper .card {
        min-height: 200px;
    }
}

@media (max-width: 600px) {
    .services-slider-wraper .card {
        min-height: 180px;
    }
}


@media (max-width:1000px) {
    .wrap-section {
        flex-direction: column;
    }

    .vertical-slider-wrapper {
        max-width: 100%;
    }

    .imageSlider {
        margin: 0 0 0 auto;
    }

    .boxWrapper {
        left: 0;
        max-height: 200px;
        width: 400px;
    }

    .boxItem {
        height: 200px;
    }

    .info-box {
        padding: 20px;
        max-width: 400px;
    }

    .info-box h2 {
        margin: 15px 0 10px 0;

    }

    .info-box p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .imageSlider {
        max-width: 530px;
        height: 500px;
    }
}


@media (max-width:500px) {

    .services-slider-wraper .card_main {
        padding-left: 6px;
        padding-right: 6px;
    }

    .boxWrapper {
        width: 100%;
    }

    .info-box img {
        padding: 7px;
        width: 40px;
        height: 40px;
    }

}

@media (max-width:1280px) {
      .teeth_posi {
    position: unset;
    /* top: -22px; */
}

}
@media (max-width:1024px) {
  
    

    .video_section .elementor-custom-embed-play svg {
        width: 70px;
        height: 70px;
    }

    .testimonials-slider .slick-dots {
        margin-top: 30px;
    }

    .services-slider-wraper .card_main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .services-slider-wraper .services-slider {
        margin: 0 auto 30px auto !important;
    }

    .services-slider-wraper .services-slider .slick-list {
        padding: 0px 50px !important;
    }

    .services-slider-wraper .icon,
    .services-slider-wraper .card_main .card .excerpt,
    .testimonials-slider .testimonial-quote,
    .testimonials-slider .testimonial-text {
        margin-bottom: 20px;
    }

    .testimonials-slider .testimonial-card {
        padding: 25px;

    }
}


@media (max-width:767px) {
   

    .video_section .elementor-custom-embed-play svg {
        width: 45px;
        height: 45px;
    }

    .services-slider-wraper .icon,
    .services-slider-wraper .card_main .card .excerpt,
    .testimonials-slider .testimonial-quote,
    .testimonials-slider .testimonial-text {
        margin-bottom: 15px;
    }

    .testimonials-slider .testimonial-card {
        padding: 20px;
    }
}