@media (min-width: 1400px) {
    
}

@media (max-width: 991px) {
    .site-footer {
        padding: 0 15px 15px 15px;
    }
    .footer-socials ul li {
        padding: 1px;
    }
    .hero-content {
        bottom: 50px;
        padding: 0 40px;
    }
    .left-side{
        width: 80%;
        left: -100%;
        z-index: 9;
        transition: .3s all;
    }
    .left-side.active {
        left: 0;
        transition: .3s all;
    }
    .left-inner {
        width: 100%;
    }
    .right-side{
        width: 100%;
    }
    .menu-mobile span{
        display: block;
        height: 4px;
        width: 100%;
        background: #fff;
        margin: 4px 0;
        border-radius: 5px;
    }
    .menu-mobile{
        display: block;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 46px;
        padding: 4px 8px;
    }
    .mobile-header{
        display: block;
        background: #24952F;
        padding: 10px;
        border-bottom: 3px solid #24B933;
        position: fixed;
        z-index: 7;
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .partners-sub li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .partners-sub li {
        width: 100%;
        float: none;
    }
    .hero-content {
        bottom: 20px;
        padding: 0 15px;
    }
    .scroll{
        display: none;
    }
    .wel-image{
        padding-bottom: 81%;
        order: 2;
        margin-bottom: 4px;
    }
    .wel-details {
        order: 1;
    }
    .wel-image,.wel-details{
        width: 100%;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .hero-content h2{
        font-size: 17px;
    }
    .hero {
        height: 400px;
    }
    .pro-cat-item {
        margin: 0px;
    }
    .pro-cate .pro-cat-item {
        margin: 20px 0;
    }
    .pro-cate-slick{
        margin-top: 50px;
    }
    .slick-next{
        right: 0;
    }
    .slick-prev {
        left: 30%;
        top: auto;
        bottom: -40px;
        right: auto;
        padding: 5px 10px;
        width: 25px;
    }
    .slick-next{
        left: auto;
        top: auto;
        bottom: -40px;
        right: 30%;
        padding: 5px 10px;
        width: 25px;
    }
    .why-item {
        margin: 20px 0;
    }
    .why-title {
        margin-bottom: 5px;
    }
    .test-title{
        background-size: 50px;
        padding: 3px 0 0 60px;
        min-height: 50px;
        line-height: 1.2;
    }
    .test-slick{
        width: 100%;
    }
    .contact-contact-form{
        padding: 15px;
    }
    .footer-office{
        margin-bottom: 40px;
    }
    .test-inner {
        padding: 0 15px 16px;
    }
    .office-name img {
        margin-right: 5px;
    }
    #breadcrumbs {
        text-align: left;
        
    }
}