

.homepage, .inner-page{
    padding-left: 0;
    padding-right: 0;
    /*background-color: #f6f2ec;*/
}

.outer-page h1,
.outer-page h2{
    line-height: 44px !important;
}
.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-family: 'Playfair Display Medium',serif
}
header .navbar-top .navbar-nav>li>a{
    font-family: 'Playfair Display Medium',serif
}
.btn{
    padding: 0 20px;
    line-height: 40px;
    font-family: 'Playfair Display Medium',serif
}
.simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:0.85;
    padding:30px !important;
        width: 80%;
    margin: 0 10%;
}
.simp-custom-TextOnImg .text-content h3:after{
    content:"";
    border-bottom:1.5px solid #f7f4ec;
    display: block;
    width:10%;
    padding-top:20px;
    margin:auto;
}
.simp-custom-TextOnImg .text-content div:nth-child(4){
    margin-top:20px !important;
}
.simp-custom-AmenitesWithSheen {
    position: relative;
}
.simp-custom-AmenitesWithSheen:before{
    content:'';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.simp-custom-centers{
    display:flex;
    justify-content:center;
}
.simp-custom-textbg .text-content{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

/*jira-9957*/
:is(.outer-page , .outerpage) .wtbookbtn .one-col,
:is(.outer-page , .outerpage) .wtlinkbutton > div{
    display: flex;
    justify-content: center;
}

/*.promotions-wrapper {*/
/*    display:none;*/
/*}*/

/*jira-11772*/
.for-homepage .outer-page .bookingform-wrapper{
    position:static;
    background:rgba(0,0,0,.7);
}
.outer-page .bookingform-wrapper #bookingForm .booking-form{
    background:unset
}
@media(max-width:969px){
    .outer-page .bookingform-wrapper .form-group.min-price-wrapper {
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        margin:0 !important;
        top:44%
    }
}

@media(max-width:784px){
    .outer-page .bookingform-wrapper .form-group.min-price-wrapper {
        position:absolute;
        left:61%;
        transform:translateX(-50%);
        margin:0 !important;
        top:44%
    }
}

@media(max-width:768px){
    .outer-page .bookingform-wrapper .form-group.min-price-wrapper {
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        margin:0 !important;
        top:44%
    }
}

@media(max-width:635px){
    .outer-page .bookingform-wrapper .form-group.min-price-wrapper {
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        margin:0 !important;
        top: 60%;
    }
}

#whatsAppHeader {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 15px;
    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 {
    left: 17px;
    bottom: 15px;
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}




.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: 23px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 20px;
}
.mobile .simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:.95;
    padding:5px;
}

/*jira-9957*/
.mobile  .wtbookbtn .col-sm-12,
.mobile .wtlinkbutton > div{
    display: flex;
    justify-content: center;
}

/*OPS-13197 start*/
.outer-page .promotions-wrapper {
    display:none;
}
.js-close-mail-dialog.emailSliderForm,
#emailSliderFormDelay{
   display:none !important;
}
body .modal-backdrop.fade.in{
    background:unset;
    display:none;
}
/*OPS-13197 End*/

.resv-wrap .book_button:nth-child(odd) {
    display: block;
    font-family: 'Playfair Display Medium',serif;
    font-size: 0.9em;
    text-transform: uppercase;
    border: 4px double #fff;
}

