@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

body {
  overflow-x: hidden;
  font-family: Montserrat;
}
html {
  overflow-x: hidden;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 0%);
    background: white !important;
}

/* Start Header */
.navbar-expand-lg .navbar-collapse
{
  color: black !important;
}
.header {
  /* padding: 10px 16px; */
  background: #000;
  color: #f1f1f1;
  z-index: 99;
}
.main-header {
  background-color: #ffffff;
  padding: 0;
}
.main-header .navbar {
  box-shadow: 0px 3px 10px #00000029;
}
.main-header a img {
  width: 190px;
  height: auto;
}
/* .main-header .navbar a
{
  color: #ffffff !important;
  font-size: 14px;
} */
.main-header .navbar a.active {
  border-bottom: 5px solid #f0996b;
  background-color: transparent;
  color: #f0996b !important;
}
.main-header .navbar {
  padding: 0;
}
.main-header .navbar-brand {
  padding: 10px 0;
}
.head-extra-btn {
  list-style: none;
  margin-bottom: 0;
}
.head-extra-btn .new-menu {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #0000004d;
  padding: 10px 4px 10px;
  border-radius: 25px;
}
.head-extra-btn .new-menu .inner-span {
  background-color: #ffffff;

  padding: 6px 30px;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  color: #fff !important;
  font-weight: 500;
}
.head-extra-btn .new-menu .inner-span a {
  color: #000 !important;
}
.head-extra-btn .new-menu:hover a {
  text-decoration: none;
  background-color: #ffffff;
  color: #000 !important;
}
.text-black {
  color: black !important;
}
.text-white {
  color: #fff !important;
}
.text-yellow {
  color: #f0996b;
}
/*.head-extra-btn .new-menu svg
{
	position: absolute;
    right: 55px;
    top: 28px;
}*/
.head-extra-btn .new-menu:hover a svg path {
  fill: #000000;
}
.head-extra-btn .new-menu:hover {
  background-color: #ffffff;
}
.head-extra-btn .new-menu a svg {
  margin-left: 10px;
}

.top_head_bg {
  background-color: #2d2d2d;
}
.top_head_bg p {
  margin-bottom: 0;
  padding: 3px 0;
  text-align: center;
}
.top_head_txt span {
  font-size: 16px;
  font-family: Roboto;
  margin-right: 6px;
}
.top_head_txt span.txt_red {
  color: #ff3000;
}
.top_head_txt span.txt_green {
  color: #00c6af;
}
.top_head_txt span.txt_wht_bg {
  color: #59aca0;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
}
.nav_bg {
  background-color: #3e3e3e;
  box-shadow: 0px 3px 10px #00000029;
  padding: 0;
}
.img_logo {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.img_logo a img {
  width: 230px;
  height: 38.16px;
}
.nav-link {
  font-family: Montserrat;
  color: #ffffff !important;
  font-size: 15px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin: 0 8px;
  text-transform: uppercase;
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.d_v_hide {
  display: none;
}

.nav-link {
  color: #181817 !important;
  font-weight: 600;
}
.navbar-nav.d_inline {
  display: inline-flex;
  text-align: center;
  margin-left: 75px;
}
.sing_btn span {
  background-color: #000000;
  padding: 6px 30px;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  color: #000000;
  font-weight: 600;
}
.sing_btn {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #0000004d;
  padding: 9px 4px 7px;
  border-radius: 25px;
  margin-left: 35px;
  border: 0;
}
.sing_btn img {
  margin-left: 10px;
}
.sing_btn:focus {
  outline: none;
}
.al_center {
  align-items: center;
  display: inline-flex;
}
.sub_menu {
  display: none;
  padding-left: 0;
  list-style: none;
  position: absolute;
  background: #3e3e3e;
  /* padding: 10px; */
  top: 70%;
}
a.nav-link.dropdown-item {
  margin-left: 0;
}
.dropdown-menu {
  background: #fff;
  padding: 0;
  border: 0;
  box-shadow: 0px 3px 10px #00000029;
}
.dropdown:hover .sub_menu {
  display: block;
}
/* End Header */

/* Main Div */
.main {
  /* padding: 16px; */
  background-color: #3e3e3e;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.sticky + .main {
  padding-top: 102px;
}
/* End Main Div */

/* Home Page Start */

.trad_plat {
  /* background: transparent linear-gradient(270deg, rgb(255 217 18 / 80%) 0%, rgb(255 134 21 / 80%) 100%); */
  /*background-image: url(../images/second-bg.webp);*/
  background-color: #0274FE;
  background-size: cover;
  /*padding-bottom: 50px;*/
}
.trade_txt {
  padding: 25px 0;
}
.trade_txt h4 {
  font-family: Montserrat;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.trade_txt p {
  font-family: Montserrat;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.cap_market {
  /* background: transparent linear-gradient(90deg, #FFD912 0%, #FF8615 100%); */
  background-color: #3e3e3e;
}

.trading-assets {
  max-width: 1200px;
  /*height: 600px;*/
  margin-left: auto;
  margin-right: auto;
}
.trading-assets .cross-table__header-item {
  padding: 15px !important;
}
/* .trades {
    padding-right: 100px;
    padding-left: 100px;
}
.hero-widget {
    padding-left: 50px;
    padding-right: 50px;
} */

#finacial-52 {
  background-image: url(../images/bg-home-final.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 120px 0;
  background-color: #0274FE;
}
.p_t_b_120 {
  padding: 120px 0;
}
.mobile-img img {
  width: 120%;
}
#finacial-52 .instrument {
  margin-top: 100px;
}
#finacial-52 .instrument .trade-inst .trade-bst {
  text-align: right;
}
#finacial-52 .instrument .trade-inst .trade-bst h5 {
  color: #ffffff;
  font-size: 31px;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 0;
}
#finacial-52 .instrument .trade-inst .title_trad_inst h1 {
  font-family: Rubik;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 15px 15px #00000029;
  text-align: right;
}
#finacial-52 .instrument .trade-inst .positv-range p {
  font-size: 18px;
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  padding: 10px;
}
#finacial-52 .instrument .trade-inst .btn-home-tp-101 {
  display: flex;
  margin-top: 50px;
}
#finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-trade-btn-now a, .trade-btn-now a {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%) 0% 0%
    no-repeat padding-box;
  text-decoration: none;
  padding: 13px 4px 15px;
  text-align: center;
  border-radius: 50px;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-trade-btn-now
  a:hover,
  .trade-btn-now
  a:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-trade-btn-now
  a:hover
  span,
  .trade-btn-now
  a:hover
  span {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-trade-btn-now
  a
  span,
  .trade-btn-now
  a
  span {
  border: 1px solid #ffffff;
  padding: 10px 45px;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}
#finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-view-btn-demo {
  margin-left: 25px;
}
#finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-view-btn-demo a {
  background: #ffffff 0% 0% no-repeat padding-box;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  padding: 13px 4px 13px;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-view-btn-demo
  a:hover {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%) 0% 0%
    no-repeat padding-box;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-view-btn-demo
  a:hover
  span {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%) 0% 0%
    no-repeat padding-box;
  color: #ffffff;
}
#finacial-52
  .instrument
  .trade-inst
  .btn-home-tp-101
  .home-view-btn-demo
  a
  span {
  border: 1px solid #e2e2e2;
  padding: 10px 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}

#security_tree {
  background: #fff;
  background-size: cover;
  background-position: right;
  padding: 100px 0 50px;
}
#security_tree .tree-lap-img {
  margin-top: 50px;
}
#security_tree .tree-lap-img img {
  width: 100%;
}
#security_tree .secure_system_item {
  display: flex;
}

#security_tree .security_tech_edit {
  margin-top: 50px;
}
#security_tree .security_tech_edit .secure-offer p {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

#security_tree .security_tech_edit .Demo-mark-txt h4 {
  font-size: 40px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
}
#security_tree .security_tech_edit .secure-high p {
  font-size: 15px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  width: 70%;
}
#security_tree .secure_system_item .back-secure1 {
  text-align: center;
}
#security_tree .secure_system_item .back-secure1 p {
  font-size: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#security_tree .secure_system_item .back-secure2 {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 100px;
}
#security_tree .secure_system_item .back-secure2 p {
  font-size: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#security_tree .secure_system_item .back-secure3 {
  text-align: center;
  margin-top: 200px;
}
#security_tree .secure_system_item .back-secure3 p {
  font-size: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#offer_bst {
  background-color: #3E3E3E;
  padding-top: 50px;
  padding-bottom: 100px;
}
#offer_bst .offer-head {
  width: 100%;
  margin: 25px 0 50px;
}
#offer_bst .offer-head .offr-small-line p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  margin-bottom: 5px;
}
#offer_bst .offer-head .offr-small-line h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 42px;
}
#offer_bst .triangle a {
  text-decoration: none;
  text-align: center;
}
#offer_bst .triangle a p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
#offer_bst .triangle a p.segr {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
section#our-round {
  background: #0274FE;
  padding-top: 50px;
  background-image: url(https://www.binotrade.live/assets/images/Homepage/Mask.php\ Group\ 18.svg);
  background-size: cover;
  padding-bottom: 50px;
}
.round-clr-02 {
  margin-top: 50px;
}
a.buy_btn {
  position: absolute;
  left: 15%;
  bottom: 15%;
  background: transparent linear-gradient(180deg, #274aaa 0%, #3e3e3e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}
a.buy_btn:hover {
  background: transparent linear-gradient(180deg, #f0996b 0%, #fe9e2e 100%) 0%
    0% no-repeat padding-box;
}
a.buy_btn:focus {
  outline: none;
}
a.buy_btn1 {
  position: absolute;
  left: 42%;
  bottom: 17%;
  background: transparent linear-gradient(180deg, #f0996b 0%, #fe9e2e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}
a.buy_btn1:hover {
  background: transparent linear-gradient(180deg, #274aaa 0%, #3e3e3e 100%) 0%
    0% no-repeat padding-box;
}
a.buy_btn1:focus {
  outline: none;
}
a.buy_btn2:hover {
  background: transparent linear-gradient(180deg, #f0996b 0%, #fe9e2e 100%) 0%
    0% no-repeat padding-box;
}
a.buy_btn2 {
  position: absolute;
  right: 0%;
  bottom: 14%;
  background: transparent linear-gradient(180deg, #274aaa 0%, #3e3e3e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}
a.buy_btn2:focus {
  outline: none;
}
a.next {
  right: 15%;
}
a.prev {
  left: 15%;
}

/* #our-round{
    background: transparent radial-gradient(closest-side at 50% 50%, #0F224C 0%, #0A0E26 100%) 0% 0% no-repeat padding-box;  
}
#our-round .round-clr-01{
    background: transparent radial-gradient(closest-side at 50% 50%, #0F224C 0%, #0A0E26 100%) 0% 0% no-repeat padding-box;
} */
/* #our-round .round-clr-02{
    background: #3e3e3e 0% 0% no-repeat padding-box;
} */
#our-round .circle-image-shape {
  display: flex;
}
#our-round .circle-image-shape .classis-cent {
  margin-left: -25px;
  margin-right: -25px;
  transform: scale(1.2);
}
#our-round .cent-round-img img {
  width: 95%;
}
#our-round .get-about-63 {
  margin-top: 50px;
  width: 82%;
}
#our-round .cent-round-img svg {
  width: 260px;
  height: 570px;
}
#our-round #Group_95145 tspan {
  font-size: 12px;
}
#our-round .get-about-63 .about-5102 h6 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}
#our-round .get-about-63 .our-price h2 {
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0px 11px 6px #0000005a;
}

.supr-comp {
  margin: 40px 0 50px;
}
#our-round .get-about-63 .supr-comp p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
#our-round .get-about-63 .look-brok p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  width: 88%;
}
#testimonial-pote {
  background-color: #0274FE;
  padding-top: 50px;
}

/* testimonials */
/* Slideshow container */
.slideshow-container {
  position: relative;
}
.slideshow-container h5.text-center {
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.slideshow-container .test-slide-name {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
}
.slideshow-container .test-slide-name img {
  width: 50px;
  height: 50px;
}
.slideshow-container .test-slide-name p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 15px;
}
.slideshow-container .test-slide-name p span {
  font-size: 14px;
}

/* Slides */
.mySlides {
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: normal;
}

/* Add a blue color to the author */
.author {
  color: cornflowerblue;
}

/* testimonial quote */
#testimonial-pote .slideshow-container .mySlides span.quote_big_icon {
  position: absolute;
  /* margin-left: 250px;
      margin-top: -22px; */
  left: 48%;
  top: 15%;
}
#testimonial-pote .slideshow-container .mySlides span.quote_big_icon i {
  font-size: 112px;
  color: #00000021;
  font-family: FontAwesome;
  font-style: normal;
}

/* Home Page End */

/* contact us page */

.cont_bg {
  background-color: #f0996b;
}

#contact_us_head .contact_title {
  text-align: center;
  margin-top: 74px;
}
#contact_us_head .contact_title h1 {
  font-size: 54px;
  color: #000;
  font-family: Rubik;
  font-weight: bold;
}
#contact_us_head .contact_title .multilingual {
  margin-top: 20px;
}
#contact_us_head .contact_title .multilingual p {
  font-size: 16px;
  font-family: Montserrat;
}
#contact_us_head .contact_title .trad {
  margin-top: 56px;
  margin-bottom: 86px;
}
#contact_us_head .contact_title .trad a {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  border-radius: 50px;
  padding: 13px 4px 15px;
  box-shadow: 0px 3px 6px #0000004d;
}
#contact_us_head .contact_title .trad a:hover {
  text-decoration: none;
}
#contact_us_head .contact_title .trad a span {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  font-family: Montserrat;
  font-size: 17px;
  color: #fff;
  padding: 10px 33px;
  border: 1px solid #fff;
  border-radius: 50px;
}
#form-contact-in .caption_form_96 {
  background-color: #fff !important;
  padding: 6px;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 6px;
}
#form-contact-in .caption_form_96 form {
  border: 2px solid #e3e3e3;
  padding: 25px 30px 25px 30px;
  border-radius: 5px;
}
#form-contact-in .caption_form_96 form .form_in_head_911 {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .form_in_head_911 h6 {
  font-weight: 700;
  font-family: Montserrat;
}
#form-contact-in .caption_form_96 form .form-group {
  display: flex;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 {
  width: 50%;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 article {
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 p {
  margin-bottom: 5px;
  font-family: Montserrat;
  font-size: 14px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 input {
  width: 95%;
  padding-left: 10px;
  border: 1px solid #e3e3e3;
  padding: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 5px;
}
#form-contact-in .caption_form_96 form .btn-message {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 15px;
}
#form-contact-in .caption_form_96 form .btn-message a:hover {
  text-decoration: none;
}
#form-contact-in .caption_form_96 form .btn-message a {
  color: #000;
  border-radius: 50px;
  padding: 13px 4px 13px;
  box-shadow: 0px 3px 6px #0000004d;
}
#form-contact-in .caption_form_96 form .btn-message a span {
  color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
}
#form-contact-in .caption_form_96 form .btn-message a:hover {
  text-decoration: none;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
#form-contact-in .caption_form_96 form .btn-message a:hover span {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  color: #fff;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span.num {
  display: flex;
  margin-right: 25px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: 45px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span a {
  /* background-color: #E3E3E3; */
  background-color: #f5f5f5;
  padding: 9px 15px;
  color: #848484;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px 0px 0px 2px;
  text-decoration: none;
}
input#num {
  color: #000;
  font-weight: 500;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span a img {
  margin-right: 5px;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 span input {
  width: 79%;
  padding-left: 10px;
  border: 0px;
  padding: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 0 2px 2px 0;
  border-radius: 3px !important;
}
#form-contact-in .caption_form_96 form .form-group .full-name-65 textarea {
  width: 95%;
  height: 143px;
  border: 1px solid #e3e3e3;
  padding-left: 15px;
  padding-top: 10px;
  font-family: Roboto;
  font-size: 13px;
  border-radius: 5px;
}
#five_group {
  margin-top: 143px;
}
#five_group .client {
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
  text-align: center;
  padding: 15px;
  margin: 5px;
}
#five_group .client_l_p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#five_group .client .support_client_56 {
  margin-top: 32px;
  margin-bottom: 29px;
}
#five_group .client .client_txt {
  margin-top: 29px;
  margin-bottom: 43px;
}
#five_group .client .client_txt h6 {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
}
#five_group .client .client_para_63 {
  margin-bottom: 64px;
}
#five_group .child_3 .client_para_63 {
  margin-bottom: 45px;
}
#five_group .child_4 .client_para_63 {
  margin-bottom: 45px;
}
#five_group .client .client_para_63 p {
  font-size: 12px;
  font-family: Montserrat;
  color: #000;
}
#open-btn-tag {
  padding-top: 100px;
  padding-bottom: 166px;
}
#open-btn-tag .live-acc-btn {
  text-align: right;
}
#open-btn-tag .live-acc-btn a {
  border-radius: 50px;
  padding: 13px 4px 15px;
  box-shadow: 0px 3px 6px #0000004d;
  background-color: #fff;
}
#open-btn-tag .live-acc-btn a span {
  font-size: 17px;
  font-family: montserrat, Medium;
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  padding: 10px 18px;
  background-color: #fff;
}
#open-btn-tag .demo-acc-btn a:hover,
#open-btn-tag .live-acc-btn a:hover {
  text-decoration: none;
}
#open-btn-tag .demo-acc-btn a {
  border-radius: 50px;
  padding: 13px 4px 15px;
  box-shadow: 0px 3px 6px #0000004d;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
#open-btn-tag .demo-acc-btn a span {
  font-size: 17px;
  font-family: montserrat, Medium;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 18px;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
#trade_us {
  margin-bottom: 200px;
}
#trade_us .trade_titl_22 .para_trades {
  text-align: left;
  margin-bottom: 20px;
}
#trade_us .trade_titl_22 .para_trades p {
  font-size: 24px;
  font-family: Montserrat, Medium;
  color: #fff;
}
#trade_us .trade_titl_22 .para_trades h4 {
  font-size: 59px;
  color: #fff;
}
#trade_us .trade_titl_22 .para-txt-get {
  margin-bottom: 89px;
}
#trade_us .trade_titl_22 .para-txt-get p {
  color: #fff;
  font-size: 20px;
  font-family: Montserrat, Regular;
}
#trade_us .trade_titl_22 .tel input {
  padding: 18px 88px;
  font-size: 18px;
  font-family: Montserrat, Regular;
}
#trade_us .trade_titl_22 .tel a {
  background-color: #000;
  padding: 22px 30px;
  margin-left: 5px;
}

/* Contact End */

/* Promotions start */

#promotion_lead .trading_bg_banner_1 {
  margin-left: -21px !important;
  background-image: url(../images/Tradingpage/Trading-Banner-Bg.svg);
  background-position: 100% 0%;
}
#promotion_lead .bg_pomm_banr {
  position: absolute;
}
#promotion_lead .bg_pomm_banr img {
  width: 200vh;
}
#promotion_lead .promotion_img_office_boy {
  margin-left: -85px;
  margin-top: 90px;
  margin-bottom: 200px;
}
#promotion_lead .promotion_img_office_boy img {
  width: 93%;
}
#promotion_lead .pro-hero {
  position: absolute;
  margin-left: 80px;
  margin-top: 138px;
}
#promotion_lead .pro-hero .win_head h1 {
  font-size: 59px;
  font-family: "Rubik";
  text-align: left;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
#promotion_lead .pro-hero .mts-by-para p {
  font-size: 29px;
  font-family: "Montserrat";
  text-align: left;
  color: #000;
  font-weight: bold;
}
#promotion_lead .pro-hero .riski_prom_para {
  margin-top: 52px;
  width: 64%;
}
#promotion_lead .pro-hero .riski_prom_para p {
  font-size: 16px;
  text-align: left;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
}
#promotion_lead .pro-hero .two-btn-win {
  display: flex;
  margin-top: 120px;
}
#promotion_lead .pro-hero .win-btn-get {
  margin-right: 20px;
}
#promotion_lead .pro-hero .win-btn-get a {
  /* font-size: 17px;
 color: #fff;
 text-align: center;
 border: 1px solid #fff; */
  border-radius: 50px;
  padding: 13px 4px 15px;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  box-shadow: 0px 3px 6px #0000004d;
}
#promotion_lead .pro-hero .win-btn-get a span {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 45px;
  font-family: "Montserrat";
  font-weight: 500;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
/* #promotion_lead .pro-hero .win-btn-now{
 
 } */
#promotion_lead .pro-hero .win-btn-now a {
  border-radius: 50px;
  padding: 13px 4px 15px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000004d;
}
#promotion_lead .pro-hero .win-btn-now a span {
  font-size: 15px;
  color: #000;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  padding: 10px 45px;
  background-color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
}

/* plate_probo */
#plate_probo {
  margin-top: 70px;
}
#plate_probo .week_bx_0m {
  text-align: center;
}
#plate_probo .week_bx_0m .dura_lily {
  margin-top: 20px;
}
#plate_probo .week_bx_0m .dura_lily p {
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  text-align: center;
}
#plate_probo .week_bx_0m .calendr-week h6 {
  font-size: 20px;
  font-family: Montserrat;
  text-align: center;
  color: #fff;
}
#plate_probo .widrol {
  text-align: center;
}
#plate_probo .widrol .wid_rs_para {
  margin-top: 20px;
}
#plate_probo .widrol .wid_rs_para p {
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 5px;
}
#plate_probo .widrol .withdrawal_num {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
#plate_probo .widrol .withdrawal_num p {
  margin-bottom: 5px;
  font-family: Roboto;
}
#plate_probo .widrol .withdrawal_num p span {
  font-size: 15px;
  position: absolute;
  font-family: Roboto;
}
#plate_probo .widrol .withdrawal_num .twos_withd {
  margin-left: 10px;
  margin-right: 10px;
}
#plate_probo .widrol .withdrawal_num .twos_withd h6 {
  font-size: 22px;
  font-family: Roboto;
  margin-right: 5px;
}
#plate_probo .widrol .withdrawal_num .ones_withd h6 {
  font-size: 22px;
  font-family: Roboto;
  margin-right: 5px;
}
#plate_probo .widrol .withdrawal_num .threes_withd h6 {
  font-size: 22px;
  font-family: Roboto;
  margin-right: 5px;
}

#plate_probo .plateforms_85 {
  text-align: center;
}
#plate_probo .plateforms_85 .plla_para p {
  font-size: 14px;
  color: #fff;
  margin-top: 22px;
  font-family: Montserrat;
  text-align: center;
}
#plate_probo .plateforms_85 .mt5 h6 {
  font-size: 22px;
  color: #fff;
  font-family: Montserrat;
  text-align: center;
}
/* hero-1 section */

#hero-1 .pding_l_01 {
  display: none;
}

#hero-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}
#hero-1 .hero_register {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
#hero-1 .big_one .big_head_1 {
  position: absolute;
}
#hero-1 .big_one .market-txt_1 {
  padding-top: 157px;
  text-align: right;
  margin-right: 20px;
}
#hero-1 .big_one .market-txt_1 p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#hero-1 .hero_register h3 {
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 600;
}
#hero-1 .big_one .big_head_2 {
  position: absolute;
}
#hero-1 .big_one .market-txt_2 {
  padding-top: 300px;
  text-align: right;
  margin-left: 0px;
  margin-right: 55px;
}
#hero-1 .big_one .market-txt_2 p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#hero-1 .big_one .big_head_3 {
  position: absolute;
  margin-left: 30px;
  margin-right: 20px;
}
#hero-1 .big_one .market-txt_3 {
  padding-top: 157px;
  text-align: right;
  margin-left: 20px;
}
#hero-1 .big_one .market-txt_3 p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#hero-1 .big_one .big_head_4 {
  position: absolute;
  margin-left: 64px;
}
#hero-1 .big_one .market-txt_4 {
  padding-top: 300px;
  text-align: right;
  margin-left: 45px;
  margin-right: -10px;
}
#hero-1 .big_one .market-txt_4 p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#hero-1 .big_one .big_head_5 {
  position: absolute;
  margin-left: 110px;
}
#hero-1 .big_one .market-txt_5 {
  padding-top: 157px;
  text-align: right;
  margin-left: 97px;
  margin-right: -72px;
}
#hero-1 .big_one .market-txt_5 p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
/* faq-page section */

#faq-page {
  margin-top: 170px;
  margin-bottom: 100px;
}
#faq-page .faq-small-txt .visit_faq_bl {
  width: 100%;
  text-align: center;
}
#faq-page .faq-small-txt .visit_faq_bl p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
#faq-page .faq-small-txt .visit_faq_bl p span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
#faq-page .faq-small-txt .jointing_mid_btn {
  text-align: center;
  margin-top: 30px;
}
#faq-page .faq-small-txt .jointing_mid_btn a {
  color: #000;
  padding: 15px 4px;
  border-radius: 50px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 6px #0000004d;
}
#faq-page .faq-small-txt .jointing_mid_btn a span {
  font-size: 20px;
  color: #000;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-family: Montserrat;
  font-weight: 500;
}
/* mt5_contest section */
#mt5_contest {
  padding-bottom: 100px;
}
#mt5_contest .roles_mt5 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
#mt5_contest .roles_mt5 .mt5-well h4 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
#mt5_contest .demo_contest_list_down {
  background-color: #fff;
  padding: 22px;
  border-radius: 5px;
}
#mt5_contest .demo_contest_list_down .rule_demo_pro {
  width: 98%;
}
#mt5_contest .demo_contest_list_down .rule_demo_pro h5 {
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#mt5_contest .demo_contest_list_down .demo_in_titl {
  display: flex;
  padding: 5px;
}
#mt5_contest .demo_contest_list_down .down_list_all {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e2e2e2;
}
#mt5_contest .demo_contest_list_down .down_list_all ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* #hero-1 .big_one .big_head_1 img{
    width: 85%;
}
#hero-1 .big_one .market-txt_1{
    padding-top: 157px;
    text-align: right;
    margin-right: 20px;
    
}
#hero-1 .big_one .market-txt_1 p{
    font-size: 17px;
}
#hero-1 .big_one .big_head_2 img{
    width: 85%;
}
#hero-1 .big_one .market-txt_2{
    padding-top: 146px;
    text-align: right;
    margin-left: -39px;
    width: 100%;
}
#hero-1 .big_one .market-txt_2 p{
    font-size: 17px;
}
#hero-1 .big_one .big_head_3 img{
    width: 85%;
}
#hero-1 .big_one .market-txt_3{
    padding-top: 74px;
    text-align: right;
    margin-left: -39px;
    width: 100%;
}
#hero-1 .big_one .market-txt_3 p{
    font-size: 17px;
}
#hero-1 .big_one .big_head_4 img{
    width: 85%;
}
#hero-1 .big_one .market-txt_4{
    padding-top: 146px;
    text-align: right;
    margin-left: -38px;
    width: 100%;
}
#hero-1 .big_one .market-txt_4 p{
    font-size: 17px;
}
#hero-1 .big_one .big_head_5 img{
    width: 85%;
}
#hero-1 .big_one .market-txt_5{
    padding-top: 77px;
    text-align: right;
    margin-left: -38px;
    width: 100%;
}
#hero-1 .big_one .market-txt_5 p{
    font-size: 17px;
}
#hero-1 .pding_1{
    margin-left: 17px !important;
    margin-right: 0 !important;
    
}
#hero-1 .pding_2{
    margin-left: 10px;
    margin-right: 10px;
    
}
#hero-1 .pding_5{
    margin-left: 10px;
}
#hero-1 .pding_0{
    display: none;
}

#hero-1 .big_one .big_head_3{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#hero-1 .big_one .big_head_4{
    margin-left: 0px !important;
}
#hero-1 .big_one .big_head_5{
    margin-left: 0px !important;
} */

/* Promotions end */

/* Start Footer */
.footer_bg {
  /* background: transparent linear-gradient(270deg, #FFD912 0%, #FF8615 100%); */
  background: transparent linear-gradient(270deg, #3E3E3E 0%, #3E3E3E 100%) 0%
    0% no-repeat padding-box;
  /* box-shadow: 0px 3px 6px #00000029; */
  font-family: Montserrat;
  padding-top: 25px;
  background-image: url(../images/footer-bg.webp);
  background-color: #0274FE;
  margin-top: -1px;
  background-size: cover;
}
.ftr_txt {
  margin-bottom: 30px;
}
.m_t_30 {
  margin-top: 30px;
}
.ftr_txt h6 {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
}
.ftr_txt h2 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 10px 8px #00000029;
  margin-bottom: 20px;
  font-size: 45px;
}
.ftr_txt p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: normal;
  width: 95%;
}
.mail_txt {
  padding: 25px 0;
}
.mail_txt input#email {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  padding: 8px 40px;
  margin-right: 5px;
}
.mail_txt input#email::placeholder {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.mail_txt input#email:focus {
  outline: none;
}
.mail_txt span {
  background: #000000;
  border-radius: 0px 5px 5px 0px;
  padding: 7px 15px 10px 15px;
}
.mail_txt button {
  background-color: unset;
  border: none;
}
.mail_txt button:focus {
  outline: none;
}
.mail_txt span img {
  height: 25px;
  width: 27px;
}
.ftr_img img {
  height: 90%;
  width: 90%;
}
.m_t_50 {
  margin-top: 50px;
}
.ftr_link_txt {
  padding: 25px 0;
}
.ftr_link_txt h6 {
  color: #fff;
  font-weight: 700;
}
.ftr_link_txt p {
  margin-bottom: 10px;
}
.ftr_link_txt p a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.ftr_link_txt p a:hover {
  text-decoration: none;
}
.ftr_con {
  padding: 25px 0;
}
.ftr_con p {
  color: #fff;
  font-size: 14px;
}
.soc_img img {
  margin-right: 15px;
}

@media only screen and (max-width: 1440px) {
  .navbar-nav.d_inline {
    margin-left: 0;
  }
  .nav-link {
    margin: 0px 6px;
  }
  #finacial-52 .instrument {
    margin-top: 55px;
  }
  a.buy_btn1 {
    left: 30%;
  }
  #finacial-52 .instrument .trade-inst .title_trad_inst h1 {
    font-size: 46px;
  }
  #finacial-52 .instrument .trade-inst .trade-bst h5 {
    font-size: 28px;
  }
  #finacial-52 .instrument .trade-inst .positv-range p {
    font-size: 16px;
    width: 93%;
    margin-left: auto;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    width: 93%;
    margin-left: auto;
  }
  .mobile-img img {
    width: 110%;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 158vh;
  }
  #promotion_lead .promotion_img_office_boy {
    margin-left: -47px;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 581px;
  }
  #promotion_lead .pro-hero .two-btn-win {
    margin-top: 60px;
  }
  #hero-1 .pding_l_01 {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .nav-link {
    margin: 0px 4px;
  }
  #finacial-52 .instrument {
    margin-top: 46px;
  }
  #finacial-52 .instrument .trade-inst .trade-bst h5 {
    font-size: 26px;
  }
  #finacial-52 .instrument .trade-inst .title_trad_inst h1 {
    font-size: 41px;
  }
  #finacial-52 .instrument .trade-inst .positv-range p {
    font-size: 14px;
    width: 82%;
    margin-left: auto;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    width: 82%;
    margin-left: auto;
  }
  .mobile-img img {
    width: 90%;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 177vh;
  }
  #promotion_lead .promotion_img_office_boy {
    margin-left: -45px;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 535px;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 57px;
  }
  #hero-1 .pding_l_01 {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-link {
    font-size: 15px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin: 0 6px;
  }
  .mobile-img img {
    width: 98%;
  }
  #finacial-52 .instrument {
    margin-top: 15px;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 515px;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 158vh;
  }
  #promotion_lead .promotion_img_office_boy {
    margin-left: -42px;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 52px;
  }
  #hero-1 .pding_l_01 {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-link {
    font-size: 13px;
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin: 0 3px;
  }
  .sing_btn {
    margin-left: 0;
  }
  #finacial-52 {
    background-size: cover;
  }
  #finacial-52 .instrument .trade-inst .positv-range p {
    font-size: 15px;
    width: 100%;
    margin-left: auto;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    width: 100%;
    margin-left: auto;
  }
  #security_tree .secure_system_item .back-secure2 {
    margin-left: 0;
    margin-right: 0;
  }
  #security_tree .security_tech_edit .secure-offer p {
    font-size: 17px;
  }
  #security_tree .security_tech_edit .Demo-mark-txt h4 {
    font-size: 34px;
  }
  #security_tree .security_tech_edit .secure-high p {
    width: 95%;
  }
  .round-clr-02 {
    margin-top: -56px;
  }
  a.buy_btn {
    position: absolute;
    left: 10%;
    bottom: 35%;
    padding: 5px 11px;
  }
  a.buy_btn1 {
    position: absolute;
    left: 41%;
    bottom: 29%;
    padding: 5px 11px;
  }
  a.buy_btn2 {
    position: absolute;
    right: 12%;
    bottom: 35%;
    padding: 5px 11px;
  }
  #our-round .get-about-63 .look-brok p {
    width: 102%;
  }
  #our-round .get-about-63 .supr-comp p {
    width: 103%;
  }
  a.prev {
    left: 10%;
  }
  a.next {
    right: 10%;
  }
  .slideshow-container .test-slide-name img {
    width: auto;
    height: 60px;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 75vh;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 426px;
  }
  #promotion_lead .promotion_img_office_boy {
    margin-top: 65px;
    margin-left: -35px;
  }
  #promotion_lead .pro-hero {
    margin-left: 52px;
    margin-top: 51px;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 43px;
  }
  #promotion_lead .pro-hero .riski_prom_para {
    margin-top: 0px;
  }
  #promotion_lead .pro-hero .mts-by-para p {
    font-size: 26px;
  }
  #promotion_lead .pro-hero .two-btn-win {
    margin-top: 32px;
  }
  #hero-1 .big_one .big_head_5 {
    margin-left: 106px;
  }
  #hero-1 .big_one .market-txt_5 {
    margin-left: 121px;
    margin-right: -106px;
    text-align: left;
  }
  #hero-1 .big_one .market-txt_4 {
    margin-left: 60px;
    margin-right: -35px;
  }
  .col-12.col-md-2.col-lg-2.col-xl-2.pding_l {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .ftr_link_txt p a {
    word-break: break-word;
  }
  /* .top_head_txt span {
        font-size: 13px;
    } */
  .img_logo {
    text-align: left;
    width: 17%;
    flex: 0 0 17%;
    max-width: 16%;
  }
  .img_logo a img {
    width: 115px;
    height: auto;
    margin-left: 5px;
  }
  div#navbarCollapse {
    max-width: 67%;
  }
  .sing_btn {
    padding: 6px 7px;
    margin-left: 0;
  }
  .nav-link {
    font-size: 12px;
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
  .ftr_txt h2 {
    font-size: 40px;
  }
  .mail_txt input#email {
    padding: 8px 30px;
  }
  .slideshow-container .test-slide-name img {
    width: auto;
  }
  #finacial-52
    .instrument
    .trade-inst
    .btn-home-tp-101
    .home-trade-btn-now
    a
    span,
    .trade-btn-now
    a
    span {
    padding: 10px 35px;
  }
  #finacial-52 .instrument .trade-inst .title_trad_inst h1 {
    font-size: 29px;
  }
  #finacial-52 .instrument {
    margin-top: -28px;
  }
  .sing_btn span {
    padding: 6px;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    margin-top: 5px;
  }
  .back-secure1 {
    margin-left: 50px;
    margin-top: 25px;
  }
  #security_tree .secure_system_item .back-secure2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  #security_tree .security_tech_edit .secure-offer p {
    font-size: 20px;
  }
  #security_tree .security_tech_edit .Demo-mark-txt h4 {
    font-size: 40px;
  }
  .round-clr-02 {
    margin-top: 50px;
  }
  a.buy_btn {
    position: absolute;
    left: 10%;
    bottom: 25%;
    padding: 5px 23px;
  }
  a.buy_btn1 {
    position: absolute;
    left: 41%;
    bottom: 16%;
    padding: 5px 27px;
  }
  a.buy_btn2 {
    position: absolute;
    right: 12%;
    bottom: 25%;
    padding: 5px 23px;
  }
  section#our-round {
    padding-top: 80px;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 77vh;
  }
  #promotion_lead .pro-hero {
    margin-top: 25px;
    margin-left: 30px;
    width: 100%;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 36px;
  }
  #promotion_lead .pro-hero .mts-by-para p {
    font-size: 18px;
  }
  #promotion_lead .pro-hero .riski_prom_para {
    margin-top: 15px;
    width: 82%;
  }
  #promotion_lead .pro-hero .riski_prom_para p {
    font-size: 14px;
  }
  #promotion_lead .pro-hero .two-btn-win {
    margin-top: 30px;
  }
  /* #promotion_lead .pro-hero .win-btn-now a{
        padding: 10px 30px;
    } */
  #promotion_lead .pro-hero .win-btn-get {
    margin-right: 16px;
  }
  /* #promotion_lead .pro-hero .win-btn-get a{
        padding: 10px 30px;
    } */
  #promotion_lead .promotion_img_office_boy img {
    width: 31vh;
  }
  #promotion_lead .promotion_img_office_boy {
    margin-left: -10px;
    margin-top: 46px;
  }
  #hero-1 .big_one .big_head_1 img {
    width: 85%;
  }
  #hero-1 .big_one .market-txt_1 {
    padding-top: 90px;
    text-align: right;
    width: 100%;
    margin-left: -32px;
  }
  #hero-1 .big_one .market-txt_1 p {
    font-size: 17px;
  }
  #hero-1 .big_one .big_head_2 img {
    width: 85%;
  }
  #hero-1 .big_one .market-txt_2 {
    padding-top: 146px;
    text-align: right;
    margin-left: -39px;
    width: 100%;
  }
  #hero-1 .big_one .market-txt_2 p {
    font-size: 17px;
  }
  #hero-1 .big_one .big_head_3 img {
    width: 85%;
  }
  #hero-1 .big_one .market-txt_3 {
    padding-top: 74px;
    text-align: right;
    margin-left: -39px;
    width: 100%;
  }
  #hero-1 .big_one .market-txt_3 p {
    font-size: 17px;
  }
  #hero-1 .big_one .big_head_4 img {
    width: 85%;
  }
  #hero-1 .big_one .market-txt_4 {
    padding-top: 146px;
    text-align: right;
    margin-left: -38px;
    width: 100%;
  }
  #hero-1 .big_one .market-txt_4 p {
    font-size: 17px;
  }
  #hero-1 .big_one .big_head_5 img {
    width: 85%;
  }
  #hero-1 .big_one .market-txt_5 {
    padding-top: 77px;
    text-align: right;
    margin-left: -38px;
    width: 100%;
  }
  #hero-1 .big_one .market-txt_5 p {
    font-size: 17px;
  }
  #hero-1 .pding_1 {
    margin-left: 17px !important;
    margin-right: 0 !important;
  }
  #hero-1 .pding_2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  #hero-1 .pding_5 {
    margin-left: 10px;
  }
  #hero-1 .pding_0 {
    display: none;
  }

  #hero-1 .big_one .big_head_3 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #hero-1 .big_one .big_head_4 {
    margin-left: 0px !important;
  }
  #hero-1 .big_one .big_head_5 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 420px) {
  .m_w_50 {
    width: 50%;
    margin-bottom: 20px;
  }
  .img_logo {
    text-align: left;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .img_logo a img {
    width: 150px;
    height: auto;
    margin-left: 5px;
  }
  div#navbarCollapse {
    max-width: 100%;
  }
  /* .top_head_txt {
        display: none;
    } */
  button.navbar-toggler {
    float: right;
    right: 18px;
    position: relative;
    background: transparent;
  }
  button.navbar-toggler:focus {
    outline: none;
  }
  .nav-link {
    padding: 5px;
    font-size: 16px;
  }
  .m_v_hide {
    display: none;
  }
  .d_v_hide {
    display: block;
  }
  #form-contact-in .caption_form_96 form .form-group .full-name-65 {
    width: 100%;
    margin-bottom: 10px;
  }
  #form-contact-in .caption_form_96 form .form-group {
    display: block;
  }
  #open-btn-tag .live-acc-btn {
    text-align: center;
    margin-bottom: 35px;
  }
  .demo-acc-btn {
    text-align: center;
  }
  /* #finacial-52 .instrument .trade-inst .btn-home-tp-101{
        display: block;
    } */
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-trade-btn-now,.trade-btn-now{
    margin-bottom: 20px;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-view-btn-demo {
    margin-left: 0px;
  }
  #security_tree .secure_system_item {
    display: block;
  }
  #security_tree .secure_system_item .back-secure2 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 20px;
  }
  #security_tree .secure_system_item .back-secure3 {
    margin-top: 20px;
  }
  #finacial-52 .instrument .trade-inst .trade-bst {
    text-align: left;
  }
  #finacial-52 .instrument .trade-inst .title_trad_inst h1 {
    text-align: left;
    font-size: 25px;
  }
  #finacial-52 .instrument {
    margin-top: 15px;
  }
  #finacial-52 .instrument .trade-inst .trade-bst h5 {
    font-size: 20px;
  }
  #finacial-52 .instrument .trade-inst .positv-range p {
    font-size: 15px;
    width: 90%;
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-view-btn-demo {
    margin-left: 20px;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    margin-bottom: 25px;
  }
  .trade_txt h4 {
    font-size: 20px;
    color: #fff;
  }
  .trade_txt p {
    font-size: 13px;
    color: #fff;
  }
  #finacial-52 {
    padding-bottom: 60px;
  }
  #security_tree .security_tech_edit .secure-offer p {
    font-size: 15px;
  }
  #security_tree .security_tech_edit .Demo-mark-txt h4 {
    font-size: 27px;
  }
  #security_tree .security_tech_edit .secure-high p {
    width: 100%;
  }
  .back-secure1 {
    margin-left: 0;
  }
  .offr-small-line {
    margin-left: 10px;
  }
  section#our-round {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #our-round .get-about-63 {
    margin-top: 50px;
    width: 99%;
  }
  a.buy_btn2 {
    position: absolute;
    right: 47.5%;
    bottom: 25%;
    padding: 5px 8px;
    font-size: 16px;
  }
  a.buy_btn1 {
    position: absolute;
    left: 33.4%;
    bottom: 15%;
    padding: 5px 10px;
    font-size: 16px;
  }
  a.buy_btn {
    position: absolute;
    left: 18.8%;
    bottom: 25%;
    padding: 5px 7px;
    font-size: 16px;
  }
  a.prev {
    left: 0%;
  }
  a.next {
    right: 0%;
  }
  .mySlides {
    padding: 80px 40px;
  }
  .mySlides q {
    font-size: 14px;
  }
  #security_tree {
    padding: 0px 0 20px;
  }
  #testimonial-pote .slideshow-container .mySlides span.quote_big_icon {
    position: absolute;
    left: 36%;
    top: 15%;
  }
  .supr-comp {
    margin: 40px 0 30px;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 100% !important;
  }
  #promotion_lead .pro-hero {
    margin-left: 15px;
    margin-top: 15px;
    width: 100% !important;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 100% !important;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 15px;
  }
  #promotion_lead .pro-hero .mts-by-para p {
    font-size: 12px;
  }
  #promotion_lead .pro-hero .riski_prom_para {
    margin-top: 0px;
    width: 50% !important;
  }
  #promotion_lead .pro-hero .riski_prom_para p {
    font-size: 10px;
  }
  #promotion_lead .pro-hero .two-btn-win {
    display: block;
    margin-top: 0px;
  }
  #promotion_lead .pro-hero .win-btn-get {
    margin-bottom: 45px;
  }
  #promotion_lead .pro-hero .win-btn-get a {
    font-size: 15px;
    /* padding: 5px 20px; */
  }
  #promotion_lead .pro-hero .win-btn-now a {
    font-size: 15px;
    /* padding: 5px 20px; */
  }
  #promotion_lead .promotion_img_office_boy {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 300px;
  }
  #plate_probo .week_bx_0m {
    margin-bottom: 30px;
  }
  #plate_probo .week_bx_0m .calendr img {
    width: 30%;
  }
  #plate_probo .widrol {
    margin-bottom: 30px;
  }
  #hero-1 {
    text-align: center;
  }
  #hero-1 .hero_register h3 {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 600;
  }
  #hero-1 .big_one {
    margin-bottom: 50px;
  }

  #hero-1 .big_one .mk-40 {
    position: relative;
    right: 0 !important;
    text-align: right;
    width: 100%;
  }
  #hero-1 .big_one .mk-40 img {
    width: 30%;
  }
  .big_head_1 img {
    width: 25% !important;
  }
  #hero-1 .big_one {
    margin-bottom: 0px;
  }
  .big_one.royal-1 {
    margin-top: -84px;
  }
  .big_one.royal-2 {
    margin-top: -170px;
  }
  .big_one.royal-3 {
    margin-top: 30px;
  }

  #hero-1 .big_one .market-txt_1 {
    text-align: right !important;
    width: 32%;
    padding-top: 70px;
  }
  #hero-1 .big_one .pic-r_l_14 {
    position: absolute;
    width: 34%;
    top: 34px;
    margin-left: 186px;
    text-align: right;
  }
  #hero-1 .big_one .pic-r_l_14 p {
    font-size: 14px;
  }

  #hero-1 .big_one .market-txt_2 {
    text-align: right !important;
    width: 32%;
    padding-top: 60px;
  }
  #hero-1 .big_one .market-txt_3 {
    text-align: right !important;
    width: 31%;
    padding-top: 70px;
  }
  #hero-1 .big_one .market-txt_4 {
    text-align: right !important;
    width: 31%;
    padding-top: 0px !important;
    margin-top: -28px;
  }
  #hero-1 .big_one .market-txt_5 {
    text-align: right !important;
    width: 31%;
    padding-top: 90px;
  }
  #faq-page .faq-small-txt .visit_faq_bl p {
    font-size: 20px;
  }
  /* #faq-page .faq-small-txt .jointing_mid_btn a{
        padding: 5px 40px;
    } */
  #mt5_contest .roles_mt5 .mt5-well h4 {
    font-size: 18px;
  }
  #mt5_contest .demo_contest_list_down .rule_demo_pro h5 {
    margin-left: 0px;
    font-size: 14px;
  }
  #mt5_contest .demo_contest_list_down .down_list_all ul li p {
    font-size: 14px;
  }
  #faq-page {
    margin-top: 0px;
  }
  #hero-1 {
    margin-bottom: 0px;
  }
  #plate_probo .week_bx_0m .dura_lily,
  #plate_probo .widrol .wid_rs_para,
  #plate_probo .plateforms_85 .plla_para p {
    margin-top: 0;
  }
  #plate_probo .week_bx_0m .dura_lily p,
  #plate_probo .plateforms_85 .plla_para p {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 375px) {
  #finacial-52
    .instrument
    .trade-inst
    .btn-home-tp-101
    .home-view-btn-demo
    a
    span,
  #finacial-52
    .instrument
    .trade-inst
    .btn-home-tp-101
    .home-trade-btn-now
    a
    span,
    .trade-btn-now
    a
    span {
    padding: 10px 25px;
  }
  a.buy_btn2 {
    padding: 5px 25px;
  }
  a.buy_btn1 {
    padding: 5px 25px;
  }
  a.buy_btn {
    padding: 5px 25px;
  }
  .mySlides q {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .ftr_txt h2 {
    font-size: 35px;
  }
  .mail_txt input#email {
    padding: 8px 10px;
  }
  .mail_txt span {
    background: #000000;
    border-radius: 0px 5px 5px 0px;
    padding: 8px 10px;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  #finacial-52
    .instrument
    .trade-inst
    .btn-home-tp-101
    .home-view-btn-demo
    a
    span {
    padding: 10px 30px;
  }
  #finacial-52 .instrument .trade-inst .btn-home-tp-101 .home-view-btn-demo {
    margin-left: 0px;
    margin-top: 40px;
  }
  #our-round .get-about-63 .our-price h2 {
    font-size: 32px;
  }
  #our-round .get-about-63 .about-5102 h6 {
    font-size: 16px;
  }
  #our-round .get-about-63 .supr-comp p,
  #our-round .get-about-63 .look-brok p {
    font-size: 11px;
  }
  #finacial-52 .instrument .trade-inst .title_trad_inst h1 {
    font-size: 22px;
  }
  #finacial-52 .instrument .trade-inst .trade-bst h5 {
    font-size: 17px;
  }
  #finacial-52 .instrument .trade-inst .positv-range p {
    font-size: 12px;
  }
  .trade_txt h4 {
    font-size: 17px;
  }
  .trade_txt p {
    font-size: 11px;
  }
  #security_tree .security_tech_edit .secure-high p {
    font-size: 12px;
  }
  #offer_bst .offer-head .offr-small-line h1 {
    font-size: 35px;
  }
  .round-clr-02 {
    margin-top: 50px;
    padding: 0;
  }
  a.buy_btn {
    padding: 5px 5px;
    font-size: 10px;
    left: 8%;
  }
  a.buy_btn1 {
    padding: 5px 7px;
    left: 39%;
    font-size: 10px;
  }
  a.buy_btn2 {
    padding: 5px 5px;
    font-size: 10px;
    right: 10%;
  }
  #offer_bst .triangle a p,
  #offer_bst .triangle a p.segr {
    font-size: 15px;
  }
  #promotion_lead .bg_pomm_banr img {
    width: 100% !important;
  }
  #promotion_lead .pro-hero {
    margin-left: 15px;
    margin-top: 15px;
    width: 100% !important;
  }
  #promotion_lead .promotion_img_office_boy img {
    width: 100% !important;
  }
  #promotion_lead .pro-hero .win_head h1 {
    font-size: 15px;
  }
  #promotion_lead .pro-hero .mts-by-para p {
    font-size: 12px;
  }
  #promotion_lead .pro-hero .riski_prom_para {
    margin-top: 0px;
    width: 50% !important;
  }
  #promotion_lead .pro-hero .riski_prom_para p {
    font-size: 10px;
  }
  #promotion_lead .pro-hero .two-btn-win {
    display: block;
    margin-top: 0px;
  }
  #promotion_lead .pro-hero .win-btn-get {
    margin-bottom: 20px;
  }
  /* #promotion_lead .pro-hero .win-btn-get a{
        font-size: 15px;
        padding: 5px 20px;
    } */
  /* #promotion_lead .pro-hero .win-btn-now a{
        font-size: 15px;
        padding: 5px 20px;
    } */
  #promotion_lead .promotion_img_office_boy {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 300px;
  }
  #plate_probo .week_bx_0m {
    margin-bottom: 30px;
  }
  #plate_probo .week_bx_0m .calendr img {
    width: 30%;
  }
  #plate_probo .widrol {
    margin-bottom: 30px;
  }
  #hero-1 {
    text-align: center;
  }
  #hero-1 .hero_register h3 {
    font-size: 14px;
  }
  #hero-1 .big_one {
    margin-bottom: 30px;
  }
  #hero-1 .big_one .big_head_1 img {
    width: 45%;
  }
  #hero-1 .big_one .big_head_2 img {
    width: 45%;
  }
  #hero-1 .big_one .big_head_3 img {
    width: 45%;
  }
  #hero-1 .big_one .big_head_4 img {
    width: 45%;
  }
  #hero-1 .big_one .big_head_5 img {
    width: 45%;
  }

  #hero-1 .big_one .market-txt_1 {
    text-align: right !important;
    width: 38%;
    padding-top: 70px;
  }
  #hero-1 .big_one .market-txt_1 p {
    font-size: 14px;
  }
  #hero-1 .big_one .market-txt_2 p {
    font-size: 14px;
  }
  #hero-1 .big_one .market-txt_3 p {
    font-size: 14px;
  }
  #hero-1 .big_one .market-txt_4 p {
    font-size: 14px;
  }
  #hero-1 .big_one .market-txt_5 p {
    font-size: 14px;
  }

  #hero-1 .big_one .market-txt_2 {
    text-align: right !important;
    width: 38%;
    padding-top: 132px;
  }
  #hero-1 .big_one .market-txt_3 {
    text-align: right !important;
    width: 38%;
    padding-top: 70px;
  }
  #hero-1 .big_one .market-txt_4 {
    text-align: right !important;
    width: 38%;
    padding-top: 132px;
  }
  #hero-1 .big_one .market-txt_5 {
    text-align: right !important;
    width: 38%;
    padding-top: 70px;
  }
  #faq-page .faq-small-txt .visit_faq_bl p {
    font-size: 15px;
  }
  #faq-page .faq-small-txt .jointing_mid_btn a {
    padding: 5px 40px;
  }
  #mt5_contest .roles_mt5 .mt5-well h4 {
    font-size: 18px;
  }
  #mt5_contest .demo_contest_list_down .rule_demo_pro h5 {
    margin-left: 0px;
    font-size: 14px;
  }
  #mt5_contest .demo_contest_list_down .down_list_all ul li p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .main-header .container,
  .trading-section-one .container,
  .platform-section-one .container,
  .ib-section-two .container {
    max-width: 1300px;
  }
  .depositeb-section-three .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .champion_icons .container {
    max-width: 1200px;
  }
}

/*@media screen and (max-width: 1600px) and (min-width: 1300px) 
{
  .trading-section-one
  {
    background-repeat: no-repeat;
    background-position: unset !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 !important;
  }
  .trading-section-one .image-section img
  { 
    width: 450px;
  }
  .trading-section-three .seocond-row .box-section
  {
    height: 390px !important;
  }
  .platform-section-one
  {
    background-repeat: no-repeat;
    background-position: unset !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 !important;
  }
  .platform-section-one .image-section img
  {
    width: 450px;
  }
}*/

.main-inner {
  background-color: #3e3e3e;
}
.comm-head-one {
  font-size: 50px;
  font-family: "Rubik";
  font-weight: bold;
  color: #1f1f1f;
  text-shadow: 0px 6px 3px #00000029;
  margin-bottom: 0;
}
.comm-head-two {
  font-size: 25px;
  font-weight: bold;
  color: #1f1f1f;
  margin-bottom: 0;
}
.description {
  color: #ffffff;
  font-size: 16px;
}
.trading-section-one .text-section .description {
  padding-right: 110px;
  margin-top: 50px;
}
.comm-white-btn a {
  border-radius: 50px;
  padding: 5px 4px 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000004d;
  display: block;
  width: 230px;
}
.comm-white-btn a span {
  font-size: 15px;
  color: #000000;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: "Montserrat";
  font-weight: 500;
  background: #ffffff 0% 0% no-repeat padding-box;
  display: block;
  width: 222px;
}
.comm-white-btn a:hover {
  text-decoration: none;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
}
.comm-white-btn a:hover span {
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  color: #fff;
}

.comm-yellow-btn a {
  border-radius: 50px;
  padding: 5px 4px 5px;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  box-shadow: 0px 3px 6px #0000004d;
  display: block;
  width: 230px;
}
.comm-yellow-btn a span {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: "Montserrat";
  font-weight: 500;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  display: block;
  width: 222px;
}
.comm-yellow-btn a:hover {
  text-decoration: none;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.comm-yellow-btn a:hover span {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid #e2e2e2;
}

.navbar-nav li:nth-child(6) a {
  padding: 23px 20px ;
}
.banner-btn a {
  border-radius: 50px;
  padding: 5px 4px 5px;
  background: transparent linear-gradient(90deg, #ffa500  0%, #ffa500  100%);
  box-shadow: 0px 3px 6px #0000004d;
  display: block;
  width: 230px;
}
.platform-section-one .banner-btn a {
  float: right;
}
.pamm-section-two .process-contact-box .comm-white-btn a {
  margin: 0 auto;
}
.banner-btn a span {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: "Montserrat";
  font-weight: 500;
  background: transparent linear-gradient(90deg, #0274FE 0%, #00205f 100%);
  display: block;
  width: 222px;
}
.banner-btn a:hover {
  text-decoration: none;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.banner-btn a:hover span {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid #e2e2e2;
}
.banner-btn {
  margin-top: 70px;
}
/*.trading-section-one
{
  background-image: url('../images/Trading-Banner-Bg.svg');
  padding: 200px 0;
  background-position: 100% 0%;
}*/
.trading-section-one {
  height: 100vh;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.trading-section-one .image-section img {
  width: 470px;
}
.trading-section-one.account-section-one .image-section img {
  width: 100%;
}
.champion-banner-one .comm-head-one {
  font-size: 55px;
}
.trading-section-one .image-section {
  text-align: right !important;
}
.comm-head-one-inner {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.trading-section-two {
  padding-bottom: 60px;
}
.trading-section-two .seocond-row .box-section .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
.trading-section-two .seocond-row .box-section .description {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.trading-section-two .seocond-row {
  margin-top: 100px;
}
.trading-section-two .seocond-row .box-section img {
  width: 200px;
}
.trading-section-three {
  padding-top: 60px;
  padding-bottom: 120px;
}
.trading-section-three .seocond-row {
  padding-top: 40px;
}

.trading-section-three .seocond-row .box-section {
  background: #f0996b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 45px;
  margin-top: 40px;
  height: 300px;
}
.trading-section-three .text-section .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.trading-section-three .text-section .description {
  margin-top: 20px;
  font-size: 15px;
}
.inner-page .footer_bg {
  background-color: #3e3e3e;
}

.platform-section-one {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 80px;
  height: 100vh;
}
.platform-section-one .text-section .description {
  margin-left: 50px;

}
.platforms-section-two {
  padding-bottom: 60px;
}
.platforms-section-two .text-section .description {
  margin-top: 30px !important;
}
.platforms-section-two .image-section img {
  width: 380px;
}
.platforms-section-three .second-row .text-section .title {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}
.platforms-section-three .second-row .text-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.platforms-section-three .second-row .text-section ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.platforms-section-three .second-row .text-section ul li:before {
  content: "\f005"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 15px;
}
.platforms-section-three .second-row .text-section .description {
  margin-top: 15px;
}

.platforms-section-three .second-row {
  background-color: #F0996B;
  box-shadow: 0px 0px 15px #00000029;
  /* margin-top: 60px; */
  padding-top: 80px;
  padding-bottom: 50px;
}
.platforms-section-three {
  /* padding-top: 60px; */
  /* padding-bottom: 60px; */

}
.platforms-section-three .text-section .comm-white-btn {
  margin-top: 50px;
}
.platforms-section-three .text-section {
  margin-left: 50px;
}
.platforms-section-three .image-section .btn-sect svg {
  width: 30px;
  height: 30px;
}
.platforms-section-three .image-section .btn-sect a {
  margin: 0 10px;
}
.platforms-section-three .image-section .btn-sect {
  margin-top: 25px;
}
.platforms-section-three .image-section .btn-sect a:hover svg path {
  fill: #ffffff;
}

.platforms-section-four .second-row .text-section .title {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}
.platforms-section-four .second-row .text-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.platforms-section-four .second-row .text-section ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.platforms-section-four .second-row .text-section ul li:before {
  content: "\f005"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 15px;
}
.platforms-section-four .second-row .text-section .description {
  margin-top: 15px;
}

.platforms-section-four {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0px 0px 15px #00000029;
  background-color: #ffffff;
}
.platforms-section-four .text-section .comm-yellow-btn {
  margin-top: 50px;
}

.platforms-section-four .image-section .btn-sect svg {
  width: 30px;
  height: 30px;
}
.platforms-section-four .image-section .btn-sect a {
  margin: 0 10px;
}
.platforms-section-four .image-section .btn-sect a:hover,
.platforms-section-three .image-section .btn-sect a:hover {
  text-decoration: none;
}
.platforms-section-four .image-section .btn-sect {
  margin-top: 25px;
}
.platforms-section-four .image-section .btn-sect a:hover svg path {
  fill: #f0996b;
}
.platforms-section-three.platforms-section-five .image-section .btn-sect {
  position: relative;
  top: -45px;
  left: 120px;
}
.platforms-section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}
.platforms-section-six .text-section .comm-head-one-inner {
  margin-bottom: 30px;
  font-size: 26px;
}
.platforms-section-six .inner-second-row .box-section {
  box-shadow: 0px 0px 10px #00000029;
  background: #f0996b 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px 0;
}
.platforms-section-six .inner-second-row .box-section .title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.platforms-section-six .inner-second-row .price-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.platforms-section-six .inner-second-row .price-list li {
  border-bottom: 1px dashed #fff;
  padding: 15px 20px;
}
.platforms-section-six .inner-second-row .price-list li .price-title {
  color: #fff;
  font-size: 16px;
}
.platforms-section-six .inner-second-row .price-list li .price-number {
  font-weight: 600;
}
.platforms-section-six .inner-second-row .box-section .price-number {
  float: right;
}
.platforms-section-six .inner-second-row .price-list li.border-none {
  border-bottom: none;
}
.platform-section-seven {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #242323 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
}
.platform-section-seven .text-section h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.platform-section-seven .text-section .description {
  color: #ffffff;
}
.platform-section-seven .image-section ul li {
  color: #ffffff;
  margin-bottom: 20px;
}
.platform-section-seven .image-section ul li span {
  font-weight: 600;
  font-size: 18px;
}
.platform-section-seven .second-row .description {
  color: #ffffff;
}
.platform-section-seven .second-row {
  margin-top: 20px;
}
.platform-section-eight {
  margin-top: 60px;
  margin-bottom: 60px;
}
.platform-section-eight .comm-head-one-inner {
  margin-bottom: 30px;
}
.depositeb-setion-two .title-section {
  margin-bottom: 60px;
}
.platform-section-nine {
  padding-top: 60px;
  background-color: #F0996B;
  padding-bottom: 60px;
}
.platform-section-nine .title-two {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.platform-section-nine .image-section {
  padding-top: 90px;
}
.platform-section-ten {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #242323 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
}
.platform-section-ten .title-section h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.platform-section-ten .title-section .description {
  color: #ffffff;
}
.platform-section-ten .second-row ul li {
  color: #ffffff;
  font-size: 16px;
}
.platform-section-ten .second-row ul span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.platform-section-ten .second-row {
  margin-top: 50px;
}
.platform-section-ten .second-row ul {
  margin-bottom: 0;
}

.contact-section-one {
  padding: 80px 0;
}
.contact-section-one .text-section .description {
  margin-top: 15px;
  margin-bottom: 50px;
}
.contact-section-two {
  padding-top: 50px;
}
.contact-section-three {
  padding-top: 100px;
  padding-bottom: 60px;
}
.contact-section-three .box-section .title {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-top: 25px;
}
.platform-section-one.copy-trading-section-one .banner-btn a {
  float: unset;
}
.contact-section-three .box-section:hover {
  background-color: #ffffff;
}
.contact-section-three .box-section .description {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 25px;
}
.contact-section-three .box-section {
  background: #f0996b 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  padding: 30px 15px;
  height: 360px;
}
.contact-section-three .col {
  padding: 0 10px;
}
.contact-section-three .box-section svg {
  width: 50px;
  height: 50px;
}
.contact-section-four .btn-cnt {
  margin: 0 20px;
  display: inline-block;
}
.contact-section-four .btn-cnt a {
  width: 245px;
}
.contact-section-four .btn-cnt span {
  width: 235px;
}
.contact-section-four {
  padding-top: 50px;
  padding-bottom: 120px;
}

.triangle { 
  text-align: center;
}
.triangle a svg {
  margin-left: 30px;
}

.triangle:hover a svg #cash path {
  fill: #f0996b;
}
.triangle:hover a svg #Polygon_1 {
  fill: #000000;
}
.triangle:hover a svg #shield-fill-check path {
  fill: #f0996b;
}
.triangle:hover a svg #draft path {
  fill: #f0996b;
}
.triangle:hover a svg #like path {
  fill: #f0996b;
}
.triangle:hover a svg #like path {
  fill: #f0996b;
}
.triangle:hover a svg #headset path {
  fill: #f0996b;
}
.triangle:hover a svg #accounts-alt path {
  fill: #f0996b;
}

.triangle:hover a svg #Polygon_1 {
  box-shadow: 0px 15px 10px #00000042;
}
.triangle:hover a p {
  color: #ffffff !important;
}
.triangle a img {
  width: 100px;
}
#testimonial-pote .slick-prev:before,
#testimonial-pote .slick-next:before {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
#testimonial-pote .slick-next {
  right: 0;
}
#testimonial-pote .slick-prev {
  left: 0;
  z-index: 99;
}
#testimonial-pote .box-section .quote_big_icon i {
  font-size: 112px;
  color: #00000021;
  font-family: FontAwesome;
  font-style: normal;
}
#testimonial-pote .box-section .quote_big_icon {
  position: absolute;
  top: 30px;
}
#testimonial-pote .testimonial-details {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 70px;
}
#testimonial-pote .testimonial-details .author {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-left: 15px;
}
#testimonial-pote .testimonial-details .author span {
  color: #ffffff;
  font-size: 16px;
}
#testimonial-pote .testimonial-details img {
  height: 50px;
  width: 50px;
}
#testimonial-pote .box-section {
  padding-top: 70px;
}
#testimonial-pote .box-section .quote_big_icon i {
  position: relative;
  right: 40px;
}
#testimonial-pote {
  padding-bottom: 60px;
}
a.buy_btn:hover,
a.buy_btn1:hover,
a.buy_btn2:hover {
  text-decoration: none;
}
.pamm-section-one .image-section img {
  width: 100%;
}
.pamm-section-two {
  padding-top: 100px;
  padding-bottom: 60px;
}
.pamm-section-two .title-section .comm-head-one-inner {
  margin-bottom: 20px;
}
.pamm-section-two .text-section .title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.pamm-section-two .text-section .inner-title-two {
  color: #1a1819;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}
.pamm-section-two .second-row {
  margin-top: 80px;
}
.pamm-section-two .box-section {
  margin-top: 50px;
  margin-left: 30px;
}
.pamm-section-two .box-section .box-inner-tittle {
  font-size: 20px;
  font-weight: 500;
  color: #1a1819;
  text-transform: uppercase;
}
.pamm-section-two .box-section .inner-row-third {
  padding-top: 40px;
}
.pamm-section-two .box-section .inner-row-third .box-inner svg {
  width: 60px;
  height: 60px;
}
.pamm-section-two .box-section .inner-row-third .box-inner .process-title {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}
.pamm-section-two .box-section .inner-row-third .box-inner:hover svg path {
  fill: #ffffff;
}
.pamm-section-two
  .box-section
  .inner-row-third
  .box-inner:hover
  .process-title {
  color: #ffffff;
}
.pamm-section-two .fourth-row {
  padding-top: 100px;
}
.pamm-section-two .fourth-row .process-contact-box .process-contact-icon a {
  margin: 15px;
}
.pamm-section-two
  .fourth-row
  .process-contact-box
  .process-contact-icon
  a:hover {
  text-decoration: none;
}
.pamm-section-two
  .fourth-row
  .process-contact-box
  .process-contact-icon
  a:hover
  svg
  path {
  fill: #ffffff;
}
.pamm-section-two .fourth-row .process-contact-box .process-contact-icon a svg {
  width: 30px;
  height: 30px;
}
.pamm-section-two .process-contact-box .comm-white-btn {
  margin-top: 70px;
}
.pamm-section-two.pamm-section-three {
  background: #F0996B 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.copy-trading-section-one .btn-unque {
  display: inline-block;
  margin-left: 30px;
}
.copier-section-two {
  padding-top: 100px;
  padding-bottom: 60px;
}
.copier-section-two .text-section .title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.copier-section-two .text-section .description {
  margin-top: 15px;
}
.copier-section-two .text-section ul {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}
.copier-section-two .text-section ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.copier-section-two .text-section ul li:before {
  content: "\f005";
  font-family: FontAwesome;
  margin-right: 15px;
}
.copier-section-two .text-section .comm-white-btn {
  margin-top: 50px;
}
.copier-section-two .second-row {
  background: #f0996b 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
  margin-top: 50px;
  padding: 60px 0;
}
.copier-section-two .image-section img {
  width: 80%;
}
.copier-section-three {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
  padding-top: 60px;
  padding-bottom: 60px;
}

.copier-section-three .text-section .title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.copier-section-three .text-section .description {
  margin-top: 15px;
}
.copier-section-three .text-section ul {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}
.copier-section-three .text-section ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.copier-section-three .text-section ul li:before {
  content: "\f005";
  font-family: FontAwesome;
  margin-right: 15px;
}
.copier-section-three .text-section .comm-yellow-btn {
  margin-top: 50px;
}
.copier-section-three .image-section img {
  width: 75%;
}
.copier-section-two.copier-section-four {
  padding-top: 30px;
}
.copier-section-two.copier-section-four .image-section img {
  width: 70%;
}
.copier-section-five {
  padding-top: 60px;
  padding-bottom: 60px;
}
.copier-section-five .box-section .title {
  font-size: 16px;
  font-weight: 400;
  color: #f0996b;
  margin-top: 30px;
}
.copier-section-five .box-section svg {
  width: 60px;
  height: 60px;
}
.copier-section-five .box-section:hover svg path {
  fill: #ffffff;
}
.copier-section-five .box-section:hover .title {
  color: #ffffff;
}
.copier-section-five .box-section .comm-white-btn {
  padding-top: 70px;
}
.copier-section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}
.copier-section-six .second-row {
  padding-top: 50px;
}
.copier-section-six .second-row .box-section .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
.copier-section-six .second-row .box-section .description {
  font-size: 14px;
  margin-bottom: 0;
}
.copier-section-six .second-row .box-section {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  border: 5px solid #f0996b;
  border-radius: 10px;
  padding: 50px 25px;
  margin-top: 30px;
  height: 250px;
}
.copier-section-seven {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../images/border-vector-dot.png");
  background-repeat: no-repeat;
  background-position: left;
}
.copier-section-seven .text-section .title {
  margin-bottom: 0;
  font-size: 20px;
  color: #f0996b;
}
.copier-section-seven .text-section ul {
  padding-left: 0;
  list-style: inside;
  margin-top: 40px;
}
.copier-section-seven .text-section ul li {
  font-size: 16px;
  margin: 15px 0;
  color: #fff;
}
.copier-section-seven .text-section .comm-white-btn {
  margin-top: 70px;
}
.copier-section-seven .text-section .comm-white-btn a span {
  width: 230px !important;
}
.copier-section-seven .text-section .comm-white-btn a {
  width: 240px !important;
  float: left;
}
.copier-section-seven .text-section .comm-white-btn svg {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
.copier-section-seven .text-section .comm-white-btn:hover svg path {
  fill: #ffffff;
}
.copier-section-seven .text-section {
  margin-top: 50px;
}
.copier-section-seven .text-section .image-section img {
  width: 80%;
}
.copier-section-eight {
  padding-top: 60px;
  padding-bottom: 120px;
}
.copier-section-eight .title-section .description {
  margin-top: 20px;
}

/* FAQ SECTION CSS */

.fxbit-faq .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.fxbit-faq .set > a {
  display: block;
  text-decoration: none;
  color: #455a64;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 30px;
  /* margin: 20px 0; */
  margin-top: 8px;
  cursor: pointer;
}
.fxbit-faq .set > a i {
  float: right;
  margin-top: 2px;
}
.fxbit-faq .set > a.active {
  color: #000000;
}
.fxbit-faq .content {
  display: none;
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff 0% 0% no-repeat padding-box;
  color: rgb(255, 255, 255);
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
  border-radius: 5px;
}
.fxbit-faq .content p {
  margin: 0;
  color: #000000;
}
.account-section-two .btn-section .comm-white-btn a {
  margin: 0 auto;
}

/* FAQ SECTION CSS*/

.copier-section-eight .fxbit-faq {
  padding: 0 150px;
  margin-top: 40px;
}

.account-section-one .btn-unique {
  display: inline-block;
  margin-right: 20px;
}
.account-section-two {
  padding-top: 120px;
  padding-bottom: 60px;
}
.account-section-two .second-row {
  margin-top: 50px;
}
.account-section-two .second-row .box-section .title {
  color: #242323;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
.account-section-two .second-row .box-section .description {
  font-size: 14px;
  margin-bottom: 0;
}
.account-section-two .second-row .box-section {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px;
  margin-top: 30px;
  padding: 40px 30px;
  height: 470px;
}
.account-section-two .second-row .box-section img {
  width: 300px;
  height: 258px;
}
.account-section-two .third-row {
  padding-top: 80px;
}

.account-section-three {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #242323 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
}
.account-section-three .box-section .description {
  color: #ffffff;
  padding-top: 35px;
  margin-bottom: 0;
}
.account-section-three .box-section:hover svg path {
  fill: #f0996b;
}
.account-section-three .box-section:hover .description {
  color: #f0996b;
}
.account-section-three .box-section {
  margin-top: 30px;
}
.account-section-four {
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url("../images/border-vector-dot.png");
  background-repeat: no-repeat;
  background-position: left;
}
.account-section-four .text-section .title-inner {
  font-size: 22px;
  margin-bottom: 0;
}
.account-section-four .text-section ul {
  padding-left: 0;
  list-style: inside;
  margin-top: 50px;
}
.account-section-four .text-section .comm-white-btn {
  margin-top: 70px;
}
.account-section-four .text-section .comm-white-btn a {
  width: 240px;
  float: left;
}
.account-section-four .text-section .comm-white-btn a span {
  width: 230px;
}
.account-section-four .text-section .comm-white-btn svg {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
.account-section-four .text-section .comm-white-btn:hover svg path {
  fill: #ffffff;
}
.account-section-four .text-section ul li {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
}
.account-section-four .image-section img {
  width: 350px;
}

.ib-banner-btn {
  margin-top: 50px;
}
.ib-banner-btn a {
  padding: 21px 8px 21px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 34px;
}
.ib-banner-btn a .btn-text {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 2px solid #d8d8d8;
  border-radius: 30px;
  padding: 15px 20px 15px 5px;
  font-family: "Montserrat";
  font-weight: 500;
  background: #ffffff 0% 0% no-repeat padding-box;
  font-weight: 600;
}
.ib-banner-btn a:hover {
  text-decoration: none;
  background: #fff 0% 0% no-repeat padding-box;
}
.ib-banner-btn a:hover .btn-text {
  background: #fff 0% 0% no-repeat padding-box;
  color: #fff;
  border: 2px solid #646464;
}
.ib-banner-btn a:hover .banner-digit {
  background: #404040 0% 0% no-repeat padding-box;
}
.ib-banner-btn a .banner-digit {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #00000029;
  margin-right: 20px;
  border-radius: 50%;
  padding: 10px;
  font-weight: 600;
}
.ib-section-one .ib-banner-btn-sect {
  margin-top: 60px;
}
.ib-banner-btn.ib-btn-one .btn-text {
  padding: 15px 38px 15px 5px;
}
.ib-banner-btn.ib-btn-three .btn-text {
  padding: 15px 28px 15px 5px;
}
.ib-section-two {
  padding-top: 120px;
  padding-bottom: 60px;
}
.ib-section-two .title-section .description {
  margin-top: 20px;
}
.ib-section-two .second-row {
  margin-top: 80px;
}
.ib-section-two .second-row .image-section {
  float: left;
}
.ib-section-two .second-row .text-section {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.ib-section-two .second-row .text-section .title {
  font-size: 22px;
  color: #ffff;
  font-weight: 500;
  margin-bottom: 15px;
}
.ib-section-three {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ib-section-three .text-section .description-one {
  margin-top: 175px;
}
.ib-section-three .text-section p.description.description-two {
  margin-top: 185px;
}
.ib-section-three .text-section p.description.description-three {
  margin-top: 205px;
}
.ib-section-three .second-row {
  padding-top: 60px;
}
.ib-section-four {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
}

.ib-section-four .image-section .text-section {
  right: 50px;
  position: absolute;
  top: 0;
  margin-top: 225px;
}
.ib-section-four .image-section .text-section .description-two {
  margin-top: 100px;
}
.ib-section-four .title-section .comm-head-one-inner {
  color: #ffffff;
}
.ib-section-four .image-section img {
  width: 70%;
}
.ib-section-four .image-section .text-section .description-two,
.ib-section-four .image-section .text-section .description-one {
  color: #ffffff;
}
.ib-section-four .second-row {
  margin-top: 80px;
}
.ib-section-four .image-section .text-section .description-two {
  margin-top: 130px;
}
.ib-section-five {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ib-section-five .title-section .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffff;
}
.ib-section-five .second-row {
  padding-top: 60px;
}
.ib-section-six {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ib-section-six .text-section .title {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.ib-section-six .description {
  margin-top: 30px;
  margin-right: 80px;
}
.ib-section-six .btn-inner .btn-unique {
  display: inline-block;
  margin-right: 30px;
}
.ib-section-six .btn-inner {
  margin-top: 70px;
}
.trading-promotion-five .reward-calculate-text {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000042;
  border-radius: 10px;
}
.range-slider {
  padding: 5px 60px 13px 10px;
  margin: 0 0 20px 0;
  position: relative;
}
.reward-calculate-text .account-progress-text {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.range-slider input[type="range"] {
  background: #ff0000;
  width: 490px;
  height: 3px;
  outline: none;
  -webkit-appearance: none;
}
.range-slider .range-value {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  height: 30px;
  width: 50px;
  transform: translateY(50%);
  position: absolute;
  bottom: 65%;
  right: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #00000029;
  background: #f0996b 0% 0% no-repeat padding-box;
}
.reward-calculate-text .range-two-per {
  width: 15%;
  display: inline-block;
  color: #000;
  font-weight: 500;
}
.reward-calculate-text .range-two-text {
  width: 70%;
  display: inline-block;
}
.reward-calculate-text .range-two-text input {
  width: 420px;
}
.trading-promotion-five .reward-total {
  text-align: center;
  padding-bottom: 20px;
}
.trading-promotion-five .reward-total ul {
  border-radius: 5px;
  box-shadow: 0px 0px 6px #00000026;
  background: #ffbd00 0% 0% no-repeat padding-box;
  margin: 0 45px;
}
.trading-promotion-five .reward-total ul {
  list-style: none;
  padding-left: 0;
}

.trading-promotion-five .reward-total ul li {
  color: #263238;
  display: inline-block;
  padding: 10px;
  padding-bottom: 20px;
}
.trading-promotion-five .reward-total .total-title {
  font-size: 14px;
  color: #fff;
}
.trading-promotion-five .reward-total p {
  padding-bottom: 0px;
  margin-bottom: 0;
}
.trading-promotion-five .reward-total .digit {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.trading-promotion-five .reward-total .become-partner {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  vertical-align: super;
}
.trading-promotion-five .reward-total .become-partner:hover {
  background-color: #fff;
  color: #ffffff;
  text-decoration: none;
}
.trading-promotion-five .reward-calculate-text {
  border-radius: 10px;
  box-shadow: 0 0 6px #00000042;
}
.trading-promotion-five .reward-calculate-text {
  border-radius: 10px;
  box-shadow: 0 0 6px #00000042;
}
.trading-promotion-five .reward-calculate-text form {
  padding: 20px;
}
.reward-calculate-text .account-type {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #f0996b;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 100%;
}
.reward-calculate-text .range-lab-tit {
  display: inline-block;
  padding-top: 15px;
}
.reward-calculate-text .range-lab-selec {
  display: inline-block;
  float: right;
  width: 170px;
}
.reward-calculate-text .range-slider.range-one {
  margin-top: 40px;
}
.bonus-section-one .btn-unique {
  display: inline-block;
  margin-right: 20px;
}
.depositeb-section-one {
  padding-top: 120px;
  padding-bottom: 60px;
}
.depositeb-section-one .row {
  padding: 0 100px;
}
.depositeb-section-one .content-steps {
  padding: 0 41px;
}
.depositeb-section-one .content-steps svg {
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
}
.depositeb-section-one .content-steps:hover svg path {
  fill: #ffffff;
}
.depositeb-setion-two {
  padding-top: 60px;
  padding-bottom: 60px;
}
.depositeb-setion-two .content-steps {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 30px 18px;
  height: 280px;
}
.depositeb-setion-two .content-steps:hover {
  background: #fff 0% 0% no-repeat padding-box;
}
.depositeb-setion-two .content-steps:hover .steps-digit {
  color: #f0996b;
  opacity: 1;
}
.depositeb-setion-two .content-steps:hover .title {
  color: #f0996b;
}
.depositeb-setion-two .content-steps:hover .description {
  color: #f0996b;
}
.depositeb-setion-two .content-steps .steps-digit {
  font-size: 60px;
  font-weight: bold;
  color: #455a64;
  margin-bottom: 0;
  opacity: 0.15;
}
.depositeb-setion-two .content-steps .title {
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px;
  color: #455a64;
}
.depositeb-setion-two .content-steps.step-two {
  margin-top: 40px;
}
.depositeb-setion-two .content-steps.step-three {
  margin-top: -12px;
}
.depositeb-setion-two .content-steps.step-four {
  margin-top: 28px;
}
.depositeb-setion-two .content-steps .description {
  margin-bottom: 0;
  color: #455a64;
  margin-top: 15px;
  margin-top: 14px;
  line-height: 22px;
}
.depositeb-section-three {
  padding-top: 60px;
  padding-bottom: 60px;
}
.depositeb-section-three .second-row {
  margin-top: 50px;
  padding: 0 150px;
}
.depositeb-section-three .second-row .content-steps {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
}
.depositeb-section-three .content-steps .title {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
  padding-left: 40px;
  height: 100px;
}
.depositeb-section-three .content-steps .title h3 {
  color: #263238;
  font-size: 20px;
  font-weight: 600;
}
.depositeb-section-three .second-row ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.depositeb-section-three .second-row ul li {
  padding: 15px;
  font-size: 16px;
}
.depositeb-section-three .second-row ul .price {
  text-align: right;
  float: right;
  font-weight: 600;
  font-size: 18px;
}
.depositeb-section-three .second-row ul li.profit {
  font-size: 22px;
  font-weight: 500;
}
.depositeb-section-three .second-row ul li.profit span {
  font-weight: 600;
  font-size: 25px;
}
.depositeb-section-three .content-steps .price-btn {
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.depositeb-section-three .content-steps .price-btn a {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.depositeb-section-three .content-steps .price-btn:hover {
  background-color: #fd0d1b;
}
.depositeb-section-three .content-steps .price-btn:hover a {
  text-decoration: none;
}
.depositeb-section-three .second-row ul .price-extra-content {
  color: #ff5848;
}
.depositeb-section-three .border-bottom {
  border-bottom: 1px dashed #455a64 !important;
}
.depositeb-section-four {
  padding-top: 60px;
  padding-bottom: 60px;
}
.depositeb-section-four .content-steps svg {
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
}
.depositeb-section-four .content-steps:hover svg path,
.depositeb-section-four .content-steps:hover svg rect,
.depositeb-section-four .content-steps:hover svg ellipse {
  fill: #ffffff;
}
.fxbit-faq ul li {
  color: #fff;
}

.mreward-section-one {
  padding-top: 120px;
  padding-bottom: 60px;
}
.mreward-section-one .second-row {
  margin-top: 70px;
}
.mreward-section-one .text-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.mobile-price {
  display: none;
}
/* Range Slide CSS */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.content-container {
  position: relative;
  transition: background 0.5s ease-in;
}
.content-container__wallet-container {
  position: relative;
}
.content-container__wallet {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 75px;
}
@media screen and (max-width: 1240px) {
  .content-container__wallet {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .content-container__wallet {
    top: -10px;
  }
}
@media screen and (max-width: 800px) {
  .content-container__wallet {
    position: static;
    width: 100%;
  }
}
.content-container__inner {
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
.content-container__inner.-copy-trade {
  padding-top: 60px !important;
  overflow: visible;
  z-index: 101;
}
.content-container__inner-text {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 90px 20px 0;
  margin: 0 auto 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .content-container__inner-text {
    padding: 30px 20px;
  }
}
.content-container__inner-bg {
  position: relative;
  z-index: 100;
  background: #fff;
}
.content-container__inner-text {
  position: relative;
  max-width: 1200px;
  padding: 90px 20px 0;
  margin: 0 auto 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .content-container__inner-text {
    padding: 30px 20px;
  }
}
.content-container__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 440px;
  background-color: #000;
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-news.php);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1280px) {
  .content-container__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-news%401280.php);
  }
}
@media screen and (max-width: 640px) {
  .content-container__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-news%40640.php);
  }
}
.-lng-visible .content-container__bg {
  background-attachment: scroll;
}
.content-container.-t01 {
  background-color: #6fdcff;
}
.content-container.-t01 a {
  color: #fff;
}
.content-container.-t02 {
  background-color: #f6f7f8;
}
.content-container.-t03 {
  border-bottom: solid 1px #ebecf1;
}
.content-container.-t04 {
  color: #fff;
  background-color: #00c94c;
}
.content-container.-t05 {
  color: #fff;
  background-color: #1f1f1f;
}
.content-container.-t06 {
  background-color: #fff;
}
.content-container.-t07 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0) 75px
  );
}
.content-container__title-group {
  min-height: 150px;
  overflow: auto;
}
.-rtl-mode .content-container__title-group {
  direction: rtl;
}
.content-container__page {
  padding-top: 90px;
  background: #fff;
}
.content-contest__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-contest.php);
}
.content-policy__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-policy.php);
}
.content-status-program-terms__bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://www.binotrade.live/assets/img/bg/bg-policy.php);
  background-repeat: no-repeat;
  background-position: center top;
}
.content-education__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-edu-page.php);
}
.content-ib__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-ib.php);
}
@media screen and (max-width: 1280px) {
  .content-ib__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-ib%401280.php);
  }
}
@media screen and (max-width: 640px) {
  .content-ib__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-ib%40640.php);
  }
}
.content-download__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-download.php);
}
@media screen and (max-width: 1280px) {
  .content-download__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-download%401280.php);
  }
}
@media screen and (max-width: 640px) {
  .content-download__bg {
    background-image: url(https://www.binotrade.live/assets/img/bg/bg-download%40640.php);
  }
}
.content-market__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-market.php);
}
.content-acc__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-acc-page.php);
}
.content-platform__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-platform.php);
}
.content-sponsorship__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-sponsorship.php);
}
.content-copy-trade__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-copy-trade.php);
}
.content-southampton__bg {
  background-image: url(https://www.binotrade.live/assets/img/bg/bg-southampton.php);
}
.content-southampton-emblem__bg {
  background-image: url(https://demo.launchfxm.com/assets/img/bg/bg-southampton-emblem-bw.svg);
  background-position: center 270px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 2000px) {
  .content-southampton-emblem__bg {
    background-size: 2000px auto;
  }
}
@media screen and (min-width: 2000px) {
  .content-container__bg {
    background-size: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .content-container {
    padding-top: 0;
  }
  .content-container__bg {
    top: 0;
  }
  .content-container__bg:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  }
  .content-container__inner {
    padding-top: 100px;
  }
  .content-container__title-group {
    min-height: 0;
    margin: 0;
  }
  .content-container__title-group .title-t01 {
    margin: 0 20px 35px;
  }
  .content-container__page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 470px) {
  .content-container {
    padding: 0;
  }
}
.rules-block {
  padding: 80px 180px;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .rules-block {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 680px) {
  .rules-block {
    padding: 30px 20px;
  }
}
.ib-promo-intro {
  position: relative;
  overflow: hidden;
  padding: 210px 0 125px;
  background-color: #03064b;
  color: #fff;
}
.-rtl-mode .ib-promo-intro {
  direction: rtl;
}
.ib-promo-intro:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2000px;
  content: "";
  background: #03064b url(https://www.binotrade.live/assets/img/bg/bg-ib-promo-intro.php) right bottom
    no-repeat;
}
@media screen and (max-width: 1600px) {
  .ib-promo-intro:before {
    right: -200px;
  }
}
@media screen and (max-width: 1200px) {
  .ib-promo-intro:before {
    right: -300px;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro:before {
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 450px;
    background: url(https://www.binotrade.live/assets/img/bg/bg-ib-promo-intro-m.php) 50% bottom no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro {
    padding: 480px 20px 40px;
    text-align: center;
    background: #fff;
    color: #000;
  }
}
.ib-promo-intro__title {
  font-size: 46px;
  font-weight: 500;
  margin: 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro__title {
    font-size: 24px;
    width: 100%;
    margin: 0 0 40px;
    color: #000;
  }
}
.ib-promo-intro__inner {
  position: relative;
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro__inner {
    width: 100%;
    margin-right: 0;
  }
}
.ib-promo-option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}
.-rtl-mode .ib-promo-option-list {
  direction: rtl;
}
.ib-promo-option-list__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .ib-promo-option-list__inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.-rtl-mode .ib-promo-option-list__inner {
  direction: rtl;
}
.ib-promo-option-list__item {
  width: 260px;
  margin-bottom: 60px;
  padding-top: 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(147, 147, 147, 0.4);
}
@media screen and (max-width: 1000px) {
  .ib-promo-option-list__item {
    margin-bottom: 30px;
  }
}
.ib-promo-option-list__item.-achive {
  position: relative;
  padding-top: 50px;
}
.ib-promo-option-list__item.-achive:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #fff;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50%;
  clip: rect(30px, 60px, 60px, 0);
  background: radial-gradient(
    ellipse at center,
    #fff 55%,
    rgba(147, 147, 147, 0.45) 100%
  );
}
.ib-promo-option-list__item.-achive:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 4px;
  content: "";
  background: #fff;
  transform: translate(-50%, -4px);
}
.ib-promo-option-list__achive {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  width: 80px;
  height: 80px;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) scale(0.5);
  border-radius: 50%;
}
.ib-promo-option-list__achive.-gold {
  background-image: url(https://www.binotrade.live/assets/img/sprite-png/sprite1561557492301.php);
  background-position: -80px -80px;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__achive.-silver {
  background-image: url(https://www.binotrade.live/assets/img/sprite-png/sprite1561557492301.php);
  background-position: 0 0;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__achive.-bronze {
  background-image: url(https://www.binotrade.live/assets/img/sprite-png/sprite1561557492301.php);
  background-position: -160px -80px;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__caption {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  color: #b7c1c6;
}
.ib-promo-option-list__val {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #262946;
}
.ib-promo-option-list__val.-plus {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 25px;
  border-bottom: solid 1px #f4f4f4;
}
.ib-promo-option-list__val.-plus:after,
.ib-promo-option-list__val.-plus:before {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #b7c1c6;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.ib-promo-option-list__val.-plus:before {
  top: 100%;
  box-shadow: 0 0 0 12px #fff;
  transform: translate(-50%, 0);
}
.ib-promo-option-list__val.-plus:after {
  top: 100%;
  margin-left: -8px;
  transform: rotate(90deg);
}
.ib-promo-option-list__val.-icon-user {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  margin-bottom: 13px;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user {
  padding-left: 0;
  padding-right: 19px;
}
.ib-promo-option-list__val.-icon-user:before {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 9px;
  height: 6px;
  margin-top: -1px;
  content: "";
  border-radius: 100% 100% 0 0;
  background-color: #262946;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user:before {
  left: auto;
  right: 5px;
}
.ib-promo-option-list__val.-icon-user:after {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -6px;
  content: "";
  border-radius: 50%;
  background-color: #262946;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user:after {
  left: auto;
  right: 7px;
}
.ib-promo-option-list__bonus {
  height: 68px;
  padding-top: 10px;
  color: #fff;
  background-image: linear-gradient(44deg, #006be2 0, #00cdfa 100%);
  border-radius: 0 0 10px 10px;
}
.ib-promo-option-list__bonus-caption {
  font-size: 10px;
  margin-bottom: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}
.ib-promo-option-list__bonus-val {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}
.ib-promo-range-result {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1000px) {
  .ib-promo-range-result {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ib-promo-range-result__item {
  overflow: hidden;
  width: 240px;
  margin: 0 20px 20px;
  padding: 20px 0 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 10px rgba(147, 147, 147, 0.4);
  border-radius: 10px;
}
.ib-promo-range-result__text {
  padding: 0 25px;
}
.ib-promo-range-result__caption {
  font-weight: 500;
  font-size: 13px;
  color: #b7c1c6;
}
.ib-promo-range-result__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #262946;
}
.ib-promo-range-result__value {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #009cee;
}
.ib-promo-range-result__circle {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 25px;
  border-radius: 50%;
}
.ib-promo-range-result__circle-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.ib-promo-range-result__circle-svg {
  position: absolute;
  left: -4px;
  top: -4px;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.ib-promo-range-result__circle-svg circle.base-circle {
  stroke-dasharray: 51 326;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-result-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background-image: linear-gradient(to right, #006be2 0, #00cdfa 100%);
}
.-rtl-mode .ib-promo-range-result-line {
  background-image: linear-gradient(to left, #006be2 0, #00cdfa 100%);
}
.ib-promo-range-result-line__item {
  width: 16.6%;
  height: 8px;
  background-color: #f4f4f4;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-result-line__item.-selected {
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-result-line__item:not(:last-child) {
  border-right: solid 2px #fff;
}
.-rtl-mode .ib-promo-range-result-line__item:not(:last-child) {
  border-right: none;
  border-left: solid 2px #fff;
}
.ib-promo-range-track {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto 70px;
  height: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
@media screen and (max-width: 790px) {
  .ib-promo-range-track {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track {
    padding: 0;
  }
}
.ib-promo-range-track:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 10px;
  content: "";
  background: #006ee3;
  transform-origin: 50% 50%;
  transform: translate(0, -50%);
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track:before {
    display: none;
  }
}
.-rtl-mode .ib-promo-range-track:before {
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.ib-promo-range-track__item {
  position: relative;
  z-index: 20;
  font-size: 16px;
  width: 10%;
  padding-top: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}
.ib-promo-range-track__item:before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 5px #f4f4f4;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item:before {
    display: none;
  }
}
.ib-promo-range-track__item.-selected {
  z-index: 50;
}
.ib-promo-range-track__item.-selected:before {
  background-color: #fff;
}
.ib-promo-range-track__item.-selected:nth-child(1):before {
  box-shadow: 0 0 0 5px #006ee3;
}
.ib-promo-range-track__item.-selected:nth-child(2):before {
  box-shadow: 0 0 0 5px #007ee7;
}
.ib-promo-range-track__item.-selected:nth-child(3):before {
  box-shadow: 0 0 0 5px #0091eb;
}
.ib-promo-range-track__item.-selected:nth-child(4):before {
  box-shadow: 0 0 0 5px #00a8f1;
}
.ib-promo-range-track__item.-selected:nth-child(5):before {
  box-shadow: 0 0 0 5px #00bbf5;
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item-inner {
    position: absolute;
    left: 50%;
    bottom: 100%;
    opacity: 0;
    width: 70px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    background-color: #00c0ef;
    color: #fff;
    transform-origin: 50% 50%;
    transform: translate(-50%, -15px);
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.-active .ib-promo-range-track__item-inner {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-track__item-inner:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #00c0ef transparent transparent;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item-inner:before {
    display: block;
  }
}
.ib-promo-range-wrap {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .ib-promo-range-wrap {
    margin-top: 70px;
  }
}
.ib-promo-range {
  position: absolute;
  left: 40px;
  right: 50px;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  .ib-promo-range {
    left: 0;
    right: 0;
  }
}
.ib-promo-range .noUi-horizontal {
  height: 10px;
}
.ib-promo-range .noUi-target {
  border: none;
  background: 0 0;
  box-shadow: none;
}
.ib-promo-range .noUi-connect {
  background: linear-gradient(to right, #006be2 0, #00cdfa 100%);
  box-shadow: none;
  border-radius: 0 5px 5px 0;
}
.-rtl-mode .ib-promo-range .noUi-connect {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #006be2 0, #00cdfa 100%);
}
@media screen and (max-width: 640px) {
  .ib-promo-range .noUi-connect {
    border-radius: 5px;
  }
}
.ib-promo-range .noUi-handle {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #00c0ef;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.ib-promo-range .noUi-handle:after,
.ib-promo-range .noUi-handle:before {
  display: none;
}
.ib-promo-section {
  padding: 90px 0 100px;
}
.-rtl-mode .ib-promo-section {
  direction: rtl;
}
@media screen and (max-width: 1000px) {
  .ib-promo-section {
    padding: 40px 20px;
  }
}
.ib-promo-section.-sh {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
}
.ib-promo-section.-range {
  background: url(https://demo.launchfxm.com/assets/img/bg/bg-ib-promo-range.svg) 50% 50% no-repeat;
}
.ib-promo-section__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 50px;
  max-width: 1000px;
  text-align: center;
  text-transform: none;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .ib-promo-section__title {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}
.ib-promo-section__descr {
  margin: 0 auto 40px;
  max-width: 700px;
}
.ib-promo-range-result__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.ib-promo-range-result__value {
  color: #2b8ded;
  font-size: 18px;
  font-weight: 600;
}
.ib-promo-range {
  left: 26px;
  right: 40px;
}
.ib-promo-range .noUi-handle {
  background-color: #ff5848;
  border: none;
}
.ib-promo-range-track:before {
  background: #ff5848;
}
.ib-promo-range-result__item {
  width: 210px;
}
.ib-promo-range .noUi-connect {
  background: #ff5848;
}
.ib-promo-range-track__item.-selected:nth-child(1):before,
.ib-promo-range-track__item.-selected:nth-child(2):before,
.ib-promo-range-track__item.-selected:nth-child(3):before,
.ib-promo-range-track__item.-selected:nth-child(4):before,
.ib-promo-range-track__item.-selected:nth-child(5):before {
  box-shadow: 0 0 0 5px #ff5848;
}
.base-circle {
  stroke: #2b8ded !important;
}
.noUi-touch-area:focus {
  outline: none !important;
}
.mreward-section-one .second-row .text-content .description {
  margin-bottom: 40px;
}
.ib-promo-range-result__circle-inner img {
  width: 55px;
  padding-top: 11px;
  padding-right: 0px;
  margin-right: 12px;
}
.ib-promo-section.-range {
  background: unset !important;
}
.ib-promo-section.-sh {
  box-shadow: none !important;
}
.ib-promo-section {
  padding: 0 !important;
}
.ib-promo-section .btn-section {
  margin-top: 95px !important;
}

/* Range Slide CSS*/

.join-mobile-btn {
  display: none;
}

.champion_icons {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.champion_icons .cicon {
  margin-bottom: 10px;
}

.champion_icons .cdesc strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.champion_icons .cdesc span {
  float: left;
  margin: 0 6px;
  color: #ffffff;
}
.champion_icons .cicon svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.champion_icons .cicon svg path {
  fill: #ffffff;
}

.champion_icons .cicon div {
  color: #ffffff;
}
.one-to-five {
  padding-top: 60px;
  padding-bottom: 60px;
}
.number-main {
  border-right: 1px solid #000000;
}
.number-item {
  border-right: 1px solid #000000;
}
.number {
  font-size: 70px;
  font-weight: bold;
  border-right: 15px solid #fff;
  color: #fff;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 20px;
}
.number-description {
  text-align: right;
  padding: 0px 20px 0 15px;
  min-height: 25px;
  color: #fff;
}
.number-spacer {
  min-height: 100px;
}
.number-main:hover {
  border-right: 1px solid #ffffff;
}
.zikzak_spacer {
  min-height: 100px;
}
.number-main:hover .number-item {
  border-right: 1px solid #ffffff;
}
.number-main:hover .number {
  color: #ffffff;
  border-right: 15px solid #ffffff;
}
.six-box .title-sect span {
  font-weight: 600;
}
.contact-section-one .comm-yellow-btn a {
  margin: 0 auto;
}
.six-box {
  padding-bottom: 60px;
}
.price-slider .slick-prev {
  left: 0;
  z-index: 99;
}
.price-slider .slick-next {
  right: 0;
  z-index: 99;
}
.price-slider .slick-prev:before,
.price-slider .slick-next:before {
  font-size: 30px;
}
.iti--allow-dropdown input[type="tel"] {
  padding-left: 80px !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag:focus {
  outline: none !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #949494;
}
.ib-section-one .text-section .description {
  margin-top: 15px;
}
.pamm-section-two .image-section svg {
  height: 60px;
  width: 60px;
}
.navbar-nav li:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  top: 97%;
  left: 3px;
}
.price-mobs-sli .buy_btn_one {
  position: absolute;
  left: 15%;
  bottom: 15%;
  background: transparent linear-gradient(180deg, #274aaa 0%, #3e3e3e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}
.six-box .comm-white-btn a {
  margin: 0 auto;
}
.price-mobs-sli .buy_btn_two {
  position: absolute;
  left: 42%;
  bottom: 17%;
  background: transparent linear-gradient(180deg, #f0996b 0%, #fe9e2e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}
.price-mobs-sli .buy_btn_three {
  position: absolute;
  right: 0%;
  bottom: 14%;
  background: transparent linear-gradient(180deg, #274aaa 0%, #3e3e3e 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat";
  padding: 5px 18px;
}

@media only screen and (max-width: 600px) {
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-light .navbar-toggler i {
    color: #000000;
    font-size: 25px;
  }
  .trading-section-one {
    padding: 65px 0;
  }
  .trading-section-one .text-section .description {
    padding-right: 0;
  }
  .comm-head-one {
    font-size: 40px !important;
  }
  .comm-head-two {
    font-size: 22px;
  }
  .banner-btn {
    margin-top: 80px;
  }
  .trading-section-one .image-section {
    margin-top: 70px;
  }
  .trading-section-three .seocond-row .box-section {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }
  .trading-section-three .seocond-row .box-section .text-section {
    text-align: left !important;
    margin-top: 20px;
  }
  .box-section.box-one .row {
    display: flex !important;
    flex-direction: column;
    flex-flow: column;
  }
  .box-section.box-one .row {
    display: flex !important;
    flex-direction: column;
    flex-flow: column;
  }
  .box-section.box-one .row .box-step-one {
    order: 2;
  }
  .box-section.box-one .row .box-step-two {
    order: 1;
  }
  .navbar-collapse {
    width: 75%;
    z-index: 9;
    position: fixed;
    top: 140px;
    right: 0;
    margin-top: -35px;
    height: 100vh;
    background-color: #3e3e3e;
  }
  .main-header .navbar-brand {
    padding-left: 20px;
  }
  .main-header .navbar a {
    padding: 12px 20px !important;
  }
  .navbar-collapse .navbar-nav li {
    border-bottom: 1px solid #858282;
  }
  .head-extra-btn {
    padding-left: 20px;
    margin-top: 20px;
  }
  .navbar-collapse .head-extra-btn .new-menu a {
    padding: 6px 30px !important;
  }
  .head-extra-btn .new-menu {
    display: inline;
  }
  .head-extra-btn .new-menu .inner-span {
    padding: 6px 15px;
  }
  .platform-section-one {
    padding: 65px 0;
    background-position: unset;
  }
  .number-main {
    margin-right: 115px;
  }
  .platform-section-one .text-section .description,
  .platforms-section-three .text-section {
    margin-left: 0;
  }
  .platform-section-one .text-section {
    margin-top: 35px;
    text-align: left !important;
  }
  .platforms-section-two {
    padding-top: 60px;
  }
  .platforms-section-three .text-section {
    margin-top: 30px;
  }
  .platforms-section-four .image-section {
    margin-top: 30px;
  }
  .platforms-section-six .inner-second-row .box-section {
    margin-top: 30px;
  }
  .platform-section-seven .image-section ul {
    padding-left: 0;
    list-style-position: inside;
  }
  .platform-section-nine .image-section {
    padding-top: 30px;
  }
  .contact-section-three .col {
    width: 100% !important;
    flex-basis: auto;
  }
  .contact-section-three .box-section {
    margin-top: 30px;
    height: auto;
  }
  .contact-section-four .btn-cnt {
    margin: 8px 20px;
    display: inline-block;
  }
  .contact-section-four {
    padding-top: 0;
  }
  .trading-section-one {
    background-image: none;
  }
  .comm-head-one,
  .comm-head-two,
  .banner-btn {
    text-align: center;
  }
  .trading-section-two .box-section {
    margin-top: 30px;
  }
  .trading-section-two .seocond-row {
    margin-top: 70px;
  }
  .inner-page .footer_bg {
    background: unset;
    background-color: #FF8615 !important;
  }
  .home .footer_bg {
    background: unset;
    background-color: #FF8615 !important;
  }
  .trading-section-three {
    padding-bottom: 80px;
  }
  .platforms-section-three .text-section .comm-white-btn,
  .platforms-section-four .text-section .comm-yellow-btn {
    text-align: center;
  }
  .platform-section-one {
    background-image: unset;
  }
  #testimonial-pote .description br {
    display: none;
  }
  #testimonial-pote .testimonial-details {
    margin-top: 30px;
  }

  #testimonial-pote .slick-prev,
  .slick-next {
    top: 65%;
  }
  #our-round .cent-round-img svg {
    width: 100%;
    height: 100%;
  }
  .pamm-section-one .image-section img {
    width: 100%;
  }
  .pamm-section-two .second-row .image-section svg {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .pamm-section-two .text-section,
  .pamm-section-two .box-section {
    margin-left: 0;
  }
  .pamm-section-two .inner-row-third.row .col {
    width: 45%;
    flex-basis: unset;
  }
  .pamm-section-two .second-row .box-inner.text-center {
    margin-top: 30px;
  }
  .pamm-section-two.pamm-section-three {
    margin-bottom: 50px;
  }
  .pamm-section-two {
    padding-top: 60px;
  }
  .copy-trading-section-one .btn-unque {
    display: block;
    margin-top: 25px;
    text-align: center;
    margin-left: 0;
  }
  .copy-trading-section-one .description {
    margin-bottom: 60px;
  }
  .copier-section-two {
    padding-top: 60px;
  }
  .copier-section-two .second-row .text-section {
    margin-top: 40px;
  }
  .copier-section-two .text-section .comm-white-btn,
  .copier-section-three .text-section .comm-yellow-btn {
    text-align: center;
  }
  .copier-section-three .image-section {
    text-align: center !important;
    margin-top: 40px;
  }
  .copier-section-five {
    padding-top: 40px;
  }
  .copier-section-five .box-section {
    margin-top: 30px;
  }
  .copier-section-five .box-section .comm-white-btn {
    padding-top: 30px;
  }
  .copier-section-six {
    padding-bottom: 30px;
  }
  .copier-section-seven .image-section {
    margin-top: 30px;
  }
  .copier-section-eight .fxbit-faq {
    padding: 0;
  }
  .account-section-one .btn-unique {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .account-section-two {
    padding-top: 60px;
  }
  .account-section-two .second-row {
    margin-top: 30px;
  }
  .account-section-four {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .account-section-four .text-section .comm-white-btn {
    text-align: center;
  }
  .account-section-four .image-section {
    margin-top: 50px;
  }
  .account-section-four .image-section img {
    width: 100%;
  }
  .copier-section-eight {
    padding-bottom: 60px;
  }
  .ib-section-one .ib-banner-btn-sect {
    text-align: center;
  }
  .ib-section-two {
    padding-top: 60px;
  }
  .ib-section-two .title-section .description br {
    display: none;
  }
  .ib-section-two .second-row .image-section svg {
    width: 80px;
    height: 80px;
  }
  .ib-section-three .text-section .description-one {
    margin-top: 50px;
  }
  .ib-section-three .text-section p.description.description-two {
    margin-top: 30px;
  }
  .ib-section-three .text-section p.description.description-three {
    margin-top: 40px;
  }
  .ib-section-three .second-row {
    padding-top: 30px;
  }
  .ib-section-four .image-section img {
    width: 100%;
  }
  .ib-section-four .image-section .text-section {
    position: unset;
    margin-top: 50px;
  }
  .ib-section-four .image-section .text-section .description-two {
    margin-top: 50px;
  }
  .ib-section-six {
    padding-top: 30px;
  }
  .ib-section-five {
    padding-bottom: 30px;
  }
  .ib-section-six .description {
    margin-right: 0;
  }
  .ib-section-six .btn-inner .btn-unique {
    display: block;
    margin-right: 0;
    margin-top: 60px;
    text-align: center;
  }
  .trading-promotion-five .reward-calculate-text {
    margin-top: 50px;
  }
  .reward-calculate-text .range-lab-tit {
    display: block;
  }
  .reward-calculate-text .range-lab-selec {
    display: block;
    float: unset;
    width: auto;
  }
  .range-slider input[type="range"] {
    width: 295px;
  }
  .reward-calculate-text .range-two-text input {
    width: 245px !important;
  }
  .reward-calculate-text .range-two-per {
    width: 20%;
  }
  .bonus-section-one .btn-unique {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-top: 15px;
  }
  .bonus-section-one .description {
    margin-bottom: 50px;
  }
  .depositeb-section-one {
    padding-top: 40px;
  }
  .depositeb-section-one .content-steps {
    padding: 0;
    margin-top: 20px;
  }
  .depositeb-section-one .row {
    padding: 0;
  }
  .depositeb-setion-two {
    padding-top: 30px;
  }
  .depositeb-setion-two .title-section .description br {
    display: none;
  }
  .depositeb-setion-two .title-section .description {
    margin-top: 20px;
  }
  .depositeb-setion-two .content-steps {
    margin-top: 30px !important;
  }
  .depositeb-setion-two .title-section {
    margin-bottom: 10px;
  }
  .depositeb-setion-two .imgage-content {
    margin-top: 30px;
  }
  .depositeb-section-three {
    padding-top: 30px;
  }
  .depositeb-section-three .second-row {
    padding: 0;
    margin-top: 20px;
  }
  .depositeb-section-three .second-row .content-steps {
    margin-top: 20px;
  }
  .depositeb-section-four .content-steps.text-center {
    margin-top: 30px;
  }
  .depositeb-section-four {
    padding-bottom: 30px;
  }
  .mreward-section-one {
    padding-top: 60px;
  }
  .ib-promo-range {
    left: 0 !important;
  }
  .ib-promo-range-result__item {
    width: 100% !important;
  }
  .join-desktop-btn {
    display: none;
  }
  .join-mobile-btn {
    display: block !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .ib-promo-section .join-mobile-btn {
    margin-top: 40px !important;
  }
  .champion_icons .cdesc span {
    margin: 0 32px !important;
  }
  .champion_icons .cdesc {
    margin-bottom: 30px;
  }
  .champion_icons .winner-two {
    margin-bottom: 30px;
  }
  .one-to-five {
    padding-top: 30px;
  }
  .zikzak_spacer {
    min-height: 20px !important;
  }
  .one-to-five .number-spacer {
    display: none;
  }
  .padding-bottom-70 {
    padding-bottom: 70px;
  }
  .six-box .title-sect {
    font-size: 14px;
  }
  .comm-head-one-inner {
    font-size: 22px;
  }
  .mobile-price-slider {
    display: block !important;
  }
  .contact-section-four {
    padding-bottom: 60px;
  }
  .trading-section-one {
    height: auto;
  }
  .platform-section-one {
    height: auto;
  }
  .depositeb-section-three .second-row ul .price-extra-content {
    font-size: 12px;
  }
  .depositeb-section-three .second-row ul .price {
    font-size: 15px;
  }
  .copier-section-seven .text-section .comm-white-btn {
    text-align: center;
  }
  .copier-section-six .second-row .box-section {
    height: auto;
  }
  .platform-section-ten .second-row ul li {
    margin-bottom: 25px;
  }
  .account-section-four,
  .copier-section-seven {
    background-image: none;
  }
  .main-header .navbar-nav .dropdown-item {
    padding-left: 40px !important;
    color: #fff !important;
  }
  .navbar-nav .dropdown-menu {
    background-color: #ffffff;
  }
  .price-mobs-sli img {
    margin: 0 auto;
  }
  .price-mobs-sli .buy_btn_one {
    left: 19.2%;
    bottom: 26%;
    padding: 5px 25px;
  }
  .price-mobs-sli .buy_btn_two {
    left: 33.8%;
    padding: 5px 25px;
  }
  .price-mobs-sli .buy_btn_three {
    right: 47.7%;
    bottom: 25%;
    padding: 5px 25px;
  }
  .mobile-price {
    display: block !important;
  }
  .round-clr-02 {
    display: none;
  }
  .mobile-price .slick-prev {
    left: 0;
    z-index: 9;
  }
  .mobile-price .slick-next {
    right: 0;
    z-index: 9;
  }
  .mobile-price .slick-prev:before,
  .mobile-price .slick-next:before {
    font-size: 30px !important;
  }
  .navbar-nav li:nth-child(6) a {
    padding: 12px 20px !important;
  }
  #testimonial-pote .slick-next {
    top: 175px;
  }
  .banner-btn a,
  .comm-white-btn a {
    margin: 0 auto;
  }
  .platform-section-one .banner-btn a {
    float: unset;
  }

  .platforms-section-two {
    padding-top: 30px;
  }
  .platform-section-nine {
    padding-top: 30px;
  }
  .copier-section-seven .text-section .comm-white-btn a,
  .account-section-four .text-section .comm-white-btn a {
    float: unset;
  }
  .comm-yellow-btn a {
    margin: 0 auto;
  }
  .ib-section-six .btn-inner .btn-unique {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  a.buy_btn1 {
    left: 32%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1230px) {
  .trading-section-three .seocond-row .box-section {
    height: 380px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .trading-section-three .seocond-row .box-section {
    height: 350px;
  }
}

/*=========================================================*/
#security_tree .security_tech_edit .secure-offer p{
    color: #000 !important;
}
#security_tree .security_tech_edit .Demo-mark-txt h4{
    color: #000 !important;
}

#security_tree .security_tech_edit .secure-high p{
color: #000;
}
.packages-home{
    max-width: 100%;
}
.price-card{
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}

#pricing-section{
    background: #0274FE;
}

#pricing-section h2{
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0px 11px 6px #0000005a;
}

@media only screen and (max-width: 600px) {
    .home .footer_bg {
        background: unset;
        background-color: #FC8038 !important;
    }
    .box-section{
        border-radius: 10px;
    }
}












.trade-btn-now a {
  background: transparent linear-gradient(90deg, #003a81 0%, #0274FE 100%) 0% 0% no-repeat padding-box;
}
.trade-btn-now
  a:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.trade-btn-now
  a:hover
  span {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
}
.trade-btn-now a span {
  border: 1px solid #ffffff;
  background: transparent linear-gradient(90deg, #003a81 0%, #0274FE 100%) 0% 0%
    no-repeat padding-box;
}


.comm-yellow-btn button {
  border-radius: 50px;
  padding: 5px 4px 5px;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  box-shadow: 0px 3px 6px #0000004d;
  display: block;
  width: 230px;
  outline: none;
  border: none;
}
.comm-yellow-btn button span {
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: "Montserrat";
  font-weight: 500;
  background: transparent linear-gradient(90deg, #ffbd33 0%, #ff8000 100%);
  display: block;
  width: 222px;
}
.comm-yellow-btn button:hover {
  text-decoration: none;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.comm-yellow-btn button:hover span {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid #e2e2e2;
}