.for-homepage .hotel-contacts .address-telephone , .for-homepage .hotel-contacts .address-email{
    display:flex;
    justify-content:center;
}
.for-homepage .hotel-contacts{
    margin-top:1%;
}
.for-homepage .hotel-info h1 , .for-homepage .hotel-info h6{
    text-align:center;
}





/*header .lang-book-wrapper .navbar-booking-wrap.dropdown ul.dropdown-menu.show {*/
/*    animation: fadeIn 0.5s 1;*/
/*}*/
/*header .lang-book-wrapper .navbar-booking-wrap.dropdown ul.dropdown-menu {*/
/*    padding: 10px 20px;*/
/*    background: #6fb7b5;;*/
/*    top: 43px;*/
/*    border-radius: 4px;*/
    /*width: 240px !important;*/
/*    margin-left: 0px;*/
/*    opacity: 0.9;*/
    
/*}*/

/*header .lang-book-wrapper .navbar-booking-wrap.dropdown .btn-full-width {*/
/*    display: block;*/
/*    background-color: white;*/
/*    padding: 10px 5px;*/
/*    margin: 15px auto;*/
/*    font-size: 12px;*/
/*    color: #667382;*/
/*}*/
/*header .lang-book-wrapper .navbar-booking-wrap.dropdown .btn {*/
/*    font-weight: 600;*/
/*    background-color: white;*/
/*    color: #667382 !important;*/
/*    border-radius: 7px;*/
/*    font-size: 15px;*/
/*    height: 35px;*/
/*    font-family: josefin sans, sans-serif;*/
/*    font-style: normal;*/
/*}*/
/*header .lang-book-wrapper .navbar-booking-wrap .dropdown-menu.show {*/
/*    right: 0;*/
/*    left: auto;*/
/*    text-align: right;*/
/*}*/
/*header .lang-book-wrapper .navbar-booking-wrap a.btn.btn-full-width:hover {*/
/*    background: white!important;*/
/*}*/
/*header nav.navbar.navbar-top.scroll*/
/*{*/
/*    box-shadow: 0 6px 10px rgba(0,0,0,.175);*/
/*}*/
/*header .navbar-top .dropdown-menu*/
/* {*/
/*    background-color: #6fb7b5de;*/
/*}*/

.for-homepage .slidingOffersWrapper {
    position: fixed;
    top: 55%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 999;
}
.for-homepage ol.popUpContentHolder {
    padding-left: 10px;
}
.for-homepage ul.popUpContentHolder {
    padding: 0px;
    text-align: justify;
}

.for-homepage ol.popUpContentHolder span.listForPopup {
    padding-left: 10px;
    display: block;
    padding-bottom: 15px;
    text-align: justify;
    font-size:15px;
    color: #eee;
}
.for-homepage ol.popUpContentHolder span.listForPopup b {
    text-transform: capitalize;
    display: block;
    font-size: 17px;
    color: gold;
}
.for-homepage .slidingOffersWrapper.slideShowOffer .offerListWrapper {
    right: 0;
}
.for-homepage .slidingOffersWrapper ul {
    list-style: none;
}
.for-homepage .offerListWrapper .fas,
.for-homepage .offerListWrapper .far,
.for-homepage .offerListWrapper .fal .offerListWrapper .fas,
.for-homepage .offerListWrapper .far,
.for-homepage .offerListWrapper .fal {
    margin-left: -30px;
    margin-right: 10px;
    width: 20PX;
    text-align: center;
    margin-bottom: 2px;
}
.for-homepage .offerIconWrapper {
    position: relative;
    z-index: 9999;
    top: -60px;
    right: 0;
    vertical-align: middle;
    text-align: center;
    cursor:pointer;
}
.for-homepage .offerIconWrapper i {
    font-size: 14px;
    background: #F7E407;
    padding: 0px;
    border-radius: 50% 50% 0;
    box-shadow: #333 0px 2px 10px 0px;
    color: #000;
    transition: all ease-in-out .5s;
    width: 75px;
    height: 75px;
    display: inline-block;
}
.for-homepage .offerListWrapper {
    position: absolute;
    top: 90%;
    transform: translate(0, -50%);
    background: #F7E407;
    color: #000;
    padding: 20px 35px 10px;
    right: -450px;
    width: 430px;
    transition: all ease-in-out .5s;
    box-shadow: #333 0px 5px 10px 0px;
}
.mobile.for-homepage .offerListWrapper{
    width: 340px;
    max-height: 420px;
    overflow-y: auto;
}
.for-homepage ul.popUpContentHolder li {
    list-style: circle;
    font-size: 16px;
    line-height: 1.7em;
    padding: 8px 0px;
}
.for-homepage .offerListWrapper .sliderContentText {
    color: white;
    text-align: justify;
    display: block;
    text-decoration: none;
    position: relative;
    padding-top: 5px;
}
.for-homepage .offerListWrapper .sliderContentText .highlightedTextLink {
    color: gold;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
    .for-homepage .offerListWrapper {
        width: 400px;
    }
}
@media screen and (max-width: 400px) {
    .for-homepage .offerListWrapper {
        width: 350px;
    }
}
@media screen and (max-width: 350px) {
    .for-homepage .offerListWrapper {
        width: 300px;
    }
}
.for-homepage .slidingOffersWrapper a.WrapperLink {
    color: #173f5e !important;
    display: none;
    background-color: white;
    /*padding: 5px;*/
    width: 35%;
    text-align: center;
}
.for-homepage .slidingOffersWrapper .fa-briefcase-medical:before{
    content:"COVID-19" !important;
    position: absolute;
    top: 32px;
    right: 5px;
}
.for-homepage .slidingOffersWrapper .fa-times:before{
    font-size:30px;
    position:absolute;
    top: 22px;
    right: 26px;
    font-weight:bold;
}


.navbar-booking-wrap.dropdown {
    position: absolute;
   right: 0;
   top: 4px;
    z-index: 0;
    width: 220px;
    height: 42px;
}

.navbar-booking-wrap.dropdown .btn.btn-primary.dropdown-toggle {
    height: 42px;
     width: 180px;
}
.navbar-booking-wrap.dropdown ul.dropdown-menu.show {
    animation: fadeIn 0.5s 1;
}
.navbar-booking-wrap.dropdown ul.dropdown-menu {
    padding: 10px 0;
    background-color: #6ea3af;
    top: 43px;
    border-radius: 0px;
    width: 240px !important;
    margin-left: 0px;
    opacity: 0.9;
}

.navbar-booking-wrap.dropdown .btn-full-width {
    display: block;
    background-color: white;
    width: 85%;
    padding: 10px 0px;
    margin: 15px auto;
    font-size: 12px;
}
header .lang-book-wrapper {
    position:absolute;
    right:-15px !important;
}

/*weather widget*/
.widget-wrapper.wt1tb.simp-custom-weatherwidgetcustom {
    width:9%;
    position:absolute;
    top:100px;
    right:-15px;
    opacity:0.8;
}


.mobile .mobile-navbar-button{
    display: inline-block;
    float: left;
    width: 25%;
}


.mobile .navbar-booking-wrap.dropdown {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 0;
    width: 240px;
    height: 42px;
}

.mobile .navbar-booking-wrap.dropdown .btn.btn-primary.dropdown-toggle {
    height: 42px;
     width: 240px;
}
.mobile .navbar-booking-wrap.dropdown ul.dropdown-menu.show {
    animation: fadeIn 0.5s 1;
}
.mobile .navbar-booking-wrap.dropdown ul.dropdown-menu {
    padding: 10px 0;
    background-color: #6ea3af;
    top: 43px;
    border-radius: 0px;
    width: 240px !important;
    margin-left: 0px;
    opacity: 0.9;
}

.mobile .navbar-booking-wrap.dropdown .btn-full-width {
    display: block;
    background-color: white;
    width: 85%;
    padding: 10px 0px;
    margin: 15px auto;
    font-size: 12px;
}

.mobile .modal-content {
    border-radius: 0!important;
    border: none;
    box-shadow: none;
    width: 95%;
    max-width: 600px;
    height: inherit;
    margin: 35% auto;
    pointer-events: all;
    text-align: left;
    font-size: 16px;
    padding: 30px;
}
.mobile .modal-header {
    height: 10%;
    width: 100%;
    /*border-bottom: 1px solid #e6e4e5;*/
    margin-bottom: 5px;
    padding: 10px;
}
.mobile .close-wrap .close {
    font-size: 40px;
    font-weight: lighter;
    color: #665853;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}
.mobile .sm_booking_form li {
    list-style: none;
    padding: 15px 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.mobile .sm_booking_form a.btn.btn-full-width {
    width: 100%;
    padding: 10px;
}
.mobile .modal-header button.close {
    font-size: 22px;
    color: grey;
    position: absolute;
    right: 15px;
    top: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
/*logo*/
.mobile .navbar-logo .logo-inner img{
    max-height:56px !important;
}

.headerTopStrip {
    display:none;
}

#widget-ta {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.TA_certificateOfExcellence {
    display: flex;
    align-items: stretch;
}

.TA_certificateOfExcellence .widCOE2020 {
    display: flex;
    align-items: center;
}

.headerTopStrip {
    height: 0;
}
.topStrip-details,
.topStrip-details-2 {
    color: #fff;
    padding: 0 20px;
}
.topStrip-newtab{
    padding-left: 5px;
}
/*.collapsedNavbar nav.navbar.navbar-top {*/
/*    height: 135px;*/
/*}*/
.collapsedNavbar .headerTopStrip{
    background: #5E99A6;
    color: #f4f4f4;
    font-size: 14px;
    height: 30px;
    transition: all ease .5s;
    overflow: hidden;
}
/*.mobile .collapsedNavbar .headerTopStrip{*/
/*    background: #333;*/
/*    color: #f4f4f4;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/
.headerTopStrip .header_top_contact {
    float: left;
}
/*.headerTopStrip .topStrip-newtab:before {*/
/*    content: "\e00f";*/
/*}*/
.headerTopStrip .topStrip-close-btn {
    float: right;
    background: none;
    border: none;
}
.collapsedNavbar header nav.navbar.navbar-top {
    height: 134px;
    min-height: 80px;
}
.collapsedNavbar.parent-hotel.for-innerpage .loc-fullwidth {
    padding-top: 160px;
}

/*New text added code*/
.mobile .topStrip-details-2 {
    margin-left: 25px;
    padding: 0;
}
.mobile.collapsedNavbar .headerTopStrip{
    height:60px;
}
.mobile .headerTopStrip .topStrip-close-btn{
    position:absolute;
    right:5px;
}

#widget-TripAdvisor {
    padding-top: 30px;
}

#TA_cdsscrollingravenarrow190 #CDSSCROLLINGRAVE {
    width: 100%;
}

/*.custom-right-widget-wrapper .custom_size_image img {
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 0;
    margin-bottom: -35%;
}*/

html#facebook ._2p3a {
    width:auto !important;
}


.plugin.chrome.webkit ._li div#u_0_0 ._1z7u .rfloat {
    position: absolute !important;
    right: 30px !important;
}

#widget-weather_Custom{
    text-align:center;
}

div#widget-weather_Custom .widget-name {
    padding-top: 20px;
    color: #000;
    border-bottom: 1px dashed #000;
    font-size:1.2em;
}



.navbar-top.menu-bar .navbar-button  form#booking-form input.btn.btn-full-width 
{
    position: absolute;
   top:-30px;
    left:10px;
}

header #top-navbar-collapse {
    padding-right: 240px !important;
    padding-left: 120px;
    width: 100% !important;
}

.for-homepage .section_bg {
    background-color: transparent;
    box-shadow: none;
}



/*.landing_PopupWrapper {*/
/*  position: fixed;*/
/*  top:0;*/
/*  left:0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  background-color: rgba(0,0,0,0.8);*/
/*  z-index: 10000;*/
/*  justify-content:center;*/
/*  align-items:center;*/
  /*opacity: 0; */
/*  display:none;*/
/*}*/

/*a.offerFromPopup:hover{*/
/*    color:white !important;*/
/*}*/
/*.landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.landing_Popup {*/
/*    position: relative;*/
/*    max-width: 100%;*/
    /* width: 530px; */
/*    width: 351px;*/
/*    height: 409px;*/
    /* background-color: white; */
/*    border-radius: 8px;*/
/*    padding: 40px 20px 20px;*/
/*    background-image: url(https://assets.simplotel.com/simplotel/image/upload/bravo-beach-resort-siargao/Sunset_Friday_Pop-Up_e2xjqt);*/
    /*box-shadow: 0px 0px 20px 0px #63d0c9;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.imgforPopup {*/
/*  max-width:100%;*/
/*  display:block;*/
/*}*/
/*.landing_Popup .popUpClose {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    right: -5px;*/
/*    font-size: 14px;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    border-radius: 50%;*/
/*    background-color: white;*/
/*    border: 1px solid #26231d;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    color: black;*/
/*}*/
/*.landing_PopupWrapper .textOnImage {*/
/*  position:absolute;*/
/*  bottom:15px;*/
/*  right:30px;*/
/*  left:30px;*/
/*  text-align:center;*/
/*  color:#fff;*/
/*  font-size: 14px;*/
/*  font-weight:700;*/
/*  text-shadow: #000000 1px 1px 1px;*/
/*  line-height: 1.2em;*/
/*}*/
/*@keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*        transform: scale(0.3,0.3);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.2,1.2);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1,1);*/
/*    }*/
/*}*/
/*.landing_Popup{*/
/*  animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/
/*ul.popUpContentHolder {*/
/*    padding: 30px 20px 20px;*/
/*    text-align: justify;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    background-color: #fff;*/
/*     border-radius: 8px;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar-thumb {*/
/*    background-color: #01509d;*/
/*     border-radius: 8px;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*    background-color: #f5f5f5;*/
/*     border-radius: 8px;*/
/*}*/
/*.mobile .landing_Popup {*/
/*    max-height: 90vh;*/
/*    overflow-y: auto;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.friday-heading {*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/

/*.listForPopup {*/
/*    display: block;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    padding: 10px 40px;*/
/*}*/

/*.offerFromPopup {*/
/*    display: block;*/
/*    text-align: center;*/
/*    background-color: #63d0c9;*/
/*    max-width: 200px;*/
/*    padding: 5px 10px;*/
/*    color: white;*/
/*    margin: 20px auto 20px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 10px;*/
/*    color: white;*/
/*    position: absolute;*/
/*    bottom: 13px;*/
/*    left: 81px;*/
/*    font-weight: bold;*/
/*}*/

/*.bottleIconHolder {*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: -20px;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    border-radius: 50%;*/
/*    color: white;*/
/*    background-color: #63d0c9;*/
/*    padding: 20px;*/
/*}*/

/*.bottleIconHolder i {*/
/*    transform: rotate(-45deg);*/
/*    font-size: 25px;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 15px;*/
/*}*/


/*.navbar-booking-wrap.dropdown {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 80px;*/
/*    z-index: 0;*/
/*    width: 240px;*/
/*    height: 42px;*/
/*}*/


/*.landing_PopupWrapper {*/
/*  position: fixed;*/
/*  top:0;*/
/*  left:0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  background-color: rgba(0,0,0,0.8);*/
/*  z-index: 10000;*/
/*  justify-content:center;*/
/*  align-items:center;*/
  /*opacity: 0; */
/*  display:none;*/
/*}*/

/*a.offerFromPopup:hover{*/
/*    color:white !important;*/
/*}*/
/*.landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.landing_Popup {*/
/*    position: relative;*/
/*    max-width: 100%;*/
/*    width: 530px;*/
/*    width: 670px;*/
    /* background-color: white; */
/*    border-radius: 8px;*/
/*    padding: 40px 20px 20px;*/
/*    background-image: url(https://assets.simplotel.com/simplotel/image/upload/bravo-beach-resort-siargao/bravo_jyfpjf);*/
/*    box-shadow: 0px 0px 20px 0px #68dacb;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.imgforPopup {*/
/*  max-width:100%;*/
/*  display:block;*/
/*}*/
/*.landing_Popup .popUpClose {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    right: -5px;*/
/*    font-size: 14px;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    border-radius: 50%;*/
/*    background-color: white;*/
/*    border: 1px solid #26231d;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    color: black;*/
/*}*/
/*.landing_PopupWrapper .textOnImage {*/
/*  position:absolute;*/
/*  bottom:15px;*/
/*  right:30px;*/
/*  left:30px;*/
/*  text-align:center;*/
/*  color:#fff;*/
/*  font-size: 14px;*/
/*  font-weight:700;*/
/*  text-shadow: #000000 1px 1px 1px;*/
/*  line-height: 1.2em;*/
/*}*/
/*@keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*        transform: scale(0.3,0.3);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.2,1.2);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1,1);*/
/*    }*/
/*}*/
/*.landing_Popup{*/
/*  animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/
/*ul.popUpContentHolder {*/
/*    padding: 30px 20px 20px;*/
/*    text-align: justify;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    background-color: #fff;*/
/*     border-radius: 8px;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar-thumb {*/
/*    background-color: #01509d;*/
/*     border-radius: 8px;*/
/*}*/
/*.landing_Popup::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*    background-color: #f5f5f5;*/
/*     border-radius: 8px;*/
/*}*/
/*.mobile .landing_Popup {*/
/*    max-height: 90vh;*/
/*    overflow-y: auto;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.friday-heading {*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/

/*.listForPopup {*/
/*    display: block;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    padding: 10px 40px;*/
/*}*/

/*.offerFromPopup {*/
/*    display: block;*/
/*    text-align: center;*/
/*    background-color: #68dacb;*/
/*    max-width: 200px;*/
/*    padding: 5px 0px;*/
/*    color: white;*/
/*    margin: 20px auto 20px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 10px;*/
/*    color:black;*/
/*}*/

/*.bottleIconHolder {*/
/*    position: absolute;*/
/*    top: -25px;*/
/*    left: -25px;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    border-radius: 50%;*/
/*    color: white;*/
/*    background-color: #68dacb;*/
/*    padding: 20px;*/
/*}*/

/*.bottleIconHolder i {*/
/*    transform: rotate(-45deg);*/
/*    font-size: 25px;*/
/*}*/







#widget-ta {
    padding: 20px;
    text-align: center;
}
#widget-TA_RESTAURANT {
    padding: 10px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#CDSWIDEXC {
    height: 126px;
    margin: 0 auto;
}
#CDSWIDCOE {
   margin: 10px !important; 
}

