@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
  --black-color: #1d1d1d;
}
html,
body {
  width: 100%;
  height: 100%;
}

body {
  border: none;
  font: 16px 'Quicksand', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #ffffff;
}

input,
textarea,
button,
select {
  font-family: 'Quicksand', sans-serif;
}

button {
  cursor: pointer;
}

p {
  font-family: 'Quicksand', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #232323;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  text-transform: none;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  font-family: 'Quicksand', sans-serif;
}

img {
  max-width: 100%;
  border: none;
}

header {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 90px;
}
.main-page {
  overflow-x: hidden;
}
.heder-extra {
  position: static;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(23, 49, 39, 0.08);
  padding: 20px 0px;
}
.content {
  padding: 90px 0 0;
}
.wrapper {
  max-width: 1167px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.works-wrapper {
  max-width: 1264px;
}
.wrapper.faq {
  max-width: 1157px;
}
.wrapper.max {
  max-width: 1779px;
  padding: 0 25px 0 25px;
}

.hide-block,
.hide-desk,
.menu-block {
  display: none;
}
.footer-section.add-pd {
  padding: 33px 0 33px 0;
}
/* =====NAVIGATION====== */

/* =====HERO====== */
.header-wrapper {
  max-width: 1265px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.change-bg {
  display: flex;
}
.menu-new ul {
  display: flex;
  align-items: center;
}
header .navigate li:not(.get-started) a {
  transition: 0.3s;
}
header .navigate li:not(.get-started) a:hover {
  box-shadow: inset 0 -2px 0 0 #08bce3;
}
header .navigate li:not(.get-started) a.active,
.footer-section .foot-nav ul div:first-child li a.active {
  box-shadow: inset 0 -2px 0 0 #08bce3;
}

header .navigate li a,
.foot-nav ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.spread-blocks {
  display: flex;
  align-items: center;
}
header .navigate li:not(:last-child) {
  margin: 0 60px 0 0;
}
header .navigate .get-started {
  margin: 0 0 0 43px;
}
#list1,
#list2,
#list3 {
  background-color: #ffffff;
  width: 74px;
  height: 85px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
header .navigate .get-started a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  color: #313546;

  font-size: 22px;
  font-weight: 500;
  line-height: 36px;

  border-radius: 30px;
  border: 1px solid #000;
  transition: 0.3s;
}
header .navigate .get-started a:hover,
.preform button:hover,
.why-think-solar .flex-table .col-left ul + a:hover,
.btn-black:hover {
  background: #6588fc;
  color: #fff;
  border: none;
}
.header-main-section {
  padding: 172px 0 260px 0;
}
header .navigate .get-started a:active,
.why-think-solar .flex-table .col-left ul + a:active,
.preform button:active,
.btn-black:active {
  background: #394075;
}
.header-main-section::after {
  content: url('../img/hero-bg.svg');
  display: block;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 150px;

  transform: translate(-50%, -50%) scale(0.8);
}
.header-main-section .wrapper {
  position: relative;
}
.header-main-section .col-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main-section h1 {
  text-align: center;
  color: #394075;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.header-main-section .sub-text {
  color: #000;
  text-align: center;

  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
.header-main-section .hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px 0;
}

.preform {
  width: 400px;

  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.preform .field-box input {
  width: 330px;
  height: 82px;
  padding: 29px 80px;

  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;

  border-radius: 59px;
  border: 1px solid #737373;
  background: #fff;
}
.preform .field-box input::placeholder {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.preform button {
  width: 330px;
  height: 82px;
  margin: 23px 0 0 0;

  outline: none;
  border: none;
  transition: 0.5s;

  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.98px;
  text-transform: uppercase;

  border-radius: 59px;
  background: #f55b2a;
}

.preform button img {
  margin: 0 0 0 20px;
}
.header-main-section .col-right-photo,
.header-main-section .col-left-photo {
  position: absolute;
}

.header-main-section .col-right-photo {
  bottom: -273px;
  right: 0;
}

.header-main-section .col-left-photo {
  top: 151px;
  left: 0;
  z-index: 1;
}

.preform .field-box {
  position: relative;
  z-index: 5;
}

.preform .field-box .zip-error {
  width: 361px;
  position: absolute;
  bottom: -20px;
  left: 23px;
  color: #e91a1a;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.preform .field-box .field-text.input-error {
  border-color: #e72b2b;
}

.time-section .preform .field-box .zip-error,
.saving-money .preform .field-box .zip-error,
.energy-customized .preform .field-box .zip-error {
  bottom: -40px;
  width: 180px;
}
/* =====HOW-IT-WORKS====== */
.how-it-work h2 {
  margin: 0 0 51px 0;
  text-align: center;
  color: #394075;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.how-it-work ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
}
.how-it-work ul li #list1,
.how-it-work ul li #list2 {
  margin: 0 22px 0 0;
}
.how-it-work ul li .bl-text {
  display: flex;
  align-items: center;
  margin: 0 0 22px 0;
}
.how-it-work ul li #list3 {
  margin: 0 22px 0 0;
}
.how-it-work ul li {
  width: 370px;
  height: 240px;

  padding: 0 29px 0 29px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  text-align: center;

  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 16px 25px 0px #eef6fe;
}

.how-it-work ul li h3 {
  text-align: start;
  width: 230px;

  color: #000;

  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.how-it-work ul li #list2 + h3 {
  width: 246px;
}
.how-it-work ul li #list2 {
  margin: 0 8px 0 0;
}
.how-it-work ul li p {
  color: #000;
  width: 270px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}
.how-it-work ul li img {
  margin: 0 0 55px 0;
}
.how-it-work ul li h3 {
  margin: 0 0 8px 0;
}
/* =======It's time */
.time-section {
  position: relative;
}
.time-section::after {
  content: url(../img/bg-time.svg);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 58%;
  max-width: max-content;
  transform: translate(-50%, -50%);
}
.time-section .flex-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.time-section h2 {
  margin: 0 0 57px 0;
  color: #394075;
  text-align: center;

  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.time-section .tx-block {
  width: 479px;
  margin: 0 0 40px 0;
}
.time-section .tx-block p {
  color: #000;

  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.time-section .tx-block p:not(:last-child) {
  margin: 0 0 10px 0;
}
.time-section .preform {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.time-section .preform .field-box input {
  width: 198px;
  height: 72px;
  padding: 25px 25px 25px 30px;
}
.time-section .preform .field-box input::placeholder {
  font-size: 15px;
  font-weight: 400;
}
.time-section .preform button {
  width: 262px;
  height: 70px;

  margin: 0 0 0 19px;
}
/* =====Why Compare with InsureYes Section====== */
.compare-section {
  position: relative;
  padding: 112px 0 235px 0;
}
.compare-section::after {
  content: url(../img/why-left.svg);
  position: absolute;
  z-index: -1;
  left: -230px;
  top: 65%;
  transform: translate(-50%, -50%);
}
.compare-section::before {
  content: url(../img/why-right.svg);
  position: absolute;
  z-index: -1;
  right: -200px;
  transform: translate(-50%, -50%);
}
.compare-section .col-preform {
  bottom: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);

  position: absolute;
  width: 1290px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(23, 49, 39, 0.08);
}
.compare-section .col-preform ul {
  flex-direction: column;
}
.compare-section .col-preform ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.compare-section .col-preform ul li p {
  width: 365px;
}
.compare-section .col-preform ul li:not(:last-child) {
  margin: 0 0 16px 0;
}
.compare-section .col-preform ul {
  margin: 0 0 32px 0;
}
.compare-section .col-preform ul li:before {
  content: url('../img/list-light.svg');
  display: block;
  width: 17px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 3px;
}
.compare-section .col-preform h2 {
  color: #173127;
  margin: 0 0 32px 0;
  text-align: start;
}
.compare-section ul li .img-container {
  margin: 0 0 30px 0;

  width: 171px;
  height: 171px;
  padding: 45px 29px;

  background: #e6f4f1;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-section ul li h3 {
  color: #000;
  text-align: center;

  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 11px 0;
}
.compare-section ul li P {
  width: 246px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.compare-section ul .mg-add {
  margin: 0 70px 70px 0;
}
.compare-section ul .mg-add2 {
  margin: 0 70px 0 0;
}
.compare-section .flex-table ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.compare-section #set2,
.compare-section #set3,
.compare-section #set4,
.compare-section #set5,
.compare-section #set6,
.compare-section #set7 {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.compare-section ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.compare-section .col-right {
  position: relative;
}

.compare-section h2 {
  margin: 0 0 81px 0;
  color: #394075;
  text-align: center;

  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

/* =====Why Think Solar====== */
.why-think-solar {
  position: relative;
  padding: 70px 0 204px 0;
}
.why-think-solar::after {
  content: url('../img/hero-why-soalar.svg');
  display: block;
  position: absolute;
  z-index: -1;
  left: 41%;
  top: -153px;
  transform: translate(-50%, -50%);
}
.why-think-solar h1 {
  margin: 0 0 72px 0;
  color: #000;
  text-align: center;

  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}
.why-think-solar .flex-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-think-solar .flex-table .col-left {
  text-align: center;
}
.why-think-solar .flex-table .col-left ul {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-think-solar .flex-table .col-left .btn-form {
  width: 400px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  transition: 0.3s;

  border-radius: 59px;
  background: #f55b2a;
}
.why-think-solar .flex-table .col-left ul li:not(:last-child) {
  margin: 0 30px 0 0;
}
.why-think-solar .flex-table .col-left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-think-solar .flex-table .col-left ul + p {
  color: #000;
  text-align: center;

  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.why-think-solar .flex-table .col-left ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-think-solar .flex-table .col-left ul li h3 {
  margin: 12px 0 0 0;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
/* =====Using Solar Energy====== */
.using-solar-energy {
  padding: 0 0 421px 0;
}
.using-solar-energy h2 {
  margin: 0 0 50px 0;

  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.using-solar-energy .flex-table .col-left ul {
  display: flex;
  flex-direction: column;
}
.using-solar-energy .flex-table .col-left ul li:not(:last-child) {
  margin: 0 0 20px 0;
}
.using-solar-energy .flex-table .col-left ul li {
  display: flex;
  align-items: center;
}
.using-solar-energy .flex-table .col-left ul li h3 {
  color: #173127;
  margin: 20px 0 12px 0;

  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.using-solar-energy .flex-table .col-left ul li p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
.using-solar-energy .flex-table .col-left ul li .bold-title {
  font-weight: 600;
}
.using-solar-energy .flex-table .col-left ul li div:first-child {
  margin: 0 31px 0 0;
  flex-shrink: 0;
}

.renewable-energy {
  padding: 0 0 134px 0;
}
.renewable-energy h2 {
  margin: 0 0 30px 0;
  text-align: center;
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}
.renewable-energy .flex-table ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.renewable-energy .flex-table ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.renewable-energy .flex-table ul li h3 {
  width: 270px;
  margin: 16px 0 0 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.renewable-energy .flex-table li .internal-circle span {
  color: #394075;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}
.renewable-energy .flex-table .col-left {
  position: relative;
  padding: 83px 102px 61px 81px;
  border-radius: 38px;
  background: #fff8ee;
}
.renewable-energy .flex-table .col-left::after {
  content: url(../img/renewable-left.svg);
  position: absolute;
  left: -20px;
  top: 50%;

  transform: translate(-50%, -50%);
}

.renewable-energy .flex-table .col-left::before {
  content: url(../img/renewable-right.svg);
  position: absolute;
  right: -105px;
  top: 50%;

  transform: translate(-50%, -50%);
}
.renewable-energy .flex-table .col-left .energy-img {
  position: absolute;

  left: 50%;
  top: -152px;

  transform: translate(-50%, -50%);
}
/* =====Energy Customized====== */
.energy-customized {
  position: relative;
  padding: 120px 0 120px 0;
  background: #e6f4f1;
}
.energy-customized::before {
  content: url(../img/waves-bg.svg);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.energy-customized .flex-table .preform {
  margin: 0;
}
.energy-customized .flex-table {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.energy-customized .flex-table .col-flex {
  display: flex;
  margin: 0 0 89px 0;
}
.energy-customized .flex-table .preform {
  width: auto;
  display: flex;
  flex-direction: row;
}
.energy-customized .flex-table .preform button {
  width: 400px;
  height: 82px;
  margin: 0 0 0 41px;
}
.energy-customized .flex-table .preform .field-box input {
  width: 411px;
  height: 82px;
  padding: 26px 195px 20px 40px;

  border-radius: 59px;
  border: 1px solid #c9c9c9;
}
.energy-customized .flex-table ul {
  margin: 0 0 40px 0;
}
.energy-customized .flex-table h2 {
  margin: 0 0 32px 0;

  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.energy-customized .flex-table ul li h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.energy-customized .flex-table ul {
  padding: 0 0 0 20px;
}
.energy-customized .flex-table ul li:not(:last-child) {
  margin: 0 0 5px 0;
}

/* =====Solar Battery==== */
.solar-battery {
  padding: 70px 0 234px 0;
}
.solar-battery h1 {
  margin: 0 0 16px 0;
}
.solar-battery .flex-table .col-left ul {
  margin: 0 0 40px 0;
}
.solar-battery h1 + p {
  margin: 0 0 40px 0;

  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
/* =====Ready Section====== */
.ready-section {
  background: url('../img/ready-left.svg') 0% 50% no-repeat,
    url('../img/ready-right.svg') 100% 150px no-repeat;
  padding: 85px 0 140px 0;
}
.ready-section .flex-table {
  display: flex;
  flex-direction: column-reverse;
}
.ready-section .flex-table .col-right {
  margin: 0 0 28px 0;
  text-align: center;
}
.ready-section .flex-table .col-left h2 {
  color: #000;
  text-align: center;
  margin: 0 0 30px 0;

  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}
.ready-section .flex-table .col-left p {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.ready-section .flex-table .col-left p a {
  color: #f55b2a;
}

/* ====Blackouts======= */
.during-blackouts {
  position: relative;
  padding: 0 0 124px 0;
}
.during-blackouts::before {
  content: url(../img/solar-bg2.svg);
  position: absolute;
  right: 0;
  top: -40%;
}
.during-blackouts::after {
  content: url(../img/solar-bg1.svg);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -220px;
}
.during-blackouts h2 {
  margin: 0 auto 40px auto;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.during-blackouts h2 + p {
  color: #173127;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.during-blackouts ul {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.during-blackouts ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.during-blackouts ul li:not(:last-child) {
  margin: 0 0 70px 0;
}
.during-blackouts ul li p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.during-blackouts h2 + p {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.during-blackouts ul li img {
  margin: 0 64px 0 0;
}
.during-blackouts .flex-table {
  position: relative;
}
.during-blackouts .flex-table::after {
  content: url(../img/line-power.svg);
  position: absolute;
  left: 50%;
  bottom: -103px;

  transform: translate(-50%, -50%);
}

/* =====power======*/
.power {
  padding: 68px 0 120px 0;
}
.power .col-left ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.power .col-left ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.power .col-left ul li:nth-child(even) div {
  margin: 0 30px 0 0;
}
.power .col-left ul li:not(:last-child) {
  margin: 0 0 80px 0;
}
.power .col-left ul li div {
  width: 745px;
  margin: 0 0 0 30px;
}
.power .col-left ul li h3 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.power .col-left ul li p {
  color: #000;

  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
/* =====Dependable Power====== */
.dependable-power {
  padding: 0 0 90px 0;
}
.dependable-power + .dependable-faq {
  background: url(../img/ready-left.svg) 0% 15% no-repeat,
    url(../img/ready-right.svg) 100% 150px no-repeat;
  padding: 90px 0 120px 0;
}
.dependable-faq .sub-title {
  margin: 0 0 20px 0;
  color: #000;
  text-align: center;

  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.dependable-faq p + h2 {
  margin: 0 0 60px 0;
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}
.dependable-power .get-saving {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 50px 0;
}
.dependable-power .flex-table {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.dependable-power .flex-table .col-left {
  width: 603px;
  z-index: 5;
}
.dependable-power .flex-table h2 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
  width: 490px;
}
.dependable-power .flex-table ul li h3 {
  color: #000;
}
.dependable-power .flex-table ul li:last-child::before {
  content: '';
}

.dependable-power .flex-table .preform button {
  width: 265px;
  margin: 0 0 0 18px;
}
.dependable-power .flex-table .preform {
  justify-content: unset;
}
.dependable-power .flex-table .preform .field-box input {
  padding: 29px 50px;
  width: 265px;
  height: 80px;
  border-radius: 59px;
  border: 1px solid #737373;

  background: #fff;
}
/* =====FAQ====== */
.faq-section h2 {
  margin: 0 0 77px 0;
  color: #394075;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;

  text-align: center;
}
.faq-section h2 + P {
  margin: 0 0 60px 0;
  color: #173127;
  text-align: center;

  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.faq-section {
  padding: 126px 0 120px 0;
}
.accordeon .box-acc {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(23, 49, 39, 0.08);
  margin: 0 0 28px;
}
.accordeon .box-acc .ac-head.in {
  border-bottom: 1px solid #eceef3;
}
.accordeon .box-acc .ac-head {
  position: relative;
  padding: 36px 67px 31px 35px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(77, 85, 89, 0.1);

  cursor: pointer;

  transition: 0.5s;
}

.accordeon .box-acc .ac-head:after {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../img/icon-arrow-faq.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
  transition: 0.4s;
}
.accordeon .box-acc .ac-body {
  display: none;
  padding: 24px 32px;
}
.accordeon .box-acc .ac-head.in:after {
  transform: rotate(180deg);
}
.accordeon .box-acc .ac-head h4 {
  color: #000;

  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
.accordeon .box-acc .ac-body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

/* ===== Saving Money Section====== */
.saving-money {
  padding: 0 0 70px 0;
  position: relative;
}
.saving-money::after {
  content: url(../img/footer-bg.svg);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  max-width: max-content;
  transform: translate(-50%, -50%);
}
.saving-money h2 {
  margin: 0 0 12px 0;

  text-align: center;
  color: #394075;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.saving-money h2 + p {
  text-align: center;
  color: #2e2f37;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.saving-money .flex-table {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.saving-money .flex-table .col-left {
  margin: 0 0 24px 0;
}
.saving-money .flex-table .preform {
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.saving-money .flex-table .preform button {
  width: 265px;
  height: 80px;
  margin: 0 0 0 18px;
}
.saving-money .flex-table .preform input {
  padding: 29px 45px;
  width: 265px;
  height: 80px;
}
.saving-money .flex-table .title-box {
  position: relative;
}
.saving-money .flex-table .title-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;

  color: #2e2f37;
}
.saving-money .flex-table .title-box {
  margin: 0 0 24px 0;
}
.saving-money .flex-table .title-box img {
  position: absolute;
  top: 29px;
  right: 275px;
}

/* FOOTER  */
.footer-section {
  background: #616691;
  padding: 26px 0 26px 0;
}
.footer-section .foot-nav ul div:first-child {
  display: flex;
  align-items: center;
}

.footer-section .foot-nav ul {
  display: flex;
  justify-content: space-between;
}
.footer-section .foot-nav ul div:first-child li:nth-child(-n + 3) {
  margin: 0 30px 0 0;
}
.footer-section .foot-nav ul div:first-child li a,
.footer-section .foot-nav ul div:last-child li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.img-sun {
  position: absolute;
  top: -218px;
  right: 22px;
}

.sun {
  position: absolute;
  top: -218px;
  right: 260px;
}

/* =====FORM SECTION =====*/
.form-section {
  padding: 120px 0 226px 0;
}
.form-section .bg-box .box-table {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.first-half-form,
.second-half-form {
  display: flex;
}
.form-section .box-contact .box-table .box-field,
.form-section .box-contact .box-table .field-text {
  position: relative;
}
.form-section .bg-box .box-table .box-field {
  margin: 0 0 15px 0;
}
.form-section .bg-box .box-table .email-subject-container .box-field {
  margin: 0 0 18px 0;
}
.form-section .bg-box .box-table .box-field {
  width: 100%;
  position: relative;
}
.form-section .bg-box .box-table .box-field input,
.form-section .bg-box .box-table .field-text textarea {
  width: 520px;
  height: 70px;

  border-radius: 37px;
  border: 1px solid #c9c9c9;
  background: #fff;

  padding: 18px 38px;

  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
}

.contact-main
  .form-section
  .bg-box
  .box-table
  .email-subject-container
  .field-text
  .text-ar {
  top: 11%;
}
.contact-main
  .form-section
  .bg-box
  .box-table
  .email-subject-container
  .field-text
  .text-ar.prints {
  top: 13px;
}
.contact-main .form-section .bg-box .box-table .field-text textarea {
  height: 148px;
  padding: 20px 0 0 38px;

  resize: none;
}

.form-section .box-contact .box-table label {
  display: none;
  position: absolute;
  bottom: -13px;

  left: 40px;

  color: #f52b2b;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

.contact-main .form-section .box-contact .box-table .textarea-label {
  bottom: 125px;
}
.placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;

  color: #38342e;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;

  transition: 0.3s;
  pointer-events: none;
}
.placeholder.prints {
  font-size: 12px;
  line-height: 10px;
  top: 15px;
}
.feed_contact input.error,
.feed_contact textarea.error,
.error {
  border-color: #e91a1a !important;
}

.box-field > .anim-place.required.email.slice.error + label {
  bottom: -13px;
  left: 30px;
  border-radius: 4px;
}
.form-section .box-contact .box-table .error + label {
  display: block;
}
.name-phone-container {
  margin: 0 71px 0 0;
}
.box-bot-form {
  margin: 65px 0 0 0;
  text-align: start;
}
.btn-black {
  width: 207px;
  height: 70px;

  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  outline: none;
  border: none;

  border-radius: 69px;
  background: #f55b2a;
  transition: 0.5s;
}

.form-section {
  background: url('../img/main-bg-contact.svg') 50% 91% no-repeat;
}
.form-section .bg-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.form-section .box-support h1 {
  color: #173127;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}
.form-section .box-support h1 + p {
  text-align: left;
  width: 305px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.form-section .box-support ul.list-contact li div p {
  width: auto;
  text-align: left;
}
.form-section ul.list-contact li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-section ul.list-contact li .icon {
  margin: 0 9px 0 0;
}
.form-section ul.list-contact li div p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 256px;
}
.form-section ul.list-contact li .text {
  width: 256px;
}

.form-section ul.list-contact {
  margin: 0 0 40px 0;
  display: flex;
}
.form-section ul.list-contact li .text a {
  color: #000;

  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.form-section .box-support h1 {
  color: #394075;
  text-align: left;

  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 11px 0;
}
.form-section ul.list-contact li:first-child {
  margin: 0 46px 0 0;
}
.form-section .bg-box .box-table .col-right {
  position: relative;
}

.form-section .bg-box .box-table .col-right .box-support {
  display: flex;
  flex-direction: row;
}
.terms-section {
  position: relative;
  padding: 129px 0 100px 0;
}
.terms-section::after {
  content: url('../img/text-bg.svg');

  display: block;
  position: absolute;
  z-index: -1;
  left: 41%;
  top: -370px;
  transform: translate(-50%, -50%);
}
.terms-section h1 {
  margin: 0 0 180px 0;

  color: #394075;
  text-align: center;

  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.terms-section p:not(:last-child) {
  margin: 0 0 10px 0;
}

.terms-section p {
  color: #000;

  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.terms-section p a {
  color: #08bce3;
  transition: 0.3s;

  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.terms-section p a:hover {
  text-decoration-line: underline;
}
.contact-thankyou {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  text-align: center;
}
.contact-thankyou .line-thankyou {
  position: absolute;
  width: 45%;
  left: 430px;
  transform: rotate(90deg);
}
.contact-thankyou ul.list-contact li .text {
  text-align: justify;
}
.contact-thankyou .col-right .box-support {
  display: flex;
  flex-direction: row;
}

.contact-thankyou h2 {
  margin: 20px 0 20px 0;
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.contact-thankyou p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
/* ======================== */
.footer-section .foot-nav ul div:first-child li a {
  transition: 0.5s;
}

.footer-section .foot-nav ul div:first-child li:not(:last-child):hover a {
  box-shadow: inset 0 -2px 0 0 #08bce3;
}
.list-contact .text div span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.header {
  background-color: #ffffff;
}
.form {
  height: 100%;
  padding: 0;
}
.page-form-section {
  padding: 0 15px 0 15px;
}
.terms-section section + .wrapper h1 {
  display: none;
}
