html, body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 18px;
    line-height: 170%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
    font-weight: 500;
}
.path-my-investments .views-element-container {
    margin-top: 40px;
}
a {
  text-decoration: none;
  color: #008eff;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
    border-bottom: none;
}
.header-left {
  display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: left;
    margin-top: 22px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.header-right {
  display: inline-block;
    vertical-align: middle;
    width: 64%;
    text-align: right;
}
.content-section {
    max-width: 1170px;
    margin: 0 auto;
}
#header {
    padding: 27px 0 25px;
    transition: all 0.3s ease;
}
.path-frontpage #header {
    padding: 27px 0 0;
}
#main-wrapper {
    background: #fff url(/images/centerback.png) repeat-x !important;
    padding: 10px 15px;
    min-height: 50vh;
}
.page-node-3 #main-wrapper {
    padding: 40px 0 40px 0;
    text-align: center;
}
#block-drupal-custom-sitebranding img {
    width: 150px;
}
.top-nav {
    margin-top: -14px;
    margin-bottom: 12px;
    padding-right: 2px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
}
.top-nav a {
    font-weight: normal;
    font-family: Poppins;
    padding: 0 8px;
    color:#fff;
}
.top-nav a:hover,
.top-nav a:focus {
    color: #0181cd;
}
.bottom-nav a {
    display: inline-block;
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 5px;
    font-family: Poppins;
    font-weight: normal;
}
.bottom-nav a:hover,
.bottom-nav a:focus {
    text-decoration: none;
    background: linear-gradient(#333,#000);
}

#block-drupal-custom-aboutus {
    background: url('/images/about_bg.jpg') no-repeat;
    background-size: cover;
    background-position: 0;
}
#about-us {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
#about-us h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: Poppins;
    margin-top: 15px;
}
h2 span {
 color: #00a1ff;
}
#about-us p {
    max-width: 1000px;
    margin: 25px auto 10px auto;
    font-size: 18px;
    line-height: 150%;
}
#about-us h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: Poppins;
    margin-top: 25px;
    color: #00a1ff;
}
.coin img {
    width: 180px;
    max-width: 100%;
    
}
.coin p span {
    color: #00a1ff;
    font-weight: 500;
    font-size: 22px;
    display: block;
    margin-bottom:3px;
    margin-top: 5px;
}
.about-button {
    margin-top: 18px;
    margin-bottom: 35px;
}
.about-button a {
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 30px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    font-family: 'Poppins';
    margin-left: 5px;
}
.about-button a:hover,
.about-button a:focus {
    background: linear-gradient(#333,#000);
}
.coin {
     display: inline-block;
    width: 19%;
    text-align: center;
    max-width: 160px;
    margin: 0 1% 1%;
}
.stats-container {
    max-width: 860px;
    margin: 30px auto 0;
    text-align: left;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
}
.stats-row {
    margin-bottom: 15px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
    color: #008eff;
    display: inline-block;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
}
.stats-row label {
    color: #222;
}

.path-frontpage #block-drupal-custom-content {
    background: #fff url(/images/centerback.png) repeat-x !important
}
.site-footer {
    background: url(/images/about_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 0;
    color: white;
    text-align: center;
    font-family: Roboto;
}
.site-footer__inner {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 50px 10px 10px 10px;
}
.site-footer h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 40px;
    margin-top: 0;
}
.site-footer form {
    max-width: 450px;
    margin: 0 auto;
}
.site-footer form label {
    display: none;
}
.site-footer form input,
.site-footer form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
}
.site-footer form .form-submit {
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 30px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    font-family: 'Poppins';
    border: none;
    width: 200px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.site-footer form .form-item-name,
.site-footer form .form-item-mail {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin-right: 1%;
}
.site-footer form .form-item-mail {
margin-right: 0;
}
.top-nav-footer {
    margin-bottom: 20px;
    font-size: 17px;
    color: #999;
    font-family: 'Poppins';
}

.bottom-nav-footer {
  margin-bottom: 20px;
  font-size: 15px;
  color: #999;
  font-family: 'Poppins';
}

.top-nav-footer a {
  margin: 0 10px;
}

.bottom-nav-footer a {
  color: white;
  margin: 0 10px;
}

.top-nav-footer a:hover {
  text-decoration: none;
  color: #ffffff;
}

.bottom-nav-footer a:hover {
  text-decoration: none;
  color: #00a1ff;
}

.risk {
  margin: 20px 0 10px;
  font-size: 14px;
  color: #ccc;
}

.social-icons {
  margin: 10px 0 20px;
}

.social-icons a {
  color: #00aaff;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.social-icons a:hover {
  text-decoration: none;
  color:white;
}

.copyright {
    font-size: 15px;
    color: #aaa;
    margin-top: -10px;
    line-height: 130%;
}
.social-icons img {
  width: 30px;
  border-radius: 7px;
    
}
.main-content {
    max-width: 1170px;
    margin: 0 auto;
}
.path-frontpage .main-content {
    max-width: 100%;
}
.page-node-2 .main-content {
    padding: 15px 0 30px;
}
.thank-you-message {
    max-width: 695px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 170%;
}
.thank-you-message h3 {
    margin-bottom: 10px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
}
.thank-you-message span {
    color: #008eff;
}
.continue-link {
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    font-family: "Poppins";
    display: block;
    width: 86px;
    text-align: center;
    margin-top: 20px;
}
.continue-link:hover,
.continue-link:focus {
    background: linear-gradient(#333,#000);
    color: #fff;
}
.fa-bars {
    display:none !important;
}

#block-drupal-custom-resetpasswordlinks {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}
.skip-link {
    display: none !important;
}
.user-logged-in .anonymous-link,
.logged-in-link {
    display: none;
}
.user-logged-in .logged-in-link {
    display: inline;
}
.user-logout-confirm {
    text-align: center;
}
.user-logout-confirm #edit-submit {
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 5px;
    font-family: Poppins;
    font-weight: normal;
    border: none;
    cursor: pointer;
}
.user-logout-confirm #edit-submit:hover,
.user-logout-confirm #edit-submit:focus {
    background: linear-gradient(#333,#000);
}
.form-item--error-message {
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%;
}
.stat-button {
  margin-top: 30px;
  font-family: popins;
  margin-bottom: 15px;
}
.stat-button a {
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 30px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    font-family: "Poppins";
    margin-left: 0;
}
.user-logged-in form #edit-name {
    display:none;
}
#contact-message-general-inquiries-form .user-logged-in form #edit-mail {
    display:none;
}
.user-account-links {
  padding: 20px;
  background: #fbfbfb;
  border-radius: 10px;
  max-width: 350px;
  margin:0 auto;
  font-size: 18px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  box-sizing: border-box;
  width: 90%;
  margin-top: 40px;
}

.user-account-links h3 {
  margin-top: 8px;
}

.user-account-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-account-links li {
    margin-bottom: 10px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
}
.user-account-links li:last-child {
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom: none;
}
.user-account-links li i {
    width: 30px;
    color: #666;
}
.user-account-links a {
  color: #0074bd;
  text-decoration: none;
  transition: background-color 0.3s;
}

.user-account-links a:hover {
  background-color: #fbfbfb;
  border-radius: 3px;
}

.user-logged-in.path-user article .form-item {
    text-align: center;
    margin: 30px auto;
}
.user-logged-in.path-user article .form-item h4 {
    display: inline-block;
    margin: 0;
}
.node-investment-form label {
        font-weight: bold;
}
.node-investment-form span {
        font-weight: bold;
}
.node-investment-form input {
    padding: 10px;
    margin: 7px 0;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
}
.node-investment-form select {
    padding: 10px;
    margin: 7px 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
}
.node-investment-form #edit-submit {
    display: block;
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    margin: 25px auto;
    font-family: Poppins;
    font-weight: normal;
    margin-top: 10px;
    border: none;
    width: 140px;
    text-transform: capitalize;
}
.node-investment-form #edit-submit:hover { 
    background: linear-gradient(#333, #000);
    cursor: pointer;
    color: #fff;
}
#block-drupal-custom-page-title h1 {
    text-transform: none;
}
.form-item-field-preferred-crypto #edit-field-preferred-crypto {
    height: 144px;
    overflow: hidden;
    font-size: 16px;
}
.node-investment-form .field--name-field-final-amount, 
.node-investment-form .field--name-field-id{
    display:none;
}
#edit-field-status-wrapper .js-form-item {
        display:none;
}
.new-inv-desc {
    counter-reset: list-item;
    padding-left: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}
.new-inv-desc li {
    display: block;
    align-items: center;
    margin-bottom: 23px;
    padding-left: 52px;
    position: relative;
}
.new-inv-desc li::before {
    content: counter(list-item);
    counter-increment: list-item;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #008eff;
    color: #008eff;
    font-size: 18px;
    margin-right: 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-44%);
    margin-top: -4px;
    font-family: "Poppins";
}
.node-investment-form {
    max-width: 350px;
    margin: 0 auto;
    font-size: 18px;
    background: #fbfbfb;
    padding: 20px 30px 3px;
    border-radius: 10px;
    margin-bottom: 35px;
    border: 1px solid #ddd;
}
.page-node-type-profit .field__label {
    font-weight: bold;
    display: inline-block;
} 
.page-node-type-investment .field__label {
    font-weight: bold;
    display: inline-block;
}
.page-node-type-profit #block-drupal-custom-content .field__item {
   color: #0188d8;
   display: inline-block;
}
.page-node-type-investment #block-drupal-custom-content .field__item {
   color: #0188d8;
   display: inline-block;
}
.page-node-type-investment .field__items {
   display: inline-block;
}
.page-node-type-profit article {
   
    font-size: 20px;
    line-height: 160%;
    margin: 0px 0px  20px;
    background: #fbfbfb;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #ddd;  
}
.page-node-type-investment article {
    display: block;
    font-size: 20px;
    line-height: 160%;
    margin: 0px 0px  20px;
    background: #fbfbfb;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.page-node-type-profit #block-drupal-custom-content {
     max-width: 540px;
    margin: 0 auto;
}
.page-node-type-investment #block-drupal-custom-content {
    max-width: 540px;
    margin: 0 auto;
}
.page-node-type-profit .field__label::after {
  content: ":";
  padding-left: 2px;
}
.page-node-type-investment .field__label::after {
  content: ":";
  padding-left: 2px;
}
.no-inv-text {
    text-align: center;
}
.path-my-investments .main-content h1 {
  margin-top: 50px;
}
.layout-container {
    margin: 0;
}
.my-investments table {
    border-collapse: collapse;
    margin: 25px auto 40px;
}
.my-investments th {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.my-investments td {
    border: 1px solid #ddd;
    padding: 15px;
}
.my-investments .views-field-field-status {
    text-transform: capitalize;
}
.my-investments .pending {
    color: red;
}
.my-investments .deposited {
    color: #008eff;
}
.my-investments .approved {
    color: green;
}
.page-node-type-investment #block-drupal-custom-page-title h1,
.page-node-type-profit #block-drupal-custom-page-title h1 {
    margin: 40px auto 55px auto !important;
}
.page-node-type-profit article .field {
    margin-bottom: 15px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
}
.page-node-type-investment article .field {
    margin-bottom: 15px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
}
.page-node-type-profit article .field:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.page-node-type-investment article .field:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
article .field--name-field-preferred-crypto .field__item {
    display: block;
}
.path-frontpage #main-wrapper {
    padding: 10px 0;
}
.user-logged-in #contact-message-general-inquiries-form #edit-mail {
    display: none;
}
#block-drupal-custom-depositdetails {
    max-width: 530px;
    margin: 0 auto 20px auto;
}
#block-drupal-custom-depositdetails ul li span {
    color: #2988d8;
}
#block-drupal-custom-depositdetails img {
    max-width: 450px;
}
#block-drupal-custom-depositdetails h3 {
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    margin-top: -5px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
}
#block-drupal-custom-depositdetails h3::after {
    content: "+";
    margin-left: 10px;
}
#block-drupal-custom-depositdetails h3.clicked {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
}
#block-drupal-custom-depositdetails h3.clicked::after {
    content: "-";
    
}
.more-ways {
    margin-bottom: 0;
}
.pay-method {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}
.transfer-funds-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.transfer-funds-content.open {
    max-height: 1000px;
}
.page-node-type-investment .views-element-container h2 {
    text-align: center;
    margin-bottom: 15px;
}
.page-node-8 #block-drupal-custom-page-title h1{
    text-align: left;
    margin: 50px 0 !important;
}
.terms-conditions p{
    padding-left: 20px;
    margin: 5px 0;
}
.terms-conditions h3{
    font-size: 20px;
    font-weight: bold;
}
.terms-conditions span{
  font-weight: bold !important;
}
.terms-conditions .level-2{
    padding-left: 40px;
}
.terms-conditions .profit-sharing-table{
    padding-left: 20px;
}
.blue {
    color: #008eff;
}
#block-drupal-custom-backlink .field--type-text-with-summary {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    border-top: 2px dashed #ddd;
    padding-top: 20px;
    margin-top: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.page-user-edit.user-logged-in.path-user .user-account-links {
    display: none;
}
.page-node-12 .field--name-field-body {
    max-width: 600px;
    margin: 25px auto;
    text-align: center;
}
.contact-numbers label {
    display: inline-block;
    font-weight: bold;
}
.contact-numbers a {
    display: inline-block;
}
.timings label {
    font-weight: bold;
}
.timings span {
    color: #1697ff;
}
.timings {
    margin-bottom: 20px;
    line-height: 200%;
}
.contact-numbers{
    line-height: 200%;
}
.new-inv-desc {
        margin-top: 40px;
}
.transfer-funds-content p {
    margin-bottom: -5px;
}
#block-investment-profits-block {
    margin-bottom: 40px;
}
.path-logout .user-account-links {
    display: none;
}
.user-logout-confirm .form-actions {
   margin-top:40px;
}
.investment-approved #block-drupal-custom-depositdetails {
    display: none;
}
.path-user .user-pass-reset {
    margin: 40px auto;
    text-align: center;
}
.path-user #edit-submit {
    display: block;
    background: linear-gradient(#007cc5, #0d689e);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    margin: 25px auto;
    font-family: Poppins;
    font-weight: normal;
    margin-top: 10px;
    border: none;
    width: 140px;
    text-transform: capitalize;
    cursor: pointer;
}
.path-reset h1 {
    text-transform: capitalize !important;
}
.testimonials-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.testimonial {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.testimonial p {
    font-style: italic;
    color: #666;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
    line-height: 160%;
}

.testimonial p strong {
    color: #00a1ff;
    font-style: normal;
    font-weight: normal;
}
#block-drupal-custom-reviews h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 95%;
    text-align: center;
    color: #000;
    font-size: 43px;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 20px;
    line-height: 120%;
    margin-top: 30px;
}
#block-drupal-custom-reviews {
    margin-bottom: 50px;
}
#block-drupal-custom-googletranslator .goog-te-gadget-icon {
    display: none;
}
#block-drupal-custom-googletranslator {
    margin-bottom: 15px;
}
#block-drupal-custom-googletranslator .goog-te-gadget-simple {
    padding: 5px;
}
#block-drupal-custom-googletranslator .goog-te-gadget-simple {
    background: black;
    border: black;
}
#block-drupal-custom-googletranslator .goog-te-gadget-simple a span {
    color: white;
}
.header-right nav ul {
    list-style: none;
}
.header-right nav ul li {
    display: inline-block;
}
.header-right nav ul li a {
    background: #000;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
}