.contact-heading h3 {
    color: #011685;
    font-weight: bold;
    padding: 40px;
    margin-top: 20px;
}

#text-area {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn1 button {
    font-size: 16px !important;
    color: white;
    border: 1px solid #FF2525;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #FF2525;
    transition: ease-in-out .5s;
}

.btn1 button:hover {
    color: white;
    transform: translateY(3px);
}

.btn2 button {
    font-size: 16px !important;
    color: white;
    width: 119.97px;
    border: 1px solid #011685;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #011685;
    transition: ease-in-out .5s;
}

.btn2 button:hover {
    color: white;
    transform: translateY(3px);
}

.address-row {
    justify-content: center;
}

.address-main h3 {
    color: #011685;
    font-weight: bold;
}
.justify-text {
    text-align: justify !important;
    text-justify: inter-word;
}

.col-form-label {
    border-radius: 40px !important;
    font-weight: bolder;
    color: #011685;
    padding: 8px;
    transition: ease-in-out .5s;
}
.address-details{
    display: grid;
    text-align: center;
}
.address-label {
    margin-top: 30px;
    border-radius: 40px !important;
    font-weight: bolder;
    color: #011685;
    transition: ease-in-out .5s;
}
