





/*desktop*/
#bottom-menu #bottom-navbar-collapse li:nth-child(3) a {
	color:#ecfd02;
}
/*mobile*/
.navBtnBorder .dropdown-menu-topNav > li:nth-child(4) p,
#accordion .mid-nav-bottoms:first-child .menu-header-block {
    	color: #ef1306;
}
.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;    
}

.temp-offer a:hover {
    color: #000;
}

.temp-offer .container{
    position: absolute;
    background-image: url("https://res.cloudinary.com/simplotel/image/upload/fort-jadhavgadh/fireworks-animated-gif-7_laumed");
    width: 80% !important;
    background-color: rgba(0,0,0,0.9);
    left: 50%;
    text-align: center;
    color: #f9b20d;
    padding: 75px 0;
    top: 50%;
    border: 10px solid #fff;
    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{
    color: #fff;
    background: #092a8a;
    padding: 10px 0;
    width: 18%;
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

#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;
}

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

















.address-block-details {
    display: none;
}

body .promotions-wrapper {
    display: none;
}



