* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-weight: 400;
}
.container {
	max-width: 1300px;
	margin: 0 auto;
}
.navbar input[type="checkbox"], .navbar .hamburger-lines {
	display: none;
}
/*navbar*/
.nav-container {
  max-width: 1300px;
  margin: 0 auto;
}

.navbar {
  display: flex;
  align-items: center;
}

nav {
  float: right;
  padding-left: 14px;
}
#logo--border img {
    width: 180px;
}
div#logo--border {
  border-right: 1px solid #1C3042;
  padding-right: 25px;
  line-height: 12px;
}

nav ul {
  list-style: none;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 11px;
  background: #ffffff;
  color: #1C3042;
  text-decoration: none;
  font-size: 14px;
}

nav ul li a:hover {
  background: #f2f2f2;
  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: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.navigation {
  width: 100%;
  padding: 31px 0px 34px 0px;
  background: #ffffff;
  font-family: 'Gellix';
}


.brand {
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 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: #47BE68;
  border-radius: 40px;
  font-size: 14px;
  display: inline-block;
}

a#btn-one--nav {
  text-decoration: none;
  color: #1C3042;
  padding: 12px 20px 12px 20px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 14px;
  display: inline-block;
}


/*#dropdown--nav:hover .nav-dropdown {*/
/*  display: block;*/
/*}*/


@media only screen and (max-width: 1025px) {
  .nav-mobile {
    display: block;
  }

  div#logo--border {
    border-right: none;
    padding-right: 0px;
    line-height: 0px;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    z-index:99999999999;
    position: absolute;
    top: 72px;
    width: 50%;
    left: 0;
    padding-left: 50px;
    background-color: #fff;
  }

  .nav-dropdown {
    position: relative;
  }

  .navigation {
    padding: 36px 0px 36px 0px;
  }

  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: absolute;
    left: 1rem;
  }

  .btn-nav-li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    margin-left: 0;
    padding-bottom: 26px;
  }

  a.btn-one--nav {
    border-radius: 30px;
    width: 80px;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  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: #463f3f;
  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);
}


@media screen and (min-width: 1035px) {
  .nav-list {
    display: block !important;
  }

  .brand {
    top: 0;
    left: 0;
    z-index: 9999;
  }
}

@media screen and (max-width: 480px) {
  .nav-list {
    padding-left: 10px;
    width: 60%;
  }
}

/*navbar end*/
.sec_inner {
	background: rgb(236, 241, 239);
	border-radius: 8px;
}
.head_main {
	text-align: center;
}
.head_main h1 {
	padding-top: 100px;
	font-family: 'Gellix';
	font-size: 42px;
	line-height: 60px;
	font-weight: 900;
}
.head_main p {
	padding-bottom: 100px;
	color: #333333;
	font-family: 'Gellix';
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
}
.fairness_inner_sec {
	padding-top: 80px;
}
.fairness_container {
	max-width: 1200px;
	margin: 0 auto;
}
.headin_sec_main_dis {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headin_sec_Fairness h2 {
	color: #111;
	font-size: 32px;
	font-weight: 900;
	line-height: 60px;
	font-family: 'Gellix';
}
.headin_sec_img_logo {
	position: relative;
	left: 30px;
	bottom: 47px;
}
.headin_sec_img_logo img {
	width: 80%;
}
.fairness_description_main {
	width: 100%;
}
.fairness_descrition_one p {
	color: #555;
	font-size: 20px;
	font-family: 'Gellix';
}
.fairness_descrition_one p span {
	color: #47BE68;
}
.fairness_descrition_two p {
	padding-top: 30px;
	color: #555;
	font-size: 20px;
	font-family: 'Gellix';
}
.fairness_descrition_logo {
	position: absolute;
}
.fairness_descrition_logo img {
	position: relative;
	right: 40px;
	top: 72px;
}
.card_fairness_inner {
	margin-top: 100px;
}
.card_fairness_conatiner {
	max-width: 1200px;
	margin: 0 auto;
}
.card_fairness_main {
	display: flex;
	align-items: center;
	gap: 32px;
}
.log_card_first {
	position: absolute;
}
.log_card_first img {
	position: relative;
	right: 65px;
}
.fairness_card {
	width: 275px;
	padding: 25px 25px;
	border-radius: 10px;
	background: #F8F8F8;
}
.fairness_card_image img {
	padding: 18px 18px;
	background: #47BE68;
	border-radius: 20px
}
.fairness_card_image_thre img {
	padding: 16px 16px;
	background: #47BE68;
	border-radius: 20px
}
.fairness_card_content h2 {
	color: #1C3042;
	font-size: 20px;
	font-family: 'Gellix';
	font-weight: 600;
	padding-top: 20px;
}
.market_inner_sec {
	margin-top: 100px;
}
.market_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_main {
	display: flex;
	gap: 100px;
}
.market_sec_one_main {
	width: 47.77%;
}
.market_heading_sec h2 {
	color: #111;
	font-size: 32px;
	font-family: 'Gellix';
	font-weight: 900;
}
.market_description_ p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
	padding-top: 15px;
}
.btn_main_sec {
	padding-top: 15px;
}
.market_heading_sec_two h3 {
	color: #111;
	font-size: 24px;
	font-family: 'Gellix';
	font-weight: 700;
}
.btn_main_one {
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: 'Gellix';
}
.btn_list_one span {
	text-decoration: none;
	padding: 12px 10px 12px 11px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_one_ span {
	text-decoration: none;
	padding: 12px 23.59px 12px 23.41px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_main_two {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 30px;
	font-family: 'Gellix';
}
.btn_list_two span {
	text-decoration: none;
	padding: 12px 26px 12px 26px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_two_ span {
	text-decoration: none;
	padding: 12px 16px 12px 16px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_main_thre {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 30px;
	font-family: 'Gellix';
}
.btn_list_thre span {
	text-decoration: none;
	padding: 12px 26px 12px 26px;
	background: #47BE68;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.btn_list_thre_ span {
	text-decoration: none;
	padding: 12px 16.53px 12px 16.41px;
	background: #1C3042;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	font-weight: 400;
}
.market_second_two_inner {
	margin-top: 100px;
}
.market_sec_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_second_two_heading h2 {
	color: #111;
	font-size: 32px;
	font-family: 'Gellix';
	font-weight: 900;
}
.market_sec_two_desc {
	padding-top: 15px;
}
.market_sec_two_desc p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_inner {
	margin-top: 100px;
}
.market_vision_container {
	max-width: 1200px;
	margin: 0 auto;
}
.market_vision_main {
	display: flex;
	gap: 100px;
}
.market_vision_heading_main {
	width: 50%;
}
.market_vision_heading h3 {
	color: #111;
	font-size: 24px;
    line-height: 34px;
	font-family: 'Gellix';
	font-weight: 700;
}
.market_vision_description {
	padding-top: 15px;
}
.market_vision_description p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_heading_main_two {
	width: 34%;
}
.market_vision_heading_two h3 {
	color: #111;
	font-size: 24px;
    line-height: 32px;
	font-family: 'Gellix';
	font-weight: 700;
}
.market_vision_descriptition_two {
	padding-top: 15px;
}
.market_vision_descriptition_two p {
	color: #222;
	font-size: 20px;
	font-family: 'Gellix';
}
.market_vision_btn {
	padding-top: 30px;
}
.market_vision_btn a {
	padding: 20px 43px 20px 45px;
	background: #47BE68;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 40px;
}
.domain_market_heading_inner {
	margin-top: 100px;
}
.container_market_ {
	max-width: 1200px;
	margin: 0 auto;
}
.domain_market_heading_sec h2 {
	font-family: 'Gellix';
    font-size: 32px;
	font-weight: 900;
	line-height: 44px;
	color: #111111;
}
.btn_list_domain_market {
	display: flex;
	gap: 10px;
	margin-top: 27px;
	flex-wrap: wrap;
	font-family: 'Gellix';
}
.btn_list_domain_market_one span {
	padding: 12px 14px 12px 14px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_two span {
	padding: 12px 12px 12px 12px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_thre span {
	padding: 12px 10px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_four span {
	padding: 12px 8px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_five span {
	padding: 12px 11px 12px 11px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_six span {
	padding: 12px 14px 12px 15px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_seven span {
	padding: 12px 18px 12px 18px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.btn_list_domain_market_eight span {
	padding: 12px 10px 12px 10px;
	background: #47BE68;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
}
.list_thre_btn_domain_market {
	display: flex;
	gap: 10px;
	margin-top: 25px;
}
.list_btn_one_domain span {
	padding: 12px 20px 12px 20px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_one_domain {
	padding-top: 20px;
}
.list_btn_two_domain span {
	padding: 12px 14px 12px 15px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_two_domain {
	padding-top: 20px;
}
.list_btn_thre_domain span {
	padding: 12px 17px 12px 17px;
	background: #47BE68;
	font-size: 12px;
	line-height: 16.2px;
	border-radius: 6px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}
.list_btn_thre_domain {
	padding-top: 20px;
}
.end_sec_footer_inner {
	margin-top: 100px;
}
.container_thre {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.sec_back_footer {
	width: 100%;
	background: #47BE68;
	border-radius: 10px;
}
.main_sec_footer {
	display: flex;
}
.sec_footer_logo {
	position: absolute;
	left: 20px;
}
.end_sec_footer_main {
	padding-top: 88px;
	padding-left: 46px;
}
.right_image img {
	position: absolute;
}
.end_sec_footer_head {
	color: white;
	width: 99%;
}
.end_sec_footer_main {
	padding-top: 88px;
}
.end_sec_footer_head h2 {
	font-family: 'Gellix';
    font-weight: 900;
    font-size: 40px;
	line-height: 50px;
}
.end_sec_footer_head p {
	width: 82%;
	font-size: 20px;
	line-height: 27px;
	padding-top: 20px;
	font-family: 'Gellix';
}
.end_sec_footer_image {
	padding-top: 70px;
}
.end_sec_footer_social {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 20px;
}
.socail_icon {
	display: flex;
	align-items: center;
	gap: 12px;
}
.social_icon_ima_one {
	width: 45px;
	height: 45px;
	background-color: #ffffff33;
	border-radius: 50%;
	text-align: center;
}
.social_icon_ima_one img {
	margin-top: 9px;
}
div#top_image img {
	margin-top: 11px;
}
.social_icon_ima_thre {
	width: 45px;
	height: 45px;
	background-color: #ffffff33;
	border-radius: 50%;
	text-align: center;
}
.social_icon_ima_thre img {
	margin-top: 11px;
	width: 20px;
}
div#border_right {
	border-right: 1px solid #ffff;
	padding-right: 12px;
	line-height: 12px;
}
.end_sec_footer_btn a {
	padding: 13px 18px 12px 18px;
	border-radius: 28px;
	background: #ffff;
	text-decoration: none;
	color: #47BE68;
    font-family: 'Gellix';
	font-weight: 500;
	font-size: 14px;
}
i.fa.fa-regular.fa-angle-right {
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
}
.footer-sec {
	margin-top: 100px;
	background-color: #F8F8F8;
}
.container-footer {
	max-width: 1120px;
	margin: 0 auto;
}
.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 {
	color: #ffffff;
	font-family: 'Gellix';
	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: 600;
	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-bottom: 22px;
}
.footer-menu-list {
	list-style: none;
	padding: 0px;
	font-size: 16px;
}
.footer-menu-list h5 {
	color: #ffffff;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 22px;
}
.footer-menu-list li {
	padding-bottom: 12px;
	line-height: 32px;
	text-decoration: none;
}
.footer-menu-links a {
	color: #ffffff;
	text-decoration: none;
}
.location--text {
	display: flex;
	gap: 10px;
}
.icon--map.footer-menu-icon {
	padding-top: 6px;
}
.footer-menu-icon {
	vertical-align: middle;
}
.footer-menu-icon li a {
	color: #222222;
	text-decoration: none;
}
.iconss a {
	padding: 0px 10px;
	text-decoration: none;
}
.iconss a:nth-child(1) {
	padding-left: 0px;
}
.footer-menu-text {
	color: #222222;
	text-decoration: none;
	padding-left: 10px;
}
.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 rgba(153, 153, 153, 0.2);
}
.email-sec-text h4 {
	color: #1D1E25;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding: 10px 0px;
}
.email-sec-text p {
	color: #222222;
	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 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(153, 153, 153, .2);
}
.footer-copyright-inner h6 {
	color: #ffffff;
	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.fas.fa-thin.fa-arrow-up {
	position: relative;
	left: 8px;
}
.footer-bottom-text {
	padding-top: 30px;
}
.footer-bottom-text {
	line-height: 17.6px;
    font-size: 13px;
	color: #ffffff;
	padding-bottom: 54px;
}
.footer-last-text-2 {
	padding-top: 20px;
}
.footer-last-text-3 {
	padding-top: 20px;
}
 @media (max-width: 1300px) {
.sec_inner {
	width: 100%;
	margin-top: 0px;
}
.inner_sec {
	padding: 0 30px;
}
.logo--1 {
	border-right: none;
	padding-right: 0px;
	position: absolute;
	top: 16px;
	right: -5px;
	font-size: 2.5rem;
}
.head_main p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.fairness_inner_sec {
	padding: 0 30px;
	margin-top: 75px;
}
.fairness_descrition_one p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.fairness_descrition_two p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.card_fairness_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.fairness_card br {
	display: none;
}
.log_card_first {
	display: none;
}
div#card_two {
	padding: 38px 20px;
}
div#card_thre {
	padding: 36px 20px;
}
.fairness_card_content h2 {
	font-size: 17px;
}
.market_inner_sec {
	margin-top: 75px;
	padding: 0 30px;
}
.market_description_ p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.market_second_two_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.market_second_two_heading h2 {
	font-size: 28px;
	line-height: 33px;
	font-weight: 900;
}
.market_sec_two_desc p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.market_vision_inner {
	padding: 0 30px;
}
.market_vision_description p {
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
}
.domain_market_heading_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.domain_market_heading_sec h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
}
.market_vision_descriptition_two p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.btn_list_domain_market_seven {
	margin-top: 20px;
}
.btn_list_domain_market_eight {
	margin-top: 20px;
}
.end_sec_footer_inner {
	margin-top: 75px;
	padding: 0 30px;
}
.sec_back_footer {
	width: 100%;
}
.end_sec_footer_head h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 33px;
}
.end_sec_footer_head p {
	width: 82%;
	font-size: 18px;
	line-height: 24px;
	padding-top: 11px;
}
.end_sec_footer_image {
	padding-top: 86px;
}
.end_sec_footer_image img {
	width: 100%;
}
.socail_icon {
	justify-content: center;
	gap: 12px;
}
.footer-sec {
	margin-top: 75px;
	padding: 0 30px;
}
}
 @media (max-width: 768px) {

.sec_inner {
	margin-top: 60px;
}
.inner_sec {
	padding: 0 15px;
}
.head_main h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 900;
}
.head_main p {
	font-size: 18px;
	line-height: 24px;
}
.headin_sec_Fairness h2 {
	font-size: 32px;
	line-height: 46px;
}
.fairness_descrition_one p {
	line-height: 24px;
	font-size: 18px;
}
.fairness_descrition_two p {
	line-height: 24px;
	font-size: 18px;
}
.fairness_inner_sec {
	margin-top: 50px;
	padding: 0 15px;
}
.fairness_main {
	margin-left: 25px;
	text-align: center;
}
div#card_four {
	padding: 23px 20px;
}
.fairness_descrition_one p {
	font-size: 18px;
	line-height: 24px;
}
.fairness_descrition_two p {
	line-height: 24px;
	font-size: 18px;
}
.headin_sec_main_dis {
	display: block;
}
.headin_sec_img_logo {
	display: none;
}
.card_fairness_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.headin_sec_main_dis {
	display: block;
	text-align: center;
}
.market_vision_heading_main {
	width: 100%;
}
.card_fairness_main {
	justify-content: center;
	flex-wrap: wrap;
}
.log_card_first {
	display: none;
}
.fairness_card_content h2 {
	font-size: 22px;
}
.market_inner_sec {
	padding: 0 15px;
	margin-top: 50px;
}
.market_main {
	display: block;
}
.market_description_ p {
	line-height: 24px;
	font-size: 18px;
}
.btn_main_sec {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.btn_main_two {
	margin-top: 0px;
}
.market_sec_one_main {
	width: 100%;
	text-align: center;
}
.market_second_two_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.market_second_two_main {
	text-align: center;
	margin-top: 50px;
}
.market_vision_descriptition_two p {
	line-height: 24px;
	font-size: 18px;
}
.market_vision_btn a {
	padding: 14px 40px 14px 40px;
	background: #47BE68;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 40px;
}
.market_vision_description p {
	font-size: 18px;
	line-height: 24px;
}
.market_vision_inner {
	padding: 0 15px;
	margin-top: 50px;
}
.market_vision_main {
	display: block;
	text-align: center;
}
.market_sec_two_desc p {
	font-size: 18px;
	line-height: 22px;
}
.market_vision_heading_main_two {
	margin-top: 50px;
	width: 100%;
}
.domain_market_heading_inner {
	margin-top: 50px;
	text-align: center;
	padding: 0 15px;
}
.btn_list_domain_market_six {
	margin-top: 20px;
}
.main_sec_footer {
	display: block;
}
.end_sec_footer_inner {
	margin-top: 50px;
	padding: 0 15px;
}
.end_sec_footer_main {
	padding-left: 0px;
}
.end_sec_footer_head br {
	display: none;
}
.end_sec_footer_head {
	color: white;
	width: 100%;
}
.end_sec_footer_head h2 {
	font-size: 32px;
	line-height: 46px;
	text-align: center;
}
.end_sec_footer_head p {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding-top: 11px;
	text-align: center;
}
.socail_icon {
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}
.end_sec_footer_social {
	display: block;
	text-align: center;
	gap: 30px;
	padding-top: 20px;
}
footer.footer-sec {
	margin-top: 50px;
	padding: 0px 15px;
}
.footer-text-btn {
	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;
}
}
 @media (max-width: 480px) {
/*.logo--1 img {*/
/*	width: 150px;*/
/*}*/
div#border_right {
     border-right: none; 
     padding-right: 0px; 
     line-height: 0px; 
}
.head_main h1 {
	font-size: 26px;
	line-height: 32px;
}
.head_main p {
	font-size: 16px;
	line-height: 22px;
}
.headin_sec_Fairness h2 {
	font-size: 26px;
	line-height: 32px;
}
.fairness_descrition_one p {
	font-size: 16px;
	line-height: 22px;
}
.fairness_descrition_two p {
	line-height: 22px;
	font-size: 16px;
}
.market_heading_sec h2 {
	font-size: 26px;
	line-height: 32px;
}
.market_description_ p {
	line-height: 22px;
	font-size: 16px;
}
.market_second_two_heading h2 {
	font-size: 24px;
	line-height: 32px;
}
.market_sec_two_desc p {
	font-size: 16px;
	line-height: 22px;
}
.market_vision_description p {
	font-size: 16px;
	line-height: 24px;
}
.market_vision_descriptition_two p {
	line-height: 22px;
	font-size: 16px;
}
.btn_main_two {
	margin-top: 20px;
}
.btn_main_thre {
	margin-top: 20px;
}
.domain_market_heading_sec h2 {
	font-size: 26px;
	line-height: 32px;
}
.btn_list_domain_market_thre {
	margin-top: 20px;
}
.btn_list_domain_market_four,  .btn_list_domain_market_five {
	padding-top: 20px;
}
.end_sec_footer_head h2 {
	font-size: 26px;
	line-height: 32px;
}
.end_sec_footer_head p {
	font-size: 18px;
	line-height: 22px;
}
.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-copyright-inner h6 {
	font-size: 14px;
	line-height: 20px;
	width: 200px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
.fieldsBAR {
    max-width: 90%;
    margin-bottom: 10px;
}
}
 @media (max-width: 380px) {
/*.logo--1 {*/
/*	top: 16px;*/
/*	right: 12px;*/
/*}*/
.btn_main_two {
	margin-top: 20px;
}
.btn_list_two a {
	padding: 12px 7px 12px 7px;
}
.btn_list_two_ a {
	padding: 12px 5px 12px 5px;
}
.btn_main_thre {
	margin-top: 20px;
}
.btn_list_domain_market {
	justify-content: center;
	margin-top: 20px;
}
.btn_list_domain_market_thre {
	padding-top: 20px;
}
.footer-image-sec {
	align-items: center;
	flex-direction: column;
}
.icon-bttnn {
	padding: 12px 20px 12px 20px;
	font-size: 14px;
}
.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-copyright-inner h6 {
	font-size: 14px;
	line-height: 20px;
	width: 200px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
}
 @media (max-width: 330px) {
.fairness_card_content h2 {
	font-size: 20px;
}
.fairness_card_content_two h2 {
	font-size: 20px;
}
.btn_list_one a {
	padding: 12px 7px 12px 11px;
}
.btn_list_domain_market_thre {
	margin-top: 0px;
}
.end_sec_footer_head h2 {
	font-size: 22px;
	line-height: 28px;
}
.end_sec_footer_head p {
	font-size: 16px;
	line-height: 20px;
}
.footer-image-sec {
	align-items: center;
	flex-direction: column;
}
.icon-bttnn {
	padding: 12px 20px 12px 20px;
	font-size: 14px;
}
.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: 14px;
	line-height: 20px;
	width: 148px;
}
.footer-backtotop h6 {
	font-size: 14px;
	line-height: 20px;
}
}
*{
     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;
}
 .container-two {
     max-width: 1200px;
     margin: 0 auto;
}
 .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;
}
 .navbar {
     position: relative;
     display: flex;
     align-items: center;
}
 nav {
     float: right;
     padding-left: 14px;
}
 .btn-nav-li-mobile {
     float: right;
     display: none;
     padding-right: 18px;
}
 #logo--border img {
     width: 180px;
}
 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: 31px 0px 34px 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: -15px;
     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:34px;
     transition: 0.3s ease;
}
 a.btn-one--nav:hover {
     background: #47BE68;
}
 #nav-toggle {
     position: absolute;
     left: 18px;
     top: 26px;
     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);
}
 .top_bg-img {
     background: url(images/davtrades.webp);
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}
 .banner::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: #14212D99;
     width: 100%;
     height: 100%;
     z-index: 0;
}
 .banner-main {
     padding: 154px 0 106px;
     position: relative;
     z-index: 999;
}
 .banner-text{
     color: white;
     width: 55%;
}
 .banner-text h2 {
     font-size: 42px;
     font-weight: 900;
     line-height: normal;
     font-family: 'Gellix';
     padding-bottom: 42px;
     text-transform: uppercase;
}
 .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: #53626C;
     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: #ffffff;
}
 .diff-txt p {
     padding-top: 10px;
     margin: 0px;
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #ffffff;
}
 .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.jp);
     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: #000000;
     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: #1E2A35;
     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: 1200px;
     margin: 0 auto;
}
 .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: #53626C;
     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: #ffffff;
     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: #ffffff;
     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 #53626C;
     border-radius: 40px;
     transition: 0.3s ease;
}
 .register_start_btn.active a {
     background-color: #53626C;
     color: #ffffff;
}
 .register_start_btn.active a:hover {
     background-color: transparent;
     color: #000;
}
 .register_start_btn a:hover {
     background-color: #ffffff;
     color: #000000;
}
 .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:300px;
}
 .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: 255px;
     font-size: 36px !important;
     left: -36px;
     z-index: 999;
     color: #fff !important;
}
 button.owl-next {
     position: absolute;
     bottom: 255px;
     font-size: 36px !important;
     right: -36px;
     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: 1200px;
     margin: 0 auto;
}
 .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: #53626C;
}
 .container-footer{
     max-width: 1200px;
     margin: 0 auto;
}
 .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: #1E2A35;
     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: #ffffff;
     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: #ffffff;
}
 .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: #ffffff;
     padding-bottom: 54px;
}
 .footer-last-text-2{
     padding-top: 20px;
}
 .footer-last-text-3{
     padding-top: 20px;
}
/*media query*/
 @media (min-width: 1035px) {
     .nav-list {
         display: block !important;
    }
     .brand {
         top: 0;
         left: 0;
         z-index: 9999;
    }
}
 @media (max-width: 1025px) {
     .nav-mobile {
         display: block;
    }
     .btn-nav-li-mobile {
         display: block;
    }
     nav {
         width: 100%;
    }
     .nav-list {
         z-index:99999999999;
         position: absolute;
         top: 76px;
         width: 30%;
         left: 0;
         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%;
    }
     .btn-nav-li {
         display: flex;
         flex-direction: column;
         gap: 12px;
         background: #fff;
         margin-left: 0;
         padding-bottom: 26px;
    }
     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) {
     .top_bg-img {
         background-position: center;
    }
     .weare-diff-sec{
         padding:0 32px;
    }
     .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 32px;
    }
     .inner_testmonial {
         padding: 40px 20px;
    }
     .testmonial_main {
         gap: 20px;
    }
     .testmonial_content {
         padding: 60px 12px 20px;
    }
     .inner_start {
         padding: 0px 32px 64px;
    }
     .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 32px;
    }
     .main_funds_terms {
         gap: 125px;
    }
     .start_card_des p {
         width: 100%;
         font-size: 17px;
    }
     .footer-sec{
         padding: 0 30px;
         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;
    }
     .weare-diff-sec{
         padding:0 24px;
    }
     .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 24px;
    }
     .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{
         padding: 0px 15px;
         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;
    }
}
 @media (max-width: 760px) {
     .account_details {
         display: none;
    }
     .account_prices-card{
         border-radius:20px;
    }
     .account_prices-card {
         padding: 40px 30px;
    }
     .account_prices-info_mobile {
         display: block;
    }
     .account_prices-info_desktop {
         display: none;
    }
}
 @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) {
     .top_bg-img {
         background: none;
    }
     .nav-mobile {
        top: -8px;
     }
     .navigation {
         padding: 10px 0;
    }
     .nav-list {
         top: 52px;
    }
     #logo--border img {
         width: 120px;
    }
     .brand {
         left: 28%;
        padding: 3px 0;
    }
     #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: 14px;
    }
     .banner {
         background: center / cover no-repeat url(images/banner-012.jpg);
    }
     .container-navbar {
         width: 92%;
    }
     .nav-list {
         padding-left: 10px;
         padding-right: 10px;
         width: 60%;
    }
     .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;
    }
}
 @media (max-width: 380px) {
     .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: 25%;
    }
    .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) {
     .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*/
 