a {
    text-decoration: none !important;
    /* color: black !important; */
}

#contact_sec {
    padding: 60px 0;
    min-height: 100vh;
}

#name::placeholder {
    color: white;
}

#email::placeholder {
    color: white;
}

#phone_number::placeholder {
    color: white;
}

#message::placeholder {
    color: white;
}

/* .contact-page-map iframe {
  filter: grayscale(100%) invert(92%) contrast(83%);
} */
#con_tx {
    position: relative;
    /* top: 22px; */
    color: black;

}

#con_div {
    /* background:radial-gradient(ellipse at center, rgb(67 68 68) 0%, rgb(63 64 64) 16%, rgb(0 0 0) 100%); */
    background: white;
    height: auto;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    /* border: 6px solid #fda40b; */
    opacity: 0.8;
    /* margin-top: 60px; */
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: radial-gradient(ellipse at center, rgb(67 68 68) 0%, rgb(63 64 64) 16%, rgb(0 0 0) 100%);
    border: 2px solid white;
    border-radius: 20px;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: white;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
    /* color: white; */
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    /* background: #f9f9f9 none repeat scroll 0 0; */
    background: black;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field input {
    color: white !important;
}

.single-input-field textarea {
    /* background: #f9f9f9 none repeat scroll 0 0; */
    background: black;
    color: white;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    margin-left: 4px;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.contact-us {
    background-image: url("../images/contact-us.jpg");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 90px;
    position: relative;
}

#banner {
    background-image: url("../images/contact2.avif");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    text-align: center;
    padding-top: 90px;
    padding: 235px 0;
    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: #c08831;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'latobold';
    text-transform: uppercase;
    border: 2px solid #c08831;
    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;
    position: fixed;
    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;
    }
}