.pkg_transport {
	display: inline-block;
	width: 100%;
}

.imp_note {
	margin-bottom: 0;
	color: #333;
	font-weight: 500;
	font-family: 'Ubuntu-M';
	margin-top: 15px;
}

.scroll_div h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

ul.rules,
ul.note {
	list-style: none;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

ul.rules li,
ul.note li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

ul.rules li:before {
	content: "\f00c";
}

ul.note li:before {
	content: "\f101";
}

ul.rules li:before,
ul.note li:before {
	color: #ddd;
	font-family: 'Fontawesome';
	position: absolute;
	left: 0;
}

ul.rules li.no_icon:before,
ul.note li.no_icon:before {
	color: #fff;
}

b {
	font-family: 'Ubuntu-M';
	font-weight: 500;
	color: #222;
}

.hotel_card {
	position: relative;
	margin-bottom: 15px;
}

.hotel_card .hname {
	font-family: 'Ubuntu-M';
	color: #555;
	margin-bottom: 0;
}

.hotel_card .pkg_htl {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #e2e2e2;
	box-shadow: 0 7px 8px -2px rgba(230, 230, 230, 1);
}

.hotel_card .pkg_htl>div {
	display: table-cell;
	vertical-align: middle;
}

.hotel_card .pkg_htl .htl_img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 165px;
}

.pkg_hc_select {
	min-width: 60px;
}

.hotel_card .pkg_htl .htl_info {
	padding: 25px 15px;
}

.hotel_card .pkg_htl .htl_info .htl_name {
	font-size: 16px;
	line-height: 1;
	font-family: 'Ubuntu-M';
	margin: 0;
}

.hotel_card .pkg_htl .htl_info .htl_includes {
	font-size: 12px;
	line-height: 1;
}

.hotel_card .pkg_htl .htl_info .trip_advisor {
	font-size: 13px;
}

.hotel_card .pkg_htl .htl_info .trip_advisor .tp_rating {
	font-size: 13px;
}

.hotel_card .pkg_htl .htl_info .trip_advisor .tp_rating .tp_img {
	position: relative;
	display: inline-block;
	margin: 0;
}

.hotel_card .pkg_htl .htl_info .trip_advisor .tp_rating .tp_img img.jpg {
	height: 15px;
	width: auto;
	margin-right: -4px;
}

.hotel_card .pkg_htl .htl_info .trip_advisor .tp_rating .review_count {
	font-size: 13px;
	position: relative;
	top: 1px;
}

.hotel_card .pkg_htl .htl_info .trip_advisor .htl_rank {
	font-size: 12px;
	margin-bottom: 0;
}

.htl_price_diff {
	font-size: 18px;
	font-family: 'Ubuntu-M';
	color: #333;
	letter-spacing: 0;
	position: absolute;
	white-space: nowrap;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
}

.htl_price_diff i {
	font-size: 18px;
	color: #333;
}

.hotel_card.no .pkg_htl {
	padding: 20px;
}

.hotel_card.no .pkg_htl {
	padding: 15px 20px;
}

.hotel_card.no .pkg_htl .pkg_hc_select .hc_radio_style {
	margin: 0;
}

.hotel_card.no .pkg_htl .pkg_hc_select {
	width: 25px;
	margin-right: 25px;
	display: inline-block;
	float: left;
	min-width: unset;
}

.hotel_card.no .pkg_htl>p {
	margin-bottom: 0;
	padding-left: 50px;
}

.stars_outer {
	display: inline-block;
	position: relative;
}

.stars_outer::before {
	color: #cccccc75;
}

.stars_inner {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}

.stars_outer::before,
.stars_outer::before,
.stars_inner::before,
.stars_inner::before {
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #ea4330;
}

.stars_outer::before,
.stars_outer::before {
	content: '\f006\f006\f006\f006\f006';
}

.stars_inner::before,
.stars_inner::before {
	content: "\f005 \f005 \f005 \f005 \f005";
}

.pkg_hc_select input[type=radio] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.pkg_hc_select input[type=radio]+.hc_radio_style {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	margin: auto;
	text-align: center;
}

.pkg_hc_select input[type=radio]+.hc_radio_style i {
	position: relative;
	color: #fff;
	line-height: 25px;
	top: -2.5px;
}

.pkg_hc_select input[type=radio]:checked+.hc_radio_style {
	background-color: #ea4330;
	border-color: #ea4330;
}

.pkg_hc_select input[type=radio]:hover+.hc_radio_style {
	border-color: #ea4330;
}

.all_pkg_hotels,
.all_pkg_cabs {
	display: inline-block;
	width: 100%;
}

.all_pkg_hotels {
	margin-bottom: 25px;
}

.all_pkg_cabs {
	display: inline-block;
	width: 100%;
}

.cab_card {
	position: relative;
}

.cab_card .cbname {
	font-family: 'Ubuntu-M';
	color: #555;
	margin-bottom: 0;
}

.cab_card .cab_div {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #e2e2e2;
	box-shadow: 0 7px 8px -2px rgba(230, 230, 230, 1);
}

.cab_card .cab_div>div {
	display: table-cell;
	vertical-align: middle;
}

.cab_card .cab_div .cab_img {
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 175px;
}

.cab_card .cab_div .cab_img span {
	position: absolute;
	left: 0;
	top: 0;
	background: #ea4330;
	color: #fff;
	padding: 0 10px;
	line-height: 2;
}

.cab_card .cab_div .cab_info {
	padding: 20px 15px;
}

.cab_card .cab_div .cab_info .cab_seats {
	margin-bottom: 5px;
}

.cab_card .cab_div .cab_info .cab_seats i {
	color: #ea4430;
	margin-right: 5px;
}

.cab_card .cab_div .cab_info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

.cab_card .cab_div .cab_info ul li {
	font-size: 14px;
	position: relative;
	padding-left: 18px;
	margin-bottom: 2px;
}

.cab_card .cab_div .cab_info ul li:before {
	content: "\f00c";
	font-family: 'Fontawesome';
	color: #555;
	position: absolute;
	left: 0;
	font-size: 13px;
}

.cab_card.no {
	margin-top: 25px;
}

.cab_card.no .cab_div {
	padding: 20px;
}

.cab_card.no .cab_div:first-child {
	margin-bottom: 20px;
}

.cab_card.no .cab_div>p {
	margin-bottom: 0;
	padding-left: 50px;
}

.cab_card.no .cab_div .pkg_hc_select {
	width: 25px;
	margin-right: 25px;
	display: inline-block;
	float: left;
	min-width: unset;
}

.cab_card.no .cab_div .pkg_hc_select .hc_radio_style {
	margin: 0;
}

.it_day_count,
.it_end {
	font-family: 'Ubuntu-M';
	color: #555;
	text-decoration: underline;
	margin-bottom: 5px;
}

.it_sec {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.it_sec>ul.it_points,
.it_sec>div.it_img {
	display: table-cell;
}

ul.it_points {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

ul.it_points li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	padding-right: 30px;
}

ul.it_points li:before {
	content: '';
	background-color: #ddd;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.it_sec>div.it_img {
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}

.it_sec>div.it_img div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	transition: 0.3s;
}

.it_sec>div.it_img:hover div {
	transform: scale(1.1);
	transition: 0.3s;
}

ul.arrival_cities {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

ul.arrival_cities li {
	position: relative;
	margin-right: 15px;
	padding: 0 15px;
	cursor: pointer;
}

ul.arrival_cities li:last-child {
	margin-right: 0;
}

ul.arrival_cities li span {
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	font-family: 'Ubuntu-M';
	line-height: 30px;
}

ul.arrival_cities li.active {
	background-color: #ea4330;
	pointer-events: none;
}

ul.arrival_cities li.active span,
ul.arrival_cities li.active:hover span {
	color: #fff;
}

ul.arrival_cities li:hover span {
	color: #ea4330;
}

#package_flights p.error {
	font-family: 'Ubuntu-M';
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 50px 0;
	color: #555;
}

.flight_loader {
	height: 125px;
	padding: 40px 0;
}

table.flights {
	width: 100%;
}

table.flights th,
table.flights td {
	width: 50%;
}

table.flights th:first-child,
table.flights td:first-child {
	padding-right: 15px;
	vertical-align: top;
}

table.flights th:last-child,
table.flights td:last-child {
	padding-left: 15px;
}

table.flights th .fheader {
	display: inline-block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 5px 15px;
}

table.flights td {
	padding-top: 15px;
}

.from_to_desk,
.from_to_desk span,
.from_to_mob,
.from_to_mob span,
.to_from_desk,
.to_from_desk span,
.to_from_mob,
.to_from_mob span {
	font-size: 15px;
	color: #555;
	font-family: 'Ubuntu-M';
}

.from_to_desk img,
.to_from_desk img {
	margin: 0 3px;
}

.from_to_mob,
.to_from_mob {
	display: none;
}

.up_date,
.down_date {
	font-size: 13px;
	color: #555;
	float: right;
	font-family: 'Ubuntu-M';
}

#faq ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#faq ul li {
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #eee;
	padding: 10px;
	box-shadow: inset 0px 0px 10px 0px #f9f9f9;
}

#faq ul li:last-child {
	margin-bottom: 0;
}

#faq ul li p.question {
	position: relative;
	font-size: 16px;
	font-family: 'Ubuntu-M';
	color: #333;
	margin-bottom: 0;
	cursor: pointer;
	padding-right: 40px;
	padding-left: 22.5px;
	min-height: 30px;
	transition: 0.3s;
}

#faq ul li p.question:before {
	content: 'Q:';
	position: absolute;
	left: 0;
}

#faq ul li p.question:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
}

#faq ul li p.answer {
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 23px;
	display: none;
}

#faq ul li p.question:hover,
#faq ul li.active p.question {
	color: #ea4330;
}

#faq ul li p.question:hover:after,
#faq ul li.active p.question:after {
	border-color: #ea4330;
}

@media (max-width: 600px) {
	table.flights td {
		padding-top: 5px;
	}

	ul.it_points li {
		padding-right: 0;
	}

	.hotel_card,
	.cab_card {
		padding: 0;
	}

	.pkg_hc_select {
		min-width: unset;
	}

	.pkg_hc_select input[type=radio]+.hc_radio_style {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 0;
	}

	.hotel_card .pkg_htl .htl_info .htl_name {
		padding-right: 25px;
	}

	.hotel_card .pkg_htl .htl_img {
		width: 125px;
	}

	.htl_price_diff {
		left: 0;
		right: unset;
		top: 0;
		bottom: unset;
		color: #fff;
		background: #ea4430;
		line-height: 2;
		padding: 0 10px;
		font-size: 15px;
	}

	.htl_price_diff i {
		color: #fff;
		font-size: 15px;
	}

	.cab_card .cab_div .cab_img {
		width: 125px;
	}

	.cab_card .cab_div .cab_info .cab_seats {
		padding-right: 25px;
	}

	.cab_card .cab_div .cab_img {
		background-size: contain;
	}

	.cab_card.no .cab_div .pkg_hc_select .hc_radio_style {
		top: 15px;
	}

	.cab_card.no .cab_div>p {
		padding-right: 25px;
		padding-left: 0;
	}

	.cab_card.no {
		margin-top: 15px;
	}

	.cab_card.no .cab_div:first-child {
		margin-bottom: 15px;
	}

	.it_sec>div.it_img {
		display: none;
	}

	.hotel_card.no .pkg_htl>p {
		padding-right: 25px;
		padding-left: 0;
	}

	table.flights th .fheader {
		padding: 10px 15px;
	}

	.from_to_mob,
	.to_from_mob {
		font-weight: 600;
		text-align: center;
		line-height: 1;
		margin-bottom: 5px;
	}

	.up_date,
	.down_date {
		display: block;
		float: unset;
		text-align: center;
		line-height: 1;
	}

	table.flights th {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 601px) and (max-width: 800px) {
	.hotel_card {
		margin-bottom: 20px;
	}

	.from_to_mob,
	.to_from_mob {
		width: fit-content;
		width: -moz-max-content;
		float: left;
	}
}

@media (max-width: 800px) {
	table.flights {
		width: 100%;
	}

	.from_to_desk,
	.to_from_desk {
		display: none;
	}

	.from_to_mob,
	.to_from_mob {
		display: block;
	}

	table.flights th:first-child,
	table.flights td:first-child {
		padding-right: 2.5px;
	}

	table.flights th:last-child,
	table.flights td:last-child {
		padding-left: 2.5px;
	}
}



#enquire_book_popup,
#booking_progress_popup table {
	width: 100%;
	min-height: 500px;
}

#enquire_book_popup,
#booking_progress_popup table td:first-child {
	width: 50%;
	position: relative;
	background-image: url('../imgs/enq_popup_img1.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

#enquire_book_popup,
#booking_progress_popup table td:last-child {
	width: 50%;
	vertical-align: middle;
	text-align: left;
	padding: 0 25px;
}

#enquire_book_popup,
#booking_progress_popup table td:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000050;
}

#enquire_book_popup,
#booking_progress_popup table td p {
	font-size: 18px;
	color: #555;
	font-family: 'Ubuntu-M';
	line-height: 1.5;
}

#enquire_book_popup,
#booking_progress_popup table td p:last-child {
	color: #ea4330;
}

.modal-dialog {
	min-width: 500px;
	width: 65%;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	background-color: #f9f9f9;
}

.modal-body {
	padding: 25px 50px;
}

.modal-title {
	font-size: 18px;
	font-family: 'Ubuntu-M';
	text-align: center;
}

.close {
	font-size: 30px;
}

.modal-body .close {
	position: absolute;
	right: 10px;
	top: 5px;
}

@media (max-width: 600px) {
	.modal-dialog {
		min-width: unset;
		width: inherit;
	}

	#enquire_book_popup table td:first-child {
		display: none;
	}

	#enquire_book_popup table td:last-child {
		padding: 0;
	}

	#booking_progress_popup table td:first-child {
		display: none;
	}

	#booking_progress_popup table td:last-child {
		padding: 0;
	}

}



.package_search_div {
	display: table;
	width: 100%;
}

.search_type {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.search_type ul {
	position: relative;
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	width: fit-content;
	width: -moz-max-content;
}

.search_type ul li {
	position: relative;
	padding-left: 30px;
}

.search_type ul li>span {
	color: #444;
	line-height: 20px;
	margin-right: 35px;
}

.search_type ul li input[name="pkg_search_type"] {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.search_type ul li input[name="pkg_search_type"]+.radio_style {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, 0.2);
	border: 1px solid #b2b2b2;
	left: 0;
	top: 0;
}

.search_type ul li input[name="pkg_search_type"]:checked+.radio_style>span {
	background: #fd0;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
}

/*.search_inputs > div.search_div > ul.inputs_list{
	list-style: none;
	display: block;
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.search_inputs > div.search_div > ul.inputs_list > li{
	padding-right: 10px;
	margin-bottom: 10px;
	width: 33.33%;
	float: left;
}
.search_inputs > div.search_div > ul.inputs_list > li > label{
	color: #111;
	line-height: 1;
	padding: 0 3px;
	font-size: 13px;
}*/


@media (max-width: 600px) {

	/*.search_inputs > div.search_div > ul.inputs_list{
		display: block;
		width: 100%;
	}
	.search_inputs > div.search_div > ul.inputs_list > li{
		width: 100% !important;
		padding: 0;
		margin-bottom: 10px;
	}
	.search_inputs > div.search_div > ul.inputs_list + button{
		width: 100%;
	}*/
	.page_banner>.container {
		padding: 15px;
	}
}



#session_exp_alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	background: #00000073;
	z-index: 10;
}

#session_exp_alert.expired {
	display: table;
}

.ssn_exp_alrt {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}

.timer {
	background: #fff;
	width: fit-content;
	width: -moz-max-content;
	max-width: 500px;
	margin: auto;
	text-align: center;
	padding: 35px 25px;
}

.timer_heading {
	color: #ea4330;
	font-size: 20px;
	font-weight: 500;
}

.timer i {
	color: #333;
	font-size: 35px;
	margin: 20px 0 25px 0;
}

.timer_subheading {
	color: #333;
	font-family: "Ubuntu-M";
	line-height: 1;
	font-size: 18px;
}

.timer_imptext {
	font-size: 17px;
	color: #444;
	line-height: 1.5;
}

.timer_imptext span {
	color: #333;
	font-family: "Ubuntu-M";
	font-size: 18px;
	line-height: 1.5;
}

.timer_text {
	line-height: 1.5;
}

.refresh {
	margin-top: 15px;
}

@media (max-width: 600px) {
	.ssn_exp_alrt {
		padding: 0 15px;
	}
}

@media screen and (max-width: 600px) {
	#booking_progress_popup table td:first-child {
		display: none;
	}

	#booking_progress_popup table td:last-child {
		padding: 0;
	}
}