.main-container {
	padding-top: 120px;
	margin-bottom: 120px;
}

.container {
	max-width: 1440px;
	width: 100%;
}

#position {
	padding: 0;
	background: none;
}

#position ul li a, #position ul li a:hover {
	font-size: 14px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
}

#position ul li.active {
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

#position ul li:after {
	content: "|";
	padding: 0 8px;
}

#position ul li:last-child:after {
   display: none;
}

.audioguideon > .row #single_tour_desc {
	padding-right: 120px;
}

#single_tour_desc h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	color: var(--darkPink);
	margin-top: 24px;
	margin-bottom: 16px;
}

.audioguideon #single_tour_desc h1 {
	color: var(--leafGreen);
}

.container .desc span {
	font-size: 18px;
	color: #111;
	font-weight: 500;
}

.container .howto h3 {
	color: var(--titleBlu);
	margin-bottom: 34px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
}

.container .howto ul {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

.audioguideon .howto ul {
	display: flex;
	flex-wrap: wrap;
}

.audioguideon .howto ul li {
	white-space: nowrap;
}

.container .howto ul li {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 0 0 48%;
}


.container .howto ul li:not(:last-child) {
	margin-bottom: 20px;
}

.container .howto ul li .img {
	margin-top: 2px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 50px;
	padding: 3px;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.audioguideon .howto ul li .img { 
	margin-top: -2px;
}

.container .howto ul li .img img {
	width: 12px;
}

.container .howto ul li .content {
	flex: 0 0 calc(100% - 30px);
	padding-left: 10px;
}

.container .howto ul li .content span {
	display: block;
}

.container .howto ul li .content span.title {
	font-weight: 600;
	color: #111;
	font-size: 16px
}

.audioguideon .howto ul li .content span.title {
	font-size: 14px;
}

.container .howto ul li .content span.desc {
	font-size: 16px;
}

.audioguideon.container .desc * {
	font-size: 16px !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.bookingform-container .results-details-wrapper {
	border: none;
	padding: 0;
	margin: 40px 0 0 0;
}

.bookingform-container .results-details-wrapper .booking-form-loading {
	width: 40px;
	height: 40px;
	padding-top: 20px;
}

.loading .price-addtocart .total-cost:not(:empty) {
	margin-top: 40px;
}

.booking-detail-box {
	margin: 0;
}

.booking-form-loading span {
	font-size: 40px;
}

.recap-tour {
	border: none;
	padding-top: 0;
}

.recap-tour .col-md-3 {
	display: none;
}

.results-details-wrapper.show-results.loading:after {
	background: none;
}

.recap-tour:before {
	display: none;
}

.price-addtocart {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.recap-tour .col-md-9 {
	min-width: 100%;
}

.recap-tour .buttons-row {
	display: flex;
	justify-content: center;
	flex: 0 0 100%;
	align-items: flex-end;
}

#product-field-form .col-md-4 {
	padding: 0;
	width: 100%;
}

#product-field-form .col-md-4 .form-group {
	margin-right: 10px;
	margin-bottom: 0;
}

#product-field-form label {
	text-align: left;
	display: block;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
	font-size: 14px;
}

#product-field-form label i {
	display: none;
}

#product-field-form input.form-control {
	height: 55px;
	border: none !important;
	border-radius: 0 !important;
}

.price-addtocart .total-cost {
	font-size: 32px;
	line-height: 1;
	color: #111;
	font-weight: bold;
	flex: 0 0 100%;
	text-align: center;
}

.price-addtocart #book_now {
	padding: 17px 24px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	background-color: var(--darkPink);
	height: unset;
	font-size: 16px;
	font-weight: 600;
	color: var(--white);
	line-height: 1.2;
	border-radius: 0;
	cursor: pointer;
	width: auto;
	display: inline-flex;
	margin-top: 40px;
}

.audioguideon .price-addtocart #book_now {
	background-color: var(--leafGreen);
	border-color: var(--leafGreen)
}

.sim-recap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sim-recap .wrap {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border: 4px solid #efefef;
	padding: 32px 24px 42px;
	text-align: center;
	max-width: 100%;
	position: relative;
}

.sim-recap .wrap .title {
	color: var(--darkPink);
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.sim-recap .wrap .metas .meta {
	max-width: 100%;
}

.sim-recap .wrap .metas .meta:not(:last-child) {
	margin-bottom: 10px;
	
}

.sim-recap .wrap .metas .meta .name {
	display: block;
	color: #111;
	font-size: 12px;
	opacity: .5;
	font-weight: 600;
}

.sim-recap .wrap .metas .meta .value {
	text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.sim-recap .wrap .gb {
	position: absolute;
	bottom: 0;
	width: 200px;
	max-width: 100%;
	text-align: center;
	transform: translateX(-50%);
	left: 50%;
	box-shadow: 0px 24px 56px 0px rgb(0 0 0 / 16%);
	padding: 10px 40px;
	margin-bottom: -25px;
	display: block;
	background-color: #fff;
	border-radius: 8px;
}

.sim-recap .wrap .gb span {
	font-weight: bold;
}

.price-block .amount *  {
	font-weight: bold;
	font-size: 18px;
}

.fixed-icon .elementor-widget-container {
	padding: 0 !important;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.related {
	background-color: #f5f5f5;
	padding-top: 120px;
	padding-bottom: 60px;
}

.related-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 80px;
	justify-content: center;
}

.related-container .related {
	flex: 0 0 100%;
}

.related-container .related.tours {
	order: -1;
}

.expand {
	background-color: var(--darkPink);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	border-radius: 50px;
	padding: 2px 8px;
	cursor: pointer;
}

.sim-recap .wrap .metas .meta.active .value {
	text-overflow: inherit;
	overflow: auto;
	white-space: normal;
}

.related.simcard,
.related.audioguide {
	padding-top: 0;
}

.related h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 36px;
}

.related.audioguide h3 {
	color: var(--leafGreen);
}

.related.tours h3 {
	color: var(--darkRed);
}

.related.simcard h3 {
	color: var(--darkPink);
}

.related .intro {
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
	font-weight: 500;
}

.related.audioguide .intro {
	color: var(--leafGreen)
}

.related.tours .intro {
	color: var(--darkRed);
}

.related.tours h4.elementor-heading-title {
	min-height: 68px;
}

.jet-listing-grid__items .td-experience .tt_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	box-shadow: 0px 24px 56px 0px rgb(0 0 0 / 16%);
	border-radius: 21px;
}

.jet-listing-grid__items .td-experience .tt_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 0.4s;
}

.listing-container .elementor-button-text {
	font-size: 16px;
}

.duration {
	display: flex;
	align-items: center;
	margin-top: -10px;
	margin-bottom: 40px;
}

.duration img {
	width: 16px;
	margin-right: 10px;
}

.duration .time {
	font-weight: 600;
	color: var(--leafGreen);
}

.image-block {
	background-color: #fff;
	border-radius: 30px;
	border: hidden;
	box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.16);
	padding: 40px;
}

.image-block .img {
	position: relative;
}

.image-block .img img {
	width: 100%;
	border-radius: 15px;
}

.image-block .img .audio {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
	cursor: pointer;
}

.image-block .img .audio .audiobutton {
	width: 110px;
}

.image-block .img .audio #audio-intro {
	display: none;
}

.image-block .text {
	margin-top: 20px;
}

.image-block .text .title {
	font-weight: bold;
	color: var(--leafGreen);
	display: block;
	font-size: 20px;
}

.image-block .text .duration {
	margin-top: 5px;
	margin-bottom: 0;
}

.image-block .text .duration img {
	width: 12px;
}

.image-block .text .duration .time {
	font-size: 14px;
	font-weight: 600;
}

.elementor-widget-jet-listing-dynamic-image a {
	padding-bottom: 110%;
}

.elementor-widget-jet-listing-dynamic-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related.audioguide .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
}

.related.audioguide .elementor-icon-box-wrapper .elementor-icon-box-icon {
	margin-bottom: 0;
}

.related.audioguide .elementor-icon-box-content {
	text-align: left;
}

.related.audioguide .elementor-icon-box-content span {
	color: var(--leafGreen);
}

.compatibility {
	margin: 20px 0px;
	padding: 0 20px;
}

.compatibility .small {
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: 500;
}

.compatibility #modal-esim-btn {
	color: #fff;
	display: table;
	margin: 10px auto 0;
	background-color: #111;
	border-radius: 50px;
	font-weight: 600;
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
}

#modal-esim {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	transform: translateY(20px);
}

#modal-esim.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#modal-esim .content {
	background-color: #fff;
	padding: 40px;
	width: 800px;
	max-width: 90%;
	border-radius: 15px;
}

#modal-esim .content .heading {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

#modal-esim .content .title {
	font-weight: bold;
	display: block;
	font-size: 20px;
}

#modal-esim .content .desc {
	display: block;
	margin-bottom: 30px;
}

#modal-esim .content input {
	border: none;
	background-color: #f5f5f5;
	border-radius: 50px;
	padding: 10px 25px;;
	font-size: 16px;
	font-weight: 600;
	background-image: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/search.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 25px center;
}

#modal-esim .content .list {
	height: 300px;
	overflow-y: scroll;
}

#modal-esim .content .list::-webkit-scrollbar {
	width: 5px;
	border-radius: 10px;
}

#modal-esim .content .list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

#modal-esim .content .list::-webkit-scrollbar-thumb {
	background: var(--darkPink);
	border-radius: 10px;
}

#modal-esim .content .list > div {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 5px;
}

#modal-esim .content .list > div:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/check-verde.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

#modal-esim .content .close {
	width: 20px;
	height: 20px;
	position: relative;
}

#modal-esim .content .close:before {
	content: '';
	height: 2px;
	border-radius: 10px;
	width: 100%;
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	transform: rotate(45deg);
}

#modal-esim .content .close:after {
	content: '';
	height: 2px;
	border-radius: 10px;
	width: 100%;
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	transform: rotate(-45deg);
}

#single_tour_desc .subheading {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 24px;
}

#single_tour_desc .info {
	margin-top: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#single_tour_desc .info .langs {
	display: flex;
	align-items: center;
}

#single_tour_desc .info .langs img {
	width: 20px;
	margin-right: 8px;
}

#single_tour_desc .info .langs img:last-child {
	margin-right: 0;
}

#single_tour_desc .info .duration {
	margin-bottom: 0;
	margin-top: 0;
}

#single_tour_desc .info .duration:before {
	content: '';
	width: 2px;
	height: 15px;
	display: inline-block;
	background-color: #162450;
	margin: 0 20px;
}

#single_tour_desc .desc p {
	line-height: 32px !important;
	margin-bottom: 30px;
}

#single_tour_desc .desc.audioguide-content p {
	margin-bottom: 10px !important;	
}

#single_tour_desc .desc.audioguide-content p:last-child,
#single_tour_desc .desc p:last-child {
	margin-bottom: 0;
}

.image-block .text {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.image-block .text .left {
	flex: 0 0 60%;
}

.image-block .text .duration {
	margin-top: 10px;
}

.image-block .text .langs {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.image-block .text .langs img {
	margin-right: 6px;
	width: 16px;
}

.image-block .text .langs .more {
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}

.image-block .text .right .audioblock {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.image-block .text .right .audioblock img {
	width: 120px;
	max-width: 100%;
}

.image-block .text .right .audioblock span {
	flex: 0 0 100%;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
	color: #c7c7c7;
}

.price-addtocart .features {
	flex: 0 0 50%;
} 
	
.price-addtocart .total-cost {
	flex: 0 0 50%;
}

.price-addtocart .features ul li {
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: flex-start;
}

.price-addtocart .features ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/check-blu.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 16px;
	margin-top: 5px;
}

.price-addtocart .features ul li:last-child {
	margin-bottom: 0;
}

.audioguideon .price-addtocart #book_now {
	padding: 24px 32px;
	font-size: 18px;
}

.audioguideon .price-addtocart #book_now:before {
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/header/cart.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.insurance {
	border-radius: 32px;
	box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.16);
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}

.insurance .head {
	padding: 48px 16px 16px;
	background-color: var(--orange);
	border-radius: 32px 32px 0px 0px;
	position: relative;
	background-image: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/bg-pat-as.svg);
	background-repeat: no-repeat;
	background-position: left;
}

.insurance .head:before {
	content: '';
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/airplane.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	opacity: .2;
}

.insurance .head:after {
	content: '';
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/gen/pattern-as.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 17px;
	width: 35px;
	height: 35px;
	opacity: .1;
}

.insurance .head .title {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 27.5px;
	text-align: center;
	display: block;
	margin-bottom: 16px;
}

.insurance .head a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 16px;
	color: #491a6f;
	justify-content: center;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.insurance .head a img {
	width: 12px;
	margin-left: 6px;
	vertical-align: middle;
	margin-top: 2px;
}

.insurance .footer {
	border-radius: 0px 0px 32px 32px;
	overflow: hidden;
}

.audioguideon > .row:first-child {
	margin-bottom: 120px;
}

.accordion-container {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 120px;
}

.accordions .accordion h3 {
	color: var(--titleBlu);
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.accordions .accordion h3:after {
	content: '';
	background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/arrow/arrow-down-change.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 12px;
}

.accordions .accordion:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 64px;
	padding-bottom: 64px;
}

.accordions .accordion.active h3:after {
	transform: rotate(180deg);
}

.accordions .accordion .content {
	margin-top: 0px;
	display: none;
}

.accordions .accordion.active .content {
	margin-top: 32px;
	display: block;
}

.accordions .accordion .content * {
	font-size: 16px;
	line-height: 32px;
}

.accordions .accordion .content ul.numbul li {
	font-weight: 600;
	margin-bottom: 14px;
}


.accordions .accordion .content ul.numbul li span {
	display: block;
}

.only-mobile {
	display: none !important;
}

.main-container:not(.audioguide-on) .howto {
	margin-top: 20px;
}

.insurance-section {
	position: relative;
	width: 100%;
	padding: 120px 0px;
}

.insurance-section .video-bg {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr;
}

.insurance-section .video-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #111;
	opacity: .5;
}

.insurance-section .video-bg video {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.insurance-section .container {
	position: relative;
	z-index: 2;
}

.insurance-section h3 {
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 42px;
}

.insurance-section .desc {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 40px;
}

.insurance-section .desc p {
	color: #fff;
	text-align: center;
}

.insurance-section div > a,
.insurance-section div > a:hover {
	background-color: #F27C00;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 24px 40px;
	display: flex;
	width: fit-content;
	align-items: center;
	margin: 30px auto 0;
}

.insurance-section div > a svg {
	width: 24px;
	margin-right: 15px;
}

@media screen and (min-width: 992px) {
	.audioguideon .booking-form-loading {
		right: 20%;
		left: auto;
	}
}

@media screen and (max-width: 2224px) {
	.main-container {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media screen and (max-width: 1023px) {
	
	#position {
		display: block;
	}
	
	.main-container {
		padding-top: 20px;
		margin-bottom: 60px;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.container div[class*="col"] {
		padding-left: 0;
		padding-right: 0;
	}
	
	.sim-recap {
		margin-top: 40px
	}
	
	.recap-tour {
		padding-top: 0 !important;
	}
	
	.price-addtocart {
		margin-top: 10px;
	}
	
	.recap-tour .price-addtocart .total-cost {
		font-size: 32px !important;
	}
	
	.price-addtocart #book_now {
		width: auto !important;
	}
	
	.related {
		padding-top: 60px;
	}
	
	.related h3 {
		font-size: 32px;
	}
	
	.audioguideon > .row #single_tour_desc {
		padding-right: 0;
	}
	
	.audioguideon .howto {
		margin-bottom: 40px;
	}
	
	.audioguideon .howto h3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.audioguideon .howto h3:after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(https://www.forexchange.it/wp-content/themes/forexchange/icons/arrow/arrow-down-change.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		vertical-align: middle;
		transition: 0.4s;
	}
	
	.audioguideon .howto.active h3:after {
		transform: rotate(180deg);
	}
	
	.audioguideon .howto:not(.active) ul {
		display: none;
	}
	
	.image-block {
		padding: 30px;
	}
	
}

@media screen and (max-width: 991px) {
	.only-mobile {
		display: block !important;
	}
	
	.only-desktop {
		display: none !important;
	}
	
	.price-addtocart .features {
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	
	.only-mobile.desc {
		margin-top: 40px;
	}
	
	.audioguideon > .row:first-child {
		margin-bottom: 40px;
	}
	
	.audioguideon .howto ul li {
		flex: 0 0 100%;
	}
	
	.row.reorder-row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.row.reorder-row > div {
		flex: 0 0 100%;
	}
	
	.row.reorder-row > div.reorder-mobile {
		order: -1;
		margin-bottom: 80px;
	}
	
	.insurance {
		margin-top: 0;
		max-width: 100%;
	}
	
	.accordion-container {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: -80px;
		padding-bottom: 60px;
	}
	
	.accordions .accordion:not(:last-child) {
		padding-bottom: 0;
		margin-bottom: 25px;
		border: none;
	}
	
	.audioguideon .booking-form-loading {
		top: 130px
	}
	
	.insurance-section h3 {
		font-size: 32px;
	}
}


@media screen and (max-width: 767px) {
	.video-bg div,
	.video-bg section {
		height: 100% !important;
	}
	
	.related.audioguide .elementor-icon-box-wrapper {
		display: flex !important;
		align-items: center;
	}
	
	.related.audioguide .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-bottom: 0;
	}
	
	.related.audioguide .elementor-icon-box-content {
		text-align: left;
		margin-left: 10px;
		margin-top: -4px;
	}
	
	.related.audioguide .elementor-icon-box-content span {
		color: var(--leafGreen);
	}
	
	#modal-esim .content {
		padding: 30px;
	}
	
	#modal-esim .content .close {
		right: -5px;
	}
}