/* 82638 ODA page 20 Jan */
.open-account-wrapper{padding:30px 0;max-width:900px;margin:auto;color:#1f517e}
.open-account-wrapper h2{font-size:22px;font-weight:400}
.open-account-wrapper h3{font-size:22px;font-weight:500}
.open-account-wrapper .open_account_inner{display:flex;padding:15px 0}
.open-account-wrapper .open_account_button,
.open-account-wrapper .open_account_inpubox{flex:1;margin-right:20px}
.open-account-wrapper .open_account_button{margin-right:0}
.open-account-wrapper .open_account_inpubox input{border-radius:5px;font-size:15px;
    padding:0 1em;height:50px;width:100%;box-shadow:none;border:1px solid #bababa;
    color:#969696}
.open-account-wrapper .open_account_button .btn-danger{padding:10px 30px}
.open-account-wrapper .open_account_doc{font-size:16px;width:50%}
.open-account-wrapper .open_account_doc p{margin-bottom:5px}
.open-account-wrapper .open_account_doc ul{display:flex}
.open-account-wrapper .open_account_doc ul li{flex:auto}
.open-account-wrapper .open_account_doc ul li i{display:inline-block;width:16px;height:
    16px;background-color:#1f517e;border-radius:50%;text-align:center;line-height:28px;
    position:relative;top:6px;margin-right:5px}
.open-account-wrapper .open_account_doc ul li i:after{content:"";position:absolute;left:
    4px;top:4px;border:solid #fff;border-width:0 0 2px 2px;padding:2px 3px;
    transform:rotate(-45deg)}
.open_error_text{color:#ff2565;margin-top:2px;font-size:12px}
main{
    padding-top: 60px!important;
}
.smart-investor .home-banner-content{
    padding-top: 20px;
}
@media(max-width:767px){
    main{
        padding-top: 45px!important;
    }
    .smart-investor{
        margin-top: -45px!important;
    }
    .open-account-wrapper h2,
    .open-account-wrapper h3{font-size:15px}
    .open-account-wrapper .open_account_inner{display:block;width:100%;
        padding:15px 0}
    .open-account-wrapper .open_account_inpubox{width:100%;display:block;
        margin-bottom:10px}
    .open-account-wrapper .open_account_doc{width:100%;display:flex;
        font-size:10px}
    .open-account-wrapper .open_account_doc p{margin-right:10px;
        line-height:16px;margin-bottom:0}
    .open-account-wrapper .open_account_doc ul{display:block}
    .open-account-wrapper .open_account_doc ul li{display:inline-block;margin-right:10px}
    .open-account-wrapper .open_account_doc ul li:last-child{margin-right:0}
    .open-account-wrapper .open_account_doc ul li i{width:10px;height:10px;top:2px;
        margin-right:2px}
    .open-account-wrapper .open_account_doc ul li i:after{left:2px;top:3px;
        border-width:0 0 1px 1px;padding:1px 2px}
    .open-account-wrapper .open_account_doc ul li i{line-height: 14px;}
}
/* Start Open ODA Footer*/ 
.paisabase-oda {
  background: url(/themes/custom/fivepaisa/images/oda-bg.png) no-repeat;
  background-size: 100%;
  padding: 67px 0;
  position: relative
}

@media only screen and (max-width: 767px) {
  .paisabase-oda {
      background:url(/themes/custom/fivepaisa/images/oda-mob-bg.png) no-repeat;
      background-size: 100%;
      padding: 44px 27px
  }
}

.paisabase-oda__wrapper {
  max-width: 1060px;
  margin: auto;
  padding: 0
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper {
      max-width:293px;
      margin: auto
  }
}

.paisabase-oda__wrapper .oda-wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  color: #101828;
  margin-bottom: 22px
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper h3 {
      font-size:32px;
      line-height: 44px;
      text-align: center;
      margin-bottom: 30px
  }
}

.paisabase-oda__wrapper .oda-wrapper p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #101828;
  margin-bottom: 28px !important;
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper p {
      font-size:18px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 24px !important;
  }
}

.paisabase-oda__wrapper .oda-wrapper p span {
  color: #101828
}

.paisabase-oda__wrapper .oda-wrapper__lead {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper__lead {
      display:block;
      max-width: 260px;
      margin: auto;
      text-align: center
  }
}

.paisabase-oda__wrapper .oda-wrapper__lead span.number {
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 20px;
  line-height: 28px
}

.paisabase-oda__wrapper .oda-wrapper__lead span.number:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 5px;
  width: 1px;
  height: 20px;
  background-color: #E6E9ED
}

.paisabase-oda__wrapper .oda-wrapper__lead input {
  background-color: #F9FAFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 54px;
  max-width: 230px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 13px 16px 13px 55px;
  color: #1d2939;
  border: 1px solid #A4ACBA
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper__lead input {
      max-width:100%;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 22px
  }
}

.paisabase-oda__wrapper .oda-wrapper__lead .paisabase-btn__action {
  max-width: 230px;
  height: 54px;
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  border-radius: 4px
}

.paisabase-oda__wrapper .oda-wrapper__lead .error-msgtext {
  position: absolute;
  top: 52px;
  left: 0;
  font-size: 14px;
  color: #c01048
}

@media only screen and (max-width: 767px) {
  .paisabase-oda__wrapper .oda-wrapper__lead .error-msgtext {
      top:54px;
      left: 0;
      font-size: 12px;
      color: #c01048
  }
}
#oda_header {
font-weight: 700;
font-size: 48px;
line-height: 64px;
text-transform: capitalize;
color: #101828;
margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    #oda_header {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
    }
  }
/* End Open ODA Footer*/ 
  .paisabase-modal#footer-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: scale(1.1);
    opacity: 1;
    visibility: visible;
    transition: visibility 0 linear .25s, opacity .25s 0, transform .25s;
}

.paisabase-modal#footer-modal .paisabase-modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 374px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0;
    max-width: 326px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.paisabase-modal#footer-modal .modal__clickclose {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: -40px;
    width: 22px;
    height: 22px;
    background-color: transparent;
}

.paisabase-modal#footer-modal .modal__clickclose:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 8px;
    left: 1px;
}

.paisabase-modal#footer-modal .modal__clickclose:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 8px;
    left: 1px;
    transform: rotate(-45deg);
}

.paisabase-modal#footer-modal .footer-lead__modal {
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 16px 24px;
    background-color: #fcfcfd;
}

.paisabase-modal#footer-modal .footer-lead__modal h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #1d2939;
    margin-bottom: 22px;
    text-align: left;
}

.paisabase-modal#footer-modal .footer-lead__modal h3 strong {
    font-weight: 700;
    position: relative;
}

.paisabase-modal#footer-modal .footer-lead__modal h3 strong .star-small {
    position: absolute;
    top: -5px;
    right: -10px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/star-1.svg) no-repeat;
}

.paisabase-modal#footer-modal .footer-lead__modal h3 span {
    background-color: #E31B5426;
    border-radius: 2px;
    color: #e31b54;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.paisabase-modal#footer-modal .footer-lead__modal h3 span .star-big {
    position: absolute;
    top: -15px;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/star-1.svg) no-repeat;
}

.paisabase-modal#footer-modal .modal-inner-oda {
    background-color: #fcfcfd;
    box-shadow: 0 21.06382942199707px 42.12765884399414px -10.531914710998535px #10182826;
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    padding: 23px 23px 41px;
    display: block;
    text-align: left;
}

.paisabase-modal#footer-modal .modal-inner-oda label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a95a8;
    margin-bottom: 8px;
}

.paisabase-modal#footer-modal .modal-inner-oda .modal-mobile-grp {
    position: relative;
}

.paisabase-modal#footer-modal .modal-inner-oda .modal-mobile-grp span {
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 14px;
    line-height: 18px;
}

.paisabase-modal#footer-modal .modal-inner-oda .modal-mobile-grp input {
    background-color: #f9fafb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    padding: 8px 10px;
    padding-left: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1d2939;
    border: 1px solid #e4e7ec;
}

.paisabase-modal#footer-modal .modal-inner-oda .modal-error {
    font-size: 12px !important;
    line-height: 14px;
    color: rgba(229, 69, 93, .95);
    margin-top: 5px;
}

.paisabase-modal#footer-modal .form__dropdownwrapper {
    margin: 10px 0;
    font-size: 12px;
    display: flex;
    color: #55586a;
    align-items: center;
}

.paisabase-modal#footer-modal .form__dropdownwrapper select {
    box-shadow: 0 0 2px rgb(51 55 57 / 42%);
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #55586a;
    font-weight: 400;
    margin-left: 20px;
    width: 140px;
}

.paisabase-modal#footer-modal .block-sticky-button {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background-color: #c01048 !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 29px;
}

.paisabase-modal#footer-modal .modal-tc {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #475467;
    margin-top: 9px;
}

.paisabase-modal#footer-modal .modal-tc a {
    color: #1570ef;
}

.paisabase-modal#footer-modal .modal-inner-otp {
    display: none;
}

.paisabase-modal#footer-modal .modal-inner-otp .mobile-edit {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1d2939;
    margin-bottom: 18px;
}

.paisabase-modal#footer-modal .modal-inner-otp .mobile-edit h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.paisabase-modal#footer-modal .modal-inner-otp .mobile-edit h4 .edit-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/edit-icon.svg) no-repeat;
}

.paisabase-modal#footer-modal .modal-inner-otp .modal-otp {
    background-color: #fcfcfd;
    box-shadow: 0 -4px 11px 0 #00000021;
    border-radius: 12px;
    padding: 14px 12px 12px;
    text-align: left;
}

.paisabase-modal#footer-modal .modal-inner-otp label {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #344054;
    margin-bottom: 6px;
    text-align: left;
}

.paisabase-modal#footer-modal .modal-inner-otp .modal-otp-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* gap: 12px; */
}

.paisabase-modal#footer-modal .modal-inner-otp .modal-otp-form input {
    flex: 1;
    width: 35px;
    height: 48px;
    text-align: center;
    border: 1px solid #e4e7ec;
    border-radius: 2px;
}

.paisabase-modal#footer-modal .modal__promo-sec {
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.paisabase-modal#footer-modal .modal-inner-otp .modal__promo-sec input {
    background: #f2f4f7;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #344054;
    height: 30px;
    max-width: 100px;
    width: 100%;
    text-align: center;
}

.paisabase-modal#footer-modal .modal-inner-otp .modal__promo-sec button {
    margin-top: 0;
    background-color: #eff8ff;
    border: 1px solid #d1e9ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 18px;
    color: #1570ef;
    position: relative;
}

.paisabase-modal#footer-modal .modal-inner-otp .modal-otp .block-sticky-button {
    margin-top: 16px;
}
  
/* 82638 ODA page 20 Jan */