/*-------------- Custom scroll start -----------------*/

.custom-scroll::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F6F6F6;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F6F6F6;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D9D9D9;
}

/*------------- custom scroll end ---------------*/


.font-red{
    color:#AC1A2D !important;
}
.profile{
    padding: 42px 80px 40px;
    background-color:#FBFBFB;
}
.profile_dash_menu {
    width:20%;
    padding: 30px 15px;
    padding-top: 0;
}
.profile_back{
  margin-bottom: 3rem;
}
.profile_back a{
    color:#AC1A2D;
}
.profile_img img{
border-radius: 100%;
width: 132px;
height: 132px;
padding: 10px;
background-color: #fff;
}
.profile_img{
    padding:3px;
    /* background-color:  #DADEE6; */
    position: relative;
    display: inline-block;
    border-radius: 100%;
    z-index: 1;
    margin-bottom:30px;
    height: auto;
    width: 138px;
    border-radius: 50%;
}
/* .profile_img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#AC1A2D;
    left: 0;
    top: 0;
    z-index:-1;
    border-radius: 100%; 
} */
.profile_summery h4{
    font-size: 16px;
    color:#AC1A2D;
    font-weight: 700;
}
.profile_summery p{
    color: #6B6969;
    font-size: 14px;
    font-weight: 700;
}
/* .progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, 100%, 100%, 0px);
    z-index: -1;
}
  .progress .progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    clip: rect(0, 100px, 200px, 0);
    background: #AC1A2D;
    transform: rotate(60deg);
  } */
  #motion-demo {
    offset-path: path("M20,20 C20,100 200,0 200,100");
    animation: move 3000ms infinite alternate ease-in-out;
    width: 40px;
    height: 40px;
    background: cyan;
    position:absolute;
  }
  
  @keyframes move {
    0% {
      offset-distance: 0%;
    }
    100% {
      offset-distance: 100%;
    }
  }
  
  /* @keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
  } */
  
  @property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }
  
  /* [role="progressbar"] {
    --percentage: var(--value);
    --primary: #AC1A2D;
    --secondary: #DADEE6;
    --size: 100%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    display: grid;
    place-items: center;
    top: 0;
    left: 0;
    z-index: 0;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
  
  [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 67%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 67%, #000 0);
    -webkit-mask-mode: alpha;
  }
  
  [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
  } */

  .p_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 4px;
    /* min-width: 32px; */
    background-color: #AC1A2D;
    /* offset-path: circle(70px at center); */
    position: absolute;
    /* offset-distance: calc(var(--valu)* 1% - 82%); */
    /* offset-rotate: 0deg; */
    z-index: 1;
    color: white;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    right: -15px;
    top: 3rem;
}
.profile_dash_menu_item{
    border:2px solid #EDEFF2;
    border-radius: 20px;
    padding: 15px;
    margin-top: 15px;
    overflow: hidden;
}
.profile_dash_menu_item ul li{
    margin-bottom: 15px;
    display: block;
}
.profile_dash_menu_item ul li a{  
    display: flex;
    align-items: center;
    color:black;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border:1px solid transparent; 
    font-size: 15px;
    position: relative;
}
.profile_dash_menu_item ul li a.active{
  border:1px solid #AC1A2D; 
}
.profile_dash_menu_item ul li a svg{
  flex-shrink: 0;
  height: auto;
}
.profile_dash_menu_item ul li a:hover{ 
    border:1px solid #AC1A2D; 
}
.profile_dash_menu_item ul li a.completed{
    background-color: #AC1A2D; 
    border:1px solid #AC1A2D;
    color:white;
}
.profile_dash_menu_item ul li a.completed svg path{
  fill: #fff;
}
.profile_dash_menu_item ul li svg,.profile_dash_menu_item ul li img{
    margin-right: 10px
}
.profile_dash_right{
    width:80%;
    padding: 0 0px 0 60px;
}
.profile_nomination_wrap{
    background-color: white;
    border:1px solid #EDEFF2;
    border-radius: 15px;
    overflow: hidden; 
}
.profile_nomination_head{
    padding: 20px;
    border-bottom:1px solid #EDEFF2 ;
}
.profile_nomination_head h1{
    color: #AC1A2D; 
    font-weight: 700;
    font-size: 2.1vw;
}
.profile_nomination_head p{
    color:#757373
}
.profile_nomination_form{
    padding: 26px 15px 78px;
}
.profile_nomination_form ul.nav-pills{
    display: flex;
    justify-content: center;
}
.profile_nomination_form .nav-pills .nav-link{
    border-radius: 50px;
    padding: 10px 35px;
    border:1px solid #7C7C7B;
    color: #AC1A2D;
    font-weight: 600;
    margin: 0 5px;
    font-size: 18px;
    transition: 0.2s;
}
.profile_nomination_form .nav-pills .nav-link:hover{
  border-color: #AC1A2D;
}
.profile_nomination_form .nav-pills .nav-link.active,.profile_nomination_form .nav-pills .show>.nav-link{
    background-color: #AC1A2D; 
    border:1px solid #AC1A2D;
    color:white;
}
.form_subhead{
    font-size: 18px;
    color: #AC1A2D; 
    margin-bottom: 15px;
}
.my-form-wraper .form-grid{
    margin-bottom: 10px;
    border: 1px solid #E3E5E5;
    border-radius: 8px;
    padding-right: 10px;
    position: relative;
}
.my-form-wraper .form-grid input{
    width: 100%;  
    padding: 10px;
    border: 0;
    border-radius: 8px;
    font-size:16px;
}
.my-form-wraper .form-grid input:focus{
  box-shadow: none;
}
.my-form-wraper .form-grid select{
    width: 100%;  
    padding: 10px;
    border: 0;
    border-radius: 8px;
    font-size:16px;
    outline: none;
}
.my-form-wraper .form-grid .input-group{
    flex-wrap: nowrap;
}
.input-group-text { 
    padding: 0 0 0 8px; 
    color: #AC1A2D; 
    background-color:transparent;
    border: 0px solid #ced4da; 
    font-weight: 700;
}
/* .profile_nomination_form .tab-content{
    margin-top: 30px;
} */
/* Hide the browser's default checkbox */
.custm_scheckbox {
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size:16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #757373;
  }
.custm_scheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 10px;
    left:0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border:2px solid #AC1A2D;
  }
  
  /* On mouse-over, add a grey background color */
  .custm_scheckbox:hover input ~ .checkmark {
    background-color: #fff;
    border:2px solid #AC1A2D;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custm_scheckbox input:checked ~ .checkmark {
    background-color: #AC1A2D;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custm_scheckbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custm_scheckbox .checkmark:after {
    left:7px;
    top:3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
 
  /* Show the indicator (dot/circle) when checked */
  .custm_scheckbox.cstm_radio input:checked ~ .checkmark:after {
    display: block;
  }
  .form_instruction p{
    font-size: 16px;
    color: #757373;
  }
  .form_instruction p span{
    display: inline-block;
    font-size: 14px;
    color: #AC1A2D;
  }
  .form_add_butn a{
    color:#AC1A2D;
    text-decoration: none;
    padding: 8px 30px;
    background-color: #F2F2F2;
    font-weight: 700;
    border-radius: 50px;
  }
 .submit_btn input{
    background-color:#AC1A2D;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 50px;
    border:0;
    color:white;
    transition: 0.2s;
 }
 .submit_btn input:hover{
  background-color: #8a1423;
 }
 .calender_label {
    background-color: #AC1A2D;
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 8px;
    color: rgb(255 255 255 / 83%);
    padding: 1px 5px;
    border-top-right-radius: 8px;
}


.my-form-wraper [class*='col-']{
  padding: 0 5px;
}
.custo-r-wraper .form-grid{
  max-width: 48%;
  width: 100%;
}
.custo-r-wraper .form-grid:not(:last-child){
  margin-right: 10px;
}
.mobile-profile-collapse{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: rgb(114, 114, 114);
  margin-left: 11px;
  overflow: hidden;
  border: 1px solid #AC1A2D;
}

.mobile-profile-collapse img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.backdrop{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #c7c7c7f5;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
.backdrop.show{
  opacity: 1;
  visibility: visible;
}
.cstm_radio .checkmark{
  left: 10px;
}
.custo-r-wraper .custm_scheckbox{
  padding-left: 40px;
}
.nomine-item{
  padding-top: 30px;
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.tab-height{
  max-height: 404px;
  overflow: auto;
  position: relative;
}
.tab-height::after{
  height: 15px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  filter: blur(2px);
  opacity: 0.5;
}

.my-form-wraper .nomine-item:last-child{
  padding-bottom: 15px;
}
.my-form-wraper .nomine-item:first-child{
  padding-top: 15px;
}
.tab-inner-container{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 4rem;
}
.profile_img .title {
  position: relative;
  z-index: 100;
}
.progressbar-circle{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.ProgressBar-circle,
.ProgressBar-background{
    animation: progress 1s;
    fill: none;
    stroke: #AC1A2D; 
    stroke-width: 2px; 
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0; 
    position: relative;
    z-index: 10;
}
.ProgressBar-background{
    stroke: #DADEE6;
  stroke-width: 2;
    z-index: 0;
}
.ProgressBar-contentCircle.success .ProgressBar-circle,
.ProgressBar-contentCircle.success .ProgressBar-background{
  stroke: #37B023; 
}
/* .ProgressBar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/* .progress-status.success{
  padding: 0;
  background-color: #fff !important;
} */
/* .progress-status .lottie_player{
  height: 80px;
  width: 80px;
} */
.ProgressBar svg{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .ProgressBar svg circle{
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
} */
.progress-status{
  height: 30px;
  width: 30px;
  font-size: 14px !important;
  color: #fff;
  background-color: #AC1A2D;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-weight: 900;
}
.progress-status.success{
  background-color: #37B023;
  font-size: 20px;
  opacity: 0;
}
.progress-status.success.active{
  opacity: 1;
}
.profile_summery{
  position: relative;
}
.custom-tooltip{
  border: 1px solid #d9d1d1;
  background-color: #fff;
  padding: 2px 9px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 8.7027px;
  line-height: 11px;
  color: #757373;
  position: absolute;
  right: -3.5rem;
  top: 3rem;
  max-width: 112px;
  z-index: 1;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.profile_summery:hover .custom-tooltip{
  opacity: 1;
  visibility: visible;
}
.completed-icon{
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BD4857;
  color: #fff;
  position: absolute;
  right: 12px;
  font-size: 14px;
}
/*--------------- New header start ------------*/
header{
  padding: 0;
}
header{
  overflow: unset;
}
.new-header{
  display: flex;
  /* overflow-x: hidden; */
}
.headerL{
  flex-shrink: 0;
  background-color: #fff;
  padding: 10px 25px;
}
.headerR{
  width: 100%;
  background-color: #AC1A2D;
  padding: 10px 5vw 10px 3.6vw;
  border-bottom-left-radius: 15px;
  display: flex;
  align-items: center;
}
.userInfo{
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.userIcon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #DADEE6;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #AC1A2D;
}
.userIcon img{
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.userDetail{
  font-weight: 400;
  /* font-size: 22px; */
  font-size: 1.15vw;
  line-height: 28px;
  color: #FFFFFF;
}
#preloader video{
  max-width: calc(500px - 88px*3.3);
}
.steper-wraper {
  padding: 0;
  border: none;
  margin-bottom: 0;
  margin-top: 25px;
}
/* .steper-carosel{
  padding-left: 1rem;
} */
.header-bottom{
  padding: 10px 25px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.header-bottom p{
  font-size: 16px;
  color: #AC1A2D;
  font-weight: 600;
}
.header-bottom img{
  max-width: 90px;
}
.header-bottom span{
  display: block;
  width: 16px;
  height: 2px;
  background-color: #AC1A2D;
  margin: 0 10px;
}
@media(max-width: 575px){
  .header-bottom{
    padding: 10px 15px;
  }
  .header-bottom p{
    font-size: 15px;
  }
  .header-bottom img {
    max-width: 76px;
}
}

.notification{
  position: relative;
  width: fit-content;
  margin-left: 36px;
  cursor: pointer;
}
.notification-count{
  position: absolute;
  height: 18px;
  width: 18px;
  right: -5px;
  top: 4px;
  color: #AC1A2D;
  background-color: #fff;
  font-weight: 900;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(51, 97, 255, 0.3);
}
.notification-list{
  position: absolute;
  width: 190px;
  padding: 11px 13px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ebeaea;
  right: 0;
  top: 3rem;
  z-index: 1;
}
.notification-item{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #757373;
}
.notification-list li:not(:last-child){
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ebeaea;
}
/*--------------- New header end ------------*/
.step-notification{
  font-size: 13px;
  color: #6B6969;
  margin-top: 7px;
  text-align: center;
}
.step-notification span{
  color: #AC1A2D;
  font-weight: 700;
}
.submit_btn button{
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  background-color: #AC1A2D;
  outline: none;
  font-weight: 600;
  min-width: 250px;
  border: 2px solid #AC1A2D;
  transition: 0.2s linear;
}
.submit_btn button:hover{
  color: #AC1A2D;
  background-color: #fff;
}
.profile_nomination_form select{
  /* -webkit-appearance: none; */
  background: none;
}
/* .my-form-wraper .form-grid select */
.my-form-wraper .form-grid input {
  color: #757373;
}
.my-form-wraper .form-grid input::placeholder, .my-form-wraper .form-grid select::placeholder{
  color: #b3b3b3;
}



.my-form-wraper .form-grid select
{
    color: #b3b3b3;
    cursor: pointer;
}
.my-form-wraper .form-grid select option
{
    color: #545353;
}
.my-form-wraper .form-grid select option:first-child
{
    color: #b3b3b3;
}

.desktop-carousel li{
  height: 100% !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
}
/* .desktop-carousel .swiper-wrapper li:first-child{
  margin-top: 0;
} */
.mob-username{
  padding-left: 5px;
  color: #fff;
}

/*------------ New footer start -----------------*/

.disclaimer-accor button{
  padding: 14px 0;
}
.disclaimer-accor .accordion-button.collapsed{
  background-color: #FFFBF0;
  border: none;
}
.disclaimer-accor .accordion-button:not(.collapsed){
  background-color: #FFF4D9;
}
.disclaimer-accor .accordion-button{
  color: #353941;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
  background-color: transparent;
}
.footer-pl-pr{
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.disclaimer-accor .accordion-body{
  background-color: #FFF4D9;
  padding-bottom: 20px;
}
.disclaimer-accor .accordion-body p{
    color: #000;
    font-size: 11.2px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 12px;
    width: 100%;
    opacity: .8;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.disclaimer-accor .accordion-body p a{
  color: #5D6167;
  text-decoration: underline;
}
.disclaimer-accor .accordion-body li p{
  margin-bottom: 0;
}
.disclaimer-accor .accordion-body h6{
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.disclaimer-accor .accordion-button::after {
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/darker-plus.svg) no-repeat center;
}
.disclaimer-accor .accordion-button:not(.collapsed)::after {
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/darker-minus.svg) no-repeat center;
}
.site-footer{
  padding-top: 32px;
  padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF4D9;
    display: grid;
    grid-template-columns: 207px auto;
    gap: 42px;
}
.footer-left .logo{
  margin-bottom: 20px;
}


.new-ftr-social{
  margin-bottom: 20px;
}
.new-ftr-social ul{
  display: flex;
  align-items: center;
}
.new-ftr-social ul li{
  height: 32px;
  width: 32px;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #fff;
}
.new-ftr-social ul li:not(:last-child){
  margin-right: 0.5rem;
}

.get_started span {
  color: #86888D;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 8px;
  width: 69%;
  font-weight: 700;
}
.get_started>ul>li {
  margin-bottom: 8px;
}
.get_started>ul>li>a {
  border-radius: 8px;
  border: 1px solid #fff;
  background: #FFFBF0;
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: rgb(172, 26, 45);
}
.get_started>ul>li:last-child {
  margin: 0;
}

.footer_right_Wrapper ul {
  display: grid;
  grid-template-columns: 24.6% 24.6% 24.6% 24.6%;
  gap: 0;
}
.footer_right_Wrapper .nav-link {
  padding: 10px 0 10px 30px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #5D6167;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  border: none;
}
.footer_right_Wrapper .nav-link:before {
  position: absolute;
  content: '';
  left: 10px;
  width: 10px;
  height: 10px;
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/plus.svg) no-repeat center;
  top: 13px;
  transition: all 0.3s ease;
}
.footer_right_Wrapper .nav-link.active:before {
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/minus.svg) no-repeat center;
}
.footer_right_Wrapper .nav-link.active {
  background: #fffbf0;
  color: #353941;
}
.footer_right_Wrapper .tab-content>.active {
  border-radius: 8px;
  background: #FFFBF0;
  padding: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 18px;
}


.footer_acc_links>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 6px;
}
.footer_acc_links>ul>li {
  border-right: 1px solid #AEB0B3;
  margin-left: 0px;
  padding: 0 16px;
}
.footer_acc_links>ul>li:last-child{
  padding-right: 0;
  border-right: 0;
}
.footer_acc_links .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.footer_acc_links>ul>li.list-inline-item:not(:last-child) {
  margin: 0;
}

.footer_acc_links:last-child {
  margin: 0;
}
.footer_acc_links ul>li>a {
  color: #353941;
  font-size: 13px;
  font-style: normal;
  line-height: 17px;
  font-weight: 700;
}
.footer_acc_links ul>li>a:hover {
  color: #AC1A2D;
}
.footer_acc_links span {
  display: block;
  color: #AEB0B3;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 900;
  padding: 0 16px;
  margin: 10px  0;
}
.main_gray_footer_wrapper {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #CFCFCF;
  display: grid;
  grid-template-columns: 192px 73% auto;
  justify-content: space-between;
}
.gray_footer_brand a>img {
  max-width: 192px;
  width: 100%;
}
.footer_contact_info {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #EBEBEB;
  margin-top: 10px;
  padding: 10px;
}
.fci_Wrp {
  display: flex;
  gap: 10px;
  /* margin-bottom: 12px; */
}
.fci_Wrp span {
  display: flex;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #AC1A2D;
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
}
.fci_Wrp span img {
  max-width: 15px;
}

.fci_Wrp a {
  font-size: 15px;
  line-height: normal;
  color: #AC1A2D;
  font-weight: 700;
}
.fci_Wrp p {
  color: #353941;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.grey_wrapper_tabs .footer_right_Wrapper .tab-content>.active, .grey_wrapper_tabs .footer_right_Wrapper .nav-link.active {
  background: #EBEBEB;
}
.grey_wrapper_tabs .nav-link{
  background-color: transparent;
}
.footer_right_Wrapper ul.nav {
  justify-content: space-between;
  gap: 0;
}
.abcd_logo {
  max-width: 35px;
  background: #AC1A2D;
  padding: 5px;
  border-radius: 4px;
}
.download_app_wrapper p {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin: 12px 0;
  font-weight: 700;
}
.download_app_wrapper ul>li>a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #EBEBEB;
  width: 92px;
  height: 32px;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #AC1A2D;
  justify-content: center;
  transition: .5s;
}
.download_app_wrapper ul>li>a:hover {
  background: #fff;
  transition: .5s;
}
.download_app_wrapper ul>li>a img {
  max-width: 16px;
  margin-right: 5px;
}
.footer_accordion.grey_footer_accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin-top: -2px;
}
.footer_red_strip {
  display: flex;
  background: #AC1A2D;
  height: 51px;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.copyright_div p {
  color: #AEB0B3;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
}
.footer_strip_socil {
  margin-top: 10px;
}
.footer_strip_socil .list-inline li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: .5s;
  background-color: rgb(0 0 0 / 10%);
}
.footer_strip_socil .list-inline li a img {
  width: 18px;
}
/*------------ New footer end -----------------*/

@media(min-width: 1200px){
  .main_gray_footer_wrapper {
    grid-template-columns: auto 60% auto;
}
}
@media(min-width: 1501px){
  .main_gray_footer_wrapper {
    grid-template-columns: 192px 67% auto;
}
}
@media(min-width: 1701px){
  .main_gray_footer_wrapper {
    grid-template-columns: 192px 73% auto;
}
}
@media(max-width: 1600px){
  .profile_dash_menu_item ul li a{
    font-size: 14px;
  }
  .headerL img{
    max-width: calc(216px - 36px);
  }
  .headerR img{
    max-width: calc(127px - 22px);
  }
  /* .userDetail{
    font-size: calc(22px - 3px);
  } */
  .userIcon{
    height: calc(50px - 8px);
    width: calc(50px - 8px);
  }
  .profile{
    padding: calc(42px - 6px*2.8) calc(80px - 12px) 15px;
  }
  .profile_nomination_head{
    padding: 10px;
  }
  .profile_img img{
    width: calc(140px - 20px);
    height: calc(140px - 20px);
  }
  .profile_img{
    margin-bottom: calc(30px - 5px*2);
  }
  .profile_dash_right{
    padding-left: calc(60px - 10px);
  }
  /* .profile_nomination_head{
    padding: calc(30px - 5px);
  } */
  .profile_nomination_form .nav-pills .nav-link{
    font-size: calc(18px - 2px);
    padding: calc(10px - 2px) calc(35px - 5px);
  }
  .profile_nomination_form{
    padding: 15px 15px calc(78px - 15px*2);
}
/* .profile_nomination_form .tab-content{
  margin-top: 20px;
} */
  .form_subhead{
    font-size: calc(18px - 2px);
    margin-bottom: 9px;
  }
  .my-form-wraper .form-grid input,
  .my-form-wraper .form-grid select{
    font-size: 14px;
  }
  .custm_scheckbox{
    font-size: 14px;
  }
  .form_instruction p{
    font-size: 14px;
  }
  .checkmark{
    height: calc(22px - 3px);
    width: calc(22px - 3px);
  }
  .custm_scheckbox .checkmark:after{
    left: 5px;
    top: 2px;
  }
  .date-icon{
    right: 8px;
  }
  .profile_dash_menu_item ul li a{
    padding: 10px 15px;
  }
  .custm_scheckbox{
    padding-left: 28px;
  }
  .custo-r-wraper .custm_scheckbox {
    padding-left: 36px;
}
.profile_dash_menu_item ul li a svg{
  max-width: 100%;
  max-height: 25px;
}
.profile_nomination_head p{
  font-size: 14px;
}
.p_item{
  height: calc(32px - 3px);
  width: calc(32px - 3px);
  font-size: 14px;
  top: 2rem;
  right: -10px;
}
.ProgressBar-background, .ProgressBar-circle{
  r: 57;
  cx: 69;
  cy: 63;
}
.progress-status{
  right: 0px;
  height: 26px;
  width: 26px;
  font-size: 13px;
}
.tab-height{
  max-height: 380px;
}
.profile_summery h4{
  font-size: 15px;
}
.profile_summery p{
  font-size: 13px;
}
#preloader video{
  max-width: calc(500px - 88px*3.3);
}
.submit_btn button{
  padding: calc(15px - 2px) calc(30px - 5px);
  min-width: calc(250px - 40px);
}
/* .nomine-item{
  padding-top: 20px;
} */
.footer-pl-pr{
  padding-left: calc(80px - 15px) !important;
  padding-right: calc(80px - 15px) !important;
}

}
@media(max-width: 1400px){
  .headerL img {
    max-width: calc(216px - 36px*2);
  }
  .headerR img {
    max-width: calc(127px - 22px*1.5);
}
.userIcon {
  height: calc(50px - 8px*1.6);
  width: calc(50px - 8px*1.6);
  margin-right: 10px;
}
  .profile{
    padding: calc(42px - 7px*1.5) calc(80px - 12px*2) 15px;
  }
  .profile_img img{
    width: calc(140px - 20px*2);
    height: calc(140px - 20px*2);
  }
  .profile_img{
    margin-bottom: calc(30px - 5px*2);
  }
  .profile_dash_right{
    padding-left: calc(60px - 10px*2);
  }
  .profile_nomination_head{
    padding: 17px;
  }
  .profile_nomination_form .nav-pills .nav-link{
    font-size: calc(18px - 2px*2);
    padding: calc(10px - 2px*2) calc(35px - 5px*2);
  }
  .form_subhead{
    font-size: calc(18px - 2px*2);
  }
  .my-form-wraper .form-grid input,
  .my-form-wraper .form-grid select{
    font-size: 14px;
  }
  .custm_scheckbox{
    font-size: 14px;
  }
  .form_instruction p{
    font-size: 14px;
  }
  .checkmark{
    height: calc(22px - 3px);
    width: calc(22px - 3px);
  }
  .custm_scheckbox .checkmark:after{
    left: 5px;
    top: 2px;
  }
 
  .profile_dash_menu_item ul li a{
    font-size: 13px;
  }
  .my-form-wraper .form-grid{
    margin-bottom: 18px;
  }
  .profile_dash_menu_item ul li a svg{
    max-width: 100%;
  }
  .ProgressBar-background, .ProgressBar-circle {
    r: 47;
    cx: 69;
    cy: 54;
}
.progress-status{
  right: 10px;
  top: 2.5rem;
  font-size: 11px;
}
.tab-height {
  max-height: 420px;
}
.submit_btn button{
  padding: calc(15px - 2px*1.5) calc(30px - 5px*1.5);
  min-width: calc(250px - 40px*1.5);
}
.footer_acc_links>ul>li{
  padding: 0 8px;
}
.footer_acc_links span{
  padding-left: 8px;
}
.footer_acc_links ul>li>a{
  font-size: 12px;
}
.footer_right_Wrapper .nav-link{
  font-size: 12px;
}
.footer-pl-pr{
  padding-left: calc(80px - 15px*1.8) !important;
  padding-right: calc(80px - 15px*1.8) !important;
}
}
@media(max-width: 1199px){
  .profile {
    padding: calc(80px - 12px* 3) 15px;
  }
  .profile_dash_menu{
    width: 30%;
  }
  .profile_dash_right {
    padding-left: calc(60px - 10px* 4);
  }
  .profile_nomination_form{
    padding: 30px 30px;
  }
  .profile_nomination_form .nav-pills .nav-link {
    font-size: calc(18px - 2px* 2.5);
    padding: calc(10px - 2px* 2) calc(35px - 5px* 3);
}
.tab-inner-container{
  padding: 0 1rem;
}
.submit_btn button{
  padding: calc(15px - 2px*2) calc(30px - 5px*2);
  min-width: calc(250px - 40px*2);
}
.site-footer {
  padding: 30px;
  gap: 32px;
}
.footer-pl-pr{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.footer_right_Wrapper .tab-content>.active{
  padding: 13px;
}
.footer_acc_links>ul>li{
  padding: 0 5px;
}
.footer_acc_links ul>li>a{
  font-size: 11px;
}
.footer_right_Wrapper .nav-link{
  font-size: 11px;
}
.main_gray_footer_wrapper{
  grid-template-columns: 162px 59% auto;
}
}
@media(max-width: 991px){
  .profile {
    padding: calc(80px - 12px* 3.6) 15px;
    background-color: #fff;
  }
  .profile_dash_right {
    padding-left: 0;
    width: 100%;
}
.profile_nomination_head h1{
  font-size: 23px;
  margin-bottom: 3px;
}
.custo-r-wraper .form-grid{
  width: auto;
}
.profile_nomination_head p{
  font-size: 13px;
}
.userDetail{
  font-size: 13px;
}
.profile_dash_menu_item{
  border-radius: 0;
}
.profile_dash_menu_item ul li{
  margin-bottom: 10px;
}
.tab-height {
  max-height: none;
}
.profile_dash_menu_item ul li a{
  font-size: 14px;
}
.steper-carosel{
  padding: 0 15px;
}
.profile_dash_menu{
  display: none;
}
.site-footer{
  display: block;
  padding: 20px;
  display: block;
  background: #fffbf0;
}
footer .logo{
  text-align: left;
}
.get_started>ul>li {
  width: 100%;
  margin: 0;
}
.get_started>ul>li>a{
  background: #fff;
  width: 100%;
}
.get_started>ul {
  display: flex;
  gap: 16px;
  width: 100%;
}
.mobile_accordion_Wrapper {
  margin-top: 20px;
}
.footer_accordion .accordion-item {
  border: none;
  background: transparent;
}
.accordion-header {
  margin-bottom: 0;
}
.mobile_accordion_Wrapper .accordion-button {
  padding-right: 0;
  padding-left: 40px;
}
.mobile_accordion_Wrapper .footer_accordion .accordion-button::after, .mobile_accordion_Wrapper .footer_accordion .accordion-button:not(.collapsed)::after {
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  left: 10px;
}
.mobile_accordion_Wrapper .footer_accordion .accordion-body {
  padding: 8px 40px 10px;
}
.mobile_accordion_Wrapper .footer_accordion .mobile-border-radius .accordion-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mobile_url_acc_wrapper:last-child {
  margin: 0;
}
.mobile_url_acc_wrapper ul>li {
  margin-bottom: 12px;
  font-weight: 700;
}
.mobile_url_acc_wrapper ul>li>a {
  color: #353941;
  font-size: 13px;
  font-style: normal;
  line-height: 17px;
}
.mobile_accordion_Wrapper .accordion-button::after {
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/darker-plus.svg) no-repeat center;
}
.mobile_accordion_Wrapper .accordion-button:not(.collapsed)::after {
  background: url(https://stocksandsecurities.adityabirlacapital.com/ABM-new-header-footer/assets/images/footer/darker-minus.svg) no-repeat center;
}
.mobile_accordion_Wrapper .accordion-button.collapsed {
  background: #FFFBF0;
  border: none;
}
.mobile_accordion_Wrapper .accordion-button{
  font-size: 12px;
  font-weight: 700;
  color: #353941;
}
.mobile_accordion_Wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.mobile_accordion_Wrapper .accordion-button::after, .mobile_accordion_Wrapper .accordion-button:not(.collapsed)::after {
  background-size: 80%;
}
.mobile_accordion_Wrapper .accordion-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile_accordion_Wrapper .accordion-button:not(.collapsed) {
  background-color: #FFF4D9;
  box-shadow: none;
}
.mobile_accordion_Wrapper .accordion-body{
  background-color: #FFF4D9;
}
/* .mobile_url_acc_wrapper ul>li:last-child {
  margin: 0;
} */
.footer_socials {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
}
.new-ftr-social ul>li >a img {
  filter: invert(0.5);
}

.new-ftr-social ul li{
  background: rgba(0, 0, 0, 0.1);
}
.new-ftr-social ul{
  justify-content: center;
}
.new-ftr-social{
  margin-bottom: 5px;
}
.main_gray_footer_wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.gray_footer_brand {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 20px 0;
  gap: 10px;
  padding: 0 0;
}
.grey_mobile_acc_wrapper {
  padding: 0;
  margin: 0 0 20px;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-button:not(.collapsed) {
  background: #EBEBEB;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-item:first-of-type .accordion-button {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-body {
  background: #EBEBEB;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mobile_accordion_Wrapper .footer_accordion .accordion-body {
  padding: 8px 40px 10px;
}
.mobile_url_acc_wrapper {
  margin-bottom: 20px;
}
.mobile_url_acc_wrapper:last-child {
  margin: 0;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-button.collapsed {
  background: #cfcfcf;
  text-transform: uppercase;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-button:not(.collapsed) {
  background: #EBEBEB;
}
.footer-pl-pr{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.download_app_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 25px;
}
.abcd_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 170px;
  margin: 0 auto;
}
.download_app_wrapper p {
  float: left;
  margin: 10px 0 0;
}
.download_app_wrapper ul {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0 20px 20px;
  gap: 5px;
}
.download_app_wrapper ul li a {
  width: 100%;
}
.download_app_wrapper ul>li>a img {
  max-width: 16px;
  margin-right: 5px;
}
.download_app_wrapper ul li {
  width: 100%;
}
.grey_mobile_acc_wrapper .footer_accordion .accordion-button, .mobile_accordion_Wrapper .accordion-button {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.mobile_accordion_Wrapper .footer_accordion .accordion-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.footer_contact_info {
  margin: 0;
  padding: 10px 10px;
  padding-right: 20px;
}
.fci_Wrp a {
  font-size: 13px;
}
.gray_footer_brand a>img {
  max-width: 160px;
}
.footer_red_strip {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.disclaimer-accor {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.disclaimer-accor button{
  padding-top: 10px;
  padding-bottom: 10px;
}
.disclaimer-accor .accordion-button::after,
.disclaimer-accor .accordion-button:not(.collapsed)::after{
  background-size: 80%;
}
.mobile_accordion_Wrapper {
  margin-top: 20px;
}
.fci_Wrp p{
  margin-bottom: 0;
}
.band_logo{
  padding: 2.797px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 100%;
  flex: 0 0 auto;
}
}
@media(max-width: 767px){
  header{
    padding-left: 0;
    padding-right: 0;
  }
  .profile_dash_menu{
    position: fixed;
    width: 300px;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow: auto;
    transition: 0.3s linear;
    right: -100%;
    display: none;
  }
  .profile_dash_menu.active{
    right: 0;
  }
  .profile_dash_right{
    padding-left: 0;
    width: 100%;
  }
  .profile_img img {
    width: calc(140px - 20px* 3);
    height: calc(140px - 20px* 3);
}
.header-right{
  padding-right: 0;
}
.header-right a{
  font-size: 14px;
}
.p_item{
  height: calc(32px - 5px);
  width: calc(32px - 5px);
  font-size: 13px;
  top: 1.5rem;
  right: -10px;
}
/* .tab-height {
  max-height: 1010px;
} */
}
@media(max-width: 575px){
  .userDetail{
    display: none;
  }
  .userIcon{
    margin-right: 0;
  }
  .headerL img {
    max-width: calc(216px - 36px*3.3);
}
.headerR{
  padding-left: 20px;
  padding-right: 0;
}
.headerR img {
  max-width: calc(127px - 22px* 2.3);
}
.headerR, .headerL{
  padding-top: 7px;
  padding-bottom: 7px;
}
  .profile{
    padding-left: 0;
    padding-right: 0;
  }
  .profile_nomination_form{
    padding-top: 20px;
  }
  .header-right a{
    margin-right: auto;
  }
  .header-right{
    padding-left: 0;
    width: fit-content;
    margin: auto;
  }
  .profile {
    padding: calc(80px - 12px* 5) 15px;
}
.profile_img img {
  width: calc(140px - 20px* 3.8);
  height: calc(140px - 20px* 3.8);
  padding: 3px;
}
.profile_img {
  margin-bottom: calc(30px - 5px* 3);
}
.profile_summery h4{
  font-size: 14px;
}
.profile_summery p{
  font-size: 12px;
}
.profile_dash_menu_item ul li a svg{
  max-width: 100%;
  max-height: 25px;
}
.profile_dash_menu_item ul li a{
  padding: 10px 15px;
  font-size: 14px;
}

.profile_nomination_head h1{
  font-size: 21px;
}

.profile_dash_menu{
  width: 270px;
}
.p_item{
  height: calc(32px - 5px*1.5);
  width: calc(32px - 5px*1.5);
  top: 1.2rem;
}
.profile_nomination_form{
  padding-left: 15px;
  padding-right: 15px;
}
.profile{
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
}
.headerL{
  padding-left: 15px;
  padding-right: 15px;
}
.completed-icon{
  width: 22px;
  height: 22px;
  font-size: 11px;
}
.my-form-wraper .nomine-item:last-child{
  padding-bottom: 25px;
}
}

@media(max-width: 400px){
  .gray_footer_brand{
    display: block;
    margin-bottom: 13px;
  }
  
  .band_logo, .footer_contact_info{
    width: 170px;
    margin: auto;
  }
  .band_logo{
    margin-bottom: 6px;
    text-align: center;
  }
}

/*--------------- Personal Details start ------------*/
.font-14{
  font-size: 14px !important;
}
.form-item-wraper{
  margin: auto;
  margin-top: 28px;
  max-width: 1010px;
  width: 100%;
}
.form-item{
  padding: 26px 48px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #E3E5E5;
  border-radius: 8px;
}
.form-label{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #757373;
margin-bottom: 10px;
}

.custom-radio-btn {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
  padding: 17px 35px;
}

/* Hide the browser's default radio button */
.custom-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #E3E5E5;
  transition: 0.2s linear;
}

/* On mouse-over, add a grey background color */
.custom-radio-btn:hover input ~ .checkmark {
  background-color: #ffe7ea;
}

/* When the radio button is checked, add a blue background */
.custom-radio-btn input:checked ~ .checkmark {
  background-color: #AC1A2D;
  border-color: #AC1A2D;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* .custom-radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
} */

/* Show the indicator (dot/circle) when checked */
/* .custom-radio-btn input:checked ~ .checkmark:after {
  display: block;
} */

/* Style the indicator (dot/circle) */
/* .custom-radio-btn .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
} */

.custom-radio-btn p{
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #757373;
position: relative;
z-index: 1;
}
.custom-radio-btn input:checked ~ p{
  color: #fff;
}
.radio-btn-wraper .custom-radio-btn{
  margin-top: 12px;
  display: inline-block;
}
.radio-btn-wraper .custom-radio-btn:not(:last-child){
  margin-right: 10px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
.loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}
.personal-details-wraper{
  padding-right: 3rem;
}
.father-name{
  max-width: 330px;
  width: 100%;
}
/*--------------- Personal Details end ------------*/


/*-------------- E-sign start ----------------*/

.switch{
	position: relative;
	width: 40px;
	height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
.switch input[type=checkbox]{
	position: absolute;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
.switch label,
.switch label span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition-duration: .2s;
}
.switch label{
	border-radius: 20px;
	background-color: #F0F0F5;
  cursor: pointer;
}
.switch label:before,
.switch label:after{
	position: absolute;
	top: 0;
	width: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
.switch label span {
	z-index: 1;
	width: 16px;
	height: 16px;
	margin: 2px;
	border-radius: 50%;
	background-color: #D5D5DA;
}
.switch label:before {
	left: 0;
	font-size: 11px;
}
.switch label:after {
	right: 0;
	font-size: 10px;
}
.switch input:checked+label {
	background-color: #AC1A2D;
}
.switch input:checked+label span {
	transform: translateX(20px);
  background-color: #fff;
}

.switch-item{
  border: 1px solid #E3E5E5;
  padding: 14px 15px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.switch-item p{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #757373;
margin-right: 7px;
}
.e-sign-wraper{
  max-width: 948px;
  width: 100%;
  margin: auto;
}
.switch-item-wraper{
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.switch-item-wraper .switch-item:not(:last-child){
  margin-right: 10px;
}
.e-sign-img{
  margin-bottom: 28px;
}
.e-sign-img img{
  max-width: 100%;
}
.e-sign-wraper .custom-checkbox .checkmark{
  top: 0;
}
.here-by{
  font-size: 15px;
  color: #757373;
  font-weight: 300;
}
.custom-checkbox:hover input~.checkmark {
  background-color: #fff0f0;
}
.custom-checkbox input:checked~.checkmark{
  background-color: #AC1A2D;
}
.e_sign_authentication{
  display: flex;
  margin: 20px 0 40px 0;
  flex-wrap: wrap;
}
.e_sign_authentication label{
  font-size: 20px;
}
.e_sign_authentication label:not(:last-child){
  margin-right: 4px;
}
.e_sign_authentication .checkmark{
  top: 14px;
}
.aadhaar-signature p{
  font-weight: 300;
  color: #757373;
  font-size: 14px;
  line-height: 1.8;
}
.kyc_btn{
  padding: 14px 28px;
  outline: none;
  border: 1px solid #AC1A2D;
  line-height: 1;
  border-radius: 30px;
  background: #AC1A2D;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyc_btn:hover{
  background-color: #971224;
}
.kyc_btn path{
  fill: #fff;
}
.kyc_btn span{
  display: inline-block;
  margin-right: 10px;
}
.kyc_btn.btn-white{
  border: 1px solid #7C7C7B;
  background-color: #fff;
  color: #AC1A2D;
}
.kyc_btn.btn-white path{
  fill: #AC1A2D;
}
.kyc_btn.btn-white:hover{
  background-color: #AC1A2D;
  color: #fff;
  border-color: #AC1A2D;
}
.kyc_btn.btn-white:hover path{
  fill: #fff;
}
.kyc_btn_wraper button{
  margin-bottom: 12px;
  flex: 1;
}
.kyc_btn_wraper button:not(:last-child){
  margin-right: 10px;
}
.kyc_btn_wraper{
  margin: 36px auto 2px auto;
  display: flex;
  justify-content: center;
  max-width: 560px;
}
.aware p{
  font-size: 16px;
  color: #757373;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}
.aware p a{
  color: #405DF8;
  display: inline;
}
.e_sign_form_wraper{
  padding-bottom: 42px;
}
/*--------------- E-sign end -----------------*/


/*---------------- Search bank start --------------*/

.search_bank{
  position: relative;
  border: 1px solid #E3E5E5;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 16px;
}
.search_bank input{
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  padding-left: 35px;
}
.search_bank span{
  position: absolute;
  top: 10px;
  left: 19px;
  line-height: 1;
}
.bank-wraper{
  max-width: 530px;
  padding: 0 15px;
  margin: auto;
}
.bank-wraper p{
  font-size: 16px;
  color: #757373;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.bank_choose_wraper{
  border-top: 1px solid #EDEFF2;
  padding: 40px 0 34px 0;
}
.bank_choose_container{
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}
.bank_choose_wraper .custom-radio-btn{
  margin-top: 0;
  margin-bottom: 18px;
}
.bank_radio_btn{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bank_radio_icon{
  flex-shrink: 0;
  margin-right: 10px;
}
.custom-radio-btn input:checked ~ .bank_radio_btn p{
  color: #fff;
}
.bank_choose_wraper .custom-radio-btn{
  padding: 12px 35px;
  height: 55px;
  display: flex;
  align-items: center;

}
.bank_choose_wraper .radio-btn-wraper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* .bank_choose_wraper .radio-btn-wraper .custom-radio-btn:nth-child(5n){
  margin-right: 0;
} */
.bank_header{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bank_header_logo{
  flex-shrink: 0;
  margin-right: 13px;
}
.bank_header_name{
  font-weight: 700;
  font-size: 16px;
  color: #757373;
}
.bank_userinfo{
  max-width: 430px;
  padding: 20px 15px 40px 15px;
  width: 100%;
  margin: auto;
}
.bank_userinfo_form{
  max-width: 430px;
  width: 100%;
  margin: auto;
}
.bank_userinfo_form input:not([type='submit']){
  border: 1px solid #E3E5E5;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 15px;
}
.bank_userinfo_form p{
  color: #757373;
  font-size: 16px;
  margin-bottom: 12px;
}
.bank_userinfo_form p a{
  color: #AC1A2D;
  font-weight: 600;
}
.modal-backdrop{
  background-color: #D9D9D9;
}
.modal-backdrop.show{
  opacity: 0.6;
}
.bdaExist .modal-dialog{
  max-width: 815px;
}
.theme_modal .modal-content{
  border-radius: 15px;
  border-color: #EDEFF2;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
.theme_modal .modal-header{
  background: #FAFAFA;
  position: relative;
  display: block;
  padding-right: 60px;
  padding-left: 25px;
  border-radius: 0;
}
.custom-modal-close{
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background-color: #AC1A2D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  outline: none;
  border: none;
  top: 20px;
}
.theme_modal .modal-body{
  padding: 30px 40px 18px 40px;
}
.theme_modal .modal-header .modal-title{
  color: #AC1A2D;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.theme_modal .modal-header p{
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #757373;
}
.bdaExist_btn{
  background-color: #AC1A2D;
  border-radius: 30px;
  color: #fff;
  padding: 12px 35px;
  outline: none;
  border: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.2s;
}
.bdaExist_btn:hover{
  background-color: #8a1423;
}
.bdaExist_btn_wraper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bdaExist_btn_wraper .bdaExist_btn:not(:last-child){
  margin-right: 10px;
}
.btnGray_1{
  background-color: #939393;
}
.btnGray_2{
  background-color: #B9B9B9;
}
.btnGray_1:hover{
  background-color: #808080;
}
.btnGray_2:hover{
  background-color: #a7a7a7;
}


/*---------------- search bank end -----------------*/


/*--------------- Link bank account start -------------*/
.dual-check {
  position: absolute;
  top: 6px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #AC1A2D;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* On mouse-over, add a grey background color */
.custom-radio-btn:hover input ~ .lba-item .dual-check {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.custom-radio-btn input:checked ~ .lba-item .dual-check {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.dual-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-btn input:checked ~ .lba-item .dual-check:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-btn .dual-check:after {
 	/* top: 9px;
	left: 9px; */
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #AC1A2D;
}

.lba-item{
  position: relative;
  z-index: 1;
}
.lba-header{
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}
.lba-header .upi-tag{
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 30px;
  background-color: #AC1A2D;
  padding: 5px 15px;
  margin-left: auto;
}
.lba-header h4{
font-weight: 400;
font-size: 20px;
line-height: 25px;
color: #AC1A2D;
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.bank-link-account-wraper{
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 76px 0;
}
.bank-link-account-wraper .radio-btn-wraper{
  display: flex;
  justify-content: center;
}
.bank-link-account-wraper .radio-btn-wraper .custom-radio-btn{
  max-width: 435px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #E3E5E5;
  margin-bottom: 12px;
  margin-top: 0;
}
.lba-item p{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 12px;
}
.bank-link-account-wraper .custom-radio-btn .checkmark{
  border-radius: 0;
  border-radius: 16px;
}
.bank-link-account-wraper .custom-radio-btn input:checked ~ .checkmark{
  background-color: #FDF3F5;
}
.bank-link-account-wraper .custom-radio-btn input:checked ~ .checkmark{
  border-color: #E3E5E5;
}
.lba-content{
  max-width: 330px;
}
.bank-link-account-wraper .custom-radio-btn:hover input ~ .checkmark {
  background-color: #fff8f9;
}
.lba-btn-wraper{
  width: 100%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
}
.lba-btn-wraper p{
  font-size: 16px;
  color: #757373;
  font-weight: 300;
  text-align: center;
  max-width: 330px;
  margin: auto;
}
.UPI_appList_modal .modal-dialog{
  max-width: 400px;
  width: 100%;
}
.UPI_appList_modal .modal-header{
  padding-right: 25px !important;
}
.UPI_appList_modal .modal-title{
  font-size: 16px !important;
}
.applist_item a{
  display: block;
}
.applist_item{
  display: flex;
  align-items: center;
}
.applist_img{
  flex-shrink: 0;
  margin-right: 13px;
  width: 37px;
  text-align: center;
}
.applist_img img{
  max-width: 100%;
}
.applist_title{
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #757373;
}
.UPI_appList_modal .modal-body{
  padding: 0 !important;
}
.UPI_appList ul li a{
  padding: 10px 54px;
  width: 100%;
  transition: 0.2s;
  position: relative;
  display: flex;
  align-items: center;
}
.UPI_appList ul li a:hover,
.UPI_appList ul li.active{
  background: #FDF3F5;
}
.selected_app_icon{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #AC1A2D;
  position: absolute;
  right: 28px;
  font-size: 11px;
  line-height: 1;
  display: none;
}
.UPI_appList ul li.active .selected_app_icon{
  display: flex;
}
.UPI_app_credential_form_item label{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #757373;
  margin-bottom: 3px;
}
.UPI_app_credential_form_item input:not([type='submit']){
  font-size: 16px;
  font-weight: 300;
  border: 0.567726px solid #E3E5E5;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
}
.UPI_app_credential_modal.theme_modal .modal-body{
  padding-top: 25px;
  padding-bottom: 42px;
}
/*--------------- Link bank account end -------------*/


/*--------------- UPI confirmation --------------*/
.upi-confirmation{
  display: flex;
  justify-content: center;
}
.upi-confirmation-container{
  text-align: center;
  margin-top: 8rem;
}
.upi-confirmation-container img{
  margin-bottom: 25px;
}
.upi-confirmation-container .lottie_player{
  width: 170px;
  height: 170px;
  margin: auto;
}
.bnhAc_v{
  margin-top: -2.1rem;
}
.confirmation-text{
  text-align: center;
}
.confirmation-text h4{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #AC1A2D;
}
.confirmation-text p{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #757373;
}
.upi-confirmation .confirmation-text h4{
  margin-bottom: 13px;
}

/*---------------// UPI confirmation --------------*/


/*------------ Bank varified successfully page start ------------*/

.v_Success{
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 30px;
}
.v_Success_content{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #757373;
  margin-top: -1rem;
}
.v_Success .lottie_player{
  width: 100px;
  height: 100px;
  margin: auto;
}
.v_Success_info_wraper{
  max-width: 570px;
  width: 100%;
  margin: auto;
}
.v_Success_info_btn_wraper .kyc_btn{
  flex: none;
}
.v_Success_info{
  border: 1px solid #EDEFF2;
  border-radius: 15px;
  padding: 24px 28px 10px 28px;
  display: flex;
  justify-content: space-between;
}
.v_Success_info .v_Success_info_item:not(:last-child){
  margin-right: 13px;
}
.v_Success_info_item label{
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  color: #757373;
  margin-bottom: 5px;
}
.v_Success_info_item h5{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #757373;
}
.v_Success_info_progress{
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.v_Success_info_progress .progress{
  height: 7px;
  width: 100%;
  margin-right: 7px;
  background-color: #F0F0F0;
}
.v_Success_info_progress .progress-bar{
  background-color: #AC1A2D;
  border-radius: 5px;
}
.v_Success_info_progress p{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #757373;
  margin-bottom: 0;
}
.v_Success_info_item span{
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  color: #757373;
  display: block;
}
/*------------ Bank varified successfully page end ------------*/


/*------------ Digi locker page start -------------*/

.digi_locker_wraper{
  max-width: 866px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #757373;
  padding-bottom: 60px;
}
.digi_locker_header{
  padding-top: 30px;
}
.why-is-needed{
  background: #FFFFFF;
  border: 0.567726px solid #E3E5E5;
  border-radius: 17px;
  padding: 14px 30px 25px;
  margin: 12px 0;
  text-align: center;
}
.why-is-needed h5{
  font-weight: 400;
  font-size: 21.94px;
  line-height: 28px;
  text-align: center;
  color: #AC1A2D;
  margin-bottom: 20px;
}
.why-is-needed p{
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #757373;
}
.why-is-needed p a{
  color: #AC1A2D;
}
.have-issue{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 8px;
}
.have-issue p{
  font-size: 14px;
  font-weight: 300;
}
.digi_note{
  font-weight: 500;
  max-width: 580px;
  width: 100%;
  margin: auto;
  margin-bottom: 14px;
  text-align: center;
}
.manual_journey_btn{
  padding: 11px 30px;
  background: #F2F2F2;
  border-radius: 20.9993px;
  border-radius: 20px;
  text-align: center;
  color: #AC1A2D;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s;
  display: inline-block;
}
.manual_journey_btn:hover{
  color: #AC1A2D;
  background: #e4e4e4;
}
/*------------ Digi locker page end -------------*/

/*------------ Manual Journey start -----------*/

.manual_journey_form .nav-pills{
  margin-bottom: 20px;
}
.manual_journey_form .nav-pills .nav-link{
  font-size: 16px;
  color: #757373;
  border-color: #E3E5E5;
  font-weight: 500;
}
.manual_journey_container{
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.driving_licence_number{
  max-width: 85%;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.driving_licence_number input{
  width: 100%;
  border: 1px solid #E3E5E5;
  font-size: 16px;
  border-radius: 8px;
  padding: 13px 28px;
}
.upload_photo_item{
  border: 1px solid #E3E5E5;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.upload_photo_div{
  padding: 16px 26px;
}
.upload_photo_area{
  position: relative;
}
.upload_aadhaar_div{
  padding-top: 28px;
  padding-bottom: 28px;
}
.custom_file_input{
  display: flex;
  align-items: center;
}
.file_input{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.file_input input{
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.custom_file_input_icon{
  flex-shrink: 0;
  margin-right: 17px;
}
.custom_file_input_content h5{
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #AC1A2D;
  margin-bottom: 3px;
}
.custom_file_input_content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #757373;
}
.cam_sec{
  height: 100%;
  margin-left: auto;
  cursor: pointer;
}
.upload_photo_wraper .upload_photo_item:not(:last-child){
  margin-bottom: 10px;
}
.e-aadhaar_container{
  max-width: 450px;
  padding-top: 25px;
}
.e-aadhaar_container label{
  display: block;
  font-size: 16px;
  color: #757373;
  margin-bottom: 9px;
}
.e-aadhaar_container .custom_file_input_content h5{
  margin-bottom: 5px;
}
.e-aadhaar_container .custom_file_input_content{
  margin-bottom: 20px;
}
.know_more{
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AC1A2D;
  transition: 0.2s;
}
.know_more:hover{
  color: #df3c52;
}

.aadhar_know_more_modal .modal-title{
  font-size: 20px !important;
}
.aadhar_know_more_modal .modal-dialog{
  max-width: 760px;
}
.aadhar_know_more_modal .modal-body{
  padding: 28px 80px;
}
.aadhar_ins_item_wraper ul li{
  position: relative;
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
.a_count{
  height: 30px;
  width: 30px;
  border-radius: 30px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #AC1A2D;
  position: absolute;
  left: -15px;
  top: 10px;
}
.aadhar_ins_item_wraper ul li p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #757373;
}
.aadhar_ins_item_wraper ul li p span{
  display: inline-block;
  font-size: 11px;
  color: #AC1A2D;
  font-weight: 600;
}
/*------------ Manual Journey end -----------*/



/*------------ verify_signature_wraper start -------------*/

.verify_signature_wraper{
  padding: 26px 15px;
}
.signIn_white_box{
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.signIn_white_box h2{
  font-weight: 400;
  font-size: 23px;
  line-height: 29px;
  color: #AC1A2D;
  margin-bottom: 15px;
  text-align: center;
}
.white_box{
  margin: auto;
  background: #FFFFFF;
  border: 0.57px solid #EDEFF2;
  box-shadow: 0px 4px 2px rgba(139, 139, 139, 0.15);
  border-radius: 15px;
  padding: 15px;
  max-width: 650px;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.white_box_divider{
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.white_box_divider p{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #AC1A2D;
}
.clear_btn{
  padding: 8px 18px;
  font-weight: 700;
  font-size: 9.49304px;
  line-height: 12px;
  color: #FFFFFF;
  background: #AC1A2D;
  border-radius: 15px;
  outline: none;
  border: none;
  transition: 0.2s;
}
.clear_btn:hover{
  background: #961425;
}
.signature_upload{
  margin-top: 16px;
}
.signature_note{
  margin-top: 12px;
  margin-bottom: 25px;
}
.signature_note ul li{
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #757373;
  margin-right: 15px;
  margin-bottom: 7px;
  display: inline-block;
}
.signature_note ul li:last-child{
  margin-right: 0;
}
.signature_note ul li span{
  position: absolute;
  left: 0;
  top: 0;
}
/*------------ verify_signature_wraper end -------------*/


/*------------ Exchange wraper start ---------------*/

.exchange_wraper{
  padding: 22px 60px;
  padding-bottom: 40px;
}
.exchange_flex_wraper{
  max-width: 1000px;
  width: 100%;
  display: flex;
}
.exchange_flex_item{
  border: 1px solid #E3E5E5;
  border-radius: 17px;
  padding: 20px 30px 15px 30px;
  width: fit-content;
  margin-right: 10px;
  min-width: 470px;
  margin-bottom: 13px;
  flex: 1;
}
.exchange_flex_img_wraper{
  display: flex;
}
.exchange_flex_wraper .exchange_flex_item:last-child{
  margin-right: 0;
}
.exchange_flex_img_item{
  border: 1px solid #E3E5E5;
  border-radius: 10px;
  width: 150px;
  margin-bottom: 4px;
  margin-right: 10px;
  padding: 6px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.exchange_flex_img_item img{
  max-width: 100%;
  object-fit: contain;
}
.exchange_flex_img_item .exchange_flex_img_wraper{
  max-width: 100%;
}
.exchange_flex_img_wraper .exchange_flex_img_item:last-child{
  margin-right: 0;
}
.exchange_check_wraper{
  display: flex;
  flex-wrap: wrap;
}
.exchange_check_wraper .custm_scheckbox{
  font-size: 17px;
  /* font-size: 1.02vw; */
  margin-right: 7px;
  padding-left: 28px;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.exchange_check_wraper .custm_scheckbox:last-child{
  margin-right: 0;
}
.exchange_check_wraper .checkmark{
  height: 23px;
  width: 23px;
  /* height: 1.36vw;
  width: 1.36vw; */
  top: 13px;
}
.exchange_check_wraper .custm_scheckbox .checkmark:after{
  left: 6px;
  /* left: 35%; */
  top: 3px;
  /* top: 23%; */
}

.un_check_item_wraper{
  display: flex;
  flex-wrap: wrap;
}
.un_check_item_wraper .custm_scheckbox{
  font-size: 14px;
  padding-left: 27px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.un_check_item_wraper .custm_scheckbox span a{
  color: #AC1A2D;
}
.un_check_item_wraper .checkmark{
  height: 20px;
  width: 20px;
  top: 0;
}
.un_check_item_wraper .custm_scheckbox .checkmark:after{
  left: 5px;
  top: 2px;
}
.un_check_container{
  display: flex;
  max-width: 1000px;
}
.reset-btn{
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  font-weight: 400;
  font-size: 17.0318px;
  line-height: 18px;
  color: #757373;
  outline: none;
  border: none;
  margin-left: auto;
  background-color: transparent;
  padding: 0;
}
.reset-btn span{
  flex-shrink: 0;
  margin-right: 8px;
}
.exchange-mx-width{
  max-width: 1035px;
}
.exchange-height-wraper{
  padding-top: 15px;
  max-height: 430px;
  overflow: auto;
  padding-right: 2rem;
}
.exchange-height-wraper h4{
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  color: #757373;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.exchange-height-wraper h4 span{
  height: 34px;
  width: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 12px;
  background-color: #AC1A2D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
.data_grid_wraper{
  display: flex;
}
.data_grid_wraper .data_grid_item:not(:last-child){
  margin-right: 15px;
}
.data_grid_item{
  border: 1px solid #E3E5E5;
  border-radius: 17px;
  padding: 18px 30px;
  max-width: 48%;
  width: 100%;
  margin-bottom: 24px;
}
.data_grid_item_input_wraper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data_grid_item_input{
  margin-right: 15px;
  max-width: 330px;
  width: 100%;
  display: flex;
  border: 1px solid #E3E5E5;
  border-radius: 8px;
  /* overflow: hidden; */
  padding: 13px 19px;
  align-items: center;
}
.data_grid_item_input svg{
  flex-shrink: 0;
}
.data_grid_item_input img{
  max-height: 48px;
}
.data_grid_item_input select{
  border: none;
  outline: none;
}
.data_grid_item_input input{
  width: 100%;
  font-weight: 700;
  padding-left: 66px !important;
  font-size: 16px;
  line-height: 16px;
  color: #6B6969;
  border: none;
}
.data_grid_item_coutryCode svg{
  margin-right: 5px;
  flex-shrink: 0;
}
.editIcon{
  cursor: pointer;
}
.fetching_period{
  display: flex;
  margin-top: 13px;
  max-width: 336px;
}
.fetching_period_icon{
  margin-right: 10px;
}
.fetching_period_content h5{
  font-weight: 700;
  font-size: 14.9363px;
  line-height: 19px;
  color: #AC1A2D;
  margin-bottom: 4px;
}
.fetching_period_content p{
  font-weight: 400;
  font-size: 14.9363px;
  line-height: 19px;
  color: #757373;
}

.bank_status h5{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #757373;
  margin-bottom: 12px;
}
.bank_status h5 span{
  display: block; 
}
.bank_status h5:last-child{
  margin-bottom: 0;
}
.current_bank_status{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0B7C09;
}
.bank_ac_number{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #AC1A2D;
  }
  .exchange-height-wraper .here-by{
    max-width: 970px;
  }
  .exchange-height-wraper .here-by .checkmark{
    top: 3px;
  }
  .theme_btn {
    background-color: #AC1A2D;
    padding: 14px 35px;
    font-weight: 700;
    border-radius: 50px;
    border: 0;
    color: white;
    transition: 0.2s;
    width: fit-content;
    outline: none;
    border: 1px solid #AC1A2D;
}
.theme_btn:hover {
  background-color: #8a1423;
  color: #fff;
}
.theme_btn.white_btn{
  background-color: #fff;
  color: #AC1A2D;
  border-color: #E3E5E5;
}
.theme_btn.white_btn:hover{
  color: #fff;
  background-color: #AC1A2D;
  border-color: #AC1A2D;
}
.skip_btn{
  font-weight: 400;
  font-size: 17.0318px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #757373;
  display: inline-block;
  transition: 0.2s;
}
.skip_btn:hover{
  color: #8a1423;
}
.provide-consent{
  padding-top: 4px;
  margin-bottom: 13px;
}
.provide-consent > a:not(:last-child){
  margin-right: 28px;
}
.exchange-note{
  display: flex;
  align-items: center;
}
.exchange-note p{
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14.9363px;
  line-height: 1.3;
  color: #757373;
}
.exchange-note span{
    margin: 0 15px 8px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #757373;
}
.exchange-note a{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-decoration-line: underline;
  color: #AC1A2D;
  margin-bottom: 7px;
}
.pricing_plan_radio_content{
  position: relative;
  z-index: 1;
  text-align: center;
}
.pricing_plan_wraper{
  padding-top: 40px;
}
.pricing_plan_wraper h5{
  font-weight: 400;
  font-size: 25.33px;
  line-height: 32px;
  color: #AC1A2D;
  margin-bottom: 8px;
  text-align: center;
}
.pricing_plan_radio_content h6{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #AC1A2D;
  margin-bottom: 5px;
}
.pricing_plan_radio_content h6 span{
  display: block;
  font-weight: 400;
}
.pricing_plan_radio_content ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #757373;
}
.custom-radio-btn input:checked ~ .pricing_plan_radio_content h6,
.custom-radio-btn input:checked ~ .pricing_plan_radio_content li{
  color: #fff;
}
.pricing_plan_item .custom-radio-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  flex: 1;
}
.amc_plan{
  padding: 24px 15px;
  border: 1px solid #E3E5E5;
  margin: 20px 0;
  border-radius: 17px;
  background: #fff;
  position: relative;
}
.amc_plan h4{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #757373;
  margin-bottom: 6px;
  text-align: center;
}
.bsda_plan{
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 3px 10px !important;
}
.bsda_plan p{
  font-size: 10px !important;
  font-style: italic;
}
.bsda_plan .checkmark{
  border: none;
}
.upload_financial_document_modal .modal-dialog{
  max-width: 1000px;
  width: 100%;
}
.upload_financial_document_modal .modal-header .modal-title{
  font-weight: 400;
  font-size: 20px;
  
}
.upload_financial_document_modal .modal-header, .upload_financial_document_modal .modal-body{
  background-color: #fff;
  border: none;
  padding-right: 34px;
  padding-left: 34px;
}

.financel-doc-item-wraper{
  display: flex;
}
.financel-doc-item-wraper .financel-doc-item:not(:last-child){
  margin-right: 8px;
}
.financel-doc-item{
  min-width: 300px;
  position: relative;
  margin-bottom: 18px;
}
.financel-doc-item label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #757373;
  margin-bottom: 15px;
}
.financel-doc-item label span{
  display: block;
  margin-left: 12px;
  font-size: 12px;
  color: #757373;
  margin-top: 4px;
}
.financel-doc-item select{
  border: 1px solid #E3E5E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #757373;
  padding: 15px 15px;
  border-radius: 8px;
  outline: none;
  width: 100%;
}
.financel-doc-item .upload_photo_div{
  padding: 13px 15px;
}
.financel-doc-item .custom_file_input_content h5{
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #757373;
  margin-bottom: 0;
}
.hint-icon{
  margin-top: 36px;
  margin-right: 8px;
  height: fit-content;
}
.hint_item_wraper{
  padding: 12px 12px 5px 12px;
  border: 1px solid #E3E5E5;
  background: #fff;
  border-radius: 10px;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  width: 240px;
  /* width: 12.5vw; */
  margin-left: 30px;
}
.hint-icon:hover ~ .hint_item_wraper{
  opacity: 1;
  visibility: visible;
}
.hint_item_wraper ul li{
  margin-bottom: 7px;
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #757373;
  padding-left: 14px;
}
.hint_item_wraper ul li::before{
  content: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.76172%203.25323L4.20836%205.69884L9.09958%200.807617%22%20stroke%3D%22%231EBD3F%22%20stroke-width%3D%221.5459%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  position: absolute;
  width: 7px;
  height: 4px;
  left: 0;
}
.financial_proof_download_modal .modal-dialog{
  max-width: 815px;
}
.financial_proof_download_modal .modal-body{
  padding-bottom: 60px;
}
.mw-1000{
  max-width: 1000px;
}
.info_modal .modal-header .modal-title{
  font-size: 16px;
  margin-bottom: 0;
}
.info_modal .custom-modal-close{
  top: 13px;
}
.info_modal .modal-body{
  padding-top: 16px;
  padding-bottom: 50px;
}
.info_modal .modal-header, .info_modal .modal-body{
  padding-left: 50px;
  padding-right: 50px;
}
.info_title{
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #AC1A2D;
  margin-bottom: 18px;
}
.info_modal ul li{
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.19;
  color: #757373;
  margin-bottom: 17px;
  padding-left: 16px;
}
.info_modal ol{
  padding-left: 13px;
}
.info_modal ol li{
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #757373;
  margin-bottom: 10px;
}
.info_modal ul li::before{
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  line-height: 1;
  content: '';
  background-color: #AC1A2D;
}
.info-scroll{
  max-height: 360px;
  overflow: auto;
  padding-right: 2rem;
}
.e_sign_consent .modal-dialog{
  max-width: 900px;
}
.standing-instruction-modal .modal-dialog{
  max-width: 760px;
}
.standing-instruction-modal .modal-body{
  padding-top: 30px;
  padding-bottom: 40px;
}
.standing-instruction-item{
  margin-bottom: 15px;
}
.standing-instruction-item-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standing-instruction-item-title{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.standing-instruction-item-title span{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #AC1A2D;
  margin-right: 10px;
  color: #fff;
}
.standing-instruction-item-title p{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #757373;
}
.standing-instruction-item-title p a{
  color: #AC1A2D;
}
.standing_ins_btn_wraper{
  padding-top: 10px;
  padding-left: 18px;
}
.standing_ins_btn_wraper .custom-radio-btn-2{
  margin-bottom: 8px;
}
.data_grid_item_coutryCode select{
  min-width: 55px;
  max-width: 70px;
}
.flag-dropdown{
  margin-left: 3px;
  font-size: 13px;
}
/*------------ Exchange wraper end ------------------*/


/*------------ Custom radio button 2 ----------------*/

.custom-radio-btn-2 {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #757373;
}

/* Hide the browser's default radio button */
.custom-radio-btn-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-btn-2 .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #AC1A2D;
}

/* On mouse-over, add a grey background color */
.custom-radio-btn-2:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.custom-radio-btn-2 input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-btn-2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-btn-2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-btn-2 .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #AC1A2D;
}

/*------------ // Custom radio button 2 ----------------*/


/*------------ Take a selfie page start ----------------*/

.take-selfie-container{
  padding-top: 100px;
}
.take-selfie-wraper{
  max-width: 650px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}
.take-selfie-wraper h5{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #757373;
  margin-bottom: 20px;
}
.take-selfie-item-container{
  display: flex;
}
.take-selfie-item{
  max-width: 165px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
}
.take-selfie-item-image{
  height: 160px;
  width: 160px;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
.take-selfie-item-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #7C7C7B;
}
.selfie_status_icon{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1rem;
  color: #fff;
}
.selfie_status_icon.success{
  background: #37B023;
  font-size: 21px;
}
.selfie_status_icon.not-allowed{
  background: #CC2036;
  font-size: 13px;
}
.take-selfie-item-image-content h4{
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #757373;
}
.open_cam_btn svg path{
  fill: none;
  stroke: #fff;
}
.permission-item-wraper{
  margin-top: 60px;
  display: flex;
}
.permission-item{
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #757373;
  margin-bottom: 15px;
  margin-right: 28px;
}
.permission-item span{
  flex-shrink: 0;
  display: block;
  line-height: 1;
  margin-right: 12px;
}
.permission-item-wraper .permission-item:last-child{
  margin-right: 0;
}
.open-camera-modal .modal-dialog{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.open-camera-modal-content{
  padding: 30px 0 36px 0;
  text-align: center;
}
.open-camera-modal-content h3{
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  color: #757373;
  margin-bottom: 50px;
}
.open-cam-image{
  text-align: center;
  margin-bottom: 60px;
}
.open-cam-btn-wraper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.selfie-status-modal .modal-dialog{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.selfie-status-modal .modal-header{
  display: flex;
  align-items: center;
  padding-right: 25px !important;
  background-color: transparent;
  border: none;
}
.selfie-status-modal .custom-modal-close{
  position: static;
}
.selfie-status-modal .modal-title{
  color: #757373 !important;
  width: 60%;
}

.selfie-status-container{
  max-width: 340px;
  margin: auto;
}
.selfie-status-image{
  height: 280px;
  width: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 42px;
}
.selfie-status-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.selfie-status-content h5{
font-weight: 700;
font-size: 18px;
line-height: 23px;
text-align: center;
margin-bottom: 18px;
}
.selfie-status-cam-icon{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selfie-status-cam-icon svg path{
  stroke: #fff;
}
.selfie-status.success .selfie-status-image{
  border: 6px solid #2AAB15;
}
.selfie-status.warning .selfie-status-image{
  border: 6px solid #AC1A2D;
}
.selfie-status.success .selfie-status-content h5{
  color: #2AAB15;
}
.selfie-status.warning .selfie-status-content h5{
  color: #AC1A2D;
}
.selfie-status.success .selfie-status-cam-icon{
  background-color: #AC1A2D;
}
.selfie-status.warning .selfie-status-cam-icon{
  background-color: #C0C0C0;
}
.selfie-status-content{
  margin-bottom: 20px;
}
.selfie-status-logo{
  width: 20%;
}
.selfie-modal-close{
  width: 20%;
}
/*------------ Take a selfie page end ----------------*/


/*------------ Review page start ----------------*/

.review-wraper{
  padding: 50px 0;
}
.review-container{
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.review-item-wraper{
  margin-bottom: 60px;
}
.review-item-wraper .row [class*='col-']{
  padding: 0 5px;
  margin-bottom: 10px;
}
.review-item{
  border: 1px solid #E3E5E5;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-item-icon{
  margin-right: 12px;
  flex-shrink: 0;
}
.review-item-icon path{
  fill: #AC1A2D;
}
.review-item-content{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #757373;
}
.review-item-header{
  flex-shrink: 0;
  margin-right: 12px;
}
.review-item-edit-icon{
  cursor: pointer;
}
.nomination-mark{
  fill: #fff !important;
}
/*------------ Review page end -----------------*/

/*------------- Application page start --------------*/

.application-status-container{
  /* max-width: 1000px; */
  width: 100%;
  margin: auto;
  max-width: 52vw;
}
.application-status-header{
  max-width: 716px;
  margin: auto;
  width: 100%;
  padding: 90px 0 20px 0;
}
.application-status-header h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  color: #AC1A2D;
  margin-bottom: 13px;
}
.application-status-header p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #757373;
  margin-bottom: 20px;
}
.application-status-header .lottie_player{
  width: 120px;
  aspect-ratio: 1;
  margin: auto;
}
.application-status-head{
  margin-top: -15px;
}
.application-status-col{
  display: flex;
  margin-bottom: 60px;
  overflow: hidden;
}
.application-status-col-L{
  max-width: 380px;
  background: #FBFBFB;
  padding-left: 54px;
  padding-right: 34px;
  width: 100%;
}
.a_status_ptb{
  padding-top: 54px;
  padding-bottom: 54px;
}
.application-status-col-L p{
  font-size: 16px;
  line-height: 20px;
  color: #757373;
  margin-bottom: 20px;
}
.application-status-col-L p span{
  font-weight: 700;
}
.application-status-col-R{
  padding-left: 90px;
  padding-right: 34px;
  width: 100%;
}
.application-status-col{
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E3E5E5;
}
.application-status-item{
  position: relative;
  padding-bottom: 22px;
  display: flex;
}
.application-status-item h4{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6B6969;
  margin-top: 4px;
}
.application-status-item p{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #C0C0C0;
}
.application-status-item-icon{
  background: #CC2036;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-right: 10px;
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid #fff;
}
.application-status-item::after{
  height: 100%;
  width: 2px;
  border-radius: 3px;
  content: '';
  background-color: #CC2036;
  top: 0;
  left: 13px;
  position: absolute;
  z-index: 0;
}
.application-status-item-wraper .application-status-item:last-child:after{
  display: none;
}
.application-status-item.success::after{
  background-color: #37B023;
}
.application-status-item.success .application-status-item-icon{
  background-color: #37B023;
}
.application-status-item.success h4{
  margin-top: 0;
}
/*------------- Application page end --------------*/

/*------------- customer review page start ---------*/
.customer-review{
  padding-top: 42px;
  border-bottom: 1px solid #EDEFF2;
}
.customer-review-container{
  max-width: 736px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.customer-review .lottie_player{
  width: 120px;
  margin: auto;
}
.track-application{
  text-align: center;
  margin-bottom: 4px;
}
.track-application a{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #0D6EFD;
  margin-bottom: 15px;
}
a.track-application-link{
  font-size: 20px;
}
.track-application p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.28;
  color: #757373;
  margin-bottom: 15px;
}
.track-application p span{
  color: #AC1A2D;
}
.track-application ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.track-application ul li{
  margin-bottom: 13px;
}
.track-application ul li a{
  margin-bottom: 0 !important;
}
.c_rating{
  max-width: 600px;
  width: 100%;
  padding: 15px 15px;
  margin: auto;
  margin-bottom: 25px;
}
.c_rating h5{
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #AC1A2D;
  margin-bottom: 15px;
}
.user-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.user-rating li:not(:last-child){
  margin-right: 2px;
}
.user-rating li.active svg path{
  fill: #FFC200;
  stroke: #FFC200;
}
.user-rating li.active:nth-child(1){
  opacity: 0.2;
}
.user-rating li.active:nth-child(2){
  opacity: 0.4;
}
.user-rating li.active:nth-child(3){
  opacity: 0.6;
}
.user-rating li.active:nth-child(4){
  opacity: 0.8;
}
.user-rating li.active:nth-child(5){
  opacity: 1;
}
.describe-exp{
  margin-bottom: 20px;
}
.describe-exp textarea{
  border: 1px solid #E3E5E5;
  border-radius: 8px;
  padding: 18px 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #757373;
  width: 100%;
  min-height: 118px;
  outline: none;
}
/*------------ customer review page end ------------*/


/*------------ Minor modal start ----------------*/
.minor_modal .modal-dialog{
  max-width: 1030px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.minor_modal .modal-body{
  padding-top: 86px;
  padding-bottom: 50px;
}
.ui-datepicker{
  z-index: 9999 !important;
}
/*------------ minor modal end ------------------*/
.default-link{
  display: inline-block;
  color: #AC1A2D;
  width: fit-content;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
}
.default-link:hover{
  color: #8a1423;
  text-decoration: none;
}

/*------------ Bank page responsive start ---------------*/

@media(max-width: 1600px){

  .banner{
    padding-top: 60px;
  }
  .verify_ac_manually_img img{
    /* width: 17.85vw; */
    max-height: 210px;
  }
  .e-sign-img {
    margin-bottom: calc(28px - 4px*2);
  }
  .search_bank{
    margin-bottom: 10px;
  }
  .bank-wraper p{
    font-size: 15px;
  }
  .bank-wraper{
    max-width: 485px;
  }
  .bank_choose_wraper {
    padding: calc(40px - 6px*3) 0 calc(34px - 6px*2.5) 0;
  }
  .bank_choose_wraper .custom-radio-btn{
    padding: calc(12px - 2px) calc(55px - 10px*3);
    height: 50px;
    margin-bottom: 13px;
  }
  .custom-radio-btn p{
    font-size: 14px;
  }
  .bank_radio_icon img{
    max-height: calc(30px - 5px);
  }
  .search_bank svg{
    width: calc(24px - 4px);
  }
  .search_bank input{
    padding-left: 30px;
  }
  .bank_userinfo {
    max-width: 360px;
    padding: 10px 15px 30px 15px;
  }
  .bank_header_name{
    font-size: 14px;
  }
  .bank_header_logo img{
    max-height: calc(30px - 5px);
  }
  .bank_header_logo{
    margin-right: 10px;
  }
  .bank_userinfo_form input:not([type='submit']), .bank_userinfo_form p{
    font-size: 14px;
  }
  .bank_header{
    margin-bottom: 12px;
  }
  .submit_btn input{
    padding: calc(15px - 2px) calc(35px - 5px);
  }
  .theme_modal .modal-header .modal-title{
    font-size: calc(25px - 4px);
  }
  .theme_modal .modal-header p{
    font-size: 14px;
  }
  .bdaExist_btn{
    font-size: 16px;
    padding: calc(12px - 2px) calc(35px - 5px);
  }
  .theme_modal .modal-body {
    padding: calc(30px - 5px) calc(40px - 6px) calc(18px - 3px) calc(40px - 6px);
  }

  /*------------ Bank link account start -------------*/

  .bank-link-account-wraper{
    padding: calc(76px - 12px) 0;
  }
  .custom-radio-btn{
    padding-left: calc(35px - 5px);
    padding-right: calc(35px - 5px);
  }
  .lba-header h4{
    font-size: calc(20px - 2px);
  }
  .lba-header{
    padding-left: calc(30px - 5px);
    margin-bottom: 13px;
  }
  .bank-link-account-wraper .radio-btn-wraper .custom-radio-btn{
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: calc(435px - 70px);
  }
  .lba-btn-wraper{
    margin-top: calc(40px - 6px);
  }
  .lba-btn-wraper p{
    font-size: 15px;
    max-width: calc(330px - 55px);
  }
  .UPI_app_credential_modal .modal-title img{
    max-height: calc(26px - 5px);
  }
  .UPI_app_credential_modal.theme_modal .modal-body {
    padding-top: calc(25px - 5px);
    padding-bottom: calc(42px - 7px);
}
.UPI_app_credential_form_item label{
  font-size: 15px;
}
  /*------------ Bank link account end -------------*/

  /*----------- Exchange segment page start ---------*/
  .exchange_wraper{
    padding: calc(22px - 3px) calc(60px - 10px*2);
    padding-bottom: calc(40px - 6px*2);
  }
  .exchange_flex_item{
    padding: 18px 20px 8px 20px;
    min-width: calc(477px - 70px);
    width: 100%;
  }
  .exchange_flex_img_item{
    width: calc(150px - 25px);
    height: calc(54px - 10px);
  }
  .exchange-height-wraper h4{
    font-size: calc(23px - 3px);
    margin-bottom: 15px;
  }
  .exchange-height-wraper h4 span{
    height: calc(34px - 6px);
    width: calc(34px - 6px);
    margin-right: 8px;
  }
  .exchange_check_wraper .custm_scheckbox{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 26px;
  }
  .exchange_check_wraper .checkmark{
    top: 9px;
  }
  .data_grid_item{
    padding: calc(18px - 2px*1.5) calc(30px - 5px*2);
    margin-bottom: calc(24px - 5px*2);
  }
  .data_grid_item_input{
    max-width: calc(330px - 55px);
  }
  .here-by{
    margin-bottom: 7px;
  }
  .bank_status h5{
    margin-bottom: 8px;
  }
  .bank_status h5, .bank_ac_number{
    font-size: calc(20px - 2px*2);
  }
  .current_bank_status{
    font-size: 14px;
  }
  .exchange-height-wraper .here-by, .fetching_period_content p{
    font-size: 13px;
  }
  .here-by .checkmark:after{
    top: 1px;
    left: 5px;
  }
  .exchange-note p, .exchange-note a{
    font-size: 12px;
  }
  .exchange-note span{
    font-size: 16px;
  }
  .data_grid_item_input img{
    max-height: calc(48px - 8px);
  }
  .fetching_period_icon img{
    max-width: calc(60px - 10px);
  }
  .data_grid_item_input input{
    font-size: 15px;
  }
  .reset-btn{
    font-size: calc(18px - 2px);
  }
  .reset-btn svg{
    max-width: calc(22px - 3px);
    height: auto;
  }
  .pricing_plan_wraper h5{
    font-size: calc(25px - 4px);
  }
  .pricing_plan_item .custom-radio-btn{
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing_plan_radio_content h6{
    font-size: calc(18px - 2px*1.5);
    margin-bottom: 3px;
  }
  .pricing_plan_radio_content ul li{
    font-size: 13px;
  }
  .amc_plan{
    padding: calc(24px - 4px) 15px;
    margin: 13px 0;
  }
  .pricing_plan_wraper{
    padding-top: calc(40px - 6px*2.5);
  }
  .exchange-height-wraper{
    max-height: 400px;
    padding-right: 2rem;
  }
  .exchange_flex_wraper, .un_check_container{
    padding-right: 2rem;
  }
  .standing-instruction-item-title span{
    height: calc(30px - 5px);
    width: calc(30px - 5px);
    font-size: 14px;
  }
  .standing-instruction-item-title p, .custom-radio-btn-2{
    font-size: 15px;
  }
  .financial_proof_download_modal .modal-body{
    padding-bottom: calc(60px - 10px);
  }
  .upi-confirmation-container .lottie_player{
    width: calc(170px - 28px);
    height: calc(170px - 28px);
  }
  .confirmation-text h4{
    font-size: calc(40px - 6px);
  }
  .upi-confirmation-container{
    max-width: 600px;
    margin-top: 6rem;
  }
  .exchange_check_wraper .checkmark{
    width: 20px;
    height: 20px;
  }
  .exchange_check_wraper .custm_scheckbox{
    font-size: 14px;
  }
  .exchange_check_wraper .custm_scheckbox .checkmark:after{
    left: 5px;
    top: 2px;
  }
  .upload_financial_document_modal .modal-header .modal-title{
    font-size: calc(20px - 2px);
  }
  .financel-doc-item label{
    font-size: calc(18px - 2px);
    margin-bottom: 12px;
  }
  .financel-doc-item select{
    font-size: 15px;
  }
  .info_modal ul li{
    font-size: 15px;
  }
  .upload_financial_document_modal .modal-header, .upload_financial_document_modal .modal-body{
    padding-left: 28px;
  }
  .info_modal .modal-header, .info_modal .modal-body {
    padding-left: 30px;
    padding-right: 50px;
  }
  .exchange_flex_wraper, .un_check_container{
    max-width: 840px;
  }
  /*----------- Exchange segment page end ------------*/

  /*------------ E-sign page start -----------------*/

  .e-sign-img img{
    max-height: calc(280px - 45px*2);
  }
  .switch-item p{
    font-size: 15px;
  }
  .e_sign_authentication label{
    font-size: calc(20px - 2px*2);
  }
  .e_sign_authentication {
    margin: calc(20px - 2px*4) 0 calc(40px - 6px*5) 0;
  }
  .kyc_btn_wraper {
    margin: calc(36px - 6px*3) auto 2px auto;
    max-width: 515px;
}
.kyc_btn{
  font-size: calc(18px - 2px);
  padding: 14px calc(28px - 4px);
}
.kyc_btn span{
  margin-right: 8px;
}
.aware p{
  font-size: 15px;
}
.switch-item-wraper{
  margin-bottom: 2px;
}
.e-sign-wraper{
  max-width: calc(948px - 158px);
}
.e-sign-wraper .custom-checkbox .checkmark{
  top: 3px;
}
  /*------------ E-sign page end ------------------------*/

  /*------------ Digi locker page start ------------------*/

  .digi_locker_wraper{
    max-width: calc(866px - 144px);
    font-size: 15px;
    padding-bottom: calc(60px - 10px);
  }
  .why-is-needed h5{
    font-size: calc(21px - 2px);
    margin-bottom: 12px;
  }
  .why-is-needed p{
    font-size: 15px;
  }
  .digi_locker_header{
    padding-top: 20px;
  }
  

  /*------------ Digi locker page end ------------------*/

  /*------------ Manual journey page start -------------*/
  .manual_journey_form .nav-pills{
    margin-bottom: calc(20px - 2px);
  }
  .manual_journey_form .nav-pills .nav-link, .e-aadhaar_container label, .custom_file_input_content p,
  .driving_licence_number input, .aadhar_ins_item_wraper ul li p{
    font-size: 15px;
  }
  .upload_aadhaar_div {
    padding-top: calc(28px - 4px);
    padding-bottom: calc(28px - 4px);
  }
  .custom_file_input_content h5{
    font-size: calc(20px - 2px);
  }
  .aadhar_ins_item_wraper ul li{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  /*------------ Manual journey page end ---------------*/

  /*------------ verify signature page start ------------*/

  .verify_signature_wraper {
    padding: calc(26px - 4px) 15px;
}
.manual_journey_container{
  max-width: calc(700px - 100px);
}
.signIn_white_box h2{
  font-size: calc(23px - 3px);
  margin-bottom: 12px;
}
.signIn_white_box{
  max-width: calc(650px - 120px);
}
.white_box{
  max-width: calc(650px - 100px);
  height: calc(240px - 40px);
  margin-bottom: 15px;
}
.white_box_divider p{
  font-size: calc(20px - 2px);
}
.signature_note {
  margin-top: 10px;
  margin-bottom: calc(25px - 4px);
}
.signature_note ul li{
  margin-right: 10px;
}

  /*------------ verify signature page end ---------------*/

  /*------------ take a selfie page start --------------*/
  .take-selfie-container {
    padding-top: calc(100px - 15px);
  }
  .take-selfie-wraper h5{
    font-size: calc(20px - 2px);
    margin-bottom: calc(20px - 2px);
  }
  .take-selfie-wraper{
    max-width: calc(650px - 20px);
  }
  .take-selfie-item{
    max-width: calc(165px - 18px);
    margin-bottom: calc(36px - 6px);
  }
  .take-selfie-item-image{
    width: calc(160px - 25px);
    height: calc(160px - 25px);
  }
  .selfie_status_icon{
    width: calc(30px - 5px);
    height: calc(30px - 5px);
  }
  .selfie_status_icon.success{
    font-size: 18px;
  }
  .selfie_status_icon.not-allowed{
    font-size: 10px;
  }
  .permission-item-wraper{
    margin-top: calc(60px - 10px);
  }
  .permission-item{
    font-size: 15px;
    margin-right: calc(28px - 4px);
  }
  .open-camera-modal-content h3{
    font-size: calc(25px - 4px);
    margin-bottom: calc(50px - 8px);
  }
  .open-cam-image{
    margin-bottom: calc(60px - 10px);
  }
  .theme_btn{
    padding: 12px 30px;
    font-size: 15px;
  }
  .open-camera-modal-content{
    padding: calc(30px - 5px) 0 calc(36px - 6px) 0;
  }
  .open-cam-image img{
    max-height: calc(175px - 25px);
  }
  .open-camera-modal .modal-dialog {
    max-width: calc(700px - 115px);
  }
  .selfie-status-image{
    width: calc(280px - 46px);
    height: calc(280px - 46px);
    margin-bottom: calc(42px - 7px);
  }
  .selfie-status-content h5{
    font-size: calc(18px - 2px);
    margin-bottom: calc(18px - 3px);
  }
  .selfie-status-cam-icon{
    height: calc(60px - 10px);
    width: calc(60px - 10px);
  }
  .selfie-status-cam-icon svg{
    max-width: calc(30px - 5px);
  }
  .selfie-status-modal .modal-dialog{
    max-width: calc(1000px - 160px);
  }
  .selfie-status-logo img{
    max-height: calc(60px - 10px);
  }
  /*------------ take a selfie page end --------------*/

  /*------------ personal details page start ----------*/

  .form-item-wraper{
    max-width: calc(1010px - 168px*1.2);
    margin-top: calc(28px - 6px);
  }
  .form-label{
    font-size: 15px;
  }
  .form-item{
    padding: calc(26px - 4px*1.2) calc(48px - 8px*1.2);
  }
  .form-item-wraper .custom-radio-btn{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  /*------------ personal details page end ------------***/

  .aadhar_know_more_modal .modal-body {
    padding: calc(28px - 4px) calc(80px - 13px);
  }

/*------------ Review details page start -------------*/
  .review-wraper {
    padding: calc(50px - 8px) 0;
}
.review-item-wraper {
  margin-bottom: calc(60px - 10px);
}
.review-container{
  max-width: calc(1040px - 175px);
}
.review-item-content{
  font-size: 15px;
}
.review-item-icon svg{
  max-height: calc(28px - 4px);
}
.review-item-icon{
  margin-right: 10px;
}
.review-item{
  padding: 12px 16px;
}
/*------------ Review details page end -------------*/

/*------------- Application page start --------------*/
.application-status-container{
  max-width: calc(1000px - 166px);
}
.application-status-header h2{
  font-size: calc(40px - 6px);
  margin-bottom: 9px;
}
.application-status-header{
  max-width: calc(716px - 120px);
}
.a_status_ptb {
  padding-top: calc(54px - 10px);
  padding-bottom: calc(54px - 10px);
}
.application-status-col{
  margin-bottom: calc(60px - 10px);
}
.application-status-col-L {
  max-width: 380px;
  padding-left: calc(54px - 10px);
  padding-right: calc(34px - 5px);
}
.application-status-col-R {
  padding-left: calc(90px - 15px);
  padding-right: calc(34px - 5px);
}
.application-status-col-L p{
  margin-bottom: calc(20px - 2px);
}
.application-status-col-L p, .application-status-item h4{
  font-size: 15px;
}
.application-status-item p{
  font-size: 13px;
}
.application-status-item-icon{
  width: calc(30px - 5px);
  height: calc(30px - 5px);
  font-size: 11px;
}
.application-status-item::after{
  left: 11px;
}
.application-status-item{
  padding-bottom: calc(22px - 3px);
}
/*------------- Application page end --------------*/

/*------------ customer review page start ------------*/
.customer-review{
  padding-top: 10px;
}
.customer-review .lottie_player{
  width: calc(120px - 20px);
}
.application-status-header p{
  font-size: 15px;
  margin-bottom: calc(20px - 2px);
}
.track-application a{
  font-size: 16px;
  margin-bottom: 12px;
}
a.track-application-link{
  font-size: 18px;
  margin-bottom: 12px;
}
.track-application p{
  font-size: 15px;
  margin-bottom: 13px;
}
.user-rating li svg{
  width: calc(26px - 4px);
}
.user-rating{
  margin-bottom: calc(20px - 2px);
}
.c_rating h5{
  margin-bottom: 13px;
}
.c_rating{
  max-width: calc(600px - 100px);
}
.describe-exp textarea{
  padding: calc(16px - 4px) calc(36px - 6px);
  font-size: 15px;
}
.describe-exp{
  margin-bottom: calc(20px - 2px);
}

/*------------ customer review page end ------------*/

/*------------- Bank upi confirmation start ------------*/

.upi-confirmation-container img {
  margin-bottom: calc(25px - 4px);
  max-width: calc(266px - 44px);
}
.confirmation-text p{
  font-size: calc(20px - 2px);
}

/*------------- Bank upi confirmation end ------------*/

/*------------ bank-account-verified-successfully start -------------*/

.v_Success{
  margin-bottom: calc(30px - 5px);
}
.v_Success .lottie_player{
  width: calc(100px - 15px);
  height: calc(100px - 15px);
}
.v_Success_content{
  font-size: calc(20px - 2px);
}
.v_Success_info {
  padding: calc(24px - 3px) calc(28px - 4px) 10px calc(28px - 4px);
}
.v_Success_info_item label, .v_Success_info_item label, .v_Success_info_item h5{
  font-size: 15px;
}

/*------------ bank-account-verified-successfully end -------------*/
.minor_modal .modal-dialog{
  max-width: calc(1030px - 170px);
}

}
@media(max-width: 1400px){
  .bank_choose_wraper .custom-radio-btn{
    padding: calc(12px - 2px) calc(55px - 10px*4);
  }
  .bank_radio_icon{
    margin-right: 8px;
  }
  .bank_choose_wraper {
    padding: calc(40px - 6px*2) 0 calc(34px - 6px*2) 0;
  }
  .theme_modal .modal-header .modal-title {
    font-size: calc(25px - 4px*1.5);
  }
  .theme_modal .modal-body {
    padding: calc(30px - 5px) calc(40px - 6px*2) calc(18px - 3px) calc(40px - 6px*2);
  }

  /*----------- Exchange segment page start ---------*/
  .exchange_wraper{
    padding: calc(22px - 3px*2) calc(60px - 10px*3);
    padding-bottom: calc(40px - 6px*3);
  }
  .un_check_item_wraper .custm_scheckbox{
    font-size: 13px;
  }
  .exchange_flex_item {
    padding: 15px 15px 8px 15px;
    min-width: calc(477px - 70px*1.7);
  }
  .exchange-height-wraper h4 {
    font-size: calc(23px - 3px*1.5);
    margin-bottom: 10px;
  }
  .data_grid_item {
    padding: calc(18px - 2px) calc(30px - 5px* 2.5);
    margin-bottom: calc(24px - 5px*1.5);
  }
  .data_grid_item_input {
    max-width: calc(330px - 55px*1.9);
  }
  .fetching_period_icon img {
    max-width: calc(60px - 10px*2);
  }
  .bank_status h5, .bank_ac_number {
    font-size: calc(20px - 2px*2.5);
  }
  .skip_btn{
    font-size: 15px;
  }
  .editIcon svg{
    max-width: calc(27px - 4px);
  }
  .pricing_plan_radio_content h6{
    font-size: calc(18px - 2px*2);
  }
  .pricing_plan_wraper {
    padding-top: calc(40px - 6px* 3.5);
  }
  .pricing_plan_wraper h5 {
    font-size: calc(25px - 4px*1.5);
    margin-bottom: 4px;
  }
  .fetching_period_content h5{
    font-size: 13.5px;
  }

  .financial_proof_download_modal .modal-body{
    padding-bottom: calc(60px - 10px*2);
  }
  .upi-confirmation-container .lottie_player{
    width: calc(170px - 28px*2);
    height: calc(170px - 28px*2);
  }
  .confirmation-text h4{
    font-size: calc(40px - 6px*1.5);
  }
  .upi-confirmation-container{
    max-width: 600px;
  }
  .confirmation-text{
    padding-top: 20px;
  }
  .upload_financial_document_modal .modal-header .modal-title{
    font-size: calc(20px - 2px*1.5);
  }
  .financel-doc-item label{
    font-size: calc(18px - 2px*1.5);
    margin-bottom: 10px;
  }
  .financel-doc-item select{
    font-size: 15px;
  }
  /*----------- Exchange segment page start ---------*/

  /*------------ Bank link account start -------------*/

  .bank-link-account-wraper{
    padding: calc(76px - 12px*2) 0;
  }
  .custom-radio-btn{
    padding-left: calc(35px - 5px*2);
    padding-right: calc(35px - 5px*2);
  }
  .lba-header h4{
    font-size: calc(20px - 2px*1.5);
  }
  .lba-header{
    padding-left: calc(30px - 5px*1.5);
    margin-bottom: 11px;
  }
  .bank-link-account-wraper .radio-btn-wraper .custom-radio-btn{
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: calc(435px - 70px*1.5);
  }
  .lba-btn-wraper{
    margin-top: calc(40px - 6px*2);
  }
  .lba-btn-wraper p{
    font-size: 15px;
  }

  /*------------ Bank link account end -------------*/

  /*------------ E-sign page start -----------------*/
  .e-sign-wraper {
    max-width: calc(948px - 158px*1.6);
  }
  .kyc_btn {
    font-size: calc(18px - 2px*2);
    padding: 14px calc(28px - 4px);
  }
  /*------------ E-sign page end -----------------*/

  /*------------ Manual journey page start -------------*/

  .e-aadhaar_container{
    padding-top: 20px;
  }
  .custom_file_input_content h5 {
    font-size: calc(20px - 2px*1.5);
  }

  /*------------ Manual journey page end -------------*/

   /*------------ verify signature page start ------------*/

   .verify_signature_wraper {
    padding: calc(26px - 4px*2) 15px;
}
.signIn_white_box h2{
  font-size: calc(23px - 3px*1.7);
  margin-bottom: 12px;
}
.signIn_white_box{
  max-width: calc(650px - 120px*1.5);
}
.white_box{
  max-width: calc(650px - 100px*1.5);
  height: calc(240px - 40px*1.6);
  margin-bottom: 15px;
}
.white_box_divider p{
  font-size: calc(20px - 2px);
}
.signature_note {
  margin-top: 10px;
  margin-bottom: calc(25px - 4px);
}
.signature_note ul li{
  margin-right: 10px;
}

  /*------------ verify signature page end ---------------*/

  /*------------ take a selfie page start ------------------*/
  .take-selfie-container {
    padding-top: calc(100px - 15px*2);
  }
  .open-camera-modal .modal-dialog {
    max-width: calc(700px - 115px*1.6);
  }
  .selfie-status-modal .modal-dialog{
    max-width: calc(1000px - 160px*1.6);
  }
  .selfie-status-image {
    width: calc(280px - 46px*1.6);
    height: calc(280px - 46px*1.6);
    margin-bottom: calc(42px - 7px*1.6);
}
  /*------------ take a selfie page end ------------------*/

  /*------------ personal details page start ----------*/

  .form-item-wraper{
    max-width: calc(1010px - 168px*1.5);
    margin-top: calc(28px - 6px*2);
  }
  
  .form-item{
    padding: calc(26px - 4px*1.2) calc(48px - 8px*2);
  }
  .form-item-wraper .custom-radio-btn{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  /*------------ personal details page end ------------***/

  .kyc_btn_wraper{
    max-width: 490px;
  }
  .aadhar_know_more_modal .modal-body {
    padding: calc(28px - 4px*2) calc(80px - 13px*2);
  }

  /*------------ Review details page start -------------*/
  .review-wraper {
    padding: calc(50px - 8px*2) 0;
  }
  .review-item-wraper {
    margin-bottom: calc(60px - 10px*2);
  }
  .review-container{
    max-width: calc(1040px - 175px*2);
  }
/*------------ Review details page end -------------*/

/*------------- Application page start --------------*/
.application-status-header h2 {
  font-size: calc(40px - 6px*1.6);
  margin-bottom: 4px;
}
.application-status-header .lottie_player{
  width: calc(120px - 20px);
}
.application-status-container {
  max-width: calc(1000px - 166px*1.5);
}
.a_status_ptb {
  padding-top: calc(54px - 10px*2);
  padding-bottom: calc(54px - 10px*2);
}
.application-status-col{
  margin-bottom: calc(60px - 10px*2);
}
.application-status-col-L {
  max-width: 380px;
  padding-left: calc(54px - 10px*2);
  padding-right: calc(34px - 5px*2);
}
.application-status-col-R {
  padding-left: calc(90px - 15px*3);
  padding-right: calc(34px - 5px*2);
}
.application-status-header {
  max-width: calc(716px - 120px*1.5);
}
.application-status-header p{
  font-size: 15px;
}
/*------------- Application page end --------------*/
.describe-exp{
  margin-bottom: calc(20px - 2px*2);
}

/*------------- Bank upi confirmation start ------------*/

.upi-confirmation-container img {
  margin-bottom: calc(25px - 4px*2);
  max-width: calc(266px - 44px*2);
}
.confirmation-text p{
  font-size: calc(20px - 2px*2);
}
.upi-confirmation .confirmation-text h4{
  margin-bottom: 9px;
}
/*------------- Bank upi confirmation end ------------*/

/*------------ bank-account-verified-successfully start -------------*/

.v_Success{
  margin-bottom: calc(30px - 5px*2);
}
.v_Success .lottie_player{
  width: calc(100px - 15px*1.5);
  height: calc(100px - 15px*1.5);
}
.v_Success_content{
  font-size: calc(20px - 2px*2);
}
.v_Success_info {
  padding: calc(24px - 3px*1.5) calc(28px - 4px*1.5) 10px calc(28px - 4px*1.5);
}

/*------------ bank-account-verified-successfully end -------------*/

}
@media(max-width: 1199px){

    /*------------ Bank link account start -------------*/
    .bank-link-account-wraper{
      padding: calc(76px - 12px*3) 0;
    }
    .lba-header .upi-tag{
      margin-left: 0;
      margin-top: 3px;
    }
    /*------------ Bank link account end -------------*/

    /*------------ Exchange segment page start ----------*/

    .exchange_check_wraper .custm_scheckbox{
      font-size: 14px;
    }
    .exchange_flex_item{
      min-width: 50%;
    }
    .exchange_check_wraper .custm_scheckbox{
      font-size: 14px;
      padding-left: 22px;
      padding-bottom: 0;
      padding-right: 5px;
    }
    .exchange_check_wraper .checkmark{
      height: 18px;
      width: 18px;
    }
    .exchange_check_wraper .custm_scheckbox .checkmark:after {
      left: 5px;
      top: 2px;
      width: 5px;
      height: 9px;
    }
    .exchange_flex_item {
      padding: 15px 15px 15px 15px;
    }
    .data_grid_item_input{
      padding: 10px 12px;
    }
    .exchange-note{
      display: block;
      text-align: center;
    }
    .exchange-height-wraper{
      max-height: 436px;
    }
    .mw-1000{
      max-width: 900px;
    }
    
    /*------------ Exchange segment page end -------------*/

    /*------------ E-sign page start -----------------*/
    .e_sign_authentication label {
      font-size: calc(20px - 2px*2.6);
    }
  /*------------ E-sign page end -----------------*/

  /*------------ take a selfie page start ------------------*/
  .take-selfie-container {
    padding-top: calc(100px - 15px*3);
  }
  .permission-item-wraper {
    margin-top: calc(60px - 10px*2);
  }
  /*------------ take a selfie page end ------------------*/

/*-------------- personal details start -----------------*/
  .personal-details-wraper{
    padding-right: 2rem;
  }
  .form-item-wraper{
    margin-top: 0;
  }
  .form-item {
    padding: calc(26px - 4px* 1.2) calc(48px - 8px* 2.6);
}

/*-------------- personal details end -----------------*/

/*------------ Review details page start -------------*/
.review-item-wraper {
  margin-bottom: calc(60px - 10px*2.5);
}
.review-container{
  max-width: calc(1040px - 175px*3);
}
/*------------ Review details page end -------------*/

/*------------- Application page start --------------*/
.application-status-container {
  max-width: calc(1000px - 166px* 2.4);
}
.application-status-col{
  margin-bottom: calc(60px - 10px*3);
}
.application-status-col-L {
  max-width: 380px;
  padding-left: calc(54px - 10px* 3.5);
  padding-right: calc(34px - 5px* 2);
}
.application-status-col-R {
  padding-left: calc(90px - 15px* 4);
  padding-right: calc(34px - 5px* 2);
}
.a_status_ptb {
  padding-top: calc(54px - 10px*3);
  padding-bottom: calc(54px - 10px*3);
}
.application-status-header h2 {
  font-size: calc(40px - 6px*2);
  margin-bottom: 4px;
}
/*------------- Application page end --------------*/

}
@media(max-width: 991px){
  .verify_ac_manually_img img{
    width: auto;
    max-height: 200px;
  }
  .bdaExist .modal-dialog{
    max-width: 500px;
  }
  .custom-modal-close{
    height: calc(30px - 5px);
    width: calc(30px - 5px);
    padding: 6px;
  }
  /*------------ Bank link account start -------------*/
  .bank-link-account-wraper{
    padding: calc(76px - 12px*4) 0;
  }
  .custom-radio-btn {
    padding-left: calc(35px - 5px* 3);
    padding-right: calc(35px - 5px* 3);
}
  /*------------ Bank link account end -------------*/

  /*------------ Exchange page start ------------*/

  .exchange-note{
    display: flex;
    text-align: left;
  }
  .e_sign_consent .modal-dialog, .standing-instruction-modal .modal-dialog{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .financial_proof_download_modal .modal-dialog{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .exchange-height-wraper{
    max-height: none;
  }
  .upload_financial_document_modal .modal-dialog{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .hint_item_wraper{
    margin-left: 0;
    right: 0;
    top: -84px;
  }
  .mw-1000{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .info_title{
    font-size: 18px;
  }
  .info_modal ul li{
    margin-bottom: 13px;
  }
  /*------------ Exchange page end --------------*/

  /*------------ Manual journey page start -------------*/
  .aadhar_know_more_modal .modal-dialog{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .aadhar_know_more_modal .modal-title {
    font-size: 18px !important;
  }
  /*------------ Manual journey page end -------------*/

  /*------------ take a selfie page start ------------------*/
  .take-selfie-container {
    padding-top: calc(100px - 15px*4);
  }
  .permission-item-wraper {
    margin-bottom: 30px;
  }
  .selfie-status-modal .modal-dialog{
    max-width: calc(1000px - 160px*2);
  }
  .selfie-status-image {
    width: calc(280px - 46px*2);
    height: calc(280px - 46px*2);
    margin-bottom: calc(42px - 7px*2);
}
  /*------------ take a selfie page end ------------------*/

  /*-------------- personal details start -----------------*/
  .personal-details-wraper{
    padding-right: 1rem;
  }
  .form-item {
    padding: calc(26px - 4px* 1.2) calc(48px - 8px* 2.6);
  }

/*-------------- personal details end -----------------*/

/*------------ Review details page start -------------*/
.review-item-wraper {
  margin-bottom: calc(60px - 10px*3.6);
}
.review-container{
  max-width: 680px;
}
/*------------ Review details page end -------------*/

/*------------- Application page start --------------*/
.application-status-container {
  max-width: calc(1000px - 166px* 2);
}


/*------------- Application page end --------------*/

/*------------- Bank upi confirmation start ------------*/
.upi-confirmation{
  padding: 30px 0;
}
.upi-confirmation-container{
  margin-top: -0.5rem;
}
.upi-confirmation-container img {
  margin-bottom: calc(25px - 4px*3);
  max-width: calc(266px - 44px*3);
} 
/*------------- Bank upi confirmation end ------------*/

/*------------ bank-account-verified-successfully start -------------*/
.v_Success_info_wraper{
  margin-bottom: 20px;
}
.v_Success_info {
  padding: calc(24px - 3px*2.5) calc(28px - 4px*2.5) 10px calc(28px - 4px*2.5);
}
/*------------ bank-account-verified-successfully end -------------*/

}
@media(max-width: 767px){
  .banner{
    padding: calc(120px - 20px*4) 0;
  }
  /*------------ Bank link account start -------------*/
  .bank-link-account-wraper{
    padding: calc(76px - 12px*5) 0;
  }
  /*------------ Bank link account end -------------*/

  /*------------ Exchange page start ------------*/

  .exchange_flex_wraper{
    padding-right: 0;
    flex-wrap: wrap;
  }
  
  .exchange_flex_item{
    margin-right: 0;
  }
  .exchange_wraper{
    padding-left: 15px;
    padding-right: 15px;
  }
  .exchange_flex_wraper, .un_check_container{
    padding-right: 0;
  }
  .data_grid_wraper{
    display: block;
  }
  .data_grid_item{
    max-width: 100%;
    margin-right: 0;
  }
  .exchange-height-wraper {
    max-height: none;
    padding-right: 0;
  }
  .exchange-note{
    display: block;
    text-align: center;
  }
  .pricing_plan_item .custom-radio-btn{
    flex: auto;
    width: 48%;
    margin-right: 2%;
  }
  .radio-btn-wraper .custom-radio-btn:nth-child(even) {
    margin-right: 0;
  }
  .info_modal .modal-header, .info_modal .modal-body {
    padding-left: 25px;
    padding-right: 25px;
}
.un_check_item_wraper .custm_scheckbox{
  margin-bottom: 15px;
}

.financel-doc-item-wraper{
  display: block;
}
.upload_financial_document_modal .modal-dialog{
  max-width: 500px;
}
.hint_item_wraper{
  margin-left: 0;
  right: 0;
}
.exchange_flex_item{
  flex: auto;
}
.un_check_container{
  flex-direction: column-reverse;
}
.reset-btn{
  margin-bottom: 15px;
}
.upload_financial_document_modal .modal-header, .upload_financial_document_modal .modal-body{
  padding-left: 20px;
}
.custom-modal-close{
  top: 15px;
}
.amc_plan{
  padding-bottom: 36px;
}
.bsda_plan{
  bottom: 1px;
  right: 2px;
}
  /*------------ Exchange page end --------------*/

  /*------------ Manual journey page start -------------*/
  .manual_journey_form .nav-pills{
    margin-bottom: 10px;
  }
  .manual_journey_form .nav-pills .nav-link{
    margin-bottom: 10px;
  }
  .e-aadhaar_container {
    padding-top: 15px;
}
  /*------------ Manual journey page end -------------*/

  .selfie-status-modal .modal-dialog{
    max-width: 90%;
  }
  .selfie-status-image {
    width: calc(280px - 46px*2.6);
    height: calc(280px - 46px*2.6);
    margin-bottom: calc(42px - 7px*2.6);
  }
  .selfie-status-logo img {
    max-height: calc(60px - 10px*2);
}
.kyc_btn{
  padding: 14px calc(28px - 4px*3);
}
.signature_upload .kyc_btn{
  padding: 16px 28px;
  font-size: calc(18px - 2px);
}
.why-is-needed p{
  font-size: 16px;
}

/*------------- Application page start --------------*/
.application-status-container {
  max-width:90%;
}
.application-status-col{
  display: block;
}
.application-status-col-L{
  max-width: 100%;
  padding-bottom: 10px;
}
.application-status-col-R{
  padding-left: calc(54px - 10px* 3.5);
}
.application-status-item h4{
  font-size: 15.1px;
}
/*------------- Application page end --------------*/
.white_box{
  border-color: #cfcfcf;
  height: calc(240px - 40px*1.3);
}
}
@media(max-width: 575px){
  .verify_ac_manually_img img{
    max-height: 140px;
  }
  .bank-wraper p, .bank_userinfo_form input:not([type='submit']), .bank_userinfo_form p {
    font-size: 15px;
}
.bank_choose_wraper {
  padding: calc(40px - 6px* 3) 0 calc(34px - 6px* 3) 0;
}
.bank_userinfo{
  padding-top: 5px;
}
.bdaExist .modal-dialog{
  margin: auto;
  padding: 0 20px;
}
.theme_modal .modal-body {
  padding: calc(30px - 5px) 20px calc(18px - 3px) 20px;
}
.bdaExist_btn{
  font-size: 14px;
}
.theme_modal .modal-header .modal-title {
  font-size: calc(25px - 4px*1.8);
}
.custom-modal-close{
  right: 15px;
  font-size: 14px;
}
.theme_modal .modal-header{
  padding-right: 50px;
}
/*------------ Bank link account start -------------*/
.bank-link-account-wraper{
  padding-top: 10px;
  padding-bottom: 30px;
}
/* .radio-btn-wraper .custom-radio-btn:not(:last-child){
  margin-right: 0;
} */
.bank-link-account-wraper .radio-btn-wraper{
  flex-wrap: wrap;
}
.lba-btn-wraper {
  margin-top: calc(40px - 6px* 5);
}
.lba-btn-wraper p {
  font-size: 14px;
}
.UPI_appList_modal .modal-dialog{
  margin: auto;
  padding: 0 20px;
}
.applist_img{
  margin-right: 9px;
}
.applist_title{
  font-size: 14px;
}
.UPI_appList ul li a{
  padding-left: calc(54px - 10px*2);
  padding-right: calc(54px - 10px*2);
}
.lba-header h4{
  font-size: calc(20px - 2px*2);
}
.UPI_app_credential_modal.theme_modal .modal-body {
  padding-top: calc(25px - 5px*2);
  padding-bottom: calc(42px - 7px*2);
}
.UPI_app_credential_modal .modal-title img {
  max-height: calc(26px - 5px*2);
}
/*------------ Bank link account end -------------*/

/*------------- Exchange segment page start ----------*/
.un_check_container{
  align-items: baseline;
}
.provide-consent > a:not(:last-child) {
  margin-right: 12px;
}
.exchange-height-wraper h4 {
  font-size: calc(23px - 3px*1.9);
  margin-bottom: 10px;
}
.fetching_period_icon img {
  max-width: calc(60px - 10px* 2.5);
}
.info_modal .modal-header, .info_modal .modal-body{
  padding-left: 20px;
}
.standing-instruction-item-title{
  align-items: start;
}
.financial_proof_download_modal .modal-body{
  padding-bottom: 40px;
}
.confirmation-text h4 {
  font-size: calc(40px - 6px*2.9);
}
.data_grid_item{
  padding-left: 15px;
  padding-right: 15px;
}
.exchange-height-wraper {
  padding-right: 1rem;
}
.upload_financial_document_modal .modal-dialog{
  max-width: 90%;
}
.exchange-height-wraper .here-by, .fetching_period_content p,
.un_check_item_wraper .custm_scheckbox, .exchange-note p, .exchange-note a,
.pricing_plan_radio_content ul li {
  font-size: 14px;
}
.bank_status h5, .bank_ac_number {
  font-size: calc(20px - 2px*2);
}
.pricing_plan_radio_content h6 {
  font-size: calc(18px - 2px);
}
.exchange_check_wraper .custm_scheckbox{
  font-size: 15px;
  padding-left: 24px;
}
.data_grid_item_input_wraper{
  margin-bottom: 7px;
}
.info_modal ul li{
  line-height: 1.6;
}
.info_modal .modal-body{
  padding-top: 15px;
}
.pricing_plan_wraper {
  padding-top: calc(40px - 6px* 6.2);
}
.un_check_container .custm_scheckbox{
  font-size: 12px;
}
.reset-btn{
  margin-bottom: 0;
}
.info_modal ul li::before{
  top: 9px;
}

/*------------- Exchange segment page end ----------*/

.e_sign_authentication label{
  padding-bottom: 5px;
}
.e_sign_form_wraper{
  padding-bottom: 30px;
}
/*------------ Manual journey page start -------------*/
.upload_photo_div {
  padding: 14px 16px;
}
.custom_file_input_content h5 {
  font-size: calc(20px - 2px*1.3);
}
.upload_photo_area.upload_photo_div p{
  font-size: 13px;
}

/*------------ Manual journey page end -------------*/

 /*------------ verify signature page start ------------*/
 .signIn_white_box h2{
  font-size: calc(23px - 3px*2);
 }

 .signature_note ul li{
  margin-bottom: 4px;
 }
 /*------------ verify signature page end ------------*/

 /*------------ take a selfie page start ------------------*/
 .take-selfie-container {
  padding-top: calc(100px - 15px* 4.6);
}
.take-selfie-wraper h5 {
  font-size: calc(20px - 2px*1.6);
}
.permission-item-wraper{
  display: block;
  margin-top: calc(60px - 10px* 3);
}
.permission-item span svg{
  max-width: 20px;
  height: auto;
}
.take-selfie-item-container{
  flex-wrap: wrap;
}
.permission-item{
  margin-right: 0;
}
.take-selfie-item-image {
  width: calc(160px - 25px*3.8);
  height: calc(160px - 25px*3.8);
}
.take-selfie-item {
  max-width: calc(165px - 18px*3.9);
}
.take-selfie-item-image-content h4{
  font-size: 10px
}
.selfie_status_icon{
  top: 0.1rem;
  width: calc(30px - 5px*2.5);
  height: calc(30px - 5px*2.5);
}
.selfie_status_icon.success{
  font-size: 13px;
}
.selfie_status_icon.not-allowed {
  font-size: 8px;
}
.take-selfie-wraper{
  padding: 0 12px;
}
.open-camera-modal .modal-dialog {
  max-width: 90%;
}
.open-camera-modal-content h3 {
  font-size: calc(25px - 4px*2);
  margin-bottom: calc(50px - 8px*3);
}
.open-camera-modal-content {
  padding: 0;
  padding-bottom: 20px;
}
.open-cam-image img {
  max-height: calc(175px - 25px*2);
}
.open-cam-image {
  margin-bottom: calc(60px - 10px*2.5);
}
.selfie-status-container .modal-header{
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0 !important;
}
.selfie-status-image {
  width: calc(280px - 46px* 3);
  height: calc(280px - 46px* 3);
  margin-bottom: calc(42px - 7px*3);
}
.selfie-status.success .selfie-status-image {
  border-width: 3px;
}
.custom-scroll::-webkit-scrollbar{
  width: 6px;
}

 /*------------ take a selfie page end ------------------*/

 /*-------------- personal details start -----------------*/
 .personal-details-wraper{
  padding-right: 1rem;
}
.form-item {
  padding: calc(26px - 4px* 1.5) calc(48px - 8px* 4);
}
.radio-btn-wraper .custom-radio-btn:not(:last-child) {
  margin-right: 8px;
}

/*-------------- personal details end -----------------*/
 /*------------ E-sign page start ------------------------*/
 .kyc_btn_wraper{
  flex-direction: column;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
 }
.kyc_btn_wraper button:not(:last-child){
  margin-right: auto;
}
.kyc_btn_wraper button{
  margin-right: 0;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
.e_sign_authentication .checkmark {
  top: 12px;
}
 /*------------ E-sign page end ------------------------*/

 .aadhar_know_more_modal .modal-body {
  padding: calc(28px - 4px*2) calc(80px - 13px*3);
}

/*------------ Review details page start -------------*/
.review-item-wraper .row [class*='col-']{
  padding: 0 15px;
}
.review-item{
  padding: 15px 16px;
}
/*------------ Review details page end -------------*/

/*------------- Application page start --------------*/
.application-status-col-L p {
  margin-bottom: calc(20px - 2px*2);
}
/*------------- Application page end --------------*/

/*------------ customer review page start ------------*/
.describe-exp textarea{
  padding: calc(16px - 4px) calc(36px - 6px*3.6);
}
.track-application ul li img{
  max-width: calc(150px - 25px);
}
.track-application a{
  font-size: 15px;
}
a.track-application-link{
  font-size: 17px;
}
.track-application ul li{
  margin-bottom: 8px;
}
.describe-exp{
  margin-bottom: calc(20px - 2px*3);
}
/*------------ customer review page end ------------*/

/*------------- Bank upi confirmation start ------------*/
.upi-confirmation{
  padding: 30px 0;
}
.upi-confirmation-container img {
  margin-bottom: calc(25px - 4px*3);
  max-width: calc(266px - 44px*3.8);
} 
/*------------- Bank upi confirmation end ------------*/
/*------------ bank-account-verified-successfully start -------------*/
.v_Success_info_wraper{
  margin-bottom: 17px;
}
.v_Success_info {
  padding: calc(24px - 3px*2.5) calc(28px - 4px*2.5) 20px calc(28px - 4px*2.5);
  display: block;
}
.v_Success_info .v_Success_info_item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 15px;
}
/*------------ bank-account-verified-successfully end -------------*/
}

/*------------ Bank page responsive end ---------------*/




@media(max-width: 450px){

  /*------------- Exchange segment page start ----------*/
  .pricing_plan_item .custom-radio-btn{
    width: 100%;
  }
  .pricing_plan_item .custom-radio-btn:last-child{
    margin-right: 0;
  }
  .standing-instruction-item-title p, .custom-radio-btn-2{
    font-size: 14px;
  }
  /*------------- Exchange segment page end ----------*/
 /*------------ E-sign page start ------------------------*/
  .switch-item-wraper{
    display: block;
  }
  .switch-item-wraper .switch-item:not(:last-child){
    margin-right: 0;
  }
  .switch-item{
    width: 100%;
    justify-content: space-between;
  }
   /*------------ E-sign page end ------------------------*/

   /*------------ Manual Journey page start ------------------------*/
   .manual_journey_form .nav-pills li{
    margin-right: 5px;
    max-width: 49%;
    width: 100%;
    flex: auto;
   }
   .manual_journey_form .nav-pills li button{
    margin-right: 0 !important;
    width: 100%;
    margin-left: 0 !important;
   }
   .manual_journey_form .nav-pills li:nth-child(even){
      margin-right: 0;
   }
   .profile_nomination_form .nav-pills .nav-link{
    padding: calc(10px - 2px) calc(35px - 5px* 4.5);
    font-size: 16px;
   }
    /*------------ Manual Journey page end ------------------------*/

}
select{
  background: none;
}
.banner-form-box .checkmark{
  top: 0;
  width: 22px;
  height: 22px;
}

/*------------- video popup start ---------------*/

.video-popup{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-container{
  max-width: 750px;
  width: 100%;
  position: relative;
}
.video-popup-container video{
  height: 100%;
  width: 100%;
}
.video-control-item{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* background-color: #000; */
  color: #fff;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.v_control-p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-control-item::after{
  height: 100%;
  width: 100% !important;
  position: absolute;
  left: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.25);
box-shadow: inset -0.659678px 0.659678px 0.659678px -1.31936px rgba(255, 255, 255, 0.35);
backdrop-filter: blur(9.03387px);
  content: '';
}


.video-control-item i{
  font-size: 42px;
  position: absolute;
}
.video-control{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}
.video-control-btn-wraper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-container:hover .video-control{
    opacity: 1 !important;
    visibility: visible !important;
}

.progress-bar {
  position: absolute;
  width: 97%;
  height: 2px; /* Adjust height as needed */
  cursor: pointer;
  background-color: #979797; /* Background color of the progress bar */
  overflow: unset; /* Ensure the progress bar clips the progress */
  bottom: 20px;
  border-radius: 5px;
  z-index: 1;
}
.progress-bar-track-backdrop{
  position: absolute;
  height: 250px;
  width: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0, 0, 0, 0.5));
  left: 0;
  bottom: 5px;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #cb1e36; /* Adjust color as needed */
  transition: width 0.3s; /* Smooth transition animation */
  border-radius: 0;
}

.progress-pointer {
  position: absolute;
  top: -5px; /* Adjust position to center pointer vertically */
  width: 10px;
  height: 10px; /* Adjust height as needed */
  background-color: #cb1e36; /* Set background as needed */
  cursor: pointer;
  transition: 0.3s; /* Smooth transition animation */
  border-radius: 50%;
}
#playPauseButton{
  width: 86px;
  height: 86px;
  margin: 0 14px;
}
#fullscreenButton{
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 2rem;
  color: #fff;
  border: none;
  outline: none;
  background: none;
}
.video-popup-close{
  height: 32px;
  width: 32px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  background: rgb(218, 33, 33);
}
.progress-bar:hover .progress-pointer{
  transform: scale(1.6);
}
.unmuteButton {
  position: absolute;
  right: 4rem;
  z-index: 1;
  top: 4rem;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
}
.video-popup-backdrop{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
@media(max-width: 991px){
  .unmuteButton{
    top: -4rem;
    right: 0;
  }
}
@media(max-width: 767px){
  .video-popup-container{
    max-width: 95%;
  }
  #playPauseButton{
    height: calc(87px - 15px);
    width: calc(87px - 15px);
  }
  .video-control-item{
    height: calc(60px - 10px*1.3);
    width: calc(60px - 10px*1.3);
    font-size: 10px;
  }
  .video-control-item i{
    font-size: 34px;
  }
}
@media(max-width: 575px){
  #unmuteButton{
    top: 10vh;
  }
}
/*------------- video popup end -----------------*/
.key-point-item{
  max-width: 260px;
}

.v_Success_info_progress .progress{
  position: relative;
  border-radius: 15px;
}
.v_Success_info_progress .progress .progress-bar{
  bottom: 0;
  height: 100%;
}