

:is(.outerpage, .outer-page) .bookingform-wrapper .simp-booking-form form#simp-booking-form #submitWrapper .submit-button-wrapper button {
    background: #bea44a;
    border-color: #bea44a;
}

:is(.outerpage, .outer-page) .bookingform-wrapper .simp-booking-form form#simp-booking-form #submitWrapper .submit-button-wrapper button:hover {
    background: #af963f;
    border-color: #af963f;
}

.explorer_chain.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div {
    top: 3px;
}

.explorer_chain.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    margin: 0;
}





.child-hotel .navbar-collapse .navbar-nav#top-navbar-collapse {
    display:none;
}
.child-hotel .navbar .container #bottom-navbar-collapse {
    padding-right: 0;
}
.child-hotel .navbar .container #bottom-navbar-collapse .primary:nth-child(9) a{
    padding-right:0;
}
header .navbar-bottom {
    box-shadow:unset;
    background:unset;
    height: 47px;
    display:flex;
    align-items:center;
}
.child-hotel .navbar .container #bottom-navbar-collapse {
    padding: 0 200px;
}
header .navbar-bottom.scroll {
    background:unset;
}

/*
.child-hotel.for-homepage .lang-book-wrapper{
    display:none;
}
.child-hotel[data-hotelid="4837"] header .navbar-bottom,
.child-hotel[data-hotelid="4839"] header .navbar-bottom{
    display:none;
}
*/

header .navbar-top .dropdown-arrow {
    color: #fff;
}
header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.parent-hotel.for-homepage .lang-book-wrapper{
    display:none;
}
/*.parent-hotel.for-innerpage .lang-book-wrapper{
    display:none;
}*/



.parent-hotel .outer-page footer .child_contact_cont,
.parent-hotel .outerpage footer .child_contact_cont {
    display: flex;
    justify-content: space-evenly;
}

.parent-hotel .outer-page footer .child_contact_cont .child,
.parent-hotel .outerpage footer .child_contact_cont .child {
    width: 50%;
}

.parent-hotel .outer-page footer .child_contact_cont .fa-phone,
.parent-hotel .outer-page footer .child_contact_cont .fa-envelope,
.parent-hotel .outerpage footer .child_contact_cont .fa-phone,
.parent-hotel .outerpage footer .child_contact_cont .fa-envelope {
    color: #a3232c;
}

.parent-hotel .outer-page footer .child_contact_cont .ph-numbers span,
.parent-hotel .outerpage footer .child_contact_cont .ph-numbers span {
    display: inline-block;
}

.mobile .child_contact_cont .child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile .child_contact_cont .child p {
    text-align: center;
}

.mobile .child_contact_cont .child {
    margin-top: 20px;
}

.mobile .child_contact_cont .fa-phone,
.mobile .child_contact_cont .fa-envelope {
    color: #a3232c;
}

.mobile .child_contact_cont .ph-numbers a {
    display: inline-block;
}

#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;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}

