.page_header .link-login i {
	display: none !important;
}

body {
	font-family: 'Poppins Regular', sans-serif;
	font-size: 16px;
}

.sticky_action_div {
	position: absolute;
	top: 200px;
	left: 0;
}

.tollfree_numbers h4 {
	align-items: center;
}

.wishlist_cta .wishlistToggle {
	font-size: 12px;
}

.page_header .nav-link {
	cursor: pointer;
}

.wishlist_cta .wishlist_count {
	padding: 3px;
}

.plan_trip_model_content .modal_header h5 {
	font-weight: unset;
}

.planMyTripModal .checkbox-container input:checked+.checkmark::after {
	position: absolute;
	top: -3px;
	left: -2px;
	font-size: 16px;
	color: #ffffff;
	content: "\e910";
	font-family: 'holiday-icomoon';
	line-height: normal;
}

.planMyTripModal .checkbox-container {
	position: relative;
	margin-top: 16px;
}

.planMyTripModal .checkmark {
	position: absolute;
	top: -2px;
}

.planMyTripModal .Privarcy-text {
	display: block;
	padding-left: 36px;
}

.menu-item-has-children>a::after,
.page_header .dropdown-toggle::after {
	overflow: hidden;
}

.search-bar .selectric-items {
	top: 100%;
	bottom: auto;
	border: 1px solid rgba(0, 0, 0, .15) !important;
    border-top: 0 !important;
}

.search-bar-container {
	padding: 11px 0 17px;
	position: static;
}

.search-bar-container .location-input,
.search-bar-container .date-container {
	height: 50px;
	font-size: 16px;
	border-radius: 8px;
}

.search-bar-container .date-container {
	background-position: -715px -322px !important;
}

.search-bar-container .date-container .label {
	font-size: 16px;
	line-height: 48px;
}

.date-container .selectric {
	height: 46px;
	background: transparent;
	border: 0;
}

.search-bar-container .btn-search {
	height: 50px;
	font-size: 16px;
	border-radius: 4px;
}

.search_bar_wrapper {
	min-height: 86px;
}

.search_bar_wrapper.sticky_searchbar .search-bar-container {
	position: fixed;
	top: 0;
	left: 190px;
	right: auto;
	z-index: 101;
	animation: header_animation 0.7s ease forwards;
	margin: 0;
	width: auto;
	height: auto;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0px;
}

.sticky_header .logo img {
	max-width: 142px;
}

.sticky_header .page_menu {
	opacity: 0;
	pointer-events: none;
}

.sticky_header .plan_trip_cta,
.sticky_header .sticky_header_item {
	display: none;
}

.sticky_header .main_header .header_wrapper {
	padding: 15px 0;
}

.tabs_filter_wrapper {
	min-height: 120px;
}

.tabs_filter::before{
	content: "";
	display: inline-block;
	width: 200px;
	height: 100%;
	background: linear-gradient(to right,  rgba(255,255,255,1) 30%,rgba(0,0,0,0) 100%);
	top: 0;
	position: absolute;
	left: 0px;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s all;
	z-index: 1;
}

.tabs_filter::after{
	content: "";
	display: inline-block;
	width: 200px;
	height: 100%;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
	top: 0;
	position: absolute;
	right: 0px;
	pointer-events: none;
	transition: 0.3s all;
	z-index: 1;
}

.tabs_filter_wrapper .btn-arrow{
	min-width: 36px;
	min-height: 36px;
	width: 36px;
	height: 36px;
	border: 2px solid #2D2D2D;
	color: #2D2D2D;
	margin-top: 26px;
	border-radius: 50%;
	background-color: transparent;
	font-size: 7px;
	padding: 12px 5px;
	position: absolute;
	top: 0;
	z-index: 2;
	transition: 0.3s all;
}

.tabs_filter_wrapper .btn-arrow.arrow-prev{ left: 0; }
.tabs_filter_wrapper .btn-arrow.arrow-next{ right: 0; }

.tabs_filter_wrapper:not(.right-disabled) .tabs_filter::before, 
.tabs_filter_wrapper:not(.left-disabled) .tabs_filter::before,
.tabs_filter_wrapper:not(.right-disabled) .tabs_filter::after, 
.tabs_filter_wrapper:not(.left-disabled) .tabs_filter::after{
	opacity: 1;
}

.tabs_filter.stick .btn-arrow{
	border: 0;
	margin-top: 12px;
}

.tabs_filter.stick::before,
.tabs_filter.stick::after{
	width: 100px;
}

.tabs_filter_wrapper .btn-arrow[disabled]{
	opacity: 0;
}

.tabs_filter_wrapper.left-disabled .tabs_filter::before{ opacity: 0; }
.tabs_filter_wrapper.right-disabled .tabs_filter::after{ opacity: 0; }

.tabs_filter_wrapper:not(.arrows-enable) .btn-arrow{
	display: none;
}

.tabs_filter_wrapper:not(.arrows-enable) .tabs_filter::before,
.tabs_filter_wrapper:not(.arrows-enable) .tabs_filter::after{
	display: none;
}

.tabs_filter_wrapper .btn-arrow.arrow-prev i{
	display: inline-block;
	transform: rotate(90deg); 
}
.tabs_filter_wrapper .btn-arrow.arrow-next i{
	display: inline-block;
	transform: rotate(-90deg);
}

.tabs_filter ul ul {
	padding: 0px;
}

@keyframes tabs_animation {
	0% {
		top: -100px;
		opacity: 0;
	}

	100% {
		top: 75px;
	}
}

.holiday_srp_page .page_wrapper {
	position: relative;
	overflow: hidden;
}

.holiday_revamp .container-fluid {
	padding: 0 40px;
}

.tabs_filter {
	display: flex;
	gap: 10px;
	position: relative;
}

.tabs_filter > ul{
	overflow-x: auto;
}

.hide-scrollbar {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

.modal-open {
	overflow: hidden;
}

.tabs_filter ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 0;
	margin: 0;
	gap: 20px;
	font-size: 18px;
	text-align: center;
	color: #888888;
}

.tabs_filter ul ul {
	padding: 0;
}

.tabs_filter ul li {
	cursor: pointer;
}

.tabs_filter ul li.active {
	color: #EC1D24;
}

.tabs_filter .icon_wrapper {
	width: 84px;
	height: 84px;
	font-size: 84px;
	line-height: 84px;
	color: inherit !important;
	margin: 0 auto 14px;
	position: relative;
}

.tabs_filter .icon_wrapper i {
	color: #fff !important;
	font-size: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: 33px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.tabs_filter .icon_wrapper i {
	display: block;
	width: 100%;
	height: 100%;
}

.tabs_filter .icon_wrapper i::before {
	opacity: 0;
}

.tabs_filter .icon_wrapper i {
	background: url(/images/holidaysRevamp/icon-default-filter.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-amazing-houseboat {
	background: url(/images/holidaysRevamp/icon-amazing-houseboat.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-best-place-to-visit {
	background: url(/images/holidaysRevamp/icon-best-place-to-visit.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-best-seller {
	background: url(/images/holidaysRevamp/icon-best-seller.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-best-time-to-visit {
	background: url(/images/holidaysRevamp/icon-best-time-to-visit.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-customized {
	background: url(/images/holidaysRevamp/icon-customized.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-family {
	background: url(/images/holidaysRevamp/icon-family.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-group {
	background: url(/images/holidaysRevamp/icon-group.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-honeymoon,
.tabs_filter .icon_wrapper i.icon-international-honeymoon{
	background: url(/images/holidaysRevamp/icon-honeymoon.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-romantic {
	background: url(/images/holidaysRevamp/icon-romantic.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-flight-inclusive,
.tabs_filter .icon_wrapper i.icon-flight-inclusive-gateways {
	background: url(/images/holidaysRevamp/icon-flight-inclusive.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-how-to-reach {
	background: url(/images/holidaysRevamp/icon-how-to-reach.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-train {
	background: url(/images/holidaysRevamp/icon-train.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-luxury-tour,
.tabs_filter .icon_wrapper i.icon-luxury-domestic {
	background: url(/images/holidaysRevamp/icon-luxury-tour.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-popular-tour {
	background: url(/images/holidaysRevamp/icon-popular-tour.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-spiritual {
	background: url(/images/holidaysRevamp/icon-spiritual.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-wonderful-cuisine,
.tabs_filter .icon_wrapper i.icon-famous-food {
	background: url(/images/holidaysRevamp/icon-wonderful-cuisine.png) no-repeat;
	background-size: 100%;
}

.tabs_filter .icon_wrapper i.icon-international-summer {
	background: url(/images/holidaysRevamp/icon-international-summer.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-international-winter {
	background: url(/images/holidaysRevamp/icon-international-winter.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-europamundo {
	background: url(/images/holidaysRevamp/icon-europamundo.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-durga-puja {
	background: url(/images/holidaysRevamp/icon-durga-puja.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-spiritual-energy {
	background: url(/images/holidaysRevamp/icon-spiritual-energy.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-international-cruise {
	background: url(/images/holidaysRevamp/icon-international-cruise.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-glabus-escape {
	background: url(/images/holidaysRevamp/icon-glabus-escape.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-cosmos {
	background: url(/images/holidaysRevamp/icon-cosmos.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-gujarati-thali,
.tabs_filter .icon_wrapper i.icon-indian-thali {
	background: url(/images/holidaysRevamp/icon-gujarati-thali.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-short-gateway {
	background: url(/images/holidaysRevamp/icon-short-gateway.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-simply {
	background: url(/images/holidaysRevamp/icon-simply.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-buy-one-get-one {
	background: url(/images/holidaysRevamp/icon-buy-one-get-one.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-christmas {
	background: url(/images/holidaysRevamp/icon-christmas.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-visa {
	background: url(/images/holidaysRevamp/icon-visa.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-adventure {
	background: url(/images/holidaysRevamp/icon-adventure.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-beach {
	background: url(/images/holidaysRevamp/icon-beach.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-crazy-deals {
	background: url(/images/holidaysRevamp/icon-crazy-deals.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-luxury-international {
	background: url(/images/holidaysRevamp/icon-luxury-international.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-long-weekend {
	background: url(/images/holidaysRevamp/icon-long-weekend.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-private-journey {
	background: url(/images/holidaysRevamp/icon-private-journey.png) no-repeat;
}

.tabs_filter .icon_wrapper i.icon-faq {
	background: url(/images/holidaysRevamp/icon-faq.png) no-repeat;
}

.tabs_filter h6 {
	font-size: 18px;
	font-family: 'Poppins Regular', sans-serif;
	color: #888888 !important;
	margin: 0;
}

.tabs_filter li.active h6 {
	color: inherit !important;
}

.tabs_filter:not(.stick) h6 {
	width: 100px;
}

.srp_main_page {
	padding: 30px 0;
}

.srp_main_page .srp_filter_side {
	width: 440px;
	position: relative;
}

.filter_sidebar.fixed {
	max-width: 440px;
}

.filter_sidebar.absolute {
	bottom: 0;
	top: auto;
}

.srp_main_page .srp_main_side {
	flex: 1;
	width: calc(100% - 440px);
	padding-left: 40px;
}

.breadcrumb_revamp {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	color: #000000;
	font-size: 12px;
	margin-bottom: 12px;
}

.breadcrumb_revamp a {
	color: #0094DA;
	text-decoration: none;
}

.breadcrumb_links ul li {
	display: inline;
	float: none;
	margin-right: 0px;
}

.breadcrumb_links ul li a {
	font-size: 12px !important;
}

.breadcrumb_links ul li:not(:last-child) a {
	color: #0094DA;
}

.breadcrumb_links ul li:not(:last-child) a:hover {
	color: #F2201E;
}

.breadcrumb_links ul li:not(:last-child) a.breadcrumb_prev_links:after {
	font-size: inherit;
	line-height: 23px;
	top: 0;
	position: static;
}

.breadcrumb_links ul li:last-child a {
	pointer-events: none;
}

.breadcrumb_revamp li:not(:last-child)::after {
	content: ">";
	margin: 0 5px;
}

.package_main_title {
	row-gap: 30px;
}

.package_main_title h1,
.package_main_title h2 {
	flex: 1;
	font-family: 'Poppins SemiBold', sans-serif;
	font-size: 35px;
	padding-right: 20px;
	margin-bottom: 0;
}

.package_sub_section {
	position: relative;
}

.package_sub_section .start_point {
	position: absolute;
	top: -30px;
}

.package_sub_section .sub_title {
	font-size: 30px;
	font-family: 'Poppins Medium', sans-serif;
	margin-bottom: 10px;
	color: #444444;
}

.package_sub_section {
	border-bottom: 1px solid #AEAEAE;
	padding-bottom: 42px;
	padding-top: 42px;
}

.package_sub_section p {
	font-size: 20px;
	color: #818181;
}

.sort_bottomsheet {
	display: flex;
	align-items: center;
	gap: 22px;
}

.sort_bottomsheet label {
	font-size: 18px;
	color: #444444;
}

.selectric-select_sort {
	width: 243px;
	z-index: 10;
}

.sort_bottomsheet .selectric {
	border-color: #C9C9C9;
	border-radius: 3px;
	background-color: #fff;
	border: 0;
}

.sort_bottomsheet .selectric .label {
	font-size: 18px;
	height: 56px;
	line-height: 56px;
}

.sort_bottomsheet .selectric-wrapper .selectric .button {
	height: 100%;
	font-size: 40px;
	line-height: 56px;
	-webkit-transform-origin: 50% 45%;
	transform-origin: 50% 45%;
}

.sort_bottomsheet .selectric-wrapper .selectric .button {
	width: 46px !important;
	height: 100% !important;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.sort_bottomsheet .selectric .button::after {
	content: "\e906";
	font-family: 'holiday-icomoon';
	width: 100%;
	height: 100%;
	font-size: 6px;
	display: inline-block;
	color: #444444;
	border-width: 0px;
	margin: 0px;
}

.selectric-open .selectric .button {
	transform: rotate(180deg);
}

.package_carousel .owl-item {
	min-width: 305px;
	margin-left: -1px;
}

.package_slide {
	height: 584px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.package_slide .img-thumbnail,
.img-thumbnail {
	padding: 0;
	margin: 0;
	background-color: transparent;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.package_slide .slide_cta {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 18px;
	z-index: 5;
}

.package_slide .slide_cta .rating {
	color: #ffffff;
	transform: scale(1.8);
	transform-origin: right;
}

.package_slide .cta {
	width: 40px;
	height: 40px;
	font-size: 40px;
	padding: 0;
	color: #fff;
	border: 0;
	background-color: transparent;
}

.package_slide.selected .cta-compare {
	pointer-events: none;
}

.package_slide .default_slide p {
	font-size: 13px;
	color: #fff;
}

.package_slide .offer_price_heading p {
	margin-bottom: 0;
}

.package_slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 15%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) -80%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.package_slide .default_slide {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 50px 15px 15px 15px;
	color: #fff;
	transition: 0.3s all;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0.37) 100%);
}

.package_slide .offer_tag {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 16px;
	padding: 5px 15px 5px 10px;
	border-radius: 0 15px 15px 0;
	background-color: #FF9900;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	display: inline-flex;
	align-items: center;
}

.offer_tag i {
	font-size: 110%;
	margin-right: 4px;
}

.package_slide .package_name {
	font-size: 28px;
	font-family: 'Poppins SemiBold', sans-serif;
	margin-bottom: 15px;
}

.package_slide .recommended_tag_wrap {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.package_slide .day_night{
	font-size: 15px;
	font-family: 'Poppins Medium', sans-serif;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 6px 12px;
	border-radius: 8px;
	position: relative;
}

.package_slide .day_night::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.package_slide .recommended_tag {
	font-size: 18px;
	background-color: #EB1C23;
	color: #fff;
	display: inline-flex;
	gap: 6px;
	align-items: center;
	padding: 4px 12px;
	border-radius: 5px;
}

.package_slide .recommended_tag i {
	font-size: 120%;
}

.package_slide .emi_note {
	font-size: 16px;
	margin: 5px 0;
}

.offer_price_heading h4 {
	display: flex;
	align-items: center;
}

.package_slide .cancel_price {
	font-size: 18px;
	font-family: 'Poppins Regular', sans-serif;
	text-decoration: line-through;
	vertical-align: super;
	margin-right: 10px;
}

.package_slide .cancel_price::before {
	content: "\20B9";
}

.package_slide .current_price {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Poppins Bold', sans-serif;
}

.package_slide .off_price {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 13px;
	font-family: 'Poppins Medium', sans-serif;
	color: #69D29C;
	border: 1px solid #69D29C;
	border-radius: 5px;
	padding: 4px;
}

.package_slide hr {
	border-color: #fff;
	opacity: 1;
	margin: 12px 0;
	color: #fff;
}

.short_places_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.short_places_list li:not(:last-child) {
	position: relative;
	padding-right: 20px;
}

.short_places_list li.text-overflow {
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.short_places_list li:not(:last-child)::after {
	content: "\00B7";
	font-size: 20px;
	line-height: 18px;
	position: absolute;
	right: 7px;
}

.package_slide .hover_slide {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	opacity: 0;
	transition: 0.3s all;
}

.package_slide .hover_slide>div {
	width: 100%;
}

.package_slide .hover_slide .flex-column{
	height: 100%;
}

.package_slide .hover_slide .package_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.w-full {
	width: 100% !important;
}

.package_slide .view_cta {
	width: 100%;
	margin-top: 15px;
	margin-top: auto;
	transition: 0.3s all;
	transition-delay: 0.1s;
	transform: translateY(20px);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.package_slide .btn-view_detail {
	display: block;
	width: 100%;
	background-color: #EC1D24;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
}

.package_slide .btn-view_detail:hover {
	background-color: #FF0000;
}

.package_slide .reward {
	max-width: 300px;
	margin-left: -2px;
	margin-top: 20px;
}

.package_slide .reward .icon-svg-expand {
	font-size: 10px;
	display: inline-block;
	transform: rotate(90deg);
	margin-right: 5px;
}

.package_slide .reward img {
	width: auto;
}

.package_slide .reward .earn_point {
	font-size: 18px;
	font-family: 'Poppins Bold', sans-serif;
	margin: 0;
	padding-left: 15px;
	position: relative;
	padding-left: 96px;
	min-height: 60px;
}

.earn_point span:after {
	content: "";
	display: block;
}

.package_slide .reward .earn_point::before {
	content: "";
	display: inline-block;
	width: 88px;
	height: 72px;
	background: url(/images/holiday/earn-rewards.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 23%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.package_slide .itineraries,
.package_slide .inclusion {
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	margin-top: 15px;
}

.package_slide .inclusion{
	margin-top: 8px;
}

.package_slide .itineraries h4 {
	font-size: 22.45px;
}

.package_slide .itineraries p {
	font-size: 18px;
}

.package_slide .itineraries_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.package_slide .itineraries_list li:not(:last-child)::after {
	content: ",";
	display: inline-block;
	margin-right: 4px;
}

.package_slide .inclusion h4 {
	margin-bottom: 15px;
}

.package_slide .inclusion_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 15px;
	row-gap: 15px;
}

.package_slide .inclusion_list li {
	width: 25%;
}

.package_slide .inclusion_list i {
	font-size: 30px;
	display: block;
	margin: 0 auto 5px;
}

.package_slide .inclusion_list img {
	max-width: 30px;
	display: block;
	margin: 0 auto 5px;
}

.irs-bar {
	background-color: #F2201E;
}

.irs-slider.from,
.irs-slider.to {
	background: #fff;
	border-radius: 50%;
	border: 3px solid #EB1C23;
	box-shadow: none;
}

.irs-slider {
	width: 14px;
	height: 14px;
	top: 22px;
}

.irs {
	margin-top: -15px;
}

.irs .irs-from,
.irs .irs-to {
	position: absolute;
	bottom: -20px;
	top: auto;
}

.irs .irs-from {
	left: -4px !important;
}

.irs .irs-to {
	right: -4px !important;
}


@keyframes heartPump {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.icon-svg-favorite.added_to_favourite {
	animation: 0.3s heartPump forwards;
	color: #FF0000;
}

.icon-svg-favorite.added_to_favourite::before {
	content: '\e903';
}

.package_sub_section:last-child{
	border-bottom: 0;
}

.readmore_content .toggle_action {
	cursor: pointer;
}

.readmore_content .toggle_action {
	color: #FF0000;
	font-size: inherit;
	text-decoration: none;
}

.readmore_content p:last-child {
	margin-bottom: 0;
}

.readmore_content h2 {
	font-size: 20px;
}

.readmore_content h3 {
	font-size: 20px;
}

.readmore_content a{
	color: #F2201E;
	font-weight: inherit;
}

.readmore_content table {
	font-size: 14px;
}

.toggle_action.read_less {
	display: none;
}

.owl-nav button {
	width: 36px;
	height: 36px;
	border: 1px solid #2D2D2D !important;
	background-color: rgba(255, 255, 255, 0.7) !important;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px !important;
}

.owl-nav button span {
	display: none;
}

.owl-nav button.disabled {
	cursor: default !important;
}

.owl-nav button:hover {
	background-color: #fff !important;
}

.owl-nav .owl-prev {
	left: -15px;
}

.owl-nav .owl-next {
	right: -15px;
}

.owl-nav .owl-prev::before {
	content: "\e906";
	font-family: 'holiday-icomoon';
	display: inline-block;
	transform: rotate(90deg) translateY(2px);
}

.owl-nav .owl-next::before {
	content: "\e906";
	font-family: 'holiday-icomoon';
	display: inline-block;
	transform: rotate(-90deg) translateY(2px);
}

.owl_sync_carousel {
	padding: 34px 0;
}

.owl_sync_carousel .owl-item {
	min-width: 18%;
	/* width: 227px !important; */
	max-width: none !important;
	padding: 0;
	margin-left: -1px;
}

.owl_sync_carousel .thumbnail {
	height: 326px;
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 6px;
	margin-bottom: 16px;
}

.owl_sync_carousel .thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	background: #ccc;
	border-radius: 10px;
}

.owl_sync_carousel figcaption {
	font-size: 18px;
	font-family: 'Poppins Medium', sans-serif;
	color: #444444;
}

.owl_sync_carousel figcaption a{
  color: inherit;
  text-decoration: none;
}

.owl_sync_carousel figcaption a:hover{
  text-decoration: underline;
  color: #EC1D24;
}

.owl_sync_carousel .owl-item:not(.owl-active) .thumbnail {
	opacity: 0.5;
}

.owl_sync_carousel .owl-active .thumbnail {
	border-color: #EC1D24;
}

.owl_sync_carousel .owl-active figcaption {
	color: #EF4A4F;
}

.owl_sync_carousel .cta-view_page a{
  color: #EC1D24;
  text-decoration: none;
}

.owl-carousel.nav-top-right .owl-nav {
	position: absolute;
	top: -50px;
	right: 0;
}

.owl-carousel.nav-top-right .owl-nav button {
	width: 54px;
	height: 54px;
	position: static;
	transform: none;
	margin-left: 8px;
	border-color: #707070 !important;
	color: #707070;
}

.owl-carousel.nav-top-right .owl-nav button.disabled{
	color: #ccc;
    border-color: #ccc !important;
}

.owl_sync_carousel .item-detail {
	display: none;
}

.owl_detail_window {
	font-size: 20px;
}

.owl_sync_carousel .item-detail span,
.owl_detail_window span {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.carousel_heading {
	font-size: 26px;
	font-family: 'Poppins Medium', sans-serif;
	display: none;
}

.cta-row {
	margin-top: 38px;
}

.button-field {
	display: inline-block;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	border: 0;
	background-color: #EC1D24;
	color: #fff;
	border-radius: 5px;
	padding: 14px 70px;
	transition: 0.3s all;
}

.button-outline {
	display: inline-block;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	border: 2px solid #EC1D24;
	background-color: transparent;
	color: #EC1D24;
	border-radius: 5px;
	padding: 14px 70px;
	transition: 0.3s all;
}

.button-outline.btn-white {
	border-color: #fff;
	color: #fff;
}

.button-outline.btn-white:hover {
	background-color: #fff;
	color: #EC1D24;
}

.button-field:hover,
.button-outline:hover {
	color: #fff;
	background-color: #FF0000;
}

.best_packages_carousel {
	padding: 15px 0;
}

.owl_sync_carousel_wrapper .owl-carousel.nav-top-right .owl-nav {
	top: -40px;
}

.best_packages_carousel .owl-item {
	min-width: 434px;
	width: 434px !important;
}

.best_packages_carousel .box {
	min-height: 220px;
	display: flex;
	background-color: #444444;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.best_packages_carousel img {
	width: 100%;
	object-fit: cover;
	opacity: 0.7 !important;
}

.best_packages_carousel h6 {
	width: 100%;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scale(0);
	padding: 10px 15px;
	opacity: 0;
	transition: 0.3s all;
	transition-delay: 0.1s;
}

.best_packages_carousel .active h6 {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.box-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.blogs_carousel {
	padding: 15px 0;
}

.blogs_carousel .owl-item {
	min-width: 434px;
	width: 434px !important;
	padding-bottom: 1px;
}

.blogs_carousel .box {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 1px;
}

.blogs_carousel .thumbnail_img {
	height: 247px;
	margin: -1px;
}

.blogs_carousel .thumbnail_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogs_carousel .thumbnail_content {
	padding: 25px;
	border: 1px solid #D2D2D2;
	border-bottom: 0;
	flex: 1;
}

.blogs_carousel .blog_title {
	font-size: 28px;
	margin-bottom: 12px;
}

.blogs_carousel p {
	font-size: 18px;
	color: #444444;
}

.blogs_carousel .cta {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	font-size: 20px;
	border: 1px solid #D2D2D2;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}

.blogs_carousel .cta a {
	color: #EC1D24;
	text-decoration: none;
}

.blogs_carousel .cta .icon-svg-expand {
	font-size: 50%;
	display: inline-block;
	transform: rotate(-90deg) translateX(1px);
	transition: 0.3s all;
	opacity: 0;
}

.blogs_carousel .cta a:hover i {
	opacity: 1;
	margin-left: 6px;
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel .owl-item {
	min-height: auto;
	display: flex;
	padding: 0 1px;
	max-width: 325px;
}

.owl-carousel .owl-item .item {
	width: 100%;
}

.compare_sticky_bar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	background-color: #2D2D2D;
	padding: 34px 0;
	transition: 0.3s all;
}

.compare_sticky_bar.hidden {
	transform: translateY(200px);
}

.compare_sticky_bar .row {
	row-gap: 20px;
}

.compare_selected_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 40px;
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins Medium', sans-serif;
}

.compare_selected_list .tile {
	gap: 16px;
	position: relative;
}

.compare_selected_list .btn-remove {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: inherit;
	cursor: pointer;
	padding: 8px;
	line-height: 22px;
}

.compare_selected_list .thumbnail {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
}

.compare_selected_list .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.compare_selected_list .name {
	max-width: 250px;
}

.compare_selected_list .name span {
	display: block;
}

.compare_selected_list .name .type {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.compare_sticky_bar .cta_wrapper {
	gap: 16px;
}

.compare_sticky_bar .cta_wrapper button {
	min-width: 200px;
	font-size: 16px;
	font-family: 'Poppins Medium', sans-serif;
	padding: 18px;
}

.srp_faq_section .accordion-item {
	border: 0;
}

.srp_faq_section .accordion-item:not(:last-child) {
	margin-bottom: 40px;
}

.srp_faq_section .accordion-header .accordion-button {
	padding: 50px 40px 50px 64px;
	font-size: 30px;
	font-family: 'Poppins Medium', sans-serif;
	background-color: #F8F8F8;
	color: #444444;
	box-shadow: none !important;
}

.srp_faq_section .accordion-header .accordion-button::after,
.srp_faq_section .accordion-header .accordion-button[aria-expanded="false"]::after {
	content: "+";
	min-width: 30px;
	text-align: center;
	background: transparent;
	transform: none !important;
}

.srp_faq_section .accordion-header .accordion-button[aria-expanded="true"]::after {
	content: "-";
	background: none;
	transform: none;
}

.srp_faq_section .accordion-body {
	font-size: 20px;
	padding: 0 40px 40px 64px;
	background-color: #F8F8F8;
}

.nav-tabs_network {
	width: 100%;
	float: none;
	border-radius: 0;
	justify-content: space-around;
	border: 0;
	border-bottom: 1px solid #707070;
	padding: 0;
	position: static;
}

.nav-tabs_network li button {
	font-size: 24px;
	font-family: 'Poppins Medium', sans-serif;
	color: #444444 !important;
	border: 0 !important;
	position: relative;
	padding: 15px 10px;
	background: transparent !important;
}

.nav-tabs_network .nav-item.show .nav-link,
.nav-tabs_network .nav-link.active {
	border: 0;
	color: #EC1C24 !important;
}

.nav-tabs_network .nav-link.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #EC1C24;
	position: absolute;
	bottom: -1.5px;
	left: 0;
	opacity: 0;
}

.nav-tabs_network .underline {
	position: absolute;
	bottom: -2px;
	height: 4px;
	width: 0;
	background-color: #EC1C24;
	transition: width 0.3s ease, left 0.3s ease;
	/* Smooth transitions */
}

.destination_network_table {
	font-size: 20px;
	margin: 0;
}

.destination_network_table tr {
	border-color: #D2D2D2;
}

.destination_network_table tr:last-child {
	border-bottom: 0;
}

.destination_network_table tr:first-child {
	border-top: 0;
}

.destination_network_table td:first-child {
	border-left: 0;
}

.destination_network_table td:last-child {
	border-right: 0;
}

.destination_network_table td {
	padding: 22px 10px;
	border-color: #D2D2D2;
}

.srp_network_section {
	border-bottom: 0;
}

.srp_network_section .tab-content {
	padding-top: 32px;
}

.srp_network_section .table_wrapper {
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	overflow-x: auto;
}

.network_dropdown_cta .btn {
	width: 100%;
	background-color: #F8F8F8;
	font-size: 17px;
	font-family: 'Poppins Medium', sans-serif;
	border-radius: 0;
	border: 0;
	height: 68px;
	color: #444444;
	text-align: left;
	padding: 20px;
	display: flex;
	align-items: center;
}

.network_dropdown_cta .btn::after {
	margin-left: auto;
}

.network_dropdown_cta .btn.show::after {
	transform: rotate(180deg);
}

.filter_sidebar {
	padding: 32px 40px;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	border-radius: 4px;
	scrollbar-width: 2px;
}

.filter_sidebar::-webkit-scrollbar {
	width: 6px;
}

.filter_sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 10px;
}

.filter_sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ddd;
	-webkit-box-shadow: none;
}

.filter_sidebar {
	position: absolute;
	width: calc(100% - 15px);
	max-width: 100%;
}

.filter_sidebar.fixed {
	width: 100%;
	height: calc(100vh - 140px);
	overflow-y: auto;
	border-radius: 0;
	border-color: transparent;
	border-right-color: #C9C9C9;
	position: fixed;
	top: 140px;
	left: 24px;
}

.filter_sidebar .aside_panel:not(:last-child) {
	margin-bottom: 30px;
}

.filter_sidebar .aside_panel.priceRangetype {
	margin-bottom: 40px;
}

.filter_sidebar .aside_panel_title,
.filter_sidebar .aside_subpanel_title {
	font-size: 18px;
	margin-bottom: 14px;
	color: #444444;
	font-family: 'Poppins Regular', sans-serif;
}

.filter_sidebar .aside_subpanel_title {
	margin-bottom: 6px;
}

.filter_sidebar .aside_header {
	min-height: 68px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	z-index: 2;
	position: relative;
}

.filter_sidebar.fixed .aside_header {
	position: sticky;
	top: -30px;
}

.filter_sidebar .header_title {
	font-family: 'Poppins Medium', sans-serif;
	font-size: 30px;
	margin-bottom: 0;
}

.btn-clear_filters {
	height: 33px;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 15px;
	color: #444444;
	background-color: #FFD7D6;
	padding: 2px 17px;
	border-radius: 6px;
	border: 0;
}

.filter_checkbox_list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #888888;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 13px;
}

.priceRangetype .irs{
	height: 50px;
}

.irs .irs-to, .irs .irs-from{
	font-size: 18px;
	color: #888888 !important;
}

.irs span{
	color: inherit !important;
}

.aside_sub_panel:not(:last-child) {
	margin-bottom: 22px;
}

.filter_checkbox_list.month_list {
	flex-direction: row;
}

.filter_checkbox_list.month_list li {
	width: 33.33%;
}

.filter_checkbox_list input {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.filter_checkbox_list li {
	position: relative;
	padding-left: 26px;
}

.filter_checkbox_list label {
	position: relative;
}

.filter_checkbox_list label i {
	font-style: normal;
}

.filter_checkbox_list input:checked+label::before {
	border-color: #FF0000;
	background-color: #FF0000;
}

.filter_checkbox_list label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	font-size: 16px;
	border: 1px solid #707070;
	border-radius: 3px;
	position: absolute;
	left: -26px;
	top: 2px;
	transition: 0.2s all;
}

.filter_checkbox_list label::after {
	content: "\e910";
	font-family: 'holiday-icomoon';
	position: absolute;
	left: -26px;
	font-size: 18px;
	line-height: 18px;
	top: 2px;
	color: #fff;
}

.filter_sidebar .read-more-toggle {
	margin-top: 14px;
}

.filter_sidebar .read-more-toggle span {
	text-decoration: none !important;
	color: #FF0000 !important;
}

.aside_footer {
	padding: 15px 0 24px;
}

.aside_footer button {
	opacity: 1;
	height: 44px;
	font-size: 13px;
	width: 48%;
	padding: 5px;
}

.mobile_action_cta {
	min-height: 47px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background-color: #fff;
	margin: 0 -24px;
	position: relative;
	z-index: 10;
}

.srp_main.sticky:not(.sticky_elements) .mobile_action_cta .d-flex {
	width: 100%;
	position: fixed;
	top: 66px;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	transition: 0.3s all linear;
	/* transition-delay: 0.3s; */
}

.srp_main.sticky.sticky_elements .mobile_action_cta .d-flex {
	width: 100%;
	position: fixed;
	top: 185px;
	left: 0;
	background-color: #fff;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	z-index: 100;
	transition: 0.3s all ease;
	transition-delay: 0.3s;
}

.mobile_action_cta button:not(:last-child) {
	border-right: 1px solid #EBEBEB;
}

.mobile_action_cta button {
	width: 50%;
	font-size: 12px;
	color: #000;
	border: 0;
	background-color: transparent;
	height: 45px;
}

.mobile_action_cta button i {
	margin-right: 6px;
}

.sorting_dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: flex;
	flex-direction: column;
}

.sorting_dropdown li {
	padding: 8px 0;
}

.sorting_dropdown li.active {
	color: #EC1D24;
}

.breadCrumb_SRP {
	padding: 0;
	max-width: none !important;
}

.breadCrumb_SRP ul {
	margin: 0 0 16px 0 !important;
	padding: 0;
}

.breadCrumb_SRP ul a {
	text-decoration: none;
}

.breadCrumb_SRP ul a:hover {
	color: #EC1D24;
}

.sort_bottomsheet .selectric-wrapper .selectric {
	height: auto;
}

.sort_bottomsheet .selectric-wrapper .selectric .label {
	height: 42px;
	margin: 0;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 16px;
	color: #444444;
}

.sort_bottomsheet .selectric-wrapper .selectric .label::after {
	opacity: 0;
}

.sort_bottomsheet .selectric-wrapper .selectric-items {
	min-width: 100%;
	width: auto !important;
	left: 0 !important;
}

.sort_bottomsheet .selectric-wrapper .selectric-items ul {
	gap: 0;
}

.sort_bottomsheet .selectric-scroll ul li {
	border-radius: 0;
	background-color: #fff;
	text-align: left;
	padding: 5px 20px;
	font-size: 14px;
}

.sort_bottomsheet .selectric-scroll ul li.selected {
	background-color: #f5f5f5;
}

.CardBuildPanelBody {
	z-index: 102;
}

.read_more_content_new a.more,
.read_more_content_new a.less {
	color: #EB1C23;
}

.holiday-autocomplete ul li {
	position: relative;
}

.holiday-autocomplete ul li::before {
	content: "\e920";
	font-family: 'holiday-icomoon';
	position: absolute;
	left: -17px;
	top: 3px;
}

.search_bar_header {
	padding: 15px 16px;
	gap: 16px;
}

.search_bar_header button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #FDE8E9 url(/images/homePageRevamp/homepageIcon_sprite.png) no-repeat !important;
	background-position: -365px -78px !important;
	border: 0;
}

.search_bar_header h6 {
	font-size: 18px;
	font-family: 'Poppins Bold', sans-serif;
	margin: 0;
}

.holiday_revamp footer {
	margin: 0;
}

.holiday_revamp footer:not(.page_footer) {
	border: 0;
}

.icomoon.icon-svg-facebook-solid:before {
	font-size: 110%;
}

.page_footer .container {
	max-width: none !important;
}

.theme-holidays-page .theme-page-section-hide,
.holidaysearch-page .theme-page-section-hide {
	display: none;
}

.chatBoatSectionNew {
	display: block !important;
}

.sticky_header .login_cta .btn span {
	display: none;
}

.sticky_header .clone_elements {
	order: 5;
}

.footer_sub_menu li a {
	text-transform: none;
	font-family: inherit;
}

.international .owl-nav,
.domestic_container .owl-nav,
.reading_section .owl-nav {
	display: block !important;
}

.holiday_srp_page .international_container .owl-prev,
.holiday_srp_page .international_container .owl-next,
.holiday_srp_page .domestic_container .owl-prev,
.holiday_srp_page .domestic_container .owl-next,
.holiday_srp_page .reading_section .owl-prev,
.holiday_srp_page .reading_section .owl-next {
	background: none !important;
}

/*home page sections*/
.international_container,
.demestic-section,
.reading_section {
	background: transparent;
	padding: 0;
	height: auto;
}

.SOTC_Container {
	max-width: none;
	padding: 0 !important;
}

.reading_section .reading {
	position: relative;
	padding-bottom: 60px !important;
}

.reading_section .reading .row>div {
	width: 100%;
	max-width: 100%;
}

.reading_left_card .cta-view_all {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
}

.reading_View_All_osts {
	border: 1px solid #FF0000;
	position: static;
}

.holiday-autocomplete ul,
.holiday-autocomplete ul {
	padding: 11px 26px;
}

.search-bar-container .location-input,
.search-bar-container .date-container {
	margin: 0;
	width: 100%;
}

.srp_footer_content{
  width: 100%;
}

.srp_footer_content h2{
  font-size: 30px;
  font-family: 'Poppins Medium', sans-serif;
  margin-bottom: 10px;
}

.srp_footer_content h3{
  font-size: 26px;
  font-family: 'Poppins Medium', sans-serif;
}

.srp_footer_content p, .srp_footer_content ul{
  color: #000000;
}

.srp_footer_content h2 + p a,
.srp_footer_content .greysrp_btn a{
  border: 1px solid #eee;
  -khtml-border-radius: 10px;
  padding: 7px 15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 8px;
  font-size: 13px;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #eb9699;
  display: inline-block;
  transition: 0.3s all;
}

.srp_footer_content h2 + p a:hover,
.srp_footer_content .greysrp_btn a:hover{
  background: #da2128;
  color: #fff;
}

.saleassist .sa-live-call-widget-btn-container{
	z-index: 3 !important;
}

.irs .curr{
	font-size: 0 !important;
}

.irs .irs-to::before,
.irs .irs-from::before{
	content: "\20B9";
    font-style: normal;
	margin-right: -4px;
}

.click-call{ display: none !important; }

.Recommonded_carousel.owl-carousel .owl-item:not(.active),
.FIT_carousel.owl-carousel .owl-item:not(.active),
.GIT_carousel.owl-carousel .owl-item:not(.active),
.package_carousel.owl-carousel .owl-item:not(.active){ opacity: 0; }

.Recommonded_carousel.owl-carousel .owl-nav button.disabled,
.FIT_carousel.owl-carousel .owl-nav button.disabled,
.GIT_carousel.owl-carousel .owl-nav button.disabled,
.package_carousel.owl-carousel .owl-nav button.disabled{ opacity: 0; }

.dropdown.loggedInshow:not(.hide) + .login_cta{
	display: none;
}

.fullpage_loader_wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.fullpage_loader{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullpage_loader img{
	max-width: 144px;
	margin-bottom: 15px;
}

.fullpage_loader h4{
	font-size: 16px;
	font-family: 'Poppins SemiBold', sans-serif;
	margin: 0;
}

.fullpage_loader .cell{
	background-color: #fff;
	padding: 80px;
	border-radius: 6px;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.package_sub_section .reading_card_body_text{
	font-size: 18px;
}

.package_sub_section .reading_read_more{
	font-size: 16px;
}

@media screen and (min-width: 991px) {
	.owl-carousel .owl-item {
        max-width: calc(33% - 12px) !important;
    }
	.owl-carousel .owl-stage{
		min-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.sticky_header .plan_trip_cta{
		display: inline-block;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1639px) {
	.sticky_searchbar .date-container {
		width: 320px;
	}

	.search-bar .selectric-items {
		max-width: calc(100% + 45px);
	}

	.sticky_header .plan_trip_cta {
		display: inline-block;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1659px) {
	.owl_sync_carousel .owl-item{
		min-width: 13%;
	}
}

@media screen and (min-width: 1660px) {
	.tabs_filter_wrapper .tabs_filter.stick {
		z-index: 98;
	}

	.search-bar-container .date-container .selectric-wrapper {
		min-height: 48px;
	}

	.owl-carousel .owl-item {
		max-width: 460px;
	}

	.breadcrumb_links ul li a {
		font-size: 18px !important;
	}

	.selectric-select_sort {
		width: 356px;
	}

	.sort_bottomsheet .selectric-wrapper .selectric .label {
		height: 56px;
		font-size: 18px;
		line-height: 54px;
	}

	.sort_bottomsheet .selectric-wrapper .selectric .button {
		width: 60px;
	}

	.sort_bottomsheet .selectric .button::after {
		border-width: 0px;
		font-size: 8px;
		line-height: 56px;
	}

	.sort_bottomsheet .selectric-scroll ul li {
		font-size: 16px;
		padding: 10px 16px;
	}

	a.nav-link.link-wishlist.wishlistToggle,
	.primary_header_link {
		font-size: 14px;
	}

	.tabs_filter:not(.stick) h6 {
		min-width: 110px;
	}

	.package_slide .default_slide p {
		font-size: 18px;
	}

	.sticky_header .sticky_header_item,
	.sticky_header .plan_trip_cta {
		display: inline-block;
	}

	.search_bar_wrapper.sticky_searchbar .search-bar-container {
		padding: 10px 30px;
	}
	.owl_sync_carousel .owl-item{
		min-width: auto;
	}
    .owl_sync_carousel .owl-item{
		min-width: 13%;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
  	.srp_main_page .srp_filter_side{
    	width: 25%;
  	}
  	.srp_main_page .srp_main_side{
    	width: calc(100% - 25%);
  	}
  	.owl-carousel .owl-item{
		max-width: none;
  	}
  	.priceRangetype .irs {
    	height: 40px;
	}
	.irs .irs-to, .irs .irs-from {
        font-size: 16px;
    }
	.filter_checkbox_list {
        font-size: 16px;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) {
  .srp_main_page .srp_filter_side{
    width: 360px;
  }
  .srp_main_page .srp_main_side{
    width: calc(100% - 360px);
  }
  .owl-carousel .owl-item{
	max-width: none;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {
  .srp_main_page .srp_filter_side{
    width: 400px;
  }
  .srp_main_page .srp_main_side{
    width: calc(100% - 400px);
  }
  .owl-carousel .owl-item{
	max-width: none;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1900px){
	.package_slide .slide_cta .rating{
		transform: scale(1.5);
	}
	.package_slide .cta{
		font-size: 35px;
	}
	.package_slide .slide_cta{
		gap: 10px;
	}
	.srp_main_page .srp_main_side{
		padding-left: 20px;
	}
	.package_slide .reward .earn_point{
		transform: scale(0.9);
		transform-origin: left bottom;
	}
	.srp_main_page .srp_filter_side{
		width: 380px;
	}
	.srp_main_page .srp_main_side{
		width: calc(100% - 380px);
	}
}

@media screen and (max-width: 1659px) {
	.holiday_revamp .container-fluid {
		padding: 0 24px;
	}

	.sticky_header .clone_elements .wishlist_cta {
		display: none;
	}

	.package_main_title h1,
	.package_main_title h2 {
		font-size: 24px;
	}

	.package_sub_section .sub_title {
		font-size: 22px;
	}

	.srp_footer_content h2{
		font-size: 22px;
	}

	.international_heading {
		font-size: 22px;
		font-family: 'Poppins Medium', sans-serif;
		color: #444444;
	}

	.domestic_heading {
		font-size: 22px;
		font-family: 'Poppins Medium', sans-serif;
		color: #444444;
	}

	.package_sub_section p {
		font-size: 16px;
	}

	.package_sub_section {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.sort_bottomsheet {
		gap: 10px;
	}

	.sort_bottomsheet label {
		font-size: 16px;
	}

	.sort_bottomsheet .selectric .label {
		font-size: 16px;
		height: 42px;
		line-height: 42px;
	}

	.package_carousel .owl-stage-outer,
	.owl_sync_carousel .owl-stage-outer,
	.best_packages_carousel .owl-stage-outer,
	.blogs_carousel .owl-stage-outer,
	.international_image_container .owl-stage-outer,
	.domestic_image_container .owl-stage-outer,
	.reading_right_section .owl-stage-outer {
		min-width: calc(100% + 24px);
	}

	.package_slide {
		height: 424px;
	}

	.package_slide .off_price {
		font-size: 10px;
		padding: 4px;
	}

	.package_slide .btn-view_detail {
		padding: 15px;
		font-size: 12px;
	}

	.package_slide .reward .earn_point {
		font-size: 12px;
	}

	.package_slide .inclusion_list {
		row-gap: 16px;
	}

	.package_slide .inclusion_list img {
		max-width: 20px;
	}

	.package_slide .inclusion h4 {
		font-size: 20px;
		font-family: 'Poppins SemiBold', sans-serif;
		margin-bottom: 12px;
	}

	.package_slide .itineraries h4 {
		font-family: 'Poppins Medium', sans-serif;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.tabs_filter h6 {
		font-size: 14px;
	}

	.package_slide .itineraries p,
	.package_slide .itineraries_list {
		font-size: 12px;
	}

	.package_slide .package_name {
		font-size: 19px;
		margin-bottom: 5px;
	}

	.package_slide .emi_note {
		font-size: 13px;
	}

	.package_slide .cancel_price {
		font-size: 12px;
	}

	.package_slide .current_price {
		font-size: 20px;
	}

	.short_places_list {
		font-size: 13px;
	}

	.package_slide .recommended_tag {
		font-size: 13px;
	}

	.package_slide .day_night{
		font-size: 13px;
		padding: 4px 10px;
		border-radius: 6px;
	}

	.package_slide .inclusion_list {
		font-size: 10px;
	}

	.package_slide .cta {
		width: 30px;
		height: 30px;
		font-size: 26px;
	}

	.package_slide .cta.cta-compare {
		background-size: 22px;
	}

	.package_slide .slide_cta {
		gap: 4px;
	}

	.package_slide .btn-view_detail {
		font-size: 12px;
	}

	.package_slide .offer_tag {
		font-size: 13px;
	}

	.srp_main_page .srp_filter_side {
		/* width: 302px; */
		padding-right: 15px;
	}

	.filter_sidebar.fixed {
		width: 302px;
		left: 15px;
	}

	.filter_sidebar {
		padding: 20px 25px;
	}

	.filter_sidebar .header_title {
		font-size: 20px;
	}

	.btn-clear_filters {
		font-size: 12px;
		padding: 2px 15px;
	}

	.filter_sidebar .aside_panel_title,
	.filter_sidebar .aside_subpanel_title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.filter_checkbox_list {
		font-size: 15px;
	}

	.irs .irs-to, .irs .irs-from{
		font-size: 15px;
	}

	.srp_main_page .srp_main_side {
		/* width: calc(100% - 435px); */
		padding-left: 15px;
	}

	.carousel_heading {
		font-size: 16px;
	}

	.owl_sync_carousel figcaption {
		font-size: 14px;
	}

	.owl_detail_window {
		font-size: 16px;
	}

	.best_packages_carousel h6 {
		font-size: 16px;
	}

	.button-field {
		font-size: 16px;
		padding: 10px 50px;
	}

	.blogs_carousel .thumbnail_content {
		padding: 15px;
	}

	.blogs_carousel .cta {
		padding: 15px;
		font-size: 14px;
	}

	.blogs_carousel .blog_title {
		font-size: 20px;
	}

	.package_slide .inclusion_list i {
		font-size: 22px;
	}

	.compare_sticky_bar {
		padding: 20px 0;
	}

	.compare_selected_list {
		font-size: 14px;
	}

	.compare_sticky_bar .cta_wrapper button {
		min-width: 150px;
		font-size: 14px;
		font-family: 'Poppins Medium', sans-serif;
		padding: 10px;
	}

	.compare_selected_list .thumbnail {
		width: 44px;
		height: 44px;
		border-radius: 6px;
	}

	.srp_faq_section .accordion-header .accordion-button {
		padding: 30px 30px 30px 34px;
		font-size: 20px;
	}

	.srp_faq_section .accordion-body {
		padding: 0 30px 30px;
		font-size: 16px;
	}

	.nav-tabs_network li button {
		font-size: 16px;
	}

	.destination_network_table {
		font-size: 16px;
	}

	.destination_network_table td {
		padding: 15px 5px;
	}

	.compare_selected_list .name {
		max-width: 200px;
	}

	.tabs_filter .icon_wrapper {
		width: 64px;
		height: 64px;
		font-size: 64px;
		line-height: 64px;
	}

	.package_slide .slide_cta .rating {
		transform: scale(1.1);
	}

	/* .package_slide .itineraries_list {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	} */

	.package_slide .itineraries_list li {
		display: inline-block;
	}

	.package_slide .itineraries_list li::after {
		margin-right: 0;
	}

	.package_slide .reward .earn_point {
		padding-left: 70px;
		min-height: 40px;
	}

	.package_slide .reward .earn_point::before {
		width: 60px;
		height: 48px;
		top: 20%;
	}

	.srp_footer_content h3{
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.holiday_packages_panes {
		max-height: 60vh;
		overflow-y: auto;
	}

	.package_carousel .owl-item.active:nth-child(n + 4 of .active) {
		opacity: 0;
	}

	.package_slide:hover .view_cta {
		transform: none;
		opacity: 1;
	}

	.package_slide:hover .default_slide {
		opacity: 0;
		pointer-events: none;
	}

	.package_slide:hover .offer_tag {
		display: none;
	}

	.package_slide:hover .hover_slide {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) and (max-width: 1299px){
	.srp_main_page .srp_filter_side{
		max-width: 280px;
	}
	.filter_sidebar {
        padding: 20px 15px;
    }
	.package_slide .inclusion h4{
		font-size: 16px;
	}
	.package_slide .reward .earn_point{
		padding-left: 60px;
        min-height: 30px;
	}
	.package_slide .reward .earn_point::before {
        width: 50px;
        height: 40px;
		top: 27%;
	}
	.package_slide .slide_cta .rating {
        transform: scale(1);
    }
	.package_slide .cta{
		font-size: 22px;
	}
	.package_slide .slide_cta{
		padding: 10px 15px;
	}
	.package_slide .package_name{
		font-size: 18px;
	}
	.package_carousel .owl-item{
		min-width: auto;
	}

	.compare_selected_list .name {
		max-width: 150px;
	}
}

@media screen and (max-width: 991px) {

	.srp_main_page .srp_filter_side,
	.srp_main_page .srp_main_side {
		width: 100%;
		padding: 0;
	}

	.owl_sync_carousel .thumbnail {
		height: 225px;
	}

	.blogs_carousel .thumbnail_img {
		height: 185px;
	}

	.compare_selected_list {
		gap: 0;
		row-gap: 10px;
		flex-wrap: wrap;
	}

	.compare_selected_list li {
		width: 33.33%;
	}

	.filter_sidebar {
		height: 100%;
		position: static !important;
		border: 0 !important;
	}

	.srp_main_page .srp_filter_side {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0;
		background-color: #fff;
		z-index: 111;
		transition: 0.3s all;
	}

	.filter_sidebar .aside_body {
		width: calc(100% + 20px);
		padding-right: 20px;
		height: calc(100% - 150px);
		overflow-y: auto;
	}

	.filter_sidebar.fixed {
		overflow: hidden;
		width: auto;
		height: calc(100vh - 40px);
		left: 0;
		top: auto;
	}

	.filter_sidebar .aside_header {
		padding-top: 4px;
		min-height: auto;
	}

	.srp_filter_side:not(.open) {
		opacity: 0;
		pointer-events: none;
	}

	.sort_bottomsheet {
		width: 100%;
		display: block;
		position: fixed;
		bottom: -400px;
		left: 0;
		z-index: 106;
		background-color: #fff;
		padding: 24px;
		transition: 0.3s all cubic-bezier(0, 0, 0.58, 1);
	}

	.sort_bottomsheet.open {
		bottom: 0;
	}

	.sort_bottomsheet label {
		font-size: 18px;
		font-family: 'Poppins Medium', sans-serif;
		display: flex;
		margin-bottom: 8px;
	}

	.sort_bottomsheet .btn-close {
		opacity: 1;
	}

	.selectric-select_sort {
		display: none;
	}

	.custom-modal-backdrop,
	.custom-filter-backdrop {
		width: 100%;
		height: 100%;
		background-color: #131313;
		opacity: 0.5;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 105;
		display: none;
	}

	.custom-filter-backdrop {
		z-index: 110;
		background-color: transparent;
	}

	.filter_checkbox_list label::before,
	.filter_checkbox_list label::after {
		left: -25px;
	}

	.fullpage_loader .cell{
		padding: 20px;
	}
	.fullpage_loader img{
		max-width: 90px;
	}
	.fullpage_loader h4{
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.tabs_filter.stick {
		width: 100%;
		padding: 0 30px;
		position: fixed;
		left: 0;
		background-color: #fff;
		animation: tabs_animation 0.7s ease forwards;
		z-index: 98;
	}

	.tabs_filter.stick ul li {
		padding: 10px 2px 16px;
		position: relative;
	}

	.tabs_filter.stick ul li.active h6 {
		color: inherit;
	}

	.tabs_filter.stick ul li:not(.active) h6 {
		color: #888888;
	}

	.tabs_filter.stick ul li.active::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #FF0000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.tabs_filter.stick .icon_wrapper {
		display: none;
	}

	.tabs_filter.stick ul li {
		white-space: nowrap;
	}

	.recent-search {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.page_header {
		z-index: 105;
		min-height: 60px;
	}

	.page_header.menu-open .bottom_sticky_cta {
		display: none;
	}

	.package_main_title h1, .package_main_title h2, .srp_footer_content h2 {
		font-size: 20px;
	}

	.package_sub_section .sub_title {
		font-size: 16px;
		line-height: normal;
	}

	.package_sub_section p {
		font-size: 14px;
		line-height: normal;
	}

	.reading-section .readingleft {
		margin-top: 20px;
	}

	.package_carousel .owl-item {
		min-width: 288px;
	}

	.package_slide {
		height: 400px;
	}

	.owl_sync_carousel .owl-item {
		width: 300px !important;
		min-width: 300px;
	}

	.owl_sync_carousel .thumbnail {
		height: 388px;
	}

	.owl_sync_carousel .thumbnail {
		padding: 5px;
	}

	.owl_sync_carousel .item-detail {
		font-size: 14px;
	}

	.package_carousel .owl-stage-outer,
	.owl_sync_carousel .owl-stage-outer,
	.best_packages_carousel .owl-stage-outer,
	.blogs_carousel .owl-stage-outer {
		margin: 0 -24px;
	}

	.package_carousel,
	.owl_sync_carousel,
	.best_packages_carousel,
	.blogs_carousel {
		padding: 0 0 0 20px;
	}

	.owl_sync_carousel .item-detail {
		display: block;
	}

	.carousel_heading {
		margin-bottom: 24px;
		font-size: 14px;
		font-family: 'Poppins Regular', sans-serif;
	}

	.blogs_carousel .owl-item,
	.best_packages_carousel .owl-item {
		width: 300px !important;
		min-width: 300px;
	}

	.srp_main_page .owl-nav {
		display: none !important;
	}

	.srp_faq_section .accordion-header .accordion-button {
		padding: 20px;
		font-size: 17px;
	}

	.srp_faq_section .accordion-body {
		padding: 20px;
		font-size: 16px;
	}

	.srp_faq_section .accordion-item:not(:last-child) {
		margin-bottom: 24px;
	}

	.destination_network_table td {
		min-width: 230px;
	}

	.nav-tabs_network {
		display: none;
		background-color: #F8F8F8;
		border: 0;
		position: static !important;
		transform: none !important;
		margin-top: 5px !important;
	}

	.nav-tabs_network.show {
		display: block;
	}

	.nav-tabs_network .nav-link {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}

	.filter_sidebar {
		width: 100%;
		padding: 20px 24px;
	}

	.owl-carousel .owl-item {
		min-width: 288px;
		max-width: 288px;
	}

	.package_slide .package_name {
		font-size: 16px;
	}

	.package_slide .package_price .offer_price_heading {
		width: 100%;
	}

	.search_bar_wrapper {
		padding: 0 !important;
	}

	@keyframes tabs_animation {
		0% {
			top: -100px;
			opacity: 0;
		}

		100% {
			top: 65px;
		}
	}

	.tabs_filter.stick.stick-mobile {
		width: 100%;
		min-height: 120px;
		padding: 0px;
		margin: 0;
		position: fixed;
		left: 0;
		background-color: #fff;
		animation: tabs_animation 0.7s ease forwards;
		z-index: 100;
	}

	.srp_main.sticky.sticky_elements {
		padding-top: 150px;
	}

	.srp_main_page {
		padding: 15px 0;
	}

	.search-bar-container {
		width: 100%;
		display: block;
		padding: 10px 16px;
		position: static !important;
	}

	.input-container.sticky_searchbar {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		background: transparent;
	}

	.search_bar_wrapper:not(.open) {
		opacity: 0;
		pointer-events: none;
	}

	.search_bar_wrapper {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		opacity: 1;
		pointer-events: all;
		transition: 0.3s all ease;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 105;
	}

	.input-container {
		padding: 0;
	}

	.searchbar_wrapper {
		display: block;
	}

	.search-bar-container .location-input,
	.search-bar-container .date-container {
		height: 58px;
		min-height: 58px;
		padding-left: 54px;
	}

	.date-container .selectric {
		height: 58px !important;
	}

	.search-bar-container .btn-search {
		min-height: 46px;
	}

	.search-bar-container .date-container .label {
		margin: 0;
		line-height: 50px !important;
	}

	.input-icon {
		left: 16px;
	}

	.search-bar-container .selectric-items {
		left: -55px !important;
		min-width: calc(100% + 55px);
		max-width: none;
	}

	.holiday-autocomplete {
		filter: drop-shadow(0px -3px 51px rgba(0, 0, 0, 0.01)) drop-shadow(0px 72px 43px rgba(0, 0, 0, -0.95)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.09)) drop-shadow(0px 13px 15px rgba(0, 0, 0, 0.1));
	}

	.holiday-autocomplete ul li a {
		font-size: 16px;
	}

	.wishlist_count .icomoon {
		display: none;
	}

	.tabs_filter .icon_wrapper i {
		background-size: 24px !important;
	}

	.login_cta .nav-link {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}

	.login_cta .btn {
		gap: 0;
	}

	.mega_menu_wrapper .heading::after {
		background: none !important;
		line-height: 12px;
	}

	.sticky_header .page_menu.open {
		opacity: 1;
		pointer-events: all;
	}

	.recent-search span.badge {
		width: auto;
	}

	.package_slide .itineraries,
	.package_slide .hover_slide .inclusion {
		padding-top: 10px;
		margin-top: 10px;
	}

	.package_slide .hover_slide .inclusion h4 {
		font-size: 14px;
	}

	.package_slide .inclusion_list {
		row-gap: 5px;
	}

	.package_slide .itineraries h4 {
		margin-bottom: 0;
	}

	.package_slide.hover-effect .view_cta {
		transform: none;
		opacity: 1;
	}

	.package_slide.hover-effect .default_slide {
		opacity: 0;
		pointer-events: none;
	}

	.package_slide.hover-effect .offer_tag {
		display: none;
	}

	.package_slide.hover-effect .hover_slide {
		opacity: 1;
	}

	.package_slide:not(.hover-effect) .hover_slide {
		pointer-events: none;
	}

	.package_slide .itineraries_list {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.package_slide .itineraries_list li {
		display: inline-block;
	}

	.breadcrumb_links ul li:not(:last-child) a.breadcrumb_prev_links:after {
		line-height: 26px;
	}

	.package_slide .off_price {
		padding: 4px 8px;
	}

	.package_slide .reward{
		margin-top: 30px;
	}

	.package_slide .reward .earn_point::before {
		width: 54px;
		height: 44px;
		top: 30%;
	}

	.package_slide .reward .icon-svg-expand {
		margin-bottom: 4px;
	}

	.package_slide .reward .earn_point {
		padding-left: 66px;
		min-height: 30px;
	}

	.sticky_action_div {
		top: 120px;
	}

	.bottom_sticky_cta {
		border-top: 2px solid #EBEBEB;
	}

	.bottom_sticky_cta a {
		flex: 1;
		padding: 10px;
		align-items: center;
		justify-content: center;
	}

	.planMyTripModal .select_wrapper {
		min-width: 100%;
		max-width: 100%;
	}

	.blogs_carousel .box {
		padding-bottom: 20px;
	}

	.package_slide .slide_cta {
		padding: 10px 20px;
	}

	.page_header li:not(.menu-open) .nav-link:hover,
	.page_menu_list li:not(.menu-open) .nav_link:hover {
		color: inherit !important;
	}

	.mobile_menu_widget {
		display: none;
	}

	body.build-mob .bottom_sticky_cta {
		display: none;
	}

	.search_bar_wrapper.sticky_searchbar .search-bar-container {
		padding: 10px 15px;
	}

	.planMyTripModal .close {
		top: 16px;
		right: 16px;
	}

	.planMyTripModal .checkmark {
		width: 18px;
		height: 18px;
	}

	.planMyTripModal .checkbox-container input:checked+.checkmark::after {
		font-size: 19px;
	}

	#tripForm .form-group .form-control {
		border-color: #79747E;
	}

	.BYOTAnimBox,
	.BYOTNoAnimBox {
		bottom: 135px;
	}

	.btn-clear_filters {
		position: absolute;
		top: 0;
		right: 0;
	}

	.menu-item-has-children:not(.menu-open)>a::after {
		background: url(/images/sotcNewHomePage/Icon-Sprite-Home.png) no-repeat -111px -342px;
	}

	.international_heading,
	.domestic_heading {
		padding: 0;
		font-size: 16px;
		line-height: normal;
	}

	.srp_footer_content h3 {
		font-size: 18px;
	}

	.owl_sync_carousel figcaption{
		margin-bottom: 10px;
	}

	.owl_sync_carousel .item-detail{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		line-clamp: 7;
	}

	.tabs_filter{
		gap: 8px;
	}
	.tabs_filter_wrapper .btn-arrow{
		border: 0;
	}
	.tabs_filter.stick .btn-arrow{
		margin-top: 18px;
	}

	.tabs_filter::before, .tabs_filter::after{
		width: 60px !important;
	}
	.tabs_filter::before{
		background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%);
	}
	.tabs_filter::after{
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
	}
	.tabs_filter_wrapper .btn-arrow{
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width: 479px) {
	.cta-row .button-field {
		width: 100%;
		padding: 16px 50px;
	}

	.tabs_filter .icon_wrapper {
		width: 46px;
		height: 46px;
		font-size: 46px;
		line-height: 46px;
		margin: 0 auto 10px;
	}

	.tabs_filter h6,
	.tabs_filter:not(.stick) h6 {
		min-width: 70px;
		width: auto;
		font-size: 12px;
	}

	.tabs_filter ul {
		gap: 20px;
		padding: 10px 20px;
	}

	.tabs_filter {
		margin: 0 -24px;
	}

	.tabs_filter.stick ul {
		gap: 20px;
	}

	.tabs_filter ul li {
		padding: 0px;
	}

	.compare_selected_list li {
		width: 100%;
	}

	.compare_sticky_bar .cta_wrapper button {
		min-width: 140px;
		font-size: 12px;
		font-family: 'Poppins Medium', sans-serif;
		padding: 7px;
	}

	.compare_sticky_bar {
		padding: 10px 0;
	}

	.compare_selected_list {
		font-size: 10px;
	}

	.compare_selected_list .btn-remove {
		font-size: 18px;
	}

	.compare_selected_list .tile {
		gap: 10px;
	}

	.compare_selected_list .thumbnail {
		width: 30px;
		height: 30px;
		border-radius: 3px;
	}

	.srp_filter_side:not(.open) {
		left: -100%;
	}

	.owl-carousel {
		min-width: calc(100vw + 24px);
	}

	.plan_trip_model_content {
		padding: 16px 16px 20px;
	}

	.generate_code button {
		width: 100%;
	}

	.srp_main_page .owl-carousel .owl-nav {
		display: block !important;
	}

	.srp_main_page .owl-carousel.blogs_carousel .owl-nav,
	.srp_main_page .owl-carousel.best_packages_carousel .owl-nav,
	.srp_main_page .owl-carousel.owl_sync_carousel .owl-nav {
		display: none !important;
	}

	.owl-carousel .owl-nav .owl-prev {
		display: none !important;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 50px;
		width: calc(100vw - 340px);
		height: 100%;
		opacity: 0;
	}

	.owl_sync_carousel .owl-item:not(.owl-active) .thumbnail {
		pointer-events: none;
	}
}

/*home page sections*/
.international_container,
.demestic-section,
.reading_section {
	background: transparent;
	padding: 0;
	height: auto;
}

.SOTC_Container {
	max-width: none;
	padding: 0 !important;
}

.reading_section .reading {
	position: relative;
	padding-bottom: 60px !important;
}

.reading_section .reading .row>div {
	width: 100%;
	max-width: 100%;
}

.reading_left_card .cta-view_all {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
}

.reading_View_All_osts {
	border: 1px solid #FF0000;
	position: static;
}

.holiday-autocomplete ul,
.holiday-autocomplete ul {
	padding: 11px 26px;
}

.search-bar-container .location-input,
.search-bar-container .date-container {
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.search-bar .input-container {
		min-width: auto;
	}

	.holiday_srp_page .search-bar {
		height: auto;
		border: 0;
	}

	.search-bar-container .location-input {
		border: 1px solid #000;
		border-radius: 4px 4px 0 0;
		border-bottom: 0;
	}

	.search-bar-container .location-input,
	.search-bar-container .date-container {
		width: 100% !important;
		margin: 0;
	}

	.holiday_srp_page .input-container:before {
		display: none;
	}
}

@media screen and (min-width:992px){
		img.sa-live-call-widget-btn.sa-live-call-widget-icon-btn-bottom_left{bottom: 14px;}
}