
.home-banner-title {
    color: #000000;
    font-size: 39px;
    line-height: 1.2;
    font-weight: bold;
}
.home-banner-title strong {
    color: #85B030;
}
.home-banner-map-box-overlay-1::before,
.home-banner-map-box-overlay-1::after {
    content: "";
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    position: absolute;
    pointer-events: none;
    display: inline-block;
}
.home-banner-map-box-overlay-1::before {
    top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255, 255, 255, 0));
}
.home-banner-map-box-overlay-1::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255, 255, 255, 1));
}
.home-banner-map-box-overlay-2::before,
.home-banner-map-box-overlay-2::after {
    content: "";
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    display: inline-block;
}
.home-banner-map-box {
    background: #cccccc;
    z-index: 1;
}
.home-banner-map-box-overlay-2::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255, 255, 255, 0));
}
.home-banner-map-box-overlay-2::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255, 255, 255, 1));
}
.home-banner-search-form {
}
#home-banner-map {
    min-height: 410px;
}
@media(min-width: 768px) {
    .home-banner-grid {
        display: grid;
        grid-column-gap: 36px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "bannerTitles bannerMap" "bannerSearch bannerMap";
    }
    .home-banner-grid-titles {
        grid-area: bannerTitles;
    }
    .home-banner-grid-search {
        grid-area: bannerSearch;
    }
    .home-banner-grid-map {
        grid-area: bannerMap;
    }
    #home-banner-map {
        min-height: 480px;
    }
}


/* home about start */
.home-about-grid {
    background: linear-gradient(256deg, #ECF4FA, #EEF5EE);
}
.home-about-title {
    font-size: 35px;
}
.home-about-features-heading {
    font-size: 20px;
}
.home-about-features-row {
    gap: 10px;
    display: grid;
    padding: 12px 15px;
    border-radius: 19px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    background: linear-gradient(90deg, #6BADE5, #EDF4F4);
}
.home-about-features-col {
    max-width: 98px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
}
.home-about-features-icon {
    width: auto;
    height: 25px;
    margin-bottom: 7px;
}
.home-about-features-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.home-about-counters-row {
    gap: 10px;
    display: grid;
    padding: 12px 15px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
}
.home-about-counters-col {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.home-about-counters-icon-box {
    background-color: rgba(133, 176, 48, 0.36);
    border-radius: 13px;
    width: 45px;
    height: 45px;
}
.home-about-counters-title {
    font-size: 22px;
}
.home-about-counters-text {
    font-size: 14px;
    line-height: 1.25;
}
@media(min-width: 768px) {
    .home-banner-title {
        font-size: 45px;
    }
    .home-about-section {
        margin-top: -100px;
    }
    .home-about-grid {
        display: grid;
        border-radius: 18px;
        grid-template-columns: 3fr 4fr;
    }
    .home-about-title-content {
        font-weight: 600;
    }
    .home-about-grid-2-blank {
        border-radius: 0 0 0 18px;
    }
    .home-about-grid-2-blank::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 32px;
        right: 0;
        bottom: -32px;
        border-radius: 0 18px 0 0;
        box-shadow: 4px -12px 0 #ffffff;
    }
    .home-about-grid-1::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: 0 18px 0 0;
        box-shadow: 4px -12px 0 #ffffff;
    }
    .home-about-features-row {
        gap: 7px;
        background: transparent;
    }
    .home-about-features-row-box {
        border-radius: 19px;
        background: linear-gradient(90deg, #6BADE5, #EDF4F4);
    }
    .home-about-features-col {
        gap: 8px;
        flex-direction: row;
        align-items: center;
    }
    .home-about-features-icon {
        flex: none;
        margin-bottom: 0;
    }
    .home-about-counters-col {
        flex-direction: row;
        gap: 10px;
        text-align: left;
    }
    .home-about-counters-icon-box {
        flex: none;
    }
    .home-about-counters-row {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 992px) {
    .home-about-section {
        margin-top: -112px;
    }
}
@media(min-width: 1024px) {
    .home-about-grid {
        grid-template-columns: 4fr 6fr;
    }
    .home-about-features-col {
        min-width: 200px;
        gap: 12px;
    }
    .home-about-counters-col {
        gap: 14px;
    }
    .home-banner-title {
        font-size: 50px;
    }
}
@media(min-width: 1100px) {
    .home-banner-title {
        font-size: 55px;
    }
    .home-about-grid {
        grid-template-columns: 3fr 6fr;
    }
}
@media(min-width: 1200px) {
    .home-banner-title {
        font-size: 60px;
    }
}
/* home about end */










/*:root {
    --text-color-primary: #000000;
    --text-color-secondary: #85B030;
}
*/
/* button with icon */
.btn-icon {
    background: #6CADE5;
    color: white;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    svg {
        fill: white;
        margin-left: 25px;
        text-align: center;
        vertical-align: middle;
    }
}
/*
.fixed-btn {
    bottom: 0;
    position: fixed;
    right: 16px;
    left: 16px;
    z-index: 1;
}

.container {
    @media (max-width:575px) {
        padding: 0;
    }
}
*/

/* =========== Header / Navbar ==================== */
/*
header {
    @media (max-width:767px) {
        padding: 0 12px 0 12px;
    }
}

.site-name a {
    color: #333C41;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}

.menu-starter-btn span {
    font-size: 14px;
}

header .links-btn a {
    background-color: #6CADE5;
    border-radius: 10px;
}

header {
    transition: all 0.5s ease;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    right: 0;
    background-color: #fff;
    opacity: 1;
}

header.scrolled {
    top: -200px;
    opacity: 0.50;
}
*/
/* =================== homepage ===================== */

/*
.homepage .hero .contents {
    max-width: 65%;

    @media (max-width:767px) {
        max-width: 100%;
        padding: 12px;
    }
}

.homepage .hero .heading {
    width: 75%;
    margin-bottom: 32px;

    @media (max-width:991px) {
        width: 100%;
        margin-bottom: 22px;
    }

    h2 {
        font-size: 60px;
        line-height: 56px;
        font-weight: 700;

        @media (max-width:767px) {
            font-size: 38px;
            line-height: 45px;
            text-align: center;
        }
    }

    span {
        color: var(--text-color-secondary);
    }
}

.homepage .hero .sub-text {
    margin-bottom: 32px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;

    @media (max-width:767px) {
        text-align: center;
    }
}

.homepage .hero .search-box {
    row-gap: 1rem;
    column-gap: 1rem;

    svg {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        fill: #85B030;
    }

    input {
        padding-left: 50px;
        border-radius: 8px;
        width: 100%;
        height: 62px;
        background-color: transparent;
        border: 1px solid #dadada !important;

        @media (max-width:767px) {
            height: 50px;
            font-size: 1rem;
        }

        &::placeholder {
            font-weight: 700;
            color: #000000;

            @media (max-width:575px) {
                font-size: 12px;
                padding-left: 45px;
            }
        }
    }

    .btn-icon {
        padding: 0 36px;
        height: 62px;

        @media (max-width:767px) {
            width: 100%;
            height: 50px;
            font-size: 1rem;
        }
    }
}

.homepage .hero .hero-side-image {
    right: 90px;
    bottom: -39%;
    text-align: center;

    @media (max-width:991px) {
        right: 0;
        bottom: 0;
    }

    @media (max-width:767px) {
        position: static !important;
        display: block;
        margin: 2.5rem 0;
    }

    img {
        border-radius: 15px;
        border: 1px solid #dadada;
        padding: 12px;
        border-radius: 20px;
        background-color: white;
    }
}
*/
/* ===================Homepage About Section =================== */
/*
.about-earwax .wrapper {
    background: transparent linear-gradient(267deg, #ECF4FA 0%, #EEF5EE 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border-top-right-radius: 0;

    @media (max-width:767px) {
        border-radius: 0;
        padding: 12px;
    }


    .heading-title {
        padding: 42px 0px 55px 32px;
        margin-bottom: 42px;

        @media (max-width:991px) {
            margin-bottom: 0;
            padding: 0;
            padding-top: 32px;
        }

        h2 {
            font-weight: 700;
            font-size: 35px;

            @media (max-width:767px) {
                text-align: center;
            }
        }
    }

    .white-sec {
        background: white;
        border-bottom-left-radius: 25px;
    }

    .img-sec {
        .img-wrapp {
            position: absolute;
            top: -55px;

            @media (max-width:991px) {
                position: static;
            }
        }

        img {
            border-radius: 25px;
            max-width: 300px;
            width: 100%;

            @media (max-width:767px) {
                width: 100%;
                height: 100%;
                max-width: 100%;

            }
        }
    }


    .content-details {
        .sub-text {
            font-weight: 600;
            color: #000000;
            font-size: 18.5px;
            line-height: 30px;
            opacity: 0.85;

            @media (max-width:767px) {
                text-align: center;
                font-size: 17px;
                line-height: 24px;
            }
        }

        *//* for mobile version */
        /*.discover-title h4 {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 1rem;
            text-align: center;
        }

        .discover-now {
            background: transparent linear-gradient(90deg, #6BADE5 -100%, #EDF4F4 100%) 0% 0% no-repeat padding-box;
            border-radius: 20px;
            padding: 15px;

            @media (max-width:767px) {
                margin-bottom: 1rem;
                line-height: 20px;
            }

            *//* for desktop */
            /*.heading {
                margin-bottom: 0;

                h4 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #000000;
                    margin-bottom: 10px;
                }
            }

            .discover-item-wrapp {
                gap: 40px;

                .discover-item {
                    span {
                        font-weight: 500;
                        font-size: 15px;
                    }

                }
            }
        }

        .numbers {
            gap: 40px;

            @media (max-width:767px) {
                gap: 20px;
            }

            .thumb {
                background-color: #D6E5C6;
                padding: 10px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: 50px;
                height: 50px;
                border-radius: 10px;
            }

            .content span {
                font-weight: 600;
                font-size: 27px;

                @media (max-width:767px) {
                    font-size: 22px;
                }
            }

            .content p {
                font-weight: 600;
                font-size: 15px;

                @media (max-width:767px) {
                    font-size: 13px;
                }
            }
        }
    }
}
*/

/* =============== Featured Clinics ==================== */
.featured-clinics .wrapper {
    background: transparent linear-gradient(230deg, #6BADE5 0%, #367367 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: white;
    padding: 32px;
    margin-top: 2rem;

    @media (max-width:767px) {
        border-radius: 0;
        padding: 24px;
    }

    .heading {
        margin-bottom: 2rem;

        h2 {
            font-weight: 600;
            color: white;
            font-size: 35px;

            @media (max-width:767px) {
                font-size: 40px;
                font-weight: 500;
                max-width: min-content;
                margin: auto;
            }
        }
    }

    .card-row {
        row-gap: 20px;
    }

    .featured-card-wrapper {
        .thumbnail {
            width: 100%;
            margin-bottom: 1rem;

            img {
                object-fit: cover;
                object-position: center;
                border-radius: 20px;
            }
        }

        .text-content {
            h4 {
                color: white;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            p.location {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 0;
                color: #dadada;
                max-width: 155px;
            }

            .location-image img {
                max-width: 15px;
                width: 100%;
            }

            .rate-num {
                min-width: 40px;
                padding: 9px 8px;
                border-radius: 8px;
                text-align: center;
                background: #F3CC30;
                font-size: 15px;
                font-weight: 600;
            }

            .reviews {
                span {
                    font-size: 15px;
                    font-weight: 500;
                    opacity: 0.85;
                }

                p {
                    font-size: 15px;
                    color: #dadada;
                    line-height: 20px;
                    margin-bottom: 0;
                }
            }

            .start-at {
                p {
                    color: white;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 600;
                }

            }
        }
    }

    .full-list-of-clinic {
        background: linear-gradient(270deg, rgb(103, 168, 219, 10%), rgb(119, 170, 193));
        padding: 24px;
        border-radius: 25px;
        border-top-right-radius: 0;
        border-end-end-radius: 0;

        @media (max-width:767px) {
            padding: 40px;
            border-top-right-radius: 25px;
            border-end-start-radius: 0;
            background: linear-gradient(to top, rgba(0,0,0,0), #437C73, #659593);
        }

        .headings {
            max-width: 75%;

            @media (max-width:767px) {
                max-width: 100%;
                text-align: center;
            }

            h4 {
                color: white;
                color: white;
                font-size: 28px;
                font-weight: 600;
            }

            p {
                font-size: 14px;
                line-height: 20px;
                opacity: 0.7;
            }
        }

        .btn-img {
            column-gap: 20px;

            a {
                border: 1px solid #ffffff;
                border-radius: 10px;
                letter-spacing: 0.3px;
                text-transform: uppercase;
                width: 100%;
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                background-color: transparent;

                &:hover {
                    color: #f5f4f4;
                }
            }
        }
    }
}

/* ============= Appointements ============== */

.appointments .wrapper,
.clinics .appointments .wrapper {
    background-color: rgb(244, 248, 236);
    border-radius: 25px;
    padding: 32px;
    margin-top: 2rem;

    @media (max-width:767px) {
        border-radius: 0;
        padding: 27px;
    }

    .right-ctn {
        padding: 0 40px;

        @media (max-width:991px) {
            padding: 20px;
        }

        @media (max-width:767px) {
            padding: 0px;
        }
    }

    .heading {
/*        max-width: 75%;*/
        margin-bottom: 2rem;

        @media (max-width:767px) {
            max-width: 100%;
            text-align: center;
        }

        h2 {
            font-weight: 600;
            font-size: 35px;
            line-height: 40px;
        }
    }

    .sub-heading {
        background: linear-gradient(to right, rgb(222, 232, 204), rgb(244, 248, 236));
        border-radius: 10px;
        padding: 10px 12px;
        margin-bottom: 2rem;

        @media (max-width:767px) {
            background: linear-gradient(to top, #DDE7CA, #F4F8EC);
            max-width: max-content;
            margin: auto;
            padding: 10px 22px;
            margin-bottom: 3rem;
            text-align: center;
        }

        h4 {
            font-size: 20px;
            font-style: italic;
            font-weight: 600;
            color: #000000;
        }

    }

    .list-benifits {
        row-gap: 24px;
        display: flex;
        flex-direction: column;

        .list-item {
            gap: 30px;
        }

        .bullet-img img {
            max-width: 26px;

            @media (max-width:767px) {
                max-width: 42px;
            }
        }

        .title {
            font-weight: 600;
            font-size: 16px;
        }

        .content {
            font-size: 16px;
            line-height: 20px;
            font-weight: 300;
            margin-bottom: 0;
        }

        .find-clinic {
            a {
                background-color: #85B030;
                color: white;
            }
        }
    }
}

/* ================ Earwax near you ==================== */

.homepage .earwax-near-you .wrapper {
    background-color: rgba(242, 248, 253);
    margin-top: 2rem;

    @media (max-width:767px) {
        border-radius: 0;
        padding: 12px;
    }

    .sub-heading {
        background: transparent linear-gradient(90deg, #DCE9F3 0%, #F2F8FD 100%) 0% 0% no-repeat padding-box;
    }

    .find-clinic {
        a {
            background-color: #6bade5;
        }
    }
}

/* ================= support you ===================== */
.support-you .wrapper {
    border-radius: 25px;
    margin-top: 2rem;
    padding: 50px 50px 50px 0px;

    @media (max-width:991px) {
        background: #F3F6F5 !important;
        padding: 24px;
    }

    @media (max-width:767px) {
        border-radius: 0;
    }

    .supports-row {
        row-gap: 20px;
    }

    .headers-support {
        border-radius: 25px;
        border-start-start-radius: 0;
        border-bottom-left-radius: 0;
        background-color: rgba(255, 255, 255, 0.45);
        backdrop-filter: blur(12px);
        padding: 35px 35px 35px 35px;

        @media (max-width:767px) {
            background: linear-gradient(to top, #F3F6F5, #ffffff);
            border-bottom-right-radius: 0;
            border-start-start-radius: 25px;
            padding: 24px;
            background-color: #F3F6F5;
            margin-bottom: 3rem;
        }

        h2 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 1rem;

            @media (max-width:767px) {
                text-align: center;
            }
        }

        p {
            font-size: 16px;
            line-height: 19px;
            font-weight: 300;
            margin-bottom: 40px;

            @media (max-width:767px) {
                text-align: center;
            }
        }
    }

    .find-clinic {
        @media (max-width:767px) {
            text-align: center;
        }

        a {
            background-color: #6bade5;
            color: white;
        }
    }

    .service-lists {
        row-gap: 20px;
        padding: 0 30px;

        @media (max-width:991px) {
            padding: 0;

        }

        .service-wrapper {
            img {
                max-width: 89px;
                max-height: 103px;
                border-radius: 15px;
            }

            .contents {
                .title {
                    margin-bottom: 0.5rem;
                    font-weight: 600;
                    font-size: 17px;
                    color: #000000;
                }

                .sub-content {
                    font-size: 15px;
                    line-height: 19px;
                    opacity: 0.8;
                }
            }
        }
    }
}

/* ============== Success story ============== */

.success-stories .wrapper,
.clinics .success-stories .wrapper {
    margin-top: 2rem;

    .heading {
        margin-bottom: 2rem;

        @media (max-width:767px) {
            text-align: center;
        }

        h2 {
            font-weight: 600;
            font-size: 35px;
            letter-spacing: -0.5px;

            @media (max-width:767px) {
                font-size: 32px;
                max-width: min-content;
                display: inline-block;
            }
        }
    }

    .card-wrapper {
        border: 1px solid #dadada;
        border-radius: 15px;
        padding: 20px;

        .profile-details {

            .profile-img img {
                max-width: 39px;
            }

            .name {
                margin-bottom: 0;
                font-weight: 600;
                font-size: 15px;
                color: #000000;
                line-height: 19px;
            }

            .time {
                font-size: 13px;
                margin-bottom: 0;
                color: #dadada;
            }

            .rateing {
                svg {
                    width: 16px;
                    fill: #FFC107;
                }

                .rating-ratio {
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .rating-content {
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 0;
            font-weight: 300;
        }
    }
}

/* ======================================== clinics Page ============================ */
/* hero */
/*
.clinics .hero .wrapper {
    @media (max-width:767px) {
        padding: 0px 24px 0 24px;
    }

    .left-ctn {

        .hero-image {
            img {
                border-radius: 25px;
            }
        }

        .other-details {
            .map img {
                border-radius: 10px;
            }

            .location {
                background-color: #ECF4FC;
                padding: 15px;
                border-radius: 10px;

                .location-name {
                    margin-bottom: 0;
                    font-size: 16px;
                    font-weight: 600;
                    color: #000000;
                }
            }

            .reviews {
                .review-counter {
                    background-color: #F3CC30;
                    border-radius: 10px !important;
                    width: 41px;
                    height: 54px;
                    text-align: center;
                    line-height: 55px;
                    font-weight: 500;
                    font-size: 14px;
                    color: #ffffff;
                }

                .review-data {
                    margin-bottom: 0;
                    color: #000000;
                    font-weight: 600;
                    font-size: 18px;
                }

                .review-title {
                    font-weight: 400;
                    font-size: 18px;
                }
            }
        }
    }


    .right-ctn {
        .heading {
            margin-bottom: 20px;

            h2 {
                p {
                    margin: 0;
                }

                font-size: 50px;
                line-height: 58px;
                font-weight: 700;

                @media (max-width:767px) {
                    font-size: 35px;
                    line-height: 40px;
                    text-align: center;
                }
            }

            span {
                color: var(--text-color-secondary);
            }
        }

        .sub-content {
            margin-bottom: 20px;

            @media (max-width:767px) {
                text-align: center;
                padding: 20px;
                background-color: #F3F6F5;
                border-radius: 16px;
            }

            p {
                font-size: 17px;
                font-weight: 500;
                color: #000000;
                line-height: 20px;
                margin-bottom: 0;

                @media (max-width:767px) {
                    color: #232323;
                    font-size: 14px;
                }
            }
        }

        .our-prices {
            margin-bottom: 20px;

            h5 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 1rem;
                line-height: 35px;

                @media (max-width:767px) {
                    text-align: center;
                }
            }

            .price-item {
                border-radius: 15px;
                padding: 15px;

                .price {
                    margin-bottom: 0;
                    font-weight: 600;
                    font-size: 23px;

                    @media (max-width:767px) {
                        margin-bottom: 10px;
                    }
                }

                .quantity {
                    margin-bottom: 0;
                    font-size: 16px;
                    font-weight: 500;
                    max-width: 75px;
                    line-height: 22px;

                    @media (max-width:767px) {
                        font-size: 14px;
                        line-height: 16px;
                    }
                }
            }
        }

        .shop-time {
            background: linear-gradient(to right, #ffffff, #F6F9F0);
            border-radius: 10px;
            padding: 6px 15px;
            margin-bottom: 20px;

            @media (max-width:767px) {
                background: none;
                padding: 0;
            }

            h5 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 8px;
            }

            .shop-open {
                .day {
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 500;
                }

                .time {
                    margin-bottom: 0;
                    font-weight: 600;
                    font-size: 14px;
                    color: #000000;
                }
            }
        }

        .map-direction {
            background-color: #F3F6F5;
            border-radius: 10px;
            padding: 15px;
            padding-left: 35px;

            .place-name {
                margin-bottom: 0;
                font-size: 15px;
                font-weight: 400;
                line-height: 21px;
                max-width: 65%;
            }

            .direction-btn {
                color: #fff;
            }
        }

        .rating-wrapp {
            background-color: #8AAEA3;
            padding: 15px;
            border-radius: 15px;

            h4 {
                font-size: 16px;
                color: #ffffff;
                font-weight: 500;
                opacity: 0.85;
            }

            .rating-content {
                column-gap: 10px;

                .rating-ratio {
                    font-size: 1rem;
                    font-weight: 500;
                    color: #ffffff;
                }

                .rating-qty {
                    font-size: 1rem;
                    font-weight: 500;
                    color: #ffffff;
                    opacity: 0.85;
                }
            }

            .divider {
                display: block;
                width: 1px;
                background-color: #ffffff;
                height: 16px;
            }
        }

    }
}
*/
/* appointment */
/*
.clinics .appointments {
    .heading h2 {
        font-weight: 700;
        font-size: 27px;
    }

    .sub-heading h4 {
        transform: skew(-10deg);
        font-style: normal !important;
    }

    .list-benifits .notes {
        font-size: 1rem;
        font-weight: 600;
        color: #000000;
        transform: skew(-10deg);
        display: inline-block;
    }
}
*/
/* how to find you */
/*
.clinics .find-you .wrapper {
    background-color: #F3F6F5;
    padding: 30px;
    border-radius: 25px;

    .headers-support {
        border-radius: 25px;
        border-start-start-radius: 0;
        border-bottom-left-radius: 0;
        background: linear-gradient(to right, #F3F6F5, #ffffff);
        padding: 35px 35px 35px 0;

        @media (max-width:767px) {
            padding: 20px;
            background: linear-gradient(to top, #F3F6F5, #ffffff);
            margin-bottom: 2rem;
            border-start-start-radius: 25px;
        }

        h2 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 1rem;

            @media (max-width:767px) {
                max-width: 65%;
                margin: auto;
                padding-bottom: 1.2rem;
            }
        }

        p {
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            margin-bottom: 52px;

            @media (max-width:767px) {
                margin-bottom: 1.2rem;
            }
        }
    }


    .find-clinic {
        a {
            @media (max-width:767px) {
                width: 100%;
            }
        }

        svg {
            width: 13px;
            height: 13px;
            text-align: center;
            vertical-align: middle;
            fill: white;
        }
    }

    .map-col {
        .map-ctn {

            @media (max-width:767px) {
                padding-right: 0;
            }
        }

        .map-container {
            img {
                border-radius: 20px;

            }
        }

        .map-wrapper {
            border-radius: 25px;
            background-color: #ffffff;
            padding: 15px;
        }

        .map-details {
            .location-name {
                .place-name {
                    max-width: 65%;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 21px;
                }

                svg {
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    vertical-align: middle;
                    fill: #000000;
                }
            }

            .contact-detail {
                @media (max-width:767px) {
                    width: 100%;
                }

                .phone-number {
                    svg {
                        width: 20px;
                        height: 20px;
                        text-align: center;
                        vertical-align: middle;
                        fill: #000000;
                    }

                    a {
                        font-size: 14px;
                        color: #000000;
                        font-weight: 400;
                    }
                }
            }
        }
    }
}
*/
/* =============footer =================== */


/* =================locations ====================== */

/* hero section ================*/
/*
.locations .hero {
    @media (max-width:767px) {
        margin-bottom: 3rem;
    }
}

.location-hero-text {
    @media (max-width:767px) {
        padding: 16px;
    }
}

.location-hero-text .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 1rem;

    span {
        color: #85B030;
    }

    @media (max-width:767px) {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
}

.location-hero-text .sub-content {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: 0.85;

    @media (max-width:767px) {
        text-align: center;
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.location-hero-image {
    img {
        border-radius: 35px;
        max-width: 556px;
    }
}

.location-hero-text .details-deals {
    img {
        margin-bottom: 10px;
    }

    span {
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
    }

}
*/
/*============= location name section============ */
/*
.earwax-clinics {
    margin-top: -174px;
    @media (max-width:767px) {
        margin-top: 0;
    }
}

.earwax-clinics .rw-wrapp {
    max-width: 97%;
    background-color: #fff;
    padding: 15px 15px 15px 0px;
    border-radius: 20px;

    @media (max-width:767px) {
        max-width: 100%;
        background-color: inherit;
        padding: 0;
        border-radius: 0;
    }
}

.earwax-clinics .wrapper {
    background: transparent linear-gradient(92deg, #ECEDFA 0%, #ECF3F9 100%) 0% 0% no-repeat padding-box;
    padding: 20px 40px 0 20px;
    border-radius: 20px;

    @media (max-width:767px) {
        padding: 16px;
        border-radius: 0;
        padding-top: 50px;
    }
}

.vertical-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 25%;
    background-color: #6BADE5;
    border-radius: 6px;
}

.earwax-clinics h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    z-index: 1;

    @media (max-width:767px) {
        width: max-content;
        text-align: center;
        position: absolute;
        font-size: 16px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #F3F6F5;
        padding: 10px;
        border-radius: 15px;
    }
}

.earwax-clinics .located-place .thumbnail {
    margin-bottom: 30px;

    @media (max-width:767px) {
        text-align: center;
    }

    img {
        max-width: 251px;
        width: 100%;
        border-radius: 16px;
    }
}

.earwax-clinics .located-place .place-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    flex-basis: 65%;
}

.earwax-clinics .location-place-details {
    padding-left: 20px;

    @media (max-width:767px) {
        padding-left: 0;
    }

    h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 14px;

        @media (max-width:767px) {
            text-align: center;
            font-weight: 700;
            font-size: 24px;
            order: 1;
        }
    }

    .sub-title {
        font-size: 16px;
        font-weight: 400;

        @media (max-width:767px) {
            text-align: center;
            line-height: 22px;
            order: 2;
            margin-bottom: 2rem;
        }

    }
}

.earwax-clinics .location-place-details .location-devider {
    background: #CFCFCF;
    height: 1px;
    width: 100%;
    display: block;
    margin: 20px 0;

    @media (max-width:767px) {
        order: 4;
        margin: 0;
        margin-bottom: 20px;
    }
}

.earwax-clinics .location-place-details .reviews {
    @media (max-width:767px) {
        order: 5;
        margin-bottom: 2rem;
    }

    .plateform-details {
        @media (max-width:767px) {
            flex-wrap: wrap;
            row-gap: 15px;
        }
    }

    .google-pay,
    .other-pay {
        @media (max-width:767px) {
            flex-basis: 50%;
        }
    }

    .links {
        @media (max-width:767px) {
            flex-basis: 100%;
        }
    }

    .plateform-icon {
        background-color: #fff;
        width: 35px;
        text-align: center;
        height: 100%;
        padding: 12px 0;
        border-radius: 8px;
    }

    .values {
        font-size: 16px;
        font-weight: 600;
    }

    .review-count {
        font-size: 16px;
        font-weight: 400;
    }

    .links a {
        display: inline-block;
        background-color: #85B030;
        padding: 12px;
        border-radius: 8px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;

        @media (max-width:767px) {
            width: 100%;
            text-align: center;
        }

        span {
            display: inline-block;
            margin-left: 10px;
        }
    }
}

.earwax-clinics .location-place-details .our-prices {
    margin-bottom: 20px;

    @media (max-width:767px) {
        order: 3;
    }

    h5 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 1rem;

        @media (max-width:767px) {
            text-align: center;
            font-size: 20px;
        }
    }

    .price-item {
        border-radius: 15px;
        padding: 15px;
        background-color: #fff;
        min-height: 100px;
        height: 100%;

        .price {
            margin-bottom: 0;
            font-weight: 600;
            font-size: 20px;

            @media (max-width:767px) {
                margin-bottom: 10px;
            }
        }

        .quantity {
            margin-bottom: 0;
            max-width: 65%;
            width: 100%;
            line-height: 18px;
            font-size: 14px;
            font-weight: 400;

            @media (max-width:767px) {
                font-size: 14px;
                line-height: 16px;
                max-width: 100%;
            }
        }
    }
}

.earwax-clinics .location-place-details .map-direction {
    @media (max-width:767px) {
        order: 6;
    }

    background-color: #fff;
    border-radius: 10px;
    padding: 15px 32px;

    .place-name {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .direction-btn {
        border-radius: 10px;
        background-color: #6bade5;
        padding: 15px;
        width: 100%;
    }
}
*/
/* ============ why professional us ======================= */
/*
.why-us .wrapper {
    border: 1px solid #C1C1C1;
    border-radius: 25px;
    padding: 40px;

    @media (max-width: 767px) {
        padding: 16px;
        border: none;
    }
}

.why-us .wrapper .text-ctn h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 35px;

    @media (max-width:767px) {
        text-align: center;
        font-weight: 700;
    }
}

.why-us .wrapper .text-ctn .topics {
    @media (max-width:767px) {
        text-align: center;
        font-weight: 500;
    }
}

.why-us .wrapper .text-ctn .notes {
    font-weight: 600;
    font-size: 20px;
    transform: skewX(-10deg);

    @media (max-width:767px) {
        text-align: center;
    }
}

.why-us .wrapper .find-clinic a {
    display: inline-block;
    background-color: #6BADE5;
    padding: 13px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    width: max-content;
}
*/
/* =========== Faqs ============ */
/*
.faqs .wrapper {
    background: #F3F6F5 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 42px 32px 20px 32px;

    @media (max-width:767px) {
        padding: 24px 16px;
        border-radius: 0;
    }

}

.faqs .wrapper .title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 32px;

    @media (max-width:767px) {
        text-align: center;
    }
}

.faqs-wrapper h2 button {
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: start;
    background: #E4ECE9 0% 0% no-repeat padding-box;
    padding: 20px;
}

.faqs-wrapper .faqs-content {
    margin-bottom: 16px;
}

.faqs-wrapper .active button {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 10px;
}

.faqs-wrapper .active p {
    background-color: #fff;
    padding: 4px 10px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-banner img {
    border-radius: 25px;
    border: 10px solid #fff;
}
*/

#ewny .wrapper {
    background-color: rgba(107, 173, 229, 0.09);
}

#ewny .wrapper .sub-heading {
    background: linear-gradient(180deg, rgba(220, 233, 243, 1), rgba(242, 248, 253, 1));
}

#ewny .wrapper .find-clinic a.btn-icon {
    background-color: rgba(107, 173, 229, 1);
}

@media(min-width: 768px) {
    #ewny .wrapper .sub-heading {
        background: linear-gradient(90deg, rgba(220, 233, 243, 1), rgba(242, 248, 253, 1));
    }
}
