.single .st-sent-mail-customer .form-st-send-mail .st_send-mail-form .sent-email-st {
	background: var(--main-color, #5191fa) !important;
	color: #fff !important;
}

#st-content-wrapper .form-book-wrapper.inline .form-st-send-mail .form-group {
	width: 50%;
	border: none;
}

.form-single-style-2 .form-st-send-mail .form-group:nth-child(2n+1) {
	padding-right: 5px;
}

.form-single-style-2 .form-st-send-mail .form-group:nth-child(2n) {
	padding-left: 5px;
}

#st-content-wrapper .form-book-wrapper.inline .form-st-send-mail .form-group.st_note_send_email {
	width: 100%;
	padding: 0px;
}

#st-content-wrapper .form-book-wrapper.inline .form-st-send-mail {
	margin-top: 0px;
}

#st-content-wrapper .form-book-wrapper .form-head .price-regular {
	text-decoration: line-through;
	font-weight: 500;
}

#st-content-wrapper .form-book-wrapper .form-group.form-date-field.date-enquire {
	padding-left: 0px !important;
}

#st-content-wrapper .form-book-wrapper .form-group.form-date-field.date-enquire .check-in-wrapper {
	padding: 0px;
}

#st-content-wrapper .form-book-wrapper ul.st_grid_date {
	margin: 0px;
	padding: 0px;
	display: inline-table;
	display: flex;
	position: relative;
}

#st-content-wrapper .form-book-wrapper ul.st_grid_date li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50%;
	display: block;
	text-align: center;
	position: relative;
}

#st-content-wrapper .form-book-wrapper ul.st_grid_date li:nth-child(1) {
	border-right: 1px solid #d7dce3;
}

#st-content-wrapper .form-book-wrapper ul.st_grid_date li:nth-child(2) {
	border-left: 1px solid #d7dce3;
}

#st-content-wrapper .form-book-wrapper ul.st_grid_date li .st-item-date {
	padding: 20px;
}

#st-content-wrapper.st-single-car .form-book-wrapper .field-detination {
	border-top: none;
	padding: 0px !important;
}

form .ccv-success {
	min-height: 300px;
	position: relative;
}

form .ccv-success .content-message {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 21%;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.single.single-location .tab-content {
	border-bottom: none;
}

.single.single-location .tab-content {
	background-color: transparent;
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 991px) {}

.st-list-tour-related .item-service .service-title {
	font-size: 16px;
}

@media screen and (min-width: 769px) {
	#sticky-halfmap .top-filter {
		display: flex;
		justify-content: space-between;
	}
}

#sticky-halfmap .top-filter .switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 20px;
}

#sticky-halfmap .top-filter .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#sticky-halfmap .top-filter .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

#sticky-halfmap .top-filter .slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	left: 2px;
}

#sticky-halfmap .top-filter input:checked .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: -13px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

#sticky-halfmap .top-filter input:checked + .slider {
	background-color: var(--main-color, #5191fa);
}

#sticky-halfmap .top-filter input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

#sticky-halfmap .top-filter input:checked + .slider:before {
	transform: translateX(15px);
}

#sticky-halfmap .top-filter .slider.round {
	border-radius: 18px;
}

#sticky-halfmap .top-filter .slider.round:before {
	border-radius: 50%;
}