@media (max-width:1366px) {
    .testimonials-slider .swiper-button-next {
        right: -32px;
    }

    .testimonials-slider .swiper-button-prev {
        left: -32px;
    }
}

@media (max-width:1200px) {
    .header-inner {
        gap: 40px;
    }

    .cta-content {
        max-width: 450px;
        position: relative;
    }

    .cta-wrapper {
        padding: 40px;
    }

    .home-hero-main .left {
        width: 60%;
        padding-right: 60px;
    }

    .home-hero-main .right {
        width: 40%;
    }

    .col-widget-4 {
        width: 21.7%;
    }

    .illustration-1 img {
        max-width: 200px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps {
        gap: 80px;
        flex-wrap: wrap;
    }

    .step-item {
        width: calc(25% - 60px);
    }

    .step-item::after {
        position: absolute;
        left: 130px;
        top: 20px;
        content: "";
        width: 175px;
        height: 30px;
    }

    .step-item:nth-child(2)::after {
        left: 130px;
        top: -6px;
    }

    .about-doctor-wrapper::after {
        width: 500px;
        height: 411px;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .about-doctor-image {
        max-width: 350px;
    }

    .about-doctor-wrapper {
        min-height: 650px;
    }

    .wrap-locations-areas {
        max-width: 500px;
    }
}

@media (max-width:1023px) {
    .header-logo {
        margin-left: 0;
    }

    .header-right {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #F2F9FF;
        padding: 30px 40px;
        transform: scaleY(0);
        opacity: 0;
        visibility: hidden;
        transform-origin: top;
        transition: all 0.4s ease-in-out;
    }

    .header-menu.active {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .header-menu ul {
        flex-direction: column;
        gap: 24px;
    }

    .header-menu ul li a {
        font-size: 24px;
    }

    .header-ctas-mb {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .home-hero-main .left {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .home-hero-main .right {
        width: 100%;
    }

    .home-hero-heading {
        font-size: 36px;
        line-height: 1.2;
    }

    .home-hero-desc {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .home-hero-img {
        margin: 0 auto;
    }

    .home-hero .left .form-contact {
        display: block;
        max-width: 600px;
        margin: 0 auto 20px;
    }

    /*.home-hero .right .form-contact {*/
    /*    display: none;*/
    /*}*/

    .home-hero .reverse-col {
        align-items: center;
        display: flex;
    }

    .home-hero::before {
        height: 150%;
    }

    .home-hero-partners {
        gap: 15px;
    }

    .home-hero {
        padding-bottom: 100px;
    }

    .home-about-main {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .home-about-main .left,
    .home-about-main .right {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .home-about-desc {
        max-width: 60%;
    }

    .home-about .deco-1 {
        top: auto;
        bottom: 0;
    }

    .home-about .deco-2 {
        left: -100px;
        top: -50px;
    }

    .home-about .deco-3 {
        right: -100px;
        top: 50%;
    }

    .home-about {
        padding-top: 50px;
    }

    .home-about-heading {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-about-subheading {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media (max-width:991px) {
    .cta-image {
        max-width: 343px;
    }

    .step-item {
        width: calc(50% - 40px);
    }

    .step-item:nth-child(2)::after {
        display: none;
    }

    .about-doctor-image,
    .about-doctor-wrapper::after {
        display: none;
    }

    .about-doctor-image-sp {
        display: block;
        position: relative;
    }

    .about-doctor-image-sp img {
        position: relative;
        z-index: 2;
    }

    .about-doctor-image-sp::after {
        position: absolute;
        content: '';
        width: 343px;
        height: 300px;
        background-image: url('../images/br-dr-sheena-sp.png');
        background-position: center;
        background-repeat: no-repeat;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .about-doctor-content-right,
    .about-doctor-content-left {
        max-width: 100%;
    }

    .about-doctor-wrapper {
        min-height: auto;
        padding: 80px 84px 60px 84px;
    }

    .about-doctor-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 23px;
    }

    .step-item::after {
        position: absolute;
        left: auto;
        top: 40px;
        content: "";
        width: 259px;
        height: 30px;
        transform: translateY(-50%);
        right: -175px;
    }

    .col-widget-4 {
        width: 31.3%;
    }

    .wrap-widget {
        width: calc(50% - 15px);
    }

    .col-widget-4 {
        order: 4;
    }

    .col-widget-3 {
        order: 2;
    }

    .col-widget-2 {
        order: 3;
    }

    .wrap-footer-top {
        gap: 16px 30px;
        margin-bottom: 16px;
    }

    .testimonials-slider .swiper-button-next {
        display: none;
    }

    .testimonials-slider .swiper-button-prev {
        display: none;
    }

    .illustration-2 {
        display: none;
    }

    .illustration-2-sp {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .illustration {
        width: 100%;
    }

    .wrap-features {
        width: 100%;
    }

    .illustration-1 {
        width: 100%;
        margin: 0;
    }

    .illustration-1 img {
        max-width: 100%;
        margin: 0 auto;
    }

    .illustration-1::after {
        width: 100%;
        left: 0;
        height: calc(100% - 46px);
    }

    .illustration-2 img {
        display: block;
        margin: 0 auto;
        max-width: 109px;
    }

    .deco-testimonials-2 {
        max-width: 100px;
    }

    .locations-info {
        gap: 16px;

    }

    .wrap-locations-areas {
        max-width: 100%;
    }

}

@media (max-width:767px) {
    .title-widget {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .section-title {
        margin-bottom: 16px;
    }

    .section-subtitle {
        color: #000;
        text-align: center;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .section-header-why-discovery p {
        margin-bottom: 15px;

    }

    .illustration-1 img {
        max-width: 183px;
        margin: 0 auto 0 64px;
    }

    .col-widget-1 {
        max-width: 184px;
        width: 100%;
    }

    .col-widget-3 {
        width: auto;
    }

    .copyright {
        text-align: center;
    }

    .social-footer {
        padding-bottom: 7px;
    }

    .image-social img {
        max-width: 137px;
    }

    .list-social {
        margin-bottom: 0;
    }

    .footer-address p:first-of-type a {
        font-family: Lato;
    }

    .wrap-widget p {
        color: #000;
        font-family: "Plus Jakarta Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 153.846% */
    }

    .wrap-widget ul li a,
    .footer-address a {
        color: var(--color-rose-12, #22191D);
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .on-mb {
        display: block;
    }

    .on-desktop {
        display: none;
    }

    .btn {
        font-size: 14px;
        padding: 11px 23px;
        width: 100%;
        text-align: center;
    }

    .btn-has-icon {
        justify-content: center;
    }

    .header-logo a {
        max-width: 91px;
    }

    .header-menu ul li a {
        font-size: 16px;
    }

    .header-menu ul {
        gap: 20px;
    }

    .header-ctas-mb {
        flex-direction: column-reverse;
        gap: 16px;
        margin-top: 30px;
    }

    .home-hero-heading {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 25px;
    }

    .home-hero {
        padding-top: 101px;
    }

    .home-hero-desc {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .form-contact-title {
        font-size: 16px;
        line-height: 22px;
        padding: 0 4px;
    }

    .form-group-container {
        display: flex;
        gap: 12px 9px;
        flex-wrap: wrap;
    }

    .form-group-container .form-group {
        margin-bottom: 0;
        width: calc(50% - 4.5px);
    }

    .form-contact {
        padding: 16px 11px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .form-group label {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .form-group input {
        padding: 11px 15px;
        font-size: 11px;
        line-height: 20px;
    }

    .btn-submit {
        margin-top: 24px;
    }

    .home-hero .left .deco-1 {
        top: -29px;
        left: -38px;
        width: 42px;
    }

    .home-hero .left .deco-2 {
        display: block;
        width: 127px;
        right: -109px;
        top: 58px;
    }

    .home-hero .left .deco-3 {
        display: block;
        width: 201px;
        left: -169px;
        top: 133px;
    }

    .home-hero .left .form-contact {
        margin-bottom: -13px;
    }

    .home-hero {
        padding-bottom: 50px;
    }

    .home-hero-img {
        margin: 0 -16px;
    }

    .home-hero-img .deco-img {
        width: 111px;
        right: -68px;
        top: -42px;
    }

    .home-hero-services {
        flex-direction: column;
        align-items: start;
        margin-top: -20px;
    }

/*     .home-hero-partners {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px 2px;
    } */

    .home-hero-partners img {
        margin: 0 auto;
    }

    .home-hero-main {
        padding-bottom: 32px;
    }

    .home-hero .right .deco-1 {
        width: 126px;
        left: auto;
        right: -86px;
        top: -13px;
    }

    .home-about-heading {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 0;
    }

    .home-about-subheading {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 16px;
        text-align: center;
    }

    .home-about {
        padding-top: 30px;
        padding-bottom: 56px;
    }

    .home-about-desc {
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .home-about-sevices {
        display: none;
    }

    .is-pc {
        display: none;
    }

    .is-sp {
        display: block;
    }

    .home-about-main {
        flex-direction: row;
        gap: 16px;
    }

    .home-about-sevices-sp .item {
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-about-sevices-sp .item p {
        color: #000;
        text-align: center;
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .home-about-sevices-sp {
        display: block;
        order: 3;
        width: 100%;
    }

    .home-about-sevices-sp .btn {
        margin-top: 24px;
    }

    .home-about-main .left {
        order: 2;
    }

    .home-about-main .right {
        order: 1;
    }

    .home-about .deco-1 {
        top: 40%;
        bottom: auto;
        width: 126px;
        left: -71px;
    }

    .home-about .deco-2 {
        left: -135px;
        top: -85px;
    }

    .home-hero .right .deco-2 {
        display: none;
    }

    .home-about .deco-3 {
        right: -130px;
        top: 40%;
    }

    .home-hero::before {
        height: 130%;
    }

    .section-title {
        color: #CF0F5B;
        text-align: center;
        font-family: Quando;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .ttl-testimonials {
        margin-bottom: 24px;
    }

    .testimonials-sp {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .testimonial-item {
        margin: 0;
        padding: 32px 55px;
        gap: 9px;
    }

    .testimonial-info .info p {
        font-size: 11px;
        line-height: 15px;
    }

    .testimonial-info .photo {
        width: 55px;
    }

    .testimonial-info .info {
        width: 100%;
    }

    .testimonial-info {
        gap: 12px;
    }

    .testimonial-content {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
    }

    .btn-testimonials-sp {
        color: #CF0F5B;
        text-align: center;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: var(--line-height-24, 24px);
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        text-align: center;
        margin-top: 8px;
    }

    .deco-testimonials-1 {
        left: 0;
        top: 110px;
    }

    .deco-testimonials-2 {
        top: 255px;
        right: 0;
        width: 75px;
    }

    .deco-testimonials-3 {
        left: 62px;
        bottom: 155px;
    }

    .testimonials-section {
        padding-bottom: 56px;
    }

    .feature-item {
        padding: 10px 11px 32px 11px;
        border-radius: 20px;
        gap: 8px;
        background: rgba(234, 248, 255, 0.20) !important;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    }

    .features-grid {
        gap: 9px;
    }

    .feature-header .icon img {
        margin-bottom: 12px;
    }

    .feature-header h3 {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
    }

    .feature-body p {
        font-size: 12px;
        line-height: 20px;
    }

    .illustration-2-sp {
        display: flex;
        align-items: end;
    }

    .illustration-2::after {
        height: calc(100% - 40px);
    }

    .why-discovery {
        padding-bottom: 56px;
    }

    .deco-why-discovery-1 {
        top: auto;
        left: 0;
        bottom: 255px;
    }

    .wrap-why-discovery {
        margin-bottom: 24px;
    }

    .deco-why-discovery-2 {
        bottom: 85px;
        right: 0;
    }

    .deco-why-discovery-3 {
        top: -145px;
        right: 0;
    }

    .deco-why-discovery-4 {
        left: 0;
        top: 30%;
    }

    .deco-why-discovery-5 {
        right: 0;
        top: 30%;
    }

    .steps {
        gap: 40px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .step-item {
        width: 100%;
        max-width: 227px;
        margin: 0 auto;
    }

    .step-item:nth-child(2)::after {
        display: block;
        top: 133px;
        right: auto;
        left: -53px;

        background: url('../images/line2-sp.svg') no-repeat center;
    }

    .step-item::after {
        height: 193px;
        width: 96px;
        top: 133px;
        right: -53px;
        left: auto;
        background: url('../images/line1-sp.svg') no-repeat center;
    }

    .step-number {
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        color: #FFF;

        font-family: Lato;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }

    .step-title {
        margin-bottom: 8px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .step-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .how-it-works {
        padding-bottom: 56px;
    }

    .deco-how-it-works-1 {
        top: auto;
        left: 0;
        bottom: 87px;
    }

    .how-it-works-subtitle {
        max-width: 316px;
    }

    .deco-how-it-works-2 {
        top: 97px;
        right: 0;
    }

    .deco-how-it-works-3 {
        left: 0;
        top: 253px;
    }

    .deco-how-it-works-4 {
        right: 0;
        bottom: 207px;
    }

    .about-doctor-wrapper {
        border-radius: 20px;
        background: rgba(201, 236, 251, 0.20);
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(10px);
        padding: 24px 0;
    }

    .about-doctor-title {
        color: #01384E;
        text-align: center;
        font-family: Quando;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .about-doctor-title br {
        display: none;
    }

    .deco-about-doctor-1,
    .deco-about-doctor-2 {
        display: none;
    }

    .about-doctor-intro {
        padding: 0 7px;
        color: #01384E;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        line-height: 24px;
    }

    .about-doctor-image-sp img {
        max-width: 222px;
        margin: 0 auto;
    }

    .about-doctor-content-left p {
        color: #01384E;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 8px;
        padding: 0 0 0 25px;
    }

    .about-doctor-content-left p:last-child {
        margin-bottom: 0;
    }

    .about-doctor {
        padding-bottom: 56px;
    }

    .deco-about-doctor-3 {
        top: 34px;
        right: 0;
    }

    .deco-about-doctor-4 {
        bottom: 152px;
        left: 0;
    }

    .deco-about-doctor-5 {
        bottom: 0;
        right: 0;
    }

    .cta-image {
        position: initial;
        transform: none;
    }

    .cta-wrapper {
        flex-direction: column;
        gap: 33px;
    }

    .cta-wrapper {
        padding: 30px 0 50px;
        border-radius: 20px;
        background: #96CDFF;
    }

    .cta-content h2 {
        color: #FFF;
        text-align: center;
        font-family: Quando;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        padding: 10px 15px;
        margin-bottom: 6px;
    }

    .cta-content .btn {
        display: none;
    }

    .cta-content {
        padding: 0 12px;
    }

    .cta-content p {
        color: #FFF;
        text-align: center;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .cta-info {
        padding: 0 31px;
    }

    .cta-info li a {
        display: flex;
        padding: 11px;
        width: 100%;
        align-self: center;
        justify-content: center;
        border-radius: 50px;
        background: #CF0F5B;
        border: 1px solid #CF0F5B;
        color: #FFF;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: var(--line-height-24, 24px);
    }

    .cta-info li a path {
        fill: #fff;
        transition: all 0.3s ease-in-out;
    }

    .cta-info li a:hover {
        background: none;
        color: #fff;
    }

    .cta-info li a:hover path {
        fill: #CF0F5B;
    }

    .call-to-action {
        padding-bottom: 43px;
    }

    .locations-title {
        color: #272727;
        text-align: center;
        font-family: Quando;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .locations-map img {
        margin-bottom: 23px;
    }

    .location-details {
        width: 100%;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(10px);
        padding: 24px 16px;
    }

    .location-details h3 {
        color: #000;
        text-align: left;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 16px;
    }

    .acoordion-header p {
        color: #000;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }

    .acoordion-header {
        padding: 12px 0;
    }

    .location-areas {
        padding: 0 16px;
    }

    .accordion-body {
        color: #000;
        font-family: "Plus Jakarta Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .locations {
        padding-bottom: 56px;
    }

    .deco-call-to-action-1 {
        display: none;
    }

    .deco-locations-2 {
        right: 0;
        bottom: -23px;

    }

    .deco-locations-1 {
        top: 168px;
    }

    .deco-locations-3 {
        top: 97px;
        bottom: auto;
    }

    .deco-locations-4 {
        left: 0;
        bottom: -90px;
    }
}