/* common */
/* Header Css */

/*card-body*/
.price-card {
  background-color: #121214;
  box-shadow: 0px 0px 15px #000;
}
.price-card:hover,
.price-card:hover .price-btn {
  background-color: #121214 !important;
  color: white !important;
  border: none;
}
.price-card:hover .card-header {
  background-color: #ffcd00 !important;
  border: none;
  border-radius: 10px 10px 0px 0px !important;
}
.price-card:hover .price-month,
.price-card:hover .card-body h2 {
  color: #121214 !important;
}
/*card-body*/
.navbar-nav li:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu .dropdown-item {
  border: 0;
  padding: 8px 20px;
  font-size: 14px;
}
body header .navbar-nav .dropdown-item.active {
  background-color: #016a75 !important;
  color: #ffffff !important;
}
.navbar-nav li.nav-item a.active {
  color: #1a9fad !important;
}
.sticky-head {
  position: fixed;
  width: 100%;
 
  z-index: 999;
  animation: smoothScroll 1s forwards;
  background-color: #000;
  top: 0;
  transition: 0.5s;
}
header .navbar-nav {
  margin-left: auto !important;
}
header .navbar-brand img {
  max-width: 170px;
}
header .navbar-nav .nav-link {
  font-size: 14px;
  margin: 0 8px;
  color: white !important;
}
header .head-extra-btn {
  list-style: none;
  margin-top: 15px;
  padding-left: 10px;
}
header .head-extra-btn li {
  display: inline-block;
}
header .head-extra-btn li.crypto-menu a {
  background-color: #ffcd00;
  color: #000;
  border-radius: 23px;
  padding: 5px 20px;
  font-size: 14px;
  text-decoration: none;
}
header .head-extra-btn li.crypto-menu a:hover {
  background-color: #ffffff;
  color: #000;
  transition: 0.5s;
}
header .head-extra-btn li.sing-up a {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  border-radius: 23px;
  box-shadow: 0 3px 6px #00000029 !important;
  background-color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
}
header .head-extra-btn li.sing-up a:hover {
  background-color: #ffcd00;
  transition: 0.5s;
}
.navbar-light .navbar-toggler {
  color: white;
  /* border-color: white; */
}
.nav-item .dropdown-menu a:hover {
  color: white;
  background-color: #ffcd00;
}
/* Header Css */
.feature-card {
  background-color: #121214 !important;
  border-radius: 5px;
  color: #ffffff;
  padding: 25px 10px 30px 10px;
  box-shadow: 0px 0px 10px black;
  min-height: 330px;
}
.feature-card:hover {
  background-color: #ffcd00 !important;
  color: #000 !important;
}
/*Timeline style*/

.timeline-parcours {
  height: auto;
  min-height: 10px;
  margin: 100px auto;
}
.container-info {
  width: 960px;
  margin: 0 auto;
  height: auto;
  min-height: 187px;
}
.timeline-section-tl {
  width: 236px;
  height: auto;
  min-height: 10px;
  display: inline-block;
}
.infobox {
  width: 226px;
  height: auto;
  min-height: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
  margin: 0px 1px;
}
.fleche-bloc {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
}
.parcours-box {
  opacity: 0;
  z-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.container-time-line {
  width: 960px;
  margin: auto;
}
.time-line-parcours {
  width: 730px;
  height: 10px;
  background-color: white;
  margin: auto;
}
.timeline-indicator {
  width: 0px;
  height: 10px;
  background-color: #ffcd00;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.tl-round {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  margin: auto;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.container-bulle {
  margin-top: -15px;
}
/* animation classe */

.anim-phase-1 {
  width: 240px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.anim-phase-2 {
  width: 475px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.anim-phase-3 {
  width: 720px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.parcours-active {
  opacity: 1;
  z-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/*timeline style*/
.forex-body {
  background: #121214;
  color: rgb(255 249 239);
  font-family: "Poppins", sans-serif;
}
.forex-body p {
  font-size: 12px;
}
.btn-transparent {
  display: inline-block;
  text-align: center;
  width: 195px;
  border-radius: 25px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: #ffcd27;
  border: 2px solid #ffcd27;
}
.btn-transparent:hover {
  text-decoration: none;
  color: #bfbfbf;
}
.innerPage .hero .title1 {
  font-size: 48px;
  margin-bottom: 0px;
}

.innerPage .hero .title2 {
  font-size: 23px;
  font-weight: 700;
  color: #ffff;
  padding-bottom: 30px;
}

.innerPage .hero .title3 {
  color: #bab6af;
  font-size: 12px;
  padding-bottom: 40px;
}
.innerPage .btn {
  width: 160px;
  border-radius: 21px;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
}
.innerPage .btn-yellow:after {
  border: 1px solid #000;
}
.innerPage .hero {
  padding-top: 50px;
  padding-bottom: 80px;
}
.btn-hero {
  display: flex;
  align-items: center;
}
.innerPage .btn-hero i {
  font-size: 28px;
  margin: 10px;
}
.innerPage .btn-hero i:hover {
  color: #fecd2f;
}
.innerPage .card {
  background-color: rgb(191 191 191);
}
.card:hover {
  background-color: #fecd2f;
}
.card .card-title {
  color: #000;
  font-weight: 400;
}
.card .card-text {
  color: #000;
  font-size: 14px;
  width: 80%;
}
.sectionPad {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 90px;
}
.innerTitle {
  color: #fecd2f;
}
.platforms .section4 h2 {
  font-size: 20px;
}

.platforms .section4 .card-text {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 35px;
  text-align: center;
}

.platform-section-ten {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffcd27 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
}
.platform-section-ten .title-section h2 {
  color: #000;
  margin-bottom: 20px;
}
.platform-section-ten .title-section .description {
  color: #000;
}
.platform-section-ten .second-row ul li {
  color: #000;
  font-size: 14px;
  text-align: left;
}
.platform-section-ten .second-row ul span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.platform-section-ten .second-row {
  margin-top: 50px;
}
.platform-section-ten .second-row ul {
  margin-bottom: 0;
}
.platform-section-ten .container {
  width: 80%;
  margin: auto;
}
.comm-head-one-inner {
  font-size: 24px;
  color: #ffcd27;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.title-two {
  color: #000 !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px !important;
}
.sectionM30 {
  margin-bottom: 30px;
}
.sectionM90 {
  margin-bottom: 90px;
}

.table thead th {
  border: 0px;
}
.keyFeatures table th,
.keyFeatures table td {
  color: #fff;
}
.keyFeatures table {
  margin: 0px;
}
.keyFeatures .tableSec {
  padding: 10px;
  border-radius: 10px;
  background-color: #505050;
  text-align: center;
}
.keyFeatures table th {
  font-weight: 500;
  font-size: 16px;
  padding: 20px;
}
.keyFeatures table td {
  border-top: 1px dashed #000;
  padding: 11px 0px;
}
.keyFeatures table tr:first-child td {
  border: 0px !important;
}
.keyFeatures table tr:last-child td {
  font-weight: 600;
  font-size: 16px;
}
.keyFeatures .tableSec td {
  font-size: 14px;
  font-weight: 400;
}
.keyFeatures .tableSec td:nth-child(1) {
  font-size: 12px;
  text-align: initial;
  padding: 11px 30px;
  font-weight: 300;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1350px;
}

#footer {
  padding-left: 5%;
}
.navbar-brand {
  padding-left: 4%;
}
.price-section {
  padding-top: 35px;
}

/* hero section */
.hero {
  padding-top: 70px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
}

.hero .title1 {
  color: #ffcd27;
  font-size: 40px;
  padding-top: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero .title2 {
  font-size: 37px;
  font-weight: 300;
  color: #fde8c3;
  padding-bottom: 50px;
  letter-spacing: 0.5px;
}
.hero .title3 {
  font-weight: 300;
  color: #bab6af;
  padding-bottom: 12 0px;
}
/* hero section */
/*joinus-section*/
.joinus-section {
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 80px;
  color: rgb(226 226 226);
}

.joinus-section .feature-card {
  padding: 30px;
  padding-top: 20px;
}

/* .joinus-section .forexcard-head {
  color: rgb(226 226 226);
} */

/*joinus-section*/
h2[head2] {
  padding-top: 5px;
  text-align: center;
  padding-bottom: 10px;
  color: #ffcd27;
  font-size: 22px;
}
/* aboutus */
.aboutus {
  padding-left: 80px;
  padding-right: 80px;
  line-height: 50px;
  padding-bottom: 40px;
}
.aboutus-content {
  padding-top: 10%;
  padding-bottom: 8%;
}
.aboutus-content a {
  font-size: 18px;
  margin-bottom: 40px;
}
.aboutus-content h4 {
  color: #ffcd27;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 22px;
}

.aboutus-content p[forexmarket-content] {
  padding-bottom: 0px;
}

/* aboutus */

.btmSpacingM {
  padding-bottom: 30px;
}
.btmSpacingL {
  padding-bottom: 50px !important;
}

.hero-trade-btn {
  padding-bottom: 15px;
}
header[head] {
  padding-left: 40px;
  padding-right: 40px;
}
.btn {
  display: inline-block;
  text-align: center;
  width: 195px;
  border-radius: 25px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 25px;
  border: 2px solid #000;
}

.btn-yellow {
  background: #ffcd27;
  border: 3px solid #ffcd27;
}

.btn-yellow:after {
  border: 2px solid #000;
}
.btn-white:after {
  border: 2px solid #ccc;
}
.btn-white {
  background: #ffffff;
  border: 3px solid #ffffff;
}

/* common */

/* why chooseus */
.chooseus {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
}
.chooseus-imgdesc {
  text-align: center;
}
.chooseus-imgdesc:hover h6 {
  color: #ffcd27;
}

span[head] {
  font-size: 14px;
  position: relative;
  padding-bottom: 12px;
  color: #ffcd27;
  font-weight: 400;
}
span[head]::after {
  text-align: center;
  color: #ffcd27;
  cursor: pointer;
  content: "";
  position: absolute;
  border-top: 4px solid #ffcd27;
  left: calc(50% - 20px);
  width: 40px;
  bottom: 0;

  height: 0px;
  border-radius: 5px;
}

.chooseus-imgdesc h6 {
  padding-top: 20px;
}
.chooseus-imgdesc p {
  font-size: 15px;
  font-weight: 100;
}

/* why chooseus */
/*forex markets*/
.forex-head {
  padding-left: 20%;
  padding-right: 20%;
}
.feature-card {
  background-color: #242424;
  border-radius: 5px;
  color: #ffffff;
  padding: 25px 10px 30px 10px;
  min-height: 360px;
  /* box-shadow: 0px 0px 15px #676565; */
}

.feature-card .icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-card .icon .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-lighter);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.feature-card .icon .circle svg {
  width: 35px;
}
.feature-card .feature h4 {
  /* font-family: "proxima-nova"; */
  font-size: 24px;
  color: var(--color-lighter);
  letter-spacing: 0;
  line-height: 32px;
}
.feature-card .feature p {
  line-height: 22px;
  margin: 0px 0px 12px 0px;
  font-size: 12px;
}
.feature-card .feature a[know-more] {
  text-transform: none;
}
.feature-card .feature a {
  font-size: 14px;
  letter-spacing: 0;
  transition: all 0.1s;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-transform: uppercase;
}

.feature-card .feature a svg {
  width: 12px;
  margin-left: 3px;
}
.feature-card .feature a:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.feature-cards {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
}
.feature a {
  float: right;
}
.forexcard-head {
  font-size: 15px;
  color: white;
  padding-bottom: 30px;
}
.feature-card:hover,
.feature-card:hover .icon .circle svg path,
.feature-card:hover a,
.feature-card:hover .forex-market-img svg path {
  color: black;
  background-color: #ffcd27;
  fill: black;
  text-decoration: none;
}
p[forexmarket-content] {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 40px;
}
/*forex markets*/

/* open account */
.open-account {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
}
/* .account-imgdesc {
  padding-left: 30%;
} */
.account-imgdesc h5 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
}
.account-imgdesc p {
  font-size: 15px;
}
.account-imgdesc:hover h5,
.account-imgdesc:hover svg path {
  color: #ffcd27;
  fill: #ffcd27;
}
.account-imgdesc:hover .grey {
  fill: #bebebe;
}
.account-imgdesc:hover .black {
  fill: black;
}
/* open account */

/* price */
.price-section {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
}

.price-card .card-header {
  background-color: #242424;
  color: rgb(167, 167, 167);
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px 10px 0px 0px;
  /* box-shadow: 0px 0px 15px #676565; */
}
.price-card {
  border-radius: 11px;
  border: none;
}
.price-card .card-body i {
  color: red;
  font-weight: 600;
}
.price-card:hover,
.price-card:hover .card-header,
.price-card:hover .price-btn {
  background-color: #ffcd27;
  color: white;
  border-radius: 10px 10px 0px 0px;
  border: none;
}
.price-card:hover .card-body h2,
.price-card:hover .card-body p[price-month] {
  color: #ffcd27;
}
.price-card:hover .card-body,
.price-card:hover .card-body p {
  background-color: white;
  color: black;
  border-radius: 0px 0px 10px 10px;
  border: none;
}
.price-card .card-body p {
  color: #a7a7a7;
  font-size: 12px;
  line-height: 14px;
}
.price-card .card-body h2 {
  color: #a7a7a7;
  font-size: 40px;
  font-weight: bold;
  width: 70%;
  margin: auto;
  line-height: 25px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.price-btn {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  background-color: #242424;
  padding-left: 35px;
  padding-right: 35px;
  color: #a7a7a7;
}
.price-btn:hover {
  text-decoration: none;
  color: white;
}

.price-month {
  color: #a7a7a7;
  font-size: 12px;
  /* line-height: 14px; */
  font-weight: 400;
  text-align: right;
}
/* price */

/*price service*/
 
.price-service-section {
  text-align: center;
  position: relative;
  padding-bottom: 120px;
}
.price-service-section .bg {
  position: relative;
  background: #242424;
  height: 550px;
  /* top: 80px; */
  width: 70%;
}
.price-service-section .container {
  position: absolute;
  top: 150px;
  padding-left: 95px;
  padding-right: 0px;
}

.price-service-section .btnTop {
  padding-top: 2.2rem !important;
}

/*price service*/
/*start trade*/

.start span a {
  font-size: 15px;
  font-weight: 300;
  color: white;
}

.start .start-head {
  font-size: 24px;
  color: #ffcd27;
  margin-bottom: 0px;
}
.start-card {
  background-color: #242424;
  border-radius: 8px;
  padding: 0px 18px 0px 0px;
}
.start-card .content-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

.start-trade-section {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
}
.trade-btn-white {
  padding-top: 12px;
  padding-bottom: 20px;
  padding-right: 0px;
}
/*start trade*/
/*contactus*/
.contact-input input {
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #242424;
  border: none;
  margin-right: 0px;
  border-radius: 3px;
  color: grey;
}
.contact-textarea textarea,
.contact-input input:focus {
  outline: none;
  border: none;
}
.contactus-section {
  padding-left: 80px;
  padding-right: 10px;
  padding-bottom: 80px;
}
.contact-textarea {
  padding-top: 10px;
}
.contact-textarea textarea {
  background-color: #242424;
  resize: none;
  border-radius: 3px;
  border: none;
  color: grey;
  padding: 8px;
}
.contact-btn .btn-send {
  background-color: #fecd2f;
  color: black;
  padding-left: 250px;
  padding-right: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  font-weight: 300;
}
.contact-btn {
  padding-top: 20px;
}
.contact-btn .btn-send:hover,
.contact-btn .btn-send:focus {
  text-decoration: none;
}
/*contactus*/

/* vectro-invest */

.vector_hero .title1 {
  color: #ffcd27;
  font-size: 55px !important;
  padding-top: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.vector_hero .title2 {
  font-size: 26px !important;
  font-weight: 500 !important;
  padding-bottom: 50px;
  letter-spacing: 0.5px;
}
.vector_hero .title3 {
  font-weight: 300;
  color: #bab6af;
  padding-bottom: 12 0px;
}

.vectro-invest .hero .title1 {
  font-size: 55px !important;
}
.vectro-invest .hero .title2 {
  font-weight: 600 !important;
}
.vectro-invest .hero .title3 {
  padding-bottom: 90px !important;
  padding-bottom: 90px;
}
.innerpage p {
  color: #bab6af;
}

.ib-banner-btn-sect .btn {
  line-height: 25px;
  background: #fff;
  display: block;
  width: 180px;
}
.ib-banner-btn-sect .btn::after {
  content: none;
}
.ib-banner-btn-sect .btn a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.ib-banner-btn-sect .btn:hover {
  cursor: pointer;
  background: #fecd2f;
}
.ib-section-three p {
  font-size: 12px;
  color: #fff;
}
.ib-section-three .text-section .description-one {
  margin-top: 185px;
}
.ib-section-three .text-section p.description.description-two {
  margin-top: 215px;
}
.ib-section-three .text-section p.description.description-three {
  margin-top: 225px;
}
.ib-section-three .second-row {
  padding-top: 60px;
}
.ib .platform-section-ten {
  padding: 30px 0;
  background: #272727;
}
.ib .platform-section-ten .title-section h2 {
  color: #fff;
  text-align: left;
  font-weight: 400;
}
.ib .platform-section-ten .title-section .description {
  color: #bab6af;
  text-align: left;
  margin: 0px;
}
.ib-section-four .image-section img {
  width: 70%;
}
.ib-section-four .image-section .text-section {
  right: 90px;
  position: absolute;
  top: 0;
  margin-top: 230px;
}
.ib-section-four .image-section .text-section .description-two,
.ib-section-four .image-section .text-section .description-one {
  color: #bab6af;
}
.ib-section-four .image-section .text-section .description-two {
  margin-top: 130px;
}
.ib-section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ib-section-six .text-section .title {
  font-weight: 400;
  font-size: 22px;
  color: #fec82e;
  line-height: 30px;
}
.ib-section-six .text-section .innerText {
  color: #ffff;
}
.ib-section-six .description {
  margin-top: 30px;
  margin-right: 80px;
}
.ib-section-six .btn-inner .btn-unique {
  display: inline-block;
  margin-right: 30px;
}
.ib-section-six .btn-inner {
  margin-top: 70px;
}
.trading-promotion-five .reward-calculate-text {
  background: #272727 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000042;
  border-radius: 10px;
}
.range-slider {
  padding: 5px 60px 5px 10px;
  margin: 0 0 10px 0;
  position: relative;
}
.reward-calculate-text .account-progress-text {
  font-size: 14px;
  font-weight: normal;
  color: #bab6af;
}
.range-slider input[type="range"] {
  background: #ff0000;
  width: 490px;
  height: 3px;
  outline: none;
  -webkit-appearance: none;
}
.range-slider .range-value {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  height: 30px;
  width: 50px;
  transform: translateY(50%);
  position: absolute;
  bottom: 65%;
  right: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #00000029;
  background: #fec82e 0% 0% no-repeat padding-box;
}
.reward-calculate-text .range-two-per {
  width: 15%;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}
.reward-calculate-text .range-two-text {
  width: 70%;
  display: inline-block;
}
.reward-calculate-text .range-two-text input {
  width: 420px;
}
.trading-promotion-five .reward-total {
  text-align: center;
  padding-bottom: 20px;
}
.trading-promotion-five .reward-total ul {
  border-radius: 5px;
  box-shadow: 0px 0px 6px #00000026;
  background: #fec82e 0% 0% no-repeat padding-box;
  margin: 0 45px;
}
.trading-promotion-five .reward-total ul {
  list-style: none;
  padding-left: 0;
}

.trading-promotion-five .reward-total ul li {
  color: #263238;
  display: inline-block;
  padding: 10px;
}

.trading-promotion-five .reward-total ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.trading-promotion-five .reward-total .total-title {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.trading-promotion-five .reward-total p {
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: center;
}
.trading-promotion-five .reward-total .digit {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}
.trading-promotion-five .reward-total .become-partner {
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fec82e;
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  vertical-align: super;
}
.trading-promotion-five .reward-total .become-partner:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.trading-promotion-five .reward-total .total1 {
  border-right: 1px solid;
}
.trading-promotion-five .reward-calculate-text {
  border-radius: 10px;
  box-shadow: 0 0 6px #00000042;
}
.trading-promotion-five .reward-calculate-text {
  border-radius: 10px;
  box-shadow: 0 0 6px #00000042;
}
.trading-promotion-five .reward-calculate-text form {
  padding: 20px;
}
.reward-calculate-text .account-type {
  font-size: 15px;
  font-weight: 500;
  color: #fec82e;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #fec82e;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 100%;
}
.reward-calculate-text .range-lab-tit {
  display: inline-block;
  padding-top: 7px;
}
.reward-calculate-text .range-lab-selec {
  display: inline-block;
  float: right;
  width: 200px;
}
.reward-calculate-text .range-slider.range-one {
  margin-top: 30px;
}
.bonus-section-one .btn-unique {
  display: inline-block;
  margin-right: 20px;
}

.ib .btn-unique {
  line-height: 27px;
  width: 180px;
}
.ib .btn-unique a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px;
}
.ib .btn-unique:after {
  content: unset;
}
.ib .range-lab-selec .form-control {
  background-color: rgb(80 80 80);
  color: #bab6af;
  border: 0px;
  line-height: unset;
  height: 36px;
}

/*start trade*/
/*header*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  margin-top: 0px;
}
/*header*/
@media (max-width: 568px) {
  .mdnone {
    display: none;
  }
  .start {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  /*head*/
  #header .navbar-brand {
    padding-left: 0px;
  }
  /*head*/
  /* hero section */
  .hero {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .hero-trade-btn {
    padding-bottom: 15px;
  }
  .hero .title1 {
    color: #ffcd27;
    font-size: 25px;
    padding-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero .title2 {
    font-size: 25px;
    font-weight: 300;
    color: #fde8c3;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
  }
  .hero .title3 {
    font-weight: 300;
    color: #bab6af;
    padding-bottom: 12 0px;
    font-size: 16px;
  }
  .btn-hero a {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* hero section */
  /* aboutus */
  .aboutus {
    padding-left: 10px;
    padding-right: 0px;
    line-height: 50px;
    padding-bottom: 40px;
  }
  .aboutus-content {
    padding-top: 10%;
    padding-bottom: 8%;
    text-align: center;
  }
  .aboutus-content a {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .aboutus-content h4 {
    color: #ffcd27;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .aboutus-content p[forexmarket-content] {
    padding-bottom: 0px;
  }

  /* aboutus */
  .trade-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
  }
  .trade-btn-white {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 70px;
  }
  #footer div[quick] {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  #footer .contact-details {
    padding-bottom: 30px;
  }
  .start div {
    padding-left: 30px;
  }
  /*joinus section*/
  .joinus-section {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    color: rgb(226 226 226);
  }
  .joinus-section .feature-card {
    padding: 30px;
    padding-top: 20px;
  }

  /*joinus section*/
  h2[head2] {
    padding-top: 5px;
    padding-bottom: 30px !important;
    text-align: center;
    padding-bottom: 10px;
    color: #ffcd27;
    font-size: 18px;
    margin: 0px !important;
  }

  .hero-trade-btn {
    padding-bottom: 15px;
  }
  header[head] {
    padding-left: 0px;
    padding-right: 00px;
  }
  .btn {
    display: inline-block;
    text-align: center;
    width: 195px;
    border-radius: 25px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    border: 2px solid #000;
  }

  .btn-yellow {
    background: #ffcd27;
    border: 3px solid #ffcd27;
  }

  .btn-yellow:after {
    border: 2px solid #000;
  }
  .btn-white:after {
    border: 2px solid #ccc;
  }
  .btn-white {
    background: #ffffff;
    border: 3px solid #ffffff;
  }
  /* common */
  /*trading-platform*/
  .keyFeatures .tableSec {
    padding: 10px;
    border-radius: 10px;
    background-color: #505050;
    text-align: center;
  }
  .keyFeatures table th {
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
  }
  .sectionPad {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 90px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .innerPage .hero .title1 {
    font-size: 33px;
    margin-bottom: 0px;
  }

  .innerPage .hero .title2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffff;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .innerPage .hero .title3 {
    padding-left: 0px;
    padding-right: 50px;
  }
  .platform-section-ten {
    margin-left: 20px;
  }
  /*trading-platform*/

  /* why chooseus */
  .chooseus {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .chooseus-imgdesc {
    text-align: center;
  }
  .chooseus-imgdesc:hover h6 {
    color: #ffcd27;
  }
  span[head] {
    font-size: 17px;
    position: relative;
    padding-bottom: 12px;
    color: #ffcd27;
    font-weight: 400;
  }
  span[head]::after {
    text-align: center;
    color: #ffcd27;
    cursor: pointer;
    content: "";
    position: absolute;
    border-top: 4px solid #ffcd27;
    left: calc(50% - 20px);
    width: 40px;
    bottom: 0;

    height: 0px;
    border-radius: 5px;
  }

  .chooseus-imgdesc h6 {
    padding-top: 20px;
    font-size: 20px;
  }
  .chooseus-imgdesc p {
    font-size: 16px;
    font-weight: 100;
  }

  /* why chooseus */
  /*forex markets*/
  .forex-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .feature-card {
    background-color: #242424;
    border-radius: 5px;
    color: #ffffff;
    padding: 25px 10px 30px 10px;
    /* box-shadow: 0px 0px 15px #676565; */
  }

  .feature-card .icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-card .icon .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-lighter);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .feature-card .icon .circle svg {
    width: 35px;
  }
  .feature-card .feature h4 {
    /* font-family: "proxima-nova"; */
    font-size: 24px;
    color: var(--color-lighter);
    letter-spacing: 0;
    line-height: 32px;
  }
  .feature-card .feature p {
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    font-size: 12px;
  }
  .feature-card .feature a[know-more] {
    text-transform: none;
  }
  .feature-card .feature a {
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.1s;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-transform: uppercase;
  }

  .feature-card .feature a svg {
    width: 12px;
    margin-left: 3px;
  }
  .feature-card .feature a:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .feature-cards {
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .feature a {
    float: right;
  }

  .feature-card:hover,
  .feature-card:hover .icon .circle svg path,
  .feature-card:hover a,
  .feature-card:hover .forex-market-img svg path {
    color: black;
    background-color: #ffcd27;
    fill: black;
    text-decoration: none;
  }
  p[forexmarket-content] {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    padding-bottom: 40px;
  }
  /*forex markets*/

  /* open account */
  .open-account {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .account-imgdesc {
    padding-bottom: 20px;
    text-align: center;
    /* padding-right: 20px; */
  }
  .account-imgdesc h5 {
    padding-top: 15px;
    padding-bottom: 10px;
    /* padding-left: 70px; */
    font-size: 20px;
    /* float: left; */
    /* text-align: left; */
  }
  .account-imgdesc p {
    font-size: 15px;
    float: left;
    text-align: left;
    padding-bottom: 20px;
  }
  .account-imgdesc:hover h5,
  .account-imgdesc:hover svg path {
    color: #ffcd27;
    fill: #ffcd27;
  }
  /* open account */

  /* price */
  .price-section {
    text-align: center;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .price-card .card-header {
    background-color: #242424;
    color: rgb(167, 167, 167);
    font-size: 25px;
    font-weight: 500;
    border-radius: 10px 10px 0px 0px;
    /* box-shadow: 0px 0px 15px #676565; */
  }
  .price-card {
    border-radius: 11px;
    border: none;
  }
  .price-card .card-body i {
    color: red;
    font-weight: 600;
  }
  .price-card:hover,
  .price-card:hover .card-header,
  .price-card:hover .price-btn {
    background-color: #ffcd27;
    color: white;
    border-radius: 7px;
    border: none;
  }
  .price-card:hover .card-body h2,
  .price-card:hover .card-body p[price-month] {
    color: #ffcd27;
  }
  .price-card:hover .card-body,
  .price-card:hover .card-body p {
    background-color: white;
    color: black;
    border-radius: 0px 0px 10px 10px;
    border: none;
  }
  .price-card .card-body p {
    color: #a7a7a7;
    font-size: 15px;
    line-height: 14px;
  }
  .price-card .card-body h2 {
    color: #a7a7a7;
    font-size: 50px;
    font-weight: bold;
    width: 70%;
    margin: auto;
    line-height: 25px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .price-btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    background-color: #242424;
    padding-left: 20px;
    padding-right: 20px;
    color: #a7a7a7;
  }
  .price-btn:hover {
    text-decoration: none;
    color: white;
  }

  .price-month {
    color: #a7a7a7;
    font-size: 15px;
    /* line-height: 14px; */
    font-weight: 400;
    text-align: right;
  }
  /* price */

  /*price service*/
  .tradingview-widget-container {
    padding-left: 0px;
    padding-right: 10px;
  }
  .price-service-section {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
  }
  .price-service-section .bg {
    position: relative;
    background: #242424;
    height: 550px;
    /* top: 80px; */
    width: 100%;
  }
  .price-service-section .container {
    position: absolute;
    top: 150px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .price-service-section .btnTop {
    padding-top: 2.2rem !important;
  }

  /*price service*/
  /*start trade*/

  .start span a {
    font-size: 15px;
    font-weight: 300;
    color: white;
  }

  .start .start-head {
    font-size: 24px;
    color: #ffcd27;
    margin-bottom: 0px;
  }
  .start-card {
    background-color: #242424;
    border-radius: 8px;
    padding: 0px 18px 0px 0px;
  }
  .start-card .content-text {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0px;
  }

  .start-trade-section {
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 80px;
  }

  /*start trade*/
  .btmSpacingM {
    padding-bottom: 20px;
  }
  .btmSpacingL {
    padding-bottom: 30px !important;
  }
  /*contactus*/
  .contact-input input {
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgb(36, 36, 36);
    border: none;
    margin-right: 0px;
    border-radius: 3px;
    color: grey;
  }
  .contact-btn .btn-send {
    background-color: #fecd2f;
    color: black;
    padding-left: 45%;
    padding-right: 42.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    font-weight: 300;
  }
  .contact-textarea {
    padding-top: 20px;
  }
  .contact-textarea textarea {
    background-color: #242424;
    resize: none;
    border-radius: 3px;
    border: none;
    color: grey;
    padding: 8px;
    max-width: 100%;
  }
  .contact-btn {
    padding-top: 20px;
  }
  .contactus-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  /*contectus*/
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }

  #footer {
    padding-left: 5%;
  }
  .navbar-brand {
    padding-left: 4%;
  }
  .price-section {
    padding-top: 35px;
  }

  /* hero section */
  .hero {
    padding-top: 70px;
    /* //updated 80px*/
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .btn-hero {
    padding-top: 10px;
  }
  .hero .title1 {
    color: #ffcd27;
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero .title2 {
    font-size: 37px;
    font-weight: 300;
    color: #fde8c3;
    padding-bottom: 50px;
    letter-spacing: 0.5px;
  }
  .hero .title3 {
    font-weight: 300;
    color: #bab6af;
    padding-bottom: 12 0px;
  }
  /* hero section */
  /*joinus-section*/
  .joinus-section {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 80px;
    color: rgb(226 226 226);
  }

  .joinus-section .feature-card {
    padding: 30px;
    padding-top: 20px;
    min-height: 280px;
  }

  /*joinus-section*/
  /* h2[head2] {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 10px;
    color: #ffcd27;
    font-size: 35px;
  } */
  /* aboutus */
  .aboutus {
    padding-left: 80px;
    padding-right: 80px;
    line-height: 50px;
    padding-bottom: 40px;
  }
  .aboutus-content {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .aboutus-content a {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .aboutus-content h4 {
    color: #ffcd27;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
  }

  .aboutus-content p[forexmarket-content] {
    padding-bottom: 0px;
  }

  /* aboutus */
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1350px;
    }
  }

  .btmSpacingM {
    padding-bottom: 30px;
  }
  .btmSpacingL {
    padding-bottom: 50px !important;
  }

  .hero-trade-btn {
    padding-bottom: 15px;
  }
  header[head] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn {
    display: inline-block;
    text-align: center;
    width: 195px;
    border-radius: 25px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    border: 2px solid #000;
  }

  .btn-yellow {
    background: #ffcd27;
    border: 3px solid #ffcd27;
  }

  .btn-yellow:after {
    border: 2px solid #000;
  }
  .btn-white:after {
    border: 2px solid #ccc;
  }
  .btn-white {
    background: #ffffff;
    border: 3px solid #ffffff;
  }
  .title1 {
  }
  .title2 {
  }
  .title3 {
  }
  .button {
  }
  .text-light {
  }
  /* common */

  /* why chooseus */
  .chooseus {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 120px;
  }
  .chooseus-imgdesc {
    text-align: center;
  }
  .chooseus-imgdesc:hover h6 {
    color: #ffcd27;
  }
  span[head] {
    font-size: 25px;
    position: relative;
    padding-bottom: 12px;
    color: #ffcd27;
    font-weight: 400;
  }
  span[head]::after {
    text-align: center;
    color: #ffcd27;
    cursor: pointer;
    content: "";
    position: absolute;
    border-top: 4px solid #ffcd27;
    left: calc(50% - 20px);
    width: 40px;
    bottom: 0;

    height: 0px;
    border-radius: 5px;
  }

  .chooseus-imgdesc h6 {
    padding-top: 20px;
    font-size: 20px;
  }
  .chooseus-imgdesc p {
    font-size: 16px;
    font-weight: 100;
  }

  /* why chooseus */
  /*forex markets*/
  .forex-head {
    padding-left: 20%;
    padding-right: 20%;
  }
  .feature-card {
    background-color: #242424;
    border-radius: 5px;
    color: #ffffff;
    padding: 25px 10px 30px 10px;
    /* box-shadow: 0px 0px 15px #676565; */
  }

  .feature-card .icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-card .icon .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-lighter);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .feature-card .icon .circle svg {
    width: 35px;
  }
  .feature-card .feature h4 {
    /* font-family: "proxima-nova"; */
    font-size: 24px;
    color: var(--color-lighter);
    letter-spacing: 0;
    line-height: 32px;
  }
  .feature-card .feature p {
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    font-size: 12px;
  }
  .feature-card .feature a[know-more] {
    text-transform: none;
  }
  .feature-card .feature a {
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.1s;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-transform: uppercase;
  }

  .feature-card .feature a svg {
    width: 12px;
    margin-left: 3px;
  }
  .feature-card .feature a:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .feature-cards {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .feature a {
    float: right;
  }

  .feature-card:hover,
  .feature-card:hover .icon .circle svg path,
  .feature-card:hover a,
  .feature-card:hover .forex-market-img svg path {
    color: black;
    background-color: #ffcd27;
    fill: black;
    text-decoration: none;
  }
  p[forexmarket-content] {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 40px;
  }
  /*forex markets*/

  /* open account */
  .open-account {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .account-imgdesc {
    padding-left: 30%;
  }
  .account-imgdesc h5 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
  }
  .account-imgdesc p {
    font-size: 15px;
  }
  .account-imgdesc:hover h5,
  .account-imgdesc:hover svg path {
    color: #ffcd27;
    fill: #ffcd27;
  }
  /* open account */

  /* price */
  .price-section {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
  }

  .price-card .card-header {
    background-color: #242424;
    color: rgb(167, 167, 167);
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px 10px 0px 0px;
    /* box-shadow: 0px 0px 15px #676565; */
  }
  .price-card {
    border-radius: 11px;
    border: none;
  }
  .price-card .card-body i {
    color: red;
    font-weight: 600;
  }
  .price-card:hover,
  .price-card:hover .card-header,
  .price-card:hover .price-btn {
    background-color: #ffcd27;
    color: white;
    border-radius: 7px;
    border: none;
  }
  .price-card:hover .card-body h2,
  .price-card:hover .card-body p[price-month] {
    color: #ffcd27;
  }
  .price-card:hover .card-body,
  .price-card:hover .card-body p {
    background-color: white;
    color: black;
    border-radius: 0px 0px 10px 10px;
    border: none;
  }
  .price-card .card-body p {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 14px;
  }
  .price-card .card-body h2 {
    color: #a7a7a7;
    font-size: 40px;
    font-weight: bold;
    width: 70%;
    margin: auto;
    line-height: 25px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .price-btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    background-color: #242424;
    padding-left: 20px;
    padding-right: 20px;
    color: #a7a7a7;
  }
  .price-btn:hover {
    text-decoration: none;
    color: white;
  }

  .price-month {
    color: #a7a7a7;
    font-size: 12px;
    /* line-height: 14px; */
    font-weight: 400;
    text-align: right;
  }
  /* price */

  /*price service*/
 
  .price-service-section {
    text-align: center;
    position: relative;
    padding-bottom: 120px;
  }
  .price-service-section .bg {
    position: relative;
    background: #242424;
    height: 550px;
    /* top: 80px; */
    width: 70%;
  }
  .price-service-section .container {
    position: absolute;
    top: 150px;
    padding-left: 95px;
    padding-right: 0px;
  }

  .price-service-section .btnTop {
    padding-top: 2.2rem !important;
  }

  /*price service*/
  /*start trade*/

  .start span a {
    font-size: 15px;
    font-weight: 300;
    color: white;
  }

  .start .start-head {
    font-size: 24px;
    color: #ffcd27;
    margin-bottom: 0px;
    padding-left: 21px;
  }
  .start-card {
    background-color: #242424;
    border-radius: 8px;
    padding: 0px 18px 0px 0px;
  }
  .start-card .content-text {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding-left: 21px;
  }

  .start-trade-section {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .trade-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
  }
  .trade-btn-white {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 80px;
  }
  /*start trade*/
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }

  #footer {
    padding-left: 5%;
  }
  .navbar-brand {
    padding-left: 4%;
  }
  .price-section {
    padding-top: 35px;
  }

  /* hero section */
  .hero {
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }

  .hero .title1 {
    color: #ffcd27;
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero .title2 {
    font-size: 37px;
    font-weight: 300;
    color: #fde8c3;
    padding-bottom: 50px;
    letter-spacing: 0.5px;
  }
  .hero .title3 {
    font-weight: 300;
    color: #bab6af;
    padding-bottom: 12 0px;
  }
  /* hero section */
  /*joinus-section*/
  .joinus-section {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 80px;
    color: rgb(226 226 226);
  }

  .joinus-section .feature-card {
    padding: 30px;
    padding-top: 20px;
  }

  /*joinus-section*/
  /* h2[head2] {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 10px;
    color: #ffcd27;
    font-size: 22px;
  } */
  /* aboutus */
  .aboutus {
    padding-left: 80px;
    padding-right: 80px;
    line-height: 50px;
    padding-bottom: 40px;
  }
  .aboutus-content {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .aboutus-content a {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .aboutus-content h4 {
    color: #ffcd27;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
  }

  .aboutus-content p[forexmarket-content] {
    padding-bottom: 0px;
  }

  /* aboutus */
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1350px;
    }
  }

  .btmSpacingM {
    padding-bottom: 30px;
  }
  .btmSpacingL {
    padding-bottom: 50px !important;
  }

  .hero-trade-btn {
    padding-bottom: 15px;
  }
  header[head] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn {
    display: inline-block;
    text-align: center;
    width: 195px;
    border-radius: 25px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
  }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    border: 2px solid #000;
  }

  .btn-yellow {
    background: #ffcd27;
    border: 3px solid #ffcd27;
  }

  .btn-yellow:after {
    border: 2px solid #000;
  }
  .btn-white:after {
    border: 2px solid #ccc;
  }
  .btn-white {
    background: #ffffff;
    border: 3px solid #ffffff;
  }
  .title1 {
  }
  .title2 {
  }
  .title3 {
  }
  .button {
  }
  .text-light {
  }
  /* common */

  /* why chooseus */
  .chooseus {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 120px;
  }
  .chooseus-imgdesc {
    text-align: center;
  }
  .chooseus-imgdesc:hover h6 {
    color: #ffcd27;
  }
  .chooseus-imgdesc:hover .gold {
    fill: #ffab1d;
  }
  .chooseus-imgdesc:hover .border {
    fill: #ce8100;
  }
  span[head] {
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
    color: #ffcd27;
    font-weight: 400;
  }
  span[head]::after {
    text-align: center;
    color: #ffcd27;
    cursor: pointer;
    content: "";
    position: absolute;
    border-top: 4px solid #ffcd27;
    left: calc(50% - 20px);
    width: 40px;
    bottom: 0;

    height: 0px;
    border-radius: 5px;
  }

  .chooseus-imgdesc h6 {
    padding-top: 20px;
  }
  .chooseus-imgdesc p {
    font-size: 15px;
    font-weight: 100;
  }

  /* why chooseus */
  /*forex markets*/
  .forex-head {
    padding-left: 20%;
    padding-right: 20%;
  }
  .feature-card {
    background-color: #242424;
    border-radius: 5px;
    color: #ffffff;
    padding: 25px 10px 30px 10px;
    /* box-shadow: 0px 0px 15px #676565; */
  }

  .feature-card .icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-card .icon .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-lighter);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .feature-card .icon .circle svg {
    width: 35px;
  }
  .feature-card .feature h4 {
    /* font-family: "proxima-nova"; */
    font-size: 24px;
    color: var(--color-lighter);
    letter-spacing: 0;
    line-height: 32px;
  }
  .feature-card .feature p {
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    font-size: 12px;
  }
  .feature-card .feature a[know-more] {
    text-transform: none;
  }
  .feature-card .feature a {
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.1s;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-transform: uppercase;
  }

  .feature-card .feature a svg {
    width: 12px;
    margin-left: 3px;
  }
  .feature-card .feature a:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .feature-cards {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .feature a {
    float: right;
  }

  .feature-card:hover,
  .feature-card:hover .icon .circle svg path,
  .feature-card:hover a,
  .feature-card:hover
    .forex-market-img
    svg
    path
    .feature-card:hover
    .joinus-section
    .forexcard-head {
    color: black !important;
    background-color: #ffcd27;
    fill: black;
    text-decoration: none;
  }
  .feature-card:hover .forexcard-head {
    color: black !important;
  }
  p[forexmarket-content] {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 40px;
  }
  /*forex markets*/

  /* open account */
  .open-account {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  /* .account-imgdesc {
    padding-left: 30%;
  } */
  .account-imgdesc h5 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
  }
  .account-imgdesc p {
    font-size: 15px;
    font-weight: 300;
  }
  .account-imgdesc:hover h5,
  .account-imgdesc:hover svg path {
    color: #ffcd27;
    fill: #ffcd27;
  }
  .chooseus-imgdesc:hover .grey,
  .account-imgdesc:hover .grey {
    fill: #bebebe;
  }
  .chooseus-imgdesc:hover .dark-grey,
  .account-imgdesc:hover .dark-grey {
    fill: #505050;
  }
  .chooseus-imgdesc:hover .light-grey,
  .account-imgdesc:hover .light-grey {
    fill: #d8d8d8;
  }
  .chooseus-imgdesc:hover .dark-yellow,
  .account-imgdesc:hover .dark-yellow {
    fill: #dda826;
  }
  .chooseus-imgdesc:hover .yellow,
  .account-imgdesc:hover .yellow {
    fill: #ffcd00;
  }
  .chooseus-imgdesc:hover .white,
  .account-imgdesc:hover .white {
    fill: white;
  }
  .account-imgdesc:hover .peach {
    fill: #f3d3cf;
  }

  .chooseus-imgdesc:hover .black,
  .account-imgdesc:hover .black {
    fill: black;
  }
  /* open account */

  /* price */
  .price-section {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }

  .price-card .card-header {
    background-color: #242424;
    color: rgb(167, 167, 167);
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px 10px 0px 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    /* box-shadow: 0px 0px 15px #676565; */
  }
  .price-card {
    border-radius: 11px;
    border: none;
  }
  .price-card .card-body i {
    color: red;
    font-weight: 600;
  }
  .price-card:hover,
  .price-card:hover .card-header,
  .price-card:hover .price-btn {
    background-color: #ffcd27;
    color: white;
    border-radius: 7px;
    border: none;
  }
  .price-card:hover .card-body h2,
  .price-card:hover .card-body p[price-month] {
    color: #ffcd27;
  }
  .price-card:hover .card-body,
  .price-card:hover .card-body p {
    background-color: white;
    color: black;
    border-radius: 0px 0px 10px 10px;
    border: none;
  }
  .price-card .card-body p {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 14px;
  }
  .price-card .card-body h2 {
    color: #a7a7a7;
    font-size: 40px;
    font-weight: bold;
    width: 70%;
    margin: auto;
    line-height: 25px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .price-btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    background-color: #242424;
    padding-left: 35px;
    padding-right: 35px;
    color: #a7a7a7;
  }
  .price-btn:hover {
    text-decoration: none;
    color: white;
  }

  .price-month {
    color: #a7a7a7;
    font-size: 12px;
    /* line-height: 14px; */
    font-weight: 400;
    text-align: right;
  }
  /* price */

  /*price service*/
 
  .price-service-section {
    text-align: center;
    position: relative;
    padding-bottom: 120px;
  }
  .price-service-section .bg {
    position: relative;
    background: #242424;
    height: 550px;
    /* top: 80px; */
    width: 70%;
  }
  .price-service-section .container {
    position: absolute;
    top: 150px;
    padding-left: 95px;
    padding-right: 0px;
  }

  .price-service-section .btnTop {
    padding-top: 2.2rem !important;
  }

  /*price service*/
  /*start trade*/

  .start span a {
    font-size: 15px;
    font-weight: 300;
    color: white;
  }

  .start .start-head {
    font-size: 24px;
    color: #ffcd27;
    margin-bottom: 0px;
  }
  .start-card {
    background-color: #242424;
    border-radius: 8px;
    padding: 0px 18px 0px 0px;
  }
  .start-card .content-text {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
  }

  .start-trade-section {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .trade-btn-white {
    padding-top: 12px;
    padding-bottom: 20px;
    padding-right: 0px;
  }
  /*start trade*/
  /*contactus*/
  .contact-input input {
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #242424;
    border: none;
    margin-right: 0px;
    border-radius: 3px;
    color: grey;
  }
  .contact-textarea textarea,
  .contact-input input:focus {
    outline: none;
    border: none;
  }
  .contactus-section {
    padding-left: 80px;
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .contact-textarea {
    padding-top: 10px;
  }
  .contact-textarea textarea {
    background-color: #242424;
    resize: none;
    border-radius: 3px;
    border: none;
    color: grey;
    padding: 8px;
  }
  .contact-btn .btn-send {
    background-color: #fecd2f;
    color: black;
    padding-left: 250px;
    padding-right: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    font-weight: 300;
  }
  .contact-btn {
    padding-top: 20px;
  }
  .contact-btn .btn-send:hover,
  .contact-btn .btn-send:focus {
    text-decoration: none;
  }
  /*contactus*/
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }
}

@media (min-width: 1500px) {
  .price-service-section .bg {
    width: 60% !important;
  }
}

/* feature */

/* feature */

/* plans */

/* plans */

/* markets */

/* markets */
.new_stickss {width:100%;  background:#000;}

.bg_videoo { background:url('../images/bg_video.mov'); }