/* Custom Step Gravity Form */
.gform_wrapper.gravity-theme .group-fields .gform_fields{
	display: block;
}
.custom-step-form{
    line-height: 1.8;
}
.custom-step-form .gform_wrapper{
    margin: 0;
}
.group-fields .group-fields-container > div{
	display: -ms-grid;
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 16px;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
.custom-step-form .gform_fields fieldset{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.custom-step-form .form-header-tab{
    padding: 30px 5px 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.custom-step-form .form-header-tab .tab-item{
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    color: #262A35;
    padding: 0 2px 10px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    /* min-height: 58px; */
    min-height: 95px;
}
.custom-step-form .form-header-tab .tab-item.active{
    font-weight: 700;
}
.custom-step-form .form-header-tab .tab-item:after{
    content: '';
    display: block;
    width: calc( 100% - 4px );
    height: 2px;
    background-color: #E0E1E4;
    position: absolute;
    bottom: 0px;
    left: 2px;
}
.custom-step-form .form-header-tab .tab-item.active:after{
    background-color: #005CD6;
}

.custom-step-form .group-fields-container{
	display: none;
}

.custom-step-form .group-fields-container.active,
.custom-step-form .group-fields-container.active .group-fields-container{
	display: block;
}

.custom-step-form .form-container{
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
}

.custom-step-form .gform_body{
    padding: 30px 30px;
}

.custom-step-form div.gform_wrapper .gform_footer{
    margin: 0;
    padding: 0 60px 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.custom-step-form .form-progress{
    order: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.custom-step-form .form-btn-container{
    order: 1;
}
.custom-step-form .progress-count{
    font-family: 'Montserrat', sans-serif;
    color: #005CD6;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    line-height: 22px;
    display: inline-block;
    margin-left: 20px;
}
.custom-step-form .progress-count p{
    display: inline-block;
    margin-bottom: 0;
}
.custom-step-form .progress{
    display: inline-block;
    width: 583px;
    height: 16px;
    border: 1px solid #005CD6;
    border-radius: 25px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.custom-step-form .progress-bar{
    border-radius: 25px;
    background: linear-gradient(90deg, #005CD6 0%, #174797 100%);
    height: inherit;
    line-height: 0;
    margin-top: -1px;
}

.custom-step-form .gform_wrapper .gform_footer .form-btn-container .gform_button{
    display: none;
}
.custom-step-form .gform_wrapper .gform_footer.has-submit-btn .form-nav-con .btn.deactivate{
    display: none;
}
.custom-step-form .gform_wrapper .gform_footer .form-nav-con .btn,
.custom-step-form .gform_wrapper .gform_footer .form-btn-container .gform_button{
    margin: 0 7px;
}

.custom-step-form .gform_wrapper .gform_footer .form-nav-con,
.custom-step-form .gform_wrapper .gform_footer .form-btn-container .gform_button.active{
    display: inline-block;
}

.custom-step-form .gfield_label,
.tingle-modal .gfield_label{
    color: #262A35;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px !important;
}

.custom-step-form .save-form-container{
    font-weight: 400;
    color: #262A35;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: #F9FAFC;
    padding: 28px 50px;
    border-radius: 3px;
}
.custom-step-form .save-form-container a{
    font-weight: 400;
    text-decoration: underline;
    font-style: italic;
}
.custom-step-form .save-form-container:before{
    content: 'Run out of time? ';
}

.custom-step-form .form_saved_message,
.custom-step-form .form_saved_message_sent{
    padding: 20px 30px 30px;
}

.custom-step-form .form_saved_message_sent{
    padding-top: 0px;
}

.custom-step-form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half{
    margin-right: 0px;
}

.custom-step-form .gform_wrapper ul.gform_fields li.gfield{
    margin: 0 0 20px !important;
    overflow: hidden;
}

.custom-step-form .gform_wrapper table.gfield_list thead th{
    font-size: 12px;
    background: transparent;
}

.custom-step-form .f-18{
    font-size: 18px;
}

.custom-step-form .f-16{
    font-size: 18px;
}

.custom-step-form .mb-10{
    margin-bottom: 10px !important;
}

.custom-step-form .mt-0{
    margin-top: 0px !important;
}

.custom-step-form .mb-0{
    margin-bottom: 0px !important;
}

.custom-step-form .sub-heading{
    color: #005CD6;
    font-size: 15px;
    font-weight: 600;
    margin-top: -15px;
}

.custom-step-form .gform_wrapper .gfield_checkbox li label,
.custom-step-form .gform_wrapper .gfield_radio li label{
    font-weight: 600;
    font-size: 1em;
}

.custom-step-form .custom-repeat-field .gpnf-nested-entries th{
    font-size: 12px;
    line-height: 1.4;
}

.tingle-modal-box .custom-step-form .gform_body{
    padding: 0;
}

.gpnf-modal .gpnf-modal-header{
    background: rgba(24,79,172,0.9) !important;
}

.custom-step-form .gpnf-nested-entries-container{
    overflow: hidden;
}
.custom-step-form .gpnf-nested-entries{
    width: 100%;
}

.custom-repeat-field .gpnf-nested-entries thead{
    display: none;
}

.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field{
    display: none;
    width: 16%;
}
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-row-actions{
    width: 17%;
    text-align: center;
}
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field:nth-child(1),
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field:nth-child(2),
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field:nth-child(3),
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field:nth-child(4),
.custom-repeat-field .gpnf-nested-entries tbody td.gpnf-field:nth-child(5){
    display: table-cell;
}

p.m-font{
    font-family: 'Montserrat', sans-serif;
}

.f-24{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}
.f-18{
    font-size: 18px;
}
.f-15{
    font-size: 15px;
}

.tab-title-container{
    overflow: hidden;
    padding: 0px 30px;
}
.tab-title-container .tab-title{
    display: none;
    position: relative;
    padding: 50px 0 50px 110px;
}
.tab-title-container .tab-title-3,
.tab-title-container .tab-title-6,
.tab-title-container .tab-title-10{
    padding-left: 210px;
}
.tab-title-container .tab-title-0{
    padding-left: 0px;
}
.tab-title-container .tab-title-0 .count{
    display: none !important;
}
.tab-title-container .tab-title-11{
    padding-left: 150px;
}
.tab-title-container .tab-title-7{
    padding-left: 160px;
}
.tab-title-container .tab-title .count{
    opacity: 0.13;
    color: #183A72;
    font-family: 'Montserrat', sans-serif;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tab-title-container .tab-title.active{
    display: block;
}

.tab-title-container .tab-title .sub-heading{
    font-size: 18px;
    text-transform: uppercase;
}

.custom-step-form .has-module-title h3{
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.custom-step-form .gform_confirmation_wrapper{
    padding: 30px 30px;
}

.custom-step-form.has-confirmation .form-progress,
.custom-step-form.has-confirmation .form-btn-container{
    display: none;
}

.custom-step-form .form_saved_message,
.custom-step-form .form_saved_message_sent,
.custom-step-form .gform_confirmation_wrapper{
    text-align: center;
    font-size: 18px;
}

.custom-step-form .group-fields_wrapper .gfield_time_ampm .select-container select{
    min-width: 100%;
    max-width: 100% !important;
    padding-right: 20px !important;
}
.custom-step-form .group-fields_wrapper .gfield_time_ampm .select-container:after{
    right: 8px;
}

.slide-widget .ginput_container{
    width: 100%;
    max-width: 100%;
}

.slide-widget .rs-scale{
    width: 100%;
}

.slide-widget .rs-container .rs-selected{
    background-color: #184FAC;
    border-color: #184FAC;
}

.slide-widget .rs-container{
    margin-left: 13px;
    margin-right: 13px;
}

.time-widget input{
    cursor: pointer;
}
.timepicker .icon-down,
.timepicker .icon-up{
    width: 23px;
    height: 23px;
    opacity: 1;
}
.timepicker .title{
    color: #184FAC;
    font-weight: 600;
}

.custom-step-form .gform_wrapper ul.gform_fields li.gfield .ginput_container_name{
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.custom-step-form .group-class-indexes{
    display: none!important;
}
.custom-step-form .group-class-indexes .tab-item,
.custom-step-form .group-class-indexes .inner-class-group-0{
    display: none;
}
.custom-step-form .group-class-indexes .tab-item.active{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    border-bottom: 1px solid #E0E1E4;
    margin-bottom: 20px;
}
.custom-step-form .group-class-indexes .inner-class-group-0{
    display: none !important;
}
.custom-step-form .group-class-indexes .tab-item .item{
    cursor: pointer;
    border: 1px solid #E0E1E4;
    line-height: 50px;
    margin: 0 0px;
    background: #fff;
    color: #005CD6;
    width: auto;
    height: 50px;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    margin-bottom: -1px;
    margin-left: -1px;
}
.custom-step-form .group-class-indexes .tab-item .item.active{
    background-color: #005CD6;
    color: #fff;
    border-color: #005CD6;
}

@media(max-width:1023px){
    .custom-step-form .form-header-tab{
        flex-wrap: wrap;
    }
    .custom-step-form .form-header-tab .tab-item{
        width:25% !important;
        padding: 15px 2px 10px;
    }
}
@media(max-width:767px){
    .custom-step-form .form-header-tab .tab-item{
        width:100% !important;
        padding: 15px 2px 10px;
        min-height: auto;
    }
    .tab-title-container .tab-title-2, .tab-title-container .tab-title-4,.tab-title-container .tab-title-7{
        padding-left: 110px;
    }
    .tab-title-container .tab-title .count{
        font-size: 60px;
    }
    .custom-step-form .gform_wrapper .gform_footer .form-nav-con .btn{
        margin: 5px 7px;
    }
    .custom-step-form .progress{
        width: 200px;
    }
    .custom-step-form div.gform_wrapper .gform_footer{
        padding: 0 40px 45px;
        flex-wrap: wrap;
    }
    .custom-step-form .form-progress{
        margin:0 auto 30px;
    }
    .custom-step-form .form-btn-container{
        width: 320px;
        text-align: center;
    }
    
}