@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,400i,600,700&display=swap");
@import url(custom.min.css);
@import url(flaticon.css);
@import url(jquery-ui.css);
.header-section-menu-center a::before, .borrow-banner-right-box button, .borrow-banner-right-box button i, .check-rate-button, .check-rate-button i, .ready-talk-section .cont-btn, .footer-mid li a, .download-btns a, .foote-mid-btm li a, .foote-mid-btm .foote-mid-btm-right a, .start-invest-btn, .start-invest-btn i, .invester-check-form form button, .invester-check-form form button i, .download-buttons a, .continue-btn-form, .continue-btn-form i, .option-select-cont-checkrate .option-select-cont-checkrate-tile, .primary-src-container .primary-src-inner .primary-src-inner-tiles, .select-plan-container-item, .select-plan-container-item .select-plan-container-item-head .off-label, .select-plan-container-item.selected .item-select-icon, .thankyou-container .thank-back-home, .check-rate-back:before, .nav-account-notification .dropdown-menu .notification-header a, .nav-account-notification .notification-btm a, .dash-heading a.new-loan-btn, .dashboard-footer a, .goto-order-btn, .new-investor-msg .new-investor-msg-close, .login-container .form-login-grid button, .investmodalpage .investmodalpage-form button, .investmodalpage .investmodalpage-form button i {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.header-section-menu-right-inner, .check-amout-input, .check-rate-form-container, .amountRange .amountRange-grid, .option-select-cont-checkrate-inner, .primary-src-container .primary-src-inner, .select-plan-container-item-btm, .modal-dialog, .invest-step li span, .dashboard-header .dashboard-header-right, .nav-account-button button, .nav-account-notification .dropdown-menu .notification-header, .nav-account-notification .notification-content a i, .dash-heading, .dashboard-tile-1 .dashboard-tile-1-header-left, .dashboard-tile-1-content-bottom ul, .loan-request-container li .loan-request-container-left, .loan-request-container li .loan-request-container-left i, .table-top-filter, .heading-loan-detail, .chart-btm-sc, .settings-container-profile-top .nav-tabs.large-screen, .settings-container-profile-bottom-head, .notification-info-tiles-no-data, .investor-status-info, .invest-history-tiles-dashboard, .heading-borrower-detail, .borrowerdetailmodal-top-left-grid .progress-borrow .grid-sec, .verification-investor-modal, .verification-investor-modal .verification-investor-modal-content-top, .loader, .login-container, .login-container .login-container-left, .login-container .login-container-right, .login-container .form-login-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.loan-request-container li .loan-request-container-left i, .notification-info-tiles-no-data, .verification-investor-modal, .loader, .login-container, .login-container .login-container-left, .login-container .login-container-right {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

body {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  overflow-x: hidden; }
  body .row:before,
  body .row:after {
    display: none !important; }

img {
  max-width: 100%; }

a:hover,
a:focus,
button:focus {
  outline: 0;
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0; }

.logo img {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 255px; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .logo img {
      max-width: 200px; } }
  @media only screen and (max-width: 768px) {
    .logo img {
      max-width: 140px; } }

.header-section {
  position: fixed;
  z-index: 999;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center; }

.borrow-banner-top {
  position: relative;
  background: url(../images/borrower-banner.jpg);
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center; }

.header-section-menu-center {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .header-section-menu-center {
      text-align: left; } }
  .header-section-menu-center a {
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    margin: 0 14px;
    color: #434343;
    font-weight: 600;
    position: relative; }
    @media only screen and (max-width: 444px) {
      .header-section-menu-center a {
        font-size: 0.9em;
        margin: 0 6px; } }
    .header-section-menu-center a::before {
      width: 100%;
      height: 3px;
      left: 0;
      right: 0;
      content: '';
      position: absolute;
      background: #4AB8D9;
      border-radius: 20px;
      bottom: -3px;
      opacity: 0; }
    .header-section-menu-center a:hover::before {
      bottom: -2px;
      opacity: 1; }
    .header-section-menu-center a.active::before, .header-section-menu-center a.active:hover::before {
      bottom: -2px;
      opacity: 1; }

.header-section-menu-right {
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .header-section-menu-right {
      text-align: left;
      margin-top: 1rem;
      font-size: 0.9em; } }
  .header-section-menu-right a {
    font-size: 1.2em;
    color: #434343; }
  .header-section-menu-right a.menu-button {
    background: #0A8AB1;
    padding: 7px 15px;
    color: #fff;
    border-radius: 25px;
    width: 94px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-size: 1.1em;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    @media (max-width: 380px) {
      .header-section-menu-right a.menu-button {
        margin-left: 10px; } }
    .header-section-menu-right a.menu-button i {
      position: absolute;
      left: 14px;
      font-size: 17px;
      top: 9px; }
      @media only screen and (max-width: 768px) {
        .header-section-menu-right a.menu-button i {
          position: relative;
          left: -4px;
          font-size: 17px;
          top: 3px; } }
    .header-section-menu-right a.menu-button:hover {
      background: #4AB8D9; }

.borrow-banner-left h1 {
  font-weight: 600;
  color: #113B5E;
  margin-bottom: 17px; }
  @media only screen and (max-width: 767px) {
    .borrow-banner-left h1 {
      margin-top: 10rem; } }
.borrow-banner-left p {
  color: #113B5E;
  font-size: 1.5em; }
  .borrow-banner-left p span {
    display: inline-block;
    padding-right: 13px;
    position: relative;
    font-weight: 600; }
    .borrow-banner-left p span::after {
      content: '';
      position: absolute;
      right: 0;
      width: 2px;
      height: 17px;
      background: #707070;
      top: 6px;
      right: 3px; }
    .borrow-banner-left p span:last-child::after {
      display: none; }

.borrow-banner-right-box {
  background: #fff;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  text-align: center;
  padding-bottom: 22px; }
  @media only screen and (max-width: 768px) {
    .borrow-banner-right-box {
      margin-bottom: 5rem; } }
  @media (max-width: 768px) and (min-width: 768px) {
    .borrow-banner-right-box {
      margin-bottom: 0rem; } }
  .borrow-banner-right-box h3 {
    background: #0A8AB1;
    color: #fff;
    font-weight: 500;
    padding: 21px;
    border-radius: 15px 15px 0 0;
    font-size: 1.65em;
    margin-bottom: 15px;
    text-align: center; }
  .borrow-banner-right-box form {
    padding: 0px 30px 12px 30px; }
  .borrow-banner-right-box .inf-lbl {
    color: #b3b3b3;
    font-size: 1.05em;
    display: block;
    margin-top: 4px; }
  .borrow-banner-right-box button {
    background: #0A8AB1;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 1.43em;
    outline: 0;
    border: 0;
    border-radius: 38px;
    margin: 7px 0 5px 0;
    margin-top: 23px;
    font-weight: 600;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .borrow-banner-right-box button {
        font-size: 1.2em; } }
    .borrow-banner-right-box button span {
      margin-left: -21px; }
    .borrow-banner-right-box button:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
    .borrow-banner-right-box button i {
      font-size: 13px;
      margin-left: 5px;
      position: absolute;
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px);
      top: 37%;
      font-weight: 500; }
    .borrow-banner-right-box button:hover i {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.form-control-right-box {
  margin-top: 30px; }
  .form-control-right-box input {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ddd;
    outline: 0;
    font-size: 1.58em;
    color: #AEAEAE;
    font-weight: 400;
    background: url(../images/doller-form.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 30px;
    background-position-y: 55%;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .form-control-right-box input {
        font-size: 1.2em; } }
  .form-control-right-box select {
    width: 100%;
    height: auto;
    border: 0;
    border-bottom: 1px solid #ddd;
    outline: 0;
    font-size: 1.58em;
    color: #AEAEAE;
    font-weight: 400;
    -webkit-appearance: none;
    background: url(../images/arrow-btm-form.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 30px;
    background-position-y: 50%;
    padding-bottom: 3px; }
    @media only screen and (max-width: 768px) {
      .form-control-right-box select {
        font-size: 1.2em; } }
    .form-control-right-box select.selected-attr {
      color: #aaaab2; }

.form-control-right-box input::-webkit-input-placeholder {
  color: #AEAEAE; }

.why-borrow-section {
  padding: 80px 0; }
  .why-borrow-section .check-rate-button {
    margin: 0 auto; }

.why-borrow-section-tiles {
  text-align: center;
  padding: 15px 0; }
  .why-borrow-section-tiles img {
    max-height: 65px;
    margin-bottom: 15px; }
  .why-borrow-section-tiles h4 {
    font-size: 1.3em;
    color: #6a6a6a;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .why-borrow-section-tiles h4 {
        font-size: 1.2em; } }
  .why-borrow-section-tiles p {
    color: #434343;
    font-size: 1.15em; }

.check-rate-button {
  text-align: center;
  background: #0A8AB1;
  width: 280px;
  padding: 12px;
  color: #fff;
  font-size: 1.5em;
  outline: 0;
  border: 0;
  border-radius: 38px;
  margin-top: 23px;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2px; }
  @media only screen and (max-width: 768px) {
    .check-rate-button {
      font-size: 1.2em; } }
  .check-rate-button span {
    margin-left: -12px; }
  .check-rate-button i {
    font-size: 13px;
    margin-left: 5px;
    position: absolute;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    top: 37%;
    font-weight: normal; }
  .check-rate-button:hover {
    color: #fff;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
  .check-rate-button:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

.check-rate-info {
  color: #808080;
  font-size: .93em;
  margin-top: 8px;
  display: block; }

.getting-loan-section {
  padding: 0 0 30px 0;
  background: #F9F9F9;
  background: url(../images/getting-shape.png) no-repeat #F9F9F9;
  background-position: center right;
  position: relative;
  background-size: 515px;
  background-position: 102% 6%; }
  @media only screen and (max-width: 768px) {
    .getting-loan-section {
      background-image: none; } }

.getting-loan-section-left {
  position: relative;
  padding: 45px 0 0 30px; }
  .getting-loan-section-left .borrow-head-1 {
    margin-bottom: 30px; }
  .getting-loan-section-left h4 {
    font-weight: 600;
    color: #434343; }
  .getting-loan-section-left p {
    font-size: 1.1em;
    color: #929292; }
  .getting-loan-section-left .getting-loan-tiles li {
    display: block;
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
    padding-left: 51px; }
    .getting-loan-section-left .getting-loan-tiles li span {
      position: absolute;
      left: 0;
      color: #4AB8D9;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 2px solid #4AB8D9;
      font-weight: 600;
      text-align: center;
      display: inline-block;
      font-size: 1.4em;
      line-height: 33px;
      background: #fff;
      top: 2px; }
    .getting-loan-section-left .getting-loan-tiles li.active span {
      background: #4AB8D9;
      color: #fff; }
    .getting-loan-section-left .getting-loan-tiles li.active::after, .getting-loan-section-left .getting-loan-tiles li.active::before {
      content: '';
      position: absolute;
      background: #4AB8D9;
      border-radius: 50%;
      left: 5px; }
    .getting-loan-section-left .getting-loan-tiles li.active::before {
      top: 57%;
      width: 25px;
      height: 25px;
      left: 7px; }
    .getting-loan-section-left .getting-loan-tiles li.active::after {
      top: 100%;
      width: 13px;
      height: 13px;
      left: 13px; }
  .getting-loan-section-left .check-rate-button {
    width: 258px; }

.getting-loan-section-right {
  margin-top: -75px; }
  .getting-loan-section-right img {
    position: relative;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (max-width: 768px) {
      .getting-loan-section-right img {
        display: none; } }
    .getting-loan-section-right img:hover {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px); }

.ready-talk-section {
  overflow: hidden;
  text-align: center;
  background-image: url(../images/ready-talk-bg.jpg);
  background-size: cover;
  color: #fff; }
  .ready-talk-section .ready-talk-section-inner {
    padding: 65px 0 100px 0;
    position: relative; }
  .ready-talk-section h2 {
    font-weight: 600;
    font-size: 2.5em; }
  .ready-talk-section p {
    font-size: 1.3em; }
  .ready-talk-section a {
    color: #fff;
    font-size: 1.3em; }
  .ready-talk-section .cont-btn {
    margin-bottom: 10px;
    padding: 6px 21px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 25px;
    margin-right: 10px; }
    .ready-talk-section .cont-btn:hover {
      background: #fff;
      color: #0A8AB1;
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
  .ready-talk-section .cont-link {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .ready-talk-section .image-bottom {
    position: absolute;
    bottom: -36px;
    right: 5%;
    z-index: 1;
    max-width: 250px; }
    @media (max-width: 1200px) {
      .ready-talk-section .image-bottom {
        right: 0;
        bottom: -25px;
        max-width: 225px; } }
    @media (max-width: 991px) {
      .ready-talk-section .image-bottom {
        bottom: -40px;
        right: 0;
        max-width: 170px; } }
    @media only screen and (max-width: 768px) {
      .ready-talk-section .image-bottom {
        display: none; } }

.footer {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  padding: 30px 0 15px 0;
  color: #fff; }
  .footer .footer-top {
    background: #0A8AB1;
    margin-top: -78px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
    border-radius: 5px; }
    .footer .footer-top ul {
      display: flex;
      width: 100%; }
    .footer .footer-top li {
      flex: 0 0 33.3%;
      text-align: center;
      padding: 15px;
      position: relative;
      list-style-type: none; }
      .footer .footer-top li h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 1px; }
        @media only screen and (max-width: 768px) {
          .footer .footer-top li h3 {
            font-size: 1em; } }
        .footer .footer-top li h3 span {
          font-size: 1.3em;
          font-weight: 700; }
      .footer .footer-top li p {
        color: #fff; }
      .footer .footer-top li::after {
        content: '';
        position: absolute;
        right: 0;
        height: 40px;
        width: 1px;
        background: rgba(255, 255, 255, 0.6);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .footer .footer-top li:last-child::after {
        display: none; }

.footer-mid h3 {
  font-weight: 500;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600; }
.footer-mid p {
  font-size: 1.1em; }
.footer-mid li {
  display: block;
  margin-bottom: 6px; }
  .footer-mid li a {
    color: #fff;
    display: inline-block;
    font-size: 1.1em; }
    @media only screen and (max-width: 768px) {
      .footer-mid li a {
        font-size: 0.9em; } }
    .footer-mid li a:hover {
      text-decoration: underline;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      color: #fff; }

.download-btns a {
  position: relative;
  padding: 6px 0;
  padding-left: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.91);
  display: inline-block;
  color: #fff;
  margin-left: 3px;
  width: 158px;
  margin-bottom: 5px; }
  .download-btns a:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    background: #fff;
    color: #0A8AB1; }
  .download-btns a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14px;
    font-size: 2em; }
  .download-btns a .inner {
    position: relative;
    display: block; }
    .download-btns a .inner span {
      display: block; }
    .download-btns a .inner .avail {
      font-size: .8em;
      margin-bottom: -5px; }
    .download-btns a .inner .store-name {
      font-weight: 600;
      font-size: 1em; }

.foote-mid-btm {
  margin-top: 30px; }
  .foote-mid-btm li {
    display: inline-block;
    margin-right: 25px; }
    .foote-mid-btm li a {
      font-size: 1.05em;
      color: rgba(255, 255, 255, 0.9); }
      .foote-mid-btm li a:hover {
        color: #fff;
        text-decoration: underline; }
    .foote-mid-btm li:last-child {
      margin-right: 0; }
  .foote-mid-btm .foote-mid-btm-right {
    text-align: right; }
    @media only screen and (max-width: 420px) {
      .foote-mid-btm .foote-mid-btm-right {
        text-align: center;
        padding: 8px 0; } }
    .foote-mid-btm .foote-mid-btm-right a {
      font-size: 1.7em;
      color: #fff;
      display: inline-block;
      margin-left: 2px; }
      .foote-mid-btm .foote-mid-btm-right a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px); }

.footer-copy {
  margin-top: 5px;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8); }

@media only screen and (max-width: 420px) {
  .text-center-mobile {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .invest-banner-left {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }
.invest-top-banner {
  position: relative; }
  .invest-top-banner .invest-top-banner-inner {
    min-height: 720px;
    display: flex;
    align-items: center; }
  .invest-top-banner .invest-banner-right {
    padding-top: 70px; }
  .invest-top-banner .invest-top-banner-shape {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    max-height: 235px; }
  .invest-top-banner h1 {
    font-weight: 600;
    color: #113B5E;
    margin-bottom: 14px; }
    @media only screen and (max-width: 767px) {
      .invest-top-banner h1 {
        margin-top: 10rem; } }
  .invest-top-banner p {
    color: #929292;
    font-size: 1.5em; }

.start-invest-btn {
  text-align: center;
  background: #0A8AB1;
  width: 242px;
  padding: 15px;
  color: #fff !important;
  font-size: 1.5em;
  outline: 0;
  border: 0;
  border-radius: 38px;
  margin-top: 23px;
  font-weight: 500;
  position: relative;
  display: block;
  margin-bottom: 2px; }
  @media only screen and (max-width: 768px) {
    .start-invest-btn {
      font-size: 1.2em; } }
  .start-invest-btn span {
    margin-left: -12px; }
  .start-invest-btn i {
    font-size: 13px;
    margin-left: 7px;
    position: absolute;
    top: 38%; }
  .start-invest-btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
    .start-invest-btn:hover i {
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }

.invester-check-form {
  border-radius: 5px;
  margin-top: -101px;
  position: relative; }
  .invester-check-form h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 31px;
    font-size: 2.4em; }
    @media only screen and (max-width: 768px) {
      .invester-check-form h3 {
        background: #4AB8D9; } }
  .invester-check-form h4 {
    color: #fff;
    background: #0A8AB1;
    padding: 15px 39px;
    font-size: 1.5em;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin: 0; }
  .invester-check-form form {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.22);
    border-top: 0;
    padding: 20px 20px 37px 20px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
    .invester-check-form form select {
      width: 100%;
      height: 50px;
      border: 0;
      border-bottom: 1px solid #ddd;
      outline: 0;
      font-size: 1.4em;
      color: #AEAEAE;
      font-weight: 400;
      -webkit-appearance: none;
      background: url(../images/arrow-btm-form.svg);
      background-repeat: no-repeat;
      background-size: 21px;
      padding-left: 30px;
      background-position-y: 50%; }
      @media only screen and (max-width: 768px) {
        .invester-check-form form select {
          font-size: 1.2em; } }
    .invester-check-form form select.selected-attr {
      color: #000; }
    .invester-check-form form input {
      width: 100%;
      height: 50px;
      border: 0;
      border-bottom: 1px solid #ddd;
      outline: 0;
      font-size: 1.4em;
      color: #AEAEAE;
      font-weight: 400;
      color: #000; }
      @media only screen and (max-width: 768px) {
        .invester-check-form form input {
          font-size: 1.2em; } }
    .invester-check-form form button {
      text-align: center;
      background: #0A8AB1;
      padding: 10px 25px;
      color: #fff;
      font-size: 1.3em;
      outline: 0;
      border: 0;
      border-radius: 38px;
      font-weight: 500;
      position: relative;
      display: block;
      width: 128px; }
      @media only screen and (max-width: 991px) {
        .invester-check-form form button {
          font-size: 1.2em;
          margin-top: 1rem; } }
      .invester-check-form form button span {
        margin-left: -4px; }
      .invester-check-form form button i {
        font-size: 10px;
        margin-left: 7px;
        position: absolute;
        top: 36%; }
      .invester-check-form form button:hover i {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px); }
      .invester-check-form form button:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }

.inv-head-sec {
  text-align: center;
  margin-bottom: 25px; }
  .inv-head-sec h1 {
    font-size: 2.9em; }
  .inv-head-sec h2 {
    font-size: 2em;
    color: #434343; }

.invester-how-tile {
  text-align: center;
  padding: 15px; }
  .invester-how-tile h4 {
    font-size: 1.8em;
    color: #000;
    font-weight: 500; }
  .invester-how-tile p {
    color: #434343;
    font-size: 17px; }
  .invester-how-tile img {
    max-width: 200px;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 768px) {
      .invester-how-tile img {
        max-width: 100%; } }

.invester-how-button-bottom .start-invest-btn {
  margin: 10px auto;
  font-weight: 600;
  width: 280px;
  padding: 18px; }

.invester-benifit-section {
  margin-top: 80px;
  background: #18CEBB;
  padding: 50px 0;
  text-align: center; }
  .invester-benifit-section h1 {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 55px; }

.benifit-tile img {
  max-height: 80px;
  margin-bottom: 20px; }
.benifit-tile h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5em; }
.benifit-tile p {
  color: #fff;
  font-size: 1.2em; }
.benifit-tile a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  font-size: 1.1em; }

.invester-download-section {
  margin-bottom: 80px; }
  .invester-download-section .invester-download-left {
    position: relative;
    width: 100%;
    max-width: 464px;
    min-height: 450px;
    margin: 0 auto; }
    .invester-download-section .invester-download-left img {
      max-height: 420px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (max-width: 991px) {
        .invester-download-section .invester-download-left img {
          max-height: 400px; } }
      .invester-download-section .invester-download-left img:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }
    .invester-download-section .invester-download-left .download-left-img1 {
      top: 15%; }
      @media only screen and (max-width: 991px) {
        .invester-download-section .invester-download-left .download-left-img1 {
          max-height: 390px; } }
    .invester-download-section .invester-download-left .download-left-img2 {
      top: 12%;
      z-index: 1;
      left: 40%; }
      @media only screen and (max-width: 991px) {
        .invester-download-section .invester-download-left .download-left-img2 {
          left: 30%;
          max-height: 370px; } }
  .invester-download-section .invester-download-right h1 {
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .invester-download-section .invester-download-right h1 {
        font-size: 2rem; } }
  .invester-download-section .invester-download-right p {
    font-size: 1.3em;
    color: #434343;
    font-weight: 300; }

.download-buttons a {
  position: relative;
  padding: 9px 0;
  padding-left: 59px;
  border-radius: 50px;
  border: 1px solid #4AB8D9;
  display: inline-block;
  color: #4AB8D9;
  margin-right: 5px;
  width: 189px; }
  @media (max-width: 850px) {
    .download-buttons a {
      margin-bottom: 10px; } }
  .download-buttons a i {
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    font-size: 2.2em; }
  .download-buttons a .inner {
    position: relative;
    display: block; }
  .download-buttons a .avail {
    font-size: .9em;
    margin-bottom: -3px;
    display: block; }
  .download-buttons a .store-name {
    font-weight: 600;
    font-size: 1.1em; }
  .download-buttons a:hover {
    background: #4AB8D9;
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

#mainHeaderfixed {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.fixedTop {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4);
  -ms-box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4);
  box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4);
  padding: 8px 0; }

.menu-list-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top right;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 0 0 0 50%; }

.menu-list-container.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: 1 1;
  border-radius: 0; }

.menu-list-container-inner {
  padding: 20px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .menu-list-container-inner h3 {
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 12px; }
  .menu-list-container-inner li {
    display: block; }
    .menu-list-container-inner li a {
      font-size: 1.2em;
      margin-bottom: 6px;
      display: inline-block;
      position: relative;
      color: #434343;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      .menu-list-container-inner li a:hover {
        color: #000;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }

#menuClose {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  #menuClose:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.logo-menu {
  padding-right: 25px;
  margin-bottom: 15px; }
  .logo-menu p {
    color: #7b7b7b;
    font-size: 1.1em;
    font-weight: 300; }

.changer-button {
  position: fixed;
  z-index: 5;
  width: 200px;
  background: #fff;
  bottom: 10px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  left: 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 25px; }
  .changer-button.hidden-btn {
    bottom: -60px; }
  .changer-button a {
    float: left;
    width: 50%;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
    color: #000;
    font-weight: 600; }
  .changer-button a.active {
    background: #4AB8D9;
    color: #fff; }

.header-section-menu-right-inner {
  text-align: right;
  justify-content: flex-end;
  align-items: center; }
  .header-section-menu-right-inner a:not(.call-button-header) {
    margin-left: 18px;
    font-size: 1.2em;
    color: #434343;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 478px) {
      .header-section-menu-right-inner a:not(.call-button-header) {
        font-size: 0.9em;
        margin-left: 30px; } }
    .header-section-menu-right-inner a:not(.call-button-header)::after {
      width: 100%;
      height: 3px;
      left: 0;
      right: 0;
      content: '';
      position: absolute;
      background: #4AB8D9;
      border-radius: 20px;
      bottom: -3px;
      opacity: 0; }

.call-button-header {
  margin-left: 18px;
  border: 1px solid #0A8AB1;
  padding: 6px 22px 4px 44px;
  position: relative;
  display: inline-block;
  border-radius: 47px;
  color: #0A8AB1; }
  @media only screen and (max-width: 420px) {
    .call-button-header {
      padding: 6px 22px 4px 35px;
      margin-left: 10px; } }
  .call-button-header span {
    display: block;
    font-size: .6em; }
    @media only screen and (max-width: 478px) {
      .call-button-header span {
        font-size: 0.4em; } }
  .call-button-header i {
    position: absolute;
    left: 11px;
    top: 4px;
    color: #0A8AB1;
    font-size: 1.8em; }
    @media only screen and (max-width: 420px) {
      .call-button-header i {
        font-size: 1.5em; } }
  .call-button-header .call-number {
    font-size: 1.13em;
    font-weight: 600; }
    @media only screen and (max-width: 340px) {
      .call-button-header .call-number {
        font-size: 0.6em; } }

.inner-header-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4);
  -ms-box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4);
  box-shadow: 1px 1px 12px 1px rgba(222, 222, 222, 0.4); }

.check-amout-input {
  padding: 15px 0;
  align-items: center;
  justify-content: center; }
  .check-amout-input .check-amout-input-inner {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 3px; }
  .check-amout-input input {
    height: 50px;
    border: 0;
    outline: 0;
    font-size: 3.8em;
    color: #AEAEAE;
    font-weight: 400;
    color: #434343;
    display: inline-block;
    min-width: 206px;
    vertical-align: top;
    background: transparent; }
    @media only screen and (max-width: 768px) {
      .check-amout-input input {
        font-size: 2.5em; } }
  .check-amout-input .doller-move {
    width: 40px;
    height: 56px;
    background: url(../images/doller-form.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    display: inline-block;
    background-position: center; }

.check-rate-container {
  padding-top: 100px;
  min-height: 77vh; }

.check-rate-count {
  display: block;
  text-align: right;
  padding-right: 30px;
  color: #8F8B8B;
  font-size: 1.4em; }
  .check-rate-count i {
    font-style: normal; }

.check-rate-form-container {
  align-items: center;
  justify-content: center;
  text-align: center; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.check-rate-form-inner .small-head {
  font-size: 1.35em;
  display: block;
  margin-bottom: 10px;
  color: #434343;
  font-weight: 300;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .check-rate-form-inner .small-head {
      font-size: 1.2em; } }
.check-rate-form-inner h3 {
  color: #434343;
  font-weight: 600;
  font-size: 2.35em;
  margin-bottom: 15px;
  text-align: center; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .check-rate-form-inner h3 {
      font-size: 2em; } }
  @media only screen and (max-width: 768px) {
    .check-rate-form-inner h3 {
      font-size: 1.8em; } }

.amountRange {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .amountRange .amountRange-grid {
    justify-content: space-between;
    margin-bottom: 5px; }
    .amountRange .amountRange-grid span {
      color: #929292;
      font-size: 1.2em;
      font-weight: 500; }
      @media only screen and (max-width: 420px) {
        .amountRange .amountRange-grid span {
          font-size: 1em; } }

.ui-slider-handle:nth-child(2) {
  display: none !important; }

.continue-btn-form {
  text-align: center;
  background: #0A8AB1;
  width: 205px;
  padding: 12px;
  color: #fff;
  font-size: 1.33em;
  outline: 0;
  border: 0;
  border-radius: 38px;
  margin-top: 23px;
  font-weight: 500;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .continue-btn-form {
      font-size: 1.2em;
      padding: 13px; } }
  .continue-btn-form span {
    margin-left: -12px; }
  .continue-btn-form i {
    font-size: 13px;
    margin-left: 5px;
    position: absolute;
    top: 36%; }
  .continue-btn-form:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    .continue-btn-form:hover i {
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }

.info-label-1 {
  color: #8F8B8B;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: 300; }

.footer-inner {
  background: #0A8AB1;
  padding: 45px 0 15px 0;
  color: #fff;
  margin-top: 45px; }
  .footer-inner h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .footer-inner h4 {
        font-size: 1.2em; } }
  .footer-inner p {
    font-size: 1.1em;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .footer-inner p {
        font-size: 0.9em; } }
  .footer-inner .footer-inner-bottom {
    margin-top: 30px; }
  .footer-inner .footer-inner-bottom-left {
    text-align: left; }
    .footer-inner .footer-inner-bottom-left a {
      display: inline-block;
      color: #fff;
      margin-right: 12px;
      font-size: 1em; }
      .footer-inner .footer-inner-bottom-left a:hover {
        text-decoration: underline; }
  .footer-inner .footer-inner-bottom-right {
    text-align: right;
    font-size: 1em; }
    @media (max-width: 480px) {
      .footer-inner .footer-inner-bottom-right {
        text-align: left; } }

.option-select-cont-checkrate {
  max-width: 620px;
  margin-top: 40px; }
  .option-select-cont-checkrate .option-select-cont-checkrate-tile {
    text-align: center;
    padding: 8px;
    border: 1px solid #0A8AB1;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    padding-top: 11px; }
    .option-select-cont-checkrate .option-select-cont-checkrate-tile:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
    .option-select-cont-checkrate .option-select-cont-checkrate-tile input {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      left: 0;
      top: 0;
      opacity: 0;
      cursor: pointer; }
  .option-select-cont-checkrate img {
    max-height: 33px;
    margin-bottom: 8px; }
  .option-select-cont-checkrate h5 {
    text-transform: uppercase;
    line-height: 16px;
    font-size: .9em; }

.option-select-cont-checkrate-inner .option-select-cont-checkrate-tile {
  width: 120px;
  margin: 0 8px;
  margin-bottom: 15px; }

.option-select-cont-checkrate-tile.active {
  background: #0A8AB1;
  color: #fff; }
  .option-select-cont-checkrate-tile.active img {
    filter: brightness(0) invert(1); }

.check-rate-form {
  max-width: 800px;
  width: 100% !important;
  margin-top: 30px; }

.form-control-inp input[type="text"],
.form-control-inp input[type="email"],
.form-control-inp input[type="number"],
.form-control-inp input[type="date"],
.form-control-inp input[type="password"] {
  width: 100%;
  height: 47px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 1.05em;
  color: #000;
  outline: 0;
  border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    .form-control-inp input[type="text"],
    .form-control-inp input[type="email"],
    .form-control-inp input[type="number"],
    .form-control-inp input[type="date"],
    .form-control-inp input[type="password"] {
      font-size: 0.9em; } }

.form-control-inp input[type="email"].valid,
.form-control-inp input[type="text"].valid,
.form-control-inp input[type="email"].valid,
.form-control-inp input[type="number"].valid {
  background: url(../images/tick-green.svg) #fff no-repeat;
  background-size: 9px;
  background-position: 97% 50%;
  padding-right: 20px; }

.form-control-inp input[type="email"].not-valid,
.form-control-inp input[type="text"].not-valid,
.form-control-inp input[type="number"].not-valid {
  background: url(../images/close-red.svg) #fff no-repeat;
  background-size: 9px;
  background-position: 97% 50%;
  padding-right: 20px; }

.primary-src-container {
  margin-bottom: 5px; }
  .primary-src-container .primary-src-inner .primary-src-inner-tiles {
    text-align: center;
    padding: 20px 0 12px 0;
    border: 1px solid #0A8AB1;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    padding-top: 11px;
    width: 193px;
    margin: 0 8px;
    min-height: 105px;
    display: block;
    cursor: pointer;
    margin-bottom: 15px; }
    .primary-src-container .primary-src-inner .primary-src-inner-tiles input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .primary-src-container .primary-src-inner .primary-src-inner-tiles:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
    .primary-src-container .primary-src-inner .primary-src-inner-tiles.selected {
      background: #0A8AB1;
      color: #fff; }
      .primary-src-container .primary-src-inner .primary-src-inner-tiles.selected img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1); }
    .primary-src-container .primary-src-inner .primary-src-inner-tiles img {
      max-height: 38px;
      margin-bottom: 8px;
      margin-top: 10px; }
    .primary-src-container .primary-src-inner .primary-src-inner-tiles h5 {
      text-transform: uppercase;
      line-height: 16px;
      font-size: .9em;
      font-weight: 400; }

.checkbox-container {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  overflow: hidden;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff; }
    .checkbox-container .checkmark::after {
      content: "";
      position: absolute;
      opacity: 0;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 11px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #0A8AB1;
    border: 1px solid #0A8AB1; }
  .checkbox-container input:checked ~ .checkmark::after {
    opacity: 1; }

.check-data-detail1 {
  position: relative;
  padding: 4px;
  text-align: left; }
  .check-data-detail1 .checkbox-container {
    position: absolute;
    left: 2px;
    top: 8px; }
  .check-data-detail1 p {
    padding-left: 25px;
    font-size: 1em;
    color: #8F8B8B;
    font-weight: 300; }
    .check-data-detail1 p i,
    .check-data-detail1 p a {
      text-decoration: underline;
      font-style: normal; }

.info-link1 {
  color: #8F8B8B;
  display: block;
  margin-bottom: 15px;
  font-size: 1.1em;
  display: inline-block;
  text-align: center; }
  .info-link1 i {
    margin-right: 5px; }
  .info-link1:hover {
    color: #4AB8D9; }

.small-head i {
  color: #4AB8D9;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4em; }

.select-plan-head {
  color: #434343;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 15px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px; }

.select-plan-container-item {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: #F8F8F8;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
  .select-plan-container-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .select-plan-container-item.selected {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .select-plan-container-item input[type="radio"] {
    visibility: hidden;
    position: absolute;
    z-index: -999; }
  .select-plan-container-item .select-plan-container-item-head {
    background: url(../images/select-plan-bg.svg) no-repeat center;
    margin-bottom: 10px;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px; }
    .select-plan-container-item .select-plan-container-item-head .off-label {
      padding: 4px 20px;
      border-radius: 0 8px 8px 0;
      color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      margin-top: 10px;
      -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      transform: translateX(-5px);
      position: relative; }
    .select-plan-container-item .select-plan-container-item-head p {
      text-align: center;
      font-size: 1.4em;
      margin-bottom: 1px;
      font-weight: 600; }
    .select-plan-container-item .select-plan-container-item-head h4 {
      text-align: center;
      font-size: 2.7em;
      padding: 0 3px;
      margin-bottom: 5px;
      font-weight: 600; }
      @media only screen and (max-width: 768px) {
        .select-plan-container-item .select-plan-container-item-head h4 {
          font-size: 2.2em; } }
    .select-plan-container-item .select-plan-container-item-head span {
      display: block;
      padding: 0 3px;
      font-size: 1em;
      text-align: center; }
  .select-plan-container-item .item-select-icon {
    width: 40px;
    height: 40px;
    background: url(../images/round-tick-white.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 11px;
    transform: scale(0); }
  .select-plan-container-item.selected .item-select-icon {
    transform: scale(1); }
  .select-plan-container-item:hover .off-label, .select-plan-container-item.selected .off-label {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.select-plan-container-item-btm {
  padding: 15px; }
  .select-plan-container-item-btm div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px; }
    .select-plan-container-item-btm div span {
      color: #949292;
      display: block;
      font-size: .9em;
      margin-bottom: 5px; }
    .select-plan-container-item-btm div h5 {
      color: #7D7373;
      font-size: 1.4em; }
      @media only screen and (max-width: 768px) {
        .select-plan-container-item-btm div h5 {
          font-size: 1em; } }

.blue-bg {
  background: #00CCCC; }

.violet-bg {
  background: #8F81FF; }

.green-bg {
  background: #4EDB8C; }

.planSlider .item {
  padding: 10px 15px; }

.slick-slide:focus {
  outline: 0; }

.thankyou-container {
  background: #fff;
  margin-top: 35px;
  text-align: center;
  max-width: 560px;
  padding: 0 0 10px 0;
  border: 1px solid rgba(112, 112, 112, 0.01);
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .thankyou-container img {
    max-width: 87px;
    margin: 0 auto;
    display: block;
    margin-top: -45px;
    margin-bottom: 15px; }
  .thankyou-container h4 {
    font-weight: 600;
    font-size: 2.2em;
    padding: 0 20px;
    color: #434343; }
    @media only screen and (max-width: 768px) {
      .thankyou-container h4 {
        font-size: 1.5em; } }
    .thankyou-container h4 i {
      font-weight: 300;
      font-style: normal; }
  .thankyou-container p {
    font-size: 1.25em;
    padding: 0 20px;
    color: #434343; }
    @media only screen and (max-width: 768px) {
      .thankyou-container p {
        font-size: 1em; } }
  .thankyou-container span {
    display: block;
    color: #979494;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    border-top: 1px solid #f6f5f5; }
    @media only screen and (max-width: 768px) {
      .thankyou-container span {
        font-size: 1em; } }
    .thankyou-container span a {
      color: #979494;
      text-decoration: underline; }
      .thankyou-container span a:hover {
        color: #000; }
  .thankyou-container .thank-back-home {
    text-align: center;
    background: #0A8AB1;
    color: #fff;
    font-size: 1.1em;
    outline: 0;
    border: 0;
    border-radius: 38px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 34px; }
    .thankyou-container .thank-back-home:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }

.plan-check-container {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .plan-check-container {
      padding: 70px 0; } }

.check-rate-back {
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
  top: 35%; }
  @media only screen and (max-width: 768px) {
    .check-rate-back {
      position: relative;
      top: 0; } }
  .check-rate-back:before {
    content: "\f104";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    color: #bdb2b2; }
    @media only screen and (max-width: 768px) {
      .check-rate-back:before {
        font-size: 21px; } }
  .check-rate-back:hover:before {
    color: #0A8AB1; }

.modal-dialog {
  min-height: 100vh;
  margin: 0 auto;
  align-items: center;
  justify-content: center; }

.modal {
  padding: 0 15px; }

.modal-content .modal-title {
  padding: 15px;
  font-size: 1.5em;
  padding-bottom: 0;
  font-weight: 600; }
.modal-content .close {
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  right: 11px;
  top: 4px; }

.start-invest-container {
  min-height: 70vh;
  padding-top: 130px;
  padding-bottom: 40px; }

.invest-step {
  overflow: hidden;
  margin-bottom: 25px; }
  .invest-step li {
    width: calc(100%/5);
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative; }
    .invest-step li b {
      font-weight: 600; }
    .invest-step li i {
      display: none; }
    .invest-step li p {
      color: #605C5C;
      opacity: .6; }
      @media only screen and (max-width: 768px) {
        .invest-step li p {
          font-size: .6em; } }
    .invest-step li span {
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 1.6em;
      border: 1px solid rgba(112, 112, 112, 0.18);
      color: #D4D4D4;
      border-radius: 50%;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .invest-step li span {
          width: 35px;
          height: 35px;
          font-size: 1em; } }
    .invest-step li::before, .invest-step li::after {
      content: '';
      top: 25%;
      position: absolute;
      height: 7px;
      background: rgba(245, 244, 244, 0.79);
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .invest-step li::before, .invest-step li::after {
          height: 4px; } }
    .invest-step li:first-child::before, .invest-step li:last-child::after {
      display: none; }
    .invest-step li:before {
      left: 0; }
    .invest-step li:after {
      right: 0; }
    .invest-step li.active::after, .invest-step li.active::before {
      background: #4AB8D9;
      border-radius: 10px; }
    .invest-step li.active::before {
      border-radius: 0; }
    .invest-step li.active span {
      background: #4AB8D9;
      color: #fff; }
    .invest-step li.active p {
      color: #4AB8D9;
      opacity: 1; }
    .invest-step li.completed::after, .invest-step li.completed::before {
      background: #4AB8D9;
      border-radius: 0; }
    .invest-step li.completed span {
      background: #4AB8D9;
      color: #fff; }
    .invest-step li.completed p {
      color: #4AB8D9;
      opacity: 1; }
    .invest-step li.completed b {
      display: none; }
    .invest-step li.completed i {
      display: block; }

.investment-form-container {
  border-radius: 5px;
  border: 1px solid #f9f7f7;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .investment-form-container {
      padding: 20px 20px; } }
  .investment-form-container .inv-items {
    background: #4AB8D9;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px; }
    .investment-form-container .inv-items img {
      max-width: 85px;
      position: absolute;
      left: 18px;
      top: 25px; }
      @media only screen and (max-width: 420px) {
        .investment-form-container .inv-items img {
          max-width: 55px; } }
    .investment-form-container .inv-items div {
      padding-left: 108px; }
      @media only screen and (max-width: 420px) {
        .investment-form-container .inv-items div {
          padding-left: 70px; } }
      @media only screen and (max-width: 420px) {
        .investment-form-container .inv-items div h5 {
          font-size: 1.2em; } }
    .investment-form-container .inv-items ul {
      margin-bottom: 5px; }
    .investment-form-container .inv-items a {
      float: right;
      display: inline-block;
      color: #fff; }
      .investment-form-container .inv-items a:hover {
        opacity: .8; }
    .investment-form-container .inv-items li {
      position: relative;
      display: block;
      padding-left: 15px; }
      .investment-form-container .inv-items li:before {
        content: '';
        height: 2px;
        width: 7px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 10px; }

.investment-form-back {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  display: inline;
  top: 3px; }
  .investment-form-back::before {
    content: "\f104";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #bdb2b2; }

.investment-form-head {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 2em; }
  @media only screen and (max-width: 768px) {
    .investment-form-head {
      font-size: 1.5em; } }

.form-control-inp input[type="password"] {
  padding-right: 33px; }
.form-control-inp .show-pass-btn {
  position: absolute;
  right: 24px;
  background: url(../images/eye-icon.svg);
  width: 20px;
  height: 19px;
  background-size: cover;
  opacity: .5;
  top: 10px;
  cursor: pointer;
  z-index: 1; }

.investment-form-descp {
  font-size: 1.15em;
  display: block;
  color: #434343;
  font-weight: 300;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .investment-form-descp {
      font-size: 1.2em; } }

.investment-form-container .info-link1 {
  margin-bottom: 0;
  margin-top: 20px; }

.form-control-inp-review {
  margin-bottom: 15px; }
  .form-control-inp-review span {
    color: #8F8B8B;
    font-weight: 300;
    display: block;
    font-size: .9em; }
  .form-control-inp-review label {
    display: block;
    color: #090808;
    font-weight: 400;
    font-size: 1.1em; }

.divider {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0; }

.form-cont-invest-review {
  padding: 0 20px; }

.invest-thankyou-sec {
  padding: 50px 0; }

.dashboard-header {
  padding: 12px 20px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 72px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  background: #fff; }
  @media (max-width: 767px) {
    .dashboard-header {
      height: auto;
      padding: 12px 5px; } }
  @media (max-width: 767px) {
    .dashboard-header .dashboard-logo {
      text-align: center;
      padding-bottom: 20px; } }
  .dashboard-header .dashboard-logo img {
    max-width: 220px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .dashboard-header .dashboard-logo img {
        max-width: 150px; } }
  .dashboard-header .dashboard-header-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center; }
    @media (max-width: 767px) {
      .dashboard-header .dashboard-header-right {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: nowrap; } }

.dashboard-header-right > div {
  margin-left: 20px; }
  @media (max-width: 380px) {
    .dashboard-header-right > div {
      margin-left: 0; } }

.nav-account-top {
  z-index: 5;
  width: 182px;
  background: #fff;
  bottom: 10px;
  border: 1px solid #f1eded;
  border-radius: 25px;
  overflow: hidden; }
  .nav-account-top a {
    float: left;
    width: 50%;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    color: #000;
    font-weight: 500; }
    @media only screen and (max-width: 550px) {
      .nav-account-top a {
        font-size: 0.5rem; } }
    .nav-account-top a.active {
      background: #4AB8D9;
      color: #fff; }

.nav-account-button button {
  max-width: 300px;
  position: relative;
  padding-right: 48px;
  align-items: center;
  -webkit-align-items: center;
  border: 0;
  background: transparent;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .nav-account-button button {
      padding-right: 0; } }
  .nav-account-button button::after {
    display: none; }
  .nav-account-button button img {
    position: absolute;
    right: 0;
    top: -1px;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
    @media only screen and (max-width: 768px) {
      .nav-account-button button img {
        position: relative; } }
    @media only screen and (max-width: 325px) {
      .nav-account-button button img {
        top: 0px; } }
  .nav-account-button button h4 {
    font-size: 1.1em;
    margin-bottom: 0px;
    color: #434343;
    margin-bottom: -2px; }
    @media only screen and (max-width: 768px) {
      .nav-account-button button h4 {
        display: none; } }
  .nav-account-button button span {
    font-size: .9em;
    color: #434343;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .nav-account-button button span {
        display: none; } }
.nav-account-button .dropdown-menu {
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  margin: 0;
  position: absolute;
  z-index: 1000;
  width: 175px;
  border: 1px solid #efefef;
  padding: 0; }
  .nav-account-button .dropdown-menu::before {
    content: '';
    position: absolute;
    bottom: 97%;
    right: 13px;
    border: 0;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    border: 1px solid #efefef;
    border-width: 1px 0 0 1px; }
  .nav-account-button .dropdown-menu .nav-account-button-top {
    background: #fff;
    padding: 12px 10px;
    text-align: center;
    margin: 0 10px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3); }
    .nav-account-button .dropdown-menu .nav-account-button-top h5 {
      font-size: 1em;
      margin-bottom: 0;
      color: #434343; }
    .nav-account-button .dropdown-menu .nav-account-button-top span {
      font-size: .7em;
      font-weight: 300;
      display: block;
      color: #565656;
      margin-top: 2px; }
    .nav-account-button .dropdown-menu .nav-account-button-top img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-bottom: 7px;
      border: 3px solid white;
      border-radius: 50%;
      box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2); }
  .nav-account-button .dropdown-menu a {
    display: block;
    color: #565656;
    padding: 4px;
    font-size: .9em;
    padding: 7px 12px; }
    .nav-account-button .dropdown-menu a i {
      padding-right: 5px; }
    .nav-account-button .dropdown-menu a:hover {
      background-color: #f6f6f6; }

@media only screen and (min-width: 771px) {
  .nav-account-notification button {
    border: 0;
    background: transparent;
    position: relative;
    width: 36px;
    height: 35px; }
    .nav-account-notification button::after {
      display: none; }
    .nav-account-notification button i {
      top: 0;
      left: 0;
      font-size: 1.9em;
      color: #4AB8D9;
      position: absolute; }
    .nav-account-notification button:hover i {
      -webkit-animation: ring 4s .7s ease-in-out infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: ring 4s .7s ease-in-out infinite;
      -moz-transform-origin: 50% 4px;
      animation: ring 4s .7s ease-in-out infinite;
      transform-origin: 50% 4px; }
    .nav-account-notification button span {
      position: absolute;
      top: 0px;
      right: -2px;
      background: #4AB8D9;
      color: #fff;
      display: inline-block;
      width: 22px;
      font-size: .8em;
      height: 22px;
      border-radius: 50%;
      line-height: 22px; } }
@media only screen and (max-width: 768px) {
  .nav-account-notification button {
    background: transparent;
    border: 0;
    width: auto;
    color: #fff !important; }
    .nav-account-notification button::after {
      display: none; } }
.nav-account-notification .dropdown-menu {
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  margin: 0;
  position: absolute;
  z-index: 1000;
  width: 260px;
  border: 1px solid #efefef;
  padding: 10px;
  padding-bottom: 6px; }
  @media only screen and (min-width: 992px) {
    .nav-account-notification .dropdown-menu::before {
      content: '';
      position: absolute;
      bottom: 97%;
      right: 13px;
      border: 1px solid #efefef;
      width: 13px;
      height: 13px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      background: #fff;
      border-width: 1px 0 0 1px; } }
  .nav-account-notification .dropdown-menu .notification-header {
    border-bottom: 1px solid #fef9f9;
    padding: 5px 0 10px 0;
    justify-content: space-between;
    align-items: center; }
    .nav-account-notification .dropdown-menu .notification-header h5 {
      font-size: .95em;
      color: #565656;
      margin-bottom: 0; }
      .nav-account-notification .dropdown-menu .notification-header h5 i {
        display: inline-block;
        font-style: normal;
        margin-right: 3px; }
    .nav-account-notification .dropdown-menu .notification-header a {
      font-size: .8em;
      color: #8e8888; }
      .nav-account-notification .dropdown-menu .notification-header a:hover {
        color: #4AB8D9; }
.nav-account-notification .notification-content {
  margin: 0 -10px; }
  .nav-account-notification .notification-content a {
    display: block;
    padding: 10px 10px;
    position: relative;
    padding-left: 48px;
    color: #565656;
    font-size: .9em; }
    .nav-account-notification .notification-content a:hover {
      background-color: #f6f6f6; }
    .nav-account-notification .notification-content a i {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      position: absolute;
      left: 10px;
      top: 12px;
      background: #4AB8D9;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      color: #fff; }
      .nav-account-notification .notification-content a i.flaticon-redo {
        background: #8F81FF; }
      .nav-account-notification .notification-content a i.flaticon-tick {
        background: #00CCCC; }
      .nav-account-notification .notification-content a i.flaticon-cancel {
        background: #FBA35A;
        font-size: 10px; }
    .nav-account-notification .notification-content a p {
      margin-bottom: 0;
      font-size: .96em; }
    .nav-account-notification .notification-content a span {
      font-size: .8em;
      color: #8e8888;
      display: block;
      line-height: 14px; }
.nav-account-notification .notification-btm {
  text-align: center;
  border-top: 1px solid #fef9f9;
  padding: 3px 0;
  display: block; }
  .nav-account-notification .notification-btm a {
    color: #565656;
    font-size: .9em; }
    .nav-account-notification .notification-btm a:hover {
      color: #4AB8D9; }

.dashboard-body {
  background: rgba(238, 238, 238, 0.3); }

@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
@-webki-keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
@-moz-keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.dashboard-left-menu {
  width: 90px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 72px;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .dashboard-left-menu {
      display: none; } }
  .dashboard-left-menu .dashboard-left-menu-inner li {
    display: block;
    padding: 5px; }
    .dashboard-left-menu .dashboard-left-menu-inner li a {
      display: block;
      border-bottom: 1px solid rgba(112, 112, 112, 0.1);
      color: #9B9B9B;
      text-align: center;
      padding: 10px 0; }
      .dashboard-left-menu .dashboard-left-menu-inner li a i {
        font-size: 23px; }
      .dashboard-left-menu .dashboard-left-menu-inner li a span {
        display: block;
        text-align: center;
        font-size: .8em; }
      .dashboard-left-menu .dashboard-left-menu-inner li a.active {
        color: #4AB8D9; }

.dashboard-left-menu-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-radius: 15px 15px 0 0;
  background-color: #4aa5d9;
  -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .dashboard-left-menu-mobile {
      display: block; } }
  .dashboard-left-menu-mobile li {
    float: left;
    width: calc(100%/3);
    padding: 7px 3px;
    text-align: center;
    list-style-type: none; }
    .dashboard-left-menu-mobile li a {
      display: inline-block;
      margin: 0 auto;
      color: #fff; }
      .dashboard-left-menu-mobile li a i {
        font-size: 20px; }
      .dashboard-left-menu-mobile li a span {
        display: block;
        font-size: 12px; }

.dashboard-inner {
  padding: 95px 30px 20px 120px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .dashboard-inner {
      padding: 95px 8px 20px 10px; } }

.dash-heading {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .dash-heading {
      padding-top: 50px; } }
  .dash-heading h2 {
    color: #4AB8D9;
    font-size: 1.5em;
    margin: 0; }
  .dash-heading a.new-loan-btn {
    background: #00CCCC;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 17px;
    font-size: .95em; }
    .dash-heading a.new-loan-btn i {
      font-size: .8em;
      margin-right: 3px; }
    .dash-heading a.new-loan-btn:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }

.dashboard-tile-1 {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ededed; }
  .dashboard-tile-1 .dashboard-tile-1-header-left {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center; }
  .dashboard-tile-1 .dashboard-tile-1-header {
    background: #4AB8D9;
    padding: 25px 20px 15px 20px;
    position: relative;
    color: #fff;
    overflow: hidden; }
    .dashboard-tile-1 .dashboard-tile-1-header img {
      width: 55px;
      height: 55px;
      border: 3px solid #fff;
      border-radius: 50%;
      margin-right: 4px; }
    .dashboard-tile-1 .dashboard-tile-1-header h4 {
      font-size: 1.5em;
      margin-bottom: 0; }
    .dashboard-tile-1 .dashboard-tile-1-header i {
      float: left;
      padding-top: 10px; }
    .dashboard-tile-1 .dashboard-tile-1-header label {
      position: absolute;
      right: 20px;
      top: 10px; }

.dashboard-tile-1-content-top {
  padding: 24px 30px; }
  .dashboard-tile-1-content-top label {
    font-size: .9em;
    margin-bottom: 4px;
    color: #76797A;
    font-weight: 300; }
  .dashboard-tile-1-content-top h4 {
    color: #60676A;
    font-size: 1.4em;
    font-weight: 300; }
  .dashboard-tile-1-content-top h3 {
    color: #4AB8D9;
    text-align: right;
    font-weight: 600;
    font-size: 2.5em; }

.dashboard-tile-1-content-bottom {
  padding: 20px;
  padding-top: 0; }
  .dashboard-tile-1-content-bottom ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    list-style-type: none;
    padding: 5px; }
    @media only screen and (max-width: 550px) {
      .dashboard-tile-1-content-bottom ul li {
        max-width: 58%;
        font-size: 14px; } }
    .dashboard-tile-1-content-bottom ul li a {
      border: 1px solid rgba(112, 112, 122, 0.1);
      border-radius: 3px;
      display: block;
      padding: 5px 10px; }
    .dashboard-tile-1-content-bottom ul li span {
      color: #333232;
      font-size: .95em; }
    .dashboard-tile-1-content-bottom ul li h4 {
      font-weight: 600;
      margin-bottom: 0; }

.green-color {
  color: #10B759; }

.light-blue-color {
  color: #00CCCC; }

.violet-color {
  color: #8F81FF; }

.red-color {
  color: #DC3545; }

.yellow-color {
  color: #FBA35A; }

.rose-color {
  color: #F10075; }

.dash-card-tile {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ededed; }
  .dash-card-tile .dash-card-tile-head {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 14px 22px;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600; }

.loan-request-container {
  padding: 10px 22px; }
  .loan-request-container li {
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid #fff8f8;
    list-style-type: none; }
    .loan-request-container li:last-child {
      border-bottom: 0; }
    .loan-request-container li .loan-request-container-left {
      align-items: center;
      -webkit-align-items: center;
      color: #575252;
      position: relative;
      padding-left: 48px; }
      .loan-request-container li .loan-request-container-left h4 {
        font-size: 1.1em;
        margin-bottom: 0px; }
        @media only screen and (max-width: 500px) {
          .loan-request-container li .loan-request-container-left h4 {
            font-size: 0.8em; } }
      .loan-request-container li .loan-request-container-left span {
        font-size: .95em; }
      .loan-request-container li .loan-request-container-left i {
        width: 38px;
        height: 38px;
        color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0; }
    .loan-request-container li .loan-request-container-right {
      text-align: right; }
      .loan-request-container li .loan-request-container-right h3 {
        margin-bottom: 0px;
        color: #575252;
        font-size: 1.6em; }
        @media only screen and (max-width: 768px) {
          .loan-request-container li .loan-request-container-right h3 {
            font-size: 1em;
            padding-left: 0.5em; } }
      .loan-request-container li .loan-request-container-right span {
        font-style: italic;
        font-size: .93em; }
    .loan-request-container li.status-progress .loan-request-container-right span {
      color: #00CCCC; }
    .loan-request-container li.status-progress .flaticon {
      background: #8F81FF; }
    .loan-request-container li.status-funded .loan-request-container-right {
      color: #10B759; }
    .loan-request-container li.status-funded .flaticon {
      background: #00CCCC; }
    .loan-request-container li.status-declined .loan-request-container-right {
      color: #DC3545; }
    .loan-request-container li.status-declined .flaticon {
      background: #FBA35A; }

.vw-all-btn {
  display: inline-block;
  margin: 0px 25px 15px 0;
  font-size: 1.1em;
  color: #4AB8D9;
  font-weight: 300;
  text-transform: capitalize; }
  .vw-all-btn:hover {
    opacity: .8; }

.dashboard-tile-1,
.dash-card-tile {
  margin-bottom: 30px; }

.dashboard-tile-1,
.loan-request-sec {
  min-height: 320px; }

.table-top-filter {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 778px) {
    .table-top-filter {
      justify-content: left;
      -webkit-justify-content: left; } }
  .table-top-filter input[type="text"] {
    border-radius: 25px;
    border: 1px solid #ddd;
    outline: 0;
    padding: 5px 19px;
    font-size: .9em;
    height: 37px; }
    @media only screen and (max-width: 500px) {
      .table-top-filter input[type="text"] {
        width: 145px;
        margin-bottom: 0.7rem;
        margin-top: 0.7rem; } }
  .table-top-filter .table-filter-ic {
    display: inline-block;
    margin-left: 10px;
    color: #8B8686;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px; }
    .table-top-filter .table-filter-ic i {
      margin-right: 2px; }
    .table-top-filter .table-filter-ic:hover {
      color: #0A8AB1; }
    .table-top-filter .table-filter-ic .flaticon-filter {
      font-size: 12px; }

.dash-table td {
  border-top: 1px solid #f4f4f4; }
.dash-table thead th {
  border-bottom: 1px solid #f4f4f4;
  border-top: 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #333232;
  font-weight: 500; }

.dash-table thead th:nth-child(1),
.dash-table td:nth-child(1) {
  padding-left: 23px; }

.price-td {
  font-weight: 600;
  font-size: 17px; }

.table-image {
  max-width: 200px;
  word-break: break-word;
  position: relative;
  padding-left: 30px;
  font-size: 1.08em; }
  .table-image a {
    color: #212529; }
    .table-image a:hover {
      color: #0056b3; }
  .table-image img {
    position: absolute;
    left: 0;
    max-width: 22px; }

.view-all-btn-round {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 3px 15px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 2.3rem;
  margin-right: 29px;
  color: #746969;
  text-transform: capitalize; }
  .view-all-btn-round:hover {
    opacity: .8; }

.dashboard-footer {
  background: #fff;
  text-align: center;
  padding: 18px 0; }
  .dashboard-footer a {
    display: inline-block;
    margin: 0 2px;
    color: #B5B5B5;
    font-size: 23px; }
    .dashboard-footer a:hover {
      color: #4AB8D9;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .dashboard-footer span {
    color: #707070;
    display: block;
    margin-top: 6px;
    font-size: 13px; }

.loandetailmodal .modal-dialog {
  max-width: 825px; }
  .loandetailmodal .modal-dialog .modal-body {
    padding: 15px 30px; }
  .loandetailmodal .modal-dialog .modal-content {
    border-radius: 18px; }
  .loandetailmodal .modal-dialog .modal-content .close {
    right: 20px;
    top: 16px;
    font-size: 38px; }

.loan-detail-left .loan-detail-tile {
  display: block;
  margin-bottom: 18px; }
  .loan-detail-left .loan-detail-tile i {
    display: block;
    font-style: normal;
    color: #949292;
    font-size: .9em;
    margin-bottom: 2px; }
  .loan-detail-left .loan-detail-tile span {
    color: #7D7373;
    font-size: 1.3em;
    display: inline-block;
    font-weight: 600; }
  .loan-detail-left .loan-detail-tile .more-dtls {
    display: inline-block;
    font-size: .9em;
    font-style: italic;
    margin-left: 3px;
    text-decoration: underline;
    color: #807979; }
    .loan-detail-left .loan-detail-tile .more-dtls:hover {
      opacity: 0.8; }

.heading-loan-detail {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 27px 62px 10px 36px; }
  .heading-loan-detail h3 {
    font-size: 1.6em; }
  .heading-loan-detail span {
    display: inline-table;
    padding: 4px 15px;
    color: #fff;
    font-size: .8em;
    border-radius: 5px; }

.chart-info {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #4AA5D9;
  text-align: center; }
  .chart-info h3 {
    font-weight: 600; }
  .chart-info span {
    font-style: italic; }

.chart-wrap {
  text-align: center; }

.apexcharts-canvas {
  margin: 0 auto; }

.padding-left-0-xs {
  padding-left: 0; }

.chart-btm-sc {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 223px;
  margin: 0 auto;
  color: #726B6B; }

.loan-detail-left {
  margin-bottom: 15px; }

.loan-detail-btm a {
  color: #4D4AA4; }
  .loan-detail-btm a i {
    margin-right: 4px; }

.viewinvestorsmodal {
  background: rgba(0, 0, 0, 0.5); }
  .viewinvestorsmodal .modal-dialog {
    max-width: 620px; }
    .viewinvestorsmodal .modal-dialog .modal-title {
      font-weight: normal;
      padding: 22px 0 5px 25px; }
    .viewinvestorsmodal .modal-dialog .modal-body {
      padding-top: 5px; }
  .viewinvestorsmodal table th {
    color: #585555;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
    border-top: 0; }
  .viewinvestorsmodal table td {
    border: 0; }

.dashboard-inner-page {
  min-height: 70vh; }

.history-container .nav-tabs {
  display: block;
  border: 0;
  margin-bottom: 15px; }
  .history-container .nav-tabs li {
    display: block;
    list-style-type: none;
    padding: 5px 8px;
    border-radius: 0 25px 25px 0; }
    .history-container .nav-tabs li a {
      display: inline-block;
      color: #7D6C6C;
      padding: 5px 8px;
      font-size: 1.18em; }
      @media only screen and (max-width: 778px) {
        .history-container .nav-tabs li a {
          font-size: 1em; } }
    .history-container .nav-tabs li.active {
      background: #4AB8D9; }
      .history-container .nav-tabs li.active a {
        color: #fff; }

.history-tile {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #f6f6f6; }
  .history-tile .history-tile-header {
    padding: 10px 15px;
    border-bottom: 1px solid #f6f6f6; }
    .history-tile .history-tile-header .history-tile-header-left {
      position: relative;
      min-height: 28px;
      padding-left: 33px; }
      .history-tile .history-tile-header .history-tile-header-left span {
        color: #746969;
        font-size: 1.2em; }
        @media only screen and (max-width: 574px) {
          .history-tile .history-tile-header .history-tile-header-left span {
            font-size: 0.9em; } }
      .history-tile .history-tile-header .history-tile-header-left img {
        max-width: 26px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
    .history-tile .history-tile-header .history-tile-header-right {
      text-align: right; }
      .history-tile .history-tile-header .history-tile-header-right i {
        display: inline-block;
        color: #8F81FF;
        font-size: .8em; }
      .history-tile .history-tile-header .history-tile-header-right span {
        display: block;
        color: #9E9E9E; }
  .history-tile .history-tile-content {
    padding: 30px 25px; }
    .history-tile .history-tile-content .history-tile-content-card {
      padding: 6px; }
      .history-tile .history-tile-content .history-tile-content-card i {
        display: block;
        font-style: normal;
        color: #949292;
        font-size: .9em;
        margin-bottom: 2px; }
      .history-tile .history-tile-content .history-tile-content-card span {
        color: #424748;
        font-size: 1.3em;
        display: inline-block; }
        @media only screen and (max-width: 574px) {
          .history-tile .history-tile-content .history-tile-content-card span {
            font-size: 0.9em; } }

.history-top-filter {
  text-align: right;
  margin-bottom: 10px; }

.sort-option {
  margin-left: 10px; }
  .sort-option .sort-btn {
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #8B8686;
    font-weight: normal; }
    .sort-option .sort-btn:after {
      display: none; }
  .sort-option .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    min-width: 85px;
    border-radius: 3px; }
    .sort-option .dropdown-menu a {
      display: block;
      color: #8B8686;
      font-size: 14px;
      padding: 4px;
      text-transform: capitalize;
      border-bottom: 1px solid #fff9f9;
      font-weight: normal; }
      .sort-option .dropdown-menu a:last-child {
        border: 0; }
      .sort-option .dropdown-menu a:hover {
        color: #8F81FF; }

.settings-container-profile-top {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background: #4AA5D9;
  padding: 40px 0 20px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative; }
  .settings-container-profile-top .settings-container-profile-top-img {
    position: relative;
    margin-bottom: 10px;
    text-align: center; }
    .settings-container-profile-top .settings-container-profile-top-img img {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      border: 3px solid #fff; }
    .settings-container-profile-top .settings-container-profile-top-img i {
      background: #fff;
      color: #787474;
      height: 17px;
      display: inline-block;
      padding: 0 3px;
      border-radius: 3px;
      font-size: 12px;
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      cursor: pointer;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
  .settings-container-profile-top .settings-container-profile-top-content {
    color: #fff; }
  .settings-container-profile-top .nav-tabs.large-screen {
    border: 0;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    padding-top: 12px; }
    @media only screen and (max-width: 768px) {
      .settings-container-profile-top .nav-tabs.large-screen {
        display: none; } }
    .settings-container-profile-top .nav-tabs.large-screen li {
      padding: 0 10px; }
      .settings-container-profile-top .nav-tabs.large-screen li a {
        color: #fff;
        position: relative;
        font-size: 16px;
        padding-bottom: 3px; }
        .settings-container-profile-top .nav-tabs.large-screen li a i {
          padding-right: 4px; }
        .settings-container-profile-top .nav-tabs.large-screen li a::after {
          position: absolute;
          content: '';
          bottom: 0;
          width: 100%;
          height: 1px;
          background: #fff;
          left: 0;
          opacity: 0; }
      .settings-container-profile-top .nav-tabs.large-screen li.active a::after {
        opacity: 1; }

.settings-container-profile-bottom {
  border-radius: 10px;
  background: #fff;
  min-height: 200px; }

.settings-container-profile-bottom-head {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 18px 25px;
  border-bottom: 1px solid #f5f5f5; }
  .settings-container-profile-bottom-head h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600; }
    @media only screen and (max-width: 454px) {
      .settings-container-profile-bottom-head h4 {
        font-size: 14px; } }
  .settings-container-profile-bottom-head a {
    color: #4AB8D9; }
    .settings-container-profile-bottom-head a:hover {
      opacity: 0.8; }

.settings-container-profile-bottom-content {
  padding: 25px; }

.prfl-info-tile {
  padding: 5px;
  margin-bottom: 7px; }
  .prfl-info-tile h4 {
    color: #585353;
    font-size: 1.1em;
    display: inline-block; }
  .prfl-info-tile span {
    display: block;
    font-style: normal;
    color: #716b6b;
    font-size: .9em;
    margin-bottom: 3px; }

.settingseditmodal .modal-dialog {
  max-width: 580px; }
.settingseditmodal .modal-content {
  padding: 10px 15px; }
.settingseditmodal .modal-title {
  font-size: 20px;
  font-weight: 600; }
.settingseditmodal .edit-setting-modal .prfl-ed-tile label {
  font-size: 14px;
  font-weight: normal;
  color: #949292;
  margin-bottom: 0px; }
.settingseditmodal .edit-setting-modal .prfl-ed-tile input {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  border-radius: 0; }
  .settingseditmodal .edit-setting-modal .prfl-ed-tile input:focus {
    outline: 0;
    border-bottom: 1px solid #4AB8D9; }
  .settingseditmodal .edit-setting-modal .prfl-ed-tile input.valid {
    background: url(../images/tick-green.svg) #fff no-repeat;
    background-size: 9px;
    background-position: 97% 50%;
    padding-right: 20px; }
  .settingseditmodal .edit-setting-modal .prfl-ed-tile input.not-valid {
    background: url(../images/close-red.svg) #fff no-repeat;
    background-size: 9px;
    background-position: 97% 50%;
    padding-right: 20px; }

.editsavebutton {
  margin: 10px 0;
  background: #0A8AB1;
  color: #fff;
  font-size: 15px;
  padding: 6px 16px;
  border-radius: 4px;
  outline: 0;
  border: 0; }
  .editsavebutton:hover {
    background: #4AB8D9; }

.notification-info-tiles {
  border: 1px solid #f2f2f2;
  padding: 25px;
  border-radius: 9px;
  background: #f5f5f5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  color: #8e8888; }
  .notification-info-tiles.new {
    color: #fff;
    background: #4AB8D9; }
  .notification-info-tiles h4 {
    font-size: 1.2em; }
  .notification-info-tiles p {
    margin-bottom: 5px; }
  .notification-info-tiles span {
    font-size: 13px;
    display: block;
    line-height: 14px;
    display: block;
    text-align: right;
    font-style: italic; }
  .notification-info-tiles .flaticon-delete {
    position: absolute;
    right: 20px;
    top: -10px;
    z-index: 1;
    background-color: #0a8ab1;
    color: #fff;
    display: block;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    padding-left: 3px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 26px; }

.notification-info-tiles-no-data {
  height: 250px; }
  .notification-info-tiles-no-data div {
    text-align: center; }
  .notification-info-tiles-no-data i {
    font-size: 3em;
    color: #0a8ab1;
    opacity: .4; }
  .notification-info-tiles-no-data h4 {
    color: #434343;
    opacity: .6; }

.btn:focus,
button:focus {
  box-shadow: inherit !important; }

.profile-drop-mobile-menu {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .profile-drop-mobile-menu {
      display: block; } }
  .profile-drop-mobile-menu .dropdown-toggle {
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff; }
    .profile-drop-mobile-menu .dropdown-toggle::after {
      display: none; }
  .profile-drop-mobile-menu .dropdown-menu {
    padding: 0; }
    .profile-drop-mobile-menu .dropdown-menu .nav-tabs {
      border: 0; }
      .profile-drop-mobile-menu .dropdown-menu .nav-tabs li {
        display: block;
        width: 100%; }
        .profile-drop-mobile-menu .dropdown-menu .nav-tabs li a {
          display: block;
          color: #585353;
          padding: 8px 8px;
          font-size: 15px; }
          .profile-drop-mobile-menu .dropdown-menu .nav-tabs li a i {
            padding-right: 5px; }

.span-info-status {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 44px;
  font-style: italic; }

.review-info-new-loan {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #f9f7f7;
  max-width: 620px;
  margin: 0 auto;
  padding: 40px;
  text-align: left; }
  .review-info-new-loan .investment-form-head {
    font-size: 2em;
    font-weight: normal; }

.new-loan-head-right a {
  display: inline-block;
  margin-left: 3px;
  padding: 7px 19px;
  border-radius: 25px;
  background: #4AB8D9;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  font-size: .9em; }
  .new-loan-head-right a i {
    margin-right: 3px; }
  .new-loan-head-right a .flaticon-left-arrow-1 {
    font-size: 12px; }
  .new-loan-head-right a:last-child {
    background: #00CCCC; }
  .new-loan-head-right a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff; }

.dashboard-new-loan .select-plan-container-item {
  background: #fff; }

.select-plan-container-sec {
  max-width: 1150px;
  margin: 0 auto; }

.investor-dash-status-graph {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ededed;
  margin-bottom: 15px; }
  .investor-dash-status-graph h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 14px 22px;
    border-bottom: 1px solid #f4f4f4; }

.apexcharts-toolbar {
  display: none !important; }

.apexcharts-legend-marker {
  width: 20px !important;
  border-radius: 2px !important; }

.investor-status-info {
  background: #4AB8D9;
  color: #fff;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
  padding: 17px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .investor-status-info h3 {
    font-weight: 600; }
  .investor-status-info i {
    display: block;
    font-style: normal; }
  .investor-status-info span {
    display: block;
    font-size: 1.4em; }
  .investor-status-info:nth-child(2) {
    background: #00CCCC; }

.invest-history-tiles-dashboard {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 11px 0px;
  border-bottom: 1px solid #dddddd1c;
  margin: 0 22px; }
  .invest-history-tiles-dashboard:nth-child(2) {
    border-bottom: 0; }
  .invest-history-tiles-dashboard .invest-history-tiles-dashboard-left h4 {
    font-size: 1.1em;
    margin-bottom: 2px; }
  .invest-history-tiles-dashboard .invest-history-tiles-dashboard-left span {
    color: #7F8788;
    font-size: .9em; }
  .invest-history-tiles-dashboard .invest-history-tiles-dashboard-right h3 {
    color: #4AB8D9;
    margin-bottom: 2px;
    font-size: 1.5em;
    text-align: right; }
  .invest-history-tiles-dashboard .invest-history-tiles-dashboard-right span {
    color: #7F8788;
    font-style: italic;
    font-size: .9em; }

.invst-history .view-all-btn-round {
  margin-right: 19px; }

.table-progress-td {
  width: 120px; }
  .table-progress-td span {
    display: block;
    text-align: right; }
  .table-progress-td i {
    color: #746969;
    font-size: .7em;
    font-style: normal; }

.table-progress-container {
  width: 120px;
  border: 1px solid #eeeaea;
  background: #fff;
  overflow: hidden;
  border-radius: 4px; }
  .table-progress-container .table-progress-container-inner {
    background: #4AB8D9;
    width: 0;
    height: 8px; }

.investor-dash-table td {
  vertical-align: middle; }

.checkbox-container-td {
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px; }
  .checkbox-container-td input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0; }
    .checkbox-container-td input:checked ~ .checkmark::after {
      opacity: 1; }
  .checkbox-container-td .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px; }
    .checkbox-container-td .checkmark::after {
      font-family: "Flaticon";
      position: absolute;
      opacity: 0;
      left: 3px;
      top: -7px;
      content: "\f128";
      color: #4AB8D9;
      font-size: 18px;
      font-weight: bold; }

.borrowerdetailmodal .modal-dialog {
  max-width: 1100px; }
.borrowerdetailmodal .modal-content {
  padding: 18px 25px; }

.heading-borrower-detail {
  margin-top: 12px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 10px; }
  .heading-borrower-detail h3 {
    font-size: 1.5em;
    margin: 0; }
  .heading-borrower-detail span {
    color: #8E8E8E; }

.borrowerdetailmodal-top-left-grid .grid-tile {
  padding-bottom: 4px; }
  .borrowerdetailmodal-top-left-grid .grid-tile h3 {
    color: #636363;
    font-size: 1.5em;
    margin-bottom: 3px;
    font-weight: 600;
    margin-bottom: 5px; }
  .borrowerdetailmodal-top-left-grid .grid-tile span {
    color: #636363;
    font-weight: 300; }
.borrowerdetailmodal-top-left-grid .progress-borrow .progress {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden; }
  .borrowerdetailmodal-top-left-grid .progress-borrow .progress .progress-inner {
    border-radius: 5px;
    background: #4AB8D9; }
.borrowerdetailmodal-top-left-grid .progress-borrow .grid-sec {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 8px;
  margin-bottom: 15px; }
  .borrowerdetailmodal-top-left-grid .progress-borrow .grid-sec span {
    color: #636363; }
    .borrowerdetailmodal-top-left-grid .progress-borrow .grid-sec span i {
      font-style: normal;
      font-weight: 600;
      font-size: 1.1em;
      padding-right: 3px; }
.borrowerdetailmodal-top-left-grid .progress-borrow .loan-apprv-dtl {
  display: block; }
  .borrowerdetailmodal-top-left-grid .progress-borrow .loan-apprv-dtl span {
    display: block;
    color: #636363;
    margin-bottom: 5px; }
    .borrowerdetailmodal-top-left-grid .progress-borrow .loan-apprv-dtl span i {
      font-style: normal;
      font-weight: 600;
      font-size: 1.1em; }

.borrowerdetailmodal-top-right-grid-tile h3 {
  color: #636363;
  font-size: 1.5em;
  margin-bottom: 3px;
  font-weight: 600; }
.borrowerdetailmodal-top-right-grid-tile span {
  color: #636363;
  font-weight: 300; }

.borrowerdetailmodal-top-right-grid {
  margin-bottom: 15px; }

.invest-forms-modal {
  position: relative; }
  .invest-forms-modal .invest-forms-modal-input {
    position: relative; }
    .invest-forms-modal .invest-forms-modal-input::before {
      content: "\f10d";
      position: absolute;
      left: 10px;
      top: 8px;
      font-family: "Flaticon";
      font-weight: bold;
      font-size: 18px;
      color: #636363;
      opacity: .7; }
  .invest-forms-modal input {
    width: 100%;
    height: 43px;
    padding: 13px;
    border: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    outline: 0;
    padding-left: 29px; }
    .invest-forms-modal input:focus {
      border: 1px solid #4AB8D9; }
  .invest-forms-modal button {
    width: 100%;
    border: 0;
    background: #4AB8D9;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px; }
    .invest-forms-modal button:hover {
      opacity: .8; }
  .invest-forms-modal span {
    display: block;
    text-align: center;
    font-size: 1.05em;
    font-weight: normal;
    color: #807979; }
    .invest-forms-modal span i {
      font-style: normal;
      font-weight: 600;
      font-size: 1.3em;
      padding-right: 3px; }

.borrowerdetailmodal-bottom {
  margin-top: 20px;
  border-top: 2px dotted #faf8f8;
  padding-top: 20px; }
  .borrowerdetailmodal-bottom h3 {
    font-size: 1.5em;
    margin-bottom: 15px; }
  .borrowerdetailmodal-bottom span {
    display: block;
    color: #636363;
    margin-bottom: 5px;
    font-size: 14px; }
    .borrowerdetailmodal-bottom span i {
      font-style: normal;
      font-weight: 600;
      font-size: 1.1em; }

@media only screen and (min-width: 992px) {
  .borrowerdetailmodal-top-left {
    padding-right: 20px;
    position: relative; }
    .borrowerdetailmodal-top-left::after {
      content: '';
      position: absolute;
      right: -17px;
      top: 0;
      height: 100%;
      bottom: 0;
      background: #fcf7f7;
      width: 1px; } }

@media only screen and (min-width: 992px) {
  .borrowerdetailmodal-top-right {
    padding-left: 20px; } }

.goto-order-btn {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  border-radius: 4px;
  background: #4AB8D9;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center; }
  .goto-order-btn i {
    font-weight: normal;
    font-size: 17px;
    padding-right: 4px; }
  .goto-order-btn:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #fff; }

.orderdetailmodal .modal-body {
  padding: 0; }
.orderdetailmodal .modal-dialog {
  max-width: 900px; }
.orderdetailmodal .modal-content {
  padding: 30px; }
.orderdetailmodal .heading-orderdetailmodal {
  margin-bottom: 15px; }
  .orderdetailmodal .heading-orderdetailmodal h3 {
    font-size: 1.5em; }
  .orderdetailmodal .heading-orderdetailmodal span {
    font-weight: 300; }
    .orderdetailmodal .heading-orderdetailmodal span i {
      font-style: normal;
      font-weight: 600;
      color: #4AB8D9;
      font-size: 1.2em; }
  .orderdetailmodal .heading-orderdetailmodal a {
    font-weight: 600;
    font-size: 1.1em;
    display: inline-block;
    margin-left: 10px;
    color: #716C6C; }

.orderdetailmodal-table th {
  border-bottom: 1px solid #f4f4f4 !important;
  border-top: 1px solid #f4f4f4 !important;
  text-transform: uppercase;
  font-size: 14px;
  color: #333232;
  font-weight: 500; }

.orderdetailmodal-table td,
.orderdetailmodal-table th {
  border: 0;
  vertical-align: middle; }

.orderdetailmodal-table-input {
  position: relative; }
  .orderdetailmodal-table-input::before {
    content: "\f10d";
    position: absolute;
    left: 10px;
    top: 9px;
    font-family: "Flaticon";
    font-weight: bold; }
  .orderdetailmodal-table-input input {
    border: 1px solid #ddd;
    padding: 6px 10px 6px 27px;
    width: 150px;
    border-radius: 2px;
    outline: 0;
    font-size: 16px; }
    .orderdetailmodal-table-input input:focus {
      border: 1px solid #4AB8D9; }

.orderdetailmodal-btm h4 {
  font-size: 1.1em;
  display: inline-block; }
  .orderdetailmodal-btm h4 i {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em; }
.orderdetailmodal-btm button {
  border: 0;
  background: #4AB8D9;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  margin-left: 10px; }
  .orderdetailmodal-btm button:hover {
    opacity: .8; }

.orderdetailmodal-btm {
  margin-top: 33px; }

.investhistorymodal .modal-dialog {
  max-width: 800px; }
.investhistorymodal .modal-body {
  padding: 0; }
.investhistorymodal .modal-content {
  padding: 30px; }
.investhistorymodal .heading-investhistorymodal h3 {
  font-size: 1.5em;
  margin-bottom: 15px; }

.investhistorymodal-tiles {
  padding: 5px 0;
  margin-bottom: 4px; }
  .investhistorymodal-tiles span {
    display: block;
    font-style: normal;
    color: #949292;
    font-size: .9em;
    margin-bottom: 2px; }
  .investhistorymodal-tiles h4 {
    color: #7D7373;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 600; }

.new-investor-msg {
  background: url(../images/gradient-bg.svg);
  padding: 35px;
  background-size: cover;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  position: relative;
  border-radius: 18px;
  color: #fff; }
  .new-investor-msg .new-investor-msg-close {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600; }
    .new-investor-msg .new-investor-msg-close:hover {
      transform: rotate(45deg); }
  .new-investor-msg h3 {
    font-size: 1.5em;
    font-weight: 300; }
    .new-investor-msg h3 span {
      font-weight: 600; }
  .new-investor-msg p {
    font-size: 1.1em;
    margin-bottom: 0; }

.verification-investor-modal {
  position: fixed;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 55;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  color: #fff; }
  .verification-investor-modal .verification-investor-modal-content {
    background: #00CCCC;
    border-radius: 15px;
    padding: 30px;
    max-width: 600px;
    color: #fff; }
    .verification-investor-modal .verification-investor-modal-content p {
      margin: 10px 0;
      font-size: 1.09em; }
    .verification-investor-modal .verification-investor-modal-content h4 {
      font-size: 1.45em;
      font-weight: bold; }
  .verification-investor-modal .verification-investor-modal-content-top {
    align-items: center;
    -webkit-align-items: center; }
    .verification-investor-modal .verification-investor-modal-content-top img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      margin-right: 8px; }
  .verification-investor-modal .verification-investor-modal-content-btm a {
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    margin-right: 14px; }
    .verification-investor-modal .verification-investor-modal-content-btm a i {
      margin-right: 7px; }
    .verification-investor-modal .verification-investor-modal-content-btm a:hover {
      text-decoration: underline; }

.table-responsive table {
  white-space: nowrap; }

.loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0; }

.wrapper-login {
  position: relative;
  min-height: 100vh; }

.login-container {
  position: relative;
  min-height: 100vh;
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto; }
  .login-container .login-container-inner {
    margin: 0 auto;
    width: 100%;
    max-height: 600px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    border: 1px solid #ddd;
    overflow: hidden; }
  .login-container .login-container-left {
    background: url(../images/login-bg.png);
    background-size: cover; }
  .login-container .login-container-right {
    background: #fff; }
    .login-container .login-container-right h3 {
      text-align: center;
      margin-bottom: 30px;
      font-weight: 300; }
      @media (max-width: 320px) {
        .login-container .login-container-right h3 {
          margin-bottom: 15px; } }
    .login-container .login-container-right form {
      width: 320px; }
      @media (max-width: 380px) {
        .login-container .login-container-right form {
          width: 100%;
          max-width: 400px; } }
    .login-container .login-container-right input {
      width: 100%;
      border: 1px solid #ddd;
      height: 50px;
      margin-bottom: 20px;
      padding: 18px;
      border-radius: 31px;
      width: 100%;
      outline: 0;
      padding-right: 20px; }
      .login-container .login-container-right input:focus {
        border: 1px solid #0A8AB1; }
      .login-container .login-container-right input.valid {
        background: url(../images/tick-green.svg) #fff no-repeat;
        background-size: 13px;
        background-position: 96% 50%;
        padding-right: 28px; }
      .login-container .login-container-right input.not-valid {
        background: url(../images/close-red.svg) #fff no-repeat;
        background-size: 13px;
        background-position: 96% 50%;
        padding-right: 28px; }
  @media only screen and (max-width: 768px) {
    .login-container .login-container-left,
    .login-container .login-container-right {
      height: auto;
      padding: 15px; }
    .login-container .logo-login {
      border: 5px solid rgba(255, 255, 255, 0.7);
      padding: 30px; } }
  @media only screen and (max-width: 768px) and (max-width: 767px) {
    .login-container .logo-login {
      padding: 15px; } }
  @media only screen and (max-width: 768px) {
      .login-container .logo-login img {
        max-width: 203px; } }
  @media only screen and (min-width: 992px) {
    .login-container .login-container-left,
    .login-container .login-container-right {
      height: auto;
      padding: 15px;
      min-height: 550px; }
    .login-container .logo-login {
      border: 5px solid rgba(255, 255, 255, 0.7);
      padding: 30px; }
      .login-container .logo-login img {
        max-width: 300px; } }
  .login-container .form-login-grid {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 991px) and (min-width: 769px) {
      .login-container .form-login-grid {
        margin-bottom: 1rem; } }
    .login-container .form-login-grid a {
      color: #8F8F8F; }
      .login-container .form-login-grid a:hover {
        opacity: 0.8; }
    .login-container .form-login-grid button {
      background: #0A8AB1;
      border: 0;
      padding: 6px 31px;
      border-radius: 25px;
      font-size: 18px;
      font-weight: 600;
      color: #fff; }
      .login-container .form-login-grid button:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }
  .login-container .content-wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .login-container .content-wrapper {
        padding-top: 0; } }
    .login-container .content-wrapper button {
      background: #0A8AB1;
      color: #fff;
      padding: 10px 20px;
      border-radius: 100px;
      border: 1px solid transparent;
      font-weight: 600;
      font-size: 18px; }
    .login-container .content-wrapper .border-button {
      border: 1px solid #0A8AB1;
      background: #d2eff973;
      color: #0A8AB1;
      margin-top: 10px; }
    .login-container .content-wrapper p {
      font-size: 18px; }
      .login-container .content-wrapper p span.link {
        color: #0a8ab1;
        font-weight: 600;
        cursor: pointer; }
    .login-container .content-wrapper a {
      color: #0a8ab1;
      padding: 10px 0;
      font-weight: 600;
      font-size: 17px; }

.investmodalpage .modal-content .close {
  right: 17px; }
.investmodalpage .modal-dialog {
  max-width: 420px; }
.investmodalpage .modal-content {
  padding: 23px;
  border-radius: 20px; }
.investmodalpage .modal-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 9px;
  padding-top: 15px !important; }
.investmodalpage .investmodalpage-form {
  text-align: center; }
  .investmodalpage .investmodalpage-form input {
    width: 290px;
    height: 46px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 15px;
    outline: 0; }
    .investmodalpage .investmodalpage-form input:focus {
      border: 1px solid #0A8AB1; }
  .investmodalpage .investmodalpage-form button {
    text-align: center;
    background: #0A8AB1;
    padding: 10px 25px;
    color: #fff;
    font-size: 1.1em;
    outline: 0;
    border: 0;
    border-radius: 38px;
    font-weight: 600;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 150px; }
    .investmodalpage .investmodalpage-form button span {
      margin-left: -4px; }
    .investmodalpage .investmodalpage-form button i {
      font-size: 10px;
      margin-left: 5px;
      position: absolute;
      top: 35%; }
    .investmodalpage .investmodalpage-form button:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
      .investmodalpage .investmodalpage-form button:hover i {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px); }

.investor-dash-status-graph-inner {
  padding: 0 20px 25px 25px;
  position: relative; }
  .investor-dash-status-graph-inner::before {
    content: 'Investment Amount';
    position: absolute;
    left: -4%;
    transform: rotate(-90deg);
    top: 44%;
    color: #8B8B8B;
    font-weight: 500; }
  .investor-dash-status-graph-inner::after {
    content: 'Month';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    color: #8B8B8B;
    font-weight: 500; }

@media (max-width: 767px) {
  .flaticon-bell:before {
    font-size: 30px;
    color: #4ab8d9; } }

input:focus {
  outline: 1px solid red !important; }

@media (max-width: 1299px) {
  .container.content-center {
    max-width: 1024px; } }
@media (max-width: 1199px) {
  .container.content-center {
    max-width: 767px; } }
@media (max-width: 991px) {
  .container.content-center {
    max-width: 600px; } }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: none !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.highcharts-title {
  visibility: hidden !important; }

.highcharts-legend {
  display: contents !important; }
  @media (max-width: 991px) {
    .highcharts-legend {
      display: none !important; } }

/*# sourceMappingURL=style.css.map */
