@media screen and (min-width: 1320px) {
    .container {
        max-width: 1240px;
    }
}
@media (max-width: 767px) {
    .w-50 {
        width: 100% !important;
    }
    .col-lg-2 {
        display: none !important;
    }
    .slide.slide01 {
        padding: 70px 0 70px;
    }
    .slide .wg-filter .form-title {
        flex-wrap: wrap;
        padding: 15px !important;
        gap: 15px;
    }
    .slide .form-title {
        position: relative;
        z-index: 4;
    }
    .slide .wg-filter .form-title form fieldset input {
        border: 1px solid #ececec;
    }
    .slide .wg-filter .form-title .wrap-btn {
        width: 100% !important;
    }
    .slide .wg-filter .form-title .wrap-btn .gh-btn {
        width: 100% !important;
    }
    .gh-dropdown-sort{
        padding: 0;
    }
    .slide {
        background-attachment: unset !important;
    }
    .footer-cl-1 {
        
    }
    .footer-cl-2 { 
        margin-left: 7.4%;
        margin-top: 4%;
    }
    .footer-cl-3 {
        margin-left: 7.4%;
        margin-top: 8%;
    }
    .footer-cl-4{
        display: none;
        margin-left: 7.4%;
    }
}
@media screen and (max-width: 768px) {
    .heading-title h1 {
        font-size: 37px;
        line-height: 40px;
    }
    .slide.slide01{
        background-image: linear-gradient(45deg, #15244c, #15244c);
        min-height:auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .heading-title h1 {
        font-size: 55px;
    }
    
    
}
