#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:15px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}
#footer a.social-wa:hover {
    background-color: #1EBEA5 !important;
}

.custom-mega-menu {display: none;}
@media only screen and (min-width: 1024px) {
    .our-hotel-menu{
        width:600px;
    }
}
.our-hotel-menu{
    min-width: 480px;
    min-height: 240px;
}
.our-hotel-menu .custom-mega-menu {
    display: block;
    column-count:2;
}
.custom-mega-menu .dropdown-header{
    display:inline-block;
}
.custom-mega-menu, .ul-top {
    list-style-type: none;
    padding-left: 5px;
}
.custom-mega-menu .ul-top a {
    color:rgb(233, 100, 10) !important;
}
.our-hotel-menu .custom-mega-menu .ul-top>.li-space a{
    padding :0 !important;
    white-space:normal !important;
}
.li-space .fa.fa-angle-right {
    width:5px;
    display:table-cell;
}
.li-space .list-name {
    display:table-cell;
    padding-left:5px;
}


/*a.member-spcl-btn {*/
/*    margin: 0 10px;*/
/*}*/





/*desktop*/
#top-menu #top-navbar-collapse li:nth-child(3) a {
	color: #ef0000;
}
/*mobile*/
.navBtnBorder .dropdown-menu-topNav > li:nth-child(3) p,
#accordion .mid-nav-bottoms:first-child .menu-header-block {
    	color: #ef0000;
}
.menu-header-block-caps {
    text-transform: capitalize;
}

.promotions-wrapper .promo-btn {
    line-height:1em;
}

body.offer-popup .temp-offer.popup{
    display: block;
}

body.offer-popup {
    overflow: hidden;
}

.temp-offer{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "lucida grande";
    top: 0;
}

.temp-offer .fa{
    position: absolute;
    right: -20px;
    top: -25px;
    width: 40px;
    color: #fff;
    font-size: 43px;
    background: #000;
    border-radius: 40px;
    height: 40px; 
    cursor: pointer;
}

.temp-offer .container{
    position: absolute;
    background-image: url("https://res.cloudinary.com/simplotel/image/upload/mahodadhi-palace---a-beach-view-heritage-hotel-in-puri/test_it2lls");
    width: 80% !important;
    background-color: rgba(0,0,0,0.9);
    left: 50%;
    text-align: center;
    color: #fff;
    padding: 75px 0;
    top: 50%;
    border: 10px solid #d05c0e;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.temp-offer .inner-container{
    width: 85%;
    margin: 0 auto;
}

.temp-offer h1{
    font-family: "lucida grande";
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 62px;
    margin-bottom: 25px;
}
.temp-offer .content{
    margin: 0 auto;
}

.temp-offer p{
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    font-family: "lucida grande";
    letter-spacing: 1px;
}

.temp-offer a{
    width: 18%;
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
    float:none;
}













