.site-content {
	width: 100%;
	position: relative;
	overflow: clip;
}

.st-search-wrap {
	position: relative;
	border-radius: 8px;
	margin-bottom: 22px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.st-search-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 600000px;
	height: 100%;
	background: #012956;
}

.st-search-head {
	text-align: center;
	margin-bottom: 18px;
}

.st-search-head h1 {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: .3px;
	font-weight: 400;
	color: #fff;
}

.st-search-head .st-trustpilot-line {
	max-width: 1200px;
	margin: 0 auto;
}

.st-search-head h1 strong {
	color: #1cb0e4;
}

.st-search-head p {
	margin: 0 0 20px;
	font-size: 16px;
	/*color: #16366d;*/
	color: #fff;
	line-height: 1.3;
}

.st-search-head p a:hover {
	color: #fff;
	text-decoration: underline;
}

.st-trustpilot-line a {
	/*color: #16366d;*/
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.st-trustpilot-brand {
	/*color: #0d2853;*/
	font-weight: 700;
	color: #fff;
}

.st-trustpilot-star {
	color: #00b67a;
	margin-right: 4px;
}

.st-tutor-form {
	background: #fafafa;
	border-radius: 8px;
	padding: 18px 14px;
	position: relative;
	width: 100%;
}

.st-filter-title {
	margin: 0 0 14px;
	color: #0f2e67;
	font-size: 23px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.st-filters-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.st-filters-grid input,
.st-filters-grid select,
.st-filter-item input,
.st-filter-item select {
	width: 100%;
	height: 50px;
	border: 1px solid #eaebed;
	border-radius: 8px;
	background: #fff;
	padding: 10px 16px;
	font-size: 18px;
	color: #0d2853;
}

.st-filters-grid input::placeholder,
.st-filter-item input::placeholder {
	color: #0d2853;
}

.st-filter-item.is-hidden,
.st-filter-item[hidden] {
	display: none !important;
}

.st-select2-wrap {
	position: relative;
	width: 100%;
	min-width: 100%;
}

.st-search-wrap .select2-container {
	width: 100% !important;
}

.st-search-wrap .select2-container--default .select2-selection--multiple {
	min-height: 50px;
	border: 1px solid #eaebed;
	border-radius: 8px;
	background: #fff;
	padding: 9px 44px 8px 16px;
	position: relative;
	overflow: hidden !important;
}

.st-search-wrap .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 6px !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	padding: 0 !important;
	margin: 0;
	width: 100%;
}

.st-search-wrap .select2-container .select2-selection--multiple .select2-search--inline {
	float: none !important;
	margin: 0 !important;
	width: auto;
	flex: 1 1 auto;
	min-width: 24px;
}

.st-search-wrap .select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 0;
	height: 28px;
	font-size: 18px;
	color: #0d2853 !important;
}

.st-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #0d2853;
	font-size: 18px;
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 0;
	max-width: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 0 0 auto;
}

.st-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
	content: ",";
	margin-left: 2px;
}

.st-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice.st-select2-last-visible::after {
	content: "";
	margin-left: 0;
}

.st-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	display: none;
	border-right: 0;
	right: 8px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}

.st-search-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background: transparent;
	color: #dceeff;
}

.st-search-wrap .select2-container .select2-selection--multiple .select2-selection__choice.st-select2-hidden {
	display: none;
}

.st-search-wrap .select2-container--default .select2-selection--single {
	min-height: 50px;
	border: 1px solid #eaebed;
	border-radius: 8px;
	background: #fff;
	padding: 0 44px 0 16px;
	position: relative;
	display: flex;
	align-items: center;
}

.st-search-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	display: flex !important;
	align-items: center !important;
	height: 48px;
	padding: 0 !important;
	margin: 0;
	font-size: 18px;
	color: #0d2853 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.st-search-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #0d2853 !important;
}

.st-search-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 36px;
	right: 8px;
	top: 0;
	display: none;
}

.st-search-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	width: 10px;
	height: 10px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-right: 2px solid #0d2853;
	border-bottom: 2px solid #0d2853;
}

.st-search-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: translate(-50%, -50%) rotate(225deg);
}

.st-select2-picked {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 10px;
}

.st-select2-picked[hidden] {
	display: none !important;
}

.st-select2-picked__item {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content !important;
	max-width: 100%;
	padding: 0 !important;
	min-height: 0;
	height: auto;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
	text-align: left;
	cursor: pointer;
}

.st-select2-picked__remove {
	color: #15a9df;
	font-size: 22px;
	line-height: 1;
	flex: 0 0 auto;
}

.st-select2-picked__label {
	color: #1f2c44;
	font-size: 14px;
	line-height: 1.2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #16366d !important;
	color: #fff !important;
}

.st-search-wrap .select2-container--default .select2-selection--single::after,
.st-search-wrap .select2-container--default .select2-selection--multiple::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	pointer-events: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	transition: transform .2s ease;
}

.st-search-wrap .select2-container--open .select2-selection--single::after,
.st-search-wrap .select2-container--open .select2-selection--multiple::after {
	transform: scaleY(-1);
}

.st-search-wrap .select2-dropdown {
	border-color: #d8d8d8;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.st-search-wrap .select2-results__option {
	font-size: 16px;
	color: #0f2e67;
	padding: 10px 14px;
	line-height: 1.25;
}

.st-search-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #f3f8fc;
	color: #16366d;
}

.st-location-field {
	position: relative;
}

.st-format-field select {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 30px 30px;
}

.st-format-field select {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.st-filter-item input:focus,
.st-format-field select:focus,
.st-location-field input:focus {
	border: 1px solid #0f2e67;
}

.st-location-field.is-hidden {
	display: none;
}

.st-location-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	max-height: 340px;
	overflow: auto;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.st-location-menu button {
	font-size: 16px;
	color: #0f2e67;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-weight: 400;
	text-transform: capitalize;
	padding: 12px 16px;
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.st-location-near {
	width: 100%;
	border: 0;
	background: #fff;
	color: #2f8bcf;
	text-align: left;
	padding: 10px 12px;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px solid #ececec;
}

.st-location-options {
	display: block;
}

.st-location-option {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	text-align: left;
	padding: 10px 12px;
	color: #4f4f66;
	font-size: 16px;
	cursor: pointer;
}

.st-location-option:last-child {
	border-bottom: 0;
}

.st-location-option:hover {
	background: #f8fafc;
}

.st-filter-actions {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.st-btn {
	border: 0;
	border-radius: 8px;
	background: #15a9df;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding: 14px 18px;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.1;
}

.st-btn--ghost {
	background: #0a2e67;
}

.st-btn--outline {
	background: transparent !important;
	border: 2px solid #1aabe3 !important;
	transition: all .3s;
	color: #1aabe3 !important;
	padding: 12px 18px !important;
}

.st-btn--outline:hover {
	background: #1aabe3 !important;
	color: #fff !important;
}

.st-map-cta-bar {
	margin-top: 16px;
	background: #d7d7d7;
	border-radius: 8px;
	padding: 10px 15px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 12px;
	align-items: center;
}

.st-map-cta-text {
	color: #0f2e67;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.st-map-cta-text strong {
	font-weight: 800;
}

.st-checkbox {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
	color: #0f2e67;
	cursor: pointer;
	line-height: 1;
	padding: 12px 0;
	align-self: flex-start;
}

.st-filter-item--checkbox {
	grid-column: 1 / -1;
}

.st-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 48px;
	height: 24px;
	border-radius: 999px;
	background: #c9c9cc;
	position: relative;
	margin: 0;
	cursor: pointer;
	border: 1px solid #c9c9cc;
}

.st-checkbox input[type="checkbox"]::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1aabe3;
	border: 1px solid #fff;
	transition: transform .2s ease;
}

.st-checkbox input[type="checkbox"]:checked {
	background: #0274be;
	border-color: #0274be;
	box-shadow: none;
}

.st-checkbox input[type="checkbox"]:checked::after {
	transform: translateX(24px);
}

.st-results-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
	line-height: 1;
}

.st-results-meta .st-results-count {
	font-size: 18px;
	color: #0a2e67;
}

.st-results-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.st-results-controls label {
	font-size: 18px;
	color: #0d2853;
	font-weight: 700;
}

.st-results-controls select {
	font-size: 18px;
	color: #0d2853;
	font-weight: 500;
	border: 0;
	width: auto;
	display: inline-block;
	padding: 0 24px 0 0;
	cursor: pointer;
	line-height: normal;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px 30px;
}

.st-view-switch {
	display: none;
}

.st-view-switch button {
	order: 3;
	text-indent: -9999px;
	opacity: .8;
	width: 26px;
	height: 26px;
	padding: 0;
	cursor: pointer;
	background-image: url('../img/list.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.st-view-switch button:nth-child(2) {
	order: 1;
	background-image: url('../img/grid.png')
}

.st-view-switch button:nth-child(3) {
	order: 2;
	background-image: url('../img/small-grid.png');
}

.st-view-switch button:focus,
.st-view-switch button:hover,
.st-view-switch button.is-active {
	opacity: 1;
	background-color: transparent;
}

.st-results {
	display: grid;
	gap: 12px;
}

.st-results.st-view-1 {
	grid-template-columns: 1fr;
}

.st-results.st-view-2 {
	grid-template-columns: 1fr;
}

.st-results.st-view-3 {
	grid-template-columns: 1fr;
}

.st-no-results {
	grid-column: 1 / -1;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #dfe4ea;
	box-shadow: 0 10px 24px rgba(13, 40, 83, 0.08);
	padding: 28px 22px;
	text-align: center;
}

.st-no-results__title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	color: #0d2853;
}

.st-no-results__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #415066;
}

.st-tutor-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	/*display: grid;
	grid-template-columns: 110px 1fr;*/
}

.st-view-2 .st-tutor-card {
	display: flex;
	flex-direction: column;
}

.st-tutor-card__inner {
	display: flex;
	flex: auto;
}

.st-tutor-card__img img {
	width: 90px;
	border-right: 1px solid #eaebed;
	height: 100%;
	object-fit: cover;
	display: block;
}

.st-tutor-card__body {
	padding: 10px;
	line-height: 1.2;
	width: calc(100% - 140px);
	display: flex;
	flex-direction: column;
}

.st-tutor-card__title {
	margin: 0 0 6px;
	font-size: 20px !important;
	line-height: 1.1 !important;
	text-transform: uppercase;
	width: 100%;
}

.st-tutor-card__title a {
	color: #15a9df;
	text-decoration: none;
}

.st-tutor-card__city {
	background: url('../img/location.png') left center no-repeat;
	padding-left: 22px;
	background-size: 14px auto;
}

.st-tutor-card__city,
.st-tutor-card__price {
	font-size: 16px;
	color: #0f2e67;
	margin-bottom: 6px;
	font-weight: 500;
}

.st-tutor-card__rating {
	border-top: 1px solid #eaebed;
	padding-top: 15px;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: auto;
}

.st-tutor-card__rating .st-star {
	font-size: 16px;
	display: inline-block;
	color: #d2ae60;
	line-height: 1;
}

.st-star {
	color: #ddd;
	font-size: 14px;
}

.st-star.is-on {
	color: #d4b255;
}

.st-tutor-card__reviews {
	margin-left: 8px;
	font-size: 18px;
	font-style: italic;
	color: #d2ae60;
}

.st-tutor-card__actions {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	padding: 0;
	background: #eaebed;
	margin-top: auto;
}

.st-tutor-card__actions-inner {
	border-right: 1px solid #fff;
	padding: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
	flex: 1;
}

.st-tutor-card__actions strong {
	display: inline-block;
}

.st-tutor-card__actions-btn {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.st-tutor-card__actions-btn a {
	width: 100%;
}

.st-pill {
	max-width: calc(50% - 2.5px);
	text-align: center;
	border: 2px solid #15376f;
	border-radius: 999px;
	padding: 4px 6px;
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
	color: #15376f;
	flex: 1;
}

.st-btn--profile {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff !important;
	text-align: center;
	transition: color 0.3s ease, background-color 0.3s ease !important;
}

.st-load-more-wrap {
	text-align: center;
	margin: 24px 0;
	padding-top: 50px;
}

.st-load-more-wrap .st-btn {
	padding: 14px 22px;
}

.st-map-modal-open {
	overflow: hidden;
}

.st-map-section {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(6, 13, 32, .55);
	padding: 0;
	display: none;
}

.st-map-section.is-visible {
	display: block;
}

.st-map-shell {
	width: 100vw;
	height: 100vh;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
	position: relative;
}

.st-map-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 56px;
	line-height: .8;
	cursor: pointer;
	padding: 0 !important;
	width: 42px;
	height: 42px;
	z-index: 10;
}

.st-map-layout {
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	border: 0;
	height: 100%;
}

.st-map-sidebar {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	max-height: 42vh;
	overflow: auto;
	order: 1;
}

.st-map-sidebar-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 10px;
	background: #15a9df;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	padding: 0 !important;
}

.st-map-sidebar-content {
	min-height: 180px;
}

.st-map-section.is-side-open .st-map-layout {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
}

.st-map-section.is-side-open .st-map-sidebar {
	display: block;
}

.st-map-head {
	display: none;
}

.st-map-holder .gd-trigger, .st-map-holder .triggermap {
	display: none !important;
}

.st-map-holder .st-map-canvas,
.st-map-holder .geodir_map_container, .st-map-holder .main_map_wrapper, .st-map-holder .map-fullscreen {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	height: calc(100vh - 300px) !important;
	min-height: calc(100vh - 300px) !important;
}

.st-map-holder .gm-style-iw-c,
.st-map-holder .gm-style-iw-tc,
.st-map-holder .gm-style-iw-chr {
	display: none !important;
}

.st-map-holder .gm-style-mtc,
.st-map-holder .gm-style-mtc-bbw {
	display: none !important;
}

.st-map-holder .gm-svpc,
.st-map-holder [aria-label*="Street View"],
.st-map-holder [aria-label*="Pegman"] {
	display: none !important;
}

/*.st-tutor-card {
	grid-template-columns: 90px 1fr;
}*/

.st-filter-actions .st-btn--ghost {
	font-size: 13px !important;
	background: #0d2853 !important;
	border-radius: 4px !important;
	padding: 8px 12px !important;
	font-weight: 400;
	display: flex;
	gap: 5px;
	align-items: center;
}

.st-filter-actions .st-btn--ghost:after {
	width: 10px;
	height: 10px;
	display: inline-block;
	content: '';
	background-image: url('../img/white-arrow.png');
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform .2s ease;
}

.st-tutor-form.is-more-open .st-filter-actions .st-btn--ghost:after {
	transform: scaleY(-1);
}

.st-filter-actions .st-btn[type="submit"] {
	justify-self: end;
	padding: 15px 12px;
}

.st-map-holder .st-map-canvas,
.st-map-holder .geodir_map_container, .st-map-holder .main_map_wrapper, .st-map-holder .map-fullscreen {
	height: calc(100vh - 300px) !important;
	min-height: calc(100vh - 300px) !important;
}

.gm-style-iw-d {
	max-height: inherit !important;
	overflow: visible !important;
}

.geodir-bubble_desc.tester {
	display: block !important;
}

.geodir-bubble_desc .left {
	width: 100%;
}

.geodir-bubble_desc .left img {
	width: 180px;
	height: auto !important;
}

.geodir-bubble_desc .left .geodir-images {
	width: 180px;
}

.geodir-bubble_desc .left .geodir-images img,
.geodir-bubble_desc .left .geodir-images a {
	display: block;
	width: 100%;
}

.geodir-bubble_desc .left .st-tutor-card__price em {
	font-weight: 400;
}

.geodir-bubble_desc .left .st-tutor-card__price,
.geodir-bubble_desc .left .st-tutor-card__city {
	line-height: 1.2;
	font-weight: 700;
}

.geodir-bubble_desc .left .st-tutor-card__min {
	padding: 0 20px 15px;
	margin-top: -10px;
	text-align: center;
}

.geodir-bubble_desc .right {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.geodir-post-title {
	padding: 0 30px;
	width: 100%;
}

.geodir-post-title .geodir-entry-title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
}

.geodir-bubble-meta-side {
	width: 100%;
	padding: 10px 30px 10px;
}

.geodir-post-rating {
	width: 100%;
	order: 2;
	padding: 15px 30px;
	border-top: 1px solid #eaebed;
	color: #d2ae60;
	margin-top: 10px;
}

.geodir-post-rating .gd-rating-foreground {
	color: #d2ae60 !important;
}

.geodir-post-rating .gd-list-rating-text a.gd-list-rating-link {
	font-size: 18px !important;
	font-style: italic;
	color: #d2ae60 !important;
	margin-left: 10px !important;
}

.gm-style-iw-chr {
	display: none;
}

.bsui .float-start {
	float: none !important;
}

.st-map-section .st-map-modal-close {
	background: transparent !important;
	font-size: 48px;
	font-weight: 300 !important;
}

.st-map-holder .st-map-canvas,
.st-map-holder .geodir-map-canvas,
.st-map-holder .geodir_map_container {
	height: 100vh !important;
}

.st-map-section.is-side-open .st-map-holder .st-map-canvas,
.st-map-section.is-side-open .st-map-holder .geodir-map-canvas,
.st-map-section.is-side-open .st-map-holder .geodir_map_container {
	height: calc(100vh - 300px) !important;
}

.st-map-section.is-side-open .st-map-sidebar {
	max-height: 300px;
}

.gd-bubble-card__title {
	padding: 15px 20px 0;
	margin: 0 0 6px;
	font-size: 23px !important;
	line-height: 1.1 !important;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700 !important;
	color: #1aabe3 !important;
}

.gd-bubble-card__city {
	background: url('../img/location.png') left center no-repeat;
	padding-left: 22px;
	background-size: 14px auto;
}

.gd-bubble-card__city,
.gd-bubble-card__price {
	font-size: 18px;
	color: #0f2e67;
	margin-bottom: 6px;
	font-weight: 700;
	line-height: 1.2;
}

.gd-bubble-card__price em {
	font-weight: 400;
}

.gd-bubble-card__rating {
	border-top: 1px solid #eaebed;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

.gd-bubble-card__rating .st-star {
	font-size: 20px !important;
	display: inline-block;
	color: #d2ae60;
	line-height: 1;
}

.gd-bubble-card__reviews {
	margin-left: 8px;
	font-size: 20px !important;
	font-style: italic;
	color: #d2ae60;
}

.gd-bubble-card__actions-inner {
	width: 100%;
	display: flex;
	gap: 10px;
	padding: 12px 20px;
	border-bottom: 1px solid #fff;
	background: #eaebed;
}

.gd-bubble-card__actions-inner .gd-pill {
	width: 50%;
	text-align: center;
	border: 2px solid #15376f;
	border-radius: 999px;
	padding: 10px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: #15376f;
}

.gd-bubble-card__mid {
	padding: 0 20px 15px;
}

.gd-bubble-card__actions-btn {
	width: 100%;
	padding: 15px 20px;
	background: #eaebed;
}

.gd-bubble-card__actions-btn a:hover {
	text-decoration: none;
}

.geodir-bubble_image {
	padding: 10px 20px 0;
}

.geodir-bubble_image img {
	display: block;
	width: 100%;
	height: auto;
}

.gd-bubble-card__btn {
	padding: 10px 20px;
}

.gd-bubble-card__btn a {
	text-decoration: none;
	font-size: 13px;
	background: #0d2853;
	border-radius: 4px;
	padding: 8px 12px;
	display: inline-flex;
	font-weight: 600;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
}

.gd-bubble-card__btn a:hover {
	text-decoration: none;
	color: #fff;
}

.st-tutor-card__min {
	padding-bottom: 15px;
}

.st-tutor-card__min em {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #0d2853;
}

.st-tutor-card__min strong {
	display: inline-block;
	font-weight: 500;
	background: #ff5a62;
	color: #fff;
	border-radius: 5px;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 10px;
	padding: 2px 10px;
}

.st-view-1 .st-tutor-card__actions,
.st-view-2 .st-tutor-card__actions {
	margin-top: 0;
}

.st-view-1 .st-tutor-card__body,
.st-view-2 .st-tutor-card__body {
	flex-direction: column;
}

.st-view-2 .st-tutor-card__inner {
	width: 100%;
}

.st-view-2 .st-tutor-card__body {
	width: calc(100% - 110px);
}

.st-view-1 .st-tutor-card__body {
	width: calc(100% - 60px);
}

.st-view-1 .st-tutor-card__rating {
	margin-top: inherit;
}

.st-lower-content {
	padding: 30px 0 0;
	text-align: center;
	color: #fff;
}

.st-lower-content p {
	font-size: 20px;
	line-height: 26px;
}

.st-lower-content p a {
	color: #fff;
	text-decoration: underline;
}

.st-lower-content > :last-child {
	margin-bottom: 0;
}

.tutor-radius {
	margin-top: 10px;
	margin-bottom: 0;
}

@media (max-width: 399px) {

	.st-pill {
		padding: 4px;
	}

	.st-tutor-card__actions-inner {
		padding: 10px 5px;
	}

}

@media (max-width: 767px) {
	.st-map-section.is-side-open .st-map-sidebar {
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-height: unset;
		position: absolute;
	}

	.geodir-bubble_desc .left img,
	.geodir-bubble_desc .left .geodir-images {
		margin-left: auto;
		margin-right: auto;
	}

	.gd-bubble-card__title {
		text-align: center;
	}

	.gd-bubble-card__mid {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.gd-bubble-card__rating,
	.gd-bubble-card__actions-inner {
		justify-content: center;
	}

	.gd-bubble-card__btn {
		text-align: center;
	}

	.st-lower-content p {
		font-size: 18px;
		line-height: 24px;
	}

	.st-results-meta {
		flex-direction: column;
	}

	.st-results-meta .st-results-count {
		font-size: 22px;
		font-weight: 500;
	}

}

@media (min-width: 560px) {

	.st-search-head .st-trustpilot-line {
		margin-bottom :50px;
	}

	.st-search-head h1 {
		margin: 0 0 50px;
	}

}

@media (min-width: 768px) {

	.st-view-3 .st-tutor-card {
		display: flex;
		flex-direction: column;
	}

	.st-tutor-card__img img {
		width: 110px;
	}

	.st-search-head h1 {
		font-size: 36px;
	}

	.st-search-head p, .st-trustpilot-line a {
		font-size: 19px;
	}

	.st-search-head .st-trustpilot-line {
		display: block;
	}

	.st-tutor-form {
		padding: 24px;
	}

	.st-filters-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.st-search-wrap .select2-container--default .select2-selection--multiple {
		height: 50px;
	}

	.st-map-cta-bar {
		grid-template-columns: 1fr auto;
	}

	.st-results.st-view-2, .st-results.st-view-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.st-results-meta {
		flex-direction: row;
		align-items: center;
	}

	/*.st-tutor-card {
		grid-template-columns: 110px 1fr;
	}*/

	.st-tutor-card__actions {
		flex-wrap: nowrap;
	}

	.st-map-section {
		padding: 18px;
		flex-wrap: wrap;
		align-items: center;
		overflow: auto;
	}

	.st-map-section.is-visible {
		display: flex;
	}

	.st-map-shell {
		width: min(96vw, 1500px);
		height: auto;
		margin: 24px auto 0;
		border-radius: 10px;
	}

	.st-map-layout {
		border-radius: 10px;
		height: auto;
		border: 1px solid #d8d8d8;
	}

	.st-map-modal-close {
		top: 14px;
		right: 16px;
		width: 56px;
		height: 56px;
		font-size: 70px;
	}

	.st-map-section.is-side-open .st-map-layout {
		grid-template-columns: minmax(280px, 260px) 1fr;
		grid-template-rows: 1fr;
	}

	.st-map-sidebar {
		max-height: 82vh;
		border-bottom: 0;
		border-right: 1px solid #e6e6e6;
		order: inherit;
	}

	.st-map-section.is-side-open .st-map-holder .st-map-canvas,
	.st-map-section.is-side-open .st-map-holder .geodir_map_container,
	.st-map-holder .st-map-canvas,
	.st-map-holder .geodir_map_container,
	.st-map-holder .main_map_wrapper,
	.st-map-holder .map-fullscreen,
	.st-map-holder .geodir-map-canvas {
		height: 650px !important;
		min-height: 650px !important;
	}

	.st-map-section.is-side-open .st-map-holder .st-map-canvas,
	.st-map-section.is-side-open .st-map-holder .geodir_map_container,
	.st-map-section.is-side-open .st-map-sidebar {
		max-height: inherit;
	}

	.geodir-bubble_desc .left .st-tutor-card__min {
		text-align: left;
	}
}

@media (min-width: 1025px) {

	.st-view-2 .st-tutor-card__inner {
		width: calc(100% - 240px);
	}

	.st-view-1 .st-tutor-card__min {
		padding-bottom: 0;
	}

	.st-view-2 .st-tutor-card,
	.st-view-1 .st-tutor-card__body,
	.st-view-2 .st-tutor-card__body {
		flex-direction: row;
	}

	.st-search-head h1 {
		font-size: 46px;
		line-height: 1.05;
	}

	.st-filters-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-right: 190px;
	}

	.st-filter-actions .st-btn--ghost {
		position: absolute;
		top: 25px;
		right: 24px;
	}

	.st-filter-actions .st-btn[type="submit"] {
		position: absolute;
		top: 66px;
		right: 24px;
		padding: 15px 20px;
	}

	.st-filter-actions .st-btn {
		padding: 12px 20px;
		border-radius: 8px;
	}

	.st-filter-title {
		padding-right: 150px;
		text-align: left;
	}

	.st-filter-actions {
		margin-top: 0;
		grid-template-columns: auto auto;
		justify-content: end;
	}

	.st-map-cta-text {
		font-size: 22px;
	}

	.st-map-cta-bar {
		padding: 10px 20px;
	}

	.st-results.st-view-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.st-results-meta .st-results-count,
	.st-results-controls label,
	.st-results-controls select {
		font-size: 20px;
	}

	.st-view-switch {
		display: flex;
		gap: 15px;
	}

	.st-tutor-card__city,
	.st-tutor-card__price {
		font-size: 18px;
	}

	.st-search-wrap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.st-btn--outline {
		padding: 14px 25px !important;
	}

	.st-view-2 .st-tutor-card {
		display: flex;
	}

	.st-view-2 .st-tutor-card__img {
		width: 100px;
	}

	.st-view-2 .st-tutor-card__body {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 0;
	}

	.st-view-2 .st-tutor-card__actions {
		width: 180px;
		flex-wrap: wrap;
		gap: 0;
	}

	.st-view-2 .st-tutor-card__actions-inner {
		width: 100%;
		order: 1;
		padding: 10px;
		border-top: 1px solid #fff;
		height: 50%;
	}

	.st-view-2 .st-btn--profile {
		width: 100%;
	}

	.st-view-2 .st-tutor-card__title {
		padding: 0 15px;
	}

	.st-view-2 .st-tutor-card__mid {
		padding-left: 15px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.st-view-2 .st-tutor-card__min {
		padding-left: 15px;
		width: 100%;
	}

	.st-view-2 .st-tutor-card__rating {
		padding-left: 15px;
	}

	/*.st-view-2 .st-tutor-card__city:after {
		content: '/';
		margin: 0 10px;
	}*/

	.st-view-2 .st-tutor-card__city,
	.st-view-2 .st-tutor-card__price {
		font-size: 16px;
	}

	.st-view-2 .st-tutor-card__actions-btn {
		width: 100%;
		height: 50%;
	}

	.st-view-1 .st-tutor-card {
		display: flex;
	}

	.st-view-1 .st-tutor-card__img {
		width: 60px;
	}

	.st-view-1 .st-tutor-card__body {
		display: flex;
		padding: 0;
	}

	.st-view-1 .st-tutor-card__actions {
		width: 302px;
		gap: 0;
	}

	.st-view-1 .st-btn--profile {
		width: 100%;
		font-size: 14px;
		padding: 8px 15px;
	}

	.st-view-1 .st-tutor-card__title {
		padding: 0 15px;
		margin-bottom: 0;
		display: flex;
		width: 140px;
		align-items: center;
	}

	.st-view-1 .st-tutor-card__mid {
		width: calc(100% - 460px);
		padding-left: 15px;
		display: flex;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		border-left: 1px solid #eaebed;
	}

	.st-view-1 .st-tutor-card__min {
		width: 130px;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}

	.st-view-1 .st-tutor-card__rating {
		padding: 0 15px;
		border: none;
		width: 190px;
		align-items: center;
		display: flex;
		border-left: 1px solid #eaebed;
	}

	/*.st-view-1 .st-tutor-card__city:after {
		content: '/';
		margin: 0 10px;
	}*/

	.st-view-1 .st-tutor-card__city,
	.st-view-1 .st-tutor-card__price {
		font-size: 16px;
		margin-bottom: 0;
	}

	.st-view-1 .st-tutor-card__actions-inner,
	.st-view-1 .st-tutor-card__actions-btn {
		width: 50%;
	}

	.st-view-1 .st-tutor-card__rating .st-star,
	.st-view-1 .st-tutor-card__reviews {
		font-size: 14px;
	}

	.st-map-section.is-side-open .st-map-layout {
		grid-template-columns: minmax(280px, 350px) 1fr;
		grid-template-rows: 1fr;
	}

	.site-content:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 36px;
		z-index: 1;
		pointer-events: none;
		background-image: url('../img/shape-white.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 36px;
	}

	.gd-bubble-card__title {
		padding: 6px 30px 0;
	}

	.gd-bubble-card__btn,
	.gd-bubble-card__rating {
		padding: 5px 30px;
	}

	.gd-bubble-card__actions-btn,
	.gd-bubble-card__actions-inner {
		padding: 12px 30px;
	}

	.geodir-bubble_desc .left .st-tutor-card__min,
	.gd-bubble-card__mid {
		padding: 0 30px 10px;
	}

	.geodir-bubble_image {
		padding: 10px 30px 0;
	}
}

@media (min-width: 1200px) {
	.ast-container {
		max-width: 1440px !important;
	}

	.st-tutor-card__title {
		font-size: 23px !important;
	}

	.st-btn--profile {
		font-size: 18px;
	}

	.st-tutor-card__rating .st-star {
		font-size: 18px;
	}

	.st-view-2 .st-tutor-card__img {
		width: 110px;
	}

	.st-view-2 .st-tutor-card__actions {
		width: 240px;
	}

	.st-view-1 .st-tutor-card__rating .st-star,
	.st-view-1 .st-tutor-card__reviews {
		font-size: 18px;
	}

	.st-view-1 .st-tutor-card__title {
		width: 180px;
	}

	.st-view-1 .st-tutor-card__mid {
		width: calc(100% - 560px);
	}

	.st-view-1 .st-tutor-card__rating {
		width: 230px;
	}

	.st-view-1 .st-tutor-card__min {
		width: 150px;
	}

	.st-view-1 .st-tutor-card__actions {
		width: 462px;
	}

	.st-view-1 .st-pill {
		max-width: 103px;
	}
}
