@media only screen and (max-width: 1600px) and (min-width: 1300px) {
    .container {
      max-width: 1220px;
    }
}
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }
    .scroll-down {
        left: 0.5rem;
        transform: translateY(0%);
    }
    .aboutSec {
        padding-top: 5rem;
    }
    .saleBnnrSec,
    section {
        padding: 5rem 0 !important;
    }
    .newsLtrSec {
        padding: 2rem 0 !important;
    }
    .main-slider h2 {
        font-size: 5rem;
    }
    .navbar-brand img {
        max-height: 120px;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
    .scroll-down {
        display: none;
    }
    .main-navigate .searchBar #werty {
        min-width: 80% !important;
    }
} 
@media (max-width: 991.98px) {
    html {
        font-size: 13px;
    }
    .newsLtrForm {
        padding: 2rem 0;
    }
    .aboutImg .about01, .aboutImg .about02 {
        width: 10rem;
    }
    a.navbar-brand {
        margin: 0 0 0 0;
        padding: 0.5rem;
    }
    .navbar-toggler {
        width: auto;
        margin-left: auto;
    }
    a.navbar-brand {
        padding: 0.5rem 0;
    }
} 
@media (max-width: 767.98px) {
    html {
        font-size: 12px;
    }
    .main-navigate {
        text-align: center;
        padding-top: 1rem;
    }
    .emailBtn {
        margin: 1.5rem 0;
        font-size: 1.5rem;
        justify-content: center;
    }
    .emailBtn a {
        font-size: 1.5rem;
    }
    .searchBar {
        margin-bottom: 1rem;
    }
    .about01 {
        top: 3rem;
    }
    .about02 {
        bottom: 8rem;
    }
    footer {
        padding-top: 3rem;
        text-align: center;
    }
    footer h4::after {
        left: calc(50% - 20px);
        height: 2px;
    }
} 
@media (max-width: 575.98px) {
    html {
        font-size: 11px;
    }
    .main-slider h2 {
    font-size: 3rem;
}
.main-slider h5 {
    font-size: 1.5rem;
}
.aboutImg .about01, .aboutImg .about02 {
    width: 7rem;
}
.saleBnnrSec .saleCard h3 {
    font-size: 2.5rem;
}
.saleBnnrSec .saleCard h3 strong {
    font-size: 3rem;
}
.saleBnnrSec .saleCard h4 {
    font-size: 2.5rem;
}
.subform input,
.subform .themeBtn{
    height: 40px;
}
.subform input {
    padding: 5px 10px;
}
.subform .themeBtn {
    font-size: 1rem;
}
}
@media (max-width: 320.98px) {} 