/* 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-img{
        width: 75% !important;
        margin: 0 auto;
        padding-top: 10%;
    }

    .mobile-text-center{
        text-align: center!important;
    }

    .mobile-head1{
        font-size: 20px !important;
        padding-top: 5%;
    }

    .mobile-home-content{
        font-size: 16px !important;
    }

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

    .mobile-about-section{
        min-height: 35vh;
    }

    .mobile-problem-head{
        font-size: 24px !important;
        margin-bottom: 0px;
    }
    .mobile-problem-head1{
        font-size: 14px !important;
    }

    .mobile-tech-content{
        font-size: 14px !important;
        line-height: 22px !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-mt-3per{
        margin-top: 3% !important;
    }

    .mobile-top-pad-40per{
        padding-top: 40% !important;
    }

    .tablet-home-head1{
        font-size: 24px !important;
    }

    .tablet-home-head2{
        font-size: 18px !important;
    }

    .about-section{
        padding: 12% 0 40px 0;
    }
    .about-img{
        width: 15% !important;
    }

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

    .feature-section {
        min-height: 34vh;
    }

    .mobile-feature-head{
        font-size: 16px !important;
    }
    .mobile-feature-content{
        font-size: 14px !important;
        margin-bottom: 5px!important;
    }

    .bordered-row2, .circle2{
        border-top: 0px;
        background-color: transparent;
    }
    .content-box2 {
        padding-bottom: 0px!important;
    }

    .mobile-ps-section{
        min-height: 55vh;
    }
    .mobile-why-img{
        width: 50% !important;
    }
    .mobile-why-choose-title{
        font-size: 18px !important;
    }
    .mobile-why-list-img{
        width: 40%;
        padding-top: 5%;
    }
    .mobile-tech-content{
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tech-section {
        padding: 5% 0 16px 0;
        min-height: 35vh;
    }
    .speech-bubble.speech-bubble-join-now:after{
        display: none;
    }
}