
.form-group.row {
    display: flex;
    align-items: center;
}

h1.color{
    
    color: #246F27;
}

h4.color {
    color: #000000;
    /*margin-bottom: 40px;*/ /* Adjust the value as needed */
}

h5.color {
    color: #404040;
    margin-bottom: 20px; /* Adjust the value as needed */
    font-weight: normal;
}


h6.color {
    color: #404040;
    padding-top:4px;
    margin-bottom: 4px; /* Adjust the value as needed */
    font-weight: normal;
}

h7.color {
    color: red;
    padding-top: 4px;
    margin-bottom: 4px; 
    margin-right:4px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

h8.color {
    color: #404040;
    padding-top: 4px;
    margin-bottom: 4px; /* Adjust the value as needed */
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

h4.position{
    
    color: #246F27;
    text-align: left;
}
.gray-text {
    color: #404040;
}

.line {
    border-top: 2px solid #404040; /* Change color and styles as needed */
    margin: 4px 0; /* Adjust spacing above and below the line */
    padding: 4px 0; /* Adjust padding above and below the line */
    color: #404040;
}

/* styles.css */
.OPTION {
    
    color: #000000;
}

/* styles.css */
.address-container {
    margin-bottom: 70px; /* Adjust the value as needed */
    
  }
  
  .address-container::after {
    content: ""; /* Create a pseudo-element for the line */
    display: block; /* Make it a block element */
    width: 50%; /* Set the width to 50% to center it */
    margin: 0 auto; /* Center it horizontally */
    border-bottom: 1px solid #ddd; /* Add a 1px gray border at the bottom */
  }

  .border-box {
    border: 1px solid #000;
    padding: 10px;
}
.buttons {
    background-color: #246F27; /* Red background color */
    color: white; /* White text color */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    padding: 8px 16px; /* Padding */
    cursor: pointer; /* Cursor style on hover */
    transition: background-color 0.3s ease; /* Smooth transition on background color change */
    margin-bottom: 10px; /* Add margin bottom */
  }

.form-check-label {
    margin-top:5px;
}


/* You can continue adding more styles below if needed */
