*{
     padding: 0;
     margin: 0;
     text-decoration: none;
     list-style: none;
     box-sizing: border-box;
     font-family: 'Gellix';
     font-weight: 400;
     font-style: normal;
}
 .container-one {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .container-two {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .weare-diff-sec, .with-us-collect, .account, .inner_start, .funds_terms, .inner_testmonial {
     background: #f9fbf9;
}
 .navbar input[type="checkbox"], .navbar .hamburger-lines{
     display: none;
}
 .nav-container {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .navbar {
     position: relative;
     display: flex;
     align-items: center;
}
 nav {
     /* float: right; */
     padding-left: 14px;
}
 nav ul {
     list-style: none;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a {
     display: block;
     padding: 11px;
     color: #fff;
     text-decoration: none;
     font-size: 14px;
}
 nav ul li a:hover {
     color: #47BE68;
}
 nav ul li a:not(:only-child):after {
     padding-left: 4px;
}
 nav ul li ul li {
     min-width: 190px;
}
 i.fas.fa-regular.fa-angle-down {
     padding-left: 7px;
     font-size: 14px;
}
 .nav-dropdown {
     position: absolute;
     z-index: 99999999999;
     background: #2c435999;
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
     display: none;
}
 .navigation {
     width: 100%;
     padding: 15px 0px 15px 0px;
     font-family: 'Gellix';
}
 .brand {
     float: right;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #463f3f;
     text-decoration: none;
}
 .nav-mobile {
     display: none;
     position: absolute;
     top: 10px;
     left: 0;
     width: 70px;
}
 .btn-nav-li {
     display: inline-block;
     margin-left: 208px;
}
 a.btn-one--nav {
     text-decoration: none;
     color: #fff;
     padding: 12px 20px 12px 20px;
     background-color: transparent;
     border: 2px solid #47BE68;
     border-radius: 40px;
     font-size: 14px;
     display: inline-block;
     margin-left:5px;
     transition: 0.3s ease;
}
 a.btn-one--nav:hover {
     background: #47BE68;
}
html[lang="en"] .nav-toggle-ltr {
    left: 0;
    top: 0px;
}

 #nav-toggle {
     position: absolute;
     /* left: 0;
     top: 20px; */
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 5px;
     width: 35px;
     background: #fff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #nav-toggle span:before {
     top: -10px;
}
 #nav-toggle span:after {
     bottom: -10px;
}
 #nav-toggle.active span {
     background-color: transparent;
}
 #nav-toggle.active span:before, #nav-toggle.active span:after {
     top: 0;
}
 #nav-toggle.active span:before {
     transform: rotate(45deg);
}
 #nav-toggle.active span:after {
     transform: rotate(-45deg);
}


 .banner-main {
     /* padding: 154px 0 106px; */
     padding:10rem 0;
     position: relative;
     z-index: 999;
}
 .banner-text{
     color: white;
     width: 55%;
}
 .banner-text h2 {
     font-size: 36px;
     font-weight: 700;
     line-height: normal;
     font-family: 'Gellix';
     padding-bottom: 38px;
     text-transform: uppercase;
     max-width: 500px;
}
 .banner-btns {
     display: flex;
     gap: 16px;
}
 .banner-btns a {
     display: inline-block;
     padding: 12px 32px;
     text-decoration: none;
     font-size: 18px;
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     border: 3px solid #47BE68;
     border-radius: 40px;
     transition: 0.3s ease;
}
 .banner-btns a:hover {
     background: #47BE68;
}
 .banner-btns-01 a {
     background: #47be68;
     color: #fff;
     transition: all 0.3s ease;
}
 .banner-btns-01 a:hover {
     background: transparent;
}
 .banner-02 {
     background: #14212D88;
}
 .banner-wrapper {
     display: flex;
     text-align: center;
     justify-content: space-between;
     position: relative;
     z-index: 99;
}
 .banner_main02 {
     padding: 8px 0;
}
 .banner-card h5 {
     font-size: 28px;
     line-height: 34px;
     font-weight: 700;
     color: #ccc;
     text-transform: uppercase;
}
 .banner-card p {
     font-size: 22px;
     line-height: 28px;
     font-weight: 400;
     color: #ccc;
     text-transform: uppercase;
}
 .text--main--weare-diff {
     padding-top: 64px;
     padding-bottom: 24px;
     text-align: center;
}
 .text--main--weare-diff h2{
     font-family: 'Gellix';
     font-size: 42px;
     font-weight: 900;
     line-height: 60px;
     letter-spacing: 0px;
     text-align: center;
     margin: 0px;
     color: #111111;
}
 .weare-diff-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     border-radius: 10px;
}
 .content-weare-diff{
     flex-basis: 500px;
     margin: 8px;
     background-color: #f2f2f2;
     padding: 25px 25px;
     box-sizing: border-box;
     border-radius: 20px;
     text-align: center;
}
 span.weare-diff--span {
     color: #47BE68;
     font-family: 'Gellix';
}
 .diff-img {
     display: inline-block;
}
 .diff-img img {
     width: 70%;
     height: auto;
}
 .diff-txt h2 {
     padding-top: 25px;
     margin: 0px;
     font-family: 'Gellix';
     font-style: normal;
     font-weight: 900;
     font-size: 34px;
     line-height: 33px;
     color: #111111;
}
 .diff-txt p {
     padding-top: 10px;
     margin: 0px;
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #333333;
}
 .diff-txt a {
     padding-top: 32px;
     display: inline-block;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #47BE68;
     text-decoration: none;
     transition: all 0.4s ease;
}
 .diff-txt a:hover {
     text-decoration: underline;
}
 .with-us-collect {
     padding: 64px 0;
}
 .withus-content {
     text-align: center;
}
 .withus-content-sec1 h2 {
     width: 100%;
     font-family: 'Gellix';
     margin: 0;
     font-weight: 900;
     font-size: 48px;
     line-height: 50px;
     color: #111111;
     padding-bottom: 36px;
}
 .withus-content-sec1 p {
     width: 100%;
     padding-top: 10px;
     margin: 0px;
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #333333;
}
 span.backto-u-span {
     color: #47BE68;
     font-family: 'Gellix';
}
 .withus-sec2 {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 48px;
}
 /* .withus-sec2 img {
     display: block;
} */
 .withus-sec1 a {
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 20px;
     padding-right: 20px;
     background-color: #47BE68;
     color: white;
     border-radius: 42px;
     text-decoration: none;
}
 i.fa.fa-sharp.fa-light.fa-angle-right {
     padding-left: 6px;
     padding-bottom: 2px;
     font-size: 18px;
     vertical-align: middle;
}
 .why_dominion {
     background: url(images/trade-batter-bg.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: relative;
}
 .why_dominion::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: #05121ee5;
     width: 100%;
     height: 100%;
     z-index: 0;
}
 .why_dominion-main {
     padding: 48px 0;
     position: relative;
     z-index: 99;
}
 .why_dominion-wrapper {
     display: flex;
     align-items: center;
     flex-direction: row-reverse;
     justify-content: space-around;
}
 .why_dominion-details-head h2 {
     width: 100%;
     font-family: 'Gellix';
     margin: 0;
     font-weight: 900;
     font-size: 36px;
     line-height: 44px;
     color: #fff;
}
 .why_dominion-details-para {
     max-width: 550px;
}
 .why_dominion-details-para p {
     width: 100%;
     padding-top: 24px;
     margin: 0px;
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #c3c3c3;
}
 .why_dominion-details-list {
     padding-top: 16px;
}
 .why_dominion-details-list ul li {
     color: #c3c3c3;
     list-style: none;
     padding: 8px 0;
     font-size: 20px;
     line-height: 26px;
}
 .why_dominion-details-list ul li i {
     color: #47be68;
     padding-right: 8px;
}
 .why_dominion-details {
     max-width: 540px;
}
 .why_dominion-counting {
     max-width: 340px;
     width: 100%;
}
 .why_dominion-count-card {
     text-align: center;
     padding-bottom: 32px;
}
 .why_dominion-count-card h4 {
     font-family: 'Gellix';
     font-weight: 600;
     font-size: 42px;
     line-height: 50px;
     color: #fff;
}
 .why_dominion-count-card p {
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #197833;
}
 .account {
     padding-bottom: 64px;
}

 .account_heading {
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 15px;
}
 .account_heading h2 {
     color: #1c3042;
     font-family: 'Gellix';
     font-size: 42px;
     font-weight: 900;
     line-height: 60px;
}
 .account_heading h2 span {
     color: #47be68;
     font-size: 42px;
     font-weight: 900;
}
 .account_heading p {
     color: #333;
     font-family: 'Gellix';
     font-size: 20px;
     font-weight: 400;
     max-width: 615px;
     margin: 0 auto;
}
 .account_wrapper {
     padding-top: 75px;
}
 .account_contant {
     display: flex;
     gap: 50px;
     max-width: 100%;
}
 .account_details {
     display: flex;
     flex-direction: column;
     gap: 32px;
     width: 50%;
}
 .account_details h2 {
     color: #111;
     font-family: 'Gellix';
     font-size: 32px;
     font-weight: 700;
}
 .account_details p {
     color: #222;
     font-family: 'Gellix';
     font-size: 20px;
     font-weight: 400;
}
 .account_details-list ul {
     display: grid;
     grid-template-columns: 48% 47%;
     gap: 30px;
}
 .account_details-list ul li {
     display: flex;
     align-items: center;
     gap: 15px;
     color: #555;
     font-family: 'Gellix';
     font-size: 18px;
     font-weight: 400;
}
 .account_details-list ul li i {
     color: #47be68;
     background-color: rgba(71, 190, 104, .05);
     padding: 4px;
     border-radius: 30px;
}
 .account_details-btn {
     border-radius: 42px;
     background: #47be68;
     width: 259px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 13px;
     cursor: pointer;
}
 .account_details-btn a {
     color: #fff;
     font-family: 'Gellix';
     font-size: 14px;
     font-weight: 500;
}
 .account_details-btn a i {
     padding-left: 8px;
}
 .account_prices {
     display: flex;
     flex-direction: column;
     gap: 15px;
     width: 50%;
}
 .account_prices-card {
     border-radius: 20px;
     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: 40px 30px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .account_prices-info_txt {
     display: flex;
     align-items: center;
     flex-direction: column;
     gap: 15px;
}
 .account_prices-info_txt-head h2 {
     color: #000;
     font-family: 'Gellix';
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
     line-height: 41px;
     display: flex;
     align-items: center;
}
 .account_prices-info_price h3 {
     color: #000;
     font-family: 'Gellix';
     font-size: 42px;
     font-style: normal;
     font-weight: 700;
     line-height: 42px;
}
 .account_prices-info_price p, .account_prices-info_price h6 {
     color: #000;
     font-family: 'Gellix';
     font-size: 16px;
     font-weight: 400;
     text-align: center;
}
 .account_prices-info_price {
     display: flex;
     flex-direction: column;
     align-items: center;
}
 .account_prices-info_price h6 {
     height: 24px;
}
 .account_prices-info_txt-para p {
     color: #000;
     font-family: 'Gellix';
     font-size: 16px;
     font-weight: 400;
     line-height: normal;
     text-align: center;
     height: 78px;
}
 .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-family: 'Gellix';
     font-size: 16px;
     font-weight: 400;
}
 .account_prices-info_list {
     display: none;
}
 .account_prices-info_mobile {
     display: none;
}
 .account_prices-info_desktop {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 40px 30px;
}
 .account_prices-info_desktop .account_prices-info_txt {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 15px;
}
 .account_prices-info_desktop .account_prices-info_txt h2 {
     color: #000;
     font-family: 'Gellix';
     font-size: 32px;
     font-weight: 700;
     line-height: 40px;
}
 .account_prices-info_desktop .account_prices-info_txt p {
     color: #000;
     font-size: 16px;
     font-family: 'Gellix';
     font-weight: 400;
     line-height: 22px;
     width: 320px;
}
 .account_prices-info_desktop .account_prices-info_price {
     display: flex;
     flex-direction: column;
}
 .account_prices-info_desktop .account_prices-info_price h3 {
     color: #000;
     font-family: 'Gellix';
     font-size: 42px;
     font-style: normal;
     font-weight: 900;
     line-height: 54px;
}
 .account_prices-info_desktop .account_prices-info_price p, .account_prices-info_desktop .account_prices-info_price h6 {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     text-align: center;
}
 .inner_start {
     padding-bottom: 64px;
}
 .container_start {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .heading_start {
     text-align: center;
}
 .heading_start h2, .heading_fund_terms h2 {
     color: #1c3042;
     font-family: 'Gellix';
     font-size: 42px;
     font-weight: 900;
     line-height: 60px;
}
 .heading_fund_terms br {
     display: none;
}
 .main_start_section {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 42px;
     margin-top: 36px;
}
 .start_card_list {
     flex: 0 0 28%;
     max-width: 28%;
     background-color: #f2f2f2;
     border-radius: 20px;
     padding: 24px 54px 15px 24px;
}
 .content_start_card {
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
}
 .content_start_card h2 {
     color: #000;
     font-family: 'Gellix';
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
     line-height: 41px;
}
 .content_start_card img {
     width: 55px;
}
 .start_card_des p {
    /* width: 301px;
     */
     min-height: 110px;
     font-size: 18px;
     color: #707070;
     font-weight: 400;
     padding-top: 12px;
}
 .start_btn_main {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 15px;
     margin-top: 50px;
}
 .register_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;
}
 .register_start_btn.active a {
     background-color: #47BE68;
     color: #ffffff;
}
 .register_start_btn.active a:hover {
     background-color: transparent;
     color: #000;
}
 .register_start_btn a:hover {
     background-color: #47BE68;
     color: #ffffff;
}
 .inner_trade_better {
     background: url(images/trade-batter-bg.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     padding: 64px 0;
     position: relative;
}
 .inner_trade_better::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: #05121ee5;
     width: 100%;
     height: 100%;
     z-index: 0;
}
 .inner_trade_better-main {
     position: relative;
     z-index: 99;
}
 .trade_better_heading {
     text-align: center;
}
 .trade_better_heading h2 {
     color: #ffff;
     font-family: 'Gellix';
     font-size: 48px;
     font-weight: 900;
     line-height: 60px;
}
 .trade_better_main {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 45px;
}
 .trade_card_list {
     width: 300px;
     display: flex;
     align-items: center;
     flex-direction: column;
     text-align: center;
}
 .content_trade_sec h2 {
     font-size: 20px;
     color: #ffff;
}
 .content_trade_sec p {
     font-size: 16px;
     color: #ffffffd3;
     padding: 20px 0;
}
 .btn_trade a {
     display: inline-block;
     padding: 8px 38px;
     background-color: #47BE68;
     border-radius: 26px;
     text-decoration: none;
     color: #ffff;
     font-size: 17px;
     transition: 0.3s ease;
     border: 2px solid #47BE68;
}
 .btn_trade a:hover {
     background: transparent;
     border: 2px solid #47BE68;
}
 .funds_terms {
     padding: 64px 0;
}
 .inner_funds_terms {
     background-color: #f2f2f2;
     border-radius: 20px;
     padding: 42px 0;
     text-align: center;
}
 .main_funds_terms {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 196px;
     padding-top: 30px;
}
 .funding_desc {
     display: flex;
     align-items: center;
     gap: 6px;
}
 .funding_desc i.bx.bx-check {
     color: #47BE68;
}
.payment_logo {
    padding-top: 32px;
    max-width: 100%;
    padding-right:5px;
    padding-left:5px;
}
.payment_logo img {
    width: 100%;
    height: auto;
    max-width: 450px;
}
.payment_logo-imgs img {
    width: 100%;
    height: auto;
    max-width: 120px;
}
 .funding_desc p {
     color: #000;
     font-family: 'Gellix';
     font-size: 16px;
     font-weight: 400;
     line-height: 25px;
}
 .funding_desc i {
     color: #47be68;
}
/* slider */
 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block !important;
}
 .testmonial_card {
     margin: 24px 0;
}
 .owl-carousel .owl-stage-outer {
     overflow: hidden;
}
 button.owl-prev {
     position: absolute;
     bottom: 50%;
     font-size: 36px !important;
     left: -8px;
     z-index: 999;
     color: #fff !important;
}
 button.owl-next {
     position: absolute;
     bottom: 50%;
     font-size: 36px !important;
     right: -8px;
     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;
}
 button.owl-next:hover::after {
     background: #47BE68;
}
 button.owl-prev:hover::after {
     background: #47BE68;
}
 .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: 60px 0;
}
 .container_testmonial {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .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: 30px;
     margin-top: 50px;
}
 .testmonial_content {
     background-color: #fff;
     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;
}
.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 img {
     width: 75px;
     border-radius: 50%;
}
 .testmonial_review h2 {
     font-size: 17px;
     color: #47BE68;
     padding-top: 16px;
     padding-bottom: 8px;
}
 .testmonial_review span {
     color: #707070;
     padding-top: 8px;
}
 .footer-sec{
     margin-top: 75px;
     background-color: #f2f2f2;
}
 .container-footer{
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .footer-image-sec{
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-bottom: 35px;
     padding-top: 55px;
     border-bottom: 1px solid rgba(153, 153, 153, .2);
}
 .footer-text-btn{
     width: 430px;
     display: flex;
     justify-content: space-between;
}
 .footer-button-text{
     width: 55%;
     text-align: right;
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
     letter-spacing: 0px;
}
 .footer-top-btn{
     padding-top: 15px;
}
 .icon-bttnn{
     text-decoration: none;
     padding: 20px 35px 20px 37px;
     background-color: #47BE68;
     border-radius: 32px;
     color: #fff;
     font-size: 16px;
     font-weight: 700;
     line-height: 20px;
}
 .footer-menu-sec{
     display: flex;
     justify-content: space-between;
     padding-top: 40px;
     padding-bottom: 76px;
}
 .footer-menu-inner{
     text-align: left;
     display: inline-block;
     width: 300px;
}
 .footer-menu-inner h6{
     font-size: 16px;
     line-height: 20px;
     font-weight: 600;
     color: #47BE68;
     padding-top: 23px;
     padding-bottom: 22px;
}
 .footer-menu-list{
     list-style: none;
     padding: 0px;
     font-size: 16px;
}
 .footer-menu-list h5{
     color: #47BE68;
     font-weight: 600;
     line-height: 20px;
     font-size: 16px;
     margin: 0px;
     padding-bottom: 10px;
}
 .footer-menu-list li{
     line-height: 32px;
     text-decoration: none;
     padding-top: 12px;
}
 .footer-menu-links a{
     text-decoration: none;
     color: #222222;
}
 .location--text {
     display: flex;
     gap: 10px;
}
 i.fa.fa-thin.fa-location-dot {
     padding-top: 22px;
}
 .footer-menu-icon{
     vertical-align: middle;
}
 .iconss a{
     padding: 0px 10px;
}
 .iconss a:nth-child(1){
     padding-left: 0px;
}
 .footer-menu-text{
     text-decoration: none;
     padding-left: 10px;
     color: #222222;
}
 .fieldsBAR input.uk-input {
     background-color: #ffffff;
     border-radius: 5px;
     font-size: 16px;
     padding: 5px;
     border: 1px solid #ccc;
     max-width: 90%;
     width: 100%;
}
 .fieldsBAR {
     max-width: 300px;
     width: 100%;
     display: inline-block;
}
 .fieldsBAR .uk-button {
     background: #47BE68;
     border: 0px;
     color: #fff;
     text-transform: uppercase;
     padding: 5px;
     height: 35px;
     border-radius: 5px;
     max-width: 200px;
     width: 100%;
}
 .footer-email-sec{
     margin-top: 10px;
     padding-bottom: 51px;
     border-bottom: 1px solid #99999933;
}
 .email-sec-text h4{
     font-size: 20px;
     line-height: 30px;
     margin: 0px;
     font-weight: 600;
     padding: 10px 0px;
     color: #1C3042;
}
 .email-sec-text p{
     margin: 0px;
     font-weight: 400;
     font-size: 14px;
}
 .search-footer{
     background-color: #ffffff;
     border-bottom: 1px solid rgba(153, 153, 153, .2);
     width: 450px;
     overflow-x: hidden;
     display: flex;
     border-radius: 50px;
     font-size: 18px;
}
 .search-footer input{
     margin-left: 40px;
     width: 300px;
     border: none;
     padding: 8px 20px;
     outline: none;
     font-size: 16px;
     line-height: 20px;
}
 .button-src{
     background-color: #FFFFFF;
}
 .button-src button{
     padding: 15px 23px 16px 22px;
     border-radius: 50px;
     border: none;
     margin: 2px 5px;
     background-color: #47BE68;
     color: #ffffff;
     font-size: 14px;
}
 .footer-copyright-sec {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #99999933;
}
 .footer-copyright-inner h6{
     font-size: 16px;
     line-height: 24px;
}
 .domin-1{
     text-decoration: none;
     color: #47BE68;
}
 .footer-backtotop h6{
     font-size: 16px;
     line-height: 24px;
     text-align: right;
}
 i.fa.fa-thin.fa-arrow-up {
     padding-left: 10px;
}
 .footer-bottom-text{
     padding-top: 30px;
}
 .footer-bottom-text{
     line-height: 17.6px;
     font-size: 13px;
     gap: 20px;
     color: #222222;
     padding-bottom: 54px;
}
 .footer-last-text-2{
     padding-top: 20px;
}
 .footer-last-text-3{
     padding-top: 20px;
}
/*media query*/

@media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
  nav ul li a {
    padding: 11px 5px;
  }
}
 @media (min-width: 1035px) {
     .nav-list {
         display: flex !important;
    }
     .brand {
         top: 0;
         left: 0;
         z-index: 9999;
    }
}
 @media (max-width: 1025px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
    }
     .nav-list {
         z-index:99999999999;
         position: absolute;
         top: 50px;
         width: 50%;
         left: -32px;
         padding-left: 28px;
         padding-right: 28px;
         background-color: #08131F;
    }
     .nav-dropdown {
         position: relative;
    }
     .navigation {
         background: #1c3042;
         padding: 16px 0;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .brand {
         position: relative;
         left: 36%;
    }
    }
    html[lang="en"] .brand-ltr {
          position: relative;
          /* left: 36%; */
          right: 0;
    }
     .btn-nav-li {
         display: flex;
         flex-direction: column;
         gap: 12px;
         background: transparent;
         margin-left: 0;
    }
     a.btn-one--nav {
         border-radius: 30px;
         width: 100%;
         margin-left: 0px;
    }
     a#btn-one--nav {
         text-decoration: none;
         color: #fff;
         padding: 12px 20px 12px 20px;
    }
    .btn-nav-li {
      /* background: #08131F; */
    }
}
 @media (max-width: 1024px) {
    .translated-rtl .brand-rtl {
          left: -25%;
      }
     .top_bg-img {
         background-position: center;
    }
     .text--main--weare-diff {
         padding-top: 42px;
    }
     .banner-main {
         padding: 150px 32px 60px;
    }
     .banner-text h2 {
         font-weight: 700;
         font-size: 36px;
         line-height: 42px;
    }
     .banner-btns a {
         padding: 12px 28px;
         font-size: 16px;
    }
     .content-weare-diff {
         flex: 0 0 45%;
         max-width: 45%;
    }
     .inner_trade_better-main {
         padding: 0 32px;
    }
     .with-us-collect{
         padding: 64px 0;
    }
     .inner_testmonial {
         padding: 42px 0;
    }
     .testmonial_main {
         gap: 20px;
    }
     .testmonial_content {
         padding: 60px 12px 20px;
    }
     .main_start_section {
         gap: 12px;
    }
     .start_card_list {
         padding: 30px 45px 15px 30px;
    }
     .content_start_card h2 {
         font-size: 24px;
         font-weight: 600;
    }
     .funds_terms {
         padding: 64px 0;
    }
     .main_funds_terms {
         gap: 125px;
    }
     .start_card_des p {
         width: 100%;
         font-size: 17px;
    }
     .footer-sec{
         margin-top: 75px;
    }
     .account_details-list ul {
         grid-template-columns: 45% 47%;
    }
     .account_prices-info {
         padding: 30px 15px;
    }
     .account_prices-info_desktop .account_prices-info_txt {
         align-items: center;
    }
     .account_prices-info_desktop .account_prices-info_txt p {
         width: 280px;
    }
     .testmonial_card {
         margin: 24px auto !important;
         max-width: 100%;
    }
     button.owl-prev {
         left: 0 !important;
         top: 40% !important;
    }
     button.owl-next {
         right: 0 !important;
         top: 40% !important;
    }
}
 @media (max-width: 1000px) {
     .account_prices-info {
         flex-direction: column;
    }
}
@media (max-width: 768px) {
     .banner-text {
         width: 100%;
         text-align: center;
    }
     .banner-btns {
         justify-content: center;
         gap: 16px;
    }
     .banner-card h5 {
         font-size: 18px;
         line-height: 26px;
    }
     .banner-card p {
         font-size: 16px;
         line-height: 24px;
    }
     .activeAccount {
         margin: 0;
    }
     .text--main--weare-diff h2{
         font-size: 32px;
         font-weight: 700;
         line-height: 46px;
    }
     .content-weare-diff {
         flex-basis: 400px;
    }
     .diff-txt h2 {
         font-size: 26px;
         font-weight: 700;
         line-height: 32px;
    }
     .diff-txt p, .diff-txt p{
         font-size: 18px;
         line-height: 24px;
    }
     .with-us-collect{
         padding: 42px 0;
    }
     .withus-content {
         flex-direction: column;
         align-items: center;
         gap: 36px;
    }
     .withus-sec2 {
         flex-direction: row;
    }
     .withus-sec2 img {
         width: 225px;
    }
     .withus-content-sec1 {
         text-align: center;
    }
     .withus-content-sec1 h2{
         font-size: 42px;
         line-height: 40px;
    }
     .why_dominion-main {
         padding: 48px 24px;
    }
     .why_dominion-wrapper {
         flex-direction: column;
         align-items: center;
         gap: 32px;
    }
     .why_dominion-details-list ul {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
    }
     .why_dominion-details-list ul li {
         font-size: 16px;
         line-height: 20px;
         flex: 0 0 40%;
         max-width: 40%;
    }
     .why_dominion-details-head h2 {
         text-align: center;
    }
     .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;
    }
     .double_comma_symbol {
         top: -11px;
    }
     .testmonial_content p {
         font-size: 14px;
    }
     .testmonial_heading h2 {
         font-size: 32px;
         font-weight: 700;
    }
     .testmonial_review img {
         width: 60px;
    }
     .main_start_section {
         gap: 16px;
         flex-wrap: wrap;
    }
     .start_card_list {
         flex: 0 0 38%;
         max-width: 38%;
    }
     .content_start_card img {
         width: 45px;
    }
     .trade_better_main {
         flex-direction: column;
         gap: 50px;
    }
     .trade_card_list {
         max-width: 60%;
    }
     .trade_better_heading h2 {
         font-size: 40px;
         font-weight: 700;
         line-height: 48px;
    }
     .register_start_btn a {
         padding: 12px 18px;
         font-size: 16px;
    }
     .main_funds_terms {
         gap: 78px;
    }
     .funding_desc p {
         font-size: 15px;
    }
     footer.footer-sec{
         margin-top: 50px;
    }
     .footer-text-btn {
         width: auto;
         justify-content: space-around;
    }
     .footer-menu-inner {
         width: 240px;
    }
     .footer-menu-sec {
         flex-wrap: wrap;
         padding-top: 20px;
    }
     .footer-button-text {
         font-size: 16px;
         line-height: 20px;
    }
     .icon-bttnn {
         padding: 16px 24px 16px 24px;
         font-size: 14px;
    }
     .footer-menu-list {
         padding-top: 24px;
    }
     .search-footer input {
         margin-left: 24px;
    }
     .search-footer{
         width: 390px;
    }
     .footer-bottom-text {
         text-align: center;
    }
     button.owl-prev {
         left: 0 !important;
         top: 40% !important;
    }
     button.owl-next {
         right: 0 !important;
         top: 40% !important;
    }
     .account_prices-info_desktop {
         flex-direction: column;
    }
     .account_prices {
         display: flex;
         flex-direction: column;
         gap: 15px;
         width: 100%;
    }
     .account_prices-info, .account_prices-details {
        /* padding: 40px 30px;
         */
         padding: 0;
    }
     .account_prices-info_list {
         padding-top: 32px;
    }
    .account_prices-info_list {
        display: block;
        padding-top: 22px;
    }
     .account_prices-card{
         border-radius:20px;
    }
     .account_prices-card {
         padding: 40px 30px;
    }
     .account_prices-info_mobile {
         display: block;
    }
     .account_prices-info_desktop {
         display: none;
    }
     .account_details {
         display: none !important;
    }
}

 @media (max-width: 632px) {
     button.owl-prev, button.owl-next {
         font-size: 30px !important;
    }
     button.owl-prev span, button.owl-next span {
         font-size: 24px;
    }
     button.owl-prev::after, button.owl-next::after {
         width: 24px !important;
         height: 24px !important;
         top: 13px !important;
    }
     button.owl-prev::after {
         left: -8px !important;
    }
     button.owl-next::after {
         right: -8px !important;
    }
}
 @media (max-width: 560px) {
     .banner-02 {
         display: none;
    }
    .account_details-list ul li{
        font-size: 16px;
    }
    .account_details-list ul {
    height: auto;
}
     .content-weare-diff {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .account_prices-card {
         padding: 30px 20px;
    }
     .account_heading h2 {
         font-size: 32px;
         font-weight: 700;
    }
     .account_heading h2 span {
         font-size: 32px;
         font-weight: 700;
    }
     #standardSTP .account_prices-info_price h6 {
         display: none;
    }
     .account_heading p, .account_details-list ul li a {
         font-size: 16px;
    }
     .account_prices-card:hover, .activeAccount {
         border: 2px solid #fff;
    }
     .account_prices-info {
         flex-direction: column;
         gap: 30px;
    }
     .account_prices-info_txt-para p {
         height: auto;
         font-size: 14px;
    }
     .account_prices-card {
         position: sticky;
         top: 32px;
         min-height: 765px;
    }
     .account_prices-details {
         gap: 18px;
    }
     .account_details-list ul {
         grid-template-columns: 100%;
         gap: 5px;
    }
     .account_details-btn {
         width: 100%;
    }
     /* .account_prices-info_list {
         display: block;
         padding-top: 22px;
    } */
     .text--main--weare-diff {
         position: sticky;
         top: 0;
    }
     .content-weare-diff {
         position: sticky;
         top: 158px;
         min-height: 265px;
    }
     .start_card_list {
         flex: 0 0 85%;
         max-width: 85%;
    }
     .heading_start {
         position: sticky;
         top: 32px;
    }
     .start_card_list {
         position: sticky;
         top: 120px;
    }
    .footer-copyright-inner h6 {
        font-size: 12px;
        text-align: center;
        line-height: normal;
    }
}
 @media (max-width: 480px) {
       html[lang="auto"] .brand-ltr {
          position: relative;
          left: 25%;
          right: 0;
    }
    .translated-rtl .brand-rtl {
          left: 0;
      }
     .top_bg-img {
         background: none;
    }
     .nav-mobile {
        top: -8px;
     }
     .navigation {
         padding: 10px 0;
    }
     .brand {
         left: 22%;
    }
     #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
         height: 3px;
         width: 30px;
    }
     a.btn-one--nav {
         font-size: 12px;
         padding: 8px 16px;
    }
     #nav-toggle {
         top: 19px;
    }
     .banner {
         /* background: center / cover no-repeat url(images/banner-mobile-bg.png); */
    }
     .container-navbar {
         width: 92%;
    }
     .nav-list {
         padding-left: 10px;
         padding-right: 10px;
         width: 70%;
    }
     .text--main--weare-diff h2{
         font-size: 26px;
         line-height: 32px;
    }
     .weare-diff-content {
         gap: 16px;
    }
     .banner-text h2 {
         padding-bottom: 24px;
         font-size: 18px;
         line-height: 24px;
    }
     .banner-wrapper {
         gap: 8px;
    }
     .banner-card h5 {
         font-size: 14px;
         line-height: 20px;
    }
     .banner-card p {
         font-size: 10px;
         line-height: 16px;
    }
     .banner-btns {
         gap: 8px;
    }
     .banner-btns a {
         font-size: 10px;
         padding: 10px 22px;
    }
     .withus-content{
         gap: 16px;
    }
     .withus-sec2 img {
         width: 150px;
    }
     .withus-content-sec1 h2 {
         font-size: 28px;
         font-weight: 700;
         line-height: 32px;
    }
     .why_dominion-details-list ul li {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .why_dominion-details-head h2 {
         font-size: 24px;
         font-weight: 700;
         line-height: 32px;
    }
     .why_dominion-count-card h4 {
         font-size: 28px;
         line-height: 34px;
    }
    
     .testmonial_heading h2 {
         font-size: 24px;
         font-weight: 600;
    }
     .start_card_list {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .register_start_btn a {
         padding: 8px 14px;
         font-size: 14px;
    }
     .main_funds_terms {
         gap: 14px;
    }
     .funding_desc p {
         font-size: 12px;
    }
     .heading_start h2, .heading_fund_terms h2 {
         font-size: 28px;
         font-weight: 700;
         line-height: 36px;
    }
     .heading_fund_terms br {
         display: block;
    }
     .footer-sec{
         margin-top: 100px;
    }
     .footer-image-sec {
         align-items: center;
         flex-direction: column;
    }
     .footer-email-sec {
         flex-direction: column;
    }
     .search-footer {
         width: 388px;
    }
     .search-footer input {
         margin-left: 10px;
         width: 250px;
    }
     .footer-text-btn {
         padding-top: 30px;
    }
     .footer-button-text{
         width: 50%;
    }
     .email-sec-text {
         padding-bottom: 30px;
         text-align: center;
    }
     .footer-backtotop h6 {
         font-size: 14px;
         line-height: 20px;
    }
     .fieldsBAR {
         max-width: 90%;
         margin-bottom: 10px;
    }
}
 @media (max-width: 425px) {
     .testmonial_card {
         margin: 24px auto !important;
         max-width: 92% !important;
    }
     .container, .container-one, .container-two, .nav-container, .container_start, .container_testmonial, container-footer {
        padding: 0 24px;
      }
      .nav-list {
          left: -24px;
      }

}
 @media (max-width: 380px) {
    .nav-list {
        top: 45px;
    }
     .banner-card h5 {
         font-size: 12px;
         line-height: 18px;
    }
     .banner-card p {
         font-size: 8px;
         line-height: 16px;
    }
     /* .banner-btns a {
         font-size: 8px;
         padding: 8px 18px;
    } */
    .brand {
        left: 15%;
    }
    .withus-sec2 {
        gap: 24px;
    }
     .funding_desc i {
         font-size: 12px;
    }
     .footer-image-sec {
         align-items: center;
         flex-direction: column;
    }
     .footer-email-sec {
         flex-direction: column;
    }
     .footer-text-btn {
         flex-direction: column;
         text-align: center;
         width: 100%;
    }
     .footer-button-text {
         width: 100%;
         text-align: center;
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .search-footer {
         width: 348px;
    }
     .email-sec-text {
         padding-bottom: 30px;
         text-align: center;
    }
     .button-src button {
         padding: 12px 12px 12px 12px;
         font-size: 12px;
    }
     .footer-backtotop h6 {
         font-size: 14px;
         line-height: 20px;
    }
     .account_heading h2 {
         font-size: 24px;
    }
}
 @media (max-width: 330px) {
   .translated-rtl .brand-rtl {
      left: 0%;
    }
   html[lang="auto"] .brand-ltr {
          left: 20%;
      }
   #logo--border img {
    width: 230px;
   }

   .inner_funds_terms {
     padding: 42px 8px;
   }
     .footer-image-sec {
         align-items: center;
         flex-direction: column;
    }
     .icon-bttnn {
         padding: 12px 20px 12px 20px;
         font-size: 14px;
    }
     .withus-content-sec1 {
         text-align: start;
    }
     .withus-sec2 img {
         width: 124px;
    }
     .register_start_btn a {
         padding: 10px;
         font-size: 10px !important;
    }
     .trade_better_heading h2 {
         font-size: 32px;
         font-weight: 500;
         line-height: 40px;
    }
     .trade_better_main {
         margin-top: 24px;
    }
     .content_trade_sec p {
         font-size: 12px;
    }
     .main_funds_terms {
         padding: 20px 0;
         gap: 11px;
    }
     .account_heading h2 {
         font-size: 24px;
    }
     .account_heading h2 span {
         font-size: 24px;
    }
     .account_prices-info_txt-head h2 {
         font-size: 20px;
         font-weight: 500;
    }
     .account_prices-info_price h3 {
         font-size: 28px;
         font-weight: 600;
    }
     .account_prices-info_price-txt h6 {
         font-size: 12px;
    }
 
     .funding_desc p {
         font-size: 10px;
    }
     .footer-email-sec {
         flex-direction: column;
    }
     .footer-text-btn {
         flex-direction: column;
         text-align: center;
         width: 100%;
    }
     .footer-button-text {
         width: 100%;
         text-align: center;
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .search-footer {
         width: 300px;
    }
     .email-sec-text {
         padding-bottom: 30px;
         text-align: center;
    }
     .search-footer input {
         margin-left: 0px;
         width: 172px;
    }
     .footer-copyright-sec{
         align-items: center;
    }
     .button-src button {
         padding: 12px 12px 12px 12px;
         font-size: 12px;
    }
     .footer-copyright-inner h6 {
         font-size: 10px;
    }
     .footer-backtotop h6 {
         font-size: 14px;
         line-height: 20px;
    }
     .why_dominion-details-list ul li {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
/*media query end*/
 