.section-1, .section-2, .section-3, .section-4 {
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;

}

.section-1 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

.section-1 .title img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.section-1 .col-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

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

.req-main, .req-extra {
    width: 48%;
}

.req-main ul > li, .req-extra ul > li, .benefits ul > li {
    display: flex;
    align-items: center;
}

.req-main ul > li {
    margin-bottom: 20px;
}

.req-extra ul > li {
    margin-bottom: 25px;
}

.req-main ul > li img:nth-of-type(1) {
    width: 60px;
    height: 60px;
}

.req-main ul > li img:nth-of-type(2) {
    width: 25px;
    height: 25px;
}

.req-extra ul > li img {
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

.apply-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #660497;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}


.section-2 .benefits, .section-3 .reasons {
    width: 45%;
}

.section-2 {
    display: flex;
    align-items: center;
    background: #F6F1F9;
    padding: 30px 10%;
}

.section-2 .benefits {
    margin-right: 20px;
}

.section-2 .title {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.benefitsul > li {
    display: flex;
    align-items: center;
}

.benefits ul > li {
    margin-bottom: 20px;
}

.benefits ul > li:last-child {
    margin-bottom: 0;
}

.benefits ul > li img {
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

.images-section-2, .images-section-3 {
    display: flex;
    justify-content: space-around;
}

.images-section-2 img, .images-section-3 img {
    width: 100%;
    height: fit-content;
}

.section-3 {
    display: flex;
    align-items: center;
}

.section-2 .title {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.section-3 .title {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.reasons {
    margin-left: 20px;
}

.reasons ul > li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.reasons ul > li:last-child {
    margin-bottom: 0;
}

.reasons ul > li img {
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

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

.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;
    /* margin-bottom: 30px; */
    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;
}

@media screen and (max-width: 1300px) {
    .quote_modal {
        width: 60%;
        left: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .quote_modal {
        width: 80%;
        left: 10%;
    }
}

.place_text-max {
    position: relative;
}

.place_text {
    color: #787878;
    position: absolute;
    left: 20px;
    top: 15px;
}

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

.successCon {
    display: none;
}

@media screen and (max-width: 768px) {
    .section-1, .section-2, .section-3, .section-4 {
        width: 96%;
        margin-top: 20px;
    }

    .section-2 .benefits, .section-3 .reasons {
        width: 100%;
        margin-left: 0;
    }

    .req-main, .req-extra {
        width: 100%;
    }

    .req-main ul > li img:nth-of-type(1) {
        display: none;
    }

    .requirements {
        display: block;
    }

    .section-2 {
        display: block;
        padding: 15px 2%;
    }

    .images-section-2 {
        margin-top: 15px;
    }

    .section-3 {
        flex-wrap: wrap;
    }

    .section-3 .images-section-3 {
        order: 2;
        margin-top: 20px;
    }

    .section-3 .reasons {
        width: 100%;
    }

    .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;
    }

}
