



.summary-widget {
    margin: 0 20px 60px 20px !important;
}
.min-price-div {
    color: #24354F;
}

.for-homepage .no-gutter + .no-gutter{
    display:none;
}

/*jira-11774*/

body.explorer_v1 header .container .nav-contact .telephone-number-block + .address-email{
    display:block
}
body.explorer_v1 header .container .nav-contact .address-email:last-child{
    display:none
}

body.explorer_v1 header .container .nav-contact{
    margin-top: 10px;
}


body.explorer_v1 header .container .nav-contact{
    font-size:clamp(9px,1vw,12px)
}

@media(max-width:768px){
    body.explorer_v1 header .container .nav-contact {
        left: 10px;
    }
    body.explorer_v1 header .container .nav-contact :is(.telephone-number-block,.address-email) .fa-stack{
        vertical-align: middle;
    }
    body.explorer_v1 header .navbar.navbar-top{
        align-content:center
    }
}



/* 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;
}







.cus-header-top-strip{
    padding: 2px 0;
    background-color:#24354f;
}
.cus-header-top-strip .top-strip-header-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}
:is(.outer-page, .outerpage) .cus-header-top-strip .top-strip-header-wrapper {
    padding: 0 30px;
}
.mobile .cus-header-top-strip .top-strip-header-wrapper {
    padding: 0 15px;
}

.cus-header-top-strip .top-strip-header-wrapper .hotel-offical-name {
    color: #fff;
    font-weight: 700;
}

.mobile .logo.navbar-logo {
    margin-top: 76px;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.location-page :is(.outer-page, .outerpage) .header-pills .header-nav-pills {
    padding-top: 60px;
}
@media (max-width: 1010px) {
    body.explorer_v1 .inner-page .header-pills {
        padding-top: 210px;
    }
    .location-page :is(.outer-page, .outerpage) .header-pills .header-nav-pills {
        padding-top: 90px;
    }
}

