/* DMS FORM */

.form_step_nt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_step_nt_wrapper {
    width: 1040px;
    margin: auto;
}

.form_step_nt .get-start h1 {
    font-weight: 900 !important;
    font-size: 45px !important;
    font-family: "Montserrat" !important;
}

.form_step_nt .btn-dms {
    background: #d60505;
    display: inline-flex;
    justify-content: center;
}

.form_step_nt .btn-dms img {
    width: 90px;
}

.form_step_nt .btn-dms input {
    margin: 0 !important;
    font-size: 25px !important;
    padding-right: 0 !important;
}

.form_step_nt .gfield_radio .gchoice {
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .08);
    border-radius: 100px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    margin: 0px auto 10px !important;
    max-width: 540px;
    display: flex;
    align-items: center;
}

.form_step_nt .gfield_radio .gchoice:hover {
    background: #96c34626;
    color: inherit !important;
}

.form_step_nt button.btn_nt_next {
    font-size: 20px !important;
    font-weight: bolder !important;
    padding: 15px 100px !important;
    position: relative;
}

.form_step_nt button.btn_nt_next::after {
    content: "";
    background: url(/wp-content/plugins/GravityDMS/assets/img/arrow_dms.gif);
    height: 35px;
    width: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body .form_step_nt legend.gfield_label.gform-field-label , .form_step_nt h2 {
    font-size: 40px !important;
    padding-top: 20px !important;
    line-height: 45px !important;
    margin-bottom: 0 !important;
    color: #000;
    font-weight: bolder !important;
    font-family: Oswald;
}




.form_step_nt .gf_step_completed::after {
    background: #96c346 !important;
}

.form_step_nt .gf_step:not(.gf_step_last)::after {
    content: "";
    background: #607382;
    display: block;
    width: 90px;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.form_step_nt .gf_step_completed, 
.form_step_nt .gf_step {
    position: relative;
}

.form_step_nt .gf_page_steps {
    border: none !important;
}

.form_step_nt span.gf_step_number {
    background: #fff !important;
}

.form_step_nt .gf_step_completed .gf_step_number::before {
    height: 36px !important;
    width: 36px !important;
    background: #96c346 !important;
    border-color: #96c346 !important;
}


.form_step_nt .gfield-choice-input {
    width: 25px;
    height: 25px;
    border: none !important;
    appearance: none;
    background: #eaeced;
    border-radius: 20px;
}

.form_step_nt .gfield-choice-input:checked, 
.form_step_nt .gfield-choice-input:hover {
    background: #a0ce4e;
    border-radius: 100%;
    border: none;
    background-image: url(/wp-content/uploads/2024/07/check.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.form_step_nt .gchoice label {
    cursor: pointer;
    width: 100%;
    padding: 10px;
    font-size: 18px !important;
}

.form_step_nt p {
    font-size: 30px;
    line-height: 40px;
}

.btn_nt_next {
    color: #000 !important;
}

.form_step_nt .gform_next_button:hover::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    height: 100%;
    width: 90px;
    background: hsla(0, 0%, 100%, .4);
    transition: all .15s linear;
    transform: skewX(-20deg) translateX(0);
    animation: buttonShineLarge .9s 1 forwards;
}

@keyframes buttonShineLarge {
    to {
        transform: skewX(-20deg) translateX(500px);
    }
}

.form_step_nt h1 {
    font-weight: bolder !important;
    font-size: 60px !important;
}



.form_step_nt .ginput_container .gfield_radio {
    display: grid;
    grid-template-columns: auto auto;
    margin: 20px auto;
    gap: 15px 25px;
}

.form_step_nt .gfield-choice-input:checked {
    background: #a0ce4e;
    background-image: url(/wp-content/uploads/2024/07/check.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.form_step_nt .gfield-choice-input {
    width: 20px;
    height: 20px;
}


body .form_step_nt_wrapper.gform_wrapper .top_label .style_input_nt label   {
    display: block !important;
    text-align: left;
    margin-bottom: 5px !important;
}

body .form_step_nt_wrapper.gform_wrapper .top_label  .style_input_phone label {
    margin-bottom: 5px !important;
}


.form_step_nt .gform_page_footer {
    margin-top: 15px !important;
}


body .form_step_nt_wrapper.gform_wrapper .top_label .style_input_nt input , body .form_step_nt_wrapper.gform_wrapper .top_label  .style_input_phone input  {
    border-radius: 20px !important;
}

@media screen and (min-width: 1024px) {
    
    .form_step_nt .ginput_container .gfield_radio {
        width: 800px;
    }

    
}

@media screen and (max-width: 1024px) {
    .form_step_nt p {
        font-size: 20px;
        line-height: 30px;
    }


    .form_step_nt button.btn_nt_next {
        padding: 15px 20px !important;
    }

    .form_step_nt .ginput_container .gfield_radio {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    body .gform_wrapper .form_step_nt .gf_page_steps, 
    .form_step_nt .gf_page_steps > div, 
    .form_step_nt_wrapper {
        width: auto !important;
        max-width: max-content;
    }

    .form_step_nt h1 {
    font-weight: bolder !important;
    font-size: 35px !important;
}
}

@media screen and (max-width: 767px) {
    .form_step_nt .gf_page_steps .gf_step {
        margin: auto !important;
    }

    .form_step_nt .gf_step:not(.gf_step_last)::after {
        width: 60px !important;
    }

    .form_step_nt span.gf_step_number {
        height: 23px !important;
        width: 23px !important;
    }

    .form_step_nt .gf_step_completed .gf_step_number::before {
        height: 25px !important;
        width: 20px !important;
    }

    .style_input_phone input {
    width: 100% !important;
}
body .form_step_nt_wrapper.gform_wrapper .top_label .style_input_nt label {
    text-align: center !important;
}
}

.form_step_nt .gf_page_steps{
display: none !important;
}

.form_step_nt .gf_page_steps.none-step-nt {
    display: block !important;
}

.form_step_nt h2 {
        margin-top: 0;
        margin-bottom: 20px !important;
    }


.form_step_nt .gf_step_last , .form_step_nt .gf_step:nth-last-child(2) , .form_step_nt .gf_step:nth-last-child(3)::after {
    display: none !important;
}