body {
	font-family: 'Ubuntu', sans-serif;
}
a {
	color: #ff5a5f;
}
h2 {
	color: #ff5a5f;
}
h5 {
	font-size: 16px;
}
.title_bold {
	font-weight: 600;
	font-size: 36px;
}
.title_bold strong {
	font-weight: 600;
	color: #11C2EC;
}
.container-fluid {
	padding: 10px 40px;
}
.navbar {
	padding: 10px 70px;
}
.green{
	color: #1ab64f !important;
}
.red{
	color: #EF4023 !important;
}
.dropdown-item {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}
.dark-message{
	color:#ff5a5f !important;
}
.currency{
   color: red;
}

/* Forms Style  */

.form-control {
	height: 50px;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
	background-color: #F7F7F7;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}
.form-group label {
	font-size: 14px;
	color: #007bff;
}
.input-group-text {
	color: #495057;
	background-color: #F7F7F7;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}
.form-text p {
	font-size: 14px;
	color: rgba(29, 67, 128, 0.25);
}
.form-text a {
	font-size: 14px;
	font-weight: 500 !important;
	color: #ff5a5f !important;
	text-decoration: underline !important;
}
.form-text-dark p {
	font-size: 14px;
	color: #ff5a5f;
}
.form-text-dark a {
	font-size: 14px;
	font-weight: 500 !important;
	color: #11C2EC !important;
}
/* Checkbox and Radio Button  */

.radio {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
table tr td i{
    text-align: center;
}
.checkround {
	position: absolute;
	top: 6px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-color: #11c2ec;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}
.radio input:checked ~ .checkround {
	background-color: #fff;
}
.checkround:after {
	content: "";
	position: absolute;
	display: none;
}
.radio input:checked ~ .checkround:after {
	display: block;
}
.radio .checkround:after {
	left: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #11c2ec;
}
.check {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-color: #11c2ec;
	border-style: solid;
	border-width: 2px;
}
.check input:checked ~ .checkmark {
	background-color: #fff;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check input:checked ~ .checkmark:after {
	display: block;
}
.check .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid;
	border-color: #11c2ec;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cust-btn {
	margin-bottom: 10px;
	background-color: #11c2ec;
	border-width: 2px;
	border-color: #11c2ec;
	color: #fff;
}
.cust-btn:hover {
	border-color: #11c2ec;
	background-color: #fff;
	color: #11c2ec;
	border-radius: 20px;
	transform-style: 2s;
}
/* End Checkbox and Radio Button  */

/* End Forms Style  */

/* Column Styles */

.dis-none {
	display: none;
}
.dis-blk {
	display: block;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.dis-end {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.dis-ver-center {
	display: flex;
	align-items: center;
}
.dis-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dis-column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.dis-flex-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dis-flex-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.dis-row {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.dis-reverse {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-flow: row-reverse;
}
.dis-reverse-col {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-flow: row-reverse;
}
/* Buttons */

.btn-blue {
	background: #ff5a5f;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
}
.btn-blue:hover {
	color: #ff5a5f;
    background: #ffffff;
    border: 1px solid #ff5a5f;
}
.btn-yellow {
	background: #FFF200;
	color: #ff5a5f;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
}
.btn-yellow:hover {
    background: #fff30c;
}
.col-blue {
    color: #11C2EC;
    text-decoration: none !important;
}
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
input:focus {
	outline: none !important;
	box-shadow: none;
}

::placeholder {
	color: #444 !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: red;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color: red;
}
/* Header Menu */

.navbar-top-nav li {
	display: inline-block;
}
.top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-height: 100px;
	box-shadow: 1px 2px 3px #f3f3f3;
}
#navbarSupportedContent ul li {
	margin-left: 0px;
	padding-left: 0px;
}
/* End Header Menu */

/* Navbar */

/* adds some margin below the link sets  */

.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}
.navbar .dropdown-menu {
	border: none;
}
/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
	/* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
		padding: .1rem .5rem;
		margin: 0 .25rem;
	}
	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}
	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		/*  height of nav-item  */
		top: 45px;
	}
	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block!important;
	}
	.navbar .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		background-color: #fff;
	}
}
/* Navbar */

/* Banner Ads  */

.ad_coupons a img {
	width: 100% !important;
}
/* End Banner Ads  */

/* Banner Section */
.full_section_dropdown label {
    font-size: 12px;
}
.search_sect {
	padding: 0px;
	border-right: 1px solid rgba(210, 208, 208, 0.16);
	height: 80px;
}
.search_sect input {
	background: #FFF;
}
.list_selected {
	padding: 10px 20px;
	margin-bottom: -15px;
}
.list_selected .tag {
    font-size: 12px;
}
.food_fullcart {
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
}
.gender_sect {
	padding: 0px;
	border-right: 1px solid rgba(210, 208, 208, 0.16);
	height: 80px;
}
.gender_sect .radio-group {
	width: 100%;
	cursor: pointer;
	height: 80px;
}
.gender_sect .radio-group label {
	font-size: 16px !important;
	width: 114px;
	padding-bottom: 0px !important;
	overflow: hidden;
	border: none;
	border-radius: 4px !important;
	height: 80px;
	justify-content: center;
	display: flex;
	flex-flow: column;
}
.gender_sect .radio-group i {
	font-size: 22px;
	font-weight: 600;
	width: 100%;
}
.gender_sect .btn.btn-primary.not-active i {
    color: #ff5a5f !important;
}
.search-sec .form-control {
	border: none;
}
.check_date_main{
	border-right: 1px solid rgba(210, 208, 208, 0.16);	
}
/* .dp_pickers {
    text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.16);
	max-height: 60px;
}
.dp_pickers label {
    font-size: 16px;
    font-weight: 600;
    color: #11c2ec;
}
.datepicker-here {
    text-align: center;
    border: none;
    margin: 0 auto;
} */

/* .chin {
    position: relative;
    margin-left: -40px;
    cursor: pointer;
    color: #11c2ec;
    font-weight: 500;
}
.chot {
	float: right;
    cursor: pointer;
    color: #11c2ec;
    font-weight: 500;
} */
.checkbox_datapicker .radio {
    font-size: 16px;
    color: #838383;
	text-align: left;
	padding-left: 50px;
}
.t-datepicker .t-check-in, .t-check-out {
    margin-top: -10px !important;
}
.t-datepicker .t-check-out {
    width: 100%;
}
.checkbox_datapicker .checkround {
    top: 3px;
    height: 15px;
	width: 15px;
	left: 30px;
}
.checkbox_datapicker .radio .checkround:after {
    left: 1px;
    top: 1px;
    width: 9px;
    height: 9px;
}
.t-check-in {
	border: none;
}
.t-check-out {
	border: none;
}
.t-datepicker {
	margin-top: 10px;
}
.t-datepicker .t-check-in {
	width: 100%;
}
.hr_right::after {
	content: '';
	border-right: 1px solid #efefef99;
	height: 80px !important;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -10px;
}
.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
	position: absolute;
	top: 12px;
	display: block;
	font-weight: 400;
	opacity: 1;
	font-size: 16px;
	cursor: pointer;
	color: #11c2ec;
}
.t-arrow-top {
	top: 58px;
}
.t-datepicker .t-check-out {
	width: 100%;
}
.drpdwn_width {
	width: 400px;
	top: 5px !important;
}
.no-of-days {
	position: absolute !important;
	text-align: center;
	margin-top: 10px;
	background: #fff200;
	color: #284a5f;
	width: 40px;
	padding: 7px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
/* .no_of_days {
    padding: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
	max-height: 60px;
	text-align: center;
}
.noofdays {
    background: #fff200;
    padding: 1px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.no_of_days label {
    font-size: 16px;
    font-weight: 600;
    color: #11c2ec;
    text-align: center;
} */

/* Increase Plus plus */

.qty .count {
    color: #2b2626;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    border: 1px solid #efefef;
    width: 60%;
}
.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 30px;
	height: 30px;
	font: 30px/1 Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
}
.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 30px;
	height: 30px;
	font: 30px/1 Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
}
/* Increase Plus plus */

.cust_dropdown {
	display: flex;
	align-items: center;
}
.cust_dropdown a {
    cursor: pointer;
}
.cust_dropdown li {
	list-style: none;
	margin-left: 15px;
	width: 100%;
}
.cust_dropdown h5 {
	font-size: 16px !important;
	color: #ff5a5f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.drop-down_guest {
	text-decoration: none !important;
}
.no-beds-guests {
	color: #11c2ec;
}
.drop-down_guest::after {
	margin-right: 15px;
	float: right;
	margin-top: -10px;
	color: #11c2ec;
}
/* Tags */

.tag .tag-remove {
	position: absolute;
	background: 0 0;
	display: block;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #ff5a5f;
	line-height: 30px;
	padding: 0;
	border: 0;
}
/* Food Section */

.food_cort .btn-group {
	display: flex;
	flex-flow: wrap;
}
.food_cort .btn-primary {
	background-color: #ff5a5f !important;
	border-color: #ff5a5f !important;
	padding: 8px !important;
	border-radius: 4px !important;
	width: 97px;
}
.food_cort {
	background: #F7F7F7;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	text-align: center;
	justify-content: center;
}
.food_cort label {
	margin-right: 8px;
}
.food_cort .radio-group .not-active {
	border: 1px solid #ff5a5f !important;
	color: #ff5a5f !important;
}
.search_sect {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 80px;
}
.radio-group input {
	height: 1px;
	width: 1px;
	position: absolute;
	top: -20px;
}
.btn-primary {
	color: #fff;
	background-color: #11c2ec !important;
	border-color: #11c2ec !important;
	cursor: pointer !important;
}
.btn-primary-dark {
	color: #fff !important;
	background: #ff5a5f !important;
	border: 1px solid #ff5a5f !important;
	cursor: pointer !important;
}
.btn-primary-dark:hover {
	color: #ff5a5f !important;
	background: #FFF !important;
	border: 1px solid #ff5a5f !important;
	cursor: pointer !important;
}
.tag {
	position: relative;
	background: #FFF200;
	word-wrap: break-word;
	color: #ff5a5f;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	margin: 0 5px 5px 0;
	display: inline-block;
}
.btn-primary.not-active {
	background: #FFF !important;
}
.radio-group .not-active {
	color: #11C2EC;
	background-color: #fff;
	font-weight: 600;
}
.btn.btn-primary.not-active i {
	color: #ff5a5f;
}
.search_section form {
	background: #FFF;
	border-radius: 4px;
	max-height: 80px;
	margin-bottom: -30px;
	z-index: 10000000 !important;
	box-shadow: 1px 7px 12px 1px rgba(189, 105, 105, 0.11);
}
.search-sec {
	background: #ff5a5f;
	min-height: 300px;
	padding-top: 50px;
}
.search-btn {
	width: 100%;
	height: 80px;
	background: #11C2EC;
	border-color: #11C2EC;
	border-radius: 4px;
}
.nearby_location {
	position: absolute;
	right: 20px;
	background: #FFF200;
	padding: 2px;
	border-radius: 4px;
	width: 90px;
	text-align: center;
	color: #ff5a5f;
	font-weight: 500;
}
/* End Banner Section */

/* My Card List */

.carousel-wrap h2 {
	font-size: 36px;
	color: #11C2EC;
}
.carousel-wrap h3 {
	font-size: 24px !important;
	color: #ff5a5f;
	margin-bottom: 20px;
}
.mycard {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.04);
}
.mycard_listing {
	overflow-x: none;
}
#footer_recommended-shelters{
	z-index: -1000 !important;
}
.custom_card {
	padding: 0px;
}
.custom_card h4 {
	font-size: 16px;
	color: #ff5a5f;
}
.list-location {
	color: rgba(29, 67, 128, 0.50);
}
.list-location span {
	font-size: 13px;
}
.list-location .fa-map-marker {
	color: #11C2EC;
}
.list-rating {
	padding: 10px 0px;
}
.list-facilities {
	padding: 5px 0px;
	margin-bottom: -10px !important;
}
.room_title {
	margin-bottom: -5px;
	margin-top: 10px;
}
.room_img {
	padding: 0px;
}
.room_img img {
	width: 100% !important;
	height: 200px !important;
	object-fit: cover;
	border-radius: 4px 4px 0px 0px;
}
.exern {
	position: absolute;
	top: 0px;
	width: 100%;
}
.categories_card {
	background: #ff5a5f;
    padding: 3px 11px;
    border-radius: 4px 0px 4px 4px;
    color: #ffffff;
}
.s_royal {
    background: #ffd700;
    background-image: linear-gradient(110deg,#ea830e,#ffc107);
    color: #fff;
}
.s_premium {
    background: #d3164d;
    background-image: linear-gradient(110deg,#d11450,#ee2e24);
    color: #fff;
}
.s_elite {
    background: rgba(0,0,0,.87);
}
.s_standard {
    background: #dc3545;
    background-image: linear-gradient(110deg,#073844,#dc3545);
}
.s_classic {
    background: #0561b9;
    background-image: linear-gradient(110deg,#11c2ec,#0459b5);
}
.favorite_card {
	margin-right: 10px;
	float: right;
}
.favorite_card a {
	color: #FFF;
}
.favorite_card i {
    color: #FFF !important;
}
.heart-red i{
	color: #d60000 !important;
}
.list-pricing {
	line-height: 7px;
}
.list-pricing .blue_light {
    font-weight: 600;
    color: #ff5a5fd9;
}
.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.mycard {
	margin-bottom: 30px;
}
.mycard .card-body {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.rating_number {
	background: #FFF200;
	color: #ff5a5f;
	font-size: 12px;
	padding: 5px;
	border-radius: 4px;
}
.ratings_cust {
	color: rgba(29, 67, 128, 0.50);
	margin-left: 22px;
}
.list-facilities span {
	font-size: 12px;
}
.blue_light {
	color: rgba(29, 67, 128, 0.50);
}
.list-facilities .blue_light {
	padding: 5px;
}
.mycard .btn-outline-primary {
	border-color: #11C2EC !important;
	color: #11C2EC !important;
}
.mycard .btn-outline-primary:hover {
	color: #fff !important;
	background-color: #11C2EC !important;
	border-color: #11C2EC !important;
}
/*  owl Carousel */

.owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}
.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav i {
	font-size: 40px;
	color: #FFF;
}
.owl-nav .owl-prev {
	margin-left: -30px !important;
	float: left;
	background: rgba(0, 0, 0, 0.3) !important;
	height: 44px;
	width: 24px;
	border-radius: 25px;
}
.owl-nav .owl-next {
	margin-right: -30px !important;
	float: right;
	background: rgba(0, 0, 0, 0.3) !important;
	height: 44px;
	width: 24px;
	border-radius: 25px;
}
.owl-nav .owl-prev:focus {
    outline: none;
}
.owl-nav .owl-next:focus {
    outline: none;
}
/* End owl Carousel */

/* End My Card List */

/* Shelters Design*/

.half_shelters {
	margin-bottom: 50px;
}
.half_shelters h3 {
	font-size: 24px;
	color: #ff5a5f;
	margin-top: 15px;
    margin-left: 20px;
}
.half_shelters .mycard{
	background: #FFF;
	box-shadow: none;
}
.shelters-box {
	border: 1px solid #fbfbfb;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #ececec;
}
.shulter-btn {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 30px !important;
}
/* End Shelters Design*/

/* Testimonial silder */

.testimonial-section2 {
	/*height: 600px;*/
	position: relative;
	padding: 50px 0;
	background-color: #F3F5F7;
}
.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin-bottom: -50px !important;
	margin: auto;
}
.testim .arrow {
	display: block;
	position: absolute;
	color: #ff5a5f;
	cursor: pointer;
	font-size: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}
.testim .arrow:before {
	cursor: pointer;
	color: #ff5a5fa6;
	background: #FFF;
	padding: 12px 16px;
	border-radius: 50%;
	box-shadow: 1px 1px 9px 0px #00000040;
}
.testim .arrow:hover {
	color: #2b288d;
}
.testim .arrow.left {
	left: 10px;
}
.testim .arrow.right {
	right: 10px;
}
.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}
.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #dadada;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #2b288d;
	border-color: #2b288d;
}
.testim .dots .dot.active {
	-webkit-animation: testim-scale .5s ease-in-out forwards;
	-moz-animation: testim-scale .5s ease-in-out forwards;
	-ms-animation: testim-scale .5s ease-in-out forwards;
	-o-animation: testim-scale .5s ease-in-out forwards;
	animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont {
	position: relative;
	overflow: hidden;
}
.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}
.testim .cont > div.inactive {
	opacity: 1;
}
.testim .cont > div.active {
	position: relative;
	opacity: 1;
}
.testimonial-section2 img {
	margin-bottom: 30px;
}
.testim .cont div .img img {
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	border: 2px solid rgba(29, 67, 128, 0.51);
}
.testim .cont div .h4 {
	color: #2b288d;
	font-size: 1.2em;
	margin: 15px 0;
}
.testim .cont div p {
	font-size: 16px;
	color: rgba(29, 67, 128, 0.50);
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}
.testim .cont div.active .img img {
	-webkit-animation: testim-show .5s ease-in-out forwards;
	-moz-animation: testim-show .5s ease-in-out forwards;
	-ms-animation: testim-show .5s ease-in-out forwards;
	-o-animation: testim-show .5s ease-in-out forwards;
	animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active .h4 {
	-webkit-animation: testim-content-in .4s ease-in-out forwards;
	-moz-animation: testim-content-in .4s ease-in-out forwards;
	-ms-animation: testim-content-in .4s ease-in-out forwards;
	-o-animation: testim-content-in .4s ease-in-out forwards;
	animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
	-webkit-animation: testim-content-in .5s ease-in-out forwards;
	-moz-animation: testim-content-in .5s ease-in-out forwards;
	-ms-animation: testim-content-in .5s ease-in-out forwards;
	-o-animation: testim-content-in .5s ease-in-out forwards;
	animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide .5s ease-in-out forwards;
	-moz-animation: testim-hide .5s ease-in-out forwards;
	-ms-animation: testim-hide .5s ease-in-out forwards;
	-o-animation: testim-hide .5s ease-in-out forwards;
	animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive .h4 {
	-webkit-animation: testim-content-out .4s ease-in-out forwards;
	-moz-animation: testim-content-out .4s ease-in-out forwards;
	-ms-animation: testim-content-out .4s ease-in-out forwards;
	-o-animation: testim-content-out .4s ease-in-out forwards;
	animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
	-webkit-animation: testim-content-out .5s ease-in-out forwards;
	-moz-animation: testim-content-out .5s ease-in-out forwards;
	-ms-animation: testim-content-out .5s ease-in-out forwards;
	-o-animation: testim-content-out .5s ease-in-out forwards;
	animation: testim-content-out .5s ease-in-out forwards;
}
@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}
@-moz-keyframes testim-scale {
	0% {
		-moz-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-moz-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-moz-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-moz-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}
@-ms-keyframes testim-scale {
	0% {
		-ms-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-ms-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-ms-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-ms-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}
@-o-keyframes testim-scale {
	0% {
		-o-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-o-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-o-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-o-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}
@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}
@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes testim-content-in {
	from {
		opacity: 0;
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-ms-keyframes testim-content-in {
	from {
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@-o-keyframes testim-content-in {
	from {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@-moz-keyframes testim-content-out {
	from {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@-ms-keyframes testim-content-out {
	from {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@-o-keyframes testim-content-out {
	from {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}
@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes testim-show {
	from {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-ms-keyframes testim-show {
	from {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes testim-show {
	from {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@-moz-keyframes testim-hide {
	from {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}
@-ms-keyframes testim-hide {
	from {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
}
@-o-keyframes testim-hide {
	from {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0);
	}
}
@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}
@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	.testim .cont div p {
		line-height: 25px;
	}
}
/* Testimonial silder End */

/* Footer */

/* Small footer 1 */

.store-section {
	border-right: 1px solid #EDEDED;
}
.fot-one {
	padding: 50px 0px;
	border-bottom: 1px solid #f7f7f7;
}
.fot-one h5 {
	font-size: 24px;
	color: #ff5a5f;
}
.store_div {
	display: flex;
}
.quick-links {
	width: 70%;
	margin: auto;
}
/* End Small footer 1 */

/* Small footer 2 */

.fot-two {
	padding: 50px 0px;
	border-bottom: 1px solid #f7f7f7;
}
.footer-title {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.footer-title h5 {
	font-size: 18px !important;
}
.footer-links {
	text-align: center;
}
.footer-links a {
	color: rgba(29, 67, 128, 0.50);
}
.footer-links a:after {
	content: '\005C';
	padding: 10px;
}
/* End Small footer 2 */

/* Small footer 3 */

.fot-three {
	padding: 30px 0px 0px 0px;
}
.fot-three .social li i {
	color: #11C2EC;
	font-size: 24px;
}
/* End Small footer 3 */

.big-btn {
	padding: 5px;
	width: 140px;
	margin-top: 5px;
	background: #11C2EC;
	border: none;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.store_div {} .big-btn i {
	font-size: 65px;
	margin-right: 0px !important;
}
.big-btn strong {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.big-btn .btn-text {
	margin-top: 6px;
	text-align: left;
	line-height: 8px;
}
.big-btn small {
	font-size: 10px;
	color: #FFF;
}
/* End Footer */

/* Dashboard Footer  */

#footer {
	border-top: 1px solid #f5f5f5;
}
.board-footer .fot-logo {
	height: 80px;
	width: auto !important;
}
.board-footer .social {
	margin-top: 30px;
}
.board-footer .social i {
	font-size: 30px;
	color: #22c2ed;
}
.board-footer h5 {
	font-size: 14px;
	font-weight: 600;
}
.board-footer .quick-links {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 28px;
}
.board-footer .quick-links a {
	color: rgba(29, 67, 128, 0.49);
}
.board-footer .fot-three {
	padding: 30px 0px 0px 0px;
}
/* End Dashboard Footer  */

/* Search Page  */

/* Side bar */

/* Header Search Page  */
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000000 !important;
	width: 100%;
}
.search_header .navbar-brand img {
    height: 70px;
}
.search_header .search_sect {
    min-height: 40px !important;
    padding: 0px 15px;
}
.search_header form {
    height: 80px;
}
.search_header {
	border-bottom: 2px solid #fdfdfd;
	box-shadow: 1px 1px 5px 0px #c7c7c7;
	background: #FFF;
}
/* .search_header .t-datepicker .t-check-in, .t-check-out{
top: 20px !important;
} */

.bookingId {
    border-right: 1px solid rgba(210, 208, 208, 0.16);
}
.search_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search_header .t-arrow, .t-dates, .t-day, .t-end, .t-end-limit, .t-range, .t-start {
    cursor: pointer;
    text-align: center;
    color: #ff5a5f !important;
    font-weight: 500;
}
.search_header select{
	height: 35px;
}
.search_header input {
    background: #FFF;
    height: 34px;
}
.search_header .nearby_location {
    right: 19px;
    font-size: 14px;
	padding: 2px;
    margin-top: 5px;
    border-radius: 3px;
    width: 75px;
}
.search_header .search-btn {
    height: 40px;
}
.sidebar {
	border-right: 2px solid #eaeaea !important;
}
.filter_title h6 {
	font-size: 20px;
	color: #ff5a5f;
	margin-bottom: 20px;
}
.clear_all a {
	position: absolute;
	right: 0px;
	top: 25px;
	margin-right: 35px;
	font-size: 13px;
	color: #11c2ec;
	text-decoration: none;
}
.sidebar .checkround {
	top: 3px;
	height: 15px;
	width: 15px;
	border-color: #9c9c9c;
}
.sidebar .radio .checkround:after {
	left: 1px;
	top: 1px;
	width: 9px;
	height: 9px;
}
.sidebar .form-group label {
	font-size: 14px;
	color: #ff5a5f;
}
.sidebar .checkmark {
	height: 14px;
	width: 14px;
	border-color: #9c9c9c;
}
.sidebar .check .checkmark:after {
	left: 2px;
	top: 0px;
	width: 6px;
	height: 8px;
}
/* Pricing  */

.hideme {
	display: none !important;
}
.range-slider {
	position: relative;
	top: -10px;
	width: 100%;
	height: 35px;
	text-align: center;
}
.range-slider input {
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 15px;
	width: 100%;
	outline: none;
	height: 18px;
	margin: 0;
	padding: 0;
}
.range-slider input::-webkit-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
}
.range-slider input::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 9px;
}
.range-slider input::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: rgba(0, 0, 0, 1);
	border: 0;
}
.range-slider input:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
	border: 0;
}
.rangeValue {
	width: 30px;
}
.output {
	position: absolute;
	border: 1px solid #999;
	width: 55px;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	color: #999;
	border-radius: 4px;
	display: inline-block;
	font: bold 15px/30px Helvetica, Arial;
	bottom: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.output.outputTwo {
	left: 100%;
}
input[type=range] {
	-webkit-appearance: none;
	background: none;
}
input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	border: none;
	border-radius: 3px;
	background: transparent;
}
input[type=range]::-ms-track {
	height: 5px;
	background: transparent;
	border: none;
	border-radius: 3px;
}
input[type=range]::-moz-range-track {
	height: 5px;
	background: transparent;
	border: none;
	border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFF;
	border: 1px solid rgb(233, 233, 233);
	box-shadow: 1px 2px 1px 2px rgb(250, 250, 250);
	margin-top: -5px;
	position: relative;
	z-index: 10000;
}
input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #dc3545;
	margin-top: -5px;
	position: relative;
	z-index: 10000;
}
input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #dc3545;
	margin-top: -5px;
	position: relative;
	z-index: 10000;
	cursor: pointer;
}
input[type=range]:focus {
	outline: none;
}
.full-range,
.incl-range {
	width: 100%;
	height: 5px;
	left: 0;
	top: 21px;
	position: absolute;
	background: #DDD;
}
.incl-range {
	background: #11c2ec;
}
/* Side Bar End  */

/* Top Sort By */

.top_sort {
	margin-top: 20px;
}
.top_sort h3 {
	font-size: 22px !important;
}
.top_sort select {
	height: 35px;
	margin-left: 10px;
}
.top_sort label {
	color: #0000008c;
}
.top_sort .img-fluid {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* End Top Sort By */

/* ===================== Search Page End ===================== */

/* ===================== Search View Page Starts ========================= */
.search-view-container {
    overflow-x: hidden;
}
.search-view-container .t-datepicker .t-check-in, .t-check-out {
    top: 0px !important;
}
.gallery-view {
    position: relative;
}
.gallery-view img {
    height: 550px;
    width: 100% !important;
    object-fit: cover;
}
.gallery-view .owl-nav {
    top: 28% !important;
}
.gallery-view .owl-nav .owl-next{
	    margin-right: 0px !important;
		float: right;
		background: rgba(255, 255, 255, 0) !important;
		color: #FFF;
		height: 180px;
		width: 44px;
		border-radius: 25px;
}
.gallery-view .owl-nav .owl-prev {
    margin-left: 0px !important;
    float: left;
	background: rgba(255, 255, 255, 0) !important;
	color: #FFF;
	height: 180px;
	height: 44px;
	width: 44px;
	border-radius: 25px;
}
.gallery-view .owl-nav .owl-next span {
	margin-top: -15px;
    font-size: 85px;
    color: #FFF;
}
.gallery-view .owl-nav .owl-prev span {
	margin-top: -15px;
    font-size: 85px;
    color: #FFF;
}
/* View Gallery */
.hotels_gallery_title {
    position: absolute;
    z-index: 1;
    bottom: 24px;
    width: 100%;
    background: #00000078;
}
.hotels_gallery_title .list-location a {
    color: #FFF !important;
}
.hotels_gallery_title .list-location i {
    color: #FFF !important;
}
.note_hotels i{
    color: #FFF !important;	
}
.hotels_gallery_title .row {
    padding: 0px 50px;
}
.hotels_gallery_title .list-inline-item h1 {
    font-size: 28px;
	color: #FFF;
}
.hotels_gallery_title .list-inline-item a {
	text-decoration: none;
}
.hotels_gallery_title .list-location a, i{
    color: #ff5a5f;
	text-decoration: none;
}
.hotels_gallery_title .slider-counter {
    color: #FFF;
    text-align: right;
    font-size: 24px;
}
.hotels_gallery_title .note_hotels {
	color: #FFF;
	padding: 10px;
}
.hotels_gallery_title .note_hotels p {
    padding: 0px !important;
    margin: 0px !important;
}
/* End View Gallery */
/* Side Search View */
.search_view_booking {
    background: #f9f9f9;
    /* left: 0px !important; */
    margin-left: -30px !important;
    padding: 20px;
}
.search_view_booking .btn-yellow {
    font-size: 14px;
    text-transform: uppercase;
}
.search_view_booking .t-dates label {
    font-size: 12px;
    left: 8px;
    color: #ff5a5f;
    top: 20px !important;
}
.search_view_booking .full_section_main .form-control {
    background: #FFF;
    height: 40px;
    margin-top: 0px;
}
.search_view_booking .t-dates {
	border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #FFF;
    margin-top: 12px;
}
.search_view_booking .check-in-view {
    text-transform: uppercase;
    font-size: 12px;
    color: #11c2ec;
    margin-bottom: 0px !important;
}
.search_view_booking .t-check-out .t-datepicker-day {
    right: 0px !important;
    left: unset !important;
}
.search_view_booking .t-datepicker-day {
    right: 0px;
}
.search_room_details {
    padding: 10px !important;
    background: #FFF;
    color: #ff5a5f;
}
.full_price {
    color: #ff5a5f !important;
    font-size: 20px !important;
}
.full_price i {
    color: #ff5a5f !important;
}
.offer_search_room_price {
    background: #f9f9f9;
    padding: 10px;
}
.offer_search_room_price_edit {
    background: #f9f9f9;
    padding: 0px;
}
.offer_search_room_price_edit .form-group {
    margin-top: 10px;
}
.offer_search_room_price_edit .form-control {
    background: #f9f9f9 !important;
    border: none;
    color: #ff5a5f;
    font-size: 16px;
}
.offer_search_room_price_edit .full_price {
    margin-right: 15px;
    float: right;
    vertical-align: middle;
    display: flex;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}
.search_room_pricing {
    margin-top: 10px;
    background: #FFF !important;
    padding: 10px !important;
}
.search_room_pricing p{
	color: #ff5a5f !important;
}
.without_offer {
    font-size: 13px !important;
    text-decoration: line-through;
    color: #dad7d7;
}
.without_offer i {
    color: #dad7d7 !important;
}
.with_offer {
    font-size: 13px !important;
    /* text-decoration: line-through; */
    color: #11c2ec;
}
.with_offer i{
    color: #11c2ec !important;
}
.inclusive_tax{
    font-size: 13px !important;
    color: #dad7d7 !important;  
}
.search_room_pricing ul {
    margin-left: -20px;
}
.search_room_pricing ul li {
    font-size: 12px;
    color: #ff5a5f !important;
}
.bookingId label {
    font-size: 12px;
    text-transform: uppercase;
    color: #11c2ec;
    margin-bottom: 0px;
    margin-top: 10px;
}
.full_section_main .form-control {
    background: #FFF;
    height: 40px;
    margin-top:10px;
}
.search_section .full_section_main .form-control {
    margin-top:0px !important;
}
.full_section_main .edit_search_rooms_details {
    display: inline-block;
    text-align: right !important;
    float: right;
    margin-top: -70px;
    margin-right: 5px;
    cursor: pointer;
}
.full_section_main .showandhide {
    padding: 10px;
}
.otherdetails p {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
    color: #ff5a5f;
    margin-bottom: 2px !important;
}
.otherdetails span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    color: rgba(29, 67, 128, 0.5);
}
/* Search Amenities */
.showandhide .form-group {
    display: inline-block !important;
    margin-right: 10px;
}
.showandhide .form-group .radio {
    padding-left: 20px;
    padding-top: 3px;
    margin-left: 13px;
}
.showandhide .checkround {
    height: 15px;
    width: 15px;
}
.showandhide .radio .checkround:after {
    left: 1px;
    top: 1px;
    width: 9px;
    height: 9px;
}
.search_amenities .mycard {
    border: none;
    box-shadow: none;
}
.search_amenities .col-md-6 {
    padding: 10px 60px;
}
.search_amenities h4 {
    font-size: 20px;
    color: #ff5a5f;
    position: relative;
    margin-bottom: 30px;
}
.search_amenities h4:after {
    content: '';
    width: 54px;
    height: 3px;
    background: #11C2EC;
    position: absolute;
    top: 30px;
    left: 0px;
}
.search_amenities .showamenities {
    font-size: 14px !important;
    color: #11C2EC;
    cursor: pointer;
}
.search_amenities .list-inline {
    margin-bottom: -10px;
}
/* End Search Amenities */
/* ====================== Search View Page End ========================= */
/* ====================== Booking Page ========================= */
/* Guest Details  */
.booking_details h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 26px;
	text-align: center;
}
.guest_details {
	padding: 20px;
}
.guest_details h3 {
	font-size: 18px;
	color: #ff5a5f;
}
.coupon_discount {
	border: 1px solid #eee;
	padding: 16px;
	font-size: 14px;
	margin: 24px 0 0;
}

.terms_check {
	display: none !important;
}

.label_check {
	display: block;
	cursor: pointer;
	margin-top: 2px;
}

.booking_checkbox:checked+.checkbox_label:before {
	background: #11C2EC !important;
	border-color: #11C2EC !important;
}

.terms_check:checked+.label_check::before {
	font-family: FontAwesome;
	content: "\f00c";    
	background: #11C2EC !important;
	border-color: #11C2EC !important;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}

.label_check::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #f6f5f5;
	border: 1px solid #eee;
	vertical-align: top;
	margin-right: 13px;
	color: #fff;
	border-radius: 100px;
	transition: all 0.2s;
}

.coupon_update {
	color: #11C2EC;
	cursor: pointer;
	margin-top: 8px;
	text-align: right;
}

.enter_coupon {
	background-color: #f9fafc;
	border: 1px solid #eee;
	padding: 16px;
	margin-top: 16px;
	overflow: visible;
}

.coupon_input {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	background-color: #fff;
	border: solid 1px #eee !important;
	padding: 10px 16px;
	border-right: 0;
	width: 63%;
	font-size: 12px;
	outline: none !important;
	height: auto !important;
}

.coupon_apply_btn {
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	background-color: #ff5a5f;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: solid 1px transparent;
	padding: 10px 22px;
	border-right: 0;
	display: inline-block;
	color: #fff;
	margin-left: -4px;
	font-weight: 600;
	text-align: center;
	transition: all .3s ease;
}

.position-relative {
	position: relative;
}
.u-block {
	font-size: 12px;
	color: rgba(29, 67, 128, 0.51);
}
.u-block-bold {
	color: #ff5a5f;
	font-size: 14px;
}
.payment_proceed {
		margin-top: 30px;
	}
/* Booking summary */
.booking_summary {
	padding: 20px;
}
.booking_summary h4 {
    font-size: 18px;
    color: #ff5a5f;
    margin-bottom: 0px;
}
.room_img_warp {
	display: flex;
	margin-top: 20px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5;
}

.booking_img {
	width: 125px;
	/* height: 84px; */
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 2px;
}

.room_img_warp_side {
	padding-left: 16px;
}

.checkin_side {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.checkin_side_label {
	font-size: 12px;
	font-weight: 600;
	line-height: 2.33;
	color:#ff5a5f;
}

.checkin_side_time {
	font-size: 14px;
	line-height: 2;
	color:#ff5a5f;
}

.guest_sec {
	padding: 24px 0 23px;
	border-bottom: solid 1px #d6d6d6;
}

.checkin_side>div {
	flex: 1 1 50%;
	padding-top: 16px;
}

.checkin_side>div:nth-child(2),
.checkin_side>div:nth-child(4) {
	text-align: right;
}

.room_row {
	font-size: 14px;
	line-height: 1.5;
	color: #ff5a5f;
}

.booking_modify {
	font-size: 16px;
	text-align: right;
	color: #11C2EC;
	text-decoration: none;
}
.u-textRight {
	text-align: right;
}

.payment_sec {
	font-size: 18px;
	color: #ff5a5f;
	padding-top: 25px;
}
.payment_sec h4 {
	font-size: 18px;
	color: #ff5a5f;
}
.payment_table .booking_tbl {
	margin-top: 17px;
}

.payment_table .booking_tbl tr td:nth-child(1) {
	font-size: 14px;
	line-height: 2;
	color: #222222;
}

.booking_tbl {
	width: 100%;
	border-radius: 2px;
	font-size: 12px;
	color: #ff5a5f;
}

.payment_table .booking_tbl tr {
	display: flex;
	justify-content: space-between;
	color: #ff5a5f;
}
.payment_table .booking_tbl tr td {
	color: #ff5a5f !important;
}

.payment_table .booking_tbl tr td:last-child {    
	display: block;
	color: #11C2EC !important;
	font-size: 14px;
}

.payment_table .payabel_amt {
	font-size: 16px;
	line-height: 1.7 !important;
	font-weight: normal;
	padding-top: 4px !important;
	display: block !important;
}

.room_full_price {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}
.sw_room_name {
	color: #ff5a5f;
	font-size: 16px;
	margin-bottom: 0px;
}
.payabel_amt {
	font-size: 18px !important;
	font-weight: 600 !important;
}
.payabel_amt span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: rgba(29, 67, 128, 0.5);
}
.pay_price {
	color: #ff5a5f !important;
	font-size: 32px !important;
}
.pay_price i{
	color: #ff5a5f !important;
}
.pay_price .with_offer i {
	color: #11c2ec !important;
}
.pay_price .without_offer i{
	color: #dad7d7 !important;
}
/* ====================== End Booking Page ========================= */
/* ===================== Booking Starts ========================= */
.booking_container {
	padding-bottom: 30px;
}
.booking_confirmation {
	padding: 37px 0 32px;
	position: relative;
	z-index: 1;
}
.booking_confirmation_head {
	color: #1ab64f;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.71;
	margin: 0px;
}
.booking_confirmation_subhead {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
	color: #ff5a5f;
	margin: 0px;
}
.booking_confirmation_head i {
	font-size: 24px !important;
	color: #1ab64f !important;
}
.booking_confirmation_text {
	font-size: 16px;
	line-height: 1.56;
	color: rgba(29, 67, 128, 0.53);
	margin: 0px;
}
.booking_content:last-child {
	bottom: 30px;
}
.booking_content .table td,
.table th {
	border-top: 1px solid #0000;
	border-bottom: 1px solid #EDEDED;
	line-height: 26px;
}
.booking_content {
	padding: 26px 32px;
	background-color: #fff;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #d6d6d6;
	position: static;
}
.booking_content_label {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.23;
	color: #ff5a5f;
}
.booking_content_id {
	font-size: 22px;
	line-height: 1.15;
	color: #ff5a5f;
	margin-top: 10px;
}
.booking_content_info {
	font-size: 16px;
	line-height: 2;
	color: #ff5a5f;
}
.booking_content_spliter {
	width: calc(100% + 0px);
	margin-left: 0px;
}
.booking_lable_heading {
	font-size: 26px;
	font-weight: bold;
	color: #ff5a5f;
}
.booking_lable_address {
	font-size: 18px;
	font-weight: 400;
	line-height: 2.33;
	color: rgba(29, 67, 128, 0.53);
	margin-top: -6px;
}
.booking_landmark {
	font-size: 18px;
	line-height: 1.71;
	color: #ff5a5f;
	font-weight: 500;
	margin: 2px 0px 2px 0px;
}
.booking_content .img-fluid {
	border-radius: 3px;
}
.booking_guest_section {
	flex: 1 1 70%;
	padding-right: 40px;
	border-right: 1px solid #f2f2f2;
	display: flex;
	flex-wrap: wrap;
}
.booking_guest_section>div {
	flex: 1 1 33%;
	max-width: 33%;
}
.booking_label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #ff5a5f;
	margin: 4px 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.booking_guestDetails {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(29, 67, 128, 0.52);
	margin: 4px 0px 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.download_print .btn {
	min-width: 150px !important;
	border-radius: 3px !important;
	margin-top: 10px;
}
.booking_nights {
	flex: 1 1 30%;
	padding-left: 52px;
}
.booking_nights_label {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	color: #ff5a5f;
}
.booking_guestnights {
	margin-top: 27px;
	display: flex;
}
.booking_table {
	color: #ff5a5f;
}
.booking_table .fa.fa-inr {
	color: #ff5a5f !important;
}
.booking_table tbody>tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.booking_table td {
	position: relative;
	padding: 15px 0px 15px;
	font-size: 16px;
}
.booking_totalamout {
	font-size: 26px !important;
	font-weight: 600;
	color: #ff5a5f !important;
}
/* .booking_notes .booking_points,
.booking_cancel {
	border: 1px solid #EDEDED;
	padding: 10px;
	max-width: 130px;
    text-align: center;
} */
.booking_points {
	font-size: 16px;
	line-height: 2;
	color: #ff5a5f;
	margin-left: 17px;
}
.booking_points li {
	list-style-type: none;
}
.booking_cancel_head {
	font-size: 16px;
	line-height: 2;
	color: #ff5a5f;
	margin-left: 17px;
}
.booking_cancel_head a {
	color: #EF4023 !important;
	cursor: pointer;
}
/* Popup Box Design */
.booking_cancel_model {
	margin-top: 16px;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
	padding: 12px;
}
.cancel_booking_box {
	padding: 10px 20px;
}
.cancel_modal_details {
	display: inline-block;
	width: 24px;
	vertical-align: top;
	position: relative;
	top: 10px;
}
.cancel_modal_details i {
	color: #ff5a5f !important;
}
.cancel_modal_div p {
	font-size: 18px;
	color: #ff5a5f;
	margin-bottom: 0px;
}
.cancel_modal_div .small_cancel {
	font-size: 14px;
	color: rgba(29, 67, 128, 0.54);
	line-height: 24px;
	margin-bottom: 0px;
}
.cancel_modal_div {
	display: inline-block;
	width: calc(70% - 35px);
	font-size: 14px;
	border-right: 1.3px solid rgba(0, 0, 0, 0.05);
}
.cancel_discount {
	display: inline-block;
	text-align: center;
	width: 30%;
	position: relative;
}
.cancel_discount p {
	margin: 0;
	color: #00A32E;
}
.cancel_reason {
	margin: 0 0 20px 0;
	color: #2B2D2E;
	font-size: 14px;
}
.cancel_reason_head {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.71;
	color: #ff5a5f;
	margin-top: 20px;
	margin-bottom: 4px;
}
.cancel_reason_me {
	width: calc(50% - 10px);
	text-align: center;
	padding: 12px 15px;
	display: inline-block;
	border: solid 1px #e0e0e0;
	margin: 7px 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ff5a5f;
	border-radius: 2px;
	transition: 1s;
	cursor: pointer;
}
.cancel_reason_me.active {
	color: #EF4023 !important;
	border: 1px solid #EF4023;
}
.cancel_btn a {
	width: 100%;
}
.custom_modal .modal-title {
	color: #ff5a5f;
	font-size: 22px;
	text-transform: uppercase;
}
.custom_modal .modal-header {
	border-bottom: none;
}
.custom_modal .modal-footer {
	padding: 0px;
}
/* Popup End Design */
/* Booking Popup Payment Gateway Starts */
.payment_options {
	padding: 20px;
}
.payment_lists {
	width: 100%;
	padding: 0px;
	margin: 20px;
}
.payment_lists li {
	padding: 12px 16px;
	border: 1px solid #eee;
	margin-bottom: 8px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.sw-credit-card i {
	color: #17a2b8 !important;
	margin-right: 8px;
}
.sw-netbanking i {
	color: #28a745 !important;
	margin-right: 8px;
}
.sw-debit-card i {
	color: #ff5a5f !important;
	margin-right: 8px;
}
.sw-paytm img {
	width: 20px;
	margin-right: 8px;
}
.rooms_details_pay {
	font-size: 14px;
	color: rgba(29, 67, 128, 0.59);
}
.full_payment i {
	color: #ff5a5f !important;
}
.amount_calc {
	text-align: right;
}
.custom_close button {
	font-size: 40px;
}
.custom_close {
	position: absolute;
	right: -45px;
	top: -15px;
}
/* Booking Popup Payment Gateway End */
/* ===================== End Booking Starts ========================= */

/* Mobile Responsive */
@media screen and (max-width: 1400px){
	.search_header .checkbox_datapicker .radio {
		padding-left: 25px !important;
	}
	.search_header .checkbox_datapicker .checkround {
		top: 3px;
		height: 15px;
		width: 15px;
		left: 5px;
	}
	.search_header .t-check-in .t-date-info-title, .t-check-out .t-date-info-title {
		left: 5px;
	}
	.search_header .no-of-days {
		width: 30px;
		padding: 3px;
	}
}
@media only screen and (max-width: 1200px) {
	.navbar-top-nav {
		padding: 0px;
	}
	.navbar-top-nav .btn {
		width: 126px;
		font-size: 12px;
		margin-top: 5px;
	}
	.search-sec {
		background: #ff5a5f;
		padding-top: 20px;
		min-height: 570px;
	}
	.navbar {
		padding: 10px 30px;
	}
	.search-sec .container-fluid {
		padding: 10px 20px !important;
	}
	.search-col12 {
		background: #FFF;
		border-radius: 4px;
	}
	.full_section_main .col-sm-12 {
		border-bottom: 1px solid #e6e6e6;
		margin: 8px 0px 8px 0px !important;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 20px !important;
	}
	.search-btn {
		margin: 10px 30px !important;
	}
	.no_of_days {
		padding-bottom: 16px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
@media screen and (max-width: 992px){
	.search-btn {
		height: 40px;
	}
	.gender_sect .radio-group label {
		height: 65px;
		margin-top: 7px;
	}
	.full_section_main .col-sm-12 {
		border-bottom: 1px solid #e6e6e6;
		margin: 0px 0px 1px 0px !important;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 20px !important;
	}
	.full_section_main .t-datepicker {
		margin-top: 10px;
		min-width: 100%;
	}
	.full_section_main .t-arrow, .t-dates, .t-day, .t-end, .t-end-limit, .t-range, .t-start {
		cursor: pointer;
		text-align: left;
		margin-left: 15px;
		color: #ff5a5f !important;
		font-weight: 500;
	}
}
@media screen and (max-width: 768px){
	/* Home Top menu  */
	.navbar-top-nav {
		margin-bottom: 5px;
		text-align: right;
	}
	/* Home top menu end  */
	.no-of-days {
	    position: relative !important;
		margin-bottom: 10px;
	}
	.search-sec {
		background: #ff5a5f;
		padding-top: 20px;
		min-height: 808px;
	}
	/* Search Page  */
	.search_header {
		height: 742px;
	}
	.search_header .col-sm-12 {
		border-bottom: 1px solid #e6e6e6;
		margin: 0px 0px 1px 0px !important;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 10px !important;
	}
	.search_header form {
		height: auto;
		border: 1px solid #f7f7f7;
	}
	.search_header .form-group {
		margin-bottom: 1rem;
		width: 100%;
	}
	.search_header .text-right {    
		text-align: center !important;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.owl-nav .owl-prev {
		margin-left: -25px !important;
		float: left;
		height: 44px;
		width: 20px !important;
	}
	.owl-nav .owl-next {
		margin-right: -25px !important;
		float: right;
		height: 44px;
		width: 20px;
	}
}