.logo img{
	       max-width: 540px;
     width: 100%;
    margin-bottom: 15px;
}

button.wellness-zipcode-btn {
    border-radius: 25px;
    background-color: #0c4da2;
    border: 0;
    margin-bottom: 16px;
    padding: 10px 36px 10px 36px;
    margin-left: 0px;
    color: white;
}
.form-heading h1 {
    font-family: inter;
    font-size: 32px;
    font-weight: 600;
}
.form-heading p {
    font-family: inter;
    font-size: 16px;
  
}
form#health_fitness_form {
    margin-top: 25px;
}
section#health_fitness_form_wrapper {
    padding: 0 0px;
   

  
    width: 100%;
    margin: 0 auto;
}
#health_fitness_form_wrapper .form-heading{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
    
padding-top: 1.5em;
    padding-right: 52px;
    padding-bottom: 2.5em;
    padding-left: 52px;

    border-bottom: 1px solid #d7d8e1;
}
#health_fitness_form_wrapper .health-fitness label{
	font-size: 17px;
	font-weight: 500;
}
#health_fitness_form_wrapper .star{
	color: red;
	font-size: 20px;
}
#health_fitness_form_wrapper span{
	font-size: 12px;
}
form#zipcode_form {
    width: 50%;
    margin: 0 auto;
}
#health_fitness_form_wrapper .hidden {
  display: none;
}

#health_fitness_form_wrapper .medical-section, .measurement-section, .sleep-section, .hydration-section, .weight-section, .stress-section, .nutrition-section{
	padding-top: 20px;
}
	.medical-section, .measurement-section, .sleep-section, .hydration-section, .weight-section, .stress-section, .nutrition-section h4{
		text-align: center;
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.45;
	}

#health_fitness_form_wrapper .weight img{
	height: 679px;
  aspect-ratio: auto 680 / 679;
  width: 680px;
}


/* Rating CSS */
#health_fitness_form_wrapper .custom-radio-group {
  display: flex;
  gap: 10px;
}

#health_fitness_form_wrapper .custom-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin: auto;
}

#health_fitness_form_wrapper .stress-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin: initial !important;
}

#health_fitness_form_wrapper .custom-radio input[type="radio"] {
  display: none;
}

#health_fitness_form_wrapper .custom-radio input[type="radio"]:checked + .circle {
  background-color: #0c4da2;
    color: white;
    padding-top: 10px;
    border-radius: 106px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

#health_fitness_form_wrapper .circle {
  font-weight: bold;
}

#health_fitness_form_wrapper .btn{
	margin-top: 20px;
    border: 0px;
    background: #0c4da2;
    font-size: 22px;
    color: white;
    padding: 10px 30px;
}

#health_fitness_form_wrapper .error{
	color: red;
    font-size: 12px !important;
    width: 100%;
	border-color: red !important;
  margin-bottom: 0px !important;
}
#health_fitness_form_wrapper .valid {
	border-color: green !important;
}
#health_fitness_form_wrapper .rowFocus:focus-within {
	background-color: #e8e8e8;
	border-radius: 8px;
  }
  .rowFocus{
    margin-bottom: 10px;
  }

  @media screen and (max-width: 575px) {
 button.wellness-zipcode-btn {
    border-radius: 25px;
    background-color: #0c4da2;
    font-size: 11px !important;
    border: 0;
    margin-bottom: 17px;
    padding: 7px 18px 7px 18px;
    margin-left: 0px;
    color: white;
}
form#zipcode_form {
    width: 90%;
    margin: 0 auto;
}
}

a.submit-sign-up.home-signup-btn {
    border-radius: 25px;
    background-color: #0c4da2;
    border: 0;
    margin-bottom: 16px !important;
    padding: 10px 36px 10px 36px;
    /* margin-left: 0px; */
    color: white;
    display: inline-block;
    text-align: center; 
}