/* @font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova_Bold.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Medium";
  src: url("../fonts/ProximaNova-Medium.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-SemiBold";
  src: url("../fonts/ProximaNova_SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova - Light", sans-serif;
  src: url("../fonts/ProximaNova_Light.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-ExtraBold";
  src: url("../fonts/ProximaNova_ExtraBold.otf") format("opentype");
} */

body {
  margin: 0%;
  font-family: "ProximaNova-Regular";
}

/*Custom CSS*/
.layout-fixed {
  width: 100%;
  height: 100%;
}
.section-left .leftLogin-img-sec {
  width: 100%;
  position: absolute;
  height: 100%;
}
.section-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-sec-fix {
  display: table !important;
}
.wrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.section-right {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.section-form {
  max-width: 455px;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px 20px;
  margin: 0 auto;
}
.form-header {
  width: 100%;
  text-align: center;
}
.section-logo {
  width: 298px;
  display: block;
  height: 60px;
  margin: 0 auto;
}
.section-logo img {
  width: 100%;
  height: auto;
}
.section-heading {
  width: 100%;
  display: block;
  text-align: center;
  margin: 25px 0;
}
.section-heading h4 {
  font-size: 21px;
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.form-body {
  width: 100%;
  padding: 0 35px;
}
.log-form input,
.log-form input:focus,
.log-form input:active {
  width: 100%;
  height: 60px;
  border-radius: 9px;
  font-size: 19px;
  padding-left: 25px;
  color: #485464;
  border: solid 1px #e8e8e8;
  box-shadow: none;
}
.log-form input::placeholder {
  color: #485464;
}
.log-form .form-group {
  position: relative;
}
.input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  border: solid 1px #e8e8e8;
  width: 40px;
  justify-content: center;
  border-left: 0;
  border-radius: 0 9px 9px 0;
}
.view-icon svg {
  font-size: 20px;
  color: #9b9b9b;
}
.section-forgot-psw {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  width: auto;
  display: inline-block;
  margin-left: 70%;
}
.section-forgot-psw p {
  color: #4d5046;
  font-size: 14px;

  font-style: normal;
  letter-spacing: -0.35px;
  font-family: "ProximaNova-Regular";
}
.btn.btn-warning.form-control {
  background-color: #ff6200;
  color: #fff;
  font-size: 20px;
  padding: 10px;

  font-family: "ProximaNova-Medium";
  border: 1px solid #ff6200;
  border-radius: 9px;
  opacity: 1;
}
.register-link {
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #4f5248;

  margin: 25px 0 0;
  letter-spacing: 0.5px;
  font-family: "ProximaNova-Regular";
}
.register-link a,
.privacy-policy-link-tag {
  -webkit-text-fill-color: #ff6200;
  display: inline;
  cursor: pointer;
}
.accept-privacy-policy input {
  display: inline;
}
.accept-privacy-policy label {
  display: inline;
  -webkit-text-fill-color: #9b9b9b;
}
.accept-privacy-policy span {
  display: inline;
}

/* .btn.btn-warning.form-control.register {
  background-color: #4d5046;
  margin-top: 25px;
  border: 1px solid #4d5046;
}
.btn.btn-warning.form-control.register:hover,.btn.btn-warning.form-control.register:active,.btn.btn-warning.form-control.register:focus {
  border: solid 1px #3e4137;
  color: #fff;
  box-shadow: none;
} */
.social-accounts {
  width: 100%;
  text-align: center;
}
.social-acc-content {
  width: 100%;
  margin: 15px 0;
}
.social-acc-content h6 {
  color: #4d5046;
  font-size: 16px;
  font-family: "ProximaNova-SemiBold";
}
.social-links {
  width: 100%;
  display: flex;
  padding: 0 25px;
  justify-content: center;
}
.wrapper.registration .section-heading {
  margin: 10px 0 15px 0;
}
.social-links .soQr--link {
  width: 57px;
  height: 57px;
  border-radius: 28px;
  background-color: #4d5046;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top-right-radius: 12px; */
  margin: 0 auto;
}
/*home page*/
.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.container.custom-container-sec {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.navbar {
  height: 75px;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.navbar-nav {
  margin-left: 50px;
}
.navbar-light .nav-item a.nav-link {
  font-size: 17px;

  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
  color: #4a4a4a !important;
  padding: 10px 20px;
  font-family: "ProximaNova-Medium";
}

.navbar-light .nav-item a.nav-link.active {
  color: #ff6200 !important;
  font-family: "ProximaNova-Bold";
  line-height: 25px;
}

.user-panel.d-flex {
  align-items: center;
}
.user-panel .info {
  margin-right: 10px;
}
.user-panel .info span {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.user-panel .info span img {
  margin-left: 10px;
}
.main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 75px;
}
.hero-left {
  height: 250px;
  border-radius: 8px;
  background-color: #f1f2ee;
}
.hero-left-top {
  display: flex;
}
.wallet-container .hero-left-top {
  display: flex;
  width: 100%;
}
.hero-left-bottom {
  display: flex;
  text-align: center;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.wallet--banner-img .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
  justify-content: flex-end;
}
.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;        
  justify-content: flex-end;
}
.user-expense {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 200px;
  justify-content: flex-end;
  text-align: right;
}
.user-expense h6 {
  color: #4d5046;
  font-size: 18px;

  font-family: "ProximaNova-Medium";
}
.user-expense h2 {
  color: #4d5046;
  font-size: 31px;
  margin: 0;
  font-family: "ProximaNova-Bold";
}
.user-name-area h6 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 4px;
}
.total-to-spend {
  margin-bottom: 0px;
}
.next-payment span {
  color: #ff6200;
  font-size: 14px;

  font-family: "ProximaNova-Medium";
}
.hero-left-bottom a {
  color: #4a4a4a;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  text-decoration: none;
}
.hero-right {
  width: 100%;
  height: 250px;
  align-items: center;
  padding: 25px;
  padding-left: 35px;
  padding-right: 0;
}
.card-details h6 {
  color: #4d5046;
  font-size: 20px;
  font-family: "ProximaNova-Bold";
}
.card-details p {
  color: #4d5046;
  font-size: 14px;

  font-family: "ProximaNova-Regular";
}
.logos-sec span {
  margin-right: 5px;
}
.featured-partners {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 34px;
}
.featured-title-section {
  height: auto;
  margin-bottom: 23px;
  padding: 0 10px;
}
.section-main-title {
  color: #4a4a4a;
  font-size: 18px;
  font-family: "ProximaNova-Bold";
}
.section-sub-title {
  color: #4a4a4a;
  font-size: 13px;
  font-family: "ProximaNova-Regular";
}
.featured-partners-list .gallery-partner {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.featured-box {
  height: auto;
  overflow: hidden;
}
.featured-secQr {
  margin: 0 10px;
  position: relative;
}
.featured-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.featured-caption {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  flex-direction: column;
  top: 0;
}
.slider-logo-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 0;
}
.featured-caption h6 {
  color: #ffffff;
  font-size: 18px;
  margin-left: 0;

  font-family: "ProximaNova-ExtraBold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.page-layout {
  overflow-y: auto;
}
.user-options-dropdown {
  position: absolute;
  right: 0;
  width: 300px;
  height: 400px;
  top: 56px;
  z-index: 9999;
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  padding: 50px 0;
  left: auto;
}
.user-options-dropdown ul {
  list-style: none;
  padding-left: 0;
}
.user-options-dropdown ul li {
  list-style: none;
}
.user-options-dropdown ul li:hover {
  background-color: #ff6200;
}
.user-options-dropdown ul li a {
  color: #4a4a4a;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  padding: 15px 50px;
  line-height: normal;
  align-items: center;
}
.user-options-dropdown ul li a span {
  width: 35px !important;
}
.user-options-dropdown ul li:hover a {
  color: #fff;
}
.user-options-dropdown ul li:hover img.default,
.user-options-dropdown img.active {
  display: none;
}
.user-options-dropdown ul li:hover img.active {
  display: block;
}
.user-options-dropdown ul li img {
  margin-right: 15px;
}
.logout-link {
  width: 100%;
  text-align: center;
  display: block;
}
.logout-link a {
  color: #ff6200;
  font-size: 14px;

  text-transform: uppercase;
  font-family: "ProximaNova-SemiBold";
}
.card-image-section {
  flex: 0 0 40%;
  max-width: 40%;
}
.card-details {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 25px;
}
/* .arrow-section {
  flex: 0 0 10%;
  max-width: 10%;
} */
.section-left {
  height: 100%;
  display: table-cell;
  width: 50%;
  position: relative;
}
.go-wallet {
  max-width: 100%;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.forgot-btn {
  margin-top: 25px;
}
.btn.btn-warning.form-control:hover {
  background-color: #cf4f00;
  border-color: #cf4f00;
}
.btn.btn-warning.form-control:active {
  background-color: #ff6200 !important;
  border: 1px solid #ff6200 !important;
  color: #fff !important;
  box-shadow: none !important;
}
/*sticky */
.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 75px;
}
.sticky .on-scroll-hide,
.sticky .hero-left-bottom {
  display: none;
}
.sticky .lr-item--hero {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
  transition: 1s;
}
.sticky .user-expense {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  height: auto;
}
.sticky .total-to-spend,
.sticky .next-payment {
  padding: 0 10px;
}
.sticky .hero-left-top,
.sticky .user-info {
  align-items: center;
  height: auto;
}
.sticky .hero-left {
  height: 150px;
}

.scroll-animation {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  z-index: 99;
  top: 60px;
}
.scroll-animation .user-expense {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  height: auto;
}
.scroll-animation .total-to-spend,
.scroll-animation .next-payment {
  padding: 0 0 0 1.5rem;
}
.scroll-animation .hero-left-top,
.scroll-animation .user-info {
  align-items: baseline;
  height: auto;
}
.scroll-animation .hero-left {
  height: 135px;
  border-radius: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.bottom-need-content,
.icon-need-item {
  margin-top: auto;
}
.need-tittle {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 25px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
#exampleModal .modal-dialog {
  max-width: 848px;
}
#exampleModal .modal-header,
#exampleModal .modal-footer {
  border: 0;
  text-align: center;
  justify-content: center;
}
#exampleModal .btn.btn-primary {
  background-color: #ff6200;
  border: 1px solid #ff6200;
  width: 150px;
  height: 46px;
  font-size: 17px;

  text-transform: uppercase;
  border-radius: 25px;
}

.model-error .modal-dialog {
  max-width: 848px;
}
.model-error .modal-header,
.model-error .modal-footer {
  border: 0;
  text-align: center;
  justify-content: center;
}
.model-error .btn.btn-primary {
  background-color: #ff6200;
  border: 1px solid #ff6200;
  width: 150px;
  height: 50px;
  font-size: 16px;

  text-transform: uppercase;
}
.nav-item.dropdown.show .down-arrow-show,
.nav-item.dropdown .up-arrow-show {
  display: none;
  transition: 1s;
}
.nav-item.dropdown.show .up-arrow-show {
  display: block;
  transition: 1s;
}

.mandatory-field-error {
  font-size: 10px;
  color: red;
}

/* 10-06-2021 */
.what-need-section {
  background-image: linear-gradient(
      45deg,
      rgba(218, 218, 218, 0.62),
      rgba(218, 218, 218, 0.62)
    ),
    url("../images/home-active-contract-bg.png");
  width: 100%;
  height: 249px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}
.icon--items {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
}
.icon-monthly {
  flex: 1;
  padding: 0 10px;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-content {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0 15px 0;
}
.icon-circle {
  width: 56px;
  height: 56px;
  background-color: #ff6200;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.need-para {
  color: #4d5046;
  font-family: "ProximaNova-Medium";
  font-size: 12px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.icon-para p {
  color: #4d5046;
  font-family: "ProximaNova-SemiBold";
  font-size: 10px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 5px 0;
}
.bottom-need-content h2 {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.card-details.tittle-active h6 {
  color: #ff6200;
  font-family: "ProximaNova-ExtraBold";
  font-size: 25px;
  font-style: normal;
  letter-spacing: -0.21px;
  line-height: 19.7px;
  text-align: left;
}
.shop-jewell-btn {
  border-radius: 16px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-ExtraBold";
  font-size: 11px;
  font-style: normal;
  letter-spacing: -0.09px;
  line-height: normal;
  text-align: left;
  padding: 8px 15px;
  border: 1px solid #ff6200 !important;
}
.shop-jewell-btn:hover {
  background-color: #cf4f00;
  /* border: 1px solid #cf4f00; */
  color: #fff;
  text-decoration: none;
}
.shop-jewell-btn:active,
.shop-jewell-btn:focus {
  background-color: #ff6200 !important;
  border: 1px solid #ae4300 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.d-flex.applink-item {
  padding-top: 25px;
}
.applink-btn,
.applink-btn:focus,
.applink-btn:hover,
.applink-btn:active {
  border: 0;
  background: transparent;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
/* wallet */
.wallet---itemQr {
  background-image: linear-gradient(
      45deg,
      rgba(218, 218, 218, 0.9),
      rgba(218, 218, 218, 0.9)
    );
  width: 100%;
  height: 137px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
}
.wallet---itemQr .user-image-area {
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
}
.wallet---itemQr .user-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 15px;
}
.wallet---itemQr .hero-left {
  height: 100%;
  background: transparent;
}
.wallet---itemQr .user-info {
  align-items: center;
  justify-content: flex-start;
}
.wallet---itemQr .container.wallet-container .user-info {
  align-items: flex-start;
}
.wallet---itemQr .user-name-area h6 {
  text-align: center;
}
.wallet---itemQr .hero-left-top {
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.wallet---itemQr .lr-item--hero {
  height: 100%;
  width: 100%;
}
.search--item {
  margin-left: auto;
}
.contract--item {
  width: 100%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 20px;
}

span.contractCompletion,
span.contractAccountName {
  float: left;
  line-height: 14px;
  margin-bottom: 2px;
}
.contract--item .nav-link.active {
  border: 0;
  border-bottom: 2px solid #ff6200;
  color: #ff6200;
  font-family: "ProximaNova-SemiBold";
  font-size: 16px;
}
.contract--item .nav-link,
.contract--item .nav-tabs {
  border: 0;
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.search-bar .form-control,
.search-bar .form-control:focus {
  width: 260px;
  height: 35px;
  border-radius: 18px;
  background-color: #f1f2ee;
  color: #4d5046;
  font-family: "ProximaNova-Medium";
  font-size: 12px;

  font-style: normal;
  letter-spacing: -0.11px;
  line-height: normal;
  text-align: left;
  box-shadow: none;
  outline: none;
  border: 0;
}
/* .contract--item .nav-item {
  padding: 10px 0;
} */
.inner-card--item {
  display: grid;
  grid-template-columns: 77px 3fr 1fr;
  grid-gap: 15px;
  width: 100%;
}
#activeCont .payment-date {
  justify-content: start;
  margin-top:8px;
}
.card--content {
  margin-left: 15%;
  margin-top: 8px;
}
.payment-date {
  margin-left: auto;
  text-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.date-pay-detail {
  width: 51px;
  height: 51px;
  background-color: #ff6200;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 6px;
}
.date-pay-detail p {
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 15px;

  font-style: normal;
  letter-spacing: -0.14px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
.date-pay-detail h3 {
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  font-size: 25px;
  font-style: normal;
  letter-spacing: -0.23px;
  line-height: 18px;
  text-align: center;
  margin: 0;
}
.payment-date span {
  color: #4d5046;
  font-family: "ProximaNova-Regular";
  font-size: 9px;
  font-style: normal;
  letter-spacing: -0.08px;
  line-height: normal;
  text-align: center;
}
.card--content h2 {
  color: #4d5046;
  font-family: "ProximaNova-SemiBold";
  font-size: 14px;

  font-style: normal;
  letter-spacing: -0.12px;
  line-height: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 2px;
}
.card--content p {
  color: #4d5046;
  font-family: "ProximaNova-Regular";
  font-size: 12px;

  font-style: normal;
  letter-spacing: -0.1px;
  line-height: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 2px;
}
.card--content p span.rate-span {
  color: #ff6200;
  display: inline;
}
.card--content span {
  width: 100%;
  display: inline-block;
  color: #898e93;
  font-family: "ProximaNova-Regular";
  font-size: 10px;

  font-style: normal;
  letter-spacing: -0.08px;
  line-height: normal;
  text-align: left;
}
.left-card--item .card {
  max-width: 445px;
  border: 0;
}
.left-card--item .card-footer {
  background: transparent;
}
.card-footer p.text-right,
.card-footer a.text-right {
  color: #4d5046;
  font-family: "ProximaNova-Medium";
  font-size: 8px;

  font-style: normal;
  letter-spacing: -0.07px;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 0;
  display: block;
}
.contract-list .card-body {
  padding: 5px;
  padding-bottom: 10px;
}
.contract-list .card-footer {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.contract-list .card-footer .add-card-bth {
  margin-top: 80px;
}
.my-card--item .row.no-card-item .card-footer {
  margin-top: 65px;
}
.tabs-section {
  margin-top: 70px;
}
.my-card--content p {
  color: #9b9b9b;
  font-family: "ProximaNova-Regular";
  font-size: 21px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.add-card-bth {
  border-radius: 24px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  width:129px;
  height: 32px;
  font-family: "ProximaNova-ExtraBold";
  font-size: 11px;
  font-style: normal;
  letter-spacing: -0.09px;
  line-height: normal;
  text-align: center;
  border: 0;
}
[type="button"],
button,
.add-btn {
  cursor: pointer;
}
.my-card--item .card-footer {
  border: 0;
}
.wallet---itemQr h6 {
  color: #4d5046;
  font-family: "ProximaNova-Medium";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: right;
}
.user-expense.wallet-expense-item h2 {
  font-size: 37px;
}
.user-expense.wallet-expense-item h2.wallet-font-style{
  font-size: 35px;
}
.wallet---itemQr .user-info h6 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
}
.user-expense.wallet-active-item h6 {
  font-family: "ProximaNova-Medium";
  font-size: 22px;
}
.wallet---itemQr h2 {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 38px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
}
.wallet---itemQr .user-image-area h6 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.wallet---itemQr .next-payment span {
  font-size: 17px;
  font-family: "ProximaNova-Medium";
}
.add-card-bth:hover,
.manual-pay-btn:hover,
.update-card-btn:hover {
  background-color: #cf4f00;
  color: #fff;
  text-decoration: none;
  /* border: 1px solid #cf4f00; */
}
.add-card-bth:active,
.add-card-bth:focus,
.manual-pay-btn:active,
.manual-pay-btn:focus,
.update-card-btn:active,
.update-card-btn:focus {
  border: 1px solid #ae4300;
  background-color: #ff6200;
}
.card--Qeitem {
  display: -webkit-box;
  display: flex;
}
.details-card {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex: 0 0 286px;
  height: 100%;
}
.card--iteQe {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 100%;
}
.card-detail-right {
  padding: 0;
  width: calc(100% - 400px);
}
.card-img--erf {
  width: 285px;
  text-align: center;
  margin-left: 35px;
  margin-right: 120px;
}
.card-update {
  margin-left: auto;
}
.update-card-btn {
  width: 129px;
  height: 32px;
  border-radius: 16px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-ExtraBold";
  font-size: 11px;
  font-style: normal;
  letter-spacing: -0.09px;
  line-height: normal;
  text-align: center;
  border: 0;
}
.details-card .form-control,
.details-card .form-control:hover,
.details-card .form-control:focus {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}
.month-expiry .form-control,
.month-expiry .form-control:hover,
.month-expiry .form-control:focus {
  width: 15%;
  border: 0;
  padding: 0.375rem 0;
}
.d-flex.month-expiry {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.csv-code .form-control {
  width: 100%;
}
.expiry-dates .form-group {
  width: 50%;
  padding-right: 10px;
}
.card-active .card {
  border: 0;
  margin-bottom: 1rem;
}
.card-active .card-body {
  padding: 15px 0;
}
.card--iteQe.instant-view {
  flex-direction: column;
  align-items: flex-start;
}
.card--iteQe.instant-view .tittle-card {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 26px;
  font-style: normal;
  letter-spacing: -0.22px;
  line-height: 25.2px;
  text-align: left;
}
.card--iteQe.instant-view p {
  color: #4d5046;
  font-family: "ProximaNova-Regular";
  font-size: 18px;

  font-style: normal;
  letter-spacing: -0.15px;
  line-height: normal;
  text-align: left;
}
.details-card label {
  color: #969fa2;
  font-family: "ProximaNova-Regular";
  font-size: 14px;

  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 18px;
  text-align: left;
}
.wrapper.welcome-page {
  min-height: 100vh;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.welcome-content p {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 23px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.user--detailQwe {
  padding-left: 68px;
  text-align: left;
  width: calc(100% - 95px);
}
.user--detailQwe h2 {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 24px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 12px;
}
.user--detailQwe p {
  color: #4d5046;
  font-family: "ProximaNova-Medium";
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 12px;
}
.left-secQes,
.rate-sec,
.date-sec {
  flex: 1;
  padding-bottom: 10px;
}
.d-flex.patment-paysec {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
  text-align: left;
}
.payment---Eqf h5 {
  color: #9b9b9b;
  font-family: "ProximaNova-SemiBold";
  font-size: 12px;

  font-style: normal;
  line-height: normal;
  text-align: center;
}
.manual-pay-btn {
  width: 189px;
  height: 38px;
  border-radius: 24px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 14px;

  font-style: normal;
  line-height: normal;
  text-align: center;
  border: 0;
  margin: 15px auto;
}
.Contract--Details {
  text-align: center;
  padding: 15px 0;
}
.payment-schedule h2 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.left-secQes h3 {
  color: #ff6200;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.rate-sec p {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.date-sec .date-pay-detail p {
  font-size: 11px;
  line-height: 8px;
}
.date-sec .date-pay-detail h3 {
  font-size: 18px;
  line-height: 18px;
}
.date-sec .date-pay-detail {
  width: 38px;
  height: 38px;
}
.payment---Eqf .table td {
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
}
.paid {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.paid-amount {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.paid--date .date-pay-detail {
  width: auto;
  height: auto;
  background: transparent;
}
.paid--date .date-pay-detail p {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 15px;

  font-style: normal;
  letter-spacing: -0.14px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
.paid--date .date-pay-detail h3 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 25px;
  font-style: normal;
  letter-spacing: -0.23px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
.payment---Eqf.table--item {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3;
  position: relative;
  z-index: 2;
}
.slidecontainer {
  width: 80%;
  padding: 12px 10px;
  margin: 0 auto;
  position: relative;
}
.progress--slider {
  -webkit-appearance: none;
  width: 92%;
  height: 17px;
  border-radius: 6px;
  background-color: #e7e7e7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.progress--slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 37px;
  height: 37px;
  box-shadow: 0 2px 4px rgba(147, 147, 147, 0.5);
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 100%;
  border: 0;
}
.progress--slider::-moz-range-thumb {
  width: 37px;
  height: 37px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 2px 4px rgba(147, 147, 147, 0.5);
}
.progress-section h3 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 25px;
}
.slidecontainer p {
  color: #cbcbcb;
  font-family: "ProximaNova-Medium";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}
.humm--logo {
  position: absolute;
  right: 0;
  top: 0;
}
.Contract--Details h3 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
#manualPay .modal-footer,
#manualPayNext .modal-footer,
#addCard .modal-footer,
#manualPayclose .modal-footer,
#nextPaySuccess .modal-footer,
#imageUpload .modal-footer,
#nextPay .modal-footer {
  justify-content: center;
  border: 0;
}
#manualPay .modal-header,
#manualPayNext .modal-header,
#addCard .modal-header,
#manualPayclose .modal-header,
#nextPaySuccess .modal-header,
#imageUpload .modal-header,
#commonModel .modal-header,
#notify-virtual-card .modal-header,
#nextPay .modal-header {
  border: 0;
}
#manualPay .modal-dialog,
#manualPayNext .modal-dialog,
#addCard .modal-dialog,
#manualPayclose .modal-dialog,
#nextPaySuccess .modal-dialog,
#imageUpload .modal-dialog,
#notify-virtual-card .modal-dialog,
#commonModel .modal-dialog,
#notify-virtual-card .modal-dialog,
#nextPay .modal-dialog,
#commonModelPayment .modal-dialog {
  max-width: 848px;
  width: 100%;
}
#manualPay .modal-content,
#manualPayNext .modal-content,
#addCard .modal-content,
#manualPayclose .modal-content,
#nextPaySuccess .modal-content,
#imageUpload .modal-content,
#commonModel .modal-content,
#notify-virtual-card .modal-content,
#nextPay .modal-content,
#commonModelPayment .modal-content {
  width: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 20px;
}
.modal-content .logo {
  text-align: center;
  margin-bottom: 2rem;
}
#manualPay .modal-body,
#manualPayNext .modal-body,
#addCard .modal-body,
#manualPayclose .modal-body,
#imageUpload .modal-body {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
#nextPay .modal-body {
  text-align: center;
}
.logo {
  margin-bottom: 10px;
}
.tittle-content h2 {
  color: #323333;
  color: #4d5046;
  font-family: "ProximaNova-ExtraBold";
  font-size: 37px;
  font-style: normal;
  letter-spacing: -0.16px;
  line-height: normal;
  text-align: center;

  margin-bottom: 20px;
}
.tittle-content p {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 17px;

  font-style: normal;
  letter-spacing: -0.07px;
  line-height: normal;
  text-align: center;
}
#manualPay .form-control,
#manualPayNext .form-control {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  width: 150px;
  margin: 0 auto;
  border-radius: 0;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 35px;

  font-style: normal;
  letter-spacing: -0.15px;
  line-height: normal;
  text-align: center;
}
.modal-footer .btn.btn-primary {
  min-width: 226px;
  height: 46px;
  border-radius: 24px;
  background-color: #ff6200;
  border: 1px solid #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.12px;
  line-height: normal;
  text-align: center;
  text-transform: none;
}
.modal-footer .btn.btn-primary:hover {
  background-color: #cf4f00;
  border: 1px solid #cf4f00;
}
.modal-footer .btn.btn-primary:focus,
.modal-footer .btn.btn-primary:active,
.modal-footer .btn.btn-primary:focus-visible {
  background-color: #ff6200 !important;
  border: 1px solid #ae4300 !important;
  box-shadow: none !important;
  outline: 0;
}
.modal-header .close {
  font-size: 40px;
  opacity: 1;
  padding: 0 15px;
  font-weight: 300;
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
}
.modal-header .close:focus,
.modal-header .close:active {
  box-shadow: none;
  border: 0;
  outline: none;
}
.modal-payment-details .add-card-form .form-control {
  margin: auto;
}

.add-card-form .form-control {
  max-width: 345px;
  width: 345px;
  height: 50px;
  border-radius: 6px;
  background-color: #f4f6f6;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 22px;
  text-align: left;
  border: 0;
}
.add-card-form .form-controlP::placeholder{
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 22px;
  text-align: left;
}
.monthyear,
.cvv {
  max-width: 100px;
  width: 100px;
  margin-right: 20px;
}
.monthyear .form-group .form-control,
.cvv .form-group .form-control {
  width: 100%;
}
.what-need-section.inactive-dark {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/home-active-contract-bg.png");
}
.what-need-section.inactive-dark .need-tittle,
.what-need-section.inactive-dark .icon-para p {
  color: #fff;
}
.what-need-section.inactive-dark .need-para,
.what-need-section.inactive-dark .bottom-need-content h2 {
  color: #fff;
}
.back-btn {
  position: absolute;
  left:27px;
  top: 20px;
}
.go-back-btn,
.go-back-btn:focus,
.go-back-btn:hover,
.go-back-btn:active {
  background: transparent;
  border: 0;
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 12px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  box-shadow: none;
}

#exampleModal .btn.btn-primary:hover {
  background-color: #cf4f00;
  border-color: #cf4f00;
}
#exampleModal .btn.btn-primary:active,
#exampleModal .btn.btn-primary:focus {
  background-color: #ff6200 !important;
  border: 1px solid #ff6200 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.logos-sec {
  display: flex;
}

#registerModal .modal-dialog {
  max-width: 848px;
}
#registerModal .modal-header,
#registerModal .modal-footer {
  border: 0;
  text-align: center;
  justify-content: center;
}
.modal-body p {
  font-size: 17px;

  color: #333;
  font-family: "ProximaNova-Regular";
  text-align: center;
}
#registerModal .btn.btn-primary {
  background-color: #ff6200;
  border: 1px solid #ff6200;
  width: 150px;
  height: 50px;
  font-size: 17px;

  text-transform: uppercase;
  border-radius: 30px;
}
#registerModal .btn.btn-primary:hover {
  background-color: #cf4f00;
  border-color: #cf4f00;
}
#registerModal .btn.btn-primary:active,
#registerModal .btn.btn-primary:focus {
  background-color: #ff6200 !important;
  border: 1px solid #ff6200 !important;
  color: #fff !important;
  box-shadow: none !important;
}
/* 18-06-2021 */

.dropdown.notification-btn .btn.btn-secondary,
.dropdown.notification-btn .btn.btn-secondary:focus,
.dropdown.notification-btn .btn.btn-secondary:active {
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

#notification .badge.badge-light {
  border-radius: 100%;
  top: -12px;
  left: -10px;
  width: 20px !important;
  height: 20px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  font-style: normal;
  margin-left: 10px;
  text-align: left;
  padding: 0;
  line-height: 21px;
}
.notification-btn .badge.badge-light {
  border-radius: 100%;
  top: -12px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  padding: 4px 0px 0px 0px;
  font-style: normal;
  text-align: left;
  letter-spacing: -0.3px;
  line-height: 14px;
}

.dropdown.notification-btn.show .dropdown-menu.show .d-flex {
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}

.dropdown.notification-btn.show .dropdown-menu.show .d-flex:last-child {
  border: 0;
}

.notification-close img {
  height: 10px;
  width: 10px;
}
.notification-btn .dropdown-menu {
  width: 394px;
  max-height: 434px;
  border-radius: 4px;
  border: 1px solid #f1f2ee;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  padding: 40px;
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3;
  margin-left: -100px;
}
.notification-content h3 {
  color: #131314;
  font-family: "ProximaNova-SemiBold";
  font-size: 14px;

  font-style: normal;
  letter-spacing: 0.17px;
  line-height: normal;
  text-align: left;
}
.notification-sub-title {
  color: #555;
  font-family: "ProximaNova-SemiBold";
  font-size: 13px;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.notification-content p {
  color: #797980;
  font-family: "ProximaNova-Regular";
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.notification-content {
  white-space: normal;
  padding: 0 10px;
}
.time-msg {
  color: #4a90e2 !important;
  font-family: "ProximaNova-Regular";
  font-size: 11px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
  margin-left: 0;
  position: absolute;
  right: 45px;
}
.notification-time span.active {
  width: 7px;
  height: 8px;
  background-color: #ff6200;
  display: block;
  border-radius: 100px;
  margin-left: auto;
  margin-top: 18px;
}
.notification-btn .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.notification-btn .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
#registerModalLabel {
  color: #4d5046;
  font-family: "ProximaNova-ExtraBold";
  font-size: 30px;
  font-style: normal;
  letter-spacing: -0.13px;
  line-height: normal;
  text-align: center;
}
#registerModal .modal-body p,
#registerModal p {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 17px;

  font-style: normal;
  letter-spacing: -0.07px;
  line-height: normal;
  text-align: center;
  width: 50%;
  margin: 0 auto 20px auto;
}
#registerModal p span,
#otpModel p span {
  color: green;
  font-size: 12px;
}
#registerModal input.form-control,
#registerModal input.form-control:focus {
  width: 345px;
  height: 50px;
  border-radius: 6px;
  background-color: #f4f6f6;
  margin: 0px auto;
  box-shadow: none;
  border: 0;
}
#registerModal a,
#otpModel a {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 17px;

  font-style: normal;
  letter-spacing: -0.07px;
  line-height: normal;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.hero-section .slick-slider.slick-initialized {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.featured-caption h6 a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-logo-image {
  width: auto;
  height:70px;
  overflow: hidden;
}
.user-panel .image {
  width: 38px;
  height: 38px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
}
.user-panel .image .img-circle.elevation-2 {
  width: 100%;
  height: 100%;
}

span.user-image-area {
  width: 95px;
  height: 95px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 100%;
}

span.user-image-area img {
  width: 100%;
  height: 100%;
}

.view-all-btn,
.view-all-btn:hover {
  color: #ff6200;
  font-family: "ProximaNova-SemiBold";
  font-size: 13px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 65px;
  padding-right: 10px;
}
.on-scroll-hide .slick-dots li button::before {
  font-size: 16px;
  opacity: 0.2;
}
.on-scroll-hide .slick-dots {
  bottom: -35px;
}

.on-scroll-hide .slick-dots li.slick-active button::before,
.on-scroll-hide .slick-dots li button:hover::before,
.on-scroll-hide .slick-dots li button:focus::before {
  opacity: 0.5;
}
.chat-box-section {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.chat-box-btn {
  width: 64px;
  height: 64px;
  background-color: #ff6200;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.form-group {
  position: relative;
  margin-bottom: 1.7rem;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 25px;
  color: #485465;
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-label-group .form-control:focus + .floating-label,
.floating-label-group .form-control:valid + .floating-label,
.floating-label-group .form-control:not(:placeholder-shown) + .floating-label {
  top: -9px;
  bottom: auto;
  left: 8px;
  font-size: 14px;
  opacity: 1;
  color: #485465;
  background-color: #fff;
  padding: 0 5px;
}
.floating-label-group .form-control::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
#addCard .form-control::placeholder {
  font-size: 16px;
}
#addCard .form-control::-moz-placeholder {
  font-size: 18px;
}
#addCard .form-control::-webkit-input-placeholder {
  font-size: 18px;
}
.floating-label-group .form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.error-message,
.success-message {
  position: relative;
  height: 1.7rem;
  margin: 0;
  font-size: 12px;
  font-family: "ProximaNova-Regular";
  letter-spacing: -0.4px;
}
.error-user.psw-error .error-message {
  height: 2.8rem;
}
.error-user {
  position: relative;
}
.error-user .form-group.floating-label-group {
  margin-bottom: 0;
}
.text-center.modal-error-msg {
  font-family: "ProximaNova-Regular" !important;
}
/* 23-06-2021 */
.tick-mark {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: -42px;
}

.tick-mark::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 3px;
  background-color: #36b304;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

.tick-mark::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #36b304;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}
.cross-mark {
  position: absolute;
  right: -40px;
  top: 13px;
  width: 25px;
  height: 25px;
  opacity: 1;
}
.cross-mark:before,
.cross-mark:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: rgb(255, 20, 20);
}
.cross-mark:before {
  transform: rotate(45deg);
}
.cross-mark:after {
  transform: rotate(-45deg);
}
#loginModel .modal-header .close,
#registerModal .modal-header .close,
#exampleModal .modal-header .close {
  font-size: 40px;
  opacity: 1;
  padding: 0;
}
.modal-title {
  color: #4d5046;
  font-family: "ProximaNova-ExtraBold";
  font-size: 30px;
  font-style: normal;
  letter-spacing: -0.13px;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
}
#loginModel .modal-dialog,
#registerModal .modal-dialog,
#exampleModal .modal-dialog,
#imageUpload .modal-dialog,
#socialLoginModel .modal-dialog,
#forgotModal .modal-dialog,
#MonthlyExpModal .modal-dialog,
#otpModel .modal-dialog,
#commonModel .modal-dialog,
#notify-virtual-card .modal-dialog,
#commonModelPayment .modal-dialog,
#mitechcameraDeniedModel .modal-dialog,
#fieldErrorShowModel .modal-dialog,
#serverErrorShowModel .modal-dialog {
  margin: 10rem auto;
}

/* partner */
/* 21-06-2021 */
.search-fav-section {
  height: 157px;
  background-color: #f1f2ee;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.back-btnQr,
.back-btnQr:hover {
  color: #4a4a4a;
  font-family: "ProximaNova-SemiBold";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.search-iconbanner .form-group {
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 334px;
}
.search-iconbanner .form-control {
  border: 0;
  width: 334px;
  height: 45px;
  border-radius: 16px;
  background-color: #ffffff;
}
.search-iconbanner .search-icon {
  width: 51px;
  height: 45px;
  border-radius: 0 16px 16px 0;
  background-color: #ff6200;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
}
.icon-itemQer {
  padding: 0 10px;
  width: 120px;
  text-align: right;
}
.left-iteQerd {
  margin-right: auto;
}
.right-iteQerd {
  margin-left: auto;
}
.search-fav-section .container {
  height: auto;
}
.filter-itemQed .d-flex {
  justify-content: flex-end;
  align-items: baseline;
}
.section {
  padding: 50px 0;
}
.filter-content p {
  color: #4a4a4a;
  font-family: "ProximaNova-SemiBold";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding-right: 15px;
}
.filter-btn,
.filter-btn:focus,
.filter-btn:active {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.featured-box.partner-item {
  width: calc(100% / 4);
  height: auto;
  padding: 20px;
  transition: 1s;
}

.partner-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  transition: 1s;
}
.partner-img {
  width: 100%;
  transition: 1s;
  height: 100%;
}
.favorite-section {
  height: 100%;
}
.overlay-logo-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-box.partner-item .featured-caption {
  position: relative;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  top: auto;
}
.overlay-logo-item .featured-caption h6 {
  margin: 0;
}
.featured-itemQr {
  position: relative;
  transition: 1s;
  height: 100%;
}
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}
.category-item h3 {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 21px;
  font-style: normal;
  letter-spacing: -0.09px;
  line-height: normal;
  text-align: center;
  margin: 25px 0;
}
.category-item li {
  list-style-type: none;
  margin-bottom: 1.2rem;
}
.category-item ul {
  margin-top: 25px;
  padding-left: 10px;
}
/* 24-06-2021 fav icon*/
.fav-icon-section {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
a.fav-icon-btn {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
}
a.fav-icon-btn.active {
  color: #ff6200;
}
.custom-cat-none {
  display: none;
}
.modal-section-body {
  transform: translate3d(-300px, 0, 0);
  display: block;
  width: 0;
  transition: 0.5s;
  position: fixed;
  margin: auto;
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal-section-body.custom-cat-display {
  display: block;
  transition: 1s;
  z-index: 999;
  background-color: #fff;
  top: 60px;
  padding: 20px;
  left: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100vh - 20px);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.modal-section-body.custom-cat-display::-webkit-scrollbar {
  display: none;
}
.container.custom-flex {
  overflow: hidden;
}
.custom-cat-none-grid {
  width: 100%;
}
.custom-cat-display-grid {
  width: calc(100% - 320px);
  transition: 1s;
}
.filter-itemQed.custom-cat-display-grid {
  margin-left: auto;
}

/* 25-06-2021 partner filter*/
.filter-itemQed.custom-cat-display-grid .featured-box.partner-item {
  width: calc(100% / 3);
  transition: 1s;
}

.form-check-input {
  position: absolute;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 4px;
  width: 18px;
  height: 18px;
  z-index: 22;
  cursor: pointer;
  margin: 0;
  float: none;
}
.form-check label:before {
  content: "";
  margin-right: 25px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #dee2e5;
}
/* .form-check-input:hover ~ .form-check-label:before {
  background: #ff6200;
} */
.form-check-input:checked ~ .form-check-label::before {
  background: #ff6200;
}
.form-check-input:checked ~ .form-check-label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.custom-check-box-left {
  max-height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3;
}
.form-check-label {
  color: #9b9b9b;
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: -0.08px;
  line-height: normal;
  text-align: left;
}
/* partner category */
.category-content h3 {
  color: #4d5046;
  font-family: "ProximaNova-Bold";
  font-size: 27px;
  font-style: normal;
  letter-spacing: -0.11px;
  line-height: normal;
  text-align: left;
  width: 100%;
}
.category-content {
  width: 80%;
}
.category-img-Qed {
  width: calc(100% / 4);
  padding: 20px;
  height: auto;
  transition: 1s;
}

.category-img-Qed-split {
  width: calc(100% / 3);
  padding: 20px;
  transition: 1s;
}

.category-img-sec {
  position: relative;
  cursor: pointer;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.category-img-sec:hover .overlay,
.featured-secQr:hover .overlay,
.favorite-section:hover .overlay,
.recent-view-section:hover .overlay,
.partner-list-section:hover .overlay {
  opacity: 1;
}

.cate-text {
  color: #ffffff;
  font-family: "ProximaNova-ExtraBold";
  font-size: 27px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
.cate-text span {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.category-img-sec .img-fluid {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.category-unlist {
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* myaccount */
.myaccount-section {
  padding: 50px 0;
}
.profile-img-sec {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.profile-img-sec .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.add-icon-user .img-fluid {
  width: auto;
  height: auto;
}
.add-icon-user {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.my-account-edit {
  margin-top: 3rem;
}
.myaccount-header h3 {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.my-account-password-star {
  -webkit-text-security: "star";
}

.myaccount-form .floating-label {
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 12px;
  color: #485465;
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.myaccount-form .floating-label-group .form-control:focus + .floating-label,
.myaccount-form
  .floating-label-group
  .form-control:not(:placeholder-shown)
  + .floating-label {
  top: -9px;
  bottom: auto;
  left: 0px;
  font-size: 14px;
  opacity: 1;
  color: #485465;
  background-color: #fff;
  padding: 0 5px;
  box-shadow: none !important;
}
.myaccount-form .floating-label-group .form-control::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.myaccount-form
  .floating-label-group
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.myaccount-form .floating-label-group {
  position: relative;
  margin-bottom: 2rem;
}
.myaccount-form .floating-label-group .form-control,
.myaccount-form .floating-label-group .form-control:focus {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  height: 3.5rem;
  border-radius: 0;
  box-shadow: none;
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 22px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.myaccount-form .floating-label-group .edit-item {
  position: absolute;
  bottom: 13px;
  right: 10px;
}

.myaccount-form .form-control:disabled,
.myaccount-form .form-control[readonly] {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}
.edit-btn-form {
  color: #4a90e2 !important;
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}
#changePsw .modal-dialog,
#changeconfirmPsw .modal-dialog {
  max-width: 848px;
  border-radius: 16px;
  margin: 10rem auto;
}
#changePsw .modal-header,
#changeconfirmPsw .modal-header {
  border: 0;
}
#changePsw .modal-footer,
#changeconfirmPsw .modal-footer {
  justify-content: center;
  border: 0;
  padding-bottom: 4rem;
}
#changePsw .form-control,
#otpModel .form-control,
#changePsw .form-control:focus {
  max-width: 325px;
  height: 55px;
  border-radius: 6px;
  background-color: #f5f5f5;
  margin: 0 auto;
  box-shadow: none;
  border: 0;
}
#changePsw form {
  margin: 25px 0;
}
#changePsw .modal-content,
#changeconfirmPsw .modal-content {
  border-radius: 15px;
  padding: 15px;
}
#changePsw .modal-body,
#changeconfirmPsw .modal-body {
  padding: 3rem;
  padding-bottom: 1rem;
}
.error-msg-show {
  width: 319px;
  color: #ff6200;
  font-family: "ProximaNova-Regular";
  font-size: 10px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  display: block;
  margin: 0 auto;
}
#changeconfirmPsw .modal-body p {
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 17px;

  font-style: normal;
  letter-spacing: -0.07px;
  line-height: normal;
  text-align: center;
  margin: 10px auto 2rem;
  width: 50%;
}
.dot-flashing {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #ff6200;
  color: #ff6200;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -30px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #ff6200;
  color: #ff6200;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 30px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #ff6200;
  color: #ff6200;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}
.loading-dots {
  margin-top: 20px;
}

@keyframes dotFlashing {
  0% {
    background-color: #ff6200;
  }
  50%,
  100% {
    background-color: #ffebdf;
  }
}
.application-bg {
  background-image: url(../images/application-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 590px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-bg .appneed-tittle {
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  font-size: 36px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.appneed-para {
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 17px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.icon-appneed-item .icon-para p {
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 10px 0;
  text-align: center;
}
.lets-go-btn,
.lets-go-btn:focus {
  width: 226px;
  height: 46px;
  border-radius: 24px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 17px;

  font-style: normal;
  letter-spacing: -0.14px;
  line-height: normal;
  text-align: center;
  outline: 0;
  box-shadow: none;
}
.bottom-appneed-content {
  text-align: center;
  margin-top: 50px;
}
.icon-appneed-item {
  margin-top: 50px;
}
.navbar-brand {
  width: 138px;
  height: 28px;
  font-size: unset;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-nav-bar {
  max-width: 500px;
  margin: 0 auto;
}
.appfrom-section {
  padding: 75px 0;
}
.below-form-section {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
.phone-section h3 {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 2rem;
  width: 80%;
}
.phone-section .form-control,
.phone-section .form-control:focus,
.phone-section .form-control:active {
  width: 325px;
  height: 55px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 0;
  box-shadow: none;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-left: 20px;
}
.phone-section label {
  color: #9b9b9b;
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.phone-section .btn.btn-primary {
  width: 325px;
  height: 57px;
  border-radius: 6px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 10%;
}
.top-nav-bar .nav.nav-tabs {
  border: 0;
  justify-content: center;
}
.top-nav-bar .nav.nav-tabs .nav-link {
  border: 0;
  position: relative;
  width: 120px;
  padding: 1rem 0;
}
.top-nav-bar .nav.nav-tabs .nav-item {
  width: max-content;
}
span.default {
  width: 30px;
  height: 30px;
  background-color: #f1f2ee;
  display: block;
  border-radius: 100%;
  margin: 10px auto;
  position: relative;
  z-index: 2;
}
.top-nav-bar .nav.nav-tabs .nav-link.active::before {
  content: url(../images/progress-logo.svg);
  position: absolute;
  top: 20px;
  left: 38px;
  z-index: 3;
}
.top-nav-bar .nav.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 70px;
  width: 100px;
  border: 1px solid #cbcbcb;
  opacity: 0.26;
  z-index: 1;
}
.progress-item {
  text-align: center;
}
.progress-item label {
  color: #9b9b9b;
  font-family: "ProximaNova-Medium";
  font-size: 12px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active label {
  color: #ff6200;
}
.step-two-section h3 {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  max-width: 43%;
  margin-bottom: 2rem;
}
.step-two-section span {
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  color: #9b9b9b;
  display: block;
  margin-bottom: 1rem;
}
.step-two-section .form-control,
.step-two-section .form-control:focus,
.step-two-section .form-control:active {
  max-width: 325px;
  height: 55px !important;
  border-radius: 5px;
  background: #f5f5f5;
  border: 0;
  box-shadow: none;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-left: 20px;
}
.step-two-section .floating-label {
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 12px;
  color: #485465;
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.step-two-section
  .floating-label-group
  .form-control::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.step-two-section
  .floating-label-group
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.step-two-section .floating-label-group {
  position: relative;
  margin-bottom: 2rem;
}
.step-two-section .floating-label-group .form-control,
.step-two-section .floating-label-group .form-control:focus {
  border: 0;
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.step-two-section .floating-label-group .form-control:focus + .floating-label,
.step-two-section
  .floating-label-group
  .form-control:not(:placeholder-shown)
  + .floating-label {
  top: -9px !important;
  bottom: auto;
  left: 8px;
  font-size: 14px;
  opacity: 1;
  color: #485465;
  background-color: transparent;
  padding: 0 5px;
}
#MonthlyExpModal .modal-footer .btn.btn-primary {
  max-width: 226px;
  width: 100%;
  height: 46px;
  border-radius: 24px;
  background-color: #ff6200;
  border: 1px solid #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 14px;
  font-style: normal;
  letter-spacing: -0.12px;
  line-height: normal;
  text-align: center;
}
.step-two-section .btn.btn-primary {
  max-width: 325px;
  width: 100%;
  height: 57px;
  border-radius: 6px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-semi";
  font-size: 19px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  margin-top: 10%;
}
.step-two-section .btn.btn-primary {
  max-width: 325px;
  width: 100%;
  height: 57px;
  border-radius: 6px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  margin-top: 10%;
}
.step-two-section .btn.btn-primary:hover,
.phone-section .btn.btn-primary:hover {
  background-color: #cf4f00;
  border-color: #cf4f00;
}
.step-two-section .btn.btn-primary:active,
.phone-section .btn.btn-primary:active,
.step-two-section .btn.btn-primary:focus,
.phone-section .btn.btn-primary:focus {
  background-color: #ff6200 !important;
  border: 1px solid #ae4300 !important;
  color: #fff !important;
  box-shadow: none !important;
}
#stepThree .step-two-section .floating-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.step-four-item {
  max-width: 800px;
  margin: 0 auto;
}
.step-four-item p {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: center;
}
button.btn.email-support-btn {
  width: 325px;
  height: 57px;
  border-radius: 6px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.btn.email-support-btn:hover {
  background-color: #cf4f00;
  border-color: #cf4f00;
}
.btn.email-support-btn:focus,
.btn.email-support-btn:active {
  background-color: #ff6200 !important;
  border: 1px solid #ae4300 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.decline-button {
  text-align: center;
  margin: 3rem auto;
}
.appfrom-section.decline-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.decline {
  margin: 2rem auto;
}
.decline-content h2 {
  color: #323333;
  font-family: "ProximaNova-ExtraBold";
  font-size: 30px;
  font-style: normal;
  letter-spacing: -0.13px;
  line-height: normal;
  text-align: center;
  margin-bottom: 2rem;
}
.decline-content p {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: center;
}
.step-two-section {
  max-width: 846px;
  margin: 0 auto;
}
.inner-check-radio {
  width: 50%;
  align-items: center;
}
.inner-check-radio span {
  margin: 0;
  margin-left: 10px;
}
.inner-check-radio .form-control {
  width: 20px;
  height: 20px;
}
.form-group h4,
#stepThree .form-row h4 {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 2rem;
}
.form-group h5 {
  color: #455154;
  font-family: "ProximaNova-Medium";
  font-size: 18px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 2rem;
}
/*loader*/

.wrapper.welcome-page.loader-page {
  position: fixed;
  z-index: 1090;
  /* background-color: rgba(250, 250, 250, 0.9); */
  background-color: rgb(250, 250, 250);
  min-height: 100vh;
  height: 100%;
  top: 0;
  right: 0;
}
/* password reset myaccount*/
p.error-message.code-error.my-account-error {
  margin: 0 auto;
  max-width: 325px;
  position: relative;
  text-align: left;
  top: 5px;
  font-size: 12px;
  height: auto;
  margin-bottom: 0;
}

.custom-show {
  display: visibility;
}
.wrapper.welcome-page.loader-page.custom-hide {
  display: none !important;
}
/* upload*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
}

.btn.profile-img-btn {
  border: 2px solid #ff6200;
  color: #4a4a4a;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.top-section-partner .fav-eye-item {
  display: -webkit-box;
  display: flex;
}
.category-gallery {
  width: 100%;
}
.fav-icon-btn:hover,
.fav-icon-section a.fav-icon-btn.active:not([href]):not([tabindex]) {
  color: #ff6200 !important;
}
.fav-icon-section a.fav-icon-btn:not([href]):not([tabindex]) {
  color: #fff;
}
.icon-itemQer img.active {
  display: none;
}
.icon-itemQer.active img.active {
  display: inline-block;
}
.icon-itemQer.active img.default {
  display: none;
}
p.error-message.code-error.my-avatar-error {
  position: relative;
  text-align: center;
  bottom: auto;
}
.error-message.code-error.my-avatar-error span {
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  text-align: center;
}

p.error-message.code-error.mitek-upload-file {
  position: relative;
  text-align: center;
  bottom: auto;
  top: 30px;
}
.error-message.code-error.mitek-upload-file span {
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  text-align: center;
}

.partner-page-title {
  color: #4a4a4a;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 2rem;
}

.error-user.error-message-Qr .error-message {
  white-space: nowrap;
}
/* my account back btn */
.my-account-item .back-btnQr {
  color: #4d5046 !important;
}
.modal-section-body.custom-cat-display:-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.modal-section-body.custom-cat-display:-webkit-scrollbar-track {
  background-color: rgb(165, 165, 165);
}
.modal-section-body.custom-cat-display:-webkit-scrollbar-thumb {
  background-color: rgb(216, 216, 216);
  border-radius: 10px;
  border: 3px solid transparent;
}

/* webkit browsers */
.modal-section-body.custom-cat-display::-webkit-scrollbar,
.modal-section-body.custom-cat-display::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

.modal-section-body.custom-cat-display::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.profile-error-show {
  text-align: center;
}
#manualPayclose .modal-footer {
  padding-top: 15%;
  padding-bottom: 3%;
}
#addCard .modal-footer {
  padding-top: 4%;
}
.d-flex.wallet-contract {
  align-items: center;
}
.section-forgot-psw a,
.register-link a,
.logout-link a {
  text-decoration: none;
}

/* Works on Chrome, Edge, and Safari */
.payment---Eqf.table--item::-webkit-scrollbar {
  width: 12px;
  border-radius: 15px;
}

.payment---Eqf.table--item::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 15px;
}

.payment---Eqf.table--item::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 20px;
  border: 6px solid #e1e1e1;
}
h4.application-sub-title {
  width: 100%;
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 2rem;
}

h4.application-title {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  max-width: 43%;
  margin-bottom: 2rem;
}

.application-errors {
  width: 231px;
  height: 13px;
  color: #d55742;
  font-family: "ProximaNova-Medium";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.below-form-section .tab-pane.fade.active.show {
  display: block;
}

.below-form-section .tab-pane.fade {
  display: none;
}

.custom-check-box-left::-webkit-scrollbar,
.notification-btn .dropdown-menu::-webkit-scrollbar {
  width: 12px;
  border-radius: 15px;
}
.custom-check-box-left::-webkit-scrollbar-track,
.notification-btn .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f2ee;
  border-radius: 15px;
}
.custom-check-box-left::-webkit-scrollbar-thumb,
.notification-btn .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f1f2ee;
  border-radius: 20px;
  border: 6px solid #f1f2ee;
}
.form-group.modal-error-message {
  margin-bottom: 1rem;
}
.form-check.form-group .form-check-input {
  top: 0;
  left: 0px;
}
.form-check.form-group .form-check-input:checked ~ .form-check-label::after {
  left: 4px;
  top: 9px;
}
.form-check.form-group {
  padding: 0;
  width: 100%;
}
.dynamic-input:first-child {
  flex: 0 100%;
  max-width: 100%;
}
.dynamic-input:nth-child(even) .form-group {
  max-width: 325px;
  /* margin-left: auto; */
}
.step-two-section.step-three .dynamic-input:first-child {
  flex: 0 50%;
  max-width: 50%;
}

.dynamic-input:nth-child(odd) .form-group {
  max-width: 325px;
  margin-right: auto;
}
/* #stepTwo .dynamic-input:nth-child(even) .form-group {
  max-width: 325px;
  margin-right: auto;
}

#stepTwo .dynamic-input:nth-child(odd) .form-group {
  max-width: 325px;
  margin-left: auto;
} */
.dynamic-input {
  max-width: 50%;
  flex: 0 50%;
  text-align: left;
}
.dynamic-input input#Province__c{
  display: none;
}

.divider {
  border: 3px solid #ff6200;
  margin: 20px 0 10px 0;
}

.auto-address {
  max-width: 100%;
  flex: 0 100%;
  text-align: left;
}

.auto-address .form-group {
  max-width: 748px !important;
}

.auto-address .form-control {
  max-width: 748px !important;
}

.top-nav-bar .nav.nav-tabs .nav-item:last-child .nav-link::after {
  border: 0;
}
.react-datepicker-wrapper {
  display: block !important;
  padding: 0;
  border: 0;
}
span.user-image-area.sticky-profile-img {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.72);
}
.scroll-animation .user-name-area h6 {
  font-size: 20px;
}
.scroll-animation .user-expense h6 {
  font-size: 17px;
}
.scroll-animation .next-payment span {
  font-size: 12px;
}

.scroll-animation .user-expense h2 {
  font-size: 29px;
}
.dynamic-input .react-datepicker__navigation-icon::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  top: 16px;
}

#exampleModal .logo,
#registerModal .logo,
#loginModel .logo,
#socialLoginModel .logo,
#forgotModal .logo,
#MonthlyExpModal .logo,
#otpModel .logo,
#nextPaySuccess .logo,
#commonModel .logo {
  text-align: center;
  margin-bottom: 2rem;
}
#exampleModal .modal-content,
#registerModal .modal-content,
#loginModel .modal-content,
#socialLoginModel .modal-content,
#MonthlyExpModal .model-content,
#forgotModal .modal-content {
  width: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 20px;
}
.react-datepicker-wrapper {
  display: block !important;
  padding: 0;
  border: 0;
}
.offer-sec-bg {
  background-image: url(../images/silder-bg.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.begin-app-a {
  text-decoration: none !important;
}
.scroll-animation .total-to-spend {
  padding-right: 80px;
}
.slick-list > div {
  margin-left: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/*20-07-2021*/
.log-form input {
  border: solid 1px #e8e8e8 !important;
  border-radius: 9px !important;
}
.log-form input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
.top-nav-bar .nav.nav-tabs .nav-link.completed::before {
  content: url(../images/completed-icon.svg);
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: 3;
}
/* 31-07-2021 */
.dynamic-input .react-datepicker-popper {
  width: 100%;
}
.dynamic-input .react-datepicker,
.dynamic-input .react-datepicker__month-container {
  width: 100%;
  padding: 0 3px;
}
.dynamic-input .react-datepicker__day-name,
.dynamic-input .react-datepicker__day,
.dynamic-input .react-datepicker__time-name {
  flex: 1 1;
  line-height: 32px;
}
.dynamic-input .react-datepicker__week {
  display: flex;
}
.dynamic-input .react-datepicker__current-month {
  color: #ff6200;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
}
.dynamic-input .react-datepicker__navigation-icon::before,
.dynamic-input .react-datepicker__year-read-view--down-arrow,
.dynamic-input .react-datepicker__month-read-view--down-arrow,
.dynamic-input .react-datepicker__month-year-read-view--down-arrow {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 2px 2px 0 0;
}
.dynamic-input .react-datepicker__day-name {
  color: #ff6200;
}
.dynamic-input .react-datepicker__header {
  background-color: #fff;
  padding: 0;
  border: 0;
}
.dynamic-input .react-datepicker__navigation {
  height: 36px;
}
.dynamic-input .react-datepicker__day-names {
  border-bottom: 1px solid #d3d3d3;
  display: flex;
}
.dynamic-input .react-datepicker__day--outside-month {
  opacity: 0.5;
}
.dynamic-input .react-datepicker__day--today {
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #ff6200;
}
.dynamic-input .react-datepicker {
  border: 1px solid #eae8e8;
}
.dynamic-input
  .react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before {
  border-bottom-color: #eae8e8;
}
.dynamic-input
  .react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::after {
  border-bottom-color: #fff;
}
.profile-item-sec {
  max-width: 150px;
  text-align: center;
}
.back-btnQr img {
  padding-bottom: 6px;
}
.dynamic-input .error-message span {
  font-size: 12px;
  margin-top: 3px;
  position: absolute;
}
.dynamic-input .react-datepicker__month-text {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamic-input .react-datepicker__month-wrapper {
  display: flex;
  align-items: center;
}
.dynamic-input
  .react-datepicker__year-dropdown-container.react-datepicker__year-dropdown-container--select,
.dynamic-input
  .react-datepicker__month-dropdown-container.react-datepicker__month-dropdown-container--select {
  width: 50%;
}
.dynamic-input
  .react-datepicker__header__dropdown.react-datepicker__header__dropdown--select {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #eae8e8;
}
.dynamic-input select.react-datepicker__year-select,
.dynamic-input select.react-datepicker__month-select {
  height: 30px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
}
.dynamic-input
  .react-datepicker__day.react-datepicker__day--031.react-datepicker__day--keyboard-selected.react-datepicker__day--weekend {
  background-color: #eae8e8;
}
.dynamic-input .react-datepicker__day--selected,
.dynamic-input .react-datepicker__day--today.react-datepicker__day--selected {
  background-color: #ff6200;
  color: #fff;
}
.step-two-section .pound-span {
  position: absolute;
  align-content: center;
  top: auto;
  left: 20px;
  bottom: 18px;
  margin: 0;
  color: #4a4a4a !important;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
}


span.pound-span {
  position: relative;
  bottom: 39px;
  left: 20px;
}
.request-limit-section .pound-span {
  position: absolute;
  top: 46px;
  left: 20px;
  height: 0;
}
.step-two-section .dynamic-input .pound-span:nth-child(1) {
  bottom: 18px;
}
.dynamic-input .error-message,
.dynamic-input .success-message {
  position: absolute;
  height: 1.7rem;
  width: 100%;
  margin: 0;
  font-size: 12px;
}
.form-control.custom-cat-displays,
.form-control.custom-cat-displays:focus,
.form-control.custom-cat-displays:active,
.form-control.custom-cat-displays:hover {
  padding-left: 30px;
}
/* 03-08-2021 */
.dynamic-input .react-datepicker__header.react-datepicker-year-header {
  padding: 10px 15px;
  color: #fe6200;
  border-bottom: 1px solid #eae8e8;
  margin-bottom: 5px;
}
.dynamic-input .react-datepicker__month.react-datepicker__monthPicker {
  border-top: 1px solid #eae8e8;
  margin: 0.4rem 0;
}
.dynamic-input
  .react-datepicker__month-container
  .react-datepicker__month-text {
  font-size: 12px;
  color: #6c757d;

  height: 40px;
  width: 100px;
  display: flex;
}
.dynamic-input .react-datepicker__day--keyboard-selected,
.dynamic-input .react-datepicker__month-text--keyboard-selected,
.dynamic-input .react-datepicker__quarter-text--keyboard-selected,
.dynamic-input .react-datepicker__year-text--keyboard-selected,
.dynamic-input
  .react-datepicker__month-text.react-datepicker__month--selected:hover {
  background-color: #ff6200;
  color: #fff !important;
}
.application-phone-screen {
  max-width: 325px;
  margin: 0 auto;
  width: 100%;
}
.form-control.pws-field-item {
  padding-right: 4rem;
}
.step-two-section .app-error-message {
  position: absolute;
  height: 1.7rem;
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "ProximaNova-Regular";
}
/* address style  */
.TypeAheadDropDown ul {
  list-style-type: none;
  text-align: left;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
  overflow-y: auto;
  position: absolute;
  z-index: 99;
  background: #fff;
  font-size: smaller;
  box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
  border-radius: 8px;
  padding: 5px;
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3;
}

.TypeAheadDropDown li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  line-height: normal;
  color: #898a8a;
  font-family: "ProximaNova-SemiBold";
}
.TypeAheadDropDown li:hover {
  background-color: #f5f5f5;
  color: #4a4a4a;
}
.TypeAheadDropDown ul::-webkit-scrollbar {
  width: 12px;
  border-radius: 15px;
}
.TypeAheadDropDown ul::-webkit-scrollbar-track {
  background: #f1f2ee;
  border-radius: 15px;
}
.TypeAheadDropDown ul::-webkit-scrollbar-track {
  background-color: #f1f2ee;
  border-radius: 20px;
  border: 6px solid #f1f2ee;
}

.manual-address,
.manual-address:hover {
  color: #fe6200;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  position: absolute;
  margin-top: 4px;
}
.step-two-section select.form-control,
.step-two-section select.form-control:focus,
.step-two-section select.form-control:active {
  max-width: 325px;
  height: 55px !important;
  border-radius: 5px;
  background: #f5f5f5 url(../images/down-arrow-app.svg) no-repeat;
  border: 0;
  box-shadow: none;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-left: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-position: 96%;
}
.down-arrow {
  position: absolute;
  z-index: 2;
  top: 53px;
  right: 10px;
}
.manual-address.address-right {
  right: 0;
  z-index: 8;
}
.phone-section .error-message {
  font-size: 12px;
  position: absolute;
  width: 100%;
}

.hide-nav-bar {
  pointer-events: none;
}

.miteck-header {
  margin-top: 10px;
  margin-bottom: 0px;
}

.QR-align {
  text-align: center;
}

.application-qr-sub-title {
  width: 100%;
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 2rem;
  text-align: center;
}

.verifyIncomeLink {
  font-size: 16px;
  color: #FF6100;
  font-weight: normal;
  font-family: "ProximaNova-Regular";
}

.verifyIncomeLink:hover {
  color: #FF6100;
}

/*27-08-2021*/
form.details-card .form-control:disabled,
form.details-card .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  cursor: not-allowed;
  padding-left: 0;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.26px;
  line-height: 18px;
  text-align: left;
  min-width: 25px;
}
.add-card-bth {
  float: left;
}
.addCardBtn--item {
  margin-left: auto;
}
.search--item .form-control {
  padding-left: 24px;
}
.primary-card-option {
  display: inline-block;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  text-align: center;
}
.primary-card-option label {
  color: #969fa2;
  font-family: "ProximaNova-Regular";
  font-size: 14px;

  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.payment-schedule {
  margin-top: 50px;
}
span.contractNumber,
span.contractCompletion {
  float: left;
  line-height: 14px;
  margin-bottom: 2px;
}
.inner-card--item {
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 15px;
}
/*custom radio*/
label.custom-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 3px solid #ff6200;
  padding: 6px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
}

.radio-primary-card {
  display: none;
  cursor: pointer;
}

.radio-primary-card:checked + label {
  background-color: #fff;
  color: #99a1a7;
  border: 3px solid #ff6200;
}

.radio-primary-card:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #ff6200;
  box-shadow: none;
  text-shadow: none;
  font-size: 32px;
}

/*28-08-2021*/
.add-card-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#addCard .tittle-content h2 {
  color: #323333;
  font-family: "ProximaNova-ExtraBold";
  font-size: 37px;
  font-style: normal;
  letter-spacing: -0.16px;
  line-height: normal;
  text-align: center;
  margin-bottom: 42px;
  margin-top: 15px;
}
#notify-virtual-card .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
#notify-virtual-card .modal-body .tittle-content {
  margin-top: 25px;
}
.tick-mark-item,
.notification-time {
  min-width: 33px;
  float: left;
  white-space: nowrap;
}
.notification-close {
  margin-left: auto;
  position: relative;
  left: 15px;
}
.notification-content {
  min-width: 201px;
}
.notification-time {
  min-width: 54px;
  text-align: right;
}

/*30-08-2021*/
.paynow-btn {
  width: 110px;
  height: 38px;
  border-radius: 24px;
  background-color: #ff6200;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 14px;

  font-style: normal;
  line-height: normal;
  text-align: center;
  border: 0;
  margin: 15px auto;
}

/*01-09-2021*/
.contract--item .container {
  padding: 0 90px;
}
.contract--item .nav-item {
  padding: 0;
  margin-right: 60px;
}
.d-flex.patment-paysec {
  max-width: 325px;
}
.patment-paysec .left-secQes {
  max-width: 110px;
}
.patment-paysec .rate-sec p {
  text-align: center;
}
.patment-paysec .date-sec {
  max-width: 38px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ff6200;
  border-color: transparent;
}
/* button:hover,
.btn:hover {
  background-color: #cf4f00;
} */
.btn.focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
/*strip.css*/
.DemoPickerWrapper {
  padding: 0 12px;
  font-family: "ProximaNova-Regular";
  border-radius: 3px;
  margin: 0;
  width: 100%;
}
.DemoPicker {
  font-size: 18px;
  border-radius: 3px;
  background-color: white;
  height: 48px;
  font-family: "ProximaNova-Regular";
  border: 0;
  width: 100%;
  color: #6772e5;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
}
.DemoWrapper {
  margin: 0 auto;
  max-width: 500px;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
}
.Demo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.DemoPickerWrapper label {
  color: #6b7c93;
  font-weight: 300;
  letter-spacing: 0.025em;
  width: 100%;
  margin: 0 !important;
  display: block;
}
/* .StripeElement.card_number {
  margin-bottom: 1rem;
} */
.DemoPickerWrapper button {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  background-color: #6772e5;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-top: 10px;
}
.DemoPickerWrapper input,
.StripeElement .StripeElement {
  display: block;
  max-width: 345px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #f4f6f6;
  color: #4a4a4a;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 22px;
  text-align: left;
  border: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.9rem 0.75rem;
}
.DemoPickerWrapper input::placeholder {
  color: #aab7c4;
}
.StripeElement.IdealBankElement,
.StripeElement.FpxBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}
.StripeElement.PaymentRequestButton {
  height: 40px;
}
/*28-08-2021*/
/* .StripeElement.card_number,
.StripeElement.exp_date,
.StripeElement.cvc_number {
  background-color: #f4f6f6;
} */
.StripeElement.exp_date {
  width: 110px;
  float: left;
  margin-right: 15px;
  margin-top: 16px;
}
.StripeElement.cvc_number {
  width: 95px;
  float: left;
  margin-right: 15px;
  margin-top: 16px;
}
.DemoPickerWrapper .btn.btn-primary {
  min-width: 226px;
  height: 46px;
  border-radius: 24px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-SemiBold";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.12px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  margin-top: 3rem !important;
}
.DemoPickerWrapper .btn.btn-primary:hover{
  background-color: #cf4f00;
  border-color: #cf4f00;
}

.DemoPickerWrapper .btn.btn-primary:focus,
.DemoPickerWrapper .btn.btn-primary:focus {
  background-color: #ff6200 !important;
  border: 1px solid #ae4300 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.error-message.card-number-error {
  text-align: left;
  position: relative;
  left: -10px;
  height: auto;
  color: #ff6200;
  font-family: "ProximaNova-Regular";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.error-message.card-holder-error {
  text-align: left;
  position: relative;
  left: 0px;
  height: auto;
  color: #ff0000;
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-top: 3px;
}
.error-message.expiry-date-error {
  text-align: left;
  position: relative;
  left: -10px;
  height: auto;
  color: #ff6200;
  font-family: "ProximaNova-Regular";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  width: 345px;
}
.error-message.issued-from {
  /* text-align: left;
  position: relative; */
  left: 0px;
  height: auto;
  color: #ff0000;
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-top: 3px;
}
.error-message.cvc-error {
  position: relative;
  left: 90px;
  height: auto;
  color: #ff6200;
  font-family: "ProximaNova-Regular";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  width: 125px;
  top: -38px;
}
.error-message.card-error {
  text-align: left;
  position: relative;
  left: -10px;
  height: auto;
  color: #ff0000;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  max-width: 345px;
  float: left;
  width: 100%;
  top: 8px;
}
/* 03-09-2021 */
.wallet-container.custom-wallet-banner-ses {
  display: flex;
  align-items: center;
  width: 100%;
  height: 137px;
  padding-top: 64px;
}
.user-image-area.contract-details-profile {
  width: 101px;
  height:101px;
}
.detail-contract-grt.user--detailQwe{
  width: calc(100% - 101px);
}
.wallet-container.custom-wallet-banner-ses .hero-left-top {
  align-items: flex-start;
} 
#addCard .form-group {
    margin-bottom: 1rem;
  padding: 0 12px;
  width: 100%;
}
.expiry-dates label,
.csv-code label {
  font-size: 12px;
}
.form.details-card .expiry-dates .form-control:disabled,
form.details-card .expiry-dates .form-control,
.form.details-card .csv-code .form-control:disabled,
form.details-card .csv-code .form-control {
  font-size: 16px;
}
.wallet-container.custom-wallet-banner-ses .user-expense {
  justify-content: flex-start;
  height: 100%;
}
.paynow-disable {
  pointer-events: none;
}

.StripeElement.card_number .__PrivateStripeElement {
  height: 100%;
}
.StripeElement.card_number iframe {
  height: 25px !important;
}
.remove-btn-sectionk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-left: auto;
  width: 100%;
}
.step-final.mobile-view-scan {
  padding-top: 10%;
}
#stepFour .appfrom-section {
  padding: 0;
}
#stepFour .main {
  margin: 0;
}
#stepFour .mit-container {
  padding: 0;
}
.next-btn.text-center {
  margin-top: 25px;
}
.hide-tab-nav-bar {
  display: none;
}
.custom-wallet-banner-ses .user-info {
  justify-content: flex-start;
}

.nonEditable {
  pointer-events: none;
}
.user-expense.wallet-active-item {
  justify-content: center;
  height: 100%;
}
.modal-content {
  border-radius: 16px !important;
}
.model-error.application-infomation-modal .modal-body {
  max-width: 80%;
  margin: 0 auto;
}

.model-error.application-infomation-modal .btn.btn-primary {
  border-radius: 30px;
  margin-top: 0;
}
.fav-icon-btn img {
  width: 23px;
  height: auto;
}
.step-two-section span.dynamic_label,
.step-two-section span.expenditure_value {
  text-align: center;
  color: #4a4a4a;
}
.step-two-section span.expenditure_value {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
}

.no-profile-image-home {
  background: #333;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.no-profile-image {
  background: #333;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-profile-image-letter {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.no-profile-image-letter-wallet {
  font-size: 61px;
  color: #fff;
  font-weight: 600;
}

.no-profile-image-letter-sticky {
  font-size: 39px;
  color: #fff;
  font-weight: 600;
}

.no-profile-image-letter-profile {
  font-size: 85px;
  color: #fff;
  font-weight: 600;
}
.step-two-section .next-btn.text-center {
  display: flex;
  flex-direction: column;
}
.upload-btn-wrapper .btn.profile-img-btn {
  border: 2px solid #ff6200;
  color: #4a4a4a;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
  max-width: 325px;
  width: 100%;
  height: 53px;
}
div#unable-to-capture {
  background-color: rgba(0,0,0,0.5);
}
div#stepFour button.btn.btn-primary {
  margin-top: 0;
}
/* responsive */
@media only screen and (max-width: 767px) {
  form.add-card-form .form-group {
    padding: 0 !important;
    width: 100%;
  }
  .DemoPickerWrapper {
    padding: 0;
  }
  .DemoPickerWrapper input,
  .StripeElement {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .social-links .soQr--link {
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
  }
  .back-btn {
    left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .log-form input,
  .log-form input:focus,
  .log-form input:active,
  .input-group-append {
    height: 50px;
  }
  .floating-label {
    top: 11px;
  }
  .wrapper.registration .section-heading {
    margin: 20px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .section-left {
    display: none;
  }
  /* .wrapper.login-page, .wrapper.registration {
    background: url(../images/humm-login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-direction: column;
} */
  .section-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-img--erf {
    margin-left: 0px;
    margin-right: 70px;
  }
  .details-card {
    flex: 0 0 225px;
  }
  .radio-primary-card:checked + label {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .notification-btn .dropdown-menu {
    position: fixed;
    right: 15px;
    top: 60px;
    left: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-section .lr-item--hero {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .featured-box.partner-item,
  .category-img-Qed {
    width: calc(100% / 3);
    height: auto;
    padding: 15px;
    transition: 1s;
  }
  .filter-itemQed.custom-cat-display-grid .featured-box.partner-item,
  .category-img-Qed-split {
    width: calc(100% / 2);
    transition: 1s;
    padding: 15px;
  }
  .hero-section {
    padding-top: 1rem !important;
  }
  .contract--item .container {
    padding: 0 15px;
  }
  .payment-schedule,
  .card--Qeitem{
    margin-top: 0;
  }
  .detail-contract-grt.user--detailQwe{
    padding-left:15px;
  }
  .card-img--erf {
    margin-left: 20px;
    margin-right: 100px;
  }
  .details-card {
    flex: 0 0 200px;
  }
}
@media only screen and (max-width: 991px) {
  .section-forgot-psw {
    margin-left: 75%;
  }
  .user-options-dropdown {
    background-color: transparent;
    border: 0;
    padding: 10px;
    height: auto;
    width: 100%;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar {
    padding: 10px 0;
    height: 60px;
  }
  .navbar .container {
    padding: 0 15px;
  }
  .navbar-collapse {
    background-color: #f8f9fa !important;
    width: 100%;
    max-height: calc(400px - 10px);
    overflow: hidden;
    overflow-y: auto;
  }
  .layout-fixed {
    overflow: auto;
    height: auto;
  }
  .section-logo {
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .form-body {
    padding: 0;
  }
  .md-pt-3 {
    padding-top: 1rem !important;
  }
  .user-options-dropdown ul li {
    width: 300px;
  }
  .user-options-dropdown ul li a {
    padding: 15px 10px;
  }
  .logout-link {
    text-align: left;
    padding-left: 10px;
  }
  .user-panel .nav-item.dropdown {
    position: unset;
    width: calc(100% - 90px);
  }
  .user-panel .info span {
    justify-content: left;
  }
  .notification-btn .dropdown-menu {
    margin-left: 0;
  }
  .user-panel.d-flex {
    position: relative;
  }
  .scroll-animation {
    top: 48px;
  }
  .category-content h3 {
    width: 100%;
    font-size: 21px;
  }
  .filter-content p {
    font-size: 16px;
  }
  .details-card {
    flex: 0 0 100%;
  }
  .main {
    margin-top: 60px;
  }
  .navbar-expand-lg > .container-fluid {
    padding: 0 15px;
  }
  .total-to-spend {
    margin-bottom: 5px;
  }
  .scroll-animation .hero-left {
    height: 180px;
    padding: 0;
  }
  .wallet-container.custom-wallet-banner-ses .hero-left-top {
    align-items: flex-start;
  }
  .wallet-container.custom-wallet-banner-ses .user-expense {
    padding: 0 15px !important;
  }
  .progress-section {
    padding-top: 20px;
  }
  .d-flex.patment-paysec {
    max-width: 100%;
  }
  .contract--item .nav-item {
    margin-right: 45px;
  }
  .card-img--erf {
    margin-left: 10px;
    margin-right: 50px;
  }
  .card--iteQe {
    flex-direction: column;
  }
  .expiry-dates {
    margin: unset !important;
  }
  .details-card .form-group {
    margin-bottom: 0px;
  }
  .remove-btn-sectionk {
    margin-left: unset;
    margin-top: 15px;
  }
  .card-detail-right {
    width: auto;
  }
  .expiry-dates label,
  .csv-code label {
    margin-bottom: 0;
  }
  .card--iteQe {
    height: auto;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wallet---itemQr .user-info {
    width: 33%;
  }
  .user-expense.wallet-active-item {
    float: left;
    margin-top: 25px;
    width: 67%;
    padding-right: 25px !important;
    justify-content: center;
  }

  .auto-address .form-group {
    max-width: 325px !important;
  }
  .auto-address .form-control{
    max-width: 325px !important;
  }


}
@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    max-width: 387px !important;
  }
  .myaccount-form .floating-label-group {
    position: relative;
    margin: 2rem;
  }
  .top-section-partner {
    flex-direction: column;
  }
  .top-section-partner .left-iteQerd {
    margin-bottom: 20px;
  }
  .top-section-partner .right-iteQerd {
    margin: 0;
    margin-right: auto;
  }
  .featured-box.partner-item,
  .category-img-Qed {
    width: calc(100% / 2);
    height: auto;
    padding: 15px;
    transition: 1s;
  }
  .filter-itemQed.custom-cat-display-grid .featured-box.partner-item,
  .category-img-Qed-split {
    width: calc(100% / 2);
    transition: 1s;
    padding: 15px;
  }
  .custom-cat-display-grid {
    width: 100%;
  }
  .d-flex.category-filter {
    flex-direction: column;
  }
  .category-content {
    width: 100%;
  }
  .profile-img-sec {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
  .contract--item .nav-item {
    padding: 8px;
    margin-right: 0;
  }

  .left-card--item .card {
    max-width: 100%;
  }
  .error-message,
  .success-message {
    font-size: 10px;
  }
  .scroll-animation .total-to-spend {
    padding-right: 2rem;
  }
  .scroll-animation .total-to-spend,
  .scroll-animation .next-payment {
    padding: 0;
    flex: 1;
  }
  /* video#mitekMedia {
  margin: 0px;
  padding: 0px;
  position: fixed;
  object-fit: contain;
  transform-origin: 50% 50%;
  top: 50% !important;
  left: 50% !important;
  pointer-events: none;
  transform: unset !important;
  height: 100%;
} */

  .tabs-section {
    margin-top: 35px;
    padding: 0;
  }
  .left-card--item .card {
    max-width: 350px;
    margin: 0 auto;
  }
  .card--content {
    margin-left: 15px;
  }
  .payment-date {
    flex: 0 0 75px;
  }
  .payment-date span {
    font-size: 8px;
  }
  .contract-list .card-footer {
    margin-bottom: 25px;
    margin-top: 6px;
  }
  .user-expense.wallet-active-item h6 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .contract--item {
    margin-bottom: 0;
  }
  .payment-schedule,
  .card--Qeitem {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .card-img--erf {
    margin: 0;
  }
  .paynow-btn {
    margin-right: 15px;
  }
  .addCardBtn--item {
    margin: 15px auto 0;
  }
  .primary-card-option {
    align-items: center;
    justify-content: left;
    margin: 10px 0 20px;
  }
  #manualPay .modal-content,
  #manualPayNext .modal-content,
  #addCard .modal-content,
  #manualPayclose .modal-content,
  #nextPaySuccess .modal-content,
  #imageUpload .modal-content,
  #commonModel .modal-content,
  #notify-virtual-card .modal-content,
  #nextPay .modal-content,
  #commonModelPayment .modal-content {
    width: 100%;
    margin: 0 auto;
  }
  #manualPay .modal-dialog,
  #manualPayNext .modal-dialog,
  #addCard .modal-dialog,
  #manualPayclose .modal-dialog,
  #imageUpload .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }
  #manualPay .modal-body,
  #manualPayNext .modal-body,
  #addCard .modal-body,
  #manualPayclose .modal-body,
  #imageUpload .modal-body {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .form-group {
    width: 100%;
  }
  #manualPay .modal-dialog,
  #manualPayNext .modal-dialog,
  #addCard .modal-dialog,
  #manualPayclose .modal-dialog,
  #nextPaySuccess .modal-dialog,
  #imageUpload .modal-dialog,
  #notify-virtual-card .modal-dialog,
  #commonModel .modal-dialog,
  #notify-virtual-card .modal-dialog,
  #nextPay .modal-dialog,
  #commonModelPayment .modal-dialog {
    width: auto;
  }
  #myCard .card--Qeitem {
    max-width: 100%;
  }
  .card-detail-right {
    width: auto;
    margin-left: 25px;
  }
  .auto-address .form-group {
    max-width: 325px !important;
  }
  .auto-address .form-control{
    max-width: 325px !important;
  }
}
@media only screen and (max-width: 680px) {
  .card--Qeitem,
  .card--iteQe {
    flex-wrap: wrap;
    height: auto;
  }
  .details-card,
  .card-update {
    width: 100%;
    flex: 0 0 100%;
  }
  .details-card .form-group {
    margin-bottom: 1rem;
  }
  .card-img--erf {
    width: auto;
  }
  .dynamic-input,
  .step-two-section.step-three .dynamic-input:first-child {
    max-width: 100%;
    flex: 0 100%;
    text-align: left;
  }
  .dynamic-input:nth-child(2n) .form-group,
  .form-check.form-group {
    max-width: 325px;
    margin: 15px auto;
  }
  .dynamic-input .form-group {
    margin: 15px auto;
  }
  #myCard .card--Qeitem {
    max-width: 350px;
  }
  .card-detail-right {
    width: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .primary-card-option {
    margin: 0;
  }
  .auto-address .form-group {
    max-width: 325px !important;
  }
  .auto-address .form-control{
    max-width: 325px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-forgot-psw {
    margin-left: 73%;
  }
  .wallet---itemQr .user-image-area {
    margin-bottom: 0;
  }
  .back-btn {
    top: 10px;
  }
  .user--detailQwe.detail-contract-grt h2,
  .user--detailQwe.detail-contract-grt p {
    text-align: left;
  }
  .hero-right.d-flex {
    flex-direction: column;
    align-items: center;
  }
  .hero-right {
    height: auto;
    padding: 10px;
  }
  .card-image-section,
  .card-details,
  .arrow-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
  .user-expense h2 {
    font-size: 28px;
  }
  .user-expense h6 {
    font-size: 16px;
  }
  .log-form input,
  .log-form input:focus,
  .log-form input:active {
    height: 50px;
  }
  .section-heading h4,
  .btn.btn-warning.form-control {
    font-size: 18px;
  }
  .input-group-append {
    top: 0px;
    height: 50px;
  }
  .view-icon svg {
    font-size: 16px;
  }
  .social-links .soQr--link {
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
  }
  .social-links {
    padding: 0;
  }
  .social-acc-content {
    width: 100%;
    margin: 25px 0;
  }
  .scroll-animation .user-expense {
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 15px !important;
  }
  .scroll-animation .total-to-spend,
  .scroll-animation .next-payment {
    flex: none;
  }

  .user-expense {
    padding-right: 15px !important;
  }
  .lr-item--hero.on-scroll-hide {
    padding: 0;
  }
  .featured-box.partner-item,
  .category-img-Qed,
  .category-img-Qed-split {
    width: 100%;
    padding: 10px;
  }
  .icon-itemQer {
    text-align: center;
    width: 100px;
  }
  .filter-itemQed.custom-cat-display-grid .featured-box.partner-item {
    width: 100%;
    transition: 1s;
  }
  .top-section-partner .fav-eye-item {
    width: auto;
  }
  .main {
    margin-top: 60px;
  }
  .wallet---itemQr .hero-left-top {
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  .wallet-expense-item {
    flex-direction: row;
    padding-right: 0 !important;
    align-items: center;
    height: auto;
  }
  .wallet-expense-item .total-to-spend,
  .wallet-expense-item .next-payment {
    padding: 12px 10px;
    margin: 0;
  }
  .wallet-expense-item .total-to-spend h6,
  .wallet-expense-item .next-payment h6,
  .wallet-expense-item .total-to-spend h2,
  .wallet-expense-item .next-payment h2 {
    text-align: right;
    min-width: 140px;
  }
  .left-secQes h3,
  .paid {
    font-size: 18px;
  }
  .paid--date .date-pay-detail h3 {
    font-size: 21px;
  }
  .wallet-active-item {
    align-items: center;
  }
  .d-flex.wallet-contract {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .search--item {
    margin: 10px auto;
  }
  .contract-list .left-card--item .card-body {
    padding: 0;
  }
  .contract--item .nav-link,
  .contract--item .nav-tabs,
  .contract--item .nav-link.active {
    line-height: normal;
    font-size: 16px;
  }
  .card-img--erf {
    text-align: left;
    width: 100%;
  }
  .card-detail-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .wallet---itemQr .hero-left {
    padding-top: 10px;
  }
  #manualPay .modal-dialog,
  #manualPayNext .modal-dialog,
  #addCard .modal-dialog,
  #manualPayclose .modal-dialog,
  #imageUpload .modal-dialog {
    max-width: 848px;
    width: 95%;
    margin: auto;
  }
  .add-card-form .form-control,
  .monthyear,
  .cvv {
    width: 100%;
  }
  .icon-appneed-item .icon-para p {
    font-size: 14px;
  }
  .scroll-animation .hero-left-top,
  .scroll-animation .user-info {
    align-items: self-start;
    justify-content: center;
    height: 100%;
  }
  .top-nav-bar .nav.nav-tabs .nav-link {
    width: 90px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link.completed::before {
    left: 30px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link.active::before {
    left: 22px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link::after {
    top: 40px;
    left: 50px;
    width: 75px;
  }
  .wallet--banner-img .wallet-active-item {
    align-items: center;
    padding-top: 10px;
    margin-top: 5px;
  }
  .slidecontainer {
    width: 100%;
  }
  .wallet---itemQr .wallet--banner-img .user-info h6 {
    margin: 0;
  }
  .wallet-container.custom-wallet-banner-ses .user-expense {
    justify-content: center;
  }
  .card--content {
    margin-left: 5%;
  }
  .wallet---itemQr .user-info,
  .user-expense {
    height: auto;
    padding: 0;
    margin-top: 0;
  }
  #addCard .modal-content {
    width: 100%;
  }
  #addCard .modal-dialog {
    width: 100%;
    margin: auto;
  }
  .primary-card-option {
    padding: 0;
  }
  .wallet---itemQr .user-expense h6 {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-forgot-psw {
    margin-left: 70%;
  }
  .notification-btn .dropdown-menu {
    width: 300px;
    max-height: 434px;
    padding: 5px;
  }
  .notification-content {
    min-width: 175px;
  }
  .notification-close {
    margin-left: 9px;
  }
  #unable-to-capture .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
  }
  #unable-to-capture .suggetion-message {
    margin-left: 0 !important;
  }
  div#unable-to-capture .modal-body {
    justify-content: center;
  }
  div#unable-to-capture .modal-body div {
    width: 100%;
  }
  #unable-to-capture .modal-content {
    border-radius: 0 !important;
  }
  div#unable-to-capture {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .top-nav-bar .nav.nav-tabs .nav-link {
    width: 85px;
  }
}
@media only screen and (max-width: 376px) {
  .section-forgot-psw {
    margin-left: 65%;
  }
  .icon-itemQer {
    text-align: left;
    width: auto;
  }
  .modal-section-body.custom-cat-display {
    width: 280px;
  }
  .search-iconbanner .form-group {
    max-width: 280px;
  }
  #changePsw .modal-body,
  #changeconfirmPsw .modal-body {
    padding: 1rem;
  }
  .myaccount-form .floating-label-group {
    margin: 0;
    margin-bottom: 2rem;
  }
  .contract--item .nav-item {
    padding: 10px 7px;
  }
  .contract--item .nav-link,
  .contract--item .nav-tabs,
  .contract--item .nav-link.active {
    font-size: 14px;
  }
  .featured-secQr {
    margin: 0;
  }
  .featured-title-section,
  .view-all-btn,
  .view-all-btn:hover {
    padding: 0;
  }
  .section-logo {
    width: 100%;
  }
  .icon-need-item .icon-monthly,
  .icon-appneed-item .icon-monthly {
    padding: 0;
  }
  .icon-appneed-item .icon-para p {
    font-size: 12px;
  }
  .icon-need-item .icon-para p {
    padding: 0 10px;
  }
  .chat-box-section {
    right: 30px;
    bottom: 30px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link.completed::before {
    left: 27px;
  }
  .contract--item{
    margin-top: 25px;
  }
  .payment-date {
    flex: 0 0 60px;
  }
  .card--content {
    flex: 0 0 150px;
  }
  .sec--image {
    flex: 0 0 60px;
    justify-content: flex-start;
  }
  .black_image{
    background-image: url("images/black_image.png") !important;
    display: flex;
    justify-content: center;
  }
  .wallet-container.custom-wallet-banner-ses {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .section-forgot-psw {
    margin-left: 66%;
  }
  .top-nav-bar .nav.nav-tabs .nav-link {
    width: 80px;
  }
  .wallet---itemQr .hero-left {
    padding-top: 0px;
  }
  .wallet---itemQr .user--detailQwe p,
  .wallet---itemQr .user--detailQwe h2,
  .wallet---itemQr .user-expense h6 {
    margin-bottom: 0;
  }
  .user--detailQwe.detail-contract-grt h2,
  .user--detailQwe.detail-contract-grt p {
    text-align: left;
  }
  .wallet-expense-item .next-payment {
    padding-top: 4px 12px;
  }
  .wallet---itemQr .user-image-area {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .wallet--banner-img .wallet-active-item {
    padding-top: 10px;
  }
  .total-to-spend {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .wallet---itemQr .user-expense h6 {
    font-size: 14px;
  }
  .section-forgot-psw {
    margin-left: 60%;
  }
  .step-two-section .btn.btn-primary {
    width: 100%;
    margin: 0 auto;
  }
  .phone-section .form-control,
  .phone-section .form-control:focus,
  .phone-section .form-control:active {
    width: 100%;
    margin: 0 auto;
  }
  .top-nav-bar .nav.nav-tabs .nav-link {
    width: 70px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link::after {
    top: 40px;
    left: 50px;
    width: 68px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link.active::before {
    left: 10px;
  }
  .top-nav-bar .nav.nav-tabs .nav-link.completed::before {
    left: 18px;
  }
  .wallet---itemQr h2,
  .wallet---itemQr h6 {
    text-align: center;
  }
  .user-expense.wallet-active-item h6 {
    font-size: 16px;
  }
  .user-expense h2 {
    font-size: 26px;
  }
  .wallet-container.custom-wallet-banner-ses .user-expense .total-to-spend {
    padding: 4px 12px;
  }
  .wallet-container.custom-wallet-banner-ses{
    padding-top: 20px;
  }
  .user-expense.wallet-expense-item h2,
  .user-expense.wallet-expense-item h2.wallet-font-style {
    font-size: 30px;
  }
  .wallet-container.custom-wallet-banner-ses .wallet-top-item {
    flex-direction: column;
  }
  .detail-contract-grt.user--detailQwe{
    width: 100%;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 300px) {
  .top-nav-bar .nav.nav-tabs .nav-link {
    max-width: 62px;
    width: 62px;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1300px) {
  .wrapper.registration .section-heading {
    margin: 10px 0;
  }
  .social-acc-content {
    margin: 20px 0;
  }
  .category-content h3 {
    font-size: 25px;
  }
}
/* @media only screen and (min-width: 1800px) {
  .user-expense.wallet-active-item {
    padding-right: 10% !important;
  }
} */
/* @media only screen and ( min-height: 720px ) and (max-height:900px){
  .section-form{
    height: 100vh;
    align-items: center;
  }
} */

.step-final p.mit-mobile-app {
  color: #455154;
  font-family: "ProximaNova-SemiBold";
  font-size: 20px;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: left;
  width: 100%;
  margin-bottom: 52px;  
  text-align: center;
}
.application-phone-screen .mit-container {
  padding-bottom: 0;
}
.mit-container {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
.mit-inner-box {
  width: 100%;
  height: 70px;
  box-shadow: 0 4px 10px rgba(177, 177, 177, 0.31);
  border-radius: 7px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin-bottom: 7px;
}
.inner-left {
  width: 18%;
  text-align: center;
}
.inner-center {
  width: 72%;
  text-align: center;
  padding-left: 25px;
}
.inner-center p {
  width: 100%;
  color: #455154;
  font-family: "ProximaNova-SemiBold";

  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.inner-right {
  width: 20%;
  text-align: right;
}
.mit-button-section button {
  width: 100%;
  height: 57px;
  border-radius: 6px;
  background-color: #ff6200;
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-Medium";
  font-size: 19px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 10%;
}
.mit-inner-box.disabled {
  pointer-events: none;
}
.mit-inner-box a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav-link.web-link {
  pointer-events: none;
}
.nav-link.web-link span.default {
  background-color: transparent;
}
.nav-link.web-link span.default::before {
  content: url(../images/progress-success.svg);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
#unable-to-capture .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 848px;
  margin: 10rem auto;
  height: auto;
}
#unable-to-capture .modal-header {
  border-bottom: none;
}
#unable-to-capture .modal-content {
  border-radius: 0;
  height: 100%;
}
#unable-to-capture .suggetion-message {
  margin-left: 25%;
  margin-top: 0;
}
#unable-to-capture .modal-button-area {
  width: 400px;
  margin: 0 auto;
}

.message-head-section h6 {
  width: 337px;
  height: 45px;
  color: #455154;
  font-family: "ProximaNova-Medium";
  font-size: 22px;

  font-style: normal;
  letter-spacing: -0.55px;
  line-height: 22px;
  text-align: center;
  float: left;
  width: 100%;
}
.suggetion-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.message-area p {
  width: auto;
  height: auto;
  color: #455154;
  font-family: "ProximaNova-Regular";
  font-size: 16px;

  font-style: normal;
  letter-spacing: -0.45px;
  line-height: 22px;
  text-align: left;
  margin: 0;
}
.message-area .selfie-content {
  margin-left: 13px;
}
.modal-button-area {
  margin: 25px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
#mitechcameraDeniedModel .btn.btn-warning.btn-outline {
  width: 164px;
  height: 47px;
  border-radius: 4px;
  border: 2px solid #ff6200;
  background-color: #ffffff;
  color: #ff6200;
  font-family: "ProximaNova-Medium";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-right: 10px;
}
.btn.btn-warning.btn-outline {
  width: 150px;
  height: 47px;
  border-radius: 4px;
  border: 2px solid #ff6200;
  background-color: #ffffff;
  color: #ff6200;
  font-family: "ProximaNova-Medium";
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-right: 10px;
}

.btn.btn-warning.btn-outline:active,.btn.btn-warning.btn-outline:hover,.btn.btn-warning.btn-outline:focus {
  background-color: #ff6200;
  border: 2px solid #ff6200;
  color: #ffffff;
}
.btn.btn-warning.btn-fill,.btn.btn-warning.btn-fill:focus,.btn.btn-warning.btn-fill:active {
  width: 150px;
  height: 47px;
  border-radius: 4px;
  background-color: #ff6200;
  border: 2px solid #ff6200;
  color: #ffffff;
  font-size: 16px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.btn.btn-warning.btn-fill:hover {
  background-color: #ffffff;
  border: 2px solid #ff6200;
  color: #ff6200;
}
.modal-button-area button {
  margin: 0 auto;
}
/*selfie*/
.take-selfie-message {
  margin: 25px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.take-selfie-message h6 {
  color: #455154;
  font-size: 20px;
  font-family: "ProximaNova-Medium";

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: center;
}
.take-selfie-image {
  margin: 50px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.take-selfie-instruction p {
  color: #455154;
  font-family: "ProximaNova-Medium";

  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.48px;
  line-height: 22px;
  text-align: center;
  margin: 50px 30px;
}
.bottom-button-area {
  position: absolute;
  max-width: 320px;
  bottom: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
/* .bottom-button-area {
    max-width: 220px;
    bottom: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
} */
.bottom-button-area button {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #ff6200;
  border: solid 2px #ff6200;
  color: #ffffff;
  font-size: 20px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  max-width: 400px;
}
.bottom-button-area button:hover,
.bottom-button-area button:active,
.bottom-button-area button:focus {
  color: #fff;
  border: solid 2px #ff6200 !important;
  background-color: #ff6200 !important;
  font-size: 20px;

  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  max-width: 400px;
  box-shadow: none;
  outline: 0;
}

/*Instructions*/
.instruction-message {
  margin: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.instruction-message h6 {
  color: #455154;
  font-size: 20px;
  font-family: "ProximaNova-Medium";

  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 22px;
  text-align: center;
}
.instructions-section .suggetion-message {
  margin: 38px 0;
}

.license-image {
  margin: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.license-section h6 {
  font-size: 19px;
}
.complete-section {
  display: flex;
  flex-direction: column;
  margin-top: 30%;
}
.logo-area {
  text-align: center;
  margin: 25px 0;
}
.complete-content {
  text-align: center;
  padding: 30px;
}
.complete-content h4 {
  color: #000000;
  font-size: 25px;
  font-style: normal;
  letter-spacing: -0.11px;
  line-height: normal;
  text-align: center;
  font-family: "ProximaNova-ExtraBold";
}
.complete-content p {
  width: 230px;
  color: #4a4a4a;
  font-family: "ProximaNova-Medium";
  font-size: 14px;

  font-style: normal;
  letter-spacing: -0.06px;
  line-height: normal;
  text-align: center;
  margin: 20px auto 0;
}
.passport-section h6 {
  width: 273px;
  height: 61px;
  color: #455154;
  font-size: 18px;
  font-family: "ProximaNova-Medium";

  font-style: normal;
  letter-spacing: -0.48px;
  line-height: 22px;
  text-align: center;
}
.passport-image {
  display: flex;
  align-content: center;
  justify-content: center;
}
/****************************/
.modal-button {
  text-align: center;
  margin-top: 50px;
}
#mitekOuterContainer {
  z-index: 1050;
}

/* new css changes 18-08-2021 */
span.take-selfie-image {
  text-align: center;
}
div#unable-to-capture {
  padding-right: 0 !important;
}
div#unable-to-capture .modal-body {
  display: flex;
  align-content: center;
  flex-direction: column;
  padding: 50px 0;
}
div#unable-to-capture .modal-body div {
  padding: 15px 18px;
}
div#unable-to-capture button.close {
  position: absolute;
  right: 15px;
}
.mit-inner-box span {
  margin: 0;
}
span.inner-right {
  text-align: right;
}
div#mitechErrorModel .logo {
  text-align: center;
  margin: 15px;
}
div#mitechErrorModel {
  align-items: center;
  align-content: center;
}

.document-image {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
.document-image img {
  width: 80%;
}

.main.thankyou {
  margin: 0;
  /* background: url(../images/thankyou-background.png); */
  height: auto;
  min-height: 100vh;
  width: 100%;
  background-size: contain;
}

/* .thankyou-section {
  margin-top: 42%;
} */
.thankyou-section .instruction-message {
  flex-direction: column;
  width: 345px;
  font-size: 21px;

  text-align: center;
  margin: 25px auto;
}
.thankyou-section h6 {
  margin: 15px 0;
}
.btn.btn-warning.return-home {
  width: 226px;
  height: 72px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #ff6200;
  font-family: "ProximaNova-ExtraBold";
  font-size: 18px;
  margin-top: 100px;
}
.btn.btn-warning.return-home img {
  width: 48px;
  position: relative;
  left: -10px;
}

div.integrator {
  border: 0px;
}
.card-Qesd-item {
  position: relative;
  width: 285px;
}
span.cardTypeDynamic {
  position: absolute;
  float: none;
  width: auto;
  top: 25px;
  right: 30px;
}

span.cardNumberDynamic {
  position: absolute;
  font-size: 21px;
  color: #fff;
  letter-spacing: 1px;
  width: auto;
  float: none;
  bottom: 15px;
  left: 22%;
}

.bso-status {
  width: 100%;
  height: 110px;
  border-radius: 16px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  flex-shrink: 0;
  margin: inherit;
}

.circle-awaiting {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: yellow;
  margin-left: 80px;
}

.bso-status-text {
  color: #4a4a4a;
  font-size: 15px;
  font-family: "ProximaNova-Bold";
}

.bso-awaiting-text {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
  color: #4d5046;
}

@media (orientation: portrait) {
  .integrator.DL_FRONT {
    background: url("../images/ghost_dlfront_portrait.png") no-repeat;
  }
  .integrator.PDF417_BARCODE {
    background: url("../images/ghost_dlfront_portrait.png") no-repeat;
  }
  .integrator.PASSPORT {
    background: url("../images/ghost_passport_portrait.png") no-repeat;
  }
  .integrator.SELFIE {
    background: url("../images/ghost_selfie_portrait.gif") no-repeat;
  }
  .integrator.SELFIE.FACE_IN_GUIDE {
    background: url("../images/ghost_selfie_portrait_green.gif") no-repeat;
  }
  .integrator.CHECK_FRONT {
    background: url("../images/ghost_checkfront_portrait.png") no-repeat;
  }
  .integrator.CHECK_BACK {
    background: url("../images/ghost_checkback_portrait.png") no-repeat;
  }
  .integrator.DOCUMENT {
    background: url("../images/ghost_document_portrait.png") no-repeat;
  }
}
@media (orientation: landscape) {
  .integrator.DL_FRONT {
    background: url("../images/ghost_dlfront.png") no-repeat;
  }
  .integrator.PDF417_BARCODE {
    background: url("../images/ghost_dlfront.png") no-repeat;
  }
  .integrator.PASSPORT {
    background: url("../images/ghost_passport.png") no-repeat;
  }
  .integrator.SELFIE {
    background: url("../images/ghost_selfie.gif") no-repeat;
  }
  .integrator.SELFIE.FACE_IN_GUIDE {
    background: url("../images/ghost_selfie_green.gif") no-repeat;
  }
  .integrator.CHECK_FRONT {
    background: url("../images/ghost_checkfront.png") no-repeat;
  }
  .integrator.CHECK_BACK {
    background: url("../images/ghost_checkback.png") no-repeat;
  }
  .integrator.DOCUMENT {
    background: url("../images/ghost_document.png") no-repeat;
  }
}