

.footerBrandImages {
  background-color: rgba(255,255,255,.45);
}
.footerBrandImages .row {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row;
}
.footerBrandImages img {
  width: 150px;
  margin: 0 10px 30px;
}

@media screen and (max-width: 420px) {
    .footerBrandImages img {
        width: 90px;
    }
}

    
#CDSWIDEXC, #CDSWIDFRR {
    margin: 5px 0 0;
}

.promotions_block {
    margin: 0;
}
#footer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.our_partners_block{
  text-align: center;
  padding: 2% 0;
  background-color: rgba(255,255,255,.45);
}
.our_partners_block .block_heading p{
  font-size: 24px;
}
.our_partners_block .partners_logo_block img{
  padding: 15px;
}
.mobile .our_partners_block{
  text-align: center;
  padding: 2%;
}
.mobile .our_partners_block .block_heading p{
  font-size: 20px;
}
.mobile .our_partners_block .partners_logo_block {
  display: flex;
}
.mobile .our_partners_block .partners_logo_block img{
  padding: 2px;
  width: 30% !important;
  margin: auto;
}


.mobile #callButton {
    right: 33px;
    bottom: 80px;
    position: fixed;
    background: #434343;
    border-radius: 50%;
    padding: 12px 13px;
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.mobile #callButton .fa-phone {
    font-size: 25px;
    color:#fff;
}







/* start - OPS-13001 */
.for-homepage .outer-page .review_data_wrap .review_date_name_wrapper .review_data_name {
    margin-bottom: 15px;
}
.for-homepage .review_data_wrap .review_date_name_wrapper .review_data_date {
    display: none;
}
/* start - OPS-13001 */

/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.mobile.for-homepage .content_wrapper .no-gutter .wtheader:first-child {
    display: none;
}

.fab_book_button {
    bottom: 220px;
    left: unset;
    right: 33px;
}

.mobile .navBtnBorder {
    padding-top: 25px;
    padding-left: 0; 
    padding-right: 0;
}
 /*Footer Number changes*/
 
.mobile #footer .footer-row:nth-child(3) .footer-detail .fa-whatsapp{
    padding-right:8px;
    font-size:20px;
}
#footer .hotel-title {
    padding:0;
}
/*.mobile #footer .footer-row:nth-child(3) .footer-detail:nth-child(6){*/
/*    margin-bottom:0 !important;*/
/*}*/
.mobile #footer .hotel-title-runcible-reserve {
    margin-bottom:10px;
}
.mobile #footer .hotel-title-runcible-reserve a {
    border:0.5px  solid black;
    border-radius:4px;
    background-color:#434343;
    padding:5px;
}

@media (orientation: landscape) {
    .mobile #callButton {
        bottom: 45px;
    }

    .mobile #whatsAppHeader {
        bottom: 105px !important;
    }

    .fab_book_button {
        bottom: 250px;
    }
}



#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 130px;
    right: 5px;
    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: 52px;
}
#whatsAppHeader a{
    color: white;
}
.mobile #whatsAppHeader {
    right: 33px;
    bottom: 150px;
    position: fixed;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}







.custom_size_image img{
width: 10% !important;
margin-left: auto;
margin-right: auto;
display: block;
}





.custom_size_image img{
width: 60% !important;
margin-left: auto;
margin-right: auto;
display: block;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/





