.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  float: right;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  float: right;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

body {
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  /* font-family: "Open Sans Hebrew", serif; */
  font-family: "Assistant", sans-serif;
  /* direction: rtl!important; */
  padding-right: 0 !important;
  cursor: auto !important;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: myFirstFont;
  src: url(lucia.ttf);
}

:root {
  --orange: #f89050;
  --orange-dark: #d67e47;
  --green: #7bdb81;
  --green-dark: #6dc773;
  --blue: #0089ff;
  --blue-dark: #0073d8;
  --blue-nadlan: #80c8fd;
  --blue-nadlan-dark: #68addf;
  --dark: #383838;
  --secondary: #838383;
  --medium: #e5e5e5;
  --light: #f8f8f8;
  --warning: #c33833;
}

* {
  transition: all 0.2s;
  /* font-family: 'Open Sans Hebrew'; */
  font-family: "Assistant", sans-serif;
}

*::selection {
  background: #f89050;
  color: white;
}

#fc_frame,
#fc_frame.fc-widget-normal {
  left: 15px !important;
  right: unset !important;
}

a {
  color: #f99050;
}

.about-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 8% auto 0 auto;
}
.about-headers {
  margin: 4% 0 2%;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.31;
  /* text-align: right; */
  color: #424242;
}

.about-text {
  line-height: 1.6;
  font-weight: 300;
  color: #777;
  font-size: 20px;
}

.ppl-btn {
  border-radius: 5px;
  height: 44px;
  margin: 5px;
  padding: 0 10px 0 10px;
  min-width: 180px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
}

.ppl-btn:active {
  box-shadow: inset 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.3);
  position: relative;
  top: 2px;
}

.btn-orange-outline {
  background: white;
  border: 1px solid var(--orange);
  color: var(--orange);
}

.btn-orange-outline:hover {
  background: var(--light);
}

.btn-green {
  background: var(--green);
  color: white;
}

.btn-green:hover {
  background: var(--green-dark);
}

.btn-blue-nadlan {
  background: var(--blue-nadlan);
  color: white;
}

.btn-blue-nadlan:hover {
  background: var(--blue-nadlan-dark);
}

img {
  max-width: 100%;
}

.cubes {
  max-width: 1400px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}

.cube {
  min-width: 330px;
  max-width: 88vw;
  display: inline-block;
  background: white;
  border-radius: 15px;
  margin: 5px 15px 25px 15px;
  padding: 10px;
  vertical-align: top;
  position: relative;
  padding: 0;
  cursor: pointer;
  user-select: none;
  text-align: right;
}

.cube-open {
  min-height: 545px;
}

.cube-soon {
  min-height: 490px;
}

.cube-over {
  min-height: 485px;
  border: 5px solid rgba(125, 219, 131, 0.5);
}

.cube:before {
  content: "";
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  box-shadow: 0px 0px 80px 0px rgba(146, 146, 146, 0.3);
}

.cube:hover {
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  position: relative;
  top: -2px;
  /* background: var(--light) */
}

.cube:active {
  position: relative;
  top: 5px;
}

.cube-cover-img {
  border-radius: 10px 10px 0 0;
  height: 120px;
  width: 350px;
}

.cube-cover::after {
  display: block;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0) 49%,
    rgba(255, 255, 255, 1) 100%
  );
  margin-top: -146px;
  height: 146px;
  width: 100%;
  content: "";
}

.cube-logo {
  width: 100px;
  margin-right: 15px;
  margin-top: 10px;
  opacity: 0.5;
}

.cube-title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 900;
  margin-right: 15px;
  display: inline-block;
}

.cube-slogan {
  color: var(--dark);
  margin-right: 15px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.cube-desc {
  color: var(--secondary);
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  max-width: 320px;
  min-height: 60px;
}

.cube-type {
  float: left;
  margin-left: 15px;
  margin-top: 12px;
  font-size: 14px;
  color: var(--secondary);
}

.cube-category {
  display: inline-block;
  font-size: 14px;
  background: var(--medium);
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
  position: relative;
  bottom: 3px;
  margin-right: 3px;
}

.cube-progress {
  margin: 12px 15px 12px 15px;
  width: 100%;
}

.cube-details {
  display: flex;
  justify-content: space-around;
  color: var(--dark);
  margin-top: 10px;
}

.cube-detail {
  text-align: center;
  display: inline-block;
}

.cube-detail-title {
  font-size: 11px;
}

.cube-detail-data {
  font-weight: 700;
  font-size: 14px;
}

.cube-time {
  margin-top: 30px;
  text-align: center;
  color: var(--secondary);
  font-size: 14px;
}

.cube-minimum {
  margin-bottom: 20px;
  text-align: center;
  color: var(--secondary);
  font-size: 14px;
}

.cube-btn-invest {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cube-btn-invest-img {
  position: relative;
  top: -1px;
  opacity: 0;
  height: 15px;
  margin-right: -20px;
}

.cube:hover > .cube-btn-invest > .cube-btn-invest > .cube-btn-invest-img {
  opacity: 1;
  margin-right: 5px;
}

.cube-blue {
  text-align: center;
  margin: auto;
  max-width: 300px;
  margin-top: 37px;
  margin-bottom: 37px;
  color: var(--blue);
}

.cube-blue-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.cube-btn-soon {
  margin-bottom: 20px;
}

.cube-over-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  margin-top: 30px;
  margin-bottom: 30px;
}

.cube-extra-top {
  position: absolute;
  top: 15px;
  transform: translate(-50%, -50%);
  left: 50%;
  color: white;
  padding: 2px 10px 3px 10px;
  font-size: 14px;
  border-radius: 14px;
  margin-top: 5px;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  text-align: center;
}

.cube-extra-top-new {
  background: var(--orange);
}

.cube-extra-top-overfund {
  background: var(--green);
  width: 77%;
}

.cube-extra {
  color: var(--dark);
  font-size: 14px;
  background: var(--light);
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 0 0 15px 15px;
}

*::selection {
  background: #f89050;
  color: white;
}

*::-moz-selection {
  background: #f89050;
}

.mce-panel {
  width: inherit !important;
  height: inherit !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1 !important;
  background-color: #000;
}

#idOrPassport {
  width: 100%;
  max-width: 350px;
  justify-content: space-between;
  border-radius: 3px;
  height: 35px;
  margin-bottom: 1%;
}

/* my profile: notification */

.notification_add_file_button {
  background: #a1a1a1;
}

.cntr {
  text-align: center !important;
}

.infoBoard-imp {
  padding: 0 !important;
  text-align: center !important;
}

.expand_none {
  padding: 0;
  width: 100%;
}

.owl-theme {
  direction: ltr;
}

.medBig {
  width: 23% !important;
}

/* my profile: notification end. */

/* general stuff */

.mce-tinymce button {
  display: inherit;
}

.img_circle {
  border-radius: 50%;
}

.interested_modal_phone {
  border: solid 1px grey !important;
  text-align: center !important;
  border-radius: 0 !important;
  border-color: #dfdfdf !important;
  font-size: 17px !important;
  height: 40px !important;
  width: 70% !important;
  color: #7b7b7b !important;
  /*background-color:grey;  */
}

.text-right {
}

.comp_tabs_cont p a {
  float: inherit;
}

.expand {
  width: 100%;
}

.natural-width {
  width: inherit !important;
}

.expand-res {
  width: 100%;
  max-width: 572px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.natural {
  width: inherit !important;
}

.redBtn2 {
  cursor: pointer;
  border-top: 1px solid #f3f3f3;
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  color: #f99050;
  text-decoration: none;
  font-weight: bold;
  /* background: #f95050; */
  position: relative;
  text-align: center;
  cursor: pointer;
}

.redBtn2 span {
  padding: 0 10px;
}

.redbtn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e74c4c;
  padding: 23px 0 0;
  width: 65px;
  text-align: center;
  color: white !important;
}

.redBtn span {
  /* position: absolute; */
  left: 0;
  top: 0;
  height: 100%;
  background: #f95050;
  /* padding: 23px 0 0; */
  width: 36px;
  text-align: center;
  /* float: left; */
}

.red {
  color: red;
}

.cubep-padding {
  padding: 15px;
  border-radius: 0;
}

.ply-btn {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 18% 42% 0 42%;
  height: 100%;
}

.ply-btn:hover {
  padding: 16% 40% 42% 40%;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.pointer {
  cursor: pointer;
}

.asset_container {
  margin-top: 10px;
}

.asset_container .asset {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 10px;
}

.asset_container .asset a {
  display: inline-block !important;
}

.asset_container .asset img {
  max-height: 63px;
  margin: 5px;
  border: 1px solid rgb(202, 202, 202);
  cursor: pointer;
}

.checkbox_clear {
  width: initial !important;
  height: initial !important;
  margin: 7px 0 0 10px !important;
}

.delete_pic {
  top: -5px;
  right: -10px;
  width: 29px;
  height: 21px;
  background-size: 100%;
  z-index: 5;
  /*
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 0px 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    border-radius: 25px;*/
}

.ui-jqgrid {
  position: initial !important;
}

.orange_btn {
  display: inline-block;
  color: #fff !important;
  background: #f99050;
  padding: 10px 15px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
}

.success {
  color: #0178b5;
}

/* adminMenu */

.adminMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  /* width: 150px; */
  z-index: 50;
}

.adminMenu ul {
  text-align: right;
  background-color: aliceblue;
  padding: 10px;
  /* width: 180px; */
  margin: 0;
}

.adminMenu li {
  padding: 5px;
  color: #737373;
  font-size: 17px;
}

.adminMenu li a {
  color: #737373;
}

.adminMenu li a:hover {
  color: #f99050;
}

/* admin interested and investors */

.above_table_button {
  max-width: 100%;
  background: #67d24d;
  margin-bottom: 8px;
  padding: 10px;
  font-size: 16px;
}

/* campaign payment */

.content-editable-div {
  display: inline-block;
  min-width: 12px;
}

.content-editable-div-optional-id {
  min-width: 30px !important;
}

.campaign-user-edit-details-icons {
  cursor: pointer;
  /* float: left; */
  display: inline;
  /* margin-left: -40px; */
}

.content-editable-div-boxes {
  /* background: #FFF; */
  /* border-color: #69c773; */
  border: 1px solid #e0e0e0;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.15) inset; */
  padding: 5px;
}

/* show campaign */

.companyInfo img {
  background-color: white;
  border: 1px solid gainsboro;
}

/* blog menu */

header nav ul {
  position: initial;
}

.blog_menu {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 350px;
  overflow-y: hidden;
}

.blog_menu li {
  float: right !important;
}

.floatl {
  float: left !important;
}

.calc_res {
  color: #f99050;
  font-weight: bold;
  font-size: 18px;
}

.calc_res_pre {
  font-size: 18px;
}

/* strip in home page */

.NLcontainer {
  text-align: center;
  background-color: #f99050;
  padding: 0;
  margin: 0;
  margin: 6px 0;
  padding: 12px;
}

.NLtitle {
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding: 0;
  margin: 0;
}

.NLtext {
  color: white;
  font-size: 18px;
  padding: 11px;
}

.NLButton {
  color: white;
  border-radius: 3px;
  background-color: #00bfbf;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
}

.NLinput {
  display: inline-block;
  font-size: 18px;
  border: 0;
  padding: 6px;
  margin-bottom: 5px;
}

.intestedPhone {
  margin-top: 15px;
}

#detail .modal-dialog {
  text-align: center;
}
.leads-camp-container {
  max-width: 350px;
  margin: auto;
}
.leads-camp-container .modal {
  display: block;
  position: in;
  position: initial;
  opacity: 1;
  height: auto;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  border: 1px solid #bdbdbd;
}
.leads-camp-container .modal-header {
  display: none;
}

.leads-camp-container .modal-content-interested-done .modal-header {
  display: block;
}
.leads-camp-container .modal-content-interested-done .close {
  display: none;
}
.leads-camp-container .modalInput {
  width: 70%;
}
.leads-camp-container .modal-dialog {
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
  margin: 0;
  transform: none !important;
}
.leads-camp-container .modalComment {
  text-align: right;
}

.leads-camp-container .modal-content {
  box-shadow: none;
  min-height: auto;
}

.payment_sqr {
  border-right: 1px solid #e5e5e5;
}

.invest-car-cont {
  display: inline-block;
  align-items: flex-start;
  margin: 5% 0;
  padding: 5%;
  width: 100%;
  cursor: pointer;
}

#owl-invested .owl-stage {
  right: -10px;
}

.invest-car-text {
  padding-right: 16px;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
}

.carousel-border {
  /* border-bottom: 1px solid #dbdbdb; */
  height: 100px;
}

.car-when-i {
  margin-top: 12px;
  font-size: 12px;
  color: #9e9e9e;
  text-align: right;
}

.cmp-logo-border2 {
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 2% 6%;
}

@media only screen and (min-width: 787px) {
  .NLcontainer {
  }
  .NLtitle {
  }
  .NLtext {
  }
  .NLButton {
  }
}

.companyBlock {
  box-shadow: 0px 0px 80px 0px rgba(146, 146, 146, 0.3);
  margin-bottom: 50px;
  min-height: 423px !important;
}

.companyBlock:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0px 0px 80px 0px rgba(146, 146, 146, 0.3);
  border-radius: 7px;
}

.companyBlock:hover + .over-fund {
  /* top: -6px; */
  transform: translateY(-0.3125rem);
}

.oldModelCampBox {
  height: 540px;
}

@media only screen and (max-width: 768px) {
  .INDhasDragTooltip #INDWrap #INDmenu-btn{
    --indscale: 0.7;
    top:20%;
    bottom:initial;
  }
  .payment_sqr {
    border-right: none;
    margin-bottom: 35px;
  }
  .invest-car-cont {
    border: none;
  }
  .INDpositionLeft #INDmenu-btn {
    direction: ltr;
    float: left;
    left: -62px;
}
  .INDpositionRight #INDmenu-btn {
    direction: ltr;
    float: left;
    left: -62px;
}
}

.filterable {
  margin-top: 15px;
}

.filterable .panel-heading .pull-right {
  margin-top: -20px;
}

.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}

.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}

@media only screen and (max-width: 628px) {
  .companyBlock {
    /* padding: 0; */
  }
  .addteamlogo {
    display: inline-block;
  }
  .textCmobile {
    text-align: center !important;
  }
  .medBig {
    width: 70% !important;
    margin-right: 14%;
  }
  .nfloat {
    float: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  header nav ul {
    margin-left: 0;
    width: 33%;
  }
}

/* loader */

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #f99050;
  font-size: 14px;
  margin: -19px auto 81px auto;
  /* position: relative; */
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* end loader */

@media only screen and (max-width: 786px) {
  .bottom_slider {
    margin-top: 0;
  }
}

.InvestmentLoginModal {
  width: 100%;
  background: #f69052;
  color: white !important;
  display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f99050;
}

.flex_camp_sqare {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*  align-items: center;
    justify-content: center*/
}

.invested-price {
  font-weight: 500;
  font-size: 14px;
}

.account_setting_error {
  text-align: center;
  color: #ff4a4a;
}

i.mce-i-f166:before {
  content: "\f285";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  /* font-size: 1.5em; */
  padding-left: 0.5em;
  /* position: absolute; */
  /* top: 15%; */
  /* left: 0; */
}

.cmp-bg-container {
}

.cmp-logo-container {
  /* padding: 0 31%;
    margin: -19% 0 0 0;
    position: absolute;
    top: 44px; */
}
.logo-cmp-name .logo-img-cont {
  max-width: 35px;
  margin-left: 10px;
}

.logo-cmp-name {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.cmp-logo-border {
  border-radius: 12px;
  box-shadow: -1px 2px 4px 3px rgba(0, 14, 18, 0.1);
  padding: 2% 6%;
}
.update-container {
  padding: 8px;
  padding: 24px;
  border-bottom: 24px solid #f0f0f0;
  max-width: 450px;
  margin: 0 auto;
  background: white;
}
.update-author-date {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.attached-files {
  font-size: 16px;
  color: #838383;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 32px 0 0;
  display: block;
}
.attached-file {
  display: block;
  color: #f89050;
  margin-top: 4px;
  text-decoration: none;
  font-size: 16px;
}
.updates-main {
  max-width: 650px;
}
.modal-body h3.update-main-title {
  font-size: 20px;
  margin-top: 32px;
  font-weight: bold;
}
.update-main-title {
  font-size: 20px;
  margin-top: 32px;
  font-weight: bold;
}
.update-time {
  font-size: 14px;
  color: #838383;
}
.amp-sqare-txt-content {
  padding: 0 15px 10px 15px;
}

.cmpbg-logo-radius {
  border-radius: 7px 7px 0 0;
}

.days-left {
  /* text-align: center; */
  /* margin: 15px 0; */
}

.cmp-cube-txt {
  padding: 10px 0;
}

.min-price-box {
  /* background: #9a9a9a;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 1% 2%; */
  font-size: 13px;
}

.soon-container {
  /* padding: 0 60% 0 0; */
  position: absolute;
  left: 5%;
  top: 5%;
}

.fix-border {
  border-right: none !important;
  border-left: 1px solid #e5e5e5 !important;
}

.paddingPost {
  padding: 5px;
}

.br {
  border-right: 1px solid #e5e5e5;
}

.shares-txt {
  font-weight: bold;
  color: #3a7bbb;
  margin: 3px !important;
}

.agah-text {
  font-weight: bold;
  color: #f95050;
  margin: 3px !important;
}

.margin-3 {
  margin: 3px !important;
}

.over-fund {
  margin-top: 2%;
  margin-right: 2.5%;
  position: absolute;
  text-align: center;
  width: 87%;
  height: 23px;
  color: white;
  background-color: #7edb85;
  border-radius: 25px;
  z-index: 1;
}

.over-fund-txt {
  font-size: 14px !important;
  padding-top: 2px;
}

.post-row {
  margin: 0;
  padding: 0 5%;
}

.redable-posts-h {
  /* padding: 0 0 15px 0; */
  margin: 0;
  color: #f69052;
  /* text-decoration: underline; */
  font-size: 28px;
  text-align: right;
  font-weight: bold;
}

.contact_form .fast-contact-btn {
  width: 100%;
  padding: 8px;
  margin: 0;
}

.fast-contact {
  padding: 0 10%;
  margin: 15px 0;
}

.fast-contact .contact_form {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 0 30px;
  border-radius: 5px;
}

.fast-contact .contact_form h2 {
  text-align: center;
  color: black;
  font-weight: normal;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-writer {
  padding: 0;
  margin: 15px 0;
}

.post-writer .cnt {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  /* padding: 15px 10%; */
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}

.post-writer h4 {
  font-size: 24px;
}

.post-writer p {
  font-size: 18px !important;
}

.redable-posts-h-org {
  padding: 15px 15px !important;
  margin: 0 0 5% 0 !important;
  color: #f69052 !important;
  /* text-decoration: underline!important; */
  font-size: 28px !important;
  text-align: right !important;
  font-weight: bold !important;
  display: inline-block;
  color: #f69052;
  border-bottom: 2px solid #f69052;
}

.writer-h {
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  color: #f69052 !important;
  font-size: 20px !important;
  text-align: right !important;
  font-weight: bold !important;
}

.disablePaddAndMargin {
  margin: 0 !important;
  padding: 0 !important;
}

.post-section {
  padding: 5% 5%;
}

.langMenu {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding-left: 32px;
  background-image: url(../images/site/flag_aroow.png);
  background-repeat: no-repeat;
  background-position: center left 11px;
  line-height: 15px;
}

.langMenuImage {
  padding: 8.5px 20px;
  border-left: 1px solid #d5d5d5;
}

.post-section .companyBlock {
  min-height: auto !important;
}

.header-avatar-desktop {
  width: auto;
  height: 40px;
  border-radius: 50%;
  margin-left: 24px;
}

.headerDivider {
  width: 1px;
  height: 36px;
  background-color: #d8d8d8;
  margin-left: 24px;
}

/* create campaign */

.campaign-calculator-font-bold {
  font-weight: bold;
}

.campaign-calculator-line {
  background: #e6e6e6 !important;
}

.post-writer .cnt {
  padding: 5%;
}

.post-writer-img {
  padding-left: 5%;
  max-width: 200px;
}

.post-writer-txt {
  /* text-align: left; */
  line-height: 14px;
  /*  margin-right: -16%;*/
}

.post-underline {
  color: #f69052;
  border: 1px solid #f69052;
  margin: 0;
  padding: 0;
  /* width: 50%; */
  margin: 15px 0;
}

.post-underline2 {
  color: #f69052;
  border: 1px solid #f69052;
  margin: 0;
  padding: 0;
  /* width: 50%; */
  margin: 15px 0;
  width: 26%;
}

.blog_detail .pst-title {
  color: #f69052;
}

.post-find-warpper {
  text-align: left;
  padding: 0 3%;
}

.post-find-text {
  border-bottom: 2px solid #f99050;
  display: inline-block;
  font-size: 18px;
  color: #f99050;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}

.atss.atss-right a {
  float: right !important;
  border-radius: 50% !important;
  margin: 5px 10px !important;
}

.atss .at-share-btn:focus,
.atss .at-share-btn:hover,
.atss a:focus,
.atss a:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.at4-show-content {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

#at4-share-label {
  display: none !important;
}

.at-svc-whatsapp {
  display: none !important;
}

.invst-edit-cnt-btn {
  text-align: left;
}

/* filter campaigns component */

.filter-campaigns-panel-body {
  /*    border-width: 1px !important;
        border-style: solid;
        border-color: #e1e1e1;*/
  background-color: #ffffff;
  /* padding: 10px 20px; */
  /* color: #f89050; */
  /* border-radius: 32px; */
  font-size: 24px;
  box-shadow: 0px 0px 15px #e1e1e1;
  /*cursor: pointer;*/
  /* position: absolute; */
  /*top: 110px;*/
  z-index: 140;
  /* padding: 49px 10px; */
  padding: 15px 10px;
  /* width: auto; */
  max-width: 526px;
  cursor: default;
  display: none;
}

.filter-campaigns-panel-body-title-txt {
  position: relative;
  /* display: inline-block; */
  /*top: -47px;*/
  top: -10px;
  right: 0;
  font-size: 21px;
  color: black;
  cursor: default;
}

.filter-campaigns-panel-body-button {
  border-width: 1px !important;
  border-style: solid;
  border-color: #e1e1e1;
  background-color: #ffffff;
  padding: 7px 13px;
  margin: 6px 3px;
  color: #f89050;
  /*border-radius: 32px;*/
  font-size: 24px;
  /*box-shadow: -2px 2px 0px #906212;*/
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/*.filter-campaigns-panel-body-button:hover {    
    background-color: #fff4e0;
}*/

/*.filter-campaigns-panel-body-button:active {    
    background-color: #f99050;
    color: #ffffff;
}*/

.filter-campaigns-panel-body-button-active {
  background-color: #f99050;
  color: #ffffff;
}

.filter-campaigns-panel-body-action-button-txt {
  /* old: */
  /*position: relative;*/
  /* display: inline-block; */
  /*top: -47px;*/
  /*top: -10px;*/
  /*right: 0;*/
  /*font-size: 21px;*/
  /*color: black;*/
  /* new: */
  /* position: relative; */
  /*vertical-align: middle;*/
  /* display: inline-block; */
  /* top: -47px; */
  /* top: -10px; */
  /* right: 0; */
  /* font-size: 21px; */
  color: white !important;
  font-size: 18px;
}

.filter-campaigns-clear-button-txt {
  color: white !important;
  font-size: 18px;
}

.filter-campaigns-clear-button-container {
  /* border-width: 1px !important; */
  /* border-style: solid; */
  /* border-color: #e1e1e1; */
  /* background-color: #ffffff; */
  /* padding: 23px 13px 4px 11px; */
  margin: 17px 22px;
  color: #f89050;
  /* border-radius: 32px; */
  font-size: 18px;
  /* box-shadow: -2px 2px 0px #906212; */
  /*cursor: pointer;*/
  /* position: relative; */
  /* display: inline-block; */
  /* max-width: 47px; */
  text-align: center;
}

.filter-campaigns-flex-row-content-center {
  flex-flow: row wrap;
  justify-content: center;
}

.filter-campaigns-flex-column {
  flex-flow: column wrap;
}

.filter-campaigns-clear-button {
  text-align: left;
  border-width: 1px !important;
  border-style: solid;
  border-color: #e1e1e1;
  background-color: #3a7bbb;
  padding: 11px 44px;
  display: inline;
  position: relative;
  cursor: pointer;
}

.filter-campaigns-clear-button:hover {
  background-color: #519fec;
}

.filter-campaigns-panel-body-button-txt {
  position: relative;
  /* display: inline-block; */
  /*top: -38px;*/
  /*right: -116px;*/
  font-size: 18px;
  color: black;
}

.filter-campaigns-panel-body-button-txt-active {
  color: white;
}

.filter-campaigns-panel-body-action-button-container {
  /* border-width: 1px !important; */
  /* border-style: solid; */
  /* border-color: #e1e1e1; */
  /* background-color: #ffffff; */
  padding: 23px 13px 4px 11px;
  margin: 6px 0px;
  color: #f89050;
  /* border-radius: 32px; */
  font-size: 18px;
  /* box-shadow: -2px 2px 0px #906212; */
  /*cursor: pointer;*/
  /* position: relative; */
  /* display: inline-block; */
  /* max-width: 47px; */
  text-align: left;
}

.filter-campaigns-panel-body-action-button {
  text-align: left;
  border-width: 1px !important;
  border-style: solid;
  border-color: #e1e1e1;
  background-color: #3a7bbb;
  padding: 11px 44px;
  display: inline;
  position: relative;
  cursor: pointer;
}

.filter-campaigns-panel-body-action-button:hover {
  background-color: #519fec;
}

.filter-campaigns-main-button-arrow.fa {
  color: #f89050;
  position: relative;
  display: inline-block;
  left: 7px;
  top: -6px;
}

.filter-campaigns-container {
  /* display: none; */
  /* justify-content: center; */
  display: flex;
}

.filter-campaigns-buttons-container {
  direction: rtl;
  display: flex;
  align-items: center;
  width: auto;
}

.no-border-bottom {
  border-bottom: 0px;
}

.border-width-one-pixel-full {
  border-width: 1px 1px 1px 1px;
}

.border-width-one-pixel-no-bottom {
  border-width: 1px 1px 0px 1px;
}

.display-initial {
  display: initial;
}

.display-none {
}

.filter-campaigns-main-button {
  background-color: rgba(249, 144, 80, 0.08);
  padding: 8px 12px;
  color: #f89050;
  font-size: 14px;
  margin-right: 16px;
  cursor: pointer !important;
  margin-top: 24px;
  border-radius: 16px;
  background-color: #f5f5f5;
  color: #9e9e9e;
}

.filter-campaigns-first {
  margin-right: 0;
}

.blurImg {
  filter: blur(6px);
  max-width: 106%;
  height: 190px;
  margin-top: -5px;
}

.blurImgDiv {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
  height: 180px;
}

.oldModelCube {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 46px;
}

.oldModelCube.success-model {
  margin: 28px 0;
}
.filter-campaigns-active1 {
  background-color: rgba(249, 144, 80, 0.08) !important;
  color: #f99050;
}

.filter-campaigns-active2 {
  background-color: #ffebff !important;
  color: #d74df9;
}

.filter-campaigns-active3 {
  background-color: #e9fff3 !important;
  color: #09a184;
}

.filter-campaigns-active4 {
  background-color: #ebf6ff !important;
  color: #0091f6;
}

.filter-campaigns-main-button:hover {
  background-color: #fff4e0;
}

.filter-campaigns-nadlan:hover {
  /* background-color: #ebf6ff!important; */
  background: #ebf6ff radial-gradient(circle, transparent 1%, #ebf6ff 1%)
    center/15000%;
  color: #0091f6;
}

.filter-campaigns-biz:hover {
  /* background-color: #ffebff!important; */
  background: #ffebff radial-gradient(circle, transparent 1%, #ffebff 1%)
    center/15000%;
  color: #d74df9;
}

.filter-campaigns-startups:hover {
  background: #e9fff3 radial-gradient(circle, transparent 1%, #e9fff3 1%)
    center/15000%;
  /* background-color: #e9fff3!important; */
  color: #09a184;
}

.filter-campaigns-startups:active {
  /* background: #e9fff3 radial-gradient(circle, transparent 1%, #e9fff3 1%) center/15000%; */
  background-color: #e9fff3;
  background-size: 100%;
  transition: background 0s;
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:active {
  background-color: white;
  background-size: 100%;
  transition: background 0s;
}

.filter-campaigns-main-button-txt {
  margin: 0 23px;
  /* padding: 0 25px; */
  /* border: 5px solid black; */
  vertical-align: top;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-campaigns-main-button-icon {
  position: relative;
  left: 0;
  top: 1px;
}

.read-more-btn {
  font-size: 18px;
  color: #f69052;
  cursor: pointer;
}

#fancybox-buttons {
  display: none;
}

.info-page table {
  width: 100%;
}

.info-page table tr {
}

.info-page table tr td {
}

/* registration modal top progress bar start */

ul.workflow-container-custom {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

li.workflow-container-custom-section {
  display: inline-block;
  padding-top: 45px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: gray;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.workflow-container-custom-section:before {
  content: "";
  /* was 'x' */
  position: absolute;
  top: 2px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  color: white;
  border: 2px solid white;
  border-radius: 17px;
  line-height: 30px;
  background: white;
  box-shadow: 0 0 0 2px #f89050;
}

.status-bar {
  box-shadow: 0 0 0 2px #f89050;
  /* wasn't here' */
  border: 2px solid #fff;
  /* wasn't here' */
  /*height: 5px;*/
  /* was 2 */
  /*background: #f89050;*/
  position: relative;
  top: 21px;
  /* was 24*/
  /* >> was 20 */
  margin: 0 auto;
}

.current-status {
  height: 5px;
  /* was 2 */
  width: 0;
  border-radius: 1px;
  background: #f89050;
}

@keyframes changeBackground {
  from {
    background: #f89050;
  }
  /* was gray */
  to {
    background: #f89050;
  }
}

li.workflow-container-custom-section.visited:before {
  content: "\2714";
  animation: changeBackground 0.5s linear;
  animation-fill-mode: forwards;
}

li.workflow-container-custom-section.visited.current:before {
  content: "";
  box-shadow: 0 0 0 2px #f89050;
}

/* registration modal top progress bar end */

/**************************************************new css ************************************************************/

.progress-border-radius-right {
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

.progress-border-radius-left {
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.advanced-progress {
  height: 12px !important;
  /* margin-top: 60px; */
}

.progress-bar-percent {
  left: 45% !important;
  bottom: 30px !important;
  color: #f8904f !important;
  font-weight: bold;
  font-size: 20px;
}

.progress-bar-recruitment {
  left: 45% !important;
  bottom: -30px !important;
  font-weight: bold;
  font-size: 20px;
}

.new-campaign {
  padding: 85px 0 30px 0 !important;
}

.mobile-height {
  height: 30%;
}

.campain-description {
  /* height: 120px; */
  /* margin: 8px 0 15px 0; */
  padding: 0;
}

.campain-description .companyInfo {
  border: 1px solid #e6e6e6;
  height: 100%;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: white;
  display: flex;
  padding-right: 14%;
  /* margin-top: -6.3%; */
  justify-content: space-between;
}

.description-label {
  padding: 20px;
  font-size: 18px;
}

.company-icon {
  /* border-radius: 5px; */
  /* margin: -10.7% 1% 0 0 !important; */
  /* padding: 0 15px !important; */
  /* width: 23% !important; */
  width: 15%;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 50px 10px;
  box-shadow: 0px 11px 32px -6px rgba(196, 196, 196, 1);
}

.company-logo {
  width: 100%;
  border-radius: 10px;
}

.ply-btn-new-size {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  /* padding: 225px 47% 0% 47%; */
  /* z-index: -6; */
}

.ply-btn-new-size:hover {
  /* padding: 9% 46% 0% 46%; */
  opacity: 0.7;
}

.target-stock-block {
  height: 100%;
  padding: 15px 0;
}

.target-recruitment-block {
  text-align: center;
  border-left: 1px solid #e6e6e6;
  vertical-align: middle;
  height: 80%;
  margin: 1% 0;
  box-sizing: border-box;
  padding: 0 !important;
}

.target-recruitment-icon {
  color: #f8904f;
  margin-bottom: 5px;
  font-size: 16px;
}

.target-recruitment-cost {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.target-recruitment-label {
  text-align: center;
  line-height: 1;
  margin-top: 3px;
}

.stock-precent-block {
  text-align: center;
  vertical-align: middle;
  height: 80%;
  margin: 1% 0;
  box-sizing: border-box;
  padding: 0 !important;
}

.stock-precent-icon {
  width: 100%;
  height: 100%;
  border: none !important;
  margin: 0 !important;
}

.stock-percent-icon-block {
  height: 20px;
  margin-bottom: 5px;
}

.stock-precent-cost {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.stock-precent-label {
  text-align: center;
  line-height: 1.2;
  margin-top: 3px;
}

.ask-question-btn {
  margin: 0 0 55px 15px;
  width: 260px;
  height: 35px;
}

.ask-question-small-btn {
  margin: 0 0 45px 15px;
  width: 20px;
  height: 20px;
}

.follow-btn {
  margin: 0 0 10px 15px;
  width: 125px;
  height: 35px;
}

.follow-small-btn {
  margin: 0 0 10px 15px;
  width: 20px;
  height: 20px;
}

.share-btn {
  margin: 0 0 10px 150px;
  width: 125px;
  height: 35px;
}

.share-small-btn {
  margin: 0 0 10px 45px;
  width: 20px;
  height: 20px;
}

.campaign-banner-title {
  color: white;
  font-size: 24px;
  /* margin-top: -46px; */
  margin-right: 2%;
  /* line-height: 56px; */
  /* width: 80%; */
  /* padding: 0; */
  /* position: absolute; */
  margin-bottom: 9.5%;
}

.cmp-inv-details {
  /* width: 100%; */
  /* height: 100px; */
  /* margin: 0 0 1.5% 0; */
  /* float: right; */
  display: block;
  margin-top: 15px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0 0 0 5%;
}

.cmp-inv-details .inner-container {
  height: 100%;
  width: 100%;
  box-shadow: #e8e8e8 0 2px 3px 2px;
  background: white;
}

.cmp-inv-details .investor-profile {
  width: 15%;
  box-shadow: #e8e8e8 0 2px 3px 2px;
  text-align: center;
  padding-right: 0;
  height: 100%;
  padding: 10px 0;
}

.cmp-inv-details .investor-profile img {
  max-width: 50px;
  max-height: 50px;
  /* margin: 10px auto; */
}

.cmp-inv-details .details-sections-container {
  width: 75%;
  padding-top: 30px;
}

.cmp-inv-details .details-sections-container .details-section {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.cmp-inv-details .details-sections-container .details-section .details-title {
  color: #a4a4a6;
  font-size: 13px;
}

.cmp-inv-details .notification-section img {
  max-width: 50px;
  max-height: 50px;
  margin: 10px auto;
}

.cmp-inv-details .notification-section {
  text-align: center;
  width: 10%;
  height: 100%;
  color: white;
}

.cmp-inv-details .notification-section.active {
  background-color: #f8904f;
}

.progress-bar-block {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  /* margin-bottom: 20px; */
  background-color: white;
  text-align: center;
  /* margin: 15px 0 0 0; */
  height: 172px;
}

.flex-center-it {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-company-block {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
  padding: 13px 0 25px 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* margin: 15px 0 0 0;*/
}

.features-company-block.active {
  margin-top: 21px;
}

.show-desk2 {
  display: none;
}

.company-team-block {
  /* height: 35%; */
  height: 172px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
  padding-right: 0;
  max-height: 172px;
  /* margin: 15px 0 0 0; */
}

.companyTeamAndProgressRow {
  margin-top: 1%;
}

.company-team-section {
  vertical-align: middle;
  margin: 16px 0;
}

.second-section {
  /* height: 400px; */
  /* margin-bottom: 20px; */
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  margin-top: 12px;
}

/*.left-side {
  
    padding-right: 0 !important;
}*/

.left-side .campaign-carousel {
  padding: 0;
  margin: 0;
  width: 100%;
}

.left-side .container.campaign-carousel {
  padding: 0;
  margin: 0;
  width: 100%;
}

.left-side .campaign-carousel .item {
  /* min-height: 300px; */
}

.carousel {
  width: 100%;
}

.btn-row {
  margin: 0 5px;
}

.left-side .campaign-carousel .carousel-indicators {
  padding: 0;
  width: 100%;
  text-align: center;
  left: 0;
  margin-left: 0;
}

.left-side .campaign-carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 7px;
}

.left-side .campaign-carousel .carousel-indicators li.active {
  background-color: #f8904f;
}

.progress-bar-title {
  text-align: center !important;
  font-weight: bold;
}

.team-icon {
  background-color: #f8904f;
  color: white;
  border-radius: 50px;
  /* width: 25px; */
  height: 1.25em;
  margin-left: 5px;
  padding: 4px;
  font-size: 22px;
  /* margin-top: 7px; */
}

.team-label {
  margin: 10px 0 0 0;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}

.team-title {
  font-size: 18px;
}

.worker {
  padding-left: 0 !important;
}

.worker-role {
  padding-left: 0 !important;
}

.worker-icon {
  padding: 0 !important;
}

.worker-role {
  padding: 10px !important;
}

.features-title {
  display: inline-block;
  font-weight: bold;
}

.features-title-icon {
  display: inline-block !important;
}

.feature-row {
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 15px;
}

.owl-carousel .owl-item img.feature-icon {
  margin: 0 0 0 5px;
  height: 20px;
  width: 20px;
}

.invest-data-link {
  color: #f8904f;
  width: 100%;
  text-align: center;
  margin: 50px auto 0 auto;
  text-decoration: underline;
  cursor: pointer;
}

.invest-button {
  background-color: #f8904f;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  text-align: center;
  margin: 3% 0;
  padding: 16px 0;
  cursor: pointer;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
}

.calculator {
  /* height: 350px; */
  margin: 15px 0 0 0;
  position: relative;
  /* padding: 0 !important;*/
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 0 0 20px 0;
}

.small-strip-calculator {
  /* height: 350px; */
  margin: 20px 0;
  position: fixed !important;
  top: 64px;
  padding: 0 !important;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  display: none;
  right: 0;
  z-index: 10;
}

.mobile-calc-strip {
  margin: 20px 0;
  position: fixed !important;
  /* top: 29px; */
  padding: 10px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 91;
}

.top-investors-section {
  padding: 20px 0;
  border-radius: 2px;
  margin: 0 0 15px 0;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-investors-section.first-investor {
  background: rgb(79, 152, 214);
}

.top-investors-section.second-investor {
  background: #f8904f;
}

.top-investors-section.investors-certification {
  background-color: white;
  border: 1px solid #f4c30e;
}

.investors-certification-mobile {
  display: none;
}

.top-investors-section .left-section,
.middle-section,
.right-section {
  float: right;
}

.top-investors-section .right-section,
.left-section {
  width: 15%;
  text-align: center;
}

.top-investors-section .left-section img {
  max-height: 60px !important;
  max-width: 60px !important;
  margin-bottom: 10px;
}

.top-investors-section.investors-certification .left-section {
  color: #690770;
}

.top-investor-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.top-investors-section.investors-certification .middle-section {
  color: #f8904f;
}

.top-investors-section .middle-section {
  text-align: center;
  width: 70%;
}

.top-investors-section .right-section img {
  max-height: 60px !important;
  max-width: 60px !important;
  margin: auto;
}

.investor-footer-popup .top-investor-more {
  padding: 0px 30px 10px 30px;
}

.modal {
  overflow: auto !important;
}

.progressHeight {
  height: 8px !important;
}

.investors-section {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.investments-section {
  /*  padding: 0 20%;*/
  /* border: 1px solid #e6e6e6;*/
  /* height: 100%; */
  background-color: white;
  border-radius: 3px;
  margin: 0px 18.5%;
}

.invest-container-button {
  width: 40%;
  float: none;
  /* margin: 0 auto 5% auto; */
  margin: 0 auto;
  padding: 0 0 4% 0;
}

.mymodal .modal-body h3 {
  text-align: center;
}

.investments-section .investments-title {
  /* margin: 20px 30px; */
  padding: 1% 0;
}

.investments-title {
  text-align: center;
  margin: 20px 30px;
}

.stocks-money-cont {
  transition: none;
}

.no-trans {
  transition: none;
}

.investments-section .shares-card {
  transition: none !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 35% 5%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
  color: #000;
  border-radius: 5px;
  border: 3px solid transparent;
  max-height: 165px;
}

.investments-section .shares-card:hover {
  border: 3px solid #f99050;
}

.investments-section .shares-card.active {
  transition: none;
  background: #f99050;
  color: #fff;
}

.investments-section .shares-card .shares-amount {
  font-size: 24px;
}

.investments-section .shares-card .shares-percentage {
  font-size: 13px;
  margin: 5px 0;
}

.investments-section .shares-card .shares-price {
  font-size: 16px;
  direction: ltr;
  font-weight: 700;
}

.other-amount {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.other-amount2 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: none !important;
}

.min-pos {
  position: absolute;
  top: 10px;
  /* left: 5px; */
  /* right: 5px; */
  width: 100%;
}

.shares-price-mob {
  color: #000000;
  margin-top: 7%;
}

.small-investments-section .shares-card .shares-price {
  direction: ltr;
}

.small-investments-section .small-shares-card {
  display: inline-block;
  text-align: center;
  width: 100%;
  box-shadow: lightgrey 0px 2px 2px 2px;
  padding: 5px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small-investments-section .small-shares-card.active {
  border: 2px solid #f99050;
}

.small-investments-section .shares-card.active {
  border: 2px solid #f99050;
}

.small-investments-section .small-shares-card .shares-amount {
  color: #f8904f;
  font-size: 20px;
}

.small-investments-section .small-shares-card .shares-price {
  color: lightgrey;
  font-size: 14px;
  direction: ltr;
}

.small-investments-section .small-calculator-button {
  bottom: 0;
  text-align: center;
  padding: 12px 0;
  color: rgb(197, 197, 197);
  background-color: rgb(240, 240, 240);
  font-size: 16px;
  width: 30%;
  /* border: 1px solid lightgrey;
  box-shadow: 0 2px 3px 2px lightgrey;*/
  box-shadow: 0 2px 3px 2px #d3d3d38f;
  float: right;
  cursor: pointer;
}

.small-investments-section .small-calculator-button.active {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  height: 45px;
  font-weight: 300;
  /* margin-right: 3%; */
}

.small-investments-section .mobile-calculator-button {
  bottom: 0;
  text-align: center;
  padding: 5px 0;
  color: rgb(197, 197, 197);
  background-color: rgb(240, 240, 240);
  font-size: 14px;
  /* border: 1px solid lightgrey;
box-shadow: 0 2px 3px 2px lightgrey;*/
  box-shadow: 0 2px 3px 2px #d3d3d38f;
  float: right;
  cursor: pointer;
}

.small-investments-section .mobile-calculator-button.active {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  /* margin-left:  8px; */
  padding: 5px 8px;
  font-size: 12px;
}

.small-investments-section {
  padding: 0 20%;
  border: 1px solid #e6e6e6;
  /* height: 100%; */
  background-color: white;
  border-radius: 3px;
  height: 81px;
}

.headerShares {
  color: #f99050;
  font-size: 18px;
  margin-left: -15%;
}

.headerSharesMoney {
  color: black;
  margin-left: 3%;
}

.expectedComment {
  font-size: 14px;
  color: black;
}

.small-company-logo {
  width: 60%;
}

.shares-number-input {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.shares-number-input .shares-input-container {
  /* border: 1px solid lightgrey;
    box-shadow: lightgrey 0 2px 3px 2px; */
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.shares-number-input .average-investment {
  padding-top: 15px;
  text-align: center;
  /* margin: 15px 0; */
}

.investments-section .plus,
.minus,
.shares-input {
  margin: 0 !important;
  height: 50px;
  text-align: center;
  cursor: pointer;
  padding: 0 !important;
  width: 85%;
}

.investments-section .shares-input input {
  text-align: center;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.investments-section .plus .minus {
  background-color: rgb(240, 240, 240);
  color: rgb(197, 197, 197);
  font-size: 20px;
  padding: 11px;
}

.plus,
.minus {
  background-color: #f8904f;
  color: #fff;
  font-size: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
}

/* .calc-stocks-text {
    text-align: center;
    font-size: 15px;
    margin: 2% 0;
}

.calc-stocks-text span {
    color: #f8904f;
} */

.purchase-details {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0;
  border: 2px solid #f8904f;
  margin-top: 20px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
}

.purchase-details .amount {
  color: #f8904f;
  font-size: 20px;
}

.purchase-details .percentage {
  color: black;
  margin-top: 5px;
}

.purchase-details .available-investment {
  /* margin-top: 10px; */
  color: lightgrey;
  font-size: 13px;
  direction: ltr;
}

.available-investment {
  /* margin-top: 10px; */
  color: lightgrey;
  font-size: 13px;
  direction: ltr;
}

.investments-section .calculator-button {
  /* position: absolute; */
  bottom: 0;
  /* margin-bottom: 25px; */
  text-align: center;
  padding: 12px 0;
  color: rgb(197, 197, 197);
  background-color: rgb(240, 240, 240);
  font-size: 16px;
  width: 100%;
  /* border: 1px solid lightgrey;
  box-shadow: 0 2px 3px 2px lightgrey;*/
  box-shadow: 0 2px 3px 2px #d3d3d38f;
  float: right;
  cursor: pointer;
}

.calculator-button {
  /* position: absolute; */
  bottom: 0;
  /* margin-bottom: 25px; */
  text-align: center;
  padding: 12px 0;
  color: rgb(197, 197, 197);
  background-color: rgb(240, 240, 240);
  font-size: 16px;
  width: 100%;
  /* border: 1px solid lightgrey;
  box-shadow: 0 2px 3px 2px lightgrey;*/
  box-shadow: 0 2px 3px 2px #d3d3d38f;
  float: none;
  cursor: pointer;
}

.calculator-button.active {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.investments-section .calculator-button.active {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

/*campaign details Fifth section */

.tabsQuestions .comp_tabs {
  margin: 0;
}

.tabsQuestions .comp_tabs :hover,
.tabsQuestions .comp_tabs .active a {
  border: 0px;
}

.campaign-tab {
  /* overflow-x: hidden; */
  -height: 50px;
  /* width: 100%; */
  padding: 20px;
  /* position: relative; */
  /* max-height: 650px;*/
  background-color: white;
  margin: 0 15px;
}

.img-container {
  margin: auto;
  display: block;
  text-align: center;
}

.img-container img {
  width: 60%;
  height: 35%;
}

.tabsQuestions {
  /* height: 500px; */
  padding-right: 0;
  overflow: hidden;
  margin-top: 15px;
}

.bold {
  font-weight: 700;
}

.questions-component {
  padding-left: 0 !important;
}

.questions-title {
  display: inline-block;
  margin-top: -2px !important;
}

.question-row {
  padding: 15px !important;
  border-radius: 3px;
  width: 750px;
  /* height: 63px; */
}

.question-row:hover {
  color: #f99050 !important;
}

.panel-body {
  border-top: none !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-right: 16px !important;
}

.answer-content {
  margin-bottom: 12px;
  margin-right: 5px;
  width: 85% !important;
  padding-top: 0 !important;
}

.logos img {
  /* width:106px;
    height:24px; */
}

.logos {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 56px;
  padding-bottom: 32px;
  margin-bottom: 0;
  align-items: center;
}
.logos span {
  width: 16%;
  text-align: center;
  margin: 2% 0;
}
.logos img {
  height: 30px;
  width: auto;
}
.panel-group-questions {
  margin-bottom: 10px !important;
}

.icon-row-question {
  top: 9px !important;
  font-size: 30px !important;
  left: 20px !important;
}

.icon-investor {
  width: 18%;
}
#owl-partners div {
  /* display: flex;
    flex-wrap: wrap; */
}
#owl-partners .owl-item div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 4% 0;
}
#owl-partners.owl-carousel .owl-item img {
  max-width: 100px;
  margin: 3%;
}
.question-title {
  font-weight: 600;
  font-size: 18px;
  padding-left: 17px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-top: 16px;
  align-items: center;
}

.question-title-cmp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.investmentsLogos img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  margin-right: 30px;
  padding-top: 6px;
  margin-top: 24px;
}

.investmentsDivCmp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 97px 60px 98px;
}

.investmentsLogoDiv img {
  max-width: 120px;
}

.investmentsDivButton {
  margin-top: 32px;
  padding-left: 43px;
  padding-right: 43px;
}

.footerHeaders {
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}

.footerDontMiss {
  font-size: 18px;
  font-weight: 800;
  color: #424242;
  margin-bottom: 8px;
  text-align: center;
}

.dontMissP {
  font-size: 16px;
  text-align: center;
  color: #616161;
  margin-bottom: 0;
}

.footerText {
  color: #616161;
  margin-top: 16px;
  margin-bottom: 16px;
}

.investmentsText {
  font-size: 18px;
  color: #616161;
  text-align: center;
  margin-top: 8px;
}

.answer-content {
  /* padding-top: 12px !important; */
  font-size: 16px !important;
}

.active-answer {
  /* font-size: 18px; */
  font-weight: 600;
  text-align: right;
  color: #f99050;
}

.question-sticky {
  position: fixed !important;
  top: 82px;
  width: 360px;
  z-index: 2;
}

.question-sticky2 {
  position: fixed !important;
  top: 82px;
  width: 360px;
  z-index: 2;
}

.faqQuestionsFontSize {
  font-size: 16px;
  padding-right: 32px;
}

.nisayon {
  position: relative !important;
}

.question-answer-block {
  /* border: 1px solid #e6e6e6 !important; */
  background-color: white !important;
  border-radius: 3px !important;
  margin-top: 15px;
}

.advanced-tabs {
  margin-top: 42px;
  border: 1px solid #e6e6e6;
  /* height: 100%; */
  background-color: white;
  border-radius: 3px;
  /* padding-right: 0px !important; */
  /* padding-right: 0!important; */
  /* padding-left: 0!important; */
  /* margin-left: 17px; */
}

#top-investor-popup .modal-content {
  margin-top: 10%;
  min-height: 600px;
  height: 800px;
  text-align: center;
}

#campaign-certification-economy-popup .modal-content,
#campaign-certification-Innovation-popup .modal-content {
  margin-top: 10%;
  min-height: 600px;
  max-height: 800px;
  text-align: center;
}

#campaign-certification-economy-popup .modal-content,
#campaign-certification-Innovation-popup .modal-content,
#top-investor-popup .modal-content {
  padding-top: 20px;
  border-radius: 5px;
}

#campaign-certification-economy-popup .popup-title,
#campaign-certification-Innovation-popup .popup-title,
#top-investor-popup .popup-title {
  color: #f8904f;
}

#top-investor-popup {
}

.calc-by {
  margin-bottom: 10px;
  font-size: 16px;
}

.by-stocks {
  cursor: pointer;
  color: #c7c7c7;
  text-decoration: underline;
}

.by-money {
  color: #c7c7c7;
  text-decoration: underline;
  margin-right: 10px;
  cursor: pointer;
}

.by-stocks.active {
  color: #f99050;
  padding: 1px 5px;
  border: 1px solid #f99050;
}

.by-money.active {
  color: #f99050;
  padding: 1px 5px;
  border: 1px solid #f99050;
  text-decoration: unset;
}

.body-content {
  margin-bottom: 2%;
  /* width: 100%; */
}

.nadlanBg {
  background: #50b8f9 !important;
  color: white !important;
}

.section {
  /* padding-right: 0 !important; */
}

.advanced-small-progress-bar {
  padding: 0 20px;
}

.right-side {
  float: right;
}

.left-side {
  /* float: left; */
  /* padding: 0; */
}

.title-small-calculator {
  margin-bottom: 30px;
  font-weight: 700;
}

.small-calculator-label {
  display: inline-block;
  margin-top: 20px;
}

.small-calc-logo {
  width: 15%;
  margin-top: -14px;
}

.align-investments-center {
  align-items: center;
}

.campaign-banner-title-mobile {
  display: none;
}

.campaign-carousel .carousel .carousel-inner {
  /* margin: 5px 10px 0 0 !important; */
}

.shares-input input {
  height: 50px;
}

.cmp-header-btn {
  text-align: center;
  background-color: #ffffff;
  color: black;
  padding: 8px 10px;
  border-radius: 2px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.icon-to-right {
  margin-left: 5px;
}

.cmp-header-icon-btn {
  text-align: center;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  cursor: pointer;
}

.cmp-header-btn:hover {
  background-color: #d5d4d4;
}

/*.cmp-header-btn .icon {
    padding: 0 0 0 5px;
}*/

.cmp-header-btn .text {
  font-size: 14px;
}

.cmp-header-btn-pos1 {
  /* width: 22.5%; */
  /* bottom: 6%; */
  /* left: 1.5%; */
}

.cmp-header-btn-pos2 {
  width: 100%;
  margin-top: 5%;
}

.cmp-header-btn-pos3 {
  width: 50%;
  margin-top: 5%;
}

.cmp-header-icon-btn-pos1 {
  bottom: 22%;
  width: 12%;
  left: 2%;
}

.cmp-header-icon-btn-pos2 {
  bottom: 1%;
  width: 12%;
  left: 2%;
}

.cmp-header-icon-btn-pos3 {
  bottom: 1%;
  width: 12%;
  left: 12%;
}

.investor-left-img {
  max-width: 50% !important;
  text-align: center;
  margin: 0 25% 0 25%;
}

.investor-left-text {
  font-size: 17px;
  text-align: center;
  margin: 0 15% 0 15%;
}

.investor-right-img {
  max-width: 80% !important;
  margin: 0 0 0 10%;
}

.top-investor-certficate-text {
  color: #a4a4a6;
}

.certficate-title {
  color: #f4c30e;
}

.investor-certficate-right-img {
  max-width: 80% !important;
}

.option-calculator-label {
  display: flex;
  height: 50px;
  padding: 0 !important;
}

.option-calculator-label span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  left: -12%;
  right: 3%;
  position: absolute;
}

.investor-certficate-right-img-modal {
  height: 75px !important;
  /*margin-top: 10px;*/
  margin: 10px auto 0 auto;
}

.investor-certficate-left-img-modal {
  height: 75px !important;
  margin-top: 10px;
}

.close-btn {
  position: absolute;
  right: 0;
  margin: -5px;
  color: #f8904f;
  cursor: pointer;
}

.investor-certficate-economy-btn {
  position: absolute;
  bottom: 0;
  padding: 12px 0;
  background-color: #f8904f;
  font-size: 16px;
  width: 300px;
  border: 1px solid #f8904f;
  box-shadow: 0 2px 3px 2px lightgrey;
  float: right;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  max-width: 50%;
  margin: 3% 25% 3% 25%;
  cursor: pointer;
}

.close-btn::before {
  margin: 0 24px 0 0;
}

.close-btn-block {
  width: 10px;
  height: 10px;
  margin-right: -16px;
  margin-top: 0px;
  position: absolute;
  cursor: pointer;
}

.shares-input input {
  font-size: 24px;
  /*font-weight: bold;*/
  color: #000;
  text-align: center;
  width: 100%;
}

.shares-input input + input {
  font-size: 24px;
  /*font-weight: bold;*/
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.shares-input input::-webkit-outer-spin-button,
.shares-input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.linkedin-btn-icon {
  background-color: rgb(79, 152, 214);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  padding: 5px 6px 5px 7px;
  color: #ffffff;
}

.investor-data-popup {
  float: right;
}

.data-popup {
  float: right;
  width: 108px;
  text-align: right;
}

.data-popup-max-width {
  width: 140px;
}

.value-data-popup {
  font-weight: bold;
  color: #f8904f;
}

.popup-text-block {
  position: relative;
  float: right;
  text-align: right;
  margin: 150px 24px 24px 24px;
  border-top: 1px solid #b8b2b2;
}

.popup-text-section {
  margin-top: 15px;
}

.investor-footer-popup {
  width: 100%;
  position: absolute;
  background-color: rgb(79, 152, 214);
  bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.investor-footer-content {
  height: 100px;
  padding: 10px 30px;
}

.investor-description-popup {
  text-align: right;
  color: #ffffff;
}

.investor-question-label-popup b {
  font-size: 16px;
  color: #ffffff;
}

.investor-question-label-popup {
  margin: 25px 0;
  padding-right: 0;
}

.investor-right-img-popup {
  margin: 15px -10px 15px 0;
}

.comp_tabs {
  /* position: relative; */
  /* width: 101%; */
  /*margin-right: -23px !important;*/
  /* border-radius: 3px; */
  /* border: 1px solid #e6e6e6  */
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
}

.icons-row-carosoul {
  padding-right: 0 !important;
}

.icon-carosoul {
  padding-right: 0 !important;
  margin-top: 22px;
}

.feature-icon-title {
  width: 15px;
  height: 15px;
}

.feature-title-block {
  margin: 5px 0 5px 5px;
  background-color: #f8904f;
  border-radius: 20px;
  display: inline;
  padding: 0px 4px 3px 0;
  width: 20px;
  height: 20px;
}

.questions-icon-title {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 2px !important;
}

.quality-icon-mobile {
  width: 35px !important;
  height: 35px !important;
}

.investor-tab-img {
  max-width: 80% !important;
  text-align: center;
  margin: 0 10% 0 10%;
}

.investor-tab-name {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.investor-tab-linkedin {
  text-align: center;
  margin: 0;
}

.investor-data-mobile {
  line-height: 28px;
  text-align: right;
}

.investor-text-block-mobile {
  position: relative;
  float: right;
  text-align: right;
  margin: 24px 24px 24px 24px;
  border-top: 1px solid #b8b2b2;
}

.investor-footer-mobile {
  width: 100%;
  background-color: rgb(79, 152, 214);
  border-radius: 5px;
  margin: 30px 0 0 0;
  height: 150px;
}

.investor-footer-content-mobile {
  height: 100px;
  padding: 5px 5px;
}

.investor-title-img-mobile {
  float: right !important;
  width: 30px;
  height: 30px;
  margin: 7px 0 0 10px;
  padding: 0 !important;
  display: flex;
}

.investor-title-mobile {
  margin: 10px 0;
  padding: 0 !important;
  float: right !important;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

.linkedin-icon-block {
  text-align: center;
}

/* ppl2 */

#ppl2login .modal-dialog {
  width: 100%;
  margin: 30px auto;
  max-width: 800px;
}

#ppl2login .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 2% 0;
  margin-left: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}

#ppl2login .header .text {
  font-size: 22px;
  font-weight: bold;
}

#ppl2login .header .buttons-container {
  display: flex;
  flex-direction: row;
  width: 40%;
  text-align: left;
  justify-content: flex-end;
}

#ppl2login .header .buttons-container .button {
  padding: 2%;
  width: 50%;
  text-align: center;
  font-size: 15px;
  margin-right: 0px;
}

#ppl2login .header .buttons-container .button.active {
  color: #f99050;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#ppl2login {
  /* display: flex; */
  /* align-items: center; */
}

#ppl2login .body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#ppl2login .social-side {
  /* width: 100%; */
  /* padding: 5% 0 0 5%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#ppl2login .bottom-header {
  display: none;
}

/*.connect-or {
    display: none;
    position: absolute;
    top: 162px;
    right: 44.5%;
    background-color: #fff;

    padding: 2% 0;
    text-align: center;
    color: lightgray;
}*/

#ppl2login .social-side .social-connect-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15%;
  border-left: 1px solid #e5e5e5;
  flex-wrap: wrap;
}

#ppl2login .social-side .social-connect-buttons .btn {
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  /* margin-bottom:  15px; */
  text-align: right;
  display: flex;
  align-items: center;
  padding: 9px 15px;
  margin: 5px 0;
  width: 100%;
}

#ppl2login .social-side .social-connect-buttons .btn .icon {
  width: 18%;
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
  padding-left: 15px;
}

#ppl2login .social-side .social-connect-buttons .btn .text {
}

#ppl2login .social-side .no-login-invest-text {
  font-size: 12px;
  color: #d1d1d1;
  text-decoration: underline;
  cursor: pointer;
}

#ppl2login .form-side {
  /* width: 100%; */
  /* padding: 3% 3% 0 3%; */
}

#ppl2login .form-side .txt-input-item {
  margin: 0 0 10px 0;
}

#ppl2login .form-side .txt-input-item .text {
  /* font-weight:  bold; */
}

#ppl2login .form-side .checkbox-text {
  /* font-weight:  bold; */
  font-size: 12px;
}

#ppl2login .continue {
  text-align: center;
  font-size: 18px;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #39b54a;
  color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

/* progress bar */

.ppl2 .workflow {
  /* counter-reset: step; */
  display: flex;
  padding: 0;
  max-width: 775px;
  margin: 0 auto 36px auto;
}

.ppl2 .workflow li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #c7c7c7;
}

.ppl2 .workflow li:before {
  display: block;
  z-index: 28;
  width: 40px;
  height: 40px;
  content: "\e008";
  counter-increment: step;
  line-height: 27px;
  border: 2px solid #c7c7c7;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  background-color: white;
  font-family: "Glyphicons Halflings";
  position: relative;
  font-size: 20px;
  padding: 5px 5px 5px 5px;
}

.ppl2 .workflow li.profile-node:before {
  content: "\e008";
}

.ppl2 .workflow li.agreement-node:before {
  content: "\e043";
  padding: 5px 5px 5px 2px;
}

.ppl2 .workflow li.payment-node:before {
  content: "\e177";
}

.ppl2 .workflow li.final-node:before {
  content: "\e034";
  padding: 5px 3px 5px 5px;
}

.ppl2 .workflow li:after {
  width: 85%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #c7c7c7;
  top: 15px;
  left: 57.5%;
}

.ppl2 .workflow li:first-child:after {
  content: none;
}

.ppl2 .workflow li.active {
  color: #22b573;
  font-weight: bold;
}

.ppl2 .workflow li.active:before {
  background-color: #22b573;
  color: white;
  border-color: #22b573;
}

.ppl2 .workflow li.active + li:after {
  z-index: 0;
}

/* end progress bar */

/* input started */

.ppl2 .form-group {
}

.ppl2 .form-group .label {
  color: #404040;
  font-size: 14px;
  padding: 0;
}

.ppl2 .form-group .input-group {
  direction: ltr;
  border: 1px solid;
  border-color: #e8e8e8;
  border-radius: 5px;
  width: 100%;
}

.ppl2 .form-group .form-control {
  border: none;
  border-radius: 5px;
}

.ppl2 .form-group .input-group-addon {
  background-color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #bbbbbb;
  border-left: 1px solid #e8e8e8;
  border: 0 !important;
  border-left: 1px solid #e8e8e8 !important;
}

.ppl2 .form-group .sex {
  display: flex;
  align-items: center;
  height: 23px;
  justify-content: center;
}

/* input ended */

#ppl2profile .modal-dialog {
  width: 90%;
  max-width: 1250px;
}

#ppl2profile .header {
  width: 102%;
  margin: 0 -1%;
  border-radius: 7px;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  text-align: right;
}

#ppl2profile .header .logo {
  width: 5%;
  margin: 0 5px 0 0;
}

#ppl2profile .header .text {
  display: flex;
  align-items: baseline;
}

#ppl2profile .header .text .company-name {
  font-weight: bold;
}

#ppl2profile .header .text .invest-price {
  font-weight: bold;
  color: #f99050;
}

#ppl2profile .body {
}

#ppl2profile .yazam-or-mashkia {
  justify-content: space-around;
  display: flex;
  padding: 50px 5%;
}

#ppl2profile .yazam-or-mashkia .mashkia-btn {
  background-color: #22b573;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #22b573;
  display: inline-block;
  padding: 9px 50px;
  font-size: 40px;
}

#ppl2profile .yazam-or-mashkia .yazam-btn {
  background-color: #22b573;
  padding: 9px 50px;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #22b573;
  display: inline-block;
  padding: 9px 50px;
  font-size: 40px;
}

#ppl2profile .workflow-container {
  width: 100%;
}

#ppl2profile .pb-step-title {
  font-size: 26px;
  font-weight: bold;
  padding: 0 2%;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ppl2profile .pb-step-sub-title {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 3% 0 6%;
}

#ppl2profile .form {
  position: relative;
  /* padding: 0 5%; */
  display: flex;
}

#ppl2profile .form-no-padd {
  padding: 0 !important;
}

#ppl2profile .form .part1 {
  /* display: flex; */
}

#ppl2profile .form .part2 {
}

#ppl2profile .form .part3 {
  /* padding: 2% 3%; */
}

#ppl2profile .form .title {
  color: #f99050;
  /* margin-top: 15px; */
  font-size: 13px !important;
  /* font-weight: bold; */
  /* border-bottom: 1px solid #bfbfbf; */
  /* border: none; */
}

#ppl2profile .form .optional {
  color: #22b573;
  font-size: 16px;
}

#ppl2profile .form .title2 {
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

.income-option {
  color: black;
  margin: 0px 0;
  display: flex;
  cursor: pointer;
  margin-bottom: 14px;
  align-items: center;
}

.income-option .icon {
  font-size: 28px;
  padding: 0;
  color: #dadada;
}

.income-option .icon.active {
  color: #22b573;
}

.income-option .icon i {
  color: #bfbfbf;
  border: 1px solid;
  border-radius: 22px;
  padding: 5px;
}

.income-option .info {
  margin: 0;
  text-align: right;
  padding-right: 15px;
  border: none;
  font-size: 15px;
}

.income-option .info .title {
  border: none;
  font-size: 19px !important;
  margin: 0;
  color: #f99050;
}

.income-option .info .title.active {
  color: #22b573;
}

.income-option .info .desc {
  border: none;
}

.income-option .info .read-more {
  color: #bfbfbf;
  font-size: 12px;
  text-decoration: underline;
}

#ppl2profile .form .make-sure {
  font-weight: bold;
  /* margin: 19px 0; */
  font-size: 10px;
  /* text-align:  center; */
  margin-top: 0;
  /* margin-bottom: 19px; */
}

.continue {
  background-color: #22b573;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

#ppl2profile .explain-text {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 7px;
  margin-top: 39px;
  margin-right: 8%;
  line-height: 28px;
}

#ppl2profile .explain-text .title {
  color: #000000;
  font-weight: bold;
  font-size: 19px !important;
  margin: 0;
  margin-bottom: 11px;
}

#ppl2profile .explain-text .text {
}

#ppl2profile .flow-dialog {
  /* position: absolute; */
  /* left: -4%; */
  /* background-color: white; */
  /* border: 1px solid #e0e0e0; */
  /* padding: 15px 25px; */
  /* width: 62%; */
  border-radius: 10px;
  text-align: center;
  /* box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2); */
  /* top: -4%; */
  /* z-index: 9999; */
}

#ppl2profile .flow-dialog .step1 .title {
  color: black;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
}

#ppl2profile .flow-dialog .step1 .income-option .desc {
}

#ppl2profile .continue {
  background-color: #22b573;
  display: inline-block;
  padding: 9px 50px;
  font-size: 16px;
  border: none;
  width: 100%;
}

button[disabled] {
  cursor: default !important;
  background-color: #f0f0f0 !important;
  color: #c5c5c5 !important;
}

#ppl2profile .continue.disable {
  background-color: #f0f0f0;
  color: #c5c5c5;
  pointer-events: none;
}

#ppl2profile .flow-dialog .step1 .seperator {
  border-color: #e0e0e0;
  margin: 19px 0 19px 0;
}

#ppl2profile .flow-dialog .step1 .notes {
  text-align: right;
  font-size: 11px;
  margin-top: 16px;
}

#ppl2profile .flow-dialog .step2 .title {
  color: black;
  font-size: 15px !important;
  font-weight: bold;
  text-align: right;
  margin-bottom: 35px;
}

#ppl2profile .flow-dialog .step2 .info {
  background-color: #f0f0f0;
  text-align: right;
  padding: 15px;
}

#ppl2profile .flow-dialog .step2 .content2 {
  /* padding: 0 16%; */
}

#ppl2profile .flow-dialog .step2 .content2 .allow-amount {
  margin: 17px 0 1px 0;
  font-weight: bold;
}

#ppl2profile .flow-dialog .step2 .content2 .amount {
  color: #f99050;
  font-size: 32px;
}

#ppl2profile .continue {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppl2profile .continue.active {
}

#ppl2profile .flow-dialog .input-group,
#ppl2profile .insert-amount .input-group {
  direction: ltr;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 6px 2px;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  background-color: white;
}

#ppl2profile .flow-dialog .input-group-addon,
#ppl2profile .insert-amount .input-group-addon {
  background-color: white;
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 0 18px;
  border-right: 1px solid #eaeaea;
}

#ppl2profile .flow-dialog .form-control,
#ppl2profile .insert-amount .form-control {
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #f99050;
  font-size: 18px;
  box-shadow: none;
}

#ppl2profile .warning-dialog {
  /* position: absolute; */
  /* background-color: white; */
  /* z-index: 99999; */
  /* width: 102%; */
  /* height: 100%; */
  /* margin: 0; */
  /* left: 0; */
  /* left: 0; */
  /* top: -117px; */
  /* padding: 1% 5%; */
  /* margin: 0 5%;*/
  /* border: 1px solid #e2e2e2; */
  /* border-radius: 15px; */
  /* box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2); */
  height: 300px;
  overflow: auto;
  margin: 15px 0;
}

#ppl2profile .warning-dialog .title {
  font-size: 21px !important;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 11px;
}

#ppl2profile .warning-dialog .text {
  font-size: 14px;
  padding: 7px 0;
}

#ppl2profile .warning-dialog .btns-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
}

#ppl2profile .warning-dialog .btns-container .cancel-btn {
  font-size: 18px;
  padding: 0;
  margin: 15px 15px 15px 30px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.left-btn-icon {
  font-size: 12px;
}

.blur-layer {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#ppl2profile .step2 {
}

#ppl2profile .step2 .warning-box,
#ppl2profile .step3 .warning-box {
  background-color: #f8f8f8;
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  /* border: 1px solid #c5c5c5; */
  margin-bottom: 15px;
}

#ppl2profile .step2 .warning-box .title,
#ppl2profile .step3 .warning-box .title {
  color: #d12626;
}

#ppl2profile .step2 .warning-box .insert-amount,
#ppl2profile .step3 .warning-box .insert-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 5%; */
  /* margin-top: 22px; */
}

#ppl2profile .step2 .warning-box .insert-amount .text,
#ppl2profile .step3 .warning-box .insert-amount .text {
  display: inline-block;
  font-size: 17px;
}

#ppl2profile .content,
#ppl2login .content {
  padding: 0 4%;
}

#ppl2profile .step2 .content .change-btn,
#ppl2profile .step3 .change-btn {
  text-decoration: underline;
  text-align: center;
  color: #23b573;
  font-size: 12px;
  /* margin-bottom: 15px; */
  /* padding: 29px 0 0px 0; */
}

#ppl2profile .step2 .content .deal-details {
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f0f0;
  margin-top: 54px;
}

#ppl2profile .step2 .content .deal-details .company-name {
  font-size: 19px;
  letter-spacing: 1.3px;
  /* margin-bottom: 15px; */
}

#ppl2profile .step2 .content .deal-details .first-name {
  color: #f99050;
  font-size: 29px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}

#ppl2profile .step2 .content .deal-details .info {
  font-size: 15px;
  /* line-height: 22px; */
  /* border: 1px solid #f0f0f0; */
  /* border-radius: 7px; */
  padding: 5px;
  margin: 0;
}

#ppl2profile .step2 .content .deal-details .deal-stock {
  color: #f99050;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  /* border: 1px solid #f0f0f0; */
  border-radius: 7px;
  padding: 5px 16px;
}

#ppl2profile .step2 .content .deal-details .stock-money {
  color: #727272;
}

#ppl2profile .step2 .content .deal-details .stock-money span {
  font-weight: bold;
}

#ppl2profile .step2 .content .tabs-ocntainer {
  display: flex;
  /* border-bottom: 1px solid #dadada; */
}

#ppl2profile .step2 .content .tab {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
}

#ppl2profile .step2 .content .tab.active {
  border-bottom: 3px solid #f99050;
  font-weight: bold;
}

#ppl2profile .step2 .content .pdf-container {
  height: 500px;
  width: 100%;
  direction: ltr;
  text-align: center;
}

#ppl2profile .step2 .i-double-agree {
  color: #22b573;
  display: flex;
  align-items: center;
}

#ppl2profile .step2 .i-double-agree.disable {
  color: #6b6b6b;
}

#ppl2profile .step2 .i-double-agree .icon {
  font-size: 90px;
  margin-left: 21px;
  cursor: pointer;
}

#ppl2profile .step2 .i-double-agree .text {
  font-weight: bold;
  font-size: 18px;
}

#ppl2profile .step2 {
}

#ppl2profile .step2 .content {
  padding: 0 4%;
}

#ppl2profile .step3 {
  max-width: 1000px;
  margin: 0 auto;
}

#ppl2profile .step3 .summary {
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 23px;
  border-radius: 5px;
  line-height: 22px;
}

#ppl2profile .step3 .summary .bold {
  margin-top: 15px;
  font-size: 16px;
}

#ppl2profile .step3 .cc-iframe {
  /* height: 500px; */
  /* font-size: 70px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #eadbdb; */
}

#ppl2profile .step3 .transfer-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

#ppl2profile .step3 .to-transfer-btn {
  font-size: 14px;
  padding-right: 2%;
  width: 30%;
}

#ppl2profile .step3 .content .choose-bank {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 2px;
}

#ppl2profile .step3 .content .pay-attention {
  color: #4a85de;
  margin-bottom: 20px;
}

#ppl2profile .step3 .content .banks-container {
  display: flex;
  width: 101%;
  flex-wrap: wrap;
}

#ppl2profile .step3 .content .banks-container .bank-img {
  padding: 3%;
  cursor: pointer;
}

#ppl2profile .step3 .content .bank-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#ppl2profile .step3 .content .bank-header .bank-logo {
  margin-left: 2%;
}

#ppl2profile .step3 .content .bank-header .other-bank {
  font-size: 12px;
  text-decoration: underline;
  color: #909090;
}

#ppl2profile .step3 .content .bank-fast {
}

#ppl2profile .step3 .content .bank-movie {
  font-size: 10px;
  font-weight: bold;
  margin-top: 22px;
}

#ppl2profile .step3 .content .bank-login {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 21px;
  margin-bottom: 20px;
}

#ppl2profile .step3 .content .bank-or {
  text-align: center;
  margin: -30px 0 0 0;
  color: #f0f0f0;
}

#ppl2profile .step3 .content .bank-or .bank-or-text {
  background-color: white;
  padding: 2px 15px;
}

#ppl2profile .step3 .content .bank-contact {
  line-height: 23px;
}

#ppl2profile .step3 .content .transfer-title {
}

#ppl2profile .step3 .content .print {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}

#ppl2profile .step3 .print .icon {
  display: inline-block;
  width: 33px;
  height: 34px;
  margin-left: 20px;
}

#ppl2profile .step3 .content .print .text {
}

#ppl2profile .step3 .content .did-transfer {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

#ppl2profile .back-btn {
}

#ppl2profile .step2 .warning-box .insert-amount div,
#ppl2profile .step3 .warning-box .insert-amount div {
  margin: 0 2%;
}

.simple-link {
  color: #f99050;
  text-decoration: underline !important;
  cursor: pointer;
}

.user-investments-status-section2 {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

/*****************************************************status style*****************************************************/

.user-investments-status-section {
  max-width: 850px;
  width: 75%;
  float: left;
  position: relative;
}

.user-investments-status-section .investment-card {
  padding: 10px 15px 30px 15px;
  background: white;
  color: black;
  border-radius: 5px;
  margin-bottom: 20px;
}

.title {
  font-size: 19px !important;
}

.bank-transaction-title {
  margin-bottom: 0;
}

.bank-transaction-sub-title {
  font-size: 18px;
  margin-bottom: 25px;
}

.user-investments-status-section .investment-card .details-section {
  text-align: center;
  padding: 20px 0;
  background: rgb(248, 248, 248);
}

.user-investments-status-section
  .investment-card
  .details-section
  .campaign-logo {
  width: 50%;
  margin: auto;
}

.user-investments-status-section
  .investment-card
  .details-section
  .investment-detail {
  margin-top: 40px;
  color: grey;
  font-weight: 400;
}

.user-investments-status-section
  .investment-card
  .details-section
  .investment-detail
  p {
  margin: 0;
}

.user-investments-status-section .investment-card.success .title {
  color: rgb(57, 181, 84);
  margin-bottom: 30px;
}

.user-investments-status-section .investment-card .separator {
  width: 100%;
  height: 1px;
  background: lightgrey;
  margin: 30px 0;
}

.user-investments-status-section
  .investment-card.success
  .sharing-links-section {
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

.user-investments-status-section
  .investment-card.success
  .sharing-links-section
  .share-card {
  color: #f8904f;
  border: 1px solid lightgrey;
  box-shadow: lightgrey 3px 3px 3px;
  max-height: 100px;
  max-width: 132px;
  padding: 15px 0 10px 0;
  margin-left: 5%;
  text-align: center;
  font-size: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.user-investments-status-section
  .investment-card.success
  .sharing-links-section
  .share-card
  img {
  margin: auto;
  width: 30%;
  display: block;
  margin-bottom: 10px;
}

.full-size {
  height: 100%;
  width: 100%;
}

.black {
  color: black;
}

.user-investments-status-section .investment-card.pending .title {
  color: rgb(89, 139, 231) !important;
}

.user-investments-status-section .org-btn {
  background-color: #f8904f;
  width: 100%;
  height: 12%;
  font-weight: bold;
  font-size: 13px;
  color: white;
  border-radius: 5px;
  text-align: center;
  margin: 3% 0;
  padding: 9px 0;
  cursor: pointer;
}

.user-investments-status-section
  .investment-card.pending
  .file-upload-section
  .file-upload {
  border: solid 3px #f8904f;
  text-align: center;
  height: 150px;
  padding: 75px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.user-investments-status-section
  .investment-card.pending
  .file-upload-section
  .file-upload
  .upload-img {
  width: 20%;
  color: #f8904f;
}

.user-investments-status-section
  .investment-card.pending
  .file-upload-section
  .file-upload
  .helper-link {
}

.user-investments-status-section .investment-card .transactions-table-details {
  box-shadow: lightgrey -3px 3px 3px;
  border: 1px solid lightgray;
  padding: 5px 19px;
  font-size: 13px;
  border-radius: 3px;
}

.user-investments-status-section
  .investment-card
  .transactions-table-details
  .row {
  margin-bottom: 5px;
}

.user-investments-status-section
  .investment-card
  .transactions-table-details:last-child {
  margin: 10px 0 0 0;
}

.no-side-padding {
  padding-right: 0;
  padding-left: 0;
}

.user-investments-status-section .investment-card a {
  color: #f8904f;
  display: block;
  text-decoration: underline;
  text-decoration: none;
}

.user-investments-status-section .investment-card .ctn-action-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-investments-status-section .investment-card .ctn-action-links {
  margin: 20px 0;
  /* width:45%; */
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-align: center;
}

.user-investments-status-section .investment-card .ctn-action-links a {
  display: inline-block;
}

.user-investments-status-section .investment-card .ctn-action-links img {
  max-width: 30px;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

/*****************************************/

.warning,
.error {
  color: #ff4a4a;
}

.update {
  color: #598be7;
}

.pass {
  color: #39b554;
}

.user-investments-status-section .investment-card.investment-refund {
  text-align: center;
}

.user-investments-status-section
  .investment-card.investment-refund
  .refund-details-container {
  background: #f8f8f8;
  max-width: 250px;
  border-radius: 4px;
  text-align: right;
  margin: 20px auto;
  padding: 10px;
  font-size: 13px;
}

.user-investments-status-section
  .investment-card.investment-refund
  .manual-edit-btn {
  width: max-content;
  color: #598be7;
  display: inline-block;
  padding: 6px 20px;
  border: solid 1px #598be7;
  margin-right: 22px;
  border-radius: 4px;
}

.user-investments-status-section
  .investment-card.investment-refund
  .ref-cards-container {
  width: 80%;
  margin: 25px auto;
}

.user-investments-status-section
  .investment-card.investment-refund
  .ref-card
  img {
  width: 50%;
  margin: 10px auto;
}

.user-investments-status-section .investment-card.investment-refund .ref-card {
  font-size: 12px;
  display: inline-block;
  width: 30%;
}

.user-investments-status-section .investment-card.investment-refund .org-btn {
  width: 30%;
  margin: 7px auto;
}

.user-investments-status-section
  .investment-card.investment-refund
  .ref-card
  .gray-ctn {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 5px 7px;
  width: 90%;
  margin: auto;
  text-align: right;
}

.user-investments-status-section
  .investment-card.investment-refund
  .ref-card
  .orn-outline-btn {
  padding: 5px 0;
  margin: 5px auto;
}

.orn-outline-btn {
  color: #f8904f;
  border: solid 1px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  background: white;
}

/*****************************************/

.user-investments-status-section .investment-card .footer-notification {
  padding: 10px 15px 15px 15px;
  background: rgb(248, 248, 248);
  border-radius: 4px;
}

.notification-header-icon img {
  width: 85px;
  padding: 25px;
  cursor: pointer;
  display: block;
}

.custom-dropdown-block {
  height: 100%;
  margin: 0;
}

.custom-dropdown-block
  .custom-dropdown-section
  .progress-bar-dropdown
  .progress {
  width: 120px;
  margin: 0;
}

.dropdown-options-header {
  width: 420px !important;
  margin-right: -340px !important;
  margin-top: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  height: 450px !important;
}

.dropdown-options-header li {
  display: block;
  float: right;
  width: 100%;
  height: 150px;
  padding: 0 !important;
  border-bottom: 1px solid #cbcbc9;
}

.dropdown-options-header li:hover {
  cursor: pointer;
  background-color: #f6ded0;
  border-bottom: 1px solid #f8904f;
}

.dropdown-option-header {
  height: 100%;
}

.dropdown-option-content {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}

.dropdown-option-content-text {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  height: 100%;
  text-align: right;
}

.dropdown-option-text-1 {
  font-size: 16px;
}

.dropdown-option-text-2 {
  font-weight: bold;
  font-size: 16px;
}

.dropdown-option-row {
  color: #f8904f;
}

.dropdown-option-date {
  font-size: 12px;
  color: #999996;
  font-weight: 500;
  width: 100%;
}

#dropdown-options-header .ps__rail-y .ps__thumb-y {
  background-color: #f0b693 !important;
}

#dropdown-options-header .ps__rail-x .ps__thumb-x {
  display: none;
}

.dropdown-option-header .ps__rail-y {
  background-color: transparent !important;
}

.show-all-block {
  height: 60px !important;
  width: 100% !important;
}

.show-all-block:hover {
  background-color: white !important;
  border-bottom: 1px solid #cbcbc9 !important;
}

.show-all-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  font-weight: bold;
  color: #f8904f;
  box-shadow: lightgrey 0px 1px 15px 3px;
}

.last-option {
  border-bottom: none !important;
}

.progress-bar-header-section {
  height: 85px;
  width: 49%;
  padding: 0 !important;
}

.progress-bar-header-percent {
  line-height: 35px;
  margin: 0 30% !important;
  color: #f8904f;
  font-weight: bold;
}

.progress-bar-header-recruitment {
  line-height: 35px;
  margin: 0 20% !important;
}

#input-file {
  font-size: 12px;
  margin: 0 auto;
  width: 73px;
}

.file-uploaded-text-1 {
  text-align: center;
  padding: 30px 10px 10px 10px;
  color: rgb(57, 181, 84);
}

.file-uploaded-text-2 {
  text-align: center;
  font-size: 12px;
}

.user-investments-status-section .investment-card.denied .title-denied {
  color: rgb(57, 181, 84);
  margin-bottom: 30px;
}

.amount-recieved {
  color: rgb(57, 181, 84);
  padding-right: 0 !important;
}

.amount-recieved-label {
  padding-left: 0 !important;
}

.amount-to-pay {
  color: rgb(89, 139, 231);
  padding-right: 0 !important;
}

.amount-to-pay-label {
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.invest-denied-status-button {
  background-color: rgb(57, 181, 84);
  font-weight: bold;
  font-size: 11px;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  box-shadow: lightgrey 3px 3px 3px;
}

.invest-denied-status-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  color: grey;
  padding-left: 0;
}

.button-chevorn-icon {
  float: left;
  margin: 3px -3px 0 0;
}

.denied-status-subtitle-1 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.denied-status-subtitle-2 {
  font-size: 14px;
  margin: 0;
}

.denied-status-title {
  color: #ff4a4a !important;
}

.ctn-action-links-block {
  text-align: center;
}

.invest-buttons-block {
  margin: 50px 0 30px 0;
}

.denied-footer {
  color: rgb(231, 89, 94);
}

.pending-footer {
  color: rgb(89, 139, 231);
}

.move-bottom-footer {
  margin-top: 20px;
}

.direct-investor-sub-title {
  color: #f8904f;
}

.direct-investor-link {
  margin: 0 !important;
}

.direct-investor-left-link {
  text-align: left;
}

.investment-pending-sub-title {
  color: rgb(57, 181, 84);
  margin-top: 20px;
}

.denied-status-description {
  background: rgb(248, 248, 248);
  font-size: 13px;
  line-height: 22px;
  padding: 5px 15px !important;
}

.denied-status-description-title {
  color: #ff4a4a !important;
}

.send-investment-label {
  font-size: 16px;
  margin-top: 15px;
}

.investment-denied-title {
  color: #000000 !important;
}

.pending-update-option-label {
  margin-top: 20px;
}

.status-update-amount-recieved {
  color: #ff000a;
}

.status-update-amount-to-pay {
  color: rgb(57, 181, 84);
}

.status-update-back-money {
  color: rgb(89, 139, 231);
}

.right {
  text-align: right;
}

.right-popover-title {
  font-size: 12px;
  text-align: right;
  padding: 0 !important;
}

.right-popover-title-value {
  font-size: 14px;
  color: rgb(57, 181, 84);
}

.left-popover-title {
  font-size: 12px;
  text-align: left;
  padding: 0 !important;
}

.left-popover-title-value {
  font-size: 14px;
  color: rgb(89, 139, 231);
}

.popover-above-section {
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d3d3;
}

.right-popover-description {
  font-size: 12px;
  text-align: center;
  padding: 0 !important;
}

.right-popover-description-value {
  font-size: 14px;
  color: #f8904f;
}

.left-popover-description {
  font-size: 12px;
  text-align: center;
  padding: 0 !important;
}

.left-popover-description-value {
  font-size: 14px;
  color: #f8904f;
}

.center-popover-description {
  font-size: 12px;
  text-align: center;
  padding: 0 0 15px 0 !important;
}

.center-popover-description-value {
  font-size: 14px;
  color: #f8904f;
}

.popover-bottom-section {
  padding-top: 15px !important;
}

.no-padding-space {
  padding: 0 !important;
}

.investing-canceled {
  margin: 10px 0 !important;
}

.max-bottom-footer {
  margin-top: 35% !important;
}

.status-stock-text-1 {
  margin: 15px 0;
}

.status-stock-text-2 {
  margin: 0 0 15px 0;
}

.other-footer {
  margin-top: 12px;
}

.investing-denied-title {
  color: rgb(89, 139, 231) !important;
}

.label-background {
  background: rgb(248, 248, 248);
  padding: 10px 15px !important;
}

.investments-section {
}

.investments-section-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 1.5% 0;
}

.pac-container {
  z-index: 99999999;
}

.table-fix {
  display: flex;
  flex-direction: column;
}

.rivuah {
  padding-bottom: 5%;
}

.seemore {
  cursor: pointer;
  color: #f8904f;
  margin-top: 17%;
  text-align: center;
}

.addvid {
  position: absolute;
  left: -64px;
  top: 10px;
}

.f-end {
  display: flex;
  justify-content: flex-end;
}


.creditIframe {
  width: 100%;
  height: 100%;
}

.soon-cube {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
  text-align: center;
  padding: 7%;
  height: 172px;
  /* margin-top: 15px; */
}

.soon-cube2 {
  display: none;
}

.soon-cube-title {
  font-weight: bold;
  margin-bottom: 3%;
  font-size: 18px;
}

.soon-cube-sub-title {
  color: #616161;
  font-size: 23px;
  font-weight: 600;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.vid-cover {
  position: relative;
  margin-top: 10px;
}

.media-box {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.owl-carousel .owl-item img.play-but {
  height: 35px;
  width: 35px;
  transition: all 0.2s ease-in-out;
}

.play-but {
  /*  height: 35px;*/
  width: 35px;
  transition: all 0.2s ease-in-out;
}

.play-but:hover {
  transform: scale(1.1);
}

.play-but2 {
  height: 15px;
  width: 15px;
  transition: all 0.2s ease-in-out;
}

.play-but2:hover {
  transform: scale(1.1);
}

.mt-but {
  margin-top: 41px;
}

.fix-inpw {
  width: 25%;
}

.fix-bcont {
  width: 28%;
}

label[for="check_citzienship"] {
  margin-right: 21px;
}

.total-raise {
  display: flex;
  justify-content: center;
  margin: 3% 3% 1% 3%;
  padding-top: 1.3%;
  padding-bottom: 1%;
  /* margin-bottom:1%; */
  /* padding-bottom: 12px; */
}

.recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 4%;
  text-align: center;
}

.right-line {
  border-right: 2px solid #979797;
}

.left-line {
  border-left: 2px solid #979797;
}

.total-color {
  color: #f99050;
  font-size: 36px;
  font-weight: 900;
  font-family: "Open Sans Hebrew", serif;
}

.total-text {
  color: #5e5e5f;
  font-size: 18px;
  margin-top: -7px;
  /* font-weight: bold; */
}

.raised-box {
  display: flex;
  flex-direction: row;
  /*align-items:center;*/
  margin: 10px;
  box-shadow: 0px 0px 80px 0px rgba(146, 146, 146, 0.3);
  border-radius: 5px;
}

.raised-img {
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  padding: 0% 8%;
  align-items: center;
}

.raised-det {
  background: #636363;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  width: 100%;
  align-self: center;
  height: 67px;
}

.raised-color1 {
  color: #fff;
  font-size: 18px;
}

.raised-color2 {
  color: #f99050;
  font-size: 26px;
}

.raised-color3 {
  color: #fff;
  font-size: 14px;
}

.brd-fix {
  border-radius: 5px;
  box-shadow: 0px 0px 12px -1px rgb(175, 175, 175);
  width: 60px !important;
  height: 60px !important;
}

.small-txt {
  font-size: 11px;
  text-decoration: none;
  margin: 2% 0;
}

.marg-top-0 {
  margin-top: 0 !important;
}

.main-cmp-name {
  /* font-size: 28px; */
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
}

.calc-no-padding {
  padding: 0 !important;
}

.text-bottom-margin {
  margin-bottom: 19px;
  font-size: 11px;
}

.step4 {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step4-top {
  max-width: 515px;
}

.annual_income_text {
  padding: 15px 0 0 0;
}

.annual_income_text1 {
  font-weight: bold;
}

.annual_income_text2 {
  font-size: 27px;
  color: #f99050;
}

.invest-details-text {
  padding-top: 10px;
  font-size: 13px;
}

.small-txt-p-top {
  padding-top: 10px;
}

.arrow-loc {
  position: absolute;
  left: 46.7%;
  top: 6%;
  z-index: 99999;
}

.arrow-loc2 {
  position: absolute;
  left: 46.7%;
  top: 27%;
  z-index: 99999;
}

.arrow-loc3 {
  position: absolute;
  left: 46.7%;
  top: 50%;
  z-index: 99999;
}

.arrow-loc4 {
  position: absolute;
  left: 46.6%;
  top: 75%;
  /* z-index: 99999; */
}

.align-investment-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stocks-padd {
  padding-right: 4px;
  font-weight: 300;
}

.terms-of-use-policy {
  color: #000 !important;
  text-decoration: underline !important;
}

.chev-size-mob {
  font-size: 13px;
}

.fix-this-cont {
  /* padding-right: 0 !important; */
  /* padding-left: 30px !important; */
}

.align-select {
  display: flex !important;
  flex-direction: row;
}

md-datepicker {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 13px;
  border: 1px solid #e4e2e2;
  align-items: center;
}

md-datepicker div {
  border: none !important;
  width: 100% !important;
}

md-datepicker div input {
  border: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.md-datepicker-calendar-pane.md-pane-open {
  background-color: white;
  z-index: 999999;
}

.banner-section {
  position: relative;
}

.banner-float-container {
  position: absolute;
  bottom: -20%;
  width: 100%;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  /* align-items: baseline; */
  z-index: 5;
}

.logo-text-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: -3%;
}

.banner-buttons-container {
  /* display: flex; */
  /* align-items: center; */
  width: 20%;
  margin-bottom: 6.5%;
}

.chevron:before {
  border-style: solid;
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  left: 0.15em;
  position: relative;
  transform: rotate(-45deg);
  color: #e0e0e0;
  border-width: 1px 1px 0 0;
  background-color: #fff;
}

/* Right Arrow */

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.name-slogan-cont {
  display: flex;
  flex-direction: column;
  padding-right: 4%;
  margin-top: -2%;
}

.cmp-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  z-index: 2;
}

.hero-image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0) 49%,
    rgba(255, 255, 255, 1) 100%
  );
  margin-top: -150px;
  height: 151px;
  width: 100%;
  content: "";
}

.hero-image3::after {
  display: block;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(4, 4, 4, 0.48) 100%
  );
  margin-top: -149px;
  height: 150px;
  width: 100%;
  content: "";
}

.cmp-slogan {
  z-index: 2;
  color: #000;
  font-size: 16px;
}

.price {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.new-bg {
  /*background-image: -webkit-linear-gradient(90deg, rgba(237, 237, 237, 1) 0, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 682%, rgba(237, 237, 237, 1) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(237, 237, 237, 1) 0, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 82%, rgba(237, 237, 237, 1) 100%);
    background-image: linear-gradient(0deg, rgba(237, 237, 237, 1) 0, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 82%, rgba(237, 237, 237, 1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;*/
  background-image: url(../img/bg-top.png);
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: -173px;
}

.campaignListMT4 {
  margin-top: 4%;
}

.invest-but-cont {
  text-align: center;
  padding: 2% 0;
}

.all-investments {
  background-color: #f8904f;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: white;
  border-radius: 3px;
  text-align: center;
  margin: 3% 0;
  padding: 0.8% 4.5%;
  cursor: pointer;
}

.centerize {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedback-text {
  width: 43%;
  text-align: right;
  padding-right: 3%;
  font-size: 18px;
  font-weight: 400;
}

.quotes {
  width: 120px !important;
  position: absolute;
  top: 0;
  right: 15%;
  z-index: 10;
  opacity: 0.2;
  color: #ff7420;
  font-size: 80px;
}

.quote-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5%;
}

.qutoes-img {
  width: 140px !important;
}

.quotes-space {
  margin: 5% 0;
}

hr.check {
  margin: 10px 0;
  opacity: 0.5;
}

.invest-through-cont {
  text-align: center;
  padding: 4% 0;
}

.steps-cont {
  margin: 4% 0;
  display: flex;
}

.steps-box {
  padding-right: 8% !important;
}

.stepsone {
  font-size: 28px;
  color: #f99050;
  /* font-weight: 500; */
  font-weight: bold;
  text-align: right;
  height: 120px;
}

.number-one {
  position: absolute;
  font-size: 180px;
  top: -42%;
  right: 5%;
  font-weight: 800;
  font-family: number, Tahoma, Verdana, Arial, sans-serif;
  opacity: 0.2;
  color: #f8904f;
}

.number-two {
  position: absolute;
  font-size: 180px;
  top: -42%;
  right: -12%;
  font-weight: 800;
  font-family: monospace;
  opacity: 0.5;
  color: #f8904f;
}

.number-three {
  position: absolute;
  font-size: 180px;
  top: -42%;
  right: -12%;
  font-weight: 800;
  font-family: monospace;
  opacity: 0.4;
  color: #f8904f;
}

.steps-text {
  font-size: 18px;
  color: gray;
  font-weight: 500;
  text-align: right;
}

.steps-info {
  text-align: right;
  padding-top: 2%;
  color: #a5a5a5;
}

.hdline {
  /* color: #5e5e5f;
    font-size: 22px;
    font-weight: bold; */
  font-size: 32px !important;
  color: #5e5e5f !important;
  font-weight: 900 !important;
}

.bg-two {
  /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.58) 58%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.58) 58%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 58%, rgba(214, 214, 214, 0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ededed', GradientType=0); */
  /* IE6-9 */
  height: 98px;
  margin-top: -2%;
}

.invest-opens {
  text-align: center;
  border-top: 1px solid #f3f3f3;
  padding: 2% 0;
}

.time-left-title {
  text-align: center;
  font-size: 16px;
  color: #616161;
}

.time-left {
  text-align: center;
  color: #f99050;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 2%;
  direction: rtl;
}

.companyBlock2 {
  background: #f99050;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0px 13px 25px -4px rgba(128, 128, 128, 0.55);
  transition: all 0.2s;
  margin-bottom: 50px;
  height: 373px;
}

.dont-miss {
  font-size: 38px;
  padding: 4% 10%;
  line-height: 46px;
}

.dont-miss-text {
  padding: 2% 10%;
  width: 100%;
  font-size: 18px;
}

input[type="text"].custom {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  background: transparent;
  direction: ltr;
}

input[type="text"].custom:focus {
  background: transparent;
}

input[type="text"].custom::-webkit-input-placeholder {
  color: #fff;
}

.input-cont {
  text-align: center;
}

.input-cont1 {
  text-align: center;
  padding: 5% 0;
}

.update-me-butt {
  background: #fff;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  padding: 3% 20%;
  border-radius: 2px;
}

.myarrow {
  padding-left: 5px;
  margin-right: 5px;
}

.myarrownadlan {
  padding-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}

.all-investments1 {
  background: #fff;
  border: 1px solid #f99050 !important;
  border-radius: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 3% 0;
  cursor: pointer;
  padding: 1% 10.5%;
  color: #f99050;
  /* box-shadow: 0px 1px rgba(0,0,0,0.2); */
  width: 207px;
  height: 42px;
  font-size: 16px;
}

.learn-more {
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 3% 0;
  cursor: pointer;
  padding: 1% 4.5%;
}

.prog-topic {
  font-size: 12px;
  padding-bottom: 2px;
  text-align: center;
  width: 100%;
}

.align-row {
  display: flex;
  align-items: center;
  padding: 10% 0;
}

.recruit-pipel {
  font-size: 23px;
  color: #676767;
  font-weight: bold;
}

input[type="text"].rec {
  width: 60%;
  padding: 16px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 2px;
  box-sizing: border-box;
  background: transparent;
}

.startnow {
  font-size: 20px;
  color: gray;
}

.all-investments2 {
  background-color: #f8904f;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: white;
  border-radius: 3px;
  text-align: center;
  margin: 3% 0;
  padding: 16px 20px;
  cursor: pointer;
}

.align-row2 {
  display: flex;
  margin: 5% 0;
  padding: 2% 0;
  background-image: url(../img/questbg.jpg);
}

.f-row {
  display: flex;
}

.blue-box {
  background-color: #4a85de;
  width: 90%;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding: 20% 0;
  box-shadow: 0px 17px 25px -11px rgba(179, 179, 179, 1);
  background-image: url(../img/questbg.jpg);
  background-repeat: no-repeat;
  background-position: 90%;
}

.visit-support {
  font-size: 30px;
  color: #4a85de;
  font-weight: bold;
  margin-bottom: 5px;
}

.visit-text {
  font-size: 20px;
  margin-bottom: 5px;
}

.visit-button {
  text-align: center;
  background: #4a85de;
  color: #fff;
  font-size: 18px;
  width: 300px;
  margin: 5% 0 3% 0;
  padding: 1.6% 0;
  border-radius: 5px;
}

.visit-contact {
  font-size: 16px;
  margin-top: 10px;
}

.contact-o {
  font-size: 16px;
  text-decoration: underline;
  color: #f8904f;
  cursor: pointer;
  font-weight: bold;
}

.modal-bg {
  background-color: #30d56e !important;
  background: #30d56e !important;
  height: 80%;
  width: 70%;
  margin: 0 auto;
}

.support-x {
  color: #fff;
  margin: 2%;
  font-size: 18px;
  cursor: pointer;
}

.modal-headline {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.close-cont {
  text-align: left;
}

.modal-cont {
  text-align: center;
  display: flex;
  justify-content: space-between;
  height: 70%;
  margin: 0 10%;
  border-bottom: 1px solid #fff;
}

.button-cont {
  display: flex;
  flex-direction: column;
  margin: 10% 0;
}

.whatsapp-support {
  color: #30d56e;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 19px -3px rgba(8, 8, 8, 0.69);
  width: 200px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 15%;
}

.phone-support {
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 15%;
}

.phone-support-mob {
  display: none;
}

.support-icons {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.phone-num {
  padding-top: 4%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.support-center {
  text-align: center;
  color: #fff;
  background: transparent;
  font-size: 18px;
  width: 250px;
  margin: 2% auto;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0.5% 0;
}

.discuss {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.no-deco {
  text-decoration: none;
  color: inherit;
}

.share-cmp {
  background: #fff;
  color: #000;
  border-radius: 10px;
  display: none;
  width: 200px;
  height: 79px;
  box-shadow: 0px 0px 5px 0px rgb(197, 197, 197);
}

.share-button {
  position: fixed;
  left: 9%;
  top: 12%;
  z-index: 9;
  width: 200px;
  text-align: center;
}

.myshare {
  font-size: 24px;
  color: #f69052;
}

.align-share {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.loader-pos {
  position: absolute;
  top: 50%;
  right: -13%;
}

.no-decoration {
  text-decoration: none !important;
  color: inherit;
}

.support-chip {
  display: block;
  background: #25d366;
  color: #fff;
  font-size: 18px;
  width: 200px;
  border-radius: 20px;
  text-align: center;
  padding: 0.5% 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 1);
  z-index: 155;
}

.x-bg {
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 1);
}

.my-x {
  color: #25d366;
  font-size: 14px;
}

.neyarot {
  display: none;
}

.cc-number-container {
}

.cc-tokef-container {
  /*  max-width: 148px;*/
  /* margin-left: 15px; */
}

.cc-cvv-container {
  /*   max-width: 125px;*/
}

.cc-number-container input {
  direction: ltr !important;
  text-align: left;
}

.cc-tokef-container input {
  direction: ltr;
  text-align: left;
}

.cc-cvv-container input {
  direction: ltr;
  text-align: left;
}

.large-investor-title {
  text-align: center;
  font-size: 30px;
  color: #f69052;
  font-weight: bold;
}

.need-to-know {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.how-to-invest {
  margin: 5% 0;
}

.invest-big-cont {
  display: flex;
  justify-content: space-between;
}

.invest-big-cont-nadlan {
  margin: 0px 82px;
}

.pizor {
  display: flex;
  width: 31%;
  /* flex-direction: row; */
  align-items: center;
  background: #fff;
  padding: 1%;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(189, 189, 189, 0.33);
  margin-top: 3%;
  justify-content: center;
}

.pizor-img {
  margin: 0 2.5%;
  width: 15%;
}

.pizor-risks {
  color: #f99050;
  font-size: 14px;
  font-weight: 500;
  padding-right: 1%;
}

.pizor-risks-b {
  color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.after-payment {
  /* padding: 20px; */
}

.after-payment-title {
  color: #23b572;
  font-weight: bold;
  font-size: 16px;
}

.after-payment-body {
  margin: 15px 0;
}

.after-payment-qa {
  font-size: 12px;
}

.share-cont {
  /*width: 60%;*/
  margin: 4% auto;
  display: flex;
  justify-content: center;
}

.share-box {
  background: #fff;
  /* padding: 4% 0; */
  display: flex;
  /* flex-direction: column; */
  /* border-radius: 2px; */
  /* border: 1px solid #c7c7c7; */
  text-align: center;
  /* box-shadow: 0px 3px 19px 0px rgb(204, 204, 204); */
  margin: 0 2%;
  cursor: pointer;
  border-radius: 9.6px;
  border: solid 1px #eeeeee;
  /* width: 64px; */
  /* height: 64px; */
}
.social_row p {
  display: flex;
  align-items: center;
}
input[type="date"] {
  text-align: right;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  margin-right: 0.5em;
  margin-left: 15px;
  color: #999;
}

input[type="date"]:focus:before {
  content: "" !important;
  color: #999;
  margin-left: 0;
}
input[type="date"]:valid {
  content: "" !important;
}

.invest-share .share-box {
  background: #fff;
  /* padding: 4% 0; */
  display: flex;
  /* flex-direction: column; */
  /* border-radius: 2px; */
  /* border: 1px solid #c7c7c7; */
  text-align: center;
  /* box-shadow: 0px 3px 19px 0px rgb(204, 204, 204); */
  margin: 0 2%;
  cursor: pointer;
  border-radius: 9.6px;
  border: solid 1px #eeeeee;
  width: 64px;
  height: 64px;
}

.share-img {
  /* width: 20%; */
  /* margin: 5% auto; */
  width: 50px;
}

.share-bg {
  padding: 0 0% 3% 0%;
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(
    to bottom,
    rgba(234, 234, 234, 0.42) 0%,
    rgba(220, 220, 220, 0.86) 100%
  );
}

.share-headline {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 40px;
}

.share-subline {
  text-align: center;
  color: #000;
  font-size: 30px;
}

.share-x {
  color: #000;
  margin: 2%;
  font-size: 18px;
  cursor: pointer;
}

.myshareicon {
  display: flex;
  flex-direction: column;
  /* width: 64px;
    height: 64px; */
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.share-in-text {
  color: #f99050;
  font-size: 18px;
  font-weight: bold;
}

.copy-iframe {
  display: block;
  width: 100px;
  background: #fff;
  padding: 5px;
  color: #000;
  margin: 2% auto;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
}

.mob-only {
  display: none;
}

.realibility {
  font-size: 24px;
  font-weight: 600;
  color: #f99050;
  margin-bottom: 2%;
}

.realibility-text {
  font-size: 18px;
  color: #000;
}

.rashot-img {
  width: 25%;
  margin-right: 38%;
  margin-top: 5%;
}

.rashot-img-nadlan {
  width: 30%;
  margin-right: 34%;
  margin-top: 5%;
}

.kpmg-img {
  margin-right: 5%;
  width: 40%;
}

.perm-img {
  width: 50%;
  box-shadow: 0px 0px 16px 0px rgba(148, 148, 148, 1);
  opacity: 0.6;
  margin-right: 3%;
}

.m-glass {
  position: absolute;
  top: 44%;
  /* right: 5%; */
  left: 65%;
  width: 10%;
  transition: transform 0.2s;
}

.m-glass:hover {
  transform: scale(1.5);
}

.stickytabs {
  position: fixed;
  border: 0;
  display: flex;
  top: 122px;
}

.stickytabs2 {
  position: fixed;
  top: 138px;
  width: 718px;
  border: 0;
  top: 122px;
}

.fix-calc {
  margin: 0 !important;
  top: 0 !important;
  /* transition: 1s; */
}

.fix-calc2 {
  margin: 0 !important;
  top: 0px !important;
  /* transition: 1s; */
}

.fix-mob-calc2 {
  margin: 0 !important;
  /* top: 0px !important; */
  transition: 1s;
}

.back-credit {
  color: #f99050;
  text-decoration: underline !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.back-credit2 {
  display: none;
}

.showcopy,
.iframeCopy {
  display: none;
  text-align: center;
  font-size: 16px;
}

.iframe-textarea {
  direction: ltr;
  width: 100%;
  border-radius: 9.6px;
  border: solid 1px #eeeeee;
  padding: 2% 5%;
  margin: 2% auto;
  display: block;
}

.align-row3 {
  display: flex;
  align-items: center;
  padding: 5% 0;
}

footer .copyright {
  padding: 10px 0;
  color: #979797;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
}

.download-pdf-btn {
  color: Gray;
}

.credit-or-transaction-cont {
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: space-between; */
}

.pay-with-credit {
  width: 45%;
}

.credit-or-transaction-title {
  font-size: 16px;
  font-weight: bold;
  color: #f99050;
  margin-right: 1%;
  margin-bottom: 2%;
}

.credit-or-transaction {
  color: #999999;
  border-right: solid 1px #bdbdbd;
  display: block;
  width: 1%;
  margin-right: 3%;
}

.credit-or-transaction span {
  margin-right: -100%;
  background: #fff;
  line-height: 485px;
  font-size: 20px;
}

.print {
  height: 87px;
  line-height: 78px;
  display: inline-block;
}

.orange-u {
  text-decoration: underline;
  color: #f99050;
}

.min-invest-sentence {
  display: inline-block;
  padding: 15px 15px;
  width: 100%;
}

/* INVESTOR VIEW */

.stepPanel2 {
  background: #fff;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 2% 4%;
  margin: 3% 4% 4% 4%;
  overflow: hidden;
}

.stepPanel2 .orange-title {
  font-size: 18px;
  color: #f99050;
  margin-bottom: 2%;
}

.stepPanel2 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/checkbox1.png);
  width: 24px;
  height: 22px;
  background-size: 100% 100%;
  margin-top: 0;
  vertical-align: middle;
}

.stepPanel2 input[type="checkbox"]:checked {
  background: url(../img/checlbox_ch1.png);
  background-size: 100% 100%;
}

.cbx {
  -webkit-perspective: 20;
  perspective: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px;
  border: 2px solid #e8e8eb;
  background: #e8e8eb;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cbx:hover {
  border-color: #0b76ef;
}

.flip {
  display: block;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 20px;
  height: 20px;
}

#cbx {
  display: none;
}

#cbx:checked + .cbx {
  border-color: #0b76ef;
}

#cbx:checked + .cbx .flip {
  transform: rotateY(180deg);
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.front {
  background: #fff;
  z-index: 1;
}

.back {
  transform: rotateY(180deg);
  background: #0b76ef;
  text-align: center;
  color: #fff;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0b76ef;
}

.back svg {
  margin-top: 3px;
  fill: none;
}

.back svg path {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stepPanel2 input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px #d3d3d3;
  margin-top: 15px;
}

.stepPanel2 input[type="radio"]:checked {
  background: #f99050;
}

.input-group-addon {
  border: 1px solid #e8e8e8 !important;
}
.infoBoard .input-group select.form-control {
  border: 1px solid #e8e8e8 !important;
  border-right: none !important;
}

.investor-main-title {
  margin: 13% 4% 0 4%;
}

.stepPanel2 .radio {
  line-height: 2.8;
}

.small-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 3px;
}

.foreign-text {
  margin-right: 4%;
}

.checkbox-seperator {
  border-right: 1px solid #dadada;
  padding-right: 40px;
}

.inv-declration {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
}

.inv-declration .fa-check {
  color: #f99050;
  margin: 0 1%;
}

.align-radio {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.align-radio .radio + .radio {
  margin-top: 10px;
}

.us-citizen-text {
  display: flex;
  margin-top: 3%;
}

.us-cit-title {
  color: #f99050;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.us-cit-title a {
  font-weight: bold;
  text-decoration: underline !important;
  color: inherit;
}

.us-cit-info {
  margin-right: 26px;
  line-height: 1.8;
}

#inner-step.stepPanel2 {
  margin: 1% 0;
}

#inner-step2.stepPanel2 {
  margin: 1% 0;
}

.another-state {
  display: flex;
  align-items: center;
  color: #f99050;
  margin-top: 10px;
  width: max-content;
}

.another.fa-plus {
  border-radius: 50%;
  background: #f990503d;
  color: #f99a60;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin-left: 5px;
}

.less.fa-minus {
  border-radius: 50%;
  background: #f990503d;
  color: #f99a60;
  width: 25px;
  height: 25px;
  padding: 5px;
}

.send-inv-form {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-align: center;
  padding: 1%;
}

.calc-stocks-amount {
  display: flex;
  flex-direction: column;
  height: 120px;
}

.calc-stocks-amount span {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-only {
  display: block;
}

.input-decoration {
  position: absolute;
  left: 3%;
  z-index: 0000;
  top: 5%;
  width: 53px !important;
  height: 90%;
  display: flex !important;
  align-items: center;
  border: none !important;
  /* border-radius: unset!important; */
  /* border-right: unset!important; */
  /* box-shadow: none!important; */
  background-color: white !important;
  color: #f8904f !important;
}

.back-btn-integrity {
  padding: 15px 0;
  color: #f69052;
  font-weight: bold;
}

.pad5 {
  padding: 5px 0;
}

.createCompaing {
  margin-top: 80px;
}

.pad5 {
  padding: 5px 0;
}

.bubble {
  border: 2px solid rgb(248, 144, 80);
  border-radius: 100%;
  text-align: center;
  height: 100px;
  font-size: 26px;
  padding-top: 2%;
  margin-bottom: 3%;
}

.bubble:hover {
  background-color: rgba(248, 144, 80, 0.4);
}

.bubble-active {
  background-color: rgb(248, 144, 80);
  color: white;
}

.btn-xlarge {
  font-size: 22px !important;
  line-height: normal !important;
  background-color: #5cb53a !important;
  color: #ffffff;
  height: 53px !important;
  width: 125px !important;
  border-radius: 0 !important;
  line-height: normal !important;
  background-color: #29a329 !important;
  color: #ffffff;
  height: 44px !important;
  width: 125px !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 9px 3px !important;
}

.mobileCalcStrip {
  width: 380px;
}

.ammountInvestmentStrip {
  margin-top: 5%;
  color: #f99050;
  text-decoration: underline;
}

.shares-amountMobStrip {
  margin-top: 5%;
  margin-bottom: 3%;
  color: #f89050;
}

.contactQuestionTab {
  padding: 5%;
}

.createCompaing .stepPanel {
  padding: 20px 45px;
}

.createCompaing .stepPanel .input-group {
  width: 100%;
}

.thanksFastForm {
  margin-top: 6%;
}

.investPageLogo {
  width: 60px;
  margin-left: 15px;
}

.titleInvestmentViewPage {
  font-size: 16px;
  margin-top: 2%;
}

.lastInvestmentPageLi {
  list-style-type: none;
  padding-right: 0;
}

.InvestmentLoginModal {
  width: 100%;
  background: #f69052;
  color: white !important;
  background: white;
  color: black !important;
  display: none;
}

.takeToCalculatorButton {
  color: #f99050;
  text-decoration: underline;
}

.integrity-wrapper {
  margin-top: 4%;
}

.homePageGlyp {
  font-size: 60px !important;
}

.homePageCarouselItem {
  width: 100%;
  height: 450px !important;
}

.homePageCarouselIndicator {
  bottom: -37px !important;
}

#carousel-example-generic {
  /* margin-top: 4%; */
  opacity: 0.9;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-caption {
  margin-bottom: 3% !important;
  text-shadow: none !important;
  padding-bottom: 5% !important;
}

.carouselH5 {
  margin-top: 3%;
  font-size: 18px;
  letter-spacing: 1px;
}

.carouselH5Nadlan {
  margin-top: 3%;
  font-size: 18px;
}

.carouselBtn {
  background-color: #7ddb83;
  font-weight: 700 !important;
  height: 42px !important;
  font-size: 18px !important;
  margin-top: 4%;
  border-radius: 4px !important;
  margin-bottom: -6% !important;
  /* width: 207px !important; */
}

.carouselH1 {
  font-weight: 900;
  font-size: 43px;
}

.blackLayer {
  height: 450px !important;
  background-color: black;
  z-index: 3;
  position: absolute;
  opacity: 0.2;
  width: 100%;
}

.carousel-indicators .active {
  background-color: #bdbdbd !important;
}

.personal-details {
  margin-right: 8%;
}

.carousel-indicators {
  left: 51% !important;
}

.carousel-indicators .active {
  margin: 1px !important;
  height: 10px !important;
}

/* .giyusim {
   
    padding-right: 527px!important;
text-align: center;
}
.totalMoneyRaised {
    padding-right: 183px!important;

}
.total-money-text {
    color: #5e5e5f;
    font-size: 18px;
    font-weight: bold;
    padding-right:100px;
}
.total-text-investors {
    padding-right:10px;
} */

.second-sentence {
  font-size: 19px;
  color: #f69052;
  font-weight: 500;
  line-height: 55px;
  text-decoration: underline;
  z-index: 999;
}

.raiseBtn {
  text-align: center;
  background-color: #7ddb83;
  margin-bottom: -13%;
  color: white;
  font-weight: 700;
  width: 110px;
  font-size: 18px;
  height: 42px;
}

.raiseBtnDiv {
  text-align: center;
  margin-top: 20px;
}

.min-price-cont {
  text-align: center;
  padding: 5px;
}

.logo-days-left-cont {
  margin-bottom: 10%;
}

.daysLeft {
  margin-top: 3%;
  padding-right: 8% !important;
  font-size: 13px;
}

.boldDaysLeft {
  font-weight: 700;
  color: #f89050;
}

.maxRaise {
  text-align: center;
  margin-top: 3%;
  color: black;
  font-size: 13px;
  margin-bottom: 2%;
}

.notFullyRaised {
  background: #f99050 !important;
}

.campaignPreviewBottomLine {
  text-align: center;
  top: 4px;
}

.newCampaignTextOnBox {
  margin-top: 2%;
  margin-right: 30%;
  position: absolute;
  text-align: center;
  width: 30%;
  height: 23px;
  color: white;
  background-color: #f99050;
  border-radius: 25px;
  z-index: 1;
}

.textUnderRashotImage {
  text-align: center;
  font-size: 16px;
  padding: 20px;
}

.howItWorksBtn {
  background: #f8f8f8;
  font-size: 16px !important;
  width: 350px;
  height: 42px;
}

.carouselControlHomePage {
  background: none;
}

.carouselImage {
  /* height: 450px; */
  background-position: 50% 70%;
  /* background-image: url(https://static-crowdcube-com.s3.amazonaws.com/home-page/cover-image-uniti-banner.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-control.right {
  background: none !important;
}

.carousel-control.left {
  background: none !important;
}

.shadowButtons {
  box-shadow: 3px 3px 6px 0px #33333321;
  border-radius: 4px !important;
}

.shadowButtons:hover {
  background: #f99050;
  color: white !important;
}

.carouselBtn:hover {
  background: #f99050;
  color: white !important;
}

.blackText {
  color: black;
  font-size: 11px;
  position: relative;
  top: -6px;
}

.carousel-inner {
  margin-top: 4% !important;
}

.carousel-inner-nadlan {
  margin-top: 0 !important;
  height: 550px;
}

.mediaAndPress {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.01) 0%,
    rgb(255, 255, 255) 58%,
    rgba(214, 214, 214, 0.66) 100%
  );
  height: 600px;
}

.mediaPressH1 {
  font-size: 28px;
  color: #5e5e5f;
  display: block !important;
  font-weight: 900;
  padding-top: 89px;
  text-align: center;
}

.articleImg {
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.newsBlock {
  background: #fff;
  color: #777777;
  display: block;
  border-radius: 7px;
  /* box-shadow: 0 0 0 0 rgba(0,0,0,0.2); */
  /* margin-bottom: 15px; */
  position: relative;
  transition: all 0.2s;
  top: 0;
  cursor: pointer;
  height: 412px;
}

.newsBlock:hover {
  transform: translateY(-0.3125rem);
  border-width: 5px;
}

.articleButton {
  color: #f99050;
  margin-right: 42%;
  position: absolute;
  bottom: 10px;
  text-decoration: underline;
}

.rowSoon {
  margin-top: 4%;
  margin-bottom: 5%;
  margin-right: -37px !important;
}

.allInvestmentsNew {
  width: 350px !important;
  font-size: 16px !important;
}

.hrHomePage {
  display: none;
}

.first-sentence-all-camps {
  font-size: 36px;
  color: #5e5e5f;
  display: block !important;
  font-weight: 900;
  text-align: center;
}

.wrapperCampList {
  text-align: center;
  padding-top: 24px;
}

.cubeSloganSuccess {
  height: 27px;
  overflow: hidden;
  background: white;
}

@media only screen and (max-width: 600px) {
  .stock-precent-cost {
    font-size: 14px;
  }
  .cmpGoalMob {
    border-left: 1px solid #e6e6e6;
    line-height: 1.8;
  }
  .shadowButtons {
    width: 300px !important;
  }
  .carouselBtn {
    position: relative;
    right: 1px;
    bottom: -10px;
  }
  .gaysuH5 {
    position: relative;
    top: -30px;
  }
  .innocanH5 {
    position: relative;
    top: -85px;
  }
  .innoH1 {
    top: -110% !important;
  }
  .innoH5 {
    position: relative;
    top: -43px;
  }
  .raiseBtn {
    width: 150px !important;
  }
  .carouselH1 {
    top: -55%;
    position: absolute;
  }
  .h1TopFix {
    top: -55%;
  }
  .h1TopFix2 {
    top: -103%;
  }
  .homePageCarouselIndicator {
    margin-left: -51% !important;
  }
  .glyphicon-chevron-right:before {
    font-size: 22px;
    margin-right: 10px;
  }
  .glyphicon-chevron-left:before {
    font-size: 22px;
    margin-left: 10px;
  }
  .carouselH1 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .carouselH5 {
    font-size: 16px;
  }
  .total-color {
    font-size: 32px;
  }
  .hrHomePage {
    display: block;
    width: 280px;
  }
  .first-sentence {
    font-size: 32px !important;
  }
  .over-fund {
    margin-top: 4%;
  }
  .daysLeft {
    padding-right: 0 !important;
  }
  .cmp-cube-txt {
    font-size: 15px;
    color: #777;
  }
  .raiseBtn {
    font-size: 15px;
  }
  .min-price-box {
    position: relative;
    top: -12px;
  }
  .allInvestmentsNew {
    width: 325px !important;
  }
  .hdline {
    font-size: 32px !important;
    color: #5e5e5f !important;
    font-weight: 900 !important;
  }
  .campaignPreviewBottomLine {
    line-height: 1.28571;
  }
  .carousel-caption {
    bottom: 50px !important;
  }
  .innoFix {
    bottom: 100px !important;
  }
}

.innoFix {
  bottom: 70px !important;
}

.soonCampaignShowCmpPageLeftStrip {
  margin-top: 20px;
}

.soonCampaignShowCmpPageLeftStrip2 {
  margin-top: 20px;
}

.viewAtzaaButton {
  font-size: 16px;
  color: #f99050;
}

.pdf-containerr {
  margin-top: 2%;
}

.worker-role-name {
  font-size: 12px;
}

@media only screen and (max-width: 800px) {
  .filter-campaigns-container {
    display: none;
    justify-content: normal;
    /* display: flex; */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .mobileFix {
    margin-top: -73px;
  }
  .investments-sectionFixMobile {
    margin-top: -12% !important;
  }
  .advanced-tabsFixMobile {
    margin-top: 1% !important;
  }
}

.progress-bar-section {
  margin-top: 9px;
}

.spetzVideo {
  height: 383px;
}

@media only screen and (max-width: 600px) {
  .spetzVideo {
    height: 190px;
  }
  .fastCampaignPageTop {
    height: 450px;
  }
  .updateMeSoonCmp {
    background-color: #f9904f;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 3px;
    width: 223px;
    height: 45px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profileMyCampaignsTab {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .spetzVideo {
    height: 190px;
  }
  .logos img {
    width: unset;
    height: unset;
    max-width: 85px;
  }
  .larger-logo {
    max-width: 105px;
  }
}

.clearfix {
  margin-top: 4%;
}

.soundsGoodCmp {
  display: flex;
  height: 82px;
  background: #f89050;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5%;
}

.nextButton {
  margin-right: 48%;
  margin-bottom: 2% !important;
}

.inner {
  /* margin-top: 3%; */
  background: white;
}

.fastCmpContinueBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  margin-top: 15px;
  width: 59%;
  margin-bottom: 1%;
  font-size: 16px;
  margin-right: 1%;
  border: none;
  background-color: #f99050;
  /* color: white; */
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 1em;
  bottom: 0;
  max-width: 279px;
}

.selectCat {
  width: 31.6% !important;
}

.otherFix {
  height: 25px;
}

.fastCampaignPageTop {
  background-color: #383838;
  height: 400px;
  width: 100%;
  margin-top: 4%;
}

.fastCampaignPageBottom {
  background-color: #f8f8f8;
  height: 600px;
  width: 100%;
}

.rocketSvg {
  height: 213px;
  margin-bottom: 10%;
  position: absolute;
  right: -275%;
  top: 24%;
}

.rocketDiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.startHereImg {
  margin-top: 3%;
  margin-right: 8%;
  height: 109px;
}

.detailsModal {
  margin-top: 5%;
  border: 1px solid transparent;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.detailsModalForthStep {
  height: 480px;
}

.newGiyusModalBody {
  height: 92px !important;
  margin-bottom: 3% !important;
}

.continuneFastCamp {
  display: flex;
  background: #f8f8f8;
  width: 100% !important;
  position: relative;
  justify-content: flex-end;
}

#back-to-lastPage {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 16px;
}

.firstPageBackBtn {
  color: #e2e2e2;
}

.fstCmpNote {
  width: 100%;
  border: 1px solid #ccc;
}

.fstCmpLabel {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.detailsModalThirdStep {
  height: 680px;
}

.radioPlacementFix {
  margin-top: -5px !important;
}

.stepPanelFstCmp {
  padding: 20px 70px !important;
  margin-bottom: 30px !important;
}

.liTabsAnswersYazamPage {
  /* display: flex; */
  /* box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3); */
  width: 100%;
  padding: 0;
  margin: 0;
  /* border-bottom: 1px solid #f0f0f0; */
  list-style: none;
  background-color: white;
  z-index: 5;
}

.liTabsAnswersYazamPage div {
  flex-grow: 1;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  padding: 2%;
}

.answerDiv {
  /* box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3); */
  border: 1px solid #e8e8e8;
  width: 45%;
}

.selectAnswers {
  line-height: 1.8;
  padding: 5% 5% 5% 5%;
}

.liTabsAnswersYazamPage div a {
  color: #5a5a5a;
  font-size: 16px !important;
  text-align: center;
  padding: 10px 1px;
  font-weight: 500;
  /* box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3); */
}

.choosenAnswer {
  background: #f99050;
  transition: all 0 !important;
}

.choosenAnswer a {
  /* color: white!important; */
  transition: all 0 !important;
}

.workFlowFastCmp {
  display: flex;
  padding: 0;
  margin: 0px 79px 31px auto !important;
  width: 73% !important;
}

.liTabsAnswersYazamPageLeftSide {
  width: 72%;
}

.selectFastForm {
  width: 100% !important;
  border: 1px solid #e8e8e8 !important;
}

.detailsModalFastForm {
  width: 800px;
}

.inViewCol {
  color: black;
}

.inViewColCheckbox {
  color: black;
  font-weight: 500;
  margin-right: 2%;
}

.inViewCol:hover {
  color: black;
  cursor: pointer;
}

.blackCol {
  color: black;
}

.mustSar {
  color: red;
}

.labelFstCmp {
  font-weight: bold !important;
  font-size: 14px !important;
}

.linksLtr {
  direction: ltr !important;
}

.fontWeight500 {
  font-weight: 500;
}

.loadingGif {
  width: 50px;
  height: 50px;
  margin-top: 2%;
}

.fastCampaignBottom {
  height: 400px;
}

.detailsModalMain {
  right: -45px;
}

.mainTextGiyus {
  margin-right: 130px;
  color: white;
  height: 400px;
}

@media only screen and (max-width: 1560px) {
  .rocketSvg {
    right: -160px;
    top: 55px;
  }
  .mainTextGiyus {
    margin-right: 0px;
  }
  .detailsModalMain {
    right: -30px;
  }
}

@media only screen and (max-width: 600px) {
  .body-content {
    margin-top: -70px;
  }
  .fastCampaignPageTop {
    height: 530px;
  }
  .detailsModalFastForm {
    width: 100%;
  }
  .detailsModal {
    margin-top: 3%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .newGiyusModalBody {
    top: -40px !important;
    margin-right: 10px;
  }
  .fastCampaignBottom {
    height: 740px;
  }
  .fastCmpContinueBtn {
    max-width: 310px;
    width: 100%;
  }
  #back-to-lastPage {
    top: 88px;
  }
  .mr10 {
    margin-right: 3%;
  }
  .startHereImg {
    height: 62px;
  }
  .workflowContMobile {
    margin-right: 0 !important;
  }
  .workFlowFastCmp {
    width: 100% !important;
    margin-right: -10px !important;
  }
  .continuneFastCamp {
    display: flex;
    justify-content: center;
    background: none;
  }
}

.getNewsBtn {
  margin-right: 8%;
  padding-top: 7%;
}

.loadingImage {
  width: 50px;
  float: left;
  display: none;
}

.successFullUpdate {
  float: left;
  display: none;
}

.loadingNote {
  margin-top: 100px;
  text-align: center;
}

.a404 {
  color: #f99050;
  text-decoration: underline;
  padding: 1% 1% 1% 1%;
}

.errorClass {
  position: relative;
  bottom: -100px;
}

.hereToHelp {
  margin-right: 40%;
}

.textToBottomCamp {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.campaignDetails p {
  font-size: 18px;
}

.campaignDetails h1 {
  color: #777;
}
.highlighted { background: yellow }
@media only screen and (max-width: 768px) {
  .campaignDetails iframe, .campaignDetails{
    width:100%;
  }

  .h1404Page {
    margin-top: 23%;
  }
  .hereToHelp {
    margin-right: 15%;
  }
  .homePageCarouselItem {
    height: 460px !important;
  }
  .blackLayer {
    height: 460px !important;
  }
  .campaignListMT4 {
    margin-top: 13% !important;
  }
  .totalInvestMargin {
    margin-top: 40px;
  }
  .successCampsClass {
    width: 115%;
    margin-right: -15px;
  }
  .flex_camp_sqare {
    /* background: #f8f8f8; */
  }
}

.profileMyCampaignsTab {
  margin-top: 8%;
}
.new_account p i {
  padding-left: 12px !important;
}
.gender label {
  font-weight: 500;
  background-image: url(../img/radio__.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 35px;
  line-height: 45px;
  padding-right: 30px;
  padding-left: 0;
}

.gender label.active {
  background-image: url(../img/radio_.png);
}
.gender .disabled {
  cursor: not-allowed;
}
.paddingFix {
  position: relative;
  padding-left: 50px;
  width: 106% !important;
  right: -20px;
}

.headerCont {
  text-align: center;
  margin-bottom: 5%;
  margin-top:2%;
}

.soon-cube-sub-title-homePage {
  text-align: center;
  color: #0089ff;
  font-size: 14px;
  padding: 2%;
}

@media only screen and (max-width: 768px) {
  .spetzVideo {
    height: 190px;
  }
  .paddingFix {
    width: 113% !important;
  }
  .img_circle {
    width: 100px;
  }
  .progress-bar-block {
    height: 140px;
  }
  .saronaImgCampList {
    margin-top: 21%;
    margin-right: 31%;
    width: 132px;
  }
  .powerCrowdImg {
    width: 100%;
    border-radius: 5px;
  }
}

.companySlider {
  margin-top: 5%;
}

.clearFilters {
  color: #f99050;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1%;
  font-size: 12px;
}

@media only screen and (min-width: 628px) {
  .pipelbizcampSpan {
    font-size: 24px !important;
    margin-right: 2% !important;
  }
  .pipelbizcampImg {
    margin-top: 0% !important;
    margin-right: -2% !important;
  }
  .pipelbizCampLi {
    margin-top: 3% !important;
  }
}

.commentLineOldCmp {
  display: flex;
  justify-content: center;
  margin-top: 1%;
}

.startingFrom {
  background-color: #9a9a9a;
  color: white;
  padding: 4px 6px;
  float: right;
  border-radius: 5px;
}

.oldModelComment {
  background-color: #8ca1de;
  color: white;
  padding: 4px 6px;
  border-radius: 5px;
}

.old-sentence {
  font-size: 24px !important;
  color: #5e5e5f !important;
  font-weight: 500 !important;
}

.companySliderCampaignsList {
  background: none !important;
}

.invest-but-cont {
  font-size: 16px;
}

.bottom_slider .container > span {
  text-align: center;
}

.old-sent-span {
  text-align: center;
  /* margin-top: -3%; */
  margin-bottom: 4%;
}

.hdlineRunningCamp {
  padding-top: 2%;
}

.saronaHeaders {
  text-align: center;
}

.saronaHeader {
  margin-top: 4%;
}

.allImagesMobPowercrowd {
  margin-right: 8%;
}

.powercrowdHeader {
  margin-bottom: 4%;
  margin-top: 4%;
  background: url("https://i.imgur.com/BPitKLu.png");
  background-size: cover;
  background-position: center center;
}

.h1sarona {
  padding-top: 3%;
  margin-right: 18%;
  font-size: 42px;
  color: #393939;
  padding-top: 2%;
  font-weight: 900;
}

.h1PowerCrowd {
  padding-top: 3%;
  /* margin-right: 18%; */
  font-size: 26px;
  color: #393939;
  padding-top: 2%;
  font-weight: 900;
  text-align: center;
}

.h1saronaMob {
  text-align: center;
  font-size: 32px;
  color: #393939;
  padding-top: 2%;
  font-weight: 900;
}

.pSharona {
  font-size: 16px;
  margin-right: 33%;
  padding-top: 2%;
}

.powercrowdP {
  font-size: 16px;
  text-align: center;
}

.pSharonaMob {
  padding: 0 5%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.logoSarona {
  position: absolute;
  left: 22%;
  width: 400px;
  top: 21.7%;
  right: 60%;
}

.logoPowercrowd {
  position: absolute;
  left: 14%;
  width: 400px;
  top: 85px;
}

.powerCrowdTextOnCampaign {
  margin-top: 2%;
  margin-right: 36%;
  position: absolute;
  text-align: center;
  width: 50%;
  height: 23px;
  color: white;
  background-image: linear-gradient(to right, #f99050, black);
  border-radius: 25px;
  margin-right: 25%;
}

.powercrowdImage:hover {
  background: lightgrey;
  transition: 0.5s all;
}

.powercrowdImagesDiv {
  /* margin-right:17%; */
}

.companySliderCampaignsListPowercrowd {
  margin-top: 20% !important;
}

@media only screen and (max-width: 1600px) {
  .logoSarona {
    width: 300px;
    top: 32%;
    left: 15%;
  }
  .companySliderCampaignsListPowercrowd {
    margin-top: 32% !important;
  }
  .powercrowdImagesDiv {
    margin-top: 5%;
  }
}

.saronaImgCampList {
  margin-top: 21%;
  margin-right: 21%;
  width: 180px;
}

.powerCrowdImgList {
  width: 100%;
  border-radius: 5px;
}

.saronaH1CampList {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #393939;
}

.fixPowerCrowd {
  margin-top: 57px;
}

.flex_sqare {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .about-wrapper {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 768px) {
  .right_menus {
    margin-top: 16%;
  }
  .pPowerCrowd {
    margin-right: 0;
    margin: 8%;
  }
  .owl-stage-outer {
    height: 100px !important;
  }
  #owl-partners .owl-stage-outer {
    height: auto !important;
  }
  .campain-description .companyInfo {
    height: 180px;
  }
  .fixHeightNadlan {
    height: 250px !important;
  }
  .saronaImgCampList {
    margin-top: 21%;
    margin-right: 31%;
    width: 132px;
  }
  .logo-text-container {
    position: relative;
    top: 52px;
  }
  .description-label {
    position: relative;
    top: 55px;
  }
  .wrapperSharona {
    margin-top: 15% !important;
  }
}

.updateMeInsideCampDiv {
  background-color: #39b54a;
  color: white;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  width: 223px;
  height: 45px;
  font-weight: 300;
  bottom: 0;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  box-shadow: 0 2px 3px 2px #d3d3d38f;
  float: right;
  cursor: pointer;
}

.updateMeInsideCmpRow {
  display: flex;
  justify-content: center;
  /* padding-top: 18px; */
}

.colTable {
  text-align: right;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 6px;
  border: 6px solid #f89050;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f89050 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loadingDiv {
  margin-top: 20%;
  margin-right: 30%;
}

.loadingDivCamp {
  margin-right: 41%;
}

.campaignNameSlider {
  color: #f99050;
}

.carouselHr {
  margin-bottom: 45px;
}

.newsLetterFooter {
  background-image: url(https://i.imgur.com/5VuxNjk.png);
  color: #fff;
  font-size: 19px;
  line-height: 6.5rem;
  padding: 0.75rem 25px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  top: -15px;
  position: relative;
}

#joinNewsLetter {
  height: 42px;
  border: 0;
  border-radius: 7px;
  position: relative;
  top: -2px;
  right: 8px;
  font-size: 19px;
  box-shadow: 0 0 5px grey;
}

.inputMailNewsLetter {
  color: black;
  border-radius: 7px;
  border: 0px;
  height: 42px;
  box-shadow: inset 0 0 5px grey;
  padding-right: 10px;
}

.closeBtnHomePage {
  left: 10px;
  position: absolute;
  top: 31px;
  color: #f99050;
  color: black;
  font-weight: 900;
  font-size: 28px;
  font-weight: 100;
  color: #e0e0e0;
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 34px !important;
}

@media only screen and (max-width: 768px) {
  .newsLetterFooter {
    bottom: 0px;
    left: 0px;
    line-height: 3rem;
    height: 235px;
    padding: 2.75rem 25px;
  }
  .newsLetterStrong {
    line-height: 1.7;
  }
  .inputMailNewsLetter {
    text-align: center;
  }
  .closeBtnHomePage {
    top: 16px;
  }
  #joinNewsLetter {
    right: 0px;
    width: 233px;
    margin-top: 13px;
  }
}

.owl-stage-outer {
  height: 150px;
}

#owl-invested {
  height: 150px;
  overflow: hidden;
}
.account_list li a i {
  display: none;
}
.account_list li {
  cursor: pointer;
}
.copyCommentBtn {
  color: blue;
  font-size: 10px;
}

.collaborationPic {
  width: 320px;
  height: 103.6px;
}

.headersAbout {
  color: white;
  background: #f99050;
  margin-top: 4%;
  /* position: relative;
    top: -295px;
    right: 30px;
    color: white; */
}

.aboutImg {
  height: 100px;
  /* margin-top:4%; */
}

.bodyAbout {
  font-size: 16px;
  position: relative;
  right: 31px;
  top: -136px;
  font-weight: 700;
}

.about {
  margin-top: 2%;
}

.carousel-about {
  height: 220px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .over-fund {
    margin-right: 6.5%;
  }
  .mr-3 {
    margin-right: 3%;
  }
  .padding-10 {
    padding: 10px 10px 10px 10px !important;
  }
  .headersAbout {
    margin-top: 13%;
  }
  .slider_3 {
    margin-top: 50px !important;
  }
  .investedCampaignOwl {
    margin-bottom: 20%;
  }
}

.investedCampaignOwl {
  height: 100%;
}

.justifyCenter {
  justify-content: center !important;
}

.shares-card-nadlanFix {
  padding: 10% 5% !important;
}

.homeCarouselHeader {
  position: relative;
  top: 80px;
}

.h1TopFixInnocan {
  font-size: 32px !important;
  margin-bottom: 6% !important;
  text-align: right;
  color: #383838;
}

.carouselBtnInnocan {
  float: right;
  background-color: #7ddb83;
  font-weight: 700 !important;
  height: 42px !important;
  font-size: 18px !important;
  margin-top: 4%;
  border-radius: 4px !important;
}

.carouselBtnInnocan:hover {
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  color: white !important;
}

.carouselH5Innocan {
  text-align: right;
  font-size: 18px;
  color: #383838;
}

.guestSignInDiv {
  text-align: center;
  background: white;
  width: 22%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  height: 80px;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 16px;
  padding-top: 16px;
}

.nadlanBgImg2 {
  background-image: url(https://i.imgur.com/30dk6UV.jpg);
  background-position-y: 30%;
}

.circleNadlan {
  height: 100px;
  width: 100px;
  border-radius: 25px;
  background-color: #ceeafe;
  position: relative;
  height: 63px;
  width: 63px;
  border-radius: 73px;
  background-color: #ceeafe;
  top: 7px;
  right: 38%;
}

.howWeDoItNadlan {
  right: -6px;
  font-size: 18px;
  position: relative;
  top: -39px;
  font-weight: bold;
}

.howWeDoItNadlanImg {
  height: 27px;
}

.backgroundImgHpNadlanFirstImage {
  background-size: cover;
  background-position: bottom;
}

.nadlanCarousel {
  padding: 0;
}

.contactNadlan {
  text-align: center;
  padding: 0 20px;
}

.contactNadlanFirstP {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

.contactNadlanSecondP {
  font-size: 18px;
}

.contactNadlanBtn {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 768px) {
  .carouselH5 {
    letter-spacing: 0.4px;
  }
  .backgroundImgHpNadlan {
    background-size: cover;
    background-position-x: 9%;
  }
  .backgroundImgHpNadlanFirstImage {
    background-size: cover;
  }
  .carousel-captionMobileFix {
    bottom: 6px !important;
  }
  .h1TopFixInnocan {
    margin-top: 39%;
  }
  .secondCarouselNadlan {
    padding: 10px !important;
    text-align: center;
  }
  .howWeDoItNadlanImg {
    height: 14px;
    margin-bottom: 1%;
    margin-right: 5px;
  }
  .circleNadlan {
    right: 5%;
  }
  .nadlanBgImg2 {
    top: 50px;
    padding: 70px 20px 20px 20px;
  }
  .carousel-inner-nadlan {
    height: 600px;
  }
  .nadlanBgImg {
    height: 100% !important;
  }
  .rashot-img-nadlan {
    width: 70%;
    margin-right: 0;
  }
  .carousel-captionNadlanFix {
    bottom: -122px !important;
  }
  .carousel-captionNadlanFix2 {
    bottom: 84px !important;
    width: 89%;
  }
  /* .homePageCarouselIndicatorNadlan {
         margin-bottom:-42%!important;
     } */
  /* .total-raise-nadlan-mob {
         margin-top:26%!important;
     } */
  .nadlanMobFix {
    margin-top: 50%;
  }
  .left15 {
    left: -15px;
  }
  .guestSignInDiv {
    text-align: center;
    background: white;
    width: 68%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    height: 80px;
    border-radius: 50px;
    margin-top: 0px;
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: 20%;
  }
  .carouselBtnInnocan {
    float: none;
  }
  .homeCarouselHeader {
    top: -29px;
  }
  .carouselH5Innocan {
    text-align: none;
    margin-top: 13%;
  }
  .h1TopFixInnocan {
    text-align: center;
  }
  .nadlanOverscroll {
    justify-content: normal;
    display: block !important;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap !important;
  }
  .nadlanOverscroll::-webkit-scrollbar {
    height: 0px !important;
  }
  .headersBg {
    background: #f0f0f0;
  }
  .nadlanPadding {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.nadlan-fontSizefix {
  font-size: 24px !important;
}

.nadlan-fontSizefix2 {
  font-size: 18px !important;
}

.fixedFooter {
  background: white;
  height: auto;
  width: 59.9%;
  position: fixed;
  z-index: 999;
  top: auto;
  bottom: 25px;
  margin: auto;
  box-shadow: 0px 0px 80px 0px rgba(146, 146, 146, 0.3);
  border-radius: 15px;
}

.nadlan-fontSizefix2 {
  font-size: 16px !important;
}

.nadlanNwsletterCmp {
  font-size: 20px !important;
  padding-right: 5% !important;
}

.textUnderRashotImageNadlan {
  padding-bottom: 0 !important;
}

.npNadlan100Width {
  width: 100% !important;
  margin-right: -11% !important;
  margin-top: 22px !important;
}

.carouselSecondBtnLogin {
  margin-right: 5%;
  font-weight: normal !important;
  color: #7ddb83;
  background: white;
  border: 1px solid #7ddb83 !important;
}

.carouselSecondBtnLogin:hover {
  /* color:white!important;
    background:#7DDB83; */
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  color: #7ddb83 !important;
}

.LoginSignUp {
  display: flex;
  justify-content: center;
}

.pizorLoginSignUp {
  display: initial;
  text-align: center;
}

.loginSignUpDiv {
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
  padding: 14px 15px;
  margin: 24px 0;
  width: 85%;
  margin-right: 5%;
  border-radius: 10px;
  cursor: pointer;
}

.iconSignUpDiv {
  width: 18%;
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
  padding-left: 15px;
}

.signWithEmailSpan {
  color: #f99050;
  text-decoration: underline;
  cursor: pointer;
}

.joinCommunityH3 {
  color: #f99050;
  margin-top: 1px;
  letter-spacing: 2px;
}

.input-group-addon-homepage {
  background-color: white !important;
  border-radius: 0 5px 5px 0 !important;
  color: #bbbbbb !important;
  border-left: 1px solid #e8e8e8 !important;
}

.textToRight {
  text-align: right;
  margin-right: 7%;
}

.orange-text-homepage {
  color: #f99050;
  text-align: right;
  font-size: 16px;
  margin-bottom: 5%;
}

.form-group-homepage {
  direction: ltr;
  width: 85%;
  margin-right: 7%;
}

.guestContainert {
  display: flex;
  justify-content: center;
}

.signInUpButton {
  color: #f99050;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.inputsDiv {
  /* display: flex; */
  justify-content: center;
  /* margin-top: 95px; */
}

.mailInput {
  text-align: center;
  width: 78%;
  border: 2px solid #f99050;
  border-radius: 13px;
  height: 40px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  margin-top: 8px;
}

.checkbox-text-bio {
  font-size: 14px;
  font-weight: 400;
}

.btn-bio {
  background: #f99050;
  color: white;
  margin-bottom: 3% !important;
  border-radius: 13px;
}

.company-logo-bio {
  margin: 0 auto;
  padding-top: 38px;
  width: 36%;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
  .banner-img-mobile {
    height: min-content;
    margin-top: 9%;
  }
  .logo-text-container {
    top: -92px;
  }
  .advanced-tabsFixMobile {
    margin-top: 0 !important;
  }
  .mobile-calc-strip {
    right: -2px !important;
    height: 99px !important;
  }
  .comp_tabs {
    margin-top: -8.1% !important;
    margin-right: -5px !important;
  }
  .investments-sectionFixMobile {
    margin-bottom: 9% !important;
  }
  .stickytabs2 {
    top: 61px !important;
  }
}

.bankAccountP {
  font-size: 16px;
  color: #383838;
}

.cmp-comment {
  float: left;
  margin-left: 6%;
  font-size: 13px;
  font-weight: 500;
  color: #777777;
}

.carouselNadlan {
  margin-bottom: 3%;
}

.total-raise-nadlan {
  margin: -1% 3% 1% 3%;
}

.orange-pipelbiz {
  color: #f99050;
}

.blue-nadlan {
  color: #50b8f9 !important;
}

.blue-nadlan-background {
  background-color: #50b8f9 !important;
}

.blue-nadlan-border {
  border-color: #50b8f9 !important;
}

.nadlanNewsletter {
  border: 1px solid black;
}

.pizorNadlan {
  width: 80% !important;
  box-shadow: unset !important;
  margin-right: 9% !important;
}

.pizorNadlann {
  width: 80% !important;
  /* box-shadow: unset!important; */
  margin-right: 9% !important;
}

.pizorNadlanMob {
  width: 100% !important;
  box-shadow: unset !important;
  /* margin-right:9%!important; */
  margin: 0 !important;
  padding: 0 !important;
}

.nadlanNp {
  display: flex;
  justify-content: center;
}

.inputNadlan {
  color: black;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0 5px 0 5px !important;
  height: 40px;
  border-style: solid;
  font-size: 18px !important;
}

.joinNpNadlan {
  color: white;
  background-color: #50b8f9 !important;
  font-size: 18px !important;
  border-radius: 8px !important;
  box-shadow: 5px 10px;
  font-weight: 100 !important;
  box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.7);
}

.joinNpNadlanBottom {
  width: 80% !important;
  margin-right: 7% !important;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-60 {
  margin-top: 60px;
}

.bottom_slider_nadlan {
  margin-top: 0 !important;
}

.shadowButtonsNadlan:hover {
  background-color: #50b8f9;
  color: white !important;
  border-color: white !important;
}

.blue-div {
  height: 400px;
  width: 100%;
  background-color: #80c8fd;
}

.headerNadlanInvest {
  margin-top: 5%;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 28px;
}

.pizor-box {
  width: 19% !important;
  height: 320px !important;
  margin-top: 7%;
  border-radius: 20px;
  display: unset;
}

.pizor-img-div {
  display: flex;
  justify-content: center;
  max-height: 51px;
  margin-top: 6%;
}

.h3Nadlan {
  color: #80c8fd;
  text-align: center;
  height: 52px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  letter-spacing: 2px;
}

.pizor-risks-nadlan {
  color: #868686;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.second-blue-div {
  height: 200px;
  width: 100%;
  background-color: #80c8fd;
}

.whiteBox {
  height: 150px;
}

.nadlanGuideButton {
  margin-top: 15%;
  background-color: #f0f0f0;
  border-radius: 20px !important;
  border-color: #50b8f9 !important;
  color: #50b8f9;
  font-size: 18px !important;
}

.nadlanGuideButton:hover {
  background-color: #50b8f9 !important;
  color: #f0f0f0 !important;
}

.registerButHeader {
  color: white !important;
  background-color: #35bcef !important;
  border: 1px solid #35bcef !important;
}

.loginButHeader {
  color: #35bcef !important;
  border: 1px solid #35bcef !important;
}

md-card {
  margin: auto;
  left: 0;
  right: 0;
  margin-bottom: 20px;
}

.carouselControlNadlan {
  width: 40% !important;
}

.carouselControlNadlan1 {
  width: 50% !important;
}

.glyphiconNadlan {
  font-size: 130px !important;
  color: grey;
}

.nadlanLogo {
  height: 43px;
}

.first-sentence-nadlan {
  padding-top: 0 !important;
}

.arrowImg {
  height: 15px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.margin-0 {
  margin-top: 0 !important;
}

.invest-but-cont-nadlan {
  margin-top: -5%;
  margin-bottom: 2%;
}

.marginFixNadlan {
  margin: 20px 0 20px 0 !important;
}

.marginFixNadlan1 {
  margin: 10px -15px 0px -15px !important;
}

.marginFixNadlan2 {
  margin: 15px -15px 20px -15px !important;
}

.secondCarouselNadlan {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 1%;
  border-radius: 15px;
  box-shadow: 0px 0px 25px 0px rgba(189, 189, 189, 0.33);
}

.nadlanContactbottom {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 10px;
  cursor: pointer;
}

.cat-type-class {
  background-color: #e8e8e8;
  border-radius: 25px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  padding: 2px 10px 2px 10px;
  margin-right: 2%;
  position: relative;
  bottom: 1px;
}

.btn-pipelbiz {
  border-radius: 5px;
  height: 44px;
  margin: 5px;
  padding: 0 10px 0 10px;
  min-width: 170px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  outline: none;
  position: relative;
}

.btn-pipelbiz:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
}

.btn-pipelbiz:active {
  box-shadow: inset 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.3);
}

.tooltipCmp:hover .tooltiptext {
  visibility: visible;
}

.tooltipCmp .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipCmp:hover .tooltiptext2 {
  visibility: visible;
}

.tooltipCmp .tooltiptext2 {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  left: 20px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

/* כתום */

/* כפתור ראשי */

.btn-orange {
  background: var(--orange);
  color: white;
}

.btn-orange:hover {
  background: var(--orange-dark);
}

.newUsername {
  transition: all 0s;
  justify-content: space-between;
  /* width:375px; */
  align-items: center;
}

.userName {
  transition: all 0s !important;
}

.joinText {
  font-size: 16px;
  color: #f99050;
}

.loginH1 {
  text-align: center;
  margin-top: 80px;
  line-height: 1.23;
  color: #424242;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.23;
  text-align: center;
  color: #424242;
  /* display: flex; */
  justify-content: center;
  width: 100%;
  font-size: 28px;
}

.footerDisclamier {
  color: #838383;
  font-size: 12px;
  margin-top: 32px;
}

.loginH3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
}

.loginButton {
  width: 300px;
  height: 46px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.loginFbText {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #424242;
}

.iconLoginBt {
  width: 20px;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.loginWithMail {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
}

.rectangle {
  width: 64px;
  height: 1px;
  background-color: #e0e0e0;
}

.loginWithMail {
  overflow: hidden;
  text-align: center;
}

.loginWithMail:before,
.loginWithMail:after {
  background-color: #e0e0e0;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  vertical-align: middle;
  width: 64px;
}

.loginWithMail:before {
  margin-right: -71px;
  margin-top: 10px;
}

.loginWithMail:after {
  margin-right: 10px;
  margin-top: 10px;
}

.loginInput {
  width: 300px;
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #383838;
  padding-left: 35px;
}

.loginInputDiv {
  width: 300px;
  height: 46px;
  border-radius: 8px;
  margin: auto;
  margin-top: 16px;
  position: relative;
}

.loginButton:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

::placeholder {
  color: #bdbdbd;
}

.loginInput:focus {
  border: 1px solid #424242;
}

.loginRegButton {
  padding-top: 10px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
}

.loginInputButton {
  margin: auto;
  /* margin-top:16px; */
  width: 300px;
  height: 46px;
  border-radius: 8px;
  background-color: #f99050;
}

.readAgreeDiv {
  margin: auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
  margin-top: 30px;
}

.boldUnderline {
  font-weight: 600;
  text-decoration: underline !important;
  cursor: pointer;
}

.loginHr {
  margin-top: 50px;
  margin-bottom: 40px;
}

.loginHr hr {
  width: 300px;
}

.haveAccDiv {
  margin: auto;
  margin-bottom: 80px;
}

.haveAccDivText {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
  cursor: pointer;
}

.haveAccDivText:hover {
  text-decoration: underline;
}

.haveAccDivText:hover .boldOrange {
  text-decoration: underline;
}

.boldOrange {
  color: #f99050;
}

.loadingNewLogin {
  width: 21px;
  position: absolute;
  padding-top: 12px;
  margin-right: 14px;
}

.errorLogin {
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f95050;
  /* margin-right: 21px; */
}

.noTrans {
  transition: all 0s !important;
}

.headerBut {
  font-size: 16px;
  float: left;
  margin-left: 25px;
  margin-top: 30px;
  cursor: pointer;
}

.containerr {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  text-align: center;
  padding-left: 207px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616161;
}

/* Hide the browser's default checkbox */

.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 25px;
  z-index: 999;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  height: 13px;
  width: 13px;
  margin-top: 16px;
  margin-left: 6px;
  background: #ccc;
}

/* On mouse-over, add a grey background color */

.containerr:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.containerr input:checked ~ .checkmark {
  background-color: #f99050;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.containerr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.containerr .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.margin-top-16 {
  margin-top: 16px;
}

.homePageHeader {
  margin-top: 11%;
  margin-bottom: 60px;
  /* display:flex; */
}

.homePageHeader h1 {
  font-family: Assistant;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.23;
  text-align: right;
  color: #424242;
  margin-top: 0;
}

.homePageH3 {
  width: 448px;
  font-size: 22px;
  line-height: 1.27;
  text-align: right;
  color: #616161;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.homePageHeaders2 {
  pointer-events: none;
}

.homepageInput {
  padding: 10px;
  width: 360px;
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  font-size: 20px;
  margin-top: 32px;
}

.footerInput {
  padding: 10px;
  height: 36px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  font-size: 20px;
  margin-top: 24px;
  width: 262px;
}

.homepageButton {
  width: 360px;
  height: 46px;
  border-radius: 8px;
  background-color: #f99050;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border: 0;
  padding: 10px 0 10px 0;
}

.homepageFilter {
  /* width: 129px; */
  height: 36px;
  border-radius: 6px;
  border: solid 1px #bdbdbd;
}

select.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882a8 inset;
}

.divider {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.divider h1 {
  height: 42px;
  font-size: 32px;
  font-weight: 800;
  overflow: hidden;
  min-width: 120px;
  text-align: right;
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
}

md-input-container {
  padding: 0;
  margin: 0;
}

md-checkbox.md-default-theme:not([disabled]).md-warn.md-checked .md-icon,
md-checkbox:not([disabled]).md-warn.md-checked .md-icon {
  background-color: #f99050;
}

.campaignCube {
  width: 360px;
  height: 487px;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 #eeeeee;
  background-color: #ffffff;
  margin-bottom: 31px;
  display: inline-block;
  background: white;
  margin: 0 15px 44px 15px;
  padding: 10px;
  vertical-align: top;
  position: relative;
  padding: 0;
  cursor: pointer;
  user-select: none;
  text-align: right;
  overflow:hidden;
}

.cubeTypeAgah {
  margin-right: 8px;
  width: 61px;
  height: 22px;
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #616161;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  border-radius: 11px;
}
.cubeTypeParticpate {
  margin-right: 8px;
  width: 100px;
  height: 22px;
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #616161;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  border-radius: 11px;
}
.cubeTypeDiv {
  display: flex;
  margin-top: 12px;
}

.campaignsDiv {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.campaignListMT4 .campaignsDiv{
  margin-top:0;
  display: flex;
  flex-wrap: wrap;
}
.campaignListMT4 .campaignsDiv.first{
  margin-top:5%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.campaignCover {
  width: 360px;
  height: 180px;
}

.campaignImg {
  width: 100%;
  /* height:100%; */
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  min-height:180px;
}

.campaignLogo {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  position: absolute;
  top: 140px;
  /* padding:12px 12px; */
  margin-right: 24px;
}

.logoCube {
  padding: 2px;
}

.cubeHeader {
  margin-top: 36px;
  width: 312px;
  height: 23px;
  font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #424242;
  margin-bottom: 0;
}

.cubeSlogan {
  font-size: 18px;
  text-align: right;
  color: #424242;
  margin-bottom: 12px;
}

.cubeContainer {
  width: 312px;
  margin-left: auto;
  margin-right: auto;
}

.cubeText {
  width: 312px;
  height: 65px;
  font-size: 16px;
  text-align: right;
  color: #616161;
  margin-bottom: 0;
  background: white;
  overflow: hidden;
}

.cubeType {
  width: 36px;
  height: 22px;
  border-radius: 11px !important;
  background-color: #e8daff;
  font-size: 12px;
  text-align: center;
  color: #6929c4;
  padding-top: 2px;
}

.cubeTypeEq {
  margin-right: 8px;
  width: 41px;
  height: 22px;
  border-radius: 11px;
  color: #616161;
  background-color: #f5f5f5;
}

.cubeTypeStartUp {
  width: 66px;
  height: 22px;
  border-radius: 6px;
  background-color: #e9fff3;
  color: #09a184;
}

.cubeTypeRE {
  width: 40px;
  height: 22px;
  border-radius: 6px;
  background-color: #ebf6ff;
  color: #0091f6;
}

.cubeTypeBiz {
  width: 36px;
  height: 22px;
  border-radius: 11px;
  background-color: #ffebff;
  color: #d74df9;
}

.step4 .campaignCube {
  height: initial;
}

.cubeTypeContinue {
  width: 63px;
  height: 22px;
  border-radius: 11px;
  background-color: #f5f5f5;
  color: #616161;
  margin-right: 8px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
}

.daysleftNew span {
  margin-top: 2px;
  margin-right: 8px;
}

.cubeInvested {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-align: right;
  color: #9e9e9e;
  margin-top: 24px;
}

.totalInvestedSpan {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #616161;
  margin-left: 4px;
  margin-right: 4px;
}

.investButtonStickyBut {
  background: #f99050;
  color: white;
  border-radius: 6px;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 13px 7px 12px 8px;
  font-size: 16px;
  text-align: center;
}

.shape {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #616161;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 8px;
}

.daysleftNew {
  font-size: 14px;
  display: flex;
  text-align: right;
  color: #9e9e9e;
}

.investorsText {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #9e9e9e;
}

.investorsTextBold {
  font-size: 14px;
  text-align: right;
  color: #424242;
}

.investorsTextBoldAmmount {
  font-size: 14px;
  text-align: right;
  color: #424242;
  /* margin-right:4px; */
}

.filtersMobile {
  z-index: 999;
  margin: auto;
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.filtersPan {
  position: relative;
  font-size: 16px;
  top: -29px;
  right: 8px;
}

.openInvestmentsP {
  font-size: 18px;
}

.cmp-logo-radius {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  /* padding:9px 8px;  */
  display: inline-block;
  vertical-align: top;
}

.investors-carousel {
  margin-top: 60px;
}

.soonHeader {
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #424242;
  margin-bottom: 0;
  max-width: 76%;
}

.soonText {
  font-size: 18px;
  text-align: right;
  color: #616161;
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 76%;
}

.forgotPwD {
  text-align: center;
  text-align: center;
  position: relative;
  top: -25px;
  margin-right: 223px;
}

.headerBanner span {
  height: 21px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.headerBanner {
  height: 44px;
  background-color: #f99050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerLogoNewForgotPw {
  top: 62px !important;
}

.headerLogoNew {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 21px;
}

.homepagePhoto {
  height: 324px;
  border: 1px solid #979797;
}

.investorsLogo {
  /* width:24px;height:24px; */
  padding: 2px;
}

.loader-03 {
  border: 0.2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-03 linear infinite;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  margin-left: 12px;
}

@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.forgotPw .loginInputDiv {
  margin-top: 50px;
}

.forgotPw .loginInputButton {
  margin-top: 16px;
  margin-bottom: 80px;
}

.forgotPw .errorLogin {
  text-align: center;
  width: auto;
  padding-top: 5px;
}

.hot-inv {
  /* width: 136px; */
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 8px;
}

.new-inv {
  width: 136px;
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
}

.success-inv {
  width: 117px;
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 5px;
}

.new-inv span {
  width: 85px;
  height: 21px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f72970;
  line-height: 2;
}

.success-inv span {
  width: 77px;
  height: 21px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #10ddc2;
}

.soon-over {
  width: 77px;
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
}

.soon-over img {
  margin-top: -4px;
}

.soon-over span {
  width: 37px;
  height: 21px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f8b400;
}

.updateMeDiv {
  width: 312px;
  height: 36px;
  border-radius: 6px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.updateMeDiv:hover {
  border-color: #f99050;
}

.campaignCubeSoon {
  height: 455px;
}

.updateMeDiv span {
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f99050;
}

.dont-miss-divider {
  height: 302px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dont-miss-header {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-align: center;
  color: #424242;
  margin-bottom: 8px;
}

.dont-miss-join {
  width: 412px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
  margin: auto;
  margin-bottom: 25px;
}
.wrapperHiw .faqHeader {
  margin: 4% 0 2%;
  font-size: 46px;
  height: auto;
  line-height: auto;
}
.wrapperHiw {
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2%;
}
.show_work .faqHeader {
  font-weight: 800;
  line-height: 1.31;
  text-align: right;
  color: #424242;
  margin: 4% 0 2%;
  font-size: 46px;
  height: auto;
}
.how-box span {
  display: block;
  max-width: 57%;
}
.faqSection .faqHeader {
  margin: 5% 0 2%;
}
.investors-attractive h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #424242;
}
.num-headers-row span {
  max-width: 90px;
}
.how-tip-square {
  margin: 4% 0;
}
.how-tips {
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2%;
}
.how-tips h4 {
  text-align: right !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #424242 !important;
  padding: 0 !important;
}
.how-tips p {
  font-size: 18px;
}
.blockquote {
  margin: 6% 0;
  padding: 44px 48px;
  position: relative;
  border: solid #eee;
  border-width: 1px 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
}
.blockquote__author {
  margin-top: 16px;
  font-size: 18px;
  color: #555;
}
.blockquote:before {
  content: "\201C";
  top: -0.51em;
}
.blockquote:before,
.blockquote:after {
  position: absolute;
  left: 50%;
  width: 1.2em;
  height: 0.7em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
}

.blockquote:after {
  content: "\201D";
  bottom: -0.5em;
}
.blockquote:before,
.blockquote:after {
  position: absolute;
  left: 50%;
  width: 1.2em;
  height: 0.7em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
}
.about-box {
  margin: 4% 0;
}
.about-box-top {
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.about-box-top span {
  max-width: 50px;
  margin-left: 10px;
}
.about-box p {
  margin: 1% 0;
}
.about-box h2 {
  margin: 0;
}
.inner .show_work .col_4 h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #424242;
}
.inner .show_work h3 {
  font-weight: bold;
  margin-top: 5%;
  margin-bottom: 3%;
}
.inner .show_work h3.done-headline {
  margin: 1% 0;
  color: #424242;
}
.show_work .col_4 h5 {
  max-width: 75px;
  margin: 0 auto;
}
.how-to-become {
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 6%;
}
.show_work {
  margin: 0 auto !important;
}
.inner .show_work .col_4 p {
  font-size: 18px;
}
.done-description {
  font-size: 18px;
  margin: 0;
}
.how-desc {
  line-height: 1.3;
  font-weight: 300;
  color: #777;
  font-size: 20px;
  margin-bottom: 4%;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 20%);
  grid-gap: 1rem;
  justify-content: space-between;
}
.team-img {
  max-width: 105px;
  height: 105px;
}
.team-name {
  font-size: 24px;
  font-weight: 800;
  color: #424242;
  margin-top: 15px;
  margin-bottom: 0;
}
.team-role {
  font-size: 14px;
  color: #636363;
  margin-bottom: 15px;
}
.related-companies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2%;
  padding-bottom: 5%;
}
.related-companies a {
  width: 30%;
}
.small-header {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #424242;
}
.orange-bold-center {
  text-align: center;
  font-weight: bold;
  color: #f99050;
  margin: 3% 0;
}
.about-rules {
  display: grid;
  grid-template-columns: repeat(auto-fill, 30%);
  grid-gap: 1rem;
  justify-content: space-between;
  margin-top: 2%;
}
.about-rules div {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2%;
}
.about-what-is {
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2%;
  padding-bottom: 5%;
}
.about-rules span {
  max-width: 57%;
  margin-left: 20px;
}
.team-desc {
  margin-bottom: 15px;
  font-size: 16px;
}
.square-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 30%);
  grid-gap: 1rem;
  justify-content: space-between;
}
.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.box-top span {
  width: 30%;
  margin-bottom: -5%;
}
.box-top h2 {
  font-size: 18px;
  font-weight: bold;
  width: 66%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #424242;
}
.how-box {
  margin: 4% 0;
}
.rotate-right {
  transform: rotate(10deg);
}
.flip-n-rotate {
  transform: scaleX(-1) rotate(-20deg);
}
.how-desc {
  line-height: 1.3;
  font-weight: 300;
  color: #777;
  font-size: 20px;
}
.how-box p {
  margin: 4% 0;
  font-size: 18px;
}
.num-headers-row {
  display: flex;
}
.emailInput {
  width: 263px;
  height: 36px;
  border-radius: 6px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  margin-left: 16px;
  padding: 10px;
  font-size: 16px;
}

.emailInput:focus {
  border: 1px solid #424242;
}

.buttonInput:hover {
  opacity: 0.8;
}

.buttonInput {
  width: 140px;
  height: 36px;
  background-color: #f99050;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
}

.dont-miss-comment {
  margin-right: 97px;
  margin-top: 8px;
  width: 259px;
  height: 18px;
  font-size: 14px;
  text-align: right;
  color: #9e9e9e;
}

.inputsDiv {
  text-align: center;
}

.faqImgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-left-cube {
  width: 312px;
  height: 23px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #616161;
  margin-top: 26px;
}

.infoSvg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.fireSvg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.newInvSvg {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 4px;
}

.sucessSvg {
  width: 15px;
  height: 15px;
  margin-top: -5px;
  margin-right: 5px;
  margin-left: 5px;
}

.hot-inv span {
  width: 76px;
  height: 21px;
  font-size: 16px;
  text-align: right;
  color: #f99050;
}

.margin-auto {
  margin: auto;
}

.angelCampaignInfo {
  width: unset !important;
  padding-left: 5px;
  padding-right: 5px;
}

.carouselArrow {
  width: 48px;
  height: 48px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  border-radius: 55px;
  margin-bottom: 100px;
  margin-right: 15px;
}

.carouselArrow:hover {
  border-color: #f99050;
}

.dont-miss-header span {
  color: #f99050;
}

.arrowImage {
  margin: 16px 13px 16px 14px;
}

.storyHeader {
  width: 180px;
  height: 42px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-align: right;
  color: #424242;
}

.storyText {
  margin-top: 8px;
  width: 458px;
  font-size: 18px;
  text-align: right;
  color: #616161;
  margin-bottom: 0;
}

.storyDiv {
  height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.storyName {
  margin-top: 24px;
  width: 458px;
  height: 21px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #9e9e9e;
}

.storyImg {
  width: 458px;
  height: 275px;
}

.faqHeader {
  height: 42px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-align: right;
  color: #424242;
  margin-bottom: 60px;
  margin-top: 60px;
}

.faqSection {
  margin-top: 100px;
  display: flex;
  margin-bottom: 100px;
}

.faqSection .col-lg-9 {
  padding-right: 91px;
}

.faqImg {
  width: 413px;
  height: 309px;
}

.cubeInvestedPre {
  float: left;
  margin-top: 28px;
}

.cubeInvestedSuccess {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
  color: #9e9e9e;
  margin-top: 24px;
  align-items: center;
}

.cubeInvestedNadlan {
  margin-top: 37px;
}

#campaignDetails li {
  font-size: 18px;
}

.cubeInvestedSuccessBottomP {
  width: 93px;
  height: 21px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #616161;
  margin-bottom: 2px;
}

.cubeInvestedSuccessBottomUnderP {
  width: 93px;
  height: 18px;
  font-size: 14px;
  text-align: center;
  color: #9e9e9e;
}

.successWall {
  height: 30px;
  width: 1px;
  background-color: #e0e0e0;
}

.cubeInvestedSuccesspan {
  width: 61px;
  height: 23px;
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #9e9e9e;
}

.totalInvestedSpanSuccess {
  width: 77px;
  height: 23px;
  font-family: Assistant;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #616161;
}

.cubeSuccess {
  height: 385px;
}

.bottomGrid {
  margin-top: 100px;
  justify-content: center;
  display: flex;
}

.bottomHeader {
  margin: auto;
  height: 42px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-align: center;
  color: #424242;
  margin-bottom: 8px;
}

.bottomText {
  margin-top: 8px;
  margin: auto;
  width: 555px;
  height: 69px;
  font-family: Assistant;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #616161;
}

.moreInfo {
  width: 126px;
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  color: #f99050;
  font-size: 20px;
}

.buttons {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 100px;
}

.wantToRaiseBtn {
  margin-right: 24px;
  height: 46px;
  background-color: #f99050;
  font-size: 20px;
  color: white;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px 8px 12px;
}

.bottomImg img {
  width: 262px;
  height: 177px;
}

.bottomImg {
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}

.dividerRight p {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
}

.homepageFilter {
  border: 0;
}

.homepageFilter select {
  border: 0;
  /* width:100%; */
  height: 100%;
}

.soonDiv {
  margin-top: 100px;
}

.all-inv-button {
  margin: auto;
  width: 165px;
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #f99050;
  font-size: 20px;
}

.logoBox {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  /* padding: 10px; */
}

.all-inv-button-desk {
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  color: #f99050;
  font-size: 20px;
  padding: 8px 20px 10px 20px;
}

.all-inv-button-desk:hover {
  border-color: #f99050;
  cursor: pointer;
  color: #f99050;
}

.flexmiddle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaignHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cmpLogo {
  /* width:59px;
    height:59px; */
  padding: 4px;
}

.rightSide {
  display: flex;
}

.cmpName {
  /* height: 42px; */
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  color: #424242;
}

.cmpNameDiv {
  margin-right: 24px;
}

.cmpDes {
  font-size: 22px;
  text-align: right;
  color: #616161;
}

.campaignPageCover {
  background-color: #fbfbfa;
  /* height:742px; */
  margin-top: 84px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.campaignCoverDivImg {
  width: 100%;
  /* height: 450px; */
  border-radius: 6px;
  background-color: #000000;
}

.folShareButs {
  font-size: 16px;
  height: 36px;
  border-radius: 6px;
  border: solid 1px #bdbdbd;
  padding: 6px 16px;
  margin-right: 8px;
  cursor: pointer;
}

.mobHeaderButton {
  width: 100%;
}

.loginDiv {
  margin-top: 24px;
}

.campaignCoverDiv {
  margin-top: 40px;
  display: flex;
  margin-bottom: 60px;
}

.totalInvestedDiv {
  /* margin-top: 30px; */
  font-size: 32px;
  font-weight: 600;
  color: #616161;
}

.cubeTypeStartUpCmp {
  background-color: #e9fff3;
  color: #09a184;
}

.cubeTypeBizCmp {
  background-color: #ffebff;
  color: #d74df9;
}

.cubeTypeRECmp {
  background-color: #ebf6ff;
  color: #0091f6;
}

.cubeTypeEqCmp {
  background-color: #f5f5f5;
  color: #616161;
  margin-right: 12px;
}

.cubeTypeCmp {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 32px;
  font-size: 16px;
  cursor: default;
}

.totalInvestedDiv span {
  font-size: 22px;
}

.fundedPercentage {
  font-size: 16px;
  font-weight: bold;
  color: #616161;
  margin-top: 8px;
}

.blackSpanHomepage {
  font-size: 22px;
  color: #616161;
  font-weight: 600;
  max-height: 31px;
}

.greySpanHomepage {
  font-size: 16px;
  text-align: right;
  color: #9e9e9e;
  font-weight: normal;
  max-height: 22px;
}

.totalInvestorsDiv {
  margin-top: 24px;
}

.followers {
  margin-left: 16px;
}

.followShareButs {
  display: flex;
}

.investDetailsHeader {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  color: #424242;
}

.investDetailsGrey {
  font-size: 16px;
  text-align: right;
  color: #9e9e9e;
  max-height: 22px;
}

.investDetailsBlack {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #616161;
}

.companyVal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.investDetailsHeader2 {
  /* margin-bottom: 24px; */
  /* margin-top: 44px; */
}

.regImg {
  display: block;
}

.orangeImg {
  display: none;
}

.companyFiles:hover .orangeImg {
  display: block;
}

.companyFiles:hover .regImg {
  display: none;
}

.companyFiles:hover .companyFilesFileName {
  color: #f99050;
}

.companyFiles:hover .cmpImgLink {
  background-color: #f5f5f5;
}

.companyFilesImg {
  font-size: 16px;
  text-align: right;
  color: #9e9e9e;
  margin-right: 16px;
}

.companyFilesImg img {
  width: 17px;
  height: 23px;
}

.companyFilesFileName {
  font-size: 18px;
  color: #616161;
  margin-right: 8px;
}

.cmpPreviewShort {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #9e9e9e;
  margin-bottom: 16px;
}

.sideCmpDiv {
  margin-top: 32px;
}

.firstcompanyVal {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cmpHr {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.cmpImgLink {
  display: flex;
  height: 56px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  transition: 0;
}

.howMuchToInvestHeader {
  font-size: 22px;
  margin-top: 44px;
  font-weight: 600;
  text-align: right;
  color: #424242;
  margin-bottom: 24px;
  max-height: 31px;
}

.calc-stocks-text {
  font-size: 16px;
  text-align: center;
  color: #9e9e9e;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.real-amount{
  font-size: 24px;
  text-align: center;
  color:#f89050;
  margin-top:10px;
}

.invest-cube {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
}

.invest-cube:last-child {
  border: 1px solid #eeeeee;
}

.shares-card {
  padding-top: 16px;
}

.shares-amount {
  font-size: 16px;
  color: #9e9e9e;
}

.shares-price {
  font-size: 32px;
  font-weight: 600;
  color: #f99050;
}

.invest-cube-button {
  border-radius: 6px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f99050;
  font-size: 16px;
  margin-top: 16px;
}

.invest-cube:hover .invest-cube-button {
  border: 1px solid #f99050;
}

.investButtonHeader {
  margin-top: 24px;
  height: 46px;
  background-color: #f99050;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  border-radius: 8px;
}

.investButtonHeader:hover {
  opacity: 0.8;
}

.investButtonStickyBut:hover {
  opacity: 0.8;
}

.cmpInvestStrip {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.investStripHeader {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-align: center;
  color: #424242;
  margin-top: 36px;
}

.realInvestAmountDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}

.investStripMin {
  width: 165px;
  border-radius: 6px;
  border: solid 1px #bdbdbd;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 8px;
}

.investStripButtons {
  display: flex;
  margin-right: 170px;
  margin-top: 30px;
  padding-bottom: 16px;
}

.investStripButton {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 16px;
  border-radius: 6px;
  background-color: #f99050;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 16px;
  font-size: 16px;
}

.teamMembersImg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.teamName {
  margin-bottom: 0;
  margin-top: 16px;
  color: #616161;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

.teamBio {
  font-weight: normal;
  border: 0;
  font-size: 18px !important;
  color: #616161;
}

.teamRole {
  margin-top: 4px;
  color: #9e9e9e;
  font-size: 16px;
}

.teamStripHeader {
  font-size: 20px;
  font-weight: 600;
  color: #9e9e9e;
}

.teamStrip .row {
  display: flex;
}

.teamStripHeaders {
  font-size: 16px;
  color: #9e9e9e;
  margin-top: 32px;
}

.companyNameBind {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #616161;
}

.companyNameBind a {
  color: #f99050;
}

.companyNameBindSocial {
  display: flex;
  justify-content: space-between;
  width: 23%;
}

.faqHeaderCmp {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
  color: #9e9e9e;
  margin-top: 60px;
}

.tabs-camp {
  padding-right: 28px;
  padding-left: 28px;
  display: flex;
  max-width: 1170px;
  margin: auto;
  justify-content: space-between;
}

.tabs-camp-div {
  border-bottom: 1px solid #e0e0e0;
  background: white;
  width: 100%;
  z-index: 999;
}

.tabs-camp-fixed {
  position: fixed;
  top: 0;
}

.tabs {
  display: flex;
  color: #616161;
}

.tabs div {
  font-size: 18px;
  position: relative;
  padding: 20px 0 20px;
  top: 1px;
  padding-right: 22px;
  padding-left: 22px;
}

.active-tab {
  color: #f99050;
  border-bottom: 1px solid #f99050;
}

.nadlanStrip {
  display: flex;
  justify-content: space-around;
  margin-top: 75px;
}

.nadlanText {
  /* margin-top:52px; */
}

.investButtonSticky {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nadlanButton {
  margin-top: 24px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #00b0f5;
  color: #00b0f5;
  font-size: 16px;
  width: 186px;
  background: white;
}

.nadlanButton:hover {
  background: #00b0f5;
  color: white;
}

.homepageInput:hover {
  border: 1px solid #9e9e9e;
}

.homepageInput:focus {
  border: 1px solid #424242;
}

.homePageError {
  font-size: 16px;
  line-height: normal;
  color: #f95050;
  margin-right: 21px;
}

.homePageErrorNL {
  margin-right: 100px;
}

.thank-you-newsletter {
  text-align: center;
  padding-top: 18px;
  color: #f99050;
}

.emailErrorInput {
  border: 1px solid #f95050 !important;
}

.homepageButton:hover {
  opacity: 0.8;
}

.wantToRaiseBtn:hover {
  opacity: 0.8;
  color: white;
}

.moreInfo:hover {
  border-color: #f99050;
}

.homepageButton[disabled] {
  color: white !important;
}

.homepageInput[disabled] {
  color: #bdbdbd !important;
  border: solid 1px #e0e0e0 !important;
}

.campaignCube:hover .hoverDiv {
  display: none;
}

.campaignCube:hover {
  box-shadow: 0 2px 12px 0 #e0e0e0;
}

.campaignCube:hover .tellMeMore {
  display: flex;
  border-radius: 6px;
}

.tellMeMore {
  display: none;
  margin-top: 44px;
  text-align: center;
  border: solid 1px #bdbdbd;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #f99050;
}

.toolTipCube {
  width: 224px;
  height: 32px;
  border-radius: 16px;
  background-color: rgba(97, 97, 97, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  position: absolute;
  top: -45px;
  right: -42px;
  display: none;
  text-align: center;
}

.hot-inv:hover .toolTipCube {
  display: flex;
}
.loginInputDiv span:hover .toolTipCube {
  display: flex;
  top: 0;
  left: 35px;
  right: initial;
  width: auto;
  padding: 5px;
  
}
.tellMeMore:hover {
  border-color: #f99050;
}

.homepageFilter:hover select {
  transition: 0s;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
}

.bg-img {
  /* display:none; */
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 55px;
  padding-top: 7px;
  padding-right: 12px;
}

.bg-img:hover {
  background: #f5f5f5;
}

.treeBikeImg {
  width: 233px;
  height: 128px;
}

.header2 {
  position: unset !important;
  padding: 0;
  background: white !important;
}

.headerUl li a:hover {
  color: #f99050;
}

.headerUl {
  margin-top: 5px;
}

.headerNadlan {
  margin-left: 24px;
  font-size: 16px;
  color: #00b0f5;
  width: 114px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerNadlan:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #00b0f5;
}

.enterBut:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.enterBut {
  color: #424242;
  height: 36px;
  width: 67px;
  line-height: 26px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hpAnim {
  height: 327px;
  width: 100%;
}

.btnPadding {
  padding: 6px 12px;
}

body {
  height: 100vh;
  position: fixed;
}

.cubeTypeDivCmp {
  margin-bottom: 24px;
  display: flex;
}

.footerButton {
  width: unset;
  margin-top: 16px;
  padding: 7px 77px 8px 77px;
  display: flex;
  justify-content: center;
}

.readAgreeDivfooter {
  margin-top: 16px;
}

.footerHr {
  margin-top: 32px;
  margin-bottom: 35px;
}

.buttomFooter {
  display: flex;
  justify-content: space-between;
}

.footerLogoImg {
  margin-right: 16px;
  height: 30px;
  width: 30px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmp-not-found{
  margin-top: -65px;
}

.footerLogos {
  display: flex;
}

.headerDiv {
  text-align: center;
  width: 100%;
  height: 84px;
}

.reset-search{
  position: absolute;
  left: 15px;
  top: 0px;
  display: flex;
  z-index: 10;
}

.loginH1 {
  margin-top: 0;
}

.footerThanks {
  text-align: center;
  color: #f99050;
  font-size: 16px;
  padding-top: 10px;
}

.soonCampaigns .greySpanHomepage {
  margin-top: 24px;
}

.soonCampaigns .blackSpanHomepage {
  font-size: 32px;
  font-weight: 600;
}

.soonMargin {
  margin-top: 180px;
}

.investButtonMiddle {
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 60px;
}

.fundedPercentage span {
  color: #9e9e9e;
  font-weight: normal;
  margin-right: 2px;
}

.successP {
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 0;
}

.successH {
  color: #39c4aa;
  font-weight: 600;
  font-size: 22px;
  margin-top: 24px;
}

.successCampaigns .totalInvestedDiv {
  /* margin-top:24px; */
}

#successCampaigns {
  margin-top: 60px;
}

.successMargin {
  margin-top: 201px;
}

.investing-cubesSuccess {
  cursor: not-allowed;
}

.investing-cubesSuccess .invest-cube .invest-cube-button {
  border: solid 1px #bdbdbd !important;
}

.disabledColor {
  color: #e0e0e0;
}

.successInvestmentsDiv {
  text-align: center;
  color: #39c4aa;
  font-size: 18px;
  font-weight: 600;
}

.investButtonStickyButSuccess {
  color: #39c4aa !important;
  font-weight: 600;
  background: white !important;
}

.boldUnderline {
  color: #616161;
}

.footerText a {
  color: #616161;
}

.investButtonStickyButMobile {
  display: none;
}

.buttomFooter {
  color: #616161;
}

.flexCamp {
  /* display: flex; */
  flex-direction: column;
}

.flexCamp .campaignPreviewDiv {
  order: 2;
}

.flexCamp .cmpInvestStrip {
  order: 4;
}

.flexCamp .teamStrip {
  order: 2;
}

.flexCamp .insurancesStrip {
  order: 3;
}

.flexCamp .faqDivCmpOrder {
  order: 5;
}

.flexCamp .investmentsDivOrder {
  order: 6;
}

.campaignImgCover {
  padding: 0;
  margin-left: 8px;
}

.totalInvestedStripSoon .totalInvestedDivMob {
  font-size: 16px;
  color: #9e9e9e;
}

.totalInvestedStripSoon .totalInvestedPreMob {
  font-size: 32px;
  color: #616161;
}

.order2 {
  order: 2;
}

.toolTipCube35 {
  width: 360px;
}

.nadlanText {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.angelHeader {
  font-weight: 600;
  color: #616161;
  text-align: right;
  font-size: 22px;
}

.angelText {
  font-size: 16px;
  color: #9e9e9e;
  margin-top: 4px;
}

.campaignImgCover .hot-inv {
  right: 25px;
  width: unset;
  padding: 10px;
  z-index:1;
}

.loginInputDiv svg{
  position: absolute;
  color:#727272;
    left: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* display: flex; */
    /* align-items: center; */
    bottom: 0;
    top: 0;
    margin: auto;
    padding-right: 10px;
    font-size: 30px;
}

.investStripHeaderAngel {
  padding-left: 85px;
  padding-right: 85px;
}

.checkboxLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.checkboxText {
  margin-left: 40px;
  font-size: 16px;
  color: #616161;
  font-weight: normal;
  margin-right: 8px;
}

.mdcheckBoxFix {
  margin-bottom: 0;
}

.registerCheckbox {
  margin-right: 14px !important;
  margin: 16px 6px 0 !important;
}

.treeBikeDiv {
  display: flex;
  justify-content: center;
}

.forgotPwSecondPart {
  text-align: center;
  font-size: 22px;
  margin-top: 16px;
  color: #616161;
}

.playButtonImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px !important;
}

.campaigns {
  transition: 0s;
}

.filter-campaigns-container-all-camps {
  justify-content: center;
}

.filterMobileDivAllCamps {
  margin: auto;
  display: none;
}

.startingFromSpan {
  font-size: 22px;
}

.video-container {
  width: 750px;
  max-height: 450px;
  max-width: 100%;
  position: relative;
}

.video-cover {
  width: 100%;
  border-radius: 6px;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px !important;
}

.cubeSuccessOld {
  cursor: default;
}

.loaderCampaigns {
  text-align: center;
}

.loaderCampaigns p {
  font-size: 18px;
  color: #f99050;
}

.loaderHP {
  height: 100px;
  width: 100px;
  border: 0.2em solid #f99050;
  border-bottom-color: transparent;
}

.userFname {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.loaderFast {
  transition: 0s;
}

.hot-inv-timeLeft {
  width: unset;
  padding-right: 8px;
  padding-left: 8px;
}

.hot-inv-timeLeft span {
  width: unset;
}

.modal-title-angel {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #424242 !important;
  margin-top: 20px !important;
  margin-right: 0px !important;
}

.modalInput {
  width: 362px;
  height: 46px;
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  padding: 20px;
  font-weight: normal;
  margin-right: 20px;
  font-size: 20px;
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.closeInterested {
  color: black !important;
  right: -3px !important;
  top: 0px !important;
}

.modalComment {
  /* margin-top:24px; */
  font-size: 18px;
  color: #616161;
  margin-right: 9px;
}

.modal-body {
  width: 100%;
  padding: 15px;
  padding-top: 0;
}

.checkboxLabelModal {
  display: block;
  margin-right: 7px;
}

.modalButton {
  height: 46px;
  border-radius: 8px;
  background-color: #f99050;
  color: white;
  border: 0;
  width: 100%;
  margin-top: 8px;
  font-size: 20px;
}
#allow-mail .modal-content {
  padding: 5% 10%;
}

.modalButton.secondary {
  background: white;
  color: #000;
}
.modal-buttons-container {
  display: flex;
}

.modal-buttons-container button {
  margin: 0 2%;
}
.mdCheckBoxModal {
  font-size: 16px;
  color: #616161;
}

.modal-content-message {
  width: 100% !important;
  height: 100% !important;
}

.modalInput:focus {
  border-color: #424242;
}

.modal-content-calcmodal {
  width: 100% !important;
  height: 100% !important;
}

.orangeText {
  color: #f99050;
}

.desktopSort {
  width: 100px;
  transition: 0s;
}

.shareSpan {
  font-size: 16px;
}

.shareSpan img {
  margin-left: 8px;
}

.currencyCalc {
  font-size: 22px;
}

.stocksComment {
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 #e0e0e0;
  background-color: #ffffff;
  position: relative;
  top: -95px;
  padding: 10px;
}

.stocksCommentNadlan {
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 #e0e0e0;
  background-color: #ffffff;
  position: relative;
  top: -69px;
  padding: 10px;
}

.toolTipHover:hover .stocksCommentNadlan {
  display: block;
}

.toolTipHover:hover .stocksComment {
  display: block;
}

.toolTipHover {
  display: inline;
  font-size: 16px;
}

.stocksComment {
  display: none;
}

.stocksCommentNadlan {
  display: none;
}

/* .investingStrip {
    height: 192px;
} */

.floatingDiv {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 992;
  background-image: linear-gradient(to right, #365aa2, #a5bdef);
  color: #fff;
  font-size: 1.125rem;
  padding: 0.75rem 25px;
  text-align: center;
  border-radius: 5px;
}

.floatingFirst {
  font-size: 24px;
  font-weight: bold;
}

.floatingSecond {
  font-size: 18px;
  font-weight: bold;
}

.hot-inv-soon {
  margin-right: 92px;
}

.xButton {
  height: 100px;
  width: 50px;
  position: fixed;
  bottom: 7px;
  left: 331px;
  z-index: 99;
  background: transparent;
}

.closeFloater {
  font-size: 30px;
  font-weight: 100;
  opacity: 1;
  transform: rotate(45deg);
}

.shareMessage {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.messageModalMobShare {
  width: 160px !important;
}

.myCampaignsDiv {
  /* justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center; */
  margin-top: 100px;
}

.accountCampList {
  width: 60%;
  background: white;
  height: 80px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

.updateCmpName {
  font-weight: 700;
  font-size: 18px;
}

.updateLink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: underline;
}

.cmpImgName {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest-flow-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 5%;
  background-color: #fbfbfa;
  align-items: center;
}

.invest-flow-warrper .cmp-and-invest-info {
  display: flex;
}

.invest-flow-warrper .cmp-logo {
}

.invest-flow-warrper .cmp-invest-text {
}

.invest-flow-warrper .invest-in {
  font-size: 22px;
  font-weight: 800;
}

.invest-flow-warrper .invest-from {
  font-size: 18px;
  font-weight: normal;
}

.invest-flow-warrper .investor-and-progress-info {
  display: flex;
}

.invest-flow-warrper .investor-info {
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
  font-size: 18px;
  font-weight: 800;
}

.invest-flow-warrper .flow-progress {
  padding-right: 20px;
  font-size: 18px;
}

.invest-flow-warrper .invest-flow-content {
  max-width: 800px;
  margin: 30px auto;
}

.invest-flow-warrper .invest-flow-content-wider {
  margin: 30px auto 0auto;
  padding: 20px 5% 20px 5%;
}

.invest-flow-warrper .invest-card {
  margin: 30px 0 20px 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px 40px;
}

.invest-flow-warrper .title {
  font-size: 22px !important;
  font-weight: 800;
}

.invest-flow-warrper .subtitle {
  font-size: 18px;
}

.invest-flow-warrper .calc-component {
  max-width: 450px;
  margin: 0 auto;
}

.invest-flow-warrper .progressbar {
  padding: 5px;
  text-align: center;
  font-size: 23px;
}

.invest-flow-warrper .calc-inputs {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px 0;
}

.invest-flow-warrper .calc-inputs > div {
  justify-content: start;
  align-items: baseline;
  display: flex;
  border-bottom: dashed 2px #d0d0d0;
  max-width: 170px;
}

.invest-flow-warrper .calc-inputs input {
  border: none;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  /* max-width: 95px; */
  width: 100%;
}

.invest-flow-warrper .calc-inputs .amount {
  text-align: center;
}

.invest-flow-warrper .calc-inputs .stocks {
  text-align: center;
}

.invest-flow-warrper .calc-inputs .units {
  font-size: 22px;
  font-weight: 600;
}

.invest-flow-warrper .calc-explanation-text {
  text-align: center;
  font-size: 16px;
  color: #9e9e9e;
}

.invest-flow-warrper .explain-text {
}

.invest-flow-warrper .invest-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.invest-flow-warrper .invest-card-header-text {
}

.invest-flow-warrper .invest-card-header-img {
}

.invest-flow-warrper .form-group .label {
  font-size: 16px;
  color: #616161;
  font-weight: normal;
  padding: 0;
}

.invest-flow-warrper .form-group .input-group {
  width: 100%;
  margin-top: 7px;
}

.invest-flow-warrper .form-group .input-group input {
  border-radius: 8px;
  border: solid 1px #bdbdbd;
  font-size: 18px;
  height: 45px;
  /* text-align: center; */
}

.invest-flow-warrper .form-group .input-group select {
  border: solid 1px #bdbdbd;
  font-size: 18px;
  height: 45px;
  text-align: center;
  /* text-align-last: center; */
  -moz-text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.invest-flow-warrper .navigation {
  display: flex;
  justify-content: space-between;
}

.invest-flow-warrper .button {
  border-radius: 8px;
  background-color: #f99050;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  min-width: 110px;
  text-align: center;
  box-shadow: none;
}

.invest-flow-warrper .button:hover {
  background-color: #faa673;
}

.invest-flow-warrper .button.white-button {
  color: #424242;
  background-color: white;
  border-radius: 8px;
}

.invest-flow-warrper .button.white-button:hover,
.invest-flow-warrper .button.empty-button:hover {
  background-color: #f5f5f5;
}

.invest-flow-warrper .button.empty-button {
  color: #424242;
  background-color: white;
  border: 1px solid black;
}

.invest-flow-warrper .button .left-arrow {
  margin-right: 5px;
}

.invest-flow-warrper .button .right-arrow {
  margin-left: 5px;
}

.invest-flow-warrper .invest-flow-footer {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  margin: 0 auto;
  align-items: center;
}

.invest-flow-warrper .invest-flow-footer .reserved-rights-text {
  padding: 15px 0;
}

.invest-flow-warrper .invest-flow-footer .isa-logo {
}

.invest-flow-warrper .print .icon {
  display: inline-block;
  width: 33px;
  height: 34px;
  margin-left: 20px;
}

.invest-flow-warrper .investDetailsHeader {
  padding-top: 80px;
}

.invest-flow-warrper .floating {
  justify-content: space-between;
  width: 100%;
  padding: 25px 0 10px 0;
  position: fixed;
  bottom: 0px;
  /* z-index: 999999; */
  right: 0;
  padding: 20px 5% 20px 5%;
  background-color: white;
}

.invest-flow-warrper .aggrement-text {
  /* max-height: 500px; */
  overflow-y: auto;
}

.invest-flow-warrper .payment-summary {
  font-size: 18px;
}

.invest-flow-warrper .payment-summary > div {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

.invest-flow-warrper .payment-type {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.invest-flow-warrper .payment-type md-radio-button {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.invest-flow-warrper .cmp-logo {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  top: 140px;
  margin-left: 24px;
}

.invest-flow-warrper .summary {
  line-height: 27px;
  font-size: 16px;
  text-align: right;
}

.invest-flow-warrper .step4 .title {
  font-size: 32px !important;
  margin: 30px 0 15px 0;
}

.invest-flow-warrper .step4 .text {
  font-size: 20px;
}

.invest-flow-warrper .step4 .quote {
  /* width: 500px; */
  /* height: 52px; */
  font-family: Assistant;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  /* font-style: normal; */
  line-height: normal;
  letter-spacing: normal;
  /* text-align: center; */
  color: #616161;
  padding: 10px 0;
}

.invest-flow-warrper .step4 .quote-author {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9e9e;
}

.invest-flow-warrper .step4 .button {
  margin: 60px 0 200px 0;
  display: inline-block;
}

.invest-flow-warrper .step4 .invest-card {
  text-align: right;
  display: inline-block;
  margin: 30px auto 20px auto;
  padding: 15px;
  position: relative;
  line-height: 29px;
}

@media only screen and (max-width: 768px) {
  .campaignImg{
    min-height:auto;
  }
  .accountCampList {
    width: 90%;
    margin: 0 auto;
  }
  .about-rules {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .team-grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .about-wrapper {
    padding: 0 10%;
    margin-top: 26%;
  }
  .related-companies a {
    width: 100%;
  }
  .about-box-top h2 {
    font-size: 20px;
  }
  .orange-bold-center {
    font-size: 22px;
  }
  .team-box {
    margin: 0 !important;
  }
  .about-text {
    font-size: 16px;
  }
  .about-headers {
    font-size: 35px;
  }
  h1.about-headers {
    font-size: 32px;
    line-height: 1.1;
  }
  .inner .faqSection {
    margin-top: 4%;
  }
  .blockquote {
    margin: 15% 0;
    border: solid #eee;
    border-width: 1px 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 11% 6%;
  }
  .blockquote:before,
  .blockquote:after {
    position: absolute;
    left: 50%;
    width: 1.2em;
    height: 0.7em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
  }
  .how-desc {
    font-size: 16px;
  }
  .new_index .wrapper.show_work {
    padding: 0 10%;
    width: 100% !important;
  }
  .num-headers-row div {
    width: 80%;
  }
  .num-headers-row span {
    max-width: 20%;
  }
  .square-grid {
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .box-top {
    flex-direction: row;
  }
  .wrapperHiw .faqHeader {
    font-size: 35px;
  }
  .inner .wrapperHiw {
    margin-top: 16% !important;
    padding: 0 10%;
  }
  .box-top h2 {
    width: 74%;
    font-size: 20px;
  }
  .inner .show_work h3 {
    font-size: 35px;
  }
  .inner .show_work .faqHeader {
    font-size: 35px;
  }
  #owlInvest1 .owl-stage-outer {
    height: auto !important;
  }
  .num-headers-row span {
    max-width: 50px;
  }
  .box-top span {
    width: 26%;
  }
  #allow-mail .modal-content {
    padding: 0;
  }
  .invest-flow-warrper .investDetailsHeader {
    padding-top: 0;
  }
  .invest-flow-warrper .invest-card {
    margin: 0 0;
    padding: 15px 16px 15px 16px;
    border: none;
  }
  .invest-flow-warrper .navigation {
    padding: 0 16px;
    flex-direction: column;
  }
  .invest-flow-warrper .navigation .button {
    width: 100%;
    padding: 10px 0;
  }
  .invest-flow-warrper .floating {
    /* position: unset; */
    padding: 25px 0 10px 0;
  }
  .invest-flow-warrper .invest-flow-content-wider {
    padding: 20px 5% 20px 5%;
  }
  .invest-flow-warrper .invest-flow-footer {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

/* dor slider */

md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: inherit;
  transition: inherit;
}

md-slider .md-track-container {
  height: 4.5px;
  border-radius: 23px;
  cursor: pointer;
  position: relative;
}

.md-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

md-slider .md-thumb:after {
  border-color: #f99050;
  background-color: rgb(255, 255, 255);
}

md-slider .md-track {
  border-radius: 23px;
  background-color: #ffd7bf;
  border-radius: 23px;
}

md-slider .md-track::after {
  content: "";
  position: absolute;
  right: 95%;
  background: #f8904f;
  width: 3.5px;
  border-radius: 50%;
  height: 3.5px;
  /* top: 50%; */
  z-index: 1;
  /* bottom: 0; */
  /* top: 0.2px; */
}

md-slider .md-track.md-track-fill {
  background-color: #f8904f;
  border-radius: 23px;
  z-index: 1;
}

md-slider .md-focus-ring {
  background-color: rgba(255, 171, 145, 0.38);
  left: -27.5px;
  top: 7px;
  transform: scale(0.9);
}

.md-dragging .md-focus-ring {
  opacity: 1;
}

md-slider.md-min .md-focus-ring {
  transform: scale(0);
}

md-slider .md-thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

md-slider:not([md-discrete]):not([disabled])
  .md-slider-wrapper
  .md-thumb:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.md-thumb:hover + .md-focus-thumb + .md-focus-ring {
  opacity: 1;
}

.md-track-container::before {
  content: "מעל ₪60,000";
  position: absolute;
  color: #f8904f;
  right: 0%;
  bottom: 14px;
  font-size: 13px;
  /* right: 95%;
    background: #f8904f;
    width: 3.5px;
    border-radius: 50%;
    height: 3.5px; */
  /* top: 0; */
  z-index: 1;
  /* bottom: 0; */
  /* display: none; */
}

.md-track-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffd7bf;
  clear: both;
}

.md-thumb-container {
  z-index: 2;
}

md-slider-container {
  /* position: relative; */
  /* max-width: 50%; */
  /* margin: 0 auto; */
}

.popular {
  position: absolute;
  top: -25%;
  color: #f8904f;
  right: 54%;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  md-slider-container {
    max-width: unset;
  }
}

/* end slider */

/* radio-button*/

md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
  background-color: rgb(249, 144, 80);
}

md-radio-button.md-checked .md-off {
  border-color: rgb(249, 144, 80);
}

/* income modal layer */

#investmentLayer .modal-dialog {
  width: 80%;
  margin: 10% auto;
}

#investmentLayer .modal-header {
  width: 90%;
  text-align: right;
}

#investmentLayer .modal-header button {
  top: 4%;
  color: #000;
}

#investmentLayer .modal-header h4 {
  font-weight: bold;
  font-size: 23px;
}

#investmentLayer .modal-content {
  width: 100%;
  border-radius: 8px;
}

#investmentLayer .modal-body {
  padding: 26px 2%;
}

#investmentLayer .modal-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 15px 2%;
}

#investmentLayer .tdModal:first-child {
  border-left: hidden;
}

#investmentLayer .thModal:first-child {
  border-left: hidden;
}

#investmentLayer .modal-dissmiss-button {
  border: none;
  font-size: 16px;
  padding: 6px;
}

#investmentLayer ul {
  padding-right: 17px;
}

/* wanna leave modal */

#leaveModal .modal-dialog {
  margin-top: 15%;
  max-width: 422px;
}

#leaveModal .modal-content {
  border-radius: 8px;
  width: auto;
}

#leaveModal .modal-header {
  width: 80%;
  text-align: right;
}

#leaveModal .modal-header button {
  top: 9%;
  color: #000;
}

#leaveModal .modal-header h4 {
  font-weight: 800;
  font-size: 22px;
}

#leaveModal .modal-body {
  padding: 26px 7%;
  font-size: 18px;
}

#leaveModal .modal-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 5%;
  border: none;
}

#leaveModal .modal-continue {
  background: #f99050;
  /* padding: 2% 4%; */
  color: #fff;
  border: none;
  font-size: 20px;
  margin: 0;
  /* background-color: red; */
}

#leaveModal .leave-process {
  border: none;
  font-size: 20px;
  background: #ffff;
  /* background-color: green; */
}

@media only screen and (max-width: 768px) {
  #leaveModal .modal-footer {
    flex-direction: column-reverse;
    padding: 15px 7%;
  }
  #leaveModal .modal-continue {
    margin-bottom: 3%;
  }
  #investmentLayer .modal-header {
    text-align: center;
    width: 100%;
  }
  #investmentLayer .modal-header button {
    top: 2.5%;
  }
  #investmentLayer .modal-body {
    overflow: scroll;
    height: 450px;
  }
  #investmentLayer .thModal {
    width: 50%;
    vertical-align: top;
  }
  .invest-flow-warrper .step4 {
    padding: 0 15px;
  }
}

/*tooltip */

.calc-explanation-text .tooltip.in {
  opacity: 1;
}

.calc-explanation-text .tooltip-inner {
  background: #ffff !important;
  max-width: 422px;
  box-shadow: 0 2px 12px 0 #e0e0e0;
  color: #616161;
  padding: 4px;
  font-size: 16px;
}

.calc-explanation-text .tooltip.top .tooltip-arrow {
  border-top-color: #ffff;
  box-shadow: 0 2px 12px 0 #e0e0e0;
}

/* credit-card*/

.invest-flow-warrper .form-group .input-group input {
  /* text-align: left; */
  position: relative;
  /* text-align: right; */
}

.credit-card-icon {
  position: absolute;
  top: 15px;
  z-index: 5;
  right: 10px;
}

.invest-flow-warrper .form-group .input-group {
  position: relative;
}

/* slider*/

.rzslider .rz-pointer {
  background-color: #f99050;
  transform: scale(0.75);
  outline: none !important;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #ffff;
}

.rzslider .rz-pointer:after {
  transform: scale(2.3);
}

.rz-right-out-selection .rzslider .rz-bar {
  background: #ff9800;
}

.rzslider .rz-bar.rz-selection {
  background: #ffd7bf;
  height: 4.5px;
  border-radius: 23px;
}

.rzslider .rz-bar {
  background: #ff9800;
  border-radius: 23px;
  height: 4.5px;
}

.rzslider .rz-bubble {
  display: none;
}

.container {
  /* max-width: 20%; */
  margin: 0 auto;
}

.rzslider.noanimate .rz-pointer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -6px;
  width: 32px;
  right: 0;
  height: 32px;
  border: 6px solid rgba(255, 171, 145, 0.38);
  z-index: -4;
  border-radius: 50%;
  transform: scale(1.4);
}

.rzslider .rz-pointer:hover:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -6px;
  width: 32px;
  right: 0;
  height: 32px;
  border: 6px solid rgba(255, 171, 145, 0.38);
  z-index: -4;
  border-radius: 50%;

  transform: scale(1.4);
}

.noanimate .rz-pointer {
  cursor: grabbing;
}

/* .rzslider .rz-bar-wrapper::after{
        display: none;
    
} */

.rzslider .rz-bar-wrapper:nth-child(4):after {
  visibility: hidden;
}

.slider-dot {
  content: "";
  position: absolute;
  right: 95%;
  background: #f8904f;
  border-radius: 50%;
  min-width: 3.5px !important;
  height: 3.5px !important;
  top: 0.5px;
  /* top: 50%; */
  z-index: 1;
}

.rzslider .rz-bar-wrapper:nth-child(4):before {
  visibility: hidden;
}

/* .rzslider .rz-bar-wrapper::before{
    display: none;
   } */

.profileLogin {
  position: absolute;
  top: 30px;
  left: 10px;
}

/* #INDmenu-btn {
    direction: ltr!important;
    float:left!important;
    left: -62px!important;
    position: fixed!important;
    top:unset!important;
    bottom:80px!important;
    
    margin: 0 16px;
    padding: 0;
    height: auto;
    width: auto;
    min-width: auto;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    transform: scale( var( --indscale, 1 ) );
    transition: transform 0.6s;
} */

.f-16 {
  font-size: 16px;
}

.sendMessgCmp {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background-color: #f99050;
  color: white;
  border: 0;
  margin-top: 30px;
}

#bio_ep {
  background-image: url(img/orange.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mdCheckboxPopUp {
  color: white;
}

.hiddenButton {
  margin-top: 10px;
  width: 50%;
  opacity: 1;
  border-radius: 15px;
  background: #f99050;
  border: 0;
  color: white;
  height: 35px;
}

.hiddenButton:hover {
  opacity: 0.8;
}

.checkboxLabelPopUp {
  margin-top: 0;
}

.intrestingErrorPopUp {
  padding: 0;
  margin-right: 50px;
}

.popUpDiv {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.popUpDivCmp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f99050;
  font-size: 20px;
  margin-top: 22px;
  padding-right: 16px;
}

.invArrow {
  width: 25px;
}

#phone {
  width: 100%;
  /* padding-left:0!important; */
}

.disabled-but {
  background-color: #e0e0e0 !important;
  color: #ffffff !important;
}

.investmentsTable th {
  text-align: right;
}
.company-updates {
  margin-right: 20px;
}
.company-updates-first {
  margin-right: 20px;
}

.updates-main ul {
  word-wrap: break-word;
}
.INDhasDragTooltip #INDWrap #INDmenu-btn{
  --indscale: 0.7;
}

.modal-content-updates {
  width: 100% !important;
  box-shadow: none !important;
  height: 85vh !important;
  overflow: hidden;
  overflow-y: auto;
  background-color: #f0f0f0 !important;
}
#transactionModal .modal-content-updates{
    height:auto!important;
}
#transactionModal .modal-content-updates .modal-body{
    height:auto;
    padding: 26px 5%;
}
#transactionModal.modal .close{
    color: #000000;
}
#updatesModal.modal .close{
    color: #000000;
}
.updates-main {
  border-bottom: 24px solid #f0f0f0;
  background: #fff;
  padding: 24px;
}
.modal-content-updates iframe {
  width: 100% !important;
}
.modal-content-updates .modal-body {
  height: 80vh;
  padding: 20px 0;
}

.icon-margin {
  width: 20px;
  padding-bottom: 7px;
  margin-left: 5px;
}
.modal-bodyUpdates p {
  font-size: 16px !important;
}

.flexProfile {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}

.flexHeaders {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profileBold {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.profile-name-img {
  width: 15%;
}
.profileTable {
  display: none;
  background: white;
  /* margin-top: 10px; */
  padding-right: 24px;
  padding-left: 24px;
}
.contact_form form .error {
  text-align: left;
}
.investmentsProfile {
  margin-top: 20px;
}

.profileText {
  font-size: 14px;
  color: #383838;
}

.profileArrowImg {
  width: 20px;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.profileCertificate {
  font-size: 20px;
  color: #f99050;
}

.profileCertificateDiv {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hoverProfile:hover .hoveredProfile {
  display: block;
}

.hoveredProfile {
  display: none;
  position: absolute;
  background: #f8f8f8;
}

.mat-trans {
  font-size: 15px;
  position: relative;
  top: 2px;
  color: #f89050;
}

.flexHeaders .filter-campaigns-main-button {
  margin-top: 0;
}

.profileShadow {
  box-shadow: 0px 8px 10px -9px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #f0f0f0;
}

.investmentsDiv {
  display: flex;
  background: white;
  justify-content: space-around;
  padding: 20px 0px 20px 0px;
  flex-direction: row;
  cursor: pointer;
}

.profileDivMob {
  display: flex;
}

.profileArrowImgAbs {
  position: absolute;
  left: 90px;
  margin-top: -9px;
}

.profileDivDes {
  display: flex;
}

.pipelbiz-calculator {
  width: 100%;
}
.leadsInput {
  width: unset !important;
}
.leadsDiv {
  border: 1px solid #bdbdbd;
  max-width: 350px;
  margin: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}
.leadsComp {
  position: sticky;
  top: 100px;
}

.leadsComp.second {
  margin-top: 4%;
}

.profile-details-cont {
  display: flex;
  margin-bottom: 30px;
}
