.map-info {
    z-index:1;
}
.map-info .wpb_wrapper{
    padding:50px 60px;
    background:#2b3746;
    border-radius:5px;
    position: absolute;
    top: -520px;
    min-width:370px;
}
.section-map-heading{
    position:relative;
    top:-100px;
    z-index: 1;
}
.section-map-info{
    margin:0 auto !important;
    left:0;
    right:0;
}
@media only screen and (max-width:768px){
    .map-info .wpb_wrapper{
        padding:20px 30px;
        min-width:200px;
        position: inherit;
        margin-top:5px;
    }
    .section-map-info{
        position:absolute;
    }
    .section-map-info {
        position: absolute;
        top: 80px;
    }
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #c2c2c2;
}
.wpcf7-form input[type=email]{
    width:100%;
    margin-bottom: 32px;
}
.wpcf7-form .form-group input{
    margin-bottom: 24px;
}
.wpcf7-form .form-group{
    margin-bottom: 0;
}
.wpcf7-form p{
    text-align: center;
}
.wpcf7-form input[type=email],.wpcf7-form input[type=text],.wpcf7-form textarea{
    background-color: #fff;
    border:0;
    border-bottom: 1px solid #f9e38d;
    padding: 0px 14px 10px 14px;
}
.wpcf7-form textarea{
    height:100px;
}
.wpcf7-form input[type=submit]:hover{
    background:#e2ba1b;
    border-color: #e2ba1b;
}
.wpcf7-form input[type=submit]{
    line-height: 25px;
    height: inherit;
    padding: 10px 32px;
    background:#f3c81c;
    border-color: #f3c81c;
    border-radius:5px;
    color:#fff;
    font-size:13px;
    font-family: "Fredoka One";
    letter-spacing:1px;
    height:54px;
    margin-top:40px;
}