.contact-all-dv {
    background-color: var(--extra-color-2);
    padding: 50px;
    width: 74%;
    margin: 0 auto;
}
.all-conact-first-col p {
    color: var(--second-text-color);
    font-family: var(--font-medium);
    display: flex;
    font-size: 13px;
}
.all-conact-first-col p span {
    padding-right: 20px;
}

.contact-sec .heading-wrapper.ourteam-wrapper {
    padding: 100px 0px;
}
/* section.contact-sec {
    padding-bottom: 120px;
} */
.all-conact-first-col p span a {
    color: var(--second-text-color);
}
.map-dv iframe {
    width: 100%;
    height: 600px;
}
section.map-sec {
    position: relative;
    bottom: -100px;
    z-index: -1;
}

/* Tablet Responsive  */
@media(max-width:991px){
    .contact-all-dv {
        width: 100%;
    }
}
/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media(max-width:575px){
    .contact-sec .heading-wrapper.ourteam-wrapper {
        padding: 30px 0px;
    }
	.contact-all-dv {
        padding: 20px;
        width: 100%;
    }
    section.map-sec {
        bottom: -50px;
    }
    section.contact-sec {
        padding-bottom: 10px;
    }
    .all-conact-first-col p span {
        font-size: 12px;
    }
}
/* Mobile Responsive Ends Here  */
