.simp-custom-amenities{
    width: 85%;
    /*padding: 0px 7% 50px!important;*/
    padding: 0 0 50px!important;
}
.simp-custom-amenities .table td{
    border: 1px solid #f0f5ed;
    padding: 25px 10px;
    text-align: left !important
}
.simp-custom-amenities .fas{
    color: #000;
    font-size: 40px !important;
    padding-bottom: 10px;
}
.clearfix.widget-wrapper.fullWidthWidget.simp-custom-maxwidth.fullWidthWidgetWrapper,
.clearfix.widget-wrapper.fullWidthWidget.simp-custom-maxwidth .fullWidthWidgetWrapper {
    max-width: 1340px;
    padding: 0 15px !important;
    width: 70%;
}
/*.for-homepage .content_wrapper .no-gutter.clearfix:last-child{*/
/*    display:none !important;*/
/*}*/
body.for-homepage .content_wrapper {
    padding-bottom: 0 !important;
}
.homepage {
    padding-bottom: 0 !important;
}
.simp-custom-paddingB {
    padding-bottom: 0 !important;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}

/*country code*/

:is(.outer-page,.outerpage) .content_wrapper .no-gutter  form :is(.text-danger,.text-success){
    width:calc(100% - 16.667%)
}

@media (max-width:991px){
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter  form :is(.text-danger,.text-success){
        width:calc(100%)
    }
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter  form {
        margin-right:23%
    }
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter  form .form-group[id$="submit"] label{
        display:none
    }

}



.mobile .simp-custom-amenities .table td{
    border: 1px solid #efefef;
    padding: 25px 10px;
    text-align: left !important;
    font-size: 16px;
}
.mobile .simp-custom-amenities .fas{
    color: #5ccbcd;
    font-size: 40px !important;
    padding-bottom: 10px;
}
.mobile .fullImage img{
    height: 400px;
    object-fit: cover;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile h1{
    font-size: 30px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
    font-size: 28px;
    text-align: center !important;
    border: none !important
 }

/*Table Border Remove*/

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

