
/*Less 1920px  */

@media (max-width:1920px) and (min-width: 1440px){
    
    .right-box {
        top: 20%;
    }
    
    .main-section .top-form {
        top: 20%;
    }
    
    
.book-button-area{
    display: none;
}
    
}

@media (max-width: 768px) and (min-width: 576px){
    
    .main-section .carousel-inner {
        width: 100%;
        height: 450px;
    }
    
    
.book-button-area{
    display: none;
}
    
    .overlay::after{
        height: 450px;
    }
    
    .right-box {
        position: relative;
        margin-top: 48px;
        left: 40px;
        color: #1a1a1a;
        z-index: 1;
    }
    
    #lightgallery {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        grid-gap: 20px;
        justify-content: center;
    }
    
    .feature-section {
        height: 100%;
    }
    
    .section-title .title{
        font-size: 32px;
    }
    
    .highlights-section {
        height: 100%;
    }
    
    .highlight-img{
        position: relative;
        height: auto;
    }
    
    .gallery_product{
        max-width: 330px;
    }
    
    .highlight-title h2{
        font-size: 28px;
    }
    
    .location-content{
        margin-top: 48px;
    }
    
    .about-content {
        padding: 0;
        margin-top: 48px;
    }
    
    
}