

#layerContainer .simp-booking-form .close-btn {
    color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#layerContainer .simp-booking-form .close-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    height: 14px;
    width: 14px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="4" y1="4" x2="16" y2="16" stroke="black" stroke-width="2" stroke-linecap="round"/><line x1="16" y1="4" x2="4" y2="16" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center / contain;
    transition: all 500ms ease;
}

body:not(.mobile) #layerContainer .simp-booking-form .close-btn:hover::before {
    transform: rotate(90deg) translate(-50%, 50%);
}

.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width: 200px;
        width: calc(100% - 40px);
    }

    .mobile .layer-content #layerContainer {
        flex-grow: 1;
    }

    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%;
    }
}








.button {
  background-color: #F68524;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #dd7821;
  color: white;
  box-shadow: 0 12px 16px 0;
}



.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.outer-page .floating-icons {
    position:fixed;
    /*top:345px;*/
    bottom:115px;
    right:12px;
    display:flex;
    flex-direction:column;
    z-index:999;
}
.outer-page .floating-icons a{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #EA842F;
}
.outer-page .floating-icons a span{
    color:#fff;
}
.outer-page .floating-icons a.phone span{
    transform:rotate(90deg);
}
.outer-page .floating-icons .email{
    margin-top:14px;
}
.outer-page .floating-icons .email span{
    font-size:20px;
}
/*@media (max-width:1300px){*/
/*    .outer-page .floating-icons{*/
/*        top:300px;   */
/*    }*/
/*}*/
/*@media (max-width:1100px){*/
/*    .outer-page .floating-icons{*/
/*        top:250px;   */
/*    }*/
/*}*/
@media (max-width:1024px){
    /*.outer-page .floating-icons{*/
    /*    top:230px;   */
    /*}*/
    .outer-page .floating-icons a{
        width:30px;
        height:30px;
    }
    .outer-page .floating-icons a span{
        font-size:12px;
    }
    .outer-page .floating-icons .email span{
        font-size:14px;
    }
}

/*mobile css*/
.mobile .floating-icons {
    position:fixed;
    /*top:415px;*/
    bottom:100px;
    right:22px;
    display:flex;
    flex-direction:column;
    z-index:999;
}
.mobile .floating-icons a{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #EA842F;
}
.mobile .floating-icons a span{
    color:#fff;
}
.mobile .floating-icons a.phone span{
    transform:rotate(90deg);
}
.mobile .floating-icons .email{
    margin-top:14px;
}
.mobile .floating-icons .email span{
    font-size:20px;
}




#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 115px;
    /*top: 190px;*/
    right:10px;
    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;
}

/*floating whatsapp mobile*/
.floating.whatsapp-icon{
    width:50px;
    background:#25d366;
    height:50px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    box-shadow:2px 2px 6px rgba(0,0,0,0.4);
}
.floating.whatsapp-icon a.whatsapp-link{
    font-weight:600;
    font-size:30px;
    color:#fff;
    text-decoration:none;
}




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

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



