.simp-custom-sixtyfive{
    width:65% !important;
    margin:auto;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.simp-custom-h2left h2 {
    text-align: left !important;
}

h1, h2 {
    text-transform: capitalize;
}
.for-homepage .no-gutter.clearfix:last-child {
    display: none;
}

.outer-page .content_wrapper .no-gutter .simp-custom-center-btn .one-col,
.outerpage .content_wrapper .no-gutter .simp-custom-center-btn .one-col{
    display:flex;
    justify-content:center;
    align-items:center;
}
.outer-page .content_wrapper .no-gutter .wtbookbtn .one-col,
.outerpage .content_wrapper .no-gutter .wtbookbtn .one-col{
    display:flex;
    justify-content:center;
    align-items:center;
}

.mobile .name-of-hotel {
    display: none;
}
.mobile div#accordion {
    display: none;
}
.mobile .content_wrapper .no-gutter h1,
.mobile .content_wrapper .no-gutter h2 {
    border-bottom: none;
    font-size:22px !important;
    text-transform: uppercase;
    text-align: center;
}
.mobile .simp-custom-icons .fal{
    font-size: 24px !important;
}
.mobile .fullImage {
    padding-top: 55px;
}

.mobile .content_wrapper .no-gutter .simp-custom-center-btn .col-xs-12{
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobile .content_wrapper .no-gutter .wtbookbtn{
    display:flex;
    justify-content:center;
    align-items:center;
}

/*Table Border Remove*/

.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}

