body {
    /* font-family: Arial, sans-serif; */
    /* background-color: #f4f7fb; */
}

.banner-section {
    background-color: #4285F4; /* Green background */
    height: 200px; /* Adjust height as needed */
}

.banner-section h1 {
    font-size: 2.5rem; /* Adjust heading size */
    margin-bottom: 0.5rem;
}

.banner-section p {
    font-size: 1rem; /* Breadcrumb text size */
}

form {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgb(40, 42, 40);
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(40, 42, 40);
}

.form-control {
  
    font-weight: 400;
    line-height: 17px;
    color: rgb(89, 92, 95);
}
.form-select {
        color: #4b4a4a;
}

.regarding {
    width: 100%;
    padding: 12px;
    margin: 0px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
}

select.form-control {
    appearance: auto; /* Resets custom styling */
    -webkit-appearance: auto; /* For Safari */
    -moz-appearance: auto; /* For Firefox */
    background-image: none; /* Ensure no custom background overrides */
}

.form-label span {
    color: red;
}

button {
    font-size: 1.1rem;
}
.btn-success
{
   background-color: #4285F4 !important;
}
