.simp-custom-hotelTextSlider .text-content-wrapper{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    padding: 10px 10px 10px;
}
.simp-custom-hotelTextSlider .slick-next:before,
.simp-custom-hotelTextSlider .slick-prev:before {
    color: #000 !important;
}
.simp-custom-sliderLeft{
    max-width: 42.5% !important;
    margin-right: 0 !important;  
}
.simp-custom-sliderRight{
    max-width: 42.5% !important;
    margin-left: 0 !important;
}
.simp-custom-sliderLeft .jssor-carousel-wrapper{
    padding-right: 0px !important;
}
.simp-custom-sliderRight .jssor-carousel-wrapper{
    padding-left: 0px !important;
}
.simp-custom-textRight{
    width: 42.5% !important;
    padding: 0 15px !important;
    margin-left: 0 !important;
}
.simp-custom-textLeft{
    width: 42.5% !important;
    padding: 0 15px !important;
    margin-right: 0 !important;
}
.simp-custom-textRight .text-content,
.simp-custom-textLeft .text-content{
    width: 100%;
    height: 100% ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0% !important;
    color:#272727;
}
.outer-page h1,
.outer-page h2{
    line-height: 1.4;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 25px;
    background-color: #1c1c1c;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 1%;
}
.simp-custom-parent-card {
    padding-bottom: 90px !important;
}
.btn{
    padding: 0 34px;
    line-height: 40px;
}
header #top-navbar-collapse{
    /*display: flex;*/
    justify-content: center;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-h3-font h3 {
    font-family: Gloock,serif !important;
    font-size: 26px !important;
}
.simp-custom-2imgTextwidget .col-sm-6:nth-child(1){
    margin-right: 3%;
    width: 47%;
}
.simp-custom-2imgTextwidget .col-sm-6:nth-child(2) .readjust-container{
    display: flex;
    flex-direction: column-reverse;
    height: unset !important;
}
.simp-custom-2imgTextwidget .readjust-container img{
   margin-top: 90px !important
}

.simp-custom-2imgTextwidget .col-sm-6:nth-child(2){
   padding: 0px !important;
   width: 49%;
   margin-left: 1%;
}
.simp-custom-2imgTextwidget .text-content{
   text-align: left !important;
   padding-right: 15px;
}
.simp-custom-2imgTextwidget h2{
   text-align: left !important;
   padding-bottom: 15px !important;
   padding-top: 20px;
}
.simp-custom-2imgTextwidget h1{
   text-align: left !important;
   padding-bottom: 15px !important;
   padding-top: 60px;
}
.simp-custom-2imgTextwidget{
   padding-top: 60px !important;
   padding-bottom: 60px !important;
}
.simp-custom-2imgTextwidget .col-sm-6:nth-child(1) .readjust-height{
    height: 700px !important;
}
@media screen and (max-width: 1000px){
    .simp-custom-2imgTextwidget .readjust-container img{
       margin-top: 70px !important
    }
    
    .simp-custom-2imgTextwidget .text-content-wrapper p{
        line-height: 26px !important;
    }
}
.resv-wrap .book_button:nth-child(odd){
    background-color: #ffffff;
    color: #000;
}
#bookingForm .btn-wrapper .check-btn-holder .btn-full-width{
    background-color: white;
    color: black;
}

#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 100px;
    right: 10px;
    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 {
    right: 15px;
    bottom: 75px;
}
.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: #272727;
}
.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: 17px !important;
}
.mobile .simp-custom-2imgTextwidget .readjust-container{
    display: flex;
    flex-direction: column-reverse;
    height: unset !important;
    text-align: center;
}
.mobile .simp-custom-2imgTextwidget{
    background: #f1f3f4;
    padding: 20px 20px 5px
}

@media screen and (max-width: 860px){
    header #top-navbar-collapse{
        padding-left: 197px;
        display: flex;
    }
    header .navbar-top .navbar-nav>li>a{
        font-size: 15px;
        padding-right: 0;
    }
}

/*Table Border Remove*/

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

