
input#wppb-submit {
    width: 100%;
    background: #ffcc29;
    margin-top: 21px;
    margin-bottom: -27px;
    border-radius: 0;
    border: none;
    height: 50px;
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: white;
    /* background: linear-gradient(to right, #1862a2 10%, #073668 100%) !important; */
    text-transform: uppercase;
    background: linear-gradient(to right, #650360 0%, #5e0059a8 100%) !important;
}

input#register {
    width: 100%;
    margin-top: 21px;
    margin-bottom: -27px;
    height: 50px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: linear-gradient(to right, rgb(101, 3, 96) 0%, rgba(94, 0, 89, 0.66) 100%) !important;
}


li#wppb-form-element-3 {
    display: inline-block !important;
    width: 50% !important;
}

li#wppb-form-element-4 {
    width: 50% !important;
    display: inline-block !important;
}

li#wppb-form-element-3 {
    padding: 0px 16px 0px 0px !important;
}
p.wppb-form-field.login-remember label {
    font-weight: bold !important;
    color: #000 !important;
}

li.wppb-form-field.wppb-send-credentials-checkbox label {
    color: #000 !important;
    font-weight: bold !important;
}

#wppb-form-style-1-wrapper .wppb-form-text-field input:focus, #wppb-form-style-1-wrapper .wppb-form-text-field textarea:focus, #wppb-form-style-1-wrapper .wppb-woocommerce-customer-billing-address .wppb_billing_state input:focus, #wppb-form-style-1-wrapper .wppb-woocommerce-customer-shipping-address .wppb_shipping_state input:focus, #wppb-form-style-1-wrapper .pms-field-section .pms-billing-state input:focus, #wppb-form-style-1-wrapper .wppb-subscription-plans .pms-group-name-field input:focus, #wppb-form-style-1-wrapper .wppb-subscription-plans .pms-group-description-field textarea:focus, #wppb-form-style-1-wrapper #pms-stripe-credit-card-details.StripeElement--focus, #wppb-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    
}
.nav-next {
    display: none;
}

.nav-previous {
    display: none;
}
.listing ul li {
    display: flex;
    gap: 20px !important;
    justify-items: center;
    align-items: center;
    align-content: center;
}
.listing ul li p {
    font-size: 18px;
    font-weight: 600;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #0c1a3d 0%, #807c7b 100%) !important;
    z-index: 10;
    padding: 20px 20px;
    font-weight: 400;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
        color:white !important
}
.officer-box {
    box-shadow: 0 0 40px 4px #0c1a3d33;
    padding: 16px;
    border-radius: 10px 10px 0 0;
    /*border-bottom: 4px solid #272727;*/
    text-align:center !important
}
.listing ul {
    display: block;
    justify-content: center;
    margin-left: 29%;
}
.listing ul li img {
    width: 8%;
}
.listing ul li:nth-child(2) {
    margin: 20px 0;
}


header.entry-header{
    display:none;
}

.bottom-nav-box b {
    text-align: center;

}
.bottom-nav-box b a{
    color: white !important;
}

.listing ul li i {
    font-size: 29px;
    margin: 20px 0 20px;
}
.listing ul li p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}