@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;
    }

}


@media(max-width:768px) {

    html {
        font-size: 58%;
    }

    #mainPayForm .form-group {
        flex: 1;
        flex-basis: 100%;
    }

    #mainPayForm .trusted-logos,
    .trusted-logos {
        justify-content: center;
    }

    .service-box {
        flex-basis: calc(50% - 20px);
    }

    .flexboxcontainer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    /*.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: 14px;
        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: 14px;
        padding-right: 5px;
        position: relative;
        top: 2px;
        color: #383838;
    }

    .whatsapp-widget {
        display: none;
    }

}

@media(max-width:576px) {
    html {
        font-size: 56%;
    }

    .mobile-banner1 {
        display: block;
    }

    .window-banner {
        display: none;
    }

    .service-box {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        padding: 10px;
    }

    .service-title h5 {
        font-size: 2.5rem;
    }

    .service-box p {
        font-size: 1.4rem;
    }

    .imgbox {
        max-width: 100%;
    }

    .textbox {
        padding-right: 0;
    }

    .copy-right {
        padding: 10px 0;
        gap: 10px;
        font-size: 10px;
        /*margin-bottom: 48px;*/
        height: 80px;
    }

}


@media(max-width:400px) {



    html {
        font-size: 56%;
    }


    .burger {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }


}