.deal-card-heading {
    display: block;
    margin: 0 0 30px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
    text-align: center;
}
.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;
    background-color: #FFF;
	border: 1px solid rgba(234, 234, 235, 1);
}
.travel-promo-ico {
	position: relative;
    margin-bottom: 40px;
    display: inline-block;
    font-family: 'go_font_v21';
}
.travel-promo-ico::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-ico::before {
    position: absolute;
    height: 45px;
    width: 45px;
    top: -10px;
    left: calc(50% - 20px);
    font-size: 4.2rem;
    line-height: 1;
    color: rgb(60, 60, 60);
    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-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: rgb(60, 60, 60);
}
.travel-promo-para {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(60, 60, 60);
}
.travel-promo-para p {
    margin: 0;
}
.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-section .travel-promo-ico {
    margin-bottom: 0;
    margin-right: 20px;
}
.travel-xspromo-section .travel-promo-ico::before {
    position: unset;
    left: unset;
	top: unset;
}
.travel-xspromo-section .travel-promo-title {
    margin-bottom: 6px;
}
/*------------------------------------------------------------*/
.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.675;
    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;
}
.secondary-message-wrapper {
	padding: 0 10px;
    text-align: center;
}
.secondary-message-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;
}
.secondary-message-content {
	width: 100%;
    max-width: 760px;
    padding: 30px;
    line-height: 1.275;
    color: rgb(36, 36, 53);
	text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.secondary-message-content h3 {
    display: block;
    margin: 0 0 15px;
	font-size: 2.4rem;
	line-height: 1.475;
    font-weight: 600;
}
.secondary-message-content p {
	display: block;
	margin: 0;
	font-size: 1.4rem;
    font-weight: 400;
}
.secondary-message-btn {
    margin-top: 30px;
}
.secondary-message-btn .btn {
    min-width: 236px;
}
/*------------------------------------------------------------*/
.media-card-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%;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.media-card-present.bordered {
	border: 1px solid #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 10px, rgba(0, 0, 0, 0.02) 0px 0px 4px;
    transition: box-shadow 0.15s ease-in-out;
}
.media-card-pic {
    /*padding: 4px 4px 0;*/
}
.media-card-block {
	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;
	height: 100%;
}
.media-card-block {
    line-height: 1.575;
    color: rgb(60, 60, 60);
    font-weight: 400;
    overflow-wrap: break-word;
}
.media-card-pic .item-image {
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.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: 4px 8px;
    border-radius: 4px;
	color: rgb(36, 36, 53);
    background-color: rgba(255,255,255, 0.8);
}
.media-badge-text {
    font-size: 1.2rem;
    font-weight: 600;
}
.media-card-detail {
    /*padding: 15px 15px 0;*/
	padding: 8px 0 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.media-card-dwrap {
    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;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.media-card-dcell {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.media-card-dcell {
    font-size: 1.24rem;
	line-height: 1.375;
	color: #6a6a6a;
    padding-right: 16px;
    max-width: 70%;
    word-wrap: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
.media-card-name {
	/*margin-top: 2px;
	margin-bottom: 2px;*/
    font-size: 1.38rem;
	line-height: 1.675;
    font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}
.media-card-btxt {
    font-size: 1.2rem;
	line-height: 1.375;
}
.media-card-base {
	/*padding: 10px 15px 15px;*/
	padding-top: 8px;
}
.media-card-price {
    font-size: 1.5rem;
	line-height: 1.275;
    font-weight: 600;
    color: rgb(36, 36, 53);
}
.media-card-inline {
    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;
}
.media-card-inline del {
    color: #444;
    text-decoration: line-through;
}
.media-card-bbtxt {
    font-size: 1.2rem;
    line-height: 1.375;
}
.media-card-overlay {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	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 {
	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 {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
}
/*.destination-anch:hover .media-card-overlay {
	background: none;
}*/
.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: 8px;
    border-radius: 8px;
    /* 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 .media-card-ntxt {
    padding: 1.5rem 1rem;
}
.media-card-narrow .media-card-ntitle {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
:is(.destination-anch, .media-card-pic, .media-card-narrow) .thumb-img {
    transition: transform 0.3s ease-out, background-size 0.3s ease-out;
    transform: scale(1.01);
}
:is(.media-card-block, .destination-anch, .media-card-narrow):hover .thumb-img {
    transform: scale(1.03);
}
/*------------------------------------------------------------*/
.recent-searches-wrapper {
	padding: 30px;
	margin-bottom: 80px;
	border-radius: 16px; 
	text-align: center;
	border: 1px solid #e7e7e7;
}
.recent-searches-txt {
	font-size: 14px;
	line-height: 1.275;
	font-weight: 600;
}
/*------------------------------------------------------------*/
.price--tip {
    position: relative;
}
.price--tip-explain {
    background-color: #fff;
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #d9dee2;
}
.price--tip-explain {
	position: absolute;
    bottom: calc(100% + .6rem);
    left: 50%;
	transform: translateX(-42%);
    opacity: 0;
    padding: 1.5rem;
    text-align: left;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    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: 260px;
    z-index: 1;
}
.price--tip:hover .price--tip-explain {
    opacity: 1;
    visibility: visible;
}
.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;
}
.price--tip-text {
    font-size: 1.25rem;
    line-height: 1.4;
	color: #343B53;
	font-weight: 400;
}
.price--tip-explain p {
	font-size: 1.4rem;
    line-height: 1.475;
	color: rgb(36, 36, 53);
	font-weight: 600;
}
.price--tip-content {
	display: flex;
    gap: 12px;
    flex-direction: column;
}
.price--tip-item {
	display: flex;
	justify-content: space-between;
}
.price--tip-item {
    font-size: 1.35rem;
    line-height: 1.275;
	color: #343B53;
	font-weight: 500;
}
.price--tip-item-hr {
	margin-bottom: 12px;
    margin-top: 12px;
	border-bottom: 1px dashed rgb(36, 36, 53);
}
/*------------------------------------------------------------*/
.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 {
    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-item {
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    margin-bottom: 0.25rem;
}
.popular-search-anch {
    margin-right: 0.75rem;
    color: rgb(60, 60, 60);
    font-size: 1.36rem;
}
.popular-search-list > .popular-search-item:not(:last-child):after {
    content: "";
    height: 1.5rem;
    border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767.98px) {
.deal-card-heading {
    font-size: 2.8rem;
	margin-bottom: 24px;
}
.travel-promo-ico::before {
    height: 36px;
    width: 36px;
}
.destination-top-text {
    font-size: 1.2em;
}
.primary-message-title {
    font-size: 2.8rem;
    line-height: 1.275;
}
.secondary-message-wrapper {
    padding: 0;
}
}