﻿.tab-docs {
    width: 100%;
    list-style: none;
    display: inline-flex;
    /* object-position: right; */
    /*border-bottom: 1px solid #007bff;*/
    /*position: absolute;
    bottom: 0;
    margin: 0;*/
}
    .tab-docs li {
        padding: 9px;
        background: #fff;
        border-radius: 10px 10px 0 0;
        margin: 5px 1px -1px 5px;
        border: 1px solid #007bff;
        width: 132px;
        text-align: center;
        object-position: right;
        font-size: 18px;
        font-weight: bold;
        font-weight: bold;
    }
        .tab-docs li.active {
            background: #0493fa;
            color: #fff;
        }
.frame-docs .upper-banner {display:none !important}
.head-docs {
    /*background-image: url('/Assets/images/docs/banner-header-docs.svg')*/
    background-repeat: no-repeat !important;
    background-position-y: center;
    /*background-position-x: right;*/
    background-size: contain;
    height: 237px;
    z-index: 1000;
}
@media (max-width: 802px) {
    .head-docs {
        height: auto !important;
    }
}

body {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5
}


.back-trading-video {
    background: #ffffff;
    padding: 70px 0;
    border: 1px solid #e7eef6;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
}



.back-title h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 40px;
    position: relative;
    display: inline-block;
}

.back-trading-video .back-title h2 {
  /*color: #ffffff;*/
}
.back-title h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
     background: #333; 
    width: 100%;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}

.back-title h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    background: #333;
    width: 80%;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}
.back-trading-video .back-title h2:before {
/*  background: #2962ff;*/
}
.back-trading-video .back-title h2:after {
  /*background: #ffffff;*/
}
.back-trading-video .back-video {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  text-align: center;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  /*color: #ffffff;*/
}
.back-trading-video .back-video:hover {
  background: #000;
}
.back-trading-video ul {
  margin: 0;
  padding: 0;
}
.back-trading-video ul .image-area {
  position: relative;
}
.back-trading-video ul .image-area .back-video {
  top: 34%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
}
.back-trading-video ul .image-area .back-btm-content h3 {
  font-family: 'SpartanSemiBold';
  font-size: 36px;
  line-height: 46px;
  margin: 45px 0 22px;
}
.back-trading-video ul .image-area .back-btm-content h3 a {
  /*color: #ffffff;*/
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.back-trading-video ul .image-area .back-btm-content h3 a:hover {
  color: #ffffff;
  background-size: 100% 1px;
}
.back-trading-video ul .image-area .back-btm-content ul {
  display: flex;
  flex-wrap: wrap;
}
.back-trading-video ul .image-area .back-btm-content ul li {
  /*color: #ffffff;*/
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.back-trading-video ul .image-area .back-btm-content ul li a {
  /*color: #ffffff;*/
}
.back-trading-video ul .image-area .back-btm-content ul li a:hover {
  color: #0088cb;
}
.back-trading-video ul .image-area .back-btm-content ul li svg {
  width: 18px;
  position: relative;
  top: -2px;
}
.back-trading-video ul .image-area .back-btm-content ul li span {
  margin-right: 10px;
}
.back-trading-video ul .image-area .back-btm-content ul li.back-author img {
  width: 35px;
  border-radius: 50%;
  height: 35px;
}
.back-trading-video ul .image-area .back-btm-content ul li:last-child {
  padding-right: 0;
}
.back-trading-video .back-hero-bottom {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  overflow-y: auto;
  height: 675px;
  overflow-x: hidden;
  scrollbar-color: #2962ff #e4e4e4;
  scrollbar-width: thin;
}
.back-trading-video .back-hero-bottom li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 28px;
}
.back-trading-video .back-hero-bottom li .image-areas {
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 15px;
  order: 2;
  padding-right: 10px;
  position: relative;
}
.back-trading-video .back-hero-bottom li .back-btm-content {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 10px;
}
.back-trading-video .back-hero-bottom li .back-btm-content .back-cates {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'SpartanMedium';
  /*color: #fff;*/
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 6px 0 9px;
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 a {
  /*color: #fff;*/
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 a:hover {
  color: #fff;
  background-size: 100% 1px;
}
.back-trading-video .back-hero-bottom li .back-btm-content ul li {
  font-size: 14px;
  color: #777;
}
.back-trading-video .back-hero-bottom li .back-btm-content ul li svg {
  width: 17px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.back-trading-video .back-hero-bottom li:last-child {
  margin-bottom: 0;
}
.back-trading-video.back-video-post ul .image-area .back-btm-content ul li.back-rating {
  flex: 1;
  justify-content: end;
  font-size: 20px;
}
.back-trading-video.back-video-post ul .image-area .back-btm-content ul li.back-rating svg {
  width: 30px;
  position: relative;
  top: -4px;
}
.back-trading-video.back-trading-video2.back-trading-video ul .image-area .back-btm-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 25px;
}
.back-trading-video.back-trading-video2.back-trading-video ul .image-area img {
  border-radius: 4px;
}
.image-area-video {
  position: relative;
}
.image-area-video .back-video {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 80px;
  text-align: center;
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
}
.image-area-video .back-video:hover {
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a0a0a;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a {
  color: #0088cb;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
.back-wrapper ul.dot-list {
  padding-left: 30px;
  padding-bottom: 12px;
}
.back-wrapper ul.dot-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
  font-size: 14px;
  font-family: 'SpartanSemiBold';
}
.back-wrapper ul.dot-list li:before {
  content: "";
  margin: 0;
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
.back-wrapper p {
  font-size: 14px;
  color: #777;
  font-family: 'SpartanRegular';
  line-height: 24px;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #0088cb;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*****************************************************
    09. Back Trading Video Section CSS Here 
****************************/
.back-trading-video {
    background: #ffffff;
    padding: 70px 0;
    border: 1px solid #e7eef6;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
}
.back-trading-video .back-title h2 {
  /*color: #ffffff;*/
}
.back-trading-video .back-title h2:before {
  /*background: #ffffff;*/
}
.back-trading-video .back-title h2:after {
  /*background: #ffffff;*/
}
.back-trading-video .back-video {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  text-align: center;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  /*color: #ffffff;*/
}
.back-trading-video .back-video:hover {
  background: #000;
}
.back-trading-video ul {
  margin: 0;
  padding: 0;
}
.back-trading-video ul .image-area {
  position: relative;
}
.back-trading-video ul .image-area .back-video {
  top: 34%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
}
.back-trading-video ul .image-area .back-btm-content h3 {
  font-family: 'SpartanSemiBold';
  font-size: 36px;
  line-height: 46px;
  margin: 45px 0 22px;
}
.back-trading-video ul .image-area .back-btm-content h3 a {
  /*color: #ffffff;*/
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.back-trading-video ul .image-area .back-btm-content h3 a:hover {
  color: #ffffff;
  background-size: 100% 1px;
}
.back-trading-video ul .image-area .back-btm-content ul {
  display: flex;
  flex-wrap: wrap;
}
.back-trading-video ul .image-area .back-btm-content ul li {
  /*color: #ffffff;*/
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.back-trading-video ul .image-area .back-btm-content ul li a {
  /*color: #ffffff;*/
}
.back-trading-video ul .image-area .back-btm-content ul li a:hover {
  color: #0088cb;
}
.back-trading-video ul .image-area .back-btm-content ul li svg {
  width: 18px;
  position: relative;
  top: -2px;
}
.back-trading-video ul .image-area .back-btm-content ul li span {
  margin-right: 10px;
}
.back-trading-video ul .image-area .back-btm-content ul li.back-author img {
  width: 35px;
  border-radius: 50%;
  height: 35px;
}
.back-trading-video ul .image-area .back-btm-content ul li:last-child {
  padding-right: 0;
}
.back-trading-video .back-hero-bottom {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  overflow-y: auto;
  height: 675px;
  overflow-x: hidden;
  scrollbar-color: #2962ff #e4e4e4;
  scrollbar-width: thin;
}
.back-trading-video .back-hero-bottom li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 28px;
}
.back-trading-video .back-hero-bottom li .image-areas {
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 15px;
  order: 2;
  padding-right: 10px;
  position: relative;
}
.back-trading-video .back-hero-bottom li .back-btm-content {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 10px;
}
.back-trading-video .back-hero-bottom li .back-btm-content .back-cates {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'SpartanMedium';
  /*color: #fff;*/
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 6px 0 9px;
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 a {
  /*color: #fff;*/
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.back-trading-video .back-hero-bottom li .back-btm-content h3 a:hover {
  color: #fff;
  background-size: 100% 1px;
}
.back-trading-video .back-hero-bottom li .back-btm-content ul li {
  font-size: 14px;
  color: #777;
}
.back-trading-video .back-hero-bottom li .back-btm-content ul li svg {
  width: 17px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.back-trading-video .back-hero-bottom li:last-child {
  margin-bottom: 0;
}
.back-trading-video.back-video-post ul .image-area .back-btm-content ul li.back-rating {
  flex: 1;
  justify-content: end;
  font-size: 20px;
}
.back-trading-video.back-video-post ul .image-area .back-btm-content ul li.back-rating svg {
  width: 30px;
  position: relative;
  top: -4px;
}
.back-trading-video.back-trading-video2.back-trading-video ul .image-area .back-btm-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 25px;
}
.back-trading-video.back-trading-video2.back-trading-video ul .image-area img {
  border-radius: 4px;
}
.image-area-video {
  position: relative;
}
.image-area-video .back-video {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 80px;
  text-align: center;
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
}
.image-area-video .back-video:hover {
  background: #000;
}

