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

.navbar-light {
  border-bottom: solid 1px #e9ecf4; }
  .navbar-light .navbar-brand img {
    height: 25px; }
  .navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #030303; }
.form-control {
	width : auto !important;
	
}
main {
  min-height: calc(100vh - 102px); }

.pngs{
	width : 52px !important;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 33px;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track {
  width: 100%;
  height: 8px;
  margin: auto;
  top: 7px;
  border-radius: 5px;
}.slider-track2 {
  width: 100%;
  height: 8px;
  margin: auto;
  top: 45px;
  border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #dc1837;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #dc1837;
  pointer-events: auto;
  border: 1px solid #dc1837;
}
input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #dc1837;
  pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #dc1837;
}
.values {
  background-color: #000;
  width: 25%;
  top:-5px;
  position: relative;
  margin: auto;
  padding: 4px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
.values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #000;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -9px;
  left: 0;
  right: 0;
}
.wrapper {
  position: relative;
  border-radius: 10px;
}
/* Wizard styles with !important */
.audible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.steps {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.steps > ul {
  list-style: none !important;
  padding-left: 0 !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7f89), to(#7b7f89)) !important;
  background-image: linear-gradient(#7b7f89, #7b7f89) !important;
  background-size: calc(100% - 50px) 4px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.steps > ul li a {
  display: inline-block !important;
}

.steps > ul li span.number {
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background-color: #7b7f89 !important;
  text-align: center !important;
  line-height: 50px !important;
  color: #fff !important;
}

.steps > ul li.current span.number,
.steps > ul li.done span.number {
  background-color: #00d69f !important;
}

 {
  margin-bottom: 45px !important;
}

 .title {
  display: none !important;
}

 .bd-wizard-step-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #7b7f89 !important;
}

 .section-heading {
  font-size: 30px !important;
 /*  font-weight: bold !important; */
  color: #030303 !important;
}

 p {
  font-size: 16px !important;
  color: #030303 !important;
}

 .purpose-radio {
  position: relative ;
  display: inline-block;
}

 .purpose-radio .purpose-radio-input {
  position: absolute !important;
  opacity: 0 !important;
  
}

 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label {
  border-color: #dc1837 !important;
  background-color: #dc1837 !important;
  background-image:none !important;
}
 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label1 {
	  border-color: #dc1837 !important;
  background-color: #dc1837 !important;
  background-image:none !important;
}

 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label2 {
	 background-image: linear-gradient(180deg, #F3F2F7 0%, #FFFFFF 100%) !important;
 }
 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon {
  color: #fff !important;
}

/*  .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-default {
  display: none !important;
} */

 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-active {
  display: inline-block !important;
}
/* Show the img tag by default */
.purpose-radio .purpose-radio-label1 .label-icon img {
    display: inline-block; /* or 'block' depending on your layout */
}

/* Hide Font Awesome icon by default */
.purpose-radio .purpose-radio-label1 .label-icon .fa-circle-check {
    display: none;
}

/* Show Font Awesome icon when radio button is checked */
.purpose-radio .purpose-radio-input:checked + .purpose-radio-label1 .label-icon img {
    display: none;
}

.purpose-radio .purpose-radio-input:checked + .purpose-radio-label1 .label-icon .fa-circle-check {
    display: inline-block; /* or 'block' depending on your layout */
}
 .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-text {
  color: #fff !important;
  
}

 .purpose-radio .purpose-radio-label {
	 background-image:linear-gradient(360deg, #fcdcdb 0%, #FFF 80%);
  display: -webkit-box !important;
  display: flex !important;
  width: 160px !important;
  height: 115px !important;
  max-width: 100% !important;
  border-radius: 4px !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}


 /*  .form-control {
	  width: 100% !important;
  }
} */

 .purpose-radio .purpose-radio-label .label-icon {
  font-size: 21px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

 .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
  display: none !important;
}

 .purpose-radio .purpose-radio-label .label-text {
  font-size: 18px !important;
  color: #030303 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
 /*  font-weight: bold !important; */
}

 .purpose-radios-wrapper {
 /*  margin-top: 60px !important; */
}

 .purpose-radios-wrapper .purpose-radio {
  margin-right: 18px !important;
  max-width: calc(33% - 18px) !important;
}

@media (max-width: 575px) {
   .purpose-radios-wrapper .purpose-radio {
    margin-right: 0 !important;
    /* margin-bottom: 18px !important; */
     max-width: calc(49% ) !important;
  }
  .form-control {
	  width: 100% !important;
  }
}

 .purpose-radios-wrapper .purpose-radio:last-child {
  margin-right: 0 !important;
}

 .form-control {
  border-radius: 34px !important;
  border: solid 1px #ececec !important;
  text-align: center;
}

 .form-control::-webkit-input-placeholder {
  color: #919aa3 !important;
}

 .form-control::-moz-placeholder {
  color: #919aa3 !important;
}

 .form-control:-ms-input-placeholder {
  color: #919aa3 !important;
}

 .form-control::-ms-input-placeholder {
  color: #919aa3 !important;
}

 .form-control::placeholder {
  color: #919aa3 !important;
}

.actions > ul {
  list-style: none !important;
  padding-left: 0 !important;
  display: -webkit-box !important;
  display: flex !important;
}

.actions li a {
  display: inline-block !important;
  border-radius: 6px !important;
  background-color: #00d69f !important;
  padding: 16px 30px !important;
  color: #fff !important;
  font-style: 15px !important;
  font-weight: bold !important;
}

.actions li.disabled {
  display: none !important;
}

.actions li:not(.disabled) + li,
.actions li:not(:first-child):last-child {
  margin-left: 15px !important;
}

@media (max-width: 768px) {
	.values {
		width: 50%;
	}
	.form-control {
	  width: 100% !important;
  }
}@media (max-width: 575px) {
	.values {
		width: 50%;
	}
	.form-control {
	  width: 100% !important;
  }
}
@media (min-width: 768px) {
  .vertical {
    padding-left: 200px !important;
    position: relative !important;
    min-height: 450px !important;
  }
	
  .vertical .steps {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 480px !important;
    position: absolute !important;
    left: 0 !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .vertical .steps > ul {
    width: 50px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    background-size: 4px calc(100% - 50px) !important;
    margin-bottom: 0 !important;
  }

  .vertical .steps > ul li:not(:last-child) {
    margin-bottom: 24px !important;
  }
}
