.contact-headerimg {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    height: 10vh;
    background: url("{{ asset('images/contact/contactHeader.png') }}");
    background-size: auto 100%;
    background-repeat-y: repeat;
    position: relative;
}

.contact-headerimg img{
    padding: 0px;
    z-index: -1;
}

.contact-formrow {
    margin: 25vh 7vw;
    border-radius: 3px;
}

.contact-maprow{
    margin: 0px;
    padding: 10vh 7vw;
    padding-bottom: 0px;
}

.contact-form {
    padding: 10vh 7vw;
    padding-top: 5vh;
    text-align: right;
}

.contact-formcol{
    padding: 0px;
    padding-top: 10vh;
}

.contact-imgcol{
    padding: 0px;
}

.contact-formimg {
    width: 100%;
    height: 1px;
    min-height: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.contact-maprow {
    margin: 0px;
    padding: 10vh 7vw;
}

.contact-mapdiv {
    margin: 0px;
    padding: 0px;
    height: 50vh;
    object-fit: cover;
    margin-bottom: calc(20px + 1.5rem);
}

.h2-map {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 2px;
}

.contact-sendbtn {
    border-radius: 2px;
}

.transaprent-white {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0px;
    left: 0px;
}



/*---------------------------------------------------------------------------------*/
/* Extra Small  xs  <=576px                                                        */
/*---------------------------------------------------------------------------------*/

@media (max-width: 576px){

.contact-formrow {
    margin: 15vh 7vw;
}

}
