.contact-infowrapper {
    /* border: 1px solid; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 8px; */
    /* margin-top: 30px;
    border-radius: 4px; */
    border-bottom: 1px solid #cecece;
    margin-top: 30px;
    width: 80%;
}

.contact-infowrapper p{
    color: #000;
    font-weight: 800;
}
.contact-infowrapper a {
    position: relative;
    text-decoration :none;
    color: #646464;
    bottom: 12px;
}

.contactdivider{
    /* width: 1140px; */
    border: 1px solid #d4d0d0;
    margin-top: 40px;
}


.google-map{
    margin-top: 40px;
}
.google-map iframe{
    width: 100%;
    border-radius: 4px;
}

.btn-inquery {
    font-size: 18px;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    background-color: #F9B234;
    margin-top: 30px;
}



@media only screen and (max-width: 768px)
{
    .contact-fastcontactinfo{
        margin-top: 40px;
    }

    .contact-infowrapper {
        border-bottom: 1px solid #cecece;
        margin-top: 30px;
        width: 100%;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .contact-fastcontactinfo{
       padding-right: 30px;
    }
    .contact-infowrapper {
        /* border: 1px solid; */
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 8px; */
        /* margin-top: 30px;
        border-radius: 4px; */
        border-bottom: 1px solid #cecece;
        margin-top: 30px;
        width: 100%;
    }
}
