.progress {
  background: #fff;
  height: 10px;
  position: relative;
  overflow: inherit;
  box-shadow: rgb(212, 212, 212 / 10%) 0px 0px 5px 5px;
}

.progress-wrapper{
  margin-top: 0;
  margin-bottom: 0;
}

.progress-bar {
  background-color: #ffbf00;
  position: relative;
  overflow: inherit;
  border-radius: 5px;
}

.progress-percentage {
  font-size: 14px;
  margin-bottom: 5px;
  color: #6c757d;
  font-weight: 500;
  position: absolute;
  right: -18px;
  top: -30px;
}

.progress-status-text {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 5px;
}

.logo{
  width:160px;
}

header {
  box-shadow: #696969 0px 0px 10px -5px;
  border-bottom: 2px solid #eee;
}

h1 {
  font-family: 'Lato';
  font-weight: 800;
  color: #3d3d3d;
}

main section.section-main{
  padding: 50px 0;
  background-color: #f5f5f5;
  min-height: 100vh;
  background-image: url('../img/bg-footer.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.primary-heading {
  color: #3d3d3d !important;
}

.wrapper-narrow-maxwidth {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.primary-color {
  color: #222222;
}

.form-wrapper {
  margin: 50px auto 75px auto;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px 15px;
  border-radius: 8px;
  box-shadow: #0e0e0e 0px 0px 20px -10px;
  overflow: hidden;
  position: relative;
}

.primary-sub-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0;
  line-height: 1.2;
}

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

.select-label-option {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  border: 4px solid #bbbbbb;
  transition: all ease-in-out .3s;
  cursor: pointer;
  border-radius: 8px;
  background-color: #f4f4f4;
}

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

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

.box-option-title small{
  font-size: 16px;
    color: #4f4f4f;
    font-weight: 400;
}

.select-label-option:hover {
  background-color: #b5121b!important;
  border: 4px solid #8e0b12;
  transform: translateY(-5px);
}

.select-label-option:hover .select-img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.select-label-option:hover .box-option-title, .select-label-option:hover .box-option-title small{
  color: #fff;
}

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

.three-cols {
}

input[type="radio"]:checked + label {
  background-color: #b5121b;
  border: 2px solid #ad2d33;
}

.disclosure-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
}

.impt-disclosure {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

footer {
  background-color: #000000;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all ease .3s;
  margin: 0 10px;
}

.copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

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

.questions {
  font-weight: 700;
  color: #262626;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.form-range {
  border: none;
}

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

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

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

.next-btn {
  transition: all ease .3s;
  background-color: #b5121bff;
  color: #fff;
  padding: 8px 20px;
  min-width: 120px;
  font-size: 18px;
}

.next-btn:hover {
  background-color: rgb(173, 4, 13);
  color: #fff;
}

.back-btn {
  font-size: 18px;
}

.icon-back {
  margin-bottom: 4px;
  margin-right: 6px;
  color: #1c1c1c;
}

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

.form-label {
  font-size: 16px;
  font-weight: 500;
}

.submit-btn {
  width: 100%;
  font-weight: 600;
  color: #fff;
}

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

.form-control {
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

#step-1 {
  display: block;
}

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


/* Start Range style */

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #dee2e6;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #dee2e6;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #dee2e6;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dee2e6;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #dee2e6;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dee2e6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #dee2e6;
}
/* End Range style */

@media (min-width: 768px) {
  .select-img {
    max-width: 80px;
    margin: 10px auto;
  }

  .logo{
    width: 260px;
  }
}

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

@media (min-width: 768px) {
  .questions {
    font-size: 28px;
  }
}

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

@media (min-width: 768px) {
  .primary-sub-text {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 15%;
  }
}

@media (min-width: 768px) {
  .form-wrapper {
    padding: 50px 30px 40px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .select-label-option {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .form-label {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .next-btn {
    padding: 14px 25px;
  }
}

.input-field-wrapper {
  max-width: 571px;
  margin-left: auto !important;
  margin-right: auto !important;
}







/* -------------------------   CSS June 2025    -------------------------*/

section.section-partners{
  background-color: #f5f5f5;
  margin: 0;
  padding: 0.5rem 0;
}

section.section-partners p.partners-text{
  color: #a1a1a1;
  font-weight: 600;
}

section.section-partners .partners-container{
  width: 100%;
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

section.section-partners .partners{
  display: flex;
  align-items: center;
  width: calc(3600px);
  animation: 60s linear 0s infinite normal none running partners-scroll;
}

@keyframes partners-scroll{

  0% {
    transform: translateX(0px);
  }

  100%{
    transform: translateX(calc(-1800px));
  }

}

section.section-partners .partners .partner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  max-width: 300px;
}

section.section-partners .partners .partner img{
    transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;

    /* height: 100px; */
  float: left;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

section.section-partners .partners .partner img:hover{
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

section.features{
  padding: 75px 0;
}

section.features h2.features-title{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #444444;
  padding: .875rem;
  margin: 0;
}

section.features .item{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
    box-shadow: 1px  2px 7px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    color: #333333;
    max-width: 370px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.features .item h2{
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  padding: .875rem 0;
}

section.features .item p.item-discription{
  margin: 0;
  padding-bottom: 32px;
}

section.features .item p.item-why{
  font-weight: bold;
  font-style: italic;
}

section.features .item img.icon{
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

section.features .item .item-why-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 60%;
  margin: auto;
}

section.features .item .item-why-container p{
  font-weight: 500;
  text-align: start;
  line-height: 1;
}

section.features .item a{
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #b5121c;
    background-color: #ffffff;
    color: #b5121c;
    width: 100%;
    margin: 1rem auto;
    transition: 0.3s all ease-in-out;
}

section.features .item a:hover{
  background-color: #b5121c;
  color: #ffffff;
}




.modal-dialog-slideout {
  min-height: 100%; margin: 0 0 0 auto;background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  /* -webkit-transform: translate(100%,0)scale(1); */
  transform: translate(-100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  /* -webkit-transform: translate(0,0); */
  transform: translate(-0,0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content{
  border: 0;
}

.modal-dialog-slideout .modal-header h5 {
  float:left;
}

#modalRight .modal-dialog{
  float: left;
}

#modalRight h2.modal-title{
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

#modalRight .modal-header{
  border: 0;
}

#modalRight .modal-body p{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

#modalRight .modal-body button{
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
  background-color: #b5121c;
  border: 1px solid #b5121c;
  color: #fff;
  transition: .5s;
  font-size: 1.25rem;
  margin-top: 1rem;

  padding-bottom: calc(.5em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.5em - 1px);
  border-radius: 4px;
  white-space: nowrap;

  -o-box-shadow: 0 4px 8px -4px rgba(0,0,0,.4);
  box-shadow: 0 4px 8px -4px #0006;

  max-width: 350px;
  width: 100%;
}

#modalRight .modal-body button:hover{
  color: #b5121c;
  background-color: #fff;
}


#modalRight .modal-footer img{
  display: block;
  max-width: 200px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
}

.modal-dialog-slideout .modal-footer{
  border: none;
  height: auto;
  padding-bottom: 100px;
  background-color: transparent;
}




@media (max-width: 992px){

  section.features .item{
    max-width: 100%;
  }

  section.features .item .item-why-container{
    width: 50%;
    margin-bottom: 0.5rem;
    margin: 0 auto;
  }

  section.features .item img.icon{
    margin-right: 1.5rem;
  }
  
}

@media (max-width: 768px){

  section.features{
    padding: 50px 0;
  }


}


@media (max-width: 576px){

  section.features h2.features-title{
    font-size: 1.5rem;
  }

  section.features .item .item-why-container{
    width: 70%;
  }

  #modalRight h2.modal-title{
    font-size: 32px;
  }

  #modalRight .modal-body p{
    font-size: 20px;
  }

}