


.banner {
    background-color: #008e48;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
     height: 5rem;
     padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.f-all{
    width: 100%;
    margin-top: -20px;
    background-color: #f5f5f5;
}

.container {
    background-color: #f5f5f5;
    padding-top: 20px;
}


.card-title{
    text-align: center;
    margin-bottom: 30px;
}
.form-label {
    font-weight: bold;
    font-size: 13px;
}
.form-label .text-danger {
    margin-right: 5px;
}
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}
.map-container {
    height: 300px;
}
.address-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.address-container h5 {
    font-weight: bold;
}

.f-button{
    background-color: #008e48;
    float: right;
    color: white;
}



