.form-img {
    margin-top: 87px;
    width: 50%;
    overflow: hidden;
}

.form-img img {
    width: 100%;
}

.content-box * {
    direction: rtl;
    font-size: 13px;
}

.body-content {
    /* margin-right: 25px; */
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.box42 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    padding-top: 10px;
    width: 20%;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.contact-success {
    height: 30px;
    width: 100%;
    /* margin-left: 128px; */
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #00ad0b;
    text-align: center;
    background: #ecffe9;
    color: #008800;
    padding-top: 4px;
}

.contact-error {
    height: 30px;
    width: 100%;
    /* margin-left: 128px; */
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #b90000;
    text-align: center;
    background: #ffe9e9;
    color: #ab0017;
    padding-top: 4px;
}

.content-box {
    max-width: 1200px;
    margin: 0px auto;
    background: white;
    min-height: 850px;
    padding: 5px;
    padding-top: 30px
}

.bc-row {

    border-bottom: 3px solid #8ec63f;
    margin: 0px 25px;
}

#box2-resize {
    padding-bottom: 50px;
    padding-top: 50px;
}

.bc-col,
.bc-half,
.bc-third,
.bc-twothird,
.bc-threequarter,
.bc-quarter {
    float: right;
}

h4 {
    font-size: 16px !important;
    margin-bottom: 10px;
}

h3 {
    font-size: 13px;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    color: #fe9f21;
}

.body-content input,
.body-content textarea {
    display: inline-block;
    margin-top: 20px;
    background: #f6f4f5;
    border: 1px solid #ebe9ea;
    border-radius: 3px;
    width: 320px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.body-content button {
    width: 320px;
    background: #02786f;
    border: 1px solid #02786f;
    border-radius: 3px;
    margin-top: 20px;
    height: 30px;
    margin-right: 128px;
    color: white;
}

.body-content label {
    display: inline-block;
    width: 125px;
    vertical-align: middle;
}

.box4 {
    display: block;
    height: 300px;
    text-align: center;
    margin-top: 35px;
}

.icon_resize {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #8ec63f;
    margin: 0 auto;
    transition: all 0.5s;
}

.icon_resize i {
    font-size: 48px;
    color: #8ec63f;
    padding: 25px 0 0 0px;
    transition: all 0.5s;
}

.box4 p {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}

.box4_text {
    color: #9C9C9C;
    font-size: 13px;
    line-height: 23px;
    height: 130px;
    overflow: hidden;
}

.cover {
    width: 100%;
    border-radius: 3px;
    height: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    background: #f2f2f2;
    z-index: -1;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    margin-bottom: -10px;
}

.box42:hover .icon_resize {
    background: #8ec63f;
}

.box42:hover .cover {
    height: 270px;
}

.box42:hover i {
    color: #fff;
}

a.captcharef {
    width: 30px;
    margin-right: 4px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #ebe9ea;
    background: #f6f4f5;
    border-radius: 3px;
    text-align: center;
}

.captcharef img {
    margin-top: 6px;
}

.body-content .form-captcha img {
    border-radius: 3px;
    border: 1px solid #ebe9ea !important;
    width: 55px;
}

.information {
    background: #f6f4f5;
    border-radius: 3px;
    padding: 15px;
    margin: 20px 35px 0px 0px;
    border: 1px solid #ebe9ea;
}

.basis-info-img {
    height: 85px;
    float: right;
    margin-left: 0px;
}

input#captcha {
    margin-left: 4px;
    width: 218px;
}

@media (max-width:1015px) and (min-width: 900px) {
    .form-img {
        width: 30%;
    }

    .form-body {
        /* width: 70%; */
    }
}

@media all and (max-width:900px) {
    input#captcha {
        margin-left: 4px;
        width: 65%;
    }

    img.captcha-img.bc-border {
        width: 15%;
    }

    .form-body label {
        display: none;
    }

    .form-body input {
        width: 100%;
        /* margin-right: 11px; */
        /* margin-left: 11px; */
    }

    .body-content button {
        width: 100%;
        margin-right: 0;
    }

    a.captcharef {
        width: 14%;
    }

    textarea#message {
        width: 100%;
        /* margin-right: 11px; */
        /* margin-left: 11px; */
    }

    .content-box {
        min-height: 1650px !important;
    }

    .body-content {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .form-img {
        display: none;
    }

    .form-body {
        flex: 1 1 50%;
    }

    .box4 {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
        flex-direction: row;
    }

    .box42 {
        flex-basis: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .box4_text {
        padding: 0px 10%;
    }

    .body-content button {
        margin-bottom: 15px;
    }

    .contact-success {
        /* width: 94%; */
    }

    .header-div {
        /* margin: 0px !important; */
    }
}