:root {
    --white: #ffffff;
    --black: #000000;
    --dark-grey: #4A4A4A;
    --primary-color: #C0934C;
    --yellow-color: #D9A346;
    --light-yellow-color: #F4F0E7;
    --heading-yellow-color: #DCC5A2;
    --dark-yellow-color: #B9A082;

}

/*---------- Contact CSS start -----------*/

.contact-us label.fw-bold {
    font-size: 14px;
}

.contact-us .form-select {
    border-bottom-color: var(--dark-grey);
    color: var(--dark-grey);
    background: transparent url(../images/dark-down-arrow.svg) no-repeat right center;
}

.contact-map iframe{
  height: 870px;
  width: 100%;
}

/*---------- Media Css Start -----------*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
    .contact-us .contact-map {
        max-height: 400px;
    }

}