section.contact-banner {
    width: 100%;
    height: 400px;
    background: url(../images/contact-banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 107px;
    position: relative;
}
section.contact-banner h1{
    font-size: 64px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
section.contact-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
section.contact-banner .contact-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 47 25 / 73%);
    /* opacity: 0.15; */
}
.contact-info {
    max-width: 550px;
    margin: auto;
    text-align: center;
}
.contact-info h4{
    font-size: 20px;
    font-weight: 500;
}
section.contact-form-sec {
    padding-top: 0;
}
section.contact-form-sec .form-info {
    padding-right: 5%;
    padding-left: 5%;
}
section.contact-form-sec .contact-img{
    padding-left: 5%;
    text-align: center;
    padding-right: 5%;
}
section.contact-form-sec .contact-img img {
    width: 520px;
    height: 520px;
    object-fit: cover;
}
section.contact-form-sec form input{
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
}
section.contact-form-sec form label{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14.4px;
    line-height: 1.8em;
}
section.contact-form-sec form textarea{
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
    height: 120px;
}




/*=====================  CONTACT US =======================*/
.contact-page-section {
    position: relative;
    /* padding: 100px 0px 70px; */
    background: var(--white-color);
}
.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd;
}
.box-inner {
    position: relative;
    padding: 40px 0px 40px 0px;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
}
.contact-info-box .box-inner {
    position: relative;
    padding: 0px 9px;
}
.contact-info-box .box-inner a{
    color: var(--text-black);
    line-height: 1.5;
}
.contact-info-box .box-inner a:hover{
    color: var(--secondary-color);
}
.contact-info-box .box-inner h5 {
  position: relative;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  line-height: 1.5;
}
.contact-info-box .box-inner p {
    position: relative;
    /* color: var(--text-black); */
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact-info-box .box-inner p i{
    margin-top:5px;
}
.contact-info-box:nth-last-child(1) {
    border-right: 0px solid #cdcdcd;
}
.contact-page-section .inner-container {
    position: relative;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-map {
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 5px #ccc;
}
.contact-map iframe {
    position: relative;
    top: 0rem;
    /* height: 100%; */
}

.contact-page-section .sec-title h3{
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}


.contact-form .main-btn {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
}
