/* heebo-regular - hebrew_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/heebo-v21-hebrew_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-500 - hebrew_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/heebo-v21-hebrew_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-700 - hebrew_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/heebo-v21-hebrew_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kalam-regular - devanagari_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/kalam-v16-devanagari_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kalam-700 - devanagari_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/kalam-v16-devanagari_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* varela-round-regular - hebrew_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Varela Round';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/varela-round-v20-hebrew_latin_latin-ext_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.form-wrap .menu-item.hero-form-number > p{
	margin: 0;
}

.form-wrap .tickets .tickets-square {
	top: 3px;
}

.form-wrap .tickets .tickets-square + span {
	display: inline-block;
}

.form-wrap .tickets > p {
	margin: 0;
}

.hero-form .form-wrap .hero-form-number {
	height: fit-content;
	width: inherit;
}

.form-wrap .hero-form-info input {
	padding-left: 15px !important;
}

.rtl .form-wrap .hero-form-number .hero-form-number-text{
	border-right: unset;
	border-left: 1px solid #CFCFCF;
}


.form-wrap .hero-form-number .hero-form-number-text{
	color: #212529;
}

.wpcf7-not-valid {
    color: red;
}

.wpcf7-not-valid:focus {
    color: black;
}

.rtl .inner-hotels .slick-prev:before,
.rtl .inner-hotels .slick-next:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../../dist/images/slider_arrow.svg);
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	border-radius: 50%;
}


.inner-hotels .slick-prev, .rtl .inner-hotels .slick-prev {
	left: -10px;
	right: unset;
	border-radius: 0 50px 50px 0;
}
@media (max-width: 575.98px) {
	.inner-hotels .slick-prev, .rtl .inner-hotels .slick-prev {
		left: 0;
	}
}
.inner-hotels .slick-next, .rtl .inner-hotels .slick-next {
	border-radius: 50px 0 0 50px;
	right: -10px;
	left: unset;
}
@media (max-width: 575.98px) {
	.inner-hotels .slick-next, .rtl .inner-hotels .slick-next {
		right: 0;
	}
}


.sticky-hero-form .form-wrap .hero-form-number {
	height: fit-content;
}

.sticky-hero-form .form-wrap .menu-item:not(.hero-form-number) select{
	height: 46px;
}

.sticky-hero-form .form-wrap .tickets > p {
	margin: 0;
}

.rtl .dropdown-wrap {
	right: 260px;
}
@media (max-width: 992px) {
	.rtl .dropdown-wrap {
		right: unset;
	}
}

@media (max-width: 767.98px) {
	.home .video-height {
		padding-top: 80px;
	}
}

@media (max-width: 575.98px) {
	.rtl:not(.ar-body) .close-form-btn.side-btn {
		left: -107px;
	}
	.rtl.ar-body .close-form-btn.side-btn{
		left: -74px;
	}
}

.rtl .footer-phone{
	direction: ltr;
}
/*contact form flag hide except EN*/
html:not([lang="en-US"]):not([lang="ar"]) .intl-tel-input .flag-container{
	display: none;
}
html:not([lang="en-US"]) .form-wrap .menu-item:not(.hero-form-number) .intl-tel-input input {
	padding-left: 15px !important;
}
.form-wrap .menu-item:not(.hero-form-number) .intl-tel-input input {
	/* padding-left: 45px !important; */
}
/*slider opposite direction in RTL*/
.rtl .slick-slider{
	transform:rotate(180deg);
}
.rtl .slick-slider .slick-slide{
	transform:rotate(180deg);
	direction: rtl;
}
/*RTL menu expand*/
@media (min-width: 992px) {
	.rtl .menu-main-menu {
		/*width: calc(100% - 300px);*/
		/*justify-content: start !important;*/
		/*margin-right: auto;*/
		/*gap: 50px;*/
		margin-right: 260px;
	}
}
/*contact submit loading hide*/
/* .rtl .wpcf7-spinner{
	display: none;
} */

/*error response background*/
.hero-form .wpcf7 form .wpcf7-response-output, .fixed-hero-form .wpcf7 form .wpcf7-response-output {
	max-width: 100%;
	width: fit-content;
	margin-left: auto;
	border-radius: 10px;
	background-color: #F5E0E0;
	border: unset;
	color: #393939;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	padding: 8px 16px;
	margin-top: 10px;
	margin-right: 0;
}

.hero-form .wpcf7 form.sent .wpcf7-response-output, .fixed-hero-form .wpcf7 form.sent .wpcf7-response-output {
	background: #E0F5E2;
}

.rtl .hero-form .wpcf7 form .wpcf7-response-output, .rtl .fixed-hero-form .wpcf7 form .wpcf7-response-output{
	margin-right: auto;
	margin-left: 0;
}

@media (min-width: 576px){
	.rtl .video-height .submit-wrap, .rtl .sticky-hero-form .submit-wrap{
		margin-left: 0;
		margin-right: auto;
	}
}
.form-wrap .submit-wrap input{
	text-align: center;
}
.form-wrap .menu-item {
	max-width: 270px !important;
}

.form-wrap .menu-item.hero-form-month{
	width: 100%;
}
.form-wrap .menu-item.hero-form-month:before{
	display: none;
}

@media (max-width: 1330px){
	.form-wrap .hero-form-number{
		width: 270px !important;
	}
}
@media (max-width: 1200px){
	.form-wrap .hero-form-number{
		/* 		width: 170px !important; */
		width: 32% !important;
	}
	.form-wrap .hero-form-number span, .form-wrap .hero-form-number select {
		display: inline-block;
		width: 100%;
		width: auto;
	}

	.fixed-hero-form .form-wrap .hero-form-number span{
		width: max-content !important;
	}

	.form-wrap .menu-item {
		max-width: 400px!important;
	}
	/* 	.form-wrap .hero-form-info {
            width: 100% !important;
            max-width: calc(100% - 200px) !important;
        } */

	.hero-form .wpcf7 form .wpcf7-response-output, .fixed-hero-form .wpcf7 form .wpcf7-response-output {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width: 992px){
	.form-wrap .hero-form-number span, .form-wrap .hero-form-number select {
		display: initial;
		width: fit-content;
	}
}
@media (max-width: 768px){
	.form-wrap{
		gap: 5px;
	}
	.form-wrap .hero-form-number{
		width: 48% !important;
		/*     	justify-content: space-evenly; */
	}
	.form-wrap .menu-item{
		width: 48% !important;
		margin: 0 !important;
	}
	/* 	.form-wrap .hero-form-info, .hero-form .form-wrap .hero-form-info{
            max-width: 98%!important;
            width: 98%!important;
        } */
}
.form-wrap .submit-wrap p{
	margin: 0;
}
@media (min-width: 576px){
	.rtl .form-wrap .submit-wrap{
		padding-right: 0.25rem !important;
	}
}
@media (max-width: 576px){
	/*.form-wrap .menu-item.hero-form-number, .form-wrap .menu-item.hero-form-info*/
	.form-wrap .menu-item{
		width: 100% !important;
		margin: 0 !important;
		max-width: unset!important;
	}

	.rtl .hero-form .wpcf7 form .wpcf7-response-output, .rtl .fixed-hero-form .wpcf7 form .wpcf7-response-output{
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px){
	.menu-main-menu .menu-item.main-menu-btn{
		color: #F3F3F3;
		font-family: Heebo;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 22px;
		text-align: center;
		border-radius: 6px;
		background-color: #5442AB;
		margin-left: 1rem;
	}
	.rtl .menu-main-menu .menu-item.main-menu-btn{
		margin-left: 0;
		margin-right: 1rem;
	}
	.menu-main-menu .menu-item.main-menu-btn a{
		color: #F3F3F3;
		font-family: Heebo;
		padding: 0.5rem 1rem !important;
	}
	.menu-main-menu .menu-item.main-menu-btn a:hover{
		color: #F3F3F3;
	}
}
.ltr, .rtl .ltr{
	direction: ltr !important;
}
.ltr-a, .rtl .ltr-a{
	direction: ltr !important;
}
/*mobile logo center*/
header .mobile-header .mobile-header-left{
	display: block;
	margin: auto;
}
/*hamburger to right*/
header .mobile-header .mobile-header-right{
	position: absolute;
	right: 20px;
}

.upper-menu ul.nav{
	padding: 0;
}

html:lang(he-IL) .wpml-ls-item-ar {
	display: none;
}

html:lang(ar) .wpml-ls-item-he {
	display: none
}

html:lang(he-IL) .footer-bottom .wpml-ls-legacy-list-horizontal .wpml-ls-item:nth-last-child(2) a {
	border: unset;
}
/*
.main-wrap {
    margin-top: 125px;
}
@media (max-width: 992px){
	.main-wrap {
		margin-top: 95px;
	}
}
@media (max-width: 782px){
	.main-wrap {
		margin-top: 80px;
	}
} */

.partners form .thailandos_listed label{
	display: flex;
	/*     color: #393939; */
	font-family: "Varela Round", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 21px;
}

.partners form .thailandos_listed .wpcf7-list-item{
	margin: 0;
}

.form-wrap .menu-item:not(.hero-form-number) select {
	border: 1px solid #5442AB;
	border-radius: 10px;
	background-color: #F7F7F7;
	padding: 15px 9px 15px 9px;
	font-size: 15px;
	height: 55px;
	width: 100%;
	color: #000;
}

.sticky-hero-form .form-wrap .menu-item:not(.hero-form-number) select {
	padding: 11px 9px 11px 9px;
}
.simple-form-wrap .submit-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.simple-form-wrap .hero-form .form-wrap p {
	width: auto;
}


@media (max-width: 575.98px){
	.simple-form-wrap .submit-wrap p {
		width: 100%;
	}
}

@media (max-width: 575.98px){
	.simple-form-wrap .submit-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 1200px){
	.simple-form-wrap .submit-wrap {
		margin-left: auto;
	}
}

@media (max-width: 767.98px){
	.simple-form-wrap .hero-form .form-wrap .hero-form-phone{
		max-width: 100% !important;
	}
}

.apply-form .form-wrap .submit-wrap{
	background-color: unset;
}

.hero-form .submit-wrap{
	padding-left: 20px !important;
}
@media (max-width: 575.98px){
	.hero-form .submit-wrap{
		padding: 10px !important;
		width: 100%;
	}
}

.rtl .hero-form .submit-wrap{
	padding-left: 10px !important;
}

.fixed-hero-form .wpcf7-not-valid-tip {
	display: none !important;
}

.fixed-hero-form .wpcf7-not-valid {
	border-color: red !important;
}

.fixed-hero-form .menu-item.hero-form-month {
	width: 270px;
}


.rtl .form-wrap .tickets label {
	margin-bottom: 0;
	cursor: pointer;
	margin-left: 30px;
	margin-right: 20px;
}

.rank-math-list-item .rank-math-answer{
	flex-direction: column;
}

.sticky-hero-form.closed {
	bottom: -140px;
}

@media (max-width: 1199.98px){
	.sticky-hero-form.closed:lang(he) {
		bottom: -234px;
	}
	.sticky-hero-form.closed:not(:lang(he)) {
		bottom: -156px;
	}
}

@media (max-width: 991.98px){
	.mt-lg-110{
		margin-top: 110px;
	}
}

@media (max-width: 767.98px){
	footer .footer-social-block .menu_sublist .footer-phone a {
		font-size: 26px;
	}
	.sticky-hero-form.closed:lang(he) {
		bottom: -275px;
	}
	.sticky-hero-form.closed:not(:lang(he)) {
		bottom: -207px;
	}
}

@media (max-width: 575.98px){
	.sticky-hero-form.closed:lang(he) {
		bottom: 0;
	}
	.sticky-hero-form.closed:not(:lang(he)) {
		bottom: 0;
	}
}

.apply-form .form-wrap .menu-item .wpcf7-form-control-wrap{
	flex-direction: column;
	align-items: baseline;
}

.apply-form .form-wrap .menu-item.checkbox-wrap {
	margin-bottom: 0 !important;
}

.apply-form .form-wrap .menu-item .checkbox-label{
	display: inline-flex;
	font-size: 15px;
	position: relative;
	top: 10px;
	margin-right: 15px;
}
.apply-form .form-wrap .menu-item.checkbox-wrap .wpcf7-form-control-wrap{
	display: inline-flex;
	float: right;
}

.rank-math-list-item .rank-math-question {
	cursor: pointer;
}

.form-wrap .submit-wrap input, .inner-hotels .inner-hotel-bottom a{
	border-color: #5442AB;
	background-color: #5442AB;
}

.wp-block-gallery.has-nested-images figcaption.wp-element-caption {
	display: none;
}

@media only screen and (max-width: 768px){
	.region-item.shadowed-group>.wp-block-group__inner-container{
		box-shadow: unset;
	}
	.region-item>.wp-block-group__inner-container .wp-block-image{
		order: -1;
	}
	.region-item>.wp-block-group__inner-container .wp-block-image img{
		width: 50vw;
		height: 470px;
		object-fit: cover;
		display: block;
		margin: auto;
	}

	.region-item h2, .region-item p{
		text-align: center;
	}
	.region-item .wp-block-separator{
		margin: 16px auto;
	}
}

@media only screen and (max-width: 480px){
	.region-item>.wp-block-group__inner-container .wp-block-image img{
		height: 350px;
	}
}

@media (max-width: 767.98px){
	.rtl footer .footer-bottom .nav>li a{
		text-align: center;
	}
	
	.form-wrap .hero-form-number .hero-form-number-text{
		display: inline;
	}

}

.single-inner-part ul, .single-inner-part ul li {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 23px;
	color: #393939;
}
.single-inner-part ul li a{
	text-decoration: none;
}

/* Contact form 7 spinner */
.submit-wrap{
	position: relative;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
/*     position: relative; */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 15px;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

:lang(en-US) .hide-for-en{
	display: none !important;
}

:lang(ar) .hide-for-ar{
	display: none !important;
}

.show-for-ar{
	display: none !important;
}

:lang(ar) .show-for-ar{
	display: block !important;
}


.menu-main-menu > li:hover span{
    color: #6E2FC1;
    cursor: pointer;
}

:lang(ar) .hero-container h1{
	line-height: 1.4;
}

.wpcf7-form.submitting .submit-wrap{
	cursor: not-allowed;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
    background: gray;
    border-color: gray;
}


/* Marketing template CSS */
.marketing-header, .marketing-header.sticky-header{
	background: #5442AB;
	padding-bottom: 60px;
}

.marketing-header .main-menu .logo{
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 480px){
	.marketing-header .logo a{
		display: flex;
		flex-wrap: wrap;
	}
	.marketing-form .tickets label{
		margin: 0;
	}
}


.marketing-header-image {
    max-width: 500px;
    margin: auto;
}

.marketing-header .marketing-tagline{
    vertical-align: bottom;
    margin-left: 15px;
    color: #FFFFFF;
    font-family: Kalam, sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
    top: 3px;
}

.marketing-header-form .hero-title, .marketing-main-wrap .hero-title{
	color: #FFFFFF;
	font-size: 56px;
	font-weight: bold;
	letter-spacing: -0.42px;
	line-height: 56px;
	text-shadow: 0 0 3px rgba(0,0,0,0.68);
}

.hero-container .hero-description.updated-description{
	margin-top: 8px;
	margin-bottom: 0;
}

.marketing-header-form .hero-description, .hero-container .hero-description.updated-description{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
}

.marketing-header-form .hero-description .underline, .hero-container .hero-description.updated-description .underline{
	background-image: url('https://www.thailandos.com/app/uploads/2023/10/underline.svg');
    background-repeat: no-repeat;
    background-position: bottom;
	font-family: inherit;
	font-size: inherit;
    background-size: contain;
}

.marketing-header-form .hero-description .underline:lang(ru){
    background-position-y: 17px;
}

	
.marketing-header-form .form-wrap .submit-wrap input{
	background-color: #2F9D91;
	border-color: #2F9D91;
}

.marketing-header-form .wpcf7-response-output{
	margin-left: unset !important;
}

@media only screen and (min-width: 992px){
	.marketing-header-form .form-wrap:not(:has(>.submit-wrap)){
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
    	grid-column-gap: 1rem;
	}
	.marketing-header-form .form-wrap .menu-item{
/* 		max-width: 230px !important; */
		width: 100% !important;
		margin: 0 !important;
	}
	
	.marketing-header, .marketing-header.sticky-header{
		background: #5442AB;
		background-image: url('https://www.thailandos.com/app/uploads/2023/10/son-dad.webp');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right 40px top;
	}
	
	.marketing-header-form .hero-form .form-wrap .hero-form-number{
		width: inherit !important;
	}

}

@media only screen and (max-width: 1400px){
	.marketing-header, .marketing-header.sticky-header{
	    background-size: 490px;
    	background-position: right 40px bottom;
	}
}


@media only screen and (max-width: 1300px){
	.marketing-header-form .form-wrap .hero-form-number .hero-form-number-text{
		display: initial;
	}
}

@media only screen and (max-width: 1260px){
	.marketing-header, .marketing-header.sticky-header{
	    background-size: 440px;
    	background-position: right 20px bottom;
	}
}

@media only screen and (max-width: 768px){
	.marketing-header-form .hero-title, .marketing-main-wrap .hero-title{
		font-size: 48px;
	}
	.marketing-header-form .hero-description .underline, .hero-container .hero-description.updated-description .underline{
    	background-image: unset;
	}
}

@media only screen and (min-width: 576px){
	.marketing-header-form .hero-form .submit-wrap{
		display: flex;
	}
}

@media only screen and (max-width: 575.98px){
	.marketing-header-form .hero-title, .marketing-main-wrap .hero-title{
		font-size: 32px;
    	line-height: 34px;
	}
	.marketing-header-form .hero-description, .hero-container .hero-description.updated-description{
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px){
	.marketing-header .custom-logo-link{
		max-width: 185px;
	}
	.marketing-header .marketing-tagline{
		top: 5px;
    	font-size: 16px;
	}
}

@media only screen and (max-width: 360px){
	.marketing-header .custom-logo-link{
		max-width: 140px;
	}
	.marketing-header .marketing-tagline{
		top: 5px;
		font-size: 14px;
		margin-left: 5px;
	}
}

.marketing-main-wrap{
	margin-top: 0;
}

.marketing-main-wrap .booking-preferences {
    border: unset;
    background: white;
}

.marketing-main-wrap .booking-preferences .preferences-item span{
	color: #4A4A4A;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}

.marketing-main-wrap .preferences-block {
    display: grid !important;
/*     grid-template-columns: repeat(5, 1fr); */
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    row-gap: 15px;
}
.marketing-main-wrap .booking-preferences .preferences-item div{
	min-height: auto;
}

@media only screen and (max-width: 768px){
	
	.marketing-main-wrap .preferences-block {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5px;
/* 		grid-template-rows: repeat(4, 1fr); */
	}
	/*
 	.marketing-main-wrap .preferences-block .preferences-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
	.marketing-main-wrap .preferences-block .preferences-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
	.marketing-main-wrap .preferences-block .preferences-item:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
	.marketing-main-wrap .preferences-block .preferences-item:nth-child(4) { grid-area: 3 / 1 / 4 / 3; }
	.marketing-main-wrap .preferences-block .preferences-item:nth-child(5) { grid-area: 4 / 1 / 5 / 3; } 
	*/
	
	.marketing-main-wrap .preferences-block .preferences-item:last-child {
		grid-area: 3 / 1 / 3 / 3;
	}
	
	.marketing-main-wrap .preferences-block .preferences-item{
		margin: auto;
	}
}

@media only screen and (max-width: 577px){
	.marketing-main-wrap .preferences-block {
		display: flex !important;
		flex-direction: column;
	}
	
	.marketing-main-wrap .preferences-block .preferences-item{
		width: 100%;
	}
}

figure.background_image{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

figure.background_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rating_container{
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.rating_container .google_rating_container{
	border-radius: 25px;
	background-color: rgba(39,30,86,0.74);
    width: fit-content;
    padding-right: 30px;
	margin-bottom: 25px;
}

.rating_container .google_rating{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 19px;
    position: relative;
    bottom: 4px;
}

.rating_container .google_rating strong{
	font-size: 28px;
  	line-height: 32px;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
}

.review_slider{
/* 	display: block !important; */
	opacity: 0;
}
.review_slider.slick-slider .slick-list{
	width: 100%;
    margin-left: 5px;
    margin-top: 30px;
}

.review_slider .review_slider_item {
    border-radius: 33px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(216,216,216,0.5);
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 35px;
    position: relative;
}

.review_slider.slick-initialized .slick-slide{
	margin-left: 10px;
	margin-right: 10px;
}

.review_slider .review_slider_item p{
	color: #393939;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 21px;
}

.review_slider .review_slider_item h3{
	color: #FFFFFF;
	font-family: "Heebo", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
    position: absolute;
    bottom: -20px;
    border-radius: 33px;
    background-color: #2F9D91;
    padding: 10px 20px;
}

.review_slider .slick-next:before, .review_slider .slick-prev:before{
	font-size: 30px;
}

@media only screen and (max-width: 768px){
	.marketing-main-wrap .region-item>.wp-block-group__inner-container .wp-block-image img, .travel-main-wrap .region-item>.wp-block-group__inner-container .wp-block-image img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	
	.marketing-main-wrap .region-item h2, .region-item p{
		text-align: left;
	}
	.marketing-main-wrap .region-item .wp-block-separator{
		margin: 16px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 600px){
	.review_slider{
		width: 82%;
		margin: auto;
	}
}
.show-more-block figcaption a{
	color: #fff;
	font-size: 13px;
}

.marketing-main-wrap .video-height{
	margin-bottom: 0 !important;
}

body, html {
  position: relative;
  overflow-x: hidden;
}

.rtl .sticky-hero-form .form-wrap .menu-item:not(.hero-form-number) input {
    padding: 11px 35px 11px 9px;
}

.travel-top h2 {
    color: #2e2e2e;
    font-family: Heebo;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

@media (max-width: 991.98px){
	.travel-top h2 {
		font-size: 28px;
	}
}

/* Hide phone in Hebrew*/
html[lang="he-IL"] a[href^="tel"], html[lang="he-IL"] .header-phone, html[lang="he-IL"] .footer-phone {
	display: none !important
}

a[href^="tel"], [class*="phone"]{
/* 	display: none !important; */
}


.footer-whatsapp {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
    right: 10px;
    opacity: 0;
    animation: whatsappDelay 0.5s 3s forwards;
    background: #25d366;
    border-radius: 50%;
    padding: 8px;
}

.footer-whatsapp svg{
	width: 30px;
	height: 30px;
}

@keyframes whatsappDelay {
  from {opacity: 0;}
  to {opacity: 1;}
}