* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-style: normal;
}
/* body {
    background: #f2f2f2;
} */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
.navigation {
    background: #1c3042 !important;
    padding: 24px 0;
}
/* new banner */
section.nav-banner {
    background: #f2f2f2;
}
.nav-banner-main {
    padding: 32px 0;
}
.nav-banner-main h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.nav-banner-menu {
    display: flex;
    gap: 8px;
    align-items: center;
}
.nav-banner-menu a {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.nav-banner-menu a:hover {
    text-decoration: underline;
    color: #000;
}
.nav-banner-menu span svg {
    width: 18px;
    height: 16px;
    display: block;
}
.nav-banner-menu p {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}
.nav-bar_menu-para {
    padding-top: 8px;
    font-size: 18px;
    color: #565656;
    font-weight: 500;
}
.nav-bar_menu-para p a {
    color: #565656;
    padding-left: 8px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.nav-bar_menu-para p a:hover {
    color: #ff8b02;
}

/* commission_incentive */
.commission_incentive {
    padding: 64px 0;
}
.commission_incentive-main {
    background-image: url(../images/commission/commission_incentive.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 48px 0 116px 42px;
    overflow: hidden;
}
.commission_incentive-mb-img {
    display: none;
    padding-top: 70px;
}
.commission_incentive-mb-img img {
    width: 100%;
    display: block;
}
.commission_incentive-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
    padding-bottom: 24px;
}
.commission_incentive-para p {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    max-width: 615px;
}
.included {
    padding-bottom: 64px;
}
section.include {
    padding-bottom: 64px;
}
.account_heading h2 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
}
.account_wrapper {
  padding-top: 48px;
}
.account_contant {
  display: flex;
  gap: 50px;
  max-width: 100%;
}
.account_details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}
.account_details h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.account_details p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
#account_details-list-para {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.account_prices {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.account_prices-card {
  border-radius: 24px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(71, 190, 104, 0.15);
}
.account_prices-card:hover, .activeAccount {
  border: 2px solid #ff8b02;
  cursor: pointer;
}
.account_prices-info {
    padding: 41px 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.account_prices-info_img {
    flex: 0 0 20%;
    max-width: 20%;
    display: contents;
}
.account_prices-info_img img {
    width: 100%;
}
.FX-market img {
    max-width: 120px;
}
.magic-discord img {
    max-width: 70px;
}
.account_prices-info_txt {
    flex: 0 0 70%;
    max-width: 70%;
}
.account_prices-info_txt h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
}
.account_prices-info_txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* width: 370px; */
}
.account_prices-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.account_prices-info_price-txt {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.account_prices-info_price-txt h6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.account_prices-info_list {
  display: none;
}
/* account end */
.key_magic {
/*    background: url(../imgs/key-magic.png);*/
background: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.key_magic-head h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    padding: 64px;
}
.key_magic-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 64px;
}
.key_magic-wrapper {
    flex: 0 0 45%;
    max-width: 45%;
}
.key_magic-cal-img {
    flex: 0 0 45%;
    max-width: 45%;
}
.key_magic-list {
    display: flex;
    gap: 16px;
}
.key_magic-list-img img {
    padding-top: 10px;
    width: 20px;
    height: auto;
}
.key_magic-list-detail p strong {
    font-size: 20px;
    font-weight: 600;
    padding-right: 8px;
}
.key_magic-list-detail p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 32px;
}
.key_magic-btns {
    display: flex;
    gap: 42px;
    justify-content: center;
    margin-top: 34px;
}
.key_magic-btns-mb {
    display: none;
    gap: 24px;
    justify-content: center;
}
.key_magic-btn-01 a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    border: 3px solid #ff8b02 !important;
    border-radius: 40px;
    transition: 0.3s ease;
}
.key_magic-btn-01 a:hover {
    background: transparent;
    color: black;
}
.key_magic-btn-02 a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ff8b02;
    border-radius: 40px;
    transition: 0.3s ease;
}
.key_magic-btn-02 a:hover {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    color: #fff;
}
.key_magic-cal-img img {
    width: 100%;
    height: auto;
}
.market_fluidity {
    padding: 64px 0;
  }
  .market_fluidity-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .market_fluidity-content {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .market_fluidity-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    padding-bottom: 24px;
  }
  .market_fluidity-content p {
    font-size: 18px;
    color: #4c4c4c;
    padding-bottom: 42px;
  }
  .MF_btn-mb {
    display: none;
  }
  .MF_btn a, .MF_btn-mb a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 18px;
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    border: 3px solid #ff8b02 !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px;
    transition: 0.3s ease;
  }
  .MF_btn a:hover, .MF_btn-mb a:hover {
    background: transparent;
    color: #000;
  }
  .market_fluidity-wrapper {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .market_fluidity-wrapper-card {
    display: flex;
    gap: 16px;
  }
  .market_fluidity-card {
    flex: 0 0 33%;
    max-width: 32%;
    background: #000;
    border-radius: 24px;
    padding: 48px 24px;
    margin: 0 8px;
  }
  .market_fluidity-card-icon {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
  }
  .market_fluidity-card-icon img {
    max-width: 60px;
    width: 100%;
    height: 60px;
  }
  .market_fluidity-card-head h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 16px 0 12px;
    min-height: 88px;
  }
  .market_fluidity-card-head p {
    font-size: 16px;
    font-weight: 300;
    color: #e0e2e3;
    /* padding-bottom: 24px; */
    min-height: 140px;
  }
  .market_fluidity-card-btn a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .market_fluidity-card-btn a:hover {
    text-decoration: underline;
  }
  .slick-prev:before, .slick-next:before {
    content: "";
    position: absolute;
    color: #000;
    background: transparent !important;
  }
  .slick-prev, .slick-next {
    position: absolute;
    top: 92%;
    width: 50px;
    height: 50px;
  }
  .slick-prev:before {
    border-top: 3px solid #b2b2b2;
    border-right: 3px solid #b2b2b2;
    width: 32px;
    height: 32px;
    transform: rotate(-135deg);
    left: 8px;
    top: 8px;
    transition: all 0.3s ease;
  }
  .slick-prev:hover:before {
    border-top: 3px solid #ff8b02;
    border-right: 3px solid #ff8b02;
  }
  .slick-next:before {
    border-top: 3px solid #b2b2b2;
    border-left: 3px solid #b2b2b2;
    width: 32px;
    height: 32px;
    transform: rotate(135deg);
    left: 8px;
    bottom: 8px;
    transition: all 0.3s ease;
  }
  .slick-next:hover:before {
    border-top: 3px solid #ff8b02;
    border-left: 3px solid #ff8b02;
  }
  .slick-prev {
    left: -112px;
  }
  .slick-next {
    right: 0;
    left: -60px;
  }
.DM-Client {
    background: url(../images/commission/DM-Client-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.DM-Client-main {
    display: flex;
    justify-content: space-around;
    padding: 120px 0;
}
.DM-Client_card h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #ff8b02;
}
.DM-Client_card h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    padding-bottom: 8px;
}

.instant-opening {
    background: #f2f2f2;
    margin-top: 64px;
}
.instant-opening-main {
    text-align: center;
    padding: 64px 0;
}
.instant-opening-head h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 24px;
}
.instant-opening-para p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 42px;
}
.instant-opening-btns {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.instant-opening-btn-01 a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    border: 3px solid #ff8b02 !important;
    border-radius: 40px;
    transition: 0.3s ease;
}
.instant-opening-btn-01 a:hover {
    background: transparent;
    color: #000;
}
.instant-opening-btn-02 a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ff8b02;
    border-radius: 40px;
    transition: 0.3s ease;
}
.instant-opening-btn-02 a:hover {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    color: #fff;
}
.inner_testmonial {
    padding: 64px 0;
}
.testmonial_heading {
    text-align: center;
}
.testmonial_heading h2 {
    color: #000;
    font-family: 'Gellix';
    font-size: 42px;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
}
.testmonial_main {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}
.testmonial_card {
    margin: 24px 0;
}
.testmonial_content {
    background-color: #f9f9f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 60px 25px 20px;
    position: relative;
}
.double_comma_symbol {
    position: absolute;
    top: -20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.testmonial_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 12px;
}
.testmonial_content p {
    font-size: 15px;
    color: #707070;
}
.testmonial_review {
    padding-top: 0px;
}
.testmonial_review h2 {
    font-size: 17px;
    color: #ff8b02;
    padding-top: 16px;
    padding-bottom: 8px;
}
.testmonial_review span {
    color: #707070;
    padding-top: 8px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
button.owl-prev {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    left: -8px;
    z-index: 999;
    color: #fff !important;
}
button.owl-prev::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #FF8B02;
    position: absolute;
    top: 16px;
    left: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}
button.owl-prev:hover::after {
    background: #ff8b02;
}
button.owl-next {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    right: -8px;
    z-index: 999;
    color: #fff !important;
}
button.owl-next::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #FF8B02;
    position: absolute;
    top: 16px;
    right: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}
button.owl-next:hover::after {
    background: #ff8b02;
}
.owl-dots {
    position: relative;
    top: 16px;
    left: 0;
    text-align: center;
}
button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: #f2f2f2 !important;
    margin: 0 8px;
}
button.active {
    background: #ff8b02 !important;
}
.faqs {
    padding: 64px 0;
}
.faqs_main {
    max-width: 940px;
    margin: 0 auto;
}
.faqs_heading h2 {
    font-family: 'Gellix';
    color: #000;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 24px;
    text-align: center;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 18.4px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #ff8b02;
}
.accordion button .icon {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 4px;
    width: 15px;
    height: 3px;
    background: #ff8b02;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 10px;
    width: 3px;
    height: 15px;
    background: #ff8b02;
}
.accordion button .accordion-title {
    padding: 16px 24px 16px 0;
}
span.accordion-title {
    font-weight: 500;
    padding-left: 8px !important;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 0 0 20px 0;
}
.accordion .accordion-content p {
    font-size: 16px;
    margin: 32px 0;
}
.accordion .accordion-content p a:hover {
    color: #ff8b02;
}
@media (max-width: 1024px){
    .account_details-list ul {
        grid-template-columns: 45% 47%;
    }
    .key_magic-btn-01 a, .key_magic-btn-02 a {
        padding: 12px 18px;
    }
}
@media (max-width: 768px) {
    #account_details-list-para {
        font-size: 12px;
    }
    .account_prices-card {
        padding: 40px 30px;
    }
    .account_wrapper {
        padding-top: 32px;
    }
    .account_details {
        display: none !important;
    }
    .account_heading h2, .commission_incentive-head h2,.key_magic-head h2, .instant-opening-head h2, .testmonial_heading h2, .faqs_heading h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }
    .account_details {
        display: none;
    }
    .account_prices {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .account_prices-info {
        padding: 0;
    }
    .account_prices-info_list {
        padding-top: 18px;
        display: block !important;
    }
    .account_prices-info {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    section.double_section-arrange {
        display: flex;
        gap: 48px;
        flex-direction: column-reverse;
    }
    .key_magic, .DM-Client, .instant-opening {
        margin: 0 24px;
        border-radius: 20px;
    }
    .key_magic-main, .market_fluidity-main {
        flex-direction: column;
        padding-bottom: 42px;
    }
    .key_magic-wrapper, .key_magic-cal-img, .market_fluidity-content, .market_fluidity-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .key_magic-btns, .MF_btn {
        display: none;
    }
    .MF_btn-mb {
        display: block;
        padding-top: 16px;
    }
    .key_magic-btns-mb {
        display: flex;
        padding-top: 24px;
    }
    .key_magic-btn-01 a, .key_magic-btn-02 a {
        padding: 12px 18px;
        font-size: 16px;
    }
    .market_fluidity-content {
        text-align: center;
    }
    .market_fluidity {
        padding: 42px 0;
    }
    .DM-Client-main {
        justify-content: space-between;
    }
    .instant-opening-btn-01 a,  .instant-opening-btn-02 a {
        padding: 12px 18px;
        font-size: 16px;
    }
      .key_magic-list-detail h3 {
          font-weight: 500;
          padding: 12px 0 24px;
      }
      .market_fluidity-content {
        text-align: center;
        padding: 0 24px;
      }
      /* .market_fluidity-card-head p {
        min-height: 160px;
      } */
      .market_fluidity .container {
        padding: 0;
      }
      .slick-prev, .slick-next {
        top: 111% !important;
        display: none !important;
      }
      .slick-prev {
        left: 40% !important;
      }
      .slick-next {
        left: 50% !important;
      }
      .slick-prev:before {
        width: 26px !important;
        height: 26px !important;
        top: 11px !important;
      }
      .slick-next:before {
        width: 26px !important;
        height: 26px !important;
        bottom: 11px !important;
      }
}
@media (max-width: 560px){

    .commission_incentive-main {
        background-image: url(../images/commission/new-commission-incentive-mobile.png);
        /* background: #142230; */
        padding: 48px 24px 0 24px;
        min-height: 580px;
    }
    /* .commission_incentive-head, .commission_incentive-para {
        padding: 0 24px;
    } */
    /* .commission_incentive-mb-img {
        display: block;
    } */
    .activeAccount {
        border: 2px solid #fff;
        cursor: pointer;
    }
    .account_prices-card {
        padding: 24px 20px;
    }
    .account_details-list ul {
        grid-template-columns: 100%;
    }
    .account_heading p, .account_details-list ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .account_prices-card {
        position: sticky;
        top: 42px;
    }
    span.accordion-title {
        font-size: 16px;
        font-weight: 400;
    }
    .account_prices-info_txt {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .market_fluidity-wrapper-card {
        padding-bottom: 24px;
    }
}
@media (max-width: 430px) {
    body {
        background: #fafbfa;
    }
    .slick-prev, .slick-next {
        top: 108% !important;
    }
    .nav-banner-main h2 {
        font-size: 24px;
    }
    .nav-banner-menu a, .nav-banner-menu p {
        font-size: 16px;
        font-weight: 400;
    }
    .nav-banner-menu span svg {
        width: 12px;
        height: 12px;
    }
    .commission_incentive {
        padding: 42px 0;
    }
    .inner_testmonial {
        padding: 42px 0 24px;
    }
    .faqs {
        padding: 42px 0;
    }
    section.include {
        padding-bottom: 42px;
    }
    .key_magic-head h2 {
        padding: 42px 0 24px;
    }
    .market_fluidity {
        padding: 42px 0 20px;
    }
    .included {
        padding-bottom: 42px;
    }
    .account {
        padding-bottom: 42px;
    }
    .navigation {
        padding: 20px 0;
    }
    .DM-Client {
        margin: 0 24px;
        border-radius: 32px;
        background: url(../images/commission/DM-Client-bg-mobile.png);
    }
    .DM-Client-main {
        padding: 48px 0;
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
    .instant-opening-btn-01 a, .instant-opening-btn-02 a {
        padding: 8px 14px;
        font-size: 12px;
    }
    .key_magic-btn-01 a, .key_magic-btn-02 a {
        padding: 8px 14px;
        font-size: 12px;
    }
    .key_magic-list-detail p {
        padding-bottom: 16px;
    }
    .testmonial_main {
        margin-top: 32px;
    }
      .instant-opening-btns, .key_magic-btns-mb {
          gap: 16px;
      }
}
@media (max-width: 330px) {
    .nav-banner-main h2 {
        font-size: 20px;
    }
    .nav-banner-menu a, .nav-banner-menu p {
        font-size: 14px;
        font-weight: 400;
    }
    .market_fluidity-card-head h3 {
      font-size: 15px;
    }
    .market_fluidity-card-head p {
      min-height: 160px;
    }
    .instant-opening-btns, .key_magic-btns-mb {
        gap: 8px;
    }
    .instant-opening-btn-01 a, .instant-opening-btn-02 a {
        padding: 6px 12px;
        font-size: 10px;
    }
    .key_magic-btn-01 a, .key_magic-btn-02 a {
        padding: 6px 12px;
        font-size: 10px;
    }
  }
