body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.heading_title {
  width: 100%;
  position: relative;
}

.heading_title h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C;

}

.heading_title::after {
  content: '';
  position: absolute;
  top: 25px;
  /* bottom: 45px; */
  left: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background-color: #0068D0;
}
.pl-PL .get_profit .heading_title::after, .pl-PL .resource .heading_title::after{
	left: -70px;
	width: 80px;
}
.pl-PL .get_profit .heading_title::before, .pl-PL .resource .heading_title::before {
	right: -70px;
	width: 80px;
}
.heading_title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background-color: #0068d0;
}

.heading_text {
  color: #081F2C;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*------------------------------
# Back to top button
------------------------------*/
#back_to_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: transparent;
  width: 66px;
  height: 66px;
  border-radius: 16px;
  transition: all 0.4s;
  border: 1px solid #005cb9;
  display: none;
}

#back_to_top i {
  font-size: 25px;
  color: #005cb9;
  line-height: 0;
}
#back_to_top:hover i{
  color: #FFF;
}

#back_to_top:hover {
  background: #0068D0;
  border: 1px solid #0068D0;
  color: #FFF;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .resource_square {
    grid-template-columns: repeat(2, 1fr) !important;
   }
   .document_box {
    height: 360px !important;
}
}

/*---------------
# Header
-----------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 18.5px 0px;
  background-color: #081F2C;
}

#header.header-scrolled {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 997;
}

#header .logo a {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
}
#header .logo {
  width: 10%;
}

/*----------------------------
#Desktop Navigation
-----------------------------*/
.navbar ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.navbar ul .dropdown {
  position: relative;
  display: flex;
  justify-content: center;
}

.navbar ul li a {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  margin: 0 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s ease-in-out;
}

.navbar ul li a i {
  font-size: 20px;
}

.navbar ul li a:hover {
  color: #005cb9;
}

.nav_rightside_text#nav_mobileshow {
  display: none;
}
.navbar .dropdown ul li a {
      text-align: center;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: 56px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  width: 330px;
  background: linear-gradient(180deg, rgba(8, 31, 44, 0) 0%, #081F2C 100%);
  border-radius: 0px 0px 20px 20px;
  margin: auto;
  padding: 24px;
  padding-top: 27px;
  backdrop-filter: blur(10px);
}

.navbar .dropdown ul li a {
  padding: 16px 0px;
  margin: 0;
  justify-content: center;
  border-bottom: 1px solid #FFF;
}

.navbar .dropdown ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.nav_rightside_text {
  display: flex;
  align-items: center;
  gap: 20px;
  /* width: 30%; */
  justify-content: end;
}

.nav_rightside_text a {
  border: 2px solid #005CB9;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  text-wrap: nowrap;
}

.nav_rightside_text .sign-btn {
  background-color: #005CB9;
}

/* .nav_rightside_text a:hover {
  background-color: #2F394A;
  border-color: #2F394A;
  color: rgba(255, 255, 255, 0.5);
} */

.nav_rightside_text select#language {
  appearance: none;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(180deg, rgba(8, 31, 44, 0) 0%, #081F2C 100%);
  padding-right: 25px;
  border: 0;
  outline: none;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26px' viewBox='0 0 24 24' width='26px' fill='%23FFFFFF'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  position: relative;
}

.nav_rightside_text select#language option {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: linear-gradient(180deg, rgba(8, 31, 44, 0) 0%, #081F2C 100%);
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
#language .lang-options a{
  font-size: 16px;
  color: black;
  padding: 8px 0px !important;
  border: 0px !important;
}
.lang-switcher {
  position: relative;
  display: inline-block;
}
.language img {
  padding-right: 7px;
  width: unset !important;
  height: auto !important;
}
.current-lang-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}
button.current-lang-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
}
.lang-switcher.active .lang-options {
  display: block;
}
.lang-options li {
  padding: 5px 10px;
  cursor: pointer;
}
.lang-options {
  width: 70px;
  position: absolute;
  top: 100%;
  left: 10px;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  z-index: 1;
}



/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  display: none;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9998;
  font-size: 30px;
  line-height: 0;
  cursor: pointer;
  color: #FFF;
}


@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
	top: unset;
  }

  #navbar {
    position: fixed;
    left: -100%;
    top: 84px;
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    background: #081f2c;
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 30px 30px;
    padding: 46px 84px 52px !important;
    overflow-x: unset;
}

  #navbar.navbar-mobile {
    left: 0;
    transition: 0.3s ease-in;
  }

  .navbar ul {
    display: none;
    margin-top: 40px;
  }



  .navbar ul li a {
    margin-bottom: 24px;
  }

  .navbar ul li:last-child a {
    margin-bottom: 0px;
  }

  .navbar ul .dropdown {
    display: block;
    position: unset;
  }

}

@media(min-width: 0px) and (max-width: 767px) {
  div#nav_desktop {
    display: none;
  }

  #navbar {
    display: block;
    padding: 30px 20px !important;
    height: 550px;
  }

  .nav_rightside_text#nav_mobileshow {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .navbar_btn {
    width: 100%;
  }

  .nav_rightside_text a {
    display: block;
    text-align: center;
  }
  .resource_square {
    grid-template-columns: repeat(1, 1fr) !important;
}

}


.navbar-mobile ul {
  display: block;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: absolute;
  top: 0rem;
  left: 15rem;
  padding: 10px 0 20px;
  display: none;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  transition: all 0.5S;
  width: 266px;
}


.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

.header-scrolled .mobile-nav-toggle {
  color: #fff;
}

.header-scrolled .mobile-nav-toggle.bi-x {
  color: #fff;
}

/* -------------------------
#Navnar End Csss
---------------------------*/

/* Banner Csss */
.Banner {
  background-image: url(../image/banner_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 244px; */
  margin-top: 55px;
  background-color: #081F2C;
  position: relative;
}
.bn_text {
  margin-top: 120px;
}

.bn_text h1 {
  font-size: 68px;
  font-weight: bold;
  line-height: 120%;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}

.bn_text ul {
  margin: 32px 0px 16px;
}

.bn_text ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  color: #00A7E4;
  font-weight: bold;
}

.bn_text ul li:nth-child(2) {
  color: #019DC8;
}

.bn_text ul li:nth-child(3) {
  color: #3AB9F9
}

.bn_text p {
  font-size: 20px;
  line-height: 150%;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 56px;
}

.get_btn a {
  background: #0068D0;
  border-radius: 30px;
  padding: 14.5px 66.6px;
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.4s background ease-in-out;
  border: 2px solid #0068d0;
}

.get_btn a:hover {
  background: transparent;
  transition: 0.4s background ease-in-out;
  border: 2px solid #005cb9;
}

.banner_img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 28rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: end;
}

.banner_img img {
  width: 100%;
}

.bn_img1_animation {
  position: absolute;
  top: 138px;
  left: 0;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.bn_img2_animation {
  position: absolute;
  bottom: 33.5%;
  right: -24.5%;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}


.earning_section {
  background: #081F2C;
}

.earning_box {
  background: #FFF;
  border-radius: 40px;
  padding: 60px 70px;
  text-align: center;
  position: relative;
  margin-top: 94px;
}

.earning_box .heading_title {
  padding: 0 9rem;
}

.earning_box p {
  padding: 0 11rem;
  margin-top: 24px;
}

.the_future_text .heading_title::before {
  width: 0;
}

.the_future_text h2 {
  padding-left: 7.5rem;
  margin-bottom: 24px;
  color: #FFF;
}

.the_future_text p {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 20px;
}

.the_future_text ul {
  padding-left: 70px;
}

.the_future_text ul li {
  position: relative;
  margin-bottom: 24px;
  color: #FFF;
}

.the_future_text ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -30px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #0068D0;
}

section.the_future {
  background: #081F2C;
  padding-bottom: 25rem;
  background-image: url(../image/the_future_bg.webp);
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}

#counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
}

.future_count {
  width: 50%;
}


#count1 {
  background: url(../svg/counter1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 310px;
  width: 296px;
}

#count2 {
  background: url(../svg/counter3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
  height: 295px;
  width: 311px;
}

#count2 span {
  color: #8CD0E9;
}

#count3 {
  background: url(../svg/counter2.svg);

  background-repeat: no-repeat;
  background-size: contain;
  width: 276px;
  height: 308px;
}

#count3 span {
  color: #8CD0E9;
}
.pl-PL .count-up {
	width: 270px;
}
.count-up {
  display: flex;
  width: 252.91px;
  height: 328.98px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
}

.count-up span {
  font-size: 48px !important;
}
.count-up span {
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  color: #8CD0E9;
}

.video_player {
  position: relative;
  margin-top: -22rem;
}

.video_player {
  position: relative;
  margin-top: -22rem;
  padding-top: 35px;
} 

.video_player video {
  width: 100%;
  border-radius: 40px;
}

.video_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFF;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 139px;
  height: 139px;
}

.video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video_icon a {
  line-height: 0;
}
.trade_cryptos .crypto_img::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../image/Real_Account/trade.webp);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(30px);
}
div#crypto_text {
  margin-top: 120px;
}

.crypto_img.position-relative {
  display: flex;
  gap: 25px;
}

.crypto_img .img3 {

  width: 138px;
  height: 214px;
  position: relative;
}

.crypto_img .img2 {

  width: 180px;
  height: 280px;

  position: relative;
  margin-top: 5rem;
}

.crypto_img .img1 {

  width: 216px;
  height: 340px;

  position: relative;
  margin-top: 10rem;
}

.crypto_img .img3::after,
.crypto_img .img2::after,
.crypto_img .img1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;

  background: url(../svg/trade3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.img1 img,
.img3 img,
.img2 img {
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
}
.pl-PL .crypto_text .heading_title::after {
  width: 100px;
	left: 0;
}
.crypto_text .heading_title::before {
  width: 0;
}

.crypto_text .heading_title h2 {
  padding-left: 124px;
  margin-bottom: 24px;
}

.crypto_text ul {
  padding-left: 70px;
}

.crypto_text ul li {
  margin-top: 30px;
  position: relative;
}

.crypto_text ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -30px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #0068D0;
}

section.trade_section {
  width: 100%;
  padding: 120px 0px;
  margin-top: 120px;
  background:url(../image/accounttype_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.trade_section .row {
  row-gap: 50px;
  /* align-items: center; */
}
.point {
  opacity: 0;
}
.point.show {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.trade_item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.trade_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #081F2C;
  text-transform: uppercase
}

.resource {
  background: #081F2C;
  padding: 120px 0px;
}

#resource_title {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 56px;
}

#resource_title h2 {
  color: #FFF;
}

.resource_slider .owl-stage {
  display: flex;
}

.resource_slider .owl-item {
  padding: 50px 24px 0px;
  border-radius: 40px;
  background: #005cb9;
}

.resource_slider .owl-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 98.5%;
  height: 99%;
  background: #081F2C;
  border-radius: 40px;
}

/* .resource_slider .owl-item .resource_img {
  width: 80%;
} */

#resource_box .heading_text {
  min-height: 120px;
}
.pl-PL #resource_box .heading_text{
  min-height: 150px;
}
.pl-PL #resource_box h3 {
	min-height: 100px;
}
#resource_box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #FFF;
  margin-bottom: 16px;
  text-transform: uppercase;
  min-height: 61px;
}
.pl-PL #resource_box p {
	margin-bottom: 30px;
}
#resource_box p {
  color: #FFF;
  margin-bottom: 48px;
}

.resource_slider .owl-dots {
  text-align: center;
  margin-top: 48px;
  display: none;
}

.resource_slider button.owl-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 20px;
  border: 1px dashed #005cb9 !important;
}

.contact_call a:hover {
  color: #005cb9;
  opacity: 1;
}

.resource_slider .owl-nav {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.resource_slider.owl-carousel .owl-dots.disabled, .resource_slider.owl-carousel .owl-nav.disabled{
  display: block;
}
.resource_slider .owl-nav .owl-next,
.resource_slider .owl-nav .owl-prev {
  width: 99.01px;
  height: 85.29px;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.resource_slider .owl-nav .owl-next {
  background: url(../svg/slider-circle-right.svg) no-repeat center center !important;
  position: relative;
  right: -14rem;
}

.resource_slider .owl-nav .owl-prev {
  background: url(../svg/slider-circle-left.svg) no-repeat center center !important;
  position: relative;
  left: -14rem;

}

.resource_slider .owl-nav .owl-prev i,
.resource_slider .owl-nav .owl-next i {
  font-size: 40px;
  color: #FFF;
}

.resource_slider .owl-nav .owl-prev:hover {
  background: url(../svg/hoverleft.svg) !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.resource_slider .owl-nav .owl-next:hover {
  background: url(../svg/hoverright.svg) !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.resource_slider .owl-nav .owl-prev:hover i, .resource_slider .owl-nav .owl-next:hover i {
  color: #0098E4;
}


section.get_profit {
  padding: 120px 0px;
  position: relative;

}

section.get_profit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/profitimag.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

#get_title {
  max-width: 950px;
  margin: auto;
  margin-bottom: 56px;
}

.get_title h2 {
  color: #081F2C;
}

.get_tabs {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 40px 70px 80px;
  background: #3A8BE7;
  overflow: hidden;
  position: relative;
}

.get_tabs::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 99.5%;
  height: 99%;
  background-color: #FFF;
  margin: auto;
  border-radius: 40px;
}

.get_tabs .nav-tabs,
.get_tabs .tab-content {
  position: relative;
  z-index: 1;
  border: 0;
}

.get_tabs .tab-content {
  max-width: 795px;
  margin: auto;
  margin-top: 40px;
}

.app_btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
}

.app_btn a {
  background: #0068D0;
  padding: 14px 24px;
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  line-height: 150%;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  transition: 0.4s background ease-in-out;
  border: 2px solid #0068D0;
}

.app_btn a:hover {
  background: transparent;
  color: #0068D0;
}

.get_tabs ul#myTab {
  justify-content: center;
  gap: 40px;
}

.get_tabs .nav-tabs .nav-link {
  width: 240px;
  height: 188px;
  font-size: 32px;
  font-weight: bold;
  line-height: 130%;
  color: #081F2C;
  border: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 70px 40px;
}

.get_tabs .nav-tabs .nav-link.active {
  background-image: url(../svg/desktop.svg);
}

.get_tabs .tab-content .tab-pan .heading_text {
  max-width: 850px;
  margin: auto;
}


/* investment_optimal */

.investment_optimal {
  background: url(../image/Investment_optimal.webp);
  padding: 120px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.investment_optimal .heading_text {
  padding: 0 188px;
}

#investment_title {
  max-width: 870px;
  margin: auto;
  padding: 0 8rem;
}


/* Real Account */

.Inner_Banner {
  background-image: url(../image/banner-img.webp);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 82px;
}

.Inner_Banner_txt {
  padding: 60px 0 130px;
}

.Inner_Banner_txt ul li a {
  color: #00A7E4;
  font-size: 16px;
  line-height: 130%;
  transition: 0.5s ease-in-out;
}

.Inner_Banner_txt ul li a:hover {
  color: #FFF;
}

.Inner_Banner_txt ul li {
  color: #FFF;
}

h2.heading_inner {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  margin-top: 72px;
}

.risk_free_trade {
  margin-top: 120px;
}


.risk_free_trade h2 {
  padding-left: 7.5rem;
  margin-bottom: 24px;
  font-size: 40px;
  color: #081F2C !important;
  line-height: 120%;
  font-weight: bold;
}

.risk_free_txt ul {
  padding-left: 60px;
  margin-top: 40px;
}

.risk_free_txt ul li {
  position: relative;
  margin-bottom: 24px;

}

.risk_free_txt ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -30px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #E40046;
}

.risk_free_trade .crypto_img::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../image/Real_Account/Img_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(30px);
}

section.trade_section1 {
  width: 100%;
  padding: 120px 0px 120px;
  background: url(../image/Real_Account/simple.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}

/* Account Types */

.account_type_plan ul li .nav-link {
  border: 3px solid #0076E4;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 16px 56px;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}

.account_type_plan ul li .nav-link.active {
  color: #FFFFFF;
  background-color: #0076E4;
}

section.account_type_sec {
  background: #081F2C;
  background-image: url(../image/background-img.webp);
  background-position: 60% 80%;
  background-repeat: no-repeat;
  padding: 80px 0 164px;
}

.choose_plan_box {
  border: 3px solid #3A8BE7;
  border-radius: 40px;
  background: #081F2C;
  padding: 22px;
}
.choose_plan_box .col-md-6 {
  padding-left: 0;
}

.Plan_name {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  padding: 50px 24px;
}

.Plan_name h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.Plan_name a {
  color: #FFF;
  border: 2px solid #0076E4;
  border-radius: 100px;
  padding: 8px 62px;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.Plan_name a:hover {
  background: #0076E4;
}
.plan_detail {
  padding: 16px 20px 16px 0px;
}

.plan_detail .heading_text {
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 9px;
}

.plan_detail ul li .heading_text:last-child {
  text-align: end;
}

.plan_detail .heading_text strong {
  color: rgba(229, 229, 229, 0.4);
  font-weight: 400;
}

.plan_detail .heading_text i.fa-solid.fa-check {
  background: rgba(229, 229, 229, 0.5);
  border-radius: 24px;
  color: #081F2C;
  padding: 5px 6px;
  font-size: 10px;
  height: fit-content;
}

.plan_detail .success i.fa-solid.fa-check {
  background: #00A822;
}
.plan_detail .close i.fa-solid.fa-check{
  background: rgba(229, 229, 229, 0.5);

}

/* Platform For Desktop */

.invest_optimal_sec {
  background: #081F2C;
  background-image: url(../image/the_future_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 520px 0;
}

.heading_inner_title {
  position: relative;
}

.heading_inner_title::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #0068D0;
}

.heading_inner_title h2 {
  font-size: 39px;
  font-weight: bold;
  padding-left: 7.5rem;
  margin-bottom: 24px;
  color: #FFF;
}

.invest_optimal_sec .heading_text {
  font-weight: 300;
  padding-right: 22px;
}

.negative_balance_data .small_heading {
  font-size: 22px;
  font-weight: 600;
  color: #081F2C;
  line-height: 140%;
  padding-left: 16px;
  text-transform: uppercase;
}

.invest_img {
  position: relative;
  margin-top: -37rem;
}

.negative_balance {
  padding: 120px 0 240px 0px;
}
.negative_balance_data h4 {
  margin-left: 20px;
  font-weight: 700;
}


.buy_crypto_sec {
  margin: 120px;
}

.buy_crypto {
  background: url(../image/platform_desktop/img-3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  box-shadow: 0 0 6px 1px;
  padding: 30px 170px;
}

.buy_crypto .heading_text {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.get_btn{
  text-align: center;
}

/* Trading FAQs */

.trading_faq_inner {
  padding: 120px 0;
  background: #081F2C;
}

.trading_faq_title .heading_text {
  margin-top: 10px;
  font-size: 20px;
}

.qna_img img {
  max-width: 418px;
}

.qna {
  padding: 20px;
  position: relative;
  border: 3px solid #3A8BE7;
  border-radius: 20px;
  cursor: pointer;
  background: #FFF;
}



.qna.active {
  padding-bottom: 17px;
}

.question {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pl-PL .qna{
	min-height: 160px;
}
.question h3 {
  font-size: 18px;
  font-weight: bold;
  color: #081F2C;
  line-height: 150%;
}

.qna .answer {
  height: 0px;
  transition: 0.3s linear;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.answer .heading_text {
  color: #757575;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-top: 13px;
}



.qna .question::after {
  content: "";
  background: url(../image/trading_faq/arrow_forward.webp) no-repeat;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 26px;
  right: 0;
  transform: translate(-24px, 44%);
  padding: 0px 0px 25px;

}

.qna.active .question::after {
  content: '';
  background: url(../image/trading_faq/arrow_forward.webp) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-24px, 24%);
}

#document_question {
  padding-right: 65px;
  background: #05060A;
  border-radius: 30px;
}

/* .qna_img {
  background: #EBEBEB;
  padding: 23px 27px 24px 25px;
  border-radius: 15px;
} */
.trading_contct .text-lg-end{
	text-align: right !important;
    align-items: center;
    justify-content: end;
    display: flex;
}
.trading_contct {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 40px 30px;
  border-radius: 20px;
  /* border: 0.2px solid #E40046; */

}

.contct_txt h3 {
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 8px;
  text-transform: capitalize;
}


/*--------------------------------
#Currency Pairs Css
----------------------------------*/

.start_trading {
  background-color: #081F2C;
  position: relative;
  padding: 120px 0px;
}

.start_trading .heading_title {
  margin-bottom: 60px;
}

.start_trading .heading_title::after,
.start_trading .heading_title::before {
  width: 230px;
}
html.pl-PL .start_trading .heading_title::after, html.pl-PL .start_trading .heading_title::before{
  width: 100px;
}

#start_trading_counter #counter {
  align-items: start;
}

#start_trading_counter #counter .the_future {
  margin-top: 6rem;
}

#start_trading_counter #count3 span {
  color: #C800A1;
}

#trade_everywhere {
  margin-top: 0;
}

#trade_everywhere .crypto_text {
  padding-left: 10px;
}

.everywhereimg {
  position: relative;
  padding-left: 24px;
  padding-top: 30px;
}

.everywhereimg::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 95%;
  height: 95%;
  background: url(../svg/accounts.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

.everywhereimg img {
  position: relative;
  z-index: 1;
}

/*-------------------------------------
#Trading hours
-------------------------------------*/
#trading_hours {
  width: 100%;
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  background: #081F2C;
}

#trading_hours::after {
  content: '';
  width: 100%;
  height: 26%;
  position: absolute;
  top: -4%;
  left: 9%;
  right: 0;
  margin: auto;
  background-image: url(../image/trading_hours_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: -1;
}

.across h3 {
  font-size: 32px;
  color: #FFF;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.across p {
  padding-bottom: 56px;
  color: #FFF;
}

.hours_box {
  border-radius: 30px;
  background: transparent;
  max-width: 940px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border: 1px solid #FFF;
}

div#hours {
  margin-bottom: 0px;
}

.hours_headding {
  background: #E40046;
  border-radius: 30px 30px 0px 0px;
  padding: 10px 0px;
  text-align: center;
}

.hours_headding h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.hours_box table {
  width: 100%;
  margin: 0;
}

.symbol {
  background: rgb(255, 255, 255, 0.15);
  position: relative;
}

.hours_box table tbody .symbol:first-child {
  border-top: 0;
}

.hours_box table tbody .symbol td {
  color: #FFF;
  font-family: 'inter', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.hours_box table tbody tr td {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  padding: 10px 30px;
  width: 30%;
}

.hours_box table tbody tr td:last-child {
  width: 70%;
}

table,
th,
td {
  border: 0px solid black;
  border-collapse: collapse;
}

/* --------------------
#document_section
----------------------- */
.document_section {
  padding: 100px 0px;
  background: #F3FCFE;
}

.document_box {
  background: #3A8BE7;
  padding: 50px 24px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}

.document_box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50.2%;
  transform: translate(-50%, -50%);
  background: #081F2C;
  width: 98%;
  height: 98%;
  border-radius: 20px;
}

.document_icon {
  position: relative;
  z-index: 1;
  text-align: center;
}
.document_text {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}

/* .document_text p {
  font-weight: 700;
  font-family: "Almarai", sans-serif;
} */

/*----------------------
#Contact Info
------------------------*/
section.contact_section {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.contact_details {
  max-width: 970px;
  margin: auto;
}

.contact_main {
  padding-right: 5rem;
}

.contact_main h4 {
  color: #081F2C;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact_call a,
.contact_call p {
  opacity: 0.7;
}

.contact_call a:hover {
  color: #005cb9;
  opacity: 1;
}
.contact-box1 {
  padding: 30px 60px 50px;
  background: #005cb9;
  border-radius: 43px;
  overflow: hidden;
  position: relative;
}

.contact-box1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 98.3%;
  height: 99.3%;
  border-radius: 40px;
}

.contact-box1 h2 {
  color: #1C1C1C;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.wpforms-field-label{
  margin-bottom: 4px !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
}
.wpforms-container .wpforms-field{
  padding: 0 !important;
}
.formbold-main-wrapper {
  position: relative !important;
  z-index: 1 !important;
}

input, textarea, .formbold-form-input {
  width: 100% !important;
  padding: 9px 16px !important;
  outline: none !important;
  background: rgb(113, 113, 113, 0.10) !important;
  border: 1px solid #D8D8D8 !important;
  border-radius: 8px !important;
  color: #717171 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
input[type=text]:focus:invalid, textarea:focus:invalid {
  box-shadow: 0 0 0 1px #000000, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

::placeholder {
  color: #717171 !important;
}

.wpforms-field {
  margin-bottom: 16px !important;
}
.wpforms-submit:focus:invalid {
  outline: 0 !important;
  box-shadow: none !important;
}
.wpforms-submit {
  background: #0068D0!important;
  display: block !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 0% !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 24px !important;
  transition: background 0.5s ease-in-out !important;
  outline: unset !important;
  border: 0 !important;
  width: 100% !important;
}

.wpforms-submit:hover {
  color: #FFF !important;
  transition: background 0.5s ease-in-out !important;
  background-color: #0068D0;
  outline: none !important;
}

.contact_call {
  margin-top: 56px;
}

.contact_call:first-child {
  margin-top: 0;
}

.contact_main .contact_call ul {
  display: flex;
  align-items: start;
  padding: 0;
  margin: 0;
}

.contact_main .contact_call ul li {
  list-style: none;
  padding-left: 20px;
}

.contact_main .contact_call ul li:first-child {
  padding-left: 0;
}

/*--------------------------------
#Registration
----------------------------------*/
#register {
  padding-bottom: 150px;
}
.formbold{
  margin-bottom: 20px;
}

select.formbold-form-input {
  position: relative;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url(../image/down-arrow.webp) !important;
  background-position: 96% 22px !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  padding-right: 20px !important;
}

/* select.formbold-form-input option:hover {
  background: #000;
} */

.reg_button {
  text-align: center;
  margin-top: 30px;
  padding: 0 25px;
}

.form_confirm label,
.form_confirm label a {
  font-size: 16px;
  color: #081F2C;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.form_confirm label a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  bottom: -1px;
  left: 0;
  position: absolute;
}

.form_confirm {
  position: relative;
  margin-top: 5px;
}

.form_confirm input {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 20px !important;
  height: 20px;
  z-index: 1;
  opacity: 0;
}
.form_confirm label{
  display: inline-block !important;
}

.form_confirm label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
}

.form_confirm input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #1C1C1C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.formbold_form_input option:checked,
.formbold_form_input option:hover {
  box-shadow: 0 0 10px 100px #F3F3F3 inset;
  width: 100%;
  -webkit-text-fill-color: #000;
}

.formbold_form_input option:nth-child(2) {
  margin-top: 10px;
  border-top: 1px solid #C7C7C7;
}

.formbold_form_input option:first-child {
  box-shadow: 0 0 10px 100px #fff inset;
  color: #000;
  width: 86%;
  -webkit-text-fill-color: #000;
}

.ct_text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.trade_section .contact-box1 {
  padding: 100px 70px;
}

.trade_section .contact-box1::after {
  width: 99.5%;
}

.ct_text h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C;
  margin-bottom: 16px;
}

.ct_text h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #081F2C;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.ct_text a {
  background: #005cb9;
  padding: 16px 71px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #005cb9;
}

.ct_text a:hover {
  transition: background 0.5s ease-in-out;
  background: transparent;
  border: 2px solid #005cb9;
  color: #005cb9;
}

.trade_section .contact-box1 h2 {
  font-size: 32px;
  text-transform: capitalize;
}
.get-start-btn {
  background: #0068D0!important;
  display: block !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 0% !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 24px !important;
  transition: background 0.5s ease-in-out !important;
  outline: unset !important;
  border: 0 !important;
  width: 100% !important;
}
.get-start-btn:hover {
  color: #FFF !important;
  transition: background 0.5s ease-in-out !important;
  background-color: #0068D0;
  outline: none !important;
}


/*--------------------------
# Swap page
-----------------------------*/

.trading_hoursz, .page-template-template-swaps{
  background-color: #081F2C;
  background-position: center;
  background-repeat: no-repeat;
}
.trading_hoursz table{
  border: 1px solid #fff !important;
}
section#tabledata {
  padding: 100px 0px 100px;
}
section#tabledata .container {
  max-width: 1250px;
}
section#tabledata .real-acc {
  padding: 0px !important;
  border-radius: 0px !important;
}
div#swap {
  border-radius: 20px;
}
section#tabledata tbody {
  font-size: 12px;
}
tr.Silver td {
  color: #E40046 !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
section#tabledata td {
  text-align: center;
  border: 1px solid #fff;
}
#tabledata table td {
  padding: 10px;
  color: #fff;
}



/*--------------------------
# Documents Section
-----------------------------*/


section.documedntcontain {
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
}
.d-contain a {
  color: #0068D0;
}
.d-contain strong{
  color: #1C1C1C;
  font-size: clamp(25px, 6.5vw, 25px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
section.documedntcontain p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.contain-btn a {
  background: #0068D0;
  border-radius: 30px;
  padding: 16.5px 66.6px;
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.4s background ease-in-out;
}
.contain-btn a:hover {
  background: #0068D0;
  transition: 0.4s background ease-in-out;
}
.d-contain li{
  list-style: unset;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  margin: 0 20px 15px;
}
.d-contain ul {
  margin: 0 30px;
}


/*--------------------------
# customer form Section
-----------------------------*/

table.table-customer-form tr td {
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px;
}
table.table-customer-form {
  margin: 0 auto;
}
section.signform {
  padding: 100px 0;
}
.c-form a{
  background: #E40046;
  border-radius: 30px;
  padding: 16.5px 66.6px;
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.4s background ease-in-out;
}
.c-form{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.c-form a:hover {
  background: linear-gradient(135deg, #E73A43 0%, #C7009F 34.5%, #C43A39 62.5%, #DD0059 100%);
  transition: 0.4s background ease-in-out;
}


/*--------------------------
# Promocode page
-----------------------------*/

.promocode_title{
  font-size: 45px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
#promo input {
  width: 100%;
  border: none;
  border-radius: 24px;
  height: 48px;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.promo_btn{
  background: #E40046 !important;
  display: block !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 0% !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 24px !important;
  transition: background 0.5s ease-in-out !important;
  outline: unset !important;
  border: 0 !important;
  width: 100% !important;
}
label{
  display: flex !important;
}
.promo_btn:hover {
  color: #FFF !important;
  transition: background 0.5s ease-in-out !important;
  background: linear-gradient(135deg, #E73A43 0%, #C7009F 34.5%, #C43A39 62.5%, #DD0059 100%) !important;
  outline: none !important;
}

/*--------------------------
# FOOTER Section
-----------------------------*/
footer#footer {
  background: #081F2C;
  padding-top: 84px;
}

#footer1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* gap: 107px; */
  justify-content: space-between;
}
.pl-PL #footer1{
	gap: 83px;
}
.footer-logo {
  width: 10%;
}
.footerlogo {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.footermail {
  margin-bottom: 15px;
}

.footer-info img {
  margin-bottom: 16px;
}

.footer-info .footermail a {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-info p {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-info {
  width: 25%;
}

.footer-info {
  padding-right: 20px;
}

.footer-links h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-links ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  transition: 0.4s ease-in-out;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.footer-links ul li:last-child a {
  margin-bottom: 0;
}

.footer-links ul li a:hover {
  color: #005cb9;
}

.footer-warning h6 {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

.footer-warning h3 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 130%;
  font-weight: bold;
  text-transform: capitalize;
}

.footer_warning_right {
  display: flex;
  /* gap: 70px; */
  justify-content: end;
}

.footer_warning_right ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'inter', sans-serif;
  font-weight: 400;
  line-height: 113%;
  margin-bottom: 16px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}

.footer_warning_right ul li a:hover {
  color: #005cb9;
}

.footer_warning_right p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'inter', sans-serif;
  font-weight: 400;
  line-height: 150%;
  padding-right: 50px;
}

div#footerlogo {
  margin-top: 50px;
  margin-bottom: 60px;
}
.priv .menu{
  display: flex;
  align-items: center;
  gap: 70px;
}

.logotext a {
  font-size: 20px;
  color: #EBF7FD;
  font-family: 'inter', sans-serif;
  font-weight: 400;
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
.logotext a:hover {
  color: #005cb9;
}

div#footer4 {
  margin-top: 78px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 42px;
}

.copyright_text h3 {
  font-size: 40px;
  color: #FFF;
  line-height: 120%;
  font-weight: bold;
}

.copyright_text p {
  font-size: 20px;
  font-family: "inter", sans-serif;
  color: #FFF;
  line-height: 150%;
  font-weight: 400;
}

#footer_social_icons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.copyright_text ul li {
  display: inline-block;
  padding-left: 15px;
}

.copyright_text ul li a {
  display: inline-block;
  font-size: 24px;
  color: #FFF;
  transition: 0.4s ease-in-out;
}

.copyright_text ul li a:hover {
  color: #005cb9;
}

.copyright_text select {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  line-height: 150%;
  border: 0;
  outline: unset;
  background-color: transparent;
  text-transform: uppercase;
}

.copyright_text select option {
  color: #000;
}

.footermobile {
  display: none;
}

.ft_information {
  margin-top: 40px;
}

.ft_information h5 {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  font-family: "inter", sans-serif;
  line-height: 150%;
  margin-bottom: 10px;
}

.ft_information p {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 130%;
}
.resource_square{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
h2.resources_heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #FFF;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
}
p.resource_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-top: 45px;
  text-align: center;
}
.resource_square .item {
  padding: 50px 24px;
  border-radius: 40px;
  background: #3A8BE7;
  position: relative;
  z-index: 0;
}
.resource_square .item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 98.5%;
  height: 99%;
  background: #081F2C;
  border-radius: 40px;
}
.trademain {
  margin-top: 55px;
}
section.tradecompany_section {
  width: 100%;
  padding: 120px 0px;
  margin-top: 0px;
  background: linear-gradient(96.15deg, rgba(255, 255, 255, 0) 24.47%, #FFFFFF 60.44%),
  linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.74) 47.64%, #FFFFFF 100%),
  url(../image/trade-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
.tradecompany_section .trade_title {
  min-height: 60px;
}
.resource_company {
  background: #081F2C;
  padding: 120px 0px;
}
h2.contact_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C;
}
p.contact_text {
  color: #081F2C;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 50px;
}
section.accounttype_sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/get-tab-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}
section.accounttype_sec {
  padding: 120px 0px;
  position: relative;
}
.accounttype_sec h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C !important;
  text-align: center !important;
}
p.account_text.mt-5.px-sm-0.px-5 {
  color: #081F2C;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
p.Plan_text {
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 25px;
  text-align: center;
}
section.trading_faq{
  padding: 110px 0px;
}
ul#pills-tab {
  margin-top: 50px;
}
section.document_trader {
  padding: 120px;
  background-color: #081f2c;
}
.document_trader h2 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: start;
}
.document_trader .heading_title {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C;
  text-align: center;
  margin-bottom: 50px;
}
.negative_balance .heading_title {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #081F2C;
  text-align: center;
  margin-bottom: 50px;
}
#nevigate_title {
  max-width: 500px;
  margin: auto;
  margin-bottom: 56px;
  margin-top: 240px;
}
#document_title {
  max-width: 900px;
  margin: auto;
  margin-bottom: 56px;
}

#tradeboxes #document_title {
  max-width: 900px;
}
.forexsection.trading_faq {
  padding: 0px 0px;
  padding: 120px;
}
.forexsection .heading_title {
  margin-bottom: 40px !important;
  text-align: center;
  margin: auto;
  max-width: 1027px;
}
#document_title {
  max-width: 840px;
  margin: auto;
  margin-bottom: 56px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}
div#language {
  display: none;
}
p.heading_subtext {
  color: var(--bg, #081F2C);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
p.heading_paregraph {
  color: var(--bg, #081F2C);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.investment_optimal .heading_title::after {
  top: 25px;
  bottom: 45px;
}
div#accounts_title {
  /* max-width: 800px; */
  margin: auto;
  padding: 0 8rem;
}
.account_box.text-center {
  border-radius: var(--Button-Height, 40px);
  border: 2px solid #3A8BE7;
  background: var(--bg, #081F2C);
  padding: 59px 48px 66px 48px;
}
h3#account_title {
  max-width: 840px;
  margin: auto;
  margin-bottom: 56px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #000;
  text-align: center;
}
h3#security_title {
  max-width: 720px;
  margin: auto;
  margin-bottom: 56px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  color: #FFF;
  text-align: center;
}
.account_box .heading_text.text-white {
  min-height: 110px;
}
.account_box .heading_text {
  color: #081F2C;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: start;
}

.security_box {
  max-width: 1020px;
  margin: auto;
}
section.varification {
  padding: 120px 0px;
}
.varification {
  background-image: url(../image/varification-bg.webp);
  background-repeat: no-repeat !important;
  background-size: contain;
}
.footer-logo img{
  width: 165px;
}
.negative_balance_data .heading_text {
  padding: 0px 17px 0px 0px;
}
.document_text .heading_text {
  text-align: center;
  font-size: 18px;
}
.document_platform.text-center {
  border-radius: 40px;
  border: 2px solid #3A8BE7;
  background: var(--bg, #081F2C);
  padding: 45px 48px 48px 48px;
  height: 100%;
}
.document_platform h2 {
  min-height: 55px;
}
h3#desktop_title {
  color: #fff;
}
h3#desktop_title {
  max-width: 850px;
  text-align: center;
  margin: auto;
  padding-bottom: 55px;
}
.platform_trader .heading_title::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 45px;
}
.forex-box.text-center {
  border-radius: 40px;
  border: 2px solid #3A8BE7;
  background: var(--bg, #081F2C);
  padding: 45px 17px 45px 48px;
  height: 100%;
}
.companybox .heading_title h2 {
  text-align: center;
}
#forex_title {
  max-width: 1066px;
}
.trade_box{
  padding: 0px 20px 0px 0px;
}
#investment_optimal_title {
  max-width: 916px;
  text-align: center;
  margin: auto;
}
section.trade_crypto{
  width: 100%;
  padding: 120px 0px;
  margin-top: 120px;
  background: url(../image/cryptobg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.forexsection_title{
  max-width: 1060px;
    margin: auto;
    padding: 0 8rem;
}
.tradecompany_section .heading_title h2 {
  /* max-width: 675px; */
  text-align: center;
  margin: auto;
}
div#tradercompany_title {
  max-width: 675px;
  margin: auto;
}
.page-id-377 #tradeboxes #document_title {
  max-width: 900px;
}
.page-id-2787 #tradeboxes #document_title {
  max-width: 800px;
}
.page-id-375 #tradeboxes #document_title {
  max-width: 1030px;
}
.Inner_Banner_txt ul{
  justify-content: center;
}
.page-id-2787 .forexsection .heading_title {
  max-width: 860px;
}
.page-id-379 #forex_title {
  max-width: 741px;
  margin: auto;
}
.page-id-379 .forexsection .heading_title {
  max-width: 905px;
}
.page-id-2795 #tradeboxes #document_title {
  max-width: 1035px;
}
.page-id-2795 #forex_title {
  max-width: 1110px;
}
.page-id-2795 .forexsection .heading_title {
  max-width: 1145px;
}
.page-id-2795 #investment_optimal_title {
  max-width: 1070px;
}
.Banner .get_btn {
  text-align: start;
}
.Banner .heading_title::after {
  top: 35px;
  left: 46px;
}
.Banner .heading_title::before {
  right: 45px;
  bottom: 22px;
}
.page-id-252 #investment_title {
  max-width: 1200px;
}
.copyright_text{
  color: #fff;
}
#optimal_title{
  max-width: 1200px;
  margin: auto;
  padding: 0 8rem;
}
strong.trading_text {
  color: var(--bg, #081F2C);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
p.trading_subtext {
  color: var(--bg, #081F2C);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 24px;
}
.document_text p {
  color: #fff;
  font-size: 18px;
}
.document_boxs.text-center {
  border: 3px solid #005cb9;
  border-radius: 20px;
  background-color: #081f2c;
  padding: 25px;
  height: 100%;
}
.document_icon {
  margin-bottom: 20px;
}
.tradesection .document_text .heading_text {
  text-align: start;
  font-size: 18px;
}
p.contact_phone:hover {
  color: #005cb9;
}
.Legal_details {
  margin-top: 70px;
}
.document_trader .document_text .heading_text {
  text-align: start;
  font-size: 18px;
}
.trading_crypto .heading_title h2 {
  padding-left: 0px;
}
.trading_crypto .heading_title::after {
  top: 40px;
  right: 0;
  left: unset;
}
.optimal_text .heading_title::before {
  bottom: 15px;
}
p.terms_service {
  padding-bottom: 20px;
}