.contact-section__img img{
    border-radius: 10px;
    max-height: 276px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.contact-section__contact-details .details{
    text-align: center;
}
.details__icons img{
    height: 25px;
}
.contact-section__contact-details .details span {
    display: block;
    padding-bottom: 10px;
}
.contact-section__contact-details .details span {
    display: block;
    padding-bottom: 10px;
}
.contact-section__contact-details .details__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.contact-section iframe {
    border-radius: 12px;
    height: 375px;
    margin-top: 2.18rem;
    width: 100%;
}
.contact-section__form {
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    padding: 35px;
    margin-bottom: 1rem;
}
.edit-basic-detail__title {
    color: grey;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.red-star {
    color: #f44336;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    padding: 13px 15px;
    width: 100%;
}
.common-btn {
    background-color: #1c4499;
    border: 1px solid #1c4499;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 24px;
    padding: 9px 20px;
    width: 100%;
    margin-top: 1rem;
}
.edit-basic-detail__btns{
    justify-content: center;
    display: flex;
    margin-top: 1rem;
}
.contact-hero-section {
    position: relative;
    height: 300px;
    background-image: url("../images/contact-banner.jpg"); 
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
