/* 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;
    }

    .mobile-home-head1{
        font-size: 22px !important;
    }
    .mobile-home-head3{
        font-size: 16px!important;
        line-height: 22px!important;
        margin-bottom: 0px!important;
        font-weight: 300 !important;
    }

    .mobile-about-title{
        font-size: 26px !important;
        text-align: center!important;
        /*padding-top: 10%;*/
    }

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

    .mobile-pt-5per{
        padding-top: 5%;
    }
    .mobile-about-content{
        font-size: 16px !important;
        font-weight: 300 !important;
    }

    .mobile-join-now{
        margin-top: 5%;
        width: 43%;
        height: auto;
    }

    .mobile-issue-title{
        font-size: 13px !important;
    }
    .mobile-issue-content{
        font-size: 11px !important;
        font-weight: 300 !important;
        line-height: 20px!important;
    }
    .issues-section {
        padding: 0 0 0px 0;
        min-height: 50vh;
    }

    /*Market Potential*/
    .market-section {
        min-height: 25vh;
    }

    .market-potential-title2{
        font-size: 18px !important;
    }
    .market-potential-title3{
        font-size: 19px !important;
        padding-top: 2% !important;
    }
    .market-potential-title4{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

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

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

    .contact-content{
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .mobile-top-pad-10per{
        padding-top: 10% !important;
    }
    .mobile-top-pad-5per{
        padding-top: 5% !important;
    }
    .mobile-top-pad-0per{
        padding-top: 0% !important;
    }
    .mobile-margin-top{
        margin-top: 3%;
    }

    .mobile-feature-title{
        font-size: 16px !important;
        padding-top: 6%;
    }

    .mobile-feature-content{
        font-size: 14px !important;
    }


    .card1 {
        background-color: #F8B600;
        width: 100%;
        height: 80%;
    }

    .mobile-card-img50{
        width: 50%;
    }

    .card2 {
        background-color: #F8B600;
        width: 100%;
        height: 80%;
        margin-left: 4%;
    }

    .center-line {
        position: absolute;
        width: 8px;
        height: 73%;
    }

    .explore-btn-mt8per {
        margin-top: 8%;
        width: 45%;
    }

    .problem-content{
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    .mobile-why-head{
        font-size: 14px !important;
    }

    .mobile-tech-head{
        font-size: 20px !important;
    }
    .mobile-tech-content{
        font-size: 16px !important;
    }
    .tablet-why-content{
        font-size: 13px!important;
    }
}