/*320 - 767 Mobile*/
@media screen and (max-width: 767px) {


.logo {
    width: 65px;
    height: auto;
}
    .wrap-header{
           background: #111; 
            padding: 15px;

    }
    .banner-section {
    background: url(../img/banner.jpg);
    height: 35vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
    .tagline {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
    .main__title{
        font-size: 50px;
    }
        .main__title.mobile-only {
       text-align: center;
        font-size: 50px;
    }
    .about-data{
            font-size: 19px;
        text-align: center;
        max-width: 100%
    }
   .wrapper--home .section--active .slider__img {
    width: 100%;
    height: 290px;
   
}
    .slider__more-link{
        font-size: 20px;
            padding-bottom: 90px;
    }
    .behind__imgs{
        display: none
    }
    .behind__txt p {
    line-height: 30px !important;
    font-size: 19px;
}
    .addresses{
        display: block
    }
    .addresses__title{
        text-align: center;
    margin-bottom: 20px;
    }
    .behind__addresses.addresses.mt-20{
        margin-top: 0
    }
    .wrapper--home .progress__item .progress__img--load{
        display: none
    }
    .section--progress-line{
        color: #fff;
    font-size: 30px;
    }
    .behind__title{
        font-size: 45px
    }
    .progress__title{
        font-size: 40px
    }
    .progress__txt{
        margin-top: 0
    }
    .layout-plan {
    padding: 50px 0;
}
    .contact {
    margin-top: 20px;
}
    .contact-us {
    padding: 30px;
}
    .contact-form__item {
    padding-left: 0;
    }
    .footer-logo{
        display: none
    }
    .social{
            justify-content: center;
    }
    .contact-button {
    font-size: 21px;
    min-height: 70px;
    max-width: 388px;
}
    #amenities .behind__content.mt-100{
        margin-top: 50px
    }
    .addresses{
        margin: 20px 0 0 0
    }
    .contact-button{
        margin: 0
    }
    #error_data{
        margin: 0
    }
    .popup .popup-content{
            min-width: 95%;
    }
    .popup .fade-out{
        right: 0
    }
}