.mobileHide {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileHide {
        display: none;
    }
}

.why-us {
    padding-top: 1rem;
}

article {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #D6D6D6;
    border-radius: 10px;
    opacity: 1;
    padding: 37px;
}

.why-us {
    padding-top: 2.75rem;
    padding-bottom: 30px;
    background: #f9f9f9;
}

.whyus-title {
    padding-bottom: 1.875rem;
}

.whyus-card-title {
    text-align: center;
    font-size: 16px;
    font-family: geekexpressbold;
    letter-spacing: 0;
    opacity: 1;
    margin-top: 17px;
    margin-bottom: 7px;
}

.whyus-card-description {
    text-align: center;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    opacity: 1;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 120px) and (max-device-width: 720px) {
    .mobileShow {
        display: inline !important;
    }

    /* .header .header-content {
        padding-top: 20px !important;
    } */

}

.why_us_title {
    padding-top: 60px;
    padding-bottom: 20px;
}



@media only screen and (max-width: 767px) {
    .why_us_title {
        margin-top: 1rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }




    .why-us {
        padding-top: 2.75rem;
        padding-bottom: 0px;
        background: #f9f9f9;
    }


    #mob_form_section {
        display: none;
    }


}

/* @media only screen and (max-width: 480px) {
    .header .header-content {
        padding-top: 20% !important;
    }
} */

.why-us .container {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {



    .cards {
        flex-direction: column;
        align-items: center;
    }

    .why-us .container {
        margin-bottom: 0px;
    }

    .fourth-card {
        margin-bottom: 25px;
    }
}

.cards {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;

}

.card {
    width: 24.2%;
    box-shadow: 0px 0px 6px #D6D6D6;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
    .card {
        width: 49%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {


    .card {
        width: 100%;
    }


}

.why-us {
    background-image: url('/img/Mask Group 175.png');
}


.why-us-icons {
    width: 46px;
    height: 46px;
    /* margin-top:37px; */
    margin-bottom: 24px;
}

.why-us-p {
    /* text-align: left; */
    font: normal normal normal;
    letter-spacing: 0px;
    color: #212529;
}

@media only screen and (max-width: 767px) {
    iframe {
        height: 94% !important;
        border-radius: 10px;
    }

    .card-register {
        background-color: #f7f7f7 !important;
    }

    .course-fees {
        width: 100% !important;
    }


    .why-us .container {
        margin-bottom: 0px;
    }

    .fourth-card {
        margin-bottom: 25px;
    }

    #why_us_title {
        margin-top: 1.5rem !important;
    }
}

.geek_video {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-top: 0px;
    padding: 56.25% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 767px) {

    .geek_video {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 80.25% 0 0 0 !important;
        position: relative !important;
    }
}

@media only screen and (max-width: 600px) {

    .geek_video {
        margin-top: -20px !important;
        margin-bottom: 20px;
    }
}


/* header */
.header {
    height: 270px;
    background: url('/img/automated-landing-banner1.jpg');
    background-size: cover;
    background-position: 100%;
    background-attachment: scroll;
    border-bottom: 7px solid #FFCC03;
}

.variable-logo {
    width: 50%;
}
.variable-divs {
    width: 20%;
}

.variable-divs-centered {
    width: 50%;
}

.subtitle-banner {
    color: black;
    font-size: 1.3vw;
    text-align: center;
    font-family: geekexpressbold !important ;
}
/* end header */

.flexation-space-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    /* header */
    .header {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        justify-content: flex-start;
        background-position: 90%;
    }
    .title {
        font-size: 16px;
        padding-top: 0px;
    }
    .subtitle-banner {
        font-size: 15px;
        margin: 0px 0px 8px;
    }
    .variable-logo {
        width: 80px;
        height: 80px;
    }
    /* .header {
        background-position: 480px 0px;
    } */
    .variable-divs {
        width: 50%;
        margin: 5px;
    }
    /* end header */
    #partners {
        height: 47px !important;
    }
    .cards {
        display: flex;
        /* gap: 100px; */
        flex-direction: column;
        gap: 33px;
    }
    .card {
        width: 100%;
    }
    .section-title {
        /* text-align: start; */
    }
}

.title {
    color: black !important;
    font-size: 2.1vw;
    text-align: center;    
}

