body {
  font-family: 'Kumbh Sans', sans-serif;
}

.header-text {
  color: #ffffff;
  font-size: 0.743rem;
  line-height: 0.8;
}

main {
  padding-top: 75px;
  min-height:70vh;
}

.logo {
  height: auto;
  max-width: 250px;
}

.heading-main {
  font-family: 'kumbh Sans', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1em;
  color: #000000;
}

.model-wrapper {
  background-image: url("../../assets/img/BinaxNow.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-heading-text span {
  font-weight: 700;
}

.sub-heading-text {
  font-size: 30px;
  color: #030303;
}

.btn-sign {
  background: #1b7fe4;
  color: #ffffff;
  font-size: 22px;
  font-family: 'Kumbh Sans';
  font-weight: 700;
  max-height: 75px;
  height: 100%;
  width: 100%;
  border-radius: 50px;
}

.btn {
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 0;
  white-space: normal;
  vertical-align: middle;
  padding: 15px 20px;
}

/* .btn:hover {
  background-color: #1565c0;
  color: #ffffff;
} */

.btn-sign:hover{
  background-color: #320f45;
  color: #ffffff;
}

.btn-wrapper {
  max-width: 390px;
  width: 100%;
}

.border-model {
  border-bottom: 8px solid #7a50a2;
}

#steps{
  padding-top: 75px;
  /* padding-bottom: 75px; */
}

#steps h1 {
  font-size: 35px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #000000;
  line-height: 1.2;
}

#steps h1 span {
  font-weight: bold;
}

.mw-744 {
  max-width: 744px;
  width: 100%;
}

footer {
  background-color: #000000;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

footer p {
  color: #ffffff;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

#steps h3 span {
  font-weight: 800;
}

.img-model {
  position: absolute;
}

.form--container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

select option {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.select-img {
  width: 100%;
  max-width: 50px;
  margin: 5px auto;
  transition: all ease-in-out .3s;
}

#main--form{
  overflow: hidden;
}

input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.box-option-title {
  font-weight: 600;
  font-size: 16px;
  transition: all ease-in-out .3s;
}

.select-box {
  margin-bottom: 20px;
}

.range-label {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #656565;
}

.form-range {
  border: none;
}

.form-range:focus {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none !important;
}

.form-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  -webkit-appearance: none;
  appearance: none;
}

.icon-forward {
  margin-bottom: 4px;
  margin-left: 6px;
}

#main--form .form-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.submit-btn {
  width: 100% !important;
  max-width: 320px;
  font-weight: 600;
  color: #fff;
}

.submit-btn:disabled{
  color: #fff;
  pointer-events: none;
  background-color: #0066ff;
}

a {
  color: #0029ff;
}

.tcpa-text{
  text-align: justify;
  color: rgb(7, 7, 7); 
  font-size:14px;
  line-height: 1.3;
}

.form--steps {
  display: none;
  position: relative;
}

.form--steps.show {
  display: block;
  opacity: 0;
  animation: showStep .6s forwards;
}

@keyframes showStep {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form--steps.hide-to-right {
  opacity: 1;
  animation: hideToRight .5s forwards;
}

@keyframes hideToRight {
  to {
    opacity: 0;
    transform: translateX(80px); /* Adjust this value based on your layout */
  }
}

.form--steps.hide-to-left {
  opacity: 1;
  animation: hideToLeft .5s forwards;
}

@keyframes hideToLeft {
  to {
    opacity: 0;
    transform: translateX(-80px); /* Adjust this value based on your layout */
  }
}

.select-label-option {
  padding: 10px;
}

#main--form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  /* animate: 0.2s;
  box-shadow: 0px 0px 0px #000000; */
  background: #e4e4e4;
  border-radius: 5px;
  border: 0px solid #ffffff;
}

#main--form input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 5px #818181;
  border: 1px solid #ebebeb;
  height: 25px;
  width: 25px;
  /* border-radius: 50px; */
  background: #0065fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
/* End Range style */

.form--input-field-wrapper {
  max-width: 630px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 5px;
  padding-right: 5px;
}

.form--heading-1 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.form--range-label {
  font-weight: 700;
  color: #06f;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px !important;
  line-height: 30px;
  text-align: center;
}

.form--input-field-wrapper .form--range-text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}

.next-btn {
  transition: all ease .3s;
  background-color: #06f;
  color: #fff;
  padding: 10px 20px;
  width: 50%;
  font-size: 18px;
}

.next-btn:hover {
  background-color: #1FEAA1;
  color: #fff;
}

.back-btn {
  font-size: 16px;
  cursor: pointer;
  color: #4C94FF;
  font-weight: 400;
}

/* .back-btn:hover {
  color: #1271ff;
} */

label.error {
  color: #ff0000;
  font-size: 14px;
  transition: all ease .3s;
  margin: 10px auto;
  text-align: center;
  display: block;
  position: relative; 
}

label.error span{
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}

.form-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  margin-top: 10px;
}

#main--form .select-label-option {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
  padding: 0px 10px 14px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: all ease-in-out .3s;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}

.select-label-option:hover {
  background: #dfdfdf;
  border: 1px solid #636363;
  box-shadow: #cfcfcf 0px 6px 20px -5px
}

.form-control-lg, .form-select-lg {
  font-size: 16px;
  padding: 0.5rem 1rem !important;
  min-height: 40px;
  border-radius: 6px;
  background-color: #f5f5f5;
}


.form--progress-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* border: 5px solid #13bf6b; */
  outline: #13bf6b solid 5px;
  height: 80px;
  width: 80px;
  padding: 0px 5px;
  border-radius: 100%;
}

#form--progress-text {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #06f;
}

.form--complete-text {
  color: #06f;
  font-size: 12px;
}

.form--progress-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.form-select:focus, .form-control:focus {
  border-color: #004cf1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #a3c8ff;
}

section.bg-shaded{
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

/* RESOURCE CENTER CSS May 2024 */

main#resourse-center{
  background-color: #ffffff;
}

main#resourse-center .sidebar{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

main#resourse-center .item{
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #bebdbd;
  padding: .5rem;
}

main#resourse-center .item:hover,
main#resourse-center .item.active,
main#resourse-center .item.active a{
  background-color: #1565c0;
  color: #ffffff;
}

main#resourse-center .item a:hover{
  color: #ffffff;
}

main#resourse-center .item span{
  padding: 0px 10px;
  font-size: 18px;
  font-weight: bolder;
  float: right;
  transition: all 0.3s ease;
}

main#resourse-center .item a{
  text-decoration: none;
  color: #000000;
  margin: 0;
}

main#resourse-center .card-body{
  padding-top: 0;
}

main#resourse-center .card-deck{
  display: none;
  transition: all 0.3s ease;
}

main#resourse-center .card-deck.active{
  display: block;
}



main#resourse-center li.list-group-item{
  background-color: transparent;
}

main#resourse-center .card{
  background-color: transparent;
  border: none;
  color: #000000;
}

main#resourse-center .btn-primary{
  font-weight: 600;
  background-color: transparent;
  color: #000000;
  border: 1px solid #eee;
  text-align: start;
  border-radius: 0;
  padding: 10px 20px 10px 10px;
  position: relative;
}

main#resourse-center .btn-primary span{
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 30px;
}

main#resourse-center .btn-primary.active,
main#resourse-center .btn-primary:hover{
  /* background-image: linear-gradient(#0018a4, #031473); */
  background-color: #1565c0;
  color: #ffffff;
}

@media (max-width: 768px){
  #steps{
    margin-top: 150px;
  }

  .section-fit{
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-main{
    font-size: 42px;
  }

  .sub-heading-text{
    font-size: 16px;
  }

  #steps h1{
    font-size: 22px;
  }

  #steps h2{
    font-size: 22px;
  }

  #steps h3{
    margin-bottom: 0!important;
    margin-left: 15px;
    font-size: 22px;
  }


  .select-label-option {
    padding: 20px;
  }

  .form-label {
    font-size: 14px;
  }

  .box-option-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }

  #main--form .select-label-option {
    /* min-height: 170px; */
    padding-bottom: 25px;
  }

  .next-btn {
    padding: 14px 25px;
  }

  /* .form--progress-container {
    height: 100px;
    width: 100px;
  } */

  #form--progress-text {
    font-size: 18px;
  }

  .form--complete-text {
    font-size: 12px;
  }

  .select-img {
    max-width: 60px;
    margin: 1rem auto;
  }

  /* .form--progress-wrapper {
    margin-top: -50px;
  } */

  .form--range-label {
    font-size: 24px !important;
  }

  .form-control-lg, .form-select-lg {
    font-size: 16px;
    padding: 0.8rem 1rem;
  }

  .form--heading-1 {
    line-height: 1.4;
    font-weight: 700;
  }

  .btn{
    font-size: 20px;
    padding: 8px 12px;
  }

  main{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  main#resourse-center .item span{
    transform: rotate(90deg);
  }
}

@media (max-width: 576px) {
  .heading-main{
    font-size: 35px;
  }

  .btn{
    font-size: 18px;
  }

  main{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form--progress-container{
    height: 70px;
    width: 70px;
  }

  .select-img {
    margin: 0rem auto;
  }

  .form--heading-1 {
    font-size: 20px;
  }
}