
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&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: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: 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: #006142;
	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: #006142;
	text-decoration: underline;
}
.show-br-mob br {
	display: none;
}
h1,.h1, h2, .h2{
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 32px;
}
h3,.h3{
	font-size: 24px;
	line-height: normal;
	margin-bottom: 16px;
	font-weight: 700;
}
h4,.h4{
	font-size: 18px;
	margin-bottom: 16px;
}
h5,.h5{
	font-size: 16px;
	margin-bottom: 16px;
}
h6,.h6{
	font-size: 14px;
	margin-bottom: 16px;
}
p {	
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 16px;
}
p:last-child{
	margin-bottom: 0;
}
b, strong {
	font-weight: 700;
}

.mt-16 {
	margin-top: 16px;
}
.mb-8 {
	margin-bottom: 8px;
}

.dot-list {
	padding-left: 15px;
	margin-bottom: 20px;
}
.dot-list li {
	font-size: 16px;
	line-height: 21px;
	list-style-type: disc;
	margin-bottom: 8px;
}

.text-field {
	width: 100%;
	border: 1px solid #606060;
	padding: 16px 30px;
	font-size: 30px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-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;
	text-align: center;
}
select.text-field {
    padding: 17px 50px 17px 20px;
    color: #787E84;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: 18px auto;
}
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;
}
.btn-primary{
	cursor: pointer;
	display: block;
	text-align: center;
	border: 0;
	background-color: #B8EC51;
	padding: 16px 40px;
	font-size: 30px;
	font-weight: 400;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #006142;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 220px;
	margin: 0 auto;
}
.btn-primary:hover{
	background-color: #006142;
	color: #ffffff;
	text-decoration: none;
}
.form-list + .swiper-action {
	padding-top: 8px;
}
.form-list {
    margin: 0 -8px;
    font-size: 0;
}
.form-list li {
	position: relative;
    width: calc(50% - 16px);
    vertical-align: middle;
    margin: 0 8px 16px 8px;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}
.form-list li.full {
    width: calc(100% - 16px);
}
.form-list li p {
	color: #666666;
}

.title {
	margin-bottom: 24px;
}
.title h2 {
	margin-bottom: 4px;
}
.custom-radio {
	position: relative;
}
.custom-radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	opacity: 0;
	cursor: pointer;
	display: block;
	z-index: 2;
}
.custom-radio label {
	position: relative;
	display: block;
	padding: 16px 32px;
	border: 1px solid #606060;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
	color: #000000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-color: #ffffff;
}
.custom-radio label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 8px;
	height: 8px;
	background-color: #B8EC51;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.custom-radio:hover input ~ label,
.custom-radio input:checked ~ label {
	background-color: #B8EC51;
	border-color: #B8EC51;
	color: #006142;
}
.custom-radio:hover input ~ label::before,
.custom-radio input:checked ~ label::before {
	background-color: #006142;
}

.container {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.container.small {
	max-width: 840px;
}
.w-100 {
	width: 100%;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.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;
}
.hide {
	display: none !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.col-2 {
	width: calc(50% - 15px);
}

header {
	padding: 20px 32px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 3;
}
header .hd-logo {
	width: 200px;
	display: block;
}
header.fixed .hd-logo {
	width: 170px;
}
.logo-mobile {
	display: none;
}

.site-wrapper {
	padding-top: 100px;
}
.steps-wrapper {
	min-height: 580px;
	max-height: calc(100vh - 400px);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #F9FFF0;
	overflow: hidden;
	position: relative;
}
.steps-wrapper::before, .steps-wrapper::after, .page-wrapper::before, .page-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 162px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/homes.svg);
}
.steps-wrapper::before, .page-wrapper::before {
	left: 0;
	transform: translateX(-50%);
}
.steps-wrapper::after, .page-wrapper::after {
	right: 0;
	transform: translateX(50%);
}
.steps-wrapper .banner-icon1 {
	position: absolute;
	top: 64px;
	left: 40px;
}
.steps-wrapper .banner-icon2 {
	position: absolute;
	top: 48px;
	right: 48px;
}

.step-swiper .step-slide {
	text-align: center;
	padding: 150px 20px 100px 20px;
}
.step-swiper .step-slide:first-child {
	padding-top: 40px;
}
.swiper-slide .swiper-container {
	margin: 0 auto;
	max-width: 615px;
}
.swiper-slide .swiper-container.small {
	max-width: 415px;
}
.swiper-slide .swiper-container.medium {
	max-width: 500px;
}
.step-swiper.swiper-container-vertical .step-wrapper {
    height: 580px;
}

.page-wrapper {
	padding: 48px 0 260px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F9FFF0;
	position: relative;
}


footer {
	padding: 64px 0;
}
.footer-step {
	margin: 0 -20px;
	font-size: 0;
}
.footer-step li {
	display: inline-block;
	width: 33.33%;
	padding: 0 20px;
	margin: 20px 0;
	border-right: 1px solid #DFDFDF;
}
.footer-step li:last-child {
	border-right: 0;
}
.footer-step li .footer-step-item {
	max-width: 330px;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.footer-step li .footer-step-item .content {
	width: calc(100% - 90px);
}
.footer-step li .footer-step-item .content h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #006142;
	margin-bottom: 8px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.footer-copyright {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
	color: #949494;
}
.footer-copyright .copyright {
	margin-top: 20px;
	text-align: center;
}
.footer-copyright .footer-link {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.footer-copyright .footer-link li {
	padding: 0 10px;
	margin-top: 20px;
	border-right: 1px solid #DFDFDF;
}
.footer-copyright .footer-link li:last-child {
	border-right: 0;
}
.page-wrapper + footer {
	padding: 10px 0 30px 0;
}

.testimonials {
	background-color: rgba(255,255,255,.8);
	width: 100%;
	max-width: 615px;
	z-index: 2;
	margin: 30px auto 50px auto;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	padding-top: 20px;
}
.testimonial-quote {
	width: 30px;
	margin-left: 20px;
}
.testimonials .testimonial-item {
	padding: 20px;
	text-align: left;
}
.testimonials .testimonial-item .content {
	margin-bottom: 20px;
	font-weight: 400;
}
.testimonials .testimonial-item .author {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.testimonials .testimonial-item .author .author-img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 16px;
}
.testimonials .testimonial-item .author h5 {
	margin-bottom: 0;
	font-weight: 600;
}
.swiper-pagination {
	margin-bottom: -40px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #949494;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #B8EC51;
}
.step-loading {
	display: none;
	position: absolute;
	right: 32px;
	top: 40px;
	width: 70px;
}
.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: #B8EC51;
	animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
	animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
	animation-delay: -0.9s;
}
.loading {
	left: 50%;
	top: 50%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
	position: absolute;
	overflow: hidden;
	transform: translate(-50%, -40%);
}
.loading::before {
	color: #B8EC51;
	content: attr(data-loading-text);
}
.loading::after {
	top: 0;
	left: 0;
	width: 0;
	opacity: 1;
	color: #006142;
	overflow: hidden;
	position: absolute;
	content: attr(data-loading-text);
	-webkit-animation: loading 2s infinite;
	animation: loading 2s infinite;
}
.step-loading .loading {
	position: relative;
}
@keyframes wave {
	0%, 60%, 100% {
	  	transform: initial;
	}
	30% {
	  	transform: translateY(-10px);
	}
}
@keyframes loading {
	0% {
	  	width: 0;
	}
	100% {
	  	width: 100%;
	}
}

.status-indicator-section {
	background-color: #F9FFF0;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
.status-indicator {
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -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;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
    background-color: #F9FFF0;
    position: relative;
}
.status-indicator.show {
    padding: 50px 0 20px 0;
	opacity: 1;
	visibility: visible;
	height: auto;
}
.status-indicator .status {
    font-size: 18px;
    font-weight: 500;
    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: 700;
}
.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;
    border: 2px solid #fff;
    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: -25px;
    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: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #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;
}


@media screen and (min-width: 576px) and (max-width: 1023px) {
	.footer-step li .footer-step-item {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-step li .footer-step-item .content {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.steps-wrapper .banner-icon1 {
		width: 100px;
	}
	.steps-wrapper .banner-icon2 {
		width: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.steps-wrapper {
		max-height: calc(100vh - 150px);
	}
	.steps-wrapper, .page-wrapper {
		background-image: url(../images/homes.svg);
	}
	.steps-wrapper::before, .steps-wrapper::after,
	.page-wrapper::before, .page-wrapper::after {
		display: none;
	}
	.testimonials {
		background-color: #ffffff;
	}
	.steps-wrapper .banner-icon1, .steps-wrapper .banner-icon2 {
		top: auto;
		bottom: 200px;
	}
}
@media screen and (max-width: 767px) {
	.page-wrapper {
		padding-bottom: 150px;
	}
	.col-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-2:last-child {
		margin-bottom: 0;
	}
	.contact-detail {
		text-align: center;
	}
	.contact-detail .img-sec img {
		margin: 0 auto;
	}
	.footer-copyright {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-copyright .copyright {
		margin-top: 30px;
	}
	.footer-copyright .footer-link {
		width: 100%;
		justify-content: center;
    	-webkit-justify-content: center;
	}
	.footer-copyright .footer-link li {
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	header {
		padding: 20px;
	}
	header .hd-logo {
		margin: 0 auto;
		width: 170px;
	}
	.logo-desktop {
		display: none;
	}
	.logo-mobile {
		display: block;
	}
	h1, .h1, h2, .h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	.mt-16 {
		margin-top: 8px;
	}
	.site-wrapper {
	  	padding-top: 90px;
	}
	.btn-primary {
		max-width: 100%;
	}
	.steps-wrapper {
		max-height: calc(100vh - 90px);
	}
	.step-swiper .step-slide {
		padding: 120px 20px 100px 20px;
	}
	.step-swiper.swiper-container-vertical .step-wrapper {
		height: 620px;
	}
	.steps-wrapper .banner-icon1, .steps-wrapper .banner-icon2 {
		bottom: 120px;
	}
	.status-indicator.show {
		padding: 30px 0 20px 0;
	}
	.page-wrapper {
		padding-bottom: 120px;
	}
	.form-list {
		margin: 0;
	}
	.form-list li, .form-list li.full {
		width: 100%;
		margin: 0 0 8px 0;
		font-size: 18px;
	}
	.text-field, .btn-primary {
		font-size: 22px;
	}
	.step-loading {
		right: 20px;
	}
	footer {
		padding: 32px 0;
	}
	.footer-step {
		margin: 0;
	}
	.footer-step li {
		width: 100%;
		display: block;
		border-right: 0;
		padding: 0 0 20px 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #DFDFDF;
	}
	.footer-step li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.footer-step li .footer-step-item {
		max-width: 100%;
	}
	.page-wrapper + footer {
		padding-top: 0;
	}
	.footer-copyright .footer-link {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-copyright .footer-link li {
		padding: 0 5px;
		border: 0;
	}
	.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);
    }
}
@media screen and (max-width: 460px) {
	.step-loading {
		right: 10px;
	}

}
@media screen and (max-width: 359px) {
	.status-indicator .inner .item {
		font-size: 10px;
	}
}

section.ccpa .form select {
  width: 100%;
  border: 1px solid #606060;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
}
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 .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 .form > label input[type="checkbox"] {
  display: block;
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
  position: relative;
  width: 16px;
  height: 16px;
}

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

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

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

section .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-bottom: 16px;
  text-align: left;
}
section.ccpa .form .inputs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0;
}

section .form .inputs input,
section .form .inputs textarea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 330px;
          flex: 1 1 330px;
  max-width: 100%;
  border: 1px solid #606060;
  outline: 0;
  font-size: 16px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  padding: 16px 20px;
}
section .form .inputs textarea {
	height: 100px;
	resize: none;
}

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

section .form button.btn-primary {
  background-image: none;
  width: 100%;
  text-transform: uppercase;
  max-width: 100%;
}
section.ccpa .form button.btn-primary {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
	section.ccpa .form {
		padding: 32px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	section.ccpa .form {
		padding: 30px 0px;
	}
	section .form .inputs input, section .form .inputs textarea {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
@media only screen and (max-width: 500px) {
  section.ccpa .form {
    padding: 20px 0;
  }
  section.ccpa .form > p {
    font-size: 16px;
  }
  section.ccpa .form > label p {
    font-size: 14px;
  }
  section.ccpa .form > label input[type="checkbox"]::after {
    width: 15px;
    height: 15px;
  }
  section.installers .content .locations {
  	padding: 20px !important;
  }
}
.img-sec p {
	margin-bottom: 8px;
}
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: #ffffff;
  border: 1px solid #E0E4EB;
}

section.installers .content .locations h2 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #E0E4EB;
  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;
}