@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

:root {
  --secondary-background: #140e26;
  --grey-background: #f5f7fb;
  --base-font: #3e4149;
  --font-dark: #1d2333;
  --border-radius: 16px;
  --box-shadow: -4px 8px 24px rgba(44, 63, 88, 0.02);
}

body {
  background-color: #fff;
  color: var(--base-font);
  font-family: "Onest", sans-serif;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  word-break: break-word;
}
a {
  /* color: #5cdb94; */
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
a:hover {
  /* color: #4fc382; */
  text-decoration: none;
}
img {
  max-width: 100%;
}
.form-group {
  position: relative;
}
.btn {
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 25px;
  font-weight: 500;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggl {
  color: #fff;
}
.btn-xs {
  font-size: 12px;
  padding: 9px 15px;
}
.btn-xxs {
  font-size: 12px;
  padding: 5px 10px;
}

.fp-navbar {
  transition: all 500ms ease-in-out;
  padding: 15px 20px;
  box-shadow: 0 0 5px rgb(0 0 0 / 8%);
  background-color: #fff;
}

.sticky-top {
  z-index: 1020;
}

.question-sign .fad.fa-question-circle {
  position: relative;
  font-size: 18px;
  top: 0;
  left: 0;
  opacity: 1;
}
/* Home-banner */
.hero-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #ff5500;
  margin-top: 2rem;
}
.home-title {
  font-size: 57px;
  font-weight: 700;
  color: #13216e;
}
.hero-brief {
  font-size: 24px;
  font-weight: 400;
  color: #145a97;
}
.hero-btn {
  font-size: 18px;
  font-weight: 700;
}
.hero-bg-col {
  position: absolute;
  z-index: -1;
  right: 0;
}

/* financial-product-section */
/* .financial-product-card{
  font-size: ;
  font-weight: 700;
  color: #13216E;
} */
.financial-product-section {
  padding: 5rem 0px;
}
.financial-product-card {
  box-shadow: #00000040 0px 3px 15px 0px;
  border: 0;
  border-radius: 20px;
  padding: 25px;
  margin: 15px;
}
.finincial-product-card-img {
  width: 120px;
  border-radius: 100px;
  overflow: hidden;
}
.financial-product-text {
  font-size: 15px;
  font-weight: 500;
  color: #13216e;
  margin-bottom: 0;
  min-height: 65px;
}
.financial-product-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  background-color: #f5f5f5;
  color: #145a97;
  margin-top: 12%;
}
.next-products,
.prev-products,
.prev-currentOpt,
.next-currentOpt,
.prev-testimoBtn,
.next-testimoBtn {
  display: none;
  padding: 8px 25px;
  width: fit-content;
  cursor: pointer;
  border-radius: 2em;
}

/* Approach section */
.approach-bg {
  background-image: url("../images/approach-bg.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 7rem 0;
}
.approach-brief {
  font-size: 18px;
  font-weight: 400;
  color: #13216e;
}
/* why section */
.why-section {
  padding: 5rem 0;
}
.home-icon-box {
  border: 1px solid #e1e8ff;
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  margin: 35px 0;
  height: 100%;
  max-height: 400px;
}
.home-icon-box-2 {
  border: 1px solid #e1e8ff;
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  margin: 35px 0;
  height: 100%;
  max-height: 365px;
}
.community-img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.community-small-title {
  font-size: 24px;
  font-weight: 600;
  color: #13216e;
  margin-bottom: 15px;
}
.community-small-text {
  font-size: 18px;
  font-weight: 400;
  color: #13216e;
}
.attract-financing-section {
  padding: 5rem 0;
}
.top-2rem-m {
  margin-top: 2rem;
}

/* Product display page */
.product-display-hero {
  padding: 12rem 0;
  background-image: url("../images/product-display-hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  /* height: 585px; */
}
.product-hero-title {
  font-size: 76px;
  font-weight: 700;
  color: #13216e;
}
.product-hero-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #ff5500;
}
.product-card {
  border-radius: 20px;
  border: 1px solid #e1e8ff;
  height: 100%;
  padding: 1rem;
}
.products-display {
  padding: 4rem 0;
  text-align: center;
}
.product-img {
  width: 170px;
  height: 170px;
}
.product-title {
  font-size: 18px;
  font-weight: 700;
  color: #13216e;
}
/* product-detail */
.product-detail-hero {
  padding: 1rem 0;
}
.product-detail-title {
  font-size: 57px;
  font-weight: 700;
  color: #13216e;
}

.product-detail-description {
  font-size: 18px;
  font-weight: 400;
  color: #113f67;
}
.product-detail-tabs {
  padding: 3rem 0;
}
.detail-tabs {
  padding: 30px;
  border-radius: 10px;
  gap: 16px;
  box-shadow: 0px 4px 24px 0px #13216e40;
}
.detail-tabs .tab-content {
  padding: 20px;
}
.detail-tabs .nav {
  background-color: #f5f5f5;
  border-radius: 2em;
  flex-wrap: nowrap;
  overflow: auto;
}
.detail-tabs .nav-link {
  border-radius: 2em;
  color: #113f67;
  font-size: 18px;
  font-weight: 600;
  min-width: 225px;
  text-wrap: nowrap;
}
.detail-tabs .nav-link.active {
  background-color: #13216e;
  color: white;
}
/* .detail-list, .detail-list-2{
  padding-left: 2.5rem;
} */
.product-content-title {
  font-size: 24px;
  font-weight: 700;
  color: #13216e;
  margin-bottom: 1rem;
}
.detail-list {
  margin-bottom: 5rem;
}
.detail-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.detail-list li::before {
  position: absolute;
  content: url("../images/list-icon.png");
  left: -30px;
  top: 12px;
}
.detail-list-2 li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.detail-list-2 li::before {
  position: absolute;
  content: url("../images/list-icon-2.png");
  left: -30px;
  top: 0;
}

.list-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #13216e;
  line-height: 1.4;
}
.list-desc {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #13216e;
  line-height: 1.4;
}
.custom-text {
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; */
  margin-bottom: 2rem;
}
.blog-card-img {
  width: 100%;
  max-height: 245px;
  object-fit: cover;
}
.blog-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
.slider-btns {
  display: flex;
  justify-content: end;
  align-items: center;
}
.project-row {
  width: 100%;
}
.search-project-cards {
  width: 50%;
}
.doc-file-wrapper {
  display: flex;
}
.flex-custom {
  display: flex;
}
.custom-flex-shrink-0 {
  flex-shrink: 0;
}
.navbar-toggler.aside-toggler {
  display: none;
}
.user-profile-card .image-wrapper::before {
  padding-top: 50%;
}
.dashboard-comment-list .media .media-body {
  margin-left: 1.5rem;
}
.overview-payout-req-btn {
  margin-left: 0.5rem;
}
.dashboard-comment-list .media-left {
  flex-shrink: 0;
}
.social-login-wrapper.ru::before {
  width: 182px;
}
.social-login-wrapper.ro::before {
  width: 162px;
}

@media only screen and (max-width: 991px) {
  .hide-f-lg {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-t-lg {
    display: none;
  }
  .fp-navbar {
    top: 47px;
  }
  .fp-navbar.sticky {
    top: 0;
  }
}
.table {
  /* border: 1px solid #dee2e6; */
  border: none;
}
.table thead th {
  /* border-bottom: 1px solid #dee2e6; */
  background-color: #f0f4ff;
}
/*!---------- BADGES ----------*/
.badge,
.label {
  line-height: 1.5;
  padding: 0.3125em 0.625em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.badge {
  background-color: #eaeaea;
}
.badge-sm.label-sm {
  font-size: 0.625rem;
}
.badge-warning,
.label-warning {
  background-color: #ffcb3d;
  color: #292929;
}
.badge-success,
.label-success {
  background-color: #4caf50;
  color: #fff;
}
.badge-danger,
.label-danger {
  background-color: #f44336;
  color: #fff;
}
.badge-secondary,
.label-secondary {
  background-color: #868e96;
  color: #fff;
}
.badge-primary,
.label-primary {
  color: #fff;
}
.badge-info,
.label-info {
  background-color: #17a2b8;
  color: #fff;
}
/*!---------- ALERTS ----------*/
.alert-message {
  border-radius: 0;
  position: fixed;
  z-index: 1021;
  border: 0;
  width: 550px;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  color: var(--base-font);
  border: 0;
  border-left: 5px solid;
}
.alert-message .btn-close {
  background-size: 14px;
  outline: none;
  box-shadow: none;
}
.alert-message p {
  margin-bottom: 0.625rem;
}
.alert-message p:last-child {
  margin-bottom: 0;
}
.alert-success {
  border-color: #4caf50;
}
.alert-danger {
  border-color: #f44336;
}
label.error,
.reply_validation {
  font-size: 80%;
  color: #f44336;
  margin-bottom: 0;
}
label.error.valid {
  display: none !important;
}
.form-label,
.control-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 13px;
  color: #45516c;
}
.form-control {
  border-radius: 4px;
  font-size: 15px;
  padding: 13px 20px 12.5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}
/* .form-control:not(textarea) {
  height: 50px;
} */
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #bfbfbf;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.form-control::placeholder {
  color: #bfbfbf;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fafbfb;
  opacity: 1;
}
.custom-checkbox .form-check-label::before {
  border-radius: 2px;
}
.form-check-input:checked ~ .form-check-label::before {
  color: #fff;
}
.form-check-input:focus ~ .form-check-label::before {
  box-shadow: none;
}
.form-check-input:focus:not(:checked) ~ .form-check-label::before {
  border-color: #adb5bd;
}
.form-check-input:not(:disabled):active ~ .form-check-label::before {
  color: #fff;
  background-color: #f9f9f9;
  border-color: #dcdcdc;
}
.input-group-text {
  background-color: #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  z-index: 1;
  color: #b1b1b1;
}
.bootstrap-select,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.bootstrap-select .btn {
  background-color: #fff;
  border-radius: 4px;
  font-size: 15px;
  padding: 13px 20px 12.5px 20px;
  font-weight: 400;
  /*text-transform: capitalize;*/
  color: #495057;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select.show > .btn-light.dropdown-toggle {
  outline: 0 !important;
  background-color: #ffffff !important;
  border-color: #ced4da !important;
}
.bootstrap-filestyle .btn {
  margin-bottom: 0;
}
.bootstrap-filestyle .badge {
  display: none;
}
.group-span-filestyle:focus {
  outline: 0;
}
.group-span-filestyle.input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu {
  font-size: 14px;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bs-searchbox .form-control {
  height: 35px;
}
.image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  /* overflow: hidden; */
  /* margin: 15px auto 0 auto; */
}
.image-wrapper::before {
  display: block;
  content: "";
  padding-top: 70%;
}
.image-wrapper-16by9::before {
  padding-top: 56.25%;
}
.image-wrapper-1by1::before {
  padding-top: 100%;
}
.image-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.fp-navbar {
  transition: all 500ms ease-in-out;
  /* border-bottom: 1px solid #eff2f7; */
  padding: 15px 8rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 8%);
  background-color: #fff;
}

.fp-navbar.sticky {
  background-color: #fff !important;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  height: 40px;
  position: relative;
    left: -10px;
}
.logo-dark {
  display: block;
}
.logo-light {
  display: none;
}
.navbar-light .navbar-nav .nav-item {
  margin-left: 20px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #145a97;
  font-size: 18px;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.btn {
  padding: 10px 25px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.btn-primary {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.btn-outline-secondary:hover {
  color: #fff;
}

.navbar-toggler {
  padding: 3px 10px;
  border: 0;
}
.head-user-menu {
  position: relative;
}
.head-user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 7px;
  display: inline-block;
}
.head-user-menu-link {
  /*text-transform: capitalize;*/
  color: #22262a;
  font-weight: 500;
  margin-top: 2px;
  font-size: 14px;
  text-transform: capitalize;
}
.head-user-menu .has-dropdown-menu {
  width: 220px;
  z-index: 1001;
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
  border-radius: 5px;
}
.head-user-menu .has-dropdown-menu::before,
.head-user-menu .has-dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #ddd;
  top: -24px;
  right: 50px;
}

.head-user-menu .has-dropdown-menu::before {
  opacity: 0.3;
}
.head-user-menu .has-dropdown-menu::after {
  border-bottom-color: #fff;
  top: -23px;
}
.head-user-menu:hover .has-dropdown-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.has-dropdown-menu .dashSub-menu span {
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px;
}
.nav-language {
  color: #13216e;
  font-size: 18px;
  font-weight: 600;
}
.mainSlider .carousel-item {
  position: relative;
  min-height: 500px;
}

.mainSlider .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 37px;
  text-align: left;
  width: 450px;
  left: 10%;
  color: #fff;
}
.mainSlider .carousel-caption .slider-title {
  font-size: 60px;
  font-weight: 700;
}
.mainSlider .carousel-caption .slider-brif {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.mainSlider .carousel-caption .slider-btn {
  margin-top: 40px;
}
.mainSlider .slider-img {
  height: 786px;
  object-fit: cover;
}
.mainSlider .carousel-control-next-icon,
.mainSlider .carousel-control-prev-icon {
  margin-top: 57px;
  background-color: #000;
  border-radius: 100%;
  border: 8px solid #000;
  box-shadow: 0 0 20px rgb(255, 255, 255, 0.58);
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-grey {
  background-color: #f5f7fb;
}
.main-heading {
  margin-bottom: 50px;
}
.heading-title {
  color: var(--font-dark);
  font-size: 45px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
h3.heading-title {
  font-size: 26px;
}
.heading-brif {
  margin-top: 20px;
}
.equity-card {
  /* border: 1px solid #dee2ed; */
  /* overflow: hidden; */
  border-radius: var(--border-radius);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: var(--font-dark);
  font-size: 15px;
  /* box-shadow: 0px 4px 24px 0px #13216e40; */
  border: 0;
  height: 100%;
}
/* .equity-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
  box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
} */
.equity-card .card-body {
  position: relative;
  padding: 15px 15px 30px 15px;
}

.tax-relieft-card {
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: -181px;
  left: -29px;
  width: 7.5rem;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 2;
  font-weight: 700;
  color: rgb(99, 115, 129);
  background-color: #fff !important;
}
.equity-card .card-title {
  margin-bottom: 10px;
}
.equity-card .card-title a {
  color: #13216e;
  font-size: 32px;
  font-weight: 700;
}
.card-location-icon {
  position: relative;
}
.sm-location-icon {
  top: -15px;
}
.card-location {
  font-size: 18px;
  font-weight: 400;
  color: #13216e;
}
.sm-location {
  min-height: 70px;
}
.card-progress {
  height: 10px;
}
.investor-details {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #13216e;
}
.card-project-details {
  border: 1px solid #e9ecef;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  margin: 15px 0;
  position: relative;
  height: 100%;
  min-height: 120px;
}
.card-project-details::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  top: 50%;
  left: 50%;
  background-color: #adafc9;
  transform: translateY(-50%);
}
.card-time-left {
  margin-top: 2rem;
}
.timeleft {
  font-size: 24px;
  font-weight: 700;
  color: #145a97;
  margin-bottom: 0;
}
.card-detail-title {
  font-size: 18px;
  font-weight: 400;
  color: #13216e;
  text-align: center;
}
.card-detail-text {
  font-size: 18px;
  font-weight: 700;
  color: #557fab;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}
.equity-card .card-title a:hover {
  text-decoration: none;
}
.equity-creator {
  opacity: 0.85;
  font-size: 13px;
}
.equity-creator a {
  color: #2f2f2f;
}
.card-investment-wrapper {
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.card-investment-item {
  text-align: center;
  font-weight: 600;
  border-left: 1px solid #eaeef3;
}
.card-investment-item:first-child {
  border-left: 0;
}
.card-investment-item span {
  display: block;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 400;
}
.card-investment-goal {
  border-left: 0;
  border-top: 1px dashed #ddd;
  padding-bottom: 0;
}
.card-company-logo-img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  position: absolute;
  top: -37px;
  right: 20px;
  z-index: 2;
  border: 4px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.card-deal-type {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 3px;
}

.equity-card .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.progress {
  background-color: #edeef2;
}
.investment-flow-card {
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.category-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-image-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.category-item .caterory-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--font-dark);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.caterory-link {
  display: block;
  margin-top: 7px;
  color: var(--font-dark);
  text-decoration: none;
}
.caterory-link i {
  color: var(--font-dark);
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  vertical-align: middle;
}
.caterory-link:hover i {
  margin-left: 4px;
  opacity: 1;
}

.hiw-item img {
  width: 100%;
}
.hiw-item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  color: var(--font-dark);
  margin-bottom: 10px;
}
.hiw-item p {
  margin-bottom: 0;
}
.snippet-section {
  border-top: 1px solid #f6f8f9;
}
.snippet-section .section {
  border-bottom: 1px solid #ddd;
  padding-top: 120px;
  padding-bottom: 120px;
}
.snippet-item {
  text-align: left;
  min-height: auto;
}
.snippet-count {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--font-dark);
  margin-top: 15px;
}
.snippet-label {
  font-size: 18px;
}
.call-to-action-section {
  background-image: url("../images/call-to-action-bg.jpg");
  padding: 100px 0;
  color: rgba(255, 255, 255, 0.85);
}
.call-to-action-section .heading-title {
  color: #fff;
}
.call-to-action-section .heading-brif {
  opacity: 0.85;
  font-weight: 300;
}
.main-footer {
  border-top: 1px solid #f0f3f9;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f3f6fb;
  color: #2c364c;
  padding-left: 8rem;
  padding-right: 8rem;
}
.footer-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #13216e;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a,
.footer-links {
  font-weight: 400;
  font-size: 18px;
  color: #13216e;
}
.footer-message {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 12px;
  opacity: 0.9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-message-title {
  font-weight: 600;
}
.social-site {
  margin-bottom: 20px;
}
.social-site a {
  border: none;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #13216e;
  margin-bottom: 10px;
  border-radius: 100%;
}
.social-site a:last-child {
  margin-right: 0;
}

.newsletter-section {
  background-color: #2c364c;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  position: relative;
}
.newsletter-section .heading-title {
  color: #fff;
}
.newsletter-section .heading-brif {
  color: #aeb6ca;
}
.newsletter-note {
  font-size: 14px;
  color: #788094;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
}
.newsletter-section .text-input {
  margin-right: 100px;
}

.newsletter-section .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-shape1 {
  position: absolute;
  top: 50px;
  left: 0;
}
.newsletter-shape2 {
  position: absolute;
  top: -130px;
  right: 0;
}
.newsletter-shape3 {
  position: absolute;
  right: 10px;
  bottom: -35px;
}
.footer-newsletter-text p {
  margin-bottom: 0;
}
.footer-newsletter-input {
  box-shadow: 0px 14px 35px 0px rgba(49, 49, 49, 0.2);
  position: relative;
  border-radius: 3px;
}
.footer-newsletter-input .form-control {
  border: 0;
}
.footer-newsletter-input .btn-join {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 50px;
  width: 50px;
  outline: none;
}
.login-section {
  background-color: var(--grey-background);
  background-image: url(../images/login-overlay.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 0;
  height: 100vh;
  overflow-y: auto;
}

.login-section-wrapper {
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.login-logo {
  text-align: center;
  margin-bottom: 30px;
}

.login-logo img {
  height: 40px;
}

.login-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
}

.login-form .error_label,
.login-form label.error {
  /* font-size: 80%;*/
  color: #dc3545;
  margin-bottom: 0;
}

.login-signup-link {
  text-align: center;
  color: var(--base-font);
  margin-top: 20px;
}

.login-signup-link a,
.login-signup-link a:hover {
  text-decoration: underline;
  color: var(--base-font);
}

.forgetPass-link {
  color: var(--base-font);
  text-decoration: underline;
}
.forgetPass-link:hover {
  text-decoration: underline;
}
.social-login-wrapper {
  position: relative;
  margin-top: 80px;
}
.social-login-wrapper::before {
  content: "or";
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 23px;
  background-color: #fff;
  font-weight: 600;
  z-index: 1;
  color: #5a5a5a;
}
.social-login-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: -40px;
  left: 0;
}
.social-login-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-login-wrapper ul li {
  margin-bottom: 10px;
}
.social-login-wrapper ul li:last-child {
  margin-bottom: 0;
}
.social-login-wrapper .social-btn {
  display: block;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.social-login-wrapper .social-btn:hover {
  color: #fff;
}
.social-login-wrapper .social-btn i {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.connect-fb {
  border-color: #4267b2;
  color: #4267b2;
}
.connect-fb:hover {
  background-color: #4267b2;
  color: #fff;
}
.connect-tw {
  border-color: #1da1f2;
  color: #1da1f2;
}
.connect-tw:hover {
  background-color: #1da1f2;
  color: #fff;
}
.connect-in {
  border-color: #0077b5;
  color: #0077b5;
}
.connect-in:hover {
  background-color: #0077b5;
  color: #fff;
}
.social-note {
  font-size: 80%;
  text-align: center;
  margin-top: 20px;
  opacity: 0.8;
}
#forget .heading-title {
  font-size: 25px;
}
.search-head-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.search-text-area {
  color: #fff;
  font-size: 35px;
  line-height: 70px;
  font-weight: 200;
  position: relative;
}
.search-head-area .search-text-area a.link {
  position: relative;
  color: #fff;
}
.search-head-area .search-text-area a.link.cat-name-link {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
}
.search-head-area .search-text-area a.link:after,
.search-head-area:before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
.search-head-area:before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.search-head-area .search-text-area a.link:after {
  bottom: -6px;
  height: 1px;
  background-color: #fff;
}
.search-head-area .search-text-area a.link.cat-name-link:after {
  background-color: #fff;
}
.search-category-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1100;
  padding: 48px;
  overflow-y: scroll;
  display: none;
}
.search-category-popup .search-category-title {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.search-category-popup .search-category-list ul,
.search-sorted-by .search-sorted-list ul {
  padding: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  list-style: none;
}
.search-category-popup .search-category-title h4 {
  margin-bottom: 0;
}
.search-category-popup .search-category-title .category-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  font-weight: 300;
  color: #666;
  line-height: 1;
}
.search-category-popup .search-category-title .category-popup-close:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.search-category-popup .search-category-list ul {
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-category-popup .search-category-list ul li {
  margin-bottom: 15px;
}
.search-category-popup .search-category-list ul li a {
  color: #333;
  font-size: 36px;
  font-weight: 300;
}
.category-popup-open {
  overflow: hidden;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.search-sorted-by {
  display: inline-block;
  font-weight: 300;
}
.search-sorted-by .search-sorted-list {
  position: absolute;
  top: 70px;
  z-index: 1100;
  line-height: 45px;
  display: none;
}
.search-sorted-by .search-sorted-list ul {
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-sorted-by .search-sorted-list ul li a {
  font-size: 25px;
  color: #fff;
}
.search-sorted-by .search-sorted-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1099;
  display: none;
}

.advanced-search {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.advanced-wrapper {
  border-bottom: 1px solid #ddd;
}
.company-logo-pro-wrapper {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.company-logo-pro {
  object-fit: cover;
  width: 75px;
  height: 75px;
}
.pro-subText {
  position: relative;
  margin-right: 25px;
}
.pro-subText::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ddd;
  border-radius: 50%;
  top: 8px;
  right: -12px;
}
.pro-subText:last-child {
  margin-right: 0;
}
.pro-subText:last-child::before {
  display: none;
}
.pro-companyName a {
  color: #333;
  position: relative;
}
.pro-companyName a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: -1px;
  left: 0px;
}
.pitch-wrapper {
  margin-top: 50px;
}
.investmentCounter-item .investmentCounter-label {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.in-time-left {
  font-weight: bold;
}
.in-time-left span {
  font-weight: 400;
}
.tab-section-title {
  margin-bottom: 24px;
}
.tab-sub-section {
  margin-bottom: 60px;
}
/* .tab-sub-section:first-child {
    border-top: 0;
    padding-top: 0;
} */
.tab-section-title h3 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0;
  color: var(--font-dark);
}
.campaign-progress {
  margin-top: 30px;
}
.previous_funding_img .fp-member-info-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.previous_funding_img .fp-member-info-area:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.previous_funding_img .delete-comment {
  min-width: 35px;
}
.scroll-to-fixed-fixed {
  z-index: 999;
  position: fixed;
  top: 0px;
  width: 100%;
}
.scroll-to-fixed-fixed .fp-tab-nav-area {
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  border: 0;
}
#mainTabs .fp-tab-nav-area .fp-tab-nav > li > a {
  padding-right: 25px;
  padding-left: 25px;
}
.scroll-to-fixed-fixed .fp-tab-nav-area .fp-tab-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.share-campaign {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  justify-content: center;
}

.share-campaign::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -10px;
  left: 50px;
}
.share-campaign .in-share:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
.twitter-share-button {
  margin-top: 7px;
}
.share-campaign .share-link {
  border: 1px solid #666666;
  color: #666666;
  padding: 0 10px;
  margin-top: 7px;
  display: block;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
}
.share-campaign .share-link:hover {
  border: 1px solid #333333;
  color: #333333;
}
.social-links .in-slink {
  border: 1px solid #333;
  padding: 8px 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  color: #333;
  transition: all 0.15s ease-in-out;
}
.social-links .in-slink:hover {
  background-color: #333;
  color: #fff;
}
.social-links .in-slink.facebook-link {
  border-color: #4267b2;
  color: #4267b2;
}
.social-links .in-slink.facebook-link:hover {
  background-color: #4267b2;
  color: #fff;
}
.social-links .in-slink.twitter-link {
  border-color: #1da1f2;
  color: #1da1f2;
}
.social-links .in-slink.twitter-link:hover {
  background-color: #1da1f2;
  color: #fff;
}
.social-links .in-slink.youtube-link {
  border-color: #0077b5;
  color: #0077b5;
}
.social-links .in-slink.youtube-link:hover {
  background-color: #0077b5;
  color: #fff;
}
.social-links .in-slink.website-link {
  border-color: #657786;
  color: #657786;
}
.social-links .in-slink.website-link:hover {
  background-color: #657786;
  color: #fff;
}
.hightlights ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.hightlights ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.hightlights ul li:last-child {
  margin-bottom: 0;
}
.hightlights ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}
.top-investors .img-thumbnail {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 0;
  padding: 0;
  border-radius: 10px;
}
.selectPerk {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.selectPerk li {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.selectPerk li .pro-perk-amount {
  color: #292929;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  background-color: #f6f8f9;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
}
.selectPerk li .pro-perk-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #292929;
  margin-bottom: 10px;
  width: calc(100% - 165px);
}
.selectPerk li .pro-perk-description {
  color: #292929;
}
.perk-disable-msg {
  margin-bottom: 20px;
}
.raise-details {
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  border-radius: 10px;
}
.raise-details-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.raise-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.raise-details ul li {
  margin-bottom: 20px;
  flex: 0 0 calc(50% - 30px);
}
.raise-details ul li div {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.raise-details ul li span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.raise-details ul li a {
  color: var(--base-font);
  text-decoration: underline;
}
.investment-details-link {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px dashed;
  line-height: 1.4;
}
.upadtes-list,
.funders-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.upadtes-list li,
.funders-list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.upadtes-list li:last-child,
.upadtes-list li:nth-last-child(2),
.funders-list li:last-child,
.funders-list li:nth-last-child(2),
.previous_funding_img.funders_ajax .fp-member-info-area:last-child,
.previous_funding_img.funders_ajax:nth-last-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.update-text p:last-child {
  margin-bottom: 0;
}
.doc-action {
  text-align: right;
}
.requestAccess {
  text-align: center;
  padding: 20px 10px;
}
.requestAccess i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #676767;
}
.galley-caption {
  margin-top: 20px;
}
.gallery-thumbs {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
}
.gallery-thumbs a {
  cursor: pointer;
}
.gallery-thumbs li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.gallery-thumbs li img {
  width: 110px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.gallery-thumbs-col {
  flex: 0 0 calc((100% - 15px* 3) / 4);
  display: flex;
}
.gallery-thumbs-col a{
  display: block;
  width: 100%;
  padding-bottom: 72%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  border-radius: 5px;
}
.gallery-thumbs-col a img{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mfPopup-bg {
  padding: 40px !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popup-header {
  margin-bottom: 25px;
}
.popup-header h3 {
  font-size: 25px;
  font-weight: 300;
}
.popup-embed,
.popup-invest {
  max-width: 900px !important;
}
.popup-invest-input {
  max-width: 150px;
  padding: 10px 10px;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: var(--base-font);
}
.popup-invest-input:disabled,
.popup-invest-input[readonly] {
  background-color: #fafbfb;
  opacity: 1;
}
.fp-project-title {
  text-align: center;
}
.fp-project-title h3 {
  font-weight: 300;
  font-size: 35px;
}
.fp-section {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.fp-section-title {
  margin-bottom: 24px;
}
.fp-note-text {
  font-weight: 400;
  font-size: 85%;
  opacity: 0.8;
}
.fp-section-title h3 {
  font-size: 18px;
  font-weight: 700;
}
.fp-section-title h4 {
  font-weight: 300;
  font-size: 27px;
}
.fp-error,
.create_step_error {
  width: 100%;
  margin-top: 4px;
  font-size: 80%;
  color: #dc3545;
}
.terms-content {
  max-height: 350px;
  overflow: auto;
  padding-right: 20px;
}
.company-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pro-company-wrapper {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.pro-company-wrapper .image-item {
  border-radius: 10px;
}

.pro-company-content {
  padding: 15px;
}
.pro-company-name {
  font-weight: 600;
  font-size: 20px;
}
.pro-company-location {
  font-size: 85%;
  opacity: 0.7;
}
.company-list-item input[type="radio"]:checked ~ .pro-company-wrapper {
  background-color: #fff;
  padding: 5px;
  box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
}
.delete-company-icon {
  background-color: #ff0d1c;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.delete-company-icon:hover {
  color: #fff;
  opacity: 1;
}
.delete-company-icon-disabled {
  background-color: #c7c7c7;
  opacity: 1;
  cursor: not-allowed;
}
.fp-tab-nav-area {
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
}
.fp-tab-nav-area .fp-tab-nav {
  padding: 0;
  margin: 0;
  border: 0;
}
.only-no-tabs .fp-tab-nav,
.only-no-tabs .fp-tab-nav > li {
  display: inline-block;
}
.fp-tab-nav-area .fp-tab-nav > li {
  margin: 0;
}
.fp-tab-nav-area .fp-tab-nav > li > a {
  display: block;
  padding: 25px 45px;
  color: #666;
  font-weight: 600;
  border: 0;
  border-bottom: 4px solid transparent;
  margin-bottom: -1px;
}
.fp-tab-nav-area .fp-tab-nav > li.active a,
.fp-tab-nav-area .fp-tab-nav > li.active a:hover,
.fp-tab-nav-area .fp-tab-nav > li.show .active,
.fp-tab-nav-area .fp-tab-nav > li > .active,
.fp-tab-nav-area .fp-tab-nav > li > .active:hover {
  border-bottom: 4px solid;
}
.fp-tab-nav-area .fp-tab-nav > li > a:hover {
  border: 0;
  border-bottom: 4px solid transparent;
}
.fp-tab-nav-area .fp-tab-nav > li.show .nav-link {
  border-bottom-color: transparent;
  color: #666;
  background-color: transparent;
}
.fp-tab-nav-area .fp-tab-nav > li.dropdown .dropdown-item {
  color: #666;
  font-weight: 700;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}
.fp-tab-nav-area .fp-tab-nav > li.dropdown .dropdown-item.active {
  border: 0;
  background-color: transparent;
}
.fp-tab-nav-area .fp-tab-nav > li.dropdown .dropdown-item:active,
.fp-tab-nav-area .fp-tab-nav > li.dropdown .dropdown-item:focus,
.fp-tab-nav-area .fp-tab-nav > li.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.fp-tab-nav-area .nav-tabs-wrapper {
  display: block;
  overflow: hidden;
  height: 78px;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
@media only screen and (max-width: 991px) {
  .fp-tab-nav-area .nav-tabs-wrapper {
    height: 78px;
  }
}
.fp-tab-nav-area .nav-tabs-wrapper .nav-tabs {
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 0;
  overflow-y: hidden;
}
.fp-tab-nav-area .nav-tabs-wrapper .nav-link {
  white-space: nowrap;
}
.fp-tab-nav-area .nav-tabs-wrapper .dragscroll:active,
.fp-tab-nav-area .nav-tabs-wrapper .dragscroll:active a {
  cursor: -webkit-grabbing;
}
@media only screen and (min-width: 768px) {
  .fp-tab-nav-area .nav-tabs-center .nav-tabs,
  .fp-tab-nav-area .nav-tabs-center .nav-tabs > .nav-item {
    display: inline-block;
  }
}
.jqEasyCounterMsg {
  font-size: 11px !important;
  color: #949494 !important;
  position: absolute;
  right: 27px;
  bottom: -4px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}
.company-industries-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.company-industries-industry {
  display: inline-block;
  padding: 5px 9px 5px 15px;
  border-radius: 20px;
  margin-bottom: 5px;
  border: 1px solid #ced4da;
  color: #7b7b7b;
}
.company-industries-industry .company_industries_industry_link,
.company-industries-industry .delete-company-industries {
  background-color: #ced4da;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  border-radius: 20px;
  margin-left: 5px;
}
.campain-card-imgsmall {
  width: 300px;
}
.fp-member-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.avatar-rounded {
  border-radius: 50%;
}
.avatar-xl {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.avatar-md {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.avatar-sm {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.fp-member-info {
  margin-left: 25px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.fp-member-name,
.media-heading,
.media-heading a,
.fp-member-name a {
  font-size: 20px;
  color: #2c364c;
  margin-bottom: 3px;
  line-height: 1;
  /*text-transform: capitalize;*/
  font-weight: 500;
}
h4.fp-member-name {
  margin-bottom: 5px;
}
.fp-member-otherInfo {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 13px;
}
#hide_desc {
  display: none;
}
.form_star {
  color: #ff0d1c;
}
.fp-section-title .fp-note-text {
  font-size: 13px;
  opacity: 0.9;
}
.button-switch {
  font-size: 1.5em;
  height: 30px;
  position: relative;
  width: 70px;
}
.button-switch-md {
  width: 100px;
  margin-left: 10px;
}
.button-switch.ru-lang {
  width: 160px;
}
.button-switch .lbl-off,
.button-switch .lbl-on {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 9px;
  transition: opacity 0.25s ease-out 0.1s;
  text-transform: uppercase;
}
.button-switch .lbl-off {
  right: 10px;
}
.button-switch .lbl-on {
  color: #fefefe;
  opacity: 0;
  left: 10px;
}
.button-switch.ru-lang .lbl-on {
  left: 45px;
}
.button-switch .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
}
.button-switch .switch:before,
.button-switch .switch:after {
  content: "";
  position: absolute;
}
.button-switch .switch:before {
  border-radius: 20px;
  background: #e8e8e8;
  height: 30px;
  left: 0;
  top: 0;
  transition: background-color 0.25s ease-out 0.1s;
  width: 70px;
}
.button-switch-md .switch:before {
  width: 100px;
}
.button-switch.ru-lang .switch:before {
  width: 165px;
}
.button-switch .switch:after {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #fefefe;
  height: 20px;
  -webkit-transform: translate(6px, 5px);
  transform: translate(6px, 5px);
  transition: -webkit-transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s,
    -webkit-transform 0.25s ease-out 0.1s;
  width: 20px;
  left: 0;
}
.button-switch .switch:checked:after {
  -webkit-transform: translate(45px, 5px);
  transform: translate(45px, 5px);
}
.button-switch-md .switch:checked:after {
  -webkit-transform: translate(75px, 5px);
  transform: translate(75px, 5px);
}
.button-switch.ru-lang .switch:checked:after {
  -webkit-transform: translate(140px, 5px);
  transform: translate(140px, 5px);
}
.button-switch .switch:checked ~ .lbl-off {
  opacity: 0;
}
.button-switch .switch:checked ~ .lbl-on {
  opacity: 1;
}
.switchsub {
  margin-right: 20px;
  display: inline-block;
}
.currency_change {
  width: 50px;
  justify-content: center;
  font-weight: 600;
}
.form-control.datepicker {
  padding: 13px 20px 12.5px 20px;
  border-radius: 4px;
}
.dealtype-circle {
  padding-left: 0;
  list-style: none;
}
.dealtype-circle li {
  display: flex;
}
.deal-item {
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  color: var(--base-font);
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.deal-item:hover {
  border-color: #f1f1f1;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 30px rgb(67 54 102 / 10%);
}
.deal-icon-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deal-item.active {
  border: 1px solid;
  box-shadow: 0 0 30px rgb(67 54 102 / 10%);
}

.deal-icon-item {
  max-height: 60px;
  max-width: 60px;
}
.deal-info {
  margin-top: 20px;
}
.deal-info h4 {
  font-size: 18px;
  font-weight: 600;
}
.deal-info p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.smallfont {
  font-size: 14px;
}
.delete-comment {
  min-width: 135px;
  text-align: right;
}
.delete-comment .icon-edit,
.delete-comment .icon-delete {
  color: #ffffff;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.delete-comment .icon-edit {
  background-color: #545b62;
}
.delete-comment .icon-delete {
  background-color: #ff0d1c;
}
.doc-file-name a {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 13px;
}
.custom_textbox {
  display: none;
}
.open-custonText .custom_textbox {
  display: block;
}
.campaign-status h4 {
  font-size: 20px;
  font-weight: 600;
}
.campaign-status span {
  font-weight: 700;
}
.campaign-status .fas {
  font-size: 40px;
}
.campaign-notready .fas,
.campaign-notready span {
  color: #ffc319;
}
.campaign-ready .fas,
.campaign-ready span {
  color: #4caf50;
}
#mask {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.checklist-popup {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 10000;
  width: 500px;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 35px;
}
.checklist-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 25px;
  color: #666;
}
.check-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin-top: -1px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.check-item .check-item-name {
  padding: 7px;
  max-width: 220px;
  flex: 0 0 220px;
}
.check-item .check-item-status {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
}
.check-notcompleted .check-item-status {
  background-color: #f94c4c;
}
.check-item a {
  padding: 7px;
  font-weight: 600;
}

.thenks-submit h2 {
  font-size: 30px;
  font-weight: 400;
}
.location-map .google-map {
  width: 100%;
  height: 170px;
}
.notification {
  padding: 0;
  list-style: none;
}
.notification li {
  margin-bottom: 30px;
}

.notification li:last-child {
  margin-bottom: 0;
}

.notification li .media-email {
  position: relative;
  margin-right: 15px;
}
.notification li .media-email label {
  cursor: pointer;
  margin: 0;
}
.notification li .media-email input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.notification li .media-email i {
  font-size: 18px;
  color: #bbb;
  cursor: pointer;
}
.notification li fieldset {
  margin-bottom: 15px;
}
.notification li fieldset:last-child {
  margin-bottom: 0;
}
.activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activity-list li {
  margin-bottom: 20px;
  padding: 30px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  border-radius: var(--border-radius);
}

.activity-list li .circle-icon {
  background-color: #d9d9d9;
  margin-right: 20px;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
.activity-list li .activity-text {
  margin-bottom: 5px;
}
.activity-list li .activity-text a {
  color: #333333;
  position: relative;
  font-weight: 500;
}
.activity-list li .activity-text a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 1px;
}
.activity-list li .activity-text a:hover:after {
  border-color: #737373;
}
.media-time {
  font-size: 12px;
  color: #8c8c8c;
}
.fp-your-projects .fp-project-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fp-your-projects .fp-project-list li {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.fp-your-projects .fp-project-list li:hover {
  box-shadow: 0 4px 5px rgba(67, 54, 102, 0.1);
}
.dash-project-img-wrapper {
  margin-right: 30px;
  position: relative;
}
.fp-your-projects .fp-project-list li h4 a {
  color: #333333;
  font-size: 20px;
}
.dash-project-img-wrapper img {
  width: 263px;
  height: 147px;
  border-radius: 5px;
  object-fit: cover;
}
.project-action {
  margin-top: 20px;
}
.progress-circle {
  width: 140px;
  height: 140px;
}

.info-boxs {
  height: calc(100% + 18px);
  margin-left: -8px;
  margin-right: -8px;
}

.box .fad {
  font-size: 60px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  opacity: 0.15;
}

.info-box-item {
  padding-left: 8px;
  padding-right: 8px;
}

.info-boxs .box,
.info-boxs .second-box {
  padding: 20px;
  border-radius: 7px;
  background-color: #f0f4ff;
  margin-bottom: 18px;
  display: flex;
  align-items: stretch !important;
  flex-direction: column;
  height: calc(100% - 18px);
  position: relative;
  overflow: hidden;
}
.info-boxs .box .box-amount,
.info-boxs .box .j-btn,
.info-boxs .second-box .box-amount,
.info-boxs .second-box .j-btn {
  font-weight: 700;
  font-size: 17px;
  color: #333333;
}
.info-boxs .box .box-amount a {
  color: #333333;
}
.info-boxs .box .box-amount:hover,
.info-boxs .box .box-amount a:hover,
.info-boxs .box .j-btn:hover,
.info-boxs .second-box .box-amount:hover,
.info-boxs .second-box .j-btn:hover {
  color: #333333;
}
.info-boxs .box .dropdown-toggle,
.info-boxs .second-box .dropdown-toggle {
  cursor: pointer;
}
.info-boxs .box p,
.info-boxs .second-box p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}
.info-boxs .second-box {
  background-color: #ededed;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 991px) {
  .info-boxs .info-box-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.fp-tab-nav-area .fp-tab-nav.pro-dash-tab-nav li a {
  padding-right: 25px;
  padding-left: 25px;
}
.p-d-overview-img img {
  border-radius: var(--border-radius);
  border: 5px solid #fff;
  box-shadow: 0 10px 30px #bdbdbd4a;
}
.dash-project-title {
  font-weight: 300;
  color: #2e3546;
  position: relative;
  z-index: 1;
}
.p-d-raised-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-d-raised-details ul li {
  display: inline-block;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #d9d9d9;
}
@media only screen and (max-width: 991px) {
  .p-d-raised-details ul li {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .p-d-raised-details ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 0;
    display: block;
  }
  .p-d-raised-details ul li:last-child {
    border-bottom: 0;
  }
}
.p-d-raised-details ul li:last-child {
  border-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.p-d-raised-details ul li p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  color: #fd935e;
}
.ribbon-wrap {
  width: 142px;
  height: 142px;
  position: absolute;
  top: -8px;
  right: 8px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.ribbon-wrap:before,
.ribbon-wrap:after {
  content: "";
  position: absolute;
}
.ribbon-wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #596475;
  border-radius: 0px 8px 8px 0px;
}
.ribbon-wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #596475;
  border-radius: 8px 8px 0px 0px;
}
.ribbon {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  text-align: center;
}
.add-update-div {
  display: none;
}
.no-data {
  background-image: url(../images/empty-data-img.png);
  border: 0 !important;
  background-repeat: no-repeat;
  padding-top: 180px !important;
  background-position: top 20px center;
  text-align: center;
  padding-bottom: 20px !important;
}
.no-data-img-realestate {
  background-image: url(../images/empty-data-img.png);
}
.p-d-social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-d-social-share li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .p-d-social-share li {
    margin: 10px;
  }
}
.p-d-social-share li a {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
.p-d-social-share li a:hover {
  background-color: #434343;
}
.comment-reply {
  display: none;
}
.comments-list .project-action {
  position: absolute;
  top: 6px;
  right: 0;
}
.TotalAmount {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.amount-divider {
  border-left: 1px solid #e5e5e5;
  position: relative;
  /* margin-top: -20px; */
  margin-bottom: -20px;
}
.amount-divider span {
  font-size: 20px;
  font-weight: 700;
  color: #a7a8aa;
  border: 1px solid #a7a8aa;
  width: 30px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  text-align: center;
}
.p-d-follow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .p-d-follow {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
    transform: translateY(0);
  }
}
.progressBar-steps > li.is-active:after,
.progressBar-steps > li.is-active ~ li:after {
  background-color: #eeeeee;
}
.progressBar-steps {
  display: table;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}
.progressBar-steps > li {
  display: table-cell;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
}
.progressBar-steps > li:before {
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 17px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 17px;
}
.progressBar-steps > li:after {
  bottom: 6px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.progressBar-steps > li:last-child:after {
  display: none;
}
.progressBar-steps > li.is-active ~ li:before {
  background-color: #eeeeee;
}
.after-upload {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}
.after-upload li {
  margin-bottom: 15px;
}
.after-upload li p {
  margin-bottom: 0;
}
.payment-method-area {
  display: flex;
}
.payment-method-left {
  background-color: #2c364c;
  margin-top: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding: 20px;
  border-right: 1px solid #ddd;
  flex: 0 0 250px;
  border-radius: 14px;
}
.payment-method-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}
.payment-method-nav li a {
  margin-right: -1px;
  padding: 15px 40px 15px 20px;
  display: block;
  color: #c4c9d4;
  border: 1px solid transparent;
  border-left: 4px solid transparent;
}
.payment-method-nav li a.active {
  color: #ffffff;
  border-radius: 5px;
}
.payment-method-nav li a:hover {
  color: #fff;
}
.payment-method-nav li a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.payment-method-right {
  padding-left: 40px;
  flex: 0 0 calc(100% - 210px);
}
.icon-wepay {
  background-image: url(../images/wepay-icon-hover.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px !important;
}
.investment-dash-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  overflow: hidden;
}
.investment-dash-item {
  background-color: #fff;
  -webkit-box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  margin-top: 45px;
}
.investment-dash-upper {
  border-bottom: 1px solid #ddd;
  padding: 30px;
  position: relative;
  align-items: center;
}
.investment-dash-upper h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.investment-dash-upper h3 a {
  color: #3e4149;
}

/* .investment-dash-action {
  position: absolute;
  top: 22px;
  right: 22px;
} */
.investment-dash-bottom {
  padding: 30px;
}
.investment-dash-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.investment-dash-bottom li {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.investment-dash-bottom .listCol4 li {
  width: 25%;
}
.investment-dash-bottom li span {
  display: block;
  margin-bottom: 3px;
}
.investment-dash-bottom li strong {
  display: block;
}
.company-header {
  position: relative;
  height: 500px;
}
.company-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0.4;
  z-index: 2;
}
.company-splash-info {
  position: relative;
  z-index: 2;
}

.company-logo-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 3px;
  border: 3px solid #fff;
  margin-bottom: -3px;
}

.company-splash-info-item i {
  margin-right: 4px;
}
.company-splash-info-item p {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 300;
}
.company-splash-info-item a {
  text-decoration: underline;
  color: var(--base-font);
}
.company-splash-info-item a:hover {
  text-decoration: none;
  color: var(--font-dark);
}
.profile-head-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-head-wrapper.section {
  padding-top: 259px;
}
.profile-head-bg {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: calc(50vh - 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-user-name {
  color: var(--base-font);
  font-weight: 700;
  /*text-transform: capitalize;*/
}
.myInvestment-list {
  width: 150px;
}
.accreditation-wrapper {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.accreditation-line {
  border-bottom: 1px dashed #ddd;
  flex: 1 0 0%;
  margin-left: 15px;
  margin-right: 15px;
}
.accreditation-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-w-select .bootstrap-select {
  width: 150px !important;
}
.text-w-select .bootstrap-select .btn {
  padding: 5px 10px;
}
.verification-item h4 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}
.closebtn {
  color: #495057;
}
.align-middle td,
.align-middle th {
  vertical-align: middle;
}
.row-hideShow {
  display: none;
}
.inbox-message .img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.msg-count {
  font-size: 14px;
  margin-left: 5px;
}
.inbox-message {
  margin-bottom: -15px;
}

.inbox-message .clickableRow {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}

.inbox-message .clickableRow.unread {
  background-color: #f6f9fd;
  border-bottom: 1px solid #e5e7ea !important;
  border-radius: 5px;
  font-weight: 600;
}

.inbox-message .clickableRow:hover {
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%);
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%);
  position: relative;
}

.inbox-message .clickableRow:first-child {
  border-bottom: 1px solid #ddd;
}

.inbox-message .clickableRow:last-child {
  border-bottom: 0 !important;
}

.inbox-message .red {
  font-weight: 600;
  background-color: #f6f8f9;
}

.inbox-message .date-cell {
  font-size: 85%;
  text-align: right;
}
.inbox-message .user-cell {
  /*text-transform: capitalize;*/
  text-wrap: wrap;
  line-height: 1.2;
}
.inbox-message tr {
  cursor: pointer;
}

.conversation-header {
  border-bottom: 1px solid #f3f3fa;
  padding: 35px;
}
.conversation-username {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  /*text-transform: capitalize;*/
}
.conversation-body {
  padding: 20px;
}
.conversation {
  list-style: none;
  margin-bottom: 0;
  padding: 26px 17px;
}
.conversation li {
  margin-bottom: 30px;
}
.message-item {
  position: relative;
}
.message-item .user-thubs {
  position: absolute;
  top: 0;
  left: 0;
}
.message-item.messageLeft .user-thubs {
  left: auto;
  right: 0;
}
.message-item .message-area {
  border: 1px solid #a7a8aa;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}
.message-item.messageLeft .message-area {
  text-align: right;
}
.message-item .message-area::before,
.message-item .message-area::after {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  width: 0;
  height: 0;
  top: 25px;
}
.message-item:not(.messageLeft) .message-area::before {
  border-right-color: #a7a8aa;
  left: -25px;
}
.message-item:not(.messageLeft) .message-area::after {
  border-right-color: #fff;
  left: -24px;
}
.message-item.messageLeft .message-area::before {
  border-left-color: #a7a8aa;
  right: -25px;
}
.message-item.messageLeft .message-area::after {
  border-left-color: #fff;
  right: -24px;
}
.message-item .message-username {
  font-weight: 700;
  font-size: 15px;
  /*text-transform: capitalize;*/
}
.message-item .message-time {
  opacity: 0.7;
  margin-bottom: 6px;
  margin-top: -4px;
  font-size: 12px;
}
.conversation-body .relpy-message {
  border-top: 1px solid #ddd;
  margin: 20px -20px -20px -20px;
  padding: 20px;
  position: relative;
}
.conversation-body .relpy-message-text {
  width: 100%;
  resize: none;
  height: 60px;
  border: 0;
  outline: none;
  padding-right: 80px;
  background-color: #fafafc;
  border-radius: var(--border-radius);
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.conversation-body .relpy-message-btn {
  border: 0;
  font-size: 20px;
  position: absolute;
  top: 27px;
  right: 27px;
  outline: none;
}
.changelng {
  width: 50px !important;
}
.user-profile-img {
  width: 49px;
  margin-right: 10px;
  flex: 0 0 49px;
  border-radius: 4px;
}
.faq-item {
  background-color: #fff;
  margin-bottom: 18px;
  padding: 15px 15px;
  border-radius: 10px;
}
.faq-item:last-child {
  margin-bottom: 10px;
}
.faq-item .faq-qus {
  color: #333;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  position: relative;
  margin: -10px -15px;
}
.faq-item .faq-qus:not(.collapsed) {
  margin-bottom: 15px;
}
.faq-item .faq-qus::after {
  transform: rotate(180deg);
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 10px;
  right: 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.faq-item .faq-qus.collapsed::after {
  transform: rotate(0deg);
}
.content-sidebar {
  border: none;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.content-sidebar h4 {
  border-bottom: 1px solid #ddd;
  background-color: #f6f8f9;
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}
.content-sidebar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.content-sidebar a {
  color: #333;
  padding: 10px 25px;
  display: block;
  border-bottom: 1px solid #efefef;
}
.content-sidebar li:last-child a {
  border-bottom: 0;
}
.help-contant ul,
.learn-pages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.help-contant > ul > li {
  margin-bottom: 25px;
}
.help-contant > ul > li:nth-child(4n + 4) {
  clear: both;
}
.help-contant > ul > li > a {
  color: #323232;
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
}
.help-contant > ul > li > ul > li,
.learn-pages ul li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.help-contant > ul > li > ul > li:last-child,
.learn-pages ul li:last-child {
  border-bottom: none;
}
.help-contant > ul > li > ul > li:before,
.learn-pages ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f15c";
  margin: 0 12px 0 0;
  font-size: 15px;
  color: #6d6d6d;
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
}
.help-contant > ul > li > ul > li > a,
.learn-pages ul li a {
  color: #5c5c5c;
  padding-left: 25px;
  line-height: 20px;
  font-size: 15px;
}
.help-features .features-item {
  display: block;
  border: 1px solid #ddd;
  color: #333;
  padding: 20px 20px 20px 66px;
  position: relative;
}
.help-features .features-item i {
  position: absolute;
  font-size: 35px;
  top: 20px;
  left: 20px;
}
.help-features .features-item h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.help-features .features-item p {
  margin-bottom: 0;
}
.fp-breadcrumb {
  border-bottom: 1px solid #ddd;
}
.fp-breadcrumb .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}
.question-sign {
  margin-left: 3px;
}
.gmail-friendList ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gmail-friendList ul li label {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.gmail-userName {
  padding: 15px;
  display: block;
  border: 1px solid #eaeaea;
  box-shadow: 0 1px 3px rgba(67, 54, 102, 0.1);
}
.gmail-friendList ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.gmail-friendList ul li input[type="checkbox"]:checked ~ .gmail-userName {
  color: #ffffff;
  position: relative;
  z-index: 1001;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-background iframe,
.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
.pro-watch-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.project-pitch-video {
  width: calc(100% + 17px);
  max-width: calc(100% + 17px);
  height: 100vh;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  pointer-events: unset;
}
.project-pitch-video .close {
  position: absolute;
  top: 20px;
  right: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
  width: 70px;
}
.project-pitch-video .embed-responsive {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
}
.scroll-to-fixed-fixed .fp-tab-nav-area .btn-outline-primary {
  padding-top: 7px;
  padding-bottom: 7px;
}
.raised-amount-wrapper {
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  margin-top: -200px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  margin-bottom: 60px;
}
.raise-details-line {
  padding: 0;
}
.raise-details-line ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
}
.raise-details-line ul li {
  flex: 0 0 50%;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
}
.request-pending {
  border: 1px solid #6c757d;
  padding: 11px 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #6c757d;
  opacity: 0.6;
}
.tax-relief {
  margin-bottom: 10px;
  position: relative;
}
.tax-relief label {
  margin-bottom: 0;
  display: block;
}
.tax-relief label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tex-relief-text {
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
}
.tex-relief-text:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
}
.tex-relief-text:after {
  content: "";
  border: 1px solid #dfdfdf;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.tax-relief.seis input[type="radio"]:checked ~ .tex-relief-text,
.tax-relief.eis input[type="radio"]:checked ~ .tex-relief-text,
.tax-relief.none-invester input[type="radio"]:checked ~ .tex-relief-text {
  color: #3e4149;
}
.tax-relief:hover .tex-relief-text:after {
  box-shadow: 0 0 30px rgb(67 54 102 / 10%);
}

.tax-relief input[type="radio"]:checked ~ .tex-relief-text:after {
  box-shadow: 0 0 30px rgb(67 54 102 / 10%);
}
.tax-relief.seis input[type="radio"]:checked ~ .tex-relief-text:after {
  border-color: #00a56c;
}

.tax-relief.seis input[type="radio"]:checked ~ .tex-relief-text::before {
  background-color: #00a56c;
  z-index: -1;
}
.tax-relief.eis input[type="radio"]:checked ~ .tex-relief-text:after {
  border-color: #2e5783;
}
.tax-relief.eis input[type="radio"]:checked ~ .tex-relief-text::before {
  background-color: #2e5783;
  z-index: -1;
}
.tax-relief.none-invester input[type="radio"]:checked ~ .tex-relief-text:after {
  border-color: #888888;
}
.tax-relief.none-invester
  input[type="radio"]:checked
  ~ .tex-relief-text::before {
  background-color: #888888;
  z-index: -1;
}
.tex-relief-text img {
  width: 70px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.tex-relief-text h2 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.tex-relief-text p {
  margin-bottom: 0;
}
.tex-relief-text a {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.equity-tabs-wrapper .share-equity {
  position: absolute;
  top: 15px;
  right: 0;
}
iframe {
  max-width: 100%;
}
.proFollowers ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.proFollowers ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.proFollowers ul li img {
  border-radius: 5px;
  width: 69px;
  height: 69px;
}
.mfPopup-bg.popup-shortLink {
  max-width: 650px;
  display: none;
}
#mainTabs.scroll-to-fixed-fixed .fp-tab-nav-area .nav-tabs-wrapper {
  height: 58px;
}
#mainTabs.scroll-to-fixed-fixed .equity-tabs-wrapper .share-equity {
  top: 9px;
}
#loader-wrapper,
#loader-wrapper-ajax {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  left: 0;
}
#loader-wrapper-ajax {
  display: none;
}
#loader-wrapper {
  display: none !important;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 100px;
  transform: translate(-50%, -50%);
}
.loader-inner {
  position: relative;
  width: 75px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.investmentDetails {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.investmentDetails-head {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.investmentDetails-head h3 {
  margin: 0px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
}
.investmentDetails-head h3 a {
  color: #333;
}
.investmentDetails-conent ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  display: flex;
}
.investmentDetails-conent ul li {
  flex: 0 0 33.33%;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.investmentDetails-conent ul li strong {
  display: block;
  color: #333;
}
.radio-accept,
.radio-deny {
  display: inline;
  position: relative;
  padding-left: 0px !important;
  overflow: hidden;
  cursor: pointer;
}
.radio-deny input[type="radio"],
.radio-accept input[type="radio"] {
  opacity: 0;
  top: 0px;
  left: -1000000px;
  position: absolute;
}
.radio-accept span,
.radio-deny span {
  color: #333;
  background-color: #fff;
  padding: 5px 10px !important;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  display: inline-block;
}
.radio-accept span {
  border-radius: 5px 0px 0px 5px;
}
.investmentDetails-conent .radio-accept span,
.investmentDetails-conent .radio-deny span {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.radio-accept input[type="radio"]:checked + span {
  background-color: #63c15e;
  color: #fff;
}
.radio-deny {
  margin-left: -5px;
}
.radio-deny span {
  border-radius: 0px 5px 5px 0px;
}
.investmentDetails-conent .radio-accept span,
.investmentDetails-conent .radio-deny span {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.radio-deny input[type="radio"]:checked + span {
  background-color: #d44a4a;
  color: #fff;
}
.backBtn {
  margin-bottom: 10px;
}
.backBtn a {
  color: #333;
  text-decoration: underline;
}
.access-tab-tag .media-heading,
.access-tab-tag .media-heading a {
  font-size: 14px;
  margin-bottom: 0;
}
.access-tab-tag .media-left img {
  border-radius: 50%;
  margin-right: 5px;
}
.access-tab-tag .profile-time-small {
  font-size: 12px;
}
.access-tabdesign .nav a {
  border: 1px solid #dee2e6;
  padding: 10px 20px;
  display: inline-block;
  color: #333;
  margin-bottom: 10px;
  margin-right: -1px;
}
.access-tabdesign .nav a.active {
  background-color: #dee2e6;
}
.text-green {
  color: #4abe7d;
  font-weight: 500;
}
.top-border {
  border-top: 1px solid #ececf2;
}
.copyright {
  border-top: 1px solid #dee4ef;
  padding-top: 40px;
  margin-top: 40px;
}
.copyright-text {
  float: right;
}
.take-estimate-area {
  padding: 0;
  display: table;
  width: 100%;
}
.take-estimate-area li {
  display: table-cell;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10px;
}
.take-estimate-area li h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
}
.take-estimate-area li p {
  margin-bottom: 0;
}
.take-estimate-area li.no-brdr {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 600;
  font-size: 30px;
}
.fp-section-take-away h3,
.p-d-take-away h3 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 24px;
}
.p-d-take-away {
  margin-top: 20px;
}
.p-d-take-away h3 {
  font-size: 28px;
}
.investment-info .box {
  border-radius: var(--border-radius);
  height: 100%;
  padding: 29px;
  background-color: #fff;
}
.invite-error {
  color: #f44336;
}
.invite-success {
  color: #4caf50;
}
.btn-contribute {
  font-size: 16px;
  border-radius: 4px;
  padding: 14px 25px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #fff !important;
  line-height: 1.75;
}
.ru-btn .btn-contribute {
  padding: 14px 15px;
}
.btn-contribute.disabled {
  background-color: #ddd !important;
  color: #8a8a8a !important;
}
.mfPopup-bg {
  background: white;
  padding: 15px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.mfp-close {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  right: 10px !important;
  top: 10px !important;
  background-color: #e4e4e4 !important;
  border-radius: 50%;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.inv-calculator ul {
  padding: 0;
  /* border: 1px solid #dddddd; */
  margin: 30px 0 0 0;
  list-style: none;
}
.inv-calculator ul li {
  padding: 20px;
  border-right: 1px solid #dddddd;
  text-align: center;
  position: relative;
  min-height: 110px;
}
.inv-calculator ul li:last-child {
  border-right: 0;
}
.inv-calculator ul li .calc-title {
  color: #656565;
  margin-top: 11px;
}
.inv-calculator .s-cal .calc-title {
  margin-top: 5px;
}
.unit-txt {
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
  outline: 0 none;
  padding: 6px;
  text-align: center;
  width: 117px;
  margin-top: 5px;
}
.sign {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: block;
  height: 30px;
  padding: 3px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: 38%;
  width: 30px;
  background-color: #f8f8f8;
}
.sign i {
  color: #a7a8aa;
  font-size: 16px;
}
.inv-calculator ul li .calc-amount {
  font-size: 20px;
  font-weight: 700;
}
.inv-calculator ul li .equalto i {
  height: 10px;
  overflow: hidden;
  margin-top: 6px;
  display: block;
}
.thenks-submit .img-404 {
  width: 350px;
  margin-bottom: 50px;
}
.thenks-submit h1 {
  font-weight: 300;
}
.thenks-submit h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.file-gallery.tab-sub-section .table {
  min-width: auto;
}
.in-description {
  word-break: break-word;
}
#method2 .btn-main {
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 25px;
  font-weight: 500;
  color: #fff;
  border: 0;
}
#method2 .marT20 {
  margin-top: 20px;
}
.wizard-content-area {
  border-top: 1px solid #ddd;
  padding: 20px;
}
.top-investors .fp-member-info-area {
  margin-bottom: 30px;
}
.doc-browse #deal_document_other {
  width: 1px;
}
.video-list .delete-comment,
.addimage-list .delete-comment {
  min-width: 80px;
}
.pagination li {
  margin-top: 3px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.pagination a {
  color: #80808f;
  background-color: #f3f6f9;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination a:hover {
  color: #5a5a67;
  background-color: #e5eaee;
}
.pagination a.current {
  color: #fff;
}
.pagination a.last,
.pagination a.first {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.change-language .dropdown-item {
  /*text-transform: capitalize;*/
}
.project-action a.disabled {
  pointer-events: none;
  background-color: #aab1b5;
}
.hidden {
  visibility: hidden;
  display: none;
}
figure.table table {
  width: 100%;
}
.thankyou-join-team {
  text-align: center;
}
.thankyou-join-team i {
  font-size: 70px;
  margin-bottom: 20px;
}
.thankyou-join-team h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.thankyou-join-team h4 {
  font-size: 20px;
  font-weight: 600;
}
.thankyou-join-team p {
  margin-bottom: 50px;
}
.investment-status-lable {
  /* margin-left: 10px; */
  padding: 0.3125em 0.625em;
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 0.25rem;
  text-wrap: nowrap;
}
figure.media {
  display: block;
}
figure.media > div > div {
  position: relative;
  height: 0;
  padding-bottom: 56.2493%;
}

.tab-content table  {
  width: 100%;
  border: none;
}
.tab-content table tr {
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.tab-content table tr p{
  margin-bottom: 0rem;
}


.return-calculator {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  background-color: #f5f7fb;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
}

.return-calculator li {
  margin-bottom: 30px;
}

.return-calculator label {
  margin-bottom: 3px;
  display: block;
}
.return-calculator span {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.w-110 {
  width: 110px;
}
.social-profile {
  display: flex;
  flex-wrap: wrap;
}
.social-profile li {
  margin-right: 20px;
}
.social-profile li a {
  color: #6c6c6c;
  font-size: 16px;
}
.ec-editor-wrapper {
  position: relative;
}
.ec-editor-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.profile-head-wrapper .btn-xs i {
  margin-right: 5px;
}
.show-more {
  text-align: center;
}
.create_step_error p {
  margin-bottom: 0;
}
.previous_funding_img .ajax-update-first-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  padding-top: 24px;
}
.gmail-user-name-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gmail-user-name {
  background-color: #f6f6fb;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.gmail-user-name strong,
.gmail-user-name span {
  display: block;
}
.gmail-user-name span {
  font-size: 11px;
  opacity: 0.9;
}
.demo-mode-wrapper {
  text-align: center;
  padding: 10px;
  color: #fff;
  /* text-align: center;
  padding: 10px 20px;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 1000px;
  z-index: 100;
  transform: translateX(-50%);
  border-radius: 5px; */
}
.demo-mode-wrapper a,
.demo-mode-wrapper a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.bottom-notify {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 19px;
  color: #fff;
  z-index: 3;
}
.bottom-notify h4 {
  font-size: 15px;
  margin-bottom: 2px;
}
.bottom-notify p {
  margin-bottom: 0;
  font-size: 14px;
}
.ec-report-item {
  border: none;
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  overflow: hidden;
}
.ec-report-body {
  padding: 20px;
  background-color: #fff;
}
.ec-report-head {
  border-bottom: 1px solid #ececee;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  align-items: center;
  background-color: #f0f4ff;
}
.ec-report-head-left {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.ec-report-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  /*text-transform: capitalize;*/
}
.ec-report-to .ec-report-to-name {
  font-size: 13px;
  opacity: 0.9;
  margin-right: 4px;
}
.ec-report-to .ec-report-to-name::after {
  content: ",";
  margin-left: 1px;
}
.ec-report-to a {
  background-color: #ddd;
  color: #333;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 500;
}
.ec-report-date-time {
  font-size: 13px;
  opacity: 0.9;
  margin-left: 20px;
}
.ec-report-action {
  margin-left: 10px;
}
.ec-report-action .btn-xs {
  padding: 5px 10px;
}
.ec-report-attachment {
  margin-top: 20px;
}
.ec-report-attachment .ec-report-attachment-item {
  background-color: #f2f2f2;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
}
.ec-report-attachment .ec-report-attachment-item i {
  font-size: 13px;
  margin-right: 2px;
}
.report-investor .bs-actionsbox {
  width: 436px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.report-investor .bs-actionsbox .btn {
  padding: 7px 20px;
}
.bootstrap-select.report-investor .dropdown-menu li a span.check-mark {
  display: block;
  position: absolute;
  border: 1px solid #ddd;
  width: 16px;
  height: 16px;
  background-color: #fff;
  top: 8px !important;
  left: 10px;
}
.bootstrap-select.report-investor .bs-ok-default:after {
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0;
  margin-left: 4px;
  margin-top: 1px;
  opacity: 0;
  color: #fff;
}
.bootstrap-select.report-investor.show-tick .dropdown-menu li a span.text {
  margin-left: 15px;
}
.bootstrap-select.report-investor.show-tick
  .dropdown-menu
  .selected
  span.check-mark::after {
  opacity: 1;
}
.ec-send-report-wrapper {
  margin-bottom: 40px;
  border: 1px solid #d9d9d9;
  padding: 40px;
  border-radius: 5px;
}
#sendReportWrapper {
  display: none;
}
.select-repayment-date {
  max-width: 120px;
}
.select-repayment-date .btn {
  height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.light-bg {
  background-color: #f4f6ff;
}
.current-opportunities-wrapper .owl-stage-outer {
  padding: 15px 15px 50px 15px;
  margin: -15px -15px -50px -15px;
}

.current-opportunities-wrapper .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.current-opportunities-wrapper.owl-carousel .owl-nav button.owl-prev,
.current-opportunities-wrapper.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border: 1px solid var(--base-font);
  border-radius: 50%;
  margin-left: 10px;
  outline: none;
}

.current-opportunities-wrapper.owl-carousel .owl-nav button.owl-prev:hover,
.current-opportunities-wrapper.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}

.view-more-project-btn {
  background-color: #fff;
  border-radius: 2em;
  color: #f50;
  font-weight: 600;
  font-size: 18px;
  margin-top: 1rem;
}
.unread-count {
  background-color: #f44336;
  color: #fff;
  font-size: 11px;
  padding: 2px;
  border-radius: 50px;
  position: absolute;
  min-width: 29px;
  text-align: center;
  line-height: 1.2;
  top: 0;
  left: 14px;
  border: 2px solid #fff;
}

.tooltip .tooltip-inner {
  /* max-width: 200px; */
  padding: 10px 18px;
  color: var(--base-font);
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-left .tooltip-arrow:before {
  border-left-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-right .tooltip-arrow:before {
  border-right-color: #fff;
}

.dashboard-container-aside {
  background-color: #2c364c;
  top: 73px;
  z-index: 1000;
}

.portfolio-section {
  position: relative;
  padding: 10rem 0 5rem 0;
}
.portfolio-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f7fb;
}

.portfolio-section .container {
  position: relative;
}

.portfolio-box {
  background-color: #145a97;
  border-radius: 25px;
  color: #8d98aa;
}
.heading-brif.portfolio-brief {
  color: white;
  opacity: 0.6;
}

.portfolio-box .heading-title {
  color: #fff;
}

.portfolio-img-wrapper {
  position: relative;
}
.portfolio-img-wrapper::after {
  content: "";
  position: absolute;
  width: 177px;
  height: 52px;
  background-image: url("../images/dots.png");
  bottom: 32px;
  right: -57px;
}
.portfolio-img-wrapper img {
  top: -90px;
  position: relative;
  right: -90px;
}

.alert-message::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #000;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  animation: alertprogressbar 10s linear;
}

@keyframes alertprogressbar {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.dashboard-head {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #444f68;
}

.sidebar-menu {
  margin-top: 20px;
  list-style: none;
  padding: 20px 15px;
}

.dashboard-head-left .img-thumbnail {
  border-radius: 50%;
}

.user-full-name {
  /*text-transform: capitalize;*/
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
}

.joined {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 300;
  color: #fff;
}
.sidebar-menu li {
  margin-bottom: 3px;
}

.sidebar-menu li a {
  color: #c4c9d4;
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
}

.sidebar-menu li a:hover,
.sidebar-menu > li.active > a,
.sidebar-menu > li > a.active {
  color: #ffffff;
}

/* .form-control.error {
  border-color: #dc3545;
} */
.sidebar-menu li ul li {
  padding: 5px 0;
}

.sidebar-menu li ul li a {
  padding: 0 0 0 15px;
  position: relative;
}

.sidebar-menu li ul li a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 50%;
  top: 10px;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sidebar-menu li ul li a:hover {
  background-color: transparent;
}

.sidebar-submenu {
  list-style: none;
  padding-left: 50px;
  display: block;
}

.sidebar-submenu-link {
  position: relative;
}

.sidebar-submenu-link .fa-chevron-right {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sidebar-submenu-link:not(.collapsed) .fa-chevron-right {
  transform: rotate(90deg);
}

.dashboard-title {
  padding: 0 0 40px 0;
}

h3 .dashboard-title {
  font-weight: 100;
  color: #2c364c;
  font-size: 30px;
}

.chart-wrapper {
  /* background-color: #faf8f3; */
  background-color: #fff;
  border-radius: 7px;
  /* overflow: hidden; */
}

.chart-wrapper svg {
  border-radius: 0 0 7px 7px;
}

.chart-legend {
  list-style: none;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}

.chart-legend li {
  margin-bottom: 2px;
}

.legend-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.dash-project-img-wrapper {
  margin-right: 30px;
  position: relative;
}

.notification-item {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.mycomment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.mycomment-list li {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  box-shadow: -4px 8px 24px rgb(44 63 88 / 2%);
  border-radius: 4px;
}

.mycomment-list li .avatar-md {
  width: 150px;
  height: auto;
  border-radius: 10px;
}

.btn-fw-250 {
  width: 250px;
}

.section-grey2 {
  background-color: #fafafa;
}

.btn-block {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 24px;
}

.main-footer .bootstrap-select .btn,
.main-footer .bootstrap-select .btn:focus {
  background-color: #fff !important;
  color: #aeb6ca;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 7px;
}

.section-table {
  margin: 0 -30px;
}

.section-table .table {
  border: 0;
  margin-bottom: 0;
}

.section-table .table thead th {
  background-color: #f6f9fd;
  color: #525252;
  text-transform: uppercase;
}

.section-table .table thead th:first-child {
  padding-left: 20px;
}

.section-table .table thead th:last-child {
  padding-right: 20px;
}

.section-table .table tbody tr td:first-child {
  padding-left: 20px;
}

.section-table .table tbody tr td:last-child {
  padding-right: 20px;
}

.section-table .table > :not(:first-child) {
  /* border-top: 1px solid #e0e1e1; */
  border: none;
}

.section-table .table > :not(caption) > * > * {
  border-color: #e0e1e1;
}
td.doc-action {
  white-space: normal;
}
.file-gallery .table-responsive {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.file-gallery .table-responsive table {
  word-break: break-word;
}

.section-table .table tbody tr:last-child td {
  border-bottom: 0;
}

.tran-donation-details-row {
  background-color: #fcfcfc;
}

.tran-donation-details-row td.fundp {
  padding: 0 !important;
}

.tran-donation-details-row .table thead th {
  background-color: #f4f4f4;
  font-size: 14px;
  /*text-transform: capitalize;*/
}

.p-d-overview-img {
  border-radius: 10px;
}

.btn-custom-secondary {
  border-color: none;
  background-color: #f2f2f2;
  padding: 5px 15px;
  border-radius: 10px;
}

.btn-custom-secondary:hover {
  box-shadow: 0 0 15px rgba(44, 54, 76, 0.15);
  color: #fff;
}

.dashboard-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-d-action-area {
  background-color: #fff;
  padding: 15px 21px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  display: inline-block;
}

.p-d-overview {
  background-color: transparent;
  border-radius: 20px;
}

.text-muted {
  color: #b5b7bc !important;
}

.p-d-overview-details p,
.p-d-overview-details p span {
  color: #2c364c;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
}

.btn-custom-secondary.disabled,
.btn-custom-secondary:disabled {
  color: #a5acc4;
  background-color: #dee2f0;
}

.status-wrap {
  color: #a7a8aa;
  background-color: #fafafc;
  border: 1px solid #a7a8aa;
  padding: 3px 15px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
}

.p-d-raised-bar p {
  color: #627ea4;
}

.raised-box-item {
  height: calc(100% - 16px);
  align-items: stretch;
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 40px 15px 40px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 19px rgba(52, 62, 84, 0.08);
}

.raised-box-item::before {
  position: absolute;
  content: "";
  height: 250px;
  width: 250px;
  bottom: -70px;
  right: -48px;
  border-radius: 100%;
  opacity: 0.5;
  background-color: #f2f2f2;
}

p.co-overview-text {
  color: #2c364c;
  font-weight: 300;
  max-width: 650px;
}

.raised-icon-wrap {
  /* background-color: #99c5ff; */
  padding: 12px;
  border-radius: 7px;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 5px 17px rgba(169, 180, 202, 0.6);
  position: relative;
}

.raised-icon-wrap i {
  color: #fff;
  font-size: 20px;
}

.raised-text-wrap {
  position: relative;
}

/* -- Circle progress bar start-- */
.circular {
  height: 100px;
  width: 100px;
  position: relative;
}

.circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background-color: #f7f8fc;
  border-radius: 100%;
}

.circular .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 18px;
  font-weight: 500;
  color: #99c5ff;
}

.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
}

.circle .left .progress {
  z-index: 1;
  animation: left 4s linear both;
}
@keyframes left {
  100% {
    transform: rotate(180deg);
  }
}
.circle .right {
  transform: rotate(180deg);
  z-index: 3;
}
.circle .right .progress {
  animation: right 4s linear both;
  animation-delay: 4s;
}
@keyframes right {
  100% {
    transform: rotate(180deg);
  }
}

.circle-progressbar-main-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

p.progressbar-title {
  font-weight: 300;
}
/* -- Circle progress bar end-- */

/* -- Line progressbar start --  */
.line-progressbar-body {
  background: #f0f2f8;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 20px;
  width: auto;
}
.line-progressbar-body span {
  margin-left: 5px;
  color: #7b849e;
  font-weight: 300;
  font-size: 75%;
  transition: all 3s ease-in-out;
  left: 0;
}

.line-progressbar {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  height: 12px;
  width: 0;
  max-width: 100%;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    /* You need to change the percentage below to match the value in the corresponding <span> */
    width: 100%;
  }
}
/* -- Line progressbar end --  */

.header-probar-body {
  background-color: #fafafc;
}

.header-progress-bar-wrap {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(44, 54, 76, 0.05);
}

.media-heading {
  margin-bottom: 10px;
}

.investment-heading-box {
  background-color: #f0f4ff;
  margin-bottom: 18px;
  display: flex;
  align-items: stretch !important;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  height: 100%;
  padding: 29px 31px 29px 22px;
  box-shadow: var(--box-shadow);
}

.investment-heading-box .box-amount {
  font-weight: 700;
  font-size: 17px;
  color: #333;
}

.investment-heading-box p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}

.table-responsive {
  overflow: auto;
  border-radius: var(--border-radius);
}

.table > :not(:first-child) {
  border-color: #ececee;
}

.table > :not(caption) > * > * {
  background-color: #fff;
  padding: 10px 20px;
}

.dashboard-container-right .ec-send-report-wrapper {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  border: none;
  border-radius: 16px;
}

.add-update-div {
  padding-bottom: 40px;
}

h3.tab-heading {
  font-weight: 600;
}

.media-body p {
  margin-bottom: 0px;
}

.bs-actionsbox .btn-group button {
  width: 170px;
}

.actions-btn:hover {
  color: #fff;
  background-color: #99c5ff;
}

.success-icon {
  width: 350px;
  height: auto;
}
.line-progressbar-body span.over-96 {
  color: #fff;
  transform: translateX(-35px);
  word-break: initial;
}

.modal-content {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 20px;
  border: none;
}

.access-tab-tag .media-left {
  flex: 0 0 50px;
}

.table {
  white-space: nowrap;
}

.bootstrap-select.disabled .btn {
  background-color: #fafbfb !important;
  opacity: 1 !important;
  color: #c0c0c0;
}

.btn-primary[disabled="true"],
.btn-primary[disabled="true"]:hover {
  color: #f2f8ff;
  background-color: #a7a8aa;
  border-color: #a7a8aa;
  cursor: not-allowed;
}

.form-control:disabled,
.form-control[readonly] {
  color: #c0c0c0;
  cursor: not-allowed;
}

.question-sign i {
  color: #b1b1b1;
  font-size: 17px;
}

.dropdown-menu.show {
  border-radius: 10px;
  border: none;
  box-shadow: var(--box-shadow);
  box-shadow: 0 5px 15px rgba(195, 195, 195, 0.47);
}

.body-color-light {
  background-color: #fafafc;
}

.conversation-wrapper {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.custom-mt-nag100 {
  margin-top: -100px;
}

.banner-profile-section {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.custom-light-blue-btn {
  padding: 13px 19px;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
}

.profile-head {
  align-items: center;
}

.profile-head .fad {
  font-size: 15px;
}

.nav-tabs-wrapper ul li .nav-link.active {
  background-color: #ecf0ff;
  border-radius: 10px 10px 0 0;
}

.nav-tabs-wrapper ul li .nav-link:hover {
  border-bottom: 1px solid;
}

.vertical-tab-padding .nav-link {
  padding: 15px 10px;
}

.vertical-tab {
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.vertical-tab .activity-list li {
  background-color: #ecf0ff;
}

.follow-wrap {
  display: flex;
  align-items: center;
}

.profile-right-header {
  display: flex;
  justify-content: end;
}

.right-divider {
  position: relative;
}

.right-divider::after {
  background-color: #d5d5d5;
  position: absolute;
  content: "";
  height: 22px;
  width: 1px;
  left: 100%;
  margin-left: 11px;
}

#campaignSlider {
  position: relative;
}

.campaign-slider-image,
.campaign-slider-video {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.campaign-slider-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#campaignSlider .owl-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}

#campaignSlider .owl-nav.disabled {
  display: none;
}

#campaignSlider .owl-prev,
#campaignSlider .owl-next {
  font-size: 40px;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}

#campaignSlider .owl-prev:hover,
#campaignSlider .owl-next:hover {
  opacity: 1;
  box-shadow: 0 0 40px rgb(35 52 74 / 20%);
}

.campaignslider-btns {
  display: flex;
  position: absolute;
  z-index: 1000;
  top: -90px;
  gap: 20px;
}

.campaignslider-btns .btn {
  border-radius: 50px;
}

.campaignslider-btns .btn-outline-light {
  background-color: rgb(0 0 0 / 20%);
}

.campaignslider-btns .btn-outline-light:hover {
  background-color: #fff;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.deal-equity,
.deal-debt {
  background-color: rgb(0 111 255 / 8%);
  border-radius: 50px;
  padding: 5px 25px;
  display: inline-block;
  color: #006fff;
  font-weight: 600;
  font-size: 95%;
}

.deal-debt {
  background-color: rgb(76 175 80 / 8%);
  color: #4caf50;
}

.investmentCounter-wrapper {
  margin-top: 35px;
}

.investmentCounter-value {
  font-size: 20px;
  font-weight: bold;
  color: var(--font-dark);
}

.pro-follow .btn-light {
  background-color: #eef1f3;
  border-radius: 4px;
  padding: 14px 15px;
  width: 140px;
  text-align: center;
  line-height: 1.75;

}
.ru-btn .pro-follow .btn-light {
  width: auto;
}

.raised-amount-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px 15px 0 0;
}

.raised-amount-box-bottom {
  background-color: #444f68;
  padding: 30px 40px;
  border-radius: 0 0 15px 15px;
  text-align: center;
  color: #fff;
}

.raised-amount-box-bottom strong {
  font-size: 16px;
  display: block;
}

.raised-amount-box-bottom span {
  font-size: 13px;
  display: block;
}

.company-logo {
  display: none;
}

.company-splash-info-item {
  margin-top: 50px;
}

.company-splash-info-item h4 {
  font-weight: bold;
  color: var(--font-dark);
  font-size: 45px;
}

.category-badge-wrapper {
  margin-bottom: 25px;
}

.category-badge {
  background-color: #eef1f3;
  border-radius: 50px;
  padding: 12px 25px;
  display: inline-block;
  color: #3e4149;
  font-weight: 600;
  margin-right: 2px;
  font-size: 85%;
  opacity: 0.9;
  line-height: 1;
  margin-bottom: 5px;
}

.equity-tabs-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.equity-tabs-wrapper .nav-tabs .nav-item {
  margin-right: 40px;
}

.equity-tabs-wrapper .nav-tabs .nav-item .nav-link {
  padding: 25px 0;
}

.equity-tabs-wrapper .nav-tabs-wrapper ul li .nav-link.active {
  background-color: transparent;
  border-radius: 0;
}

.card-company-overview {
  height: 54px;
}

.previous-funding-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.previous-funding-item:last-child {
  margin-bottom: 0;
}

.previous-funding-item .avatar-rounded {
  border: 0;
  box-shadow: none;
}

.previous-funding-info {
  margin-left: 25px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.previous-funding-amount {
  font-size: 20px;
  color: #2c364c;
  margin-bottom: 3px;
  line-height: 1;
  /*text-transform: capitalize;*/
  font-weight: 700;
}

.previous-funding-date {
  color: #a3a3a3;
  font-weight: 400;
  font-size: 13px;
}

.top-investors .previous-funding-item {
  align-items: inherit;
}

.pro-post-comment {
  background-color: #f5f7fb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

.pro-post-comment .form-control {
  resize: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.pro-post-comment .jqEasyCounterMsg {
  background-color: transparent;
}

.pro-comment-list {
  padding-left: 0;
  margin-bottom: 0;
}

.pro-comment-list .media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}

.pro-comment-list .media .avatar-md {
  width: 50px;
  height: 50px;
  border: 0;
  box-shadow: none;
}

.pro-comment-list .media .media-left {
  margin-right: 20px;
}

.pro-comment-list .media .media-heading {
  font-weight: 700;
  margin-bottom: 5px;
}

.pro-comment-list .media .media-heading a {
  font-weight: 600;
  font-size: 16px;
}

.pro-comment-list .reply-comment-list .media {
  border: 0;
  padding: 10px 0;
}

.comment-reply .form-control {
  background-color: #f5f7fb;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
}

.file-gallery .table-responsive {
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
}

.file-gallery .table-responsive .table {
  margin-bottom: 0;
}

h3.profile-heading {
  font-weight: 600;
}

h4.profile-heading {
  font-size: 20px;
}

.box-wrap {
  background-color: #fff;
  border-radius: var(--border-radius);
  height: calc(100% - 24px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.box-wrap.investment-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
  box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
}

.box-description-wrap {
  padding: 25px;
}

.bg-color-light {
  background-color: #fafafc;
}

.img-wrap img {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.box-heading {
  font-size: 16px;
  font-weight: 600;
}

.box-amount {
  font-weight: 700;
}

.box-description {
  font-size: 14px;
  line-height: 1.4rem;
}

.date-wrap i {
  color: #a7a8aa;
}

.date-time-wrap {
  color: #b5b7bc;
}

.profile-following-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sidebar-img-wrap {
  width: 45px;
  flex: 0 0 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
}

.sidebar-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name-wrap {
  font-size: 18px;
  line-height: 1.4rem;
}

.view-more-img {
  display: inline-block;
}

.view-more-img img {
  border: 3px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-block;
}

.view-more-img-wrap {
  display: flex;
}

.view-more-img:not(:first-child) {
  margin-left: -15px;
}

.flex-prop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
}

.profile-wrap {
  padding-right: 130px;
}

.comment-row {
  border-bottom: 1px solid #efefef;
  padding: 30px 0px;
}

.padding-rl-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-custom-160 {
  padding-top: 160px;
}

.banner-profile-wrap {
  position: relative;
  background-color: #fff;
  padding: 30px 54px;
  top: -50%;
  border-radius: var(--border-radius);
  transform: translateY(-50%);
  box-shadow: 0 30px 60px rgba(195, 195, 195, 0.18);
}

.pt-custom-65 {
  padding-top: 65px;
}

.profile-pic {
  border-radius: 50%;
  /* border: 6px solid #fff;
  box-shadow: 8px 12px 38px rgba(125, 122, 122, 0.31); */
}

.datepicker {
  white-space: nowrap;
}

.radio-input-opt0 {
  opacity: 0;
  position: absolute;
}

.custom-radio-wrap {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 0 !important;
}

.radio-btn-box {
  cursor: pointer;
  border: 1px solid #b1b1b1;
  padding: 4px 15px;
  border-radius: 10px;
}

.radio-btn-box:hover {
  border: 1px solid;
  box-shadow: 0 20px 19px rgba(188, 188, 188, 0.18);
}

.outline-prop {
  border: 1px solid #dee2ed;
}

.box-shadow-primary {
  box-shadow: 0 0 30px rgba(44, 63, 88, 0.08);
}

.padding-40 {
  padding: 40px;
}

.pt-pb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-text {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}

.top-divider {
  border-top: 1px solid #efefef;
}

.custom-width-800 {
  width: 800px;
}

.fp-member-email {
  max-width: 1000px;
}

.chart-box {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.chart-top-info-item {
  background-color: #f3f6fb;
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
}

.chart-top-info-value {
  font-weight: 600;
}

.chart-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.equal-height-prop {
  height: 100%;
  align-items: stretch;
}

.statistics-value {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.statistics-label {
  position: relative;
}

.chart-category-label {
  font-weight: 600;
}

.pt-pb-50 {
  padding: 50px 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #2c364c;
}

/* .btn-primary:hover {
  box-shadow: 0 7px 18px rgba(160, 160, 160, 0.46)
} */

.multiple-radio-padding {
  padding: 4px 10px;
}

.radio-wrap-padding {
  padding: 16px 10px 10px 18px;
}

.up-section {
  transform: translateY(-200px);
  z-index: 1;
}

.text-color-white {
  color: #fff;
}

.radio-input-opt0:checked ~ .radio-btn-box {
  border: 1px solid;
}

.sidebar-filter-main-wrap {
  box-shadow: 0 0 30px rgba(35, 52, 74, 0.1);
}
.latest-camp-dropdown {
  width: 100%;
}

.pt-pb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

h3.font-size-25 {
  font-size: 25px;
}

.equity-type-chart-wrap {
  max-width: 320px;
  margin: 0 auto;
}

.cat-headline {
  position: relative;
  color: #fff;
}

/* -- Multiple steps progressbar start -- */
#progressbar {
  margin-bottom: 50px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0px;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

#progressbar li strong {
  word-break: normal;
}
#progressbar #account:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f15c";
}
#progressbar #personal:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f129";
}
#progressbar #payment:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f51e";
}
#progressbar #confirm:before {
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\10f249";
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
}
#progressbar li.active ~ li::after {
  background: lightgray;
}
#progressbar li.active ~ li::before {
  background: lightgray;
}
#progressbar li.active ~ li strong {
  color: lightgray;
}
#progressbar li:first-child:after,
#progressbar li:last-child:after {
  width: 50%;
}
#progressbar li:first-child:after {
  left: 50%;
}
#progressbar li:last-child:after {
  right: 50%;
}
/* -- Multiple steps progressbar end -- */

.form-check-input {
  flex: 0 0 1em;
}

.form-check-input:focus {
  box-shadow: none;
}

.custom-checkbox {
  display: flex;
  align-items: baseline;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: 3px 10px;
  border: 0;
  background-color: #0d4358;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.dashboard-container {
  display: flex;
}

.dashbord-sidebar-main-wrap {
  min-height: calc(100vh - 71px);
  flex: 0 0 270px;
  background-color: #2c364c;
}

.dashboard-container-right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  -ms-flex: 0 0 calc(100% - 270px);
  flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
  background-color: #fafafc;
}

.sidebar-description {
  margin-right: auto;
}

.sidebar-description .name-wrap .followers-name {
  font-weight: 600;
  color: var(--base-font);
  font-size: 16px;
}

.follower-detail-wrap {
  font-size: 80%;
  opacity: 0.7;
}

.nav-user-icon {
  border-radius: 10px;
}

.nav-user-btn,
.nav-user-btn:focus {
  border: none;
}

.nav-user-btn:focus,
.nav-user-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.aside-toggler {
  border: none;
}

.aside-toggler i {
  border-radius: 10px;
  padding: 8px 11px;
  color: #fff;
}

.aside-toggler:focus-visible,
.aside-toggler:focus {
  outline: none;
  box-shadow: none;
}

.pro-detail-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.pro-detail-right {
  order: 2;
  -ms-flex: 0 0 50%;
  flex: 0 0 450px;
  max-width: 450px;
  margin-left: 50px;
}

.pro-detail-left {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 500px);
}

.investment-simulation {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.investment-simulation ul li {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.investment-simulation ul {
  gap: 25px;
}

.investment-simulation ul li span {
  font-size: inherit;
}

.investment-simulation ul li div {
  opacity: 0.8;
}

#return-calculator {
  padding: 40px 40px 20px 40px;
  box-shadow: 0 0 30px rgb(35 52 74 / 10%);
  border-radius: 10px;
}

.kyc-item {
  background-color: #fff;
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
}

.kyc-item-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.kyc-item a {
  display: block;
}

.kyc-item .set-img-doc {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}

.kyc-detail-wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.kyc-detail-wrapper li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.kyc-detail-wrapper li span {
  font-weight: 600;
}

.kyc-item .group-span-filestyle {
  width: 100%;
}

.kyc-item .btn {
  display: block;
}

.pb-90 {
  padding-bottom: 90px;
}
.w-c-100 {
  width: 100%;
}
.request_call {
  margin-bottom: 20px;
}

.addimage-list .delete-comment,
.video-list .delete-comment {
  margin-left: 30px;
}

.check-notcompleted {
  background-color: #fbf5f5;
  color: #f44336;
}

.form-check .form-check-input {
  margin-top: 6px;
}

.access-tabdesign .nav-tabs li .badge {
  background-color: #868e96;
  color: #fff;
}

/* .card-title-wrapper {
  height: 137px;
} */

.share-campaign-wrapper {
  position: relative;
}

.shareCampaignWrapper {
  position: absolute;
  width: 390px;
  left: 0;
  top: calc(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(15px);
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
}

.share-campaign-wrapper:hover .shareCampaignWrapper {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.company-right-details {
  padding: 40px;
  background-color: #fff;
  position: relative;
}

.company-details-right {
  flex: 0 0 400px;
  max-width: 400px;
}

.company-details-left {
  max-width: calc(100% - 450px);
}

.company-logo-wrapper {
  text-align: center;
}

.company-logo-wrapper img {
  max-width: 200px;
  border-radius: 10px;
}

.joinmember-wrapper .avatar-md {
  border-radius: 8px;
  width: 56px;
  height: 56px;
}

.joinmember-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.joinmember-wrapper li a {
  display: block;
}

.company-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-social-links .in-slink {
  flex: 0 0 50%;
  max-width: calc(50% - 5px);
  margin-right: 0;
  text-align: center;
}

.company-details-left .company-splash-info-item {
  margin-bottom: 80px;
}

.mobile-show {
  display: none;
}

.profile-info {
  margin-left: 30px;
}

.profile-follow-wrapper .btn {
  width: 160px;
}

.banner-profile-wrap .btn {
  font-size: 15px;
  padding: 10px 20px;
  margin-left: 10px;
}

.mycomment-list.profile-comment li {
  margin-bottom: 0;
  padding: 25px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #efefef;
}

.mycomment-list.profile-comment li:first-child {
  border-top: 0;
}

.mycomment-list.profile-comment li .media-heading {
  margin-top: 5px;
}

.mycomment-list.profile-comment li .media-heading a {
  font-weight: 600;
}

.profile-comment {
  padding: 0 20px;
}

.equity-card .image-item {
  border-radius: 10px;
  height: 100%;
  max-height: 215px;
  object-fit: cover;
}

#agree-error {
  width: 100%;
}

.e-d-take-estimate-wrapper {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: 0 10px 19px rgb(52 62 84 / 8%);
  margin-top: 50px;
}

.e-d-take-estimate-wrapper .take-estimate-area {
  margin-bottom: 0;
}

.sidebar-filter-main-wrap {
  padding: 30px;
}

.pro-pagination.pagination a {
  min-width: 32px;
  width: auto;
  padding: 5px 15px;
  margin-right: 5px;
}

.dashbord-sidebar-wrapper {
  max-height: calc(100vh - 73px);
  overflow-y: auto;
}

.dashbord-sidebar-wrapper::-webkit-scrollbar-track {
  background-color: #2c364c;
}

.dashbord-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.dashbord-sidebar-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #39445e;
}

#advancedSearch {
  display: block;
}

.advanced-search-link {
  display: none;
}

.sort-by-wrapper {
  width: 250px;
  margin-left: auto;
}

.rom-sort-by-wrapper {
  width: 280px;
}

.doc-browse input.filestyle,
#contract_copy_file_display input.filestyle {
  width: 1px;
}

.proFollowers ul#equityfollowers {
  margin-left: -5px;
  margin-right: -5px;
}

.proFollowers ul#equityfollowers li {
  margin-right: 0;
  margin-bottom: 10px;
  flex: 0 0 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.proFollowers ul#equityfollowers li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 5px;
  height: 100%;
  font-size: 14px;
  color: var(--base-font);
  text-align: center;
}

.proFollowers ul#equityfollowers li img {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  object-fit: cover;
}

.question-sign {
  cursor: pointer;
}

.filestyle {
  width: 1px;
  height: 1px;
}

.latest-camp-dropdown li a {
  width: 100%;
  display: block;
  padding: 8px 20px;
  color: var(--base-font);
}

.latest-camp-dropdown li a:hover {
  background-color: #e9ecef;
}

.sort-by-wrapper .btn {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.dashSub-menu .dropdown-item {
  padding: 8px 20px;
}

.faq-item .faq-qus.ar-lang-prop::after {
  left: 15px;
  right: auto;
}

.carousel-item {
  position: relative;
}
.carousel-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
}

.chart-category-item {
  margin-bottom: 10px;
}
.question_lowercase {
  text-transform: none;
}

.ml-15 {
  margin-left: 15px;
}

.image-overlay-tab p {
  font-size: 14px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 1rem;
  background-color: #3d8fbd;
  border-radius: 25px;
  color: white;
  text-align: center;
  padding: 0px 18px;
}

.google-authenticator-otp input[type="number"] {
  width: 3rem;
  height: 3rem;
  line-height: 1;
  margin: 0.1em;
  padding: 5px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #bbbbff;
  color: purple;
  border-radius: 4px;
}

.currentOppt-card-wrap {
  padding: 0px 11px;
  /* height: 780px; */
}

.equity-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  min-height: 65px;
}
.equity-card .btn {
  margin-bottom: 1rem;
}

.index-report-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-report-text-wrap {
  text-align: center;
}

.report-img-wrap {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
  border-radius: 100%;
  background-color: #e2eaf5;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}

.report-img-wrap img,
.review-cta-img-wrap img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-report-detail {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.index-report-heading {
  margin-bottom: 0;
}

.index-report-container {
  padding: 20px;
  background-color: #fff;
  position: relative;
}

.index-report-container::before {
  position: absolute;
  content: "";
  background-image: url(../images/dotted-bg.png);
  height: 285px;
  width: 1360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.review-cta-img-wrap {
  height: 100px;
  width: 100px;
  position: relative;
  border-radius: 10px;
}

.review-cta-main-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}

.review-cta-wrap {
  text-align: right;
  margin-right: 10px;
}

.review-cta-text-wrap p {
  line-height: 22px;
  border-bottom: dotted 1px;
}
.review-cta-btn {
  color: #ff5500;
}

.review-star {
  text-align: right;
  margin-bottom: 10px;
}

.testimonial-dp-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-user-detail {
  text-align: center;
}

.testimonial-section {
  position: relative;
}

.testimonial-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/Map.png);
  width: 1528px;
  height: 727px;
  top: 198px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-wrap {
  display: flex;
  align-items: center;
}

.testimonial-content-wrap {
  padding: 0 40px;
}

.primary-border {
  border: 1px solid;
}

.testimonial-section,
.indext-report-section {
  overflow: hidden;
}

.mb-20 {
  margin-bottom: 20px;
}

.blog-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  color: #222;
}

.author-dp-wrap {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  overflow: hidden;
  margin-right: 20px;
}

.author-dp-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog-heading {
  margin-bottom: 35px;
}

.blog-anchor-link {
  color: #f50;
}

#blog_listing_topics {
  position: relative;
  max-width: 400px;
}

.dropdown-label {
  display: block !important;
  background-color: transparent !important;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  width: 100%;
  padding: 10px 15px;
  height: 49px;
  border-radius: 5px;
  background-image: url(../images/dropdown-ic.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  border: 2px solid #44474c;
}

.blog__filters.is-open ul.dropdown-list {
  display: block;
}
.blog__filters ul.dropdown-list {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 9;
  border-radius: 5px;
  overflow: hidden;
}

.blog__filters ul.dropdown-list li {
  min-width: calc(14.28571% - 12px);
  white-space: nowrap;
  width: auto;
  padding: 0;
}
.blog__filters ul.dropdown-list li a {
  display: block;
  color: #000 !important;
  font-size: 16px;
  border: unset;
  padding: 9px 15px;
  text-transform: unset;
  text-decoration: none !important;
  text-align: left;
  font-weight: 500;
}
.gray-bg {
  background-color: #f8f8f8;
}

.filterBlock__search,
.filterBlock__toggle {
  width: 100%;
  padding: 0 15px;
}
.filter-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
}
.filter-keyword input {
  background-color: #ededed !important;
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 80px);
  margin-right: 15px;
  padding: 0 15px;
  border-radius: 5px;
  border: 0;
  outline: 0;
}
.filter-keyword-icon {
  background-color: #2dc3d0;
  border: 2px solid #2dc3d0;
  border-radius: 5px;
  cursor: pointer;
  line-height: 0;
  width: 65px;
  padding: 15px;
  text-align: center;
}
.filter-keyword-icon,
.filter-keyword-icon svg g {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog-card-wrap.card {
  border: none;
}

.blog-card-heading.card-title {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #3e4149;
}

.full-raduis {
  border-radius: 100%;
}
.light-gray-text {
  color: #6f7375;
}

.blog-launch-detail {
  font-size: 17px;
}

.mt-80 {
  margin-top: 80px;
}

.highlighted-blog-thumbnail {
  height: calc(100% - 50px);
  overflow: hidden;
}

.highlighted-blog-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-card-img-wrap {
  position: relative;
}

.blog-card-img-wrap img {
  width: 100%;
}

.blogListing__itemTag {
  color: #000;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background-color: #f94867;
  border-top-right-radius: 5px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underline-hovereffect:hover {
  text-decoration: underline;
}

.detail-blog-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #222;
}

.blog-detail-heading-wrap {
  margin-top: 50px;
  margin-bottom: 45px;
}

.ms-30 {
  margin-left: 30px;
}

.blog-detail-content-wrap {
  position: relative;
}

.blog-detail-wrap br{
  display: none;
}

.pb-80 {
  padding-bottom: 80px;
}

.testimonial-wrap {
  position: relative;
}

.prev-testimoBtn,
.next-testimoBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.po-rel {
  position: relative;
}

.prev-testimoBtn {
  left: -120px;
}

.next-testimoBtn {
  right: -120px;
}

.btn-percentage {
  width: 64px;
  height: 32px;
  border-radius: 100px;
  padding: 6px;
  color: #13216e;
  margin-bottom: 5px;
}

.btn-percentage.active,
.btn-percentage:hover {
  color: #fff;
}

.sm-badge {
  height: 23px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 100px;
  text-align: center;
  line-height: initial;
  font-weight: bold;
}

.sm-badge.primary {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: -10px;
  border-radius: 5px 0px 0px 5px;
  padding: 1px 20px;
}
.sm-badge::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  /* background-color: #13216e; */
  filter: brightness(0.3);
  transform: rotate(45deg);
  top: 10px;
  right: 5px;
  z-index: -1;
}

.sm-badge.review {
  background: #ffb74b;
  color: black;
}

.sm-badge.completed {
  background: #68ab35;
  color: #ffffff;
}

.sm-badge.rejected {
  background: #f9655c;
  color: #ffffff;
}

.secondary-market-card-wrap {
  padding: 0px 11px;
}

.secondary-market-share-detail {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -12px;
}

.border-normal-gray {
  border: 1px solid #dadae5 !important;
}

.discover-secondary-market {
  position: absolute;
  right: 20px;
  color: #fff;
  top: 20px;
  font-weight: 700;
  font-size: 14px;
}

.blogs-images-ratio {
  aspect-ratio: 4/3;
  object-fit: fill;
}
.mr-10 {
  margin-right: 10px;
}

.sidebar-description .name-wrap {
  text-wrap: nowrap;
  margin-right: 10px;
}

.pro-sidebar-follow .btn-light.disabled,
.btn-light:disabled {
  text-wrap: nowrap;
}

.user-ownprofile-wrap {
  width: 100px;
  height: 100px;
}

.user-ownprofile-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.twitter-icon-padding {
  padding: 0px 9px 5px 7px;
}

/*Мои стили*/

a.investment-details-link {
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  background: #13216e;
  color: #ffffff;
  position: relative;
  border: 1px solid #13216e;
}
a.investment-details-link::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 0px dashed;
  border-color: #ffffff;
  display: block;
}
a.investment-details-link:hover {
  color: #fff;
  background-color: #0b5ed7;
}

.dashboard-container .sidebar-menu li ul li a:hover {
  color: #ffffff;
}

.dashboard-container .sidebar-menu li ul li a.active {
  color: #ffffff;
}

.Coming {
  position: absolute;
  right: -45px;
  top: 140px;
  background: #009402;
  color: #fff;
  padding: 5px 50px;
  transform: rotate(-45deg);
  display: none;
}
.currentOpportunitiesSlider .image-wrapper {
 overflow: hidden;
  max-height: 215px;
  margin-bottom: 20px;
}

.company-details-left .image-wrapper {
 overflow: hidden;
  max-height: 215px;
  margin-bottom: 20px;
}
.search-project .image-wrapper {
  overflow: hidden;
  max-height: 215px;
  margin-bottom: 20px;
}
.top_info_equity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.Coming_equity {
  background: #009402;
  color: #fff;
  padding: 5px 25px;
  border-radius: 15px;
  display: none;
}
.fp-navbar {
  padding: 15px 0rem;
}
.events_off {
  /*pointer-events: none;*/
  background-color: #b4b4b4!important;
  border-color: #b4b4b4!important;
}
.private_person {
  display: none;
}
.legal_person {
  display: none;
}
.private_person.active {
  display: flex;
}
.legal_person.active {
  display: flex;
}

.login-form .control-label.question_lowercase {
  font-size: 16px;
}

a.btn.question-run {
  border: 1px solid red;
  margin-top: 20px;
  color: #fff;
}
.error p.control-label.question_lowercase {
  color: red;
}

.seo_text {
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Показываем только 5 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 0;
}

.seo_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, transparent, #f5f7fb);
  display: block;
}
.seo_text.show-all:after {
  display: none; /* Убираем эффект затухания при развернутом тексте */
}

.main-heading.seo_text.show-all {
  display: block;
}

figure.table {
  overflow-x: auto;
}

.tab_question {
  display: none;
}
.tab_question.active {
  display: block;
}
a.nav-link.position-relative {
  display: none;
}

#progressbar-tab {
  margin-bottom: 50px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0px;
}
#progressbar-tab li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#progressbar-tab li strong {
  word-break: normal;
}
#progressbar-tab #tab1-li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "1";
  background: #d3d3d3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  z-index: 9;
}
#progressbar-tab #tab2-li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "2";
  background: #d3d3d3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  z-index: 9;
}
#progressbar-tab #tab3-li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "3";
  background: #d3d3d3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  z-index: 9;
}
#progressbar-tab li.active:before{
  background: #13216e!important;
}

#progressbar-tab li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
}
#progressbar-tab li:first-child:after {
  left: 50%;
}
#progressbar-tab li:last-child:after {
  right: 50%;
}
#progressbar-tab li:first-child:after, #progressbar-tab li:last-child:after {
  width: 50%;
}

.disabled {
  cursor: not-allowed;
}
.disabled button.btn.dropdown-toggle {
  color: #c0c0c0;
  cursor: not-allowed;
  background: #fafbfb;
  pointer-events: none;
}

.equity-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  color: #ff5500;
  font-size: 22px;
  font-weight: 600;
  padding: 0px 12px;
  background: #ffffff;
  border-radius: 28px;
}

/*New Style*/
.progress {
  display: none;
}
.col-auto.investmentCounter-item {
  display: none;
}
