.contact-section{
    background-image: url(/images/landing/contact-us-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 17% 9%;
    margin-top: 5%;
    position: relative;
}
.contact_content{
    width: 50%;
    padding-left: 10%;
    padding-bottom: 5%;
}
.contact-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-form{
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    width: 40%;
    padding: 2rem;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 1;
}
.contact-address{
    padding: 5% 10%;
}
.contact-relative{
    position: relative;
}
.contact-form .form-group{
    margin-bottom: 1rem;
}
.contact-form .form-group .form-control, .contact-form .form-group .form-select{
    border-radius: 0!important;
    border: 1px solid #BABABA;
}
.contact-form .form-group>label{
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.contact-form .contact-number{
    margin-left: -0.5rem!important;
    margin-right: -0.5rem!important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .contact-form{
        width: 50%;
    }
}
