.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {

}

@media screen and (max-width:993px) {
    .mob-op1{
        opacity: 1;
        pointer-events: unset;
    }
}

@media screen and (max-width:992px) {
    body {
        /* padding-top: 4.8rem; */
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .logo {
        width: 12rem;
        height: 2.3rem;
    }
    .heder-inner{
        padding: .85rem .75rem;
    }
    .hero-box{
        bottom: unset;
    }
    .hero-content{
        height: unset;
        min-height: 42rem;
        padding: 2rem 1.15rem;
        padding-top: 5.5rem;
    }
    .hero-title{
        font-size: 2.25rem;
    }
    .video-box{
        height: unset;
        width: 100%;
        min-height: 14rem;
        margin-bottom: 1.5rem;
    }
    .hero-info{
        flex-direction: column;
        align-items: center;
    }
    .hero-text{
        color: white;
        width: unset;
        text-align: center;
    }
    .quiz-options{
        grid-template-columns: 1fr;
    }

    .section-headers{
        flex-direction: column;
        gap: 1.05rem;
        align-items: flex-start !important;
    }
    .section-text{
        text-align: left;
        width: 100%;
    }
    .project-card .bg-project{
        width: 120%;
        margin-left: -10%;
    }
    .txt {
        font-size: .95rem;
    }
    .btn{
        height: 2.95rem;
        font-size: .95rem;
    }
    .quiz-title{
        font-size: 2rem;
    }
    .quiz-mob-text{
        font-size: 1.15rem;
    }
    .quiz-question{
        font-size: 1.15rem;
    }
    .quiz-actions{
        margin-top: 2rem;
    }
    .quiz-inner{
        padding: 1.5rem 1.15rem;
    }
    .accordion-header{
        font-size: 1.8rem;
    }
    .accordion{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .black-back{
        padding: 1rem 0;
    }
    .main_form{
        padding: 1.25rem;
    }
    .feedback-head{
        flex-direction: row !important;
        align-items: center;
        gap: .5rem;
        margin-bottom: 2.5rem;
    }
    #feedback .section-title{
        font-size: 2rem;
    }
    .footer-inner{
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .foot-nav{
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .foot-right{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
    }
    .foot-btn{
        width: 100%;
        height: 3rem !important;
    }
    .service_item_row{
        flex-direction: column;
        gap: 1.5rem;
    }
    .service_description{
        width: 100%;
        margin-left: unset;
        font-size: .95rem;
        margin-bottom: 5rem;
    }
    .service_links{
        flex-direction: column;
        align-items: flex-start !important;
        gap: .85rem;
    }
    .service_btn{
        width: 100%;
        justify-content: center;
    }
    .service_item {
        padding: 1.75rem;
    }
    .service_anons,
    .service_question{
        font-size: .95rem;
    }
    .accordion-content p{
        font-weight: 400;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem !important;
    }
}
