.section-4 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.section-4 > div:first-child {
    width: 30%;
    display: flex;
    margin-right: 20px;
}

.section-4 > div:first-child .title {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin-top: 50%;
}

.section-4 > .contact-flex {
    flex: 1;
}

.section-4 .contact-left .title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}


.contact-flex {
    display: flex;
    justify-content: space-between;
}

.contact-flex .contact-left {
    width: 100%;
}

.contact-flex input, .contact-flex textarea {
    box-sizing: border-box;
}

.contact-flex .contact-left input {
    width: 100%;
    padding: 0 20px;
    display: block;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.contact-flex .contact-left textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 4px;
}

.contact-flex .contact-left .Send-Message {
    height: 48px;
    padding: 5px 20px;
    margin-top: 40px;
    color: #ffffff;
    background: #660099;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-flex .contact-left span {
    display: block;
    margin-bottom: 5px;
}

.contact-flex .contact-left .Send-Message:hover {
    cursor: pointer;
    background: #5F018E;
}

.contact-form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-flex input {
    width: 87.5% !important;
}

.contact-form-flex label {
    width: 49%;
}

.questionType {
    position: relative;
}

.questionType {
    position: relative;
}

.type-max {
    box-sizing: border-box;
}

.type-max {
    width: 100%;
    padding: 0 20px;
    display: block;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.country-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-name {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 49px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.question-name p:hover {
    cursor: pointer;
    background: #F2F1F6;
}

.Typehint {
    color: #333;
}

.question-name p {
    padding: 5px 0px 5px 20px;
}

.place_text-max {
    position: relative;
}

.place_text span, .Typehint span {
    color: red;
}

.successCon {
    display: none;
}

.group-max p.Typehint {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-4 {
        flex-wrap: wrap;
    }

    .section-4 > div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section-4 > div:first-child .title {
        margin-top: 0;
    }

    .section-4 .contact-left .title {
        display: none;
    }

    .quote_form-flex {
        flex-wrap: wrap;
    }

    .quote_form-flex label {
        width: 100%;
    }

    .contact-flex .contact-left .Send-Message {
        margin-top: 0;
        margin-bottom: 20px;
    }

}
