@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
/* font-family: 'Poppins', sans-serif; */
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;
}

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

html, body {
	/*height: 100%;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #25344F;
	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: #14A693;
	text-decoration: none;
	padding: 0;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
a:hover {
	color: #25344F;
	text-decoration: none !important;
}

/**** TYPOGRAPHY START ****/
.title {
	margin-bottom: 40px;
}
.title h2 {
	margin-bottom: 0;
}
.title p {
	color: #A0A3AA;
}
.title-line {
	margin-bottom: 20px !important;
}
.title-line > span {
	display: inline-block;
	position: relative;
}
.article-detail-row .left-block article h3::after,
.title-line > span::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 180px;
	height: 8px;
	background-color: #FCDC10;
	pointer-events: none;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 58px;
	line-height: 76px;
	font-weight: 700;
	color: #101130;
	margin-bottom: 16px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	line-height: normal;
	font-weight: 600;
	color: #25344F;
	margin-bottom: 16px;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	color: #25344F;
	margin-bottom: 16px;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;
	color: #25344F;
	margin-bottom: 16px;
}
h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	line-height: normal;
	font-weight: 600;
	color: #25344F;
	margin-bottom: 16px;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #25344F;
	margin-bottom: 16px;
}
p {
	font-weight: 400;
	margin-bottom: 30px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
.text-green {
	color: #14A693;
}
.text-pink {
	color: #FE5C36;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.font-12 {
	font-size: 12px;
	list-style: 1;
}
b,
strong {
	font-weight: 600;
}
ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}
ul:last-child {
	margin-bottom: 0;
}
ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
ul li:last-child {
	margin-bottom: 0;
}
/**** TYPOGRAPHY END ****/

/**** CONTAINER, SPACINGS PADDING MARGING CLASS START ****/
.wrapper {
	width: 100%;
	min-height: 100vh;
	padding-top: 92px;
	overflow: hidden;
    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;
}
.wrapper.home {
	padding-top: 80px;
}
.wrapper > .shape {
	position: absolute;
	top: 60px;
	right: -200px;
	width: 560px;
	height: auto;
	z-index: -1;
	pointer-events: none;
}
.page-title {
	padding: 50px 0 20px 0;
}
.page-title.article-page {
	padding: 50px 0;
}
.page-title.article-page h2 {
	color: #fff;
}
.page-title.article-page h6 {
	color: #FEC260;
	margin-bottom: 0;
}

.container {
	width: 100%;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.container.small-container {
	max-width: 1020px;
}
.w-100 {
	width: 100%;
}
.mx-300 {
    max-width: 300px;
}
.mx-400 {
    max-width: 400px;
}
.mx-w-500 {
	max-width: 500px;
}
.mx-w-700 {
	max-width: 700px;
}
.mx-w-842 {
	max-width: 842px;
}
.mx-w-900 {
	max-width: 900px;
}
.hr {
	background-color: #25344F;
	height: 1px;
	margin-top: 16px;
	opacity: .20;
}
/* PADDINGS */
.s-pt,
.s-py {
    padding-top: 96px !important;
}
.s-pb,
.s-py {
    padding-bottom: 96px !important;
}
.s-pt-half,
.s-py-half {
    padding-top: 48px !important;
}
.s-pb-half,
.s-py-half {
    padding-bottom: 48px !important;
}
/* PADDINGS */
/* MARGINS */
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
/* MARGINS */
/**** CONTAINER, SPACINGS PADDING MARGING CLASS END ****/

/**** GRID CSS START ****/
.d-flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start {
    align-items:start;
    -webkit-align-items:start;
    -ms-align-items:start;
}
.align-end {
	align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.space-center {
	justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.col {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none;
}
/**** GRID CSS END ****/

/**** FORM FIELDS:- INPUTS, SELECT, RADIO, CHECKBOX, BUTTONS ****/
.form-list {
	margin-left: -12px;
	margin-right: -12px;
}
.form-list li {
	list-style: none;
	width: 100%;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 12px;
}
.form-list li.col-6 {
	width: 50%;
}
.form-list li:last-child {
	margin-bottom: 0;
}
.form-list li .g-recaptcha {
	margin: 10px 0;
}
label {
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}
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'] {
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield;
}
input:focus {
    outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-field {
	width: 100%;
	padding: 11px 24px;
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: #25344F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.text-field:focus {
	outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-field.datepicker {
	background: #fff url(../images/calendar.svg) right 20px center no-repeat;
}
select.text-field { 
	background: #fff url(../images/down-small.svg) right 20px center no-repeat;
	padding-right: 45px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #25344F;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #25344F;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #25344F;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #25344F;
  opacity: 1;
}

.text-field.input-error {
	color: #F00;
	background-color: #FFEEEE;
	border-color: #FF3333;
}
.error .text-field {
	color: #FF3333;
	background-color: #FFEEEE;
	border-color: #FF3333;
}

.form-msg {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.form-msg.error {
	background-color: #FF3333;
	color: #fff;
}
.form-msg.success {
	background-color: #47C65D;
	color: #fff;
}
.form-msg.warning {
	background-color: #F9D20C;
	color: #25344F;
}
.form-msg p {
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
}
.error-msg {
	margin-top: 6px;
	font-size: 16px;
	line-height: normal;
	color: #FF3333;
}
.error-msg p {
	font-size: 16px;
	line-height: normal;
}

.error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FF9D9D;
  opacity: 1;
}
.error ::-moz-placeholder { /* Firefox 19+ */
  color: #FF9D9D;
  opacity: 1;
}
.error :-ms-input-placeholder { /* IE 10+ */
  color: #FF9D9D;
  opacity: 1;
}
.error :-moz-placeholder { /* Firefox 18- */
  color: #FF9D9D;
  opacity: 1;
}
textarea,
textarea.text-field {
	resize: none;
	height: 200px;
}
.primary-btn,
.secondary-btn,
.tertiary-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #14A693;
	border: 0;
	padding: 19px 32px;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.primary-btn.btn-small,
.secondary-btn.btn-small {
	font-size: 22px;
	line-height: 30px;
	padding: 15px 32px;
}
.primary-btn.btn-ex-small,
.secondary-btn.btn-ex-small,
.tertiary-btn.btn-ex-small {
	font-size: 18px;
	line-height: 28px;
	padding: 15px 32px;
}
.primary-btn:focus,
.primary-btn.valid:focus,
.primary-btn:hover,
.primary-btn.valid:hover {
	background: #25344F !important;
	color: #fff !important;
}
.secondary-btn {
	background: #25344F;
	color: #fff !important;
}
.secondary-btn:focus,
.secondary-btn.valid:focus,
.secondary-btn:hover,
.secondary-btn.valid:hover {
	background: #FCDC10;
	color: #25344F !important;
}
.tertiary-btn {
	background: #FCDC10;
	color: #25344F !important;
}
.tertiary-btn:focus,
.tertiary-btn.valid:focus,
.tertiary-btn:hover,
.tertiary-btn.valid:hover {
	background: #25344F;
	color: #fff !important;
}

/* Checkbox */
.custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
}
.custom-checkbox.w-100 {
	margin-right: 0;
}
.custom-checkbox:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.custom-checkbox input[type=checkbox] {
    display:none !important;
}
.custom-checkbox input[type=checkbox] + label {
    font-size: 14px;
    line-height: normal;
    color: #25344F;
    font-weight: 400;
    padding:0 0 0 28px;
    margin: 0;
    min-height: 16px;
    position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type=checkbox] + label:after {
    pointer-events: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -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-checkbox input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #C5C8CD;
}
.custom-checkbox input[type=checkbox] + label:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) center center no-repeat;
    background-size: 20px auto;
    opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* Checkbox */
/* Radiobox */
.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: transparent;
	border: 1px solid #365991;
	padding: 11px 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #365991;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.custom-radio-btn:hover input[type="radio"] + label,
.custom-radio-btn input[type="radio"]:checked + label {
    background-color: #365991;
    color: #fff;
}
/* Radiobox */
/**** FORM FIELDS:- INPUTS, SELECT, RADIO, CHECKBOX, BUTTONS ****/

/**** SITE HEADER START ****/
.site-header {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px 50px 14px 50px;
	border-bottom: 1px solid transparent;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.site-header.fixed {
	background-color: #fff;
	padding: 14px 50px;
	border-bottom: 1px solid rgba(25, 27, 32, .1);
}
.site-header .logo {
	max-width: 250px;
}
.site-header .logo a {
	display: block;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.main-menu ul li {
	list-style: none;
	position: relative;
	padding-right: 30px;
	margin: 0;
}
.main-menu ul > li:last-child {
	padding-right: 0;
}
.main-menu ul > li::after {
	content: "|";
	font-size: 17px;
	line-height: 26px;
	position: absolute;
	top: 0;
	right: 15px;
}
.main-menu ul > li:last-child::after {
	display: none;
}
.main-menu ul li a {
	font-size: 17px;
	color: #25344F;
	line-height: 26px;
}
.main-menu ul li a:hover,
.main-menu ul li.active a {
	color: #14A693;
}
/**** SITE HEADER END ****/

.main-banner .container {
	max-width: 1400px;
}
.main-banner .content-block {
	width: calc(55% + 100px);
	margin-right: -100px;
	position: relative;
}
.main-banner .content-block .inner {
	max-width: 770px;
}
.main-banner h2 {
	font-weight: 700;
}
.main-banner h2 span {
	font-size: 38px;
	font-weight: 400;
	display: block;
}
.main-banner .note {
	font-size: 15px;
	color: #5D300E;
	font-weight: 400;
	font-style: italic;
	padding: 8px 20px;
	background-color: #F3EAD1;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	display: inline-block;
}
.main-banner .banner-image {
	width: calc(45% + 70px);
	margin-right: -70px;
	padding-left: 30px;
}

.see-why .listing {
	margin-left: -27px;
	margin-right: -27px;
}
.see-why .listing .item {
	width: 33.33%;
	padding: 0 27px;
	margin-bottom: 30px;
	text-align: center;
}
.see-why .white-box {
	background-color: #fff;
	padding: 22px 36px;
}
.see-why .white-box h3 {
	margin-bottom: 0;
}
.ratting {
	font-size: 0;
	margin-bottom: 6px;
}
.ratting img {
	display: inline-block;
}
.see-why .ratting-number {
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
}
.see-why .ratting-number span {
	font-size: 24px;
}

.see-why .secondary-btn,
.see-why .primary-btn {
	display: block;
	margin-bottom: 10px;
}

.make-easy .title {
	position: relative;
}
.make-easy .title .arrow {
	position: absolute;
	left: 50px;
	bottom: -50px;
}
.icon-list {
	margin-left: -40px;
	margin-right: -40px;
}
.icon-list .icon-box {
	width: 33.33%;
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.icon-list .icon-box::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 1px;
	height: 70%;
	background-color: #E8E8E8;
}
.icon-list .icon-box:nth-child(3n+3)::after {
	display: none;
}
.icon-list .icon-box .icon {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.icon-list .icon-box p {
	font-size: 17px;
}

.testimonial-section {
	padding-top: 50px;
}
.testimonial-section > .container {
	position: relative;
	z-index: 2;
}
.testimonial-slider {
	position: relative;
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
	top: inherit;
	left: 50%;
	right: inherit;
	bottom: 54px;
}
.testimonial-slider .swiper-button-next {
	margin-left: -60px;
}
.testimonial-slider .swiper-button-prev {
	margin-left: -120px;
}
.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #14A693;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #14C79B;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-button-next {
	background-image: url(../images/next.svg);
}
.swiper-button-prev {
	background-image: url(../images/prev.svg);
}
.testimonial-slider .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}
.swiper-pagination-bullet {
	vertical-align: top;
	width: 17px;
	height: 17px;
	background-color: #E4E4E4;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #14C79B;
}
.testimonial-section .testimonial-row {
	margin-top: -120px;
}
.testimonial-row .content-block {
	background-color: #F8F9FB;
	padding: 50px 40px 50px 0;
	width: 50%;
	position: relative;
}
.testimonial-row .content-block::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 2000px;
	height: 100%;
	background-color: #F8F9FB;
	z-index: -1;
	pointer-events: none;
}
.testimonial-row .elements {
	margin-bottom: 10px;
}
.testimonial-row .quote {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/quote.svg) center no-repeat;
}
.testimonial-row blockquote {
	margin-bottom: 40px;
}
.testimonial-row blockquote,
.testimonial-row .author-info {
	padding-left: 40px;
}
.testimonial-row .content-block blockquote p {
	font-size: 18px;
	line-height: 34px;
}
.testimonial-row .author-info .tag {
	display: inline-block;
	margin-left: 10px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	background-color: #C7FFF1;
	border: 1px solid #ABF8E5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.testimonial-row .img-block {
	width: calc(50% + 100px);
	margin-right: -100px;
}

.estimate-section .title {
	position: relative;
}
.estimate-section .title .arrow {
	position: absolute;
	left: 100px;
	bottom: -100px;
}
.zip-savings {
	padding-top: 100px;
}
.zip-savings .zip-block {
	width: 60%;
	padding-right: 80px;
	text-align: center;
}
.zip-savings .zip-block .zip-form {
	margin-bottom: 50px;
}
.zip-savings .zip-block .note {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.zip-savings .zip-block h3 {
	color: #fff;
}
.zip-savings .form-list li:not(:last-child) {
	margin-bottom: 40px;
}
.zip-savings .text-field {
	font-size: 26px;
	font-weight: 500;
	color: #25344F;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.zip-savings .saving-block {
	width: 40%;
	padding: 38px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.zip-savings .saving-block .icon {
	display: flex;
	align-items: center;
	margin: -78px auto 20px auto;
	background-color: #fff;
	width: 132px;
	height: 132px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.zip-savings .saving-block .icon img {
	margin: 0 auto;
}
.zip-savings .saving-block h6 {
	font-size: 18px;
	margin-bottom: 0;
}

.news-section {
	position: relative;
}
.news-section .container {
	position: relative;
	z-index: 1;
}
.news-section .shape {
	position: absolute;
	z-index: -1;
	top: 70px;
	left: 10%;
	max-width: 538px;
}
.news-list {
	margin: 0 -20px
}
.news-list .item {
	padding: 0 20px;
	width: 33.33%;
}
.news-list .item .img {
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-list .item .img img {
	width: 100%;
}
.news-list .item .tags {
	margin-bottom: 12px;
}
.news-list .item .tags a {
	font-size: 16px;
	color: #25344F;
	display: inline-block;
	background-color: #EBEBEB;
	padding: 4px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-list .item:hover .tags a {
	background-color: #14A693;
	color: #fff;
}
.news-list .item .news-title {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
}
.news-list .item .news-title a {
	color: #25344F;
	position: relative;
	padding-right: 60px;
	display: block;
}
.news-list .item .news-title a::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	font-size: 30px;
	font-weight: 600;
	color: #25344F;
	text-align: center;
	line-height: 55px;
	background-color: #FCDC10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.news-list .item:hover .news-title a {
	color: #14A693;
}
.news-list .item:hover .news-title a::after {
	background-color: #14A693;
	color: #fff;
}

.contact-section .form-list .tertiary-btn {
	min-width: 260px;
}
.contact-details .item {
	padding: 0 30px;
	width: 33.33%;
	display: flex;
	align-items: center;
	text-align: left;
}
.contact-details .item .icon {
	border-right: 1px solid #E8E8E8;
	padding: 12px 24px 12px 0;
}
.contact-details .item .content {
	padding-left: 20px;
	font-size: 18px;
	line-height: 34px;
}
.contact-details a {
	color: #25344F;
}
.contact-details a:hover {
	color: #14A693;
}

.article-detail-row .left-block {
	width: 68%;
	padding-right: 50px;
}
.article-detail-row .left-block article h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 32px !important;
	position: relative;
}
.article-detail-row .left-block article h3 span {
	color: #14A693;
}
.article-detail-row .left-block article:not(:last-child) {
	margin-bottom: 50px;
}
.article-detail-row .left-block .note {
	background-color: #DDF8F2;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	font-style: italic;
	padding: 8px 20px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.article-detail-row .sidebar {
	width: 32%;
}
.article-detail-row .sidebar .news-list .item {
	width: 100%;
	margin-bottom: 20px;
}
.article-detail-row .sidebar .news-list .item:last-child {
	margin-bottom: 0;
}
.article-detail-row .sidebar .news-list .item .news-title {
	font-size: 26px;
	line-height: 1.3;
	min-height: 55px;
}
/*.article-detail-row .sidebar .news-list .item .news-title a {
	width: 100%;
}
.article-detail-row .sidebar .news-list .item .news-title a::after {
	top: 50%;
	transform: translateY(-50%);
}*/
.get-quote {
	background-color: #14A693;
	padding: 30px 40px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.get-quote .title {
	position: relative;
}
.get-quote .title .arrow {
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 30px;
}
.get-quote h3 {
	color: #fff;
	margin-bottom: 0;
}
.get-quote h3 span {
	color: #6EFFDB;
}

.get-quote h6 {
	font-size: 18px;
	color: #fff;
}
.get-quote .tertiary-btn {
	display: block;
}

.content-section h4 {
	position: relative;
	font-weight: 600;
	margin-bottom: 6px;
}
.content-section h4::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 7px;
	height: 22px;
	background-color: #FFD869;
}
/**** SITE FOOTER START ****/
.site-footer {
	background-color: #25344F;
	margin-top: auto;
	color: #fff;
	padding: 30px 0;
}
.site-footer h6 {
	color: #fff;
	margin-bottom: 0;
}
.site-footer .help-block {
	width: 70%;
	max-width: 780px;
}
.site-footer .help-block .info {
	position: relative;
	padding-right: 30px;
}
.site-footer .help-block .info .arrow {
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 30px;
	width: 32px;
	-webkit-transform: rotate(62deg);
	-moz-transform: rotate(62deg);
	transform: rotate(62deg);
}
.site-footer .help-block h2 {
	margin: 0;
}
.site-footer .help-block h2 a {
	color: #FCDC10;
}
.site-footer .help-block h2 a:hover {
	color: #fff;
}
.site-footer .tertiary-btn:focus,
.site-footer .tertiary-btn.valid:focus,
.site-footer .tertiary-btn:hover,
.site-footer .tertiary-btn.valid:hover {
	background-color: #14A693 !important;
	color: #fff !important;
}
.site-footer .help-block p {
	color: #14C79B;
	z-index: 2;
	position: relative;
}
.site-footer .footer-right {
	max-width: 30%;
}
.footer-logo {
	margin-bottom: 5px;
	max-width: 250px;
}
.footer-logo a {
	display: block;
}
.footer-right {
	text-align: center;
}
.footer-right p {
	font-size: 10px;
	color: #7991BB;
}
.site-footer-new {
	padding: 100px 0 50px 0;
	margin-top: auto;
	position: relative;
	line-height: 34px;
}
.site-footer-new a {
	color: #25344F;
}
.site-footer-new a:hover {
	color: #14A693;
}
.site-footer-new .shape {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: -90px;
	z-index: -1;
	width: 245px;
	height: auto;
}
/**** SITE FOOTER END ****/




/**--------- CCPA PAGE ---------**/
/** SITE  TITLE  */
/* .main-title {
	width: 100vw;
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-title .title-line{
	position: relative;
}
.main-title .title-line>span {
	position: unset;
} */
.ccpa .form-ttl{
	margin-bottom: 0px;
}
section.ccpa .form>ul{
	margin-top: 50px;
	margin-bottom: 0px;
}
section.ccpa .form{
	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: auto;
	padding: 60px;
	-webkit-box-shadow: 0 0 25px #e2ebef;
	box-shadow: 0 0 25px #e2ebef;
}
section.ccpa .form select{
	margin-bottom: 20px;
}
select.text-field {
	color: #25344F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #F3F3F3;
	background: url(../images/down-arrow.svg) right 30px center no-repeat; 
	background-size: auto;
	background-size: 18px auto;
	background-color: #F3F3F3;
}
.ccpa .text-field {
	font-size: 16px;
}
section.ccpa .form > label {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20px 1fr;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0px;
	color: #25344F;
}
section.ccpa .form p.last {
	margin-top: 20px;
}
section.ccpa .form > p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
section.ccpa .form > label input[type="checkbox"] {
	display: block;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	position: relative;
	width: 16px;
	height: 16px;
}
section.ccpa .form .full-width{
	width: 100%;
	/* margin-top: 24px; */
}
/** SITE  TITLE  */
/**--------- CCPA PAGE ---------**/
/**--------- INSTALLER PAGE ---------**/
.installers-content .locations{
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
  	background: #F3F3F3;
}

.locations h6 {
	font-size: 16px;
	font-weight: 500;
  	border-bottom: 1px solid #E0E4EB;
  	padding-bottom: 10px;
  	margin-bottom: 20px;
}
.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: 5px;
	-ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-left: 0;
}
.installers-content .locations ul li{
	list-style: none;
	font-size: 16px;
	max-width: 100%;
	padding: 0px;
	margin-bottom: 8px;
}
.installers-content .mb_none{
	margin-bottom: 0;
}
/**--------- INSTALLER PAGE ---------**/
/**--------- TERM US PAGE ---------**/
.main-title .sub_title{
	font-size: 1.4rem;
	display: block;
	margin-top: 10px;
}
.terms p{
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 24px;
}
.terms p:last-child{
	margin-bottom: 0;
}
.terms h4{
	margin-bottom: 5px;
	margin-top: 40px;
	font-weight: 500;
}
.terms h4:first-child{
	margin-top: 0;
}
.terms ul li{
	font-size: 16px;
	margin-bottom: 0;
}
.terms ul{
	margin-left: 20px;
	margin-bottom: 50px;
}
/**--------- TERM US PAGE ---------**/

/**--------- FORM STEPS ---------**/
.progress-wrapper {
    padding: 12px 0 0 0;
    text-align: center;
}
.progress-wrapper p {
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 700;
    margin-bottom: 0;
}
.progress {
    width: 100%;
    max-width: 780px;
    background-color: #F2F2F2;
    padding: 6px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.progress .progress-bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #14A693;
    -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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.select-wrapper {
    font-size: 0;
    margin-bottom: 30px;
    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: center;
    justify-content: center;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper * {
    font-size: 16px;
}
.custom-radio-icon {
	min-width: 180px;
    display: inline-block;
    margin: 0 12px 25px 12px;
    vertical-align: top;
}
.custom-radio-icon input[type="radio"] {
    display:none !important;
}
.custom-radio-icon input[type="radio"] + label {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #D6D6D6;
    min-height: 180px;
    padding: 30px;
	margin: 0;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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;
    height: 100%;
}
.custom-radio-icon input[type="radio"] + label .icon {
    display: block;
    min-height: 80px;
    margin-bottom: 20px;
    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;
}
.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: #14A693;
    color: #14A693;
}
.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 #D6D6D6;
    padding: 16px 20px 16px 45px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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: #14A693;
}
.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: #14A693;
}
.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;
}

/* .steps-wrapper {
    min-height: 100vh;
} */
.steps-wrapper .step-item {
	min-height: 550px;
}
.step-item {
    padding: 35px 0 40px 0;
}
.step-item h2 {
	line-height: 1.3;
	margin-bottom: 10px;
}
.step-item .primary-btn,
.step-item .secondary-btn,
.step-item .tertiary-btn {
	width: 260px;
	max-width: 100%;
}
.step-item .text-field {
	font-size: 26px;
	font-weight: 500;
	color: #25344F;
	padding: 20px;
}

.hd-link{
	line-height: 24px;
	font-size: 14px;
	color: #000;
}
.hd-link svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	stroke: #14A693;
}

.site-header .step-loading {
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	width: 70px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.step-loading .loading {
	position: relative;
	transform: inherit;
}
.loading {
  left: 50%;
  top: 50%;
  font-family: 'Nunito', 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: #aaa;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #25344F;
  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%;
  }
}
.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: #25344F;
	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);
  }
}	
.error-msg {
	color: #FFF;
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 14px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
.sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    z-index: -1;
    background-color: #14A693;
}
#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;
}

h3.no-border::after {
display: none;
}
@-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);}
}
.step-item .notes {
	margin-top: 40px;
}
.show-br-mob br {
	display: none;
}
/**--------- FORM STEPS ---------**/

@media screen and (max-width: 1439px) {
	.main-banner .content-block {
		width: calc(55% + 50px);
		margin-right: -50px;
		padding: 50px 20px 50px 0;
	}
	.make-easy .title .arrow {
		left: 0;
		bottom: -70px;
	}
	.testimonial-section .testimonial-row {
		margin-top: -50px;
	}
	.see-why .listing {
		margin-left: -15px;
		margin-right: -15px;
	}
	.see-why .listing .item {
		padding: 0 15px;
	}
	.see-why .white-box {
		padding: 16px;
	}
	.news-list .item .news-title {
		font-size: 28px;
	}
	.contact-details .item {
		padding: 0 16px;
	}
	.article-detail-row .left-block article h3 {
		font-size: 32px;
	}
	.article-detail-row .sidebar .news-list .item .news-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	h1 {
		font-size: 50px;
		line-height: 68px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 26px;
		line-height: 38px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 18px;
	}
	.primary-btn,
	.secondary-btn,
	.tertiary-btn {
		font-size: 26px;
		padding: 14px 32px;
	}
	.primary-btn.btn-ex-small,
	.secondary-btn.btn-ex-small,
	.tertiary-btn.btn-ex-small {
		font-size: 16px;
		line-height: 28px;
		padding: 12px 32px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-header {
		padding: 24px 30px 14px 30px;
	}
	.site-header.fixed {
		padding: 14px 30px;
	}
	.main-banner .content-block {
		padding: 30px 20px 30px 0;
	}
	.main-banner h2 {
		line-height: 1.3;
	}
	.main-banner h2 span {
		font-size: 30px;
	}
	.main-banner h4 {
		font-size: 24px;
	}
	.main-banner .banner-image {
		width: calc(45% + 50px);
		margin-right: -50px;
	}
	.icon-list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.icon-list .icon-box {
		padding: 0 25px;
	}
	.testimonial-section .title {
		margin-bottom: 30px;
	}
	.testimonial-section .testimonial-row {
		margin-top: 0;
		align-items:start;
		-webkit-align-items:start;
		-ms-align-items:start;
	}
	.news-list {
		margin: 0 -15px;
	}
	.news-list .item {
		padding: 0 15px;
	}
	.news-list .item .tags a {
		font-size: 14px;
	}
	.news-list .item .news-title {
		font-size: 24px;
	}
	.news-list .item .news-title a {
		padding-right: 50px;
	}
	.news-list .item .news-title a::after {
		width: 45px;
		height: 45px;
		font-size: 24px;
		line-height: 45px;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .help-block {
		margin-bottom: 30px;
	}
	.site-footer .help-block,
	.site-footer .footer-right {
		width: 100%;
		max-width: 100%;
	}
	.site-footer .help-block .info,
	.site-footer .help-block .action {
		width: 100%;
		padding: 0;
	}
	.site-footer .help-block .info .arrow {
		top: 50%;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.footer-logo {
		margin: 0 auto 5px auto;
	}
	.contact-details {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contact-details .item {
		width: auto;
	}
	.article-detail-row .left-block article h3 {
		font-size: 28px;
	}
	.article-detail-row .sidebar .news-list .item .news-title {
		font-size: 22px;
		min-height: 44px;
	}
	section.ccpa .form {
		padding: 40px;
	}
}
@media screen and (max-width: 991px) {
	.mobile-menu{
		width: 30px;
		height: 30px;
		text-align: left;
		display: block;
	}
	.mobile-menu span,
	.mobile-menu span:before,
	.mobile-menu span:after{
		background: #25344F;
		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);
	}
	.main-menu {
		display: none;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		background: #fff;
		text-align: left;
		padding: 20px;
		overflow: auto;
	}
	.main-menu ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(25, 27, 32, .1);
		padding: 0;
	}
	.main-menu ul > li::after {
		display: none;
	}
	.main-menu ul li a {
		padding: 10px 0;
		display: block;
	}
	.s-pt,
	.s-py {
	    padding-top: 60px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 60px !important;
	}
	.s-pt-half,
	.s-py-half {
	    padding-top: 32px !important;
	}
	.s-pb-half,
	.s-py-half {
	    padding-bottom: 32px !important;
	}
	.main-banner .content-block {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
		padding: 30px 0 0 0;
	}
	.main-banner .content-block .inner {
		max-width: 100%;
		width: 100%;
	}
	.main-banner .banner-image {
		width: 100%;
		max-width: 600px;
		padding: 0;
		margin: 0 auto;
	}
	.see-why .listing .item {
		width: 50%;
	}
	.make-easy .title .arrow {
		bottom: -30px;
	}
	.icon-list .icon-box {
		width: 50%;
		margin-bottom: 30px;
	}
	.testimonial-row .content-block {
		width: 100%;
		padding: 30px;
	}
	.testimonial-row .content-block::before {
		display: none;
	}
	.testimonial-row .img-block {
		width: 100%;
		margin-right: 0;
	}
	.testimonial-slider .swiper-button-next {
		margin-left: 0;
	}
	.testimonial-slider .swiper-button-prev {
		margin-left: -60px;
	}
	.estimate-section .title {
		max-width: 600px;
	}
	.estimate-section .title .arrow {
		left: 10px;
	}
	.zip-savings {
		padding-top: 48px;
	}
	.zip-savings .zip-block {
		width: 100%;
		padding-right: 0;
	}
	.zip-savings .saving-block {
		width: 100%;
		margin-top: 70px;
	}
	.news-list .item {
		width: 50%;
		margin-bottom: 30px;
	}
	.custom-radio-icon {
		max-width: calc(50% - 24px);
	}
	.contact-details-container {
		text-align: center;
	}
	.contact-details {
		display: inline-block;
	}
	.contact-details .item {
		padding: 16px 0;
	}
	.contact-details .item .icon {
		width: 60px;
	}
	.page-title {
		padding: 20px 0 0 0;
	}
	.site-footer-new {
		padding: 30px 0;
	}
	.page-title.article-page {
		padding: 30px 0;
	}
	.article-detail-row .left-block {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.article-detail-row .sidebar {
		width: 100%;
	}
	.article-detail-row .sidebar .news-list .item {
		width: 50%;
	}
	section.ccpa .form {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.title {
		margin-bottom: 32px;
	}
	.title h2 {
		margin-bottom: 8px;
	}
	h1 {
		font-size: 40px;
		line-height: 58px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	.show-br-mob br {
		display: inline-block;
	}
	.hide-br-mob {
		display: none;
	}
	.primary-btn,
	.secondary-btn,
	.tertiary-btn {
		font-size: 20px;
		padding: 14px 22px;
	}
	.primary-btn.btn-ex-small,
	.secondary-btn.btn-ex-small,
	.tertiary-btn.btn-ex-small {
		padding: 8px 22px;
	}
	.main-banner h2 span {
		font-size: 24px;
	}
	.main-banner h4 {
		font-size: 20px;
		line-height: normal;
	}
	.see-why .listing .item {
		width: 100%;
	}
	.see-why .listing .item:last-child {
		margin-bottom: 0;
	}
	.make-easy .title .arrow {
		width: 30px;
		left: -20px;
		bottom: 0;
	}
	.icon-list {
		margin-left: 0;
		margin-right: 0;
	}
	.icon-list .icon-box {
		width: 100%;
		padding: 0 0 30px 0;
		border-bottom: 1px solid #E8E8E8;
	}
	.icon-list .icon-box:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.icon-list .icon-box::after {
		display: none;
	}
	.zip-savings .text-field {
		font-size: 20px;
		padding: 14px 20px;
	}
	.zip-savings .form-list li:not(:last-child) {
		margin-bottom: 20px;
	}
	.zip-savings .form-list li .tertiary-btn {
		width: 100%;
	}
	.estimate-section .title .arrow {
		width: 30px;
		bottom: -70px;
	}
	.news-list .item {
		width: 100%;
	}
	.news-list .item:last-child {
		margin-bottom: 0;
	}
	.site-footer .help-block .info .arrow {
		width: 30px;
	}
	.step-item .text-field {
		font-size: 20px;
		padding: 14px 20px;
	}
	.hd-link {
		font-size: 0;
	}
	.site-header .step-loading {
		left: calc(100% - 120px);
	}
	.form-list li.col-6 {
		width: 100%;
	}
	.article-detail-row .sidebar .news-list .item {
		width: 100%;
	}
	section.ccpa .form {
		padding: 20px;
	}
	.installers-content .locations {
		padding: 20px;
	}
}
@media screen and (max-width: 567px) {
	h1 {
		font-size: 36px;
		line-height: 54px;
	}
	h2 {
		font-size: 30px;
	}
	h6 {
		font-size: 16px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-header,
	.site-header.fixed {
		padding: 14px 20px;
	}
	.site-header .logo {
		max-width: 200px;
	}
	.main-banner h2 span {
		font-size: 20px;
	}
	.main-banner .primary-btn {
		width: 100%;
	}
	.main-banner .note {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.make-easy .title .arrow {
		left: -10px;
	}
	.icon-list .icon-box p {
		font-size: 16px;
	}
	.testimonial-row .content-block {
		padding: 30px 20px;
	}
	.testimonial-row .content-block blockquote p {
		font-size: 16px;
		line-height: 26px;
	}
	.testimonial-row blockquote, .testimonial-row .author-info {
		padding-left: 0;
	}
	.testimonial-row blockquote {
		margin-bottom: 20px;
	}
	.icon-list .icon-box .tertiary-btn {
		width: 100%;
	}
	.zip-savings .saving-block {
		padding: 30px 20px;
	}
	.news-list .item .news-title {
		font-size: 20px;
	}
	.news-list .item .news-title a {
		padding-right: 55px;
	}
	.steps-wrapper .tertiary-btn {
		width: 100%;
	}
	.select-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}
	.custom-radio-icon {
		max-width: inherit;
		min-width: inherit;
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 20px 10px;
		min-height: 160px;
	}
	.custom-radio-icon input[type="radio"] + label .icon {
		max-width: 60px;
		margin: 0 auto 10px auto;
	}
	.mx-400 {
		max-width: 100%;
	}
	.contact-details .item {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	.contact-details .item .icon {
		padding: 0 0 12px 0;
		border-right: 0;
		border-bottom: 1px solid #E8E8E8;
		width: auto;
	}
	.contact-details .item .content {
		width: 100%;
		padding: 4px 0 0 0;
	}
	.article-detail-row .left-block article h3 {
		font-size: 24px;
	}
	.article-detail-row .sidebar .news-list .item .news-title {
		font-size: 20px;
	}
	.title-line > span::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* new style */
.article-detail-row .left-block article h4 span {
	color: #14A693;
}
.article-detail-row .left-block article h4 {
	font-weight: 500;
}