/*--------------------------------------------------------------
# General page with top tabs
--------------------------------------------------------------*/
.page-heading__nav {
	padding: 0;
    border-bottom: 1px solid #d9dee2;
}
.heading-nav__inner {
	height: 64px;
}
.heading-nav__links {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
    height: 100%;
}
.heading-nav__links {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.heading_nav__item {
	position: relative;
	cursor: pointer;
    display: inline-block;
    flex: 1 1 auto;
	-webkit-box-flex: 1;
    margin: 0;
    padding: 20px 8px;
}
.heading-nav__link {
    color: #333;
	cursor: pointer;
}
.heading-nav__link {
	position: relative;
    font-weight: 500;
    text-decoration: none;
}
.heading-nav__active {
    cursor: default;
}
.heading-nav__active:before {
    content: "";
    display: block;
    height: 0.2rem;
	bottom: -10px;
    left: 1px;
    position: absolute;
    width: calc(100% - 3px);
    background-color: #333;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.heading-nav__link:not(.heading-nav__active):hover {
    /*color: #67788a;*/
	color: #67788a;
}
/*--------------------------------------------------------------
# General page body desc
--------------------------------------------------------------*/
.page-content__static {
	/*max-width:  816.6666px;*/
	max-width:  984px;
	margin:  60px auto;
	min-height: 340px;
	line-height: 1.6;
}
.page-heading__txt {
    font-size: 2.6rem;
    line-height: 1;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-content__static p {
    
}
.page-content__static h1, .page-content__static h2, .page-content__static h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word !important;
    font-size: 2rem !important;
    line-height: 1.4 !important;
	font-weight: 600 !important;
}
.page-content__static h1:first-child, .page-content__static h2:first-child, .page-content__static h3:first-child {
    margin-top: 0;
}
.page-content__static p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
.contact-support__bx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-support__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.contact-support__col {
	border: 1px solid #d6d4d3;
    background-color: #fff;
    padding: 24px 24px 32px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
.contact-support__col {
	min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
	margin-bottom: 30px;
}
.contact-support__title {
    margin: 16px 0 !important;
}
.contact-support__btn {
    margin-top: auto;
}
.contact-support__btn .btn {
	font-weight: 600;
}
.get-help--btn {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.get-help--btn div {
	margin-top: 8px;
	margin-right: 16px;
}
.help-req-wrapper {
	margin: 0 10px;
    background-color: #F5F5F5;
    padding: 16px 6px 20px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.help-req-wrapper .btn {
	width: 100%;
	font-weight: 600;
}
.help-req-wrapper .form-control {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
}
.help-req-wrapper .thk--msg {
    display: block;
    position: relative;
    min-width: 280px;
    height: auto;
    min-height: 16px;
    margin: 3px 2px 5px 2px;
    padding: 8px 10px 7px 30px;
    cursor: default;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #444;
    color: #ebebeb;
    background: rgba(64,64,64,0.85);
    background: -webkit-linear-gradient(to bottom,rgba(64,64,64,0.85) 0,rgba(48,48,48,0.85) 100%);
    background: linear-gradient(to bottom,rgba(64,64,64,0.85) 0,rgba(48,48,48,0.85) 100%);
}
.thanks-submission {
    height: 70%;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.thanks-submission__wrap {
    min-width: 11.4286rem;
    width: 11.4286rem;
    margin: 2.6rem 0 1rem;
}
.thanks-submission__title {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.thanks-submission__subtitle {
    text-align: center;
	margin-bottom: 2rem;
}
/*--------------------------------------------------------------
# General page and side menu
--------------------------------------------------------------*/
.banner-title__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
	-ms-flex-pack: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.banner-title__wrap {
	height: 100%;
}
.banner-title__text {
	margin-bottom: 50px;
    font-size: 3.25rem;
    line-height: 1.2;
    color: #2a2a2a;
    color: #fff;
    font-weight: 500;
	text-shadow: 2px 2px 5px black;
}
.page-heading__top {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #d9dee2;
}
.page-heading__top .page-heading__title {
    margin: 0;
    display: block;
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 30px 0px;
}
/*------------------------------------------------------------*/
.page-information-wrapper {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
.page-information-wrapper>aside {
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 20%;
    display: inline-block;
    padding-right: 30px;
}
.page-menu-title {
    display: block;
	position: relative;
	padding-left: 10px;
    margin: 0px;
    word-wrap: break-word;
    color: #18191b;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.75rem;
    text-decoration: none;
    text-transform: uppercase;
}
.page-menu-title.active {
    color: #fa8220;
}
.page-menu-title::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}
.page--content {
    width: 75%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.page--content h3, .page--content h2, .page--content h1 {
	margin-top: 26px;
    margin-bottom: 16px;
	overflow-wrap: break-word !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: #484848 !important;
}
.page--content p:last-child {
	margin-bottom: 0;
}
.page--content h3:first-child, .page--content h2:first-child, .page--content h1:first-child {
	margin-top: 0;
}
/*------------------------------------------------------------*/
.deal-card-heading {
    display: block;
	margin: 0 0 36px;
    width: 68%;
    font-size: 3.2rem;
    line-height: 1.2;
	letter-spacing: 0.1rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
	text-align: center;
}
.deal-card-heading.default {
	text-align: left;
}
.deal-card-heading.text-wide {
	width: 100%;
}
.deal-card-heading small {
	margin-top: 6px;
    display: block;
    font-size: 16px;
    color: #717171;
    font-weight: 400;
}
/*----------- Home page saving tip -------------*/
.price__tip {
	position: relative;
	/*display: inline-block;
	background: none;
	border: none;
	margin: 0;
	padding-left: 13px;
	line-height: 0;*/
}
/*.price__tip::before {
    position: absolute;
    top: 14px;
    left: 0;
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #212121;
}*/
.tooltip-explain {
    display: inline-block;
	position: relative;
	height: 20px;
}
.tooltip-explain::before {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 2px;
    left: 0;
    content: "\f129";
    font-size: 1.1rem;
    font-family: 'FontAwesome';
    color: #65696d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #65696d;
}
.tooltip-explain::before {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tooltip-explain:hover .tooltip__icon {filter: brightness(0) saturate(100%) invert(1%) sepia(91%) saturate(257%) hue-rotate(
201deg) brightness(101%) contrast(88%);
}
.tooltip__expanded, .price__tip-explain {
    background-color: #fff;
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #d9dee2;
}
.tooltip__expanded,.price__tip-explain {
    border-radius: 4px;
    bottom: calc(100% + .6rem);
    left: 50%;
	transform: translateX(-50%);
    opacity: 0;
    padding: 1rem;
    position: absolute;
    text-align: left;
    transition: visibility .2s linear,opacity .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 225px;
    z-index: 1;
}
.tooltip-explain:hover .tooltip__expanded,.price__tip:hover .price__tip-explain {
    opacity: 1;
    visibility: visible;
}
/*.tooltip__expanded:after, .tooltip__expanded:before,.price__tip-explain:before,.price__tip-explain:after {
    border-style: solid;
    content: " ";
    left: 50%;
    position: absolute;
    top: 100%;
}
.price__tip-explain:before,.price__tip-explain:after {
    left: 48px;
}
.tooltip__expanded:before,.price__tip-explain:before {
    border-width: 8px;
    margin-left: -8px;
	border-color: #d9dee2 transparent transparent;
}
.tooltip__expanded:after,.price__tip-explain:after {
    border-width: 7px;
    margin-left: -7px;
	border-color: #fff transparent transparent;
}*/
.tooltip__expanded--copy {
	font-size: 1.55rem;
    line-height: 1.5;
}
.price__tip-text {
    font-size: 1.25rem;
    line-height: 1.4;
	color: #343B53;
	font-weight: 400;
}
/*------------------------------------------------------------*/
.destination-anch {
	display: block;
	text-decoration: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 80px -10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 80px -10px;
}
.destination-top-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.destination-top-wrap {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	-moz-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    -webkit-transition: background 1s ease-in;
}
.destination-anch:hover .destination-top-wrap {
	background: none;
}
.destination-anch .item-image.rounded {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.destination-top-text {
	font-size: 1.4em;
    color: #fff;
	font-weight: 600;
    text-shadow: #000 0.0625rem 0 0.625rem;
}
/*------------------------------------------------------------*/
.media-card--narrow {
    display: inline-block;
    color: inherit;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	/*transition: ease-in-out all 0.3s;*/
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}
/*.media-card--narrow:hover {
    transform: scale(1.1);
 }*/
.media-card--narrow .item-image.rounded {
	/*-webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}
.media-card--narrow .media-card__text {
    padding: 1.5rem 1rem;
}
.media-card--narrow .title__text {
	display: block;
	font-size: 18px;
    line-height: 1.2;
	font-weight: 600;
	text-align: center;
}
/*--------------- User searched destinations -----------------*/
.popular-search__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.popular-search__item {
    margin-top: 0.25rem;
	margin-right: 0.75rem;
    margin-bottom: 0.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.popular-search__list>.popular-search__item:not(:last-child):after {
    content: "";
    height: 1.5rem;
    border-right: 1px solid #ccc;
}
.popular-search__link {
    margin-right: 0.75rem;
    color: #212121;
	font-size: 1.42rem;
}
/*--------------------------------------------------------------
# Partner slider content membership
--------------------------------------------------------------*/
.slide-partner-wrapper {
	background-color: #fff;
    padding: 60px 0 65px;
}
.slide-partner-content__bx {
    width: 780px;
	margin: 0 auto;
	position: relative;
}
.slide-partner-content__bx .slick-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.slide-partner-content__heading {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
	margin: 0;
    padding-bottom: 36px;
    text-align: center;
}
.slide-partner-content {
    margin: 0 10px;
	background-color: #fff;
	-webkit-border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	border-radius: 0 20px 20px 20px;
    border: 1px solid #dfdfdf;
}
.slide-partner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 176px;
}
.slide-partner__image {   
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    max-width: 220px;
    overflow: hidden;
}
.slide-partner__image img {
    max-height: 100%;
    max-width: 100%;
}
.slide-partner__discount {
    padding: 0 20px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
}
/*--------------------------------------------------------------
# Home page message strip
--------------------------------------------------------------*/
.primary-message__wrapper {
    width: 100%;
    text-align: center;
	background-color: rgb(239, 236, 241);
}
.primary-message__content {
    max-width: 36rem;
    padding: 5.5rem 1.03125rem;
	margin: 0 auto;
	text-align: center;
}
.primary-message__title {
    font-size: 32px;
	line-height: 42px;
    font-weight: 600;
	color: rgb(36, 36, 53);
}
.primary-message__para {
    margin-top: 1.4rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	color: rgb(36, 36, 53);
}
.secondary-message__wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
}
.secondary-message__content {
	width: 100%;
    max-width: 800px;
    text-align: center;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 30px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f5f5f5;
}
.secondary-message__content h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 3rem;
    line-height: 1.275;
    letter-spacing: 0.1rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
    text-align: center;
}
.secondary-message__btn {
	margin-top: 30px;
}
.secondary-message__btn .btn {
	min-width: 236px;
}
/*------------------------------------------------------------*/
.travel-promo__wrapper {
	padding: 50px 0 55px;
}
.travel-xspromo__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.travel-xspromo__item {
	margin-left: 65px;
}
.travel-promo__features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.travel-promo__reason {
    width: 23.8%;
	min-height: 1px;
    min-width: 0;
	text-align: center;
    border-radius: 8px;
	-webkit-border-radius: 8px;
}
.travel-promo__reason {
	padding: 28px 16px 18px;
    border: 1px solid #C7C7C7;
    background-color: #FFF;
}
.travel-promo__title {
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
	color: #212121;
}
.travel-promo__para {
	font-size: 1.5rem;
    line-height: 1.5;
	font-weight: 400;
	color: #222;
}
.travel-promo__para p {
	margin: 0;
}
.travel-promo__icon {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	font-family: 'go_font_v21';
}
.travel-promo__icon::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.travel-promo__icon::before {
    position: absolute;
    height: 45px;
    width: 45px;
    top: -10px;
    left: calc(50% - 20px);
    font-size: 4.2rem;
    line-height: 1;
	color: rgb(36, 36, 53);
    border: 1px solid transparent;
}
.travel-item__1::before {
    content: "\e9a7";
}
.travel-item__2::before {
    content: "\e9f9";
}
.travel-item__3::before {
    content: "\e96d";
}
.travel-item__4::before {
    content: "\e984";
}
.travel-promo__dots {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    margin: 0 24.5625rem;
    padding-top: 2.75rem;
}
.travel-promo__singledot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background: #e5e5e5;
    border-radius: 50%;
	-webkit-border-radius: 50%;
}
.travel-promo__singledot.active {
    background: #f9990b;
}
.travel-promo__singledot:not(:last-child) {
    margin-right: 15px;
}
/*----------------Advantage Membership----------------------*/
.adv-banner-wrapper {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.adv-banner-col {
    width: 50%;
}
.adv-pic-content {
    padding-left: 48px;
}
.adv-pic-size {
	padding-top: 110%;
	background: transparent;
}
.adv-banner-info-wrap {
    display: block;
    width: 100%;
}
.adv-banner-info {
    border-top: 1px solid #dee3e9;
    display: block;
    width: 100%;
}
.adv-banner-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 32px 0;
    width: 100%;
}
.adv-banner-btn-wrap {
	position: relative;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.adv-banner-heading {
    width: 75%;
}
.adv-banner-title {
    text-align: left;
	font-size: 2.4rem;
	font-weight: 600;
}
.adv-toggle-icon {
    border: 1px solid #a5afb6;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}
.adv-toggle-block {
    display: block;
    flex: 0 0 auto;
    opacity: 1;
    position: relative;
    transition: 333ms ease-in-out opacity;
}
.adv-toggle-symbol {
    color: #1c2b33;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
}
.adv-toggle-icon .adv-toggle-symbol::before {
    background: #1c2b33;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 10px;
}
.adv-toggle-symbol::after {
    background: #1c2b33;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -1px;
    position: absolute;
    top: 50%;
    transition: 333ms cubic-bezier(.53, 0, .28, 1) transform;
    width: 2px;
}
.adv-toggle-expand .adv-toggle-symbol::after {
    transform: rotate(90deg);
}
.adv-banner-desc-wrap[data-is-collapsed='false'] {
    padding-bottom: 32px;
}
.adv-banner-desc-wrap[data-is-collapsed='true'] {
    padding-bottom: 0;
}
.adv-banner-desc-wrap {
    overflow: hidden;
    padding-bottom: 32px;
    transition: 665ms cubic-bezier(.53, 0, .28, 1) padding-bottom;
}
.adv-banner-desc {
    margin-bottom: 24px;
    text-align: left;
    font-size: 16px;
    width: 72%;
    line-height: 25px;
}
/*--------------------------------------------------------------
# General offers
--------------------------------------------------------------*/
.page-format-main {
	border-top: 10px solid #FFF;
}
.card-row-offer__bx {
    padding-top: 60px; 
	padding-bottom: 30px;
}
.card-row-offer__bx.first-type {
    padding-top: 120px;
}
.card-popular-offer__bx {
    padding-top: 60px; 
	padding-bottom: 50px;
}
.card-row__slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}
.card-row-offer__col {
    width: 100%;
    max-width: 500px;
    margin: 0 20px;
}
.custom-slick-slide {
	margin: 0 10px;	
}
.slider-has-heading {
	margin-top: -76px !important;
}
/*--------------------------------------------------------------*/
.card-row-offer {
	margin-bottom: 30px;
}
.card-row-offer.single {
	width: 100%;
	max-width: 682px;
	margin-right: auto;
	margin-left: auto;
}
.card-row-offer .item-image.rounded {
    border-radius: 0 2.2rem 0 2.2rem!important;
    -webkit-border-radius: 0 2.2rem 0 2.2rem !important;
    -moz-border-radius: 0 2.2rem 0 2.2rem !important;
}
.card-row-offer.single .item-image.rounded {
	border-radius: 2.2rem !important;
    -webkit-border-radius: 2.2rem !important;
    -moz-border-radius: 2.2rem !important;
}
.card-row-offer.single .item-image-wrap {
	padding-top: 424px;
	background: transparent;
}
.card-row-offer__cnt {
    padding-top: 20px;
    padding-right: 30px;
}
.card-row-offer.single .card-row-offer__cnt {
	width: 86%;
	padding-right: 0;
	margin: 0 auto;
	text-align: center;
}
.card-row-offer__title {
	margin-top: 0;
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.4;
    color: rgb(36, 36, 53);
    font-weight: 600;
}
.card-row-offer__desc {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(36, 36, 53);
}
.card-row-offer__desc p:last-of-type {
    margin-bottom: 0;
}
.card-row-offer__cnt .btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
	padding: 0;
    height: auto;
    border: none;
}
.read-more__icn {
    height: 22px;
    width: 22px;
    margin-right: 6px;
}
/*--------------------------------------------------------------
# Tailor made offers for slider type
--------------------------------------------------------------*/
.tailor-card-offer__bx {
	padding: 50px 0 70px;
}
.tailor-card__detail {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);*/
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), inset 0 0 2px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), inset 0 0 2px 0 rgb(0 0 0 / 10%);
}
.tailor-card__detail .item-image.rounded8 {
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.tailor-card__content {
    padding: 15px;
}
.tailor-card__desc {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(72, 72, 72);
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.tailor-card__title {
    margin-bottom: 4px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.6;
    color: rgb(34, 34, 34);
}
/*--------------------------------------------------------------
# Tailor made offers for block type
--------------------------------------------------------------*/
.tailor-tour-offer__bx {
	padding: 50px 0 80px;
}
.tailor-tour-offer__wrap {
    -ms-grid-columns: 1fr 1fr !important;
    display: -ms-grid !important;
    display: grid !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	row-gap: 34px !important;
    grid-template-columns: 1fr 1fr !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
	-webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
    row-gap: 30px !important;
	list-style-type: none !important;
    padding: 0px !important;
}
.tailor-tour__detail {
    position: relative !important;
    border-color: black !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    border-radius: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    outline: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    -moz-transition: box-shadow 0.2s ease, transform 0.1s ease !important;
    transition: box-shadow 0.2s ease, -ms-transform 0.1s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    -webkit-tap-highlight-color: transparent !important;
    background: transparent !important;
    border: none !important;
    color: inherit !important;
    display: block !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: inherit !important;
    text-decoration: none !important;
    height: 100% !important;
    width: 100% !important;
}
.tailor-tour__detail {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.tailor-tour__lft {
    position: relative !important;
}
.tailor-tour__rgt {
    margin-left: 20px !important;
}
.tailor-tour__pic {
	display: inline-block;
    vertical-align: bottom;
    height: 130px;
    width: 130px;
    min-height: 1px;
    border-radius: 8px;
}
.tailor-tour__pic {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.tailor-tour__img {
	object-fit: cover;
    vertical-align: bottom;
    /*border-radius: 1rem;
	-webkit-border-radius: 1rem;*/
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.tailor-tour__desc {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(72, 72, 72);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	overflow-wrap: break-word;
}
.tailor-tour__desc p:last-of-type {
	margin-bottom: 0;
}
.tailor-tour__title {
    margin-bottom: 4px;
    font-size: 1.75rem;
	line-height: 1.4;
    font-weight: 600;
    color: rgb(34, 34, 34);
}
.tailor-tour__btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    height: auto;
    border: none;
}
.read-more__icn {
    height: 22px;
    width: 22px;
    margin-right: 6px;
}
/*------------------------------------------------------------*/
.page-article__wrapper {
	background-color: #FFF
}
.about__home_wrap {
    text-align: center;
    max-width: 56.66667%;
	padding: 50px 0;
    margin: 0 auto;
}
.about__home_wrap .deal-card-heading {
    font-size: 3.75rem;
}
.about__home {
	color: #344854;
    margin-top: -12px;
    font-size: 1.5rem;
    line-height: 1.8;
}
.about__home p:last-of-type {
	margin: 0 0 5px;
}
/*--------------------------------------------------------------
# More trending deals
--------------------------------------------------------------*/
.explore-card__wrapper {
	padding-top: 50px;
	padding-bottom: 35px;
}
.explore-card__wrapper.no-offer {
	padding-top: 120px;
}
.explore-card__offers {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.explore-card__detail {
	width: 100%;
	max-width: 48%;
	margin-bottom: 30px;
	position: relative;
    text-align: left;
    overflow: hidden;
	background-color: #FFF;
    /*border: 1px solid #e4e4e4;*/
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    /*box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);*/
	-webkit-box-shadow: rgb(0 0 0 / 3%) 0px -1px 0px 0px, rgb(0 0 0 / 20%) 0px 0px 2px 0px, rgb(0 0 0 / 12%) 0px 4px 2px -2px, rgb(0 0 0 / 16%) 0px 4px 8px -1px;
	box-shadow: rgb(0 0 0 / 3%) 0px -1px 0px 0px, rgb(0 0 0 / 20%) 0px 0px 2px 0px, rgb(0 0 0 / 12%) 0px 4px 2px -2px, rgb(0 0 0 / 16%) 0px 4px 8px -1px;
}
.explore-card__detail {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.explore-card__detail .item-image.rounded {
    border-radius: 1.5rem 1.5rem 0 0 !important;
    -webkit-border-radius: 1.5rem 1.5rem 0 0 !important;
    -moz-border-radius: 1.5rem 1.5rem 0 0 !important;
}
.card-offer__body {
    border: none;
    border-top: 0;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-flex-grow: 1;
	flex-grow: 1;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.card-offer__heading {
    padding: 15px 20px;
}
.card-offer__title {
	margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.35;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #212121;
    font-weight: 600;
    text-decoration: none;
}
.card-offer__title small {
	display: block;
	margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: rgb(113, 113, 113);
    font-weight: 400;
    text-decoration: none;
}
.card-offer__subtitle {
	padding-top: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(36, 36, 53);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}
.card-offer__list ul {
    margin: 0;
	padding-top: 5px;
}
.card-offer__list ul li {
    position: relative;
    margin-top: 5px;
	margin-bottom: 5px;
    padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #333;
    font-weight: 400;
    overflow-wrap: break-word;
}
.card-offer__list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f05d";
    font-size: 1.5rem;
    font-family: 'FontAwesome';
	color: #333;
}
.card-offer__list ul li.clock::before {
    content: "\f017";
}
.card-offer__list ul li.user::before {
    content: "\f007";
}
.card-offer__list ul li.spoon::before {
    content: "\f1b1";
}
.card-offer__footer {
    position: relative;
    padding: 15px 20px;
	border-top: 1px solid #dad9d9;
    width: 100%;
}
.card-offer__footer:before {
    border-width: 8px;
    margin-left: -8px;
    border-color: #dad9d9 transparent transparent;
}
.card-offer__footer:before,.card-offer__footer:after {
    border-style: solid;
    content: " ";
    left: 40px;
    position: absolute;
    top: -1px;
}
.card-offer__footer:after {
    border-width: 7px;
    margin-left: -7px;
    border-color: #fff transparent transparent;
}
.card-footer__wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-pack: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.card-footer__btext {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	color: rgb(97, 97, 97);
}
.card-footer__tprice {
    color: #212121;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
	text-align: right;
}
.card-footer__tprice small {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
	color: #828790;
}
/*------------------------------------------------------------*/
.mediacard--container {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 0;
}
.media-card__present {
    width: 100%;
    height: 100%;
	background-color: #fff;
    border: 1px solid #d9dee2;
}
.media-card__present.bordered {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.mediacard__image {
	padding: 8px 8px 0;
}
.mediacard__image .item-image {
	/*border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;*/
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.mediacard__detail {
	padding: 15px;
    line-height: 1.575;
    color: rgb(36, 36, 53);
    font-weight: 400;
    overflow-wrap: break-word;
}
.mediacard__twrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mediacard__tcell {
	display: inline-block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.mediacard__ctext {
	color: #6a6a6a;
	font-size: 1.3rem;
	padding-right: 16px;
	max-width: 100%;
	word-wrap: unset;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap !important;
}
/*.mediacard__rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}*/
.star-category i.t-p {
    font-size: 1.2rem;
    line-height: 1;
	color: #2a2a2a;
}
.mediacard__btext {
	font-size: 1.3rem;
}
.mediacard__bbtext {
	font-size: 1.24rem;
	font-weight: 1.275;
}
.mediacard__htext {
	font-size: 1.52rem;
	font-weight: 600;
	word-break: break-word;
}
.mediacard__price_wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mediacard__price {
	font-size: 15px;
    font-weight: 600;
    color: #040c1a;
}
.mediacard__price_wrap del {
	color: #040c1a;
	text-decoration: line-through;
}
.blank-label.card--ratingon {
    display: inline-block;
	margin-right: 8px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mediacard__price_ico {
	fill: #222;
	height: 18px;
	width: 18px;
	margin-right: 2px;
}
.media-card__badge {
    position: absolute;
    bottom: 14px;
    left: 0px;
    right: 0px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0px !important;
}
.media-badge__wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.media-badge__wrap {
	padding: 3px 6px;
	border-radius: 4px;
	background-color: #fddb32;
}
.media-badge__text {
	font-size: 1.2rem;
    color: #fff;
	font-weight: 600;
}
.media-badge__ico {
    fill: #fff;
	height: 16px;
	width: 16px;
	margin-right: 4px;
}
/*--------------------------------------------------------------
# Membership plan section
--------------------------------------------------------------*/
.account-plan-wrapper {
	padding-top: 55px;
	padding-bottom: 80px;
	background-color: #f6f5f5; /*fefdfa*/
	border-top: 1px solid #f7f7f7;
}
/*.account-plan-wrap {
	margin-bottom: 80px;
}*/
.account-plan-title h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
	color: #212121;
    text-align: center;
}
.account-plan-title h3 small {
    display: block;
    max-width: 500px;
    margin: 30px auto 0;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
}
.account-plan__table {
	position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.account-plan__table {
    margin: 0 auto;
    padding: 0 20px;
}
.account-plan__grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.account-plan__grid {
    margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	/*width: 99.2%;*/
}
.account-plan__type,.account-plan__option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.account-plan__option {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #e7e7e7;
	/*-webkit-box-shadow: 0px 11px 16px rgb(0 0 0 / 9%);
	box-shadow: 0px 11px 16px rgb(0 0 0 / 9%);*/
}
.account-plan__option {
	-webkit-box-flex: 1 28%;
    -moz-box-flex: 1 28%;
    -webkit-flex: 1 28%;
    -ms-flex: 1 28%;
    flex: 1 28%;
	max-width: 47.5%;
}
/*.account-plan__option:nth-of-type(2) {
    background-color: #e4f7f9;
}
.account-plan__option.saving {
	background-color: #fff!important;
	border: 1px solid #f3cca7!important;
}
.account-plan__option.safe {
	background-color: #fff!important;
	border: 1px solid #b6ddba!important;
}
.account-plan__grid .account-plan__option:last-of-type {
	margin-right: 0;
}*/
.account-plan__type {
    margin: 40px 0 0;
	width: 100%;
    max-width: 48%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e7e7e7;
	z-index: 2; 
	display: none;
	opacity: 0;
	-webkit-animation: fade-in 0.5s ease-in;
    -moz-animation: fade-in 0.5s ease-in;
    animation: fade-in 0.5s ease-in;
}
.account-plan__active {
	display: block;
	opacity: 1;
	z-index: 1;
}
.account-plan__header, .account-plan__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.account-plan__header, .account-plan__title {
	text-align: center;
	padding: 32px 0 24px;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e7e7e7;
}
/*.account-plan__title.saving {
	background: #f9d4b1;
	border-color: #fdd6b2;
}
.account-plan__title.safe {
	background-color: #b6ddba;
	border-color: #c7edcb;
}*/
.free--plan, .paid--plan {
	background-color: #fff;
}
.account-plan__price {
    font-size: 60px;
    color: #484848;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
}
.account-plan__price .price-label {
	display: inline-block;
    font-size: 22px;
    line-height: 1;
    top: -13px;
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.account-plan__header .account-plan__txt {
    font-size: 16px;
	line-height: 20px;
	color: #74787c;
}
.account-plan__title .account-plan__txt {
    font-size: 18px;
    line-height: 28px;
    color: rgb(36, 36, 53);
}
.plan--highlight {
    margin: 0 30px 40px;
}
.account-plan__highlight {
    margin: 0 30px 30px;
}
.plan--highlight-caption,.account-plan__caption {
    margin: 28px 0 24px;
	font-size: 18px;
	text-align: center;
}
.account-plan__label {
	position: relative;
    display: block;
	margin: 0;
	margin-bottom: 12px;
    font-size: 32px;
    line-height: 1;
	padding: 0.8rem 0.1rem;
	/*color: #fff;
    background-color: #333;*/
}
.account-plan__label.gold {
	color: #00a680;
}
/*.account-plan__label:after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.02em;
    z-index: 1;
    width: 0.2rem;
    height: 1.5rem;
    background: #333;
    transform: skew(-5deg,0);
}*/
.plan--highlight-label {
	display: block;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
}
.plan--highlight-benefits-title {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.plan--highlight-benefits-list,.account-plan-benefit-list {
    padding: 0;
	list-style: none;
}
.plan--highlight-benefit,.account-plan-benefit {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-pack: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.account-plan-benefit {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(36, 36, 53);
    margin-bottom: 10px;
}
.plan--highlight-benefit {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(36, 36, 53);
    margin-bottom: 20px;
}
.plan--highlight-benefit:last-child {
    margin-bottom: 0;
}
.plan--highlight-benefit::before,.account-plan-benefit::before {
    content: "\ea11";
    font-family: 'go_font_v21';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
	color: #00a680;
}
.account-plan-benefit::before {
    font-size: 13px;
}
.plan--highlight-benefit__text,.account-plan-benefit__text {
    flex: 0 1 100%;
    font-size: 1.6rem;
    line-height: 1.6;
}
.plan--highlight-benefit__tooltip,.account-plan-benefit__tooltip {
    width: 20px;
	margin-left: 10px;
}
/*.money_back_box_sec {
	padding-top: 20px;
	position: relative;
	text-align: center;
}
.money_back_box_sec h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	margin: 0;
}*/
.choose-plan__action {
	margin-top: auto;
    text-align: center;
    padding: 0 30px 50px;
}
.choose-plan__select {
	margin-top: auto;
    text-align: center;
    /*padding: 0 30px 45px;*/
	padding-bottom: 28px;
}
.choose-plan__select .btn.gold {
	background: #00a680 !important;
    border-color: #00a680 !important;
}
/*--------------------------------------------------------------
# Faq section
--------------------------------------------------------------*/
.faq-section__heading {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 36px;
    text-align: center;
}
.faq--section {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-pack: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.faq--section {
    width: 50vw;
    margin: 0 auto;
}
.faq--section.page--faq {
    width: 100%;
}
/*.page--faq {
    padding: 0;
}
.faq-section__list {
    -webkit-flex: 0 1 952px;
	-ms-flex: 0 1 952px;
	flex: 0 1 952px;
    margin: 16px 0;
}*/
.faq-section__list {
    -webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
    /*margin: 16px 0;*/
}
.page--faq .faq-section__list {
    /*-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;*/
    /*margin: 0;*/
}
.faq--content {
    border: solid 1px #e7e7e7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    margin: 0 0 28px;
	padding: 28px 32px 32px;
    background-color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.page--faq .faq--content:last-child {
	margin-bottom: 0;
}
.faq--active {
    background-color: #fff;
	border: 2px solid #333;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
}
.faq--content .faq-title {
    cursor: pointer;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.faq--content .faq-title {
    font-size: 2rem;
    line-height: 1.5;
	font-weight: 600;
}
.faq--content .faq-title__text {
    width: 90%;
}
.faq-title:after {
	font-size: 3rem;
    line-height: 1;
    content: "\f107";
	font-family: 'FontAwesome';
}
.faq--active .faq-title:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.faq--txt {
	width: 93%;
	margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
	color: #333;
	display: none;
}
.faq--active .faq--txt {
	display: block;
}
/*.slide-fade-enter-active,.slide-fade-leave-active{transition:transform .25s ease,opacity .25s ease}

.slide-fade-enter,.slide-fade-leave-to{opacity:0;transform:translateY(10px)}
*/

@media only screen and (max-width: 991.98px) {
.card-row-offer__bx.first-type {
    padding-top: 60px;
}
.explore-card__wrapper.no-offer {
	padding-top: 50px;
}
.tailor-tour-offer__wrap {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
}
.faq--section {
    width: 70vw;
}
}
@media only screen and (max-width: 767.98px) {
.travel-promo__reason {
    width: 47.5%;
}
.travel-promo__3, .travel-promo__4 {
	margin-top: 30px;
}
.page-format-main {
	border-top: none;
}
.page-heading__nav, .page-information-wrapper>aside {
	display: none;
}
.page-heading__txt {
    font-size: 24px;
    padding-bottom: 20px;
}
.deal-card-heading {
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: left;
}
.card-row-offer__bx {
    padding-top: 30px !important; 
	padding-bottom: 0 !important;
}
.tailor-tour-offer__bx {
	padding: 30px 0 40px !important;
}
.tailor-tour-offer__wrap {
    -ms-grid-columns: 1fr !important;
	-webkit-column-gap: unset !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
	row-gap: 25px !important;
    grid-template-columns: 1fr !important;
}
.tailor-card-offer__bx {
	padding: 30px 0 20px;
}
.tailor-card__detail {
	margin-bottom: 30px;
}
.card-popular-offer__bx {
    padding-top: 30px; 
	padding-bottom: 10px;
}
.card-row-offer.single {
    max-width: 100%;
}
.card-row-offer.single .item-image-wrap {
	padding-top: 66.6667%;
}
.card-row-offer.single .card-row-offer__cnt {
	width: 100%;
    margin: 0;
	padding-right: 30px;
	text-align: left;
}
.card-row-offer.single .card-row-offer__title {
    text-align: left;
}
.explore-card__detail {
	max-width: 100%;
	margin-bottom: 30px;
}
.explore-card__wrapper {
	margin: 0;
	padding-top: 30px!important;
}
.about__home_wrap {
    text-align: left;
    max-width: 100%;
	padding: 30px 0;
    margin: 0;
}
.about__home_wrap .deal-card-heading {
    font-size: 3rem;
}
.about__home {
    margin-top: -6px;
}
.page-information-wrapper .page--content {
    width: 100%;
    display: block;
    margin-left: 0;
}
.plan--highlight-benefit__tooltip {
	display: none;
}
.page-content__static {
	min-height: auto;
	margin: 30px auto;
}
.page-content__static h1, .page-content__static h2, .page-content__static h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-content__static p {
    line-height: 22px;
}
.travel-promo__title {
	margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.2;
}
.travel-promo__dots {
	margin: 0 1.5625rem;
}
.primary-message__wrapper {
    margin-top: 20px;
}
.primary-message__wrapper.formatted {
    margin-top: 0;
}
.primary-message__title {
    font-size: 2.4rem;
    line-height: 1;
}
.primary-message__content {
    max-width: 100%;
    padding: 30px 20px !important;
    margin: 0;
    text-align: left;
}
.account-plan-wrapper {
    padding-top: 35px;
	padding-bottom: 50px;
}
/*.account-plan-wrap {
	margin-bottom: 50px;
}*/
.account-plan-title h3 {
    font-size: 24px;
}
.account-plan-title h3 small {
    margin: 10px auto 0;
    font-size: 20px;
    line-height: 1.2;
}
.account-plan__grid {
	margin-top: 30px;
    width: 100%;
}
.account-plan__option {
    max-width: 48.5%;
}
.account-plan__grid .account-plan__option:last-of-type {
	margin-bottom: 0;
}
.account-plan__header, .account-plan__title {
    padding: 24px 0;
}
.account-plan__highlight {
    margin: 0 20px;
}
.plan--highlight-caption, .account-plan__caption {
    margin: 24px 0;
}
.account-plan__label {
    font-size: 24px;
	line-height: 1;
	padding: 0;
}
.plan--highlight-benefits-title {
    margin-bottom: 20px;
}
.account-plan-benefit-list {
	margin-bottom: 24px;
}
.choose-plan__select {
    padding: 30px 30px 45px;
}
.slide-partner-content__bx {
    width: 100%;
}
.contact-support__col {
    margin-bottom: 10px;
}
.slide-partner-wrapper {
    padding: 30px 0;
}
.faq--section.page--faq {
    padding-bottom: 10px;
}
.faq--content {
    margin: 0 0 20px;
}
.adv-banner-wrapper {
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.adv-banner-col {
    width: 100%;
}
.adv-info-content {
	order: 2;
}
.adv-pic-content {
    padding-left: 0;
	order: 1;
}
.adv-pic-size {
	padding-top: 75%;
}
}
@media only screen and (max-width: 600px) {
/*.carousel-desktop.large, .slick-slide .hero-carousel-image.large, .carousel-desktop.medium, .slick-slide .hero-carousel-image.medium, .carousel-desktop.compact, .slick-slide .hero-carousel-image.compact {
    height: 280px;
}*/
.travel-promo__reason {
	width: 100%;
}
.travel-promo__2, .travel-promo__3, .travel-promo__4 {
	margin-top: 20px;
}
.price__tip {
	display: none;
}
.account-plan__table {
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.account-plan__type {
    width: 100%;
	max-width: 100%;
}
.account-plan__option {
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-right: 0;
	margin-bottom: 30px;
	max-width: 100%;
}
.faq--section {
    width: 100%;
}
/*.travel-promo__reason:nth-of-type(2) {
	display: none;
}*/
.contact-support__bx {
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-support__col {
    min-width: 100%;
    max-width: 100%;
}
.contact-support__col:first-of-type {
    margin-bottom: 20px;
}

}
@media (min-width: 1200px) {
.carousel-desktop.swiper-image, .slick-slide .hero-carousel-image.swiper-image {
    height: calc(60vh - 96px);
}
.secondary-message__content {
    max-width: 867px;
}
}