

.simp-custom-reduced-width .text-content-wrapper{
    width:65% !important;
    margin:auto;
}
.simp-custom-sixtyfive{
    width:65% !important;
    margin:auto;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.simp-custom-remove-Tpadding
{
    padding-top:0px !important;
}
.simp-custom-card .text-content img {
    box-shadow:  0px 1px 6px rgba(0,0,0,0.2);
}
.simp-custom-card .text-content img:hover {
    box-shadow:  0px 1px 6px rgba(0,0,0,0.6);
}
.simp-custom-card .text-content-wrapper {
    background-color: #cdb561;
    box-shadow:  0px 1px 6px rgba(0,0,0,0.2);
    padding: 2% 2% 4% 2%;
}





#inquiryHeader{
    background-color: #cdb561;
    z-index: 1000;
    position: fixed;
    bottom: 110px;
    right: 8px;
    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;
}
#inquiryHeader a{
    color:white
}

.mobile #inquiryHeader{
    right: 20px;
    bottom: 80px;
}













.mobile .logo.navbar-logo 
{
    padding-top:2px;
    background-color:#fff;
}
.mobile .fullImage {
    padding-top:70px !important;
}
.mobile h1, .mobile h2, .mobile h3
{
    text-align:center !important;
}
.mobile .name-of-hotel {
    display:none;
}
.mobile h1, .mobile h2 {
    font-weight: 600;
    font-size: 20px;
}


.outer-page .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-slide .text-content-wrapper{
    background-color: #cdb561;
    box-shadow:  0px 1px 6px rgba(0,0,0,0.2);
    padding: 4% 2%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.outer-page .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-slide .text-content-wrapper :is(h1,h2,h3,h4){
    padding:0;
    margin:0;
    text-align:center;
}
.outer-page .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-slide .text-content-wrapper p{
    text-align:center;
}
.outer-page .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-dots{
    display:flex !important;
    justify-content:center;
    align-items:center;
    bottom:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-slide :is(h1,h2,h3,h4){
    padding:0;
    margin:0;
    text-align:center;
}
.mobile .content_wrapper .no-gutter .simp-custom-home-img-slider .slick-slide p{
    padding:12px 0 0 0;
    text-align:center;
}
#footer{
    background-image:url('../../../../../simplotel/image/upload/q_90,fl_progressive,w_1920,f_auto,c_limit/digantaa-resort---hotel-mukteshwar/Frame_4_1529683c');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.outer-page .content_wrapper .no-gutter .simp-custom-home-85width.fullWidthWidget .text-content{
    max-width:1340px;
    width:85%;
    margin: 0 auto;
    padding:0 15px;
}
.outer-page .content_wrapper .no-gutter .simp-custom-home-85width.fullWidthWidget .fullWidthWidgetWrapper{
    display:flex;
}


.outer-page .content_wrapper .no-gutter .simp-custom-left-side-image,
.outer-page .content_wrapper .no-gutter .simp-custom-center-image{
    width:22.5%;
    display:flex;
    flex-direction:column;
    margin: 0;
}
.outer-page .content_wrapper .no-gutter .simp-custom-left-side-image>.col-sm-6,
.outer-page .content_wrapper .no-gutter .simp-custom-center-image>.col-sm-6{
    width:100%;
}
.outer-page .content_wrapper .no-gutter .simp-custom-left-side-image>.left-box,
.outer-page .content_wrapper .no-gutter .simp-custom-center-image>.left-box{
    margin:0 0 30px 0;
}
.outer-page .content_wrapper .no-gutter .simp-custom-right-side-text{
    align-content:center;
    width:25%;
    margin: 0;
}
@media screen and (max-width:1536px){
    .outer-page .content_wrapper .no-gutter .simp-custom-left-side-image,
    .outer-page .content_wrapper .no-gutter .simp-custom-center-image{
        width:30%;
    }
    .outer-page .content_wrapper .no-gutter .simp-custom-right-side-text{
        width:25%;
    }
}
.mobile .content_wrapper .no-gutter .simp-custom-left-side-image,
.mobile .content_wrapper .no-gutter .simp-custom-center-image{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-left-side-image .col-xs-12:first-of-type,
.mobile .content_wrapper .no-gutter .simp-custom-center-image .col-xs-12:first-of-type{
    margin-right:10px;
}
.mobile .content_wrapper .no-gutter .simp-custom-left-side-image img,
.mobile .content_wrapper .no-gutter .simp-custom-center-image img{
    margin:0 !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-center-image{
    padding-top:0 !important;
}



/*Table Border Remove*/

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

#whatsAppHeader {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 15px;
    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 {
    left: 17px;
    bottom: 15px; /* Updated to 15px for mobile */
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}


