@media screen and (max-width:991px) {
    
    .callIconSec, .upperHeader li:nth-child(2), .upperHeader li:nth-child(4) {
        display: none;
    }
    .upperHeader ul{
        display: block;
    }
    .header {
        padding: 15px 10px;
    }

    .headerMainSec li {
        display: none;
    }

    .headerMainSec li:last-child {
        display: block !important;
    }

    .heroInSection {
        padding: 55px 20px;
    }

    .quote-card {
        padding: 16px;
    }

    .stat-block:last-child {
        margin-top: 25px;
        padding-left: 10px !important;
    }

    .services-dark .p-5,
    .testi-panel {
        padding: 50px 15px !important;
    }

    .services-heading {
        font-size: 23px;
        line-height: 30px;
    }

    .otheraboutsection .gap-3 a:last-child {
        margin: 15px 0px !important;
    }

    .otheraboutsection .gap-3,
    .ContactUpperFooter {
        display: block !important;
    }

    .hero-banner {
        padding: 20px;
    }

    .sectionHeader p {
        width: 100%;
    }

    .shortBlogMain {
        margin-bottom: 20px;
    }

    
    .inContactFooter span {
        margin-left: 0px;
        width: 0px;
        height: 0px;
        background-color: transparent !important;
    }

    .ContactUpperFooter div:last-child, .innerRightSideUpFooter {
        margin-top: 20px !important;
    }

    .inContactFooter h5 {
        font-size: 14px;
    }

    .innerMainFooter{
        margin-bottom: 25px;
    }

}