@media (max-width:768px){
    .page-sec-title{
        height: 45px;
    }
    .page-sec-title p span {
        font-size: 12px;
    }
    .left-banner-wrap {
        overflow: hidden;
        height: 165px;
    }
    .mobileControls .menuBtn button{
        right: 4px!important;
        outline: none;
    }
    .navSection.open {
        height: 100vh;
        margin-top: 87px;
    }
    .prd-application-wrap ul{
        padding-left: 0;
    }
    footer.page-footer {
        margin: 0px!important;
    }
    .d-sm-none{
        display: none;
    }
    .order-md-2{
        order: 1!important;
    }
    .order-md-2{
        order: 2!important;
    }
}

@media (min-width:768px){
    .d-md-block{
        display: block;
    }
}
