/*address-block hide*/
.for-homepage .container-wrapper .address-block-details {
    display: none;
}
.simp-custom-h3-font h3 {
    padding-top: 15px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}
.btn{
    padding: 0 34px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #1a7e64;
    color: #1a7e64;
    border-radius: 5px;
    font-family: Taviraj,serif;
    font-weight: 400 !important;
}
.resv-wrap .btn{
    background: #1a7e64;
    border: 1px solid #1a7e64;
    border-radius: 5px;
    font-family: Taviraj,serif;
    color: #fff
    
}
.resv-wrap .btn:hover{
    background: #0b5240;
    border: 1px solid #0b5240;
    border-radius: 5px;
    font-family: Taviraj,serif;
    color: #fff
}
.simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.simp-custom-spaceL .left-box {
    padding-left: 5%;
    padding-right: 5%;
}
.simp-custom-spaceR .right-box {
    padding-left: 5%;
    padding-right: 5%;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.simp-custom-paddingTop70{
    padding-top: 70px !important
}
.simp-custom-leftTextRightImg,
.simp-custom-leftImgRightText{
    padding: 0!important;
    
}
.simp-custom-leftTextRightImg  .left-box,
.simp-custom-leftImgRightText .right-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff5d4;
}
.simp-custom-leftTextRightImg  .fullWidthWidgetWrapper,
.simp-custom-leftImgRightText  .fullWidthWidgetWrapper {
    display: flex;
}
.simp-custom-leftTextRightImg .left-box .text-content, 
.simp-custom-leftImgRightText .right-box .text-content {
    padding: 0 14% !important;
}

/*Booking form min-price hide*/

#booking-form .min-price-wrapper {
    display: none !important;
}
#continueBooking .cb-room-price {
    display: none;
}
.row.clearfix.widget-wrapper.wtbookbtn .one-col{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*end of Booking form min-price hide*/

.outer-page .content_wrapper .no-gutter .widget-wrapper .btn,
.outerpage .content_wrapper .no-gutter .widget-wrapper .btn{
    background:#1a7e64;
    color:#fff;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper .btn:hover,
.outerpage .content_wrapper .no-gutter .widget-wrapper .btn:hover{
    background:#115442;
    color:#fff;
}
.location-page .outer-page .content_wrapper .btn{
    background:#1a7e64;
    color:#fff;
}
.location-page .outer-page .content_wrapper .btn:hover{
    background:#115442;
    color:#fff;
}
.outer-page .bookingform-wrapper #bookingForm .btn-wrapper .btn{
    background:#1a7e64;
    color:#fff;
}
.outer-page .bookingform-wrapper #bookingForm .btn-wrapper .btn:hover{
    background:#115442;
    color:#fff;
}

.location-page .outer-page .direction-form .row div:last-child button{
    padding:0;
}







.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: 17px !important;
    text-transform: uppercase !important;
}
.mobile .simp-custom-tableborder .table td,
.mobile .simp-custom-tableborder .table,
.mobile .simp-custom-tableborder .table th{
    border: none;
}


.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup_rock img {
    margin: auto;
    float: none;
    max-width: 100%;
    max-height:85vh;
    min-height:50vh;
}
.for-homepage .landing_Popup_rock {
    position: relative;
    max-width: unset;
    width: unset;
}
.for-homepage .landing_Popup_rock .imgforPopup {
    max-width:90%;
    width: 100%;
    display:block;
}
.for-homepage .landing_Popup_rock .popUp_Close {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    border: 2px solid #EBEDEC;
    border-radius: 50%;
    color:#fff;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup_rock {
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
@media (max-width:1536px){
  .landing_Popup_rock img{
    max-width:80%;
  }
  .for-homepage .landing_Popup_rock .popUp_Close {
    right: 0;
  }
}
@media (max-width:1250px){
  .landing_Popup_rock img{
    max-width:80%;
    max-height:90vh;
  }
  .for-homepage .landing_Popup_rock .popUp_Close {
    right:0;
  }
  .for-homepage .landing_Popup_rock .popUp_Close {
    position: absolute;
    top: -30px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width:950px){
  .landing_Popup_rock img{
    max-height:90vh;
  }
}
.mobile.for-homepage .landing_Popup_rock .popUp_Close{
    top: -21px;
    right: 3%;
    width: 10px;
    height: 10px;
    padding:8px;
}
.mobile.for-homepage .landing_Popup_rock .popUp_Close i{
    font-weight:100;
}
.mobile.for-homepage .landing_Popup_rock img{
	max-width:90%;
	width: 100%;
}
@media screen and (orientation:landscape) {
   .mobile .landing_Popup_rock img{
     max-height:80vh;
    } 
}





