* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-style: normal;
}
body {
    background: #fafbfa;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
/* banner */
.top-bg-img {
    background: url(images/banner-bg.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_main {
    display: flex;
    justify-content: space-between;
}
.banner_col.col-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner_title h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 24px;
}
.banner_subtitle h3 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    padding-bottom: 24px;
}
.banner_subtitle h3 strong {
    font-weight: 500;
}
.banner_rank-img {
    padding-bottom: 24px;
}
.banner_btn p, .why_dominion-details-btn p, .meetup_main_btn p{
    color:#fff;
    margin-bottom: 16px;
    font-weight: 500;
}
.account_details-list span{
    color:#000;
    margin-bottom: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.banner_btn a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: 3px solid #47BE68;
    border-radius: 50px;
    background: #47be68;
    transition: all 0.3s ease;
}
/* why_dominion */
.copy__trade {
    padding-bottom: 350px;
    background-image: url(images/shadow-bellow-banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.copy__trade_main {
    text-align: center;
    max-width: 1005px;
    width: 100%;
    margin: 0 auto;
}
.copy__trade_main h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    padding-bottom: 18px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.copy__trade_main p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.why_dominion {
    margin-top: -350px;
}
.why_dominion-main {
    background: url(images/laptop-box-02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.why_dominion-wrapper {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding-inline: 28px;
}
.why_dominion-details-head h2 {
    max-width: 500px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    color: #fff;
    text-shadow: 2px 2px 5px black;
}
.why_dominion-details {
    max-width: 60%;
    padding: 52px 0px 110px;
}
.why_dominion-details-btn {
    padding-top: 10px;
    margin-left: 16px;
}
.why_dominion-details-btn a {
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    border: 3px solid #000;
    border-radius: 50px;
    background: #000;
    transition: all 0.3s ease;
}
.why_dominion-details-btn a:hover {
    background: #47be68;
    color: #fff;
    border: 3px solid #47be68;
}
.why_dominion-details-list {
    padding-top: 16px;
}
.why_dominion-details-list ul {
    max-width: 580px;
    width: 100%;
}
.why_dominion-details-list ul li {
    color: #000;
    list-style: none;
    padding: 6px 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
}
.why_dominion-details-list ul li i {
    font-size: 6px;
    color: #000;
    padding-right: 8px;
    padding-left: 2px;
    line-height: 26px;
}
.why_dominion-counting {
    display: none;
}
.why_dominion-counting-img {
    position: relative;
}
.why_dominion-counting-img img {
    position: absolute;
    top: 0;
    left: -141px;
    width: 410px;
    max-width: 410px;
    z-index: 2;
    display: none;
}
.why_dominion-details-list ul li b {
    font-weight: 600;
}
.earn_prize-title h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    text-align: center;
}
.challengeTerms h2 {
    padding-bottom: 30px;
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    text-align: center;
}
.earn_prize-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 48px 0 60px;
}
.earn_prize-card {
    display: flex;
    align-items: center;
    gap: 12px;
}
.earn_prize-card-img img {
    max-width: 200px;
    width: 100%;
    display: inline-block;
}
.earn_prize-amount {
    display: none;
}
.earn_prize-amount h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.earn_prize-amount p {
    font-size: 18px;
    line-height: 24px;
}
/* conditions */
.challengeTerms{
    padding-top: 60px;
    padding-bottom: 60px;
}
.challenge {
    max-width: 990px;
    margin: 0 auto;
}
.challengeTerms ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    justify-items: center;
    justify-content: center;
}
ul.row-3 {
    padding-bottom: 18px;
}
.conditions_main ul li {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    list-style: disc;
    margin: 8px 0;
}
.conditions_main ul {
    padding-left: 42px;
}
.conditions_main h2 {
    color: #000;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 32px;
}
.conditions {
    padding-bottom: 60px;
}
.challengeTerms li p i {
    font-size: 6px;
}
.challengeTerms li p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    background: #c2c2c2;
    padding: 6px 18px;
    border-radius: 50px;
    display: flex;
    gap: 6px;
    align-items: center;
}
/* challange table */
.table {
    padding-bottom: 60px;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-weight:bold;
}
.main_table h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 32px;
}
td img {
    vertical-align: middle;
    margin-right: 12px;
    width: 52px;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
.number {
    background-color: #D4D4D4;
}
.gold {
    background-color: gold;
}
.silver {
    background-color: silver;
}
.bronze {
    background-color: #CD7F32;
}
.account_heading {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 700px) {
td img {
    max-width: 25px;
}
.table {
    padding-bottom: 42px;
}
}
@media (max-width: 430px) {
    td img {
        margin-right: 6px;
    }
    .table tr {
        font-size: 12px;
    }
}
/* social trade */
.social-trade-inner {
    padding: 64px 0;
}
.social-icon-main {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.social-heading h2 {
    padding-bottom: 22px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.social-heading p {
    padding-bottom: 42px;
    text-align: center;
    font-size: 22px;
    color: #666666;
}
.social-col-1 {
    background-color: #f4f4f4;
    width: 100%;
    padding: 34px 12px 24px;
    border: 2px solid #cacaca;
    border-radius: 20px;
    flex: 0 0 30%;
    max-width: 30%;
}
.social-icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 268px;
    width: 100%;
    margin: 0 auto;
}
.social-icon img {
    width: 50px;
    height: 50px;
}
.social-icon h2 {
    font-size: 32px;
    font-weight: 600;
}
.social-head p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 268px;
    width: 100%;
    padding-top: 12px;
}
.social_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 42px;
}
.social_start_btn a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid #47BE68;
    border-radius: 40px;
    transition: 0.3s ease;
}
.social_start_btn.social-active a {
    background-color: #47BE68;
    color: #ffffff;
}
.social_start_btn.social-active a:hover {
    background-color: transparent;
    color: #000;
}
.social_start_btn a:hover {
    background-color: #47BE68;
    color: #ffffff;
}
/* account */
.account {
    padding: 60px 0;
}
.account_heading h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}

.account_contant {
    display: flex;
    max-width: 100%;
    align-items: center;
}
.account_details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
}
.account_details h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    max-width: 500px;
}
.account_slider-content img {
    width: 100%;
}
.account_details-list {
    max-width: 370px;
    width: 100%;
    margin-top: -188px;
    margin-left: 5vw;
}
.account_details-list a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    border: 3px solid #47BE68;
    border-radius: 50px;
    background: #47be68;
    transition: all 0.3s ease;
}
.account_details-list a:hover {
    background: transparent;
    color: #47be68;
}
.account_details p {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
}
.account_details-list ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    list-style: decimal;
    padding: 8px;
    margin-left: 24px;
}
.account_prices-details h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    max-width: 410px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 16px;
}
.account_prices-details p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.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 #47be68;
    cursor: pointer;
}
.account_prices-info {
    padding: 24px 30px;
    text-align: left;
}
.account_prices-info_txt h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}
.account_prices-info_icons img {
    max-width: 52px;
    width: 100%;
}
.account_prices-info_icons {
    display: flex;
    gap: 16px;
    align-items: center;
}
.account_prices-info_txt p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    min-height: 50px;
}
.account_prices-info_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.account_prices-info_price h1 {
    color: #000;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    position: relative;
}
.account_prices-info_price h1 sup {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding-right: 8px;
}
.account_prices-info_price p {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}
.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;
}
/* top master */
.meetup_master_inner {
    display: none;
    padding: 60px 0;
}
.meetup_master_main {
    background: url(images/top-master-bg.html);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}
.meetup_master_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.meetup_main_heading {
    padding: 48px 0;
}
.meetup_main_heading h2 {
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.meetup_image img {
    width: 100%;
}
.meetup_card {
    flex: 0 0 27%;
    max-width: 27%;
    position: relative;
}
.meetup_image::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(10, 39, 24, 1) 0%, rgb(15 54 31) 15%, rgba(0, 0, 0, 0) 100%);
}
.meetup_image {
    position: relative;
}
.meetup_username h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 6px;
}
.meetup_username h2 img {
    width: 30px;
    padding-left: 4px;
}
.meetup_user_details {
    display: flex;
    justify-content: space-between;
}
.meetup_content {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.meetup_user_col.col-2 p {
    text-align: end;
}
.meetup_user_col h5 {
    color: #47be68;
    font-size: 24px;
    line-height: 24px;
}
.meetup_user_col p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 6px;
}
.meetup_main_btn {
    padding: 42px 0;
    text-align: center;
}
.meetup_main_btn a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: 3px solid #fff;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s ease;
}

/* testimonl */
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-item.active {
    justify-items: center;
}
.testmonial_card {
    margin: 24px 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
button.owl-prev {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    left: 15%;
    z-index: 999;
    color: #fff !important;
}
button.owl-next {
    position: absolute;
    bottom: 50%;
    font-size: 36px !important;
    right: 15%;
    z-index: 999;
    color: #fff !important;
}
button.owl-prev::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    left: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}
button.owl-next::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    right: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.4s ease;
}
.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: #47BE68 !important;
}
.inner_testmonial {
    padding: 0px 0 60px;
}
.testmonial_heading {
    text-align: center;
}
.testmonial_heading h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 18px;
}
.testmonial_main {
    display: flex;
    align-items: center;
    gap: 30px;
}
.testmonial_content {
    background-image: url(images/reviews-box-bg.png);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 60px 25px 20px;
    position: relative;
}
.double_comma_symbol {
    position: absolute;
    top: -20px;
}
.testmonial_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 12px;
}
.testmonial_content p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.testmonial_review {
    padding-top: 0px;
}
.testmonial_review h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 8px;
}
.testmonial_review span {
    color: #707070;
    padding-top: 8px;
}
.testmonial_card {
    max-width: 850px;
    margin: 24px auto;
}
.owl-nav button span {
    color: #000;
    font-weight: 600;
}
@media (max-width: 1260px) {
    .why_dominion-main {
        background: linear-gradient(to right, #48bf6a, #d4f0db);
        max-width: 880px;
        margin: 32px auto 0;
        border-radius: 20px;
    }
    .why_dominion-details {
        max-width: 100%;
        width: 100%;
        padding: 32px 0;
    }
    .why_dominion-details-list ul {
        max-width: 500px;
    }
    .why_dominion-counting {
        width: 40%;
        display: block;
    }
    .why_dominion-counting-img img {
        display: block;
    }
}
@media (max-width: 1024px) {
    .banner_title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner_subtitle h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        padding-bottom: 24px;
    }
    .meetup_main_description p {
        font-size: 20px;
    }
    button.owl-prev {
        left: 10px;
    }
    button.owl-next {
        right: 10px;
    }
}
@media (max-width: 1000px) {
    .account_prices-info {
        flex-direction: column;
    }
    .social-head p,
    .social-icon {
        width: 100%;
        padding: 12px 16px 0;
    }
    .testmonial_card {
        margin: 24px 12px 0;
    }
}
@media (max-width: 768px) {

    .container {
        padding: 0 16px;
    }

    .challengeTerms {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .earn_prize-wrapper {
        padding: 32px 0;
    }

    .account {
        padding: 32px 0;
    }

    .inner_testmonial {
        padding: 0 0 32px;
    }

    .copy__trade_main h1, .main_table h2, .challengeTerms h2, .earn_prize-title h2, .testmonial_heading h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }
    .banner_main {
        flex-direction: column;
        row-gap: 32px;
    }
    .banner_col-img {
        text-align: center;
    }
    .banner_col-img img {
        max-width: 450px;
        width: 100%;
    }
    .social-icon-main {
        flex-wrap: wrap;
    }
    .social_start_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
    .social-col-1 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .social-heading h2,
    .account_heading h2,
    .testmonial-head h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }
    .account_contant {
        flex-direction: column;
    }
    .account_details {
        width: 100%;
        text-align: center;
        display: block;
    }
    .account_details h2,
    .account_details p {
        max-width: 100%;
        width: 100%;
    }
    .activeAccount {
        border: 2px solid #fff;
    }
    .activeAccount:hover {
        border: 2px solid #47be68;
    }
    .testmonial_content p {
        margin-top: 15px;
    }
    .account_prices {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        width: 100%;
    }
    .account_prices-info,
    .account_prices-details {
        /* padding: 40px 30px; */
        padding: 0;
    }
    .account_prices-info_icons {
        justify-content: center;
    }
    .account_prices-card {
        padding: 40px 30px;
    }
    .account_prices-info_list {
        padding-top: 24px;
        display: block !important;
    }
    div#standardSTP .account_details-list.md-none {
        display: none;
    }
    .account_details-list {
       margin: 0 auto;
       text-align: center;
    }
    .account_prices-info_txt p {
        min-height: unset;
        text-align: center;
    }
    .account_prices {
        margin-top: -178px;
    }
    .meetup_master_wrapper {
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .meetup_card {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .meetup_main_description p {
        font-size: 16px;
        padding: 36px 0;
    }
    .stock_trade_card {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 25px;
    }
    .why_dominion-main {
        background: linear-gradient(to bottom, #48bf6a, #d4f0db);
        padding: 48px 24px;
    }
    .why_dominion-details-btn {
        text-align: center;
    }
    .why_dominion-details-list ul {
        max-width: 100%;
    }
    .why_dominion-wrapper {
        flex-direction: column;
        gap: 32px;
        padding: 0;
    }
    .why_dominion-details {
        max-width: 100%;
        padding: 0;
    }
    .why_dominion-details-list ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .why_dominion-details-head h2 {
        text-align: center;
        max-width: 100%;
    }
    .why_dominion-details-para {
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
    }
    .why_dominion-count-card h4 {
        font-weight: 400;
        font-size: 36px;
        line-height: 44px;
    }
    .why_dominion-count-card p {
        font-size: 24px;
        line-height: 32px;
    }
    .why_dominion-count-card {
        padding-bottom: 22px;
    }
    .why_dominion-counting {
        width: 100%;
    }
    .why_dominion-counting-img {
        text-align: center;
    }
    .why_dominion-counting-img img {
        position: unset;
        max-width: 100%;
        width: 100%;
    }
    .challengeTerms ul {
        flex-direction: column;
        align-items: center;
    }
    .challengeTerms ul li {
        max-width: fit-content;
    }

    .why_dominion-details-btn a {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
    }

    .account_details-list a {
        padding: 12px 24px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 600px) {
    .account_prices {
        margin-top: -142px;
    }
}
@media (max-width: 560px) {
    .account_prices-card {
        padding: 30px 20px;
    }
    .account_heading p,
    .account_details-list ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .account_prices-info {
        flex-direction: column;
        gap: 30px;
    }
    .account_prices-info_txt {
        text-align: center;
    }
    .account_prices-info_txt h2, .account_prices-details h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .account_prices-info_txt p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .account_prices-card:hover {
        border: 2px solid #47be68;
    }
    .account_prices-info_price {
        align-items: center;
        flex-direction: row;
        gap: 12px;
    }
    .account_details-list ul {
        grid-template-columns: 100%;
    }
    .account_details-btn {
        width: 100%;
    }
    .account_prices-info_price-txt {
        display: flex;
    }
    .account_prices-info_price p {
        display: none;
    }
    .account_prices-card {
        position: sticky;
        top: 32px;
    }
    .social-col-1 {
        position: sticky;
        top: 34px;
    }
    .social-col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    button.owl-prev {
        left: 0px;
    }
    button.owl-next {
        right: 0px;
    }
    .challengeTerms ul {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .account_prices {
        margin-top: -110px;
    }
    .account_details-list a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }
}
@media (max-width: 430px) {
    .copy__trade_main h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .copy__trade_main p {
        font-size: 16px;
    }
    .banner_rank-img img {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
    .social_start_btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
    .copy-trade-head h2,
    .social-heading h2,
    .account_heading h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .copy-trade-inner,
    .social-trade-inner {
        padding: 42px 0;
    }
    .account {
        padding-bottom: 42px;
    }
    .account_prices {
        margin-top: -96px;
    }
    .banner_title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_subtitle h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
    }
    .banner_stockicons img {
        max-width: 220px;
    }
    .stock_trade_card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 18px;
    }
    .why_dominion-main {
        padding: 32px 16px;
    }
    .why_dominion-details-head h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }
    .why_dominion-count-card h4 {
        font-size: 28px;
        line-height: 34px;
    }
    .earn_prize-wrapper {
        gap: 18px;
    }
    .earn_prize-card {
        max-width: 47%;
    }
    .meetup_master_main {
        padding: 0 24px;
    }
    .meetup_main_heading h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
    }
    .meetup_master_wrapper {
        row-gap: 16px;
    }
    .meetup_card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .challengeTerms {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .challengeTerms ul {
        gap: 16px;
    }
    ul.row-3 {
        padding-bottom: 16px;
    }
    .challengeTerms li p {
        font-size: 16px;
    }
    .testmonial_content {
        padding: 24px 16px;
    }
}
@media (max-width: 380px) {
    .account_prices {
        margin-top: -84px;
    }
}
@media (max-width: 330px) {
    .account_prices {
        margin-top: -70px;
    }
    .account_prices-info_txt h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .account_prices-info_price h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .account_prices-info_price-txt h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .social_start_btn a {
        padding: 10px;
        font-size: 10px !important;
    }
    .social-icon,
    .social-head p {
        width: 224px;
    }
    .why_dominion-details-list ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}