
@media(max-width:960px){
.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form, 
.inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form {
    margin:0 10%;
}
}

.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
.outer-page h1,
.outer-page h2{
    line-height: 38px;
}
.simp-custom-h3-font h3 {
    font-size: 22px !important;
}
.simp-custom-hiderightLeft{
    display: flex;
    justify-content: center;
}
.simp-custom-hiderightLeft .right-box,
.simp-custom-hiderightLeft .left-box{
    display: none;
}



.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 !important;
}
.mobile .simp-custom-hiderightLeft .col-xs-12:nth-child(1),
.mobile .simp-custom-hiderightLeft .col-xs-12:nth-child(3){
    display: none;
}



