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: 1366px;
  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 */
.commonbtn {
  width: 100%;
}
.commonbtn a, .commonbtn input, .commonbtn button {
  display: block;
  height: 60px;
  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;
  /*max-width: 372px;*/
  width: 100%;
  margin: auto;
  font-size: 18px;
  color: #3A8ADD;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
  color: #fff;
  background: #3A8ADD;
}
.commonbtn a:hover, .commonbtn input:hover, .commonbtn button:hover {
  color: #fff;
  background: #6394D8;
}

#Login_Section {
  margin-top: 60px;
}

#login_footer {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #fff;
  padding: 40px 0px;
  text-align: center;
}
#login_footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#login_footer li {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #3C3C3C;
}
#login_footer li a {
  color: #3C3C3C;
}
#login_footer .footer_social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 3px;
}
/* #login_footer .footer_social .social_ic_fb {
  background: url("../../assets/images/ic_facebook.svg") no-repeat center;
  background-size: cover;
}
#login_footer .footer_social .social_ic_whatsapp {
  background: url("../../assets/images/ic_whatsapp.svg") no-repeat center;
  background-size: cover;
}
#login_footer .footer_social .social_ic_yt {
  background: url("../../assets/images/ic_youtube.svg") no-repeat center;
  background-size: cover;
}
#login_footer .footer_social .social_ic_inta {
  background: url("../../assets/images/ic_inst.svg") no-repeat center;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
} */

.loginBox header.loginHeader .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .signLeft {
  width: 29%;
  padding: 25px 25px 0px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.signLeft h2 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 0px;
}
.signLeft h2 .gradient_line {
  width: 84px;
  height: 3px;
  display: block;
  background: #007dff;
  background: -webkit-gradient(linear, right top, left top, from(#e0de00), to(#007dff));
  background: linear-gradient(270deg, #e0de00 0%, #007dff 100%);
  border-radius: 10px;
  margin-top: 14px;
} */

.form-container label {
  position: relative;
}
.form-container .commInput {
  margin-top: 18px;
}
.form-container .error-msg {
  display: none;
}
.form-container .commonbtn a.avaiLink2 {
  border-radius: 10px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(91.33deg, #3595F0 9.18%, #1C6AB4 104.08%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-container .commonbtn a.avaiLink2:hover {
  background: #1C6AB4;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-container .commonbtn a.avaiLink3 {
  border: solid 1px #1C6AB4;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  margin-top: 20px;
  color: #1C6AB4;
}
.form-container .commonbtn a.avaiLink3:hover {
  background: #1C6AB4;
  color: #fff;
}
.form-container .loginOr {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.form-container .loginOr span {
  display: inline-block;
  background: #fff;
  color: #95A5BF;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.form-container .loginOr::before {
  width: 100%;
  height: 1px;
  background: #95A5BF;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.form-container .fotLinks {
  margin-top: 20px;
  color: #1C6AB4;
  font-size: 16px;
  font-weight: 300;
}
.form-container .fotLinks a {
  color: #1C6AB4;
}
.form-container .fotLinks a:hover {
  color: #000;
}

.form-container input:focus ~ .floating-label
 ,.form-container .contractForm ~ .floating-label  
{
  /*top: -31px;*/
  top: -28px !important;
  left: 10px !important;
  font-size: 11px !important;
  opacity: 1 !important;
  background: #fff !important;
  padding: 3px 10px !important;
  border-radius: 5px !important;
  color: #95A5BF !important;
  font-weight: 600 !important;
}

.form-container .inputText {
  font-size: 16px;
  width: 100%;
  background: #ECF0F5;
  border: 0;
  /*border-radius: 10px;*/
  border-radius: 6px;
  /*height: 63px;*/
  height: 50px;
  padding-left: 20px;
  color: #000;
  border: solid 2px #ECF0F5;
}

.dark-mode-active .generate_otp_sec .form-container input, .form-container input.inputText:focus {
  border: solid 2px #1961AC !important;
  transition: 0s !important;
}

.form-container .floating-label {
  position: absolute !important;
  pointer-events: none !important;
  left: 15px;
  top: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #95A5BF;
  font-size: 16px;
}

/*30-10-2022*/
/* .show_password {
  background: url(../../assets/images/ic_eye.svg) no-repeat right center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
} */

/*.signLeft #Login_OTP {
  padding-bottom: 15px;
}
.signLeft p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #606060;
}
.signLeft .form-container .commonbtn a {
  height: 50px;
  border-radius: 6px;
}
.signLeft .login_otpfiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
  margin-bottom: 77px;
}
.signLeft .login_otpfiles input {
  width: calc(20% - 15px);
  height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #95A5BF;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
  color: #95A5BF;
}
.signLeft .login_otpfiles input:last-child {
  margin-right: 0px;
}
.signLeft .loginback {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1C6AB4;
  background: #F6FAFF;
  border-radius: 10px;
  padding: 10px;
  max-width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 26px;
}
.signLeft .loginback:hover {
  background: #d9eafe;
}
.signLeft .loginback span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../../assets/images/backarrow.svg") no-repeat center;
  margin-right: 10px;
}
.signLeft .loginback img {
  padding-right: 10px;
}
.signLeft #Login_Mobile h2 {
  margin-bottom: 60px;
}
.signLeft #Login_Mobile .avaiLink2 {
  margin-top: 28px;
}
.signLeft #Login_Mobile .avaiLink3 {
  margin-top: 24px;
}
.signLeft #Login_Mobile .loginOr {
  margin-top: 46px;
}
.signLeft #Login_OTP p.otp_valid {
  margin-top: 19px;
}
.signLeft #Login_OTP p span, .signLeft #Login_OTP p a {
  color: #308CE3;
}
.signLeft #Login_OTP p.didnt_recv_otp {
  color: #949494;
  margin-bottom: 11px;
}
.signLeft #Let_Us_Help p {
  padding-bottom: 13px;
}
.signLeft #Let_Us_Help .commonbtn a {
  margin: 36px 0px;
}
.signLeft #Forgot_UserID .commInput {
  margin-top: 48px;
  margin-bottom: 49px;
}
.signLeft #Forgot_Password .commInput {
  margin-top: 20px;
  margin-bottom: 57px;
}
.signLeft .otpBoxMain {
  display: none;
}

.signRight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68.5%;
  margin-left: 2.5%;
  height: 450px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  float: right;
}
.signRight .signRight_Inner {
  background: url(../../assets/images/login_right_gradiant.png) no-repeat left center;
  background-size: cover;
  width: 100%;
  height: 450px;
  padding: 0px 0px 0px 31px;
  position: relative;
}
.signRight .signRight_Inner h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 54px;
  background: linear-gradient(111.97deg, #3A9BFF 5.5%, #FFFE7A 98.29%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.signRight .signRight_Inner .login_right_girl {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 94%;
}
.signRight .signRight_Inner .txt_seamless {
  padding-top: 70px;
  margin-bottom: 40px;
}
.signRight .signRight_Inner ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 4px 0px 4px 0px;
  color: #1961AC;
}
.signRight .signRight_Inner ul li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 13px;
}
.signRight .signRight_Inner ul li .login_point_01 {
  background: url(../../assets/images/ic_login_phone_blue.svg) no-repeat center;
}
.signRight .signRight_Inner ul li .login_point_02 {
  background: url(../../assets/images/ic_login_check_blue.svg) no-repeat center;
}
.signRight .signRight_Inner ul li .login_point_03 {
  background: url(../../assets/images/ic_login_pay_blue.svg) no-repeat center;
}
.signRight .signRight_Inner ul li .login_point_04 {
  background: url(../../assets/images/ic_login_statement_blue.svg) no-repeat center;
} */

@media screen and (min-device-width: 768px) and (max-device-width: 2000px) {
  #Login_Section .container {
    max-width: 1100px;
  }
}
/* Ipad Mini Portrait */
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .loginBox main {
    padding-bottom: 40px !important;
  }

  #Login_Section .container {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .signLeft {
    width: 100%;
  }

  .signRight {
    width: 100%;
    margin-left: 0px;
  }

  header.loginHeader .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.loginHeader .container .logo_icons {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  header.loginHeader .container .ic_logo {
    background-size: contain;
    width: 280px;
  }

  .signRight {
    width: 100%;
    margin: 33px 0 33px 0;
    height: auto;
  }
  .signRight .signRight_Inner {
    height: auto;
    padding-left: 25px;
    padding-bottom: 315px;
    background-position: right bottom;
    background: none;
  }
  .signRight .signRight_Inner ul li span {
    margin-right: 12px;
  }
  .signRight .signRight_Inner .txt_seamless {
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .signRight .signRight_Inner .txt_seamless img {
    max-width: 90%;
    height: auto;
  }
  .signRight .signRight_Inner .login_right_girl {
    height: auto;
    width: 300px;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #login_footer {
    margin-top: 0px;
    padding: 0px;
    position: inherit;
    background: transparent !important;
    /*.mobile_full_screen { display: block !important; clear: both; }*/
  }
  #login_footer .container {
    display: block;
  }
  #login_footer ul {
    display: block;
    text-align: left;
  }
  #login_footer li {
    font-size: 16px;
    margin: 20px 25px 0px 0px;
  }
  #login_footer .footer_social a {
    width: 24px;
    height: 24px;
  }
  #login_footer .footer_social a.social_ic_inta {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
/* Ipad Mini Portrait */
/* Ipad Mini Portrait */
@media only screen and (max-width: 1180px) and (min-width: 840px) {
  header.loginHeader .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.loginHeader .container .logo_icons {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  header.loginHeader .container .ic_logo {
    width: 190px;
    height: 22px;
    background-size: contain;
    margin-left: 0px;
  }
}
/* Ipad Mini Portrait */
/* Ipad Mini Portrait */
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .login_right_girl {
    max-height: 85%;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .loginBox main {
    padding-bottom: 40px !important;
  }

  #Login_Section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 15px;
  }

  .signLeft {
    width: 100%;
    margin-top: 0px;
    height: auto;
  }

  .signRight {
    width: 100%;
    margin: 33px 0 33px 0;
    height: auto;
  }
  .signRight .signRight_Inner {
    height: auto;
    padding-left: 25px;
    padding-bottom: 315px;
    background-position: right bottom;
    background: none;
  }
  .signRight .signRight_Inner ul li span {
    margin-right: 12px;
  }
  .signRight .signRight_Inner .txt_seamless {
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .signRight .signRight_Inner .txt_seamless img {
    max-width: 90%;
    height: auto;
  }
  .signRight .signRight_Inner .login_right_girl {
    height: auto;
    width: 300px;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  header.loginHeader .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.loginHeader .container .logo_icons {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  header.loginHeader .container .ic_logo {
    background-size: contain;
    width: 280px;
  }

  #login_footer {
    margin-top: 0px;
    padding: 0px;
    position: inherit;
    background: transparent !important;
  }
  #login_footer .container {
    display: block;
  }
  #login_footer ul {
    display: block;
  }
  #login_footer .mobile_full_screen {
    display: block !important;
    clear: both;
  }
  #login_footer li {
    font-size: 16px;
    margin: 20px 0 0px 0px;
    padding: 0 10px;
  }
  #login_footer .logFotBor::before {
    content: "";
    border-top: solid 1px #ccc;
    width: 100%;
    height: 2px;
    display: block;
    padding-top: 15px;
  }
  #login_footer .footer_social::before {
    content: "";
    border-top: solid 1px #ccc;
    width: 100%;
    height: 2px;
    display: block;
    padding-top: 15px;
  }
  #login_footer .footer_social a {
    width: 24px;
    height: 24px;
  }
  #login_footer .footer_social a.social_ic_inta {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
/* Mobile */
.loginBox header .logo {
  margin-left: 0 !important;
}

main {
  padding-bottom: 40px !important;
}
main #login_footer {
  position: initial;
}