/** sectionSeven ****************/

.nd-sectionSeven {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /* margin-top: -150px; */
    margin-top: 50px;
}

a.btn_nd_y.white {
    background-color: #fff;
    box-shadow: none;
}

a.btn_nd_y.white:hover,
a.btn_nd_y.green:hover {
    box-shadow: -2px -4px 5px rgba(255, 178, 0, 1);
}

.ded_img {
    margin-top: -65px;
}

.ded_text {
    max-width: 650px;
}

a.btn_nd_y.green {
    background-color: #b9ffc5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn_nd_y.green:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url(../img/section7/whatsApp.png);
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 5px;
}

a.btn_nd_y.lessPadd {
    padding: 10px 25px;
}

.formBtnsWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.formBtnsWrap .form-line a {
    margin-right: 15px;
}

.formBtnsWrap .form-line form {
    margin-top: 15px;
    display: block;
}

.formBtnsWrap .form-line form input
 {
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    max-width: 250px;
    padding: 12px 30px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}
    .formBtnsWrap .form-line form select{

    border: 1px solid #fff;
    background-color: #fff;
    max-width: 250px;
    padding: 12px 30px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
    }



.formBtnsWrap .form-line form input[type="submit"] {
    min-width: 200px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
    background-color: #6385FC;
    border: none;
}

.formBtnsWrap .form-line--new form input[type="submit"] {
    min-width: 200px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
    background-color: #6385FC;
    border: none;
    color: #fff;
}

.formBtnsWrap .form-line form input[type="submit"]:hover {
    background-color: #FFEC00;
}

.formBtnsWrap .form-line form p {
    font-size: 14px;
    margin-top: 10px;
    color: #181818;
}

@media screen and (max-width: 1400px) {
    .formBtnsWrap .form-line form input {
        max-width: 200px;
        padding: 12px 28px;
    }

    .formBtnsWrap .form-line form input[type="submit"] {
        min-width: auto;
    }
    .formBtnsWrap .form-line form select{
        max-width: 200px;
        padding: 12px 28px;
    }
}


@media screen and (max-width: 1400px) {
    .ded_img {
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .nd-sectionSeven {
        padding: 40px 0;
    }

    .nd-sectionSeven .nd-h2-big {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .formBtnsWrap form input:not([type="checkbox"]) {
        max-width: 100%;
        width: 100%;
        padding: 12px 30px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .nd-sectionSeven .nd-h2-big {
        margin-bottom: 40px;
        font-size: 42px;
    }
    .formBtnsWrap .form-line form {
        margin-top: 30px;
    }
    .formBtnsWrap .form-line form p {
        margin-top: 30px;
    }
}

@media (max-width:576px) {
    .ded_img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
        position: relative;
        bottom: -2px;
    }
    .nd-sectionSeven {
        margin: 0 10px;
        text-align: center;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 30px 20px;
    }
    .nd-sectionSeven .nd-h2-big {
        font-size: 18px;
    }
    .form-line p:last-child {
        padding-left: 0;
    }
    .formBtnsWrap .form-line form input::placeholder {
        text-align: center;
    }
}
