@media(max-width:1400px) {}

@media(max-width:1200px) {
    html {
        font-size: 60%;
    }

    .container {
        width: 100%;
        padding: 0 5%;
    }


}

@media(max-width:992px) {
    html {
        font-size: 58%;
    }


    .fullwidth {
        padding: 3rem 0;
    }

    .formcontainer {
        height: auto;
        gap: 1rem;
    }

    .formcontainer .form-group {
        width: 100%;
        height: auto;
    }

    .video-container {
        flex-basis: calc(33.3% - 10px);
    }

    .stepsinner {
        flex-basis: 100%;
    }

}


@media(max-width:768px) {
    html {
        font-size: 58%;
    }


    .about-box-inner {
        flex-basis: 100%;
    }

    .usp-inner-box {
        flex-basis: 50%;
        width: 50%;
        padding: 20px;
    }



    .usp-inner-box:nth-of-type(even)::after {
        display: none;
    }

    .main-form-container {
        width: 100%;
    }

    .main-form-container {
        margin-bottom: 1rem;
    }

    .tab-list {
        row-gap: 10px;
    }

    .tab-list .tab {
        padding: 10px;
    }

    .tab .tabicon {
        position: absolute;
        left: 50%;
        top: calc(0% - 15px);
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
    }

    .tab .tabicon i {
        font-size: 3rem;
    }

    .faq-container {
        width: 100%;
    }

    .faq-flex {
        padding-bottom: 0px;
    }

    .reviewmaincontainer {
        width: 90%;
    }

    .copy-right {
        margin-bottom: 50px;
    }



    .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;
    }

    .whatsapp-widget {
        display: none;
    }



    .popup-content {

        max-width: 400px;
        width: 90%;
        padding: 10px;
        margin: auto;
        border-radius: 5px;
    }


    .popupvideo .close-button {
        top: 20%;

    }


    .popupvideo iframe {
        height: 300px !important;
    }


}

@media(max-width:576px) {
    html {
        font-size: 56%;
    }


    nav .cta-box .popupclick {
        font-size: 11px;
        padding: 10px 5px;
    }

    h5.heading {
        font-size: 3rem;
    }

    .usp-inner-box h5.boxheading {
        font-size: 1.4rem;
    }

    .tab-list .tab {
        flex-basis: calc(50% - 1rem);
    }

    .tab-content .tab-text-content .paragraph p,
    .tab-list .tab {
        font-size: 14px;
    }

    .tab .tabicon {
        position: static;
        transform: translateX(0px);
        width: 30px;
        height: 30px;
    }

    .tab .tabicon i {
        font-size: 1.5rem;
    }

    .tab-content {
        padding: 20px;
    }

    .result-inner {
        width: 100%;
    }

    .mobile-banner1 {
        display: block;
    }

    .window-banner {
        display: none;
    }


    .popup-content .close {

        font-size: 1.8rem;
    }

    .about-us-img,
    .text-container {
        flex-basis: 100%;
    }

    .card-box-content button {
        padding: 1rem 0.8rem;
        font-size: 12px;
    }

    .flex-box {
        padding: 10px;
    }

    .formcontainer {
        padding: 2rem;
    }

    .formcontainer .form-group button {
        font-size: 12px;
    }

    .faq-flex {
        width: 100%;
    }
}


@media(max-width:400px) {



    html {
        font-size: 56%;
    }


    .burger {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }


}