#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%;
    }
}

#simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    white-space: nowrap;
}

#layer {
    background: rgba(255, 255, 255, 0.8);
}



.mobile .logo.navbar-logo {
    background-color: rgba(255,255,255,1);
    position: relative;
}

.mobile a.logo-inner {
    padding: 5px 0;
}

body .outer-page .navbar-collapse.collapse#top-menu,
body .outer-page .homepage .clearfix.address-block-details {
    background: #036E5C;
}

.outer-page .content_wrapper .no-gutter .wtbookbtn .one-col,
.outer-page .content_wrapper .no-gutter .wtlinkbutton .one-col {
    display: flex;
    justify-content: center;
}

.outer-page .content_wrapper .no-gutter .wtlinkbutton .one-col .btn {
    margin: 0;
}

body .outer-page header .navbar-top .navbar-nav>li>a:is(.active,:focus,:hover){
    border-bottom-color: #fff;
}

/*jira 13084 start*/
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close span svg#Layer_1 rect.cls-1,
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close span svg#Layer_2 rect.cls-1 {
    height: 2px;
}
/*end*/

.outer-page .content_wrapper .no-gutter .simp-custom-2cards-hide-right .right-box{
    display:none;
}
.outer-page .content_wrapper .no-gutter .simp-custom-2cards-center{
    display:flex;
    justify-content:center;
}
.mobile .content_wrapper .no-gutter .simp-custom-2cards-hide-right .col-xs-12:nth-child(2){
    display:none;
}


#customIcons{
    position: absolute;
    right: 215px;
    top: 23px;
    display: none;
    z-index: 9999;
}

#customIcons a {
    text-align: center;
    width: 40px;
    height: 40px;
    float: none;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

#customIcons span{
    font-size: 1.2em;
    line-height: 40px;
    vertical-align: -webkit-baseline-middle;
}

#customIcons a.social-ta-svg:hover {
    background-color: rgb(104, 153, 99);
}

#customIcons a.social-fb:hover {
    background-color: rgb(59, 89, 152);
}

#customIcons a.social-gp:hover {
    background-color: rgb(219, 68, 55);
}

#customIcons a:hover{
    color: #fff;
    text-decoration: none;
}

/*body bg*/
body.for-homepage {
    background-color: #FDFCFC;
}

/*ops - 11281*/
body.explorer_v1 header .navbar .navbar-header .navbar-brand img {
	max-width: 175px;
	padding-top: 15px;
	aspect-ratio: unset !important;
}
@media screen and (max-width: 900px){
  .navbar #customIcons{
    display: flex !important;
    width: max-content;
  }
  .navbar #customIcons a {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}




/*Desktop*/
.for-homepage .homepage .content_wrapper .no-gutter  .widget-wrapper.wt3tb.simp-custom-ta-center-align .text-content{
     display: flex;
     justify-content: center;
}

/*Mobile*/
.mobile.for-homepage .content_wrapper .no-gutter .widget-wrapper.wt3tb.simp-custom-ta-center-align > .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

