



header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}

/*address-block hide*/
.for-homepage .container-wrapper .address-block-details {
    display: none;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 15px;
}
.simp-custom-width {
    width: 70% !important;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 20px !important;
}
.simp-custom-h3-font h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.btn{
    padding: 0 20px;
    line-height: 40px;
}
.simp-custom-link a {
    font-size: 22px;
    font-weight: 600;
}
.simp-custom-parent-cards .text-content {
    height: 100%;
    width: 41.3%;
    padding: 15px 15px 30px;
    background-color: #fff9;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 1%;
}
.simp-custom-parent-cards {
    padding-bottom: 90px !important;
}
.outer-page h1,
.outer-page h2{
    line-height: 40px;
}

.simp-custom-eventsSingleSlider .fullWidthWidgetWrapper {
    max-width: 1200px !important;
    width: 100% !important;
    text-align: center;
    padding-bottom: 10px !important;
}


.simp-custom-eventsSingleSlider .text-content img {
    width: 57%;
    overflow: hidden;
    object-fit: cover;
}

.simp-custom-eventsSingleSlider .text-content .text-content-wrapper {
    width: 43%;
    display: flex;
    background: url('https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_508,f_auto,c_limit/buena-vista-luxury-garden-spa-resort/floral_bg_ends_-_top-left_p4bwvd');
    border: 1px solid #c9a0695c;
    padding: 30px 70px;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1024px) {
    .simp-custom-eventsSingleSlider .fullWidthWidgetWrapper {
        max-width: 1024px !important;
    }
    .simp-custom-eventsSingleSlider .text-content img {
        width: 50%;
    }
    
    .simp-custom-eventsSingleSlider .text-content .text-content-wrapper {
        width: 50%;
        padding: 30px;
    }
    
}

.simp-custom-eventsSingleSlider .text-content{
    display: flex;
    flex-direction: row-reverse
}
.simp-custom-eventsSingleSlider{
    padding-bottom: 20px !important;
    padding-top: 10px !important;
    background-color: #f6f2ec;
}
.simp-custom-eventsSingleSlider h3{
    text-align: left !important;
    font-weight: 600;
}
.simp-custom-eventsSingleSlider .slick-dots li.slick-active button:before{
    background: #818181;
    border-radius: 50px;
    padding: 0px !important;
    height: 10px;
    width: 10px;
    color: transparent;    
    opacity:1;
}
.simp-custom-eventsSingleSlider .slick-dots li button:before{
    height: 10px;
    width: 10px;
    line-height: 10px;
    font-size: 10px;
}
.simp-custom-eventsSingleSlider .slick-dots li button:hover{
    background: #818181;
    border-radius: 50px;
    padding: 0px !important;
    height: 10px;
    width: 10px;
    color: transparent !important;   
}
.simp-custom-eventsSingleSlider .slick-dots li button{
    height: 10px;
    width: 10px;
}
.simp-custom-eventsSingleSlider .slick-dots li button:hover:before{
    color: transparent;
}







.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #fff;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 26px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-link a {
    font-size: 20px !important;
}
.mobile .simp-custom-h3-font h3 {
    font-size: 20px !important;
}
.mobile .simp-custom-eventsSingleSlider {
    background: #fff;
}
.mobile .simp-custom-eventsSingleSlider .slick-slide{
    padding: 15px
}
.mobile .simp-custom-eventsSingleSlider h3{
    text-align: center !important;
    font-weight: 600;
}



.outer-page footer .f_bot .col-xs-12 p{
     display: none;
 }
 
.mobile .clearfix.footer-row.final.text-center{
    display:none;
}



#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: 17px;
    bottom: 100px;
    position: foxed;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}

