/* Mobile Small (S) - max-width: 575.98px */
@media (max-width: 375px) {

}
@media (max-width: 575.98px) {

}


/* Mobile Large (L) - min-width: 768px and max-width: 991.98px */
@media (max-width: 767.98px) {
    .font18 {
        font-size: 9px !important;
    }

    .font20 {
        font-size: 10px !important;
    }

    .font24 {
        font-size: 12px !important;
    }

    .font30 {
        font-size: 15px !important;
    }

    .font35 {
        font-size: 18px !important;
    }

    .font40 {
        font-size: 20px !important;
    }

    .font50 {
        font-size: 25px !important;
    }

    .font60 {
        font-size: 30px !important;
    }

    .font70 {
        font-size: 35px !important;
    }

    .font100 {
        font-size: 50px !important;
    }


    .home-section {
        width: 100%;
        min-height: 25vh !important;
    }

    .home-img{
        width: 100%!important;
    }

    .mobile-about-title{
        font-size: 30px !important;
    }
    .mobile-about-content{
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .mobile-top-pad-10per{
        padding-top: 5%;
    }

    .mobile-top-pad-3per{
        padding-top: 3%;
    }

    .mobile-bottom-pad-10per{
        padding-bottom: 5%;
    }
    .join-now-btn {
        width: 45% !important;
    }

    .contact-info{
        font-size: 16px !important;
        text-align: center !important;
    }
    .mobile-mar-bottom-0{
        margin-bottom: 0px!important;
    }

    .feature-box {
        transition: transform 0.5s ease-in-out;
        padding-bottom: 10%;
    }

    .feature-title-head{
        font-size: 30px !important;
    }

    .desktop-home-section{
        display: none;
    }

    .mobile-home-section{
        display: block;
        padding: 0px 0 0px 0!important;
    }

    .mobile-home-head1{
        font-size: 20px!important;
    }

    .home-section {
        min-height: 100vh;
        padding: 10px 0 0px 0;
    }

    .contact-form-input, input.form-control.bg-transparent.contact-form-input:focus {
        margin-bottom: 5%;
    }

    .mobile-margin-top{
        margin-top: 3%;
    }

    .contact-content{
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .mobile-max-width-home-img{
        max-width: 75% !important;
    }

    .home-content {
        margin-top: 0%;
    }
}