* {
    font-family: Helvetica, sans-serif !important;
}

.topIMG {
    width: 100%;
    height: 300px;
    background: url("./images-for-contacts/topBG.png") center center no-repeat;
    filter: saturate(0.5);
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 20px solid red; */
    margin-top: 100px;
}

.topIMG h1 {
    font-size: 5rem;
}

@media only screen and (max-width: 780px) {
    .topIMG {
        height: 120px;
    }

    .topIMG h1 {
        font-size: 2.8rem;
    }
}

._container_ {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;

}

.top0_section {
    /* border: 2px solid blue; */
    height: 18x;
    transition: all 0.5s;
    /* height: 240px; */
}

.top0_section .pathContainer {
    font-size: 0.9rem;
    margin: 10px 0px;
    /* background-color: red; */
    margin-left: 30px;
}

@media only screen and (max-width: 1500px) {
    .top0_section .pathContainer {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 1128px) {
    .top0_section .pathContainer {
        margin-left: 0px;
    }
}

.top0_section .pathContainer a {
    text-decoration: none;
}

.top0_section .pathContainer .path {
    color: #555;
    margin-right: 10px;
}

.top0_section .pathContainer .activePath {
    font-weight: bolder;
    color: #222;
}

.top0_section .pathContainer .slash {
    color: #555;
    margin-right: 10px;
}


/* _______________________________________________ */

.contactFormContainer_x {
    /* border: 2px solid red; */
    /* background-color: rosybrown; */
    width: 900px;
    margin: auto;
    margin-top: 60px;
    position: relative;
    color: #444;
}

.contactFormContainer_x .getInTouch {
    color: #111;
    font-size: 3.4rem;
    font-weight: bold;
    width: fit-content;
    margin: auto;
}


.contactFormContainer_x .topInputs {
    margin-top: 50px;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.contactFormContainer_x .topInputs label {
    display: block;
}

.contactFormContainer_x .topInputs input {
    display: block;
    /* background-color: red; */
    width: 410px !important;
    padding: 10px 20px;
    border: 1px solid #A4A4A4;
    border-radius: 6px;
    /* outline: none; */
    margin-top: 6px;
}
.contactFormContainer_x .topInputs.n input {
    display: block;
    /* background-color: red; */
    width: 410px !important;
    padding: 10px 44px;
    border: 1px solid #A4A4A4;
    border-radius: 6px;
    /* outline: none; */
    margin-top: 6px;
}

.contactFormContainer_x #message {
    margin-top: 6px;
    width: 100%;
    /* border: 1px solid #A4A4A4; */
    border: none;
    padding: 20px;
    background-color: #F0EFEF;
    color: #222;
    border-radius: 6px;
}

.contactFormContainer_x #sendQoute_ {
    width: 160px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    background-color: #FF554B;
    text-align: center;
    line-height: 50px;
    margin: 40px auto;
    transition: all 0.6s;
}

.contactFormContainer_x #sendQoute_:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media only screen and (max-width: 1060px) {
    .contactFormContainer_x {
        /* background-color: rosybrown; */
        width: 600px;
    }

    .contactFormContainer_x .getInTouch {
        font-size: 2.8rem;
    }

    .contactFormContainer_x .topInputs {
        display: block !important;
    }

    .contactFormContainer_x .topInputs input {
        width: 100% !important;
        margin-top: 6px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 700px) {
    .contactFormContainer_x {
        width: 90% !important;
    }

    .contactFormContainer_x .getInTouch {
        font-size: 2.2rem;
    }

    .contactFormContainer_x #sendQoute_ {
        width: 160px;
        height: 40px;
        line-height: 42px;
        margin: 30px auto;
    }
}


/* ______________________________________Bottom stufffdfdfdfdfdf__________________ */

#contInContact {
    background-color: #F2F4F5;
    height: fit-content !important;
}

#inneContInCntact {
    /* background-color: #A4A4A4; */
    width: 80%;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    /* display: grid;
    grid-template-columns: auto auto; */
    display: flex;
    position: relative;
    justify-content: space-between;
}


@media only screen and (max-width: 1318px) {
    #inneContInCntact {
        width: 90%;
    }

    #googelMap {
        width: 470px;
    }
}

@media only screen and (max-width: 1040px) {
    #inneContInCntact {
        display: grid !important;
        grid-template-columns: auto;
        width: fit-content;
    }

    #googelMap {
        width: 470px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 540px) {
    #googelMap {
        width: 90vw !important;
        margin-top: 30px;
    }
    .leftDiv_ .topHeading {
        font-size: 1.8rem !important;
    }
}
@media only screen and (max-width: 418px) {
    #inneContInCntact{
        margin: auto;
        /* background-color: red; */
    }
    #inneContInCntact p{
        font-size: 0.9rem;   
        line-height: 20px;
    }
    #inneContInCntact a{
        font-size: 0.9rem;   
    }
    .leftDiv_ .addressContainer {
        /* border: 2px solid yellow; */
        max-width: 190px !important;
    }
    #googelMap {
        width: 100% !important;
        padding: 6px !important;
        transform: translateX(-5px);
    }
    #inneContInCntact .rightDiv_{
        /* background-color: yellow; */
        width: 90vw !important;
    }
}


#googelMap {
    /* filter: saturate(0); */
    background-color: #fff;
    padding: 10px;
    height: 310px;
    border-radius: 20px;
}

.leftDiv_ {
    /* border: 2px solid greenyellow; */
}

.leftDiv_ .topHeading {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.leftDiv_ .addressContainer {
    /* border: 2px solid yellow; */
    max-width: 214px;
}

.leftDiv_ .addressContainer h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.leftDiv_ .contactInfo {
    display: flex;
    /* margin-top: 20px; */
    /* background-color: red; */
}

.leftDiv_ .contactInfo h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.leftDiv_ a {
    text-decoration: none !important;
    color: #333;
}

.iconPlusText {
    display: flex;
    margin-bottom: 20px;
}

.mrgn_ {
    margin-right: 20px;
}

.emailIcon {
    display: block;
    width: 20px;
    height: 20px;
    background: url("./images-for-contacts/icons/mail.svg") center center no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.phoneIcon {
    display: block;
    width: 20px;
    height: 20px;
    background: url("./images-for-contacts/icons/phone.svg") center center no-repeat;
    background-size: contain;
    margin-right: 12px;
}