@media screen and (min-width:740px) and (max-width:1199px) {

    /*NAVBAR*/
    .navbar {
        display: none;
    }

    img.navImg {
        display: none;
    }

    img.navImgMobile {
        width: 18.263vw;
        height: 9.71vw;
        display: block;
    }

    header.mb-auto {
        font-size: 0.781vw;
        height: 13.107vw;
        align-items: center;
        gap: 43vw;
    }

    .btn-section {
        display: none;
    }

    .signup {
        width: auto;
        height: 8.719vw;
        border: 0.052vw solid #252525;
        border-radius: 0.728vw;
        opacity: 1;
        display: none;
    }

    .login {
        width: auto;
        height: 8.719vw;
        display: none;
    }

    .dropbtn {
        color: black;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        text-decoration: none;
    }

    a.dropbtn::after {
        content: url(assets/dist/images/mobile/hamburger.webp);
    }

    .secsignup {
        width: 50vw;
        height: 11vw;

    }

    .partners-btn {
        border-radius: 8px;
        font: normal normal 600 3vw/11vw Poppins;
    }

    .navdropdowM {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #12293D;
        z-index: 1;
        width: 100vw;
        top: 12vw;
    }

    .btn-sectionM {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 3vw;
    }

    .bannerTxt h1 {
        font: normal normal 500 8.796vw/8.495vw Montserrat;
        padding: 0;
        text-align: center;
    }

    a.partners-btn-menu {
        opacity: 1;
        color: #fff;
        text-align: center;
        margin-left: 35vw;
        padding: 1vw;
        text-decoration: none;
        font: normal normal 600 16px/25px Montserrat;
        display: block;
        text-transform: uppercase;
        width: 40vw;
        border-radius: 13px;
        height: 10vw;
    }

    .dropdown-content a {
        color: #fff;
        padding: 4.1vw 0px;
        text-decoration: none;
        display: block;
        font-size: 3.8vw;
        margin: 5vw auto;
    }

    .btn-sectionM .login {
        width: 40vw;
        height: 9vw;
        border-radius: 2vw;
        color: black;
    }

    .btn-sectionM .signup {
        width: 40vw;
        height: 9vw;
        border-radius: 2vw;
    }

    .show {
        display: block;
    }

    /*NAVBAR*/
    /*-----------------------------------------------------------------*/
    /*MAIN BANNER*/
    .bannerImgDesk {
        display: none;

    }

    .bannerImgMob {
        display: block;
        height: 185.214vw;
        width: -webkit-fill-available;
    }

    .bannerTxt {
        top: -1.208vw;
        left: 8.823vw;
        width: 82.04vw;
        height: 99.219vw;
        gap: 2vw;
        align-items: center;
    }

    .logoImg {
        display: none;
    }

    .logoImgMobile {
        display: block;
    }

    h1 {
        font-size: 6.068vw;
        padding: 0vw 15vw;
        font: normal normal 300 5.796vw/7.495vw Study;
        letter-spacing: 0px;
        color: #EEEEEE;
    }

    h2 {
        font: normal normal 300 3.369vw/4.553vw Montserrat;
        text-align: center;
    }

    .bannerTxt p {
        font: normal normal 300 2.641vw/5.583vw Montserrat;
        width: 82.04vw;
        height: 20.149vw;
        margin-top: -3vw;
        text-align: center;
    }

    .bannerTxt .signup {
        width: 36.78vw;
        height: 8.194vw;
        font: normal normal 600 3.126vw/8.408vw Montserrat;
        border: none;
        box-shadow: none;
        margin-top: 2vw;
    }

    /*MAIN BANNER*/
    /*--------------------------------------------------------------------*/
    /*MAIN*/

    .section.first {
        background-size: cover;
        height: 245vw;
    }

    .section.second {
        background: url(assets/dist/images/mobile/mobile_brand.webp);
        color: #E2E2E2;
        height: 134.951vw;
        gap: 2vw;
        text-align-last: auto;
        padding: 12vw 4vw;
        align-items: center;
        background-size: cover;
    }

    .section.third {
        background: url(assets/dist/images/mobile/mobile_about.webp);
        height: 191vw;
        background-size: cover
    }

    .section.forth {
        background: url(assets/dist/images/mobile/mobile_contact.webp);
        background-size: cover;
        height: 180vw;
    }

    .section.sixth {
        background: url(assets/dist/images/mobile/mobile_testimonials_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        height: 161vw;
        justify-content: center;
    }

    .footer-links {
        height: 172.602vw;
        background: #102A3B 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    /*MAIN*/
    /*--------------------------------------------------------------------*/
    /*FIRST SECTION*/
    .section {
        height: fit-content;
        color: #313131;
        display: flex;
        flex-direction: column;
        gap: 5vw;
        justify-content: unset;
        align-items: center;
    }

    .first h1 {
        font: normal normal 800 5.369vw/6.553vw Montserrat;
        margin-top: 10vw;
    }

    .container p {
        font: normal normal 500 3.5vw/4.583vw Montserrat;
        width: 67.04vw;
        margin: auto;
        color: #000;
        text-align: center;
    }

    div#aboutUs {
        scroll-margin-top: 90px;
        height: 14vw;
        width: 70vw;
        margin-left: 0vw;
        margin-top: 10vw;
    }

    div#commissions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .commisTxt {
        flex-direction: column;

    }

    .commisopt {
        text-align: center;
    }

    .commisdesc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 85vw;
    }

    .commisBox {
        flex-direction: column;
        width: 78.039vw;
        height: 168.932vw;
    }

    .commisCard {
        width: 66.039vw;
        height: 46.515vw;
    }

    .commisImg {

        display: none;
    }

    .commisCard:after {
        display: none
    }

    .commisImgM {
        display: block;
        height: 18.447vw;
    }


    .commisTxt h3 {
        font: normal 800 3.883vw/6.068vw Montserrat;
    }

    /*SECOND SECTION*/

    .second h1,
    .forth h1 {
        font: normal normal 800 6.369vw/29.553vw Montserrat;
        padding: 0vw 12vw;
    }

    img.brandImgMob {
        height: 50vw;
    }

    .second .signup {
        width: 39.806vw;
        height: 9.738vw;
        font: normal normal 600 3.398vw/9.466vw Montserrat;
        text-align-last: auto;
        border: none;
    }

    .secondTextArea {
        width: 92vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }


    /*THIRD SECTION*/

    .brandsbox {
        height: 137.621vw;
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4vw;
    }

    .brands {
        height: 42vw;
        width: -webkit-fill-available;
        justify-content: center;
    }

    .third h1 {
        text-align: center;
        font: normal normal 800 5.563vw/9.979vw Montserrat;
    }

    div#aboutUs p {
        text-align: center;
        font: normal normal 500 3.5vw/4.51vw Montserrat;
        letter-spacing: 0px;
        color: #102A3B;
    }

    img.brandImgM {
        width: 50.806vw;
        height: 19.689vw;
        margin: 0;
        display: block;
        border-radius: 10vw;
    }

    img.brandImg {
        display: none;
    }

    h1.testemonialTitle {
        font: normal normal 800 4vw/30px Montserrat;
        letter-spacing: 0px;
        color: #3A3A3A;
        opacity: 1;
        padding: 0;
        margin: 0;
    }

    .testemonial {
        width: 82vw;
        height: 120vw;
    }

    .testmonialTxtSection {
        margin: 4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 74vw !important;
        height: 101.365vw !important;
    }

    .third h3 {
        font: normal normal 600 3.5vw/4.583vw Montserrat;
    }

    p.testmonialTxt {
        font: normal normal 300 2.8vw/5.369vw Montserrat;
        padding: 0 2vw;
        margin: unset;
    }

    .testmonialTxtSection h3 {
        font: normal normal 600 4.2vw/1.302vw Montserrat;
    }

    a.testmonialLink {
        font: normal normal 300 3vw/5.583vw Montserrat;
        margin-bottom: 3vw;
    }

    .third h3::before {
        content: url(assets/dist/images/mobile/top.webp);
        position: absolute;
        left: 11vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 35vw !important;
        margin: 0;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 0px) !important;
    }

    .testmonialTxt::after {
        content: url(assets/dist/images/mobile/bottom.webp);
        position: absolute;
        right: 11vw;
        margin-top: 4vw;
    }

    /*FORTH SECTION*/

    .wrapperForth {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        height: fit-content;
        margin-top: 27vw;
    }

    .forth h1 {

        font: normal normal 800 7.369vw/15.553vw Montserrat !important;

    }

    .fifth h1 {
        text-align: center;
        font: normal normal 800 5.823vw/7.24vw Montserrat;
    }

    form#contactForm {
        gap: 4.4vw;
        width: 69vw;
        display: flex;
        flex-direction: column;
    }

    label {
        font: normal normal normal 3.833vw/8.302vw Poppins;
    }

    textarea {
        height: 6.458vw;
        max-height: 40vw;
        min-height: 20vw;
    }

    input,
    textarea {
        width: 49.796vw;
        height: 6vw;
        margin: 1vw;
    }

    textarea {

        height: 30.097vw;
    }

    form#contactForm input[type="submit"] {
        width: 41vw;
        padding: .8vw;
        background-color: #AD1E1E;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        height: 9vw;
        letter-spacing: 1.2px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        font-family: 'Poppins';
        font-weight: 600;
        margin: auto;
        font: normal normal 600 2.913vw/8.010vw Montserrat;
    }

    input::placeholder,
    textarea::placeholder {
        text-align: left;
        font: normal normal 300 3.398vw/5.097vw Montserrat;
        letter-spacing: 0px;
        color: #7A7A7A;
        opacity: 1;
        text-indent: 2vw;
    }

    .sendResultMessage {
        color: white;
        display: none;
        margin-top: 2vw;
    }

    form#contactForm .recaptcha {
        font-size: 2.1vw;
        font-weight: 500;
        color: #000;
        padding: 0px 0vw;
        width: 50vw;
        text-align: center;
        margin-top: 3vw;
    }

    /*FOOTER*/

    .img-fluid {
        width: 31vw;
    }

    a.partnersTnc {
        height: 15.125vw;
        padding: 5vw;
        font-size: 2.833vw;
    }

    .copyrights {
        font-size: 2vw;
        padding-bottom: 5vw;
    }

    .modal-body p {
        font-size: 2.4vw;
        color: #000;
        padding: 0 2vw;
    }

    .modal-content {
        width: 98vw;
        height: 90vh;
        margin: 1vw 0vw;
    }

    .modal-body h2 {

        font-size: 3.4vw;
    }

    .modal-header h2 {
        color: #000;
        font-weight: 500;
        font-size: 3.7vw;
    }

    .close {
        font-size: 50px;
        margin-right: 3vw;
    }

    /*SIDEPANEL*/
    .sidepanel {
        height: 12vw;
        width: 100vw;
        position: fixed;
        z-index: 9999;
        bottom: 1vw;
        left: 0vw;
        display: block;
        transition: 0.5s;
        margin: auto;
    }

    .sidepanel .signup {
        width: inherit;
        height: inherit;
        text-align: center;
        font: normal normal bold 4.885vw/11vw Montserrat;
        letter-spacing: 0.029vw;
        color: #1F1F1F;
        opacity: 1;
        background: transparent linear-gradient(180deg, #EFC254 0%, #78612A 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0.208vw 0.260vw 0.260vw #00000029;
        margin: 0;
    }
}
