@charset "utf-8";

/* CSS Document */

/*===============================================================

Common portion start

=================================================================

/*====================		 Custom font css start 		==================== */


/*==================== 		Custom font css end 	====================*/

/*====================       Custom color css start      ==================== */

:root {  

  --black:     #000000;
  --white:  #fff;
  --liteGreen:  #25D366;
  --grey:  #717171;
  --orange: #F56404;
  --paragraph: #717171;
  --footlink:  #626262;

}

/*====================      Custom color css end     ====================*/


/*////////////////////////////////////////

// General Css

///////////////////////////////////////*/






html, body {

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    font-smoothing: antialiased;

    scroll-behavior: smooth;

}


* {

    box-sizing: border-box;

}



body {

  margin: 0;

  padding: 0;

  font-size: 16px;

  background: #ffffff;

  line-height: 1.3;

  font-weight: 400;

  font-style: normal;

  color: var(--black);

  overflow-x: hidden;

   font-family: "Nunito", sans-serif;

}



div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside, canvas, section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {

    margin: 0;

    padding: 0;

    outline: none;

    border: none;

    text-decoration: none;

    list-style-type: none;

}



.clear {

    clear: both;

}

.clearfix:after {

    display: block;

    content: "";

    clear: both;

}



.parent-wrap {

    width: 100%;

    height: 100%;

    display: table;

}

.child-wrap {

    width: 100%;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}

img {

    max-width: 100%;
    display: block;

}



h1, h2, h3, h4, h5, h6 {

    -webkit-font-smoothing: antialiased; 

}

h1{
   font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 26px;
}

h2{
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 26px;
    color: var(--black);
}

h3{
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
    color: var(--black);
}

h4{

}

h5{

}

h6{
     font-family: "Nunito", sans-serif;
     font-weight: 600;
     font-size: 15px;
     line-height: 1.3;
     color: var(--black);
}



p {
     font-family: "Nunito", sans-serif;
     font-size: 15px;
     font-weight: 400;
     color: var(--paragraph);
     line-height: 1.5;

}

p:last-child{

  padding-bottom:0;

}



ul {

  margin-bottom: 0px ;

}


input, textarea{

  font-size: 16px;

  font-weight: 400;

}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */

	color: var(--grey);

	font-weight: 400;

	font-size: 15px;

}

::-moz-placeholder { /* Firefox 19+ */

	color: var(--grey);

	font-weight: 400;

	font-size: 15px;

}

:-ms-input-placeholder { /* IE 10+ */

	color: var(--grey);

	font-weight: 400;

	font-size: 15px;

}

:-moz-placeholder { /* Firefox 18- */

	color: var(--grey);

	font-weight: 400;	

	font-size: 15px;

}

::selection {

  background: #1F1F1F;

  color: #fff;

}

::-moz-selection {

 background: #1F1F1F;

 color:#fff;

}

::-webkit-selection {

 background: #1F1F1F;

 color:#fff;

}

::-o-selection {

 background: #1F1F1F;

 color:#fff;

}

::-ms-selection {

 background: #1F1F1F;

 color:#fff;

}


.dFlx{

  display: -webkit-box;      

  display: -moz-box;         

  display: -ms-flexbox;     

  display: -webkit-flex;    

  display: flex;  

}


.btn{

    font-weight: bold;

    text-align: center;

    display: inline-block;

    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;   
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;

    font-size: 14px;

    border-radius: 0;

    padding: 0;

    width: 105px;

    height: 29px;

    line-height: 24px;

    cursor: pointer;
 
    font-weight: 400;

    background: transparent;

    vertical-align: middle;

    -moz-border-radius: 50px;

    -webkit-border-radius: 50px;   

    border-radius: 50px;
    
    color: #fff;

    background-color: #2d2e8e;

    border: 1px solid #2d2e8e;

}

.btn.focus, .btn:focus {

    outline: 0;

    box-shadow: none;

}

.btn-banner{

    width: 274px;

    height: 54px;

    line-height: 47px;

    color: #fff;

    border: 2px solid #fff;

    font-size: 20px;

}

.btn-small{

  width: 104px;

  height: 44px;

  line-height: 42px;

}

.btn-fade{

  color: #d2d2c9;

  border: 2px solid #d2d2c9;  

}

.btn-bold{

  color: #000;

  border: 2px solid #000;  

}

.btn:hover{

  -webkit-transition: all .5s ease-in-out;

  -o-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  -moz-transition: all .5s ease-in-out;

  -ms-transition: all .5s ease-in-out;

  letter-spacing: .25px;

  background: #fff;

  color:#282828;

}

.btn-banner:hover{

  background: #fff;

  color: #000;

}

.btn-fade:hover {

    background: #d2d2c9;

    color: #000;

}

.btn-bold:hover {

    background-color: #fff;

    border: 2px solid #fff;

}


a{
/*
  -webkit-transition: all .5s ease-in-out;

  -o-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  -moz-transition: all .5s ease-in-out;

  -ms-transition: all .5s ease-in-out;*/

  text-decoration: none;

  color: var(--footlink);

  outline: none;

  font-weight: 400;

  font-size:15px;

}

a:hover {
    text-decoration: none;
}

.bg-light{

}

.bg-dark{

}

.bg-gray{

} 

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.section-padding{
  padding: 90px 0;
}

.pt-90{
  padding-top: 90px;
}

.pt-100{
	padding-top: 100px;
}

.pb-140{
	padding-bottom: 140px;
}


.pb-90{

  padding-bottom: 90px;

}

.pt-140{
  padding-top: 140px;
}

.pt-188{

  padding-top: 188px;

}

.pt-60{
  padding-top: 60px;
}

.pb-60{
  padding-bottom: 60px;
}

.pt-80{
  padding-top: 80px;
}

.pb-80{
  padding-bottom: 80px;
}

.pt-70{
  padding-top: 70px;
}

.pb-70{
  padding-bottom: 70px;
}


.pt-120{
	padding-top:120px;
}
.pb-100{
	padding-bottom:100px;
}


.pt-130{
	padding-top: 130px;
}
.pb-130{
	padding-bottom: 130px;
}

.pt-125{
	padding-top: 125px;
}

.pt-115{
	padding-top: 115px;
}

.pb-115{

  padding-bottom: 115px;

}

.no-gutters{

  margin: 0;

  padding: 0;

}



/*.container{

  padding: 0;

  max-width: 100%;

}*/

strong {

    font-weight: bold !important;

}

/*img {

    width: 100%;

    display: block;

}*/

/*////////////////////////////////////////////////////////////////////////       Custom css       ////////////////////////////////////////////////////////////////*/


/* Animation */



@keyframes fadeInUp {

    from {

        transform: translate3d(0,40px,0)

    }



    to {

        transform: translate3d(0,0,0);

        opacity: 1

    }

}



@-webkit-keyframes fadeInUp {

    from {

        transform: translate3d(0,40px,0)

    }



    to {

        transform: translate3d(0,0,0);

        opacity: 1

    }

}



.animated {

    animation-duration: 2s;

    animation-fill-mode: both;

    -webkit-animation-duration: 2s;

    -webkit-animation-fill-mode: both

}



.animatedFadeInUp {

    opacity: 0

}



.fadeInUp {

    opacity: 0;

    animation-name: fadeInUp;

    -webkit-animation-name: fadeInUp;

}


.pad-more{

    padding-bottom: 220px;

}


/*==================== custom css start from begin ====================*/


.container{
  max-width: 1200px;
  margin:auto;
  width: 100%;
}

.pt-30{
    padding-top: 30px;
}
.pb-50{
    padding-bottom: 50px;
}


/*==================== header css start ====================*/

.headerTop{
    padding: 26px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
}

.headrTopInr{
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.headContact .whatsapp a{
    display: flex;
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--liteGreen) ;
    color: var(--white);
    font-size: 20px;
    margin-right: 10px;
}
.headContact .headlink{
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
}

.headContact .headlink a{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.headContact {
    align-items: center;
}

.headerMdlSearch{
    width: 100%;
    margin: auto;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding: 8px 10px 8px 30px;
    box-sizing: border-box;
}

.frmrw label{
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.headerMdlSearch .frmrw{
    border-right: 1px solid #E7E7E7;    
    width: 18%;
    box-sizing: border-box;
    padding-right: 1%;
    margin-right: 1%;
}

.headerMdlSearch .frmrw:nth-child(4){
    border-right: none;
}
.headerMdlSearch .frmwrp{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.headerMdlSearch .frmrw:nth-child(1){
    margin-left: 0;
    width: 34%;
}

.frmrw input[type="text"],
.frmrw input[type="email"],
.frmrw input[type="tel"],
.frmrw input[type="date"],
.frmrw input[type="number"]{
    display: block;
    width: 100%;
}

.frmwrp .sbmtRw{
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.frmwrp .sbmtRw input[type="submit"]{
    color: transparent;
    background: transparent;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.frmwrp .sbmtRw .sbmtIcn{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/submitIcon.png) no-repeat;
    background-position: center center;
}



/*==================== header css end   ====================*/

/*==================== room-book css start   ====================*/

.roombookInr{
    flex-wrap: wrap;
    gap: 20px;
}

.roomBox {
    width: calc(16.66% - 16.66px);
    margin-bottom: 25px;    
}


.roomSlide .imgWrp img{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.roomSlide .frmrw .inpRw{
    width: 100%;
}

.select-dropdown{
    width: 95%;
}

.select-dropdown select{
    display: block;
    width: 100%;
    color: var(--grey);
    font-weight: 400;
    font-size: 15px;
}

.roomSlidenBx{
    position: relative;
}

.likeIcn{
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 9;
    cursor: pointer;
}

.roomSlide .owl-nav{
    
    opacity: 0;
}

.roomSlide:hover .owl-nav{
    opacity: 1;
}

.roomSlide .owl-nav .owl-prev{
      position: absolute;
    top: 45%;
    left: 10px;
}
.roomSlide .owl-nav .owl-next{
      position: absolute;
    top: 45%;
    right: 10px;
}



.roomSlide .owl-dots{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.roomSlide .owl-dots .owl-dot{
    height: 6px;
    width: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.53);
    margin: 0 3px;
}

.roomSlide .owl-dots .owl-dot.active{
    background: rgba(255, 255, 255, 1);
}

.roomSlide .owl-nav button{
    background: #fff;
    height: 26px;
    width: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.roomBoxInfo {
    padding-top: 16px;
}

.roomBoxInfo .titleWrp{
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.titleWrp h6 a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.Bookprice{
    margin-top: 8px;
}

.titleWrp .tiltetxt{
    width: calc(100% - 50px);
}

.GuestFav{
    position: absolute;
    top: 15px;
    left: 14px;
    z-index: 9;
}

.GuestFav .btnLnk {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.46px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    padding: 3px 16px;
    box-sizing: border-box;
}

/*==================== room-book css end   ====================*/


/*==================== footer css start   ====================*/

.footerTop{
    padding-bottom: 100px;
    background: url(../images/footerbg.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.footerBtm {
    background: #28221E;
    padding: 16px 0;
    box-sizing: border-box;
}

.footerTopInr p{
    color: #fff;
}

.Footlogo{
    justify-content: center;
}

.footerMenuWrp{
    padding-top: 55px;
    padding-bottom: 40px;
}

.footrMenu{
    justify-content: center;
}

.footrMenu li{
    position: relative;
    margin-right: 66px;
}

.footrMenu li:last-child{
    margin-right: 0;
}

.footrMenu li::after {
    position: absolute;
    content: '';
    background: #626262;
    height: 14px;
    width: 1px;
    top: 4px;
    right: -33px;
}

.footrMenu li a{
    color: var(--footlink);
}

.footrMenu li a:hover{
    color: var(--orange);
}

.footrMenu li:last-child::after{
    display: none;
}

.socialLinks{
    justify-content: center;
}

.socialLinks li a{
    height: 42px;
    width: 42px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    background: var(--white);
    margin: 0 8px;
    color: var(--footlink);
    font-size: 17px;
}

.socialLinks li a:hover{
    background: var(--orange);
    color: var(--white);
}

/*==================== footer css end     ====================*/


/*==================== pop-up css start   ====================*/

.cssPopup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
}
.cssPopup .overlay:target {
  visibility: visible;
  opacity: 1;
}

.cssPopup .popup {
  margin: 70px auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  position: relative;  
  max-width: 990px;
}

.cssPopup .popup .close {
    position: absolute;
    top: -18px;
    right: -8px;
    transition: all 200ms;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.cssPopup .popup .close:hover {
  color: #06D85F;
}
.cssPopup .popup .content {
  max-height: 30%;
  overflow: auto;
}


.srchBtn{
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.searchpopUp{
    display: none;
}

.popupfrm .frmwrp .sbmtRw{
    height: unset;
    width: unset;
    background: unset;
    border-radius: unset;
    width: 100%;
}
.popupfrm .frmwrp .sbmtRw input[type="submit"]{
    background: var(--orange);
    color: var(--white);
    padding: 0 15px;
    line-height: 45px;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    width: 120px;
    display: block;
    margin: auto;
}

.popupfrm .frmwrp .sbmtRw input[type="submit"]:hover{
    background: var(--black);
    color: #fff;
}

/*==================== pop-up css end     ====================*/

/*==================== room booking details css start     ====================*/



.inrpage .headerTop{
    padding: 18px 0;
}

.tourDetailsTop{
    padding: 32px 0;
    box-sizing: border-box;
}

.tourDetailsTopInr{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.tourDetailsTop h2{
    margin-bottom: 20px;
}


.grid-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 230px;
    grid-auto-flow: dense;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}


.grid-wrapper .wide {
    grid-column: span 2;
}
.grid-wrapper .tall {
    grid-row: span 2;
}
.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.tourDetailsTopInr .card:nth-child(1) .card-image img{
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.tourDetailsTopInr .card:nth-child(3) .card-image img{
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
}

.tourDetailsTopInr .card:nth-child(5) .card-image img{
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}



.roomDetails li{
    color: #717171;
    position: relative;
    margin-right: 12px;
}

.roomDetails li::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 2px;
    box-sizing: border-box;
    background: #717171;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    top: 10px;
    right: -7px;
}

.roomDetails li:last-child::after{
    display: none;
}

.tour-detailsMiddleLeft .txthead{
    margin-bottom: 10px;
}

.rateReview{
    margin-top: 6px;
}

.rateReview li{
    display: flex;
    color: #222222;

}

.rateReview li a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.SelfCheckWrp{
    padding: 40px 0;
    margin: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.tour-detailsMiddleInr{
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-detailsMiddleLeft{
    width: 62%;
}

.tour-detailsMiddleRght{
    width: 35%;
}

.SelfCheckWrpInfo{
    margin-bottom: 35px;
    align-items: center;
}

.SelfCheckWrpInfo .iconWrp{
    width: 52px;
}

.SelfCheckWrpInfo:last-child{
    margin-bottom: 0;
}

.moreTxtwrp{
     border-bottom: 1px solid #D4D4D4;
     padding-bottom: 40px;
     margin-bottom: 40px;
}

.moreTxtwrp p{
    margin-bottom: 20px;
}

.shwmor a{
font-size: 16px;
font-weight: 600;
line-height: 1.5;
display: inline-block;
color: var(--black);
text-decoration: underline;
}

.shwmor a i{
    padding-left: 4px;
}

/*==================== room booking details css end     ====================*/

/*==================== footer css start   ====================*/

.footerTop{
    padding-bottom: 100px;
    background: url(../images/footerbg.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.footerBtm {
    background: #28221E;
    padding: 16px 0;
    box-sizing: border-box;
}

.footerTopInr p{
    color: #fff;
}

.Footlogo{
    justify-content: center;
}

.footerMenuWrp{
    padding-top: 55px;
    padding-bottom: 40px;
}

.footrMenu{
    justify-content: center;
}

.footrMenu li{
    position: relative;
    margin-right: 66px;
}

.footrMenu li:last-child{
    margin-right: 0;
}

.footrMenu li::after {
    position: absolute;
    content: '';
    background: #626262;
    height: 14px;
    width: 1px;
    top: 4px;
    right: -33px;
}

.footrMenu li a{
    color: var(--footlink);
}

.footrMenu li a:hover{
    color: var(--orange);
}

.footrMenu li:last-child::after{
    display: none;
}

.socialLinks{
    justify-content: center;
}

.socialLinks li a{
    height: 42px;
    width: 42px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    background: var(--white);
    margin: 0 8px;
    color: var(--footlink);
    font-size: 17px;
}

.socialLinks li a:hover{
    background: var(--orange);
    color: var(--white);
}

/*==================== footer css end     ====================*/


/*==================== pop-up css start   ====================*/

.cssPopup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
}
.cssPopup .overlay:target {
  visibility: visible;
  opacity: 1;
}

.cssPopup .popup {
  margin: 70px auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  position: relative;  
  max-width: 990px;
}

.cssPopup .popup .close {
    position: absolute;
    top: -18px;
    right: -8px;
    transition: all 200ms;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.cssPopup .popup .close:hover {
  color: #06D85F;
}
.cssPopup .popup .content {
  max-height: 30%;
  overflow: auto;
}


.srchBtn{
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.searchpopUp{
    display: none;
}

.popupfrm .frmwrp .sbmtRw{
    height: unset;
    width: unset;
    background: unset;
    border-radius: unset;
    width: 100%;
}
.popupfrm .frmwrp .sbmtRw input[type="submit"]{
    background: var(--orange);
    color: var(--white);
    padding: 0 15px;
    line-height: 45px;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    width: 120px;
    display: block;
    margin: auto;
}

.popupfrm .frmwrp .sbmtRw input[type="submit"]:hover{
    background: var(--black);
    color: #fff;
}

/*==================== pop-up css end     ====================*/

/*==================== room booking details css start     ====================*/


.inrpage .headerTop{
    padding: 18px 0;
}

.tourDetailsTop{
    padding: 32px 0;
    box-sizing: border-box;
}

.tourDetailsTopInr{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.tourDetailsTop h1,
.tourDetailsTop h2{
    margin-bottom: 20px;
}


.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 235px;
    grid-auto-flow: dense;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}


.grid-wrapper .wide {
    grid-column: span 2;
}
.grid-wrapper .tall {
    grid-row: span 2;
}
.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.tourDetailsTopInr .card:nth-child(1) .card-image img{
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.tourDetailsTopInr .card:nth-child(3) .card-image img{
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
}

.tourDetailsTopInr .card:nth-child(5) .card-image img{
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}



.roomDetails li{
    color: #717171;
    position: relative;
    margin-right: 12px;
}

.roomDetails li::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 2px;
    box-sizing: border-box;
    background: #717171;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    top: 10px;
    right: -7px;
}

.roomDetails li:last-child::after{
    display: none;
}

.tour-detailsMiddleLeft .txthead{
    margin-bottom: 10px;
}

.rateReview{
    margin-top: 6px;
}

.rateReview li{
    display: flex;
    color: #222222;

}

.rateReview li a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.SelfCheckWrp{
    padding: 40px 0;
    margin: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.tour-detailsMiddleInr{
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-detailsMiddleLeft{
    width: 60%;
}

.tour-detailsMiddleRght{
    width: 35%;
}

.SelfCheckWrpInfo{
    margin-bottom: 35px;
    align-items: center;
}

.SelfCheckWrpInfo .iconWrp{
    width: 52px;
}

.SelfCheckWrpInfo:last-child{
    margin-bottom: 0;
}

.moreTxtwrp{
     border-bottom: 1px solid #D4D4D4;
     padding-bottom: 40px;
     margin-bottom: 40px;
}

.moreTxtwrp p{
    margin-bottom: 20px;
}

.shwmor a{
font-size: 16px;
font-weight: 600;
line-height: 1.5;
display: inline-block;
color: var(--black);
text-decoration: underline;
}

.shwmor a i{
    padding-left: 4px;
}

/*==================== room booking details css end     ====================*/

/*==================== 02.04.2024 start  ====================*/
.roomSlide2{margin-top: 20px;}
.sleepCnt{
    border: 1px solid #C3C3C3;
    border-radius: 15px;
    padding: 28px 24px;
    box-sizing: border-box;
    margin: 0 12px;
}
.sleepCnt h6{
    margin: 30px 0 5px 0;
}
.sleepCnt.sleepCnt img{
    width: auto;
}
.roomSlide2 .imgWrp img{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.roomSlide2 .frmrw .inpRw{
    width: 100%;
}
.roomSlide2 .owl-nav{
    position: absolute;
    top: 46%;
    display: flex;
    justify-content: space-between; 
    width: 100%;
    margin: auto;    
}

.roomSlide2 .owl-dots{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    display: none;
}
.roomSlide2 .owl-dots .owl-dot{
    height: 6px;
    width: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.53);
    margin: 0 3px;
}

.roomSlide2 .owl-dots .owl-dot.active{
    background: rgba(255, 255, 255, 1);
}

.roomSlide2 .owl-nav button{
    background: #fff;
    height: 26px;
    width: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 9px #00000042;
}
.secdivi{
    border-bottom: 1px solid #D4D4D4;
    margin: 40px 0;
}
.placeoffers{}

.placeoffers .dFlx ul{
    padding-right: 40px;
}
.placeoffers .dFlx ul:last-child{
    padding-right: 0;
}
.placeoffers .dFlx ul li{
    display: flex;
    margin-top: 24px;
}
.placeoffers .dFlx ul li span{
    padding-left: 15px;
    color: #717171;
    font-size: 16px;
}
.details-btn{
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    padding: 15px 25px;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    transition-duration: 0.5s;
}
.details-btn:hover{
     background: #000;
    color: #fff;
}
.detailspageproduct{}
.detailspageproduct .roomBox {
    width: 47%;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.detailspageproduct .roomSlidenBx .roomSlide .owl-nav{display: none;}
.datearea{
    margin: 30px 0 0 0;
}
.tour-detailsbottom-last-area{
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin: 40px 0;
    padding: 40px 0;
}
.tour-detailsbottom-last-area .starIcn{padding-right: 10px;}
.tour-detailsbottom-last-area h6{
    font-size: 22px;
}
.tour-detailsbottom-last-area .starRate{}
.overalratingarea em{
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    display: block;
}
.rating-num {
  margin-top: 0px;
  font-size: 60px;
}

.progress {
  margin-bottom: 5px;
}

.progress-bar {
  text-align: left;
}

.rating-desc .col-md-3 {
  padding-right: 0px;
}

.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}

.progress-bar-success {
  background-color: #000;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.overalratingareaInn{
    width: 12.6%;
    border-right: 1px solid #A1A1A1;
    padding-right: 30px;
    margin-left: 22px;
}
.overalratingareaInn:first-child{
    margin-left: 0;
}
.overalratingareaInn:last-child{
    padding-right: 0;
}
.progressarea{
    margin-bottom: 8px;
    display: flow-root;
}
.overalratingarea.dFlx{
     flex-wrap: wrap;    
}
.progress {
    height: 3px;
}
.progressarea span{
    width: 15%;
    float: left;
    line-height: 6px;
    font-size: 12px;
}
h6.overalratingareaInnhead{
    font-size: 18px;
    margin-bottom: 30px;
}
.overalratingareaInn:last-child{
    border-right: none;
    padding-right: 0;
}
.tour-detailsbottom-last-area2{
    border-bottom: 1px solid #D4D4D4;
    padding: 0 0 0px 0;
    margin-bottom: 50px;
}
.tour-detailsbottom-last-area2 .dFlx{
     flex-wrap: wrap;
    justify-content: space-between;
}
.tour-detailsbottom-last-area2 .tour-detailsbottom-last-area2Inn{width: 48%;margin-bottom: 35px;}
.tour-detailstest{}
.tour-detailstest .userName{}
.tour-detailstest .userName h6{}
.tour-detailstest .userName p{}
.tour-detailstest .userimg{
    margin-right: 15px;
}
.tour-detailstest .userimg img{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.tour-detailstest.dFlx{
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
}
.tour-detailstest-Cont{
    margin-top: 15px;
}
.tour-detailstest-Cont .tripinfo{
    font-size: 15px;
    display: flex;    
    margin-bottom: 6px;
}
.tour-detailstest-Cont .tripinfo img{height: 100%;}
.tour-detailstest-Cont p{margin-bottom: 10px;}
.tour-detailsbottomlast{
    width: 28%;
}
.tour-detailsbottomlast span{
    color: #222222;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.tour-detailsbottomlast ul{}
.tour-detailsbottomlast ul li{
    color: #717171;
    font-size: 15px;
    padding-bottom: 10px;
}
.tour-detailsbottom-last-area3 .dFlx{
     flex-wrap: wrap;
    justify-content: space-between;
}
.mb-100{margin-bottom: 100px;}
.rightMap{}
.rightMap h3.txthead{ margin-bottom: 20px;}
.rightMap h6{margin: 15px 0 5px 0;}
.detailspageproduct .frmrw .inpRw{
    width: 100%;
}
.detailspageproduct .owl-nav{
    position: absolute;
    top: 41%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: -2%;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 999;
}
.detailspageproduct:hover .owl-nav{
    opacity: 1;
}


.detailspageproduct .owl-nav button{
    background: #fff;
    height: 26px;
    width: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 9px #00000042;
}


/*==================== 02.04.2024 end  ====================*/


/*==================== 03-April-2024 Start  ====================*/

.wrapper1{  
  margin-top: 30px;
}
.my-slider{
 
}
.slick-initialized .slick-slide{

}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 0px;
   background: #fff;
    height: 26px;
    width: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 9px #00000042;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    transform: translateY(-50%);
}
.slick-prev{
  left: 0px;
   background: #fff;
    height: 26px;
    width: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 9px #00000042;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    transform: translateY(-50%);
}
.slick-next:before, 
.slick-prev:before{
  color: #fff;
  font-size: 16px;
}
.slick-next:before{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000;
       
}
.slick-prev:before{    
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000;
}
.slick-next:focus, 
.slick-next:hover, 
.slick-prev:focus, 
.slick-prev:hover{
    background: #fff;
}

.inrSlideWrp{

}
.dblSldContentInr .inrSlideWrp{
    float: left;
    /*width: 50%;*/
    padding: 0 0;
    box-sizing: border-box;
    width: 100%;
}

.dblSldContentInr .inrSlideWrp .roomBox{
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.slick-arrow{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.dblSldContentInr .roomSlide .owl-nav{
    display: none;
}

.tourDetailsTopInr .card{
    border: none;
}

.rateReview li a{
    text-decoration: underline;
}
.placeoffCol{
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.placeoffCol li{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.placeoffCol li .icnWrp{
    width: 23px;
    margin-right: 15px;
}

.placeoffCol li .txt{
    width: calc(100% - 38px);
    color: var(--paragraph);    
}

.tour-detailstest-Cont .tripinfo li {
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.tour-detailstest-Cont .tripinfo li::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--paragraph);
    right: -8px;
    top: 8px;
}
.tour-detailstest-Cont .tripinfo li img{
    height: auto;
}

.tour-detailstest-Cont .tripinfo li:last-child{
    margin-right: 0;
}

.tour-detailstest-Cont .tripinfo li:last-child::after{
    display: none;
}

.roomDetails.roomDetailsList{
    flex-wrap: wrap;
}

/*==================== 03-April-2024 end  ====================*/


/*==================== 19-April-2024 start  ====================*/

.homepageWrp .container{
    max-width: 1746px;
    width: 100%;
}

.tour-detailsMiddleRght .date4prices{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E7E7E7;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    padding: 22px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.tour-detailsMiddleRght .date4prices p{
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}
.tour-detailsMiddleRght .date4prices .hb_button.hb_primary{
    background: var(--orange);
    color: var(--white);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
}

/*==================== 19-April-2024 end  ====================*/



/*==================== 20-April-2024 start  ====================*/

.hb-search-results-form-container{
  display: -webkit-box !important;      
  display: -moz-box !important;  
  display: -ms-flexbox !important;    
  display: -webkit-flex !important; 
  display: flex !important; 
  justify-content: space-between !important;
}

.hb-search-results-form-container .hb-booking-room-form-group{
    width: 32% !important;
    float: none !important;
    margin-left: 0 !important;
}

.hb-booking-room-form-group .hb_button{
    background:#f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px!important;
}

.hb-booking-room-form-group .hb_button:hover{
    opacity: .6 !important;
}

.hb-booking-room-form-group input[type="text"]{
    display: block !important;
    width: 100% !important;
}

.hb-booking-room-form-footer .hb_previous_step.hb_button{
    background:#f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 120px!important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px!important;
}
.hb-booking-room-form-footer .hb_previous_step.hb_button:hover{
    opacity: .6 !important;
}

.hotel_booking_room_errors p{
    color: #f00 !important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:focus{
    background:#f56404 !important;
    color: #fff !important;
}

#hotel_booking_room_hidden .hb_add_to_cart.hb_button{
    background:#f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 120px!important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px!important;
}

.hb_extra_optional_left .hb_extra_title p:empty{
    display: none !important;
}

.hb_addition_package_extra a.hb_package_toggle{
    position: relative !important;
}

.hb_addition_package_extra a.hb_package_toggle:after{
    position: absolute !important;
    content: "\f106" !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    top: 4px;
    font-size: 16px !important;
}
.hb_addition_package_extra a.hb_package_toggle.active:after{
    top: 0px !important;
    transform: rotate(180deg) !important;
}

.hb_addition_packages .hb_package_title{
    line-height: 1 !important;
}
.hb_addition_packages .hb_package_title label{
    line-height: inherit !important;
    padding: 0 !important;
    height: unset !important;
    height: 16px !important;
}

#hotel_booking_room_hidden .hb_addition_package_extra input[type="checkbox"].hb_optional_quantity_selected{
    height: auto !important;
    min-width: auto !important;
    transform: scale(1.2) !important;
}

.wp-hotel-booking-checkout header h1,
.wp-hotel-booking-page header h1,
.wp-hotel-booking-cart header h1{
    text-align: center !important;
    padding: 10px 0;
    box-sizing: border-box;
}

.wp-hotel-booking-cart #hotel-booking-cart,
.wp-hotel-booking-checkout #hotel-booking-payment{
  
}

#hotel-booking-cart .hb_button.hb_checkout, 
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart button[type="submit"], 
#hotel-booking-payment button[type="submit"], 
#hotel-booking-cart button[type="button"], 
#hotel-booking-payment button[type="button"]{
    background:#f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 120px!important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px!important;
}
#hotel-booking-cart .hb_button.hb_checkout:hover, 
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type="submit"]:hover, 
#hotel-booking-payment button[type="submit"]:hover, 
#hotel-booking-cart button[type="button"]:hover, 
#hotel-booking-payment button[type="button"]:hover{
    opacity: .6 !important;
}

#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
    margin-bottom: 30px !important;
    width: 100% !important;
    border: 1px solid #d7d7d7 !important;      
}
#hotel-booking-cart table.hb_table thead,
#hotel-booking-payment table.hb_table thead{
    border-bottom: 1px solid #d7d7d7 !important;  
    background: var(--orange);
}

.wp-hotel-booking-cart .hb-message.message{
    min-height: 50vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wp-hotel-booking-terms .entry-content{
    min-height: 50vh !important;
}

.wp-hotel-booking-cart .hb-message.message .hb-message-content{
    font-size: 36px !important;
    color: #f00 !important;    
    font-weight: 500 !important;
}

.hb-order-new-customer .hb-form-table.col-2 .hb-form-field{
    width: 100% !important;
    max-width: 98% !important;
}
#hotel-booking-cart select,
#hotel-booking-payment select{
    width: 100% !important;
}

#hotel-booking-cart input[type="number"], 
#hotel-booking-payment input[type="number"], 
#hotel-booking-cart input[type="text"], 
#hotel-booking-payment input[type="text"], 
#hotel-booking-cart input[type="email"], 
#hotel-booking-payment input[type="email"]{
    display: block !important;
    width: 100% !important;
}

#hotel-booking-payment h3{
    margin-bottom: 10px !important;
    font-size: 28px !important;
}

#hotel-booking-payment h4{
    margin-bottom: 10px !important;
}

#hotel-booking-payment input[type="checkbox"]{
    height: auto !important;
    min-width: auto !important;
    transform: scale(1.5) !important;   
    margin-right: 5px !important;
}

#hb-payment-form button[type="submit"]{
    margin-top: 10px;
}

.tourDetailsTopInr .card .card-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tourDetailsTopInr .card{
    overflow: hidden;
    display: block;
    border-radius: 0;
}

.tourDetailsTopInr .card .card-image a{
    display: block;
    height: 100%;
    width: 100%;
}

.tourDetailsTopInr .card .card-image{
    height: 100%;
}

.roomSlide .imgWrp img{
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center center;    
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.roomSlide{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.placeoffers .details-btn{
    max-width: 240px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.entry-content .hotel-booking-search form button{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
}
.entry-content .hotel-booking-search form button:hover{
        opacity: .6 !important;
}

#hotel-booking-results form .hb_button.hb_checkout, 
#hotel-booking-results form button.hb_add_to_cart, 
#hotel-booking-results form button[type="submit"]{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
}

#hotel-booking-results form .hb_button.hb_checkout:hover, 
#hotel-booking-results form button.hb_add_to_cart:hover, 
#hotel-booking-results form button[type="submit"]:hover{
    opacity: .6 !important;
}

#hotel-booking-search-filter .clear-filter button{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
}

#hotel-booking-search-filter .clear-filter button:hover{
    opacity: .6 !important;
}

.noUi-connect {
    background: #f56404 !important;
}

.wp-hotel-booking-search-rooms #hb-form-search-page{
    display: none;
}

.wp-hotel-booking-search-rooms .entry-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  


    padding: 0 !important;  
    flex-direction: row-reverse;
}

.wp-hotel-booking-search-rooms .hotel-booking-search{
    width: 68% !important;
    padding: 0 !important; 
    box-sizing: border-box !important; 
}
.wp-hotel-booking-search-rooms .hotel-booking-search-filter{
    width: 30% !important;
    box-sizing: border-box !important; 
}

.wp-hotel-booking-search-rooms button.apply{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;    
    text-align: center !important;
    margin: 8px 0;
}

.noUi-target{
    margin-bottom: 15px;
}

.wp-hotel-booking-search-rooms .entry-header .entry-title{
    padding-bottom: 30px;
}
.wp-hotel-booking-search-rooms .hotel-booking-search h3{

}
.wp-hotel-booking-search-rooms .rating-list input[type="checkbox"]{
    transform: scale(1.3) !important;
}


.page-template-template-wishlist p{
 
}

/*==================== 20-April-2024 end  ====================*/

/*==================== 21-April-2024 start  ====================*/

.frmrw input[type="text"], 
.frmrw input[type="email"], 
.frmrw input[type="tel"], 
.frmrw input[type="date"], 
.frmrw input[type="number"]{
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    padding: 0 !important;
    text-indent: 5px;
}

.frmrw input[type="text"]:focus, 
.frmrw input[type="text"]:hover, 
.frmrw input[type="email"]:focus,
.frmrw input[type="email"]:hover, 
.frmrw input[type="tel"]:focus, 
.frmrw input[type="tel"]:hover, 
.frmrw input[type="date"]:focus, 
.frmrw input[type="date"]:hover, 
.frmrw input[type="number"]:focus,
.frmrw input[type="number"]:hover{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.frmrw select{
    width: 100%;
    color: var(--grey);
    font-weight: 400;
    font-size: 15px;
}

.likeIcn .add-to-wishlist{
    background: transparent;
    color: #fff;
}

.likeIcn .remove-from-wishlist{
    background: transparent;
    color: #fff;
}


/*======== 404 page start ========*/

.pagentfound {
    height: 50vh;
    max-width: 800px;
    margin: auto;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    box-sizing: border-box;
}

.error404 .error{
  font-size: 150px;
  color: var(--orange);
  text-shadow: 
    1px 1px 1px #9b4811,    
    2px 2px 1px #9b4811,
    3px 3px 1px #9b4811,
    4px 4px 1px #9b4811,
    5px 5px 1px #9b4811,
    6px 6px 1px #9b4811,
    7px 7px 1px #9b4811,
    8px 8px 1px #9b4811,
    25px 25px 8px rgba(0,0,0, 0.2);
    text-align: center;
}

.error404 .back-home{
    background: var(--orange);
    color: var(--white);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;    
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
    width: 180px;
}

.error404 .back-home:hover{
  opacity: .6;
}

.error404 .text404{
    font-size: 26px;
    font-weight: 500;
}

/*======== 404 page end ========*/

.contactSec{
    padding: 60px 0;
    box-sizing: border-box;
}

.contactSec .contactbX{
    margin-top: 30px;
}

.cntctFrm{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.cntctFrm input[type="text"],
.cntctFrm input[type="email"],
.cntctFrm input[type="tel"],
.cntctFrm input[type="number"]{
    display: block;
    width: 100%;
    border: 1px solid #E7E7E7;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cntctFrm textarea{
    display: block;
    width: 100%;
    border: 1px solid #E7E7E7;
    padding: 15px 15px;
    box-sizing: border-box;    
    resize: none;
    height: 150px;
    margin-bottom: 20px;
}

.cntctFrm .frmRw{
    flex-wrap: wrap;
    justify-content: space-between;
}

.cntctFrm .clw50{
    width: 49%;
}

.cntctFrm .clw100{
    width: 100%;
}
.cntctFrm .sbmtRw input[type="submit"]{
    background: var(--orange);
    color: var(--white);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    max-width: 120px;
    margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: var(--orange);
}

.page-template-template-wishlist .homepageWrp h2{
    margin-bottom: 20px;
}

.roomBoxInfo .remove-from-wishlist{
    background: var(--orange);
    color: var(--white);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    margin-top: 8px;
}


#hb-cart-form .hb_checkout_item{
    border-bottom: 1px solid #d7d7d7 !important;
}

#hotel-booking-payment .hb_checkout_item{
    border-bottom: 1px solid #d7d7d7 !important;
}

#hotel-booking-payment .hb_payment_all{
    border-top: 1px solid #d7d7d7 !important;
}

.wp-hotel-booking-checkout .entry-header.alignwide{
    
}
.wp-hotel-booking-checkout .entry-content{
    padding-bottom: 30px;
}

.closeSearch{
    display: none;
}

.headerMdlSearchWrp{
    width: 780px;
}

.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover{
    background: #F56404;
    color: #fff;
}

#review_form_wrapper input[type="submit"] {
    background: var(--orange);
    color: var(--white);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    max-width: 120px;
    margin-bottom: 20px;
}

#review_form_wrapper input[type="submit"]:hover {
    opacity: .6;
}

#review_form .comment-reply-title{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#review_form .hb-rating-input{
    max-width: 100px;
    margin-bottom: 10px;
}
#review_form .comment-form .comment-form-comment label{
    display: block;
    width: 100%;
}
#review_form .comment-form .comment-form-comment textarea{
    border: 1px solid #D4D4D4;
    width: 100%;
    resize: none;
    height: 150px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tour-detailsbottom-last-area .starRate{

}


/*====== date picker start ======*/

.datepicker td, 
.datepicker th {
    text-align: center;
    width: 36px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.today.active, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled.active, 
.datepicker table tr td.today.disabled.disabled, 
.datepicker table tr td.today.disabled:active, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today.disabled:hover.active, 
.datepicker table tr td.today.disabled:hover.disabled, 
.datepicker table tr td.today.disabled:hover:active, 
.datepicker table tr td.today.disabled:hover:hover, 
.datepicker table tr td.today.disabled:hover[disabled], 
.datepicker table tr td.today.disabled[disabled], 
.datepicker table tr td.today:active, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today:hover.active, 
.datepicker table tr td.today:hover.disabled, 
.datepicker table tr td.today:hover:active, 
.datepicker table tr td.today:hover:hover, 
.datepicker table tr td.today:hover[disabled], 
.datepicker table tr td.today[disabled]{
    background: #F56404;
}


.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {   
    cursor: pointer;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

/*====== date picker end ======*/


.comment-form-cookies-consent input[type="checkbox"]{
    transform: scale(1.5);
    margin-right: 10px;
}

#respond .comment-form-cookies-consent{
    margin: 10px 0;
}
.comment-form-author label{
    display: block;
}
.comment-form-author input[type="text"]{
    display: block;
    width: 100%;
    border: 1px solid #E7E7E7;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.comment-form-email input[type="text"]{
      display: block;
    width: 100%;
    border: 1px solid #E7E7E7;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}



.datepicker-days .table-condensed thead tr:nth-child(2){
    background: var(--orange);
    border-radius: 0;
}

.datepicker-days .table-condensed thead tr:nth-child(2) th{
    background: var(--orange);
    border-radius: 0;
    color: #fff;
}

/*==================== 21-April-2024 end  ====================*/

/*==================== 22-April-2024 start  ====================*/

.page-template-default .status-publish.entry{
    width: 100%;    
    margin: auto;
    max-width: 1240px;
    padding: 50px 0;
    box-sizing: border-box;
}

.page-template-template-wishlist-php .roombookSec{
    min-height: 50vh;
}

ul.rating-list li, 
ul.room-type-list li {
    margin-bottom: 10px;
}

.page-template-default .status-publish.entry h1.entry-title{
    margin-bottom: 10px;
}
.page-template-default .status-publish.entry .entry-content p{
    margin-bottom: 10px;
}
.page-template-default .status-publish.entry .entry-content h2{
    font-size: 23px;    
}

.page-template-default .status-publish.entry .entry-content p a,
.page-template-default .status-publish.entry .entry-content li a{
    color: #f56404;
}

.sort-by .select .sort-by__list .sort-by__list-item{
    background: #f56404 !important;
    color: #fff !important;    
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 30px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ffb6b6;
}
.sort-by .select .sort-by__list .sort-by__list-item:hover{
    opacity: .6 !important;
}
.sort-by .select .sort-by__list{
    padding-left: 0 !important;
}

.hb-form-table .hb-price-field .title{
    margin-bottom: 10px;
}

h4{
    font-size: 20px;
}

.sort-by-wrapper .toggle{
    overflow-x: clip;
}
.sort-by-wrapper {    
    padding: 0 !important;
}

.room-type-list .list-item input[type="checkbox"]{
    transform: scale(1.3) !important;
}

.hb_button{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
}

.page-template-template-wishlist .titleWrp .tiltetxt{
    width: 100%;
}

#hotel-booking-cart h3, 
#hotel-booking-payment h3{
    font-size: 22px !important;
}

.hb_checkout_item .hb_room_type a{
    color: var(--orange) !important;
}

#hotel-booking-cart .hb-addition-information textarea, 
#hotel-booking-payment .hb-addition-information textarea{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    resize: none;
}

#hotel-booking-cart select, 
#hotel-booking-payment select{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#hotel-booking-cart input[type="number"],
#hotel-booking-payment input[type="number"], 
#hotel-booking-cart input[type="text"], 
#hotel-booking-payment input[type="text"], 
#hotel-booking-cart input[type="email"], 
#hotel-booking-payment input[type="email"]{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wp-hotel-booking-thank-you .hb-message-content{
    font-size: 20px !important;
    color: var(--orange) !important;
    text-align: center !important;
}

.wp-hotel-booking-thank-you .booking-data{
    display: flex;
    justify-content: space-between;
    border: 1px solid #E7E7E7;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    background: var(--orange);
}

.wp-hotel-booking-thank-you .booking-data .booking-date,
.wp-hotel-booking-thank-you .booking-data .booking-data-number{
    width: 50%;
    padding: 8px 10px;
    box-sizing: border-box;    
    color: #fff !important;
}
.wp-hotel-booking-thank-you .booking-data .booking-date{
    border-left: 1px solid #E7E7E7;
    text-align: right;
    font-weight: 600;
}
.wp-hotel-booking-thank-you #booking-items table.booking_item_table {    
    border: 1px solid #E7E7E7;
    margin-top: 20px;
}

.wp-hotel-booking-thank-you .booking_item_table th,
.wp-hotel-booking-thank-you .booking_item_table td{
    padding: 10px 10px;
    box-sizing: border-box;
}

.wp-hotel-booking-thank-you #booking-items table.booking_item_table thead{
    border-bottom: 1px solid #E7E7E7;
    background: var(--orange);    
}


.wp-hotel-booking-thank-you .booking_item_table th{
    color: #fff !important;
}

.wp-hotel-booking-thank-you #booking-customer{
    
}

.wp-hotel-booking-thank-you #booking-customer .customer-details{
    border: 1px solid #E7E7E7;
    margin: 20px auto;
}

.wp-hotel-booking-thank-you #booking-customer .customer-details li{
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
    font-weight: 700;
}

.wp-hotel-booking-thank-you #booking-customer .customer-details li:nth-child(even){
    background: #f7f7f7;
}

.wp-hotel-booking-thank-you #booking-customer .customer-details li:last-child{
    border-bottom: none;
}

.wp-hotel-booking-thank-you #booking-items table.booking_item_table a{
    color: var(--orange);
    font-size: 16px;
}

.wp-hotel-booking-thank-you #booking-customer .customer-details li label{
    width: 50%;
    font-weight: 400;
}

.wp-hotel-booking-thank-you .booking-notes{
    font-weight: 700;
}

.wp-hotel-booking-thank-you .booking-notes label{
    font-weight: 400;
}

/*==================== 22-April-2024 end  ====================*/

/*==================== 23-April-2024 start  ====================*/

#hotel-booking-cart table th, 
#hotel-booking-payment table th{
    color: #fff !important;
}

.hb-order-existing-customer .hb-form-field{
    max-width: 100% !important;
}

.wp-hotel-booking-checkout #hotel-booking-payment .hb-order-existing-customer{
    display: none;
}
.wp-hotel-booking-checkout #hb-order-new-customer .hb-col-padding.hb-col-border > h4{
    display: none;
}

.postid-65 .hb_addition_package_extra .hb_addition_packages {
    padding: 10px;
    border: 1px solid #eee;
    border-bottom: 0;
    margin-bottom: -10px;
    margin-top: 15px;
}
.postid-65 .hb_addition_package_extra .hb_extra_optional_left {
    padding-left: 25px;
}
.postid-65 .hb_addition_package_extra a.hb_package_toggle{
    font-size: 18px;
}

.loginFrm .card-body h2{
    
}

.loginFrm button[type="submit"]{
    background: #f56404 !important;
    color: #fff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    width: 120px !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
    height: unset !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: auto !important;
    display: block !important;
    margin-bottom: 15px !important;
}
.loginFrm button[type="submit"]:hover,
.loginFrm button[type="submit"]:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.loginFrm .bg-dark{
    /*background: var(--orange) !important;*/
}


.loginFrm{
    min-height: 50vh !important;
}

.loginFrm .card{
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
       box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1) !important;
}

.loginFrm.frgtPwsd button[type="submit"].bigBttn{
    width: 200px !important;
}

.loginFrm p a{
    color: var(--orange);
}

.headContact .loginUsr{
    margin-right: 15px;
}

.headContact .loginUsr img{
    width: 38px;
}

/*==================== 23-April-2024 end  ====================*/

/*==================== 25-April-2024 end  ====================*/

.headrTopInr .searchpopUp{
    display: none;
}

/*==================== 25-April-2024 end  ====================*/

/*==================== 29/04/2024 Start  ====================*/
.loginFrm .card input{
    border: 1px solid #ddd;
    padding: 15px 20px !important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}
#user-registration.horizontal, #user-registration {
    box-shadow: none !important;
    margin: 0 !important;
}
.ur-frontend-form {
    margin: 0 !important;
}
.user-registration-Button{
    border: none !important;
    background: #f56404;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;margin-top:25px !important;
}
.user-registration-form__label{margin-top:30px !important;}


.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
  color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  top: 133%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
.loginUsr.dropdown img{height: 28px;margin-right: 6px;
    width: auto;}
.loginUsr.dropdown button{    display: flex;
    align-items: center;}
.hb_booking_table {
    width: 70%;
    margin-top: 20px;
    margin: 0 auto;
}
.hb_booking_table th, .hb_booking_table td {
    text-align: left !important;    border: 1px solid #ddd;padding: 10px 12px !important;
}
.edit-link a{    background: #f56404;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 25px;}
    
.hb_booking_table td img{height: 50px;}
.hb_booking_table td span.cust_btn{background: #f56404;
    color: #fff;
    padding: 5px;
    border-radius: 4px;}
    .entry-footer{    text-align: center;}
@media(max-width:767px){    
  .hb_booking_wrapper{
    width: 100%; 
  }
}

/*==================== 29/04/2024 end  ====================*/

/*==================== April/30/2024 start  ====================*/

.subtable{
    width: 100%;
}

.cust_btn_cencel{
    background: #dc3545 !important;
    color: #fff !important;
    min-height: unset;
    display: inline-block;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    padding: 0 10px;
    box-sizing: border-box;
}

.cust_btn_processing{
    background: #ffc107 !important;
    color: #fff !important;
    min-height: unset;
    display: inline-block;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    padding: 0 10px;
    box-sizing: border-box;
}

.cust_btn_complete{
    background: #198754 !important;
    color: #fff !important;
    min-height: unset;
    display: inline-block;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    padding: 0 10px;
    box-sizing: border-box;
}

.cust_btn_pending{
    background: #6c757d !important;
    color: #fff !important;
    min-height: unset;
    display: inline-block;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    padding: 0 10px;
    box-sizing: border-box;
}

.hb_booking_wrapper.bookingTableSec{
    display: flex;
    justify-content: center;
}

.bookingTableSec .hb_booking_table{
  width: unset;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
 /* border-collapse: collapse;*/
  border-spacing: 0;
}


/*==================== April/30/2024 end  ====================*/


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



  .tourDetailsTopInr .card{
    position: relative;
  }
  .allgalleryimahe{
        position: absolute;
    bottom: 20px;
    right: 31px;
    background: #fff;
    display: flex;
        padding: 7px 15px;
    border-radius: 10px;
        border: 1px solid #000;
            color: #000;
  }
  .allgalleryimahe svg{
    margin-right:10px; 
  }
   
   .allgalleryimahe:hover{
        background: var(--orange);
        color: #fff;
   }



  .tourDetailsTopInr.grid-wrapper{
    position: relative;
  }

  .imagewrappopup{
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: -100%;
    left: 0;
    display: block;
    background: #fff;
    content: '';
    z-index: 9;
    o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;
    overflow: scroll;
  }
  .imagewrappopup.imagewrappopup-open{
    bottom: 0;
    o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;
  }

  .no-scroll{
        width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .imagewrappopuphead{
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    top: 0;
    left: 0;
    align-self: center;
    padding:0 30px;
    z-index: 99;
  }
  .imagewrappopuphead a{
        display: flex;
    align-self: center;
    width: 35px;
    height: 36px;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;
  }
   .imagewrappopuphead a svg{
    align-self: center;
   }
   .imagewrappopuphead a:hover{
    background: #e1e1e1;
    o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;
   }


   .allimagemainwraprow{
    display: flex;
    justify-content: space-between;
   }
   .allimagemainwraprowleft{
    width: 30%;
   }
   .allimagemainwraprowRight{
     width: 70%;
   }

   .allimagemainwraprowleft h2{
    position: sticky;
    top: 100px;
   }
   .fixed-imagewrappopuphead{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;

   }

   .galleryimagerow{
    display: flex;
    justify-content: space-between;
   margin-bottom: 16px;
   }
   .galleryimagerowfull{
    width: 100%;
    height: 545px;
    overflow: hidden;

   }
   .galleryimagerowfull a{
     width: 100%;
     height: 100%;
     display: block;
   }
   .galleryimagerowfull a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   .galleryimagerowhalf{
    width: 49%;
    height: 265px;
    overflow: hidden;
   }

   .galleryimagerowhalf a{
    width: 100%;
     height: 100%;
     display: block;
   }
   .galleryimagerowhalf a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   .moreTxtwrp{
    margin-top: 10px;
   }

   .contentmorepopup{
        width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
   }

   .contentmorepopup1{
        width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
   }

   .contentmorepopupbox{
    width: 780px;
    background: #fff;
    height: 80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 60px;
    border-radius: 10px;
   }

   .contentmorepopupinner{
width: 100%;
height: 100%;
overflow: scroll;
   }

   .contentmorepopupinner {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.contentmorepopupinner::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.contentmorepopup-open{
  display: block;
}

.contentmorepopupclose{
      position: absolute;
    left: 20px;
    top: 20px;
}

.roomcatwrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.roomcatwrappercol{
  width: 14.2857% ;
  padding-right: 15px !important;
      margin-bottom: 15px;

}

.roomcatwrappercolimage{
  width: 100%;
  height: 102px;
  overflow: hidden;
}
.roomcatwrappercolimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imagewrappopupmain{
  margin-top: 40px;
}
.roomcatwrapper{
  margin-top: 20px;
}
.roomcatwrappercol h5{
       font-size: 14px;
    padding-top: 10px;
    color: #121212;
}

.mobile-imageSlider{
  display: none;
  position: relative;
}
.mobile-imageSlider .owl-nav .owl-prev{
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.mobile-imageSlider .owl-nav .owl-next{
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.galleryimagerow a{
  position: relative;
}

.video-play-round{
      width: 100px;
    height: 100px;
    background: #f56404;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: flex;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    justify-content: center;
}
.video-play-round img{
    width: 50px;
    height: 50px;
    align-self: center;
}

.video-play-round-small{
   width: 50px;
    height: 50px;
    background: #f56404;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: flex;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    justify-content: center;
}

.video-play-round-small img{
    width: 25px !important;
    height: 25px;
    align-self: center;
}

.offersdetailswrapbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.offersdetailswrapboxhalf{
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.offersdetailswrapboxhalf span{
  width: 35px;
}
.offersdetailswrapboxhalf h6{
  align-self: center;
}

.offersdetailbtn{
  margin-top: 20px;
}

.offersdetailbtn a{
      font-size: 16px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000;
        display: inline-block;
}
.placeoffers{
  margin-top: 20px;
}

.offerdiv{
  margin-top: 20px;
}

.offerdivwrap{
      padding: 20px 0;
    display: flex;
    margin-top: 0;
    border-bottom: 1px solid #e9e9e9;
        align-items: center;
}
.offerdivwrap span{
  width: 35px;
}

.offerdiv h4{
  margin-bottom: 10px;
}
.offerdivwrap h6{
  font-size: 14px;
}
.offerdivwrapcontent p{
  font-size: 13px;
}

.mobile-imageSlider .owl-stage-outer .item{
  height: 245px;
}
.mobile-imageSlider .owl-stage-outer .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roomSlide2 .owl-stage-outer .item .icnWrp{
  height: 110px;
}
.roomSlide2 .owl-stage-outer .item .icnWrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icnWrp-svg{
  display: flex;
}
.icnWrp-svg-icon{
  margin-right: 5px;
}


/*====== May-24-2024 css start ======*/

/*.t-datepicker-day.t-datepicker-days {
    right: -100% !important;
}
.t-check-in .t-datepicker-day,
.t-check-out .t-datepicker-day {
    left: unset !important;
}*/


.t-check-in .t-datepicker-day,
.t-check-out .t-datepicker-day {
    left: -240% !important;
}

/*.contentmorepopup2{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.contentmorepopup3{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}*/



/*====== May-24-2024 css end ======*/


#hotel-booking-search-filter{
  display: none;
}
.wp-hotel-booking-search-rooms .hotel-booking-search{
  width: 100% !important;
}

.hb-search-results{
  display:flex;
  flex-flow: row wrap;
}
.hb-search-results .hb-room{
  width: 32.5%;
}
.hb-search-results .hb-room{
  margin-right: 10px !important;
}
.hb-search-results .hb-room:nth-child(3n + 3){
  margin-right:0px !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li{
      margin-bottom: 10px;
}
.tour-detailsMiddleRght .hotel-booking-search input{
  position: absolute;
}

.t-disabled.booked{
      background-color: #f00 !important;
    opacity: 0.5;
    color: #fff;
}
.hb-search-results .hb-room .hb-room-content{
  flex-flow: row wrap !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail{
  width: 100% !important;
  height: 270px !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-info{
  width: 100% !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail a{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail a img{
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
      border-radius: 15px;
}

#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li{
      margin-bottom: 8px !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name{
      margin-bottom: 4px !important;
}

#hotel-booking-results form button.hb_add_to_cart{
  max-width: 100% !important;
}
.t-datepicker .t-check-in{
  position: relative;
}

.t-datepicker .t-check-out{
  position: relative;
}

.t-datepicker .t-check-in input[type="text"], .t-datepicker .t-check-out input[type="text"]{
  max-width: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  left: 0 !important;
}
/*******************04.06.2024****************************************/

.reservecls{
     font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
    color: #000;
}
.reservecls span{
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
    color: #000;
}
.reservecls em{
    font-size: 15px;
    font-style: normal;
    color: #787878;
}
.reservecheckin{
        border-radius: 10px;
        margin:15px 0;
}
.reservecheckin .dFlx{
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     padding: 8px 0;
}
.Checkin-out span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}
.Checkin-out p{}
.reservetable{}
.reservetable .dFlx{
         flex-wrap: wrap;
         justify-content: space-between;
         border-bottom: 1px solid #dddddd;
         padding-top: 8px;
         margin-top: 8px;
         padding-bottom: 8px;
}
.reservetable .dFlx:last-child{
    border-bottom: none;
    padding:0;
}
.reservetable .reservetableLeft{
    margin: 8px 0;
}
.reservetable .reservetableLeft a{
        font-size: 16px;
    font-style: normal;
    color: var(--black);
    font-weight: 500;
    text-decoration: underline;

}
.reservetable .reservetableRight{
    margin: 8px 0;
    font-weight: 700;
}
.Cleardates{
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #717171 !important;
    font-size: 16px !important;
    cursor: pointer;
}
.Checkin-out:last-child{
    border-right:none;
}
.arrownew{}
.arrownew p{
    height: 25px;
    width: 25px;
    background: #ddd;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
}
.hb-search-room-results2{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    margin-bottom: 30px;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    margin-right:5px;
}
.hotel-booking-search .buttonload{
    margin-top: 15px;
    background: #f56404 !important;
    width: 100% !important;
     opacity: 0.6;
  cursor: not-allowed;
}
.lds-ring{
    position: absolute;
    top: 18%;
    left: 33%;
    transform: translate(-50%, -50%);
}

@media(max-width:991px){
    .lds-ring {
    left: 25%;
}
}


/* June-06-2024 start */
.contentmorepopupinner ._tp3sbt{
    padding-bottom: 15px;
}
/* June-06-2024 end */


/*=============== September-13-2024 start ===============*/
.wp-hotel-booking-cart.wp-hotel-booking-page #hotel-booking-cart tr.hb_coupon{
    border-bottom: 1px solid #d7d7d7 !important;
}
.wp-hotel-booking-cart.wp-hotel-booking-page #hotel-booking-cart tr.hb_coupon td input[type="text"] {
    width: 160px !important;
    float: left;
    margin: 0;
    margin-right: 10px;
}
.wp-hotel-booking-cart.wp-hotel-booking-page #hotel-booking-cart tr.hb_coupon td button{
    margin: 0 !important;
    float: left;  
}
/*=============== September-13-2024 end ===============*/

/*=============== September-16-2024 start ===============*/




/*=============== September-16-2024 end ===============*/