#wpadminbar {
	overflow-x: hidden;
}

/* Checkout page payment method section */
.tourmaster-payment-method-wrap.custom .tourmaster-payment-method-title{
	margin-bottom: 30px !important;
}

.tourmaster-payment-method-wrap.custom .tourmaster-payment-gateway{
	margin-bottom: 25px !important;
}

.tourmaster-payment-method-wrap.custom .tourmaster-payment-terms{
	text-align: left !important;
}

.tourmaster-payment-method-wrap.custom .tourmaster-payment-terms input{
	vertical-align: top;
}

.tourmaster-payment-method-wrap.custom .payment-method-image{
	display: none;
}

.tourmaster-online-payment-method-label{
	display: flex;
	padding: 8px 15px;
	border: 1px solid #e5e5e5;
	width: 100%;
	margin-bottom: 16px;
	cursor: pointer;
	border-radius: 5px;
}

.tourmaster-online-payment-method-label input{
	display: block;
	vertical-align: sub;
	margin-right: 10px;
	margin-top: 6px;
	width: 15px;
	height: 15px;
	min-width: 15px;
	cursor: pointer;
}

.tourmaster-online-payment-method-label .tourmaster-content{
	color: #282827 !important;
	font-weight: 500;
	text-align: left;
	font-size: 14px;
	line-height: 27px;
}

.tourmaster-online-payment-method-label .payment-method-subtitle{
	display: block;
	font-weight: 400;
}

.tourmaster-payment-method-wrap.custom .tourmaster-button.custom-wordpro-payment-method-handler{
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 15px;
}

.tourmaster-payment-method-wrap.custom .tourmaster-tour-booking-required-error{
	border-radius: 5px;
}

.tourmaster-payment-method-wrap.custom .tourmaster-payment-terms input,
.tourmaster-payment-method-wrap.custom .tourmaster-payment-terms label{
	cursor: pointer;
}



/* Checkout page right sidebar */
.tourmaster-tour-booking-bar-outer{
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Checkout page coupon section */
.tourmaster-tour-booking-bar-coupon-wrap-link{
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	color: #3ad5f1;
}

.tourmaster-tour-booking-bar-price-breakdown-link{
	font-weight: 600;
}

.tourmaster-tour-booking-bar-coupon-wrap-details{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.tourmaster-tour-booking-bar-coupon-wrap-details .tourmaster-tour-booking-bar-coupon{
	border-radius: 5px;
	height: 40px;
	opacity: 1;
	margin-right: 10px !important;
	width: calc(60% - 10px) !important;
}

.tourmaster-tour-booking-bar-coupon-wrap-details .tourmaster-tour-booking-bar-coupon-validate{
	width: 40%;
	display: block;
	background: #3ad5f1;
	color: #fff;
	padding: 8px 15px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
}

.tourmaster-tour-booking-bar-coupon-wrap-details .tourmaster-tour-booking-bar-coupon-validate:hover{
	color: #fff !important;
}

.tourmaster-tour-booking-bar-coupon-wrap-details .tourmaster-tour-booking-coupon-message{
	flex: 1;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
}


/* Deposit section payment css */
.tourmaster-tour-booking-bar-deposit-option.deposit-custom{
	margin-bottom: 40px;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom > label{
	display: flex;
	padding: 8px 15px;
	border: 1px solid #e1e1e1;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom > label input{
	display: block;
	vertical-align: sub;
	margin-right: 10px;
	margin-top: 6px;
	min-width: 15px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom > label i{
	display: none;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom > label .tourmaster-content{
	color: #282827 !important;
	font-weight: 500;
}

.tourmaster-tour-booking-bar-total-price-wrap:not(.tourmaster-deposit) .deposit-custom .tourmaster-deposit-payment-full{
	border-color: #3ad5f1;
}

.tourmaster-tour-booking-bar-total-price-wrap.tourmaster-deposit .deposit-custom .tourmaster-deposit-payment-partial{
	border-color: #3ad5f1;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom .deposit-heading{
	font-weight: 600;
	margin-bottom: 15px;
	color: #282827;
}

.tourmaster-tour-booking-bar-deposit-option.deposit-custom .deposit-partial-subtitle{
	display: block;
	font-weight: 400;
}


/* Payment Page Service Section CSS */
@media only screen and (max-width: 999px){
	.tourmaster-template-payment .tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-page-content {
    flex-direction: column-reverse !important;
	}
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{
	margin-bottom: 30px !important;
	font-size: 20px !important;
}

.tourmaster-payment-service-form-heading{
	margin-top: 30px;
}

.tourmaster-payment-service-heading{
	background: #3ad5f1;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	margin-bottom: 10px !important;
}

.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap{
	max-width: 100% !important;
}

.tourmaster-payment-service-form-item.custom-style {
	border: 1px solid #e1e1e1;
}

.tourmaster-payment-service-form-item.custom-style .service-header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #818b96;
	background: #eeeff0;
	padding: 2px 25px;
	min-height: 50px;
}

.tourmaster-payment-service-form-item.custom-style .service-header-bar img {
	aspect-ratio: 1 / 1;
	width: 50px;
	object-fit: cover;
}

.tourmaster-payment-service-form-item.custom-style .service-header-bar .service-title {
	padding-right: 27px;
}

.tourmaster-payment-service-form-item.custom-style .input-wrapper {
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tourmaster-payment-service-form-item.custom-style .input-wrapper input[type="checkbox"] {
	margin: 0 12px 0 0;
}

.tourmaster-payment-service-form-item.custom-style .input-wrapper>span {
	text-align: right;
	min-width: 165px;
}

.tourmaster-payment-service-form-item.custom-style .service-description {
	padding: 0px 20px 10px 35px;
	width: 75%;
}

.tourmaster-payment-service-form-item.custom-style .service-header-bar a {
	color: #189bb7;
	text-decoration: underline;
}

.tourmaster-payment-service-form-item.custom-style .service-header-bar p {
	margin: 0;
}

@media only screen and (max-width:767px) {
	.tourmaster-payment-service-form-item.custom-style .service-header-bar {
		padding: 10px 15px;
	}

	.tourmaster-payment-service-form-item.custom-style .service-header-bar .service-title {
		padding-right: 15px;
	}


	.tourmaster-payment-service-form-item.custom-style .input-wrapper {
		align-items: flex-start;
		flex-direction: column;
		padding: 10px 15px;
	}

	.tourmaster-payment-service-form-item.custom-style .input-wrapper>span {
		width: 100%;
	}

	.tourmaster-payment-service-form-item.custom-style .service-description {
		width: 100%;
		padding: 0px 15px 10px 15px;
	}
}

h1, h2, h3 {
    font-family: "Coolvetica", sans-serif !important;
}