/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (min-width: 768px) {
    header.fixed_header.menu_v4.submenu_version.ps-md-3.pe-md-3 .bi {
        color: white !important;
    }
}



header.fixed_header.menu_v4.submenu_version.ps-md-3.pe-md-3.sticky 
.bi.bi-chat-dots-fill {
    color: #978667 !important;
}


header.fixed_header.menu_v4.submenu_version.ps-md-3.pe-md-3.sticky 
.bi.bi-instagram {
    color: #978667 !important;
}


header.fixed_header.menu_v4.submenu_version.ps-md-3.pe-md-3.sticky 
.bi.bi-facebook {
    color: #978667 !important;
}

header.fixed_header.menu_v4.submenu_version.ps-md-3.pe-md-3.sticky 
.bi.bi-whatsapp {
    color: #978667!important;
}



@media only screen and (max-width: 991px) {
    .main-menu #mainNav ul li a.btn_1 {
        background-color: transparent;
        height: 50px;
        width: 50%;
        text-align: center;
        border: none;
        color: #fff !important;
        outline: none;
        cursor: pointer;
        display: inline-flex;
        text-decoration: none;
        padding: 14px 25px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        border-radius: 25px;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
}

/* Hide social icons and Book Now button on small screens in the hamburger menu */
@media (max-width: 767px) {
    .submenu.menuicon {
        display: none !important; /* Hide social icons */
    }

    .btn_1 {
        display: none !important; /* Hide Book Now button */
    }
}







#slider.flexslider li .meta {
bottom: 50%;
}