.left_contact {
    position: relative;
    width: 70%;
    margin-bottom: 50px;
    float: left;
}
.left_contact .input {
    width: 50%;
    position: relative;
    float: left;
}
.left_contact .input input {
    padding: 15px;
    font-size: 15px;
    width: 95%;
    margin: 10px 0;
    outline: none;
    box-sizing: border-box;
    border-radius: 3px;
    background: #f6f6f6;
    color: #676767;
    border: 1px solid #dedede;
}
.left_contact .input input:focus,.left_contact textarea:focus{
    border:1px solid #163651;
}
.left_contact textarea {
    width: 47%;
    resize: vertical;
    float: left;
    margin: 10px;
    outline: none;
    border: 1px solid #dedede;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 3px;
    background: #f6f6f6;
}
.left_contact .input button {
    background: #163651;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    padding: 10px 0;
    width: 150px;
    text-transform: uppercase;
}
.right_contact {
    float: left;
    margin: 10px;
    position: relative;
    width: 320px;
}
.right_contact p {
    font-size: 17px;
    padding: 10px 0;
    color: #6d6d6d;
}
.right_contact p i {
    width: 23px;
    text-align: center;
    color: #00a5df;
}
.title_contact {
    color: #6d6d84;
    font-size: 30px;
    text-align: center;
    margin: 40px 0 20px 0;
}