@font-face {
  font-family: "Chillax";
  src: local("Chillax"),
    url(/assets/fonts/WEB/fonts/Chillax-Light.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Chillax";
  src: local("Chillax"),
    url(/assets/fonts/WEB/fonts/Chillax-Medium.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Chillax";
  src: local("Chillax"),
    url(/assets/fonts/WEB/fonts/Chillax-Regualar.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Chillax";
  src: local("Chillax"),
    url(/assets/fonts/WEB/fonts/Chillax-Semibold.woff2) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Chillax";
  src: local("Chillax"),
    url(/assets/fonts/WEB/fonts/Chillax-Bold.woff2) format("woff2");
  font-weight: 700;
}

.custom_container {
}
.custom_container .container {
  max-width: 1300px;
}
body {
  font-family: "Chillax";
  background: #ebf2da;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
button {
  font-family: "Chillax";
}
a {
  text-decoration: none;
}

a:hover {
  color: unset !important;
  text-decoration: none;
}

/* .....auth navbar css starts here.... */
.custom_navbar {
  margin-top: 30px;
}

.custom_navbar .nav-item {
  font-size: 14px;
  color: #4c4d4c;
  letter-spacing: 0.5px;
}
.custom_navbar .navbar {
  margin-top: 5px;
}
.custom_navbar .navbar-nav {
  margin-top: 10px;
}
.nav-link {
  color: #4c4d4c;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 1rem;
}
.nav-link-focus-visible {
  outline: 0px !important;
  color: #4c4d4c;
}
.nav-link:hover {
  color: #4c4d4c;
}
.custom_navbar .navbar-brand:focus-visible {
  outline: 0px;
}

/* .abc {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.abc .auth_page {
  width: 100%;
} */

.auth_btn {
  background: #1b1725;
  color: #fff;
  min-width: 295px;
  border-radius: 28px;
  height: 46px;
  position: relative;
  font-size: 14px;
  padding: 13px;
}

.auth_btn a {
  color: #fff;
}
.auth_btn a:hover {
  color: #fff;
}
.auth_btn_block {
  text-align: center;
  z-index: 999999999999999;
  margin-top: -132px;
}
.auth_btn:hover {
  color: unset !important;
}
.btn:hover {
  color: #fff !important;
}
.btn:focus-visible {
  outline: 0px !important;
}
.btn:focus {
  box-shadow: 0px 0px 0px 0px !important;
}

.ornament {
  background: url(/assets/img/auth/ornament.png);
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.auth_fields_block {
  max-width: 1100px;
  margin: auto;
  margin-top: 60px;
}

.auth_page .ornament {
  height: 160px;
}

.auth_title {
  text-align: center;
  position: relative;
  top: 32px;
}
.auth_title h2 {
  font-weight: 700;
  color: #1b1725;
  font-size: 32px;
}

.auth_fields .field {
  margin-bottom: 20px;
}

.auth_fields .field .input-group {
  border-bottom: 2px solid #75796c;
  cursor: pointer;
  padding-bottom: 5px;
}

.auth_fields .field .input-group .input-group-text {
  padding: 0.375rem 0rem;
  background: 0px !important  ;
  border: 0px;
  border-radius: 0px;
}
.auth_fields .field .input-group .input-group-text img {
  width: 20px;
}
.auth_fields .field .input-group .form-control {
  background: 0px !important;
  border: 0px;
  color: #8d9183;
  font-size: 14px;
}
.auth_fields .field .input-group .form-control::placeholder {
  color: #8d9183;
}
.auth_fields .field .input-group .form-control:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0rem !important;
}
.auth_fields .field .input-group .form-control:focus-visible {
  outline: 0px;
}

.fogot_password_links {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.fogot_password_links a {
  color: #000;
}
.login_actions {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  /* position: absolute;
  width: 100%; */
}
.reg_link {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.reg_link span {
  font-weight: 700;
  font-size: 12px;
}
.reg_link a {
  color: #3b3d36;
}

.otp_keypad {
  background: #f0ffce;
  background-image: url(/assets/img/auth/ornament.png);

  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 30px;
  border-radius: 19px;
}
.keypad_numbers_block {
  padding: 24px;
}
.keypad_number {
}
.keypad_number p {
  color: #1b1725;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.otp_keypad .auth_btn {
  margin: 15px 0px 10px;
}

/* .....auth otp page css starts here....... */
.auth_otp_title h2 span {
  float: left;
}
.auth_otp_title h2 span img {
  width: 16px;
  position: relative;
  top: -1px;
}
.vertical_menu {
  float: right;
  cursor: pointer;
  width: 28px;
  position: relative;
  top: 5px;
}

.auth_otp_text {
  text-align: center;
}
.we_have_sent {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}
.to_mobile {
  color: #298d83;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 18px;
}
.request_again {
}

.otp_input_block {
  text-align: center;
  margin: auto;
  margin: 20px 0px 15px;
}
.otp_input_block > div {
  justify-content: center;
}
.otp_input_block input {
  width: 46px !important;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #75796c;
  margin-right: 15px;
  height: 30px;
  font-weight: 700;
  font-size: 18px;
  color: #1b1725;
  cursor: pointer;
}
.otp_input_block input:focus-within {
  outline: 0px !important;
}
.confirm_pin input {
  width: 19px !important;
  background: #888 !important;
  border-radius: 50%;
  border-bottom: 0px !important;
  height: 19px !important;
  position: relative;
  padding: 0px !important;
}

/* .....index page css starts here.... */
.index_title {
  margin-top: 20px;
}

.index_title h2 {
  font-weight: 700;
  color: #1b1725;
  font-size: 32px;
  margin-bottom: 8px;
}
.index_title img {
  width: 202px;
  position: relative;
  top: -108px;
  right: 38px;
}

.lady_img {
  position: relative;
  top: -68px;
  width: 147px;
  text-align: center;
  margin: auto;
}
.lady_img img {
  width: 100%;
  z-index: -9999;
}
.auth_get_started_block {
  margin-top: 80px;
}
.index_bg_block {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  text-align: center;
  align-items: center;
}
.index_bg {
  background: url(/assets/img/auth/ornament.png);
  width: 274px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -72px;
}

.new_text {
  float: right;
}
.desktop_ornament_block {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.desktop_ornament {
  background: url(/assets/img/auth/ornament.png);
  width: 398px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.desktop_object {
  position: relative;

  width: 333px;
  text-align: center;
  margin: auto;
}
.desktop_object img {
  width: 100%;
}
.desktop_btn {
  position: relative;
  top: -81px;
}
/* .index_page .abc {
  padding: 0px 15px;
} */
/* .hide-navbar-nav {
  display: none;
} */
/* ....dashboard page css starts here...... */
.page {
  margin: 25px 0px;
}
.page_title {
  color: #1b1725;
  text-align: center;
}
.page_title h2 {
  font-weight: 600;
  font-size: 26px;
}
.go_back {
  float: left;
}
.go_back img {
  width: 15px;
}
.welcome_text {
}
.welcome_text h3 {
  font-size: 22px;

  color: #1b1725;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.welcome_text p {
  color: #343631;

  font-size: 16px;
}
.welcome_text p img {
  width: 24px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.dashboard_balance {
  background: #21897e;
  border-radius: 19px;
  padding: 13px 18px;
  margin-top: 25px;
}
.dashboard_balance p {
  color: #80bbb5;
  margin-bottom: 3px;
  font-size: 14px;
}
.dashboard_balance h3 {
  color: #eafbcb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.dashboard_balance h3 img {
  width: 19px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.balance_text_block {
  padding-right: 7px;
}
.balance_loop {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 3px;
}
.balance_loop img {
  width: 24px;
  cursor: pointer;
}
.balance_text {
  border-right: 2px solid #3c978e;
}
.widgets_main_block {
  margin-top: 30px;
}
.widgets_title {
  margin-bottom: 10px;
}

.widgets_title h3 {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.edit_widgets {
  color: #4e4e4e;
  font-size: 12px;
  float: right;
  background: #f8f8f8;
  padding: 7px 10px 5px;
  border-radius: 19px;

  font-weight: 400;
  cursor: pointer;
}
.edit_widgets img {
  width: 16px;
  margin: 0px 15px 0px 4px;
  position: relative;
  top: -1px;
}

.widgets_block {
}
.widgets {
  background: #f0ffce;
  padding: 18px 18px 15px 18px;
  margin-bottom: 20px;
  border-radius: 19px;
  box-shadow: 0 0 4px #ddd;
  cursor: pointer;
}
.widget_img {
  background: #1b1725;
  width: 27px;
  padding: 7px;
  border-radius: 7px;
}
.widgets p {
  color: #4c4d4c;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.widget_percentage {
  color: #2c8e81 !important;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  float: right;
}
.transactions_main_block {
  background: #fff;
  padding: 18px;
  border-radius: 19px;
  margin-bottom: 20px;
}
.transactions_main_block h3 {
  font-size: 18px;
  color: #4c4d4c;

  font-weight: 400;
}
.transactions_main_block .widget_img {
  margin-right: 15px;
}
.transactions_main_block ul {
  list-style: none;
  padding: 0px;
  margin-top: 23px;
  margin-bottom: 0px;
}
.transactions_main_block ul li {
  display: inline-block;
  margin-right: 15px;
  width: 15%;
  color: #4c4d4c;
  font-weight: 400;
  font-size: 14px;
}

.transactions_main_block ul li img {
  width: 43px;
  display: block;
  background: #000;
  border-radius: 50%;
  padding: 9px;
  margin-bottom: 6px;
}
.notificaton_count {
  border-radius: 50%;
  color: #01eab6 !important;
  background: #1b1725;
  position: relative;
  font-size: 10px;
  padding: 2px 6px;
  color: #fff;
  right: 12px;
  top: -8px;
}

/* .......notification page css starts here.... */
.tabs {
  margin-top: 35px;
}
.tabs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.tabs ul li {
  display: inline-block;
  margin-right: 15px;
  color: #a9a8ac !important;

  font-weight: 400;
  cursor: pointer;
  min-width: 164px;
  border-radius: 19px;
  padding: 9px;

  font-weight: 400;
}
.tabs ul .main {
  color: #2b2831 !important;
  background: #f0ffce;
  font-weight: 700;
}
.notifications_block {
  margin-top: 35px;
}
.notification {
  margin-bottom: 20px;
}

.notification .media {
}
.notification .media .img {
  margin-top: 8px;
}
.notification .media .media-body h4 {
  font-weight: 400;
  color: #4c4d4c;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.3;

  font-weight: 400;
}
.notification .media .media-body h4 span {
  font-weight: 600;
  color: #1b1725;
}
.notification .media .media-body h5 {
  color: #43453f;
  font-style: italic;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 2px;

  font-weight: 400;
}

.notification .media .media-body p {
  margin: 0px;
  color: #606060;
  font-size: 12px;
  font-weight: 300;
}

/* ......send money css links starts here.......... */
.send_money {
  background: #fff;
  border-radius: 19px;
  padding: 12px 12px;
  cursor: pointer;
  margin-bottom: 15px;
  min-height: 139px;
  text-align: center;
}
.send_money_img {
  width: 64px;
  height: 64px;
  margin: 7px 0px;
}
.send_money p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
  color: #4c4d4c;
}
.send_money_page .tabs {
  overflow: auto;
}

.send_money_page .tabs ul li {
  min-width: 103px;
}

.send_money_page .tabs::-webkit-scrollbar {
  display: none;
}
.send_money_block {
  margin-top: 20px;
}

/* ...........project css starts here......... */
.project_main_block {
  margin-top: 50px;
}
.project_img {
  margin-right: 15px;
  width: 107px;
  padding: 27px;
  background: #fff;
  border-radius: 19px;
  text-align: center;
}
.project_img img {
  width: 100%;
}
.project_main_block .media-body h4 {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  font-size: 18px;
}
.project_main_block .media-body p {
  color: #4c4d4c;
  font-size: 16px;
  letter-spacing: 0.5px;
  word-break: break-word;
  line-height: 1.2;
  margin: 0px;
}
.dollars_left {
  margin-top: 10px;
}
.dollars_left p {
  margin-bottom: 0px;
}

.dollars_left p span {
  color: #fff;
  font-size: 12px;
  background: #21897e;
  padding: 3px 10px;
  border-radius: 19px;
}
.project_main_progress {
  margin-top: 5px;
}
.project_main_progress p {
  margin-bottom: 0px;
  color: #4c4d4c;
}

.project_progress .progress {
  height: 9px;
  background-color: #f0ffce;
  border-radius: 19px;
}
.project_progress .progress .progress-bar {
  background-color: #21897e;
}
.investiment {
  margin-top: 4px;
}
.project_starting {
  color: #4c4d4c;
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;
  top: 2px;
}
.project_paid span {
  background: #1b1725;
  border-radius: 19px;
  color: #dae7bc;
  font-size: 12px;
  padding: 2px 10px;
  letter-spacing: 1px;
}
.history_block {
  background: #21897e;
  padding: 18px;
  border-radius: 19px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.history_block h3 {
  text-align: center;
  font-size: 18px;

  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
.history {
  margin-bottom: 10px;
}

.history .media .media-body {
  margin-left: 15px;
}
.history .media .media-body h4 {
  color: #9bc9c4;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.history p {
  color: #bce1b9;
  float: right;
  margin-bottom: 0px;
}
.history_actions {
  margin: 25px 0px 5px;
}
.history_actions button {
  width: 100%;
}
.custom_btn {
  background: #1b1725;
  color: #e6e5e7;
  border-radius: 28px;
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  height: 46px;
}

.custom_btn:hover {
  color: #e6e5e7;
}
.withdraw_btn {
  background: #f0ffce;
  color: #36343a;
}
.withdraw_btn:hover {
  color: #4c4d4c !important;
}
.savings_target {
  background: #f0ffce;
  padding: 18px;
  margin-bottom: 25px;
  border-radius: 19px;
}
.savings img {
  width: 24px;
}
.savings h4 {
  color: #4c4d4c;
  font-size: 16px;

  font-weight: 400;
  margin-bottom: 0px;
}
.savings h2 {
  color: #21897e;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}
.activity_based {
  border: 1px solid #dcdcdc;
  padding: 24px;
  margin-bottom: 25px;
  color: #4c4d4c;
  border-radius: 19px;
}
.activity_based .media-body h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}

/* ....media queries starts here...... */
@media only screen and (max-width: 1300px) {
  .transactions_main_block ul li {
    margin-right: 12px;
    width: 16%;
  }
}
@media only screen and (max-width: 1200px) {
  .tabs ul li {
    min-width: 132px;
  }
  .balance_loop img {
    /* right: 6px; */
    position: relative;
  }
  .widgets p {
    font-size: 14px;
  }
  .widgets {
    padding: 14px;
  }
  .edit_widgets {
    font-size: 12px;
  }
  .edit_widgets img {
    width: 14px;
    margin: 0px 8px 0px 4px;
  }
  .transactions_main_block h3 {
    font-size: 14px;
  }
  .transactions_main_block ul li {
    margin-right: 15px;
    width: 14%;
    font-size: 12px;
  }
  .transactions_main_block ul li img {
    width: 28px;
  }
  .welcome_text h3 {
    font-size: 22px;
  }
  .send_money {
    min-height: 126px;
  }
  .send_money_img {
    width: 55px;
    height: 55px;
  }
  .send_money p {
    font-size: 14px;
  }
  .send_money_page .tabs ul li {
    min-width: 86px;
  }
  .auth_title h2 {
    font-size: 26px;
  }
  .page_title h2 {
    font-size: 22px;
  }
  .vertical_menu {
    width: 20px;
    top: 2px;
  }
  .project_img {
    width: 75px;
    padding: 14px;
  }
  .project_main_block .media-body h4 {
    font-size: 16px;
  }
  .project_main_block .media-body p {
    font-size: 12px;
  }
  .dollars_left p span {
    font-size: 10px;
  }
  .project_main_progress p {
    font-size: 14px;
  }
  .project_starting {
    font-size: 14px;
  }
  .history_block {
    padding: 14px;
  }
  .history_block h3 {
    font-size: 16px;
  }
  .history .media .media-body h4 {
    font-size: 13px;
  }
  .history p {
    font-size: 13px;
  }
  .custom_btn {
    font-size: 12px;
    padding: 10px 15px;
    height: 42px;
  }
  .savings h4 {
    font-size: 14px;
  }
  .savings h2 {
    font-size: 16px;
  }
  .savings img {
    width: 20px;
  }
  .savings_target,
  .activity_based {
    padding: 14px;
    margin-bottom: 15px;
  }
  .activity_based .media-body h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .custom_navbar {
    margin-top: 15px;
  }
  .custom_navbar .navbar {
    padding: 3px 0px;
  }
  .custom_navbar .nav-link {
    font-size: 12px;
  }
  .custom_navbar .navbar-brand img {
    width: 135px;
  }
  .custom_navbar .navbar-toggler {
    padding: 3px 0px;
    position: relative;
    right: -2px;
    top: 3px;
  }
  .custom_navbar .navbar-toggler-icon img {
    width: 19px;
  }

  .tabs {
    margin-top: 30px;
  }
  .auth_otp_title h2 span img {
    width: 12px;
    position: relative;
    top: -1px;
  }
  .tabs ul li {
    font-size: 14px;
    min-width: 161px;
  }
  .notification img {
    width: 19px;
    margin-top: 4px;
  }
  .notification .media .media-body h4 {
    font-size: 14px;
  }
  .notification .media .media-body h5 {
    font-size: 12px;
  }
  .nav_images {
    width: 18px;
  }
  .notificaton_count {
    font-size: 7px;
    padding: 2px 5px;
    top: -9px;
  }
  .widgets {
    padding: 12px;
  }
  .widgets p {
    font-size: 12px;
  }
  .widget_img {
    width: 22px;
    padding: 4px;
  }
  .widgets_title h3 {
    font-size: 14px;
    position: relative;
    top: 3px;
  }
  .welcome_text p {
    margin-bottom: 5px;
  }
  .welcome_text h3 {
    font-size: 20px;
  }
  .send_money {
    min-height: 110px;
    padding: 9px;
  }
  .send_money_img {
    width: 50px;
    height: 50px;
  }
  .send_money p {
    font-size: 12px;
  }
  .auth_title h2 {
    font-size: 24px;
    position: relative;
    top: -24px;
  }
  .auth_page .ornament {
    height: 150px;
    margin-top: 32px;
  }
  .auth_fields_block {
    margin-top: 20px;
  }
  .to_mobile {
    font-size: 14px;
  }
  .otp_input_block input {
    font-size: 16px;
    width: 35px !important;
  }
  .keypad_number p {
    font-size: 16px;
  }
  .auth_btn {
    height: 40px;
    font-size: 12px;
    padding: 10px;
    min-width: 230px;
  }
  .otp_input_block input {
    width: 20px !important;
  }
  .page_title h2 {
    font-size: 20px;
  }
  .vertical_menu {
    width: 20px;
    top: 3px;
  }
  .go_back img {
    width: 12px;
  }
  .project_img {
    width: 76px;
    padding: 15px;
  }
  .project_main_block .media-body h4 {
    font-size: 16px;
  }
  .project_main_block .media-body p {
    font-size: 14px;
  }
  .dollars_left p span {
    font-size: 10px;
  }
  .project_main_progress p {
    font-size: 12px;
  }
  .project_starting {
    font-size: 14px;
    top: 3px;
  }
  .project_paid span {
    font-size: 10px;
  }
  .history_block {
    padding: 14px;
    margin-bottom: 15px;
  }
  .history_block h3 {
    font-size: 16px;
  }
  .history .media .media-body h4 {
    font-size: 14px;
    top: 3px;
  }
  .history p {
    font-size: 14px;
  }
  .custom_btn {
    font-size: 12px;
    padding: 9px 15px;
    height: 40px;
  }
  .savings_target,
  .activity_based {
    padding: 14px;
    margin-bottom: 15px;
  }
  .savings h4 {
    color: #4c4d4c;
    font-size: 12px;
  }
  .savings h2 {
    font-size: 14px;
  }
  .savings img {
    width: 20px;
  }
  .activity_based .media-body h4 {
    font-size: 14px;
  }
  .project_main_block {
    margin-top: 40px;
  }
  .index_title h2 {
    font-size: 21px;
  }
  .index_title img {
    width: 119px;
    position: relative;
    top: -82px;
    right: 20px;
  }
  .play_video {
    width: 150px;
  }
  .desktop_ornament {
  }
  .desktop_object {
    width: 231px;
  }
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .custom_navbar .navbar-brand img {
    width: 120px;
  }
  .custom_navbar {
    margin-top: 0px;
  }
  .balance_loop img {
    right: 0px;
    position: relative;
    width: 20px;
  }
  .widgets p {
    font-size: 12px;
  }
  .widget_img {
    width: 22px;
    padding: 5px;
  }
  .welcome_text p {
    margin-bottom: 5px;
  }
  .edit_widgets {
    font-size: 10px;
  }
  .dashboard_balance p {
    font-size: 12px;
  }
  .dashboard_balance h3 {
    font-size: 14px;
  }
  .dashboard_balance {
    margin-top: 20px;
  }
  .welcome_text h3 {
    font-size: 18px;
  }
  .dashboard_balance h3 img {
    width: 16px;
  }
  .auth_title h2 {
    font-size: 20px;
    position: relative;
    top: -28px;
  }
  .send_money {
    min-height: 100px;
  }
  .send_money_img {
    width: 45px;
    height: 45px;
  }
  .auth_fields_block {
    margin-top: 25px;
  }
  .auth_page .ornament {
    height: 132px;
  }
  .we_have_sent {
    font-size: 12px;
  }
  .to_mobile {
    font-size: 16px;
  }
  .otp_input_block input {
    width: 30px !important;
    font-size: 16px;
  }
  .confirm_pin input {
    width: 20px !important;
    font-size: 16px;
    height: 20px !important;
  }
  .page_title h2 {
    font-size: 18px;
  }
  .vertical_menu {
    width: 20px;
    top: 2px;
  }
  .project_main_block .media-body h4 {
    font-size: 14px;
  }
  .project_img {
    width: 58px;
    padding: 13px;
  }
  .project_main_block .media-body p {
    font-size: 12px;
  }
  .dollars_left p span {
    font-size: 10px;
  }
  .project_main_progress p {
    font-size: 12px;
  }
  .project_starting {
    font-size: 12px;
    top: 4px;
  }
  .project_paid span {
    font-size: 10px;
  }
  .project_main_block {
    margin-top: 35px;
  }
  .history_block {
    padding: 12px;
    margin-bottom: 15px;
  }
  .history_block h3 {
    font-size: 14px;
  }
  .history .media .media-body h4 {
    font-size: 12px;
    top: 2px;
  }
  .history p {
    font-size: 12px;
  }

  .savings img {
    width: 20px;
  }
  .savings h4 {
    font-size: 12px;
  }
  .savings h2 {
    font-size: 14px;
  }
  .savings_target {
    padding: 12px;
    margin-bottom: 15px;
  }
  .activity_based {
    padding: 12px;
  }
  .activity_based .media-body h4 {
    font-size: 12px;
  }
  .play_video {
    width: 115px;
  }
  .new_text {
    float: right;
  }
  .auth_get_started_block {
    margin-top: 20px;
  }
  .index_bg_block {
    margin-top: 10px;
  }
  .lady_img {
    width: 190px;
    top: -59px;
  }
  .index_bg {
    top: -59px;
  }
  .auth_btn_block {
    margin-top: -175px;
  }
}
@media only screen and (max-width: 576px) {
  /* .abc .auth_page {
    padding-left: 15px;
  } */
  .auth_page .ornament {
    height: 100px;
  }
  .custom_navbar .navbar-brand img {
    width: 105px;
  }
  .tabs {
    margin-top: 20px;
  }
  .tabs ul li {
    font-size: 12px;
    min-width: 126px;
  }
  .notification img {
    width: 19px;
    margin-top: 4px;
  }
  .notification .media .media-body h4 {
    font-size: 12px;
    line-height: 1.2;
  }
  .notification .media .media-body p {
    font-size: 10px;
  }
  .notification .media .media-body h5 {
    font-size: 11px;
    margin-top: 2px;
  }
  .dashboard_balance {
    margin-top: 15px;
  }
  .balance_loop img {
    width: 20px;
    /* margin-top: 4px; */
    /* position: relative; */
  }
  .welcome_text p {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .welcome_text p img {
    width: 17px;
    top: -3px;
  }
  .welcome_text h3 {
    font-size: 16px;
  }
  .dashboard_balance p {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .dashboard_balance h3 {
    font-size: 12px;
  }
  .dashboard_balance h3 img {
    width: 12px;
  }

  .widgets_main_block {
    margin-top: 20px;
  }
  .edit_widgets {
    padding: 4px 5px 2px;
  }
  .edit_widgets img {
    width: 13px;
    margin: 0px 5px 0px 4px;
  }
  .widget_img {
    width: 23px;
    padding: 5px;
  }
  .widgets p {
    font-size: 10px;
  }
  .widgets {
    margin-bottom: 10px;
  }
  .transactions_main_block h3 {
    font-size: 12px;
  }
  .transactions_main_block ul {
    margin-top: 15px;
  }
  .transactions_main_block ul li {
    font-size: 12px;
    margin-right: 16px;
    width: 14%;
  }
  .transactions_main_block ul li img {
    width: 28px;
    padding: 4px;
  }
  .transactions_main_block {
    padding: 18px 12px 12px 12px;
    margin: 4px 0px 15px;
  }
  .login_page .ornament {
    height: 125px;
    width: 100%;
    margin: auto;
  }
  .auth_title h2 {
    font-size: 18px;
  }
  .auth_fields_block {
    margin-top: 30px;
  }
  .auth_fields .field .input-group .form-control {
    font-size: 12px;
  }
  .auth_fields .field {
    margin-bottom: 10px;
  }
  .auth_fields .field .input-group .input-group-text img {
    width: 15px;
  }
  .reg_link {
    font-size: 10px;
  }
  .reg_link span {
    font-size: 12px;
  }
  .auth_btn {
    height: 40px;
    font-size: 12px;
    padding: 10px;
    min-width: 275px;
  }
  .login_actions {
    margin-top: 40px;
  }
  .fogot_password_links {
    font-size: 10px;
  }
  .auth_otp_text {
    margin: 0px;
  }
  .otp_page .auth_fields_block {
    margin-top: 20px;
  }
  .keypad_number p {
    margin-bottom: 10px;
  }
  .keypad_numbers_block {
    padding: 15px;
  }
  .otp_page .login_actions {
    margin-top: 20px;
  }
  .we_have_sent {
    margin-bottom: 0px;
  }
  .to_mobile {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .send_money_page .tabs ul li {
    min-width: 79px;
  }
  .send_money {
    padding: 10px 10px;
    min-height: 80px;
  }
  .send_money_img {
    width: 32px;
    height: 32px;
  }
  .send_money p {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .project_main_block {
    margin-top: 30px;
  }
  .project_img {
    width: 74px;
    padding: 16px;
  }
  .project_main_block .media-body h4 {
    font-size: 14px;
  }
  .project_main_block .media-body p {
    font-size: 10px;
  }
  .dollars_left p span {
    font-size: 9px;
  }
  .project_main_progress p {
    font-size: 12px;
  }
  .project_starting {
    font-size: 12px;
    top: 5px;
  }
  .project_paid span {
    font-size: 10px;
    padding: 2px 6px;
  }
  .history_block {
    padding: 10px;
    margin-bottom: 15px;
  }
  .history_block h3 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .history .media .media-body h4 {
    top: 4px;
    font-size: 12px;
  }
  .history p {
    font-size: 12px;
  }
  .history_actions {
    margin: 15px 0px 5px;
  }
  .custom_btn {
    font-size: 12px;
    padding: 9px 15px;
    height: 40px;
  }
  .vertical_menu {
    width: 22px;
    top: 1px;
  }
  .savings_target {
    padding: 12px;
    margin-bottom: 15px;
  }
  .savings h4 {
    font-size: 14px;
  }
  .savings h2 {
    font-size: 14px;
  }
  .nav-link {
    font-size: 12px;
    padding: 4px 1rem;
  }
  .otp_input_block input {
    width: 30px !important;
    font-size: 14px;
  }
  .auth_fields .field .input-group {
    height: 40px;
  }
  .confirm_pin input {
    width: 18px !important;
    height: 18px !important;
  }
  .page_title h2 {
    font-size: 16px;
  }
  .activity_based {
    padding: 14px;
  }
  .activity_based .media-body h4 {
    font-size: 12px;
  }
  .savings img {
    width: 20px;
  }
  .index_title h2 {
    font-size: 26px;
  }
  .index_title img {
    width: 120px;
    position: relative;
    top: -94px;
    right: 10px;
  }
  .play_video {
    width: 106px;
  }
  .auth_get_started_block {
    margin-top: 20px;
  }
  .auth_btn_block {
    margin-top: -186px;
  }
  .lady_img {
    position: relative;
    top: -68px;
    width: 191px;
  }
  .index_bg {
    background: url(/assets/img/auth/ornament.png);
    width: 274px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .index_bg_block {
    margin-top: 70px;
  }
  .play_video {
    width: 100px;
  }
  .mobile .auth_get_started_block {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 370px) {
  .send_money {
    min-height: 90px;
  }
}
@media only screen and (max-width: 320px) {
  .auth_page .ornament {
    height: 77px;
  }

  .nav-link {
    font-size: 10px;
    padding: 3px 1rem;
  }
  .tabs {
    margin-top: 20px;
  }
  .tabs ul li {
    font-size: 12px;
    min-width: 96px;
  }
  .notifications_block {
    margin-top: 25px;
  }
  .notification img {
    width: 17px;
    margin-top: 5px;
  }
  .notification .media .media-body h4 {
    font-size: 10px;
    line-height: 1.2;
  }
  .notification .media .media-body p {
    font-size: 9px;
  }
  .notification .media .media-body h5 {
    font-size: 11px;
  }

  .dashboard,
  .notification_page {
    margin: 15px 0px;
  }

  .welcome_text h3 {
    font-size: 14px;
  }
  .dashboard_balance {
    border-radius: 19px;
    padding: 12px 18px;
    margin-top: 15px;
  }

  .balance_loop img {
    width: 17px;
  }
  .widgets_title {
    margin-bottom: 10px;
  }

  .widgets_main_block {
    margin-top: 20px;
  }
  .edit_widgets {
    padding: 4px 5px;
    font-size: 9px;
  }
  .edit_widgets img {
    width: 13px;
    margin: 0px 5px 0px 4px;
  }
  .widgets {
    padding: 10px;
    margin-bottom: 10px;
  }
  .widgets p {
    margin-top: 5px !important;
    font-size: 10px;
  }
  .widget_img {
    width: 19px;
    padding: 3px;
  }

  .transactions_main_block ul li img {
    width: 24px;
    padding: 4px;
  }
  .transactions_main_block ul li {
    width: 13%;
    font-size: 10px;
    margin-right: 14px;
  }
  .index_title h2 {
    font-size: 18px;
  }
  .index_title img {
    width: 104px;
    position: relative;
    top: -76px;
    right: 9px;
  }

  .play_video {
    width: 69px;
  }
  .lady_img {
    position: relative;
    top: 0px;
  }
  .lady_img img {
    width: 166px;
  }
  .auth_btn {
    height: 36px;
    min-width: 188px;
    padding: 10px;
    font-size: 10px;
  }
  .new_text {
    width: 33px;
  }
  .auth_get_started_block {
    margin-top: 22px;
  }

  .auth_title h2 {
    font-size: 16px;
    position: relative;
    top: -29px;
  }
  .auth_fields_block {
    margin-top: 40px;
  }
  .auth_fields .field {
    margin-bottom: 10px;
  }
  .auth_fields .field .input-group .form-control {
    font-size: 12px;
  }
  .login_actions {
    margin-top: 40px;
  }
  .reg_link {
    font-size: 9px;
  }
  .reg_link span {
    font-size: 10px;
  }
  .auth_fields .field .input-group .input-group-text img {
    width: 15px;
  }
  .fogot_password_links {
    font-size: 10px;
  }

  .we_have_sent {
    font-size: 10px;
  }
  .to_mobile {
    font-size: 14px;
  }

  .otp_keypad {
    margin-top: 20px !important;
  }
  .keypad_number p {
    font-size: 12px;
  }
  .keypad_numbers_block {
    padding: 15px 5px;
  }
  .send_money_page .tabs ul li {
    min-width: 66px;
  }
  .send_money {
    padding: 10px 10px;
    margin-bottom: 10px;
    min-height: 82px;
  }
  .send_money_img {
    width: 25px;
    height: 25px;
  }
  .send_money p {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .vertical_menu {
    width: 16px;
    top: 0px;
  }
  .project_img {
    width: 55px;
    padding: 13px;
  }
  .project_main_block {
    margin-top: 25px;
  }
  .project_main_block .media-body h4 {
    font-size: 14px;
  }
  .project_main_block .media-body p {
    font-size: 9px;
  }

  .project_main_progress p {
    font-size: 10px;
  }
  .project_starting {
    font-size: 10px;
  }

  .project_progress .progress {
    height: 5px;
  }
  .history_block {
    padding: 10px;
    margin-bottom: 10px;
  }
  .history_block h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .history .media .media-body h4 {
    font-size: 12px;
    top: 1px;
  }
  .history .media .media-body {
    margin-left: 10px;
  }
  .history p {
    font-size: 12px;
  }
  .history_actions {
    margin: 9px 0px 5px;
  }
  .custom_btn {
    padding: 7px 15px;
    height: 32px;
    font-size: 10px;
  }
  .savings h4 {
    font-size: 12px;
  }
  .savings_target {
    padding: 10px;
    margin-bottom: 10px;
  }
  .savings h2 {
    font-size: 12px;
  }
  .savings img {
    width: 20px;
  }
  .activity_based {
    padding: 10px;
  }
  .activity_based .media-body h4 {
    font-size: 10px;
  }
  .otp_input_block {
    margin: 15px 0px 20px;
  }
  .otp_input_block input {
    height: 20px;
    font-size: 12px;
    width: 30px !important;
  }
  .auth_fields .field .input-group {
    height: 36px;
  }
  .confirm_pin input {
    width: 14px !important;
    height: 14px !important;
  }
  .transactions_main_block h3 {
    margin-top: 5px;
  }
  .transactions_main_block {
    padding: 10px;
    margin: 3px 0px 14px;
  }
  .page_title h2 {
    font-size: 14px;
  }
  .go_back img {
    width: 12px;
  }
  .auth_btn_block {
    margin-top: -115px;
  }
}
