.investment-container {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.price-info ul {
  width: 100%;
}

.newcrowd-investor-info-title {
  font-size: 13px;
  color: #f6f6f6;
  margin-top: 5px;
  margin-bottom: 5px;
}

.productvalue {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.newcrowd-field-info-value {
  font-size: 20px;
  font-weight: 600;
}

.teammember {
  margin-bottom: 20px;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

ui, li {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.fixedtab .investnow {
  position: fixed;
  top: -5px;
  width: 200px;
  z-index: 999999;
}

.fixedtab .banner-right {
  z-index: inherit;
}

.header-top {
  width: 100%;
  padding: 10px 25px;
}

.header-bottom {
  text-align: center;
  padding: 8px 15px;
  background: #fdca4d;
  color: #333;
}

.logo {
  position: relative;
  z-index: 51
}

.banner {
  height: 500px;
  background-size: cover;
  position: relative;
}

  .banner:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
  }

  .banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 36px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 99;
  }

.container {
  /*width: 100%;*/
  margin: auto;
}

.banner-left {
  position: relative;
  width: 100%;
  float: left;
  z-index: 99;
}

.banner-right {
  position: relative;
  min-height: inherit;
  width: 100%;
  padding-top: 0px;
  float: left;
  z-index: 99;
}

.project-info {
  height: 175px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-left: 175px;
  padding-top: 55px;
}

.project-pic {
  width: 155px;
  height: 155px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 3px black solid;
}

.project-info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  padding: 0px 0px 5px 0px;
  text-transform: uppercase;
}

.project-info h3 {
  color: #fff;
  font-size: 16px;
  /*padding-bottom: 25px;*/
}

.small-info {
  width: 100%;
}

  .small-info li {
    display: inline-block;
    margin-right: 15px;
  }

    .small-info li a {
      font-size: 12px;
      color: #fff;
    }

      .small-info li a i {
        margin-right: 5px;
      }

  .price-info {
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 15px 5px 15px;
    position: absolute;
    bottom: 120px;
    right: 10%;
    width: 290px;
  }

@media (max-width: 992px) {
  .price-info {
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 15px 5px 15px;
    position: absolute;
    bottom: 120px;
    right: 20%;
    width: 290px;
  }
}
@media (max-width: 600px) {
  .price-info {
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 15px 5px 15px;
    position: absolute;
    bottom: 120px;
    right: 35%;
    width: 290px;
  }
}
  .price-info ul {
    width: 100%;
  }

    .price-info ul li {
      width: 100%;
      color: #fff;
      padding: 0px 0px 0px 0px;
      border-bottom: 1px dashed grey;
    }

      .price-info ul li span {
        width: 100%;
        display: block;
        font-size: 15px;
      }

      .price-info ul li p {
        width: 100%;
        display: block;
        font-size: 12px;
        color: #fff;
      }

  .investnow {
    background: #03944f;
    color: #fff;
    padding: 6px 25px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

    .investnow:hover {
      background: #007d38;
      color: #fff;
      text-decoration: none
    }

  .videoicon {
    position: absolute;
    z-index: 5;
    width: 100px;
    height: 70px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.7;
  }

    .videoicon:hover {
      opacity: 1;
    }

  .middle-section {
    width: 100%;
    position: relative;
  }

  .investnow-bottom {
    position: absolute;
    right: 35px;
    top: 0px;
    transition-duration: 0.4s;
    opacity: 0;
    width: 187px;
  }

    .investnow-bottom:hover {
      color: #fff;
    }

  .fixedtab .investnow-bottom {
    right: 35px;
    transition-duration: 0.4s;
    top: 10px;
    opacity: 1;
  }

  .fixedtab .content-menu {
    position: fixed;
    top: 0px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    left: 0px;
  }

  .fixedtab .content-nav {
    padding-left: 0px;
    transition-duration: 0.4s;
    margin-left: 0px;
  }

    .fixedtab .content-nav ul li a:hover {
      color: #03944f;
      transition-duration: 0.2s;
    }

  .content-menu {
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }

  .content-nav {
    transition-duration: 0.4s;
    float: left;
    margin-left: 170px;
  }

    .content-nav ul {
      width: 100%;
      padding: 0px 0px 0px 0px;
    }

      .content-nav ul li {
        display: inline-block;
      }

        .content-nav ul li a {
          padding: 20px 15px;
          font-size: 17px;
          font-weight: 600;
          display: block;
          color: #333;
          transition-duration: 0.2s;
        }

          .content-nav ul li a:hover {
            color: #03944f;
            transition-duration: 0.2s;
          }

  .socialmedia {
    float: left;
    padding: 10px 0px 0px 9%;
  }

    .socialmedia li {
      display: inline-block;
    }

      .socialmedia li a:hover {
        opacity: 0.9;
      }

  .fixedtab .socialmedia {
    padding-top: 10px;
  }

  .slide-logo {
    width: 0px;
    padding-top: 4px;
    float: left;
    opacity: 0;
    transition-duration: 0.2s;
    margin-top: 12px;
  }

    .slide-logo img {
      width: 100%;
      height: auto;
      float: left;
    }

  .fixedtab .slide-logo {
    opacity: 1;
    transition-duration: 0.2s;
    width: 35px;
  }

  .content-menu .container {
    position: relative;
  }

  .scroll-logo {
    padding: 10px 0px 0px 0px;
    float: left;
    width: 0px;
    opacity: 0;
    transition-duration: 0.4s
  }

    .scroll-logo img {
      width: 160px;
    }

  .fixedtab .scroll-logo {
    width: auto;
    padding-left: 20px;
    opacity: 1;
    transition-duration: 0.4s;
    padding-right: 25px;
  }

  .fixedtab .productTabs-body {
    padding-top: 50px;
  }

  .gallery .picture {
    position: unset;
  }

  ul li a.toggle {
    width: 100%;
    display: block;
    background: rgb(246, 246, 246);
    color: #222222;
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
  }

  .inner {
    padding-left: 0px
  }

  .accordion li {
    display: block !important;
    padding: 5px 2px !important;
  }

  .inner li {
    padding: 10px 35px !important;
    background: #ddd;
    margin: 0px;
    border-top: 1px Dashed #aaaaaa85;
  }

  ul li a.toggle {
    width: 100%;
    display: block;
    background: rgb(246, 246, 246);
    color: #222222;
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
  }

  .dwnlodlink {
    float: right;
    text-decoration: underline;
    color: #17944f;
  }
