@charset "UTF-8";
html{
  font-size: 62.5%;
}
html,
body,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  color: #ffffff;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  outline-style:none;
  border: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 1;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

body {
  background-image: url(../img/bg.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
}
body:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: .8;
  background: linear-gradient(to right, #9fcdfd, #0276ef);
  z-index: -1;
}
.out-box {
  padding: 6rem 0;
  box-sizing: border-box;
  position: relative;
}
.box {
  width: 1024px;
  margin: 0 auto;
  /* margin-top: 6rem;
  margin-bottom: 6rem; */
  position: relative;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);;
  border-radius: 5px;
}
.mt-5 {
  margin-top: 3rem;
}
.navbar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.btn {
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.7rem 1rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.5;
  border-radius: 0.25rem;
  user-select: none;
  border: 1px solid transparent;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.d-flex {
  display: flex;
}
.jumbotron {
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  padding: 4rem 2rem;
  background-color: #e9ecef;
    border-radius: 0.3rem;
}
.jumbotron:before {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.align-items-center {
  align-items: center;
}
.jumbotron .container {
  position: relative;
}
.box .container {
  width: 100%;
  max-width: 1080px;
  padding-left: 30px;
  padding-right: 30px;
}
.text-center {
  text-align: center!important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4 {
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-7 {
  flex: 0 0 58.3333%;
  flex-wrap: wrap;
}
.col-5 {
  flex: 0 0 40.666667%;
    max-width: 40.666667%;
    width: 100%;
    min-height: 1px;
}
img {
  max-width: 100%;
  vertical-align: middle;
    border-style: none;
}
/* .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
} */
*, ::after, ::before {
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
}
.bg-grey {
  background-color: #f7f8f9;
}
nav, section {
  display: block;
}
.section-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-item-wrapper {
  margin-bottom: 30px;
}
.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.blog-img img {
  width: 100%;
}
.blog-text {
  padding: 15px;
  background-color: #ffffff;
}
.blog-text p {
  font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 1rem;
}
.blog-author {
  display: inline-block;
  color: #f15e75;
}
.blog-author p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
}

.bg-white {
  background-color: #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem;
}
.mb-3, .my-3 {
  margin-bottom: 1rem;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.text-bg {
  background: rgb(0,0,0,0.4);
}
.mb-5, .my-5 {
  margin-bottom: 3rem;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Work Sans', sans-serif;
  margin-top: 0;
  color: inherit;
}
.text-white {
  color: #fff;
}
.text-danger {
  color: #dc3545!important;
}
.section-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}
h2 {
  font-family: 'Work Sans', sans-serif;
  margin-top: 0;
  color: inherit;
  line-height: 1.2em;
  font-size: 3.6rem;
}
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
h4, h5, h6 {
  line-height: 1.5em;
  font-weight: 400;
}
h5 {
  font-size: 1.8rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.content-title::after {
  content: "......................................................................";
  left: 185px
px
;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dc3545;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.wrapper-frame {
  display: flex;
}
.wrapper-frame div {
  margin: 10px;
}
.pl-2, .px-2 {
  padding-left: 0.5rem;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem;
}
.pr-2, .px-2 {
  padding-right: 0.5rem;
}
.pt-2, .py-2 {
  padding-top: 0.5rem;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
dl, ol, ul {
  margin-top: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.text-primary {
  color: #007bff!important;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  border: 1px solid rgba(0,0,0,.125);
}
.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
h6 {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.list-text {
  color: #f15e75;
}

.login_box {
  background-color: #ffffff;
  border-radius: .25rem;
  padding: 50px 10px 0 10px;
  box-sizing: border-box;
  height: 100%;
}
.login_d_flex {
  display: flex;
  align-items: center;
}
.login_d_flex>label {
  margin-right: 5px;
  text-align: right;
}
.mobile_input {
  flex: 1;
}
.s_between {
  justify-content: space-between;
}
.otp_area {
  margin-bottom: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
  border: none;
}
input {
  outline: none;
}

.m_bottom_3 {
  margin-bottom: 30px;
}

.mobile_box {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  height: 48px;
  line-height: 48px;
  padding-left: 16.6px;
  padding-right: 1px;
  box-sizing: border-box;
}
.otp_box {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  height: 48px;
  line-height: 48px;
  padding-left: 16.6px;
  padding-right: 1px;
  box-sizing: border-box;
  width: 240px;
}

.login_box input,.otp_btn {
  height: 40px;
  line-height: 40px;
}
.otp_btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 0 16.3px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgb(115, 177, 77);
  height: 48px;
  line-height: 48px;
}
.otp_sent_bg {
  background-color: #c6c8ca;
}
.login_btn {
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  margin-top: 80px;
  width: 100%;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background-color: rgb(115, 177, 77);
  border-radius: 10px;
}

.tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 9999;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #F5F5F5;
  text-align: center;
  font-size: .28rem;
  border-radius: .15rem;
  padding: .2rem;
  box-sizing: border-box;
  display: none;
}

.y-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  background-color: rgba(0, 0, 0, .5);
  touch-action: none;
}
@keyframes rotate {
  to {
      transform: rotate(360deg);
  }
}

.loading-style {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}

.hidden_loading {
  display: none !important;
}

#unLogin{
  display: none;
}
#loginedBox {
  display: none;
}
.logined_title {
  font-size: 28px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}
.f-size-26 {
  font-size: 26px;
}
.account_number {
  height: 42px;
  line-height: 42px;
  margin: 0;
}
.account_label {
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
}

.m_top_3 {
  margin-top: 30px;
}