.contact-us {
    background-image: url("../images/contact-us.jpg");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 90px;
    position: relative;
}
.contact-us::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.contact-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
.contact-col-5 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px;
}
.contact-col-7 { 
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 15px;
}
.location-detail {
    padding: 28px;
    color: #fff;
    border: 1px solid #fff;
    z-index: 1;
    position: relative;
}
.form-footer {
    z-index: 1;
    position: relative;
}
.location-detail h4 {
    margin: 0;
    font-size: 25px;
    font-family: 'latosemibold';
}
.location-item {
    margin-top: 20px;
}
.location-item h5 {
    font-size: 22px;
}
.location-item p {
    margin: 0;
    font-size: 14px;
}
.location-item p a {
    color: #fff;
    text-decoration: none;
}
.form-footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'latosemibold';
}
.form-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-footer .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.form-footer .row .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.form-group {
    margin-bottom: 18px;
    position: relative;
}
.form-control {
    padding: 10px 15px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-family: 'latosemibold';
}
.form-control:focus-visible {
    outline: 0;
}
textarea.form-control {
    min-height: 180px;
    resize: none;
}
.btn {
    background-color: #ec640c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'latobold';
    text-transform: uppercase;
    border: 2px solid #ec640c;
    padding: 10px 25px;
    cursor: pointer;
}
#countryCode {
    position: absolute;
    width: 115px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 1; 
    color: #fff;
    font-size: 16px;
}
#countryCode ~ .form-control {
    padding-left: 130px;
}
#countryCode option {
    color: #000;
}
.form-control::placeholder {
    color: #fff;
    opacity: 1;
    font-family: 'latosemibold';
}
.form-control:-ms-input-placeholder {
   color: #fff;
   font-family: 'latosemibold';
}  
.form-control::-ms-input-placeholder {
   color: #fff;
   font-family: 'latosemibold';
}
.copyright {
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.rera-strip {
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
}
.rera-strip ul {
    list-style: none;
    text-align: center;
}
.rera-strip ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
} 
.rera-strip ul li:last-child {
    border-right: 0;
}


/* RESPONSIVE CSS STARTS HERE */
@media only screen and (max-width:991px) {
    .contact-col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-us {
        height: auto;
    }
    .rera-strip {
        position: relative;
        margin: 20px 0 0 0; 
    }
    .form-footer {
        margin-top: 30px;
    } 
    .form-footer h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575px) {
    .form-footer .row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .location-detail h4 {
        font-size: 20px;
    }
    .location-item h5 {
        font-size: 16px;
    }
    .location-item p {
        font-size: 13px;
    }
    .form-footer h4 {
        font-size: 20px;
    }      
    .rera-strip ul li {
        border-right: 0;
    } 
}