/* GLOBAL */
@import url("fonts.css");

#train_search .filtered_out {
	display: none;
}
body {
	font-family: "Brandon Grotesque",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

img {
	max-width: 100%;
}

html {
	scroll-behavior: smooth;
}

.header-logo img {
	width: 158px;
}

.header-logo {
	padding-top: 0;
}

.user-login-logo {
	width: 100%;
}

.user-flight-logo {
	width: 300px;
}

.align-text-center {
	text-align: center;
}

.align-center {
	margin: auto auto;
}

.align-bottom {
	margin-top: auto;
	margin-bottom: 0;
}

.align-center-horizontally {
	margin: 0 auto;
	display: block;
}

.align-center-vertically {
	margin: auto 0;
}

.blue-clr {
	color: #0f3282;
}

.subscribe-btn {
	background-color: #FCD900;
	color: #0f3282;
	font-weight: bold;
	border-radius: 10px;
	padding: .5rem 1.25rem;
	text-transform: uppercase;
}

.subscribe-btn:hover {
	background-color: #ffffff;
	color: #0f3282;
}

.black-hr {
	display: block;
	height: 1px;
	background-color: #7f7f7f;
	border: none;
	width: 100%;
}

.white-hr {
	display: block;
	height: 1px;
	background-color: #ffffff;
	border: none;
	width: 100%;
}
.blue-hr {
	display: block;
	height: 2px;
	background-color: #3e557f;
	border: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

/* Flight */

#nav-register {
	background-color: #0f3282;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav-register:hover {
	background-color: #FCD900;
	color: #0f3282 !important;
}

#nav-login {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

#nav-login:hover {
	background-color: white;
	color: #0f3282 !important;
}

.dropdown-submenu {
	position: relative;
	border-color: #777777;
}

.dropdown-submenu > a::after {
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;

	vertical-align: baseline;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

#welcome .carousel#main-carousel .carousel-item .slide-item {
	height: var(--banner-height);
	background-position: 50% 50%;
	background-size: cover;
}

.fade-title {
	text-align: center;
	color: #515151;
	font-size: 20px;
	text-transform: uppercase;
}

.fade-subtitle {
	text-align: center;
	color: #0f3282;
	font-size: 40px;
}

@media (max-width: 767px) {
	.fade-subtitle{
		font-size: 30px;
	}
}

.fade-result {
	text-align: center;
	color: #999999;
}

.page-banner {
	width: 100%;
	background-size: cover;
	background-position: center top;
}

@media(max-width: 767px){
	.page-banner{
		min-height: 200px;
	}
}

@media screen and (max-width: 1200px){
	.dropdown-menu li{
		text-align: center;
	}
}

.page-package-banner {
	padding-bottom: 140px;
}

.page-banner-image {
	max-width: 100%;
	visibility: hidden;
}

#pills-itinerary {
	font-family: "Haboro Slab";
}

#navmenus .navbar-nav .nav-item .nav-link {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
}

#navmenus .active {
	font-weight: 700;
}

.navbar {
	padding: 30px 0;
}

.navbar a:hover {
	font-weight: bold;
}

.navbar-nav .nav-item > a {
	text-align: center;
}

.navbar-nav .nav-item.dropdown > a::before {
	padding-left: 0.6rem;
	padding-right: 0.255em;
}

.navbar-nav .nav-item > a::before {
	content: attr(data-text);
	content: attr(data-text) / "";
	height: 0;
	visibility: hidden;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
	font-weight: bold;
	display: block;
}

.nav-item > a:hover {
	font-weight: bold;
}

.nav-dropdown:hover .dropdown-menu {
	display: block !important;
}

.navbar-nav .dropdown-menu {
	border: none;
	border-radius: 0;
}

.nav-dropdown:hover .dropdown-menu {
	display: block !important;
}

.navbar-nav .dropdown-item {
	font-size: 12px;
	color: rgb(124, 124, 124);
	text-transform: uppercase;
}

.navbar-nav .dropdown-item:hover {
	color: #fff;
	background-color: #0f3282;
}

#footer {
	font-size: 90%;
}

#footer a:hover {
	color: white;
}

#footer .footer-menu-header {
	text-transform: uppercase;
	font-family: "Haboro Slab";
}

#footer .menu-container {
	margin-bottom: 1rem;
}

#footer .footer-logo {
	width: 236px;
}

#passenger-box td {
	text-align: center;
}

#passenger-box input {
	width: 60px;
	text-align: center;
}

.cut-through-banner {
	transform: translatey(-30%);
}

#flight_search .cut-through-banner {
	transform: translatey(-40%);
}

.cut-through-banner-2 {
	transform: translatey(-180px);
}

.cut-through-banner-home {
	transform: translatey(-2.3rem);
}
.cut-through-banner-about-us {
	transform: translatey(-6rem);
}
.cut-through-banner-news {
	transform: translatey(-5rem);
}
.cut-through-banner-package {
	transform: translatey(-17rem);
}
.cut-through-banner-gt {
	transform: translatey(-10rem);
}

.cut-through-banner-gtd {
	transform: translatey(-18rem);
}

.flightbox {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	transform: translate(0, -5%);
	background-color: white;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px){
	.flightbox{
		box-shadow: none;
	}
}

.flightbox label {
	width: 100%;
	font-size: small;
	color: #0f3282;
	font-weight: bold;
}

.flightbox .form-control {
	text-align: center;
	background-color: #f2f2f2;
	font-size: small;
	font-style: italic;
	border-radius: 10px;
}

.flightbox .form-control:hover {
	background-color: #727272;
	color: white;
}

.flightbox .form-control:hover::placeholder {
	color: white;
}

.flightbox select {
	text-align: center;
	/* for Chrome, Firefox, Opera */
	text-align-last: center;
	/* for Chrome, Firefox, Opera */
}

.flightbox small {
	font-size: 10px;
	color: #aaaaaa;
}

.flightbox input[type="radio"] {
	background-color: #727272;
}

.routes > .col,
.promo > .col {
	overflow: hidden;
}

.routes-view-more {
	width: 50%;
	margin: auto;
	text-align: center;
	border-radius: 20px;
	position: relative;
	transform: translatey(-50%);
	background-color: #FCD900;
	color: #0f3282;
	font-weight: bold;
}

.routes-view-more:hover {
	background-color: black;
	color: white;
}

.fav-col {
	border-radius: 15px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
}

.fav-routes-img {
	width: 29px;
}

.fav-routes-content {
	text-align: center;
}

.fav-routes-label {
	font-size: small;
}

.fav-destination {
	background-color: #0f3282;
	color: white;
	border-radius: 10px;
}
.fav-hotel-col {
	height: 202px;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
}

.favorite-hotel-routes .fav-routes-content {
	color: #FFFFFF;
	font-size: 25px;
	border-radius: 15px;
	text-align: left;
	font-weight: bold;
	height: 50%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(1, 36, 94, 1));
}

.promos-view-details {
	width: 18%;
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-radius: 20px;
	position: relative;
	transform: translate(200%, -200%);
	background-color: #f2f2f2;
	color: #0f3282;
	font-weight: bold;
	font-size: 10px;
}

.promos-view-details:hover {
	background-color: #0f3282;
	color: #f2f2f2;
}

.fav-col {
	border-radius: 15px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
}

.fav-routes-img {
	width: 29px;
}

.fav-routes-content {
	text-align: center;
}

.fav-routes-label {
	font-size: small;
}

.fav-destination {
	background-color: #0f3282;
	color: white;
	border-radius: 10px;
}

.blue-btn {
	background-color: #0f3282;
	color: #FCD900;
	font-weight: bold;
	border-radius: 5px;
}

.yellow-btn {
	background-color: #FCD900;
	color: #0f3282;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
}

.blue-btn:hover {
	background-color: #FCD900;
	color: #0f3282;
}

.yellow-btn:hover {
	background-color: #0f3282;
	color: #FCD900;
}

#swapbutton img {
	width: 36px;
}

.slick-dots li button:before {
	font-size: 10px;
}

.slick-dots li.slick-active button:before {
	color: #0f3282;
}

footer {
	padding: 30px;
	background-color: #0f3282;
	color: white;
	font-family: "Haboro Slab", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: normal;
	font-weight: 300;
	font-size: 14px;
}

footer a {
	color: white;
}

footer .btn {
	color: white;
}

footer input[type="email"] {
	width: 60%;
	border-radius: 5px;
}

footer input[type="email"]:hover {
	background-color: rgba(207, 221, 40, 0.51);
}

.promo-slide-item {
	border-radius: 20px;
	padding: 10px;
	width: 100%;
}

.promos-view-details {
	width: 17%;
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-radius: 20px;
	position: relative;
	transform: translate(160%, -140%);
	background-color: #F2F2F2;
	color: #0f3282;
	font-weight: bold;
	font-size: 10px;
}

.promos-view-details:hover {
	background-color: #0f3282;
	color: #F2F2F2;
}

.banner-button {
	font-weight: bold;
	color: white;
}

.flight-button {
	position: absolute;
	font-weight: bold;
	color: white;
	transform: translate(-8%, -300%);
}

.box-label {
	color: #0f3282;
}

.box-icon {
	width: 60px;
}

.search-param-label {
	color: #0f3282;
	font-weight: bold;
}

.search-param {
	color: #555555;
}

.flight-item {
	background-color: #ffffff;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 0px 0px 45px rgba(1, 36, 94, 0.05);
}

.flight-item-btn {
	background-color: #f2f2f2;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #555555;
	font-size: smaller;
}

.flight-item-btn:hover {
	background-color: #0f3282;
	color: #FCD900;
}

.flight-price {
	color: #0f3282;
}

.flight-main-detail {
	color: #555555;
	font-size: 22px;
}

.flight-main-detail .flight-sub-detail {
	color: #999999;
	font-size: 12px;
}

.flight-sub-detail {
	color: #999999;
	font-size: 16px;
}

.flight-icon-container {
	position: absolute;
	transform: translateY(-20px);
	padding-left: 40%;
}

.flight-item-det hr {
	margin-right: 10px;
	display: block;
	height: 1px;
	background-color: #999999;
	border: none;
}

.flight-line-icon {
	width: 40px;
	position: relative;
	background-color: white;
	margin: auto;
	transform: translateY(-25px);
	padding-left: 5px;
	padding-right: 5px;
}

.flight-item-price {
	background-color: #f2f2f2;
	border-radius: 0px 10px 10px 0px;
}

.flight-item-header {
	margin-left: -15px;
}
.selected-flight-item-header {
	margin-left: -15px;
}
.not-shown {
	visibility: hidden;
}

.flight-item-icon {
	width: 7%;
}

.flight-modal-icon {
	width: 24px;
}

.flight-modal-header {
	border: none;
	color: #555555;
}

.modal-flight-dur-icon {
	width: 20px;
	margin-right: 5px;
}

.modal-yellow {
	box-shadow: 0px 12px 38px rgba(1, 36, 94, 0.1);
	background-color: #0f3282;
	border-radius: 10px;
	color: #ffffff;
}

.modal-time {
	font-size: 32px;
}

.modal-notice {
	font-size: 9px;
	transform: translateY(9px);
	font-weight: bold;
	font-style: italic;
}

.modal-date {
	font-size: 14px;
	transform: translateY(-10px);
	color: #FCD900;
}

.modal-flight-icon {
	width: 13px;
}

.modal-airport-code {
	font-size: 14px;
	font-weight: bold;
}

.modal-airport-name {
	font-size: 12px;
}

.modal-blue {
	box-shadow: 0px 12px 38px rgba(1, 36, 94, 0.1);
	background-color: #FCD900;
	border-radius: 10px;
	color: #333333;
}

.modal-blue .modal-date {
	color: #0f3282;
}

.modal-extras {
	font-size: 12px;
	color: #999999;
}

.contact-us {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 1rem;
}

.contact-us .button-col {
	padding-bottom: 1rem;
}

.contact-us .button-col .btn {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.contact-us p {
	font-size: large;
	color: black;
	font-weight: 500;
}

.blue-white-btn {
	background-color: #0f3282;
	color: #f2f2f2;
	font-weight: bold;
	border-radius: 30px;
	font-size: small;
}

.blue-white-btn:hover {
	color: #0f3282;
	background-color: #ffffff;
	box-shadow: 0px 7px 14px rgba(1, 36, 94, 0.3);
	transition-duration: 0.4s;
}

.gray-white-btn {
	background-color: rgba(0, 0, 0, 0.3);;
	color: #f2f2f2;
	font-weight: bold;
	border-radius: 30px;
	font-size: small;
}

.gray-white-btn:hover {
	color: #0f3282;
	background-color: #ffffff;
	box-shadow: 0px 7px 14px rgba(1, 36, 94, 0.3);
	transition-duration: 0.4s;
}

.scroll-button {
	background-image: url("images/home/Button-Hover_B.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	display: block;

}

.scroll-button:hover {
	background-image: url("images/home/Button-Hover_A.svg");
}

.scroll-button-image {
	visibility: hidden;
}

#filtered-by {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #ffffff;
	padding: 1rem 0;
	z-index: 2;
}

#filtered-by a {
	color: black;
}

.custom-caret {
	width: 12px;
	transform: matrix(0, 1, -1, 0, 12, 0);
}

#flight_search .filtered_out {
	display: none;
}

#flight_search .noUi-target {
	background: transparent;
	border: none;
	box-shadow: none;
	padding-top: 3px;
}

#flight_search .noUi-base {
	height: 5px;
}

#flight_search .noUi-base .noUi-origin .noUi-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	box-shadow: none;
	border: none;
	left: -7.5px;
	background: #0f3282;
}
#flight_search .noUi-base .noUi-origin .noUi-handle::before,
#flight_search .noUi-base .noUi-origin .noUi-handle::after {
	display: none;
}

#flight_search .noUi-base .noUi-connect {
	background: #0f3282;
}

#hotel_search .filtered_out {
	display: none;
}

#price-filter {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#star-filter {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.swap-btn {
	width: 50%;
	margin: 0 auto;
}

.witatour-navbar {
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.bg-wita {
	background-color: #0f3282;
	min-height: 75px;
	padding-bottom: 25px;
	text-align: center;
}

.timer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: white;
}

.timer-content {
	width: 10%;
}

.popover-body .qty-field {
	width: 30px;
	text-align: center;
	background: rgba(0,0,0,0);
	border: none;
}

/* USER_PROFILE */
#user_profile #new_password_container {
	max-height: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media screen and (max-width: 1200px) {
	.navbar {
		background-color: #0f3282;
		padding: 16px 8px;
	}

	.witatour-navbar {
		position: relative;
		width: 100%;
		z-index: 13;
	}

	#nav-register {
		background-color: rgba(0, 0, 0, 0.3);
	}

	#nav-register:hover {
		background-color: white;
		color: #0f3282 !important;
	}

	.navbar .dropdown-menu {
		background-color: rgba(0, 0, 0, 0);
	}

	.navbar .dropdown-item {
		color: white;
	}

	.navbar .dropdown-item:hover {
		color: white;
		background-color: rgba(0, 0, 0, 0);
	}

	.promos-view-details {
		font-size: 8px;
	}
}

@media screen and (max-width: 1024px) {
	.flightbox,
	.reservebox,
	.detailbox {
		padding: 20px 20px;
	}

	.swap-btn {
		width: 70%;
	}

	.flight-line-icon {
		width: 30px;
		position: relative;
		transform: translateY(-25px);
	}

	.flight-main-detail {
		font-size: 14px;
	}

	.flight-main-detail .flight-sub-detail {
		font-size: 8px;
	}

	.flight-sub-detail {
		font-size: 14px;
	}

	.flight-price {
		font-size: 22px;
	}

	.routes-view-more {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.reservebox,
	.detailbox {
		max-width: 100%;
		transform: translateY(-2rem);
	}

	.flightbox{
		transform: none;
	}

	.cut-through-banner,
	.cut-through-banner-home,
	.cut-through-banner-news,
	.cut-through-banner-gt,
	.cut-through-banner-gtd {
		transform: none;
	}

	.swap-btn {
		width: 50px;
	}

	#swapbutton img {
		width: 30px;
		height: auto;
	}

	.flight-line-icon {
		width: 40px;
		position: relative;
		transform: translateY(-25px);
	}

	.flight-main-detail {
		font-size: 22px;
	}

	.flight-main-detail .flight-sub-detail {
		font-size: 12px;
	}

	.flight-sub-detail {
		font-size: 16px;
	}

	.box-label {
		margin: auto;
	}

	.banner-button {
		display: none;
	}

	.promos-view-details {
		font-size: 5px;
		transform: translate(200%, -180%);
	}

	.not-shown-on-mobile {
		visibility: hidden;
	}
}

.hotelbox {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	transform: translate(0, -5%);
	background-color: #ffffff;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: -1px 32px 56px rgba(0, 0, 0, 0.05);
}

.hotelbox label {
	width: 100%;
	font-size: 13px;
	color: #0f3282;
	font-weight: bold;
}

.hotelbox input {
	padding: 6px 12px;
}

.hotelbox .form-control {
	text-align: center;
	background-color: #f2f2f2;
	font-size: small;
	font-style: italic;
	border-radius: 10px;
}

.hotelbox .form-control:hover {
	background-color: #727272;
	color: white;
}

.hotelbox .form-control:hover::placeholder {
	color: white;
}

.hotelbox select {
	text-align: center;
	/* for Chrome, Firefox, Opera */
	text-align-last: center;
	/* for Chrome, Firefox, Opera */
}

.hotelbox small {
	font-size: 10px;
	color: #aaaaaa;
}

.hotelbox input[type="radio"] {
	background-color: #727272;
}

.banner-slide-item {
	min-height: 500px;
	border-radius: 20px;
	padding: 10px;
	width: 100%;
}

.banner-item-container {
	min-height: 85vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-slide {
	position: relative;
	z-index: 0;
}

.witatour-navbar-blue {
	background-color: #0f3282;
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 100;
}
.reserve-box {
	font-size: 14px;
}

.ribbon {
	width: 110px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: 0px;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	left: 5px;
	transform: rotate(-45deg);
	display: block;
	border: 10px solid #940610;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 190px;
	padding: 5px 0;
	background-color: #e0382f;
	color: #fff;
	font-size: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

.blue-clr {
	color: #0f3282;
}

.witatour-why-book p {
	text-align: center;
	font-size: 17px;
	color: #595959;
}

.why-book-img{
	display: block;
    margin: auto;
    height: 12.15vh;
}

.why-book-img-hover-container{
	position: absolute;
	width: 100%;
	opacity: 0;
}

.why-book-img-hover-container:hover{
	opacity: 1;
}

.reason-col{
	position: relative;
	margin: 2rem auto;
}

.witatour-search-title {
	font-size: 22px;
	color: #0f3282;
	font-weight: 700;
	margin-bottom: 0px;
}

.witatour-search-subtitle {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.ads-close {
	position: absolute;
	top: 10px;
	right: 30px;
	background-color: white;
	width: 30px;
	height: 26px;
	border-radius: 10px;
	opacity: 100%;
}

.ads-close:hover {
	opacity: 80%;
}

.ads-close p {
	font-size: 18px;
	color: #0f3282;
	font-weight: bold;
	transform: translateY(-5px);
}

.modal-image {
	border-radius: 21px;
}

.modal-radius {
	border-radius: 23px;
}

#city {
	background-image: none !important;
	background-color: #f2f2f2 !important;
}

#city:hover {
	background-color: #727272 !important;
}

.popover {
	max-width: 100%;
	font-family: "Brandon Grotesque";
}

.home-lower-left p {
	color: #0f3282;
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 13px;
}

.home-lower-right {
	background-color: #0f3282;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 20px 0 0 0;
}

.home-lower-right p {
	margin-bottom: 0px;
}

.home-lower-right .currency {
	font-weight: 400;
	font-size: 14px;
}

.home-lower-right .price {
	font-weight: 700;
	color: #FCD900;
	font-size: 20px;
	line-height: 0.7;
}

.home-lower-right .subtitle {
	font-weight: 100;
	text-align: right;
	font-size: 14px;
}

.home-slide-lower .header {
	color: #0f3282;
	font-weight: 700;
	font-size: 20px;
}

.news-image {
	height: 100%;
	width: 100%;
}

.news-col {
	height: 100%;
	margin: auto;
	position: relative;
}

.news-col .news-left {
	background-color: #0f3282;
	border-radius: 10px 0 0 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-col .news-right {
	background-color: #eeeeee;
	padding: 1rem;
	border-radius: 0 10px 10px 0;
}

.news-col .row {
	height: 100%;
}

.news-right .news-header {
	color: #0f3282;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Brandon Grotesque";
}

.news-right .news-summary {
	font-weight: 300;
	font-size: 16px;
	font-family: "Haboro Slab";
}

.home-pills {
	background-color: #f7f7f7;
	color: #939598;
	margin: 0.4rem 0.3rem;
	border-radius: 10px !important;
	padding: 0.2rem 1rem;
	font-size: 13px;
	text-transform: uppercase;
}

.home-pills:hover {
	box-shadow: 0px 8px 15px rgba(1, 36, 94, 0.15);
	color: #ffffff;
	background-color: #0f3282;
}

.home-pills.active {
	box-shadow: 0px 8px 15px rgba(1, 36, 94, 0.15);
	color: #ffffff;
	background-color: #0f3282 !important;
}

.home-slide-hover {
	position: absolute;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;
}

.home-slide-hover .home-view-details {
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;
}

.home-slide-hover:hover {
	opacity: 1;
}

.home-slide-item {
	border-radius: 20px;
	width: 100%;
}

.news-hover {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: #0f3282;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
}

.news-hover:hover {
	transition-duration: 0.4s;
	opacity: 0.95;
}

.news-hover .news-read-more {
	position: absolute;
	bottom: 2.5rem;
	right: 4rem;
	font-size: 16px;
	color: #0f3282;
	background-color: #FCD900;
}

.news-hover:hover > .news-read-more {
	opacity: 1;
}

.slick-arrow {
	z-index: 3;
	transform: scale(2);
}

.slick-arrow.slick-prev {
	left: 2rem;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
	color: #FCD900;
	opacity: .85;
}

.slick-arrow.slick-next {
	right: 2rem;
}

.news,
.witatour-why-book {
	overflow: hidden;
}

.witatour-why-book .image-text,
.product-services .image-text {
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.top-destination-sub {
	margin-bottom: 3rem;
}

.search-tab-pills {
	margin-bottom: 1rem;
}

.hotel-tab {
	margin-bottom: 1rem;
}

.routes-margin {
	margin-bottom: 3rem;
}

.witatour-why-book {
	margin: 3rem 0;
	padding-bottom: 3rem;
}

.top-dest-tab {
	margin-bottom: 1rem;
}

.news-sec {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.news-sub {
	margin-bottom: 3rem;
}

.scroll-button {
	margin-top: 0.5rem;
}
.book-now-div {
	margin-top: 1rem;
}
.home-slide {
	min-height: 200px;
}

.home-updates-card {
	margin-top: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.home-form-padding {
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}

.witatour-why-book .reason-icon,
.witatour-why-book .reason-icon:hover {
	background-position: center 25%;
	background-size: 20vh;
	background-repeat: no-repeat;
}

.quality-col {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (4)_poster_u131682.png");
}

.quality-col:hover {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (1)_poster_u131746.png");
}

.great-col {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (5)_poster_u131690.png");
}

.great-col:hover {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (2)_poster_u131730.png");
}

.exp-col {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (6)_poster_u131698.png");
}

.exp-col:hover {
	background: url("https://www.witatour.com/assets/images/resources/asset 37-2 (3)_poster_u131722.png");
}

@media (max-width: 767px) {
	.great-col,
	.exp-col,
	.quality-col,
	.great-col:hover,
	.exp-col:hover,
	.quality-col:hover {
		background-size: 100px;
	}

	.exp-col,
	.exp-col:hover,
	.quality-col,
	.quality-col:hover{
		padding-top: 3rem;
	}

	.great-col,
	.great-col:hover{
		padding-top: 4rem;
	}

	.quality-col,
	.quality-col:hover{
		margin-top: 2rem;
	}
}

.historybox {
	margin: 0 auto;
	position: relative;
	background-color: white;
	width: 50%;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	max-width: 80%;
	padding: 1.75rem 7rem;
}

.padding-0 {
	padding: 0;
}

.padding-right-0 {
	padding-right: 0;
}

.historybox h4 {
	margin: 0;
}

.about-mini {
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}

.icon-bed {
	max-width: 90%;
}

.historybox-content {
	margin-top: 4rem;
	margin-bottom: 3rem;
}

.historybox-content img {
	width: 70%;
}

.scroll-button-right {
	float: right;
}

.historybox-content h4 {
	font-weight: 700;
	color: #555555;
}

.history-date {
	padding-left: 2rem;
}

.history-date p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #555555;
	margin-bottom: 0.25rem;
}

.history-date::after {
	content: "";
	position: absolute;
	top: 17.5%;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #0f3282;
	border-radius: 50%;
}

.history-desc-with-border {
	padding-left: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.75rem;
	line-height: 2;
	font-size: 17px;
	color: #555555;
}

.history-desc {
	padding-left: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.75rem;
	line-height: 2;
	font-size: 17px;
	color: #555555;
}

.history-desc-with-border ::after {
	content: "";
	position: absolute;
	width: 2px;
	background-color: #dddddd;
	top: 0;
	left: 0.4rem;
	bottom: 0;
	margin-bottom: 0.25rem;
}

.padding-left-3 {
	padding-left: 1rem;
}

@media screen and (max-width: 767px) {
	.historybox {
		padding: 1rem;
	}
}
.vision h2 {
	padding-left: 20%;
	padding-right: 20%;
	font-weight: 700;
	color: #0f3282;
}

.content h4 {
	margin-bottom: 2rem;
	font-weight: 400;
	color: #555555;
}

.mission-card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.mission-card:hover {
	background-color: #f3f3f3;
}

.mission-card h1 {
	color: #dddddd;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.mission-card p {
	font-size: 15px;
	color: #0f3282;
	font-weight: 700;
}

.mission-col {
	padding: 0 0.5rem;
}

.content {
	margin-top: 1rem;
	font-family: "Haboro Slab";
}

.testimonials {
	padding: 1.75rem 7rem;
}

.content .org h4,
.product-services h4 {
	margin-bottom: 0.25rem;
}

.content h2 {
	color: #0f3282;
	font-weight: 700;
}

.org img {
	max-height: 90px;
}

.margin-top-2-rem {
	margin-top: 2rem;
}

.org p {
	margin-bottom: 5px;
	color: #555555;
	font-weight: 700;
	font-size: 20px;
}

.org .org-name {
	line-height: normal;
	font-weight: 500;
	color: #555555;
	font-size: 12px;
}

.partner-col {
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
	transition: 0.5s;
	min-height: 20vh;
}

.ga-col-src {
	background-image: url("images/resources/logo-our-partners-garuda-roll_poster_u178424.png");
}

.ga-col-src:hover {
	background-image: url("images/resources/logo-our-partners-garuda_poster_u178564.png");
}

.sg-col-src {
	background-image: url("images/resources/logo-our-partners-singapore-roll_poster_u178524.png");
}

.sg-col-src:hover {
	background-image: url("images/resources/logo-our-partners-singapore_poster_u178572.png");
}


.emirates-col-src {
	background-image: url("images/resources/logo-our-partners-emirates-roll_poster_u178532.png");
}

.emirates-col-src:hover {
	background-image: url("images/resources/logo-our-partners-emirates_poster_u178580.png");
}

.qatar-col-src {
	background-image: url("images/resources/logo-our-partners-qatar-roll_poster_u178540.png");
}

.qatar-col-src:hover {
	background-image: url("images/resources/logo-our-partners-qatar_poster_u178588.png");
}

.cp-col-src{
	background-image: url("images/resources/logo-our-partners-cathay-roll_poster_u178548.png");
}

.cp-col-src:hover {
	background-image: url("images/resources/logo-our-partners-cathay_poster_u178596.png");
}

.air-asia-col-src {
	background-image: url("images/resources/logo-our-partners-airasia-roll_poster_u178556.png");
}

.air-asia-col-src:hover {
	background-image: url("images/resources/logo-our-partners-airasia_poster_u178604.png");
}

.image-text {
	color: #0f3282;
	font-weight: 700;
	font-size: 15px;
}

.partner {
	margin-bottom: 5rem;
}

.prod-desc {
	color: #595959;
	font-size: 15px;
	line-height: 2rem;
}

.contact h5 {
	color: #0f3282;
	margin-bottom: 2rem;
}

.contact {
	margin-bottom: 5rem;
}

.content .mission,
.content .org,
.content .product-services,
.content .partner {
	margin-top: 5rem;
}

.history-body,
.org-body {
	margin-top: 3rem;
	font-family: "Haboro Slab";
}

.history-body h4 {
	margin : 0 0 0.625rem 1.25rem
}

.org-content {
	margin-top: 2rem;
}

#form_corporate .corporate-row-margin,
#form_corporate .corporate-col-margin {
	margin-bottom: 1.5rem;
}

#form_corporate h4 {
	margin: 0;
	color: #0f3282;
	font-weight: 700;
}

.corporate-contact-card {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	margin: 3rem 0;
	padding: 1.5rem 2rem;
}

#form_corporate h2 {
	color: #0f3282;
	font-weight: 700;
}

#form_corporate input[type="text"],
#form_corporate input[type="email"] {
	width: 100%;
	border-radius: 10px;
	border: transparent;
	height: 45px;
	padding: 6px 18px;
	background-color: #f1f1f1;
}

#form_corporate input:focus {
	outline: none;
}

@media screen and (max-width: 767px) {
	.corporate-contact-card {
		margin: 2rem 0;
		box-shadow: none;
	}
}

#form_corporate .yellow-btn {
	width: 150px;
	margin-top: 2rem;
}

.packagebox {
	margin: 0.25rem auto 0.5rem auto;
	position: relative;
	z-index: 999;
	background-color: white;
	padding: 10px 40px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.packagebox-container {
	width: 100%;
}

.packagebox-container .nav {
	margin: 0 auto;
	position: relative;
	background-color: white;
}

.packagebox label {
	width: 100%;
	font-size: small;
	color: #0f3282;
	font-weight: bold;
}

.packagebox .form-control {
	text-align: center;
	background-color: #f2f2f2;
	font-size: small;
	font-style: italic;
	border-radius: 10px;
}

.packagebox .form-control:hover {
	background-color: #727272;
	color: white;
}

.packagebox .form-control:hover::placeholder {
	color: white;
}

.packagebox select {
	text-align: center;
	text-align-last: center;
}

.packagebox small {
	font-size: 10px;
	color: #aaaaaa;
}

.packagebox input[type="radio"] {
	background-color: #727272;
}

.packagebox input[type="submit"] {
	margin: 1rem 0;
}

@media screen and (min-width: 992px){
	.packagebox input[type="submit"]{
		top: none;
		bottom: 0;
	}
}

@media screen and (max-width: 992px){
	.packagebox input[type="submit"]{
		top: 10px;
		bottom: none;
	}
}

@media only screen and (min-width: 768px) {
	.packagebox input[type="submit"] {
		position: absolute;
		left: 0;
		max-width: 90%;
		margin: 1rem 0 0 1rem;
	}

	.packagebox {
		max-width: 95%;
		transform: translate(0, -5%);
	}

	.packagebox-container .nav {
		max-width: 95%;
	}

	.package-main-content {
		transform: translatey(-8rem);
	}

	.form-row > .col,
	.form-row > [class*="col-"].departure {
		padding: 0 0 0 1rem;
	}
}

.package-main-content .fade-subtitle {
	margin-bottom: 3rem;
}

.nav-package {
	width: 14.28%;
}

.nav-package p{
	margin-bottom: 0;
}

.packagebox-container .nav {
	background: transparent;
}

.packagebox-container .nav-link {
	height: 100%;
	text-align: center;
	padding: 16px 14px;
	font-size: 12px;
	line-height: 12px;
}

.package-icon {
	max-height: 33px;
	margin-bottom: 7px;
}

.active .package-icon {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.packagebox-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	background-color: white;
	border-radius: 0px;
	text-decoration: none;
	color: #8e8e8e;
}

.packagebox-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0px;
	text-decoration: none;
	color: #8e8e8e;
}

.packagebox-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
	background-color: white;
	border-radius: 0px;
	text-decoration: none;
	background-color: #777777;
	border-color: #777777;
	color: #ffffff;
	font-weight: 400;
}

.packagebox-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.packagebox-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #0f3282;
	border-color: #0f3282;
	border-radius: 10px 10px 0 0;
}

.cut-through-banner-package-index {
	transform: translatey(-12.15rem);
}

@media screen and (max-width: 767px){
	.packagebox-container .nav-link{
		padding: .2rem 1rem;
		margin: 0 .5rem;
	}

	.package-icon{
		display: none;
	}

	.packagebox-container ul{
		justify-content: center;
	}

	.packagebox-container .nav-package{
		width: unset;
	}

	.packagebox-container .nav-tabs .nav-link,
	.packagebox-container .nav-tabs .nav-link.active{
		border-radius: 10px;
	}

	.packagebox-container .nav-tabs .nav-link{
		background-color: #F7F7F7;
	}

	.packagebox-container .nav-tabs .nav-link.active{
		background-color: #0f3282;
	}

	.packagebox-container .nav-item{
		margin-bottom: .5rem;
	}

	.cut-through-banner-package-index {
		transform: translatey(0);
		margin: 2rem 0;
	}
}

.cut-through-banner-package-index .banner-button,
.cut-through-banner-package .banner-button {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}

.cut-through-banner-package-index .scroll-button,
.cut-through-banner-package .scroll-button {
	margin-top: 0.5rem;
}

.package-tour-content,
.packages-other-services {
	margin-bottom: 10rem;
}

.witatour-searchbar {
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.package-tour-content{
		margin-bottom: 5rem;
	}
}

.package-tour-content .left-side,
.package-tour-content .left-side .title,
.package-tour-content .left-side .slogan,
.package-tour-content .left-side .desc {
	padding-left: 0;
}

.package-tour-content .right-side,
.package-tour-content .right-side .title,
.package-tour-content .right-side .slogan,
.package-tour-content .right-side .desc {
	padding-right: 0;
}

.package-tour-content .package-desc {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.package-tour-content .right-side .package-desc {
	padding-left: 1rem;
}

.package-tour-content .right-side .package-tour-button {
	float: right;
	width: 100%;
}

.package-big-card {
	width: 100%px;
	height: 446px;
	border-radius: 15px;
}

.package-big-card .card-body {
	padding: 1.5rem;
}

.card-img-big-top {
	height: 250px;
	border-radius: 15px 15px 0 0;
}

.package-title {
	font-size: 22px;
	color: #515151;
	margin: 0;
}

.package-slogan {
	font-size: 40px;
	color: #0f3282;
	font-weight: 700;
	line-height: 45px;
}

@media screen and (max-width: 767px) {
	.package-slogan{
		font-size: 30px;
		line-height: 40px;
	}
}

.package-desc {
	font-size: 15px;
	line-height: 30px;
	color: #5b5b5b;
}

.package-btn {
	width: 208px;
	background-color: #0f3282;
	color: white;
	font-weight: 700;
	border-radius: 10px;
	transition: 0.5s;
}

.package-btn:hover {
	background-color: #FCD900;
	color: #0f3282;
}

.card {
	border: none;
	border-radius: 15px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.package-big-highlight {
	color: #0f3282;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.package-big-country {
	color: #282828;
	margin: 0;
	font-weight: 500;
	font-size: 20px;
}

.package-big-duration {
	color: #282828;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	transform: translate(0, -0.5rem);
}

.package-big-detail {
	position: absolute;
	bottom: 1rem;
}

.package-small-card {
	height: 215px;
}

@media screen and (max-width: 767px){
	.package-small-card{
		height: 315px;
	}
}

.package-small-card .card-body {
	padding: 0 1rem;
}

.package-small-card .col-7 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1rem;
}

.package-small-highlight {
	color: #0f3282;
	line-height: 17px;
	margin: 0;
	font-weight: 500;
	font-size: 12px;
}

.package-small-detail {
	position: absolute;
	bottom: 5px;
}

.package-small-country {
	color: #282828;
	margin: 0;
	font-weight: 700;
	font-size: 11px;
}

.package-small-duration {
	color: #282828;
	margin: 0;
	font-weight: 400;
	font-size: 11px;
	transform: translate(0, -0.25rem);
}

.package-small-price-sec {
	background-color: #0f3282;
	border-bottom-right-radius: 15px;
	padding: 1rem 0.5rem 0 0.5rem;
}

.package-small-start-price {
	font-size: 11px;
	color: #FCD900;
	font-weight: 500;
	margin: 0;
}

.package-small-price-cur {
	font-size: 9px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}

.package-small-price {
	font-size: 14px;
	font-weight: 700;
	color: #FCD900;
	margin: 0;
}

.package-big-container a:hover,
.package-small-container a:hover{
	text-decoration: none;
}

.package-small-qty {
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}

.package-small-tc {
	font-size: 6px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
	position: absolute;
	bottom: 5%;
}

.other-package-detail {
	box-shadow: 15px 12px 25px rgba(0, 0, 0, 0.08);
	padding: 48px 17px 40px 20px;
	height: 192px;
	border-radius: 0px 15px 15px 0;
}

.other-package-title {
	font-size: 22px;
	font-weight: 700;
	color: #444444;
	line-height: 25px;
}

.other-package-btn {
	background-color: #0f3282;
	color: white;
	font-weight: 700;
	border-radius: 10px;
	transition: 0.5s;
	font-size: 11px;
}

.other-package-btn:hover {
	background-color: #FCD900;
	color: #0f3282;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.other-service-col {
	margin-bottom: 1rem;
}

.other-service-col .other-service-image {
	padding-right: 0;
}

.other-service-col .other-service-image img {
	max-width: none;
}

.package-small-card .card-img-top {
	height: 115px;
	border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 767px){
	.package-small-card .card-img-top{
		height: 215px;
	}
}

.nav-pills .nav-link.package-region-pills.active,
.nav-pills .show > .nav-link {
	background-color: #0f3282;
	color: #FCD900;
}

.nav-link.package-region-pills.active:hover {
	background-color: #FCD900;
	color: #0f3282;
}

.nav-link.package-region-pills {
	background-color: #ffffff;
	color: #aaaaaa;
	font-weight: bold;
	border-radius: 15px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.nav-link.package-region-pills:hover {
	background-color: #0f3282;
	color: #FCD900;
}

.pkcg-region-title {
	color: #555555;
	font-size: 40px;
	text-align: center;
}

.pckg-detail {
	font-size: 12px;
	font-weight: bold;
}

.pkcg-price span {
	font-size: 9px;
	transform: translate(0, -100%);
	color: white;
}

.pkcg-price {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #0f3282;
	border-top-left-radius: 20px;
	padding: 0.5rem 1.25rem;
	height: 60px;
}

.pkcg-price p {
	margin-bottom: 0;
}

.pkcg-price span {
	float: right;
}

.pkcg-price-currency {
	font-size: 10px;
	color: white;
	font-weight: 700;
	margin-bottom: 0;
}

.pkcg-price-price-tag {
	font-size: 17px;
	font-weight: 700;
	transform: translate(0, -20%);
	color: #FCD900;
}

.pacakge-destination-row .btn-scroll-up {
	background-color: white;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color: #0f3282;
	font-weight: 700;
	margin-top: 2.5rem;
}

.pkcg-region-desc {
	margin-top: 3rem;
	text-align: center;
}
.pkcg-region-desc p {
	max-width: 50%;
	margin: 0 auto;
	color: #5b5b5b;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
}

.pkcg-tour-card {
	border: none !important;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.destination-not-available-img {
	max-width: 50% !important;
}

.destination-not-available-text {
	font-size: 22.5px;
	color: #555555;
}

.pkcg-cruise-price-tag {
	font-size: 16px;
	font-weight: 700;
	transform: translate(0, -30%);
	color: #FCD900;
}

.card-hover {
	position: absolute;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;
}

.card-hover .package-tours-details {
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;
}

.card-hover:hover {
	opacity: 1;
}

.package-pills-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
	text-align: center;
}

.package-tab-container {
	margin-bottom: 1.5rem;
}

.package-tab-container .tab-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cruise-list-container {
	display: flex;
	margin-top: 3rem;
	justify-content: center;
}
.pacakge-destination-row {
	margin-top: 3rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pkcg-info {
	display: flex;
	align-items: center;
}

.pkcg-info img {
	width: 12px;
}

.pkcg-info i {
	color: #0f3282;
}

.pkcg-info p {
	margin-bottom: 0;
	margin-left: 0.5rem;
}

.package-card-body .card-title {
	color: #0f3282;
}

.pkcg-card-col {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
}

.package-pills-container .nav-pills .nav-item {
	padding: 0.5rem 1rem;
}

.package-tab {
	width: 100%;
}
.package-row {
	margin-top: 3rem;
}

.cruise-filter .filter-selector i {
	padding-left: 0.25rem;
}

.cruise-card-col {
	padding: 0.5rem 1rem;
}

.cruise .promo {
	margin-top: 3rem;
}

.cruise .promo .fade-subtitle {
	margin-bottom: 3rem;
}

.cruise-filter {
	font-size: 14px;
	color: #555555;
	font-weight: 900;
}

.cruise-filter .filter-selector {
	display: flex;
	align-items: center;
	padding: 0;
}

.cruise-card {
	background-size: cover;
	background-position: center top;
	height: 453px;
	border-radius: 15px;
	border: none;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.cruise-card-body {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.cruise-card-body .card-title.cruise-card-title {
	background-color: white;
	border-radius: 15px 15px 0 0;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}

.cruise-detail {
	font-size: 11px;
	color: #555555;
	margin-bottom: 0;
}

.cruise-card-price {
	background-color: #0f3282;
	border-radius: 0 0 15px 15px;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}

.cruise-card-price span {
	font-size: 13px;
	color: white;
}

.cruise-btn {
	font-size: 11px;
	background-color: white;
	color: #0f3282 !important;
	border-radius: 15px;
	font-weight: bolder;
	padding: 0.1rem 0.25rem;
	width: 75%;
	transition: 0.5s;
}

.cruise-btn:hover {
	background-color: #0f3282;
	color: white !important;
}

.btn-scroll-up {
	background-color: white;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color: #0f3282 !important;
	font-weight: 700;
}

.destination-not-available-img {
	max-width: 50% !important;
}

.destination-not-available-text {
	font-size: 22.5px;
	color: #555555;
}

.pkcg-cruise-price-tag {
	font-size: 15px;
	font-weight: 700;
	transform: translate(0, -30%);
	color: #FCD900;
	margin-bottom: 0;
}

.cruise-price-detail {
	color: #5b5b5b;
	line-height: 28px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.cruise-name {
	color: #0f3282;
	font-size: 14px;
}

.slide-item-container {
	padding: 10px 1rem;
	width: 100%;
}

.promo > .col {
	overflow: hidden;
}

.promo-slide-item {
	border-radius: 20px;
}

.promos-view-details {
	width: 17%;
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-radius: 20px;
	position: relative;
	transform: translate(160%, -140%);
	background-color: #f2f2f2;
	color: #0f3282;
	font-weight: bold;
	font-size: 10px;
}

.promos-view-details:hover {
	background-color: #0f3282;
	color: #f2f2f2;
}

.cruise-price-col {
	padding-right: 0;
}

.cruise-btn-col {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detailbox {
	background-color: #0f3282;
	color: #ffffff;
	padding: 2rem;
	border-radius: 14px;
}

@media screen and (max-width: 767px){
	.detailbox{
		padding: 1.25rem;
	}
}

.grouptour-card .label a{
	color: #515151;
}

#pills-international-pack .blue-btn,
#pills-domestic-pack .blue-btn{
	margin-top: 27px;
}

.call-green{
	position: fixed;
	right: 0;
	border-radius: 50px 0 0 50px;
	box-shadow: 0px 4px 8px rgba(1,36,94,0.2);
	padding: 4px 2rem 5px 5px;
	bottom: 255px;
	background-color: white;
	cursor: pointer;
	z-index: 11;
}

.call-green:hover{
	background-color: #0f3282;
}

.call-green:hover p,
.call-green:hover .fa-circle,
.call-content .whatsapp p{
	color: white;
}

.call-green p{
	margin-bottom: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}

.call-green .fa-stack{
	font-size: 12px;
}

.call-green .fa-circle,
.call-green p,
.call-green:hover .fa-inverse,
.call-green.active:hover p,
.call-green.active:hover .fa-circle,
.call-content .open-times p{
	color: #0f3282;
}

.call-content{
	position: fixed;
	bottom: 25px;
	background-color: white;
	right: 0;
	padding: 20px;
	width: 40%;
	border-radius: 15px;
	box-shadow: 0px 10px 15px rgba(1,36,94,0.25);
	z-index: 10;
}

.call-content .whatsapp p,
.call-content .phone p{
	text-align: center;
	border-radius: 10px;
	padding: 5px;
}

.call-content .phone p{
	border: 1px solid #DDDDDD;
	color: black;
}

.call-content .phone a:hover{
	text-decoration: none;
}

.call-content .operational p{
	color: grey;
}

.call-content .whatsapp p{
	background-color: #128C7E;
}

.call-content .open-times{
	font-size: 10px;
}

.call-content{
	display: none;
}

.call-content.active{
	display: block;
}

.call-green.active{
	background-color: #FCD900;
}

.call-green.active .fa-inverse{
	color: #FCD900;
}

.call-content .phone p:hover{
	background-color: #DDDDDD;
}

.call-content .whatsapp p:hover{
	background-color: #075E54;
}

@media(max-width: 920px){
	.call-content{
		width: 70%;
	}
}

@media(max-width: 767px){
	.call-content{
		width: 100%;
		font-size: 10px;
		bottom: 5vh;
		height: 40vh;
	}
	.call-green{
		bottom: 5vh;
	}

	.call-green.active{
		bottom: 42vh;
	}
}
.aos-container{
	overflow: hidden;
}

.box-index {
	position: relative;
	z-index: 990;
}

/* NEW PACKAGE */
.order-info-content label{
	width: 100%;
}

.order-info-content input,
.order-info-content textarea{
	width: 100%;
}

.order-info-checkbox-container{
	display: flex;
}

.order-info-checkbox{
	align-items: center;
	display: flex;
	margin-right: 1rem;
}

.order-info-checkbox label{
	margin-bottom: 0;
	margin-left: .5rem;
}

#package-detail .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}

#package-detail .package-content,
#grouptour-detail .package-content {
	transform: translatey(-14rem);
}

#package-detail .package-detail-title {
	font-size: 2rem;
	font-weight: 700;
}

#package-detail .package-info-icon {
	width: 30px;
}

#package-detail .package-schedule-icon {
	width: 15px;
}

#package-detail .travel-summary-icon {
	width: 20px;
}

#package-detail .package-date-selected {
	background-color: white;
	width: 100%;
	border-radius: 9px;
}

#package-detail .package-change-btn {
	background-color: white;
	border-radius: 9px;
	width: 85%;
}

#package-detail .package-reserve-btn {
	background-color: #FCD900;
	color: #0f3282;
	border-radius: 9px;
	font-weight: 700;
}


#package-detail .modal-header-text {
	color: #0f3282;
	font-weight: 700;
}

#package-detail .modal-header-title {
	color: #646464;
	font-weight: 700;
	font-size: 11px;
}

#package-detail .package-schedule-card {
	background-color: #f4f4f4;
	border-radius: 12px;
}

#package-detail .package-schedule-date {
	font-size: 20px;
	color: #0f3282;
	font-weight: 900;
	margin: 0;
}

#package-detail .package-schedule-price {
	font-size: 23px;
	color: #0f3282;
	font-weight: 900;
	margin: 0;
}

#package-detail .package-schedule-subtext {
	color: #646464;
	font-weight: 400;
	font-size: 13px;
	transform: translatey(-0.25rem);
}

#package-detail .package-schedule-airline {
	color: #0f3282;
	font-weight: 700;
	font-size: 11px;
}

#package-detail .blue-white-btn {
	border-radius: 12px;
}


#package-detail #pills-tab,
#grouptour-detail #pills-tab {
	background-color: #BBBBBB;
	border-radius: 10px 10px 0 0;
}

#package-detail #pills-tab .active,
#grouptour-detail #pills-tab .active {
	background-color: #0f3282;
	border-radius: 10px 10px 0 0;
}

#package-detail #pills-tab #pills-description-tab:hover,
#package-detail #pills-tab #pills-itinerary-tab:hover,
#package-detail #pills-tab #pills-term-conditions-tab:hover,
#grouptour-detail #pills-tab #pills-description-tab:hover,
#grouptour-detail #pills-tab #pills-itinerary-tab:hover,
#grouptour-detail #pills-tab #pills-term-conditions-tab:hover {
	background-color: #FCD900;
}

#package-detail #pills-tab a,
#grouptour-detail #pills-tab a {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	padding: 1rem 2rem;
}

#grouptour-detail .tour-desc-header p {
	font-size: 21px;
	color: #515151;
	margin-bottom: 0px;
}

#package-detail .tour-desc-pills,
#grouptour-detail .tour-desc-pills {
	margin-left: 1rem;
	padding: 0.1rem 1.5rem;
	border: 1px solid #0f3282;
	border-radius: 43px;
	color: #515151;
	font-size: 13px;
	font-weight: 700;
}

#package-detail .package-content-title {
	color: #515151;
	font-size: 1.25rem;
}

#package-detail .package-content-title:hover {
	color: #0f3282;
}

#package-detail .border-bottom {
	border-bottom: 1px solid #dddddd;
}

#package-detail .package-price-label {
	color: #0f3282;
	font-weight: 700;
	margin: 0;
}

#package-detail .package-pricing {
	color: #646464;
	font-size: 14px;
}

#package-detail .itinerary-day-number {
	font-size: 2em;
	font-weight: 700;
	color: #515151;
	margin: 0
}

#package-detail .itinerary-day {
	color: #7e7e7e;
	margin: 0;
	font-size: 20px;
	transform: translatey(-0.65rem);
}

#package-detail .itinerary-date {
	color: #7e7e7e;
	margin: 0;
	font-size: 20px;
	transform: translatey(-1rem);
}

#package-detail .itinerary-agenda {
	color: #0f3282;
	font-weight: 700;
	font-size: 1.5em;
}

#package-detail .itinerary-desc {
	font-size: 14px;
	color: #7e7e7e;
}

#package-detail .pkcg-region-title {
	color: #555555;
	font-size: 40px;
}

#package-detail .pckg-detail {
	font-size: 12px;
	font-weight: bold;
}

#package-detail .pkcg-price span {
	font-size: 9px;
	transform: translate(0, -100%);
	color: white;
}

#package-detail .pkcg-price {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #0f3282;
	border-top-left-radius: 20px;
	padding: 0.5rem 1.25rem;
	height: 60px;
}

#package-detail .pkcg-price-currency {
	font-size: 10px;
	color: white;
	font-weight: 700;
}

#package-detail .pkcg-price-price-tag {
	font-size: 17px;
	font-weight: 700;
	transform: translate(0, -20%);
	color: #FCD900;
}

#package-detail .w-90 {
	width: 90%
}

#package-detail .btn-scroll-up {
	background-color: white;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color: #0f3282;
	font-weight: 700;
}

#package-detail .pkcg-region-desc {
	max-width: 50%;
	text-align: center;
	color: #5B5B5B;
	line-height: 28px;
	font-weight: 400;
	font-size: 14px;
}

#package-detail .pkcg-tour-card {
	border: none !important;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

#package-detail .destination-not-available-img {
	max-width: 50% !important;
}

#package-detail .destination-not-available-text {
	font-size: 22.5px;
	color: #555555;
}

#package-detail .pkcg-cruise-price-tag {
	font-size: 16px;
	font-weight: 700;
	transform: translate(0, -30%);
	color: #FCD900;
}

#package-detail .card-hover {
	position: absolute;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;
}

#package-detail .card-hover .package-tours-details {
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;
}

#package-detail .card-hover:hover {
	opacity: 1;
}

#package-detail .modal-content {
	border: none;
}

#package-detail .package-title-modal {
	font-size: 2.5rem;
	font-weight: 700;
	color: #515151;
	line-height: 50px;
}

#package-detail .modal-order-mini-title {
	color: #0f3282;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0.25rem;
}

#package-detail .modal-order-departure-data {
	font-size: 17px;
	color: #373737;
}

#package-detail .bedroom-card input {
	width: 40px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding: 5px;
	border: 1px solid;
}

#package-detail .bedroom-card label {
	margin-bottom: 0;
	font-size: 14px;
}

input[type=number] {
	-moz-appearance: textfield;
}

#package-detail .bedroom-card {
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 0.5rem;
}

#package-detail .price-details-card {
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 1rem;
}

#package-detail .btn-add-room {
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: #0f3282;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

#package-detail .btn-chekout {
	background-color: #0f3282;
	color: white;
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: white;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

#package-detail .bedroom-form {
	margin-bottom: 1rem;
}

#package-detail .warning-row {
	font-size: 12px;
	color: #8b8b8b;
}

#package-detail .price-details-card .col-title p {
	color: #0f3282;
	font-weight: 700;
}

#package-detail .price-details-card .col-help {
	text-align: right;
}

#package-detail .price-details-card .col-help.help-text {
	font-size: 12px;
	color: #8b8b8b
}

#package-detail .price-details-card .col-help .fa-stack {
	font-size: 8px;
	color: #0f3282;
}

#package-detail .price-details-card p {
	margin: 0;
}

#package-detail .price-details-card hr {
	margin: 0;
}

#package-detail .bg-color-section {
	background-color: #e2e2e2;
}

#package-detail .total-section {
	background-color: #0f3282;
	color: white;
}

#package-detail .bedroom-close-button {
	text-align: right;
}

#package-detail .bedroom-close-button a {
	text-decoration: none;
	color: #0f3282;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
	top: -15px;
}

#package-detail .mr-label {
	margin-right: 0.75rem;
}

#package-detail .ml-label {
	margin-left: 0.5rem;
}

#package-detail .bedroom-title {
	padding-right: 0;
	padding-left: 0;
}

#package-detail .bedroom-title p {
	color: #0f3282;
	font-weight: 700;
}

#package-detail .grouptour-card {
	border: 1px solid #DDDDDD;
	padding: 1rem;
	border-radius: 16px;
	text-align: center;
}

#package-detail .grouptour-card .header {
	color: #0f3282;
	font-size: 19px;
	font-weight: 700;
}

#package-detail .grouptour-card .label {
	color: #515151;
	font-size: 13px;
	font-weight: 400;
}

#package-detail .grouptour-card .number-label {
	color: #0f3282;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}

#package-detail .grouptour-card .number {
	color: #515151;
	font-weight: 400;
}

#package-detail .reservation-modal .reservation-title {
	color: #0f3282;
}

#package-detail .reservation-modal .close {
	color: #0f3282;
	cursor: pointer;
}

#package-detail .reserve-pkcg-detail-row .modal-order-departure-data {
	display: flex;
	align-items: flex-start;
}

#package-detail .form-reservation {
	padding-top: 1rem;
}

#package-detail .bedroom-add-room,
#package-detail .checkout-btn-row {
	display: flex;
	justify-content: center;
}

#package-detail .bedroom-label {
	display: flex;
	align-items: center;
	padding-right: 0;
	padding-left: 0;
}

#package-detail .form-reservation .warning-row {
	justify-content: center;
}

#package-detail .form-reservation .warning-row .age {
	margin-left: 1rem;
}

#package-detail .price-details-card .price-row,
#package-detail .col-pkcg-card {
	padding: 0.5rem 1rem;
}

#package-detail .row-total-section {
	margin-bottom: 0.5rem;
}

#package-detail .price-details-card .price {
	text-align: right;
}

#package-detail .adult-twin-price,
#package-detail .two-person-price,
#package-detail .four-person-price,
#package-detail .six-person-price {
	padding-right: 0;
}

#package-detail .total-section .row {
	padding: 0.25rem 1rem;
}

#package-detail .total-section hr {
	color: white;
}
@media screen and (max-width: 992px) {
	#package-detail .package-change-btn {
		width: 100%;
	}

	#package-detail .package-title-modal {
		font-size: 30px;
		line-height: 40px;
	}

	#package-detail .bedroom-add-room, .checkout-btn-row{
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 768px) {
	#package-detail .package-detail-title {
		font-size: 25px;
	}

	#package-detail .package-content,
	#grouptour-detail .package-content {
		transform: unset;
	}

	#package-detail .modal-order-departure-data, .modal-body{
		font-size: 14px;
	}

	#package-detail #pills-tab a{
		font-size: 14px;
		padding: 1rem;
	}
}

footer .footer-payment img {
	height: 43px;
}

.jumbotron-wita {
	padding: 120px 0px 45px 0px;
}

.wita-bg-yay {
	background: #424242 url('images/account/banner.jpg') center/cover no-repeat;
}

.account-wita-boo .btn-wita-boo {
	font-size: 20px;
	background: #0f3282;
	color: #FCD900;
	font-weight: bold;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: auto;
	margin-top: -57px;
}

#user_profile .user-banner,
#user_orders .user-banner{
	background-color: #0f3282;
	min-height: 500px;
	text-align: center;
}

#user_profile .user-banner .container,
#user_orders .user-banner .container{
	padding-top: 130px;
}

#user_profile .user-banner p,
#user_orders .user-banner p{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
}
#user_profile .user-banner p span,
#user_orders .user-banner p span{
	color: #FCD900;
}

#user_profile .user-yellow-btn,
#user_orders .user-yellow-btn{
	color: #0f3282;
	background-color: #FCD900;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
}

#user_profile .user-white-btn,
#user_orders .user-white-btn{
	color: #0f3282;
	background-color: #FFFFFF;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
}

#user_profile .profile-box{
	background-color: #FFFFFF;
	padding: 69px 66px 61.49999999999977px 70px;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.1);
	border-radius: 30px;
}

#user_profile .profile-box label, #user_profile .contact-modal label{
	color: #0f3282;
	font-size: 14px;
}

#user_profile .profile-box-header{
	color: #444444;
	font-size: 22px;
	text-transform: uppercase;
}

#user_profile .contact-modal{
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	border-radius: 25px;
	padding: 44px 85px 33.399999999999864px 81px;
}
#user_profile #change_password{
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	float: right;
	font-style: italic;
}

#user_profile .profile-update-btn{
	width: 100%;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	background-color: #0f3282;
	border-radius: 10px;
}

#user_profile .profile-update-btn:hover{
	transition-duration: 0.5s;
	color: #FCD900;
	box-shadow: 0px 15px 20px rgba(1,36,94,0.2);
}

#user_profile .profile-box input, .profile-box select, .contact-modal input, .contact-modal select{
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #7F7F7F;
}

#user_profile .profile-box input:hover, .profile-box select:hover, .contact-modal input:hover, .contact-modal select:hover{
	background-color: #EEEEEE;
}

#user_profile .profile-box select, .contact-modal select {
	background-image:
		linear-gradient(60deg, transparent 50%, gray 60%),
		linear-gradient(120deg, gray 40%, transparent 50%) !important;
	background-position:
		calc(100% - 25px) 10px,
		calc(100% - 15px) 10px,
		100% 0;
	background-size:
		10px 15px,
		10px 15px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#user_profile .cut-through-banner-profile,
#user_orders .cut-through-banner-profile{
	transform: translateY(-130px);
}

#user_profile .contact-item{
	border-style: solid;
	border-width: 1px;
	border-color: #7F7F7F;
	border-radius: 15px;
	background-color: #FFFFFF;
}

#user_profile .contact-item-mid{
	margin-top: 19px;
	margin-bottom: 19px;
}

#user_profile .contact-name{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	padding-top: 4px;
}

#user_profile .add-contact-item{
	border-radius: 15px;
	background-color: #EEEEEE;
}

#user_profile .add-contact-name{
	color: #0f3282;
	font-size: 16px;
	font-weight: 700;
	padding-top: 4px;
}
#user_profile .profile-delete-btn{
	background-image: url('images/resources/delete-icon-profile-page_poster_u283603.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#user_profile .delete-account {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-end;
}

@media screen and (max-width: 767px) {
	#user_profile .contact-modal{
		padding: 10px 0;
	}
}

#user_orders .order-header{
	font-size: 36px;
	color: #FFFFFF;
}

#user_orders .order-item{
	background-color: #FFFFFF;
	box-shadow: 0px 10px 35px rgba(0,0,0,0.1);
	border-radius: 20px;
	margin-top: 2rem;
	padding: 2rem;
}

#user_orders .order-item .label, .order-modal .label{
	color: #0f3282;
	font-size: 12px;
	font-weight: 700;
}

#user_orders .order-item .value{
	color: #555555;
	font-size: 16px;
}

#user_orders .order-modal{
	background-color: #FFFFFF;
	border-radius: 25px;
	box-shadow: 0px 0px 35px rgba(1,36,94,0.35);
}

#user_orders .order-modal .value{
	color: #555555;
	font-size: 14px;
}

#user_orders .order-icon{
	background-color: #0f3282;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

#user_orders .order-icon img{
	width: 36px;
	padding: 17px 0;
}

#user_orders .cut-through-banner-order {
	transform: translateY(-140px);
}

#user_orders .order-see-details-btn{
	width: 100%;
	color: #0f3282;
	font-weight: 700;
	font-size: 14px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border-color: #0f3282;
	border-style: solid;
	border-width: 1px;
}

#user_orders .order-see-details-btn:hover{
	transition-duration: 0.5s;
	color: #FFFFFF;
	background-color: #0f3282;
}

#user_orders .order-hide-details{
	width: 100%;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	background-color: #0f3282;
	border-radius: 10px;
	border-color: #6B6B6B;
	border-style: solid;
	border-width: 1px;
}

#user_orders .order-hide-details:hover{
	transition-duration: 0.3s;
	background-color: #001023;
}

#user_orders .modal-booking-status{
	background-color: #EEEEEE;
	border-radius: 15px;
	padding: 2rem;
}

#user_orders .modal-booking-status .total{
	font-size: 20px;
	color: #444444;
}

#user_orders .order-modal-summary{
	background-color: #0f3282;
	border-radius: 25px 0 0 25px;
}

#user_orders .order-modal-summary p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
#user_orders .order-modal-summary .summary-type-header{
	font-size: 18px;
	font-weight: 700;
}
#user_orders .order-modal-summary .label{
	color: #FCD900;
	font-weight: 700;
	font-size: 12px;
}
#user_orders .order-modal-summary .value{
	color: #FFFFFF;
	font-size: 16px;
}

#user_orders .order-sort-by{
	text-align: right;
}

#user_orders .order-sort-by label{
	font-weight: 700;
	font-size: 14px;
	color: #FCD900;
	margin-bottom: 0px;
}

#user_orders .order-sort-by label a{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
}

#user_orders .order-load-more{
	background-color: #FCD900;
	color: #0f3282;
	font-size: 16px;
	font-weight: 700;
	border-radius: 14px;
	padding: 0.5rem 2rem;
}

#user_orders .order-load-more:hover{
	background-color: #141414;
	color: #FFFFFF;
}

#account-login .user-inside-box,
#account-forgot .user-inside-box {
	background-color: #0f3282;
	padding: 116px 98px 144.4000000000001px 199px;
}

#account-login .login-header,
#account-forgot .login-header {
	color: white;
	font-size: 68px;
	font-weight: bold;
	line-height: 62px;
	margin-top: 62px;
}

#account-login .login-header p,
#account-forgot .login-header p {
	margin-bottom: 0;
}

#account-login .login-header p span,
#account-forgot .login-header p span {
	color: #FCD900;
}

#account-login .blue-transparent-btn,
#account-forgot .blue-transparent-btn {
	border-color: #FCD900;
	color: #FCD900;
	transition-duration: 0.3s;
	border-radius: 10px;
	padding-bottom: 10px;
}

#account-login .blue-transparent-btn:hover,
#account-forgot .blue-transparent-btn:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

#account-login .blue-transparent-btn:hover .back-icon,
#account-forgot .blue-transparent-btn:hover .back-icon {
	background-image: url(images/resources/back_left_roll_poster_u253760.png);
}

#account-login .back-icon,
#account-forgot .back-icon {
	width: 37px;
	background-image: url(images/resources/back_left_poster_u253752.png);
	background-size: 37px;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: 0.3s;
}

#account-login .blue-transparent-btn p,
#account-forgot .blue-transparent-btn p {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
}

#account-login .back-to-home-btn,
#account-forgot .back-to-home-btn {
	margin: 139px 0px 0px;
}

#account-login .login-form-box,
#account-forgot .login-form-box {
	padding: 116px 160px 144.4000000000001px 90px;
}

#account-login .login-form-header,
#account-forgot .login-form-header {
	color: #7F7F7F;
}

#account-login .login-form-header p,
#account-forgot .login-form-header p {
	font-size: 35px;
}

#account-login .login-form-header a,
#account-forgot .login-form-header a {
	color: #7F7F7F;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	margin-bottom: 16px;
	padding-bottom: 1em;
}

#account-login .login-form label,
#account-forgot .login-form label {
	color: #0f3282;
	font-size: 15px;
}

#account-login .login-form input,
#account-forgot .login-form input {
	border-color: #7F7F7F;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
}

#account-login .login-form ::placeholder,
#account-forgot .login-form ::placeholder {
	color: #7F7F7F7F;
	font-size: 15px;
	font-style: italic;
}

#account-login .form-submit a {
	color: #7F7F7F;
	font-size: 14px;
}

#account-login .form-submit a span {
	height: 32px;
	display: inline-block;
	border-radius: 10px;
}

#account-login .facebook-login-icon {
	width: 32px;
	height: 32px;
	background-image: url(images/resources/facebook_login_poster_u257323.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

#account-login .facebook-login-icon:hover {
	background-image: url(images/resources/facebook_login_roll_poster_u257800.png);
}

#account-login .form-submit label {
	color: #7F7F7F;
	font-size: 12px;
	vertical-align: middle;
}

#account-login .login-form-box hr {
	display: block;
	height: 1px;
	background-color: #7F7F7F7F;
	border: none;
}

#account-login .small-1 {
	font-size: 13px;
	font-weight: 400;
}

#account-login .small-2 {
	font-size: 14px;
	font-weight: 300;
}
#account-login .black-font{
	color: #000000;
}

.blue-font{
	color: #0f3282;
}

#account-login .big-blue {
	color: #0f3282;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}

#account-login .blue-border-btn {
	border-color: #0f3282;
	color: #0f3282;
	transition-duration: 0.3s;
	border-radius: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}

#account-login .blue-border-btn:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #0f3282;
}

#account-login .show-password{
	transform: translate(-4px, -16px);
}

@media screen and (max-width: 768px) {
	#account-login .user-inside-box,
	#account-forgot .user-inside-box {
		padding: 200px 40px;
	}
	#account-login .login-form-box,
	#account-forgot .login-form-box {
		padding: 200px 40px;;
	}
}

@media screen and (max-width: 320px) {
	#account-login .user-inside-box,
	#account-forgot .user-inside-box {
		padding: 100px 10px;
	}
	#account-login .login-form-box,
	#account-forgot .login-form-box {
		padding: 100px 10px;;
	}
}

#account-register .user-inside-box {
	background-color: #FFFFFF;
	padding: 116px 20px 144.4000000000001px 199px;
}

#account-register .register-header {
	color: #0f3282;
	font-size: 60px;
	font-weight: 700;
	line-height: 53px;
	margin-top: 53px;
}

#account-register .register-header p {
	margin-bottom: 0;
}

#account-register .register-header p span {
	color: #FCD900;
}

#account-register .blue-transparent-btn {
	border-color: #0f3282;
	color: #0f3282;
	transition-duration: 0.3s;
	border-radius: 10px;
	padding-bottom: 10px;
}

#account-register .blue-transparent-btn:hover {
	border-color: #FFFFFF;
	color: #7F7F7F;
}

#account-register .blue-transparent-btn:hover .back-icon {
	background-image: url(images/resources/back_left_roll_poster_u253760.png);
}

#account-register .back-icon {
	width: 37px;
	background-image: url(images/resources/back_left_poster_u253752.png);
	background-size: 37px;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: 0.3s;
}

#account-register .blue-transparent-btn p {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
}

#account-register .back-to-home-btn {
	margin: 57px 0px 0px;
}

#account-register .black-sub {
	font-size: 14px;
	color: #7F7F7F;
	font-weight: 400;
	margin-bottom: 4px;
}

#account-register .register-form-box {
	padding: 116px 200px 144.4000000000001px 60px;
}

#account-register .register-form-header {
	color: #7F7F7F;
}

#account-register .register-form-header p {
	font-size: 35px;
}

#account-register .register-form-header a {
	color: #7F7F7F;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	margin-bottom: 16px;
	padding-bottom: 1em;
}

#account-register .register-form label {
	color: #0f3282;
	font-size: 15px;
}

#account-register .register-form input {
	background-color: #F1F1F1;
	border-radius: 10px;
	border: none;
	padding: 6px 12px;
	font-size: 14px;
}

#account-register .register-form select {
	background-color: #F1F1F1;
	border-radius: 10px;
	border: none;
	padding: 6px 12px;
	font-size: 14px;
}

#account-register .register-form ::placeholder {
	color: #7F7F7F7F;
	font-size: 15px;
	font-style: italic;
	padding-left: 6px 12px;
}

#account-register .form-submit a {
	color: #7F7F7F;
	font-size: 14px;
}

#account-register .register-form-header a span {
	display: inline-block;
	border-radius: 10px;
	height: 32px;
}

#account-register .facebook-register-icon {
	width: 131px;
	height: 32px;
	background-image: url(images/resources/facebook_signup_poster_u257781.png);
	background-size: 131px;
	background-repeat: no-repeat;
}

#account-register .facebook-register-icon:hover {
	background-image: url(images/resources/facebook_signup_roll_poster_u257792.png);
}

#account-register .form-submit label {
	color: #7F7F7F;
	font-size: 12px;
	vertical-align: middle;
}

#account-register .register-form-box hr {
	display: block;
	height: 1px;
	background-color: #7F7F7F7F;
	border: none;
}

#account-register .small-1 {
	font-size: 13px;
	font-weight: 400;
}

#account-register .small-2 {
	font-size: 14px;
	font-weight: 300;
}

#account-register .black-font{
	color: #000000;
}

#account-register .blue-font{
	color: #0f3282;
}

#account-register .big-blue {
	color: #0f3282;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}

#account-register .blue-border-btn {
	border-color: #0f3282;
	color: #0f3282;
	transition-duration: 0.3s;
	border-radius: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}

#account-register .blue-border-btn:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #0f3282;
}

#account-register .full-width,
#account-forgot .full-width {
	width: 100%;
}

#account-register .slow-transition,
#account-forgot .slow-transition {
	transition-duration: 0.3s;
}

#account-register .witatour-header-2{
	font-size: 22px;
	font-weight: 400;
	color: #7F7F7F;
}

#account-register .agree-tnc{
	color: #333333;
	font-size: 12px;
}

#account-register .g-recaptcha {
	transform:scale(0.8);
	transform-origin:0 0;
}
@media screen and (max-width: 1024px) {
	#account-register .user-inside-box {
		background-color: #FFFFFF;
		padding: 200px 40px;
	}
	#account-register .register-form-box {
		padding: 200px 40px;;
	}
}

@media screen and (max-width: 767px) {
	#account-register .user-inside-box {
		background-color: #FFFFFF;
		padding: 100px 25px;
	}
	#account-register .register-form-box {
		padding: 100px 10px;;
	}

	#account-register .g-recaptcha {
		transform:scale(1);
		transform-origin:0 0;
		padding-bottom: 30px;
	}
}

#grouptour-index .witatour-services .image-text,
#grouptour-region .witatour-services .image-text{
	text-align: center;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

#grouptour-index .package-col{
	background-position: center;
	background-size: cover;
	width: 72px;
	height: 72px;
	margin: auto;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.07);
	border-radius: 50%;
	background-repeat: no-repeat;
}

#grouptour-index .jrpass-col {
	background: url('images/resources/jrpass-icon.svg');
}

#grouptour-index .jrpass-col:hover {
	background: url('images/resources/asset%2034.svg');
}

#grouptour-index .wifi-col {
	background: url('images/resources/wifi-icon.svg');
}

#grouptour-index .wifi-col:hover {
	background: url('images/resources/asset%2035.svg');
}
#grouptour-index .insurance-col {
	background: url('images/resources/ansurance-icon.svg');
}

#grouptour-index .insurance-col:hover {
	background: url('images/resources/asset%2033.svg');
}

#grouptour-index .attraction-col,
#grouptour-region .attraction-col {
	background: url('images/resources/attraction-icon.svg');
}

#grouptour-index .attraction-col:hover,
#grouptour-region .attraction-col:hover {
	background: url('images/resources/asset%2036.svg');
}

#grouptour-index .cruise-col,
#grouptour-region .cruise-col {
	background: url('images/resources/cruise-icon.svg');
}

#grouptour-index .cruise-col:hover,
#grouptour-region .cruise-col:hover {
	background: url('images/resources/asset%2037.svg');
}

#grouptour-index .ticket-col,
#grouptour-region .ticket-col {
	background: url('images/resources/flight-icon.svg');
}

#grouptour-index .ticket-col:hover,
#grouptour-region .ticket-col:hover {
	background: url('images/resources/asset%2031.svg');
}

#grouptour-index .hotel-col,
#grouptour-region .hotel-col {
	background: url('images/resources/hotel-icon.svg');
}

#grouptour-index .hotel-col:hover,
#grouptour-region .hotel-col:hover {
	background: url('images/resources/asset%2032.svg');
}

#grouptour-region .china-col {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-02.png');
}

#grouptour-region .china-col:hover {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-11.png');
}

#grouptour-region .hongkong-col {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-03.png');
}

#grouptour-region .hongkong-col:hover {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-12.png');
}

#grouptour-region .japan-col {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-04.png');
}

#grouptour-region .japan-col:hover {
	background: url('https://www.witatour.com/assets/images/resources/untitled-1-13.png');
}

#grouptour-region .country-img{
	background-position: center;
	background-size: cover;
	margin: auto;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.07);
	background-repeat: no-repeat;
	border-radius: 50%;
	padding-bottom: 100%;
	height: 0;
	max-height: 100%;
}

#grouptour-region .region-img{
	position: relative;
	background-position: center;
	background-size: cover;
	margin: auto;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.07);
	background-repeat: no-repeat;
	border-radius: 10px;
	width: 250px;
	height: 150px;
}

#grouptour-index .grouptour-lower-left p,
#grouptour-detail .grouptour-lower-left p {
	color: #000000;
	font-size: 14px;
	margin-bottom: 0px;
	padding-left: 1rem;
}

#grouptour-index .grouptour-lower-left .region{
	font-size: 12px;
	font-weight: 700;
}
#grouptour-index .grouptour-lower-left .duration{
	font-size: 12px;
}

#grouptour-index .grouptour-lower-right,
#grouptour-detail .grouptour-lower-right {
	background-color: #0f3282;
	color: #FFFFFF;
	padding: 0.5rem 1rem;
	border-radius: 20px 0 0 0;
}

#grouptour-index .grouptour-lower-right p,
#grouptour-detail .grouptour-lower-right p {
	font-size: 12px;
	margin-bottom: 0px;
}

#grouptour-index .grouptour-lower-right .currency,
#grouptour-detail .grouptour-lower-right .currency {
	font-weight: 400;
}

#grouptour-index .grouptour-lower-right .price,
#grouptour-detail .grouptour-lower-right .price {
	font-weight: 700;
	color: #FCD900;
	font-size: 22px;
	line-height: 0.7;
}

#grouptour-index .grouptour-lower-right .subtitle,
#grouptour-detail .grouptour-lower-right .subtitle {
	font-weight: 100;
	text-align: right;
}

#grouptour-index .grouptour-slide-lower,
#grouptour-detail .grouptour-slide-lower {
	background-color: #F7F7F7;
}
#grouptour-index .grouptour-slide-lower .header,
#grouptour-detail .grouptour-slide-lower .header {
	color: #0f3282;
	font-weight: 700;
	font-size: 20px;
	padding: 0.5rem 1rem;
}

#grouptour-index .news-image{
	height: 100%;
	width: 100%;
}

#grouptour-index .grouptour-pills{
	background-color: #F7F7F7;
	color: #939598;
	margin: 0 0.3rem;
	border-radius: 10px !important;
	padding: 0.2rem 1rem;
	font-size: 12px;
}

#grouptour-index .grouptour-pills:hover{
	box-shadow: 0px 8px 15px rgba(1,36,94,0.15);
	color: #FFFFFF;
	background-color: #0f3282;
}

#grouptour-index .grouptour-pills.active{
	box-shadow: 0px 8px 15px rgba(1,36,94,0.15);
	color: #FFFFFF;
	background-color: #0f3282 !important;
}

#grouptour-index .grouptour-slide-hover,
#grouptour-detail .grouptour-slide-hover{
	position: absolute;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;

}

#grouptour-index .grouptour-slide-hover .grouptour-view-details,
#grouptour-detail .grouptour-slide-hover .grouptour-view-details{
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;

}

#grouptour-index .grouptour-slide-hover:hover,
#grouptour-detail .grouptour-slide-hover:hover {
	opacity: 1;
}

#grouptour-index .grouptour-slide-item,
#grouptour-detail .grouptour-slide-item {
	border-radius: 20px;
	width: 100%;
}

#grouptour-index .grouptour-left{
	margin: auto;
	display: block;
}
#grouptour-index .grouptour-left .header{
	font-size: 25px;
	font-weight: 700;
	color: #0f3282;
}
#grouptour-index .grouptour-left .description{
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B;
	line-height: 2;
	font-family: "Haboro Slab";
}
#grouptour-index .grouptour-left .group-tour-btn {
	background-color: #0f3282;
	color: #FFFFFF;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

#grouptour-index .grouptour-left .group-tour-btn:hover {
	background-color: #FCD900;
	color: #0f3282;
	transition-duration: 0.4s;
}
@media screen and (max-width: 992px){
	#grouptour-index .grouptour-left .group-tour-btn{
		margin-bottom: 3rem;
	}
	
	#grouptour-index .grouptour-info-head {
		text-align: center;
	}
}

#promo-index .margin-top-3rem,
#promo-view .margin-top-3rem {
	margin-top: 3rem;
}

#promo-index .padding-left-3,
#promo-view .padding-left-3 {
	padding-left: 1rem;
}

#promo-index .promo-container,
#promo-view .promo-container {
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: center;
}

#promo-index .promo-container .promo-content,
#promo-view .promo-container .promo-content {
	font-family: "Haboro Slab";
}

#promo-index .margin-y-3rem,
#promo-view .margin-y-3rem{
	margin: 3rem 0;
}

#promo-index .content h4,
#promo-view .content h4 {
	margin-bottom: 2rem;
	font-weight: 400;
	color: #555555;
}

#promo-index .padding-x-half-rem,
#promo-view .padding-x-half-rem {
	padding: 0 0.5rem;
}

#promo-index .content .org h4,
#promo-index .product-services h4,
#promo-view .content .org h4,
#promo-view .product-services h4 {
	margin-bottom: 0.25rem;
}

#promo-index .content h2,
#promo-view .content h2 {
	color: #0f3282;
	font-weight: 700;
}

#promo-index .org img,
#promo-view .org img {
	max-height: 90px;
}

#promo-index .margin-top-2-rem,
#promo-view .margin-top-2-rem {
	margin-top: 2rem;
}

#promo-index .promos-text,
#promo-view .promos-text{
	margin: auto;
	font-family: "Brandon Grotesque";
}

#promo-view #witatour-promo-detail-navbar{
	position: static;
	background-color: #0f3282;
}

#promo-view .promo-name{
	color: #0f3282;
}

@media(max-width: 767px){
	#promo-inde .promos-text a h2{
		font-size: 1.5rem;
		margin: 2rem 0;
		color: #0f3282;
	}

	#promo-index .promo-container{
		margin-bottom: 3rem;
	}
}

.witatour-bold{
	font-weight: 700;
}

.witatour-non-bold{
	font-weight: 400;
}

.size-35{
	font-size: 35px;
}
.size-25 {
	font-size: 25px;
}
.size-24 {
	font-size: 24px;
}
.size-20{
	font-size: 20px;
}
.size-18{
	font-size: 18px;
}
.size-16{
	font-size: 16px;
}
.size-15{
	font-size: 15px;
}
.size-14{
	font-size: 14px;
}
.size-13{
	font-size: 13px;
}
.size-12{
	font-size: 12px;
}
.size-11{
	font-size: 11px;
}
.gray-font{
	color: #555555;
}
.dark-gray-font{
	color: #7F7F7F;
}
.white-font{
	color: #FFFFFF;
}
.yellow-font{
	color: #FCD900;
}

.light-black-font{
	color: #333333;
}

.white-to-yellow{
	color: #FFFFFF;
}
.white-to-yellow:hover{
	color: #FCD900;
}
.gray-bg{
	background-color: #F7F7F7;
}
.f3f3f3-bg {
	background-color: #F3F3F3;
}
.dddddd-bg{
	background-color: #DDDDDD;
}
.white-bg{
	background-color: #FFFFFF;
}
.yellow-bg{
	background-color: #FCD900;
}
.blue-bg{
	background-color: #0f3282;
}
.full-width{
	width: 100%;
}
.rounded-corner-5{
	border-radius: 5px;
}
.rounded-corner-10 {
	border-radius: 10px;
}
.rounded-corner-15{
	border-radius: 15px;
}
.half-rounded-corner-10 {
	border-radius: 10px 10px 0 0;
}
.circle{
	border-radius: 50%;
	width: 24px;
	position: relative;
	z-index: 1;
}
.shadow-0-10-20{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.information-form label {
		color: #0f3282;
		font-size: 15px;
	}

.information-form input {
	background-color: #F1F1F1;
	border-radius: 10px;
	border: none;
	font-size: 14px;
}

.information-form select {
	background-color: #F1F1F1;
	border-radius: 10px;
	border: none;
	font-size: 14px;
}

.information-form select.clock {
	width: 60px;
}

.information-form ::placeholder {
	color: #7F7F7F7F;
	font-size: 15px;
	font-style: italic;
	padding-left: 10px;
}

.form-submit a {
	color: #7F7F7F;
	font-size: 14px;
}

.information-form-header a span {
	display: inline-block;
	border-radius: 10px;
	height: 32px;
}

.form-submit label {
	color: #7F7F7F;
	font-size: 12px;
	vertical-align: middle;
}
.information-payment-banner{
	background-color: #0f3282;
	min-height: 318px;
}

#flight_confirmation .cut-through-banner-2,
#flight_finish .cut-through-banner-2,
#hotel_finish .cut-through-banner-2,
#package_finish .cut-through-banner-2 {
	transform: translatey(-15%);
}

.steps-line{
	display: block;
	height: 2px;
	background-color: #FFFFFF;
	border: none;
	position: relative;
	width: 83%;
	transform: translate(5px, -45px);
}
.pax-info label{
	color: #555555;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0px;
}

.pax-info .pax-input{
	color: #0f3282;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	padding-bottom: 7px;
	width: 100%;
	border-bottom: 1px solid #7F7F7F;
}
.border-bottom-1{
	border-bottom: 1px solid #7F7F7F;
}
.no-border{
	border: none;
}
.gray-blue-btn{
	background-color: #7F7F7F;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 5px;
}
.gray-blue-btn:hover{
	background-color: #0f3282;
	color: #FCD900;
}
.blue-gray-btn{
	background-color: #0f3282;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 5px;
}
.blue-gray-btn:hover{
	background-color: #787878;
}

.total-header{
	border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 767px) {
	
	.cut-through-banner-2 {
		transform: none;
	}
	.steps-line{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#flight-sidebar .col-5.text-center{
		text-align: left!important;
	}
}

/* Temporary hide meal & seat preference */
#meal-and-seat{
	display: none;
}

@media(min-width:769px) {
	#grouptour_confirmation .review-content,
	#grouptour_confirmprice .review-content {
		margin: 2rem auto;
		width: 80%;
	}
}

@media (max-width:768px) {

	#grouptour_confirmation .review-content,
	#grouptour_confirmprice .review-content {
		margin: 0;
	}

}

#grouptour_confirmation .grouptour-banner,
#grouptour_confirmprice .grouptour-banner{
	background-color: #0f3282;
	min-height: 75px;
	padding-bottom: 25px;
	text-align: center;
}

#grouptour_confirmation .page-title p {
	color: #0f3282;
	font-weight: 700;
	font-size: 55px;
	margin-bottom: 1rem;
}

#grouptour_confirmation .page-title,
#grouptour_confirmprice .page-title {
	margin: 3rem 0;
}

#grouptour_confirmprice .page-title {
	text-align: center;
}

#grouptour_confirmation .page-title span,
#grouptour_confirmprice .page-title span {
	font-size: 18px;
	color: #555555;
}

#grouptour_confirmation .review-content,
#grouptour_confirmprice .review-content {
	padding: 1.5rem 2rem;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}

#grouptour_confirmation .text-blue-15px,
#grouptour_confirmprice .text-blue-15px {
	font-size: 15px;
	color: #0f3282;
	font-weight: 700;
	margin-bottom: 5px;
}

#grouptour_confirmation .text-blue-22px,
#grouptour_confirmprice .text-blue-22px {
	font-size: 22px;
	color: #0f3282;
	font-weight: 700;
}

#grouptour_confirmation .text-grey-15px,
#grouptour_confirmprice .text-grey-15px {
	font-size: 15px;
	color: #555555;
	margin-bottom: 0;
}

#grouptour_confirmation .text-grey-22px,
#grouptour_confirmprice .text-grey-22px {
	font-size: 22px;
	color: #555555;
	margin-bottom: 0;
}

#grouptour_confirmation .mb-1rem,
#grouptour_confirmprice .mb-1rem {
	margin-bottom: 1rem;
}

#grouptour_confirmation .card-bedroom,
#grouptour_confirmprice .card-bedroom {
	text-align: center;
	padding: 1rem;
	border: 1px solid #0f3282;
	border-radius: 10px;
}

#grouptour_confirmation .px-1rem,
#grouptour_confirmprice .px-1rem {
	padding: 0 1rem;
}

#grouptour_confirmation table,
#grouptour_confirmprice table {
	width: 100%;
}

#grouptour_confirmation .number-tab,
#grouptour_confirmprice .number-tab {
	width: 15%;
	text-align: right;
	padding-right: 30px;
}

#grouptour_confirmation .name-tab,
#grouptour_confirmprice .name-tab {
	width: 50%;
}

#grouptour_confirmation .date-tab,
#grouptour_confirmprice .date-tab {
	width: 35%;
}

#grouptour_confirmation tr,
#grouptour_confirmprice tr {
	height: 30px;
	border-radius: 10px;
}

#grouptour_confirmation tr:nth-child(even),
#grouptour_confirmprice tr:nth-child(even) {
	background-color: #EEEEEE;
}

#grouptour_confirmation .review-content .grand-total,
#grouptour_confirmprice .review-content .grand-total {
	border-radius: 10px 10px 0 0;
	border: 1px #0f3282 solid;
}

#grouptour_confirmation .review-content .grand-total .title,
#grouptour_confirmprice .review-content .grand-total .title {
	margin: 0;
	font-weight: 700;
	color: #0f3282;
}

#grouptour_confirmation .review-content .grand-total .price,
#grouptour_confirmprice .review-content .grand-total .price {
	margin: 0;
	font-size: larger;
	font-weight: 400;
	color: #555555;
}

#grouptour_confirmation .py-custom,
#grouptour_confirmprice .py-custom {
	padding: 1.5rem 0;
}

#grouptour_confirmation .review-content .price-detail,
#grouptour_confirmprice .review-content .price-detail {
	border-radius: 0 0 10px 10px;
	border-right: 1px #0f3282 solid;
	border-left: 1px #0f3282 solid;
	border-bottom: 1px #0f3282 solid;
}

#grouptour_confirmation .price-detail p,
#grouptour_confirmprice .price-detail p {
	margin: 0;
	color: #0f3282;
	font-size: 15px;
	font-weight: 700;
}

#grouptour_confirmation .price-detail small,
#grouptour_confirmprice .price-detail small {
	color: #555555;
}

#grouptour_confirmation .price-detail .text-right p,
#grouptour_confirmprice .price-detail .text-right p {
	color: #555555;
}

#grouptour_confirmation .price-detail span,
#grouptour_confirmprice .price-detail span {
	color: #555555;
	font-size: 13px;
}

#grouptour_confirmation .price-detail .detail-col,
#grouptour_confirmprice .price-detail .detail-col {
	padding: 0.25rem 1rem;
}

#grouptour_confirmation .review-agreement,
#grouptour_confirmprice .review-agreement {
	margin-top: 1rem;
}

#grouptour_confirmation .grand-total button,
#grouptour_confirmprice .grand-total button {
	background-color: white;
	color: #0f3282;
	font-weight: 700;
	padding: 0.25rem 0.75rem;
	border: 1px #0f3282 solid;
	border-radius: 15px;
	font-size: 14px;
}

#grouptour_confirmation .grand-total button:hover,
#grouptour_confirmprice .grand-total button:hover {
	background-color: #0f3282;
	color: white;
	border: 1px #0f3282 solid;
}

#grouptour_confirmation .border-bottom,
#grouptour_confirmprice .border-bottom {
	border-bottom: 1px solid #555555;
	padding-bottom: 0.25rem;
}

#grouptour_confirmation .review-agreement p,
#grouptour_confirmprice .review-agreement p {
	font-size: 13px;
	margin: 0;
}

#grouptour_confirmation .review-agreement button,
#grouptour_confirmprice .review-agreement button {
	padding: 0.35rem 1rem;
	background-color: #0f3282;
	color: white;
	font-size: 17px;
	font-weight: 700;
	width: 200px;
	border-radius: 20px;
	margin-left: 1rem;
}

#grouptour_confirmation .review-agreement button:hover,
#grouptour_confirmprice .review-agreement button:hover {
	background-color: #FCD900;
	color: #0f3282;
}

#grouptour_confirmation .btn-dest-detail,
#grouptour_confirmprice .btn-dest-detail {
	width: 125px;
	background-color: #0f3282;
	color: white;
	font-weight: 700;
	padding: 0.25rem 0.75rem;
	border: 1px #0f3282 solid;
	border-radius: 15px;
	font-size: 14px;
}

#grouptour_confirmation .btn-dest-detail:hover,
#grouptour_confirmprice .btn-dest-detail:hover {
	background-color: #FCD900;
	color: #0f3282;
	border: 1px #FCD900 solid;
}

#grouptour-detail .tour-desc-label {
	color: #0f3282;
	font-size: 16px;
	font-weight: 700;
	padding-right: 0;
}

#grouptour-detail .tour-desc-content,
#grouptour-detail .tour-desc-hotel-pricing div {
	color: #515151;
	font-size: 16px;
	font-weight: 400;
}

#grouptour-detail .tour-desc-terms {
	color: #515151;
	font-size: 11px;
}

#grouptour-detail .tour-desc-terms span {
	color: #0f3282;
	font-weight: 700;
}

#grouptour-detail .tour-desc-terms:hover {
	color: #0f3282;
}

#grouptour-detail .tour-itinerary-day-counter {
	font-size: 32px;
	color: #515151;
	font-weight: 700;
}

#grouptour-detail .tour-itinerary-day {
	font-size: 20px;
	color: #515151;
	margin-bottom: 0px;
}

#grouptour-detail .tour-itinerary-header {
	font-size: 27px;
	color: #0f3282;
	font-weight: 700;
	font-family:"Brandon Grotesque";
}

#grouptour-detail .tour-itinerary-content {
	font-size: 13px;
	color: #515151;
}

#grouptour-detail .grouptour-card {
	border: 1px solid #DDDDDD;
	padding: 1rem;
	border-radius: 16px;
	text-align: center;
}

#grouptour-detail .grouptour-card .header {
	color: #0f3282;
	font-size: 19px;
	font-weight: 700;
}

#grouptour-detail .grouptour-card .label {
	color: #515151;
	font-size: 13px;
	font-weight: 400;
}

#grouptour-detail .grouptour-card .number-label {
	color: #0f3282;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}

#grouptour-detail .grouptour-card .number {
	color: #515151;
	font-weight: 400;
}

#grouptour-detail .reservebox {
	background-color: #0f3282;
	color: #FFFFFF;
	padding: 2rem;
	border-radius: 14px;
}

#grouptour-detail .reservebox .header {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 0px;
}

#grouptour-detail .white-btn {
	background-color: #FFFFFF;
	color: #0f3282;
	border-radius: 10px;
	width: 100%;
}

#grouptour-detail .white-btn:hover {
	background-color: #FCD900;
}

#grouptour-detail .modal-schedule-items {
	width: 100%;
	background-color: #F4F4F4;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: 10px;
}

#grouptour-detail .grouptour-modal-head-header {
	color: #0f3282;
	font-size: 22px;
	font-weight: 700;
}

#grouptour-detail .grouptour-modal-head-subheader {
	color: #515151;
	font-size: 14px;
	text-align: right;
}

#grouptour-detail .grouptour-modal-content-header {
	color: #0f3282;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 0px;
}

#grouptour-detail .grouptour-modal-content-subheader {
	color: #515151;
	font-size: 14px;
}

#grouptour-detail .grouptour-modal-lower-blue {
	color: #0f3282;
	font-size: 14px;
}

#grouptour-detail .grouptour-modal-lower-gray {
	color: #515151;
	font-size: 14px;
}

#grouptour-detail .blue-white-btn {
	background-color: #0f3282;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2rem 3rem;
	font-size: 16px;
	border-radius: 1rem;
}

#grouptour-detail .blue-white-btn:hover {
	background-color: #FFFFFF;
	color: #0f3282;
}

#grouptour-detail .red-btn {
	background-color: #ed1c24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2rem 3rem;
	font-size: 16px;
	border-radius: 1rem;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
}

#grouptour-detail .reservation-modal-header {
	color: #0f3282;
	font-size: 16px;
}

#grouptour-detail .reservation-modal-close {
	color: #0f3282;
}

#grouptour-detail .reservation-modal-body-header {
	color: #545454;
	font-size: 40px;
	font-weight: 700;
}

#grouptour-detail .reservation-form .label {
	color: #0f3282;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
}

#grouptour-detail .reservation-form .value {
	color: #545454;
	font-size: 20px;
	margin-bottom: 0px;
}

#grouptour-detail .price-details-card {
	background-color: #f4f4f4;
}

#grouptour-detail .price-details-card-title {
	color: #0f3282;
	font-weight: 700;
}

#grouptour-detail .price-details-card p {
	margin: 0;
}

#grouptour-detail .price-details-card hr {
	margin: 0;
}

#grouptour-detail .bg-color-section {
	background-color: #e2e2e2;
}

#grouptour-detail .total-section {
	background-color: #0f3282;
	color: white;
}

#grouptour-detail .bedroom-form {
	margin-bottom: 1rem;
}

#grouptour-detail .bedroom-card input {
	width: 40px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding: 5px;
	border: 1px solid;
}

#grouptour-detail .bedroom-card label {
	margin-bottom: 0;
	font-size: 14px;
}

#grouptour-detail .bedroom-card {
	background-color: #f4f4f4;
	border-radius: 10px;
}

#grouptour-detail .bedroom-title {
	color: #0f3282;
	font-weight: 700;
}

#grouptour-detail .btn-add-room {
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: #0f3282;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

#grouptour-detail .btn-checkout {
	background-color: #0f3282;
	color: white;
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: white;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

@media(max-width: 767px){
	#grouptour-detail .reservebox .header {
		font-size: 25px;
	}

	#grouptour-detail .reservebox{
		padding: .5rem;
		margin-top: -25px !important;
	}

	#grouptour-detail #pills-tab a {
		padding: 1rem;
	}

	#grouptour-detail .tour-desc-pills{
		padding: .1rem 1rem;
	}

	#grouptour-detail .tour-itinerary-header{
		font-size: 20px;
	}

	#grouptour-detail .reservation-modal-body-header{
		font-size: 25px;
	}

	#grouptour-detail .price-details-card{
		font-size: 14px;
	}
}

#grouptour_confirmation .grouptour-banner .container,
#grouptour_confirmprice .grouptour-banner .container {
	padding-top: 130px;
}

#grouptour_confirmation .grouptour-banner p,
#grouptour_confirmprice .grouptour-banner p{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
}
#grouptour_confirmation .grouptour-banner p span,
#grouptour_confirmprice .grouptour-banner p span {
	color: #FCD900;
}

#grouptour_confirmation .grouptour-yellow-btn,
#grouptour_confirmprice .grouptour-yellow-btn {
	color: #0f3282;
	background-color: #FCD900;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
}

#grouptour_confirmation .grouptour-white-btn,
#grouptour_confirmprice .grouptour-white-btn {
	color: #0f3282;
	background-color: #FFFFFF;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
}

#grouptour_confirmprice .page-title p {
	color: #0f3282;
	font-weight: 700;
	font-size: 55px;
	margin-bottom: 1rem;
}

#grouptour_confirmprice .page-title {
	margin: 3rem 0;
	text-align: center;
}

#grouptour_confirmation .order-info,
#grouptour_confirmprice .order-info {
	margin: 0 auto 6rem auto;
	width: 75.5%;
}

#grouptour_confirmation .order-info-content p,
#grouptour_confirmprice .order-info-content p {
	font-size: 26px;
	color: #0f3282;
	font-weight: 700;
}

#grouptour_confirmation .order-info-content input[type=radio],
#grouptour_confirmprice .order-info-content input[type=radio] {
	width: 20px;
	height: 20px;
}

#grouptour_confirmation .order-info-radio,
#grouptour_confirmprice .order-info-radio {
	display: flex;
	align-items: center;
	margin-right: 1.5rem;
}

#grouptour_confirmation .order-info-radio label,
#grouptour_confirmprice .order-info-radio label {
	margin-left: 5px;
	font-size: 19px;
	color: #555555;
	font-weight: 700;
}

#grouptour_confirmation .order-info-content span,
#grouptour_confirmprice .order-info-content span {
	font-size: 16px;
	color: #777777;
}

#grouptour_confirmation .order-info-content input,
#grouptour_confirmprice .order-info-content input {
	margin: 10px 0;
}

#grouptour_confirmation .order-info-content input[type=text], 
#grouptour_confirmation .order-info-content input[type=email], 
#grouptour_confirmation .order-info-content input[type=tel], 
#grouptour_confirmprice .order-info-content input[type=text], 
#grouptour_confirmprice .order-info-content input[type=email], 
#grouptour_confirmprice .order-info-content input[type=tel]{
	width: 100%;
	border-radius: 10px;
	border: transparent;
	height: 45px;
	padding: 6px 18px;
	background-color: #f1f1f1;
}

#grouptour_confirmation .order-info-content input:focus,
#grouptour_confirmprice .order-info-content input:focus {
	outline: none;
}

#grouptour_confirmation .order-info-content,
#grouptour_confirmprice .order-info-content {
	margin: 2rem auto;
	width: 75.5%;
}

#grouptour_confirmation .order-info-content h2,
#grouptour_confirmprice .order-info-content h2 {
	color: #0f3282;
	font-weight: 700;
	font-size: 43px;
}

#grouptour_confirmation .order-info-content .agreement,
#grouptour_confirmprice .order-info-content .agreement {
	font-size: 15px;
	color: #333333;
	font-weight: 700;
}

#grouptour_confirmation .padding-1rem2rem,
#grouptour_confirmprice .padding-1rem2rem {
	padding: 1rem 2rem;
}

#grouptour_confirmation .order-info-content button,
#grouptour_confirmprice .order-info-content button {
	float: right;
	background-color: #0f3282;
	border: transparent;
	border-radius: 10px;
	color: white;
	font-weight: 700;
	box-shadow: 0px 8px 27px rgba(1, 36, 94, 0.15);
	width: 187px;
	height: 36px;
	cursor: pointer;
}

#grouptour_confirmation .shadow,
#grouptour_confirmprice .shadow {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

#grouptour_confirmation .order-info-content button:hover,
#grouptour_confirmprice .order-info-content button:hover {
	color: white;
	background-color: black;
}

#grouptour_confirmation .back-section span,
#grouptour_confirmprice .back-section span {
	color: #777777;
	font-size: 17px;
}

#grouptour_confirmation .back-section a,
#grouptour_confirmprice .back-section a {
	background-color: #A3A3A3;
	border: transparent;
	border-radius: 10px;
	margin-left: 1rem;
	color: white;
	font-weight: 700;
	box-shadow: 0px 8px 27px rgba(1, 36, 94, 0.15);
	width: 120px;
	height: 36px;
	cursor: pointer;
}

#grouptour_confirmation .back-section a:hover,
#grouptour_confirmprice .back-section a:hover {
	color: white;
	background-color: black;
}

#grouptour_confirmation .back-section,
#grouptour_confirmprice .back-section {
	margin: 3rem 0;
}

#grouptour_confirmation .order-info-radio label,
#grouptour_confirmprice .order-info-radio label {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px){
	#grouptour_confirmation .order-info-content button{
		float: none;
		margin-top: 1rem;
		width: 100%;
	}
}


@media screen and (max-width: 767px) {
	#grouptour_confirmation .page-title p {
		font-size: 35px;
	}

	#grouptour_confirmation .order-info-radio{
		margin-right: 0;
	}
}

#grouptour-region .grouptour-lower-left p{
	color: #000000;
	font-size: 14px;
	margin-bottom: 0px;
	padding-left: 1rem;
	font-weight: 700;
}
#grouptour-region .grouptour-lower-right{
	background-color: #0f3282;
	color: #FFFFFF;
	padding: 0.5rem 1rem;
	border-radius: 20px 0 0 0;
}

#grouptour-region .grouptour-lower-right p{
	font-size: 12px;
	margin-bottom: 0px;
}

#grouptour-region .grouptour-lower-right .currency{
	font-weight: 400;
}

#grouptour-region .grouptour-lower-right .price{
	font-weight: 700;
	color: #FCD900;
	font-size: 22px;
	line-height: 0.7;
}

#grouptour-region .grouptour-lower-right .subtitle{
	font-weight: 100;
	text-align: right;
}

#grouptour-region .grouptour-slide-lower{
	background-color: #F7F7F7;
}
#grouptour-region .grouptour-slide-lower .header{
	color: #0f3282;
	font-weight: 700;
	font-size: 20px;
	padding: 0.5rem 1rem;
}

#grouptour-region .grouptour-slide-hover{
	position: absolute;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;
}

#grouptour-region .grouptour-slide-hover .grouptour-view-details{
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;
}

#grouptour-region .grouptour-slide-hover:hover{
	opacity: 1;
}

#grouptour-region .grouptour-slide-item {
	border-radius: 20px;
	width: 100%;
}
#grouptour-region .grouptour-highlight{
	height: 200px;
	width: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}

#grouptour-region .grouptour-highlight-content{
	color: #FFFFFF;
	font-size: 25px;
	border-radius: 15px;
	text-align: left;
	font-weight: bold;
	height: 50%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(1, 36, 94, 1));
}

#grouptour-region .grouptour-highlight-content .subheader{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
}

#grouptour-region .grouptour-pills{
	background-color: #F7F7F7;
	color: #939598;
	margin: 0 0.3rem;
	border-radius: 10px !important;
	padding: 0.2rem 1rem;
	font-size: 12px;
}

#grouptour-region .grouptour-pills:hover{
	box-shadow: 0px 8px 15px rgba(1,36,94,0.15);
	color: #FFFFFF;
	background-color: #0f3282;
}

#grouptour-region .grouptour-pills.active{
	box-shadow: 0px 8px 15px rgba(1,36,94,0.15);
	color: #FFFFFF;
	background-color: #0f3282 !important;
}

#grouptour-region .region-button-text{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#grouptour-region .region-button{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: #222222;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
}

#grouptour-region .region-button:hover{
	transition-duration: 0.4s;
	opacity: 0.95;
}

#grouptour-region .centered-absolute-element{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#grouptour-region .country-button{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

#grouptour-region .country-button:hover > .row{
	color: #FFFFFF;
	background-color: #0f3282;
	border-radius: 1rem;
	transition-duration: 1s;
}

.hotel-address {
	cursor: pointer;
}

.hotel-item {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	background-color: #FFFFFF;
	border-radius: 10px;
}

.hotel-thumbnail {
	background-size: cover;
	background-position: center;
	height: 100%;
	border-radius: 10px 10px 0 10px;
}

.hotel-item-detail-bottom-half {
	background-color: #0f3282;
	border-radius: 0 0 10px 0;
}

#city {
	background-image: none !important;
	background-color: #F2F2F2 !important;
}

#city:hover {
	background-color: #727272 !important;
}

.star-margin {
	margin-left: -8px;
}

.hotel-detail-icon {
	width: 20px;
}

.accordion-header {
	background-color: #F3F3F3;
	border-radius: 10px 10px 0 0;
}

.accordion-header:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.hotel-detail table tr th,
.hotel-detail table tr td {
	vertical-align: middle;
}

.routes>.col,
.promo>.col {
	overflow: hidden;
}

.hotel-detail {
	font-size: 12px;
	font-family: "Brandon Grotesque";
}

.mobile-show {
	display: none;
}

@media screen and (max-width: 1024px) {
	.hotelbox {
		padding: 20px 20px;
		max-width: 80%;
	}
	.mobile-height{
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.hotelbox {
		max-width: 100%;
		transform: none;
	}

	.cut-through-banner {
		transform: none;
	}

	#flight_search .cut-through-banner {
		transform: translatey(-4%);
	}

	.hotel-thumbnail {
		border-radius: 10px;
	}

	.hotel-item {
		margin: 0 .5rem;
	}

	.hotel-item-detail-bottom-half {
		background-color: #0f3282;
		border-radius: 0 0 10px 10px;
	}

	.desktop-show {
		display: none;
	}
	
	.mobile-show {
		display: inline;
		margin-left: 1rem;
	}
}

#hotel_detail #map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}
#hotel_detail .hotel-image{
	width:70%;
	margin:0px auto;
}
#hotel_detail .slick-slide{
	margin:10px;
}

#hotel_detail .slick-slide img{
	width:100%;
}

#hotel_detail .slick-next{
	color:black;
	background-color:grey;
}

#hotel_detail .slick-prev{
	color:black;
	background-color:grey;
}

#news .news-box{
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

#news .news-box #row-img {
	justify-content: center;
}

#news .news-box .row .col-sm-6 {
	margin-bottom: 1rem;
}

#news .news-box img {
	width: 100%;
	height: fit-content;
	display: block;
}

#news .news-banner {
	width: 100%;
	background-size: cover;
	background-position: center top;
}

#news .news-banner-image {
	width: 100%;
}

#news .news-content {
	font-family: "Haboro Slab";
}

#package-cruise-detail .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}

#package-cruise-detail .reservebox {
	background-color: #0f3282;
	color: #FFFFFF;
	padding: 2rem;
	border-radius: 14px;
	width: 90%;
	margin: auto;
}

#package-cruise-detail .package-content {
	width: 90%;
	margin: auto;
	transform: translatey(-14rem);
}

#package-cruise-detail .package-title {
	font-size: 2rem;
	font-weight: 700;
}

#package-cruise-detail .package-info-icon {
	width: 30px;
}

#package-cruise-detail .package-schedule-icon {
	width: 15px;
}

#package-cruise-detail .travel-summary-icon {
	width: 20px;
}

#package-cruise-detail .package-date-selected {
	background-color: white;
	width: 100%;
	border-radius: 9px;
}

#package-cruise-detail .package-change-btn {
	background-color: white;
	border-radius: 9px;
	width: 87.5%;
}

#package-cruise-detail .package-reserve-btn {
	background-color: #FCD900;
	color: #0f3282;
	border-radius: 9px;
	font-weight: 700;
}

#package-cruise-detail .close {
	color: #0f3282;
	cursor: pointer;
}

#package-cruise-detail .modal-header-text {
	color: #0f3282;
	font-weight: 700;
}

#package-cruise-detail .modal-header-title {
	color: #646464;
	font-weight: 700;
	font-size: 11px;
}

#package-cruise-detail .package-schedule-card {
	background-color: #f4f4f4;
	border-radius: 12px;
}

#package-cruise-detail .package-schedule-date {
	font-size: 20px;
	color: #0f3282;
	font-weight: 900;
	margin: 0;
}

#package-cruise-detail .package-schedule-price {
	font-size: 23px;
	color: #0f3282;
	font-weight: 900;
	margin: 0;
}

#package-cruise-detail .package-schedule-subtext {
	color: #646464;
	font-weight: 400;
	font-size: 13px;
	transform: translatey(-0.25rem);
}

#package-cruise-detail .package-schedule-airline {
	color: #0f3282;
	font-weight: 700;
	font-size: 11px;
}

#package-cruise-detail .blue-white-btn {
	border-radius: 12px;
}


#package-cruise-detail #pills-tab {
	background-color: #BBBBBB;
	border-radius: 10px 10px 0 0;
}

#package-cruise-detail #pills-tab .active {
	background-color: #0f3282;
	border-radius: 10px 10px 0 0;
}

#package-cruise-detail #pills-tab:hover {
	background-color: #FCD900;
}

#package-cruise-detail #pills-tab a {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	padding: 1rem 2rem;
}

#package-cruise-detail .tour-desc-pills {
	margin-left: 1rem;
	padding: 0.1rem 1.5rem;
	border: 1px solid #0f3282;
	border-radius: 43px;
	color: #515151;
	font-size: 13px;
	font-weight: 700;
}

#package-cruise-detail .package-content-title {
	color: #515151;
	font-size: 1.25rem;
}

#package-cruise-detail .package-content-title:hover {
	color: #0f3282;
}

.border-bottom {
	border-bottom: 1px solid #dddddd;
}

#package-cruise-detail .package-price-label {
	color: #0f3282;
	font-weight: 700;
	margin: 0;
}

#package-cruise-detail .package-pricing {
	color: #646464;
	font-size: 14px;
}


#package-cruise-detail .itinerary-day-number {
	font-size: 2em;
	font-weight: 700;
	color: #515151;
	margin: 0
}

#package-cruise-detail .itinerary-day {
	color: #7e7e7e;
	margin: 0;
	font-size: 20px;
	transform: translatey(-0.65rem);
}

#package-cruise-detail .itinerary-date {
	color: #7e7e7e;
	margin: 0;
	font-size: 20px;
	transform: translatey(-1rem);
}

#package-cruise-detail .itinerary-agenda {
	color: #0f3282;
	font-weight: 700;
	font-size: 1.5em;
}

#package-cruise-detail .itinerary-desc {
	font-size: 14px;
	color: #7e7e7e;
}


#package-cruise-detail .pckg-detail {
	font-size: 13px;
	font-weight: bold;
}


#package-cruise-detail .w-90 {
	width: 90%;
}

#package-cruise-detail .btn-scroll-up {
	background-color: white;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color: #0f3282;
	font-weight: 700;
}

#package-cruise-detail .cruise-card {
	background-size: cover;
	background-position: center top;
	height: 453px;
	border-radius: 15px;
	border: none;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

#package-cruise-detail .cruise-card-body {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#package-cruise-detail .cruise-card-title {
	background-color: white;
	border-radius: 15px 15px 0 0;
}

#package-cruise-detail .cruise-detail {
	font-size: 11px;
	color: #555555;
}

#package-cruise-detail .cruise-card-price {
	background-color: #0f3282;
	border-radius: 0 0 15px 15px;
}

#package-cruise-detail .cruise-card-price span {
	font-size: 13px;
	color: white;
}


#package-cruise-detail .cruise-btn {
	font-size: 11px;
	background-color: white;
	color: #0f3282 !important;
	border-radius: 15px;
	font-weight: bolder;
	padding: 0.1rem 0.25rem;
	width: 75%;
	transition: 0.5s;
}

#package-cruise-detail .cruise-btn:hover {
	background-color: #0f3282;
	color: white !important;
}

#package-cruise-detail .destination-not-available-img {
	max-width: 50% !important;
}

#package-cruise-detail .destination-not-available-text {
	font-size: 22.5px;
	color: #555555;
}

#package-cruise-detail .pkcg-cruise-price-tag {
	font-size: 16px;
	font-weight: 700;
	transform: translate(0, -30%);
	color: #FCD900;
}

#package-cruise-detail .card-hover {
	position: absolute;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	z-index: 2;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	opacity: 0;
	display: flex;
	transition: 0.5s;
}

#package-cruise-detail .card-hover .package-tours-details {
	margin: auto;
	font-size: 16px;
	color: #0f3282;
	font-weight: 700;
	border-radius: 15px;
	background-color: #FCD900;
}

#package-cruise-detail .card-hover:hover {
	opacity: 1;
}

#package-cruise-detail .modal-content {
	border: none;
}

#package-cruise-detail .close {
	color: #0f3282;
}

#package-cruise-detail .package-title-modal {
	font-size: 2.5rem;
	font-weight: 700;
	color: #515151;
	line-height: 50px;
}

#package-cruise-detail .modal-order-mini-title {
	color: #0f3282;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0.25rem;
}

#package-cruise-detail .modal-order-departure-data {
	font-size: 17px;
	color: #373737;
}

#package-cruise-detail .bedroom-card input {
	width: 40px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding: 5px;
	border: 1px solid;
}

#package-cruise-detail .bedroom-card label {
	margin-bottom: 0;
	font-size: 14px;
}

#package-cruise-detail .bedroom-card {
	background-color: #f4f4f4;
	border-radius: 10px;
}

#package-cruise-detail .price-details-card {
	background-color: #f4f4f4;
	border-radius: 10px;
}

@media (min-width: 992px) {
	#package-cruise-detail .modal-cust-size {
		max-width: 900px;
	}
}

#package-cruise-detail .btn-add-room {
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: #0f3282;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

#package-cruise-detail .bedroom-form {
	margin-bottom: 1rem;
}

#package-cruise-detail .warning-section {
	font-size: 12px;
	color: #8b8b8b;
}

#package-cruise-detail .price-details-card {

	background-color: #f4f4f4;
}

#package-cruise-detail .price-details-card p {
	margin: 0;
}

#package-cruise-detail .price-details-card hr {
	margin: 0;
}

#package-cruise-detail .subtotal-section {
	background-color: #e2e2e2;
}

#package-cruise-detail .total-section {
	background-color: #0f3282;
	color: white;
}

#package-cruise-detail .bedroom-close-button {
	text-align: right;
}

#package-cruise-detail .bedroom-close-button a {
	text-decoration: none;
	color: #0f3282;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
	top: -15px;
}

#package-cruise-detail .grouptour-card {
	border: 1px solid #DDDDDD;
	padding: 1rem;
	border-radius: 16px;
	text-align: center;
}

#package-cruise-detail .grouptour-card .header {
	color: #0f3282;
	font-size: 19px;
	font-weight: 700;
}

#package-cruise-detail .grouptour-card .label {
	color: #515151;
	font-size: 13px;
	font-weight: 400;
}

#package-cruise-detail .grouptour-card .number-label {
	color: #0f3282;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}

#package-cruise-detail .grouptour-card .number {
	color: #515151;
	font-weight: 400;
}

#package-cruise-detail #package-cruise-detail .mr-label {
	margin-right: 0.75rem;
}

#package-cruise-detail .ml-label {
	margin-left: 0.5rem;
}

#package-cruise-detail .bedroom-title {
	color: #0f3282;
	font-weight: 700;
	margin-bottom: 0;
}

#package-cruise-detail .bedroom-form select {
	padding: 0;
}

#package-cruise-detail .btn-chekout {
	background-color: #0f3282;
	color: white;
	border-radius: 18px;
	font-size: 13px;
	font-weight: 700;
	color: white;
	border: #0f3282 2px solid;
	padding: .15rem 0.8rem;
}

#package-cruise-detail .bg-color-section {
	background-color: #e2e2e2;
}

#package-guest .page-title p {
	color: #0f3282;
	font-weight: 700;
	font-size: 55px;
	margin-bottom: 1rem;
}

#package-guest .page-title {
	margin: 3rem 0;
}

#package-guest .page-title span {
	font-size: 18px;
	color: #555555;
}

#package-guest .order-info {
	margin: 0 auto 6rem auto;
	width: 75.5%;
}

#package-guest .order-info-content p {
	font-size: 26px;
	color: #0f3282;
	font-weight: 700;
}

#package-guest .order-info-content input[type=radio] {
	width: 20px;
	height: 20px;
}

#package-guest .order-info-checkbox {
	display: flex;
	align-items: center;
	margin-right: 1.5rem;
}

#package-guest .order-info-checkbox label {
	margin-left: 5px;
	font-size: 19px;
	color: #555555;
	font-weight: 700;
}

#package-guest .order-info-content span {
	font-size: 16px;
	color: #777777;
}

#package-guest .order-info-content {
	margin-bottom: 1.5rem;
}

#package-guest .order-info-content input {
	margin: 10px 0;
}

#package-guest .order-info-content input[type=text],
#package-guest input[type=email],
#package-guest input[type=tel] {
	width: 100%;
	border-radius: 10px;
	border: transparent;
	height: 45px;
	padding: 6px 18px;
	background-color: #f1f1f1;
}

#package-guest .order-info-content input:focus {
	outline: none;
}

#package-guest .order-info-content {
	margin: 2rem auto;
	width: 75.5%;
}

#package-guest .order-info-content h2 {
	color: #0f3282;
	font-weight: 700;
	font-size: 43px;
}

#package-guest .bedroom-category {
	margin: 2rem 0;
}

#package-guest .bedroom-category span {
	font-size: 25px;
	color: #0f3282;
	font-weight: 700;
}

#package-guest .bedroom-category small {
	font-size: 18px;
	color: #777777;
	font-weight: 400;
	font-style: italic;
}

#package-guest .bedroom-category a {
	float: right;
	background-color: #0f3282;
	border: transparent;
	border-radius: 10px;
	color: white;
	box-shadow: 0px 8px 27px rgba(1, 36, 94, 0.15);
	width: 187px;
	height: 36px;
	cursor: text;
	font-weight: 700;
}

#package-guest .bedroom-category a:hover {
	color: white;
	background-color: black;
}

#package-guest .border-room {
	border-bottom: #0f3282 1px solid;
	margin-top: 3rem;
}

#package-guest .order-info-content .agreement {
	font-size: 15px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 5px;
	transform: translateY(-5px);
}

#package-guest .padding-1rem2rem {
	padding: 1rem 2rem;
}

#package-guest .order-info-content button {
	float: right;
	background-color: #0f3282;
	border: transparent;
	border-radius: 10px;
	color: white;
	font-weight: 700;
	box-shadow: 0px 8px 27px rgba(1, 36, 94, 0.15);
	width: 187px;
	height: 36px;
	cursor: pointer;
}

#package-guest .shadow {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

#package-guest .order-info-content button:hover {
	color: white;
	background-color: black;
}

#package-guest .back-section span {
	color: #777777;
	font-size: 17px;
}

#package-guest .back-section a {
	background-color: #A3A3A3;
	border: transparent;
	border-radius: 10px;
	margin-left: 1rem;
	color: white;
	font-weight: 700;
	box-shadow: 0px 8px 27px rgba(1, 36, 94, 0.15);
	width: 120px;
	height: 36px;
	cursor: pointer;
}

#package-guest .back-section a:hover {
	color: white;
	background-color: black;
}

#package-guest .back-section {
	margin: 3rem 0;
}

#package-guest .order-info-checkbox label{
	margin-bottom: 0;
}

@media screen and (max-width: 1200px){
	#package-guest .order-info-content button{
		float: none;
		width: 100%;
		margin-top: 1rem;
	}

	#package-guest .order-info-content label.agreement{
		transform: none;
		display: contents;
	}
}

@media screen and (max-width: 992px){
	#package-guest .page-title p,
	#package-guest .order-info-content h2{
		font-size: 40px;
	}

	#package-guest .order-info-content{
		width: 90%;
	}
}

#welcome_termsconditions .card .card-body p, #welcome_termsconditions .card .card-body ol{
	font-family: "Haboro Slab";
}

.alert-info.notifaction {
	width: 100%;
	display: flex;
	justify-content: center;
}

.alert-info.notifaction p {
	margin-bottom: 0;
}

.alert-info.notif-on {
	display: flex;
}

.alert-info.notif-off {
	display: none;
}

.airline-logo-detail {
	max-width: 120px;
}

@media screen and (max-width: 992px){
	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100% !important;
		height: auto !important;
	}
	
	table tbody {
		display: table;
		width: 100%;
		height: auto;
	}
	
	table tbody tr {
		width: 100%;
		height: auto !important;
		display: block;
	}
	
	table tbody tr td, table tbody tr th {
		padding: 0 .15rem;
		height: auto !important;	
	}
	
	table tbody tr td p {
		width: 250px;
		text-wrap: wrap;
	}
}