@media screen and (max-width:991px){
    :root{
        --heading-1: 40px;
        --heading-2: 32px;
        --heading-3: 28px;
        --heading-4: 22px;
        --heading-5: 20px;
        --heading-6: 18px;
    }
    .container-fluid{
        width: calc(100% - 0px);
    }
    h1{
        line-height: 46px;
    }
    h2{
        line-height: 38px;
    }
    h3{
        line-height: 32px;
    }
    h4{
        line-height: 26px;
    }
    h5{
        line-height: 24px;
    }
    .theme-btn{
        padding: 11px 15px;
    }
    .outline-btn{
        padding: 10px 15px;
    }
    .mmenu-overlay{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
        display: none;
    }
	.Hmenu .menu-area{
        position: fixed;
        left: -100%;
        top: 0;
        width: 350px;
        background-color: var(--white);
        height: 100vh;
        overflow-y: auto;
        justify-content: flex-start !important;
        -webkit-justify-content: flex-start !important;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        transition: var(--ease-transition);
    }
    .menu-open .Hmenu .menu-area{
        left: 0;
    }
    .menu-open .mmenu-overlay{
        display: block;
    }
    .header .nav>.nav-item{
        display: block;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-right: 0 !important;
    }
    .nav .theme-dropdown{
        position: inherit;
        left: inherit;
        top: inherit;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transform: none;
        margin-top: 10px;
        display: none;
        transition: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        padding-bottom: 10px;
    }
    .mob-head-block{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 10px;
    }
    .mobile-cbtn{
        display: inline-block;
        padding: 10px;
    }
    .mobile-cbtn svg{
        height: 18px;
    }
    .Hmenu .menu-area .nav,
    .common-modal .job_tabs .nav-tabs{
        width: 100%;
        padding: 10px;
    }
    .header .nav>.nav-item{
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--gray-color);
    }
    .header .nav>.nav-item:last-child,
    .header .nav>.nav-item:nth-last-of-type(2){
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none;
    }
    .header .nav>.nav-item:nth-last-of-type(2){
        padding-top: 16px;
    }
    .header .nav>.nav-item:last-child{
        padding-bottom: 16px;
    }
    .header .nav>.nav-item.has-dropdown>.nav-link{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .footer-row {
        flex-wrap: wrap;
    }
    .footer-col {
        flex: 1 1 45%;
    }
}

@media (max-width: 575px) {
    .footer-col {
        flex: 1 1 100%;
    }
}

@media (max-width: 1200px) {
    .service-main { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .service-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .service-main { grid-template-columns: 1fr; }
}
