@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

:root {
  --white: #ffffff;
  --black: #000000;
  --grey: #F8F9FA;
  --blue: #2b7dc5;
  --yellow: #FDF8BF;
  --red: #cc0000;
  --slider-bg: #cc0000;
}
html, body{
  margin: 0;
  padding:0;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
} 
a:hover {
  color: #000000;
}
h3 span {
  color: var(--blue);
  font-weight: 700;
}
.section1 h3 span{
    color: var(--red);
}
/* google */
.google-review {
  padding: 15px 0;
  background: #003187;
}

.google-img {
  text-align: left;
}

.google-img img {
  height: 25px;
}

.google-txt {
  text-align: right;
}

.google-txt p {
  margin: 0 auto 0 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
}
/* navbar */
.nav {
  background: var(--blue);
  text-align: center;
  padding: 25px 0;
}
.formSelect h1{
    font-weight: 700;
    color: var(--blue);
}
.nav-logo img {
  height: 55px;
}
/* header */
.form-box {
  border-radius: 20px;
  background: linear-gradient(90deg, var(--grey) 0.93%, var(--white) 91.03%);
  height: 500px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-step {
  display: none;
} 
.header-img img {
  width: 620px;
  margin: -45px auto 0 auto;
}
/* form */
.form-content {
  text-align: center;
}
.form-step h3 {
  color: var(--black);
  font-size: 27px;
  font-weight: 700;
}
.form-step h3 span {
  color: var(--blue);
}
.range-container {
  position: relative;
  margin: 20px 0;
  text-align: center;
}  
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--red);
  cursor: pointer;
  margin: -5px 0 0 -1px;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 12px;
  background: linear-gradient(to right, #cc0000 0%, #cc0000 var(--slider-value, 0%), rgba(224, 224, 224, 0.10) var(--slider-value, 0%), rgba(224, 224, 224, 0.10) 100%);
}
input[type=range]::-moz-range-track {
  height: 4px;
  border-radius: 12px;
  background: linear-gradient(to right, #cc0000 0%, #cc0000 var(--slider-value, 0%), rgba(224, 224, 224, 0.1) var(--slider-value, 0%), rgba(224, 224, 224, 0.10) 100%);
}
input[type=range]::-ms-track {
  height: 4px;
  border-radius: 12px;
  background: transparent;
  border: none;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
  margin: -5px 0 0 -1px;
}
#rangeValue {
  color: var(--blue);
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
.value-symb {
  color: var(--black);
  font-size: 35px;
  font-weight: 500;
  margin-left: 5px;
}
#range-warn {
  display: none;
}
.options-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
} 
#form .modal-header{
  border: none;
  text-align: center;
  justify-content: center;
  padding-top: 30px; 
}
#form .modal-title{
    color: var(--blue);
  font-size: 42px;
  font-weight: 700;
}
#form .modal-header p{
  font-size: 18px;
  color: #716f7d;
}
.form-step.active{
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.small-label, .large-label {
  width: 80px;  
  height: 80px; 
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}

.num-credit + label {
  position: relative;
  padding-left: 50px; /* To make space for the icon */
}

.num-credit + label:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  transition: all 0.6s ease;
} 
#label-automovel:before {
  background-image: url('/simularE/img/icons/preForm_car.svg');
  background-size: 40px;
} 
#label-cartao-credito:before {
  background-image: url('/simularE/img/icons/preForm_credito.svg');
  background-size: 35px;
} 
#label-pessoal:before {
  background-image: url('/simularE/img/icons/preForm_pessoal.svg');
  background-size: 25px;
  background-position: 4% center;
  left: 15px;
}
 
#label-outros:before {
  background-image: url('/simularE/img/icons/outro.svg');
  background-size: 35px;
  background-position: 3% center;
  left: 10px;
}
.num-credit:checked + label{ 
  color: var(--white) !important;
}
.num-credit:checked + label:before{
  filter: brightness(0) invert(1);
}
.small-label img{
  max-width: 80px;
  max-height: 80px;
  padding: 10px;
}  
.small-label.active img, .small-label:hover img{
  filter: brightness(0) invert(1);
}
#contactform .large-label {
  width: 65px;
  height: 65px;
}
#googleReviews{
    width: 230px; 
    display: block; 
    object-fit: contain;
}
.modal-dialog{
  width: 80%;
  max-width: 1024px;
}
#form .modal-dialog{
  height: 80%;
}
#form .modal-content, .modal-content{
  background-color: #fff; 
  height: auto;
  color: #000000;
}
#form .modal-content{
  padding-bottom: 60px;
}
#form .modal-inner-content{
  height: 100%;    
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
} 
.hidden-checkbox {
  display: none;
}
.small-radio-option{
  width: 100%;
  display: flex;
  align-items: center; 
}
.next, .submit{
  width: 100%;
  border: none;
  background: var(--red);
  color: var(--white);
  font-size: 20px;
  margin: 30px 0 0;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
}

.small-radio-option p{
  margin: 0;
}
.checkbox-label {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 5px;  
  background-color: #fff;  
  transition: background-color 0.3s ease;
}
 
.hidden-checkbox:checked + .checkbox-label {  
  border-color: var(--red);
}
#contactform{
  max-width: 1024px;
  width: 80%;
}
.formSelect{
  padding: 45px 20px;
  background-color: #cfe2ef3b;
  border-radius: 30px;
}
label.error{
  height: 5px !important;
  width: 100% !important;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
  padding: 10px 0 !important;
}
label#nacionalidadeTitular1-error, label#nacionalidadeTitular2-error{
    padding: 0 !important;
}
label#situacaoHabitacao-error, label#situacaoProfissional1-error, label#situacaoProfissional2-error{
    padding: 20px !important;
}
#contactform .small-radio-option label{
  width: 65px;
  height: 45px;
}
.radio-option {
  margin-top: 20px;
}
.radio-option input[type="checkbox"] {
  display: none;
}
.radio-option input[type="checkbox"] + label {
  width: 110px;
  height: 100px;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--black);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer !important;
  line-height: 1.2;
  margin: 0 10px 0 0;
  transition: all 0.6s ease;
}
#form-link{
  display: flex;
  height: 50px;
  text-decoration: none;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  background: var(--red);
  color: var(--white);
  margin-top: 35px;
  border-radius: 10px; 
  justify-content: center;
  align-items: center;
}
.formSelect .radio-option input[type="checkbox"] + label {
  width: 100%;
  height: 45px;
  padding-left: 55px;
  justify-content: flex-start;
  flex-direction: row;
}
.box-teste{
    margin: 20px;
    padding: 30px 10px 20px;
    box-shadow: 0 0 10px #2b7dc559;
    transition: all 0.7s ease;
}
.box-teste:hover{
    box-shadow: 0 0 25px var(--blue);
    transform: scale(1.05); 
}
.form-step input{
  border-radius: 8px;
  padding: 12px 16px;
  outline: 0;
  border: 2px solid #5f5f5f20;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #25232c;
}
input[type = 'range']{
  -webkit-appearance: none!important;
  width: 100%;
  height: 4px!important;
  border: none!important;
  outline: 0!important;
  border-radius: 2px!important;
  padding: 0!important;
  margin: 0;
}
.range-container{
  width: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: start;
}
.slider{
  display: flex;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; 
  margin: -3px auto 0;
  gap: 15px;
  max-width: 96%;
  width: 100%;
}

#contactform  .no-image label{
  background: var(--white);
  border: 2px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  border-radius: 50%;
  font-size: 28px;
  height: 85px;
  width: 85px;
  transition: all 0.5s ease;
}
#contactform .no-image label.large-label{
  max-width: 175px;
  height: 70px;
  width: 40%;
  border-radius: 15px;
}
#contactform  .no-image label:hover, #contactform  .no-image label.active{
  background: var(--red); 
  color: var(--white); 
  box-shadow: 0 2px 10px  #cc000054;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
}
.radio-option label:hover { 
  box-shadow: 0 2px 10px  #cc000054;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  color: var(--white) !important;
} 
.radio-option label:hover:before{
  filter: brightness(0) invert(1);;
}
.img-label {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 40%;
  max-width: 200px;
  object-fit: contain;
}
.img-label:hover div, .img-label.active div{
  width: 100%; 
  background-color: var(--red);
  border-radius: 100%;
  max-width: 80px;  
}
#step-1 .mt-3.d-flex.gap-4.col-12.justify-content-between{
    align-items: flex-end;
}
.img-label div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  background-color: var(--white);
  border-radius: 100%;
  max-width: 80px; 
  max-height: 80px;
  border: 2px solid var(--red);
  transition: all 0.6s ease;
} 
.img-label:hover img, .img-label.active img{
  filter: brightness(0) invert(1); 
}
.img-label img{
  transition: all 0.6s ease;
  max-width: 80px;
}
.radio-option input[type="checkbox"]:checked + label {
  background-color: var(--red);
  color: var(--black);
  border: 1px solid var(--red);
  background-repeat: no-repeat !important;
}
.radio-option label img, .radio-option label svg {
  max-height: 35px;
}
#maybe img {
  margin-top: 15px;
}
.form-inputs {
  width: 80% !important;
  height: 50px;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(72, 201, 211, 0.5);
  border: none;
  color: var(--black) !important;
  border-radius: 10px;
  cursor: pointer;
  padding-left: 20px !important;
  margin: 20px 0 !important;
  font-size: 16px !important;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: var(--black);
  font-weight: 300;
}
:-moz-placeholder {
  color: var(--black);
  font-weight: 300;
  opacity: 1;
}
::-moz-placeholder {
  color: var(--black);
  font-weight: 300;
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--black);
  font-weight: 300;
}
::-ms-input-placeholder {
  color: var(--black);
  font-weight: 300;
}
::placeholder {
  color: var(--black);
  font-weight: 300;
}
.form-check {
  text-align: center;
  margin: 0;
  padding: 0;
}
.form-check label {
  margin: 20px 0 0 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  color: var(--black);
  font-size: 13px;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2.5px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--black);
}
.form-check input[type=checkbox]:checked + .checkmark:after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 15px;
  margin-left: 0px;
  margin-top: -2px;
  color: var(--blue);
}
#politica-link {
  color: var(--black);
}
#politica-link:hover {
  color: var(--blue);
}
.form-btn {
  width: 305px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background: var(--yellow);
  color: var(--black);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.form-btn:hover {
  background: var(--blue);
  color: var(--white);
}
.error, #termos-error {
  width: 100%;
  font-size: 11px;
  color: var(--red);
  padding: 0;
  text-align: left;
  margin: 0;
}

/* TY-page */
.main-message {
  padding: 100px 0;
}
.ty-icon {
  text-align: center;
}
.ty-icon img {
  max-width: 100%;
}
.ty-message h6 {
  color: var(--black);
  font-size: 22px;
  font-weight: 400;
}
.ty-message h6 span {
  font-weight: 700;
}
span#blue{
  color: var(--blue);
}
.process {
  text-align: center;
  padding: 90px 0 120px 0;
  background: var(--grey);
}
.proc-txt {
  margin-bottom: 60px;
}
.proc-txt h4 {
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
.proc-txt h4 span {
  color: var(--red);
}
.step-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step {
  width: 16%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.step img {
  width: 70px;
  margin: 0 auto 20px auto;
}
.step span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--blue);
}
.step p {
  font-size: 16px;
  font-weight: 600;
  margin: 20px auto 0 auto;
  max-width: 60%;
  line-height: 1.2;
  min-height: 40px;
}
.line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  border-top: 6px solid var(--blue);
  left: 110px;
  top: 57%;
  z-index: -1;
}
/* end */

.cardBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardBox img{
    object-fit: contain;
    max-height: 400px;
    height: 100%;
}
.cardBox .flip-card-inner img{
    margin:0;
    width: 65px;
}
.endingValue{
    color: var(--white);
    padding: 5px 30px 10px;
    border-radius: 0 0 20px 20px;
    background-color: var(--red);
}  
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.flip-card-back .endingValue{
    background-color: var(--blue);
}
.cardBox span{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
.reducaoTotal{ 
    animation: pulse 3s ease-in-out infinite;
    color: var(--blue) !important;
}
.cardContent{
    min-width: 260px;
    width: 80%;
    justify-content: center;
    align-items: center;
}
.cardBox .flip-card-front, .cardBox .flip-card-back{
    background: transparent;
}
.flip-card-front .cardContent{
    background-color: #fff;
    border: 1px solid var(--red);
    border-radius: 30px;
    padding: 20px;
}
.cardBox p{
    font-size: 27px;
    font-weight: 700;
}
.endingValue{
    margin: 0;
}
.flip-card-back p.m-auto{
    font-size: 26px;
    font-weight: 600;
}
.flip-card-back .cardContent{
    border: 1px solid var(--blue);
    border-radius: 30px;
    padding: 20px;
    background: #fff;
}
.cardBox sub{
    font-size: 16px;
}
.cardBox .flip-card{
    height: 100%;
    margin: 0 auto;
}
.cardBox .flip-card-inner, .cardBox .flip-card-back, .cardBox .flip-card-front{
    height: 500px; 
}
.cardBox .flip-card-back{
    border: none;
}
.cardBox .flip-card-front .card-title{
    color: var(--white);
    font-size: 28px;
    padding: 15px 30px 10px;
    border-radius: 20px 20px 0 0;
    background-color: var(--red);
}
.cardBox .flip-card-back .card-title{
    color: #fff;
    font-size: 28px;
    padding: 15px 30px 10px;
    border-radius: 30px 30px 0 0;
    background-color: var(--blue);
}
.error-box h3 {
  font-size: 30px;
}
.error-box p {
  font-size: 20px;
}
/* Section 1 */
.section1 {
  padding: 60px 0;
  text-align: center;
}
.sec1-txt {
  margin-bottom: 50px;
}
.sec1-txt h3 {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto;
}
.flip-card {
  background-color: transparent;
  width: 90%;
  height: 295px;
  perspective: 1000px;
  margin: 0 auto 30px auto;
}
.flip-card-front, .flip-card-back {
  padding: 20px;
}
.flip-card-front img {
  height: 70px;
  margin-bottom: 20px;
}
.card-title {
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
}
.card-p {
  margin: 10px 0;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 90%;
}
.card-p span {
  font-weight: 700;
}
.flip-card-back ul {
  text-align: left;
  font-size: 14px; 
  font-weight: 700;
}
.flip-card-back ul li {
  margin-bottom: 5px;
}
.flip-card-front .cardContent > div, 
.flip-card-back .cardContent > div, 
.flip-card-front .endingValue {
    opacity: 0;
    transition: opacity 1s ease;  
}
.flip-card-front .cardContent > div.show, 
.flip-card-back .cardContent > div.show, 
.flip-card-front .endingValue.show {
    opacity: 1;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} 
.flip-card-front, .flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}
.flip-card-front {
  background: var(--grey);
}
.flip-card-back {
  border: 1px solid var(--red);
  background: var(--grey);
  transform: rotateY(180deg) scale(1.04);
}
.custom-dots3 {
    text-align: center;
    margin-top: 20px;
}
.custom-dots3 .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.custom-dots3 .slick-dots li {
    margin: 0 5px;
}
.custom-dots3 .slick-dots li button {
    background-color: var(--grey); 
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.custom-dots3 .slick-dots li.slick-active button {
    background-color: var(--blue);
}
/* section 2 */
.section2 {
  text-align: center;
  padding: 10px 0 60px;
}
.section2 h5{
    font-size: 25px;
}
.section2 p{
    max-width: 340px;
    font-size: 18px;
}
.sec2-txt {
  margin-bottom: 40px;
}
.sec2-txt h3 {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 70%;
  margin: 0 auto;
}
.section2 .d-none.d-md-flex .d-flex, .section2 .d-block.d-md-none .d-flex{
    background:  var(--grey);
    padding: 20px 30px;
    border-radius: 30px;
    transition: all 0.6s ease;
} 
.section2 .d-none.d-md-flex .d-flex:hover, .section2 .d-block.d-md-none .d-flex:hover{
    scale: 1.1;
    box-shadow: 0 0 10px var(--red);
}
.team-slider-box {
  margin: 0 10px;
}
.persona-outer {
  max-width: 90%;
  height: 505px;
  background: var(--grey);
  border-radius: 20px 20px 0 0;
  padding: 20px;
  border-bottom: 15px solid var(--yellow);
  margin: 0 auto;
}
.persona-inner {
  text-align: center;
}
.persona-inner img {
  height: 350px;
  margin: 0 auto;
}
.persona-inner h6 {
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  line-height: 1.1;
}
.persona-inner p {
  font-size: 20px;
  color: var(--black);
  font-weight: 400;
  line-height: 1.1;
  max-width: 60%;
  margin: 0 auto;
  padding: 0;
}
.custom-dots {
    text-align: center;
    margin-top: 20px;
}
.custom-dots .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.custom-dots .slick-dots li {
    margin: 0 5px;
}
.custom-dots .slick-dots li button {
    background-color: var(--grey); 
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.custom-dots .slick-dots li.slick-active button {
    background-color: var(--blue);
}
/*Section 2*/
.section2 img{
    margin-bottom: 20px;
    max-width: 75px;
}
.section2 p{
    font-size: 16px;
    line-height: 1.2;
}
/* section3 */
.section3 {
  text-align: center;
  padding: 20px 0 60px 0;
}
.sec3-txt {
  margin-bottom: 50px;
} 
.sec3-txt h3,.section2 h3{
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 100%;
  margin: 0 auto;
}
.sec3-txt p {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.2;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}
.bullet-box {
  width: 90%;
  height: 420px;
  border-radius: 20px;
  text-align: left;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.6s ease;
}
#wrong {
  background: var(--white);
  border: 3px solid var(--grey);
  box-shadow: 10px 10px 10px var(--grey);
}
#wrong:hover{ 
  box-shadow: 0 0 15px var(--red); 
}
#right {
  background: var(--grey);
  border: 2px solid var(--blue);
  box-shadow: 0 0 15px #2b7dc5b8; 
}
#right:hover{
  box-shadow: 10px 10px 50px (--blue);
}
.bullet-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px var(--grey);
}
.bullet-box h5 {
  color: var(--blue);
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.bullet-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 95%;
}
.bullet-box ul li {
  padding-left: 30px;
  margin-bottom: 10px;  
  background-size: 20px 20px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: var(--black)
}
#wrong ul li {
  background: url('/simularE/img/wrong.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
#right ul li {
  background: url('/simularE/img/right.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
/* section 4 */
.section4 {
  text-align: center;
  padding: 20px 0 50px 0;
}
.sec4-txt {
  margin-bottom: 10px;
}
.sec4-txt h3 {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 100%;
  margin: 0 auto;
}
.sec4-txt p {
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 1.2;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}
.testimonial-img img {
  max-width: 95%;
  margin: 0 auto;
}
.custom-dots2 {
    text-align: center;
    margin-top: 20px;
}
.custom-dots2 .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.custom-dots2 .slick-dots li {
    margin: 0 5px;
}
.custom-dots2 .slick-dots li button {
    background-color: var(--grey); 
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.custom-dots2 .slick-dots li.slick-active button {
    background-color: var(--blue);
}
/* footer */
.footer {
  background: var(--blue);
  padding: 50px 0;
}
.footer-txt h3 {
  color: var(--white);
  line-height: 1.1;
  font-size: 35px;
  font-weight: 400;
}
.footer-txt h3 span {
  color: var(--white);
  font-weight: 700;
}
.foot-cta {
  text-align: right;
}
.footer-cta {
  width: 305px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background: var(--white);
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-cta:hover {
  border: 2px solid var(--white);
  box-shadow: 0 0 15px var(--white);  
  transform: scale(1.1);
}
/* Thank you page */
.ty-box {
  background: var(--white);
  width: 95%;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(72, 201, 211, 0.5);
  text-align: center;
}
.box-title {
  background: var(--blue);
  margin: 0;
  padding: 15px 0;
  border-radius: 20px 20px 0 0;
}
.box-title h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-weight: 700;
  font-size: 17px;
}
.box-txt {
  padding: 30px 20px;
}
.box-txt img {
  height: 130px;
  margin: 12px 0;
}
.box-txt h3 {
  font-size: 35px;
  color: var(--black);
}
.box-txt p {
  font-size: 16px;
  line-height: 1.2;
}
/* offerwall */
.offer-header {
  padding: 80px 0 140px 0;
  background: var(--blue);
  animation: backgradi 10s ease-in-out infinite;
}
@keyframes backgradi {
  0% {
    background-color: var(--blue);
  }
  25% {
    background-color: #3AA1A9;
  }
  50% {
    background-color: #2C7F85;
  }
  75% {
    background-color: #3AA1A9;
  }
  100% {
    background-color: var(--blue);
  }
}
.offer-head-logo img {
  width: 80%;
}
#offer-box-title {
  background: var(--yellow);
}
#offer-box-title h6 {
  color: var(--black);
}
.offerwall {
  text-align: center;
  padding: 60px 0;
}
.offerwall-txt {
  margin-bottom: 20px;
}
.offerwall-txt h3 {
  font-size: 35px;
  color: var(--black);
  animation: scaleUpDown 4s infinite;
}
@keyframes scaleUpDown {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.offerwall-txt p {
  font-size: 20px;
}
.offer-box {
  margin: 0 auto 20px auto;
  background: var(--white);
  border: 1px solid var(--blue);
  padding: 40px 25px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 10px solid var(--blue);
}
.offer-box:hover {
  transform: scale(1.02);
}
.offer-box img {
  width: 180px;
}
.offer-txt {
  text-align: left;
  width: 55%;
  margin: 0 20px;
  padding: 0 20px 0 0;
  border-right: 2px dashed var(--black);
}
.offer-txt p {
  color: var(--black);
  font-size: 16px;
  line-height: 1.2;
  margin: 0; 
}
.ty-pg-cta {
  width: 200px;
  height: 44px;
  border-radius: 50px;
  border: none;
  background: var(--yellow);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ty-pg-cta:hover {
  background: var(--blue);
  color: var(--white);
}
/* Adstartegy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}

/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: #1E1E1E;
  margin-top: 20px;
  cursor: pointer;
}
.termContainer a{
  color: var(--blue);
}
.termContainer input {
  display: none;
}
.termContainer a:hover {
  color: var(--red) !important;
}
.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: var(--red);
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked ~ svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}
.cardBox img.col-2{
    min-height: 200px;
    width: 100%;
    max-height: 250px;
}
.slick-list{
    padding: 30px 0 40px;
}
.section2Button{
    display: flex;
    height: 50px;
    text-decoration: none;
    width: 90%;
    max-width: 300px;
    margin: auto;
    font-size: 22px;
    font-weight: 700;
    background: var(--red);
    color: var(--white);
    margin-top: 45px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}
/* Media Queries */
@media only screen and (max-width: 1400px) {
  .form-step h3 {
    font-size: 24px;
  }
  .radio-option input[type="checkbox"] + label {
    width: 145px;
    height: 130px;
    padding: 0 10px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-p {
    font-size: 17px;
  }
  .persona-inner h6 {
    font-size: 22px;
  }
  .bullet-box ul li {
    font-size: 15px;
  }
  .sec4-txt h3 {
    max-width: 100%;
  }
  .persona-inner p {
    max-width: 80%;
    font-size: 18px;
  }
  .persona-outer {
    height: 460px;
  }
  .persona-inner img {
    width: 100%;
    height: auto;
  }
  .ty-box {
    width: 100%;
  }
  .box-title h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-img img {
    width: 140%;
  }
  .form-step h3 {
    font-size: 28px;
    margin: 0 auto 20px auto;
  }
  #step-1 h3 {
    max-width: 70%;
    margin: 0 auto;
  }
  #step-3 h3{
    max-width: 80%;
  }
  #step-6 h3 {
    max-width: 70%;
  }
  .radio-option input[type="checkbox"] + label {
    width: 115px;
    height: 115px;
    padding: 0 10px;
    font-size: 18px;
  }
  .sec1-txt h3 {
    max-width: 80%;
  }
  .flip-card {
    width: 100%;
  }
  .card-p {
    max-width: 95%;
  }
  .sec2-txt h3 {
    max-width: 80%;
  }
  .persona-outer {
    height: 400px;
  }
  .sec3-txt p {
    font-size: 16px;
  }
  .bullet-box {
    padding: 30px;
  }
  .bullet-box ul {
    max-width: 100%;
  }
  .bullet-box ul li {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .footer-txt h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1080px) {
  .header-img img {
    width: 130%;
  }
  .error-box h3 {
    max-width: 80%;
    margin: 0 auto 10px auto;
  }
  .box-title h6 {
    font-size: 18px;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .header-img img {
    width: 400px;
    margin: -45px auto 0 -50px;
  }
  .form-step h3 {
    font-size: 26px;
  }
  .persona-outer {
    height: 440px;
  }
  .sec4-txt h3 {
    max-width: 50%;
  }
  .bullet-box {
    width: 100%;
  }
  .sec4-txt p {
    margin: 30px auto 0 auto;
    max-width: 90%;
  }
  .offerwall-txt h3 {
    font-size: 30px;
  }
  .offer-box img {
    margin-bottom: 30px;
  }
  .offer-txt {
    padding: 0;
  }
  .offer-txt {
    width: 90%;
    text-align: center;
    margin: 10px auto 20px auto;
    border: none;
  }
  .offer-txt h3 {
    max-width: 70%;
    font-size: 28px;
    margin: 0 auto 20px auto;
    line-height: 1.2;
  }
  .offer-txt p {
    max-width: 85%;
    margin: 0 auto 20px auto;
  }
  .offer-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
    .modal-dialog, #contactform{
        width: 100%;
    } 
      .google-img img{
        margin: auto;
        display: block;
      }
  .google-review{
    margin-bottom: 25px;
  }
    .cardBox{
        margin-top: 30px;
        flex-direction: column-reverse;
    } 
    .cardBox img.col-2{
        rotate: 90deg;
    }
    .modal-dialog{
        margin: auto;
    }
    .cardBox .h-100, .cardBox img.col-2{
        max-height: 70px;
        min-height: 70px;
    }
    .cardBox .flip-card-front, .cardBox  .flip-card-back{
        justify-content: flex-start;
    }
  .form-box {
      flex-direction: column-reverse;
      flex-wrap: wrap;
    text-align: center;
    height: auto;
    background: linear-gradient(-180deg, var(--grey) 0.93%, var(--white) 91.03%);
    padding: 0;
    margin: 0;
  }
  .header .row.justify-content-center.align-items-center.my-4{
      margin: 0 !important;
  }
  .header-img img {
    margin: 30px auto 0 auto;
  }
  .radio-option input[type="checkbox"] + label {
    width: 135px;
    height: 120px;
    font-size: 14px;
  }
    #googleReviews{ 
      width: 80%;
  }
  #step-3 h3 {
    max-width: 60%;
  }
  #step-6 h3 {
    max-width: 100%;
  }
  .section1 {
    padding: 45px 0 60px 0;
  }
  .sec3-txt h3 {
    max-width: 100%;
  }
  .sec3-txt p {
    font-size: 16px;
    max-width: 85%;
    margin: 20px auto 0 auto;
  }
  .persona-outer {
    max-width: 65%;
    height: 460px;
  }
  .bullet-box {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  
  .vant-slider .slick-list {
    padding: 20px 0;
  }
  .flip-card {
    width: 90%;
    margin: 0 auto;
  }
  .flip-card-back {
    transform: rotateY(180deg) scale(1.0);
  }
  .sec4-txt h3 {
    max-width: 60%;
  }
  .footer, .foot-cta {
    text-align: center;
  }
  .footer-cta {
    margin: 30px auto 0 auto;
  }
  .error-box h3 {
    max-width: 70%;
    margin: 0 auto 10px auto;
  }
  .offer-txt {
    text-align: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .offer-txt h3 {
    max-width: 80%;
    margin: 0 auto 10px auto;
  }
  .offer-txt p {
    max-width: 90%;
    margin: 0 auto;
  }
  .offer-head-logo {
    text-align: center;
    margin-bottom: 50px;
  }
  .offer-head-logo img {
    max-width: 220px;
  }
  #offer-box-title h6 {
    max-width: 100%;
  }
     .ty-page{
      margin: 30px 0 50px 0 !important;
  }
}
@media only screen and (max-width: 550px) {
  .sec1-txt h3 {
    max-width: 90%;
  }
  .sec3-txt p {
    max-width: 80%;
  }
  .ty-box {
    width: 90%;
  }
  .offer-box img {
    width: 150px;
  } 
  .sec3-txt h3, .sec4-txt h3{
      max-width: 400px;
  }
  .offer-txt p {
    max-width: 95%;
  }
  .section2 h5{
      max-width: 240px;
  }
  .section2 p{
      max-width: 220px;
  }
  .sec3-txt h3, .section2 h3{
      margin-bottom: 20px !important ;
  }
  .slick-list{
      padding: 30px 0 15px;
  }
 
}
@media only screen and (max-width: 500px) {
  .nav-logo img {
    height: 50px;
  }

  .cardBox p{
      font-size: 19px;
  }
  .sec3-txt h3 {
    max-width: 90%;
  }
  .sec4-txt h3 {
    max-width: 75%;
  }
  .sec3-txt p {
    max-width: 90%;
  }
  .options-grid {
    flex-direction: column;
  }
  .radio-option input[type="checkbox"] + label {
    width: 300px;
    height: 65px;
    flex-direction: row;
    font-size: 18px;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: left;
  }
  .radio-option label img, .radio-option label svg {
    padding: 0 15px;
  }
  #maybe img {
    margin-top: 0;
  }
  #step-3 h3 {
    max-width: 65%;
  }
  .persona-outer {
    height: 400px;
    width: 70%;
  }
  .error-box p {
    max-width: 60%;
    line-height: 1.1;
    margin: 10px auto 0px auto;
  }
  #offer-box-title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .sec1-txt h3, .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .section2 h3 {
    font-size: 28px;
  }
  .section4 .col-12.col-md-11.col-lg-10.p-3{
    padding: 0 !important;
  }
  #googleReviews{ 
      width: 100%;
  }
  .sec4-txt p {
    font-size: 18px;
  }
  .bullet-box ul li {
    font-size: 13px;
  }
  .sec3-txt p {
    max-width: 85%;
  }
  .persona-outer {
    width: 80%;
    height: 380px;
  }
  .form-step h3 {
    font-size: 24px;
  }
  #step-3 h3 {
    max-width: 80%;
  }
  .img-label div{
      max-height: 60px;
  }
  .small-label img{
      max-height: 70px;
  }
  .img-label img, .img-label div{
      max-width: 60px;
  }
  #form .modal-content{
      padding-bottom: 35px;
  }
  .img-label:hover div, .img-label.active div, .img-label div{
      max-width: 60px;
      font-size: 14px;
  } 
  .range-container label{
      font-size: 14px;
  }
  #contactform .no-image label.large-label{
      width: 45%;
  }
  #contactform .no-image label{
      font-size: 22px;
      height: 70px;
      width: 70px;
  }
}
@media only screen and (max-width: 414px) {
  .header-img img {
    max-width: 100%;
  }
  .persona-outer {
    width: 100%;
    height: 350px;
  }
  #step-6 h3, #step-7 h3, #step-8 h3 {
    max-width: 60%;
  }
  .persona-inner h6 {
    font-size: 18px;
  }
  .persona-inner p {
    max-width: 100%;
    font-size: 15px;
  }
  .form-btn {
    width: 75%;
  }
  .footer-cta {
    width: 270px;
  }
  .bullet-box {
    height: auto;
  }
  .offer-txt h3 {
    max-width: 100%;
    font-size: 25px;
  }
  #offer-box-title h6 {
    font-size: 14px;
  }
  .offerwall-txt h3 {
    font-size: 28px;
    max-width: 80%;
    margin: 0 auto 10px auto;
  }
  .offerwall-txt p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 325px) {
  .radio-option input[type="checkbox"] + label {
    width: 270px;
  }
  input[type=range] {
    width: 100%;
  }
  .form-inputs {
    width: 75% !important;
  }
  #step-3 h3 {
    max-width: 70%;
  }
  #step-6 h3, #step-7 h3, #step-8 h3 {
    max-width: 60%;
  }
  .radio-option label img, .radio-option label svg {
    padding: 0 10px;
  }
  .form-check label {
    max-width: 85%;
    text-align: left;
  }
  #offer-box-title h6 {
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
  }
  .box-txt h3 {
    font-size: 25px;
  }
  .box-txt p {
    font-size: 14px;
  }
  .offerwall-txt h3 {
    font-size: 25px;
    max-width: 85%;
  }
  .offer-txt h3 {
    max-width: 85%;
    font-size: 22;
  }
}

.loader {
  transform: translateZ(1px);
}

.loader:after {
  content: '€';
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  background: #FFD700;
  color: #DAA520;
  border: 4px double;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .1);
  animation: coin-flip 4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes coin-flip {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}


/*Progress bar */
.progress-container {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.progress-bar {
  width: 75%;
  background-color: var(--grey);
  border-radius: 25px;
  overflow: hidden;
  height: 20px;
  margin-bottom: 10px;
}
.progress {
  height: 100%;
  background: linear-gradient(145deg, var(--blue) 0%, var(--blue) 100%);
  width: 0%;
  transition: width 0.4s ease;
  border-radius: 30px;
}
.progress-info span{
    margin-top: -8px;
}
.progress-info {
    justify-content: center;
    display: flex;
  width: 35%;
  max-width: 133px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#contactform #backBtn{
  background-color: transparent;
  color: #000;
  width: 80px;
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 14px; 
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0%;
  text-align: left;
  cursor: pointer;
  border: none;
  color: #9fabbc;
}
#contactform #backBtn:hover {
  color: #000;
}

.ty-page{
    height: 100%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ty-page .box-title{
    padding: 30px 20px;
}
.ty-page h6{ 
    font-size: 24px;
}
.ty-page .box-txt{ 
    background-color: #2b7dc51f;
    border-radius: 0 0 30px 30px;
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
    .ty-text p {
        font-size: 18px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .step p {
        max-width: 80%;
        font-size: 14px;
    }
    .ty-icon img {
        width: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .step-line {
        flex-direction: column;
        align-items: center;
    }
    .step {
        width: 220px;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 40px;
    }
    .step img {
        margin: 0
    }
    .step p {
        max-width: 55%;
        text-align: left;
        margin-left: 20px;
    }
    .step span {
        display: none;
    }
    .line:after {
        display: none;
    }
    .mobile-line img {
        margin: 10px -20px 0 0;
        height: 90%;
    }
}
@media only screen and (max-width: 550px) {
  .ty-message h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .main-message {
    padding: 60px 0;
  }
  .ty-message h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
    .ty-message h6 {
      font-size: 13px;
    }
    .mobile-line img {
        margin: 10px 0 0 -10px;
    }
}
@media only screen and (max-width: 325px) {
    .step img {
        width: 50px;
    }
    .mobile-line img {
        margin: 10px 0 0 -15px;
    }
    .step {
        width: 185px;
    }
}