@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
body.scroll-hidden {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
}
a:hover {
	color: #8093A2;
}

.title {
    margin-bottom: 40px;
    position: relative;
}
.show-br-mob br {
	display: none;
}
h1,.h1 {
	font-size: 52px;
	font-weight: 500;
}
h2,.h2 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}
h3,.h3 {
	font-size: 32px;
	font-weight: 500;
}
h4,.h4 {
	font-size: 26px;
}
h5,.h5 {
	font-size: 20px;
	line-height: 32px;
}
h6,.h6 {
	font-size: 18px;
}
p{	
	font-size: 16px;
	margin-bottom: 16px;
}
.title:last-child,
h1:last-child,.h1:last-child,
h2:last-child,.h2:last-child,
h3:last-child,.h3:last-child,
h4:last-child,.h4:last-child,
h5:last-child,.h5:last-child,
h6:last-child,.h6:last-child,
p:last-child{
	margin-bottom: 0;
}

.subtitle {
	font-size: 22px;
	font-weight: 400;
}
.bg-white {
	background-color: #ffffff;
}
.site-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
	padding-top: 200px;
	min-height: 100vh;
	background-image: url(../images/steps-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: cover;
	position: relative;
}
.site-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 46.62%, rgba(255, 255, 255, 0) 146.88%);
}
.container {
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.container.big {
	max-width: 1200px;
}
.container.small {
	max-width: 880px;
}
.container.terms {
	max-width: 1200px;
}
.terms h3 {
	margin-top: 48px;
	margin-bottom: 16px;
}
.terms h3:first-child {
	margin-top: 0;
}
.terms h4 {
	font-size: 27px;
	font-weight: 500;
	margin: 0;
}
.full-right	{
	margin-right: calc(((100vw - 100%)/ 2) * -1);
}
.w-100 {
	width: 100%;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.s-pt-50,
.s-py-50 {
    padding-top: 50px !important;
}
.s-pb-50,
.s-py-50 {
    padding-bottom: 50px !important;
}
.s-pt,
.s-py {
    padding-top: 72px !important;
}
.s-pb,
.s-py {
    padding-bottom: 72px !important;
}
.mt-16 {
	margin-top: 16px;
}
.mt-8 {
	margin-top: 8px;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-end{
    align-items:flend;
    -webkit-align-items:flex-end;
    -ms-align-items:flex-end;
}
.font-14{
	font-size: 14px;
	line-height: 22px;
}
.font-20{
	font-size: 20px;
	line-height: 26px;
}
.hide {
	display: none !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
	position: relative;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.form-msg {
	text-align: center;
	margin-bottom: 10px;
}
.form-msg span {
	display: inline-block;
	background: #5faa19;
	color: #ffffff;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
}
.form-list {
    margin: 0 -8px;
    font-size: 0;
}
.form-list li {
	position: relative;
    width: calc(50% - 12px);
    vertical-align: middle;
    margin: 0 6px 16px 6px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.form-list li.full {
    width: calc(100% - 16px);
}
.form-list li.col-3 {
    width: calc(66% - 16px);
}
.form-list li.col-1 {
    width: calc(34% - 16px);
}
.form-list li.btn-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.form-list li.btn-wrapper .primary-btn {
	margin-top: 16px;
}
.text-field {
	width: 100%;
	border: 2px solid #C2CBD2;
	background-color: #ffffff;
	padding: 24px 24px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	text-align: left;
	color: #000000;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	outline: 0;
}
.text-field.active,
.text-field:focus {
	border-color: #000000;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}
textarea {
	resize: none;
	height: 120px;
}
.primary-btn, .secondary-btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	border: 2px solid #000000;
	background-color: #000000;
	padding: 16px 50px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	box-sizing: border-box;
	text-transform: uppercase;
}
.primary-btn:hover {
	background-color: #ff8103;
	border-color: #ff8103;
	color: #ffffff;
}
.secondary-btn {
	border: 2px solid #000000;
	background-color: transparent;
	padding: 12px 50px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
}
.secondary-btn:hover {
	background-color: #ff8103;
	border-color: #ff8103;
	color: #ffffff;
}
.steps-wrapper .primary-btn {
	padding: 20px 50px;
	font-size: 24px;
	line-height: normal;
	min-width: 250px;
}
.primary-btn.w-100,
.steps-wrapper .primary-btn.w-100 {
	max-width: 100%;
}
.radio-style-button {
    margin: 0 15px 15px 0;
    display: inline-block;
}
.radio-style-button:last-child {
	margin-right: 0;
}
.radio-style-button input[type="radio"] {
	display: none;
}
.radio-style-button input[type="radio"] + label {
    display: block;
    background: #fff;
    border: #D6D6D6 solid 2px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.radio-style-button input[type="radio"]:checked + label {
    background-color: transparent;
    border: #1800E1 solid 2px;
    color: #4A4A4A;
}

.step-lists {
	margin: 50px -12px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step-lists li {
	padding: 40px 41px 30px 41px;
	width: calc(33.33% - 50px);
	margin: 35px 25px 10px 25px;
	text-align: center;
	background-color: #fff;
    text-align: center;
    color: #000000;
    position: relative;
    border: 2px solid #E6EEF3;
}
.step-lists li h3 {
	font-weight: 500;
	margin-bottom: 10px;
}
.step-lists li .step-img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.step-lists li .step-img img {
	max-height: 30px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px 54px;
	z-index: 3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/*text-align: center;*/
}
header.fixed {
	background: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.logo a {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
}
.wrapper .logo a {
	-webkit-justify-content: center;
	justify-content: center;
}
.logo a img {
	margin-left: -55px;
	max-width: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-right: 12px;
}
header.fixed .logo a {
	color: #000000;
	font-size: 24px;
}
header.fixed .logo a img  {
	max-width: 40px;
}
.wrapper .main-banner {
	z-index: 2;
	padding: 150px 0 50px 0;
	position: relative;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.wrapper.contact-page .main-banner {
	border-bottom: 0;
}
.wrapper .main-banner .container {
	position: relative;
	z-index: 2;
}
.wrapper header {
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.wrapper header.fixed {
	background-color: #ffffff;
	background-image: none;
}
.logo-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}
.logo-text span {
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	letter-spacing: normal;
}
.trusted-logo {
	margin: 40px auto 0 auto;
	max-width: 200px;
}
.terms ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.terms ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.terms a {
	color: #000000;
	text-decoration: underline;
}
.terms a:hover {
	color: #8093A2;
}

.mx-300 {
    max-width: 300px;
}
.mx-350 {
    max-width: 350px;
}
.mx-400 {
    max-width: 400px;
}
.mx-450 {
    max-width: 450px;
}
.mx-500 {
    max-width: 500px;
}
.mx-550 {
    max-width: 550px;
}
.mx-575 {
    max-width: 575px;
}
.mx-800 {
    max-width: 800px;
}
.mx-875 {
    max-width: 875px;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}

/* rangeslider start */
.rangeslider-block {
    position: relative;
    margin: 30px 0;
}
.rangeslider-wrapper {
	position: relative;
}
.rangeslider {
    display: block;
    /*overflow: hidden;*/
    position: relative;
    height: 30px;
    width: 100%;
    margin: 0 auto;
}
.rangeslider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    width: 100%;
    background: #ffffff;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rangeslider__fill {
    display: block;
    background: #5FAA19;
    position: absolute;
    height: 7px;
    top: 50%;
    left: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rangeslider__handle {
    background: #5FAA19;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
		transform: translateY(-50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.rangeslider__handle:after {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 26px;
	height: 26px;
	background-image: url(../images/drag.svg);
	background-position: center;
	background-size: 7px;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	  -moz-border-radius: 30px;
	  border-radius: 30px;
}
.rangeslider-tooltip {
	width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #5FAA19;
    text-align: center;
    line-height: normal;
    display: block;
    margin: 0;
}
.rangeslider-tooltip span {
	font-weight: 600;
	font-size: 26px;
}
.sliderLegend {
    width: 100%;
    margin-top: 5px;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}
.sliderLegend p {
	font-size: 26px;
	font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}
.sliderLegend p.sliderLegendItem--start {
	position: absolute;
	left: -60px;
	top: 17%;
	transform: translateY(-50%);
}
.sliderLegend p.sliderLegendItem--end {
	position: absolute;
	right: -100px;
	top: 17%;
	transform: translateY(-50%);
}
/* rangeslider end */

.select-wrapper {
    margin: 0 -12px 30px -12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper * {
    font-size: 16px;
}
.select-wrapper .custom-radio-icon {
	width: calc(25% - 24px);
	background-color: #ffffff;
    margin: 0 12px 24px 12px;
}
.custom-radio-icon input[type="radio"] {
    display:none !important;
}
.custom-radio-icon input[type="radio"] + label {
    border: 2px solid #C2CBD2;
    height: 100%;
    padding: 20px;
    display: block;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-icon input[type="radio"] + label .text {
	font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
	order: 1;
}
.custom-radio-icon:hover input[type="radio"] + label .text,
.custom-radio-icon input[type="radio"]:checked + label .text {
	color: #000000;
}
.custom-radio-icon input[type="radio"] + label .icon img {
    display: block;
    margin: 0 auto;
}
.custom-radio-icon input[type="radio"] + label:before,
.custom-radio-icon input[type="radio"] + label:after {
    display: none;
}
.custom-radio-icon:hover input[type="radio"] + label,
.custom-radio-icon input[type="radio"]:checked + label {
    border-color: #000000;
    color: #000000;
}

.custom-radio-style {
    display: block;
    margin-bottom: 12px;
}
.custom-radio-style:last-child {
    margin-bottom: 0;
}
.custom-radio-style input[type="radio"] {
    display:none !important;
}
.custom-radio-style input[type="radio"] + label {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #40D254;
    padding: 20px 20px 20px 45px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-style input[type="radio"]:checked + label {
    border-color: #40D254;
}
.custom-radio-style input[type="radio"] + label:before,
.custom-radio-style input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-radio-style input[type="radio"] + label:before {
    position: absolute;
    top: 21px;
    left: 20px;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #E0E0E0;
}
.custom-radio-style input[type="radio"]:checked + label:before {
    border-color: transparent;
    background: #1A73E8;
}
.custom-radio-style input[type="radio"] + label:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 24px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
}
.custom-radio-style input[type="radio"]:checked + label:after {
    opacity: 1;
}

.custom-radio-btn {
	display: inline-block;
	min-width: 140px;
	margin: 0 12px 25px 12px;
}
.custom-radio-btn input[type="radio"] {
	display: none;
}
.custom-radio-btn input[type="radio"] + label {
	cursor: pointer;
	display: block;
	text-align: center;
	border: 0;
	background: #d4d4d4;
	padding: 17px 25px;
	font-size: 20px;
	font-weight: 500;
	color: #4A4A4A;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.custom-radio-btn:hover input[type="radio"] + label,
.custom-radio-btn input[type="radio"]:checked + label {
    background-color: #83CC86;
    color: #fff;
}

.steps-wrapper {
	position: relative;
	z-index: 1;
	color: #000000;
}
.steps-wrapper h2, .steps-wrapper .h2 {
	margin-bottom: 0;
	font-size: 48px;
}
.steps-wrapper h6, .steps-wrapper .h6 {
	font-weight: 500;
}
.step-item {
    padding: 0 0 30px 0;
}
.step-item.first-slide {
	margin-top: -80px;
}
.form-swiper-container.swiper-container-vertical {
	overflow: hidden;
}
.step-item .first .title h3 {
	margin-top: 30px;
}
.info-text {
	color: #000000;
	display: block;
	font-size: 12px;
	text-align: justify;
	padding: 32px;
	background-color: #ffffff;
	line-height: 18px;
	text-align: center;
}
.page-title h2 {
	margin-bottom: 0;
}
footer{
	margin-top: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
footer p {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 300;
}
.wrapper footer p, .wrapper footer .links li a {
	color: #000000;
}
.wrapper footer .links li a::after {
	background-color: #000000;
}
footer .disclaimer {
	font-size: 12px;
}
footer .inner {
	padding: 0 0 22px 0;
}
footer .links {
	margin-bottom: 25px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .links li a {
	padding: 0 10px;
	font-size: 12px;
	color: #000000;
	font-weight: 300;
	position: relative;
}
footer .links li a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 60%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000000;
}
footer .links li:last-child a::after {
	display: none;
}
footer .links li a:hover {
	text-decoration: underline;
}
.swiper-button-prev,
.swiper-button-next {
	background: #4a4a4a;
	color: #fff;
	width: 70px;
	height: 70px;
	webkit-border-radius: 70px;
    border-radius: 70px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 24px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #1800E1;
	color: #fff;
}
.swiper-button-prev {
	left: -100px;
}
.swiper-button-next {
	right: -100px;
}
#processor {
	font-size: 0;
}
.sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    z-index: -1;
    background: #ff8103;
}
#sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
}

#sphere2 {
    -webkit-animation: scale-2 2s .2s infinite;
}

#sphere3 {
    -webkit-animation: scale-3 2s .4s infinite;
}

#sphere4 {
    -webkit-animation: scale-4 2s .6s infinite;
}
@-webkit-keyframes scale-1 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

.status-indicator {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 1;
    top: -90px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.status-indicator .status {
    font-size: 18px;
    margin-top: 10px;
}
.status-indicator .status span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0677FB;
    font-weight: 500;
}
.status-indicator.js-good .status span {
    color: #0677FB;
}
.status-indicator.js-great .status span {
    color: #FFC104;
}
.status-indicator.js-amazing .status span {
    color: #5FAA19;
}
.status-indicator .inner {
    width: 100%;
    max-width: 700px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.status-indicator .indicator {
    width: 34px;
    height: 46px;
    position: absolute;
    z-index: 1;
    top: -32px;
    left: 42.5%;
    margin-left: calc(100% / 4 - 33% - -7px * 1);
    background: url(../images/marker-dark.svg) center center no-repeat;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.status-indicator.js-good .indicator {
    left: 42.5%;
}
.status-indicator.js-great .indicator {
    left: 68% !important;
}
.status-indicator.js-amazing .indicator {
    left: 92.5% !important;
}
.status-indicator .inner .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}
.status-indicator .inner .item span {
    position: relative;
    z-index: 1;
}
.status-indicator .inner .indicator-1 {
    background-color: #FB5006;
    border-left: 0;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px;
}
.status-indicator .inner .indicator-2 { background-color: #0677FB; }
.status-indicator .inner .indicator-3 { background-color: #FFC104; }
.status-indicator .inner .indicator-4 { 
    background-color: #5FAA19;
    border-right: 0;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
}

.step-map img {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

@media screen and (min-width: 991px) {
	.step-map h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 1500px) {
	.wrapper .main-banner::before {
		background-position: top center;
	}
}
@media screen and (max-width: 1199px) {
	.radio-style-button input[type="radio"] + label {
		padding: 18px 30px;
	}
	.swiper-button-prev{
		left: -50px;
	}
	.swiper-button-next{
		right: -50px;
	}
}
@media(max-width: 1100px) {
	.swiper-button-prev,
	.swiper-button-next{
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	h1,.h1 {
		font-size: 46px;
	}
	h2,.h2 {
		font-size: 32px;
	}
	h3,.h3 {
		font-size: 26px;
	}
	h4,.h4 {
		font-size: 20px;
	}
	h5,.h5 {
		font-size: 18px;
	}
	h6,.h6 {
		font-size: 16px;
	}
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}
	.select-wrapper {
	    margin: 0 -8px 30px -8px;
	}
	.select-wrapper .custom-radio-icon {
		width: calc(50% - 16px);
		margin: 0 8px 16px 8px;
	}
	.info-text {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	h1,.h1 {
		font-size: 32px;
	}
	h2,.h2 {
		font-size: 26px;
	}
	h3,.h3 {
		font-size: 22px;
	}
	h4,.h4 {
		font-size: 18px;
	}
	h5,.h5 {
		font-size: 17px;
	}
	.subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
	.steps-wrapper h2, .steps-wrapper .h2 {
	  	font-size: 32px;
	  	line-height: 38px;
	}
	.steps-wrapper h6, .steps-wrapper .h6 {
	  	font-size: 16px;
	}
	header {
		padding: 20px;
	}
	.logo a {
		font-size: 20px;
	}
	.logo a img {
	  	max-width: 30px;
	}
	header.fixed .logo a {
		font-size: 18px;
	}
	header.fixed .logo a img {
		max-width: 25px;
	}
	.site-wrapper {
		padding-top: 200px;
	}
	.wrapper .main-banner {
		padding: 100px 0 30px 0;
	}
	.terms h3 {
		margin-top: 30px;
	}
	.show-br-mob br {
		display: inline-block;
	}
	.title {
		margin-bottom: 20px;
	}
	footer .inner {
		padding: 30px 0;
	}
	.custom-radio-icon input[type="radio"] + label {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
    	height: 100%;
    	padding: 15px 20px;
   	}
	.custom-radio-icon input[type="radio"] + label .icon {
	    -webkit-box-flex: unset;
	    -ms-flex:0 0 unset;
	    flex:unset;
	    width:100%;
	    margin: 0 auto 15px auto;
	    padding-left: 0;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		-ms-flex-preferred-size: unset;
	    flex-basis: unset;
	    -webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	    flex-grow: unset;
	    max-width:100%;
	    width:100%;
	    text-align: center;
	}
	.form-list li.btn-wrapper .primary-btn {
	  	margin-top: 0;
	}
	.sliderLegend p {
		font-size: 18px;
	}
	.sliderLegend p.sliderLegendItem--start, .sliderLegend p.sliderLegendItem--end {
		position: relative;
		left: auto;
		top: auto;
		transform: inherit;
		right: auto;
	}
	.step-lists {
		margin: 20px -8px;
	}
	.step-lists li {
		padding: 25px 15px 15px 15px;
		margin: 8px;
		width: calc(33.33% - 16px);
	}
	.wrapper .main-banner h2 {
		font-size: 28px;
	}
	.terms h3 {
		font-size: 24px;
	}
	.terms h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	h1,.h1 {
		font-size: 26px;
	}
	h2,.h2 {
		font-size: 22px;
	}
	h3,.h3 {
		font-size: 20px;
	}
	h4,.h4 {
		font-size: 17px;
	}
	h5,.h5 {
		font-size: 16px;
	}
	.site-wrapper {
		padding-top: 190px;
	}
	.mb-5-mob {
		margin-bottom: 5px !important;
	}
	.s-pt-50,
	.s-py-50 {
	    padding-top: 30px !important;
	}
	.s-pb-50,
	.s-py-50 {
	    padding-bottom: 30px !important;
	}
	.s-pt,
	.s-py {
	    padding-top: 40px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 40px !important;
	}
	.font-20 {
		font-size: 18px;
		line-height: 24px;
	}
	.step-item {
		padding: 0 0 20px 0;
	}
	.steps-wrapper .primary-btn {
		max-width: 100%;
		font-size: 18px;
		padding: 20px;
	}
	.mx-300 {
		max-width: 100%;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 12px 10px 20px 10px;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		font-size: 18px;
	}
	.text-field {
		font-size: 18px;
		padding: 24px;
	}
	.primary-btn {
		font-size: 18px;
		line-height: normal;
	}
	.trusted-logo {
		margin-top: 20px;
	}
	footer .inner {
		padding-top: 0px;
	}
	footer .links {
		margin: 0 !important;
	}
	footer .links li {
		margin-top: 5px;
	}
	footer .links li a::after {
		display: none;
	}
	.step-lists {
		margin: 20px 0;
	}
	.step-lists li {
	  margin: 25px 0 16px 0;
	  width: 100%;
	}
	.step-lists li:last-child {
		margin-bottom: 0;
	}
	.step-item .first .title h2 {
		margin-top: 20px;
	}
	.step-item .first .form-list li, .form-list li.col-3, .form-list li.col-1 {
		width: calc(100% - 16px);
	}
	/*.wrapper .main-banner {
		min-height: 200px;
	}
	.wrapper .main-banner::before {
		height: 200px;
		background-size: cover;
	}*/
	.status-indicator .inner .item {
        padding: 8px 5px;
        font-size: 12px;
    }
    .status-indicator .status {
        display: block;
    }
    .status-indicator .indicator {
        margin-left: calc(100% / 4 - 33% - 1px * 1);
    }
    .status-indicator {
    	top: -75px;
    }
}
@media screen and (max-width: 411px) {
	h2, .h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.radio-style-button input[type="radio"] + label {
		padding: 18px 20px;
	}
	.custom-radio-style input[type="radio"] + label {
		padding: 15px 15px 15px 40px;
	}
	.custom-radio-style input[type="radio"] + label:before {
		left: 15px;
		top: 16px;
	}
	.custom-radio-style input[type="radio"] + label:after {
		left: 19px;
		top: 20px;
	}
}
@media screen and (max-width: 359px) {
	.custom-radio-icon input[type="radio"] + label br {
		display: none;
	}
	.status-indicator .inner .item {
		font-size: 10px;
	}
}

.input-error{
	-webkit-box-shadow: 0px 0px 1px 3px #fff;
	-moz-box-shadow: 0px 0px 1px 3px #fff;
	box-shadow: 0px 0px 1px 3px #fff;
	border-color:#ff8103;
}

.wave {
	font-size: 0;
	line-height: normal;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.wave .dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin: 0 3px;
	background: #000000;
	animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
  	animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
  	animation-delay: -0.9s;
}

@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}
	30% {
		transform: translateY(-10px);
	}
}

.step-loading {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 70px;
}
.step-loading .loading {
	position: relative;
	transform: inherit;
}

.loading {
	left: 0;
	top: 50%;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
	position: absolute;
	overflow: hidden;
	transform: translate(-50%, -60%);
}
.loading:before {
	color: #ffffff;
	content: attr(data-loading-text);
	display: block;
}
.loading:after {
	top: 0;
	left: 0;
	width: 0;
	opacity: 1;
	display: block;
	color: #000000;
	overflow: hidden;
	position: absolute;
	content: attr(data-loading-text);
	-webkit-animation: loading 3s infinite;
          animation: loading 3s infinite;
}
@-webkit-keyframes loading {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes loading {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.step-loading {
    	top: 60px;
    	right: 0;
    	left: 50%;
    	transform: translateX(-50%);
    }
    .loading {
    	left: 50%;
    }
}

section.ccpa .form, .contact-form .form {
	position: relative;
	margin: auto;
	background-color: #F2F7FA;
	padding: 64px;
	margin-top: 40px;
}
.contact-form .form {
	margin-top: 0 !important;
}

section.ccpa .form select {
	width: 100%;
	outline: 0;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #C2CBD2;
}
select.text-field {
	padding-right: 50px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/down-arrow.svg) right 20px center no-repeat;
	background-size: auto;
	background-size: 18px auto;
}


section.ccpa .form select option {
	font-size: 16px;
	max-width: 100%;
}

section.ccpa .form > label {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20px 1fr;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 30px;
	margin-bottom: 5px;
}

section.ccpa .form > label input[type="checkbox"] {
	display: block;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	position: relative;
	width: 16px;
	height: 16px;
	top: 5px;
}

section.ccpa .form > label input[type="checkbox"]::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #000000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}

section.ccpa .form > label input[type="checkbox"]:checked::after {
	content: '\2713';
	color: #48C353;
	border: 1px solid #48C353;
	font-size: 16px;
}

section.ccpa .form > label:last-child {
	margin-bottom: 30px;
}

section.ccpa .form p.last {
	margin-top: 20px;
}

section.ccpa .form .inputs, .contact-form .form .inputs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 24px;
	column-gap: 24px;
	row-gap: 24px;
	margin: 24px 0;
	text-align: left;
}
.contact-form .form .inputs {
	margin: 0;
}

section.ccpa .form .inputs input, .contact-form .form .text-field {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 330px;
	flex: 1 1 330px;
	max-width: 100%;
	border: none;
	outline: 0;
	font-size: 18px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #C2CBD2;
}
section.ccpa .form .inputs input:focus, .contact-form .form .text-field:focus {
  	border-color: #000000;
}
.contact-form .form .text-field {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

section.ccpa .form .inputs input.address {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 800px;
	flex: 1 1 800px;
	max-width: 100%;
}

section.ccpa .form button.primary-btn, .contact-form .form .primary-btn {
	background-image: none;
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
	section.ccpa .form, .contact-form .form {
		padding: 32px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	section.ccpa .form, .contact-form .form {
		padding: 30px 20px;
	}
}
@media only screen and (max-width: 575px) {
	section.ccpa .form, .contact-form .form {
		padding: 20px;
	}
	section.ccpa .form > p {
		font-size: 16px;
	}
	section.ccpa .form > label input[type="checkbox"]::after {
		width: 15px;
		height: 15px;
	}
	section.installers .content .locations {
		padding: 20px !important;
	}
}

section.installers .container {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

section.installers .content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

section.installers .content h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 30px;
}

section.installers .content > ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

section.installers .content > ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 30px;
}

section.installers .content .locations {
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
	background: #F2F7FA;
}

section.installers .content .locations h2 {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #8093A2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

section.installers .content .locations ul {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	row-gap: 10px;
	-ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

section.installers .content .locations ul li {
	list-style: none;
	font-size: 16px;
	max-width: 100%;
	padding: 0px;
}

section.installers .content .locations ul li::before {
  	display: none;
}

.mobile-menu {
    top: 25px;
    right: 20px;
    position: absolute;
    z-index: 1;
    display: none;
    height: 30px;
}
header.fixed .mobile-menu {
	top: 20px;
}
.mobile-menu span,
.mobile-menu span:before,
.mobile-menu span:after {
    background: #000000;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.15s linear
}
.mobile-menu span:before,
.mobile-menu span:after {
    content: '';
    position: absolute;
}
.mobile-menu span:before {
    transform: translateY(-7px);
}
.mobile-menu span:after {
    transform: translateY(7px);
}
.mobile-menu.open span {
    background: transparent;
}
.mobile-menu.open span:before {
    transform: rotate(45deg);
}
.mobile-menu.open span:after {
    transform: rotate(-45deg);
}
.landing-wrapper {
	padding-top: 134px;
}
.landing-wrapper .logo a img {
	margin-left: 0;
}
.landing-wrapper header {
	padding: 36px 40px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background-color: #ffffff;
}
.landing-wrapper header.fixed {
	padding: 16px 20px;
}
.landing-wrapper header .site-nav {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
}
.landing-wrapper header .site-nav li {
	margin-left: 20px;
}
.landing-wrapper .main-banner {
	height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/banner-bg.jpg);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-top-right-radius: 256px;
    -moz-border-top-right-radius: 256px;
    border-top-right-radius: 256px;
    position: relative;
}
.landing-wrapper .main-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	z-index: 1;
	opacity: 0;
}
.landing-wrapper .main-banner .full-right {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 100%;
}
.landing-wrapper .main-banner .left-block {
	max-width: 520px;
	position: relative;
	z-index: 2;
}
.landing-wrapper .main-banner .left-block h1 {
	max-width: 400px;
	margin-bottom: 35px;
}
.landing-wrapper .main-banner .left-block .primary-btn {
	margin-top: 50px;
}
.landing-wrapper .main-banner .right-block {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 880px;
	background-position: bottom -20px right -280px;
	background-repeat: no-repeat;
}
.landing-wrapper .main-banner .right-block .home-logo {
	position: absolute;
	top: -20px;
	left: -80px;
}
.map-section {
	padding-top: 50px;
	padding-bottom: 24px;
	background-color: #F2F7FA;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow: hidden;
}
.map-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: -100px;
	width: 360px;
	height: 450px;
	background-size: 360px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/logo-light-blue.svg);
}
.map-section .full-right {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}
.map-section .left-block {
	max-width: 470px;
	position: relative;
	z-index: 2;
}
.map-section .left-block h1 {
	margin-bottom: 35px;
	max-width: 430px;
}
.map-section .left-block .primary-btn {
	margin-top: 24px;
}
.map-section .right-block {
	width: calc(100% - 550px);
	margin-left: 40px;
	position: relative;
	z-index: 2;
}
.map-section .right-block img {
	max-width: 750px;
	width: 100%;
}
.installation-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/maintenance.png);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 64px;
	position: relative;
}
.installation-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	opacity: 0;
}
.installation-section .installation-content {
	max-width: 524px;
	position: relative;
	z-index: 2;
}
.installation-section .installation-content h5 {
	margin: 25px 0 48px 0;
	max-width: 515px;
}
.faq-section .faq-title {
	margin-top: 30px;
	margin-bottom: 50px;
}
.faq-section .faq-wrapper {
	padding: 66px 0;
	background-color: #F2F7FA;
	position: relative;
	overflow: hidden;
}
.faq-section .faq-wrapper::before {
	content: "";
	width: 380px;
	height: 470px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 380px;
	background-image: url(../images/logo-light-blue.svg);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(25%, -50%);
	z-index: 1;
}
.accordian-item {
    background: #fff;
    border: solid 1px #E6EEF3;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
.accordian-item:last-child {
    margin-bottom: 0;
}
.accordian-item .accordian-title {
    position: relative;
    display: block;
    padding: 20px 70px 20px 32px;
    border:transparent solid 1px;
    margin: -1px;
    color: #000000;
}
.accordian-item .accordian-title.active { 
    border: solid 1px #E6EEF3;
}
.accordian-item:first-child .content {
    display: block;
}
.accordian-item .content {
    overflow: hidden;
    display: none;
    padding: 24px 32px;
}
.accordian-item .content p, .accordian-item .content li {
    line-height: 32px;
}
.accordian-item .content li {
	padding-left: 15px;
	position: relative;
}
.accordian-item .content li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 7px;
	height: 2px;
	background-color: #000000;
	top: 16px;
}
.accordian-item .accordian-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 24px;
    height: 24px;
    background-image: url(../images/accordian-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordian-item .accordian-title.active:before{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.landing-wrapper footer {
	padding: 50px;
	background-color: #8093A2;
	color: #ffffff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.landing-wrapper footer .footer-logo {
	width: 25%;
}
.landing-wrapper footer .footer-menu-block {
	width: 50%;
}
.landing-wrapper footer .footer-social {
	width: 25%;
}
.landing-wrapper footer .footer-logo {
	font-size: 32px;
	color: #ffffff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.landing-wrapper footer .footer-logo img {
	margin-right: 12px;
}
.landing-wrapper footer .footer-menu {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.landing-wrapper footer .footer-menu-block {
	text-align: center;
	color: #ffffff;
}
.landing-wrapper footer .footer-menu li {
	margin: 0 10px;
}
.landing-wrapper footer .footer-menu li a {
	color: #ffffff;
}
.landing-wrapper footer .footer-menu li a:hover {
	color: #000000;
}
.landing-wrapper footer p {
	font-size: 16px;
	color: #ffffff;
}
.landing-wrapper .footer-social {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.landing-wrapper .footer-social li {
	margin-left: 25px;
}
.landing-wrapper .footer-social li a {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.landing-wrapper .footer-social li a:hover {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.landing-wrapper .footer-social li a.facebook {
	background-image: url(../images/facebook.svg);
}
.landing-wrapper .footer-social li a.twitter {
	background-image: url(../images/twitter.svg);
}
.landing-wrapper .footer-social li a.instagram {
	background-image: url(../images/instagram.svg);
}
@media only screen and (max-width: 1400px) {
	.landing-wrapper footer .footer-logo {
		width: 30%;
	}
	.landing-wrapper footer .footer-menu-block {
		width: 55%;
	}
	.landing-wrapper footer .footer-social {
		width: 15%;
	}
}
@media only screen and (max-width: 1299px) {
	.landing-wrapper footer {
		padding: 30px;
	}
	/*.landing-wrapper footer .footer-logo {
		width: 30%;
	}
	.landing-wrapper footer .footer-menu-block {
		width: 50%;
	}
	.landing-wrapper footer .footer-social {
		width: 20%;
	}*/
	.landing-wrapper footer .footer-menu li {
		margin: 0 5px;
	}
}
@media only screen and (max-width: 1199px) {
	.landing-wrapper .main-banner::before {
		opacity: 1;
	}
	.step-lists li {
		padding: 40px 20px 20px 20px;
		width: calc(33.33% - 24px);
		margin: 35px 12px 10px 12px;
	}
	.landing-wrapper footer .footer-logo img {
		max-width: 30px;
		margin-right: 8px;
	}
	.landing-wrapper footer .footer-logo {
		font-size: 24px;
	}
	.landing-wrapper footer .footer-menu {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1023px) {
	.logo a {
		font-size: 24px;
	}
	.logo a img {
		max-width: 39px;
		margin-left: -45px;
	}
	header.fixed .logo a {
		font-size: 20px;
	}
	header.fixed .logo a img  {
		max-width: 30px;
	}
	.landing-wrapper header .site-nav li {
		margin-left: 15px;
	}
	.landing-wrapper .main-banner .right-block {
		background-size: contain;
		background-position: bottom -20px right -250px;
	}
}
@media only screen and (max-width: 991px) {
	.logo a img {
		margin-right: 8px;
		margin-left: -40px;
	}
	.full-right {
		margin: 0;
	}
	.landing-wrapper {
		padding-top: 80px;
	}
	.landing-wrapper header {
		padding: 16px 20px;
	}
	/*.landing-wrapper header .site-nav {
        border-top: 1px solid #E6EEF3;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        display: none;
        padding: 24px;
        height: calc(100vh - 76px);
        overflow: auto;
        text-align: left;
    }
    .landing-wrapper header.fixed .site-nav {
    	top: 69px;
    }
    .landing-wrapper header .site-nav li {
        display: block;
        margin: 24px 0;
    }
    .landing-wrapper header .site-nav li:first-child {
        margin-top: 0;
    }
    .landing-wrapper header .site-nav li:last-child {
        margin-bottom: 0;
    }*/
    .map-section .left-block {
		max-width: 100%;
	}
	.map-section .right-block {
		width: 100%;
		margin: 24px 0 0 0;
	}
	.map-section .right-block img {
		margin: 0 auto;
	}
	.map-section::before {
		left: -45px;
		width: 150px;
		height: 190px;
		background-size: 150px;
	}
	.landing-wrapper footer .footer-logo, .landing-wrapper footer .footer-menu-block, .landing-wrapper footer .footer-social {
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.landing-wrapper footer .footer-menu-block {
		margin: 10px 0 20px 0;
	}
	.landing-wrapper footer .footer-menu li {
		margin: 5px 5px 0 5px;
	}
	.accordian-item .content p, .accordian-item .content li {
		line-height: normal;
	}
	.accordian-item .content li::before {
		top: 8px;
	}
	.landing-wrapper .footer-social li {
		margin-left: 16px;
	}
	.landing-wrapper .footer-social li:first-child {
		margin-left: 0;
	}
	.faq-section .faq-wrapper::before {
		width: 200px;
		height: 280px;
		background-size: 220px;
	}
}
@media only screen and (max-width: 767px) {
	h5, .h5 {
		line-height: normal;
	}
	.primary-btn, .secondary-btn {
		padding: 10px 20px;
	}
	.landing-wrapper .main-banner {
		height: auto;
		-webkit-border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	.landing-wrapper .main-banner .full-right {
		padding: 30px 0 150px 0;
	}
	.landing-wrapper .main-banner .right-block {
		background-position: bottom center;
		background-size: 350px;
	}
	.landing-wrapper .main-banner .left-block h1 {
		margin-bottom: 20px;
	}
	.landing-wrapper .main-banner .left-block .primary-btn {
		margin-top: 20px;
	}
	.step-lists {
		margin: 10px 0 30px 0;
	}
	.step-lists li {
		width: 100%;
		margin: 40px 0 0 0;
	}
	.step-lists li .step-img {
		width: 50px;
		height: 50px;
	}
	.step-lists li .step-img img {
		max-height: 25px;
	}
	.installation-section {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.installation-section::before {
		opacity: 1;
	}
	.installation-section .installation-content h5 {
		margin: 16px 0 24px 0;
	}
	.faq-section .faq-title {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.faq-section .faq-wrapper {
		padding: 30px 0;
	}
	.accordian-item .accordian-title {
		padding: 15px 60px 15px 20px;
	}
	.accordian-item .accordian-title::before {
		right: 20px;
		background-size: 10px;
	}
	.accordian-item .content {
		padding: 16px 20px;
	}
	.landing-wrapper .main-banner .left-block, .landing-wrapper .main-banner .left-block h1, .installation-section .installation-content, .installation-section .installation-content h5 {
		max-width: 100%;
	}
	.landing-wrapper footer {
		padding: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.landing-wrapper {
	  	padding-top: 70px;
	}
	.logo a {
		font-size: 20px;
	}
	.logo a img {
		max-width: 31px;
		margin-left: -30px;
	}
	.landing-wrapper header .site-nav {
		display: none;
	}
	header.fixed .logo a {
		font-size: 18px;
	}
	header.fixed .logo a img  {
		max-width: 28px;
	}
	.landing-wrapper header .site-nav {
		top: 70px;
	}
	.landing-wrapper header.fixed .site-nav {
    	top: 66px;
    }
    .primary-btn, .secondary-btn {
    	width: 100%;
    }
}
@media only screen and (max-width: 412px) {
	.landing-wrapper footer .footer-menu li {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.landing-wrapper footer .footer-menu-block {
		margin-top: 10px;
	}
	.landing-wrapper footer .footer-menu {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 360px) {
	.select-wrapper {
		margin: 0 0 30px 0;
	}
	.select-wrapper .custom-radio-icon {
		width: 100%;
		margin: 0 0 16px 0;
	}
}



