.details-contact{
    position: absolute;
    top: 120px;
}

div.wpcf7{
    margin-top: 180px;
    margin-bottom: 80px;
    background: rgba(255, 255, 255, 0.2);
    padding: 60px;
    color: #fff;
    padding-bottom: 130px;
}
.wpcf7 input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 6px;
    padding-left: 100px;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 18px;
}

.wpcf7 br{
    display: none;
}

.wpcf7 .in-label{
    position: absolute;
    top: 0px;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 18px;
}

.wpcf7 label{
    position: relative;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 18px;
}

.wpcf7 textarea{
    resize: none;
    width: 100%;
    background: transparent;
    border: 0;
    line-height: 65px;
    padding-top: 5px;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 18px;
    height: 10em;
    margin-top: 10px;
}

.text-area{
    position: relative;
}




.wpcf7 .text-area::before{
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100%;
    top: 120px;
 }
.wpcf7 .text-area::after{
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100%;
    top: 60px;
}

.wpcf7 .text-area .wpcf7-form-control-wrap::after{
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100%;
    left: 0;
    top: 10px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.wpcf7 .wpcf7-submit{
    margin: 0;
    width: 170px;
    padding: 15px;
    border: 0;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    background-color: #fabc2f;
}

.wpcf7-response-output {
	display: none;
}

.add-review-post{
    padding-top: 200px;
	padding-bottom: 100px;
}

