.outer-page #footer .f_bot .container .col-xs-12:last-child{
   padding:2% 0 0 0;
}

.mobile .booking-form-input {
    display: block;
}
.mobile .bookingform-wrapper .simp-booking-form {
    min-width: 250px;
    width: calc(100% - 30px);
}

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

/* Price Responsive*/
.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div{
    display:flex;
    justify-content:center;
    white-space:nowrap;
}

.explorer .bookingform-wrapper .simp-booking-form form#simp-booking-form #submitWrapper .submit-button-wrapper > button{
    text-transform:uppercase;
}



h1, h2 {
    text-transform: uppercase;
}
.content_wrapper .no-gutter h1, 
.content_wrapper .no-gutter h2 {
    text-align: left;
}
.simp-custom-padding {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}
.simp-custom-paddingT.imageDescriptionSide.imageDescriptionSide-rightimage.two-col {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.simp-custom-widthRed {
    width: 57% !important;
    margin: auto;
}
.simp-custom-widthRed table {
    width: 95% !important;
    margin: auto;
}
.simp-custom-h2-left h2 {
    text-align: left !important;
}
.homepage .content_wrapper .no-gutter .widget-wrapper, 
.inner-page .content_wrapper .no-gutter .widget-wrapper {
    padding: 10px 0px !important;
}
#footer .add_head p:last-child::after {
    content:" The Mall Road, Cantonment, Varanasi - 221002.";
    display:block;
}


.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}





.inner-page .header-pills {
    padding: 85px 0 5px !important;
}
.location-page .header-pills {
    padding: 85px 0px 5px !important;
}
.location-page .header-pills .tab-content {
    margin-top: 5px;
}
.for-gallerypage .header-pills {
    padding: 85px 0 5px !important;
}

.imageDescriptionSide.imageDescriptionSide-rightimage.two-col,
.imageDescriptionSide.imageDescriptionSide-leftimage.two-col {
    position: relative;
    padding: 80px 15px 40px !important;
}
.imageDescriptionSide.imageDescriptionSide-rightimage.two-col .image-content,
.imageDescriptionSide.imageDescriptionSide-leftimage.two-col .image-content{
    object-fit: cover;
    height: calc(100% - 200px);
}
.imageDescriptionSide.imageDescriptionSide-rightimage.two-col .col-md-4.col-sm-6.left-box,
.imageDescriptionSide.imageDescriptionSide-leftimage.two-col .col-md-4.right-box {
    box-shadow: 0px 0px 10px rgba(18, 18, 19, 0.21);
    width: 60%;
    text-align: center;
    padding-left: 50px !important;
}
.imageDescriptionSide.imageDescriptionSide-rightimage.two-col .col-md-4.col-sm-6.left-box .text-content-wrapper,
.imageDescriptionSide.imageDescriptionSide-leftimage.two-col .col-md-4.right-box .text-content-wrapper {
    max-width: 300px;
}
.imageDescriptionSide.imageDescriptionSide-rightimage.two-col .col-md-8.col-sm-6.right-box,
.imageDescriptionSide.imageDescriptionSide-leftimage.two-col .col-md-8.left-box {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 400px);
    right: 0;
    padding-left: 0;
    z-index: 2;
}
@-webkit-keyframes translateBottom {
    from {
        opacity: 0;
        transform: translateY(0);
    }


    to {
        opacity: 1;
        transform: translateY(35px);
    }
}

@keyframes translateBottom {
    from {
        opacity: 0;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(35px);
    }
}
.imageDescriptionSide.two-col .img-responsive.image-content.translateBottom {
    -webkit-animation-name: translateBottom;
    animation-name: translateBottom;
}




.mobile .logo.navbar-logo 
{
    background-color:white;
}
.mobile .fullImage {
    padding-top:65px !important;
}
.mobile .content_wrapper h1, .mobile .content_wrapper  h2, .content_wrapper .mobile h3
{
    text-align:center !important;
}

.mobile #footer .container .footer-row:nth-child(2)::after {
    content:" The Mall Road, Cantonment, Varanasi - 221002.";
    display:block;
}

