* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

html{
    scroll-behavior: smooth;
    font-size: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.animatedParent {
    overflow: hidden;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
     font-weight: 800;
    font-style: normal;
    padding: 1rem 0;
}

p {
    margin: 0;
   font-family: 'Poppins', sans-serif;
     font-style: normal;
    font-weight: 400;
    padding-top:1rem;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;}

ul li {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    outline: none;
    border: none;
}
ul li:focus{
  outline: none;
  border: none;
}

.pxm-2{
  flex-grow: 1;
  padding: 3rem 0px 3rem 0px ;
}

span{
    font-family: 'Poppins', sans-serif;
}

.colored {
  background-color: #F3F7FF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@keyframes transi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


ul.navbar-nav li ul.dropdown-menu li
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/***************Navbar Header*****************/
.logo{
  width: 50%;
}
.call{
  width: 50%;
  padding-top:10px;
  text-align: center;
}
.call-header {
  color: var(--grey-4, #56606A);
  text-align: right;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.call-text {
  font-size:15px;
}
.call-number{
  color: var(--blue-4, #2152FE);
text-align: right;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.logo a{
    text-transform: uppercase;
    font-size: 21px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold; display: inline-block;
}
.navbar-light{
    /* background: #E4F7FF; */
    /* position: fixed; */
    width: 100%;
    /* z-index: 9; */
    /* padding: 1% 0;; */
     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-links {
  color: var(--black, #1A1A1A);
text-align: right;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin:10px 20px;
    color: #fff;
    font-size:18px;
    font-weight: 500; padding-right:0px; padding-left:0px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
   color: #fff;

}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff; border-bottom:1px solid #fff; text-decoration:none;

}
.dropdown-menu {
    background:#f6f6f6;
    padding: 0;
    border-radius: 0;
}
.navbar-light .dropdown-menu .dropdown-item{
    color: #fff;
    font-weight: 500;
    padding: 10px;
    font-size: 26px;
}
/* .navbar-light .dropdown-menu .dropdown-item:last-child{border: none;}
.navbar-light .nav-item .dropdown-menu .dropdown-item.active,
.navbar-light .dropdown-menu .dropdown-item:hover,
.navbar-light .dropdown-menu .dropdown-item:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #e60000;
} */
.dropdown-toggle::after {
    color: #ff9933;
    border: 0 !important;
    border-top: 0em solid;
    margin-top: 0;
    position: relative;
    top: 0;
    vertical-align: 0;
    font-size: 15px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/**********************/
 .pargon-banner{
  background-color: #F3F7FF;
  height: 700px;
  position: relative;
 }

 .pargon-banner-blue{
  background-color: #F3F7FF;
  height: 100%;
  position: relative;
  padding-bottom:3rem;
 }

 .search-box{ focus:none; border: 1px solid #fd772c; padding:15px;}
 .form-control:focus {
  border: 1px solid #fd772c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary {
  display: flex;
width: 220px;
padding: 20px 30px 20px 20px;
justify-content: space-between;
align-items: center;
border-radius: 10px;
background: var(--blue-4, #2152FE);

}

.home-search {
  display: flex;
width: 420px;
padding: 20px 20px 20px 30px;
justify-content: space-between;
align-items: center;
border-radius: 10px;
background: var(--white, #FFF);
}

.btn-blue {
  display: flex;
  width: 220px;
  padding: 15px 25px 15px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #EF3810;
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-btn-blue {
  width: 70%;
}

.btn-blue:hover, .btn-orange:hover{
    color: #FFF;
}

.btn-orange {
  width: 220px;
  padding: 15px 25px 15px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #EF3810;
  color: var(--white, #FFF);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page-title {
  color: var(--black, #1A1A1A);
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 46.8px */
}
.head-banner {
  display: flex;
padding: 50px;
flex-direction: column;
align-items: center;
gap: 30px;
flex: 1 0 0;
border-radius: 8px;
background: var(--blue-2, #E0E9FF);
}

.page-h4 {
  color: var(--blue-6, #131D78);
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
}

.page {
  color: var(--black, #1A1A1A);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
}

.page-txt {
margin-top: 25px;
}

.page-padding {
  margin-bottom: 25px;
}

.page-indent {
  margin-left: 20px;
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 16px;
}

.sub-label {
  color: var(--orange-6, #EF3810);

/* BodyBold */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */

}
/***************************/
/* .wraper-nationwide{
     background-size: 36%;
    background-position: left top;
}
.wraper-nationwide .sl-soft h4{ color:#2d56b3; font-weight:300;}
.wraper-nationwide .sl-soft h2{ padding:0px 75px 20px 75px; }
.wraper-nationwide .sl-soft h2 span{
    color: #2152FE;
 }
.wraper-nationwide .sl-soft h4::after{ background:url(../images/arrow.png) no-repeat right;
width: 76px;top: 28px;height: 6px;} */

.grid{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
/* .software-sl{
    width: 220px;
    background: #fff;
    padding:40px 20px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 49px -10px #ccc;
    margin:50px 10px;
}
.software-sl h4{
    font-size: 24px;
    font-weight:600;
    color: #180354;
} */
.btn-links{
   position: absolute;
   bottom: 0;
   right: -17px;
}
.btn-links a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #f55641;
    display: inline-block;
    border-radius: 999px;
    position: relative;
    z-index: 2;
}
.btn-links::after{
    content: "";
    width: 50px;
    height: 58px;
    background: url(../images/btn-effects.png)no-repeat;
    background-size: 17px;
    position: absolute;
    top: -7px;
    left: -5px;
}
/* .rightbx .software-sl:nth-of-type(1) .btn-links::after{
    transform: rotate(-90deg);
    top: -9px;
    left: -4px;
}
.rightbx .software-sl:nth-of-type(2) .btn-links::after{
    transform: rotate(180deg);
    top: -9px;
} */


/* .sl-soft h4{
    color: #180354;
    font-size:25px;
    position: relative; text-align:center;
}
.sl-soft h4::after{
    content: "";
    width: 131px;
    height: 2px;
    background: #f55641;
    position: absolute;
    top: 32px;
    margin-left: 20px;
} */


/**********************/
/* .testimonials p{
    color: #999999;
    font-size: 21px;
}
.testimonials h2{
    color: #180354;
    font-size: 58px;
}
.carousel-clients{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 20px;
}
.quote{
    width: 180px;
}
.quote img{
    width: 100%;
} */


.head-tag-container {
  width:680px;
  height: 162px;
}

.head-sub-tag {
  color: var(--grey-4, #56606A);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}

.head-tag{
  color: var(--black, #1A1A1A);
  font-family: Poppins;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align:left;
}

.head-tag-blue{
  color: var(--blue-4, #FE5449);
  font-family: Poppins;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

 /***************************/
.howitwork{
     background-size: 36%;
    background-position: left top;
}
.howitwork .sl-soft h4{ color:#2d56b3; font-weight:300;}
.howitwork .sl-soft h2{ padding:0px 325px 60px 325px; }
.howitwork .sl-soft h2 span{
    color: #2152FE;
 }
.howitwork .sl-soft h4::after{ background:url(../images/arrow.png) no-repeat right;
width: 76px;top: 28px;height: 6px;}

.howto {
  padding: 0px 10%;
}

  /***************************/
  /* .step-by-step .box{ width:280px; text-align:center; padding:10px; box-shadow: 0 0.125rem 2.25rem rgba(0, 0, 0, 0.075); border-radius: 10px; margin: 0% 4%} */
  .step-by-step .box{ width: 325px;
height: 375px;
flex-shrink: 0;
}

  .step-by-step .box h2{ color: var(--black, #1A1A1A);
text-align: center;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;}

.step-by-step .box img{ width: 35%;}

.how-logo-container{
  /* float:left; */
  width:100%;
  padding: 20px 10px;
  /* margin-top:-50px;
  text-align:center; */
}
.step-by-step .box p{
color: var(--grey-4, #56606A);
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 36px */
}

.tag {
  color: var(--black, #1A1A1A);
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 72px */
padding-top:35px;
}

.tag-orange {
  color: #FE5449;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 72px */

}

.highlight-tag {
  color: var(--black, #EF3810);
}
.sub-tag{
  color: var(--grey-4, #56606A);
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 43.2px */
padding: 2% 23% 4% 23%;
}

.highlight-span{
  color: var(--blue-4, #2152FE);
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 180%;
}

  .step-by-step .box h2 span{  color: #2152FE; }
  .arrow-desktop{ width:100%; padding-top:40px;}

  .step-by-step .box1{ width:205px; float:left; text-align:center; padding:10px;}
  .arrow-mobile{ display:none;}

  .content-center {
    text-align:center;
    padding: 4% 1% 2% 1%;
  }

.disclaimer{
  background:#E0E9FF;
  color: #56606A;
  padding: 0px 10px 10px 10px;
  font-size: 12px;
    /* margin-top:10px;
    text-align:center;
    padding-bottom:10px; */
    margin-top: auto;
    /* position:absolute;
bottom:0; */
}
/***********************/
.footer{ background:#202D3D;
    /* margin-top:10px;
    text-align:center;
    padding-bottom:10px; */
    margin-top: auto;
    /* position:absolute;
bottom:0; */
}

.footer .links {
  color: #D5D5D5;
}

.footer-pad {
  padding: 10px 0px;
}

.footer-center {
  padding: 4% 0%;
}

.copyright {
  color: #8E969E;
  padding: 1% 0% !important;
  font-size: 22px;
}

.copyright-mobile {
  display: none;
}

.footer-divider {
  padding: 0px 15px;
  color: #56606A;
}



.footer .footer__inner__left__left__links {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-center;
          max-width: 900px; }

          .footer .footer__inner__left__left__links a {
                     color: #D5D5D5;

                     font-size: 0.85em;
                     line-height: 1.75em;
                     padding: 0 0 10px 0;

                      }

.Toolinks-footer-b p{
    font-size: 16px;
    margin: 0;
    color: #000;

}


 .space-20-right{ margin-right:20px;}



.left-tab { width:100%; display:inline-block}

.left-tab .left-area{ width:80px; float:left; height:80px; border-radius:100%; border:1px solid #ddd; background:#fff; padding:10px;}
.left-tab .left-area .box{ height:60px; width:60px; border-radius:100%;  background:#e4e4e4; color:#666; text-align:center; font-size:2rem;  }
 .left-tab .left-area .box p{ margin:0px; padding:0px; line-height:60px;font-weight:600;}
 .left-tab .right-area{ width:300px;float:right}
 .left-tab .right-area h2 { font-weight:500; color:#333; margin:15px 0px 0px 0px; padding:0px;}
 .left-tab .right-area p { margin:0px; padding:0px;}
 .line{ width:4px; height:60px; background:#00d88e; display:inline-block;  margin: 20px 0px 20px 33px;}
.link{ color:#fff !important}
.space-80{ height:80px; display:block}
.active-step{ background:#00d88e !important; color:#fff !important;}

.result-header { border-right: 1px solid #DCDCDE;}
.result-header p { padding:8px; font-weight:500 }
.result-header-right { padding:8px; font-weight:500 }

.result-body { border-right: 1px solid #DCDCDE; padding:10px; text-align:center; }
.result-body-right { padding:10px; text-align:center; }

.row-padding { padding: 20px}

#regForm {
  /* margin: 0px auto; */
  /* font-family: Poppins;
  padding: 15px;
  width: 65%;
  min-width: 300px;
  border-radius: 25px; */
}

.form-label {
  font-size: 24px;
  font-family: 'Poppins';
  line-height: 62px;
}
.form-label-long {
  line-height: 32px;
}

h1 {
  text-align: center;
}

input, select {
  padding: 20px;
  /* width: 100%; */
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 10px;

}

.select-30 {
  width: 30%;
}

.select-100 {
  width: 98%;
  height:62px;
  line-height: 62px;
  border-radius: 2.25rem;
  border-right: 25px solid transparent;
  color: var(--grey-4, #56606A) !important;
}


.select-50 {
  width: 50%;
}

.select-49 {
  width: 49.4%;
}

/* Mark input boxes that gets an error on validation: */
input.invalid,  select.invalid{
  background-color: #ffdddd;
}

 {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #fd772c;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #fd772c;
}

.cont-main {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* justify-content: center; */
}

.cont-checkbox {
  width: 48%;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0 0.125rem 2.25rem rgba(0, 0, 0, 0.075);
  transition: transform var(--transition);
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}

.cont-checkbox-text {
  width: 48%;
  height: 62px;
  border-radius: 8px;
  box-shadow: 0 0.125rem 2.25rem rgba(0, 0, 0, 0.075);
  border: 2px solid #C2D6FF; /*#2152FE;*/
  transition: transform var(--transition);
  /* margin: 2%; */
  line-height: 62px;
  margin-right: 2%;
  margin-bottom: 2%;
}

.cont-checkbox-text label {
  padding-left: 15px;
  padding-right:0

}

.cont-checkbox-text:has(input:checked) label {
  padding-left: 15px;
  margin-right:0;

}

.cont-checkbox-text:has(input:checked) {
  border: 2px solid #2152FE;
}

.cont-checkbox-longtext {
  width: 200px !important;
}

.cont-checkbox-year {
  width: 85px !important;
}

.insurance-width {
  width: 180px !important;
}

.tabs-header {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}

/* .cont-checkbox:first-of-type {
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
} */

.cont-checkbox:active {
  transform: scale(0.9);
}

.form-input {
  display: none;
}

input[type="radio"] {
  opacity: 0;
	position: absolute;
	z-index: -1;
}


input + label {
  opacity: 1;
  box-shadow: 0 0 0 3px var(--background);
  background-color: #E0E9FF;
  border-radius: 8px;
}

input:checked + label {
  opacity: 1;
  box-shadow: 0 0 0 3px var(--background);
  background-color: #C2D6FF;
  border-radius: 8px;
}

input:checked + label img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

input:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}

label {
  display: inline-block;
  cursor: pointer;
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

label .cover-checkbox {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--box-shadow);
  border: 2px solid #fff;
  transition: transform var(--transition),
    opacity calc(var(--transition) * 1.2) linear;
  opacity: 0;
  transform: scale(0);
}

label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  margin: 5px 0 0 3px;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease var(--transition);
  stroke-dashoffset: 16px;
}

label .info {
  text-align: center;
  margin-top: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
}
.error-message {
  text-align:center;
  color: red;
}
.hide-error-msg{
  display:none;
}
.banner-options {
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-color: #fff;
  /* background-size: cover; */
}
.agent-li {
  padding-bottom:3px;
  color:#4e4e4e;
}

.rate-btn{
    font-size: 22px;
    background: #2152FE ;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 8px;
    display:block;
    height:62px;
    line-height:62px;
    width:268px;;
}
.rate-btn:hover{
    color: #FFF;
}

.prev-btn{
  display: flex;
  font-size: 20px;
  color: #2152FE;
/* padding: 16px 30px; */
justify-content: center;
font-weight: 500;
align-items: center;
border-radius: 8px;
height:62px;
line-height:62px;
width:100%;
background: var(--white, #FFF);
cursor: pointer;
}
.prev-btn:hover{
    color: #2152FE;
}

.next-btn{
  width: 100% !important;
  font-size: 20px !important;
  line-height: 20px;
  cursor: pointer;
}

.buyer {
  padding:10px;
}

.buyer .buyer-content {
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 0.5rem;
    border: 4px solid rgb(220 220 220);
    position: relative;
    background-color: #fff;
    overflow: scroll;
}

.li-display ul{
  list-style: disc;
  margin-left: 15px;
}

#result {
  padding:0% 9%;
}

.content-label {
  width:50%;
}

.tab-headline, .tab-headline span {
text-align: center;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-bottom:3%;
}

.thankyou-headline {
text-align: center;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-bottom:1%;
}

.thankyou-subline {
text-align: center;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom:1%;
}

input[type=text], input[type=tel]{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 8px;
     border: 1px solid #fff;
     width: 100%;
     height: 62px;
     padding-left: 10px;
     line-height: 62px;
     color: var(--grey-4, #56606A) !important;
    }
textarea {
  width: 100%;
border: 1px solid #fff;
border-radius: 8px;
}

    .custom-select {
  position: relative;
  width: 400px;
  max-width: 100%;
  font-size: 1.15rem;
  color: #000;
  margin-top: 3rem;
}

.select-button {
  width: 100%;
  font-size: 1.15rem;
  background-color: #fff;
  padding: 0.675em 1em;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-value {
  text-align: left;
  color: #000;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: transform ease-in-out 0.3s;
}

.select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;

  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.select-dropdown:focus-within {
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* interactivity */

.custom-select.active .arrow {
  transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.spouse-details{
  border: 1px dashed #BEDDFF;
  margin: 2%;
  border-radius:1rem;
  padding: 10px;
  width: 90%;
}

.cont-results {
  width: 335px;
  min-height: 200px;
  border-radius: 2.25rem;
  /* box-shadow: 0 0.125rem 2.25rem rgba(0, 0, 0, 0.075);
  border: 2px solid #FFF; /*#2152FE;*/ */
  transition: transform var(--transition);
  /* margin: 2%; */
  line-height: 22px;
  margin: 10px;
  background-color:white;
}

.company h5{
  font-size:20px;
  font-weight:600;
  font-family: "Poppins";
}

.company-headline{
  font-size:16px;
  font-family: "Poppins";
  padding-bottom: 4%;
}

.li-display{
  font-size:16px;
  font-family: "Poppins";
  line-height:25px;
}

.li-display ul li{
  font-size:16px;
  font-family: "Poppins";
  line-height:25px;
}

.company-container{
  padding:10%;
}

.cta-area {
  padding-top:5%;
}

.result-cont-main {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.subheadline {
  font-size: 20px;
  text-align:center;
  color: #56606A;
  padding-bottom: 2%;
}

.form-container{
  width: 800px;
}

.selected-state {
  color: var(--blue-4, #2152FE);
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.error {
  color: var(--red, #E2231A);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.error-icon {
  height: 16px !important;
  width: 16px !important;
}

.progress-desktop{ display:inline-block;}
.progress-mobile{ display: none }

.index-content {
  margin-top:50px;
}

.w-37 {
    width: 37% !important;
}

.home-search-blue{
  border: 1px solid #2152FE !important;
}

.zip-footer {
  padding-top:20px;
  padding-bottom:20px;
}

.evaluation{
    background:url(../images/evaluation.png) no-repeat center;
    background-color: #FFF2F1;
    background-repeat: no-repeat;
    background-size: cover;
    height:250px;
}

.step1{
  color: var(--blue-4, #2152FE) !important;
}

.step2{
  color: var(--orange, #F76904) !important;
}

.step3{
  color: var(--green, #26BA84) !important;
}

.main-image {
  width:100%;
}

.mobile-image {
  display:none;
}

.box-label{
  border-radius: 3px;
background: var(--orange-1, #FFF2F1);
padding: 5px 10px;
align-items: center;
gap: 10px;
  color: var(--orange-6, #EF3810);
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 21.6px */
}

.box-label-blue{
  border-radius: 3px;
background: #E0E9FF;
padding: 5px 10px;
align-items: center;
gap: 10px;
  color: #2152FE;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 21.6px */
}

.mobile-nav{
  display:none;
}

.nav {
  height: 50px;
  width: 100%;
  display:block;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > li, .nav > .nav-links > div > li  {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav > .nav-links > li > a {
  color: #1A1A1A;
}

.nav > #nav-check {
  display: none;
}

.call-sub {
  font-size: 15px;
  font-style: italic;
}

.call-sub-small {
  font-size: 10px;
  font-style: italic;
}

.long-arrow {
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.previous {
  border: solid #4a47ff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
}

.w-progressbar{
  background-color: #C3C2FF;
  border-radius: 8px;
  width: 760px;
  height: 16px;
  padding-left: 0;
  padding-right: 0
}

.w-progressbar li {
      list-style-type: none;
      width: 20%;
      float: left;
      font-size: 14px;

      height: 16px;
  }
  /* 4A47FF */
  .w-progressbar li:before {
      width: 10px;
      height: 10px;
      content: '';
      line-height: 16px;

      transition: all .8s;
  }

  .w-progressbar li:first-child:after {
      content: none;
  }
  .w-progressbar li.active:before {
      border-color: #20009F;
      background-color: #20009F;
      transition: all .8s;
      color: #4A47FF;
  }
  .w-progressbar li.active:after {
      background-color: #20009F;
      transition: all .8s;
  }
  .pbar {
    background-color: #4A47FF;
  }

  .pbar-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .pbar-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    margin-left: 90%;
    z-index: 2;
    position:relative;
    margin-top: 2px;
}

.circle-active {
    background: #20009F;
    padding-right:5%;
}

.circle-right {
    margin-left: 85%;
}

.cont-checkbox-text:has(input:checked) label .checked-right {
  float:right;
  font-size:24px;
  width:25px;
  color: #4a47ff;
  display:block;
}
.checked-right {
  display: none;
}

.checked-thankyou{
  margin: auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #C2D6FF;
}

.checked-thankyou span {
  font-size:30px;
  line-height: 50px;
  color: #2152FE;
}


@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #1a1a1a;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > li, .nav > .nav-links > div >li {
    display: block;
    width: 100%;
  }
  .nav > .nav-links > li > a {
    color: #1A1A1A;
  }

  .nav > .nav-links > div > li > a {
    color: #8E969E;
  }


  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
