html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form textarea {
  resize: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  color: inherit;
  outline: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}

button {
  border-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Variables*/
body {
  background: #ffffff;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

p {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-style: normal;
  font-weight: 300;
}

.d-inline-block {
  display: inline-block !important;
}

.container {
  /*padding: 0px 114px;*/
  max-width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg_primary {
  background: #ffffff;
}

.bg_darkmode {
  background: #22232e;
}

.blue {
  color: #121d46;
}

.red {
  color: #ff4848 !important;
}

.fw {
  /*float: left; */
  width: 100% !important;
}

.txc {
  text-align: center !important;
}

.txl {
  text-align: left !important;
}

.txr {
  text-align: right !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
}

.PT0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.visible-xs {
  display: none;
}

.title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.title_icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 0px 0px;
}

.show_in_ipad,
.show_in_mob {
  display: none !important;
}

.text-right {
  text-align: right;
}

/* Ipad Mini Portrait */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hide_in_ipad {
    display: none !important;
  }
  .show_in_ipad {
    display: block !important;
  }
  .title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .title_icon {
    width: 24px;
    height: 24px;
  }
}
/* Ipad Mini Portrait */
/* Mobile */
@media only screen and (max-width: 767px) {
  .hide_in_mob {
    display: none !important;
  }
  .show_in_mob {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* Mobile */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Open Sans", sans-serif !important;
}

.transition::after,
.transition::before {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.transition {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.transition div,
.transition span,
.transition p,
.transition li,
.transition h1,
.transition h2,
.transition h3,
.transition h4,
.transition h5,
.transition h6,
.transition button,
.transition a {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.text-blue {
  color: #1961ac;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.blue_link {
  color: rgb(48, 140, 227);
}

.text-right {
  text-align: right;
}

.container {
  max-width: 1180px !important;
}

header {
  background: #fff;
  height: auto;
  text-align: center;
  width: 100%;
  padding: 23px 0px;
  margin: 0px;
}
header .logo {
  display: block;
  margin-left: 0;
  background-size: 100% !important;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settlement {
  width: 100%;
  min-height: 77vh;
}
.settlement .bg_banner {
  position: absolute;
  right: -22.5%;
  top: -30%;
  width: 90%;
}
.settlement h3 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 600;
}
.settlement p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}
.settlement .settlement_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.settlement .settlement_left {
  /*width: 100%;*/
  width: 67%;
  max-width: 752px;
  position: relative;
}
.settlement .settlement_left .banner_bg {
  position: absolute;
  right: 0px;
  background: url(../images/banner_bg.png) no-repeat center;
  display: inline-block;
  width: 540px;
  height: 520px;
}
.settlement .settlement_left .banner {
  padding: 37px 43px;
  height: 391px;
  margin-top: 0px;
  position: relative;
}
.settlement .settlement_left .banner .banner_left {
  max-width: 70%;
}
.settlement .settlement_left .banner .banner_left h2 {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 35px;
  font-weight: 400;
}
.settlement .settlement_left .banner_right {
  max-width: 30%;
  position: absolute;
  right: 70px;
  bottom: -2px;
  height: auto;
}
.settlement .settlement_left .banner .banner_image {
  top: 0px;
  max-width: 100%;
}
.settlement .settlement_left .banner p {
  opacity: 1;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}
.settlement .settlement_left .banner p span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #1961AC;
  border-radius: 50%;
  margin-right: 10px;
}
.settlement .settlement_left .banner p img {
  vertical-align: middle;
  margin-right: 10px;
  color: #333333;
}
.settlement .settlement_left .download_btns {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.settlement .settlement_left .download_btns .btndwnld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D5EAFF;
  border-radius: 21.3476px;
  padding: 10px 22px 10px 22px;
  margin-right: 18px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.settlement .settlement_left .download_btns .btndwnld span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 7px 0px 0px;
}
.settlement .settlement_left .download_btns .btndwnld .icon_android {
  background: url('../images/icon_android.svg') no-repeat center;
}
.settlement .settlement_left .download_btns .btndwnld .icon_ios {
  background: url('../images/icon_ios.svg') no-repeat center;
  width: 12px;
  height: 14px;
  position: relative;
  top: -1px;
}
.settlement .settlement_right { /*width: 100%;*/
  width: 33%;
  max-width: 363px;
  margin-left: 24px;
}
.settlement .settlement_right .generate_otp_sec {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
          box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
  border-radius: 22.2222px;
  padding: 13px 16px;
  min-height: 390px;
}
.settlement .settlement_right .generate_otp_sec .top_tabs {
  background: rgba(236, 240, 245, 0.5);
  border-radius: 11px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.settlement .settlement_right .generate_otp_sec .top_tabs a {
  color: #165CA4;
  font-size: 14px;
  line-height: 19px;
  border-radius: 12px;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.settlement .settlement_right .generate_otp_sec .top_tabs a.active {
  color: #FFFFFF;
  background: #165CA4;
}
.settlement .settlement_right .generate_otp_sec .top_tabs a:hover {
  color: #FFFFFF;
  background: #165CA4;
}
.settlement .settlement_right .generate_otp_sec label {
  position: relative;
}
.settlement .settlement_right .generate_otp_sec .form-container input,.date {
  background: #ECF0F5;
  border-radius: 10px;
  padding: 14px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  margin-top: 10px;
}
.settlement .settlement_right .generate_otp_sec .form-container .custom-field .placeholder {
  content: attr(aria-label);
  position: absolute;
  top: 14px;
  left: 14px;
  color: var(--color_3);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0 8px;
}
.settlement .settlement_right .generate_otp_sec .not_a_robot {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.settlement .settlement_right .generate_otp_sec .btn_back {
  font-size: 14px;
  color: #1961AC;
  background: #D5EAFF;
  border-radius: 10px;
  padding: 13px 12px 13px 40px;
  position: relative;
  margin-bottom: 17px;
  display: inline-block;
}
.settlement .settlement_right .generate_otp_sec .btn_back .arrow_back {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../images/arrow_back.svg') no-repeat center;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.settlement .settlement_right .generate_otp_sec .otp_form label {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.settlement .settlement_right .generate_otp_sec .otp_form input {
  width: 16.666%;
  background: none;
  border-bottom: 1px solid #1961AC;
  border-radius: 0px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.settlement .settlement_right .generate_otp_sec h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.settlement .settlement_right .generate_otp_sec p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 1px;
}
.settlement .settlement_right .generate_otp_sec .color_grey_01 {
  color: #9C9C9D;
}
.settlement .settlement_right .generate_otp_sec .resend_now {
  margin-top: 30px;
}
.settlement .settlement_right .generate_otp_sec .resend_now a {
  color: #3A8ADD;
  text-decoration: underline;
}
.settlement .settlement_right .generate_otp_sec .otp_valid {
  margin-top: 5px;
}

.btn_otp {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 600;
  background: #165CA4;
  border-radius: 8px;
  max-width: 276px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_otp span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('../images/arrow_white.svg') no-repeat center;
  margin-left: 8px;
}

.btn_otp:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.otp_btn_lesstopspace {
  margin-top: 20px;
}

.payment_form {
  margin-top: 0px;
}
.payment_form .container {
  max-width: 980px;
  min-height: 47vh;
}
.payment_form .login_inner {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
          box-shadow: 0px 0px 66px rgba(22, 92, 164, 0.14);
  border-radius: 22px;
  padding: 30px 50px;
}
.payment_form .login_inner h2 {
  text-align: center;
  color: #1961AC;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 47px;
}
.payment_form .login_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment_form .login_form .field {
  width: 100%;
  max-width: 33%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.payment_form .login_form .field.fieldWidth{
  max-width: 100%;
  margin: 10px;
}
.termsNew .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{
  padding-left: 0px;
}
.payment_form .login_form .field .did-floating-label-content {
  background: #3A8ADD;
  padding-bottom: 1px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-label {
  color: #808080;
  font-size: 15px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input, .payment_form .login_form .field .did-floating-label-content .did-floating-select {
  max-width: 100%;
  font-size: 15px;
  border: 0px;
  color: #1A1A1A;
  background-color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input:not(:-moz-placeholder-shown) ~ .did-floating-label {
  color: #3A8ADD;
  font-size: 13px;
  top: -6px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input:not(:-ms-input-placeholder) ~ .did-floating-label {
  color: #3A8ADD;
  font-size: 13px;
  top: -6px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  color: #3A8ADD;
  font-size: 13px;
  top: -6px;
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input:focus ~ .did-floating-label, .payment_form .login_form .field .did-floating-label-content .did-floating-select:focus ~ .did-floating-label {
  font-size: 13px;
  color: #3A8ADD;
  top: -6px;
}
.payment_form .checkboxContainer {
  margin-top: 40px;
}
.payment_form .checkboxContainer .checkmark:after {
  background: #165CA4 url('../images/checkArrow.svg') no-repeat center center;
}
.payment_form .checkboxContainer a {
  color: #3A8ADD;
}
.payment_form .payment_verify {
  background: rgba(255, 253, 0, 0.1);
  border-radius: 16px;
  padding: 16px 5px 16px 30px;
}
.payment_form .payment_verify .finacial_verify {
  font-size: 15px;
  color: #1A1A1A;
  font-weight: 400;
}
.finacial_verify strong {
  font-weight: 500;
}

.lower-roman {
  list-style-type: lower-roman !important;
}

.lower-roman > li {
  display: list-item !important;
  list-style: inherit !important;
}

footer {
  height: 46px;
  background: #F8FBFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  position: relative;
  bottom: 0;
  width: 100%;
}
footer p {
  text-align: center;
  font-size: .9rem !important;
  color: #1A1A1A;
  font-weight: 500;
}

.settlement_hidden {
  display: none;
}

.settlement_hidden.active {
  display: block;
}

#loan_login {
  margin-top: 18px;
}

#loan_login .not_a_robot {
  margin-bottom: 0px;
  margin-top: 20px;
}

#loan_login .btn_otp {
  margin: 10px auto;
}
#email_login .btn_otp, #mobile_login .btn_otp {
  margin-top: 35px;
}

#loan_login .form-container .commInput {
  margin-top: 6px;
}

#settlement_login.hidden {
  display: none;
}

.did-floating-label-content.focus, .otp_fields .otp_fieldsBox.focus {
  background: -webkit-gradient(linear, right top, left top, color-stop(14.56%, #007DFF), color-stop(75.79%, #DFDC01)) !important;
  background: linear-gradient(270deg, #007DFF 14.56%, #DFDC01 75.79%) !important;
}

.did-floating-label-content.focus input {
  border: 0px;
}

.checkbox.agree_terms {
  padding-left: 23px;
}

@media only screen and (max-width: 850px) {
  .payment_form .login_inner {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1090px) {
  .settlement .settlement_left .banner_right {
    right: 45px;
  }
  .settlement .settlement_main .bg_banner {
    top: -20%;
  }
  .settlement .settlement_main .settlement_left {
    width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner {
    padding: 20px;
    background-size: 120%;
    background-position: -70% center;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left {
    max-width: 90%;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left h2 {
    font-size: 30px;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right .banner_image {
    max-width: 120%;
  }
  .settlement .settlement_main .settlement_left .download_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .settlement .settlement_main .settlement_left .download_btns .btndwnld {
    margin-top: 10px;
    max-width: 190px;
  }
  .settlement .settlement_main .settlement_right {
    width: 100%;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .otp_form input {
    margin-right: 10px;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .top_tabs a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 900px) {
  .settlement .settlement_main .bg_banner {
    top: 0%;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .otpSectionleft {
    width: 100% !important;
  }
  .otpSectionmain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin-top: 0px; */
  }
  .checkbox.agree_terms {
    padding-right: 10px !important;
    padding-left: 20px !important;
  }
  .otpSection .otpSectionright{
    padding: 10px 10px 0 0 !important;
  }
  .settlement .settlement_main .bg_banner {
    top: -25%;
    width: 100%;
  }
  .settlement .settlement_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .settlement .settlement_main .settlement_left {
    margin-top: 30px;
    width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    background-size: 115%;
    background-position: -100% center;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left {
    max-width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left h2 {
    font-size: 30px;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right {
    max-width: 40%;
    position: absolute;
    right: 0px;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right .banner_image_container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right .banner_image {
    top: 0px;
    left: -7vw;
    max-width: 100%;
  }
  .settlement .settlement_main .settlement_left .download_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .settlement .settlement_main .settlement_left .download_btns .btndwnld {
    margin-top: 10px;
  }
  .settlement .settlement_main .settlement_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .otp_form input {
    margin-right: 10px;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .top_tabs a {
    padding: 10px 15px;
  }
  .payment_form .login_inner {
    padding: 30px 10px;
  }
  .payment_form .login_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .payment_form .login_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment_form .login_form .field {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .settlement .settlement_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
  }
  .settlement .settlement_main .bg_banner {
    right: -20%;
    top: auto;
    bottom: -20%;
    width: 140%;
  }
  .settlement .settlement_main .generate_otp_sec {
    min-height: auto;
  }
  .settlement .settlement_main .settlement_left {
    width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    background-size: 140%;
    background-position: 50% 120%;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left {
    max-width: 100%;
  }
  .settlement .settlement_main .settlement_left .banner .banner_left h2 {
    font-size: 30px;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right {
    position: relative;
    max-width: 100%;
    right: 0px;
  }
  .settlement .settlement_main .settlement_left .banner .banner_right .banner_image {
    top: 20px;
    left: 14%;
    max-width: 70%;
  }
  .settlement .settlement_main .settlement_left .download_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .settlement .settlement_main .settlement_left .download_btns .btndwnld {
    margin-top: 10px;
    max-width: 100%;
  }
  .settlement .settlement_main .settlement_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .otp_form input {
    margin-right: 10px;
  }
  .settlement .settlement_main .settlement_right .generate_otp_sec .top_tabs a {
    padding: 10px 15px;
  }
  .payment_form .login_inner {
    padding: 30px 10px;
  }
  .payment_form .login_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .payment_form .login_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment_form .login_form .field {
    width: 100%;
    max-width: 100%;
  }
}
.payment_form .login_form .field .did-floating-label-content .did-floating-input.is-invalid ~ .did-floating-label {
  color: #f44336;
}

.mat-form-field {
  width: 100%;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif !important;
  font-size: inherit;
  font-weight: 400;
}
.mat-form-field-flex {
  border-bottom: 1px solid #3a8add;
  border-radius: 14px;
  padding: 0 17px;
  height: 45px;
}
.mat-select {
  display: inline-block;
  width: 100%;
  outline: 0;
  font-size: 14.5px;
  font-family: "Open Sans", sans-serif !important;
}
.mat-form-field-appearance-legacy .mat-form-field-underline,.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple,.mat-form-field.mat-focused .mat-form-field-ripple {
  height: 0!important
}
.mat-select-trigger {
  display: inline-table;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  height: 1.125em;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.34375em) scale(.75) !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 25px;
  color: #3A8ADD !important;
  padding-left: 22px;
  position: absolute;
  pointer-events: none;
  top: 25px;
}
.mat-form-field-infix {
  position: inherit !important;
}
@media (min-width: 992px){
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff453a!important
}

.mat-form-field.mat-form-field-invalid .mat-form-field-flex {
  border-bottom: 1px solid #ff453a
}

.mat-form-field.mat-form-field-disabled .mat-form-field-flex,.mat-form-field.ng-valid .mat-form-field-flex {
  background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fffd00,#007dff) bottom/100% 14px no-repeat border-box;
  border-radius: 0 0 14px 14px;
  border-bottom: 1px solid transparent
}
.mat-option:hover:not(.mat-option-disabled) {
  background: #f1f8ff!important;
}
.pl-online .mat-input-element,.pl-online .mat-select-value {
  color: #1a1a1a!important
}
.mat-option {
  margin: 8px;
  border-radius: 14px;
  font-family: Roboto,"Helvetica Neue",sans-serif;
  color: rgba(0,0,0,.87);
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}
.mat-select-panel {
  border-radius: 14px!important;
  overflow: visible!important;
  padding: 1px 0!important;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 16px 35px rgba(58,138,221,.17)!important;
}
.mat-select-arrow-wrapper {
  background: url('../images/arrow.svg') center center no-repeat;
}
.mat-select-arrow {
  opacity: 0;
}
.mat-select-arrow {
  color: rgba(0,0,0,.54);
}
.imp-information {
  /* background: rgba(255,253,0,.2); */
  background: url("../images/bg.webp") top left/cover no-repeat;
  border-radius: 15px;
  padding: 39px 3% 2px;
  font-size: 18px;
  margin-top: 20px;
}
.mat-dialog-container{
  border-radius: 15px !important;
}
/*Dark Mode css start*/
.dark-mode-active, .wrapper.dark-mode-active header, .dark-mode-active .banner, .dark-mode-active footer, .dark-mode-active footer p, .dark-mode-active .settlement .settlement_left .banner p, .dark-mode-active .payment_form .login_inner, .dark-mode-active .did-floating-input, .dark-mode-active .radio_text, .dark-mode-active .imp-information,.dark-mode-active .generate_otp_sec, .dark-mode-active .form-container input {
  background: url("") top left/cover no-repeat #23242e !important;
  color: white !important;
}
.dark-mode-active .valid .did-floating-input {
  background-image: url("../images/check_circle.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 182px top 50% !important;
  background-color: #23242e !important;
  background-size: 205px 17px !important;
}
.dark-mode-active section.login_inner {
  border-bottom: 2px solid #007DFF;
  background-color: #23242e !important;
}
.dark-mode-active .btndwnld, .dark-mode-active .top_tabs, .dark-mode-active .not_a_robot{
  background-color: #3d3d3e !important;
  color: #ffffff !important;
}
.dark-mode-active .top_tabs a,.dark-mode-active b, .dark-mode-active .fail-pthird p.p-2{
  color: #ffffff !important;
}
.dark-mode-active a.btndwnld.text-blue:hover{
  color: blue !important;
}
.dark-mode-active .gradient-text {
  background: linear-gradient(111.97deg,#007dff 5.5%,#d7d50c 98.29%),#1a1a1a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.toggle-btn {
  width: 40px;
  height: 24px;
  border-radius: 50px;
  background: #c9cfd7;
  display: flex;
  align-items: center;
}
.toggle-btn .theme-icon {
  background: url("../images/light-icon.webp") center/contain no-repeat #fff;
  padding: 2px;
  border-radius: 50px;
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-left: 4px;
}
.dark-mode-active .toggle-btn {
  background: #3a8add;
}
.dark-mode-active .toggle-btn span {
  background: url("../images/dark-icon.webp") center/contain no-repeat #fff;
  margin-left: 20px!important;
}
.dark-mode-active  input.inputText:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #23242e inset;
  -webkit-text-fill-color: #fffefe;
}
/*Dark Mode css end*/
terms-conditions-dialog ,.light-theme{
  background: url("../images/bg.webp") top left/cover no-repeat;
}
.container.imp-information .t-c {
  font-size: 20px;
  font-weight: 500;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.submit-form hr {
  margin-top: 0rem !important;
  border-top: 2px solid #d8de4f !important;
  width: 100% !important;
}

.submit-form h3 {
  font-weight: 400 !important;
  color: black !important;
}

.termsNew {
  font-size: 14px !important;
}

@media(max-width:320px) {
  .submit-form h3 {
      font-size: 1em;
  }
}
.submit:hover {
  color: white;
  border: 1px solid #1986b3;
  background: #1968b3;
}
.submit:focus{
color: white;
  border: 1px solid #1986b3;
  background: #1968b3;
}
.submit:active{
color: white;
  border: 1px solid #1986b3;
  background: #1968b3;
  -webkit-box-shadow: none;
  box-shadow: none; 	
}
ul, li {
  margin: 15px 5px 15px 15px !important;
  list-style: auto !important;
  text-align: justify !important;
  line-height: 1.2 !important;
}