/* =========================== section-contact us =========================== */
.contact-us-content-left > div{margin-bottom: 28px;}
.contact-us-content-left .p-big{color: var(--gray-01);font-family: var(--NeuzeitSbook);}
.contact-us-content-left .heading-style-3{color: var(--gray-02);font-family: var(--ITCAvantGardeProBk-reg);margin-top:10px;transition: all 0.3s ease-in-out;}
.contact-us-content-left a.heading-style-3:hover{color: var(--green) !important;}

.contact-us-form .heading-style-3{color: var(--gray-02);font-family: var(--ITCAvantGardeProBk-reg);margin-bottom:16px;}

/* =========================== section-map =========================== */
.section-map{height: 400px;width: 100%; filter: none;}

/* ================================================== media query start ================================================ */
@media screen and (max-width:1199px){
    /* =========================== section-contact us =========================== */
    .contact-us-content-left > div{margin-bottom: 20px;}
    .contact-us-content-left .heading-style-3{margin-top:5px;}

    .contact-us-form .heading-style-3{margin-bottom:10px;}
}
@media screen and (max-width:991px){
    /* =========================== section-contact us =========================== */
    .section-contact-us  .contact-us-row{row-gap: 20px;}
    .contact-us-content-left > div{margin-bottom: 16px;}

}
@media screen and (max-width:767px){}
@media screen and (max-width:575px){}