
.stepper-layout {
    display: flex;
    gap: 16px;
}

/*#step-indicator-container {
    padding-top : 48px;
}*/

.step {
    display: none;
}

    .step.active {
        display: block;
    }

.step-indicator {
    display: flex;
    justify-content: space-between;
    flex-direction : column;
    position: relative;
    margin: auto;
    width : 270px;
    --progress-color: #D2D6DB;
}

    .step-indicator::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        width: 2px;
        height: 170px;
        background-color: var(--progress-color);
        z-index: 0;
        margin-left: 50px;
        margin-right: 15px;
    }

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.step-circle {
    position: relative;
    width: 32px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 32px;
    border-radius: 50%;
    align-items : center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #D2D6DB;
    color: #D2D6DB;
    transition: all 0.3s ease;
}

    .step-circle.active {
        color: #1B8354;
        border: 2px solid #1B8354;
        background-color: #ffffff;
        font-weight: 500;
        font-size: 16px;
    }

    .step-circle.completed {
        background-color: #1B8354;
        border-color: #1B8354;
        color: #FFFFFF;
        font-weight: 400;
    }

.step-title {
 /*   margin-top: 10px;*/
    font-size: 16px;
    color: #6C737F;
    font-style: normal;
    font-weight: 500;
}

    .step-title.active {
        color: #1F2A37;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

    .step-title.completed {
        color: #1F2A37;
        /* font-size: 16px;
font-style: normal;
font-weight: 550; */
    }

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.step-indicator[data-progress="1"]::before {
    background: linear-gradient(to left, #1B8354 0%, #D2D6DB 0%);
}

.step-indicator[data-progress="2"]::before {
    background: linear-gradient(to left, #1B8354 50%, #D2D6DB 50%);
}

.step-indicator[data-progress="3"]::before {
    background-color: #1B8354;
}

.is-invalid {
    /*border-color: #E84A41;*/
    font-weight: 400 !important;
}

.invalid-feedback {
    font-size: 12px;
    font-weight: normal;
    
    
    font-weight: 400 !important;
}


    /* new */
    .btn-next, .c-btn.btn-primary, .c-btn.btn-success {
        background-color: #1B8354 !important;
        color: #fff !important;
        border: none !important;
        margin-right: 16px;
        height: 40px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        border-radius: 4px !important;
    }
    /* new */
    .btn-prev, .c-btn.btn-secondary {
        background-color: #F3F4F6 !important;
        color: #161616 !important;
        border: none !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        border-radius: 4px !important;
        height: 40px !important;
    }

        .btn-next:hover, .btn-prev:hover {
            opacity: 0.9;
        }
/* new */
.c-form-control {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #6C737F !important;
    
    height: 40px !important;
    border: 1px solid #9DA4AE !important;
    transition: all 0.8s
}
    /* new */
    .c-form-control:focus {
        border: 1px solid #9DA4AE !important;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom-width: 3.3px !important;
        border-bottom-color: #222 !important;
    }

    .c-form-control::placeholder {
        color: #6C737F !important;
        font-size: 14px !important;
        
    }
/* new */
.inputs-container .form-group {
    margin-bottom: 24px;
}
.inputs-container .control-label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #161616 !important;
    margin-bottom : 8px;
    
}

.radio-control-label {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #161616 !important;
    margin-bottom: 16px;
    display: block;
}

.inputs-container .form-check-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-inline-start: 12px;
    margin-inline-end: 38px;
    margin-bottom: 0px !important;
}



.inputs-container .nav > li > a {
    padding: 16px !important;
}




.step-container-1 {
    display: flex;
    /*  flex-direction: column;*/
    gap: 10px;
    align-items: center;
    margin-bottom : 48px;
}

.step-container-2 {
    display: flex;
    /* flex-direction: column;*/
    gap: 10px;
    align-items: center;
    margin-bottom: 48px;
}

.step-container-3 {
    display: flex;
    /*flex-direction: column;*/
    gap: 10px;
    align-items: center;
}

.white_select {
    background: rgba(255,255,255,1) url(../../../assets/images/down-arrow.png) no-repeat scroll calc(5% + 3px) center/8px auto;
    width: 100%;
}

.select_category {
    font-size: 9px;
    border-radius: 10px;
    padding: 6px 4px;
    border: 1px solid #d7d7d7;
    background: #fff;
    background: rgba(0,0,0,0) url(../../../assets/images/down-arrow.png) no-repeat scroll calc(5% + 3px) center/8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #939598;
}

.c-form-control {
    background-position: right .75rem center, center right .25rem !important;
    padding-right: 2px !important;
    padding: 5px !important;
}

#results-section {
    display: none;
    padding-right: 25px !important;
}

    #results-section p {
        color: #0D121C !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        margin-bottom: 32px;
    }

    #results-section ul {
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px !important;
    }

    #results-section li {
        color: #161616 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        padding-bottom: 8px;
        display :flex;
        gap : 8px;
        align-items :center;
    }

        #results-section li.active-tax {
            color: #1B8354 !important;
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 24px !important;
            padding-bottom: 8px;
        }
    #results-section li img{
        height : 16px;
        width : 16px;
    }
        #results-section h4 {
        color: #161616;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        margin-bottom : 16px !important;
    }



.nav-tabs .nav-link.active {
    border: none !important;
}


.next-btn-wrapper {
    display: flex;
    justify-content: end;
    gap: 24px;
}
.header-btn-wrapper {
    display: flex;
    justify-content: space-between;
    /*margin-top :40px;*/ 
    align-items  :end;
    margin-bottom : 32px;
}

.inputs-container {
    background-color: #FFF;
    margin-bottom: 40px;
   
}
    /* new */
    .inputs-container h4 {
        font-weight: 700;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 32px;
    }
  

   #faq-section {
       padding-right: 25px !important;
       text-align: start;
    }

    #faq-section p {
        color: #0D121C !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 16px 0px 16px 0px;
    }

    #faq-section h4 {
        color: #161616;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 0px !important;
        line-height: 32px; /* 133.333% */
    }
 

    .faq-cta {
        width: 265px !important;
        margin-left: 10px;
    }


.form-group > label.control-label:has(+ input[required])::before {
    content: "* ";
    color: #B42318;
    font-weight: bold;
}

.form-group > label.control-label:has(+ select[required])::before {
    content: "* ";
    color: #B42318;
    font-weight: bold;
}

.c-required::before {
    content: "* ";
    color: #B42318;
    font-weight: bold;
}
.inputs-container .help-block {
    margin : 0 !important;
}
.help-block.with-errors {
   
    color: #B42318;
    font-size: 14px;
    font-weight: 400;
    margin-top : 8px !important;
    line-height: 20px;
    margin-inline-start : 16px !important;
}

.is-invalid {
    /*border-color: #B42318 !important;*/
    border: 1px solid #B42318;
}

.c-form-control.is-invalid, .c-form-control.is-invalid {
    border: 2px solid #B42318;
}
.dga-list {
    margin-inline-start : 32px;
}
.dga-list p {
    margin-bottom : 16px !important;
}
.c-w-800 {
    width: 800px;
}
.c-w-full {
    width: 1086px;
}
.c-mb-40 {
    margin-bottom: 40px !important;
}

@media (max-width: 768px) {
    .step-indicator {
        flex-direction: column;
        align-items: center;
    }

    .next-btn-wrapper {
        justify-content: center;
        margin-left: 0;
    }
    .c-w-800 {
        width: 400px;
    }
    .c-w-full {
        width: 400px;
    }
}

#faq-section .panel-group .panel {
    box-shadow: none;
   /* margin-bottom: 10px !important;*/
    border-bottom: 1px solid #EBEBEB;
  /*  border-radius: 8px !important;*/
}

#faq-section .panel-heading {
    padding: 16px;
    border-radius: 8px !important;
    margin-bottom : 0 !important;
}

#faq-section .panel-default > .panel-heading {
    /* border-bottom: 1px solid #D2D6DB!important; */
    padding: 15px !important;
    background-color: #fff !important;
}

#faq-section .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: #161616 !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
    text-decoration: none !important;
    position: relative;
}

#faq-section .panel-body {
    font-weight: 400 !important;
    color: #384250 !important;
    font-size: 16px !important;
    text-align: right;
    direction: rtl !important;
    padding: 0px 16px;
    border : none;
}

#faq-section .panel-title a .toggle-arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-right: 2px solid #121212 !important;
    border-bottom: 2px solid #121212 !important;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    left: 10px;
    top: 50%;
    transform-origin: center;
}

#faq-section .panel-group .panel > .panel-heading a::before {
    color: #1B8354 !important;
}

#faq-section .panel-heading a.collapsed .toggle-arrow {
    transform: rotate(-135deg);
}

.line-with-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #999;
}

.text {
    color: #0D121C;
    font-weight: 700;
    padding: 20px;
    font-size: 24px;
}

#step-2 .mb-4 {
    margin-top: 24px;
}

.inputs-container .form-select.is-invalid:not([multiple]):not([size]), .inputs-container .form-select.is-invalid:not([multiple])[size="1"] {
    appearance: none !important;
    padding-right: 16px !important;
    background-position: left 0.75rem center,center left 2.25rem !important;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.inputs-container .was-validated .form-control:invalid, .inputs-container .form-control.is-invalid {
    border-color: inherit;
    padding-right: 16px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.inputs-container .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: inherit;
}
.inputs-container .with-errors::before {
    content: '';
    display: block;
    position: absolute;
    margin-inline-start: -22px;
    background-repeat: no-repeat;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: center bottom;
    background-size :cover;
    width: 16px;
    height: 16px;
}
.inputs-container .form-select:focus-visible:not(:placeholder-shown) {
    background-position: left 1rem center;
    appearance: none !important;
}
#faq-section .tab-content {
    margin: 32px 0px 32px 0px;
    direction: initial;
}
.inputs-container .fade:not(.show) {
    opacity: 1 !important;
}
.panel-group .panel > .panel-heading a::after {
    transform: rotate(190deg) !important;
}
.c-lead-text {
    color: var(--Text-text-display, #1F2A37);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}
.inputs-container .alert.alert-warning {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #384250;
}

.c-dga-link {
    color: #1B8354;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

    .c-dga-link:hover {
        color: #54C08A;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline;
        text-decoration-style: solid;
    }
input[type=submit].btn.btn-primary {
    margin-left : 0 !important;
}
#faq-section .links a {
    font-weight: 400;
    font-size: 16px;
    color: #1B8354;
    line-height: 24px;
}
    #faq-section .links a:hover {
        color: #54C08A;
        text-decoration: underline;
    }
#faq-section .nav-tabs {
    border-bottom: 3px solid #D2D6DB !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    color: #161616 !important;
    width: 100% !important;
}

    #faq-section .nav-tabs li a {
        color: #384250 ;
        /*margin-inline-end: 16px !important;*/
        font-weight: 500;
        font-size: 14px !important;
        line-height: 20px !important;
        vertical-align: bottom;
        /* width: 213px!important; */
        /*height: 52px !important;*/
    }

    #faq-section .nav-tabs .nav-2 a {
      /*  background-color: #ddd !important;*/
        /* color: #1D3761!important; */
        /*border: none !important;*/
        position: relative;
        right: 8px;
    }

.nav-tabs > li.active > a:after {
    display: none !important;
}

#faq-section .nav-tabs li a img {
    padding-left: 5px !important;
    height: 20.33px;
    width: 20.33px;
}

.step-indicator {
    --progress-color: #D2D6DB;
}

    .step-indicator::before {
        background-color: var(--progress-color);
    }

#faq-section .nav-tabs .active a {
    border-bottom: 3px solid #1B8354 !important;
    border : none !important;
    color : #161616;
    font-weight : 700;
    background-color : transparent !important;
}
#faq-section .nav > li > a:hover {
    color: #161616;
    text-decoration: none;
    border-color: white;
    border-bottom-color: #D2D6DB;
    background-color: transparent !important;
}

/* button{
  font-family: somar, sans-serif!important;
  padding: 10px!important
} */
.links {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    padding: 8px 12px;
}

.control-label:after {
    content: "" !important;
}

.panel-collapse.collapse {
    transition: all 0.9s;
}

    .panel-collapse.collapse[aria-expanded="false"] {
        display: none !important;
    }

.c-form-group {
    height: 100px;
}

.panel-collapse.collapse[aria-expanded="true"] {
    display: block !important;
}

#faq-section .nav-tabs li a.active {
    border-bottom: 4px solid #1B8354 !important;
    color: #161616;
    font-weight: 700;
}
.c-btn {
    padding: 5px 15px !important;
}
