     .bg-light {
         background-color: #623CAD !important;
     }

     .para_contain {
         font-family: Inter;
         font-size: 14px;
         font-weight: 400;
         line-height: 31px;
         letter-spacing: 0.01em;
         text-align: left;
         color: #FFFFFF;
     }

     .title_msg {
         font-family: Inter;
         font-size: 20px;
         font-weight: 500;
         line-height: 24.2px;
         letter-spacing: 0.01em;
         text-align: left;
         color: #FFFFFF;
     }

     .model-button {
         width: 40%;
         border-radius: 1.3125rem !important;
     }


     .active_tab1 {
         background-color: #fff;
         color: #333;
         font-weight: 600;
     }

     .inactive_tab1 {
         background-color: #f5f5f5;
         color: #333;
         cursor: not-allowed;
     }

     .has-error {
         border-color: #cc0000;
         background-color: #ffff99;
     }

     body {
         font-family: "Gilroy", sans-serif !important;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Regular.ttf") format("truetype");
         font-weight: 400;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Medium.ttf") format("truetype");
         font-weight: 500;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-SemiBold.ttf") format("truetype");
         font-weight: 600;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Bold.ttf") format("truetype");
         font-weight: 700;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-ExtraBold.ttf") format("truetype");
         font-weight: 800;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Black.ttf") format("truetype");
         font-weight: 900;
     }


     .usbuttons-g .btn {
         background: #623CAD;
         border-radius: 1.3125rem;
         width: 100%;
         color: #fff;
     }

     .form-control {
         border-radius: 1.3125rem;
     }

     /* Styling for the progress steps */
     .progress-steps {
         display: flex;
         justify-content: space-between;
         padding: 0;
         margin-bottom: 20px;
         position: relative;
     }



     .step {
         list-style: none;
         z-index: 1;
         text-align: center;
         flex: 1;
         position: relative;
     }

     .step .nav-link {
         display: block;
         text-align: center;
         background-color: transparent;
         border: none;
         cursor: pointer;
     }

     .step .step-number {
         width: 40px;
         height: 40px;
         margin: 0 auto;
         border-radius: 50%;
         background-color: #ccc;
         line-height: 40px;
         color: white;
         font-weight: bold;
         font-size: 18px;
         border: 2px solid #ccc;
         transition: all 0.3s ease;
     }

     .step .step-text {
         margin-top: 10px;
         font-size: 14px;
         color: #333;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     .step .nav-link.inactive_tab1 .step-number {
         background-color: #ccc;
         border-color: #ccc;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     ul.nav.nav-tabs.progress-steps:after {
         content: '';
         height: 2px;
         background: #000;
         width: 65%;
         position: absolute;
         margin-top: 7%;
         margin-left: 7%;
     }

     .form-group {
         margin-bottom: 15px;
     }

     .h1, h1 {
         font-size: 1.4109375rem;
         font-size: 30px;
         font-weight: 700;
         line-height: 46px;
     }

     .panel-heading {
         font-size: 1.4109375rem;
         font-size: 20px;
         font-weight: 700;
         line-height: 46px;
         text-align: left;
         margin-bottom: 10px;
     }

     .nav-tabs {
         border-bottom: 0 !important;
     }

     button#previous_btn_professional_details {
         background: #ccc;
     }

     button#previous_btn_bank_details {
         background: #ccc;
     }

     @media screen and (max-width:1025px) {
         .uspaddingmob {
             padding: 5%;
         }

         ul.nav.nav-tabs.progress-steps:after {
             content: '';
             height: 2px;
             background: #000;
             width: 65%;
             position: absolute;
             margin-top: 8%;
             margin-left: 9%;
         }
     }

     .modalus {
         background: #FFFFFF;
         max-width: 710px;
         min-height: 273px;
         gap: 0px;
         border-radius: 30px 0px 0px 0px;
         border: 1.27px 0px 0px 0px;
         opacity: 0px;
         border: 1.27px solid #DDDDE1
     }

     h5#exampleModalLabel {
         font-size: 30px;
         font-weight: 700;
         line-height: 46px;
         text-align: center;
     }

     #exampleModalCenter button.btn-close {
         position: absolute;
         right: 30px;
         top: 45px;
     }

     #exampleModalCenter p {
         font-size: 18px;
         font-weight: 400;
         line-height: 28px;
         text-align: center;
         margin: 20px;
         margin-bottom: 40px;
     }

     .usbuttons-g1 {
         justify-content: center;
         gap: 20px;
     }

     .usbuttons-g1 button.btn.btn-primary1 {
         background: #623CAD;
         border-radius: 1.3125rem;
         width: 90%;
         color: #fff;
     }

     .usbuttons-g1 button.btn.btn-white1 {
         background: #623CAD0D;

         border-radius: 1.3125rem;
         width: 90%;
         color: #623CAD;
         box-shadow: 0px 1px 2px 0px #1018280D;
     }


     .form-control-lg {
         border-radius: 1.3125rem;
     }

     .form-control, .form-select {
         border-radius: 1.3125rem !important;
     }

     .bg-light {
         background-color: #623CAD !important;
     }

     .para_contain {
         font-family: Inter;
         font-size: 14px;
         font-weight: 400;
         line-height: 31px;
         letter-spacing: 0.01em;
         text-align: left;
         color: #FFFFFF;
     }

     .title_msg {
         font-family: Inter;
         font-size: 20px;
         font-weight: 500;
         line-height: 24.2px;
         letter-spacing: 0.01em;
         text-align: left;
         color: #FFFFFF;
     }

     .model-button {
         width: 40%;
         border-radius: 1.3125rem !important;
     }

     .active_tab1 {
         background-color: #fff;
         color: #333;
         font-weight: 600;
     }

     .inactive_tab1 {
         background-color: #f5f5f5;
         color: #333;
         cursor: not-allowed;
     }

     .has-error {
         border-color: #cc0000;
         background-color: #ffff99;
     }

     .usbuttons-g .btn {
         background: #623CAD;
         border-radius: 1.3125rem;
         width: 100%;
         color: #fff;
     }

     .form-control {
         border-radius: 1.3125rem;
     }

     /* Styling for the progress steps */
     .progress-steps {
         display: flex;
         justify-content: space-between;
         padding: 0;
         margin-bottom: 20px;
         position: relative;
     }

     .step {
         list-style: none;
         z-index: 1;
         text-align: center;
         flex: 1;
         position: relative;
     }

     .step .nav-link {
         display: block;
         text-align: center;
         background-color: transparent;
         border: none;
         cursor: pointer;
     }

     .step .step-number {
         width: 40px;
         height: 40px;
         margin: 0 auto;
         border-radius: 50%;
         background-color: #ccc;
         line-height: 40px;
         color: white;
         font-weight: bold;
         font-size: 18px;
         border: 2px solid #ccc;
         transition: all 0.3s ease;
     }

     .step .step-text {
         margin-top: 10px;
         font-size: 14px;
         color: #333;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     .step .nav-link.inactive_tab1 .step-number {
         background-color: #ccc;
         border-color: #ccc;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     ul.nav.nav-tabs.progress-steps:after {
         content: '';
         height: 2px;
         background: #000;
         width: 65%;
         position: absolute;
         margin-top: 7%;
         margin-left: 7%;
     }

     .form-group {
         margin-bottom: 15px;
     }

     .h1, h1 {
         font-size: 1.4109375rem;
         font-size: 30px;
         font-weight: 700;
         line-height: 46px;
     }

     .panel-heading {
         font-size: 1.4109375rem;
         font-size: 20px;
         font-weight: 700;
         line-height: 46px;
         text-align: left;
         margin-bottom: 10px;
     }

     .nav-tabs {
         border-bottom: 0 !important;
     }

     button#previous_btn_professional_details {
         background: #ccc;
     }

     button#previous_btn_bank_details {
         background: #ccc;
     }

     @media screen and (max-width:1025px) {
         .uspaddingmob {
             padding: 5%;
         }

         ul.nav.nav-tabs.progress-steps:after {
             content: '';
             height: 2px;
             background: #000;
             width: 65%;
             position: absolute;
             margin-top: 8%;
             margin-left: 9%;
         }
     }

     .form-control-lg {
         border-radius: 1.3125rem;
     }

     .form-control, .form-select {
         border-radius: 1.3125rem !important;
     }

     body {
         font-family: "Gilroy", sans-serif !important;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Regular.ttf") format("truetype");
         font-weight: 400;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Medium.ttf") format("truetype");
         font-weight: 500;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-SemiBold.ttf") format("truetype");
         font-weight: 600;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Bold.ttf") format("truetype");
         font-weight: 700;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-ExtraBold.ttf") format("truetype");
         font-weight: 800;
     }

     @font-face {
         font-family: "Gilroy";
         src: url("/assets/fontus/Gilroy-Black.ttf") format("truetype");
         font-weight: 900;
     }


     .usbuttons-g .btn {
         background: #623CAD;
         border-radius: 1.3125rem;
         width: 100%;
         color: #fff;
     }

     .form-control {
         border-radius: 1.3125rem;
     }

     /* Styling for the progress steps */
     .progress-steps {
         display: flex;
         justify-content: space-between;
         padding: 0;
         margin-bottom: 20px;
         position: relative;
     }



     .step {
         list-style: none;
         z-index: 1;
         text-align: center;
         flex: 1;
         display: contents !important;
         position: relative;
     }

     .step .nav-link {
         display: block;
         text-align: center;
         background-color: transparent;
         border: none;
         cursor: pointer;
     }

     .step .step-number {
         width: 40px;
         height: 40px;
         margin: 0 auto;
         border-radius: 50%;
         background-color: #ccc;
         line-height: 40px;
         color: white;
         font-weight: bold;
         font-size: 18px;
         border: 2px solid #ccc;
         transition: all 0.3s ease;
     }

     .step .step-text {
         margin-top: 10px;
         font-size: 14px;
         color: #333;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     .step .nav-link.inactive_tab1 .step-number {
         background-color: #ccc;
         border-color: #ccc;
     }

     .step .nav-link.active_tab1 .step-number {
         background-color: #623cad;
         border-color: #6a47b2;
     }

     ul.nav.nav-tabs.progress-steps:after {
         content: '';
         height: 2px;
         background: #000;
         width: 69%;
         position: absolute;
         margin-top: 7%;
         margin-left: 18%;
         z-index: 0;
     }

     .step .nav-link .step-number {
         z-index: 999;
         position: relative;
     }

     .step .nav-link:hover {
         z-index: 999;
         position: relative;
     }

     .h1, h1 {
         font-size: 1.4109375rem;
         font-size: 30px;
         font-weight: 700;
         line-height: 46px;
     }

     .panel-heading {
         font-size: 1.4109375rem;
         font-size: 20px;
         font-weight: 700;
         line-height: 46px;
         text-align: left;
         margin-bottom: 10px;
     }

     .nav-tabs {
         border-bottom: 0 !important;
     }

     button#previous_btn_professional_details {
         background: #ccc;
     }

     button#previous_btn_bank_details {
         background: #ccc;
     }

     @media screen and (max-width:1025px) {
         .uspaddingmob {
             padding: 5%;
         }

         ul.nav.nav-tabs.progress-steps:after {
             content: '';
             height: 2px;
             background: #000;
             width: 65%;
             position: absolute;
             margin-top: 8%;
             margin-left: 9%;
         }
     }

     .modalus {
         background: #FFFFFF;
         max-width: 710px;
         min-height: 273px;
         gap: 0px;
         border-radius: 30px 0px 0px 0px;
         border: 1.27px 0px 0px 0px;
         opacity: 0px;
         border: 1.27px solid #DDDDE1
     }

     h5#exampleModalLabel {
         font-size: 30px;
         font-weight: 700;
         line-height: 46px;
         text-align: center;
     }

     #exampleModalCenter button.btn-close {
         position: absolute;
         right: 30px;
         top: 45px;
     }

     #exampleModalCenter p {
         font-size: 18px;
         font-weight: 400;
         line-height: 28px;
         text-align: center;
         margin: 20px;
         margin-bottom: 40px;
     }

     .usbuttons-g1 {
         justify-content: center;
         gap: 20px;
     }

     .usbuttons-g1 button.btn.btn-primary1 {
         background: #623CAD;
         border-radius: 1.3125rem;
         width: 90%;
         color: #fff;
     }

     .usbuttons-g1 button.btn.btn-white1 {
         background: #623CAD0D;

         border-radius: 1.3125rem;
         width: 90%;
         color: #623CAD;
         box-shadow: 0px 1px 2px 0px #1018280D;
     }

     .form-control-lg {
         border-radius: 1.3125rem;
     }

     .form-control, .form-select {
         border-radius: 1.3125rem !important;
     }