/** media query **/ 
@media (min-width: 1300px) and (max-width: 1400px){
.main-nav ul li a {
    font-size: 13px;
    padding: 0 15px !important;
}
.about-text p {
    line-height: 20px;
    font-size: 14px;

}
.last-full-img img {
    height: 510px !important;
}

}



@media (min-width: 1200px) and (max-width: 1300px){

.last-full-img img {
    height: 510px !important;
}



}


@media (min-width: 993px) and (max-width: 1200px){
.main-nav ul li a {
    font-size: 11px;
    padding: 0 12px !important;

}





}

@media (min-width: 768px) and (max-width: 992px){

.footer-text {
    width: 100%;
}
.map-img {
    margin-top: 30px;
}
section.banner-sec {
    height: auto;
}
.main-nav ul li a {
    display: block;
    padding: 10px 0 !important;
}
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
.banner-form {
    margin-top: 15px;
}



}

@media(max-width: 767px){
.footer-text {
    width: 100%;
}
.banner-text h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
}

.banner-text h2 {
    font-size: 20px;
    margin-bottom: 0;
}

section.banner-sec {
    height: auto;
    padding: 90px 0 20px;
}

.banner-form {
    margin-top: 15px;
}

.padd-50 {
    padding: 20px 0;
}

.about-img .row .col-lg-6.col-md-12:first-child {
    padding-right: 12px;
}

.about-img .row .col-lg-6.col-md-12:last-child {
    padding-left: 12px;
}

.title h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.price-box {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 30px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.map-img {
    margin-top: 15px;
}

.amenities-box {
    margin-top: 20px;
}
.copy-text {
    text-align: center !important;
    padding-bottom: 5px;
}
.whatsapp_float {
    bottom: 8px;
    display: none;
}

.go-top {
    top: 98% !important;
    display: none;
}
.main-nav ul li a {
    display: block;
    padding: 10px 0 !important;
}
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
.mobile-contact {
    display: flex;
    gap: 5px;
}
section.copy-sec {
    margin-bottom: 40px !important;
}
    
}
@media(max-width: 480px){

    
}

@media(max-width: 360px){

    
}



