.single .st-sent-mail-customer {
	padding: 0px 20px 0px 20px;
	position: relative;
	border-top: 1px solid #d7dce3;
	background-color: #fff;
}

.single .st-sent-mail-customer .form-st-send-mail {
	margin-top: 0px;
}

.single .st-sent-mail-customer .form-st-send-mail .st_send-mail-form .form-group {
	border-top: none !important;
	margin-top: 5px;
}

.single .st-sent-mail-customer .form-st-send-mail .st_send-mail-form .form-group input {
	border: none;
	padding: 20px 5px;
	border-bottom: 1px solid #d7dce3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	-webkit-transition: border-color;
}

.single .st-sent-mail-customer .form-st-send-mail .st_send-mail-form textarea {
	height: 80px;
	border: none;
	padding: 20px 5px;
	border-bottom: 1px solid #d7dce3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	-webkit-transition: border-color;
}

#nav-tabContent form {
	position: relative;
}

#st-content-wrapper .form-book-wrapper .form-head {
	padding: 17px 20px;
	background: var(--main-color, #5191fa);
	font-size: 12px;
	color: #fff;
}

#st-content-wrapper .form-book-wrapper .form-head span.price {
	font-size: 14px;
	color: #fff;
}

#st-content-wrapper .form-book-wrapper .form-head .price .label, #st-content-wrapper .form-book-wrapper .form-head .price .value .text-lg {
	color: #fff !important;
}

@media screen and (max-width: 1300px) {
	#header .header .header-right .st-list li:last-child {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	#header .header .header-right .st-list li:last-child.dropdown-minicart {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.st-header-2 header#header {
		margin-bottom: -106px;
	}
}

.st-list-tour-related .item h3.title {
	font-size: 16px;
}

.st-header-1 .header .logo img, .st-header-2 .header .logo img, .st-header-3 .header .logo img {
	height: 46px;
	object-fit: cover;
}