.content_left {
    width: 50%;
    float: left;
    color: #fff;
    padding-top: 50px;
    height: 400px;
    overflow: hidden;
}
.left_text p {
    line-height: 30px;
    font-size: 14px;
}
.content_right {
    width: 50%;
    float: left;
    height: 350px;
    background-color: #fff;
    margin-top: 80px;
    text-align: center;
}
.footer_content {
    padding-left: 150px;
    padding-bottom: 70px;
}
.left_text p {

}
.footer {
    background-color: #000;
    min-height: 500px;
}
.content_right p {
    width: 80%;
    padding-left: 10%;
}
.content_right input {
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    width: 85%;
    padding: 10px 0;
}
.textarea {
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    background: none;
    width: 100%;
    padding: 10px 0;
}
.inputtxt {
    width: 85%;
    line-height: 30px;
}
.inputsub{
    background-color: #000;
    margin-top: 10px;
    padding: 8px 0;
    border: 1px solid #000;
    border-radius: 30px;
    color: #fff;
    width: 50%!important;
}
.footer_down {
    width: 100%;
    text-align: center;
    font-size: 8px;
}
.footer_down a {
    text-decoration: none;
    color: #000;
}
/*.footer.content_left h2,div {
    padding-left: 20%;
}*/
@media screen and (max-width: 767px) {
    #content-left {
        float: unset;
        width: 80%;
        height: 350px;
    }
    #content-right {
        float: unset;
        width: 80%;
        padding-top: 10px;
        height: 320px;
    }
    .footer_content {
        padding-left: 70px;
    }
}