/*
Theme Name: New South Window Solutions
Template: hello-elementor
Author: Avenue Media
Author URI: https://avenue.to
Version: 1.0.0.1696331530
Updated: 2023-10-03 11:12:10
*/

/* .nsw-location-picker { */
	/* background-color: #0068B3; */
	/* border-color: #0068B3; */
	/* border-radius: 18px; */
	/* color: #fff; */
/* } */
/* .nsw-location-picker:focus-visible { */
	/* outline: none; */
/* } */
/* .nsw-location-picker option { */
	/* background-color: #fff; */
	/* color: #000; */
/* } */

#iframe-redirect-container {
	display: none !important;
	visibility: hidden !Important;
	width: 0 !Important;
	height: 0 !important;
	opacity: 0;
}

html {
	overflow-y: scroll !Important;
}

.form-promo .big-title {
	font-size: 24px;
	line-height: 1.172em;
}
.form-promo .blue-title {
	color: #0068B3;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.172em;
}
.nsw-select-wrap {
	/* position: absolute; */
	display: inline-block;
	width: 170px;
}

/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}
.nsw-select-wrap select,
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 170px;
	max-width: 100%;
	padding: 9px 28px 7px 12px;
	font-family: 'Roboto', Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	background: #0068B3;
	border-radius: 18px;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	top: 50%;
	right: 12px;
	margin-top: -1px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	width: 170px;
	min-width: 100%;
	margin: 15px 0;
	padding: 10px 23px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	transition: all .4s ease-in-out;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.option-hover:before {
	color: #E67627;
}
.custom-option {
	position: relative;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
	color: #E67627;
}

/*** Review ***/
.nsw-review-stars-container {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px auto;
}
.nsw-review-stars {
	display: flex;
}
.nsw-review-stars span {
	padding: 3px;
	cursor: pointer;
}
.nsw-review-stars span:hover svg path {
	fill: #FFC31E;
}

.es-header-container {
	margin-top: 20px;
}
.es-load-more-button {
	padding: 0 !important;
}


@media screen and (max-width: 600px){
.nsw-select-wrap, .custom-options {
	width: auto;
}
}