/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* .i1, .i3, .i5 {
    position: absolute;
    left: -20px;
    right: 0;
    bottom:70px;
    FONT-SIZE: 22PX;
}
.i2, .i4 {
    position: absolute;
    left: 0;
    right: -50px;
    FONT-SIZE: 22PX;
    bottom: 130px;
    z-index: 99999;
} */

.nf-field-element input, .nf-field-element select{
    border-bottom: 1px solid #000;
    height: 41px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.nf-field-element textarea {
    border-bottom: 1px solid #000;
 
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.nf-field-label .nf-label-span, .nf-field-label label {
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.nf-form-fields-required {
    display: none;
}
input#nf-field-4 {
    background-color: #100C28;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
}
footer#main-footer {
    display: none;
}