@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f9f9f9;
  color: #2f3146;
  font-family: "Jost", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background-color: #78c68e;
}

::-moz-selection {
  color: #fff;
  background-color: #78c68e;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

p, label {
  margin: 0;
}

.page-quiz .sticky-header {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Jost", sans-serif;
}

html, body {
    height: 100%;
}

.wizard-forms {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.rate-value {
  position: relative;
}
.rate-value:before {
  left: 0;
  top: -15px;
  font-size: 22px;
  cursor: pointer;
  content: "";
  color: #78c68e;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}

.rate-value.full-block:before {
  font-weight: 900;
}


/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  display: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
  min-height: 100%;
  height: 100%;

  background-repeat: no-repeat !important;
}


.actions {
  position: absolute;
  bottom: 0;
  z-index: 55;
  margin-bottom: 20px;
}
.actions li {
  height: 65px;
  color: #3c3c3c;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  line-height: 70px;
  margin-left: 85px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  text-transform: uppercase;
}
.actions li span, .actions li button {
  border: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  text-align: left;
}

.hint {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 500px;
  z-index: 345;
  font-size: 20px;
  text-align: right;
}

.hint p {
  font-weight: 500;
}

.wizard-progress {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 230px;
  z-index: 3;
}
.wizard-progress span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.wizard-progress .progress {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid black;
}
.wizard-progress .progress-bar {
  border-radius: 30px;
  background-color: #40b5a3;
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-content-1 {
  margin: 0;
  background-color: #fff;
  border-radius: 20px;
}
.wizard-content-1 .survey-top-title {
  top: -90px;
  z-index: 1;
  margin: 0 auto;
  font-size: 45px;
  max-width: 1490px;
  border-radius: 100px;
  padding: 45px 0px 35px;
  background-color: #233d50;
}

.wizard-content-1 .survey-top-title h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 45px;
  max-width: 550px;
  font-weight: 700;
  line-height: 1.111;
}
.wizard-content-1 .survey-form-img {
  float: none;
  margin-right: 100px;
}
.wizard-content-1 .survey-form-img img {
	max-width: 120px;
}
.wizard-content-1 .survey-form-area {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-self: flex-end;
  justify-content: center;
}
.wizard-content-1 .survey-form-field h3 {
  color: #1b1b1b;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 45px;
}
.wizard-content-1 .survey-form-field li {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
  text-align: center;
}
.wizard-content-1 .survey-form-field li label {
  width: 100%;
  color: #414040;
  font-size: 40px;
  font-weight: 600;
  padding-left: 65px;
}
.wizard-content-1 .survey-form-field li .exp-option-box {
  display: none;
}
.wizard-content-1 .survey-form-field li .checkmark-border:before {
  top: 10px;
  width: 45px;
  content: "";
  left: -65px;
  height: 45px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.wizard-content-1 .survey-form-field li .checkmark-border:after {
  top: 15px;
  left: -60px;
  width: 35px;
  content: "";
  height: 35px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #3bbdaf;
}
.wizard-content-1 .survey-form-field li .exp-option-box:checked ~ .checkmark-border:after {
  display: block;
}
.wizard-content-1 .q-depth-input-area .input-depth input {
  width: 100%;
}
.wizard-content-1 .survey-content-two .survey-form-field {
  max-width: 700px;
  padding-top: 120px;
  display: inline-block;
}
.wizard-content-1 .survey-content-two .survey-form-field h3 {
  font-size: 40px;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth {
  margin-bottom: 20px;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth input {
  height: 80px;
  border-radius: 4px;
  padding-left: 90px;
  border: 2px solid #78c68e;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth .in-icon {
  top: 23px;
  left: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  border-radius: 100%;
  background-color: #def7e5;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth .in-icon i {
  color: #78c68e;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting {
  margin: 18px 0px 65px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 40px 30px;
  border: 2px solid #78c68e;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting .survey-rate-text {
  left: 0;
  right: 0;
  color: #fff;
  width: 155px;
  height: 28px;
  bottom: -15px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  position: absolute;
  border-radius: 6px;
  background-color: #78c68e;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li {
  width: 30px;
  height: 25px;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li label {
  padding-left: 0;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li .survey-rate {
  display: none;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li .survey-rate-option .survey-rate:checked ~ .rate-value:before {
  content: "";
  font-weight: 900;
}
.wizard-content-1 .survey-content-two .survey-rate-content {
  padding-top: 70px;
}
.wizard-content-1 .survey-content-two .survey-rate-content h3 {
  padding-bottom: 32px;
}
.wizard-content-1 .survey-content-two .survey-rate-content p {
  color: #1b1b1b;
  font-size: 20px;
}
.wizard-content-1 .survey-content-two .survey-connect-option {
  max-width: 470px;
  margin-top: 10px;
}
.wizard-content-1 .survey-content-two .survey-connect-option:after {
  top: 25px;
  right: 20px;
  font-size: 20px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.wizard-content-1 .survey-content-two .survey-connect-option select {
  width: 100%;
  height: 80px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 4px;
  padding-left: 35px;
  border: 2px solid #78c68e;
  -webkit-appearance: none;
}
.wizard-content-1 .survey-content-two .survey-thankyou p {
  color: #1b1b1b;
  font-size: 20px;
  padding: 10px 0px;
}
.wizard-content-1 .survey-content-two .survey-thankyou h2 {
  color: #1b1b1b;
  font-size: 42px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .wizard-content-1 .survey-form-area {
    padding: 10px 30px 80px;
  }

  .wizard-content-1 .survey-form-img {
    margin-right: 40px;
  }

  .wizard-content-1 .survey-content-two .survey-form-field {
    max-width: 615px;
  }

  .actions li {
    width: 220px;
  }

  .wizard-progress {
    left: 15px;
  }

  .wizard-content-1 .survey-top-title {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .wizard-content-1 .survey-form-img {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .wizard-content-1 .survey-top-title {
    top: 0;
    border-radius: 0;
  }

  .wizard-content-1 .survey-top-title:before,
  .wizard-content-1 .survey-top-title:after {
    border-radius: 0;
    left: 0;
    right: 0;
  }

  .wizard-content-1 .survey-form-img {
    width: 100%;
  }


  .wizard-progress {
    width: 250px;
  }

  .actions li {
    height: 60px;
    font-size: 14px;
    width: 180px;
    line-height: 62px;
  }

  .wizard-content-1 {
    margin-top: 0;
  }
}


@media screen and (max-width: 1024px) and (orientation: landscape) {
        .final-page .final_left {
          max-width: 45vw !important;
        }

        body .multisteps-form__panel {
          background-size: 510px auto !important;
        }
}


@media screen and (max-width: 940px) and (orientation: landscape) {
        h1 {
          font-size: 25px;
        }

        .wizard-content-1 .survey-form-field li .checkmark-border:before {
          top: 0;
        }

        .wizard-content-1 .survey-form-field li .checkmark-border:after {
          top: 5px;
        }

        .wizard-content-1 .survey-form-field li label {
          font-size: 30px;
        }

        .final_left img {
          max-height: 63vh !important;
        }

        .final_right {
          top: 50px;
          bottom: unset;
          max-width: 45%;
        }

        .final_right img {
          max-width: 100% !important;
        }

        .final_mid {
          top: unset !important;
          bottom: 135px !important;
          left: 42% !important;
        }

        .final-page .sticky-header img {
          filter: invert(0);
        }

        .final-page.final-inv .sticky-header img {
          filter: invert(1);
        }

        .sticky-header {
          bottom: 50px;
          top: unset !important;
        }

        .page-quiz .actions li {
          line-height: 69px;
        }

        body .multisteps-form__panel {
          background-size: 330px auto !important;
        }

        .final-page .wizard-forms {
          height: 100vh;
        }

        .final-page .final_left img {
          max-height: 73vh !important;
        }

        .final-page .final_left img {
          margin-top: 20px;
          margin-left: 30px;
        }

        #link_aa {
          right: 1% !important;
          width: 25% !important;
        }

        #link_aa_tel {
          bottom: 5% !important;
          right: 7% !important;
          width: 45% !important;
        }

        .final-inv #link_aa {
          right: unset !important;
          width: 25% !important;
        }

        .final-inv #link_aa_tel {
          bottom: 5% !important;
          right: unset !important;
          width: 45% !important;
        }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .main-btn {
    font-size: 14px !important;
    padding: 10px 35px !important;
  }

  .page-start .actions li img {
    top: 3px !important;
    left: 85px !important;
    max-width: 40px !important;
  }

  body .multisteps-form__panel {
    background-size: 270px auto !important;
  }

  .final-page .actions li {
    margin-left: 77px;
    line-height: 68px;
  }

  .final-page .actions li img {
    left: 35px !important;
  }

  .final-page .final_left
  {
    position: relative !important;
  }

  .final-page .sticky-header {
    bottom: 30px;
    right: 10px !important;
  }

  .page-quiz .actions li {
    margin-left: 65px !important;
  }

  .page-quiz .actions li img {
    left: 20px !important;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
        .final-page .final_left {
          max-width: 50vw;
        }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
        .final_mid {
          top: 45% !important;
          left: 11% !important;
          right: 0;
          margin: 0 auto;
        }

        .final-page .final_left {
          max-width: 60vw;
        }

        .page-quiz .multisteps-form__panel {
          background-position: bottom -15px right -40px !important;
          background-position: bottom -35px right -20px !important;
          background-size: 100% auto !important;
        }
}

@media screen and (max-width: 600px) and (orientation: portrait) {

  .sticky-header {
    top: 30px !important;
    right: 40px !important;
  }

  .sticky-header img {
    max-width: 80px !important;
  }

  .final_mid {
    width: auto !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .final_left {
    max-width: 50vw !important;
    padding-top: 10px;
  }

  .final_left img {
    max-width: 100% !important;
    margin-top: 30px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .final_right {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100% !important;
  }

  .final_right img {
    float: none !important;
    margin: 0 auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-btn {
    display: block !important;
    position: relative !important;
    max-width: 260px;
  }

  .final-page .sticky-header {
    bottom: 50px;
    right: 30px !important;
    top: unset !important;
  }

  .final-page .wizard-forms {
    overflow: visible !important;
  }

  .final-page .final_left {
    top: 0px !important;
    max-width: 100vw !important;
  }

  .final-page .final_left img {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    max-height: 50vh !important;
  }

  .final-page .final_right {
    max-width: 80%;
    left: 30px;
    max-width: 52%;
    top: 25px;
    margin: 0;
  }

  .final-page .final_right img {
    margin-left: 0;
    margin-right: 0;
    max-height: 18vh;
  }

  .final-page .actions {
    top: unset !important;
    bottom: unset !important;
    margin-top: 30px;
  }

  .final-page .actions li {
    margin-left: 65px;
    line-height: 68px;
  }

  .final-page .actions li img {
    left: 25px;
  }

  .page-quiz .hint p,
  .page-quiz .actions {
    display: none !important;
  }

  .page-quiz h1 {
    font-size: 29px;
  }

  .page-quiz .survey-form-field {
    width: auto !important;
    margin-top: 140px;
  }

  .page-quiz .survey-form-field ul {
    background: #31948f;
    padding-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
  }

  .page-quiz .wizard-cont-1 .survey-form-field ul,
  .page-quiz .wizard-cont-4 .survey-form-field ul,
  .page-quiz .wizard-cont-7 .survey-form-field ul,
  .page-quiz .wizard-cont-10 .survey-form-field ul {
    background: #253844;
  }

  .page-quiz .wizard-cont-1 .exp-label,
  .page-quiz .wizard-cont-4 .exp-label,
  .page-quiz .wizard-cont-7 .exp-label,
  .page-quiz .wizard-cont-10 .exp-label {
    color: white;
  }

  .exp-label {
    text-shadow: none !important;
  }

  .page-quiz .wizard-content-1 .survey-form-field li label {
    font-weight: 600;
    font-size: 30px;
  }

  .page-quiz .wizard-content-1 .survey-form-field li .checkmark-border:before {
    top: 2px;
  }

  .wizard-content-1 .survey-form-field li .checkmark-border:after {
    top: 7px;
  }

  .page-quiz .multisteps-form__panel {
    background-position: bottom -15px right -40px !important;

    background-position: bottom -35px right -20px !important;
    background-size: 110% auto !important;
  }

  .wizard-content-1 .survey-form-area {
    padding: 10px 20px 80px;
  }

  .page-quiz .wizard-progress {
    margin-top: 10px;
    width: 50%;
  }

  .page-quiz .sticky-header {
    position: absolute;
    display: block;
    z-index: 5;
  }

  .wizard-cont-3 .sticky-header img,
  .wizard-cont-6 .sticky-header img,
  .wizard-cont-9 .sticky-header img,
  .wizard-cont-12 .sticky-header img {
    filter: invert(1);
  }

  .final-page .final_left,
  .final-page .final_right {
    position: relative !important;
  }

  .multisteps-form__form,
  .form-area,
  .wrapper,
  .wizard-content-1,
  .step-inner-content {
    height: 100% !important;
  }

  .wizard-content-1 .survey-form-area {
    min-height: auto !important;
  }

  .page-quiz {
    overflow: hidden !important;
  }

  #link_aa {
    right: 1% !important;
    width: 25% !important;
  }

  #link_aa_tel {
    bottom: 5% !important;
    right: 7% !important;
    width: 45% !important;
  }

  .final-inv #link_aa {
    right: 1% !important;
    width: 25% !important;
  }

  .final-inv #link_aa_tel {
    bottom: 5% !important;
    right: 7% !important;
    width: 45% !important;
  }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
  .page-start .final_right {
    bottom: 20px !important;
  }

  .page-quiz h1 {
    font-size: 19px;
  }

  .page-start .final_right img {
    max-width: 85% !important;
  }
}