

:is(.outer-page, .outerpage) .content_wrapper .wtbookbtn .one-col {
    display: flex;
    justify-content: center;
}

.mobile.explorer #simp_book_btn_wrapper #simp_book_btn #min-price-div {
    top: 2px;
}

.mobile.explorer #simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    margin: 0;
}

@media(orientation: landscape) {
    .mobile.explorer #simp_book_btn_wrapper #simp_book_btn #min-price-div {
        top: 10px;
    }
}

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





#footer .comm_cont:first-child .col-xs-12:first-child {
  display:flex;
  justify-content: center;
}
#footer .comm_cont:first-child .col-xs-12:first-child .add_head {
  padding:0 10px;
}
#footer .comm_cont:first-child .address_block{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    width:50%;
    font-size:15.75px;
}

.mobile .text-center.footer-row:first-child > p{
    margin-bottom:0
}

#googlePxlConversion, #fbPxlConversion, #googleRMConvPixel {
    display: none;
}











.outer-page .simp-custom-textonheroimg {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60%;
    margin: auto 20%;
}
.outer-page .simp-custom-textonheroimg p{
    text-align: center;
}
.outer-page .simp-custom-textonheroimg span{
    color: #fff;
    font-size: 18px;
    background: rgba(106,168,79,.9);
    padding: 15px;
    border-radius: 10px;
}
@media (max-width: 1200px){
    .outer-page .simp-custom-textonheroimg p{
        background: rgba(106,168,79,.9);
        border-radius: 10px;
        padding: 5px 15px;
    }
    .outer-page .simp-custom-textonheroimg span{
        background: transparent;
        padding: 0px;
    }
}
@media (max-width: 1000px){
    .outer-page .simp-custom-textonheroimg {
        top: 40%;
    }
    .outer-page .simp-custom-textonheroimg span{
        font-size: 16px;
    }
}
  
.mobile .simp-custom-textonheroimg{
    display: none;
}

