.priv section{
    width: 100%;
  }
  .priv ul {
    display: flex;
    justify-content: space-between;
}

.priv ul li a {
  color: #00C96A;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: 0.4s ease-in-out;
}

  .ticker_tape .tradingview-widget-container {
    height: 46px !important;
}
#counter .count-up span {
  font-size: 64px;
}
.price_box li span img {
  width: 11px;
  max-width: 11px;
}
.price_box li span img.img_hover {
  display: none !important;
}
.price_box:hover li span img.img_hover {
  display: block !important;
}

.price_box:hover li span img.img_nohover {
  display: none !important;
}

.forex_text .tradingview-widget-container{
  margin: auto;
}
section#exchange-ticker {
  padding: 80px 0;
}
.address_sub_info P a{
  color: #C3C3C3;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact_form .input_feild input, .contact_form .input_feild textarea, .contact_form .input_feild select {
  width: 100% !important;
  border: 0px !important;
  border-bottom: 1px solid #A5A1A2 !important;
  padding: 6px 8px !important;
  color: #25272D !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  outline: none !important;
  max-width: 100% !important;
}
.contact_form .input_feild {
  margin-bottom: 16px;
  padding: 0 !important;
}

.input_feild textarea {
  height: 80px !important;
  resize: none !important;
}

.contact_form #wpforms-submit-3351{
  outline: none;
    border: 0px;
    width: 229px;
    height: 67px;
    font-size: 20px;
    margin: auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #27BB57;
    color: #FFF;
    font-family: "Manrope", sans-serif;
}

.contact_form #wpforms-submit-3351:hover {
  background: #03E379;
  color: #FFF;
}

.contact_form div#wpforms-3351 {
  margin: 0 !important;
}
.current-menu-parent .current-menu-item a,
.current-menu-item a {
  color: #00c96a !important;
}

.d-contain h3 {
  margin-bottom: 24px;
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
}
.d-contain ul li {
  margin-bottom: 15px;
  list-style: disc;
}



.allbtn,
div#promocode_page form .submit {
  display: flex;
  max-width: max-content;
  padding: 20px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #27BB57;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  line-height: normal;
  margin: auto;
}

div#promocode_page form .submit {
  width: 302px;
  border: 0;
  max-width: 100%;
  font-size: 30px;
}

  .allbtn:hover,
  div#promocode_page form .submit:hover {
    background: #03E379;
    color: #FFF;
}

section.documedntcontain ol li {
  list-style: auto;
}
section.documedntcontain ul li{
  list-style: disc;
}
table.table-customer-form {
  border: 1px solid;
  margin: 100px auto;
}


table.table-customer-form  td {
  border: 1px solid;
}
.sub_dropdown {
  z-index: 9999; /* Higher than other elements in the navigation */
}

div#promocode_page form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 24px;
  max-width: 470px;
  margin: 30px auto auto auto;
}
div#promocode_page form input{
  border: 0;
  border-bottom: 1px solid rgba(201, 201, 201, 0.50);
  display: flex;
  height: var(--Button-Height, 40px);
  padding: var(--Button-Vertical, 9px) var(--Spacing-S, 8px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--Black, #323232);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  background: transparent;
}
div#promocode_page h3{
  color: var(--Black, #25272D);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.pricing_sec .container {
/*     width: 1500px; */
	max-width:1400px;
}

@media (max-width:1920px) {
  .priv ul li a {
    font-size: 20px;
}
}

@media (max-width:1024px) {
    #navbar.navbar-mobile {
        z-index: 9;
    }
    .priv ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }
    .priv ul li a {
        color: #000;
      }

      .ticker_tape .tradingview-widget-container {
        height: 100% !important;
    }
    .ticker_tape {
        overflow-x: unset;
    }
    .tradingview-widget-container {
      max-width: 100%;
      width: 100%;
    }
    .heading_h2 span {
      color: #FE796F;
      display: unset;
    }
    div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
      overflow: hidden;
  }

  .everywhere_btn {
    margin-top: 50px;
}
.contact_form {
  padding: 20px;
  order: 1;
}
.row_reverse_info {
  grid-template-columns: repeat(1, 1fr);
}
.registration .address_sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

}

@media (max-width:767px) {
  .registration .address_sec {
    grid-template-columns: repeat(1, 1fr);
  }
  div#counter {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}
.verify_account {
  margin-top: 60px;
  position: relative;
}
.testimonial_section {
  padding-bottom: 60px;
}
}

@media (max-width:575px) {
  .learnmore_btn {
    font-size: 22px;
}
.crypto_text p {
  margin-bottom: 50px;
}
.heading_h2 {
  font-size: 34px;
}
section#exchange-ticker {
  padding: 50px 0;
}
}