.book-tour-v2.has--background-color {
	max-width: 1150px !important;
	margin: 96px auto 97px !important;
	text-align: center;
}

.book-tour-v2 h2.title {
	margin: 32px 0 60px;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 0rem;
	text-transform: capitalize;
}

.book-tour-v2 h2.title img {
	max-width: 60px;
	vertical-align: text-bottom;
	display: inline-block;
	margin-left: 20px;
}

.book-tour-v2 .flex {
	gap:60px;
}

.book-tour-v2 .left, .book-tour-v2 .right {
	flex: 1;
}

.book-tour-v2 .left {
	max-height: 750px;
}

.book-tour-v2 .left img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 0;
	top: 0;
}
.book-tour-v2 .left, .book-tour-v2 .right {
	flex: 1;
	position: relative;
}
.book-tour-v2 .right ul {
	list-style: none;
}

.book-tour-v2 h3.toggle {
	font-size: 32px;
	text-align: left;
	font-family: var(--wp--preset--font-family--itc-avant-garde-gothic-pro);
	line-height: 1em;
	margin: 0 0 20px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.book-tour-v2 h3.toggle.active {
	color: #E49FC7;
}


.book-tour-v2 h3.toggle img {
	position: absolute;
	right: 0;
	top: 5px;
}


.book-tour-v2 h3.toggle img.arrow-up {
	opacity: 0;
}

.book-tour-v2 h3.toggle.active img.arrow-up {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}


.book-tour-v2 h3.toggle.active img.arrow-down {
	opacity: 0;
}

.book-tour-v2 .details {
	border-top: 2px solid #E49FC7;
	padding-top: 30px;
	text-align: left;
	transition: all 0.5s;
}

.book-tour-v2 .details {
	display: none;
}

.book-tour-v2 .details p {
	margin: 25px 0;
	font-size: 18px;
	line-height: 25px;
}

.book-tour-v2 .right {
	padding-right: 45px;
	/*height: 650px;
	overflow-y: scroll; 
	-ms-overflow-style: scrollbar;
	scrollbar-width: thin; /* 
	scrollbar-color: #CBC7C7 #f0f0f0; */
}

/* Webkit-based browsers (Chrome, Safari) 
.book-tour-v2 .right::-webkit-scrollbar {
	width: 8px;
	background-color: #f0f0f0; */
}

/*.book-tour-v2 .right::-webkit-scrollbar-track {
	background: #f0f0f0;  Keeps the track visible */
}

/*.book-tour-v2 .right::-webkit-scrollbar-thumb {
	background-color: #CBC7C7;
	border-radius: 10px;
}

.book-tour-v2 .right::-webkit-scrollbar-thumb:hover {
	background-color: #CBC7C7;
}*/


.book-tour-v2 .details img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}


.book-tour-v2 .details a.button {
	border: 1px solid #000;
	background: #000;
	border-radius: 25px;
	font-family: 'proxima-nova';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	height: 45px;
	padding: 15px 30px;
	color: #fcf8f4;
	font-weight: 400;
	margin: 0 0 40px;
	width: auto;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	display: table;
}


.book-tour-v2 .details a.button:hover {
	background: none;
	color: #000;
}

.book-tour-v2 li {
	border-bottom: 2px solid;
	margin-bottom: 20px;
}

.book-tour-v2 .right ul {
	    padding-bottom: 100px;
}