@font-face{font-family:'Rubik-Light';src:url('../fonts/Rubik-Light.eot?');src:local('☺'),url('../fonts/Rubik-Light.ttf') format('truetype');font-display:swap}
@font-face{font-family:'Rubik-Reg';src:url('../fonts/Rubik-Regular.eot?');src:local('☺'),url('../fonts/Rubik-Regular.woff') format('woff'),url('../fonts/Rubik-Regular.ttf') format('truetype');font-display:swap}
@font-face{font-family:'Rubik-Med';src:url('../fonts/Rubik-Medium.eot?');src:local('☺'),url('../fonts/Rubik-Medium.woff') format('woff'),url('../fonts/Rubik-Medium.ttf') format('truetype');font-display:swap}
@font-face{font-family:'Rubik-Bold';src:url('../fonts/Rubik-Bold.eot?');src:local('☺'),url('../fonts/Rubik-Bold.woff') format('woff'),url('../fonts/Rubik-Bold.ttf') format('truetype');font-display:swap}

:root {
    --black: #000;
    --white: #fff;
    --navy: #002145;
    --grey: #666;
    --greyfent1: #d2d2d2;
    --greyfent: #AAAAAA;
    --typo-grey: #999;
    --typography-black: #1a1a1a;
    --lightgrey: #606060;
    --tangerine: #FF6700;
    --red: #ff3030;
    --navy-medium: #4a6784;
    --body-color: #e5eaf7;
    --dark-blue: #000f1e;
    --navy_light: #d3dae1;
    --tertiary: #002142;
    --blue-true-light: #e5eaf7;
    --regular: 'Rubik-Reg';
    --medium: 'Rubik-Med';
    --bold: 'Rubik-Bold';
    --light: 'Rubik-Light';
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
}

body {
    margin: 0;
    font-family: var(--regular);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--black);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

p,h1,h2,h3,h4,h5,h6,ul{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
    color: var(--tangerine);
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}

.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}

.w100{width: 100% !important;}
.clearBoth{clear: both;}
.disabled{opacity: .7; cursor: not-allowed;}


.white_card { border-radius: 18px; opacity: 1;background: var(--white); padding: 30px;}
.dFlex{ display: flex; align-items: center;  justify-content: space-between;}

/* Tab CSS start */
.tabs{    display:flex;}
.tabs button{    background: transparent;}
.tablinks {
    border: 0;
    border-bottom: 1px solid var(--greyfent1);
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--medium);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.1, 0.28);
    color: var(--greyfent);
}
.tablinks:hover{
    color:var(--greyfent);
    border-bottom: 2px solid var(--tangerine);
}
.tablinks.active {
    color: var(--tertiary);
    border-bottom: 2px solid var(--tangerine);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.05, 0.32);
}
.tabcontent {
    display: none;
    padding: 30px 0;
}
.tabcontent p {
    color: #333;
    font-size: 16px;
}
.tabcontent.active {
    display: block;
}

/* Form CSS start */
.error {
    display: none;
    color: var(--red);
    font-size: 10px;
    line-height: normal;
    margin-top: 5px;
}

.formGroup{
    position: relative;
    margin-bottom: 30px;
}

    .formGroup input {
        -webkit-appearance: none;
        outline: none;
        width: 100%;
        border: 0;
        font-size: 18px;
        font-weight: 500;
        font-family: var(--medium);
        border-bottom: 1px solid var(--greyfent);
        background: none;
        background-clip: text !important;
        border-radius: 0;
        color: var(--navy);
        position: relative;
        padding: 8px 0px;
    }

.formGroup label {
    position: absolute;
    transition: all 0.3s;
    font-weight: normal;
    line-height: 17px;
    z-index: 0;
    top: 10px;
    left: 0px;
    padding: 0;
    letter-spacing: 0.16px;
    font-size: 14px;
    color: var(--grey);
}

.formGroup label span{
    color: var(--red);
}

.formGroup label.active {
    top: -10px;
    left: 0px;
    padding: 0;
    font-size: 12px;
}

/* Button CSS start */
.btn{
    width: 200px;
    height: 40px;
    outline: none;
    font-family: var(--medium);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 23px;
    border: none;
    cursor: pointer;
}
.thing-btn{
    width: 145px;
    height: 36px;
    outline: none;
    font-family: var(--medium);
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 23px;
    border: none;
    cursor: pointer;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 auto;
}

.btnPrimary {
    color: var(--white);
    background: linear-gradient(97.13deg, #FF5B00 5.56%, #FF8100 94.44%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.btnSecondary {
    color: var(--tangerine);
    background: var(--white);
    border: 1px solid var(--tangerine);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

*, ::after, ::before {
    box-sizing: border-box;
}


/*# Accordian css start */
.accordion-container{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .accordion-container .set{
    position: relative;
    width: 100%;
    height: auto;  
    margin: 20px 0;
    z-index: 1;
    background: #EFF6FD;
    border-radius: 24px;
  }
  .accordion-container .set > a{
    display: block;
    padding: 25px 30px;
    text-decoration: none;
    color: #002145;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out;
    font-size: 18px;
    font-family: var(--medium);
    line-height: 20px;
  }
  .accordion-container .set > a i.arrow-down {
    background: url('../images/left-arrow.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 10px;
    margin: -5px 0 !important;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    float: right;
  }
  .accordion-container .set > a.active i.arrow-up {
    background: url('../images/left-arrow.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 10px;
    margin: 5px 0 !important;
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
    float: right;
  }
  .accordion-container .content{
    border-bottom: 0px solid #ddd;
    display: none;
    margin: 0;
    z-index: -1;
    padding: 0;
    position: relative;
    clear: both;
    border-radius: 0 0 24px 24px;
    padding: 10px 30px 15px 30px;
  }
  
  .accordion-container .set > a.active {
    border-radius: 24px 24px 0 0;
}
  .accordion-container .content p{
    color: #464646;
    font-size: 16px;
    line-height: 20px;
  }
  .set a span {
    display: inline-block;
    margin: 0;
    width: 25%;
    text-transform: uppercase;
  }
.accordion-container .content{display:block;  overflow:hidden;   padding: 0px 30px 0px 30px; height:0; min-height:0;  transition:all linear 0.2s;}
.accordion-container .active ~ .content{ padding: 10px 30px 15px 30px; height:auto; min-height:40px;  }
/*# Accordian css End */


footer.main-footer {
    background: #002142;
    padding: 30px 0;
    color: #fff;
}
.footerPart {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 15px;
}
.footerPart .linksTitle {
    float: left;
    width: 100%;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}
.footerPart p {
    font-size: 12px;
    color: var(--white);
    margin-bottom: 4px;
}
.footerPart a {
    float: left;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.bflCopy {
    padding: 0;
    text-align: right;
    font-size: 14px;
}
.footerPart .downloadAppPart {
    text-align: center;
}
.downloadAppPart a {
    width: 20px;
    margin: 0px 10px;
    text-align: center;
}
.downloadAppPart a img {
    width: 24px;
    height: 30px;
}



@media only screen and (max-width: 560px) {
    .accordion-container .active ~ .content{   padding: 10px 15px 15px 15px; }
}


.BFL_container {
  display: grid;
  grid-template-columns: 422px auto;
  grid-column-gap: 15px;
}
.login-wrapper {
  height: 100vh;
  background: url(../images/BG.png) no-repeat;
  padding: 28px;
  background-size: cover;
}
.login-wrapper .left_wrapper {
  position: relative;
  z-index: 1;
}
.bfl_logo {
  width: 142px;
  height: 45px;
  padding-right: 12px;
}
.bfl_logo img {
  width: 100%;
}
.h700 {
  height: 700px;
  max-height: 750px;
}
.h600 {
  height: 100%;
  max-height: 650px;
}
.heading-content p {
  color: var(--lightgrey);
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding-left: 12px;
  position: relative;
}
.heading-content p:before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--lightgrey);
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
}
.form-heading h6 {
  font-size: 24px;
  color: var(--navy);
  line-height: 21px;
}
.form-heading a {
  color: var(--tangerine);
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}
.forgot_links {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
.forgot_links a {
  font-size: 14px;
  color: var(--tangerine);
  font-family: var(--medium);
}
.processing_desc p {
  font-size: 13px;
  color: var(--grey);
}
.tips_box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 15px 20px;
}
.tips_box h5 {
  color: var(--navy);
  font-size: 16px;
}
.smalltipsbox ul {
  padding: 10px 15px;
}
.smalltipsbox li {
  font-size: 12px;
  color: #383737;
  list-style: square;
}
.login-right-content {
  padding-left: 30px;
}
.login-right-content .right-title * {
  color: #e7e7e7;
}
.login-right-content .right-title h1 {
  font-size: 28.5px;
}
.login-right-content .right-title p {
  font-size: 18px;
}
.right-content-circle {
  margin-top: -20px;
}
.right-content-circle,
.half-circle {
  position: relative;
}
.right-content-circle:before {
  content: "";
  width: 300px;
  height: 300px;
  border: 2px var(--tangerine) dashed;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: -0%;
  top: 0;
  transform: translate(-75%, 40%);
}

.list {
  position: absolute;
  top: 0%;
  transform: translate(0%, 16%);
}

.circle {
  width: 100%;
  height: 60px;
  background: rgba(18 75 165 / 25%);
  padding: 8px 10px 8px 5px;
  margin-bottom: 25px;
  font-size: 12px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  color: var(--white);
}
.circle:after{
    /* content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background: #052960;
    border-radius: 5px;
    right: -25px;
    top: 7px;
    transform: rotate(45deg); */
    content: '';
    position: absolute;
    /* border-top: 23px solid rgba(18 75 165 / 25%);
    border-right: 23px solid rgba(18 75 165 / 25%);
    border-bottom: 22px solid transparent;
    border-left: 22px solid transparent;
    border-radius: 5px;
    right: -23px;
    top: 7px;
    transform: rotate(45deg); */
    right: -21px;
    top: 9px;
    transform: rotate(-45deg);
    border-bottom-right-radius: 2px;
    background-image: linear-gradient(to bottom right, transparent 50%, rgba(18 75 165 / 25%) 0);
    width: 43px;
    height: 43px;
}
/* .circle:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #FF6F00;
  border-radius: 100%;
} */

.circle img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  overflow: hidden;
  float: left;
  position: absolute;
  top: 6px;
  left: 7px;
}

.circle-content {
  padding-left: 60px;
  text-align: left;
}

.one {
  left: 0px;
}
.two {
  left: 75px;
}
.three {
  left: 100px;
}
.four {
  left: 75px;
}
.five {
  left: 0px;
}
.five::before {
  left: 0px;
  top: -17px;
}
.circle h6 {
  font-size: 14px;
}
.circle p {
  font-size: 12px;
}
.backButton img {
    width: 24px;
}
.backButton{
    margin: 0 0 30px 0;
}
.getOtp p{
    font-size: 14px;
    line-height: 17px;
    margin: 25px 0;
}
.getOtp h6{
    color:var(--navy);
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}
.dot-line {
  position: relative;
  width: 50px;
}
.dot-line::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #FF6F00;
  border-radius: 100%;
}
.dot-line::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ff6f00;
  position: absolute;
}
.one .dot-line::before {  
  bottom: -72px;
  left: -4px;
}
.two .dot-line::before {  
  bottom: -45px;
  left: -27px;
}
.three .dot-line::before {  
  bottom: -31px;
  left: -35px;
}
.four .dot-line::before {  
  bottom: -13px;
  left: -27px;
}
.five .dot-line::before {  
  bottom: 15px;
  left: -5px;
}
.one .dot-line::after {
  bottom: -48px;
  left: -11px;
  transform: rotate(-55deg);
}
.two .dot-line::after {
  bottom: -30px;
  left: -26px;
  transform: rotate(-27deg);
}
.three .dot-line::after {
  top: 25px;
  left: -30px;
}
.four .dot-line::after {
  top: 18px;
  left: -26px;
  transform: rotate(27deg);
}
.five .dot-line::after {
  top: 0px;
  left: -11px;
  transform: rotate(55deg);
}

.user-tabs-ul {
    width: 100%;
    display: flex;
    margin-top: 8px;
    margin-bottom: 32px;
}

    .user-tabs-ul li {
        list-style: none;
        width: 50%;
        border-bottom: 2px solid #e9e9e9;
        display: inline-block;
        transition: all .1s;
    }

        .user-tabs-ul li a {
            display: flex;
            justify-content: center;
            padding: 10px;
            text-align: center;
            color: #002953;
            font-size: 16px;
            transition: all .1s;
        }

        .user-tabs-ul li.tabactive {
            border-bottom: 3px solid #ff6700;
        }

            .user-tabs-ul li.tabactive a {
                color: #ff6700;
                font-family: 'Rubik-Med';
            }

/****************************** OTP Css start ***********************************/

.optWrapper{display:none;}
.otp_spacing {
    margin: 25px 0 10px 0;
    width: 100%;
    float: left;
}
.otpPart {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.otpPart input {
    width: 44px;
    background: none;
    text-align: center;
    font-size: 24px;
    font-family: 'Rubik-Bold';
    color:var(--navy);
    letter-spacing: 0.27px;
    outline: none;
    border: 1px solid var(--navy);
    border-radius: 10px;
    padding: 14px 0;
}
.right_cont p {
    margin: 0;
    font-size: 12px;
    color: var(--grey);
}
.right_cont a {
    margin: 0;
    font-size: 12px;
    color: var(--tangerine);
    font-family: var(--medium);
}
.otpBox{
    margin-bottom: 30px;
}
.attmp_ermsg {
    font-size: 12px;
    color: var(--red);
}


/****************************** OTP Css END ***********************************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .right_wrapper{
      display: none;
  }
  .BFL_container {
     grid-template-columns: 100%;
  }
  .left_wrapper{
      width: 100%;
      margin: 0 auto;
  }
  .login-wrapper {
      padding: 10px;
  }
  .h600 {
      height: auto;
      max-height: 100%;
  }
  .white_card {
      padding: 20px 20px;
  }
  .form-heading h6 {
      font-size: 16px;
  }
  .tablinks {
      padding: 8px 5px;
      font-size: 11px;
  }
  .formGroup input {
      font-size: 16px;
  }
  .tips_box {
      padding: 10px 10px;
  }
  .tips_box h5 {
      font-size: 14px;
  }
  .smalltipsbox li {
      font-size: 12px;
  }
  .otpPart input {
      width: 34px;
      font-size: 16px;
      padding: 12px 0;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .right_wrapper{
      display: none;
  }
  .BFL_container {
     grid-template-columns: 100%;
  }
  .left_wrapper{
      width: 422px;
      margin: 0 auto;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .right_wrapper{
      display: none;
  }
  .BFL_container {
     grid-template-columns: 100%;
  }
  .left_wrapper{
      width: 422px;
      margin: 0 auto;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .circle {
      /* width: 75%; */
      width: 95%;
      padding: 8px 34px 12px 5px;
      font-size: 12px;
  }
  .circle p {
      font-size: 10px;
  }
  .circle img {
      top: 5px;
  }
  .circle h6 {
    font-size: 12px;
}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }




@font-face{font-family:'Rubik-Reg';src:url(../fonts/Rubik-Regular.eot);src:local('☺'),url(../fonts/Rubik-Regular.woff) format('woff'),url(../fonts/Rubik-Regular.ttf) format('truetype')}
@font-face{font-family:'Rubik-Med';src:url(../fonts/Rubik-Medium.eot);src:local('☺'),url(../fonts/Rubik-Medium.woff) format('woff'),url(../fonts/Rubik-Medium.ttf) format('truetype')}
@font-face{font-family:'Rubik-Bold';src:url(../fonts/Rubik-Bold.eot);src:local('☺'),url(../fonts/Rubik-Bold.woff) format('woff'),url(../fonts/Rubik-Bold.ttf) format('truetype')}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Rubik-Reg';font-weight:400}
a{text-decoration:none}
button{cursor:pointer}
button:disabled{background:#e6e6e6!important;color:#b4b3b3}
:focus-visible{outline:-webkit-focus-ring-color auto 0}
.maxcontainer{max-width:1440px;margin:0 auto}
.blue-img-bg{background-image:url(../Images/blue-body-loginbg.png);background-size:cover;background-repeat:no-repeat}
.login-main-container{width:100%;height:100vh;display:flex;justify-content:flex-start;align-items:center;padding:28px}
.login-form-bg-left{width:450px;min-height:100%;border-radius:18px;padding:37px;background-color:#fff}
.logo-box{width:100%;margin-bottom:20px}
.logo-box img{max-width:158px;max-height:68px}
.select-type-user-tabs{width:100%}
.select-type-use-heading{width:100%;margin-bottom:15px;color:#002142;font-size:16px;text-transform:uppercase;font-family:'Rubik-Med'}
.user-tabs-ul{width:100%;display:flex;margin-bottom:35px}
.user-tabs-ul li{list-style:none;width:50%;border-bottom:2px solid #e9e9e9;display:inline-block;transition:all .1s}
.user-tabs-ul li.tabactive{border-bottom:3px solid #ff6700}
.user-tabs-ul li.tabactive a{color:#ff6700;font-family:'Rubik-Med'}
.user-tabs-ul li a{display:flex;justify-content:center;padding:10px;text-align:center;color:#002953;font-size:16px;transition:all .1s}
.form-tabs-main{width:100%}
.user-form-container{width:100%}
.form-group{width:100%;display:block;position:relative;margin-bottom:25px}
.errormsg{position:absolute;display:none;color:red;font-size:10px;line-height:normal;margin:4px 0 0 2px}
.form-group input{-webkit-appearance:none;outline:0;width:100%;border:0;font-size:18px;font-weight:500;font-family:'Rubik-Med';border:.75px solid #989898;background:0 0;border-radius:0;color:#002145;position:relative;height:56px;border-radius:8px;padding:25px 10px 10px 60px}
.otp-padding{padding:11px 10px 10px 60px!important}
.form-group .select-value{-webkit-appearance:none;outline:0;width:100%;border:0;font-size:18px;font-weight:500;font-family:'Rubik-Med';border:.75px solid #989898;background:0 0;border-radius:0;color:#002145;position:relative;height:56px;border-radius:8px;padding:25px 10px 10px 60px;background:transparent url(../images/form-select-arrow.svg) no-repeat center right 15px;cursor:pointer}
.form-group label{position:absolute;transition:all .3s;font-weight:400;line-height:17px;z-index:0;top:20px;left:60px;padding:0;letter-spacing:.16px;font-size:16px;color:#aaa}
.form-group label.active{top:8px;left:62px;padding:0;font-size:12px}
.mandatory-icon{font-style:normal;color:red}
.input-icon-box{position:absolute;width:22px;height:22px;display:flex;align-items:center;justify-content:center;top:17px;left:20px}
.input-icon-box img{max-width:100%;max-height:100%}
.forgot-password-link{width:100%}
.forgot-password-link a{color:#ff6700;font-size:16px;font-family:'Rubik-Med'}
.form-btn-box{width:100%}
.mrt-30{margin-top:30px}
.common-form-orange-btn{width:100%;border:none;background:linear-gradient(97.13deg,#ff5b00 5.56%,#ff8100 94.44%);padding:13px;text-align:center;text-transform:uppercase;color:#fff;font-size:18px;font-family:'Rubik-Med';border-radius:8px}
.login-contant-right-box{width:calc(100% - 490px);margin-left:40px}
.welcome-title{width:100%;margin-bottom:7px;font-size:18px;color:#fff}
.debt-title{width:100%;font-size:26px;color:#fff;margin-bottom:40px;font-family:'Rubik-Med'}
.for-employee-list-box{width:100%;margin-bottom:40px}
.for-employee-title{width:100%;font-family:'Rubik-Med';font-size:18px;color:#fff;margin-bottom:12px;text-transform:uppercase;line-height:27px}
.for-employee-ul{padding-left:20px}
.for-employee-ul li{color:#fff;list-style-type:square;font-size:14px;margin-bottom:12px}
.note-desc{width:100%;color:#a5f4fa;font-size:13px}
.chooseportal-popupbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0,0,0,.75);display:none;z-index:1}
.chooseportal-main-model{position:absolute;right:0;top:0;background-color:#fff;padding:35px;width:455px;height:100%;overflow-x:auto}
.chooseportal-main-model::-webkit-scrollbar-track{border-radius:10px;background-color:transparent;cursor:pointer}
.chooseportal-main-model::-webkit-scrollbar{height:8px;width:6px;background-color:transparent;cursor:pointer}
.chooseportal-main-model::-webkit-scrollbar-thumb{border-radius:10px;background-color:#adadad;cursor:pointer}
.choose-portal-body{position:relative;width:100%}
.popupclose{display:flex;justify-content:flex-end}
.popupclose a{display:flex}
.popupclose a img{height:20px;width:20px}
.chooseportal-form-main{width:100%}
.chooseportal-heading-box{width:100%;margin-bottom:21px}
.chooseportal-heading-box h2{width:100%;font-size:16px;text-transform:uppercase;color:#002142;line-height:20px;font-family:'Rubik-Med'}
.chooseportal-heading-box p{width:100%;color:#002142;font-size:14px}
.genrate-note-box{width:100%;display:flex;justify-content:flex-start;align-items:center}
.genrate-note-box p{width:calc(100% - 20px);color:red;font-size:12px}
.genrate-note-box img{width:14px;height:14px}
.mrb-30{margin-bottom:30px}
.mrb-13{margin-bottom:13px}
.enter-code-box{width:100%;margin-bottom:30px;text-align:center}
.verification-code-decs{width:100%;color:#012144;font-size:14px;margin-bottom:5px}
.verification-code-decs i{font-style:normal}
.resend-otp{width:100%;color:#fe6702;font-size:14px;font-weight:bold;}
#verification_form_box{display:none}
#forgot-verification{display:none}
.back-to-login{display:flex;justify-content:flex-start;align-items:center;color:#fe6702;font-size:14px;font-family:'Rubik-Med';margin-top:22px}
.back-to-login img{margin-right:5px}
.password-list{width:100%;list-style:none;margin-bottom:12px}
.password-list li{width:100%;margin-bottom:10px;display:flex;justify-content:flex-start;align-items:center}
.password-list li img{width:11px;height:11px;margin-right:8px}
.password-list li p{width:calc(100% - 20px);font-size:14px;color:#5f5d5d}
.password-list .pass-list-success .password-info{display:none}
.password-list .pass-list-success .password-fail{display:none}
.password-list .pass-list-fail .password-info{display:none}
.password-list .pass-list-fail .password-success{display:none}
.password-list .pass-list-info .password-fail{display:none}
.password-list .pass-list-info .password-success{display:none}
.know-password-desc{width:100%;display:flex;justify-content:center;color:#5f5d5d;margin-top:22px;font-family:'Rubik-Med'}
.know-password-desc a{display:inline-flex;color:#ff6700;margin-left:4px;font-family:'Rubik-Med'}
.dms-main-wrapper{width:100%;display:flex}
.dms-sidebar-main{overflow-x: auto;position:fixed;top:0;left:0;bottom: 0;width:285px;background-color:#f8f8fa;padding:22px 0px 0px 0px;transition:.2s ease;z-index:9}
.dms-sidebar-main::-webkit-scrollbar{display:none}
.dms-small-sidebar .dms-sidebar-main{width:96px;display:flex;flex-direction:column}
.sidebar-logo{display:inline-flex;margin-bottom:30px;padding: 0px 24px;}
.search-padding{padding: 0px 24px;}
.sidebar-logo img{transition:.2s ease}
.sidebar-logo .big-logo{width:121px;height:52px}
.sidebar-logo .small-logo{width:51px;height:52px}
.dms-big-sidebar .small-logo{display:none}
.dms-small-sidebar .small-logo{display:block}
.dms-small-sidebar .big-logo{display:none}
.search-menu-box{width:100%;height:34px;border:.5px solid #a3a4a5;border-radius:30px;padding:9px 16px;display:flex;justify-content:flex-start;align-items:center;background-color:#fff;margin-bottom:0px}
.dms-small-sidebar .search-menu-box{width:34px;height:34px;padding:9px 16px;display:flex;justify-content:center;align-items:center;background-color:#fff;margin-left:8px}
.search-menu-box img{width:16px;height:16px}
.search-menu-desc{width:calc(100% - 28px);margin-left:12px;font-size:15px;color:#7f8081;border:none;background-color:transparent}
.dms-small-sidebar .search-menu-desc{display:none}
.dms-sidebar-menu{width:100%}
.dms-sidebar-ul{width:100%;list-style:none}
.dms-firstlevel-menu{width:100%;cursor:pointer;position:relative;border-radius:8px;transition:.2s ease;margin-bottom:6px}

.dms-sidebar-tooltip{z-index: 2;text-align: center;position: absolute;font-style: normal;background-color: #1a1a1a;color: #ffffff;padding: 5px;font-size: 12px;left:-8px; bottom: 32px;border-radius: 4px;     min-width: 58px;}


.dms-menu-link{padding:11px 16px;display:flex;align-items:flex-start;justify-content:flex-start;border-radius:8px}
.dms-main-menu-img{width:16px;height:18px;display:flex;align-items:center;justify-content:center}
.dms-main-menu-img img{max-width:100%;max-height:100%}
.dms-small-sidebar .dms-main-menu-name{display:none}
.dms-main-menu-name{width:calc(100% - 26px);display:flex;margin-left:10px;align-items:center;justify-content:space-between}
.dms-main-menu-name p{font-size:16px;line-height:16px;color:#3f444a;height:18px;overflow:hidden;transition:.2s ease}
.dms-secondlevel-menu{width:100%;position:relative;padding:10px 20px;background-color:transparent;display:none}
.dms-small-sidebar .dms-secondlevel-menu{left:49px}
.white-icon{display:none}
.dms-secondlevel-menu::-webkit-scrollbar-track{border-radius:10px;cursor:pointer}
.dms-secondlevel-menu::-webkit-scrollbar{width:3px;background-color:#f5f5f5;cursor:pointer}
.dms-secondlevel-menu::-webkit-scrollbar-thumb{border-radius:10px;background-color:#9a9b9b;cursor:pointer}
.dms-sec-li{width:100%;list-style:none;padding:12px 0;border-bottom:1px solid #e5e5e5}
.dms-sec-li:last-child{border-bottom:none}
.dms-sec-li a{color:#3f444a;font-size:14px;display:flex}
.profile-title{color:#989fa8;font-size:14px;margin-bottom:10px}
.mobile-sidebar-header{display:none}
.dms-dashboard-right-contant{width:calc(100% - 285px);margin-left:285px;transition:.2s ease}
.dashboard-big{width:calc(100% - 95px)!important;margin-left:95px!important;transition:.2s ease}
.dms-dashboard-header{position:fixed;width:calc(100% - 285px);padding:20px 30px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;transition:.2s ease;background-color:#fff;z-index:9}
.dashboard-big .dms-dashboard-header{width:calc(100% - 95px)!important}
.dms-header-left-box{display:flex;align-items:center;justify-content:flex-start}
.toggle-btn{background:0 0;border:none}
.username-header{margin-left:20px}
.username-header h2{color:#000;font-family:'Rubik-Bold';font-size:18px;margin-bottom:3px}
.username-header p{color:#848484;font-size:14px}
.dms-header-right-box{width:275px}
.dms-header-right-box .form-group{margin-bottom:0}
.dms-header-right-box .form-group .select-value{height:50px;padding:22px 10px 10px 60px;font-size:16px;background:transparent url(../images/header-dropdown-arrow.svg) no-repeat center right 15px}
.dms-header-right-box .form-group label{top:17px;font-size:14px}
.dms-header-right-box .input-icon-box{top:14px}
.dms-header-right-box .form-group label.active{top:9px;left:59px;font-size:12px}
.dms-small-sidebar .dms-secondlevel-menu{display:none!important}
.orange-bg-link{background-color:#ff6c02}
.orange-bg-link .dms-main-menu-name p{color:#fff}
.orange-bg-link .dms-main-menu-img .gray-icon{display:none}
.orange-bg-link .dms-main-menu-img .white-icon{display:block}
.orange-bg-link .dms-main-menu-name .gray-icon{display:none}
.orange-bg-link .dms-main-menu-name .white-icon{display:block}
.dms-slider-scroll{max-height:375px;overflow-y:auto;padding:30px 24px 0px; }
.profile-bottom-fixed{padding: 20px 24px;background-color: #e5eaf7;}
.dms-slider-scroll::-webkit-scrollbar{display:none}
.dms-dasboard-contant-section{width:100%;padding:115px 22px 60px 22px}
.laureate-section{width:100%;background-color:#ececf0;position:relative;border-radius:14px;overflow:hidden;margin-bottom:25px}
.meeting-img{position:absolute;left:20px;top:20px;z-index:1}
.laureate-desc-section{width:100%;padding:22px 125px 22px 235px;position:relative;background-color:#005dac;border-radius:14px}
.la-blue-bg{width:100%;position:absolute;top:0;left:0;height:115px}
.laurate-desc-box{position:relative}
.laurate-desc-box p{width:100%;color:#fff;font-size:14px;margin-bottom:5px}
.laurate-desc-box p:last-child{margin-bottom:0}
.laurate-desc-box h2{width:100%;color:#fff;font-size:20px;margin-bottom:15px;font-family:'Rubik-Bold'}
.la-setting-icon{position:absolute;top:3px;right:10px}
.la-bajaj-finance-desc{width:100%;text-align:right;color:#005dac;font-size:12px;font-family:'Rubik-Med';padding:12px}
.dms-dashboard-none{display:none}
.group-management-section{width:100%}
.group-management-heading{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}
.group-management-heading h3{width:calc(100% - 32px);color:#1d2125;font-size:18px;font-family:'Rubik-Med'}
.group-management-heading .mobile-filter{display:none;width:22px;height:22px;margin-left:10px}
.group-management-heading .mobile-filter img{width:100%;height:100%}
.filter-box{width:100%;display:block;margin-bottom:20px}
.filter-flex-box{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#f7f7fa;border-radius:11px}
.filter-radio-box{display:flex;align-items:center;padding:3px 4px}
.filter-by-bg-box{background-color:#fff;height:100%;padding:3px 4px;position:relative;padding:15px 0 15px 15px;border-radius:11px 0 0 11px;margin-right:38px}
.filter-by-bg-box h4{color:#3f444a;font-size:14px;font-family:'Rubik-Med'}
.filter-arrow-shape{border-top:23px solid transparent;border-left:23px solid #fff;border-bottom:23px solid transparent;position:absolute;top:0;left:100%}
.filter-radio-box .custom-entity-radio{display:block;position:relative;padding-left:28px;padding-top:2px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#3f444a;margin-right:15px}
.filter-radio-box .custom-entity-radio input{position:absolute;opacity:0;cursor:pointer}
.filter-radio-box .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid #3f444a;border-radius:50%}
.filter-radio-box .custom-entity-radio:hover input~.checkmark{border:2px solid #ff6c02}
.filter-radio-box .custom-entity-radio input:checked~.checkmark{border:2px solid #ff6c02}
.filter-radio-box .checkmark:after{content:"";position:absolute;display:none}
.filter-radio-box .custom-entity-radio input:checked~.checkmark:after{display:block}
.filter-radio-box .custom-entity-radio .checkmark:after{top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#ff6c02}
.filter-search{display:flex;height:100%;align-items:center;justify-content:flex-start;margin:0 20px;padding:12px 40px;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6}
.filter-search p{color:#3f444a;font-size:14px;font-family:'Rubik-Med';margin-right:10px}
.filter-search input{border-radius:22px;height:30px;color:#1a1a1a;border:.5px solid #d6d6d6;background-color:#fff;padding:10px;font-size:12px;font-family:'Rubik-Med'}
.filter-btn-sec{display:flex;align-items:center;justify-content:flex-start;padding:11px 23px 11px 0;column-gap:10px}
.export-btn{display:inline-flex;justify-content:flex-start;align-items:center;padding:7px 20px;border:1px solid #ff6410;border-radius:19px;color:#ff6410;font-size:14px;background-color:transparent}
.export-btn img{margin-right:5px}
.dms-table-main-box{width:100%}
.sort-by-table{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}
.sort-by-table p{font-size:14px;color:#707070;font-family:'Rubik-Med';margin-right:10px}
.sort-by-table .dropdown select{width:auto;margin-right:10px;border:1px solid #d6d6d6;color:#707070;border-radius:4px;font-size:14px;padding:3px 15px 3px 4px}
.table-wrapper{width:100%;margin-bottom:20px}
.dms-custom-table{width:100%;border:1px solid #bababa;border-radius:10px;border-spacing:0;overflow:hidden}
.dms-custom-table tr:nth-child(odd){background:#f0f0f0}
.dms-custom-table tr th{padding:15px 10px;color:#3f444a;font-size:14px;font-family:'Rubik-Med';border:none;text-align:left}
.dms-custom-table tr td{padding:15px 10px;color:#3f444a;border:none;text-align:left;font-size:14px}
.orange-text{color:#ff6c02!important}
.sorting-paging{margin-bottom:20px;font-size:16px;color:#707070;display:flex;align-items:center;justify-content:space-between}
.pagination ul{margin:0;padding:0}
.pagination ul li{display:inline-block;margin:0 5px}
.pagination ul li a{padding:5px 10px;color:#606060;font-size:16px}

.pagination ul li:last-child{margin-right:0}
.show-desktop{display:flex!important}
.pagination ul li a.active{background:#ff6c02;color:#fff}
.dms-footer-fixed{width:calc(100% - 285px);position:fixed;bottom:0;padding:16px;text-align:center;background-color:#ececef;transition:.2s ease}
.dashboard-big .dms-footer-fixed{width:calc(100% - 95px)}
.dms-footer-fixed p{width:100%;font-size:16px;color:#3f444a;text-align:center}
.dms-sidebar-tooltip{display: none;transition: 0.2s ease;}
.dms-small-sidebar .dms-firstlevel-menu:hover .dms-sidebar-tooltip
{
    display: block;
}

.dms-small-sidebar .search-menu-box{cursor: pointer;}

@media screen and (min-width:318px) and (max-width:1024px)
{
    .dms-main-wrapper{display:block}
    .dms-sidebar-main{width:100%;padding:0;position:fixed;left:-100%;bottom:auto;transition:.2s ease}
    .dms-sidebar-mobile-left{left:0;z-index:4;overflow-x:auto;bottom:0}
    .mobile-sidebar-header{width:100%;position:relative;background-color:#005dac;padding:13px 23px 13px 28px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
    .mobile-sidebar-contant p{font-size:12px;color:#fff;margin-bottom:3px}
    .mobile-sidebar-contant h2{font-size:16px;color:#fff;font-family:'Rubik-Med'}
    .close-mobile-sidebar{display:inline-flex;height:16px;height:16px}
    .close-mobile-sidebar img{height:100%;width:100%}
    .search-menu-box{display:none}
    .sidebar-logo{display:none}
    .dms-firstlevel-menu:hover{background-color:transparent!important}
    .dms-menu-link{padding:11px 25px;border-radius: 0px;}
    .dms-main-menu-name img{transition:.2s ease}
    .dms-secondlevel-menu{position:relative;left:0;width:100%;box-shadow:none;background-color:#f4f6ff;border-radius:0;border:none;padding:0;max-height:none}
    .dms-sec-li{border-bottom:1px solid #cdcdcd;padding:10px 43px}
    .dms-main-menu-name .rotate-arrow{transform:rotate(270deg)}
    .profile-title{padding:0 23px}
    .dms-slider-scroll{height:auto;overflow:unset;max-height: unset;padding: 0px;}
    .dms-dashboard-right-contant{width:100%;margin-left:0}
    .dms-dasboard-contant-section{padding:75px 10px 60px 10px}
    .dms-dashboard-none{display:block}
    .dms-dashboard-header{display:none}
    .dms-mobile-header{width:100%;position:fixed;left:0;top:0;z-index:2;display:flex;background-color:#f8f8fa;padding:10px 20px;align-items:center;justify-content:flex-start}
    .mobile-sidebar-toggle{display:inline-flex;margin-right:12px}
    .mobile-user-select{width:100%}
    .mobile-username{width:100%;margin-bottom:18px}
    .mobile-username h3{width:100%;font-size:14px;margin-bottom:3px;color:#1a1a1a;font-family:'Rubik-Med'}
    .mobile-username p{width:100%;font-size:12px;color:#848484}
    .mobile-switch-portal{width:100%}
    .mobile-switch-portal .form-group .select-value{padding:8px 0;border:none;border-bottom:.75px solid #989898;height:41px;border-radius:0;background:transparent url(../images/header-dropdown-arrow.svg) no-repeat center right 10px}
    .mobile-switch-portal .form-group label{left:0;top:13px}
    .mobile-switch-portal .form-group label.active{top:-5px}
    .laureate-desc-section{padding:19px}
    .laurate-desc-box p{font-size:12px}
    .laurate-desc-box h2{font-size:16px;margin-bottom:10px}
    .la-setting-icon{height:70%;bottom:5px;top:auto}
    .meeting-img{display:none}
    .la-bajaj-finance-desc{padding:8px 20px}
    .group-management-heading h3{font-size:16px}
    .group-management-heading .mobile-filter{display:inline-flex}
    .filter-box{display:none}
    .filter-flex-box{display:block;padding:10px;border-radius:4px}
    .filter-radio-box{width:100%;padding:0}
    .filter-by-bg-box h4{font-size:12px}
    .filter-radio-box .custom-entity-radio{font-size:12px;padding-top:3px}
    .filter-search{padding:0;border:none;margin:10px 10px 5px}
    .filter-search input{width:calc(100% - 60px)}
    .export-btn{font-size:12px;padding:7px 15px}
    .table-wrapper{overflow-x:auto}
    .dms-custom-table tr th{padding:12px 7px}
    .dms-custom-table tr td{padding:12px 7px}
    .js-current-pagination{display:none}
    .dms-footer-fixed{width:100%;left:0}
    .profile-bottom-fixed{padding: 20px 0px;}
    .dms-sidebar-tooltip{display: none;}
}

@media screen and (min-width:768px) and (max-width:991px)
{
    .blue-img-bg{background:#002047}
    .login-main-container{padding:10px 5px;height:100vh;justify-content:center}
    .select-type-use-heading{font-size:14px}
    .login-form-bg-left{width:70%;padding:20px;border-radius:4px;min-height:auto}
    .login-contant-right-box{display:none}
}

@media screen and (min-width:318px) and (max-width:767px)
{
    .blue-img-bg{background:#002047}
    .login-main-container{padding:10px 5px;height:100vh}
    .select-type-use-heading{font-size:14px}
    .login-form-bg-left{width:100%;padding:20px;border-radius:4px;min-height:auto}
    .login-contant-right-box{display:none}
    .logo-box{margin-bottom:20px}
    .logo-box img{width:100px;height:auto}
    .user-tabs-ul{margin-bottom:25px}
    .user-tabs-ul li a{font-size:14px}
    .form-group label{font-size:14px}
    .form-group input{font-size:16px;border-radius:4px}
    .form-group .select-value{font-size:16px;border-radius:4px}
    .forgot-password-link a{font-size:14px}
    .mrt-30{margin-top:25px}
    .common-form-orange-btn{font-size:14px;border-radius:4px;padding:14px}
    .chooseportal-main-model{height:fit-content;top:auto;bottom:0;width:100%;padding:20px;border-radius:4px 4px 0 0}
    .popupclose a img{width:15px;height:15px}
    .chooseportal-heading-box h2{font-size:14px}
}

@media screen and (min-width:318px) and (max-width:991px){
.BHFL_container{padding:0 6px}
}
@media (min-width:576px){
.BHFL_container{max-width:540px}
}
@media (min-width:768px){
.BHFL_container{max-width:720px;margin:0 auto}
}
@media (min-width:992px){
.BHFL_container{max-width:960px}
}
@media (min-width:1200px){
.BHFL_container{max-width:100%}
}
@media screen and (min-width:992px) and (max-width:1199px){
.BHFL_container{padding:0 10px}
}


table tbody tr.hide {
    display: none;
}
.js-pswd-checklist ~ .errormsg{visibility: hidden;}