a,
input,
textarea,
button,
select {
	outline: none
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none !important;
	text-decoration: none
}

body {
	background: #e7dddd;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #232323;
	font-weight: 400;
	padding: 0;
	margin: 0;
	letter-spacing: .014em;
	position: relative;
}

input,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

a {
	color: #232323;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.brdr {
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

.brdr2 {
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
}

.reservation-integration {
	padding-top: 50px;
}

.resv_main_wraper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.resv_main_wraper .resv-title {
	display: inline-block;
	padding: 10px 15px;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

.resv_main_wraper .resv-title h2 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.resv_form_wrap {
	column-gap: 0px;
	position: relative;
	padding: 20px 0 35px;
	border-radius: 0px 6px 6px 6px;
	box-shadow: 0 0px 8px rgba(0,0,0,0.5);
}

.resv_form_wrap:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}

.resv_form_wrap .resv-col {
	width: auto;
	float: left;
	padding: 5px 15px 0;
	margin-bottom: 15px;
	position: relative;
}

.resv_form_wrap .resv-col .resv-col-inner {
	border-bottom: 1px solid transparent;
}

.resv_form_wrap .resv_input_outer:after {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	background: #ed1c24;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.resv_form_wrap .error-required .resv_input_outer:after {
	width: 100%;
}

.resv_form_wrap #colsCity.resv-col {
	display: none;
}

.resv_form_wrap #colsProp.resv-col,
.resv_form_wrap #colsPropSearch.resv-col {
	width: 30%;
}

.resv_form_wrap #colsCheckIn.resv-col {
	width: 30%;
	padding-right: 0px;
}

.resv_form_wrap #colsCheckOut.resv-col {
	width: 30%;
	padding-left: 0px;
}

.resv_form_wrap #colsRooms.resv-col {
	width: 30%;
	position: relative;
}

.resv_form_wrap #colsGuest.resv-col {
	width: 30%;
	position: relative;
	display: none;
}

/* .resv_form_wrap #colsCoupon.resv-col {
	display: none;
} */

.resv_form_wrap #colsRoomType.resv-col,
.resv_form_wrap #colsRatePlan.resv-col {
	width: 50%;
	display: none;
}

.resv_form_wrap #colsCheckIn.resv-col .resv-col-inner {
	padding-right: 10px;
}

.resv_form_wrap #colsCheckOut.resv-col .resv-col-inner {
	padding-left: 10px;
}

.resv_form_wrap #colsCheckIn.resv-col .check-in-divider {
	position: absolute;
	right: -4px;
	bottom: 6px;
	font-size: 20px;
}

/* S:: Property With City */
.reservation-integration.city #colsCity.resv-col {
	width: 15%;
	display: block;
}

.reservation-integration.city #colsProp.resv-col,
.reservation-integration.city #colsPropSearch.resv-col {
	width: 26%;
}

.reservation-integration.city #colsCheckIn.resv-col,
.reservation-integration.city #colsCheckOut.resv-col {
	width: 20%;
}

.reservation-integration.city #colsRooms.resv-col,
.reservation-integration.city #colsGuest.resv-col {
	width: 23%;
}

/* E:: Property With City */

/* S:: Property With City and Coupon */
.reservation-integration.city.coupon #colsCity.resv-col {
	width: 15%;
}

.reservation-integration.city.coupon #colsProp.resv-col,
.reservation-integration.city.coupon #colsPropSearch.resv-col {
	width: 23%;
}

.reservation-integration.city.coupon #colsCheckIn.resv-col,
.reservation-integration.city.coupon #colsCheckOut.resv-col {
	width: 15%;
}

.reservation-integration.city.coupon #colsRooms.resv-col,
.reservation-integration.city.coupon #colsGuest.resv-col {
	width: 19%;
}

.reservation-integration.city.coupon #colsCoupon.resv-col {
	width: 13%;
	display: block;
}

/* E:: Property With City and Coupon */

/* S:: Property With Coupon */
.reservation-integration.coupon #colsProp.resv-col,
.reservation-integration.coupon #colsPropSearch.resv-col {
	width: 25%;
}

.reservation-integration.coupon #colsCheckIn.resv-col,
.reservation-integration.coupon #colsCheckOut.resv-col {
	width: 16%;
}

.reservation-integration.coupon #colsRooms.resv-col,
.reservation-integration.coupon #colsGuest.resv-col {
	width: 27%;
}

.reservation-integration.coupon #colsCoupon.resv-col {
	width: 16%;
	display: block;
}

/* E:: Property With Coupon */

/* S:: Singal Property With Room */
.reservation-integration.single #colsCity.resv-col {
	display: none !important;
}

.reservation-integration.single #colsProp.resv-col,
.reservation-integration.single #colsPropSearch.resv-col {
	display: none !important;
}

.reservation-integration.single #colsCheckIn.resv-col,
.reservation-integration.single #colsCheckOut.resv-col {
	width: 30%;
}

.reservation-integration.single #colsRooms.resv-col,
.reservation-integration.single #colsGuest.resv-col {
	width: 40%;
}

/* E:: Singal Property With Room */

/* S:: Singal Property With Room and Coupon */
.reservation-integration.single.coupon #colsCheckIn.resv-col,
.reservation-integration.single.coupon #colsCheckOut.resv-col {
	width: 25%;
}

.reservation-integration.single.coupon #colsRooms.resv-col,
.reservation-integration.single.coupon #colsGuest.resv-col {
	width: 32%;
}

.reservation-integration.single.coupon #colsCoupon.resv-col {
	width: 18%;
	display: block;
}

/* E:: Singal Property With Room and Coupon */

/* S:: Property No Room*/
.reservation-integration.noRoom .resv_main_wraper {
	max-width: 850px;
}

.reservation-integration.noRoom #colsRooms.resv-col,
.reservation-integration.noRoom #colsGuest.resv-col {
	display: none !important;
}

.reservation-integration.noRoom #colsRoomType.resv-col {
	display: none !important;
}

.reservation-integration.noRoom #colsProp.resv-col,
.reservation-integration.noRoom #colsPropSearch.resv-col {
	width: 50%;
}

.reservation-integration.noRoom #colsCheckIn.resv-col,
.reservation-integration.noRoom #colsCheckOut.resv-col {
	width: 25%;
}

/* E:: Property No Room*/

/* S:: Single Property with No Room */
.reservation-integration.noRoom.single .resv_main_wraper {
	max-width: 650px;
}

.reservation-integration.noRoom.single #colsCheckIn.resv-col,
.reservation-integration.noRoom.single #colsCheckOut.resv-col {
	width: 50%;
}

/* E:: Single Property with No Room */

/* S:: Property No Room with Coupon*/
.reservation-integration.noRoom.coupon #colsProp.resv-col,
.reservation-integration.noRoom.coupon #colsPropSearch.resv-col {
	width: 38%;
}

.reservation-integration.noRoom.coupon #colsCheckIn.resv-col,
.reservation-integration.noRoom.coupon #colsCheckOut.resv-col {
	width: 21%;
}

.reservation-integration.noRoom.coupon #colsCoupon.resv-col {
	width: 20%;
	display: block;
}

/* E:: Property No Room with Coupon*/

/* S:: Single Property No Room with Coupon*/
.reservation-integration.noRoom.coupon.single #colsCheckIn.resv-col,
.reservation-integration.noRoom.coupon.single #colsCheckOut.resv-col {
	width: 37%;
}

.reservation-integration.noRoom.coupon.single #colsCoupon.resv-col {
	width: 26%;
	display: block;
}

/* E:: Single Property No Room with Coupon*/

/* S:: Property No Room with City */
.reservation-integration.noRoom.city #colsCity.resv-col {
	width: 19%;
}

.reservation-integration.noRoom.city #colsProp.resv-col,
.reservation-integration.noRoom.city #colsPropSearch.resv-col {
	width: 38%;
}

.reservation-integration.noRoom.city #colsCheckIn.resv-col,
.reservation-integration.noRoom.city #colsCheckOut.resv-col {
	width: 21%;
}

/* E:: Property No Room with City */

/* S:: Property No Room with City and Coupon */
.reservation-integration.noRoom.city.coupon .resv_main_wraper {
	max-width: 960px;
}

.reservation-integration.noRoom.city.coupon #colsCity.resv-col {
	width: 16%;
}

.reservation-integration.noRoom.city.coupon #colsProp.resv-col,
.reservation-integration.noRoom.city.coupon #colsPropSearch.resv-col {
	width: 32%;
}

.reservation-integration.noRoom.city.coupon #colsCheckIn.resv-col,
.reservation-integration.noRoom.city.coupon #colsCheckOut.resv-col {
	width: 18%;
}

.reservation-integration.noRoom.city.coupon #colsCoupon.resv-col {
	width: 16%;
}

/* E:: Property No Room with City and Coupon */

/* S:: Property With Room Type*/
.reservation-integration.roomType #colsRoomType.resv-col {
	display: block;
}

.reservation-integration.roomType #colsRatePlan.resv-col {
	display: none;
}

/* E:: Property With Room Type*/

/* S:: Rate Plan */
.reservation-integration.ratePlan #colsRoomType.resv-col,
.reservation-integration.ratePlan #colsRooms.resv-col {
	display: none;
}

.reservation-integration.ratePlan #colsGuest.resv-col {
	display: block;
}

.reservation-integration.ratePlan #colsRatePlan.resv-col {
	display: block;
}

/* E:: Rate Plan */


.resv_input_outer {
	position: relative;
}

.resv_input_outer i {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 16px;
	z-index: 3;
}

.resv_input_outer svg {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 16px;
	z-index: 3;
}

.resv_form_wrap .resv-col .title_label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

.resv_form_wrap .resv-col .resv_input_outer select {
	background-color: transparent;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: none;
	padding: 0 20px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	z-index: 10;
}

.resv_form_wrap .resv-col .resv_input_outer select option {
	font-size: 14px;
	color: #000000 !important;
}

.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {
	background-color: transparent;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	z-index: 10;
}

.resv_form_wrap #colsCheckIn.resv-col .resv_input_outer input[type="text"],
.resv_form_wrap #colsCheckOut.resv-col .resv_input_outer input[type="text"] {
	padding-right: 20px;
	cursor: pointer;
}

.resv_form_wrap .resv-btn-col {
	width: 100%;
	position: absolute;
	bottom: -14px;
	right: 0;
	text-align: right;
}

.resv_form_wrap .resv-btn-col button {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 12px 30px;
	margin: 0;
	margin-left: 10px;
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.resv_form_wrap .resv-btn-col .why_book_wrap {
	display: inline-block;
	position: relative;
	bottom: 8px;
}

.resv_form_wrap .resv-btn-col .why_book_wrap a {
	text-decoration: none;
}

.resv_form_wrap .resv-btn-col .why_book_wrap .manageBookingLink,
.resv_form_wrap .resv-btn-col .why_book_wrap .why_book_direct {
	display: inline-block;
	padding: 0 9px;
	position: relative;
}

.resv_form_wrap .resv-btn-col .why_book_wrap .manageBookingLink {
	border-right: 1px solid transparent;
}

.resv_form_wrap .resv-btn-col .why_book_direct:hover .why_book_tooltip {
	display: block;
}

.why_book_direct .why_book_tooltip {
	background: rgba(0, 0, 0, 0.9);
	min-width: 300px;
	padding: 20px;
	margin-bottom: 15px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	display: none;
}

.why_book_direct .why_book_tooltip:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid rgba(0, 0, 0, 0.9);
	border-bottom: 13px solid transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.why_book_direct .why_book_tooltip ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

.why_book_direct .why_book_tooltip ul li {
	font-size: 14px;
	line-height: auto;
	font-weight: 400;
	color: #fff;
	display: block;
	padding-bottom: 8px;
	padding-left: 15px;
	position: relative;
}

.why_book_direct .why_book_tooltip ul li:before {
	background: #fff;
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
}

/* Starts:: Customization Color Classes */
.panel-bg-color {background-color: #252525 !important;}
.title-bg-color {background-color: #d19727 !important;}
.title-text-color {color: #ffffff !important;}
.title-brdr-color {border-color: #ffffff !important;}
.divider-color {border-color: #9d9d9d !important;}
.brdr-color {border-color: #9d9d9d !important;}
.label-text-color {color: #bcbcbc !important;}
.input-text-color {color: #ffffff !important;}
.btn-bg-color {background-color: #c91900 !important;}
.btn-text-color {color: #ffffff !important;}
.btn-link-color {color: #ffffff !important;}
.btn-link-brdr-color {border-color: #ffffff !important;}

/* Ends:: Customization Color Classes */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	/*max-width:270px;*/
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* START:: Room DropDown */
.roomDropOption {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 9px 15px 0;
	z-index: 9999;
	display: none;
}

.roomDropOption .roomDropBg {
	background: #fff;
	width: 270px;
	max-width: 270px;
	height: auto;
	/*max-height: 270px; */
	padding: 5px 18px 0;
	border: 1px solid #9d9d9d;
	/* -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.roomDropOption .roomDropBg:after {
	position: absolute;
	left: 15px;
	top: -18px;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 9px solid transparent;
	border-bottom: 9px solid #fff;
}

.roomDropOption .addRoomRow {
	padding-top: 15px;
	border-bottom: 1px solid #9d9d9d;
}

.addRoomRow .roomCount {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.addRoomRow .rowPaxCount {
	margin-bottom: 13px;
	position: relative;
}

.addRoomRow .rowPaxCount .paxType {
	width: 140px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	vertical-align: top;
}

.addRoomRow .rowPaxCount .qty-container {
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
}

.addRoomRow .rowPaxCount .qty-container input {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 15px;
	border: 0;
	outline: 0;
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0;
}

.addRoomRow .rowPaxCount .qty-container button {
	background: #fff;
	width: 27px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #141b27;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	cursor: pointer;
	color:#000;
	padding:0px;
}

.addRoomRow .rowPaxCount .qty-container button.qty-btn-minus {
	left: 0;
}

.addRoomRow .rowPaxCount .qty-container button.qty-btn-plus {
	right: 0;
}

.roomDropOption .roomDropFooter {
	padding: 15px 0;
}

.roomDropOption .roomDropFooter .addRoomBtn {
	border: 1px solid #09111d;
	text-decoration: none;
	padding: 6px 15px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.roomDropOption .roomDropFooter .roomDoneBtn {
	background: #c91900;
	border: 1px solid #c91900;
	text-decoration: none;
	padding: 6px 15px;
	color: #fff;
	display: inline-block;
	/*float: right;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* END:: Room DropDown */

/* START:: Guest DropDown */
.guestDropOption {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 9px 15px 0;
	z-index: 9999;
	display: none;
}

.guestDropOption .guestDropBg {
	background: #fff;
	width: 260px;
	max-width: 260px;
	height: auto;
	/*max-height: 270px; */
	padding: 5px 18px 0;
	border: 1px solid #9d9d9d;
	/* -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.guestDropOption .guestDropBg:after {
	position: absolute;
	left: 15px;
	top: -18px;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 9px solid transparent;
	border-bottom: 9px solid #fff;
}

.guestDropOption .addGuestRow {
	padding-top: 15px;
	border-bottom: 1px solid #9d9d9d;
}

.addGuestRow .rowPaxCount {
	margin-bottom: 13px;
	position: relative;
}

.addGuestRow .rowPaxCount .paxType {
	width: 130px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	vertical-align: top;
}

.addGuestRow .rowPaxCount .qty-container2 {
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
}

.addGuestRow .rowPaxCount .qty-container2 input {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 15px;
	border: 0;
	outline: 0;
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0;
}

.addGuestRow .rowPaxCount .qty-container2 button {
	background: #fff;
	width: 27px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #141b27;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.addGuestRow .rowPaxCount .qty-container2 button.qty-btn-minus2 {
	left: 0;
}

.addGuestRow .rowPaxCount .qty-container2 button.qty-btn-plus2 {
	right: 0;
}

.guestDropOption .guestDropFooter {
	padding: 15px 0;
	text-align: right;
}

.guestDropOption .guestDropFooter .guestDoneBtn {
	background: #cb9b29;
	border: 1px solid #cb9b29;
	text-decoration: none;
	padding: 6px 15px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* END:: Guest DropDown */

/******************************************/
/***** Mandatory to add below styles ******/
/******************************************/

@media (min-width:992px) {
	.reservation-integration.ratePlan .resv_form_wrap,
	.reservation-integration.roomType .resv_form_wrap {
		padding-bottom: 15px;
	}
	.reservation-integration.ratePlan .resv_form_wrap .resv-btn-col,
	.reservation-integration.roomType .resv_form_wrap .resv-btn-col {
		width: 50%;
		padding: 0 15px;
		position: inherit;
		float: right;
		bottom: -15px;
	}
	.reservation-integration.ratePlan .resv_form_wrap .resv-btn-col .why_book_wrap,
	.reservation-integration.roomType .resv_form_wrap .resv-btn-col .why_book_wrap {
		bottom: 0;
	}
	
	.reservation-integration.ratePlan.noRoom .resv_main_wraper{max-width: 940px;}
	
	.reservation-integration.roomType.noRoom .resv_main_wraper .resv_form_wrap {padding-bottom: 35px;}
	.reservation-integration.roomType.noRoom .resv_main_wraper .resv_form_wrap .resv-btn-col {
		width: 100%;
		position: absolute;
		bottom: -14px;
		padding: 0;
	}
	.reservation-integration.roomType.noRoom .resv_main_wraper .resv_form_wrap .resv-btn-col .why_book_wrap {bottom: 8px;}
}

@media (max-width:991px) {
	.resv_main_wraper {max-width: 650px; padding: 0 15px;}
	.resv_main_wraper .resv-title {padding: 10px 20px;}
	.resv_form_wrap .resv-col {padding: 5px 20px 0;}
	
	.resv_form_wrap #colsCheckIn.resv-col,
	.resv_form_wrap #colsCheckOut.resv-col {
		width: 50% !important;
	}
	.resv_form_wrap #colsCity.resv-col,
	.resv_form_wrap #colsProp.resv-col,
	.resv_form_wrap #colsPropSearch.resv-col,
	.resv_form_wrap #colsRooms.resv-col,
	.resv_form_wrap #colsGuest.resv-col,
	.resv_form_wrap #colsCoupon.resv-col,
	.resv_form_wrap #colsRoomType.resv-col,
	.resv_form_wrap #colsRatePlan.resv-col {
		width: 100% !important;
	}
	.resv_form_wrap #colsCheckIn.resv-col .resv-col-inner { padding-right: 20px;}
	.resv_form_wrap #colsCheckOut.resv-col .resv-col-inner { padding-left: 20px;}
	
	.resv_form_wrap {padding-bottom: 55px;}
	.resv_form_wrap .resv-btn-col { position: initial; bottom: inherit; clear: both; text-align: center;}
	.resv_form_wrap .resv-btn-col .why_book_wrap {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 15px 20px;
	}
	.resv_form_wrap .resv-col .resv_input_outer select {font-size: 15px;}
	.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {font-size: 15px;}
}

@media (max-width:539px) {
	.why_book_direct .why_book_tooltip {
		left: 20px;
	}
}

/* =========================================
  START:: Intigration Page with Dayuse Switch
  ===========================================*/
  .resv_main_wraper .dayuseSwitchWrap {
	font-size: 0;
	position: absolute;
	left: 0;
	top: -37px;
  }
  
  .dayuseSwitchWrap .dayuseSwitcher {
	width: 188px;
	height: 32px;
	display: inline-block;
	position: relative;
	margin: 0;
  }
  .dayuseSwitchWrap .dayuseSwitcher .overnightTxt {
	color: #fff;
	padding-left: 13px;
	line-height: 22px;
	font-size: 13px;
	position: absolute;
	left: 12px;
	top: 4px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
  }
  .dayuseSwitchWrap .dayuseSwitcher .overnightTxt svg {
	width: 10px;
	position: absolute;
	left: 0;
	top: 2px;
  }
  .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt {
	padding-right: 20px;
	line-height: 22px;
	font-size: 13px;
	position: absolute;
	right: 11px;
	top: 4px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
  }
  .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt svg {
	width: 15px;
	position: absolute;
	right: 0;
	top: 1px;
  }
  
  .dayuseSwitchWrap .dayuseSwitcher input#daySwitch {
	opacity: 0;
	width: 0;
	height: 0;
  }
  .resv_main_wraper.dayuse .dayuseSwitchWrap .dayuseSwitcher .dayuseTxt {color: #fff;}
  .resv_main_wraper.dayuse .dayuseSwitchWrap .dayuseSwitcher .overnightTxt {color: #000;}
  
  .dayuseSwitchWrap .switchToggle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
	background: #fff;
	border: 1px solid #bebdbd;
	border-radius: 34px;
	cursor: pointer;
  }
  .dayuseSwitchWrap .switchToggle::before {
	content: "";
	height: 22px;
	width: 88px;
	border-radius: 34px;
	background: #272727;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	transition: 0.4s;
	cursor: pointer;
  }
  .dayuseSwitchWrap .dayuseSwitcher input#daySwitch:checked + .switchToggle::before { left: 94px;}
  
  .resv_main_wraper.dayuse .resv_form_wrap #colsCheckOut.resv-col { display: none;}
  
  @media (min-width:992px) {
	.resv_main_wraper.dayuse #colsProp.resv-col {width: 50%;}
	.resv_main_wraper.dayuse .resv_form_wrap #colsCheckIn.resv-col { width: 50%;}
  }
  /* =======================================
  END:: Intigration Page with Dayuse Switch
  ========================================*/

/******************************************/
/***** Mandatory to add below styles ******/
/******************************************/

@media (max-width:1199px) {
	.resv_form_wrap .resv-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.resv_form_wrap .resv-col .resv_input_outer select,
	.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.resv_form_wrap { padding-bottom: 55px;}
	.resv_main_wraper .resv-title {width: 100%;}
	.resv_main_wraper .resv-title h2 {font-size: 24px;}
	.resv_main_wraper .resv-title h2 br {display: none;}
	.resv_main_wraper .resv-title h2 svg {display: none;}
	.resv_form_wrap .resv-col {
		width: 100% !important;
		margin-bottom: 15px;
		padding:5px 20px 0;
		border-bottom: 1px solid transparent;
    	border-left: 0;
	}
	.resv_form_wrap .resv-col:first-child {border-bottom: 1px solid transparent;}
	.resv_form_wrap .resv_input_outer:after {bottom: auto;}
	
	.resv_form_wrap .resv-col .title_label {font-size: 13px;}
	.resv_form_wrap .resv-col .resv_input_outer select {font-size: 18px;}
	.resv_form_wrap .resv-col .resv_input_outer input[type="text"] {font-size: 18px;}
	
	.resv_form_wrap .resv-btn-col {
		width: 100%;
		clear: both;
	}
	.resv_form_wrap .resv-btn-col button {
		font-size: 18px;
		padding: 15px 20px;
		border-radius: 5px;
	}
}

.resv_input_outer svg { position: absolute; top: 9px; right: 0px; font-size: 16px; z-index: 3; }

.resv_form_wrap .resv-col .resv_input_outer .city-select {
	background-color: transparent;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: none;
	padding: 0 20px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	z-index: 10;
}

.city-select::placeholder {
	color: #ffffff !important;
	opacity: 1;
}

.input-text-color::placeholder{
	color: #ffffff !important;
	opacity: 1;
}


