img {
	max-width: 100%;
}

.ResultMainSection {
	padding: 20px 0;
}

.ResultMainSection .innserSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resultLeftfilter {
	width: 20%;
	padding: 10px;
	border: 1px solid #ddd;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	position: sticky;
	top: 10px;
}

.resultLeftfilter .headingTop {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding: 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.resultLeftfilter .innerAccordin {
	margin-bottom: 15px;
}

.resultLeftfilter .AccHead {
	cursor: pointer;
}

.resultLeftfilter .AccHead img {
	vertical-align: middle;
}

.resultLeftfilter .rotateicon {
	float: right;
	margin-top: 4px;
	rotate: 180deg;
}

.resultLeftfilter .rotateicon.active {
	rotate: 0deg;
}

.resultLeftfilter .inputBox {
	position: relative;
	padding: 10px 0;
}

.resultLeftfilter .datepicker {
	margin-top: 10px;
}

.resultLeftfilter .datepicker input {
	padding: 10px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding-left: 35px;
	width: 100%;
	background: url(../images/home/date.svg) no-repeat 5px 10px;
	background-size: 20px;
}

.resultLeftfilter .dpSearch input {
	background: url(../images/home/searchIcon.svg) no-repeat 5px 10px;
	background-size: 20px;
}

.resultLeftfilter input[type=checkbox] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.resultLeftfilter label:before {
	content: "";
	background-color: transparent;
	border: 2px solid #000;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.resultLeftfilter input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: solid #057ca7;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.resultLeftfilter label {
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
	cursor: pointer;
}

.resultRightSection {
	width: 78%;
}

.resultRightSection .topTitle {
	font-weight: 400;
	color: #057ca7;
	margin: 5px 0 3px;
	font-size: 16px;
	margin-bottom: 15px;
}

.resultRightSection .topTitle img {
	width: 40px;
}

.resultRightSection .resultFlexDiv {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.16);
	box-shadow: 0 0px 4px rgba(0,0,0,0.16);
	border: 1px solid #e6e6e6;
}

.resultRightSection .DetailLeft {
	width: 76%;
	padding: 15px;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resultRightSection .DetailLeft figure {
	line-height: 0;
	position: relative;
	height: 100%;
}

.resultRightSection .DetailLeft figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.resultRightSection .DetailLeft .leftDiv {
	width: 42%;
	border: 1px solid #ddd;
}

.resultRightSection .DetailLeft .rightDiv {
	width: 53%;
}

.resultRightSection .DetailLeft .heading {
	font-size: 20px;
	color: #000;
}

.resultRightSection figcaption {
	position: absolute;
	width: 30%;
	top: 10px;
	right: -8px;
	font-size: 12px;
	line-height: 21px;
	font-weight: 500;
	z-index: 1;
	background: #057ca7;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	text-transform: capitalize;
}

.resultRightSection .bottomLeft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px 0 0;
}

.resultRightSection .bottomLeft img {
	width: 208px;
}

.resultRightSection .bottomLeft .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 15px;
}

.resultRightSection .bottomLeft .flexDiv {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resultRightSection .bottomLeft a {
	display: block;
	color: #000;
}
.resultRightSection .starDiv .location{padding:10px 0px;}
.resultRightSection .starDiv .location img{vertical-align: middle; margin-right: 5px;
	
}

.resultRightSection .starDiv small {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	padding-left: 8px;
}

.resultRightSection .paragraph {
	font-style: italic;
}

.resultRightSection .flextText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	padding: 2px 0;
}

.resultRightSection .flextText a {
	color: #000;
	display: block;
	text-decoration: underline;
}

.resultRightSection .flextText b {
	font-weight: 600;
}

.resultRightSection .DetailRight {
	width: 21%;
	padding: 12px;
	border-left: 1px solid #ddd;
	background: #e6e6e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap:5px;
}

.resultRightSection .DetailRight .flextText {
	padding-top: 10px;
}

.resultRightSection .DetailRight .flextText small,.resultRightSection .DetailRight .flextText span {
	font-size: 12px;
	color: #de2d2d;
	font-weight: 400;
}

.resultRightSection .DetailRight .flextText span {
	padding-left: 20px;
	color: #000;
	background: url(../images/home/right.svg) no-repeat 6px 5px;
	background-size: 10px;
}

.resultRightSection .pricediv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resultRightSection .pricediv p {
	font-size: 16px;
	font-weight: 600;
}

.resultRightSection .pricediv strong {
	font-size: 20px;
	font-weight: 600;
}

.resultRightSection del {
	color: #de2d2d;
}

.resultRightSection .viewBtn {
	margin: 5px 0;
	padding: 10px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	background: #f79f19;
	;color: #fff;
}

.brochure-btn {
	display: block;
	text-align: center;
	background: #057ca7;
	color: #fff;
	padding: 10px 0;
	font-size: 15px;
}

.flexibility-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px; padding:5px 0px;
}

.flexibility-text img {
	margin-right: 3px;
}

.hotelnamefilter {
	position: relative;
}

.hotelnamefilter .hotelfilterinput {
	padding: 10px;
	display: block;
	background: #fff;
	width: 100%;
	border: 1px solid #d6d6d6;
}

.hotelnamefilter .autocompletehotel {
	position: absolute;
	background: #fff;
	z-index: 9;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	left: 0;
	right: 0;
	top: 44px;
	max-height: 400px;
	overflow: auto;
	display: none;
}

.hotelnamefilter .autocompletehotel li {
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
	color: #7b7b7b;
	margin: 0;
}

.hotelnamefilter .autocompletehotel li[data-id] {
	color: #000;
}

.hotelnamefilter .autocompletehotel li[data-id]:hover {
	background-color: #0a3152;
	color: #fff;
}

select {
	width: 100%;
	padding: 10px;
	padding-left: 10px;
	padding-left: 10px;
	padding-left: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	padding-left: 30px;
	font-size: 15px;
}

@media (max-width:767px) {
	.ResultMainSection .innserSection {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 0;
	}

	.ResultMainSection .resultLeftfilter {
		width: 100%;
		position: unset;
	}

	.resultRightSection {
		width: 100%;
	}

	.resultRightSection figcaption {
		display: none;
	}

	.resultRightSection .resultFlexDiv {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.resultRightSection .DetailLeft {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.resultRightSection .DetailLeft .leftDiv,.resultRightSection .DetailLeft .rightDiv {
		width: 100%;
		padding: 10px;
	}

	.resultRightSection .DetailRight {
		width: 100%;
	}
}
/*# sourceMappingURL=tourpackageresult.css.map */