/*
Theme Name: Nexum Innovations Child
Template: hello-elementor
Version: 1.0.0
*/
.newsletter-wrap input[type="email"] {
    width: 100%;
    height: 56px;
    border: 1.5px solid #2c5871;
    border-radius: 60px;
    background: #fff;
    padding: 0 105px 0 22px;
    font-size: 16px;
    color: #111;
    outline: none;
    box-sizing: border-box;
}

.newsletter-wrap input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 82px;
    height: 48px;
    border: none;
    border-radius: 60px;
    background: #1f1f1f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}