@media(max-width:1200px) {
    html {
        font-size: 60%;
    }



}

@media(max-width:992px) {
    html {
        font-size: 58%;
    }

    .heading-block h3.heading br {
        display: none;
    }


    .overview-inner {
        flex-basis: 100%;
    }

    .service-box,
    .review-box {
        flex-basis: calc(50% - 20px);
    }

    .resultcontainer {
        width: 80%;
    }
}


@media(max-width:768px) {
    html {
        font-size: 58%;
    }

    nav {
        padding: 10px 0;
    }

    nav img {
        width: 100px;
    }

    .hero-inner {
        flex-basis: calc(100% - 1rem);
    }

    .resultcontainer {
        width: 100%;
    }

    .resultnumberbox {
        flex-basis: 100%;
    }

    .yt-gallery-flex,
    .flex-box-container,
    .review-list {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        padding-bottom: 30px;
        flex-wrap: nowrap;
    }

    .yt-thumb,
    .service-box {
        flex: 0 0 300px;
    }

    .play-btn {
        font-size: 15px;
        padding: 5px 15px;
    }

    .review-box {
        flex: 1 0 calc(50% - 20px);
    }

    .belowformsection {
        padding-top: 0;
    }

    .belowform input,
    .belowform button {
        flex-basis: 100%;
    }

    .faq-flex {
        width: 100%;
    }



}

@media(max-width:576px) {
    html {
        font-size: 56%;
    }

    h3.heading {
        font-size: 3rem;
    }

    nav img {
        width: 150px;
    }

    .bannertext h1 {
        font-size: 4rem;
    }

    .herotext ul li {
        font-size: 1.8rem;
    }

    .herotext ul li::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    .cta a {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
    }


    .relativeclass span {
        font-size: 5rem;
        top: -2rem;
    }

    .review-box {
        flex-basis: 100%;
    }

    .whatsappbutton #whatsappbtn span {
        display: none;
    }


    .footer-cta.show {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        border-top: 1px solid whitesmoke;
    }

    .footer-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        right: 0;
        background: #fff;
        z-index: 998;
        width: 100%;
        height: 48px;
        padding: 0 10px;
        z-index: 99999999999999999;
        align-items: center;
    }

    .footer-mobile a {
        flex: 1;
        color: #000;
        text-decoration: none;
        font-size: 10px;
        text-transform: uppercase;
        margin: 1px 0 0 0;
        text-align: center;
        float: left;
        font-weight: 500;
        border-right: 1px solid #ccc;
    }

    .footer-mobile a:last-child {
        border: none;
    }

    .footer-mobile a i {
        font-size: 13px;
        padding-right: 4px;
        position: relative;
        top: 2px;
        color: #383838;
    }

}


@media(max-width:400px) {

    html {
        font-size: 56%;
    }


}