@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
    margin: 0;
    padding: 0 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/*Common*/
:root{
  --primaryColor: #5e00dd;
  --secondaryColor: #011936;
  --terciaryColor: #f46036;
}
/*Nav*/
#nav{
  padding: 24px 0;
  background-color: #fff;
}
.logo {
  width: 105px;
}
#nav p{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 15px 0 15px;
  padding: 0;
  vertical-align: center;
  color: #9fabbc;
}
#nav p.blueColor{
  color: var(--primaryColor);
  font-weight: 700;
}
#nav img:not(.logo){
  width: 13px;
  margin-right: 10px;
}
#nav img.breadCrumbsIcon{
  width: 17px;
  margin: 1px 0 0 0;
}
#nav .preLP_Nav p{
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
.simu {
  display: flex;
  align-items: center;
}
/*Form/header*/
#formSection{
  display: flex;
  align-items: center;
  background: rgba(238, 239, 252, 0.25);
  padding: 50px 0;
}
#lp{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contactform{
  text-align: center;
  border-bottom-right-radius: 30px; 
  padding: 75px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(94, 0, 221, 0.25);
  /*border-right: 1px solid var(--terciaryColor);
  border-bottom: 1px solid var(--terciaryColor);*/
}
.form-steps {
  min-height: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.formTop{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formTop h2{
  margin-bottom: 30px;
}
.formTop h2, legend{
  font-size: 24px; 
  font-weight: 700;
}
.formTop img{
  display: flex;
  margin-right: 50px;
  max-width: 75px;
}
fieldset{ 
  width: 95%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.form-input input {
  width: 100% !important;
}
input[type="radio"] {
  display: none;
}
.error{
  font-size: 12px;
  color: red;
}
.nav-item {
  width: 100%;
}
.nav-link{
  color: #000;
  appearance: none;  
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.dropdown-toggle::after{
  display: none !important;
} 
.modal .btn{
    background-color: var(--primaryColor) !important; 
    color: #fff !important;
}
.modal .btn:hover{
    background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%) !important;
    color: #fff;
    outline: none;
}
#formSection label:not(.error):not(.termContainer){
  display: block;
  width: 80%;
  height: 50px;
  display: flex;
  align-items: center;
  padding:0 25px;
  margin: 10px 0;
  background-color: #fff;
  /*outline: 1px solid #f46036;*/
  box-shadow: 0px 4px 8px rgba(94, 0, 221, 0.25);
  color: var(--secondaryColor);
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.7s ease;
  background-image: url('/img/icons/arrow-left-blue.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95%;
}
.navbar-nav {
  width: 80%;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding:0 25px;
  margin: 10px 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(94, 0, 221, 0.25);
  /*outline: 1px solid #f46036;*/
  color: var(--secondaryColor);
  border-radius: 10px;
  transition: background 0.7s ease;
  background: url('/img/icons/arrow-left-blue.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95%;
}
.active-bg, .navbar-nav:hover {
  background: url('/img/icons/arrow-left-white.svg'), var(--primaryColor);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95%;
  color: #fff;
}
.navbar-nav:hover a {
  color: #fff;
}
.back{
  rotate: 180deg;
  cursor: pointer;
  width: 14px !important;
}
#formSection label span{
  font-size: 16px;
  font-weight: 400;
}
#formSection input[type="text"]{
  display: block;
  width: 80%;
  height: 50px;
  padding: 0 25px;
  margin: 10px 0 10px 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(94, 0, 221, 0.25);
  /*outline: 1px solid #f46036;*/
  border: none;
  color: var(--secondaryColor);
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.7s ease;
} 
/* Input symbol */
#custoImovel, #valorFinanciamento, #dividaAtual, #rendimentoMensal, #rendimentoMensal2, #capital {
  background: url('/img/icons/euro.svg');
  background-size: 15px;
  background-position: 95%;
  background-repeat: no-repeat;
}
#formSection p{
  margin: 10px 0 0 5px;
  text-align: left;
  font-size: 18px;
}
#formSection #backBtn{
  background-color: transparent;
  color: #000;
  width: 80px;
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-image: url('/img/icons/arrow-right.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0%;
  text-align: left;
  cursor: pointer;
  color: #9fabbc;
}
#formSection #backBtn:hover {
  color: #000;
}
#formSection button{
  width: 100%;
  max-width: 200px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  border: none;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 36px;
  transition: all 0.5s ease;
}
#formSection button:hover{
  background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%);
  color: #fff; 
  outline: none;
}
#formSection label:hover:not(.error):not(.termContainer) {
  background-color: var(--primaryColor);  
  color: #fff;
  outline: none;
  background-image: url('/img/icons/arrow-left-white.svg'); 
}
legend span { 
  font-weight: 700; 
}
legend h3{
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transform: none !important;
  inset: auto !important;
  width: 350px;
  margin: 3px 0 0 0 !important;
} 
.nav-item.dropdown.active .dropdown-menu {
  display: block;
  width: 100%;
  overflow: scroll;
  max-height: 200px;
}
.nav-link:focus, .nav-link:hover{
  color: #000;
}
.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
}
.dropdown-menu li {
  padding: 10px 20px;
  line-height: 1;
  cursor: pointer;
}
.dropdown-menu li:hover {
  background: var(--primaryColor);
  color: #fff;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
}
/*Progress bar */
.progress-container {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.progress-bar {
  width: 75%;
  background-color: #f3f3f3;
  border-radius: 25px;
  overflow: hidden;
  height: 20px;
  margin-bottom: 10px;
}
.progress {
  height: 100%;
  background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%);
  width: 0%;
  transition: width 0.4s ease;
  border-radius: 30px;
}
.progress-info {
  width: 35%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
/*Resumo */
#resumoContainer{
  /* min-height: 350px; */
  min-height: 180px;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 30px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(94, 0, 221, 0.25);
  /*border-left: 1px solid var(--terciaryColor);
  border-bottom: 1px solid var(--terciaryColor);*/
  height: min-content;
  margin-left: 30px;
}
#resumoContainer h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}
#resumoContainer h1 span {
  font-weight: 700;
  color: var(--primaryColor);
}
#resumoContainer hr {
  opacity: 1;
  background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%);
  width: 130px;
  border: none;
  height: 4px;
  border-radius: 20px;
  margin: 10px 0 25px;
}
.left-auto {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 50%;
}
.right-auto {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  width: 45%;
}
#resumo p {
  margin: 10px 0 0 0 !important;
}
.resumo-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -10px 0 0 0 !important;
}
.partners-box {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 30px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(94, 0, 221, 0.25);
  /*border-left: 1px solid var(--terciaryColor);
  border-top: 1px solid var(--terciaryColor);*/
  margin: 20px 0 0 30px;
}
.partners-box h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.partners-box  h1 span {
  font-weight: 700;
  color: var(--primaryColor);
}
.partners-box hr {
  opacity: 1;
  background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%);
  width: 130px;
  border: none;
  height: 4px;
  border-radius: 20px;
  margin: 10px 0;
}
.partners-box img {
  margin-top: 20px;
}
.part-img {
  text-align: center;
}
.part-img img {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.parceiros::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.parceiros::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.parceiros::before, .parceiros::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
z-index: 4;
}
/*Term animation */
.termContainer {
  width: 100%;
  font-size: 12px;
  color: #1E1E1E;
  margin-top: 20px;
  cursor: pointer;
}
.termContainer a{
  color: #1E1E1E;
}
.termContainer input {
  display: none;
}
.termContainer a:hover {
  color: var(--primaryColor) !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(--primaryColor);
  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;
}
/* section1 */
.section1 {
  text-align: center;
  padding: 80px 0;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h3 {
  font-size: 35px;
  font-weight: 400;
}
.section-title h3 span {
  font-weight: 700;
  color: var(--primaryColor);
}
.section-title hr {
  width: 200px;
  height: 4px;
  border-radius: 20px;
  border: none; 
  opacity: 1;
  margin: 5px 0 0 120px;
  background: var(--terciaryColor); 
}
.vant img {
  width: 90px;
  height: 90px;
  background: rgba(43, 127, 177, 0.05);
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.3s;
}
.vant img:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.vant h3 {
  font-size: 22px;
  max-width: 80%;
  font-weight: 700;
  margin: 20px auto 10px auto;
}
.vant p {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
}
.section2 {
  /*background: rgba(43, 127, 177, 0.05);*/
  padding: 50px 0;
  text-align: center;
}
.disc p {
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
}
.disc p a {
  color: #000;
}
.disc p a:hover {
  color: var(--primaryColor);
}
/* Message */
.message-page {
  padding: 100px 0 130px 0 !important;
}
.ty-box {
  text-align: center;
  border-bottom-right-radius: 30px;
  padding: 75px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(94, 0, 221, 0.25);
  /*border-right: 1px solid var(--terciaryColor);
  border-bottom: 1px solid var(--terciaryColor);*/
}
.ty-box img {
  height: 120px;
  margin-bottom: 20px;
}
.ty-box h3 {
  font-size: 35px;
  font-weight: 700;
  color: var(--primaryColor);
}
.ty-box p {
  max-width: 70%;
  line-height: 1.2;
  margin: 0 auto !important;
  font-size: 20px !important;
  text-align: center !important;
}
/* Novo Credito - TY page */
.section-simulation, .section-banks {
  filter: blur(5px);
  transition: filter 0.3s ease;
}
.section-simulation {
  background: rgba(238, 239, 252, 0.25);
  padding: 50px 0;
  text-align: center;
}
.simulation-outer {
  border-radius: 0px 0px 30px 0px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(43, 127, 175, 0.30);
  padding: 50px 40px;
  margin: 20px 0 60px 0;
}
.sim-left {
  text-align: left;
}
.sim-left img {
  max-width: 100%;
  margin: 5px 0 0 -20px;
}
.sim-left h3 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.sim-left p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.sim-data {
  border-left: 1px solid var(--primaryColor);
  padding: 20px;
  text-align: left;
}
.value-blur {
  filter: blur(3px);
}
.top-sim {
  padding: 35px 0 25px 0;
  border-bottom: 1px solid var(--primaryColor);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-sim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 35px 0;
}
.bottom-sim .sim-value:nth-child(1) {
  width: 175px;
}
.bottom-sim .sim-value:nth-child(2) {
  width: 100px;
}
.bottom-sim .sim-value:nth-child(3) {
  width: 68px;
}
.sim-value h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.sim-value p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 2px 0;
}
.section-banks {
  padding: 50px 0;
  text-align: center;
}
.sim-txt-title {
  margin-bottom: 30px;
}
.sim-txt-title h3 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  max-width: 60%;
  margin: 0 auto;
}
.sim-txt-title h3 span {
  font-weight: 700;
  color: var(--primaryColor);
}
.bank-img {
  margin-bottom: 40px;
}
.bank-img img {
  max-width: 100%;
}
.pop-cta {
  width: 250px;
  height: 50px;
  border: none;
  background: var(--primaryColor);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.pop-cta:hover{
  background: linear-gradient(145deg, var(--primaryColor) 0%, rgba(78, 42, 252, 1) 100%);
  color: #fff; 
  outline: none;
}
.sim-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.7);
  z-index: 1000;
}
.sim-content {
  position: relative;
  border-radius: 0px 0px 30px 0px;
  background: #FFF;
  width: 880px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;  
}
.sim-info {
  text-align: center;
  margin: 0 auto;
  max-width: 60%;
}
.sim-info img {
  height: 140px;
}
.sim-info h3 {
  color: var(--primaryColor);
  font-size: 25px;
  font-weight: 400;
  margin: 30px 0;
}
.sim-info h3 span {
  font-weight: 700;
}
.sim-info p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 40px 0;
}
.close-sim {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-sim:hover {
  transform: scale(1.05);
}
/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px;
}
@media (max-width: 1400px){
  .section-title hr {
    margin: 5px 0 0 60px;
  }
  .partners-box, #resumoContainer {
    padding: 25px 35px;
  }
  .vant h3 {
    max-width: 90%;
  }
  .sim-txt-title h3 {
    max-width: 70%;
  }
}
@media (max-width: 1200px){
  .dropdown-menu {
    width: 300px;
  }
  .section-title h3 {
    font-size: 30px;
  }
  .section-title hr {
    margin: 5px 0 0 40px;
  }
  .vant h3 {
    font-size: 20px;
    max-width: 100%;
  }
  .vant p {
    font-size: 14px;
  }
  .partners-box, #resumoContainer {
    padding: 25px;
  }
  .partners-box h1, #resumoContainer h1 {
    font-size: 21px;
  }
  .sim-value p {
    font-size: 10px;
  }
  .sim-value h6 {
    font-size: 12px;
  }
  .sim-left p {
    font-size: 16px;
  }
  .simulation-outer {
    padding: 35px;
  }
  .sim-txt-title h3 {
    max-width: 88%;
  }
}
@media (max-width: 991px){
  .sim-content {
    width: 90%;
  }
  .form-box {
    padding: 0;
  }
  .simu {
    justify-content: center;
  }
  .dropdown-menu {
    width: 270px;
  }
  .section-title hr {
    margin: 5px 0 0 20px;
  }
  #nav p {
    font-size: 12px;
    margin: 3px 10p;
  }
  .logo-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .logo {
    margin-right: 0;
  }
  .partners-box {
    margin: 30px 0 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-left: none;
    /*border-right: 1px solid var(--terciaryColor);
    border-top: 1px solid var(--terciaryColor);*/
    text-align: center;
    padding: 40px 30px;
  }
  .partners-box h1, .section-title h3 {
    font-size: 23px;
  }
  .partners-box img {
    max-width: 80%;
    margin: 0 auto;
}
  .partners-box hr {
    margin: 10px auto 40px auto;
  }
  .part-img img {
    width: 80%;
    margin: 10px auto;
  }
  .info {
    padding: 0;
  }
  .form-steps, #formSection p {
    text-align: center;
  }
  #formSection input[type="text"], #formSection label:not(.error):not(.termContainer), .navbar-nav {
    margin: 10px auto;
  }
  #formSection button {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 768px){
  .sim-left {
    text-align: center;
  }
  .sim-txt-title h3 {
    max-width: 100%;
  }
  .sim-data {
    border: none;
  }
  .sim-info {
    max-width: 90%;
  }
  .section-title h3 {
    font-size: 35px;
    max-width: 85%;
    margin: 0 auto;
  }
  .section-title hr {
    margin: 5px auto 0 auto;
  }
  .vant br {
    display: none;
  }
  .section1 {
    padding: 80px 0 40px 0;
  }
  .vant {
    margin-bottom: 40px;
  }
  .vant p {
    max-width: 80%;
    margin: 0 auto;
  }
  #formSection{
    padding: 60px 0 60px;
  }
  #preLP{
    justify-content: center;
  }
  .formTop h2, legend{
    line-height: 1.2;
    text-align: center;
  }
  #formSection label{
    line-height: 1.1;
  }
  .formTop img{
    margin: 0 0 10px 0;
  }
  fieldset{
    width: 100%;
  }
  .back{
    width: 18px !important;
  }
}
@media (max-width: 550px){
  .partners-box img {
    max-width: 90%;
  }
  .logo-box {
    margin: 0;
  }
  .ty-box h3 {
    font-size: 28px;
  }
  .ty-box p {
    max-width: 90%;
  }
  .sim-bar {
    display: none;
  }
  .info, .form-box {
    padding: 0 30px;
  }
  #contactform {
    padding: 75px 20px;
  }
  .section-title hr {
    width: 60%;
    margin: 0 auto;
  }
  .form-steps {
    min-height: auto;
  }
  .dropdown-menu {
    width: 240px;
  }
  .sim-info h3 {
    font-size: 23px;
  }
  .sim-info p {
    font-size: 18px;
  }
  .sim-value {
    text-align: center;
    margin: 10px auto;
  }
  .sim-value p {
    font-size: 15px;
  }
  .sim-value h6 {
    font-size: 22px;
  }
  .top-sim, .bottom-sim {
    flex-direction: column;
  }
  .simulation-outer {
    padding: 30px 30px 0px 30px;
  }
  .sim-txt-title h3 {
    font-size: 22px;
  }
  .sim-content .pop-cta {
    width: 240px;
  }
}
@media (max-width: 450px){
  .sim-info img {
    height: 90px;
  }
  .sim-info h3 {
    font-size: 20px;
  }
  .sim-info p {
    font-size: 16px;
  }
  .ty-box {
    padding: 70px 30px;
  }
  .ty-box h3 {
    font-size: 22px;
  }
  .ty-box img {
    height: 100px;
  }
  .ty-box p {
    max-width: 95%;
    font-size: 18px !important;
  }
  .section-title h3 {
    font-size: 30px;
    max-width: 95%;
  }
  .col-0.col-sm-1.mx-5{
    display: none;
  } 
  #nav{
    display: flex;
    justify-content: center;
  }
  .navBar{
    width: 100%;
    justify-content: center !important;
  }
  .navBar .col-1.mx-5{
    width: 0;
    margin: 0 !important;
  }
  .formTop h2, legend{ 
    font-size: 18px;
  }
  .nav-item.dropdown.active .dropdown-menu{
    min-width: 220px;
  }
  .navbar-nav .nav-link{
    padding: 0;
  }
  #formSection label:not(.error):not(.termContainer), .navbar-nav{
    padding: 15px 35px 15px 20px;
    background-position: 97%;
    font-size: 16px;
  } 
  .back{ 
    position: absolute;
    left: 30px;
  }
  .part-img img {
    padding-right: 0;
  }
  .disc p {
    font-size: 8px;
  }
  #formSection input[type="text"], #formSection label:not(.error):not(.termContainer), .navbar-nav {
    width: 100%;
  }
  .sim-data {
    padding: 0;
  }
  .sim-value h6 {
    font-size: 20px;
  }
  .sim-value p {
    font-size: 14px;
  }
}
@media (max-width: 375px){
  .ty-box {
    padding: 70px 20px;
  }
  .ty-box h3 {
    font-size: 22px;
  }
  .ty-box p {
    max-width: 100%;
  }
  .section-title h3 {
    font-size: 28px;
    max-width: 100%;
  }
  .progress-container {
    flex-direction: column;
  }
  #formSection #backBtn {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  #formSection label:not(.error):not(.termContainer), .navbar-nav {
    font-size: 13px;
  }
  .progress-bar {
    width: 100%;
    margin: 20px 0;
  }
  .progress-info {
    width: 100%;
  }
  .dropdown-menu {
    width: 200px;
  }
  .sim-info h3 {
    font-size: 18px;
  }
  .sim-left p, .sim-info p {
    font-size: 14px;
  }
  .sim-content {
    width: 98%;
  }
  .sim-value p {
    font-size: 11px;
  }
  .pop-cta {
    width: 100%;
    font-size: 16px;
  }
}