/* Learn Style start  */
.learn-frame-wrap {
  /* height: calc(100vh - 100px) !important; */
  border-bottom: 1px solid #efefef;
  position: relative;
  padding-top: 7em;
}

.learn-frame-box {
  display: flex;
  height: 100%;
  background: var(--secondary-color);
}

.learn-frame-tabs-box {
  border-right: 1px solid #efefef;
  width: 30%;
  background: #f3f3f3;
  padding: 1em;
  overflow-y: scroll;
}

.learn-frame-tabs-box {
  border-right: 1px solid #efefef;
  width: 30%;
  background: #f3f3f3;
  padding: 1em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 90vh;
  /* min-height: 80vh; */
}

.learn-frame-tabs-box::-webkit-scrollbar {
  display: none;
}

.learn-frame-tabs-box .accordion {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.learn-frame-tabs-box .accordion-item {
  border: 0;
  /* border-bottom: 1px solid #efefef !important; */
  background-color: var(--secondary-color) !important;
  border-radius: 12px !important;
  padding: 1em;
}

.learn-frame-tabs-box .accordion-icon {
  height: 3em;
  object-fit: contain;
  width: auto;
}

.accordion-button::after {
  background-image: url(../img/learn/angle-circle-right.svg) !important;
  position: absolute;
  right: 0%;
  top: 40%;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/learn/angle-circle-up.svg) !important;
}


.learn-frame-tabs-box .accordion-button {
  font-weight: 500;
  padding: .5em !important;
  background: none;
  border-radius: 12px !important;
  display: flex;
  gap: 1em;
  justify-content: start;
  align-items: center;
  position: relative;
  border: none;
}

.learn-frame-tabs-box .accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: unset !important;
  background-color: transparent !important;
}

.learn-frame-tabs-box .accordion-button:focus,
.learn-frame-tabs-box .accordion-button:active,
.learn-frame-tabs-box .accordion-button:hover {
  border: 0 !important;
  box-shadow: unset !important;
  background-color: none !important;
}

.nav-list ul {
  margin: 0;
  padding: 0;
}

.nav-list ul li a {
  font-size: 0.95em;
  color: var(--quaternary-color);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0.7em 1.4em;
  width: 100%;
  display: inline-block;
  text-align: start;
  border-radius: 8px;
}

.nav-list ul li:hover a {
  color: var(--secondary-color) !important;
  background: var(--primary-btn-gradient) !important;
}

.nav-list li .active {
  color: var(--secondary-color) !important;
  background: var(--primary-btn-gradient) !important;
}

.learn-frame-tabs-content {
  width: 100%;
  padding: 2em;
  overflow: auto;
  background: var(--secondary-color);
  height: 90vh;
  overflow-x: scroll;
}

.learn-frame-tabs-content::-webkit-scrollbar {
  width: 0px;
}

.learn-list-card {
  padding: 1.5em;
  /* border: 1px dashed #ccc; */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background:#f3f3f36b;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}

.learn-list-card h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--tertiary-color);
  position: relative;
}

.learn-list-card-header {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
}

.learn-list-card-icon img {
  height: 3.5em;
  width: auto;
  object-fit: contain;
}

.learn-resources-wrap .section-title {
  margin-bottom: 4em;
}

.learn-list-card p {
  font-size: 0.9em;
  color: var(--quaternary-color);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
}

.learn-list-card ul {
  margin-bottom: 0;
}

.learn-list-card ul li {
  margin-bottom: 0.5em;
}

.learn-list-card ul li:last-child {
  margin-bottom: 0em;
}

.learn-list-card ul li a {
  font-size: 0.9em;
  color: var(--quaternary-color);
  font-weight: 400;
  text-decoration: underline !important;
  line-height: 1.8;
  margin-bottom: 0;
  margin-left: .3em;
}

.learn-resources-assets .section-title {
  margin-bottom: 4em;
}

.learn-assets-card {
  padding: 2em;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.learn-resources-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.learn-resources-info h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--tertiary-color);
  text-align: center;
}

.learn-resources-wrap .section-title {
  margin-bottom: 4em;
}

.learn-resources-info p {
  font-size: 0.9em;
  color: var(--tertiary-color);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: center;
}

.learn-resources-avater {
  margin-bottom: 1em;
  text-align: center;
}

.learn-resources-avater img {
  width: auto;
  height: 24em;
  object-fit: contain;
}

.learn-info-card {
  margin-bottom: 2em;
}

.learn-info-card:last-child {
  margin-bottom: 0em;
}

.learn-info-card h2 {
  font-size: 1.8em;
  font-weight: 500;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
  /* text-align: center; */
  position: relative;
  z-index: 2;
}

.learn-info-card p {
  font-size: 0.9em;
  font-weight: 300;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 1em;
  /* text-align: center; */
}

.learn-info-card p strong {
  color: var(--tertiary-color) !important;
}

.learn-info-card p:last-child {
  margin-bottom: 0;
}

.learn-info-card ul {
  margin-bottom: 0;
}

.learn-info-card ul li {
  margin-bottom: 1em;
}

.learn-info-card ul li:last-child {
  margin-bottom: 0em;
}

.learn-info-card h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--tertiary-color);
  position: relative;
}

.learn-bg {
  padding: 2em;
  background-color: var(--primary-bg-color);
  border-radius: 12px;
}

.learn-bg2 {
  padding: 2em;
  background-color: #F1F5F8;
  border-radius: 12px;
}

.leran-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2em;

}

.leran-grid-layout .learn-info-card {
  padding: 2em;
}

.leran-grid-layout .learn-info-card:nth-child(2),
.leran-grid-layout .learn-info-card:nth-child(3) {
  background-color: #f3f3f3;
}

.leran-grid-layout .learn-info-card:nth-child(1),
.leran-grid-layout .learn-info-card:nth-child(4) {
  background-color: #efefef;
}

.learn-info-accrodion {
  margin-bottom: 2em;
}

.accordion {
  /* border: 1px solid #efefef;
  padding: 2em;
  border-radius: 12px; */
}

.learn-info-accrodion .accordion-button:focus,
.learn-info-accrodion .accordion-button:active,
.learn-info-accrodion .accordion-button:hover {
  border: 0;
  box-shadow: unset !important;
  background-color: transparent !important;
}


.learn-info-accrodion .accordion-item {
  border: 0;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 1em;
  border-radius: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.learn-info-accrodion .accordion-button {
  color: var(--tertiary-color);
  font-weight: 500;
  border-radius: 10px;
  background-color: transparent;
}

.learn-info-accrodion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.learn-info-accrodion .accordion-body {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5;
  color: var(--quaternary-color);
  margin-bottom: 0em;
}

.learn-frame-tabs-box .accordion-body {
  margin-top: 1em;
}

.learn-info-accrodion .accordion-button:focus {
  box-shadow: unset !important;
}

.learn-info-accrodion .accordion-collapse.collapse.show {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* box-shadow:var( --primary-box-shadow); */
}

.learn-frame-tabs-box .accordion-button:not(.collapsed) {
  background: var(--secondary-color);
}

.learn-title {
  margin-bottom: 2em;
}

.learn-title h2 {
  font-size: 2em;
  font-weight: 500;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Learn Style End  */

.stock-market-index div {
  width: 3em;
  height: 3em;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #4a4a4a24;
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
}

.stock-market-index-div {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.specil-table-th {
  background-color: #c8c8c8 !important;
}

.long-call-diagonal-spread-div {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.long-call-diagonal-spread-div div {
  width: 3em;
  height: 3em;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #4a4a4a24;
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
}

.learn-info-card h4 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--tertiary-color);
  position: relative;
}

.mb-2em {
  margin-bottom: 2em !important;
}


.futures-characteristics-card {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.futures-characteristics-card div {
  width: 3em;
  height: 3em;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #4a4a4a24;
  font-size: 1em;
  font-weight: 500;
  color: var(--tertiary-color);
}

.futures-characteristics-div2 {
  display: grid;
  grid-template-columns: 35px auto;
  align-items: center;
  gap: .75em;
  margin-bottom: 1em;
}

.futures-characteristics-div2 div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leran-grid-layout-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2em;
  gap: 2em;
}

.leran-grid-layout-2 .learn-info-card-2 {
  padding: 2em;
}

.futures-list {
  display: flex !important;
  align-items: flex-start;
  gap: 1em;
  padding-left: 1em;
}

.learn-landing-wrap tbody td {
  font-size: 0.9em;
  font-weight: 300;
  color: var(--quaternary-color);
  line-height: 1.8;
}

.watch-video-img-sec {
  border-radius: 12px;
  padding: 2em;
  background: url(../img/learn/you-tube-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 99;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.watch-video-img-sec::after {
  content: ' ';
  position: absolute;
  background-color: #000000e8;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.watch-video-img-sec h3 {
  font-size: 2em;
  font-weight: 600;
  color: var(--secondary-color);
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  text-transform: capitalize;
}

.watch-video-img-sec p {
  font-size: 0.9em;
  color: var(--secondary-color);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 500px;
  text-align: center;
}

.watch-video-img-sec a #youtube-paths_yt10 {
  color: var(--secondary-color) !important;
}

.play-icon {
  height: 5em;
  width: auto;
  object-fit: contain;
}

#learn-header .header-nav-center,
#learn-sub-header .header-nav-center {
  background: var(--tertiary-color) !important;
}

/* Policy Page  */
.account-type-banner {
  background-image: unset;
  background-color: unset;
  min-height: unset;
  color: var(--tertiary-color);
}

.account-type-banner .banner-caption {
  margin-top: 4em;
  min-height: unset;
}

.account-type-banner .banner-content-info h1,
.account-type-banner .banner-content-info p {
  color: var(--tertiary-color);
  text-align: center;
}

.account-type-banner .banner-content-info p {
  max-width: none;
}

.desposit-withdraw-tab-nav ul li button.active {
  background: var(--primary-btn-gradient) !important;
  color: var(--tertiary-color) !important;
}


.desposit-withdraw-tab-nav ul li button {
  box-shadow: 0px 0px 3px 0px #00000078 inset;
  background-color: #fafdff;
  padding: 1em 1.5em;
  border-radius: 50px !important;
  color: var(--tertiary-color);
  line-height: 1;
}

.desposit-withdraw-tab-nav ul li button:hover {
  color: var(--tertiary-color);
}

.desposit-withdraw-tab-nav .nav-pills {
  gap: 1em;
}

.static-page-card h3 {
  font-size: 1.4em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.static-page-card p {
  font-size: 1em;
  color: var(--quaternary-color);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
  text-transform: capitalize;
}

.static-page-list li {
  padding-bottom: 1em;
  grid-template-columns: 40px auto;
  display: grid;
  font-weight: 300;
  line-height: 1.8;
  text-transform: capitalize;
  font-size: 0.9em;
  color: var(--quaternary-color);
}

.static-page-card {
  padding-top: 2em;
}

.arrow-up {
  cursor: pointer;
  width: 3em;
  height: 3em;
  background: #fff;
  position: fixed;
  bottom: 10%;
  z-index: 99;
  right: 5%;
  padding: 0.95em;
  border-radius: 50%;
  background: var(--primary-btn-gradient);
  opacity: 100%;
  transition: opacity 3s;
}

.static-banner-title-sec h1 {
  text-align: center;
  font-size: 2.6em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0em;
}

.static-page-list {
  margin-top: 2em;
}

/* Policy Page End*/


/* Pricing  */

.pricing-banner {
  text-align: center;
  min-height: 40vh;
  background: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-banner-info {
  padding-top: 7em;
  color: var(--secondary-color) !important;
}

.pricing-banner-info h1 {
  color: var(--secondary-color);
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}

.pricing-banner-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0;
}

.pricing-plan-info p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.type-of-account-table-sec table {
  border-radius: 10px;
  overflow: hidden;
  outline: 1px solid #efefef;
}

.type-of-account-table-sec .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--secondary-color);
  background-color: var(--secondary-color) !important;
}

.type-of-account-table-sec table tr td , .learn-info-card .table tr td{
  padding: 1em;
  width: 0;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.2em;
  font-weight: 400;
  color: var(--quaternary-color);
  background: #FFF7D6;
}

.type-of-account-table-sec table tr td strong {
  font-weight: 600;
  color: var(--tertiary-color);
}

.pricing-table-head tr th, .learn-info-card tr th  {
  background: #212429;
  color: var(--secondary-color);
  font-size: 1.2em;
  padding: 1.5em;
  font-weight: 500;
}

 .learn-info-card table {
  margin-top: 1em;
 }

.policies-sec .desposit-withdraw-tab-nav {
  text-align: center;
  min-height: 20vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7em;
}

.old-commission-rate {
  text-decoration: line-through;
}

.arrow-up {
  display: none;
}


.home-cta-card {
  background-color: var(--secondary-color);
  border-radius: 30px;
}

.learn-banner-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.learn-banner-img {
  height: 18em;
  object-fit: contain;
  width: auto;
}

.learn-banner-info h2 {
  font-size: 2em;
  font-weight: 500;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.learn-banner-info p {
  font-size: 0.9em;
  font-weight: 300;
  color: var(--tertiary-color);
  line-height: 1.8;
  margin-bottom: 0em;
}