.logo-img {
    height: 180px !important;
}

footer .widget-content .logo img{
    height: 180px !important;
}

.menu-box .nav-logo img{
    max-height: 120px !important;
}

.logo-img-2{
    max-height: 140px !important;
}

.img-postions
{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-about{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--text-color);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
}
.contact-details .datepicker
{
    padding:14px 30px !important;
}

.message-icon
{
    height: 45px;
    width: 45px;
}

.booknow-wrap{
    position: fixed;
    right: -20px;
    top: 60%;
    transition: all 0.3s linear;
    z-index: 99;
}

.btn-booknow{
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    padding: 10px 10px 30px;
    background: #29a71a;
    color: #fff;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s linear;
    font-weight: 600;
    z-index: 99;
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    transform-origin: bottom left;
}

.booknow-wrap a:hover {
    color: #000 !important;
}

.outer-box
{
    color: #fff;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .banner-section-six .bg:before {
      opacity: 0.5 !important;
    }
    .banner-section-six .bg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 60vh;
        width: 100%;
        background-color: #000;
        opacity: 0.4;
        z-index: 1;
      }
      .banner-section-six .bg-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        
      }
      .banner-section-six {
        padding: 200px 0 100px;
      }
      .logo-img {
        height: auto !important;
    }
  }