/* Added By Deepanker  */

.preloader__icon {
    justify-content: center;
    display: flex;
}

.preloader__icon img {
    width: 50%;
}

.indexmenu li a:hover {
    color: white;
}

/* .header.is-sticky a:hover{
    color:white;
} */
/* 
.indexmenu li a:hover {
    color: #1CC9C7 !important;
} */

.header.is-sticky {
    margin: 0 !important;
}



.indexmenu2 li a:hover {
    color: black
}

.new_nav {
    color: white !important;
}


.new_nav:hover {
    color: #1CC9C7 !important;
}

.dis_sm {
    display: none;
}

@media(max-width:768px) {

    .dis_sm {
        display: block !important;
    }

}

@media(max-width:768px) {
    .dis_sm2 {
        display: none !important;
    }
}

.story_logo {
    color: white !important;
    padding: 0px 18px 0px 0px;
    font-size: 20px;

}

.stay_1 {
    font-size: 18px !important;
}



.hidden {
    display: none;
}

/* Show the list on small screens (max-width: 768px) */
@media (max-width: 576px) {
    .hidden {
        display: block;
    }
}

@media(min-width:576px) {
    .header_cent {
        width: 339.5px;
    }
}


.form-check-input:checked {
    background-color: #1cc9c7;
    border-color: #1cc9c7;
}




/* index page css start  */

/* header css start  */
#header-hover:hover {
    color: white !important;
}

#button-hover:hover {
    background-color: blue !important;
    color: #fff !important;
}

/* header css end  */


/* whats app section start  */
/* 
#hotel-whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
    z-index: 99999;

}

#hotel-whatsapp-btn i {
    margin-right: 10px;
    font-size: 20px;
}

#hotel-whatsapp-btn:hover {
    background-color: #1ebe57;
    transform: scale(1.05);
} */



#hotel-whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 99999;
}

#hotel-whatsapp-btn i {
    font-size: 24px;
    margin: 0;
}



/* whats app section end  */




/* index page css end  */




#card-margin {
    margin-top: -180px !important;
}