

#loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.3);
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

.bgGrey{
	background: rgb(242, 242, 242) !important;
    border-radius: 12px;
    padding: 0px;
}
.carousel{
	background:#fff;
	    background: #fff;
    padding: 10px;
    border-radius: 8px;
}
.d-block {
    display: block!important;
    border-radius: 5px;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}
.carousel-item p{
	font-size:12px;
	margin-bottom: 5px;
}
.carousel-item ul li{
	font-size:12px;
	list-style:none;
	color:#a3a1a1;
}
.carousel-item ul li a{
	padding-top:5px;
	color:#000;
	display:block;
}
.carousel-item ul {
	padding-left:0;
}
.carousel-control-nextCrou{
	box-shadow: rgb(134 127 127) 0px 0px 9px;
    padding: 8px 15px;
    border-radius: 50%;
	background:#fff;
}
.carousel-control-next {
    right: -22px !important;
}

.custom-form input, .custom-form select, .custom-form textarea {
    border: 1px solid rgb(0 0 0 / 10%);
    min-height: 32px;
    width: 100%;
    border-radius: 7px;
    padding: 0px 12px;
    background: rgba(236, 235, 235, 0.02);
    -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 14px inset;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 14px inset;
}
.mt0{
	    margin-top: 5px !important;
}
.select-outer {
     
    position: relative;
}
.select-outer::after {
    
    content: "\2304";
    top: 0;
    right: 4px;
    bottom: 0;
    background: rgb(29, 68, 111);
    pointer-events: none;
    font-size: 20px;
    top: 4px;
    position: absolute;
    /* margin-top: -26px; */
    line-height: 0;
    color: #fff;
    /* padding: 5px 3px 9px 5px; */
    border-radius: 6px;
    margin-bottom: 0;
    height: 23px;
    width: 23px;
    text-align: center;
    vertical-align: c;
    line-height: 14px;
}
.txtarea{
	min-height: 75px !important;
}
.btn-primary {
    background: rgb(29, 68, 111) !important;
    border: none !important;
   box-shadow: 0 0 8px rgb(29 68 111 / 30%) !important;
}
.btn-success {
    background-color: #a5d589 !important;
     border: none !important;
   box-shadow: 0 0 8px rgb(29 68 111 / 30%) !important;
}
 .currency p{
	 margin-bottom:0;
 }
 .btn{
	     height: 33px;
		 padding-top: 5px !important;
 }
 .mb15{
	 margin-bottom: 15px;
 }
 .modal-content {
    width: 84% !important;
	margin: 0 auto;
 }
 
 .carousel-control-next {
    right: -18px !important;
}
.custom-modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 400;
}
.modal-header{
	padding: 8px 10px !important;
}
.carousel-item img{
	height:100%;
}
.modal-footer{
	text-align: center !important;
    display: block !important;
}
.modal-footer i{
	  font-size: 36px;
    color: #c4c4c4;
}
.pl3{
	    padding-left: 3px !important;
}
.pr3{
	padding-right: 3px !important;
}
input[type="date"]::before {
 
    background: url(../img/calender-iconn.png) center center no-repeat;
 
}
 


.sd-container {
  position: relative;
  float: left;
      width: 100%;
}

.sd {
  padding: 5px 10px;
  height: 30px;
  width: 100%;
}

.open-button {
position: absolute;
    top: 1px;
    right: 12px;
    width: 25px;
    height: 25px;
  
    pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}
.ml10{
	    margin-left: 10px;
}
.todate{
	 padding-right: 0 !important;
    text-align: right;
}
.todate span{
   margin-left: 10px;
   vertical-align: middle;
}
.frmdate span{
	 vertical-align: middle;
}
.border_botm{
    border-top: 2px solid #d1c8c8a3;
    margin: 0 0px;
    width: 95% !important;
    margin: 0 auto;
    margin: 10px;
    margin-top: 4px !important;
}
 .pt7{
	     padding-top: 7px !important;
 }
 .mb10{
	     margin-bottom: 10px;
 }
 .totlamo p{
	  margin: 5px 9px !important;
 }
 .pUnset{
	         padding: 16px 10px !important;
 }
 .pay{
	 padding-left: 16px !important;
    padding-right: 16px !important;
 }
 .text-left{
	 text-align:left;
 }
 .pl0{
	 padding-left:0 !important;
 }
 .pr0{
	 padding-right:0 !important;
 }
 
 .gutterRow{
	  margin: 0 !important;
    --bs-gutter-x: 0rem !important;
 }
 .mb0{
	 margin-bottom: 1px;
 }
 .srchbtn button{
	     padding-left: 16px;
    padding-right: 16px;
 }
 .pt10{
	 padding-top:10px;
 }
 .btn-Checkin {
    height: 32px;
    padding-top: 3px !important;
}
 

 
.select-outer2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background: #a5d589 !important;
    background-image: none;
   
}
.select-outer2 {
    border: 1px solid #b7b5b5;
    border: 1px solid #b7b5b5;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
  
    margin: 5px 0px;
    border-radius: 5px;

    position: relative;
}
.select-outer2 .w85{
	width: 84%;
	min-height: 25px;
}
  #Slider{
	   background: #33303091;
  }  
  
  #sliderBanner .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
  #sliderBanner2 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.banner_0 .modal-body{
    padding: 0;
        padding-top: 0px !important;
}
 .carousel-control-next4 {
    right: 0px !important;
}
.carousel-inner .clseBanner{
	right: 8px;
    bottom: 5px;
    position: absolute;
    z-index: 999;
}

#Slider .custom-modal{
	bottom: 0;
	margin: 0 auto;
	 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .container{
	text-align:center;
}



.custom-formHotel   {
    border: 1px solid rgb(0 0 0 / 10%);
    min-height: 32px;
    width: 100%;
    border-radius: 7px;
    padding: 0px 12px;
    background: rgba(236, 235, 235, 0.02);
    -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 14px inset;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 14px inset;
}
 .custom-formHotel input{
	         border: none;
    outline: none;
    padding: 5px 0px;
    font-weight: bold;
    color: #464545;
 }
 .open-button2 {
    position: absolute;
    top: 24px;
    right: 12px;
    width: 25px;
    height: 25px;
    pointer-events: none;
}
.open-button2 button {
    border: none;
    background: transparent;
}
.custom-formHotel label{
	font-size: 12px;
}
.roomNumbr select{
	border:none;
	width:100%;
	font-weight: bold;
	outline:none;
}
.formSrch{
	    border-bottom: 2px solid #b8b7b75c;
    box-shadow: 1px -6px 10px 3px #cac2c27d;
    padding: 10px;
    width: 100%;
    margin-top: 16px;
}
.carousel-item2{
	padding-top: 26px;
}
.carousel-item2 p{
	margin-bottom: 0;
}

header h3{
	padding-top: 8px;
    margin-bottom: 0;
}
.carousel-item2 ul {
  padding-left:0;
}
.carousel-item2 ul li {
    font-size: 12px;
    list-style: none;
    color: #a3a1a1;
}
.carousel-item2 ul li {
    font-size: 12px;
    list-style: none;
    color: #a3a1a1;
}
.Description{
	margin-top: 45px;
    margin-bottom: 40px;
}

.gelbtn2{
	background: #f6f6f6;
    border: 1px solid #e6dede;
    border-radius: 6px;
    padding: 3px 7px;
    line-height: 17px;
}
.gelbtn3{
	background: #e3f4d0;
    border: 1px solid #e6dede;
    border-radius: 6px;
    padding: 3px 7px;
    line-height: 17px;
}

.bkhotel .hotelBook{
padding: 11px 19px;
    height: unset;
    line-height: unset;
    padding-top: 8px !important;
}

.bodrBotm{
	    border-bottom: 2px solid #a09b9ba8;
    alignment-baseline: 9px;
    padding-bottom: 20px;
}
section .container{
	padding-top: 10px;
}
section .pt0{
	padding-top:0;
}




/*======================
======================*/
@media (min-width: 1200px){
    #maidSLIDR .container, .container-lg, .container-md, .container-sm, .container-xl {
        /* max-width: 790px !important; */
    }
}


.custom-formHotel input {
    padding: 0px 0px;
    padding-top: 0;
}
.custom-formHotel {
 
    min-height: 32px;
line-height: 11px;
}
.sd {
    padding: 5px 10px;
    height: 29px;
}
.open-button2 img{
	    margin-top: -10px;
}
.custom-formHotel .sd {
    padding: 0px 0px;
      height: 20px;
}
.open-button2 {
    position: absolute;
    top: 23px;
    right: 9px;
    width: 25px;
    height: 25px;
    pointer-events: none;
}
.formSrch .custom-formHotel {
    min-height: 32px;
    line-height: 14px;
	    padding: 4px;
}
.mainslider .carousel-item img {
    height: 332px;
}
.gelbtn2 span, .gelbtn3 span{
	font-size:12px;
}
.carousel-item2{
padding-left: 0 !important;
}
.gelbtn3{
	margin-left: -18px;
}
.bkhotel{
	margin-left: -13px;
}
 .Description {
    margin-top: 45px;
    margin-bottom: 78px;
}
.carousel-item2 .url{
	    float: right;
    margin-top: 10px;
}
.carousel-item2 a{
	     color: black;
}
.clseBanner{
	display:none;
}
.termscondi{
	border: 1px solid #cdcdcd;
    margin: 10px;
    width: 95% !important;
    box-sizing: border-box;
    border-radius: 10px;
}
.Tornike p{
	    margin-top: 4px;
    margin-bottom: 10px;
}
.spend_xtend_full {
   text-align: right;
    right: 5%;
}

.carousel-control-next, .carousel-control-prev {
 
    max-height: 85%;
    
}
.carousel-control-next-icon, .carousel-control-prev-icon {
 
    margin-top: 50px;
}
@media (max-width: 767px){
    .fontstyle{
            padding-top: 0;
    }
      .fontstyle .Description{
            margin-top: 0;
    }
    .modal-content {
    width: 97% !important;
 
}
.bookpay{
    padding-left:0px !important;
        font-size: 4px;
}

.srchbtn button{
    padding-left: 8px;
    padding-right: 8px;
}
 .blnce{
     text-align:right;
 }   
 .gyb-10{
     margin-bottom:10px !important;
 }
    
.spend_xtend_full{
       top: unset !important;
}
    .spend_xtend {
    color: #fff;
    top: 48%;
    position: absolute !important;
    right: 8% !important;
    text-align:right;
}

 .todate { 
    text-align: left;
}
.ml10 {
    margin-left: 0px;
}
#demo .carousel-control-next, #demo .carousel-control-prev {
    top: -15%;
     bottom: 0; 
}
.carousel-item p {
    padding-top: 16px;
}
.pl3 {
    padding-left: 13px !important;
}
 .pr3{
	     padding-right: 12px !important;
 }
 .Successfully{
	 padding-top:10px;
 }
 .todate span {
    margin-left: 0px;
}
.Online-in{
	width:100%;
}
.jstycont{
	display: unset;
}
.custom-formHotel{
	    margin-bottom: 5px;
}
.pa6{
	    padding: 3px;
}
.gutter01 {
--bs-gutter-x: .7rem !important;
}
 .carousel-item2 {
    padding-left: 24px !important;
}
.Description {
    margin-top: 45px;
    margin-bottom: 21px;
}
#Slider .custom-modal {
 
    top: 41%;
    left: 0%;
     transform: translate(-0%, -0%); 
}
.carousel {
    background: #fff;
    background: #fff;
    padding: 0px;
 
}
.Bslct{
    margin-left: 13px;
}
   .Bslct0{
   margin-left: 0px;
}
.p-l-20{
    padding-left:20px !important;
}

}

@media (max-width: 320px){
    .Bslct{
    margin-left: 13px;
}
.bookpay{
    padding-left:0px;
}
   .Bslct0{
   margin-left: 0px;
}
.p-l-20{
    padding-left:20px !important;
}

 
.pl3 {
   padding-left: 13px !important;
}
.todate span {
    margin-left: 0px;
}
.Online-in{
	width:100%;
}
.jstycont{
	display: unset;
}
}

.spend_xtend{
	
    color: #fff;
    bottom: 9px;
    position: absolute;
    left: 39%;
}

.spend_xtratend {
    color: #fff;
    bottom: 9px;
    position: absolute;
    right: 6%;
}
.spend_xtratend a i{
    color: #fff;
  
}
  
  
  /*===============27-12-23 ====================*/

#room_number, #room_number{
        width: 80%;
}
.getYourRoomHtml .custom-form mt0{
        margin-top: 0px !important;
}
.select-outer2 {
    margin-top: 0;
} 
#SearchBooking h1{
        font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.fullWidth{
       max-width: 100% !important;
}
/*.fontstyle p{
    font-size:unset;
}*/
.Communalbtn {
        border: 1px solid #1d446f;
    background: #f8f8f9;
    border-radius: 7px;
    padding: 10px;
    color: #000;
}
  

/*===============================*/
#thanku_status {
	background: #413e3e80;
	opacity: 1;
}

.thanku_book {
	background: #a5d589;
	color: #fff;
	text-align: left;
	padding: 10px !important;
}

.check_i {
	text-align: center;
}

.check_i .fa-check {
	font-size: 50px;
	border: 1px solid #a5d589;
	border-radius: 50%;
	padding: 7px;
	color: #a5d589;
}

.unabled_booking_updates {
	background: #e93434;
	color: #fff;
	text-align: left;
	padding: 10px !important;
}

.close_i {
	text-align: center;
}

.close_i .fa-close {
	font-size: 50px;
	border: 1px solid #e93434;
	border-radius: 50%;
	padding: 7px;
	color: #e93434;
}
.name_modal {
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	color: #595959;
}

.name_modal2 input {
	text-align: center;
	border: 1px solid rgb(0 0 0 / 0%) !important;
}

.newHeading p {
	display: none;
}

/* ====================================