.headtop header {
	background-color: #ffffff;
}

.headtop header.stick{ background-color:rgba(256, 256, 256, 0.7); }

.rervisation {
	background-color: #747E4F;
	padding: 170px 0px 0px;
}

.rervisation h5 {
	color: #ffffff;	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.rervisation h4 {
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 0px;
}


.rervisation .tab-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 160px;
	margin-left: auto;
	border-radius: 50px;
}

.rervisation .tab-nav [data-tab-target] {
	outline: none;
	color: #ffffff;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	transition: 200ms linear;
	padding: 13px 21px;
	border: 1px solid #ffffff;
	background-color: transparent;
	font-weight: 700;
}

.rervisation .tab-nav [data-tab-target]:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.rervisation .tab-nav [data-tab-target]:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.rervisation .tab-nav [data-tab-target].is-active {
	background: #fff;
	color: #456bed;
}


.rervisation .tab-content h4 {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
}



.rervisation .tab-content .tab-target {
	display: none;
}

.rervisation .tab-content .tab-target.is-active {
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(2px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(2px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.rervisation .researea .tab-menu ul {
	display: flex;
	flex-direction: column;


}

.rervisation .researea .tab-menu ul li {
	list-style-type: none;
	display: block;
}

.rervisation .researea .tab-menu ul li a {
	color: rgba(255, 255, 255, 0.4);
	display: block;
	padding: 15px 0px;
	position: relative;
}




.rervisation .researea .tab-menu ul li a:after {
	position: absolute;
	border-right: 1px;
	height: 100%;
	width: 1px;
	content: '';
	right: 0px;
	top: 0px;


}


.rervisation .researea .tab-menu ul li a h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.4);
	font-family: Poppins;
}

.rervisation .researea .tab-menu ul li a h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 0px;
	color: rgba(255, 255, 255, 0.4);
	font-family: Poppins;
}

.rervisation .researea .iconcontent {
	margin-left:16px;
}

.rervisation .researea .tab-menu ul li a.active-a {
	color: #ffffff;
    position: relative;
}
.rervisation .researea .tab-menu ul li a.active-a:after {
	border-right: 1px solid #ffffff;
    right: -13px;
    top:0px;
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
    
}

.rervisation .researea .tab-menu ul li a.active-a h5 {
	color: #ffffff;
}


.rervisation .researea .tab-menu ul li a.active-a h4 {
	color: #ffffff;
}

.rervisation .researea .tab-menu ul li a img {
	opacity: 0.5; width: 50px;
}

.rervisation .researea .tab-menu ul li a.active-a img {
	opacity: 1; width: 50px;
}

.rervisation .researea .tab {
	display: none;
}

.rervisation .researea .tab2 {
	display: none;
}

.rervisation .researea .tab3 {
	display: none;
}

.rervisation .researea .tab-active {
	display: block;
}

.rervisation .researea {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	margin-top: 30px;
}

.rervisation .researea .border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 380px;
}

.rervisation .researea .stepicon {
	display: flex;
	align-items: center;
}


.rervisation .researea .pt-top-68 {
	padding-top: 52px;
    
}

.rervisation .researea .pt-top-53 {
	padding-top: 38px;
    
}

.rervisation .researea .pl-88 {
	padding-left: 88px;
}

.rervisation .researea h6 {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight:500;
	line-height: 22px;
	margin-bottom: 4px;
}


.rervisation .researea .datpikc .form-group {
	background-color: #ffffff;
	border-radius: 50px !important;
}

.rervisation .researea .input-group.date .form-control {
	background: #FFF;
	height: 54px;
	line-height: 54px;
	padding: 0px 15px;
	color: #424242;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	background-color: transparent;
	border: 0px;
	position: relative;
	z-index: 9;
	cursor: pointer;


}

.rervisation .researea .form-group .input-group-addon {
	background-color: transparent;
	border: medium none;
	color: #464646;
	padding: 0;
	position: absolute;
	right: 23px;
	top: 15px;
	z-index: 1;


}

.rervisation .researea  .form-control::placeholder {
	color: #424242;
	opacity: 1;
	/* Firefox */
}

.rervisation .researea  .form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #424242;
}

.special .form-control.form-control2::placeholder {
	color: #424242;
	opacity: 1;
	/* Firefox */
}

.special .form-control.form-control2::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #424242;
}


h2 {
	color: #ffffff;
}


.rervisation .researea .roomdetails select {
	line-height: 50px;
	padding: 0px 20px;
	color: #000;
	height: 50px;
	border: 0px;
	border-radius: 8px;
	background-color: #ffffff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}



.rervisation .researea .roomdetails .form-control,
.special .form-control {
	background: #FFF;
	height: 50px;
	line-height: 50px;
	padding: 0px 9px 0px 15px;
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	background-color: #ffffff;
	border: 0px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	border-radius: 50px;
}

.special .form-control.form-control2 {height: auto;cursor: auto;border-radius: 8px;}
	


.rervisation .researea .detail-type {
	padding-top: 30px;
}

.rervisation .researea .detail-type select {
	line-height: 54px;
	padding: 0px 20px;
	color: #424242;
	height: 54px;
	border: 0px;
	border-radius: 50px;
	background-color: #ffffff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}

.rervisation .researea  .sleare {
	position: relative;
}

.rervisation .researea  .sleare:before {
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	content: '';
	height: 7px;
	width: 11px;
	right: 18px;
	top: 23px;
	background-image: url(images/dwn-arr.svg);
	background-size: 100%;
	z-index: 99;
}

.rervisation .researea .roomdetails select:focus-visible {
	outline: none;
}

.rervisation .researea .desired {
	padding-top: 80px;
}

.rervisation .researea .desired label {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	padding-left: 10px;
}

.rervisation .researea .desired [type="radio"]:checked,
.rervisation .researea .desired [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.rervisation .researea .desired [type="radio"]:checked+label,
.rervisation .researea .desired [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #ffffff;
}

.rervisation .researea .desired [type="radio"]:checked+label:before,
.rervisation .researea .desired [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	background: #fff;
}

.rervisation .researea .desired [type="radio"]:checked+label:after,
.rervisation .researea .desired [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #97AB4D;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.rervisation .researea .desired [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.rervisation .researea .desired [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.rervisation .researea .detail-type.special {
	padding-top: 16px;
}

.rervisation .researea .desired h6 {
	margin-bottom: 0px;
}

.mb-40{margin-bottom:38px;}

.rervisation .researea .compleatAders h6{
    margin-bottom: 0px; 
}
.rervisation .researea .compleatAders p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    
    
}

.divider .border-bott{
    border-top:1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 26px; margin-top: 10px;
    

}

.pay-box{
	border-radius: 5px;border: 1px solid #FFF;padding: 17px 0px 24px 24px;margin-top: 12px; margin-bottom: 125px;margin-left: -24px;

}

 .knowmore a{
  display: inline-block; border-radius: 50px;background: rgba(255, 188, 16, 0.90); color: #030C17;
font-family: "Playfair Display";font-size: 14px;font-style: normal;font-weight: 600;line-height:40px;text-transform: uppercase;  width:fit-content; text-decoration: none;padding: 0px 31px; border:0px;}
.knowmore a:hover{ opacity:0.8;background: rgba(255, 188, 16, 0.90); color: #030C17;}



.headtop .datepicker-dropdown{
    background-color:#0D345F;
    width: 100%;
    max-width: 295px;
    border-radius: 20px;
    padding: 24px 29px;
    z-index: 99!important;
}

.headtop .datepicker-dropdown table{
    width: 100%;
}


.headtop .datepicker th{
    color: #ffffff;
}


.headtop .datepicker th.dow{
font-size:10px;
font-style: normal;
font-weight: 600;
line-height: 12px;
color: #ffffff;
letter-spacing: 1.5px;
padding: 15px 0px;
width: 30px;
}


.headtop .datepicker td{
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 18px;
color: #ffffff;
width: 40px;
height: 30px;

}
.headtop .datepicker-dropdown.datepicker-orient-bottom:before{display: none;}
.headtop .datepicker-dropdown.datepicker-orient-bottom:after{display: none;}

.headtop .datepicker-dropdown:before{display: none;}
.headtop .datepicker-dropdown:after{display: none;}

.datepicker .datepicker-switch{font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 14px; 
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover{
    background-color: transparent;
} 

.headtop .datepicker table tr td.day:hover{
 color: #424242;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 18px;
border-radius: 100%;
background-color: #ffffff;
}

.headtop .datepicker table tr td.active.active{ 
color: #424242;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 18px;
border-radius: 100%;
background-color: #ffffff;
}

.datepicker table tr td.active{
color: #424242;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 18px;
border-radius: 100%;
background-color: #ffffff;
background-image: none!important;
    
}

.headtop .datepicker th.today{display: none!important;}

.headtop .datepicker th.prev{
    font-size: 0px;
    background-image: url("images/prev-ic.svg");
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: left center;
}

.headtop .datepicker th.next{
    font-size: 0px;
    background-image: url("images/next-ic.svg");
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: right center;
}

.headtop .datepicker .datepicker-switch{
    text-align: center;
}

.nxt-btn-div{
	text-align: left;
}
.nxt-btn-div .nxt-btn{ display: inline-block;  margin-right: 15px; border-radius: 50px;background: rgba(255, 188, 16, 0.90); color: #030C17;
font-family: "Playfair Display";font-size: 14px;font-style: normal;font-weight: 600;line-height:40px;text-transform: uppercase;  width:fit-content; text-decoration: none;padding: 0px 31px; border:0px;}
.nxt-btn-div .nxt-btn:hover{opacity:0.8;background: rgba(255, 188, 16, 0.90); color: #030C17;}


#tab1 .pr-6
{
	padding-right:6px;
}
#tab1 .pl-6
{
	padding-left:6px;
}

.ui-widget.ui-widget-content{    background-color: #2e360e;  border-radius: 8px;border:1px solid #0D345F!important;margin-top:5px; 
padding: 12px 10px;}



.researea #tab1 input[type=text].form-control {
	width: 100%;	
	font-size: 16px;
	background-image: url('../reservation/images/caleander-icon.svg');
	background-position: 16px 14px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 13.2px 15px 13.2px 50px; margin-bottom: 7px;max-width: 317px;
  }
  .ui-datepicker-calendar thead th span {font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px; /* 120% */
	letter-spacing: 1.5px;
	text-transform: uppercase; color: #B5BEC6;}
.researea #tab2 .user-data {border-radius: 8px;border: 1px solid rgba(255, 255, 255, 0.10);background: #FFF;color: #000;
text-align: center;font-size: 16px;font-style: normal;font-weight: 600;line-height: 40px; padding: 12px 15px; height: 50px;}
.researea #tab2 .user-choice {border-radius: 8px;border: 1px solid rgba(255, 255, 255, 0.10);background: #FFF;
	color: #000;	text-align: center;font-size: 16px;font-style: normal;font-weight: 600;line-height: 40px; padding: 12px 15px;
	left: 0px; top: 0px;  position: absolute;max-width: 100%; width: 100%;padding: 4.2px 8px;} 
.researea #tab2 .user-count {position: relative; max-width: 100%;}
.researea #tab2  .min img{z-index: 9;left: 5px;top: 5px;position: absolute; width: 40px;	}
.researea #tab2  .plus img{z-index: 9;right: 5px;top: 5px;position: absolute; width: 40px;}
.researea #tab2  .mn img{z-index: 9;left: 5px;top: 5px;position: absolute;	width: 40px;}
.researea #tab2  .pls img{z-index: 9;right: 5px;top: 5px;position: absolute; width: 40px;}
.researea #tab2  .mn_abv img{z-index: 9;left: 5px;top: 5px;position: absolute;	width: 40px;}
.researea #tab2  .pls_abv img{z-index: 9;right: 5px;top: 5px;position: absolute; width: 40px;}
.researea #tab2  .min_room img{z-index: 9;left: 5px;top: 5px;position: absolute;	width: 40px;}
.researea #tab2  .pls_room img{z-index: 9;right: 5px;top: 5px;position: absolute; width: 40px;}
.researea #tab2 .user-count.wdth {max-width: 162.32px;}
.special .form-control.form-control2::placeholder {color: #000;font-size: 14px;font-style: normal;font-weight: 600;line-height: 22px;
padding: 14px 0px;}

.researea #tab3 .form-control::placeholder {color: #000;font-size: 14px;font-style: normal;font-weight: 600;line-height: 22px;}
.researea #tab3 .form-control {border-radius: 8px;background: #FFF;padding: 12px 16px;}
.researea #tab3 select option {color: #000;font-size: 14px;font-style: normal;font-weight: 600;line-height: 22px;}
.researea #tab3 .mb-40 {margin-bottom: 24px;}
.researea #tab3 .pr {padding-right: 6px;}
.researea #tab3 .pl {padding-left: 6px;}

p.for-state {color: #FFF;font-size: 16px;font-style: normal;font-weight: 600;line-height: normalg;margin-left: auto;}
p.for-state span {color: #FFF;font-size: 28px;  font-style: normal; font-weight: 600;line-height: 38px;font-family: "Playfair Display";}


.rervisation .researea .tab-menu ul li a.current-step::after {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    right: -13px;
    top: 0px;
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
}

.ui-datepicker-week-end
{
	text-align: right !important;
}
.websLogo p{font-size:13px; font-weight: 400;line-height: 30px;font-family: Arial; color:#525252;}
.websLogo img{max-width:95px;margin-bottom:-4px }
@media only screen and (max-width:767px){
.researea #tab3 .pl { padding-left: 12px;}
.researea #tab3 .pr { padding-right: 12px;}
.researea #tab2 .user-choice {position: static;}
.researea #tab2 .user-count.wdth { max-width: 100%;}
.researea #tab2 .roomdetails .pe-md-0 {margin-bottom: 24px;}
.researea #tab2 .roomdetails .pe-md-0:last-child {margin-bottom: 0px;}

	.researea #tab1 input[type=text].form-control {
		max-width: 100%;
		margin-bottom:14px;
	}

	#tab1 .pr-6{
		padding-right:12px;
	}
	#tab1 .pl-6{
		padding-left:12px;
	}

	.pay-box{
		margin-bottom: 0px;margin-left: 0px;

	}
.rervisation .tab-nav {max-width: 100%;margin-left: inherit;}
p.for-state {margin-left: inherit;}
p.for-state span {font-size: 26px;line-height: 36px;}
.rervisation .researea {
    margin-top: 20px;
}
.rervisation .researea {
    margin-top: 20px;
}

}