@media screen and (max-width:991px) {
    .navigationMenu, .menuUpSection{
        display: none;
    }
    .upperHeader li:last-child{
        display: none;
    }
    .upperHeader .container{
        justify-content: center;
    }
    .boxSection, .upFooterLinkSection ul{
        display: block;
    }
    .boxSection .innerBoxDiv{
        width: 100%;
        margin-bottom: 15px;
    }
    .upFooterLinkSection li, .innerHomeContact img {
        margin-bottom: 25px;
    }
    .innerFooter{
        padding: 0px 0px 40px 0px;
    }
    .innerFooterSec{
        padding: 0px 20px;
    }
    .footer{
        padding: 50px 0px 20px;
    }
    .clientSlider h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .homeContactSec .row , .mainContainerLocation .row{
        flex-direction: column-reverse;
    }
    .innerHomeContact {
        padding: 0px 20px 40px;
    }
    .innerContactText h6 img{
        margin-bottom: 0px;
    }
    .serviceSection h3 {
        font-size: 16px;
    }
    .serviceSection h4 {
        font-size: 14px;
    }
    .header img {
        width: 145px;
    }
    .upperHeader li a {
        font-size: 10px;
        font-weight: 600;
    }
    .upperHeader {
        padding: 5px 5px 8px;
    }
    .locationMainContentSection h1 {
        font-size: 20px;
    }
    .locationsOthers a {
        font-size: 12px;
        font-weight: 600;
    }

    .locationsOthers h3 {
        font-size: 13px;
        font-weight: 700;
    }

    .sidebarSection {
        padding:0px 10px;
    }
    
    .MainContentService {
        padding: 20px 10px 20px;
    }
    

    .serviceDetailSection {
        padding: 20px 0px 0px;
    }

    .imageSideAbout img {
        width: 100%;
        margin-bottom: 25px;
    }
    .textSideAbout .row div{
        margin-bottom: 20px;
    }

    .textSideAbout .row {
        margin: 25px 0px 0px;
    }

    .countingSection h3{
        font-size: 16px;
    }

    .constHeadProc{
        padding: 0px 10px;
        margin-bottom: 20px;
    }

    .constHeadProc h2 {
        font-size: 22px;
        margin-bottom: 5px !important;
    }

    .mainSecProcess, .inInerSec {
        height:auto !important;
    }
    .innerProSection{
        padding: 20px 30px;
        border: none;
    }

    .overlaySectionproc{
        padding: 40px 5px;
    }

    .twocontsec div{
        width: 100%;
    }

    .formSectionContact{
        margin-top: 25px;
    }

    .faq_section {
        padding: 60px 20px;
    }
    
    
    .heroSection .hindiTextImg{
        width:100%;
    }
    .innerHeroSection{
        background-image:none !important;
    }
    
    .heroSection {
        border-bottom: 5px solid #fbbc0b;
    }
    .formSection button{
        width:100%;
    }
    
    .aboutHomeText h1 {
        line-height: 24px;
        font-size: 16px;
    }

    .aboutHomeImg img {
        width: 100%;
        margin-top: 25px;
    }
    .serviceSectionBox {
        padding: 20px 0px 0px;
    }
        
    .innerSecWhyHome h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }
    .lastContentabout div{
        padding:0px 15px;
    }
    
    .clientLogoDiv img {
        width: 100%;
    }
    
    .innerCallHeader p{
        font-size: 10px;
        font-weight: 600;
    }
    .paymentImagesSection img {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    
    .paymentImagesSection h1 {
        margin-bottom: 10px !important;
    }
    
    .contactMain {
        padding: 60px 15px 80px;
    }


    .mainContainerLocation {
        padding: 20px 10px;
    }
        
    .header{
        display:none;
    }
    
    
    
    
    .mobileHeader{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .mobileHeader img{
        width: 250px;
        margin: 10px 0px;
        border-bottom: 1px solid #DDE;
        padding: 0px 0px 10px;
    }
    .mainSecNav{
        background-color: #fff;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px 10px;
    }
    .mainSecNav button{
       background-color: #fff;
        border: 2px solid #000;
        padding: 5px 10px;
        border-radius: 50px;
    }
    .mainSecNav p{
        font-size: 12px;
        color: #111;
        font-weight: 600;
        line-height: 0px;
        margin-top: 3px;
    }   

    .upperHeader {
        background-color: #ffcc03;
    }
    .upperHeader a, .upperHeader a i {
        color: #e31f25 !important;
    }

    .branchesSection .container .tableSection {
        flex: 0 0 100%;
        padding: 20px;
        margin: 5px;
    }

}