.dc-contact-form {
    transition: all 0.7s ease 0s;
    position: fixed;
    right: -351px;
    z-index: 9000;
    bottom: 10%;
}
.dc_btn {
    float: left;
    left: -36px;
    position: absolute;
}
#dckap_contactform {
    background: #fff;
    padding: 10px;
}
.dc_loading_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: calc(50% - 32px);
    width: auto;
}
.inner-wrap {
    background: #fff none repeat scroll 0 0;
    border-color: #F35050;
    border-style: solid;
    max-height: 500px;
    overflow-y: auto;
    width: 345px;
}
.success-alert {
    color: #468847;
}
.error-alert {
    color: crimson;
}
.notify-alert {
    color: lightcoral;
}
.dc-notification{
    background: #e9ece5 none repeat scroll 0 0;
    border-left: 3px solid;
    display: none;
    margin: 10px;
    padding: 10px;
}
.dc-notification h3 {
    margin: 4px 0;
}
#submit_button {
    color: #000;
}
.inner-wrap-img {
    display: none;
    width: 100%;
    height: 400px;
    position: relative;
}
.dc_submit_btn {
    text-align: center;
    margin-top: 10px;
}
#dc_text_box {
    border: 1px solid #ddd;
    border-radius: 0;
}
#dckap_contactform .dc_row {
    margin: 10px 0;
}
#dckap_contactform .dc_row .sr-error {
    font-size: 10px;
    color: red;
}
#dckap_contactform .remove_field {
    background: rgba(0, 0, 0, 0) url("../images/del-attach.png") no-repeat scroll 0 0 / 21px auto;
    display: inline-flex;
    height: 21px;
    vertical-align: middle;
    width: 21px;
    margin-left: 10px;
}
.dc-attachments {
    display: inline-block;
    width: 280px;
}
.attachment-wrap > div {
    margin: 5px 0;
}
.dc-add-file {
    cursor: pointer;
}
#dckap_contactform input[type="submit"] {
    background: #f35050 none repeat scroll 0 0;
    border: medium none #f35050;
    border-radius: 3px;
    color: #fff;
    float: right;
    height: auto;
    margin: 0 0 10px;
    padding: 10px 30px;
    width: auto;
}
#dckap_contactform input[type="submit"]:hover {
    background: #f96969 none repeat scroll 0 0;
}