@media (max-width: 576px) {
    .main-header{
        background-size: cover !important;
        /* min-height: 480px; */
        height: 800px;
    }
    .hero-list li {
        text-align: left;
    }
    .logo-img{
        display: block;
        margin: 0 auto;
    }
    .header-cta ul li{
        margin-bottom: 5px;
    }
    .header-cta ul li.get-quote{
        margin-top: 20px;
    }
    .slide-txt{
        padding-top: 70px;
    }
    .slide-txt h1 {
    font-size: 24px !important;
    }
    .slide-txt h2{
        font-size: 16px;
    }
    .slide-txt p{
        display: none !important;
    }
    .upper-form{
        position: initial;
        margin-top: 20px;
    }
    .main-header {
        margin-bottom: 30px !important;
    }
    .wrap-about-nano {
        margin-top: 740px !important;
        padding: 20px;
    }
    .three-point-item{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slick-slider{
        width: 80% !important;
    }
    .wrapper-benefits{
        margin-bottom: 20px !important;
    }
    .col-footer-contact{
        text-align: left;
    }
    .intro-text{
        text-align: justify;
    }
    .wrapper-call-to-action p{
        text-align: justify !important;
    }
    .rs-counter-list {
        margin-bottom: 50px !important;
    }
    .content-about {
        padding: 40px;
    }
    .content-privacy-policy {
        position: absolute;
        background: white;
        margin-top: -250px;
        padding: 25px;
        box-shadow: 0px 0px 5px lightgrey;
        margin-bottom: 50px;
        width: calc(100% - 30px);
    }
    .wrap-page-header {
        top: 100px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .rs-counter-list {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .main-header{
        background-size: cover !important;
    }
    .header-cta ul {
        text-align: right;
    }
    .slide-txt p::before {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .upper-form{
        position: initial;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-header{
        background-size: cover !important;
    }
    .header-cta ul {
        text-align: right;
    }
    .slide-txt p::before {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .upper-form{
        position: initial;
    }
}

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