.contact-banner-wrapper {
    width: 100%;
    padding: 160px 0 100px;
    background: #f7e5c3;
}
.contact-banner-heading {
    position: sticky;
    top: 0;
}
.contact-banner-wrapper .page-heading h2 {
    font-size: 51px;
}

.contact-banner-heading {
    position: sticky;
    top: 0;
}
.contact-banner-content-con {
    position: relative;
}
.contact-details .row {
    row-gap: 70px;
}
.text-gold {
    color: #060c5a !important;
    font-size: 26px;
}
.btn-outline-gold {
    border: 1px solid #b79a3f;
    color: #b79a3f;
    background-color: transparent;
    transition: all 0.3s ease;
}




.cont-page-form-section {
    padding: 100px 0;
    background: #fff3dc;
}



label.form-check-label.small a {
    color: #ad8b3a;
    display: inline-block;
    margin: 0 10px;
}




.btn-outline-gold:hover {
    background-color: #b79a3f;
    color: #fff;
}

.contact-input {
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    background-color: transparent;
    padding: 0.4rem 0;
    box-shadow: none;
    font-size: 0.95rem;
}
.contact-input::placeholder {
    color: #636363;
}
.contact-input:focus {
    border-bottom: 1px solid #b79a3f !important;
    box-shadow: none;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: unset !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}


.form-label {
    font-weight: 500;
    font-size: 0.9rem;
    color: #555;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #b79a3f;
    background-color: transparent;
}

.form-check-input:checked {
    background-color: #b79a3f;
    border-color: #b79a3f;
}

.contact-form {
    border-radius: 6px;
}

.contact-form p {
    font-size: 0.95rem;
}

.contact-anch {
    text-decoration: none;
    color: #191c47;
}

section.contact-map iframe {
    width: 100%;
}
.contact-map iframe {
    width: 100%;
}

/*Contact Us Page NEW*/


section.contact-us-page-new-wrapper {
    background: #fff3dc;
}

section.projects-banner-section {
    background: #fff3dc;
}

section.contact-us-page-new-wrapper .page-heading-con {
    position: static;
    margin-top: 115px;
}
.map-contact-page {
    background: #f9e4bc;
    height: 317px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.contact-us-last-section .row {
    align-items: center;
}
.map-contact-page p {
    padding: 0;
    margin: 0;
}

.map-contact-page iframe {
    width: 100%;
    height: 320px;
    opacity: 0.8;
    filter: grayscale(100%);
    padding: 0;
    margin: 0;
}
.contact-card-1 h5 {
    color: #936700;
}
.contact-card-1 p {
    font-size: 20px;
}
.contact-page-map-section {
    padding: 20px 0 60px;
}

.contact-us-last-section-left h2 {
    color: #182091;
}
.contact-us-for-new-left {
    padding: 0 15px 15px 15px;
    display: flex;
    height: 100%;
}


.contact-us-for-new-left-wrapper {
    /* border: 1px solid #ad8b3a; */
    padding: 0 15px 15px 15px;
    border-top: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contact-us-for-new-left-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border: 2px solid #ad8b3a;
}
.contact-us-last-section-right {
    padding: 0;
    background: url(../images/TM-NirmalyalineartContactPage.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 85px;
    background-size: contain;
}

.contact-us-last-section {
    margin: 100px 0 0;
    position: relative;
}
/* .contact-us-last-section::before {
    content: '';
    position: absolute;
    width: 24%;
    background: #ede0c6;
    height: 76%;
    right: 0;
    bottom: 0;
} */
.contact-us-last-section-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    background: #191c47c9;
    padding: 70px 30px;
    max-width: 411px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-us-last-section-right ul h5 {
    color: #fff3dc;
}
.contact-us-last-section-right ul li .contact-btn {
    margin-top: 15px;
}

.contact-us-last-section-right ul li .contact-btn {
    margin-top: 15px;
}
/*Contact Us Page NEW End*/



@media screen and (max-width: 1650px) {

    .contact-banner-wrapper .page-heading h2 {
    font-size: 40px;
}
    
}


@media screen and (max-width: 1300px) {

.contact-banner-wrapper .page-heading h2 {
    font-size: 36px;
}
    
}

@media screen and (max-width: 992px) {
.contact-banner-heading {
    text-align: center;
    margin-bottom: 60px;
}
.contact-details .col-6.border-start.border-gold {
    text-align: center;
}
}
