@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800;900&display=swap);
@import "/css/app/slick.min.css";
html {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 14px;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 1.14rem;
  font-weight: 300;
  color: #b0b0b0;
  line-height: normal;
  position: relative;
}
.preloader {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  height: 3px;
}
::-webkit-scrollbar-corner {
  display: none;
  height: 0;
  width: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  max-width: 100%;
  display: inline-block;
}
button,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  opacity: 1;
  letter-spacing: 0.0143rem;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #201b4c;
}
a:hover,
a:focus {
  outline: inherit;
  text-decoration: none;
}
a:hover {
  color: #201b4c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  line-height: normal;
  padding: 0 0;
  margin: 0 0;
}
section::after {
  display: block;
  clear: both;
  content: "";
}
.full_container {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0rem auto;
}
.navigation .navbar-nav li a.language_drop_.dropdown-toggle img,
.navigation .navbar-nav li .nav_dropdown ul.language_drop_down_web img,
.mview_language_dropdown a img,
.navigation
  .language_dropdown_mobile_view
  .mview_language_dropdown
  .nav_dropdown
  .language_drop_down_web
  img {
  width: 20px;
}
.daily_financial_news_video {
  width: 100%;
  display: flex !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px;
}
.daily_financial_news_video iframe {
  width: 100%;
  height: 26.5rem;
  border: 0;
}
input::-webkit-input-placeholder {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
input::-moz-placeholder {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
input::-ms-input-placeholder {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
input::placeholder {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: transparent !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}
#pageTop {
  display: none;
}
.totop {
  position: fixed;
  bottom: 115px;
  right: 0;
  z-index: 999;
}
.totop a {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  font-size: 2.5rem;
  border-radius: 1.07rem 0rem 0rem 0.25rem;
}
.totop a,
.totop a:visited {
  color: #fff;
}
.totop a:hover {
  color: #eee;
  text-decoration: none;
}
.form-control:focus,
.custom-select:focus {
  outline: none;
  -webkit-box-shadow: 0rem 0rem 0rem transparent;
  box-shadow: 0rem 0rem 0rem transparent;
  border-color: #00eda4;
}
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../../../img/logo.svg);
  width: 22rem;
  height: 4rem;
  background-size: 79.2%;
  background-position: left center;
  background-repeat: no-repeat;
}
.logo img {
  display: none;
}

.navigation {
  width: 100%;
  position: absolute;
  top: 0%;
  background-color: #fff;
  box-shadow: 10px 5px 10px rgb(10 154 246 / 0.2);
  z-index: 9;
}
.navigation.fixed-top {
  width: 100%;
  position: fixed;
  top: 0%;
  background-color: #fff;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  z-index: 999;
}
.navigation.inner_header {
  background-color: #fff;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
footer a {
  color: #007bff;
}
.footer_bottom_text_sec a {
  color: #007bff;
}
.footer_bottom_text_sec a:hover {
  color: #007bff;
  text-decoration: underline;
}
.navbar-expand-md {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 1.6rem 0rem;
}
.navigation.fixed-top .navbar-expand-md {
  padding: 1.4rem 0rem;
}
.navbar-expand-md > .container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation .navbar-toggler {
  width: 40px;
  height: 35px;
  line-height: 0;
  color: #0d68f9;
  border-color: #0d68f9;
  background-color: transparent;
  padding: 0 0;
  margin: 0rem 0rem auto;
}
.navigation .navbar-toggler .navbar-toggler-icon {
  width: 22px;
  height: 2px;
  background-color: #0d68f9;
  margin: 3px 0;
}
.navigation .navbar-toggler:focus {
  outline: none;
  outline-offset: 0;
}
.navigation .navbar-toggler:hover {
  background-color: transparent;
}
.navigation .navbar-toggler:hover .navbar-toggler-icon {
  background-color: #0d68f9;
}
.navigation .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .navbar-nav li {
  position: relative;
  margin: 0rem 0.5rem;
}
.navigation .navbar-nav li a,
.navigation .navbar-nav li button.dropdown-toggle,
.mview_language_dropdown button.dropdown-toggle {
  font-size: 1.07rem;
  font-weight: 500;
  color: #062652;
  background-color: transparent;
  border: 0;
  padding: 0.5rem 0.6rem;
  padding-right: 15px;
}
.mview_language_dropdown a {
  padding: 0.65rem 0rem;
  font-weight: 500;
  padding-right: 15px;
}
.navigation .navbar-nav li:hover > a,
.navigation .navbar-nav li:hover button.dropdown-toggle,
.navigation .navbar-nav li a.active {
  color: #0a9af6;
}
.navigation .navbar-nav li.login_toplink a {
  min-width: 8.47rem;
  border: 1px solid #278bf7;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  padding: 0.65rem 1.07rem;
}
.navigation .navbar-nav li.login_toplink .btn_login {
  min-width: 6.96rem;
  background-color: #fff;
  background-image: none;
  color: #0d68f9 !important;
  margin-right: 1.07rem;
}
.navigation .navbar-nav li.login_toplink .btn_login:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
  color: #ffffff !important;
}
.dropdown-toggle::after {
  width: 0.78rem;
  height: 0.78rem;
  background-image: url(../../img/custom_select.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100%;
  border: none;
  vertical-align: 0rem;
  margin-left: 1rem;
}
.dropdown-toggle::before {
  display: none;
}
.navbar-nav .dropdown-menu {
  min-width: 100%;
  border-radius: 0rem;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
  -moz-box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
  box-shadow: 0.5rem 0 1.5rem 0 rgba(112, 112, 112, 0.1);
  padding: 0;
  margin: 0rem 0rem;
}
.navbar-nav .dropdown-menu.last {
  left: auto;
  right: 0rem;
}
.navigation .navbar-nav .dropdown-item {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid #e6e6e6 !important;
  justify-content: flex-start;
  padding: 0.6rem 1.07rem;
}
.navigation .navbar-nav .dropdown-item:last-child {
  border-bottom: none !important;
}
.navigation .navbar-nav .dropdown-item:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.language_dropdown_mobile_view {
  display: none;
}
.nav_dropdown {
  min-width: 100%;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0 1.5rem 3.5rem rgba(22, 41, 68, 0.25);
  border-radius: 6px;
  transition: all 0.3s ease-out;
  padding: 2rem 2rem;
  margin: 0rem;
  z-index: 999;
}
.nav_dropdown::before {
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
  top: -8px;
  display: block;
  left: 50%;
  content: "";
}
.navigation .navbar-nav li:hover .nav_dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.navigation .navbar-nav li .nav_dropdown ul {
  min-width: 18rem;
  padding: 0rem 1.07rem;
}
.navigation .navbar-nav li .nav_dropdown ul li {
  padding: 0rem 0rem;
  margin: 0rem 0rem;
}
.navigation .navbar-nav li .nav_dropdown ul li.heading_title,
.navigation .navbar-nav li .nav_dropdown ul li ul li.heading_subtitle {
  font-size: 1.07rem;
  font-weight: 500;
  color: #9aa2b9;
  border-bottom: 1px solid #e4e8f4;
  padding: 0.65rem 0rem;
  margin-bottom: 0.65rem;
}
.navigation .navbar-nav li .nav_dropdown ul li > a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #403f4d;
  border-bottom: 1px solid transparent;
  padding: 0.65rem 0rem;
}
.navigation .navbar-nav li .nav_dropdown ul li:hover > a,
.navigation .navbar-nav li .nav_dropdown ul li > a.active {
  color: #0d67f9;
  border-color: #0d67f9;
  padding-left: 3px;
}
.navigation .navbar-nav li .nav_dropdown ul li > a i {
  margin-left: auto;
}
.navigation .navbar-nav li .nav_dropdown ul li ul {
  min-width: 100%;
  padding: 0rem 0rem;
}
.navigation .navbar-nav li .nav_dropdown ul li ul li.heading_subtitle {
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  padding: 0.65rem 0.65rem;
}
.navigation .navbar-nav li .nav_dropdown ul li ul li a {
  font-weight: 300;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
  padding: 0.5rem 0.5rem;
}
.navigation .navbar-nav li .nav_dropdown ul li ul li:hover a {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.custom-select {
  width: 100%;
  height: 4rem;
  font-size: 1.07rem;
  color: #b2b2b2;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background-image: url(/img/select_arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: center right 1.07rem;
  background-size: 1rem;
}
.custom-select option {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.banner_sec lottie-player,
#home_banner {
  width: 100%;
  height: 115rem;
}
.banner_sec .banner_graphics {
  position: absolute;
  top: 23%;
}
.caption_pioint_sec {
  width: 68rem;
  display: flex;
  position: absolute;
  left: 15px;
  top: 30rem;
  z-index: 3;
}
.caption_pioint_sec .slick-list,
.caption_pioint_sec .slick-track {
  width: 100% !important;
  overflow: visible;
}
.caption_pioint_sec .slick-track {
  display: flex;
}
.caption_pioint_sec li {
  white-space: nowrap;
  cursor: pointer;
  flex: 1;
  text-align: center;
  font-size: 1.07rem;
  color: #100f49;
  font-weight: 400;
  opacity: 0.7;
  transition: all 0.5s ease-out;
  padding: 0.5rem 0.8rem;
}
.caption_pioint_sec .slick-slide img {
  display: inline-block;
}
.caption_pioint_sec li.slick-active {
  opacity: 1;
  font-weight: 600;
}
.banner_slide_img {
  text-align: center;
}
.banner_slide_img img {
  width: 80%;
  display: inline-block;
}
.owl-carousel.banner_slider .owl-dots {
  width: 14px;
  position: absolute;
  right: 0rem;
  top: 8rem;
}
.owl-carousel.banner_slider .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.owl-carousel.banner_slider .owl-dot span {
  display: none;
}
.owl-carousel.banner_slider .owl-dot.active {
  background-color: #0d68f9;
  border-color: #0d68f9;
}
.banner_sec,
.baner_bottom {
  min-height: 87rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 8rem;
}
.baner_bottom {
  width: 100%;
  min-height: 100%;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  background-size: 100%;
  padding-top: 0rem;
  z-index: 1;
}
.banner_sec > .container {
  position: relative;
  padding-top: 8rem !important;
  z-index: 2;
}
.banner_sec .range_trading_sec {
  position: relative;
  z-index: 2;
}
.banner_data {
  margin-top: 4rem;
}
.banner_data > .container {
  position: relative;
}
.header_title {
  font-weight: 600;
  font-size: 3.5rem;
  color: #062652;
  line-height: 1.3;
}
.heading_text_color {
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 67, 102, 1)),
    to(rgba(255, 174, 42, 1))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 67, 102, 1) 0%,
    rgba(255, 174, 42, 1) 100%
  );
}
.header_subtitle {
  max-width: 50ch;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #6c89ac;
}
.btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  border-radius: 0rem;
  font-weight: 500;
  font-size: 1.21rem;
  color: #ffffff !important;
  border: 0;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 1.07rem 2rem;
border-radius: 22px;
}
.btn span {
  display: block;
  text-align: left;
}
.btn span small {
  width: 100%;
  font-size: 77.78%;
  display: block;
}
.btn::before,
.btn::after {
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: -110%;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: "";
  z-index: -1;
}
.btn:hover::before {
  left: -10%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover::after {
  left: -20%;
}
.header_btn {
  display: inline-block;
  position: relative;
}
.header_btn .btn {
  min-width: 15rem;
  justify-content: center;
}
.animated {
  transition: all 0.5s ease;
}
.section_title {
  font-size: 2.57rem;
  font-weight: 600;
  color: #062652;
  line-height: 1.4;
}
.section_title small {
  display: block;
  font-size: 47.2222%;
  font-weight: 400;
  line-height: 1.79rem;
}
.section_title small.sub {
  color: #979797;
  margin-top: 1rem;
  font-weight: 100;
}
.range_trading_slider_block {
  padding-left: 12rem;
  margin-top: 2.5rem;
}
.range_trading_block {
  background: #fff;
  box-shadow: 0 0.3rem 1.07rem rgba(42, 54, 68, 0.3);
  margin: 15px;
  min-height: 15rem;
}
.range_trading_block.about {
  min-height: 11rem;
  display: flex;
  align-items: stretch;
}
.range_trading_icon {
  width: 100%;
  height: 10rem;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 15px;
  margin: 1.5rem 0rem 1em;
}
.range_trading_icon img,
.range_trading_icon lottie-player {
  width: 7rem !important;
  display: inline-block !important;
}
.range_trading_icon lottie-player {
  width: 12rem;
}
.range_trading_title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #062652;
  padding: 1rem 15px 0.5rem;
}
.range_trading_text {
  font-size: 1rem;
  line-height: 1.43rem;
  color: #062652;
  font-weight: 300;
  padding: 0.65rem 15px;
}
.range_trading_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #b7b7b7;
  line-height: 0.79rem;
  font-weight: 300;
  background-color: #f0f5f9;
  padding: 1.8rem 15px;
  margin-top: 1.5rem;
}
.range_trading_block:hover .range_trading_btn {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
  color: #fff;
}
.owl-nav {
  width: 12rem;
  position: absolute;
  left: -12rem;
  bottom: 15px;
  display: flex;
  align-items: center;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: calc(50% - 2px);
  background-color: #e4f7ff;
  font-size: 2.5rem;
  border: 1px solid #f1f1f1;
  line-height: 1;
  color: #7c9cb0;
  padding: 0.65rem 15px !important;
  margin-left: 1px;
  margin-right: 1px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
  color: #fff;
}
.overview_sec {
  background-color: #dde1ef;
}
.overview_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.overview_list::after {
  clear: both;
  display: block;
}
.overview_list > li {
  width: calc(50% - 30px);
  float: left;
  min-height: 9.7rem;
  transition: all 0.5s ease-out;
  position: relative;
  background-color: #fff;
  margin: 15px;
}
.overview_list li .overview_list_box {
  height: 100%;
  position: relative;
  transition: all 0.5s ease-out;
}
.overview_list li > input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
}
.overview_icon_block {
  min-width: 12rem;
  height: 100%;
  transition: all 0.5s ease-out;
  background-color: #fcfcfe;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.85rem 1.07rem;
}
.overview_icon_block > div {
  width: 100%;
  text-align: center;
}
.overview_icon_block .hover {
  display: none;
}
.overview_list li > input:checked + .overview_list_box,
.overview_list li.selected .overview_list_box,
.overview_list li:hover .overview_list_box {
  box-shadow: 0 8px 61px rgba(48, 170, 241, 0.38);
}
.overview_list li > input:checked + .overview_list_box .overview_icon_block,
.overview_list li.selected .overview_list_box .overview_icon_block,
.overview_list li:hover .overview_list_box .overview_icon_block {
  background: #2e5ed0;
}
.overview_list
  li
  > input:checked
  + .overview_list_box
  .overview_icon_block
  .normal,
.overview_list li.selected .overview_list_box .overview_icon_block .normal,
.overview_list li:hover .overview_list_box .overview_icon_block .normal {
  display: none;
}
.overview_list
  li
  > input:checked
  + .overview_list_box
  .overview_icon_block
  .hover,
.overview_list li.selected .overview_list_box .overview_icon_block .hover,
.overview_list li:hover .overview_list_box .overview_icon_block .hover {
  display: inline-block;
}
.overview_icon {
  width: 100%;
  height: 3.93rem;
  margin-bottom: 0.65rem;
}
.overview_icon img {
  max-width: 100%;
  max-height: 100%;
}
.overview_icon_name {
  font-size: 1.14rem;
  color: #062652;
  font-weight: 400;
  transition: all 0.5s ease-out;
}
.overview_list li > input:checked + .overview_list_box .overview_icon_name,
.overview_list li.selected .overview_list_box .overview_icon_name,
.overview_list li:hover .overview_list_box .overview_icon_name {
  color: #fff;
}
.overview_list li > input:checked + .overview_list_box .overview_data,
.overview_list li.selected .overview_list_box .overview_data,
.overview_list li:hover .overview_list_box .overview_data {
  background: linear-gradient(268.44deg, #2fadfc 0%, #2d0fa4 100%);
}
.overview_data li {
  flex: 1 0 0%;
  background-color: transparent;
  position: relative;
  font-size: 1.14rem;
  color: #6d768f;
  font-weight: 400;
  padding: 0.5rem 1.07rem;
  margin: 0rem 0rem;
}
.overview_list li > input:checked + .overview_list_box .overview_data li,
.overview_list li.selected .overview_list_box .overview_data li,
.overview_list li:hover .overview_list_box .overview_data li {
  color: rgba(255, 255, 255, 0.7);
}
.overview_data li span,
.overview_data li small {
  display: block;
  font-size: 168.75%;
  color: #062652;
}
.overview_data li small {
  font-size: 100%;
}
.overview_list li > input:checked + .overview_list_box .overview_data li span,
.overview_list li.selected .overview_list_box .overview_data li span,
.overview_list li:hover .overview_list_box .overview_data li span,
.overview_list li > input:checked + .overview_list_box .overview_data li small,
.overview_list li.selected .overview_list_box .overview_data li small,
.overview_list li:hover .overview_list_box .overview_data li small {
  color: rgba(255, 255, 255, 1);
}
.overview_btns {
  width: 100%;
  display: flex;
  justify-content: center;
}
.spreadsForex .spreadsForex_block .overview_btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.overview_btns .btn {
  min-width: 16.4rem;
  justify-content: center;
}
.overview_btns .btn.read_more {
  background: #fff;
  color: #0d68f9 !important;
  border: 1px solid #0d68f9;
}
.overview_btns .btn.read_more:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #ffffff !important;
}
.why_choose_block {
  width: 100%;
  height: 35rem;
  position: relative;
}
.why_choose_box {
  position: absolute;
}
.why_choose_box.first {
  left: 0%;
  top: 0%;
}
.why_choose_box.second {
  left: 0%;
  bottom: 0%;
}
.why_choose_box.third {
  right: 0%;
  top: 0%;
}
.why_choose_box.four {
  right: 0%;
  bottom: 0%;
}
.why_choose_desc,
.why_choose_icon_box {
  width: 32.36rem;
}
.why_choose_icon_box {
  z-index: 2;
}
.why_choose_icon_box > img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.why_choose_icon_box > .hover,
.why_choose_icon_box:hover > .normal {
  display: none;
}
.why_choose_icon_box:hover > .hover {
  display: inline-block;
}
.why_choose_icon_data {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 0.5rem 2rem;
}
.why_spiner_dot {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}
.why_spiner_dot::before,
.why_spiner_dot::after {
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background-color: rgba(95, 48, 170, 0.2);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  animation: sm_to_big 2s linear infinite;
  transition: all 0.5s ease-out;
  content: "";
  z-index: 1;
}
.why_spiner_dot::after {
  background-color: rgba(95, 48, 170, 0.1);
  animation: sm_to_big 2s linear 1s infinite;
  z-index: 2;
}
@keyframes sm_to_big {
  from {
    width: 1.28rem;
    height: 1.28rem;
    background-color: rgba(95, 48, 170, 0.2);
  }
  to {
    width: 150%;
    height: 150%;
    background-color: rgba(95, 48, 170, 0);
  }
}
@-webkit-keyframes sm_to_big {
  from {
    width: 1.28rem;
    height: 1.28rem;
    background-color: rgba(95, 48, 170, 0.3);
  }
  to {
    width: 150%;
    height: 150%;
    background-color: rgba(95, 48, 170, 0);
  }
}
.why_spiner_dot > span {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  background: linear-gradient(349.56deg, #0d67f9 6.16%, #5fd8ff 94.39%);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 3;
}
.why_choose_icon .hover,
.why_choose_icon_box:hover .why_choose_icon .normal {
  display: none;
}
.why_choose_icon_box:hover .why_choose_icon .hover {
  display: inline-block;
}
.why_choose_icon_title {
  font-size: 1.5rem;
  color: #062652;
  font-weight: 500;
}
.why_choose_box.third .why_spiner_dot,
.why_choose_box.four .why_spiner_dot {
  right: auto;
  left: 0%;
  transform: translate(-50%, -50%);
}
.why_choose_middle {
  width: 48rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why_choose_middle lottie-player {
  width: 100%;
  height: auto;
  display: inline-flex;
}
.why_choose_desc {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-out;
  padding: 0.5rem 2rem;
  color: #062652;
  font-weight: 400;
}
.why_choose_box:hover .why_choose_desc {
  opacity: 1;
}
.why_choose_btn_view {
  transition: all 0.5s ease-out;
}
.why_choose_btn_view:hover {
  color: #0d68f9;
}
.wht_btn::before,
.wht_btn::after {
  width: 130%;
  height: 130%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(95, 48, 170, 0.2);
  transition: all 0.5s ease-out;
  animation: plysm_to_big 2s linear infinite;
  content: "";
}
.wht_btn::after {
  background-color: rgba(95, 48, 170, 0.1);
  z-index: 2;
  animation: plysm_to_big 2s linear 1s infinite;
}
@-webkit-keyframes plysm_to_big {
  from {
    width: 100%;
    height: 100%;
    background-color: rgba(95, 48, 170, 0.3);
  }
  to {
    width: 200%;
    height: 200%;
    background-color: rgba(95, 48, 170, 0);
  }
}
@keyframes plysm_to_big {
  from {
    width: 100%;
    height: 100%;
    background-color: rgba(95, 48, 170, 0.2);
  }
  to {
    width: 200%;
    height: 200%;
    background-color: rgba(95, 48, 170, 0);
  }
}
.wht_btn > img {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.who_we_are_video_sec .modal-dialog {
  max-width: 600px;
}
.who_we_are_video_sec .modal-content {
  background-color: transparent;
  border: 0;
}
.who_we_are_video_frame {
  width: 100%;
  height: 30rem;
  display: flex;
}
.forex_news_sec {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80%;
}
.forex_news_list > li {
  min-height: 6rem;
  display: flex;
  background-color: #fff;
  border-radius: 0.85rem;
  position: relative;
  padding: 2px;
  margin-top: 1rem;
}
.forex_news_list > li:first-child {
  margin-top: 0rem;
}
.forex_news_list > li .top_heading_view {
  font-size: 0.93rem;
  font-weight: 500;
  color: #a1abba;
  padding: 10px 15px 0;
}
.bid_ask_sec {
  display: inline-flex;
  align-items: center;
}
.bid_ask_sec li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 1.07rem;
}
.bid_ask_sec li::after {
  width: 1px;
  height: 50%;
  background-color: rgba(196, 196, 196, 0.6);
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(0%, -50%);
  content: "";
}
.bid_ask_sec li:last-child::after {
  display: none;
}
.bid_ask_title {
  font-size: 1.21rem;
  font-weight: 600;
  color: #7d8491;
  margin-right: 2rem;
}
.bid_ask_value {
  font-size: 2.57rem;
  font-weight: 400;
  color: #28a6f0;
  margin-right: 2rem;
}
.bid_ask_value small,
.bid_ask_value sup {
  font-size: 61%;
}
.bid_ask_value sup {
  vertical-align: text-top;
  top: 0.5rem;
}
.forexnews_buy_sale_sec {
  min-width: 20rem;
  background-color: rgba(239, 244, 250, 0.6);
  border-radius: 0.7rem;
  display: inline-flex;
  padding: 3px;
  margin-left: auto;
}
.forexnews_buy_sale_sec li {
  flex: 1 0 0%;
  display: inline-flex;
  align-items: center;
  font-size: 1.28rem;
  color: rgba(48, 170, 241, 0.7);
  font-weight: 400;
  padding: 3px;
}
.forexnews_buy_sale_sec li .spread_box {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.forexnews_buy_sale_sec li small {
  display: block;
  font-size: 72%;
  color: #7d8491;
}
.forexnews_buy_sale_sec li .btn {
  width: 100%;
  justify-content: center;
  border-radius: 0.3rem;
  background: #fff;
  border: 1px solid #1a79f9;
  box-shadow: 0 4px 1.07rem rgba(8, 154, 246, 0.24);
  color: #2d3dbe !important;
  padding: 0.4rem 0.4rem;
  margin: 0.15rem 0rem;
}
.forexnews_buy_sale_sec li .btn.sale {
  background: #fff;
  border-color: #fff;
  color: #ee7301 !important;
}
.forexnews_buy_sale_sec li .btn:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
  color: #ffffff !important;
}
.daily_forex_news_title {
  font-size: 1.36rem;
  font-weight: 600;
  color: #062652;
}
.daily_forex_news_slider {
  margin-left: -15px;
  margin-right: -15px;
}
.daily_forex_news {
  background: #fff;
  box-shadow: 0 0rem 1rem rgba(106, 132, 151, 0.15);
  border: 1px solid #fff;
  border-radius: 0.3rem;
  transition: all 0.5s ease-out;
  margin: 15px;
}
.daily_forex_news:hover {
  border-color: #1e7ef8;
}
.daily_forex_news_img {
  height: 120px;
}
.daily_forex_news_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daily_forex_news_data_sec {
  padding: 1.5rem;
  min-height: 17rem;
}
.daily_forex_news_heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #062652;
}
.daily_forex_news_desc {
  font-size: 1rem;
  color: #403f4d;
}
.daily_forex_news_desc p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.daily_forex_news_desc .read_more {
  font-weight: 400;
  color: #2d3dbe;
}
.daily_forex_news_slider .owl-nav,
.daily_forex_news_slider_rtl .owl-nav {
  right: 14px;
  top: -4rem;
  left: auto;
  bottom: auto;
}
.daily_forex_news_slider.owl-carousel .owl-nav button.owl-prev,
.daily_forex_news_slider.owl-carousel .owl-nav button.owl-next {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.enjoy_seamless_trading_sec,
.enjoy_seamless_trading_sec .range_trading_block {
  background-repeat: no-repeat;
  background-position: center bottom 12rem;
  background-size: auto;
}
.enjoy_seamless_trading_sec {
  position: relative;
}
.enjoy_seamless_trading_sec::before {
  width: 100%;
  height: 191px;
  background-image: url(../img/cloud.svg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
  position: absolute;
  top: 10rem;
  left: 0;
  -webkit-animation: animatedBackground 300s linear infinite;
  animation: animatedBackground 300s linear infinite;
  content: "";
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}
.enjoy_seamless_trading_sec > .container {
  position: relative;
  z-index: 2;
}
.enjoy_seamless_trading_sec .range_trading_block {
  background-color: transparent;
  box-shadow: 0rem 0rem 0rem;
  position: relative;
}
.enjoy_seamless_trading_sec .range_trading_block::after {
  width: 1px;
  height: 100%;
  background-image: url(/img/platform_block_list_bg.svg);
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  top: 0%;
  right: -1px;
  content: "";
}
.enjoy_seamless_trading_sec .range_trading_block.last::after {
  display: none;
}
.enjoy_seamless_trading_sec .range_trading_title {
  font-size: 1.28rem;
}
.enjoy_seamless_trading_sec .range_trading_icon img {
  width: auto !important;
}
.enjoy_seamless_trading_sec .range_trading_icon lottie-player {
  width: 6rem !important;
}
.tablet_sec {
  max-width: 1366px;
  width: 100%;
  min-height: 60rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0rem auto;
}
.tablet_data_sec {
  max-width: 1002px;
  width: 100%;
  height: 670px;
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 75px;
  border-radius: 38px 38px 0 0;
  margin: 0 auto;
}
.tablet_data_tablink_sec {
  min-width: 18.4rem;
  background: linear-gradient(180deg, #0e3ea7 0%, #100f49 100%);
}
.tablet_tablink {
  margin-top: 5rem;
}
.tablet_tablink li {
  padding-left: 1.43rem;
  padding-right: 1.43rem;
  padding-bottom: 3.5rem;
}
.tablet_tablink li a {
  display: flex;
  align-items: center;
  font-size: 1.43rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}
.tablet_tablink li a span {
  position: relative;
  min-width: 3.6rem;
  min-height: 4.5rem;
  border: 2px solid #fff;
  border-radius: 0.43rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
}
.tablet_tablink li a small {
  display: block;
  font-size: 65%;
  font-weight: 300;
}
.tablet_tablink li a span::after {
  width: 2px;
  height: 2.36rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -3rem;
  left: 50%;
  content: "";
}
.tablet_tablink li.last a span::after {
  display: none;
}
.tablet_tablink li:hover a,
.tablet_tablink li a.active {
  opacity: 1;
}
.tablet_tablink li:hover a span::after,
.tablet_tablink li a.active span::after {
  background-color: rgba(255, 255, 255, 1);
}
.tablet_data_tabview {
  padding: 3rem 4rem;
}
.tablet_data_tabview .tab-pane.active {
  animation: slide_down 1s ease-out;
}
@keyframes slide_down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tablet_data_headeing {
  font-size: 2.5rem;
  color: #062652;
  font-weight: 400;
}
.tablet_data_subheading {
  font-size: 1.43rem;
  color: #707786;
}
.tablet_data_pic {
  width: 100%;
  min-height: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.07rem;
  background-color: #fff;
  padding: 2.5rem;
  text-align: center;
}
.partner_sec {
  min-height: 55.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
}
.partners_title {
  font-size: 3.93rem;
  font-weight: 500;
  color: #fff;
}
.partners_subtitle {
  min-height: 6.21rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  color: #5ad3ff;
  font-weight: 400;
  padding-left: 2rem;
  padding-right: 2rem;
}
.partners_subtitle .left,
.partners_subtitle .right {
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 0.5s ease-out;
}
.partners_subtitle .right {
  left: auto;
  right: 0%;
  transition: all 0.5s ease-out;
}
.partner_sec:hover .left {
  animation: left_right_first 1s linear;
}
.partner_sec:hover .right {
  animation: left_right_second 1s linear;
}
@keyframes left_right_first {
  0% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
@keyframes left_right_second {
  0% {
    right: 50%;
  }
  100% {
    right: 0%;
  }
}
.partner_animate_sec {
  width: 40rem;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.partner_animate_sec lottie-player {
  width: 100%;
  height: auto;
  display: inline-block;
}
.partner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
}
.partner_text li {
  position: absolute;
  font-size: 1.28rem;
  color: #fff;
}
.partner_text li.first {
  left: 1.5rem;
  bottom: 5.8rem;
}
.partner_text li.second {
  left: 9.5rem;
  top: 7rem;
}
.partner_text li.third {
  right: 10.5rem;
  top: 7.5rem;
}
.partner_text li.four {
  right: 3rem;
  bottom: 5.5rem;
}
.partner_animate_sec .wht_btn {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translate(-50%, 0%);
  z-index: 4;
}
.partner_animate_sec .wht_btn::before,
.partner_animate_sec .wht_btn::after {
  display: none;
}
.deposits_withdrawals_sec {
  background: linear-gradient(to bottom, #ffffff 0%, #e9f1fa 100%);
}
.continue_text {
  font-size: 1.14rem;
  color: #71707b;
  line-height: 2rem;
}
.check_deposit_link {
  font-size: 1rem;
  color: #2d3dbe;
}
.crms__cover {
  position: relative;
  overflow: hidden;
  height: 0;
  align-self: center;
  padding-bottom: 550px;
}
.crms__image {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: -1.07rem;
}
.cards_list_box {
  min-height: 10.7rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 16px rgba(159, 167, 193, 0.13);
  padding: 1.07rem;
  margin: 0.93rem;
}
.cards_list_box img {
  transition: all 0.5s ease-out;
}
.cards_list_box:hover img {
  transform: scale(1.1);
}
.cards_list {
  display: flex;
  flex-wrap: wrap;
}
.support_now_block {
  display: flex;
  align-items: center;
  background: linear-gradient(89.72deg, #103eae 0.29%, #0b77db 99.62%);
  box-shadow: 0 7px 22px rgba(3, 2, 32, 0.2);
  padding: 2.14rem 3.2rem;
}
.support_now_title {
  font-size: 1.93rem;
  color: #fff;
}
.support_now_block img {
  width: 4rem;
}
.support_now_title small {
  display: block;
  font-size: 39.02%;
  font-weight: 300;
  color: #88d7ff;
}
.white_color {
  color: #ffffff !important;
}
.support_now_btn {
  background: linear-gradient(88.05deg, #e8eaff 0.23%, #ffffff 100.84%);
  border: 1px solid #fff;
  box-shadow: 0 11px 30px rgba(29, 4, 53, 0.25);
  font-size: 1.57rem;
  color: #2d3dbe !important;
  font-weight: 400;
  padding: 0.7rem 1.78rem;
}
.support_now_btn:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #ffffff !important;
  border-color: #4dcbf3;
}
footer {
  background-color: #100f49;
  position: relative;
}
footer::before {
  width: 100%;
  height: 6rem;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
}
footer > .container {
  position: relative;
  z-index: 2;
}
.footer_logo,
.footer_links_block {
  border-bottom: 1px solid #123ba0;
  padding-bottom: 1.57rem;
  margin-bottom: 1.57rem;
}
.footer_logo_heading {
  font-size: 1.43rem;
  line-height: 2.14rem;
  color: #fff;
}
footer .continue_text {
  color: #939bdf;
}
.footer_btn {
  min-width: 13.21rem;
  min-height: 3.57rem;
}
.footer_links_block.mobile_view {
  display: none !important;
}
.footer_links_bloc {
  margin-left: -0.43rem;
  margin-right: -0.43rem;
}
.footer_links_col {
  flex: 1;
  margin: 0rem 0.85rem;
}
.footer_links_title {
  font-size: 1.43rem;
  font-weight: 600;
  color: #a5cbff;
}
.footer_links_list a {
  font-size: 1.07rem;
  color: #c1cbe3;
}
.footer_links_list a:hover {
  color: #fff;
  margin-left: 0.5rem;
}
.logo_social_sec {
  display: flex;
  align-items: center;
}
.financial_logo_sec {
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.financial_logo_sec li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.socail_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.socail_link a {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid#2E2D74;
  background-color: #2e2d74;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  font-size: 1.28rem;
}
.socail_link a:hover {
  color: #fff;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}
.footer_bottom_sec {
  background: linear-gradient(0deg, #0e0d44, #0e0d44);
}
.footer_bottom_text_sec p {
  font-size: 1.07rem;
  color: #c1cbe3;
  line-height: 1.86rem;
}
/* .copy_right_sec {
  border-top: 1px solid #123ba0;
  font-size: 1.21rem;
  color: #9897cb;
} */
.copy_right_sec {
    color: rgba(255, 255, 255, 0.50);
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.login_signup_bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
}
.login_signup_bg .full_login_lottie {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.login_signup_bg .bar_login_lottie {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 5.2rem;
  left: 0%;
}
.login_signup_bg .bar_signup_lottie {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -10.8rem;
  left: 0%;
}
.login_signup_sec {
  position: relative;
  z-index: 2;
}
.login_signup_form_title {
  font-size: 2.29rem;
  color: #062652;
}
.login_signup_form_title span {
  font-weight: 400;
}
.login_signup_form_sec {
  background: #fff;
  box-shadow: 0 2px 22px rgba(0, 56, 146, 0.2);
}
.login_signup_form_heading {
  min-height: 4.4rem;
  background: linear-gradient(90deg, #d2f0ff 0.93%, #f3f9ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.57rem;
  font-weight: 500;
  color: #062652;
}
.input_field_sec {
  position: relative;
}
.input_effect {
  width: 100%;
  position: relative;
  border: none;
  padding: 4px 0;
  border-bottom: 2px solid #707786;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  z-index: 1;
}
textarea.input_effect {
  height: 8.5rem;
  resize: none;
}
.input_effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 2px solid #0d67f9;
  transition: 0.4s;
  position: absolute;
  z-index: 2;
}
.input_effect:focus ~ .focus-border,
.has-content.input_effect ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.input_effect ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4px;
  color: #707786;
  font-weight: 400;
  transition: 0.3s;
  z-index: 0;
  letter-spacing: 0.5px;
}
.input_effect:focus ~ label,
.has-content.input_effect ~ label {
  top: -18px;
  font-size: 1rem;
  color: #062652;
  font-weight: 500;
  transition: 0.3s;
}
.login_signup_form_fields {
  padding: 3.5rem 3rem;
}
.checkboxes_block {
  font-size: 1.07rem;
  color: #707786;
  font-weight: 400;
}
.checkboxes_block .checkbox {
  line-height: 1.5rem;
  position: relative;
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #062652;
  margin: 0rem 0rem;
}
.checkbox label input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  z-index: 2;
}
.checkbox .check {
  width: 1.43rem;
  height: 1.43rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid rgb(200, 200, 200);
  border-radius: 0.25rem;
}
.checkbox label input:checked + .check {
  background-color: #fff;
}
.checkbox label input:checked + .check::before {
  width: 0.43rem;
  height: 0.71rem;
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
  border: solid #32a4d5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.input_icon_view .form-control {
  padding-right: 5rem;
}
.checkboxes_block a {
  color: #062652;
}
.already_account_text {
  font-size: 1.14rem;
  font-weight: 400;
  color: #062652;
}
.already_account_text a {
  color: #0d68f9;
}
.checkboxes_block a:hover {
  color: #f15b29;
}
.login_signup_btns {
  display: flex;
  align-items: center;
}
.or_divider span {
  display: inline-block;
  font-size: 1.14rem;
  font-weight: 500;
  color: #3a3939;
  position: relative;
}
.login_signup_btns .btn {
  min-height: 3.57rem;
  justify-content: center;
}
.login_signup_btns .btn.google {
  background: #fff;
  color: #0d68f9 !important;
  border: 1px solid #0d68f9;
}
.login_signup_btns .btn.google:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #ffffff !important;
  border: 1px solid transparent;
}
.login_signup_sec .range_trading_block {
  display: flex;
  padding: 15px;
}
.login_signup_sec .range_trading_icon {
  min-width: 6.5rem;
  width: 6.5rem;
  height: 6.5rem;
}
.login_signup_sec .range_trading_icon img {
  max-width: 100%;
  width: auto !important;
}
.login_signup_sec .range_trading_title {
  font-size: 1.28rem;
}
.login_signup_sec .range_trading_btn {
  background: none;
  padding: 0rem;
  color: #0d68f9;
  display: inline-flex;
}
.login_signup_sec .range_trading_block:hover .range_trading_btn {
  background: none;
  color: #0d68f9;
  box-shadow: 0rem 0rem 0rem transparent;
}
.signup_sec {
  background: rgba(234, 251, 255, 0.7);
  border: 2px solid #fff;
}
.signup_left_sec {
  padding: 3.5rem 3.5rem;
}
.signup_left_sec .section_title {
  font-size: 2rem;
  font-weight: 400;
}
.signup_left_sec .section_title small {
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.signup_info_list li {
  display: flex;
  padding-top: 1.5rem;
  margin-top: 2.5rem;
}
.signup_info_list li:first-child {
  padding-top: 0rem;
  margin-top: 0rem;
}
.signup_info_list_icon img {
  min-width: 2.14rem;
}
.signup_info_list_desc {
  font-size: 1rem;
  color: #677393;
  padding-left: 1.43rem;
}
.signup_info_list_desc_heading {
  font-size: 1.21rem;
  color: #0d67f9;
  font-weight: 400;
}
.signup_info_list_desc_text {
  font-weight: 400;
  color: #0e1a6a;
}
.signup_sec .login_signup_form_sec {
  box-shadow: 0rem 0rem 0rem transparent;
}
.input_field_sec .dropdown-toggle {
  width: 100%;
  color: #707786;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #707786;
  padding: 0.5rem 0rem;
}
.input_field_sec .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.input_field_sec .dropdown-menu {
  min-width: 100%;
  border-radius: 0rem;
  padding: 0rem 0rem;
  margin: -1px 0rem 0rem;
}
.input_field_sec .dropdown-menu a {
  padding: 0.5rem 1.07rem;
}
.country_code {
  border-right: 2px solid #707786;
  border-bottom: 2px solid #707786;
  font-weight: 400;
  color: #707786;
  padding-top: 0.4rem;
}
.mobile_field .input_effect ~ label {
  left: 1.07rem;
}
.mobile_field .input_effect {
  padding: 4px 1.07rem;
}
.password_sec {
  position: relative;
}
.password_icon {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.password_sec .input_effect {
  padding-right: 2.5rem;
}
.checkbox .high_light {
  color: #0d68f9;
}
.signup_sec .login_signup_btns .btn {
  min-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.contact_banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #fff;
}
.contact_data_sec .section_title small {
  color: #6c89ac;
  font-weight: 300;
}
.contact_form_sec {
  background: #fff;
  box-shadow: 0 29px 61px rgba(107, 200, 251, 0.18);
}
.contact_form_block {
  height: calc(100% - 1rem);
  background: linear-gradient(
      26.24deg,
      rgba(210, 240, 255, 0.9) 3.37%,
      rgba(243, 249, 255, 0.9) 100%
    ),
    #ffffff;
  padding: 3rem 3.5rem;
  margin: 0.5rem;
}
.contact_form_heading {
  font-size: 1.57rem;
  font-weight: 500;
  color: #062652;
}
.contact_form_block .btn {
  min-width: 22.3rem;
  min-height: 4.5rem;
}
.contact_form_left_sec {
  display: flex;
}
.contact_form_icon {
  min-width: 9.43rem;
  height: 9.43rem;
  position: relative;
  background: #e4f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.contact_form_icon img {
  max-width: 5rem;
}
.contact_form_icon::before {
  width: 35rem;
  height: 1px;
  background-image: url(/img/contact_icon_separator_left.svg);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.contact_form_icon::after {
  width: 1px;
  height: 35rem;
  background-image: url(/img/contact_icon_separator_top.svg);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.contact_form_left_data {
  padding-left: 30px;
}
.contact_form_left_heading {
  font-size: 2.57rem;
  font-weight: 600;
  color: #062652;
}
.contact_form_left_heading small {
  display: block;
  font-size: 50%;
  font-weight: 300;
  padding-top: 0.3rem;
}
.contact_form_list_info li {
  border-top: 1px solid #e4f7ff;
  padding: 3.5rem 0rem;
  margin: 0rem 0rem;
}
.contact_form_list_info li:first-child {
  border-top: 0;
}
.contact_form_list_info .signup_info_list_desc_heading {
  font-size: 1.93rem;
  color: #062652;
  font-weight: 500;
  line-height: 1;
}
.contact_form_list_info .signup_info_list_desc_text {
  font-size: 1.28rem;
  color: #403f4d;
  padding-top: 0.3rem;
}
.contact_form_list_info .signup_info_list_desc_text a {
  color: #403f4d;
}
.banner_sec.InnerPage {
  min-height: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.InnerPage .home_banner_data_sec {
  width: 100%;
  position: static;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.copy_trading_sec h5 {
  color: #0d68f8;
  font-weight: 400;
  font-size: 2.14rem;
}
.introducing_broker {
  background-color: #dde1ef;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.keyFeather h5,
.brokersright h4 {
  color: #072652;
  font-size: 1.93rem;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 25px;
}
.introducing_broker h4 {
  color: #106bf9;
}
.featuresflex {
  border: 1px solid #fff;
  margin-top: 1.07rem;
  margin-bottom: 1.07rem;
  padding: 15px;
  align-items: center;
  background: #fff;
}
.keyFeather .list-group-item-action:focus,
.list-group-item-action:hover {
  background: transparent;
}
.keyFeather .list-group a {
  background: transparent;
  border: 0px !important;
  outline: none;
  box-shadow: none;
  margin: 0px !important;
}
.keyFeather .list-group a.slick-current .featuresflex {
  border: 1px solid #0d67f9 !important;
}
span.feathericon {
  min-width: 9.64rem;
  display: inline-block;
}
span.feathercontent {
  display: inline-block;
  padding-left: 15px;
}
span.feathercontent h4 {
  font-size: 1.28rem;
  color: #062652;
  margin-bottom: 0.7rem;
}
span.feathercontent p {
  font-size: 1.1rem;
  color: #707786;
  margin-bottom: 0.3rem;
}
.Benefitslist li {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #052651;
  font-weight: 300;
  font-size: 1.43rem;
  padding: 1.07rem 0rem;
}
.Benefitslist li img {
  max-width: 2.14rem;
  margin-right: 1.43rem;
  margin-top: 0.3rem;
}
.brokersteps {
  background: rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}
span.stepimg {
  min-width: 6.28rem;
  margin-top: 15px;
  margin-right: 15px;
}
.stepouter {
  padding: 20px 0;
}
.stepcontent small {
  font-weight: 400;
}
.stepcontent h6 {
  color: #1b6ef8;
  font-size: 18px;
}
.stepcontent p {
  font-size: 1.21rem;
  color: #223e65;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.partnerwith {
  min-height: 50rem;
  display: flex;
  align-items: center;
  padding: 2.5rem 0rem;
}
.partnerwith .section_title {
  line-height: 1.3;
}
.partnerwith .range_trading_block {
  background: transparent;
  box-shadow: none;
}
.forex2 .home_banner_data_sec {
  bottom: inherit;
}
.partnerwith .range_trading_icon {
  height: 11.5rem;
}
.partnerwith .range_trading_icon img {
  max-width: 5.5rem;
  width: auto;
}
.partnerwith .range_trading_title {
  font-size: 1.28rem;
}
.forextrandingtabs {
  background-color: #fff;
  box-shadow: 0 0 11px #cfd2e1;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #78bfed;
}
.forextrandingtabs .list-group {
  flex-direction: row;
}
.forextrandingtabs .list-group a {
  border: 0;
  border-right: 1px solid #e5faff;
  border-radius: 0;
  text-align: center;
  color: #062551;
  font-weight: 500;
  font-size: 14px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  position: relative;
}
.forextrandingtabs .list-group a:last-child {
  border: 0;
}
.forextrandingtabs .list-group a:hover,
.forextrandingtabs .list-group a.active {
  position: relative;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 4px 23px rgba(0, 74, 255, 0.24);
  border-radius: 0rem;
  color: #ffffff !important;
  border: 0;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.forextrandingtabs .list-group a::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(/img/tabbottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: -11px;
  z-index: 1;
  opacity: 0;
}
.forextrandingtabs .list-group a::after {
  content: "";
  width: 100%;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  position: absolute;
  left: 0%;
  height: 10px;
  bottom: -10px;
  opacity: 0;
}
.forextrandingtabs .list-group a.active::after,
.forextrandingtabs .list-group a.active::before,
.forextrandingtabs .list-group a:hover::after,
.forextrandingtabs .list-group a:hover::before {
  opacity: 1 !important;
}
.boxbody {
  width: 50%;
  float: left;
  padding: 15px;
}
.Advantagesinner {
  min-height: 20.5rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-radius: 0.7rem;
  transition: all 0.5s ease-out;
  padding: 25px;
}
.Advantagesinner:hover,
.Advantagesinner.active {
  background: #fff;
  box-shadow: 0 2.64rem 5.85rem rgba(107, 200, 251, 0.3);
}
.advantagesinner_icon {
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Advantagesinner h5,
.Advantagesinner h3 {
  color: #062754;
  margin: 15px 0;
}
.Advantagesinner p {
  color: #707787;
}
.brokersright p {
  color: #72707b;
}
.graphtradingout {
  max-width: 70%;
}
.forextrandingtabs .list-group a img {
  width: 2.5rem;
  margin-right: 1.07rem;
}
.forextrandingtabs .list-group a img.normal,
.forextrandingtabs .list-group a:hover img.onhover,
.forextrandingtabs .list-group a.active img.onhover {
  display: inline-block;
}
.forextrandingtabs .list-group a img.onhover,
.forextrandingtabs .list-group a:hover img.normal,
.forextrandingtabs .list-group a.active img.normal {
  display: none;
}
.headerone th {
  background: #d5eaff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-top: 0;
  color: #7e7f81;
  font-weight: 500;
  font-size: 15px;
}
.header2 th {
  background: #cae6fe;
  border: 0px !important;
  font-weight: 500;
  font-size: 15px;
}
.spreadsForex {
  padding: 0 0 50px;
  background: #f3fdff;
}
.spreadsForex .table tbody tr td {
  border-top: 1px solid #cce0e9;
  font-size: 15px;
}
.spreadsForex_block {
  display: flex;
  align-items: center;
}
.forexheadingleft {
  display: flex;
  align-items: center;
}
.forexheadingleft img {
  min-width: 3.43rem;
  margin-right: 1.43rem;
}
.forexheadingleft .section_title {
  margin-bottom: 0rem !important;
}
.spreadsForex_block .overview_btns {
  min-width: 16rem;
  margin-left: auto;
}
.spreadsForexheading {
  background: #dff1ff;
}
.spreadsForex .spreadsForexheading_table {
  border: 1px solid #d5eaff;
}
.spreadsForex .table tbody tr:last-child td {
  border-bottom: 1px solid #cce0e9;
}
.spreadsForex .table tbody tr td,
.spreadsForex .table thead tr th {
  height: 55px;
  vertical-align: middle;
}
.whatForexTrading,
.Frequentlyask {
  padding: 90px 0;
}
.askquestion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}
.askquestion .active .card-header {
  border-bottom: 1px solid #80b0fc;
}
.askquestion .card-header button {
  width: 100%;
  border: 0;
  text-align: left;
  padding: 1.5rem 1.2rem;
  text-decoration: none;
  background: transparent;
  font-size: 1.14rem;
  color: #151515;
  padding-left: 3.57rem;
}
.askquestion .active .card-header button {
  color: #0d67f9;
}
.askquestion .card {
  border-radius: 0;
  margin-bottom: -1px;
}
.askquestion .active {
  margin-bottom: 15px;
  border-color: #80b0fc;
}
.askquestion .active .card-header {
  border-color: #80b0fc;
}
.askquestion .card-body {
  color: #40404c;
  background: #f3fbfe;
  font-size: 1rem;
  color: #403f4d;
  line-height: 1.5;
  padding: 15px 20px;
}
.card.active {
  box-shadow: 0 1px 31px #e1ecfe;
}
.askquestion .card-header button[aria-expanded="false"] {
  background-image: url(/img/collapse_plus.svg);
}
.askquestion .card-header button {
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 1.14rem;
  background-image: url(/img/collapse_minus.svg);
}
section.enhanceTrading {
  padding: 0;
  margin-top: -110px;
}
.trustedouter_box_sec {
  position: relative;
  margin-top: -10rem;
  z-index: 2;
  min-height: 20rem;
}
.trustedouter {
  width: 100%;
  min-height: 20rem;
  transition: all 0.5s ease-out;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0rem 2.5rem 5.7rem rgba(107, 200, 251, 0.2);
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px 15px;
  margin: 2.5rem 0rem;
}
.trustedouter_last {
  margin-top: -5rem;
}
.trustedouter {
  position: relative;
  overflow: hidden;
}
.trustedouter h5 {
  margin: 15px 0;
  color: #062652;
  font-size: 1.28rem;
}
.trustedouter p {
  font-size: 0.93rem;
  color: #707786;
  transition: all 1s ease-out;
  margin-bottom: 0rem;
}
.trustedouter:hover,
.trustedouter.active {
  border-color: #278bf7;
}
.effect_target {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.trustedouter:hover .effect_target {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.effect_text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.trustedouter:hover .effect_text {
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
section.benefitsAirafinance,
.client_info_bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.client_info_bg {
  min-height: 48rem;
  background-attachment: scroll;
}
.benefits_trading_slider .featuresflex {
  margin: 0rem;
}
.benefits_trading_slider span.feathericon {
  min-width: 7.5rem;
}
.range_trading_block .featuresflex:hover {
  border-color: #0d67fb;
}
.PresenceInnerbox h4 {
  font-size: 3.93rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
}
.PresenceInnerbox {
  position: relative;
}
.PresenceInnerbox span {
  background: rgba(28, 27, 106, 0.9);
  padding: 90px 25px;
  display: block;
}
.PresenceInnerbox::before,
.PresenceInnerbox::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}
.PresenceInnerbox span::before,
.PresenceInnerbox span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}
.PresenceInnerbox::before {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.PresenceInnerbox::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.PresenceInnerbox span::before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.PresenceInnerbox span::after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.PresenceInnerbox:hover::before,
.PresenceInnerbox:hover::after {
  width: 100px;
}
.PresenceInnerbox:hover span::before,
.PresenceInnerbox:hover span::after {
  height: 100px;
}
.keeptuned .list-group {
  flex-direction: row;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  box-shadow: 0 4px 31px #cccccc85;
}
.keeptuned .list-group a {
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid #fff;
  margin: 0px !important;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.57rem;
  color: #062652;
}
.keeptuned .list-group a.active,
.keeptuned .list-group a:hover {
  border-color: #0d67f9;
  background: #eaf9ff;
}
.keeptuned .range_trading_icon {
  height: 13.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.keeptuned .range_trading_icon img {
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
}
.keeptuned .range_trading_icon video,
.keeptuned .range_trading_icon iframe {
  width: 100%;
  height: 13.1rem;
  border: 0;
}
.keeptuned .range_trading_icon img.img-fluid {
  max-width: 100%;
  width: 100% !important;
}
.keeptuned .range_trading_title {
  font-size: 1.57rem;
  padding-bottom: 0rem;
}
.keeptuned .range_trading_text {
  color: #403f4d;
  font-size: 1rem;
  line-height: inherit;
}
.keeptuned .range_trading_block {
  box-shadow: none;
  border: 1px solid hsl(0deg 0% 80% / 46%);
  margin: 15px 10px;
}
.keeptuned .range_trading_block:hover {
  box-shadow: 0rem 0rem 1.5rem rgba(0, 52, 81, 0.15);
}
.newslatter {
  background: #e7f1fd;
  padding: 25px 20px;
}
.newslatter .section_title {
  font-size: 1.57rem;
  font-weight: 500;
}
.newslatter .section_title small {
  font-size: 63.6363%;
}
.formouter .form-control {
  margin-right: 10px;
  border-radius: 0;
  height: 4.28rem;
  font-size: 1.07rem;
  border: 1px solid #e0e0e0;
}
.formouter .btn {
  min-width: 14rem;
  justify-content: center;
}
.forextrandingtabs.is_stuck {
  top: 6.25rem !important;
}
.risk_disclosure_list_sec ol {
  padding: 0rem 0rem;
  margin: 0rem 0re;
}
.risk_disclosure_list_sec ol li {
  font-size: 1.14rem;
  color: #71707b;
  font-weight: 300;
}
.risk_disclosure_list_heading {
  font-size: 1.85rem !important;
  color: #062652 !important;
  font-weight: 400 !important;
}
.thcolor {
  background: #def4ff;
}
.standered .read_more {
  min-width: 6.96rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #278bf7;
  color: #0d68f9 !important;
  margin: 10px 0px !important;
  padding: 1.07rem 1.6rem;
}
.standered .read_more:hover {
  color: #fff !important;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}
.accountstable .table thead tr th,
.accountstable .table tbody tr td {
  vertical-align: middle;
  font-weight: 400;
}
.standered,
.firstheading {
  padding: 15px 25px;
}
.standered h5 {
  font-size: 1.28rem;
  font-weight: 400;
  color: #062652;
}
.activeborder .standered h5 {
  font-weight: 300;
}
.standered h5 b.d-block {
  font-size: 1.93rem;
  font-weight: 400;
}
.standered span.d-block {
  font-size: 1rem;
  color: #6d768f;
  font-weight: 300;
}
.customercontent h5 {
  font-size: 1.78rem;
}
.customercontent p {
  font-size: 1.28rem;
  color: #6c89ac;
  font-weight: 300;
  margin-bottom: 0rem;
}
span.customercontent {
  padding-left: 15px;
}
.standered {
  position: relative;
  min-width: 280px;
}
th.thcolor {
  min-width: 321px;
}
.tabledark .standered::after {
  display: none;
}
.standered::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: #ebecf1;
}
.tablelistinnercheck span {
  width: 2.34rem;
  height: 2.34rem;
  display: inline-flex;
  border: 1px solid #d8dce8;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #099af7;
  font-size: 13px;
}
.tablelist,
.tablelistinnercheck {
  width: 80%;
  margin: 0 auto;
  padding: 10px 10px;
  border-bottom: 1px solid rgb(149 149 149 / 15%);
  font-size: 1.28rem;
  font-weight: 300;
}
.tabledark {
  background: #100f49;
  color: #fff;
}
.border5 {
  border-top: 5px solid #100f49 !important;
}
.border5R {
  border-right: 5px solid #100f49 !important;
}
.border5B {
  border-bottom: 5px solid #100f49 !important;
}
.accountstable .table tbody tr td {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}
.closeitem span {
  background: #f2f7fb;
  border-color: #f2f7fb;
  color: #c7cdd9;
}
.accountstable .table .border-top-0 {
  border-top: 0px !important;
}
.accountstable .table .border-left-0 {
  border-left: 0px !important;
}
.accountstable .table .border-right-0 {
  border-right: 0px !important;
}
.accountstable .table .border-bottom-0 {
  border-bottom: 0px !important;
}
span.metacontent {
  padding-left: 10px;
}
span.metacontent h6 {
  font-size: 1.5rem;
  color: #089af6;
}
.pricesave {
  font-size: 1.28rem;
  color: #f85d2e;
}
.tabledark h5,
.tabledark span {
  color: #fff !important;
}
span.metacontent p {
  color: #71707b;
  font-weight: 300;
}
.innertablescontent {
  margin-bottom: 110px;
}
.innertablescontent h3 {
  font-size: 1.28rem;
  color: #151515;
  margin-bottom: 30px;
}
.innertablescontent p {
  position: relative;
  color: #403f4d;
  margin-bottom: 0.75rem;
  padding-left: 1.78rem;
}
.innertablescontent p::before {
  content: "-";
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  left: 2px;
}
.accountstable .table-responsive {
  overflow: hidden;
}
.table thead tr th.activeborder {
  border-top: 5px solid #126ff8;
}
.accounts_mobile_table {
  display: none;
}
.overflow_hidden {
  overflow: hidden;
}
.language_popup_sec {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  transform: scale(0);
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 104401;
}
.language_select_close {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  cursor: pointer;
}
.language_select_close img {
  max-width: 1rem;
}
.language_popup_sec.show {
  transform: scale(1);
}
.language_popup_sec.show::before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.language_select_block {
  position: relative;
  z-index: 2;
}
.language_select_list {
  max-height: 545px;
  overflow: auto;
  background-color: #fff;
}
.language_select_list li {
  position: relative;
}
.language_select_list li input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.language_radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0%, -50%);
}
.language_radio::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
  content: "";
}
.language_select_list li > div {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 1.43rem;
  color: #062652;
  font-weight: 300;
  padding: 1.65rem 2rem;
}
.language_select_list li:first-child > div {
  border-top: 0;
}
.language_select_list li:hover div,
.language_select_list li input:checked + div {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.language_select_list li:hover .language_radio,
.language_select_list li input:checked + div .language_radio {
  background-color: #fff;
  border-color: #fff;
}
.language_select_list li:hover .language_radio::after,
.language_select_list li input:checked + div .language_radio::after {
  opacity: 1;
  background-color: #089af6;
}
.menu_icon,
.close_icon .close_btn {
  cursor: pointer;
}
.menu_icon span {
  width: 25px;
  height: 3px;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  display: block;
  transition: all 0.5s;
  border-radius: 0.35rem;
  margin: 4px 0 0;
}
.menu_icon span:first-child {
  margin-top: 0;
}
.menu_icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(5px);
}
.menu_icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px);
}
.menu_icon.active span:nth-child(2) {
  display: none;
}
.sidenav_menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  background: #fff;
  overflow: auto;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: all 0.6s ease-in-out;
  box-shadow: 0rem 0rem 1.07rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 0 0;
  z-index: 9999;
}
.sidenav_menu.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.close_icon {
  position: absolute;
  right: 0;
  top: 0;
}
.close_icon .close_btn i {
  width: 40px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
  font-size: 18px;
}
.sidebar-menu {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
  position: fixed;
  top: 0;
}
.sidebar-menu li {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-menu li a {
  width: 100%;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  color: #201b4c;
  background-color: #fff;
  padding: 1.5rem 1.5rem 1.4rem 1.5rem;
  font-weight: 500;
}
.sidebar-menu li a i {
  font-size: 1.5rem;
}
.sidebar-menu li a:hover,
.sidebar-menu li a[aria-expanded="true"] {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.sidebar-menu li a[aria-expanded="true"] i {
  transform: rotate(90deg);
}
.sidebar-menu li ul {
  width: 100%;
}
.sidebar-menu li ul li a {
  border: 0;
  background-color: #fff;
  padding: 1.3rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  font-weight: 500;
}
.sidebar-menu li ul li a:hover {
  background-color: #f3f3f3;
  color: #2e2e2e;
}
.sidebar-menu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.deposit_withdrawal_tab_link {
  border: 0;
}
.deposit_withdrawal_tab_link li {
  display: inline-flex;
  flex: 1 0 0%;
}
.deposit_withdrawal_tab_link li a {
  width: 100%;
  background: #f5f5f5;
  background: -webkit-linear-gradient(to right, #f5f5f5 0%, #f4f4f4 100%);
  background: -moz-linear-gradient(to right, #f5f5f5 0%, #f4f4f4 100%);
  background: linear-gradient(to right, #f5f5f5 0%, #f4f4f4 100%);
  border: 0rem !important;
  border-left: 4px solid #ffffff !important;
  border-radius: 0rem !important;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.14rem;
  font-weight: 500;
  color: #5e5d69;
  padding: 1.5rem 1.65rem;
}
.deposit_withdrawal_tab_link li a:hover,
.deposit_withdrawal_tab_link li a.active {
  background: #d6f0fe;
  background: -webkit-linear-gradient(to right, #d6f0fe 0%, #f4faff 100%);
  background: -moz-linear-gradient(to right, #d6f0fe 0%, #f4faff 100%);
  background: linear-gradient(to right, #d6f0fe 0%, #f4faff 100%);
  color: #062652 !important;
}
.deposit_withdrawal_tab_link li:first-child a {
  border-left: 0px !important;
}
.deposit_withdrawal_tab_link li a::before {
  width: 100%;
  height: 3px;
  background: linear-gradient(0deg, #c4c4c4, #c4c4c4),
    linear-gradient(89.72deg, #103eae 0.29%, #0b77db 99.62%);
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
}
.deposit_withdrawal_tab_link_icon {
  min-width: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.deposit_withdrawal_tab_link_icon img {
  width: 3rem;
  filter: grayscale(100%);
}
.deposit_withdrawal_tab_link li:hover a .deposit_withdrawal_tab_link_icon,
.deposit_withdrawal_tab_link li a.active .deposit_withdrawal_tab_link_icon {
  background-color: #bde8fd;
}
.deposit_withdrawal_tab_link li:hover a .deposit_withdrawal_tab_link_icon img,
.deposit_withdrawal_tab_link li a.active .deposit_withdrawal_tab_link_icon img {
  filter: grayscale(0%);
}
.deposit_withdrawal_table {
  border: 1px solid #dee4f4;
  border-top: 0;
}
.deposit_withdrawal_table table th {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  color: #062652;
  border-bottom: 1px solid #dee4f4;
  padding: 1.2rem 1.07rem;
}
.deposit_withdrawal_table table td {
  font-size: 1.2rem;
  font-weight: 400;
  color: #707786;
  border-bottom: 1px dashed #dee4f4;
  padding: 1.6rem 1.07rem;
}
.deposit_withdrawal_table table tr:last-child td {
  border-bottom: 0;
}
.table_card {
  min-width: auto;
}
.table_card_name {
  color: #0a9af6;
  font-weight: 500;
}
.table_deposit {
  background: #fff;
  font-size: 1rem;
  color: #0d67f9 !important;
  border-radius: 0.25rem;
  border: 1px solid #0d67f9;
  padding: 0.4rem 1.5rem;
}
.table_deposit:hover {
  background: #0d67f9;
  color: #ffffff !important;
}
.contract_specifications_block {
  display: flex;
  background: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0 4px 10px rgba(77, 90, 143, 0.38);
  border: 1px solid #e5e5e5;
}
.table_left_menu {
  display: none;
}
.contract_specifications_left {
  width: 20rem;
  min-width: 20rem;
}
.contract_specifications_left li a {
  width: 100%;
  background-color: #fff;
  font-size: 1.14rem;
  font-weight: 500;
  color: #062652;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.8rem 1.2rem;
}
.contract_specifications_left li a i {
  transition: all 0.5s ease-out;
}
.contract_specifications_left li a img {
  margin-right: 1rem;
}
.contract_specifications_left li a img.hover,
.contract_specifications_left li a:hover img.normal,
.contract_specifications_left li.selected a img.normal,
.contract_specifications_left li a[aria-expanded="true"] img.normal {
  display: none;
}
.contract_specifications_left li a.active,
.contract_specifications_left li a:hover,
.contract_specifications_left li > a[aria-expanded="true"] {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.contract_specifications_left li > a[aria-expanded="true"] i {
  transform: rotate(90deg);
}
.contract_specifications_left li a:hover img.hover,
.contract_specifications_left li.selected a img.hover,
.contract_specifications_left li a[aria-expanded="true"] img.hover {
  display: inline-block;
}
.contract_specifications_left li > ul li a {
  background: #e3f5ff;
  font-size: 1rem;
  color: #062652;
  position: relative;
  padding: 1.2rem 1.2rem;
}
.contract_specifications_left li > ul li a::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  opacity: 0;
  content: "";
}
.contract_specifications_left li > ul li a:hover::after,
.contract_specifications_left li > ul li.active a::after,
.contract_specifications_left li > a[aria-expanded="true"]::after {
  opacity: 1;
}
.contract_specifications_left li > ul li a:hover,
.contract_specifications_left li > ul li.active a,
.contract_specifications_left li > ul li a[aria-expanded="true"] {
  background: #28a6f0;
  color: #fff;
}
.contract_specifications_table_sec {
  overflow: hidden;
}
.contract_specifications_table_sec th,
.contract_specifications_table_sec td {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  color: #201b4c;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
  padding: 1.07rem;
}
.contract_specifications_table_sec tbody tr:nth-child(odd) {
  background-color: #fff;
}
.contract_specifications_table_sec tbody tr:nth-child(even) {
  background-color: #f7f8fc;
}
.contract_specifications_table_sec td {
  font-weight: 400;
  color: #062652;
  padding: 1.2rem 1.07rem;
}
.contract_specifications_desc_text {
  padding: 2rem 2.5rem;
}
.contract_specifications_desc_text li {
  position: relative;
  font-size: 1.07rem;
  color: #403f4d;
  padding: 0.5rem 0rem;
  padding-left: 2rem;
}
.contract_specifications_desc_text li.contract_specifications_desc_heading {
  padding: 0rem 0rem;
  margin-bottom: 1.07rem;
}
.contract_specifications_desc_text
  li.contract_specifications_desc_heading::before {
  display: none;
}
.contract_specifications_desc_text li::before {
  width: 10px;
  height: 1px;
  background-color: #403f4d;
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  content: "";
}
.swap_charges_text {
  font-size: 1.28rem;
  font-weight: 500;
  color: #151515;
  padding: 2rem 2.5rem;
}
.how_use_copytrade_list {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 1.2rem 1.2rem;
  margin-bottom: -1px;
}
.owl-thumb-item.active .how_use_copytrade_list,
.owl-thumb-item:hover .how_use_copytrade_list {
  box-shadow: 0 15px 33px rgba(107, 200, 251, 0.33);
  position: relative;
  z-index: 2;
}
.how_use_copytrade_list_step span {
  width: 5.35rem;
  height: 5.35rem;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  font-weight: 500;
  color: #919191;
}
.owl-thumb-item:hover .how_use_copytrade_list_step span,
.owl-thumb-item.active .how_use_copytrade_list_step span {
  background-color: #f0faff;
  color: #0d67f9;
}
.how_use_copytrade_list_step small {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #919191;
}
.how_use_copytrade_list_text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #7a7a7a;
  padding-top: 1rem;
  padding-left: 1.2rem;
}
.how_use_copytrade_list_text small {
  display: block;
  font-size: 62%;
  font-weight: 300;
}
.owl-thumb-item:hover .how_use_copytrade_list_text,
.owl-thumb-item.active .how_use_copytrade_list_text {
  color: #062652;
}
.copy_trade_form_sec {
  position: relative;
  overflow: hidden;
}
.copy_trade_form_sec::after {
  width: 50%;
  height: 100%;
  background: linear-gradient(
      26.24deg,
      rgba(210, 240, 255, 0.9) 3.37%,
      rgba(243, 249, 255, 0.9) 100%
    ),
    #ffffff;
  position: absolute;
  top: 0%;
  right: 0%;
  content: "";
}
.copy_trade_form_sec .login_signup_form_sec {
  background: none;
  box-shadow: 0rem 0rem 0rem transparent;
  position: relative;
  padding: 4.5rem 5rem;
  z-index: 2;
}
.copy_trade_form_sec .login_signup_form_sec .login_signup_form_heading {
  font-size: 1.57rem;
  font-weight: 500;
  color: #062652;
  background: none;
  justify-content: flex-start;
}
.how_use_copytrade_slider .owl-dots {
  margin-top: 3.5rem;
}
.how_use_copytrade_slider .owl-dots .owl-dot {
  width: 5px;
  height: 3px;
  text-indent: -9999px;
  border: 0;
  transition: all 0.5s ease-out;
  background-color: #c4c4c4;
  margin: 0 3px;
}
.how_use_copytrade_slider .owl-dots .owl-dot.active {
  width: 35px;
  height: 3px;
  background-color: #0d67f9;
}
.how_use_copytrade_slider .owl-dots .owl-dot span {
  display: none;
}
.banner_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.07rem;
}
.banner_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  transition: all 0.5s ease-out;
  background-color: #cbe2e8;
  border-radius: 2px;
  padding: 0 0;
  margin: 0 3px;
}
.banner_slider .slick-dots li.slick-active button {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
}
.tab_menu_mobile_link {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  box-shadow: 0 12px 30px rgba(71, 182, 245, 0.38);
  border-radius: 0rem 1.78rem 1.78rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3rem;
  z-index: 2;
}
.prd_vertically_slider {
  position: relative;
  overflow: hidden;
}
.prd_vertically_slider::before {
  width: 100%;
  height: 100%;
  background-image: url(/img/vertical_slider_shadow.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  content: "";
  z-index: 2;
}
.deposit_withdrawal_table_mobile_view .collepse_heading {
  background-color: #f6f8fc;
  display: flex;
  padding: 1.5rem 1.07rem;
}
.deposit_withdrawal_table_mobile_view .collepse_heading > div {
  display: flex;
  align-items: center;
}
.deposit_withdrawal_table_mobile_view .collepse_heading .pay_collapse_arrow {
  width: 10px;
  transform: rotate(180deg);
}
.deposit_withdrawal_table_mobile_view
  .collepse_heading[aria-expanded="true"]
  .pay_collapse_arrow {
  transform: rotate(-90deg);
}
.pay_info_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.07rem;
  margin: -0.5rem -1.07rem;
}
.pay_info_list li {
  min-width: 100%;
  flex: 1;
  font-size: 1em;
  color: #062652;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.pay_info_list li span {
  color: #707786;
}
.deposit_withdrawal_table_mobile_view .card {
  border: 1px solid #d8dde7;
  margin: 0.5rem 0rem;
}
.white_bg {
  background-color: #ffffff !important;
}
.askquestion .card .card-body,
.askquestion ul li {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #201b4c;
}
.nav .active {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.nav .active img.normal {
  display: none;
}
.nav .active img.hover {
  display: inline-block;
}
.nav .active img {
  color: #ffffff !important;
}
.blog_image {
  min-height: 17rem;
}
.range_blog_title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #062652;
  padding: 0.65rem 15px;
  text-align: left;
}
.range_blog_text {
  font-size: 1rem;
  line-height: 1.43rem;
  color: #062652;
  font-weight: 300;
  padding: 0.65rem 15px;
  text-align: left;
}
.blog_page_sec .range_trading_block {
  margin: 0rem 0rem;
}
.blog_banner_sec .section_title {
  color: #fff;
}
.blog_page_sec .range_trading_block .range_trading_icon {
  height: 12.5rem;
  padding: 0rem 0rem;
  margin: 0rem 0rem;
}
.blog_page_sec .range_trading_block .range_trading_icon video,
.blog_page_sec .range_trading_block .range_trading_icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.blog_page_sec .range_trading_block .range_trading_title {
  width: 100%;
  height: 5.3rem;
  font-size: 1.28rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog_page_sec .range_trading_block .range_trading_text {
  width: 100%;
  height: 7.3rem;
  font-size: 15px;
  line-height: 160%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog_detail_img {
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 35rem;
}
.blog_detail_img img {
  display: inline-block;
  padding: 0.5rem;
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}
.entry-content p {
  padding: 0rem 0rem;
  margin: 0rem 0re;
}
.entry-content p {
  font-size: 1.14rem;
  color: #71707b;
  font-weight: 300;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}
.risk_disclosure_list_sec p {
  font-size: 16px;
  color: #201b4c;
  line-height: 180%;
}
.risk_disclosure_list_sec p strong {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 0;
  display: flex;
}
.risk_disclosure_list_sec ul {
  margin-bottom: 1rem;
}
.risk_disclosure_list_sec ul li {
  line-height: 1.8;
  color: #201b4c;
  list-style: disc inside;
  padding: 3px 0;
}
.risk_disclosure_list_sec h3 {
  color: #201b4c;
}
.range_trading_slider.login_page_bottom_slider .range_trading_block {
  min-height: 11rem;
}
#flag {
  min-width: 30px !important;
  margin-right: 0.6rem;
  margin-top: -0.2rem;
}
#flag img {
  max-height: inherit !important;
}
.landing_banner_sec,
.approach_sec,
.overview_sec,
.trading_instruments_sec {
  min-height: 60.57rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.landing_banner_title {
  font-size: 3.57rem;
  color: hsl(215, 86%, 17%);
  font-weight: 600;
}
.landing_banner_title small {
  display: block;
  font-size: 50%;
  color: #4f6e94;
  font-weight: 300;
  line-height: 1.4;
}
.landing_banner_form {
  min-height: 50rem;
  background-color: #fff;
  padding: 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.landing_banner_form iframe {
  width: 100%;
  height: 100%;
  border: 0rem;
}
.approach_sec,
.overview_sec,
.trading_instruments_sec {
  min-height: auto;
  background-position: left bottom;
}
.section_title {
  font-size: 2.29rem;
  font-weight: 600;
  color: #062652;
}
.section_title small {
  display: block;
  font-size: 50%;
  font-weight: 300;
}
.approach_box {
  background-color: #fff;
  box-shadow: 0 16px 46px rgba(47, 107, 179, 0.2);
  transition: all 0.5s ease-out;
}
.approach_box.selected {
  background: linear-gradient(179.55deg, #2f86e6 6.19%, #2e44c1 99.52%);
  box-shadow: 0 8px 61px rgba(48, 170, 241, 0.38);
}
.approach_icon_title {
  font-size: 1.79rem;
  font-weight: 600;
  color: #062652;
}
.approach_icon_text {
  min-height: 6.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #062652;
}
.approach_box.selected .approach_icon_title,
.approach_box.selected .approach_icon_text {
  color: #fff;
}
.approach_step_view {
  position: relative;
}
.approach_step_view::before {
  width: 100%;
  height: 1px;
  background-color: rgba(109, 118, 143, 0.4);
  position: absolute;
  top: 2.8rem;
  left: 0rem;
  content: "";
}
.approach_box.selected .approach_step_view::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.approach_step_view span {
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 0.57rem;
  border: 1px solid #6d768f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.57rem;
  color: #6d768f;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.approach_step_view span small {
  display: block;
  font-size: 55%;
  color: #9298ab;
  font-weight: 400;
}
.overview_box {
  background: linear-gradient(180deg, #e0f6ff 0%, #ffffff 100%);
}
.overview_box.selected {
  background: linear-gradient(179.55deg, #2f86e6 6.19%, #2e44c1 99.52%);
  box-shadow: 0 25px 61px rgba(48, 170, 241, 0.15);
}
.overview_icon_sec {
  background: #e1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview_box.selected .overview_icon_sec {
  background: none;
}
.overview_icon_sec .overview_icon_name {
  font-weight: 600;
}
.overview_box.selected .overview_icon_sec .overview_icon_name {
  color: #fff;
}
.overview_icon_sec .overview_icon {
  height: 4.5rem;
}
.overview_price_sec {
  background: #fbfeff;
  display: flex;
}
.overview_box.selected .overview_price_sec {
  background: #eefaff;
}
.overview_price {
  flex: 1;
  position: relative;
  font-size: 1.28rem;
  font-weight: 600;
  color: #062652;
}
.overview_price small {
  display: block;
  font-size: 75%;
  font-weight: 400;
  color: #6d768f;
}
.overview_price:nth-child(2)::before {
  width: 1px;
  height: 50%;
  background: rgba(196, 196, 196, 0.6);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  content: "";
}
.overview_box_list li {
  font-size: 1rem;
  color: #062652;
  font-weight: 400;
  padding: 0.65rem 0rem;
}
.overview_box.selected .overview_box_list li {
  color: #fff;
}
.protection_security_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing_xtend_view {
  position: relative;
  display: inline-block;
}
.landing_xtend_view_box {
  width: 35rem;
  background: linear-gradient(90deg, #e9f8ff 0%, #e0f8ff 100.01%);
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0.7rem 1.4rem rgba(71, 182, 245, 0.15);
  border-radius: 0.7rem 0.7rem 0.7rem 0rem;
  display: flex;
  position: absolute;
  padding: 1.4rem;
}
.landing_xtend_view_box.first {
  right: -20rem;
  top: -1.8rem;
}
.landing_xtend_view_box.second {
  left: -30rem;
  top: 50%;
  transform: translate(0%, -50%);
}
.landing_xtend_view_box.third {
  right: -12rem;
  bottom: -4rem;
}
.landing_xtend_view_icon {
  min-width: 3.8rem;
  display: inline-flex;
  justify-content: center;
}
.landing_xtend_view_title {
  font-size: 1.28rem;
  font-weight: 600;
  color: #062652;
}
.landing_xtend_view_text {
  font-size: 1rem;
  font-weight: 400;
  color: #406393;
}
.trading_instruments_sec {
  background-color: #dde1ef;
}
.metatrade_platform_sec,
.deposits_withdrawals_sec {
  padding: 9.5rem 0rem;
}
.metatrade_platform_sec .section_title small {
  max-width: 43ch;
  margin: 0 auto;
}
.meta_trader_block {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0 3rem;
}
.meta_trader_block .tab-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.meta_trader_block .tab-content .tab-pane {
  width: 100%;
}
.meta_trader_block .tab-content .fade:not(.show) {
  opacity: 1;
}
.meta_trader_left {
  width: 100%;
  padding-right: 3rem;
}
.meta_trader_mid {
  min-width: 23.85rem;
  max-width: 23.85rem;
  margin: 0rem -1.5rem;
}
.meta_trader_right {
  width: 100%;
  padding-left: 3rem;
}
.meta_trader_heading {
  background: linear-gradient(to right, #c1e7fc 0%, #ffffff 80%);
  font-size: 1.92rem;
  font-weight: 500;
  color: #062652;
  line-height: 150%;
  padding: 15px 25px;
}
.meta_trader_right .meta_trader_heading {
  background: linear-gradient(to left, #c1e7fc 0%, #ffffff 80%);
}
.meta_trader_infolist {
  padding-top: 5px;
}
.meta_trader_infolist li {
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: 1.3rem 0rem;
}
.meta_trader_infolist_block {
  min-height: 8.43rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 58, 145, 0.2);
  transition: all 0.5s ease-in-out;
  padding: 1.5rem;
}
.meta_trader_infolist li:hover {
  width: calc(100% + 6rem);
  transform: scale(1.03);
  left: -3rem;
}
.meta_trader_infolist li:hover .meta_trader_infolist_block {
  background: linear-gradient(268.44deg, #2fadfc 0%, #2d0fa4 100%);
  box-shadow: 16px 40px 42px -14px rgba(1, 57, 140, 0.3);
}
.meta_trader_infolist_data_block {
  display: flex;
  align-items: flex-start;
}
.meta_trader_infolist_data {
  padding-left: 1.4rem;
}
.meta_trader_infolist_icon {
  min-width: 5.7rem;
  max-width: 5.7rem;
  position: relative;
}
.meta_trader_infolist_icon img {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.meta_trader_infolist_icon img + img,
.meta_trader_infolist li:hover .meta_trader_infolist_icon img {
  opacity: 0;
  visibility: hidden;
}
.meta_trader_infolist li:hover .meta_trader_infolist_icon img + img {
  opacity: 1;
  visibility: visible;
}
.meta_trader_infolist_data_heading {
  font-size: 1.28rem;
  font-weight: 500;
  color: #062652;
  margin-bottom: 3px;
}
.meta_trader_infolist_data_text {
  max-width: 40ch;
  font-size: 13px;
  color: #707786;
  line-height: 150%;
}
.meta_trader_infolist li:hover .meta_trader_infolist_data_heading,
.meta_trader_infolist li:hover .meta_trader_infolist_data_text {
  color: #fff;
}
.meta_trader_platform_btns .btn {
  min-width: 15rem;
  font-size: 1.21rem;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}
.deposits_withdrawals_text_block .continue_text {
  max-width: 85ch;
  line-height: 178%;
  margin-left: auto;
  margin-right: auto;
}
.blog_sections {
  margin-top: 3.85rem;
  margin-bottom: 2.85rem;
}
.blog_category_heading {
  display: flex;
  font-size: 2.29rem;
  align-items: center;
  margin-bottom: 20px;
}
.blog_category_heading_text {
  font-size: 2.29rem;
  font-weight: 600;
  color: #062652;
}
.view_blog_category {
  font-size: 1.65rem;
  font-weight: 300;
  color: #0056b3;
}
.trading_platforms_bolg_details {
  background: aliceblue;
  color: #062652;
  font-weight: 600;
  font-size: 2.85rem;
  padding: 15px 20px;
}
.forextrandingtabblog.forextrandingtabs.is_stuck {
  position: static;
  top: 6.25rem !important;
  position: relative !important;
}
.forextrandingtabblog .list-group a {
  white-space: nowrap;
}
#sidebar {
  min-width: 270px;
  max-width: 270px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 0;
}
#sidebar .h6 {
  color: #fff;
}
#sidebar.active {
  margin-left: -270px;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul li {
  font-size: 14px;
}
#sidebar ul li > ul {
  margin-left: 10px;
}
#sidebar ul li > ul li {
  font-size: 13px;
}
#sidebar ul li > ul li a {
  border-bottom: 1px solid transparent;
}
#sidebar ul li > ul li a:hover,
#sidebar ul li > ul li a.active {
  color: #278bf7;
}
#sidebar ul li > ul li a span {
  color: #000;
  font-size: 12px;
  margin-left: auto !important;
}
#sidebar ul li > ul li:hover a span {
  color: #0d67f9;
}
#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 1.18rem;
}
#sidebar ul li a span {
  color: #fff;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #278bf7;
}
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#sidebar .custom-menu .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
#sidebar .custom-menu .btn i {
  margin-right: -40px;
  font-size: 14px;
}
#sidebar .custom-menu .btn.btn-primary {
  background: transparent;
  border-color: transparent;
}
#sidebar .custom-menu .btn.btn-primary:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #278bf7;
  border-radius: 10px;
}
#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.blog_sidebar {
  margin-top: 2rem;
  padding: 1.5rem;
}
.blog_sidebar a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin: 3px;
  border-radius: 4px;
  color: #062652;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
}
.tagcloud a:hover,
.tagcloud a.active {
  background-color: #0d67f9;
  color: #fff;
  border-color: #0d67f9;
}
.blog_list_items {
  font-weight: 500;
}
.tag_heading {
  color: #0d67f9;
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.blog_page_sec .range_trading_block .range_trading_text {
  color: #707787;
}
.blog_author_details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.28rem;
  padding: 15px 20px;
  background: #f8f8f8;
}
.author_details {
  margin-left: 15px;
}
.blog-author {
  display: flex;
  align-items: center;
}
.author_img {
  width: 5rem;
  height: 5rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author_name {
  font-size: 1.28rem;
  color: #062652;
}
.author_designation {
  font-size: 12px;
  color: #278bf7;
  margin-bottom: 0rem !important;
}
.blog-timedetails {
  font-size: 12px;
  display: flex;
}
.blog_addtime {
  font-size: 12px;
  color: #6c89ac;
  display: flex;
  align-items: center;
}
.blog_addtime i {
  margin-right: 6px;
}
.blog_addtime i.fa-clock {
  margin-right: 0;
}
.blogtime-zone {
  font-size: 12px;
  margin-left: 8px;
  margin-bottom: 0rem !important;
  color: #278bf7;
}
.blog-sharing {
  margin-left: auto;
}
.blog-sharing ul li {
  margin: 0 5px;
  padding: 10px 12px;
  background: #062652;
  color: #fff;
}
.blogshare_icon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  color: #062652;
  margin: 0 10px;
}
.recent_blogslider {
  margin-top: 7rem;
}
.recentadded_head {
  font-size: 2rem;
  color: #062652;
  font-weight: 600;
}
.recentadded_text {
  color: #6c89ac;
  font-size: 1.43rem;
}
.related_blogs .range_trading_icon {
  margin-top: 0;
  padding: 0rem 10px;
}
.related_blogs .range_trading_icon img {
  width: 100% !important;
  max-height: 9rem;
}
.related_blogs .range_trading_text {
  min-height: auto;
  padding-top: 0;
}
.range_trading_text {
  padding-top: 0;
}
.recentblog-carousel .slick-dots button {
  display: none;
}
.recentblog-carousel .slick-dotted {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% - 5px);
}
.recentblog-carousel .slick-arrow {
  display: flex;
  align-items: center;
  background: #e4f7ff;
  top: 100%;
  padding: 18px 25px;
  color: #062652;
  border-width: 0px !important;
  position: absolute;
}
.recentblog-carousel .slick-custom-arrow-right {
  left: auto;
  right: 91%;
}
.recentblog-carousel .slick-arrow:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.blog_page_sec .range_trading_block.latest_first .range_trading_icon {
  height: 22rem;
}
.latestfist_blog_details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  background: #f8f8f8;
}
.latestfist_blogbtn {
  background: #fff;
  font-size: 15px;
  color: #0d68f9 !important;
  border: 1px solid #106af9;
  box-shadow: 0 4px 15px rgba(8, 154, 246, 0.24);
  padding: 10px 20px;
  margin-left: auto;
}
.latestfist_blogbtn::before,
.latestfist_blogbtn::after {
  display: none;
}
.latestfist_blogbtn:hover {
  background: #0d68f9;
  color: #ffffff !important;
}
.latestblogslider .slick-dots button {
  display: none;
}
.latestblogslider .slick-dotted {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% - 5px);
}
.latestblogslider .slick-arrow {
  display: flex;
  align-items: center;
  background: #e4f7ff;
  top: 100%;
  padding: 18px 25px;
  color: #062652;
  border-width: 0px !important;
  position: absolute;
  margin-left: 15px;
  margin-right: -15px;
}
.latestblogslider .slick-custom-arrow-right {
  left: auto;
  right: 90%;
}
.latestblogslider .slick-arrow:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.latestblogslider {
  max-width: 1199px;
  margin-bottom: 2rem;
}
.blog_timedetails {
  padding: 5px 5px 0.5rem;
  padding-left: 0;
  color: #888e9a;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.blog_timedetails i {
  color: #a6a6a6;
  font-size: 14px;
  margin-right: 2px;
}
.author_namecard {
  color: #888e9a;
  margin-left: auto;
  display: none;
}
.range_trading_btn {
  margin-top: 0;
}
.blog_sections.blogfirst {
  margin-top: 7rem !important;
}
.blog_timedetails.topborder {
  border-top: 1px solid #e5e5e5;
  margin-left: 15px;
  margin-right: 15px;
}
.blog_timedetails_text {
  display: flex;
}
.blog_timedetails_text span {
  margin-left: 1rem;
}
.latestfist_blog_details .blogtime-zone {
  margin-left: 0px !important;
}
.blog_landing {
  display: flex;
}
.blogindex_content {
  width: 100%;
  max-width: calc(100% - 270px);
  flex: 0 0 calc(100% - 270px);
}
.latest_first .range_trading_title {
  font-size: 1.6rem !important;
  min-height: auto !important;
}
.risk_disclosure_list_sec h1,
.risk_disclosure_list_sec h2,
.risk_disclosure_list_sec h3,
.risk_disclosure_list_sec h4,
.risk_disclosure_list_sec h5,
.risk_disclosure_list_sec h6 {
  color: #201b4c;
  margin-top: 2.5rem;
  margin-bottom: 8px;
}
.risk_disclosure_list_sec a {
  color: #278bf7;
  font-size: 1.3rem;
}
.risk_disclosure_list_sec p a strong {
  color: #278bf7;
  font-size: 1.3rem;
  font-weight: 400;
}
.risk_disclosure_list_sec a:hover {
  color: #0d67f9;
}
.table_head_mobile_backrevert {
  display: none;
}
.table_head_mobile_revert {
  display: revert;
}
.mobile_deposit_withdrawals_data_view {
  border: 1px solid #d8dde7;
  border-radius: 0.25rem;
  margin: 0.5rem 0rem;
}
.deposit_withdrawals_header {
  display: flex;
  align-items: center;
  background-color: #f6f8fc;
  padding: 1.5rem 1.07rem;
}
.deposit_withdrawals_header .pay_collapse_arrow {
  width: 10px;
  transform: rotate(180deg);
}
.deposit_withdrawals_header.rotate .pay_collapse_arrow {
  transform: rotate(-90deg);
}
.mobile_deposit_withdrawals_data {
  padding: 1.25rem;
}
.table_head_mobile_backrevert td {
  border-bottom: 0px !important;
  padding: 0 0px !important;
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner_sec.forex_academy_sec {
  min-height: 65rem;
}
.forex_most_popular {
  margin-top: -18rem;
}
.most_popular_blog {
  background: #fff;
  box-shadow: 0 14px 61px rgba(0, 87, 135, 0.18);
  border-radius: 12px;
  padding: 30px 15px 0;
  margin-bottom: 2.5rem;
}
.latestfist_blog_details {
  border-top: 1px solid #cfd6ed;
  background: #fff;
  padding: 15px 0;
}
.latestblog_first {
  margin: 0;
  box-shadow: none;
  padding: 15px;
  padding-bottom: 0;
}
.forex_most_popular_blog .range_trading_icon {
  width: 100%;
  height: 30rem;
  float: none;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 0 0;
  margin: 0;
  margin-bottom: 3rem;
}
.forex_most_popular_blog .range_trading_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(6, 38, 82, 0.9) 0%,
    rgba(6, 38, 82, 0.63) 31.25%,
    rgba(6, 38, 82, 0) 100%
  );
  border-radius: 12px;
}
.forex_most_popular_blog .range_trading_icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.blog_type_heading {
  font-weight: 600;
  font-size: 1.93rem;
  line-height: 128%;
  color: #062652;
  padding: 0 15px;
}
.latest_blog_title {
  font-weight: 500;
  font-size: 2.57rem;
  line-height: 148%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80%;
  padding: 30px 30px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.latest_blog_shortdetails {
  font-weight: 300;
  font-size: 1.43rem;
  line-height: 190%;
  color: #71707b;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.author_name {
  font-weight: 400;
  font-size: 1.43rem;
  line-height: 191.5%;
  color: #000;
}
.blog_addtime {
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 191.5%;
  color: #71707b;
}
.blog-timedetails {
  display: flex;
  align-items: center;
}
.blog-timedetails .blog_addtime {
  line-height: 1;
}
.forex_details {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.forex_details + .blog_slider_box {
  margin-top: 3rem;
}
.blog_content,
.blog_sidenav {
  width: 100%;
  max-width: 73.5%;
  padding: 15px;
}
.blog_sidenav {
  max-width: 26.5%;
}
.blog_slider_box {
  background: #eff4fa;
  border-radius: 12px;
  padding: 30px 15px;
  margin-bottom: 5rem;
}
.blog_sidenav .blog_sidbar {
  background: #fff;
  box-shadow: 0 10px 20px rgba(107, 200, 251, 0.18);
  border-radius: 12px;
  padding: 2.5px;
}
.blog_tags {
  background: #fff;
  box-shadow: 0 10px 20px rgba(107, 200, 251, 0.18);
  border-radius: 12px 10px 10px 10px;
  border: 1px solid #eff4fa;
}
.blog_sidebar {
  margin-top: 0;
  padding: 0;
}
.blog_sidenav_categories #sidebar,
.blog_tags {
  width: 100%;
  min-width: initial;
  max-width: initial !important;
}
.blog_sidenav_categories.sticky {
  transition: all 0.5s ease;
}
.sidebar_top_categories {
  background: #eff4fa;
  border-radius: 12px 10px 0 0;
  padding: 16px 34px 15px 34px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar_top_categories:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5.35px solid #eff4fa;
  border-bottom: 5.35px solid transparent;
  border-right: 5.35px solid transparent;
  border-left: 5.35px solid transparent;
  position: absolute;
  top: 100%;
  left: 2.78rem;
}
.sidebar_top_categories .tag_heading {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.43;
  line-height: 191.5%;
}
.blog_sidenav_categories #sidebar ul.components {
  padding: 16px 34px 15px 34px;
}
.blog_sidenav_categories #sidebar ul.components + .sidenav_divider {
  display: block;
}
.blog_tags {
  margin-top: 3rem;
}
.tagcloud {
  padding: 30px 30px;
  margin: 5px 0;
}
.blog_sidenav_categories #sidebar ul li > ul {
  margin-left: 0rem;
}
.blog_sidenav_categories #sidebar ul li a {
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 191.5%;
  color: #3b3c69;
  border-bottom: none;
}
.blog_sidenav_categories #sidebar ul li a.blog_list_items {
  pointer-events: none !important;
}
.blog_sidenav_categories #sidebar ul li > ul li a {
  font-weight: 300;
  font-size: 1rem;
  line-height: 191.5%;
  color: #242424;
  display: flex;
  align-items: center;
}
.blog_sidenav_categories #sidebar ul li > ul li:hover a {
  color: #0d67f9;
}
.blog_sidenav_categories #sidebar ul li > ul li a.active,
.blog_sidenav_categories #sidebar ul li > ul li a.active span {
  color: #0d67f9;
}
#sidebar ul li a::after {
  display: none;
}
.blogmobile_menu_toggle {
  position: fixed;
  left: 0;
  top: 50%;
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  padding: 6px 15px;
  display: none;
  top: 42px !important;
}
.sidenav_divider {
  height: 1px;
  width: 85%;
  background: #eff4fa;
  display: none;
}
.blog_sidenav_categories #sidebar ul.components + .sidenav_divider {
  display: block;
}
.blog_sidenav_categories #sidebar ul.components:last-child + .sidenav_divider {
  display: none;
}
.category_titles_block {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.category_titles {
  font-weight: 600;
  font-size: 1.93rem;
  line-height: 128%;
  color: #062652;
}
.category_vline {
  height: 1px;
  width: 100%;
  background: #cfd6ed;
  margin: 0 15px;
}
.category_titles_btn {
  font-weight: 400;
  font-size: 1rem;
  line-height: 57.5%;
  color: #0d68f9;
}
.forex_details_category {
  margin-bottom: 3.5rem;
}
.blog_details_blocks_sec {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.blog_detail_card {
  background: #fff;
  box-shadow: 0 2px 5px rgba(106, 132, 151, 0.25);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: calc(33.3333% - 20px);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  position: relative;
  margin: 20px 10px;
}
.blog_detail_card > a,
.popular_blog_details > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog_detail_card:hover {
  box-shadow: 0 11px 54px rgba(4, 50, 80, 0.24);
  border: 1px solid #0d68f9;
}
.detail_popularblogslider .blog_detail_card {
  max-width: 100%;
  box-shadow: 0 2px 5px transparent;
  border: 1px solid rgba(106, 132, 151, 0.25);
}
.detail_popularblogslider .blog_detail_card:hover {
  border: 1px solid #0d68f9;
  box-shadow: 0 11px 54px rgba(4, 50, 80, 0.24);
}
.blog_shortdetails_card {
  padding: 22px 22px;
  padding-bottom: 27px;
}
.shortdetails_title {
  min-height: 3.85rem;
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 150%;
  color: #062652;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.shortdetails_text {
  min-height: 7.5rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #403f4d;
  margin-top: 1rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.shortdetails_btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 57.5%;
  color: #0d68f9;
  margin-top: 30px;
}
.other_popular_blogs {
  margin-top: 20px;
}
.slider_box {
  background: #fff;
  max-height: 10.5rem;
  border-radius: 5px;
  margin: 0 15px;
}
.popular_blog_details {
  position: relative;
  display: flex;
}
.popular_blog_details img {
  min-width: 10.28rem;
  max-width: 10.28rem;
  max-height: 10.14rem;
  border-radius: 5px;
}
.other_popular_blogs .popular_blog_details img {
  width: 10.3rem;
  height: 10.3rem;
  object-fit: cover;
  max-width: initial;
  max-height: initial;
}
.popular_blog_shortdetails {
  padding: 20px 20px 0 20px;
  min-height: 10.28rem;
}
.sliderbox_heading {
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 178%;
  color: #062652;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.sliderbox_btn {
  font-weight: 300;
  font-size: 1rem;
  line-height: 57.5%;
  color: #0d68f9;
}
.sliderbox_btn:hover {
  color: #062652;
}
.popularblogslider .slick-dots button,
.detail_popularblogslider .slick-dots button {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.detail_popularblogslider .slick-dots,
.popularblogslider .slick-dots {
  margin-top: 15px;
}
.popularblogslider .slick-dots li,
.detail_popularblogslider .slick-dots li {
  cursor: pointer;
  background: #c4c4c4;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}
.popularblogslider .slick-dots li.slick-active,
.detail_popularblogslider .slick-dots li.slick-active {
  background: #0d68f9;
}
.subcategory_slider_sec {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: none;
}
ul.blog_subcategory_list {
  display: flex;
  background: #fff;
  padding: 0 0 1rem 0;
  margin-top: -1px;
}
ul.blog_subcategory_list .subcategory_list_item {
  background: #fff;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
  white-space: nowrap;
  margin: 1.5rem 15px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid;
}
ul.blog_subcategory_list .subcategory_list_item.slick-current.slick-active {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
  box-shadow: 0 12px 10px rgb(4 50 80 / 24%);
  border-color: transparent;
}
ul.blog_subcategory_list .subcategory_list_item.slick-current.slick-active a {
  color: #fff;
}
ul.blog_subcategory_list .subcategory_list_item.slick-active a {
  color: #201b4c;
}
.subcategory_slider_sec .sidebar_top_categories {
  justify-content: flex-start;
  background: #eff4fa;
  border-radius: 0;
  padding: 15px 15px 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.subcategory_slider_sec .tag_heading {
  font-weight: 400;
  font-size: 1.28rem;
}
.forex_category_page .header_title {
  font-weight: 600;
  font-size: 3.93rem;
  line-height: 119.5%;
  color: #fff;
}
.forex_category_page .header_subtitle {
  color: #fff;
  max-width: 50%;
}
.related_articles_heading_view {
  display: flex;
  align-items: center;
}
.related_articles_read_more {
  color: #0d68f9;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
}
.blog_detail_title {
  max-width: 32ch;
  font-size: 3.93rem;
  font-weight: 600;
  color: #fff;
  line-height: 150%;
  text-align: center;
}
.blog_detail_content_list {
  margin-bottom: 3.5rem;
}
.blog_detail_content_list_heading {
  font-size: 1.92rem;
  line-height: 128%;
  font-weight: 600;
  color: #062652;
}
.blog_detail_content {
  font-size: 1.28rem;
  line-height: 150%;
  color: #403f4d;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper {
  height: 100vh;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
.page-wrapper.toggled .sidebar-wrapper {
  left: 0;
}
@media (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: 700;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: 700;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
}
.page-wrapper .page-content > div {
  padding: 20px 40px;
}
.page-wrapper .page-content {
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0 none #fff;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0 none #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.chiller-theme .sidebar-wrapper {
  background: #31353d;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #b8bfce;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #fff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0 0 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0 -1px 5px #282c33;
  border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}
.blog_detail_image {
  height: 180px !important;
}
.blog_detail_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.detail_popularblogslider .slick-track {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.blog_detail_banner {
  position: relative;
}
.blog_detail_banner:before,
.blog_category_banner:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.blog_category_banner {
  margin-bottom: 2.5rem;
}
.related_blogs_list_sec {
  margin: -20px -10px;
}
.forex_academy_top.InnerPage {
  min-height: 65rem !important;
}
.forex_academy_top.banner_sec {
  padding-top: 0;
}
.forex_banner_data_sec .banner_data {
  margin-top: 0;
}
.forex_banner_data_sec .banner_data .header_subtitle + p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.93rem;
  margin-bottom: 0rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-width: 50%;
}
.blog_detail_banner .blog_detail_title,
.blog_category_banner .forex_category_page {
  margin-left: auto;
  margin-right: auto;
}
.blog_detail_content_view ul,
.blog_detail_content_view ol,
.blog_detail_content_view li {
  list-style: auto;
}
.blog_detail_content_view li {
  color: #403f4d !important;
  margin-bottom: 15px;
}
.blog_detail_content_view ul,
.blog_detail_content_view ol {
  padding-left: 40px;
}
.blog_detail_content_view p {
  font-size: 15px;
  line-height: 180%;
  font-weight: 300;
  color: #403f4d;
  text-align: justify;
}
.blog_detail_content_view ol li::marker {
  font-weight: 400;
}
.blog_detail_content_view {
  padding: 30px !important;
}
.blog_detail_content_view a {
  color: #007bff;
}
.blog_detail_content_view h1,
.blog_detail_content_view h2,
.blog_detail_content_view h3,
.blog_detail_content_view h4,
.blog_detail_content_view h5,
.blog_detail_content_view h6 {
  color: #062652 !important;
}
.blog_detail_content_view h2,
.blog_detail_content_view h3 {
  font-size: 1.92rem;
  font-weight: 600;
  line-height: 128%;
  margin: 30px 0 15px;
}
.blog_detail_content_view h2:first-child {
  margin-top: 0;
}
.blog_detail_content_view h3 {
  font-size: 1.57rem;
  font-weight: 500;
}
.blog_detail_content_view table {
  width: 100%;
  border: 1px solid #e9e9e9;
}
.blog_detail_content_view table p {
  margin-bottom: 0;
  padding: 5px 10px;
}
.blog_detail_content_view table tbody tr td {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.blog_detail_content_view table tbody tr:first-child td {
  background: #f1f1f1;
  border-left: 1px solid #e9e9e9;
}
.subcategory_slider_sec {
  transition: all 0.5s ease-out;
}
.subcategory_slider_sec .tag_heading {
  display: flex;
  width: 100%;
  transition: all 0.5s ease-out;
  align-items: center;
}
.subcategory_slider_sec .tag_heading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  padding-right: 3px;
  font-weight: 900;
  margin-left: auto;
  transition: all 0.5s ease-out;
}
.subcategory_slider_sec.fixed_bottom {
  bottom: -12%;
  transition: all 0.5s ease-out;
}
.subcategory_slider_sec.fixed_bottom .tag_heading::after {
  transition: all 0.5s ease-out;
  transform: rotate(-180deg);
}
.subcategory_slider_sec.fixed_bottom ul.blog_subcategory_list {
  padding-bottom: 10px;
}
.sidebar-menu li a.active {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
.sidebar-menu li ul li a.active {
  background: #fff;
  color: #0d67f9;
}
.forex_details_bodysection .faq_button_sec {
  display: flex;
  background: #f9f8f8;
}
.forex_details_bodysection .blog_faq_btns {
  background: #f9f8f8;
  border-color: #f9f9f9 !important;
  border-width: 1px;
  padding: 10px;
  border-style: hidden;
  font-size: 1.14rem;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.forex_details_bodysection .blog_faq_btns span {
  display: flex;
  padding: 0 15px;
  font-size: 2rem;
  font-weight: 500;
  margin-left: auto;
  transition: all 0.5s ease-out;
}
.forex_details_bodysection .blog_faq_btns[aria-expanded="true"] span {
  transform: rotate(0deg);
}
.forex_details_bodysection .blog_faq_btns[aria-expanded="true"] span {
  transform: rotate(90deg);
  color: #007bff;
}
.forex_details_bodysection .blog_faq_btns[aria-expanded="true"] {
  color: #007bff;
}
.forex_details_bodysection .card {
  margin-bottom: 10px;
  border: none;
}
.forex_details_bodysection #accordion {
  margin-top: 15px;
}
.career_modal_view .modal-dialog {
  width: calc(100% - 30px);
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.career_video_close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  z-index: 2;
}
.career_video_close img {
  width: 26px;
}
.career_modal_view .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #ecfbff;
  box-shadow: 0 0 0 transparent;
  padding: 3.57rem;
}
.job_desc_text_list {
  font-size: 1.07rem;
  color: #585e6a;
  font-weight: 300;
  line-height: 186.66%;
  padding-left: 10px;
}
.job_desc_text_list li {
  position: relative;
  padding-left: 20px;
}
.job_desc_text_list li::before {
  content: "-";
  font-weight: 700;
  font-size: 17px;
  color: #000;
  position: absolute;
  left: 2px;
}
.section_text {
  font-weight: 300;
  font-size: 1.14rem;
  line-height: 170%;
  text-align: center;
  color: #707786;
}
.landing_awards_sec {
  background: #e9f1fa;
  min-height: 77.14rem;
  position: relative;
  width: 100%;
  padding: 8rem 0rem 3rem;
  overflow: hidden;
}
.award_details_sec {
  width: 85%;
  min-height: 58.5rem;
  position: relative;
  margin: 30px auto 0;
}
.award_img {
  position: absolute;
}
.award_img.first {
  left: 0;
  top: 0;
}
.award_img.second {
  left: 0;
  bottom: 0;
}
.award_img.third {
  right: 0;
  top: 0;
}
.award_img.four {
  right: 0;
  bottom: 0;
}
.award_img_mid {
  max-width: 48rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - 40px);
  transform: translate(-50%, -50%);
}
.license_certification_banner {
  background-position: top -3.5rem center;
  padding: 6.5rem 0rem;
}
.license_certificate_list_sec li {
  min-height: 28rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #e8faff;
  border: 1px solid #d4f1f9;
  box-shadow: 4px 4px 0 #ffffff, 7px 7px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 6rem;
  margin-top: 55px;
}
.license_certificate_arrow {
  width: 54px;
  position: absolute;
  top: 0;
  left: 6rem;
}
.license_certificate_list_data {
  padding-left: 8rem;
}
.license_certificate_list_data .risk_disclosure_list_heading {
  font-size: 2.57rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem;
}
.license_certificate_list_data p {
  max-width: 98ch;
  font-size: 1.28rem;
  line-height: 150%;
  color: #403f4d;
}
.license_certificate_list_data .btn {
  min-width: 18rem;
  background: #fff;
  color: #0d68f9 !important;
  box-shadow: 0 4px 15px rgba(8, 154, 246, 0.24);
  margin-top: 2.5rem;
}
.license_certificate_list_data .btn:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #ffffff !important;
}
.slick-youtube-slider .slick-arrow {
  position: absolute;
  right: 0rem;
  top: -4rem;
  min-width: 5rem;
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #e4f7ff;
  font-size: 2rem;
  border: 1px solid #f1f1f1;
  line-height: 1;
  color: #7c9cb0;
  padding: 0.65rem 15px !important;
}
.slick-youtube-slider .slick-arrow.slick-next {
  margin-left: 0rem;
}
.slick-youtube-slider .slick-arrow.slick-prev {
  margin-right: 6rem;
}
.slick-youtube-slider .slick-arrow:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
}
@media (max-width: 479.98px) {
  .slick-youtube-slider .slick-arrow {
    display: none !important;
  }
}
.socail_link a {
  border-radius: 3px;
  color: #fff;
}
.socail_link a svg {
  width: 22px;
  border-radius: 3px;
  fill: #fff;
}
.socail_link a.facebook:hover {
  background: #3e5992;
  border-color: #3e5992;
  color: #fff;
}
.socail_link a.instagram:hover {
  background: #dc447d;
  border-color: #dc447d;
  color: #fff;
}
.socail_link a.youtube:hover {
  background: #ad2217;
  border-color: #ad2217;
  color: #fff;
}
.socail_link a.linkedin:hover {
  background: #2d7aaf;
  border-color: #2d7aaf;
  color: #fff;
}
.socail_link a.twitter:hover {
  background: #66abe8;
  border-color: #66abe8;
  color: #fff;
}
.socail_link a.aparat:hover {
  background: #ef3087;
  border-color: #ef3087;
  color: #fff;
}
.socail_link a.telegram:hover {
  background: #3388c6;
  border-color: #3388c6;
  color: #fff;
}
.socail_link a.facebook:hover svg,
.socail_link a.instagram:hover svg,
.socail_link a.youtube:hover svg,
.socail_link a.linkedin:hover svg,
.socail_link a.twitter:hover svg,
.socail_link a.aparat:hover svg,
.socail_link a.telegram:hover svg {
  fill: #fff;
}
.lp_section_spacing {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.lp_sec_title_view h2 {
  font-size: 2.71rem;
  font-weight: 600;
  line-height: 150%;
  color: #062652;
}
.lp_sec_title_view p {
  max-width: 50ch;
  font-size: 1.28rem;
  font-weight: 300;
  line-height: 170%;
  color: #707786;
}
.text_white {
  color: #ffffff !important;
}
.landing_footer {
  background-color: #100f49;
  position: relative;
}
@media (max-width: 767.98px) {
  .lp_section_spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.banner_sec.trading_platforms_banner_sec .header_title {
  max-width: 20ch;
}
.trading_platform_secwrapper {
  padding: 7.71rem 0;
}
.trading_platform_secwrapper .section_title {
  margin-bottom: 1rem;
  color: #062652;
}
.trading_platform_secwrapper.most-trusted-sec .section_title {
  text-align: center !important;
  color: #062652 !important;
}
.trusted_platform_wrapper {
  display: flex;
  justify-content: space-between;
}
.platform_wrapper_dvdr {
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(48, 170, 241, 0.22) 0%,
    rgba(238, 240, 247, 0) 60.42%,
    rgba(238, 240, 247, 0) 100%
  );
  min-height: 10.71rem;
  transform: rotate(180deg);
  margin: auto 2rem;
}
.section_subtitle_p {
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 151%;
  color: #403f4d !important;
}
.section_text_p {
  font-weight: 300;
  font-size: 1.14rem;
  line-height: 175.5%;
  color: #71707b;
}
.section_subheading_new {
  font-weight: 500;
  font-size: 1.93rem;
  line-height: 40px;
  color: #062652 !important;
}
.metatrader_benefits_list li {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.43rem;
  line-height: 148%;
  color: #062652;
  display: block;
  align-items: center;
  justify-content: flex-start;
}
.metatrader_benefits_list li:before {
  content: url(/uploads/benefits-list-icon.svg);
  padding-right: 15px;
  display: inline-flex;
  align-self: auto;
  margin: auto;
  margin-right: 1.28rem;
  max-width: 23px;
  min-width: 23px;
}
.trading_platform_btnwrapper a.btn {
  background: #fff;
  box-shadow: 0 4px 15px rgb(8 154 246 / 24%);
  color: #0d68f9 !important;
  min-width: 16.42rem;
  padding: 0.85rem 2rem;
  border: 1px solid #0e68f9;
}
.trading_platform_btnwrapper a.btn:hover {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff !important;
  border-color: transparent;
}
.platform_box_icon {
  max-width: 6rem;
  margin: auto;
  margin-bottom: 2.71rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_textwrapper h4 {
  font-weight: 600;
  font-size: 1.29rem;
  line-height: 27px;
  text-align: center;
  color: #062652;
  margin-bottom: 10px;
}
.box_textwrapper p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 131.5%;
  text-align: center;
  color: #71707b;
}
.download_platform .range_trading_block {
  border: 1px solid #312f8e;
  border-radius: 6px;
  padding: 2rem;
  min-height: 17.14rem;
  width: 100%;
  cursor: pointer;
}
.download_platform .range_trading_icon img {
  max-width: 3rem;
  max-height: 4rem;
  min-height: 4rem;
}
.download_platform .range_trading_icon {
  height: auto;
}
.download_trading_platform_btn .btn {
  box-shadow: 0 4px 23px rgb(0 74 255 / 24%);
}
.Frequentlyask .section_subtitle_p {
  max-width: 48%;
}
.download_platform .section_subtitle_p {
  font-weight: 300;
  font-size: 1.21rem;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.76) !important;
  margin: auto;
  max-width: 50%;
}
.crypto_form_sec_outer {
  height: 100%;
  display: flex;
  background-image: url(/uploads/crypto-form-sec-bg-sort.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  filter: none !important;
  z-index: 99;
  padding: 20px;
  max-width: 75%;
}
.crypto_form_sec {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.faqmt5 li {
  list-style-type: disc;
  margin: 0 20px;
  margin-bottom: 10px;
}
.trading_platform_btnwrapp .btn {
  min-width: 17rem;
}
.what_pamm_sec {
  padding-bottom: 8.42rem;
  margin-top: -4rem;
}
.what_pamm_sec .what-title,
.what_pamm_sec h3,
.what_are_sec .what-title,
.what_are_sec h2,
.what_are_sec h3 {
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  color: #062652;
}
h2.what-title {
  margin-bottom: 11px;
  font-size: 2.57rem;
}
.what_pamm_sec p,
.what_are_sec p {
  font-weight: 300;
  font-size: 1.285rem;
  line-height: 150%;
  color: #403f4d;
}
.what_pamm_sec h3 {
  font-size: 1.928rem;
  line-height: 119.5%;
  margin-top: 2.85rem;
  margin-bottom: 2.35rem;
}
.what_pamm_sec .multi_account {
  display: flex;
  justify-content: start;
  position: relative;
  align-items: center;
}
.what_pamm_sec .multi_account .left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.42rem;
  height: 5.42rem;
  background: #f3f9ff;
  border-radius: 6px;
  margin-right: 1.28rem;
}
.what_pamm_sec .multi_account .left-icon img {
  max-width: 3rem;
  max-height: 3rem;
}
.what_pamm_sec .multi_account .right-text {
  width: calc(100% - 6.7rem);
}
.what_pamm_sec .multi_account .right-text h3 {
  font-weight: 500;
  font-size: 1.28rem;
  line-height: 111%;
  margin-bottom: 0.25rem;
}
.what_pamm_sec .multi_account .right-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  color: #5e6575;
  margin-bottom: 0;
  padding-bottom: 0;
}
.border-b {
  height: 1px;
  background: linear-gradient(
    90deg,
    #cad9e0 11.29%,
    rgba(202, 217, 224, 0) 101.81%
  );
  margin: 1.42rem 0;
}
.what_pamm_sec .multi_account .right-text p {
  max-width: 66ch;
}
.what_are_sec {
  background: url(/uploads/pattern-bg-top.png) left top no-repeat,
    url(/uploads/pattern-bg-bottom.png) right bottom no-repeat;
  background-color: #dde1ef;
  padding: 8.93rem 0rem;
}
.joinbtn {
  margin-top: 4.28rem;
  text-align: center;
}
.what_are_sec .what-title {
  margin-bottom: 1.25rem;
  font-size: 2.57rem;
}
.become_pamm {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 4.14rem;
}
.become_pamm .box_sec:first-child,
.become_pamm .box_sec:last-child {
  background: #fff;
  padding: 0 5rem;
  padding-bottom: 2.5rem;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(50% - 30px);
}
.become_pamm .box_sec p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 151%;
  color: #403f4d;
  margin-bottom: 2.14rem;
}
.arrow-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}
.arrow-head img {
  margin-right: 1.42rem;
}
.pamm_title {
  font-style: normal;
  font-weight: 600;
  font-size: 2.57rem;
  line-height: 128%;
  color: #062652;
}
.box_sec ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem;
}
.box_sec ul li {
  font-weight: 300;
  font-size: 1.42rem;
  line-height: 2.14rem;
  color: #062652;
  background: url(/uploads/bullet-tick-23x23.svg) left top no-repeat;
  padding-left: 3.14rem;
  margin-bottom: 1.75rem;
  background-position: 0 3px;
}
.box_sec ul li:last-child {
  padding-bottom: 3rem;
}
.w-80ch {
  max-width: 80ch;
}
.p-text {
  font-style: normal;
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 170%;
  text-align: center;
  color: #707786;
}
.how_to_start {
  padding: 10rem 0;
  padding-top: 0;
  background: #100f49;
  background-repeat: no-repeat;
  background-position: top center;
}
.how_to_start h2 {
  font-weight: 500;
  font-size: 2.57rem;
  line-height: 128%;
  color: #fff;
  margin-bottom: 0.75rem;
}
.how_to_start .text_p {
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 150%;
  color: #fff;
}
.how_to_start .how_to_startlistitem {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2rem;
  max-width: 620px;
}
.how_to_start .how_to_startlistitem li {
  font-weight: 300;
  font-size: 1.57rem;
  line-height: 157%;
  color: #fff;
  border-radius: 6px;
  background: #19247e;
  margin: 1.07rem 0;
  padding: 0.75rem 2.14rem;
}
.how_to_start .how_to_startlistitem li span {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  padding-right: 1rem;
}
.pamm_form {
  margin-left: 7.28rem;
}
.section_title_block .p-text {
  width: 50% !important;
  margin: 0 auto;
}
.padtop-10,
.padtop-6 {
  padding-top: 10rem;
}
.landing_awards_sec.landing_awards_secwrapp {
  min-height: 69.14rem;
}
.newaward_detais_wrapper .section_title_block {
  margin-top: 3.5rem;
}
.newaward_detais_wrapper .section_title {
  font-size: 2.71rem;
  max-width: 25ch;
}
.newaward_detais_wrapper .section_text {
  font-weight: 300;
  font-size: 1.29rem;
  line-height: 170%;
  color: #707786;
  text-align: start !important;
  max-width: 50ch;
}
.new_awardimg_wrap {
  max-width: 34.14rem;
  margin-left: auto;
}
.newaward_detais_wrapper {
  max-width: calc(100% - 10rem);
}
.newaward_imglistitsm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.newaward_imglistitsm li {
  max-width: 11.28rem;
  min-width: 11.28rem;
  margin: 1rem 2rem 1rem 0rem;
}
.newaward_secbtn {
  display: flex;
}
.newaward_secbtn .btn {
  margin-top: 3rem;
  min-width: 15rem;
  height: 3.64rem;
}
.navigation .navbar-nav li .nav_dropdown ul li.heading_title a {
  color: #9aa2b9;
  font-size: 1.07rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.navigation .navbar-nav li .nav_dropdown ul li.heading_title a:hover {
  border: none;
}
.navigation .navbar-nav li .nav_dropdown ul li.heading_title a.active {
  color: #9aa2b9;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1365.98px) {
  .heading_menutitle a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    color: #9aa2b9 !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
  }
  .heading_menutitle a.active {
    color: #9aa2b9 !important;
    border-color: transparent !important;
  }
}

/* Company News Page */
.active-news {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
  box-shadow: 0px 12px 10px rgb(4 50 80 / 24%);
  border-color: transparent;
}
.loadmore_news {
  display: none;
}
.news-bg {
  background-image: url(https://Airafinance.com/uploads/forexacademy-desktop-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.news-nav-topbar {
  margin-top: -18rem;
}
.news-nav-topbar .forex_academy_top.banner_sec {
  padding-top: 0;
}
.company-news {
  position: relative;
}
.news-nav-topbar .company-news .readmore::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.news-top .row > .col-lg-12 {
  margin-top: 1.25rem;
}
.news-nav-topbar .company-news h3.latest_blog_title,
.company-news .latest_blog_text_sec h2 {
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 2.35rem;
  line-height: 136.74%;
  color: #fff;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  bottom: 0;
  top: auto;
  text-shadow: 2px 2px #333;
}
.news-nav-topbar .company-news p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  color: #403f4d;
  min-height: 3.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-nav-topbar .company-news .latest_blog_text_sec h2 {
  font-size: 2rem;
  color: #062652;
}

.news-nav-topbar .company-news .latest_blog_text_sec {
  padding: 2rem 2.37rem;
  padding-bottom: 0.5rem;
  background: #eff4fa;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.news-nav-topbar .forex_most_popular_blog .range_trading_icon {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  height: 23.6rem;
}
.news-nav-topbar .company-news .latestfist_blog_details {
  background: transparent;
  margin: 1.28rem -1rem;
  padding: 1.28rem 10px;
  border-color: #e0e8f1;
  margin-bottom: 0;
}

.news-nav-topbar
  .forex_most_popular_blog
  .news-nav-topbar
  .company-news
  .range_trading_icon,
.news-nav-topbar
  .forex_most_popular_blog
  .company-news
  .range_trading_icon::before,
.radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-nav-topbar
  .forex_most_popular_blog
  .company-news
  .range_trading_icon::before {
  background: none;
}
.news-nav-topbar .company-news .blog_addtime {
  margin-left: 0.1rem;
}
.news-nav-topbar .company-news .readmore {
  font-size: 1rem;
  color: #0d68f9 !important;
  margin-left: auto;
  font-weight: 400;
}
.news-top {
  padding-top: 0;
  overflow: hidden;
  box-shadow: none;
}
.news-top .nav-bg {
  margin: 0 -15px;
  background: #eff4fa !important;
}
.news-top .nav-pills .nav-link {
  border-radius: 0;
  padding: 2.25rem 1.75rem;
  display: block;
  border-right: solid 1px #dae1ea;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 131.5%;
  text-align: center;
  color: #062652;
  min-width: 16rem;
}
.news-top .nav-pills li .nav-link {
  border-right: solid 1px #dae1ea;
}
.news-top .nav-pills .nav-link.active,
.news-top .nav-pills .nav-link:hover {
  background: #0d67f9;
  color: #fff;
}
/******* tab right******/
span.cardnews_category {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  padding: 0px 5px;
  border: 1px solid #e0e8f1;
  max-width: fit-content;
  border-radius: 6px;
  color: #2474fa;
  background: #eff4fa;
  margin-bottom: 5px;
}
.news-top .tab-right {
  margin: 0;
}
.news-top .tab-right .tab-content {
  scroll-behavior: auto;
  height: 32rem;
  overflow: hidden;
  overflow-y: auto;
  --scrollbarBG: #e1eaf3;
  --thumbBG: #9ab1cc;
}
.news-top .tab-right .tab-content::-webkit-scrollbar {
  width: 10px;
}
.news-top .tab-right .tab-content {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.news-top .tab-right .tab-content::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.news-top .tab-right .tab-content::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border: 3px solid var(--scrollbarBG);
}

.news-top .tab-right .nav-pills .nav-link,
.news-top .tab-right .nav-pills .nav-link {
  border-bottom: solid 2px transparent;
}
.news-top .tab-right .nav-pills li .nav-link.active,
.news-top .tab-right .nav-pills li .nav-link:hover {
  position: relative;
  background: transparent;
  color: #0d67f9;
  border-bottom: solid 2px #0d67f9;
}

.news-top .tab-right .nav-bg {
  margin: 0;
}
.news-top.tab-right .nav-pills .nav-link {
  padding: 2.25rem 0.5;
}
.news-top.tab-right .nav-pills .nav-link {
  padding: 1.75rem 0.5rem;
}
.news-top.tab-right .nav-pills li:last-child a.nav-link {
  border-right: 0;
}
.news-top .nav-pills li:first-child {
  width: 30px;
  display: none;
}
.news-top.tab-right .nav-pills li:first-child {
  display: inline-block;
}
.recent-added {
  display: flex;
  margin: 0 0.75rem 1.625rem 0;
  position: relative;
}
.recent-added:last-child {
  margin-bottom: 0;
}
.recent-added:last-child {
  margin-bottom: 0;
}
.recent-added .i-box {
  margin-right: 1.25rem;
  height: auto;
}
.recent-added .i-box img {
  max-width: 9.14rem;
  height: 9.14rem;
  border-radius: 6px;
  object-fit: cover;
}
.recent-added h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 160%;
  color: #062652;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recent-added span {
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 150%;
  color: rgba(64, 63, 77, 0.7);
}
.recent-added a.readmore {
  color: #0d68f9;
  font-size: 0.92rem;
  cursor: pointer;
  font-weight: 400;
}

.recent-added a.readmore::after {
  /* position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: ">";
  background-color: rgba(0, 0, 0, 0);
}

/*********blog details card***/
.news-box .blog_detail_card {
  background: #ffffff;
  border: 1px solid #d3dce7;
  border-radius: 9px;
  box-shadow: none;
  margin-bottom: 25px;
  margin-top: 0;
}
.blog_detail_card:hover {
  box-shadow: 0px 11px 54px rgb(4 50 80 / 24%);
}

.news-box .blog_detail_image {
  position: relative;
  margin: 6px 6px 0 6px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  height: 18rem !important;
}
.news-box .blog_detail_card:hover {
  box-shadow: 0px 3px 20px rgb(4 50 80 / 24%);
}
.news-box .blog_detail_image .social-sec {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 995;
  background: rgba(0, 8, 37, 0.4);
  border-radius: 3px;
  padding: 4.5px;
  padding-bottom: 5px;
}
.news-box .social-sec .socail_link a.share_icon img {
  width: 24px !important;
  object-fit: fill;
}

.social-sec .socail_link a {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #ffffff;
  border-radius: 3px;
  color: #9494ad;
  font-size: 1.28rem;
  margin-left: 5px;
}
.social-sec .socail_link a:first-child {
  background: transparent;
  margin-left: 0;
}

.blog_detail_card:hover .social-sec {
  opacity: 1;
  transition: all ease-in 0.2s;
}
.news-box .blog_detail_card .card-footer {
  border-radius: 0px 0px 9px 8px;
  padding: 1.25rem 10px;
  display: flex;
  justify-content: space-between;
  border: 0;
  align-items: center;
  background: #f4f8fd;
}
.news-box .blog_detail_card .blog_shortdetails_card,
.news-box .blog_detail_card .card-footer {
  padding: 22px 30px;
}
.news-box .blog_detail_card .shortdetails_title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 150%;
  color: #062652;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .blog_detail_card .shortdetails_text {
  min-height: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
  color: #403f4d;
  min-height: 3.2rem;
}

.news-box .blog_detail_card .card-footer .blog_addtime {
  margin-left: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  font-size: 0.92rem;
}
.news-box .blog_detail_card .readmore {
  font-weight: 400;
  color: #0d68f9;
  font-size: 1rem;
}
/*
.news-box .blog_detail_card .readmore:hover, .recent-added a.readmore:hover{
    text-decoration: underline;
}*/
.news-box .blog_detail_card .readmore::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.news-loadmore {
  color: #0d68f9;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84.23px;
  background: #eff4fa;
  border: 1px solid #aee0ff;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.latest_blog_title_recent {
  font-size: 1.57rem;
  color: #062652;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}
/********company news section end*********/

/********News details page*********/
.banner_sec.InnerPage.news-details-bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 47rem;
  margin-top: 6.65rem;
  align-items: end;
}
.news-top-banner {
  height: 37.35rem;
  position: relative;
  border-radius: 12px 12px 0px 0px;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
/*
.news-top-banner::before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    bottom:1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(6, 38, 82, 0.6) 0%, rgba(6, 38, 82, 0.63) 31.25%, rgba(6, 38, 82, 0.5) 100%);
    border-radius: 12px 12px 0px 0px;
}*/
.news-top-banner h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.21rem;
  line-height: 136.74%;
  color: #fff;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  bottom: 0;
  top: auto;
  margin-bottom: 4.42rem;
  text-shadow: 0 2px 5px #333;
}
.news-top-banner .latest_blog_title {
  max-width: 100%;
}
.news_body_text {
  margin: 7.5rem 0;
}
.news_body_text h2 {
  font-weight: 500;
  font-size: 2.57rem;
  line-height: 128%;
  color: #062652;
  margin-bottom: 1.57rem;
}
.news_body_text p,
.news_body_text {
  font-weight: 300;
  font-size: 1.28rem;
  line-height: 180%;
  color: #403f4d;
}
.news_body_text ul {
  margin: 2.85rem 0;
}
.news_body_text ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 275%;
  list-style: disc;
  margin-left: 20px;
}
.news_body_text ul li strong {
  font-weight: 600;
}
.news-back-btn {
  position: relative;
  width: 4.57rem;
  height: 3.85rem;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(8, 154, 246, 0.24);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 5px 0 0 5px;
  color: #0d67f9;
}
.news-back-btn:hover {
  background: linear-gradient(
    21.03deg,
    #0d67f9 10.52%,
    #1e9bf7 61.72%,
    #32d7f5 98.3%
  );
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.news-back-btn::before {
  content: "";
  position: absolute;
  border-radius: 6px;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #52c8f4 0%, #0e68f9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.social-sec1 {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 995;
  background: rgba(0, 8, 37, 0.4);
  border-radius: 3px;
  padding: 4.5px;
  padding-bottom: 5px;
  margin: 8px;
}
.social-sec1 .socail_link {
  flex-direction: column;
}
.social-sec1 .socail_link a.share_icon img {
  width: 24px !important;
  object-fit: fill;
}

.social-sec1 .socail_link a {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #ffffff;
  border-radius: 3px;
  color: #9494ad;
  font-size: 1.28rem;
  margin-bottom: 5px;
}
.social-sec1 .socail_link a:first-child {
  background: transparent;
  margin-left: 0;
}
.news_body_text table td p,
.news_body_text table th p {
  margin: 0px !important;
}
.news_body_text table td.closed_red p {
  color: #ff0000;
}
.table-text {
  font-size: 1.42rem;
  line-height: 128%;
  color: #062652;
}

.table-text td,
.table-text th {
  font-weight: 600;
  /*  border-top: 1px solid rgba(217, 223, 240, 0.8639);*/
  padding: 1.75rem;
}
.table-text td {
  font-weight: 400;
  font-size: 1.28rem;
  vertical-align: middle;
}
.table-text tbody tr:nth-of-type(odd) {
  background-color: #f1f3fb;
}

/********mobile nav***********/
.news-btn-slider,
.news-btn-slider .slider-for {
  display: none;
}
.news-btn-slider {
  margin-bottom: 0;
}
.news-btn-slider .slick-slider {
  margin-bottom: 15px;
}
.news-btn-slider .slick-next,
.news-btn-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.news-btn-slider .btn-slider.slick-slide {
  background: #eff4fa;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 160%;
  line-height: 131.5%;
  text-align: center;
  color: #062652;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 5px;
  width: 100%;
  max-width: 21.54rem;
  border-radius: 6px;
  min-height: 5rem;
}
.news-btn-slider .btn-slider.slick-slide.slick-active a {
  color: #fff;
}

.news-btn-slider .btn-slider.slick-slide.slick-current.slick-active {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #4dcbf3 104.97%);
  color: #fff;
  box-shadow: 0px 12px 10px rgb(4 50 80 / 24%);
  border-color: transparent;
}
.news-btn-slider .btn-slider.slick-slide.slick-current.slick-active a {
  color: #fff;
}
.news-btn-slider .btn-slider.slick-slide.slick-active a {
  color: #062652;
}
.news-btn-slider .slick-next:before,
.news-btn-slider .slick-prev:before {
  color: #ccc;
  z-index: 999;
}
.news-btn-slider .slick-next:before,
[dir="rtl"] .news-btn-slider .slick-prev:before {
  content: "→";
}
.news-btn-slider button.slick-prev {
  left: 1rem;
  z-index: 999;
}
.news-btn-slider button.slick-next {
  right: 1rem;
}
.news-btn-slider .slick-next,
.news-btn-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.news-btn-slider .slick-dots,
.news-btn-slider .slick-next,
.news-btn-slider .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
  /*  display: none;*/
}
.news-btn-slider .slick-next:before,
.news-btn-slider .slick-prev:before {
  font-size: 1.28rem;
  line-height: 1;
  color: #fff;
  font-family: poppins;
  -webkit-font-smoothing: antialiased;
  width: 20px;
  height: 20px;
  background: #ccc;
  opacity: 0.75;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-btn-slider .slick-next:before,
[dir="rtl"] .news-btn-slider .slick-prev:before {
  content: ">";
}
.news-btn-slider .slick-prev:before {
  content: "<";
}

.bg-trans {
  background-color: transparent !important;
  padding-bottom: 0;
  padding-left: 0;
}
.bg-trans .breadcrumb-item.active,
.bg-trans .breadcrumb-item,
.bg-trans .breadcrumb-item a {
  color: #fff;
}
.bg-trans .breadcrumb-item a:hover {
  color: #ccc;
}
.bg-trans .breadcrumb-item::before,
.bg-trans .breadcrumb-item {
  color: #fff;
}

/* Company News End  */

.banner_bonus_slide_img.cashback-right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.expobooth {
  font-size: 2.14rem;
  line-height: 2.1;
  color: #1574f8;
  font-weight: 600;
}
.expo_details {
  font-size: 1.29rem;
  line-height: 69px;
  color: #1574f8;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(6 38 82 / 20%);
  border-radius: 4px;
  max-width: 37.5rem;
  padding: 0.71rem 1.42rem;
  max-height: 3.29rem;
}
.expo_detailswrap {
  display: flex;
  justify-content: start;
  align-items: center;
}
.expo_detailswrap img {
  max-width: 1.71rem;
  min-width: 1.71rem;
  margin-right: 0.35rem;
}
.expo_mapwarp {
  margin-left: auto;
}
.expo_mapwarp img {
  max-width: 1.21rem;
  min-width: 1.21rem;
}
.expo_detailswrap sup {
  top: -0.5rem;
  bottom: auto;
}

footer {
  background: #02022d;
}
footer::before {
  height: 0px;
}
.footer_links_sec {
  padding-top: 7.14rem;
  padding-bottom: 5rem;
}
span.title_social {
  margin-left: 0px !important;
  font-size: 1.28rem;
  color: #fff;
}
.social_wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.socail_link {
  justify-content: start;
}
.footer_menu li {
  padding-left: 0px;
  padding-right: 0px;
}
.footer_menu li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.financial_logo_sec li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer_links_title {
  font-size: 14px;
  color: #fff;
}
.footer_links_block {
  border: none !important;
  padding-bottom: 3.5rem;
  margin-bottom: 3rem;
}
.socail_link_title {
  margin-top: 3rem;
}
.footer_logo {
  max-width: 15.21rem;
  border: none !important;
}
footer .continue_text {
  max-width: 80%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
.footer_logo {
  padding-bottom: 0px;
}
.footer_bottom_sec {
  background: transparent;
  padding-bottom: 1.5rem;
}



.accordion{margin-bottom: 15px;}
.accordian_txt{ font-size: 1rem; color: rgba(255, 255, 255, 0.50); cursor: pointer; padding-left: 15px;  display: block; font-weight: 300; margin-bottom: 0px; position: relative;}
  
.accordian_txt.active{color: rgba(255, 255, 255, 1); font-weight: 500;}
.accordion .accordian_txt::before{  content: "\f105"; left: 0px; position: absolute; top: 50%; transform: translateY(-50%); font-family: "Font Awesome\ 5 Free"; font-weight: 800;}
.accordion .accordion-content {display: none; padding-left: 10px; color: rgba(255, 255, 255, 0.50); font-size: 1rem; padding-top: 10px;}  
  /* .disclaimer_title{margin-top: 3.21rem;} */
.accordion .accordion-content a {display: contents; color: #007bff;}


@media (max-width: 1199.98px) {
  .footer_links_sec {
    padding-top: 4.14rem;
    padding-bottom: 0rem;
  }
}

@media (max-width: 991.98px) {
  .expo_details {
    justify-content: start;
    max-height: 100%;
    max-width: 100%;
    line-height: 1;
    font-size: 1rem;
  }
  .footer_awards_view {
    display: flex;
    flex-wrap: wrap;
    padding-top: 47px;
    justify-content: start;
  }
  .footer_awards_view li {
    width: 33.3%;
    margin-bottom: 15px;
  }
.footer_links_sec { padding-top: 7.14rem;}
}
@media (max-width: 767.98px) {
  .expo_details {
    justify-content: center;
  }
  .footer_awards_view {
    padding-top: 20px;
  }
  .footer_menu_links {
    display: block;
  }
  .footer_links_block {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  footer .continue_text {
    max-width: 100%;
    text-align: start;
  }
}
@media (max-width: 575.98px) {
  .footer_links_sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .expo_details {
    flex-direction: column;
    line-height: 1.1;
    justify-content: center;
    max-height: 100%;
    margin: auto;
  }
  .expo_detailswrap {
    justify-content: center;
  }
  .expo_mapwarp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
}
form.login_signup_form_sec .checkbox_parent #agree-error {
  position: absolute;
  width: max-content;
  border: 0rem;
  top: 20px;
  margin: 0 auto;
  font-weight: 100;
  left: 35px;
}
@media (max-width: 767.98px) {
  form.login_signup_form_sec .checkbox_parent #agree-error {
    left: 28px;
    top: 15px;
  }
}

.trustbox_wrapper_main {
  display: flex;
  justify-content: start;
  align-items: start;
}
.trustbox_wrapper_main .tplogoimg {
  max-width: 8.57rem;
  margin: 3px 1.3rem;
}
.trustbox_wrapper {
  background: linear-gradient(85.21deg, #0d67f9 0.61%, #100f49 104.97%);
  font-size: 1.28rem;
  padding: 1rem 1.28rem;
  max-width: 21rem;
  min-width: 21rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: start;
  box-shadow: 0px 0px 3px 2px #123ba0;
}

@media (max-width: 1199.98px) {
  .trustbox_wrapper_main {
    flex-direction: column-reverse;
  }
  .trustbox_wrapper {
    max-width: 26rem;
    min-width: 26rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .trustbox_wrapper_main .tplogoimg {
    margin: 3px 2.3rem;
  }
}

@media (max-width: 575.98px) {
  .trustbox_wrapper {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .trustbox_wrapper_main .tplogoimg {
    margin: 10px auto;
    margin-top: 0px;
    display: flex;
    max-width: 13.57rem;
  }
}