@media (max-width: 991px) { 
    #topBar {
        display: none;
    }
    .navbar-brand {
        padding: 10px;
        background: #fff;
        margin-top: 0px;
        border-left: 0px solid #dedede;
        border-right: 0px solid #dedede;
        box-shadow: none;
    }
    .navbar-brand img {
        height: 70px;
    }
    .navbar-toggler {
        border-color: #EA1E27;
        color: #fff;
        opacity: 1;
        background: #EA1E27;
        margin-right: 20px;
    }

    .socials {
        display: block !important;
    }
    .socials li {
        display:inline-block !important;
        border-bottom: 0px;
    }
    .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 36px;
    }
    .atWelcome .content {
        padding: 60px 0px 60px 0px;
        text-align: center;
    }
    .atProducts .product-detail {
        margin-bottom: 20px;
    }
    .callUs h1 {
        font-size: 20px;
        margin-top: 30px;
        color: #026C3A;
    }
    .atWhyUs .content .col-sm-6 {
        border:0px !important;
        border-bottom: 1px solid #dee2e6!important;
    }
    .footerTop,
    .footerTop .text-right {
        text-align: center !important;
    }
    .footerBlock ul {
        padding:0px;
        margin:0px;
        text-align: center;
    }
    .footerLogo {
        margin-bottom:20px;
    }
    .footerBottom ul { 
        margin-top: 20px;
    }
    .footerBottom .text-left,
    .footerBottom .text-right,
    .copyright, .copyright .text-right {
        text-align: center !important;
    }
    .actionBox { 
        margin-top: 50px;
    }
    #wcu {
        margin-top: 30px;
    }
    .stepbox.first:after,
    .stepbox.second:before,
    .stepbox.second:after,
    .stepbox.third:before {
        display: none;
    }
    .row.gutter-md {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.gutter-md>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-image {
        margin-bottom:30px;
    }
    .single-product .nav-item {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
    }
}