.detail {
    font-size: 14px;
    margin-bottom: 30px;
    width: 45%;
    color : #5d5d5d;
    line-height: 25px;
}

.social_link {
    margin-top: -20px;
    margin-left: -40px;
}

.social_link a {
    margin-left: -60px;
    text-decoration: none;
    color: #626262;
}

.social_link a:hover {
    text-decoration: none;
}
.social_link a:focus {
    outline: none;
}

.social_btn {
    height: 35px;
    width: 35px;
    background-color: transparent;
    transform: rotate(45deg);
    margin-top: 100px;
    margin-left: 100px;
    border: 1px solid #626262;
}
.social_btn:hover {
    background: transparent;
    border: 1px solid #626262;
}
i {
    margin-top: -10px;
    transform: rotate(-45deg);
}

.form.contact .label {
    display: none;
}
.form.contact .fieldset > .field {
    margin: 0;
}
.form.contact .contact_input {
    height: 40px;
    width: 70%;
    border: none;
    border-bottom: 2px solid #BDBDBD;
    font-size: 14px;
    outline: none;
    background: none;
    padding: 2px;
}

.form.contact .mage-error {
    border-color: #ed8380;
}

.form.contact .contact_input:focus {
    box-shadow: none !important;
}

.msg_area {
    border: none;
    border-bottom: 2px solid #BDBDBD;
    font-size: 14px;
    outline: none;
    width: 70%;
    box-sizing: border-box;
    padding: 10px 0;
    resize: none;
    background: none;
}

.msg_area:focus {
    box-shadow: none !important;
}

.input_check {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.input_check input {
    top: 0px;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 10px !important;
}

.send_btn {
    width: 80px;
    height: 35px;
    border: 1px solid #626262;
    background: transparent;
    line-height: 35px;
    padding: 0;
}

.send_btn:hover {
    border: 1px solid #626262;
    background: transparent;
}
.side-img {
    margin-top: 25px;
}
