@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("/wp-content/themes/traveler/v2/css/../fonts/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("/wp-content/themes/traveler/v2/css/../fonts/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/wp-content/themes/traveler/v2/css/../fonts/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/wp-content/themes/traveler/v2/css/../fonts/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

:root {
	--main-color: #1a2b48;
	--grey-color: #5e6d77;
	--light-grey-color: #eaeef3;
	--orange-color: #fa5636;
	--link-color: #5191fa;
}

*:focus {
	outline: none;
}

body {
	color: var(--body-color, #1a2b48);
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	overflow-x: hidden !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent;
	opacity: 1;
}

select {
	background: transparent !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

select:focus {
	box-shadow: none;
}

select::-ms-expand {
	display: none;
}

.modal .modal-content {
	border-radius: 5px;
	padding: 20px 30px 30px;
}

.modal .modal-content .modal-header {
	padding: 0 0 10px;
	border: none;
}

.modal .modal-content .modal-header .close {
	margin-top: 0;
	opacity: 1;
}

.modal .modal-content .modal-header .modal-title {
	font-size: 24px;
	font-weight: 500;
}

.modal .modal-content .modal-body {
	padding: 0;
}

.modal .modal-content .modal-body .form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}

.modal .modal-content .modal-body .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 3px;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

.modal .modal-content .modal-body .form-group .input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
	color: #acb5be;
	line-height: 0px;
}

.modal .modal-content .modal-body label, .modal .modal-content .modal-body .st-link {
	font-size: 14px;
	font-weight: 400;
}

.modal .modal-content .modal-body input[type=checkbox] {
	margin-right: 5px;
}

.modal .modal-content .modal-body input[type=radio] {
	margin-right: 10px;
}

.modal .modal-content .modal-body .form-submit {
	height: 45px;
	width: 100%;
	background: var(--main-color, #5191fa);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
}

.loader-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(255, 255, 255, .7);
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

ul.st-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	overflow: inherit !important;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

#header #topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
	background: var(--link-color, #1a2b48);
}

#header .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#header .header .toggle-menu {
	margin-top: 2px;
	line-height: 1;
	display: none;
	float: left;
}

#header .header .toggle-menu .fa {
	font-size: 17px;
	color: var(--link-color, #1a2b48);
}

#header .header .mini-cart {
	position: relative;
}

#header .header .header-left {
	display: flex;
	align-items: center;
}

#header .header .header-left .logo {
	margin-right: 30px;
	float: left;
}

@media (max-width: 480px) {
	#header .header .header-left .logo img {
		width: 100%;
		height: 30px;
	}
}

#header .header .header-left #st-main-menu .back-menu {
	display: none;
}

#header .header .header-left #st-main-menu .main-menu {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#header .header .header-left #st-main-menu .main-menu a {
	color: var(--link-color, #1a2b48);
	text-decoration: none;
}

#header .header .header-left #st-main-menu .main-menu > li {
	display: inline-block;
}

#header .header .header-left #st-main-menu .main-menu > li > a {
	display: block;
	padding: 35px 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#header .header .header-left #st-main-menu .main-menu > li.active > a, #header .header .header-left #st-main-menu .main-menu > li:hover > a, #header .header .header-left #st-main-menu .main-menu > li.current-menu-item > a {
	color: var(--main-color, #5191fa);
}

#header .header .header-right .st-list {
	display: flex;
	align-items: center;
}

#header .header .header-right .st-list li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}

@media (max-width: 480px) {
	#header .header .header-right .st-list li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

#header .header .header-right .st-list li:last-child {
	margin-right: 0;
}

#header .header .header-right .st-list li img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
}

@media (max-width: 480px) {
	#header .header .header-right .st-list li img.avatar {
		display: none;
	}
}

#header .header .header-right .dropdown-menu {
	right: 0;
	left: auto;
}

#header .header .header-right .dropdown-minicart .mini-cart {
	cursor: pointer;
}

#header .header .header-right .dropdown-minicart .dropdown-menu {
	width: 270px;
	border: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 1px 1px #e4e4e4;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li {
	display: block;
	padding: 20px;
	margin: 0;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#header .header .header-right .dropdown-minicart .dropdown-menu .heading .st-heading-section {
	margin: 0;
	font-size: 16px;
}

#header .header .header-right .dropdown-minicart .dropdown-menu .cart-item .media-left img {
	max-width: 100%;
	height: auto;
}

#st-content-wrapper {
	padding-bottom: 100px;
}

#st-content-wrapper .st-breadcrumb {
	padding: 20px 0;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#st-content-wrapper .st-breadcrumb ul {
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	background: #fff;
}

#st-content-wrapper .st-breadcrumb ul li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 0;
}

#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
	position: absolute;
	content: "";
	top: 50%;
	right: -2px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: var(--light-grey-color, #eaeef3);
	z-index: 1;
}

#st-content-wrapper .st-breadcrumb ul li:first-child {
	padding-left: 0;
}

#st-content-wrapper .st-breadcrumb ul li:last-child {
	padding-right: 0;
}

#st-content-wrapper .st-breadcrumb ul li a {
	display: block;
	font-weight: 500;
	color: var(--link-color, #1a2b48);
	text-decoration: none;
	line-height: 21px;
}

#st-content-wrapper .st-breadcrumb ul li.active {
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper .st-stars i {
	cursor: pointer;
	font-size: 12px;
	color: #fa5636;
}

#st-content-wrapper .st-stars i.grey {
	color: var(--light-grey-color, #eaeef3);
}

#st-content-wrapper .st-stars.style-2 i {
	cursor: pointer;
	color: #ffdc00;
	font-size: 20px;
}

#st-content-wrapper .st-stars.style-2 i:not(:last-child) {
	margin-right: 2px;
}

#st-content-wrapper .st-stars.style-2 i.grey {
	color: var(--light-grey-color, #eaeef3);
}

#st-content-wrapper .st-heading {
	margin-top: 10px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
}

#st-content-wrapper .sub-heading {
	color: var(--grey-color, #5e6d77);
	font-size: 14px;
}

#st-content-wrapper .sub-heading .fa {
	font-size: 16px;
	margin-right: 3px;
}

#st-content-wrapper .st-heading-section {
	margin-bottom: 20px;
	font-size: 24px;
	color: var(--heading-color, #1a2b48);
	font-weight: 500;
}

#st-content-wrapper .st-description {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

#st-content-wrapper .st-hr {
	width: 100%;
	height: 1px;
	background: var(--light-grey-color, #eaeef3);
	margin-top: 30px;
	margin-bottom: 30px;
}

#st-content-wrapper .st-hr.large {
	margin-top: 30px;
	margin-bottom: 30px;
}

#st-content-wrapper .st-gallery {
	position: relative;
}

#st-content-wrapper .st-gallery .shares {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

#st-content-wrapper .st-gallery .shares .share-item {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(26, 43, 72, .6);
	color: #fff;
	text-align: center;
	line-height: 40px;
}

#st-content-wrapper .st-gallery .shares .share-item:not(:last-child) {
	margin-right: 10px;
}

#st-content-wrapper .st-gallery .shares .share-item .fa {
	float: left;
	display: block;
	margin-left: 10px;
	margin-top: 7px;
}

#st-content-wrapper .st-gallery .shares .share-item.like-it .fa {
	margin-top: 12px;
	margin-left: 11px;
	font-size: 18px;
}

#st-content-wrapper .st-gallery .shares .share-wrapper {
	display: none;
	padding-left: 0;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: 0;
	z-index: 1;
}

#st-content-wrapper .st-gallery .shares .share-wrapper li {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

#st-content-wrapper .st-gallery .shares .share-wrapper li a {
	color: var(--link-color, #1a2b48);
}

#st-content-wrapper .review-box {
	margin-top: 20px;
	padding: 30px;
	border: 1px solid var(--light-grey-color, #eaeef3);
	border-radius: 5px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
}

#st-content-wrapper .review-box .heading {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

#st-content-wrapper .review-box .review-box-score {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

#st-content-wrapper .review-box .review-box-score .review-score {
	line-height: 50px;
	font-size: 72px;
	font-weight: 500;
	color: var(--main-color, #5191fa);
}

#st-content-wrapper .review-box .review-box-score .review-score-text {
	font-weight: 400;
	font-size: 24px;
	color: var(--link-color, #1a2b48);
}

#st-content-wrapper .review-box .review-box-score .review-score-base {
	margin-top: 10px;
	color: #768090;
	font-size: 14px;
}

#st-content-wrapper .review-box .review-box-score .review-score-base span {
	color: var(--main-color, #5191fa);
}

#st-content-wrapper .review-box .item {
	margin-top: 15px;
}

#st-content-wrapper .review-box .item .label {
	position: relative;
	margin-top: 8px;
	display: block;
	padding-left: 0;
	color: var(--link-color, #1a2b48);
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

#st-content-wrapper .review-box .item .progress {
	position: relative;
	height: 8px;
	width: 100%;
	border-radius: 10px;
	box-shadow: none;
	background: #eee;
	margin-bottom: 0;
	overflow: inherit;
}

#st-content-wrapper .review-box .item .progress .percent {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	background: var(--main-color, #5191fa);
	border-radius: 10px;
}

#st-content-wrapper .review-box .item .progress .percent.green {
	background: #2ecc71;
}

#st-content-wrapper .review-box .item .progress .percent.darkgreen {
	background: #27ae61;
}

#st-content-wrapper .review-box .item .progress .percent.yellow {
	background: #f1c40f;
}

#st-content-wrapper .review-box .item .progress .percent.orange {
	background: #e67f22;
}

#st-content-wrapper .review-box .item .progress .percent.red {
	background: #e84c3d;
}

#st-content-wrapper #reviews .review-pagination .summary {
	margin-top: 30px;
	color: var(--grey-color, #5e6d77);
	font-size: 14px;
	text-align: center;
}

#st-content-wrapper #reviews .review-list {
	margin-top: 30px;
}

#st-content-wrapper #reviews .review-list .comment-item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid var(--light-grey-color, #eaeef3);
	font-size: 14px;
}

#st-content-wrapper #reviews .review-list .comment-item:last-child {
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media {
	display: flex;
	align-items: center;
	margin-right: 100px;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left {
	padding-right: 20px;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left img {
	border-radius: 50%;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-body .media-heading {
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	font-weight: 600;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-body .date {
	color: var(--grey-color);
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .like {
	float: right;
	margin-top: -35px;
	color: var(--grey-color);
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .like .btn-like {
	color: var(--link-color, #1a2b48);
	margin-left: 5px;
	font-size: 20px;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-body {
	margin-top: 30px;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-body .title {
	position: relative;
	font-size: 16px;
	padding-left: 40px;
	line-height: 20px;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-body .detail {
	color: var(--grey-color);
}

#st-content-wrapper #reviews #write-review {
	margin-top: 30px;
}

#st-content-wrapper #reviews #write-review #respond {
	margin-top: 30px;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #d7dce3;
	background: #f9f9f9;
}

#st-content-wrapper #reviews #write-review .heading {
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--heading-color, #1a2b48);
	font-size: 16px;
	font-weight: 500;
}

#st-content-wrapper #reviews #write-review input[type=submit] {
	margin-top: 30px;
}

#st-content-wrapper #reviews #write-review .form-wrapper .form-group .form-control {
	height: 40px;
	font-size: 14px;
	box-shadow: none;
	color: #768090;
	font-weight: 500;
	border-color: #eee;
}

#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
	padding-top: 20px;
	min-height: 310px;
	resize: none;
}

#st-content-wrapper #reviews #write-review .review-form .review-items {
	background: #fff;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 15px;
}

#st-content-wrapper #reviews #write-review .review-form .review-items label {
	font-size: 14px;
	font-weight: 500;
	color: #768090;
}

#st-content-wrapper #reviews #write-review .review-form .review-items .item {
	margin-bottom: 10px;
}

#st-content-wrapper #reviews #write-review .review-form .review-items .rates {
	position: relative;
}

#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa {
	cursor: pointer;
	font-size: 18px;
	color: var(--main-color, #5191fa);
}

#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa:not(:last-child) {
	margin-right: 20px;
}

#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa.grey {
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper .st-tabs .tab-pane .hotel-logo img {
	display: inline-block;
}

#st-content-wrapper .form-book-wrapper {
	border: 1px solid #d7dce3;
	border-top: 5px solid var(--main-color, #5191fa);
	border-radius: 0 0 4px 4px;
	background: #fff;
}

#st-content-wrapper .form-book-wrapper .form-head {
	position: relative;
	padding: 30px 20px;
	color: var(--grey-color, #5e6d77);
	font-size: 14px;
}

#st-content-wrapper .form-book-wrapper .form-head .price {
	font-size: 18px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
}

#st-content-wrapper .form-book-wrapper .form-group {
	margin-bottom: 0;
	border-top: 1px solid #d7dce3;
}

#st-content-wrapper .form-book-wrapper label {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	font-weight: 400;
}

#st-content-wrapper .form-book-wrapper .form-date-field {
	position: relative;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper, #st-content-wrapper .form-book-wrapper .form-date-field .check-out-wrapper {
	width: 50%;
	float: left;
	padding: 20px;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper:hover, #st-content-wrapper .form-book-wrapper .form-date-field .check-out-wrapper:hover {
	cursor: pointer;
	box-shadow: 0 0 1px 1px var(--light-grey-color, #eaeef3) inset;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper .render, #st-content-wrapper .form-book-wrapper .form-date-field .check-out-wrapper .render {
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color, #5191fa);
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper {
	width: 100%;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper label {
	display: block;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper .render {
	display: inline-block;
}

#st-content-wrapper .form-book-wrapper .form-date-field .check-in-out, #st-content-wrapper .form-book-wrapper .form-date-field .check-in-out-input {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
}

#st-content-wrapper .form-book-wrapper .form-more-extra {
	padding: 25px 20px;
}

#st-content-wrapper .form-book-wrapper .form-more-extra .dropdown {
	display: block;
	text-align: right;
	font-size: 16px;
	color: var(--main-color, #5191fa);
}

#st-content-wrapper .form-book-wrapper .form-more-extra .extras {
	display: none;
	width: 100%;
	list-style: none;
	padding-left: 0;
}

#st-content-wrapper .form-book-wrapper .form-more-extra .extras li {
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#st-content-wrapper .form-book-wrapper .form-more-extra .extras li .st-flex {
	display: flex !important;
}

#st-content-wrapper .form-book-wrapper .form-more-extra .extras li input {
	margin-top: 0;
	margin-right: 5px;
}

#st-content-wrapper .form-book-wrapper .submit-group {
	border-top: 1px solid #d7dce3;
	padding: 30px 20px 0;
}

#st-content-wrapper .widgets {
	background: #fff;
}

#st-content-wrapper .hotel-target-book-mobile {
	display: none;
}

#st-content-wrapper .st-hotel-header {
	margin-bottom: 20px;
	display: flex;
	align-items: end;
	justify-content: space-between;
}

#st-content-wrapper .owner-info .media .media-left img {
	width: 60px;
	border-radius: 50%;
	max-width: inherit;
}

#st-content-wrapper .owner-info .media .media-body .media-heading {
	font-weight: 500;
	font-size: 14px;
	color: var(--link-color, #1a2b48);
}

#st-content-wrapper .owner-info .btn {
	margin-top: 20px;
	border: 1px solid #d7dce3;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	color: #fa5636;
}

#st-content-wrapper .st-map {
	position: relative;
}

#st-content-wrapper .st-map .google-map {
	height: 450px;
}

#st-content-wrapper .services-grid .item .featured-image img {
	border-radius: 3px;
	transition: all .3s;
}

#st-content-wrapper .services-grid .item .featured-image a:hover img {
	transform: scale(1.1);
}

#st-content-wrapper .st-hotel-room-content .room-featured-items .item img, #st-content-wrapper .st-hotel-room-content .room-featured-items .item .fa {
	margin-right: 25px;
}

#st-content-wrapper .st-featured-item.image-top .image img {
	margin: auto;
}

#st-content-wrapper .destination-item .image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	transition: all .3s;
	object-fit: cover;
}

#st-content-wrapper .destination-item:hover .image img {
	transform: scale(1.1);
}

.home #st-content-wrapper.search-result-page .search-form-wrapper.slider .fotorama img, .page-template-template-blank #st-content-wrapper.search-result-page .search-form-wrapper.slider .fotorama img {
	width: 100% !important;
	position: unset;
	object-fit: cover;
	object-position: center;
}

#comment-wrapper {
	margin-top: 10px;
}

#comment-wrapper .title {
	padding-bottom: 15px;
	border-bottom: 2px solid #d7dce3;
	font-size: 18px;
	color: var(--grey-color, #5e6d77);
}

#comment-wrapper ol {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#comment-wrapper ol li {
	padding-top: 30px;
	padding-bottom: 30px;
}

#comment-wrapper ol li:not(:first-child) {
	border-top: 1px solid #d7dce3;
}

#comment-wrapper ol li:last-child {
	padding-bottom: 0;
}

#respond {
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #d7dce3;
}

#respond .comment-reply-title {
	margin: 0;
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	text-transform: uppercase;
}

#respond .comment-notes {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	margin-top: 10px;
}

#respond .form-control {
	height: 40px;
	margin-top: 15px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 5px;
}

#respond textarea {
	min-height: 140px;
	width: 100%;
	display: block;
	resize: none;
}

#respond .submit {
	border-radius: 5px;
	color: #fff;
	margin-top: 35px;
	border: none;
	box-shadow: none;
	font-size: 14px;
	background: var(--main-color, #5191fa);
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
}

#main-footer {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#main-footer .menu {
	list-style: none;
	padding-left: 0;
}

#main-footer .menu li {
	display: block;
}

#main-footer .menu li a {
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--link-color, #1a2b48);
}

#main-footer .menu li:last-child a {
	margin-bottom: 0;
}

.main-footer-sub {
	padding-top: 10px;
	padding-bottom: 30px;
}

#description-tab img {
	max-width: 100%;
}

.st-tour-content {
	padding-top: 60px;
}

.st-tour-content .heading {
	font-weight: 600;
}

#st-content-wrapper.st-single-tour .st-hotel-header {
	align-items: center;
}

#st-content-wrapper.st-single-tour .st-hotel-header .st-heading {
	margin-top: 0px !important;
	line-height: 52px;
}

#st-content-wrapper.st-single-tour .st-hotel-header .sub-heading .fa {
	position: relative;
	top: 2px;
}

#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 {
	text-align: right;
}

#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .head-rating {
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .st-stars {
	margin-bottom: 7px;
}

#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .st-stars .fa {
	font-size: 16px !important;
}

#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .st-link {
	font-size: 14px;
	color: var(--main-color, #5191fa);
	cursor: pointer;
}

#st-content-wrapper.st-single-tour .st-tour-feature {
	padding-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #d7dce3;
	border-bottom: 1px solid #d7dce3;
	margin-bottom: 30px;
}

#st-content-wrapper.st-single-tour .st-tour-feature .item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#st-content-wrapper.st-single-tour .st-tour-feature .item .icon {
	margin-right: 15px;
}

#st-content-wrapper.st-single-tour .st-tour-feature .item .icon i {
	font-size: 36px;
	color: var(--main-color, #5191fa);
}

#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name {
	font-size: 14px;
	color: var(--main-color, #5191fa);
	margin: 0;
	margin-bottom: 3px;
}

#st-content-wrapper.st-single-tour .st-tour-feature .item .info .value {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	margin: 0;
}

#st-content-wrapper.st-single-tour .st-overview {
	margin-bottom: 30px;
}

#st-content-wrapper.st-single-tour .st-overview .st-description {
	margin-bottom: 0px;
}

#st-content-wrapper.st-single-tour .st-overview .st-section-title {
	color: var(--heading-color);
}

#st-content-wrapper.st-single-tour .st-highlight .st-section-title {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	font-weight: 500;
	margin-bottom: 30px;
}

#st-content-wrapper.st-single-tour .st-highlight ul {
	padding-left: 25px;
}

#st-content-wrapper.st-single-tour .st-highlight ul li {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	margin-bottom: 20px;
	list-style: none;
}

#st-content-wrapper.st-single-tour .st-highlight ul li:last-child {
	margin-bottom: 0px;
}

#st-content-wrapper.st-single-tour .st-highlight ul li:before {
	content: "";
	border: 1px solid var(--main-color, #5191fa);
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}

#st-content-wrapper.st-single-tour .st-program {
	border-top: 2px solid #d7dce3;
	margin-top: 35px;
	padding-top: 30px;
}

#st-content-wrapper.st-single-tour .st-program .st-title-wrapper {
	overflow: hidden;
	margin-bottom: 30px;
}

#st-content-wrapper.st-single-tour .st-program .st-title-wrapper .st-section-title {
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--heading-color, #5191fa);
}

#st-content-wrapper.st-single-tour .st-program .st-program-list .item {
	border: 1px solid #d7dce3;
	border-left: 6px solid var(--main-color, #5191fa);
	background: #fcfcfc;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list .item .body {
	height: 0px;
	overflow: hidden;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	padding: 0 30px 0 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list .item:first-child {
	border-left-color: #2ecc71;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list .item:last-child {
	border-left-color: #2ecc71;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list .item.active .body {
	height: auto;
	padding: 15px 30px 30px 30px;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 {
	border-left: 1px solid #d7dce3;
	margin-left: 10px;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item {
	background: transparent;
	border: none;
	position: relative;
	padding-left: 30px;
	overflow: visible;
	margin-bottom: 30px;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .icon {
	position: absolute;
	left: -12px;
	top: -19px;
	padding: 17px 0;
	background: #fff;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .icon img {
	width: 23px;
	height: auto;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .body {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	padding: 0;
}

#st-content-wrapper.st-single-tour .st-include {
	border-top: 2px solid #d7dce3;
	margin-top: 35px;
	padding-top: 30px;
}

#st-content-wrapper.st-single-tour .st-include .st-section-title {
	margin-top: 0px;
	margin-bottom: 30px;
	color: var(--heading-color);
}

#st-content-wrapper.st-single-tour .st-include .include {
	padding: 0;
	margin: 0;
}

#st-content-wrapper.st-single-tour .st-include .include li {
	list-style: none;
	font-size: 14px;
	color: #768090;
	margin-bottom: 20px;
}

#st-content-wrapper.st-single-tour .st-include .include li i {
	margin-right: 15px;
	position: relative;
	top: 2px;
}

#st-content-wrapper.st-single-tour .st-include .include li:last-child {
	margin-bottom: 0;
}

#st-content-wrapper.st-single-tour .st-include .exclude {
	padding: 0;
	margin: 0;
}

#st-content-wrapper.st-single-tour .st-include .exclude li {
	list-style: none;
	font-size: 14px;
	color: #768090;
	margin-bottom: 16px;
}

#st-content-wrapper.st-single-tour .st-include .exclude li i {
	margin-right: 15px;
	position: relative;
	top: 2px;
}

#st-content-wrapper.st-single-tour .st-include .exclude li:last-child {
	margin-bottom: 0;
}

#st-content-wrapper.st-single-tour .st-map-wrapper .map_iframe {
	margin-top: 30px;
}

#st-content-wrapper.st-single-tour .st-map-wrapper .map_iframe iframe {
	width: 100%;
}

#st-content-wrapper.st-single-tour .grid-item .thumb .service-avatar img {
	border-radius: 50%;
}

#st-content-wrapper.st-single-tour .st-faq {
	border-top: 2px solid #d7dce3;
	margin-top: 30px;
	padding-top: 30px;
}

#st-content-wrapper.st-single-tour .st-faq .st-section-title {
	margin-top: 0px;
	margin-bottom: 15px;
	color: var(--heading-color);
}

#st-content-wrapper.st-single-tour .st-faq .item {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d7dce3;
}

#st-content-wrapper.st-single-tour .st-faq .item .header {
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 30px;
	cursor: pointer;
}

#st-content-wrapper.st-single-tour .st-faq .item .header .field-icon {
	float: left;
	margin-right: 15px;
}

#st-content-wrapper.st-single-tour .st-faq .item .header .arrow {
	float: right;
	font-size: 20px;
	position: relative;
	top: -8px;
}

#st-content-wrapper.st-single-tour .st-faq .item .body {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 0px;
	overflow: hidden;
	padding-bottom: 0px;
}

#st-content-wrapper.st-single-tour .st-faq .item.active .body {
	height: auto;
	padding-bottom: 20px;
}

#st-content-wrapper.st-single-tour .st-faq .item.active .header .arrow {
	transform: rotate(180deg);
}

#st-content-wrapper.st-single-tour .st-faq .item:last-child {
	border-bottom: none;
}

#st-content-wrapper.st-single-tour .review-box .review-box-score {
	border-right: 1px solid #d7dce3;
	padding-top: 15px;
	padding-bottom: 15px;
}

#st-content-wrapper.st-single-tour .review-box .review-sumary .item {
	display: flex;
	align-items: center;
}

#st-content-wrapper.st-single-tour .review-box .review-sumary .item .label {
	width: 22%;
	text-align: right;
	margin-top: 0px;
	margin-right: 3%;
}

#st-content-wrapper.st-single-tour .review-box .review-sumary .item .progress {
	width: 65%;
}

#st-content-wrapper.st-single-tour .review-box .review-sumary .item .number {
	width: 7%;
	margin-left: 3%;
}

#st-content-wrapper.st-single-tour .review-box .review-sumary .item:first-child {
	margin-top: 0px;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .title {
	padding-left: 0px !important;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star li {
	list-style: none;
	margin-right: 5px;
	float: left;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star li .fa {
	color: #ffdc00;
	font-size: 16px;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .detail .st-description {
	margin-bottom: 0px;
}

#st-content-wrapper.st-single-tour .review-pag-wrapper {
	overflow: hidden;
	margin-top: 35px;
}

#st-content-wrapper.st-single-tour .review-pag-wrapper .review-pag-text {
	float: left;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	margin-top: 6px;
	margin-right: 25px;
}

#st-content-wrapper.st-single-tour .st-hr-comment {
	margin-top: 0px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured a {
	display: block;
	overflow: hidden;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured a img {
	transition: all .3s;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured a img:hover {
	transform: scale(1.1, 1.1);
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured .service-add-wishlist {
	opacity: .5;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head {
	padding-top: 20px;
	padding-bottom: 20px;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price {
	display: flex;
	align-items: flex-end;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .label {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	font-weight: 400;
	padding: 0 10px 0 0;
	position: relative;
	top: -7px;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value {
	line-height: 28px;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .text-lg {
	font-weight: 450;
	font-size: 24px;
	color: #00001e;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price #total-text {
	display: none;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search {
	position: relative;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper {
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper {
	padding: 0;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper label {
	font-size: 16px;
	color: var(--link-color, #1a2b48);
	font-weight: 450;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper .render {
	font-size: 13px;
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper:hover {
	box-shadow: none;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper .fa {
	font-size: 25px;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .check-in-input {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d7dce3;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
	width: 50%;
	padding: 0;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper label {
	font-size: 16px;
	color: var(--link-color, #1a2b48);
	font-weight: 450;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render {
	font-size: 13px;
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper:hover {
	box-shadow: none;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .select-wrapper {
	width: 50%;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper:last-child {
	border: none;
}

#st-content-wrapper.st-single-tour.st-single-tour-new .st-faq .item .header .input-icon svg path {
	fill: var(--link-color, #1a2b48);
}

#st-content-wrapper.st-single-tour.style-2 .st-tour-feature {
	border-bottom: none;
	margin-bottom: 0;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item {
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #d7dce3;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured {
	position: relative;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured img {
	border-radius: 3px 3px 0 0;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured .like-it {
	position: absolute;
	top: 20px;
	right: 20px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured .like-it .fa {
	color: #a0a9b2;
	font-size: 18px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured .like-it .fa.fa-heart {
	color: #fff;
	opacity: .5;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body {
	padding: 20px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .address {
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .st-stars {
	display: inline-block;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .st-stars .fa {
	font-size: 18px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .st-link {
	line-height: 25px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .review-text {
	color: #768092;
	font-size: 14px;
	display: inline-block;
	margin-left: 3px;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .duration {
	margin-left: 5px;
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .price {
	margin-left: 5px;
	color: var(--grey-color, #5e6d77);
	font-size: 14px;
	position: relative;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .price .item {
	border: none;
	color: var(--link-color, #1a2b48);
	font-size: 18px;
}

@media (max-width: 767px) {
	#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .st-flex {
		display: flex;
	}
	
	#st-content-wrapper.st-single-tour .st-list-tour-related .item .body .footer-inner {
		margin-top: 10px;
	}
}

#st-content-wrapper.st-single-car .grid-item .thumb .service-avatar img {
	border-radius: 50%;
}

#st-content-wrapper.st-single-car .st-list-tour-related .item .featured img {
	border-radius: 3px 3px 0 0;
}

#st-content-wrapper.st-single-tour .st-program-list.style4 .item--bg img {
	object-fit: cover;
	border: 12px solid #fff;
	box-sizing: border-box;
	border-radius: 24px;
	box-shadow: 0 0 37px rgba(0, 0, 0, .08);
}

#st-content-wrapper.st-single-tour .st-program-list.style4 .item--bg .st-itinerary--info .body.st-itinerary--info__content .desc.content__desc i svg {
	stroke: #000;
}

.st-car-types .st-car-type-item img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.st-car-types .st-car-type-item img:hover {
	transform: scale(1.1);
}

.single-post .blog-content.content .post-content img {
	max-width: 100%;
	height: auto;
}

.single .container .container {
	max-width: 100%;
}

.datepicker table thead tr::nth-child(2) th {
	width: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #adb2bd;
	float: left;
	text-align: center;
}

#st-how-do-it .st-featured-item.image-left .image img {
	width: 80px;
}

#st-content-wrapper .owner-info .btn {
	background: var(--main-color, #5191fa) !important;
	color: #fff !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}

#dropdown-destination input {
	border: none;
	width: 100%;
	color: var(--main-color, #5191fa);
	font-size: 14px;
}

#dropdown-destination input::-webkit-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-destination input:-ms-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-destination input::placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input {
	border: none;
	width: 100%;
	color: var(--main-color, #5191fa);
	font-size: 14px;
}

#dropdown-pickup input::-webkit-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input:-ms-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input::placeholder {
	color: var(--main-color, #5191fa);
}

@media screen and (max-width: 782px) {
	html {
		margin-top: 0px !important;
	}
}

select.st_tour_starttime {
	-moz-appearance: auto;
	-webkit-appearance: auto;
}

.tour-booking-form .guest_name_input, .rental-booking-form .guest_name_input, .hotel-room-booking-form .guest_name_input, .activity-booking-form .guest_name_input {
	padding: 0px;
	background-color: transparent;
}

.tour-booking-form .guest_name_input label, .rental-booking-form .guest_name_input label, .hotel-room-booking-form .guest_name_input label, .activity-booking-form .guest_name_input label {
	margin-bottom: 20px;
}

.tour-booking-form .guest_name_input, .activity-booking-form .guest_name_input, .rental-booking-form .guest_name_input {
	padding: 0px 20px;
}

.icon-active svg > g > g {
	stroke: var(--main-color, #5191fa);
}

.st-list-badges li .st-list-badge img {
	width: 100%;
	height: 50px;
	object-fit: cover;
}

#button-twitter {
	display: flex;
	align-items: center;
	background: #1d9bf0;
	color: #fff;
	height: 40px;
	line-height: 1;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#button-twitter .icon {
	display: inline-flex;
}

#button-twitter svg {
	color: white;
	width: 24px;
	height: 24px;
}

#button-twitter .text {
	width: calc(100% - 24px);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

#st-login-form-page .modal-content {
	border-radius: 5px;
	padding: 20px 30px 30px;
}

#st-login-form-page .modal-content .heading {
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	color: var(--heading-color);
	margin-bottom: 30px;
}

#st-login-form-page .modal-content button {
	background: transparent;
	border: none;
}

#st-login-form-page .modal-content .form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}

#st-login-form-page .modal-content .form-group .input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
	color: #acb5be;
	line-height: 0;
}

#st-login-form-page .modal-content .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 3px;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

#st-login-form-page .modal-content .modal-header, #st-login-form-page .modal-content .modal-body {
	padding: 0px;
}

#st-login-form-page .modal-content .modal-header {
	border-bottom: none;
}

#st-login-form-page .modal-content .form-submit {
	height: 45px;
	width: 100%;
	background: var(--main-color, #5191fa);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
}