.btn {
  display: inline-flex;
  padding: 18.5px 24px 18.5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font: normal normal 600 16px/19px "Inter";
  letter-spacing: 0.04px;
  background-color: #2e4757;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(192, 192, 192, 0.35);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/******************* blog page ********************/
.blog-section {
  padding-top: 175px;
}
@media screen and (max-width: 991px) {
  .blog-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 575px) {
  .blog-section {
    padding-top: 120px;
  }
}

.blog-title .blog-title-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.blog-title .blog-title-inner h2 {
  font: normal normal 700 58px/69px "Inter";
  color: #141414;
}
@media screen and (max-width: 1199px) {
  .blog-title .blog-title-inner h2 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media screen and (max-width: 991px) {
  .blog-title .blog-title-inner h2 {
    font-size: 40px;
    line-height: 51px;
  }
}
@media screen and (max-width: 991px) {
  .blog-list-top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .blog-list-top {
    margin-top: 35px;
  }
}
@media screen and (max-width: 575px) {
  .blog-list-top .blog-list-top-inner {
    gap: 10px;
  }
}
.blog-list-top .blog-list-top-inner a {
  font: normal normal 500 14px/20px "Inter";
}
@media screen and (max-width: 575px) {
  .blog-list-top .blog-list-top-inner a {
    padding: 12px 15px;
  }
}
.blog-list-top .blog-list-top-inner a:hover {
  font-weight: 700;
  background-color: #ebf9f9;
  border-color: #2a948f;
  color: #2a948f;
}
.blog-list-top .blog-list-top-inner a.active {
  font-weight: 700;
  background-color: #ebf9f9;
  border-color: #2a948f;
  color: #2a948f;
}
@media screen and (max-width: 767px) {
  .blog-info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .blog-info .blog-info-inner {
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner {
    gap: 24px;
  }
}
.blog-info .blog-info-inner .blog-info-left {
  min-width: 400px;
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-left {
    min-width: auto;
  }
}
.blog-info .blog-info-inner .blog-info-right h3 {
  font: normal normal 800 32px/38px "Urbanist";
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right .blog-write-info {
    margin: 18px 0;
  }
}
.blog-info .blog-info-inner .blog-info-right .blog-date-info {
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right .blog-date-info {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right .blog-date-info a {
    padding: 6px 5px;
  }
}
.blog-info .blog-info-inner .blog-info-right .blog-date-info p {
  font: normal normal 500 14px/22px "Inter";
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right .blog-date-info p {
    padding-left: 24px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .blog-info .blog-info-inner .blog-info-right p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-article .blog-grid {
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .blog-article .blog-grid {
    margin-top: 40px;
    gap: 30px 0;
  }
}
@media screen and (max-width: 1439px) {
  .blog-article .blog-grid .blog-card {
    max-width: 362px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-article .blog-grid .blog-card {
    max-width: 31.25%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .blog-article .blog-grid .blog-card {
    max-width: 47.9%;
  }
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid .blog-card {
    max-width: 47.2%;
  }
}
@media screen and (max-width: 575px) {
  .blog-article .blog-grid .blog-card {
    max-width: 100%;
    width: 100%;
  }
}
.blog-article .blog-grid .blog-card .blog-card-inner .blog-card-img .blog-card-info {
  width: -moz-fit-content;
  width: fit-content;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1199px) {
  .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content {
    padding: 24px 19px;
  }
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content {
    padding: 18px 15px;
  }
}
.blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content a h4 {
  font: normal normal 700 20px/30px "Inter";
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content a h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content .blog-card-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content .blog-card-date {
    margin-top: 15px;
  }
}
.blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content .blog-card-date p {
  font: normal normal 400 16px/19px "Inter";
  color: #16181d;
}
@media screen and (max-width: 767px) {
  .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content .blog-card-date p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .blog-article .pagination {
    margin-top: 40px;
  }
}
.blog-article .pagination button {
  font: normal normal 700 14px/20px "Inter";
}
@media screen and (max-width: 459px) {
  .blog-article .pagination .prev-page {
    margin-right: 26px;
  }
}
@media screen and (max-width: 459px) {
  .blog-article .pagination .next-page {
    margin-left: 26px;
  }
}
.blog-article .pagination .page-numbers button {
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #475467;
}
.blog-article .pagination .page-numbers button.active {
  background: #ebf9f9;
  color: #2a948f;
}

@media screen and (max-width: 991px) {
  .account-open-blog {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .account-open-blog {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog {
    padding: 40px 0;
  }
}
.account-open-blog .account-open-blog-inner {
  padding: 80px 15px;
}
@media screen and (max-width: 767px) {
  .account-open-blog .account-open-blog-inner {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner {
    padding: 30px 15px;
  }
}
.account-open-blog .account-open-blog-inner h3 {
  font: normal normal 800 42px/50px "Urbanist";
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .account-open-blog .account-open-blog-inner h3 {
    font-size: 29px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.account-open-blog .account-open-blog-inner h6 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .account-open-blog .account-open-blog-inner h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner h6 {
    font-size: 15px;
  }
}
.account-open-blog .account-open-blog-inner p {
  font: normal normal 16px/19px "Inter";
}
@media screen and (max-width: 767px) {
  .account-open-blog .account-open-blog-inner p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner p {
    font-size: 13px;
  }
}
.account-open-blog .account-open-blog-inner .enter-number {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner .enter-number {
    margin-top: 25px;
  }
}
.account-open-blog .account-open-blog-inner .enter-number .input-group {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner .enter-number .input-group {
    gap: 12px 0;
  }
}
.account-open-blog .account-open-blog-inner .enter-number .input-group input {
  padding-left: 61px;
  color: #ffffff;
  max-width: 320px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner .enter-number .input-group input {
    width: 100%;
  }
}
.account-open-blog .account-open-blog-inner .enter-number .input-group::before {
  content: "+91 |";
  color: #ffffff;
  position: absolute;
  font: normal normal 500 16px/19px "Inter";
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner .enter-number .input-group::before {
    top: 22%;
  }
}
.account-open-blog .account-open-blog-inner .enter-number .input-group a {
  padding: 18px 24px;
  font: normal normal 600 16px/19px "Inter";
  background: #fdf59d;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.zero-brokerage-section {
  padding: 80px 0;
  background-color: #e6f5de;
}
@media screen and (max-width: 767px) {
  .zero-brokerage-section {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .zero-brokerage-section {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.zero-brokerage-section .brokerage-sec-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
/** Dont delete start */
@media screen and (max-width: 767px) {
  .zero-brokerage-section .brokerage-sec-inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
/** Dont delete end */
.zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left h2 {
  font: normal normal 700 42px/60px "Inter";
}
/** Dont delete start */
@media screen and (max-width: 991px) {
  .zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  .zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
/** Dont delete end */
.zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left p {
  font: normal normal 600 18px/21px "Inter";
  color: #16181d;
  margin: 16px 0 24px;
}
.zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left .input-group input {
  width: -webkit-fill-available;
}
@media screen and (max-width: 459px) {
  .zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left .input-group input {
    padding: 16px;
  }
}
.zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left .input-group a {
  position: absolute;
  right: 12px;
  top: 8px;
  background-color: #2e4757;
  padding: 18px 24px;
  font: normal normal 600 16px/19px "Inter";
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 459px) {
  .zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left .input-group a {
    position: unset;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    padding: 17px 24px;
  }
}

/************************** blog detail page *********************/
.blog-detail-section .blog-detail-sec-inner {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .blog-detail-section .blog-detail-sec-inner {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail-section .blog-detail-sec-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail-section .blog-detail-sec-left {
    max-width: 100%;
  }
}
.blog-detail-section .blog-detail-sec-left .blog-detail-list-top {
  margin: 32px 0;
}
.blog-detail-section .blog-detail-sec-left .blog-detail-list-top h3 {
  font: normal normal 600 20px/32px "Inter";
}
.blog-detail-section .blog-detail-sec-left .blog-detail-list-top .blog-list-top-inner a {
  padding: 10px 16px;
}
.blog-detail-section .blog-detail-sec-left .blog-list-fund-ratio {
  background-size: cover;
  background-position: center;
}
.blog-detail-section .blog-detail-sec-left .blog-list-fund-ratio a {
  font: normal normal 600 16px/19px "Inter";
}
@media screen and (max-width: 991px) {
  .blog-detail-section .blog-detail-sec-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail-section .blog-detail-sec-right .blog-info.blog-detail-sec-info .blog-info-inner.blog-detail-sec-info-inner {
    max-width: 100%;
    margin: 0;
  }
}
.blog-detail-section .blog-detail-sec-right .blog-detail-sec-right-content h4 {
  font: normal normal 600 24px/29px "Inter";
  color: #16181d;
  margin-bottom: 16px;
}
.blog-detail-section .blog-detail-sec-right .blog-detail-sec-right-content p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181d;
}
.blog-detail-section .blog-detail-sec-right .blog-detail-sec-right-content p:not(:last-child) {
  margin-bottom: 25px;
}
.blog-detail-section .blog-detail-sec-right .faq_single .sec_faqs {
  padding-bottom: 60px;
}

.blog-article-detail-page {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog-article-detail-page {
    padding: 80px 0 0 0;
  }
}
.blog-article-detail-page h3 {
  font: normal normal 800 48px/57px "Urbanist";
  color: #16181d;
}
@media screen and (max-width: 991px) {
  .blog-article-detail-page h3 {
    font-size: 38px;
    line-height: 37px;
  }
}
@media screen and (max-width: 991px) {
  .blog-article-detail-page .blog-grid {
    margin-top: 40px;
  }
}

@media screen and (max-width: 459px) {
  .account-open-blog-detail-page .account-open-blog-inner .enter-number .input-group input {
    min-width: auto;
  }
}

.comman_name_bar {
  padding: 80px 0 0 0;
}
.comman_name_bar .path_name {
  margin-bottom: 16px;
}
.comman_name_bar .path_name span {
  display: inline-block;
  font: normal normal 400 16px/22px "Inter";
  color: #596173;
}
.comman_name_bar .name_of_title ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.comman_name_bar .name_of_title ul li a {
  font: normal normal 500 20px/30px "Inter";
  color: #2a948f;
  text-transform: capitalize;
}
.comman_name_bar .name_of_title ul li a.active {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.download-qr {
  width: 128px;
  max-height: 180px;
  background-color: #ffffff;
  padding: 12px 8px;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  left: 15px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .download-qr {
    display: none;
  }
}
.download-qr .close-qr {
  position: absolute;
  right: -7px;
  top: -8px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  height: 20px;
  background-color: #101010;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-qr .close-qr img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.download-qr .image-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.download-qr .image-content p {
  font: normal normal 600 12px/14px "Inter";
  color: #16181d;
  margin-bottom: 16px;
}
.download-qr .image-content img {
  max-width: 70px;
  max-height: 70px;
}
.download-qr .store-img {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.download-qr.hide {
  display: none;
}

[data-wpr-lazyrender] {
  content-visibility: unset !important;
}

body.no-scroll {
  overflow: hidden;
  position: relative;
}

.ioc-popup {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.ioc-popup.active {
  display: none !important;
}
.ioc-popup .ioc-popup-inner {
  padding: 16px 24px 40px 24px;
  background-image: url(../img/ioc-popup-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 864px;
  width: 100%;
  max-height: 427px;
  height: 100%;
  margin: 0 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .ioc-popup .ioc-popup-inner {
    max-height: 672px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner {
    padding: 16px 16px 24px 16px;
    width: calc(100% - 32px);
  }
}
.ioc-popup .ioc-popup-inner .popup-top {
  display: flex;
  justify-content: space-between;
}
.ioc-popup .ioc-popup-inner .popup-top .popup-logo {
  max-width: 182px;
  width: 100%;
}
.ioc-popup .ioc-popup-inner .popup-top .popup-logo img {
  max-width: 182px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-top .popup-logo {
    max-width: 140px;
  }
}
.ioc-popup .ioc-popup-inner .popup-top .popup-close {
  margin-top: 6px;
}
.ioc-popup .ioc-popup-inner .popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .ioc-popup .ioc-popup-inner .popup-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-left {
  max-width: 280px;
  width: 100%;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-left img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-left {
    max-width: 250px;
  }
}
@media screen and (max-width: 459px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-left {
    max-width: 150px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right {
  max-width: 405px;
  width: 100%;
  text-align: center;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right p {
  text-transform: uppercase;
  font: normal normal normal 16px/19px "Inter";
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right p {
    font-size: 14px;
    line-height: 16px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right p.bg {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.1607843137);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right p.bg {
    padding: 6px 12px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right h2 {
  text-transform: uppercase;
  font: normal normal 800 30px/36px "Urbanist";
  background: linear-gradient(0deg, #FBEB37 0%, #FEFACD 84.29%, #FEFCE6 133.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 32px 0 12px;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 16px 0 12px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register {
  margin: 24px 0 32px;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register {
    margin: 16px 0;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .wpcf7-form.submitting .wpcf7-submit.has-spinner {
  color: transparent;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font: normal normal 500 16px/19px "Inter";
  color: #F3D49B;
  text-transform: none;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p {
    font-size: 14px;
    line-height: 16px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p span {
  font: normal normal 800 24px/29px "Inter";
}
@media screen and (max-width: 1280px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p span {
    font-size: 20px;
    line-height: 24px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .date-vanue p:not(:last-child) {
    margin-bottom: 8px;
  }
}

body.overflow {
  overflow-y: hidden;
}

.comman_modal .Click-here {
  cursor: pointer;
  background: green;
}
.comman_modal .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
}
.comman_modal .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  height: auto;
}
.comman_modal .custom-model-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 578px;
  padding: 0 15px;
}
.comman_modal .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 3px 9px rgba(16, 24, 40, 0.0784313725);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}
.comman_modal .model-open .custom-model-inner {
  position: relative;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comman_modal .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  height: 100vh;
}
.comman_modal .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}
.comman_modal .close-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
  padding: 40px 24px 0 24px;
}
.comman_modal .social_media_platform ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .comman_modal .social_media_platform ul {
    flex-direction: column;
  }
}
.comman_modal .social_media_platform ul li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 575px) {
  .comman_modal .social_media_platform ul li {
    width: 100%;
  }
}
.comman_modal .social_media_platform ul li a {
  font: normal normal 500 18px/24px "Inter";
  color: #16181d;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 61.5px;
  border: 1px solid #e2e4e9;
  border-radius: 12px;
  background: #f8f8f8;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.comman_modal.partner-form-modal .custom-model-wrap {
  padding-bottom: 0;
  border-radius: 8px;
  overflow-x: hidden;
}
.comman_modal.partner-form-modal .custom-model-wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.comman_modal.partner-form-modal .custom-model-wrap::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comman_modal.partner-form-modal .custom-model-wrap::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #2e4757;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comman_modal.partner-form-modal .close-btn {
  padding: 20px 24px 20px 24px;
  border-bottom: 1px solid #eaecf0;
}
.comman_modal.partner-form-modal .partner-form {
  max-height: calc(90vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 24px 0 24px;
}
.comman_modal.partner-form-modal .partner-form::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.comman_modal.partner-form-modal .partner-form::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comman_modal.partner-form-modal .partner-form::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #2e4757;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comman_modal.partner-form-modal .partner-form h3 {
  font: normal normal 700 32px/38px "Inter";
  color: #16181d;
  margin-bottom: 32px;
}
.comman_modal.partner-form-modal .partner-form form .form-group {
  margin-bottom: 24px;
  position: relative;
}
.comman_modal.partner-form-modal .partner-form form .form-group label {
  display: block;
  font: normal normal 600 16px/20px "Inter";
  color: #16181d;
  margin-bottom: 12px;
  text-align: left;
}
.comman_modal.partner-form-modal .partner-form form .form-group label .form-control {
  width: 100% !important;
  border: 1px solid #c5cad3 !important;
  background: #fff !important;
  margin-top: 12px !important;
}
.comman_modal.partner-form-modal .partner-form form .form-group label input, .comman_modal.partner-form-modal .partner-form form .form-group label textarea {
  width: 100% !important;
  border: 1px solid #c5cad3 !important;
  background: #fff !important;
  margin-top: 12px !important;
  color: #16181D !important;
}
@media screen and (max-width: 575px) {
  .comman_modal.partner-form-modal .partner-form form .form-group label input, .comman_modal.partner-form-modal .partner-form form .form-group label textarea {
    padding: 14px;
    font-size: 14px;
  }
}
.comman_modal.partner-form-modal .partner-form form .form-group select {
  width: 100%;
  margin-top: 12px;
  padding: 16px 14px;
  background-color: #f1f2f4;
  font: normal normal 400 16px/19px "Inter";
  color: #16181D !important;
  border: 1px solid #c5cad3;
  outline: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/select_icon.svg) no-repeat center right 16px #fff !important;
}
@media screen and (max-width: 575px) {
  .comman_modal.partner-form-modal .partner-form form .form-group select {
    padding: 14px;
    font-size: 14px;
  }
}
.comman_modal.partner-form-modal .partner-form form .form-group .btn {
  width: 100%;
  height: 58px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.comman_modal.partner-form-modal .partner-form form .form-group .btn:hover {
  background: #476d85;
}
.comman_modal.partner-form-modal .partner-form form .form-group p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181d;
  text-align: center;
}
.comman_modal.partner-form-modal .partner-form form .form-group p a {
  font: normal normal 600 16px/24px "Inter";
  color: #2a948f;
}
.comman_modal.partner-form-modal .partner-form form .form-group p .wpcf7-spinner {
  position: absolute;
  top: 18px;
  right: 0;
}
.comman_modal.partner-form-modal .partner-form .submitting .form-group .btn {
  color: transparent;
  font-size: 0;
}
.comman_modal.partner-form-modal .partner-form .submitting .form-group .wpcf7-spinner {
  position: absolute;
  top: 18px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.comman_modal.partner-form-modal .wpcf7-response-output {
  position: unset;
  top: 30px;
  left: 24px;
  margin: 0;
  padding: 0;
  color: #008000 !important;
  left: 50%;
  transform: translateX(0);
  font-weight: 700;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.form-group.become_btn {
  position: relative;
  margin-top: 57px;
}
.form-group.become_btn::after {
  content: "";
  width: 110%;
  height: 1px;
  background: #eaecf0;
  border: 0;
  position: absolute;
  top: -32px;
  left: -24px;
}

.comman_modal.partner-form-modal .partner-form form.invalid .form-group label input,
.comman_modal.partner-form-modal .partner-form form.invalid .form-group select,
.comman_modal.partner-form-modal .partner-form form.invalid .form-group label textarea {
  border-color: red !important;
}

.comman_modal.partner-form-modal .partner-form form.invalid .form-group label input.active-border,
.comman_modal.partner-form-modal .partner-form form.invalid .form-group select.active-border,
.comman_modal.partner-form-modal .partner-form form.invalid .form-group label textarea.active-border {
  border-color: black !important;
}

h1 {
  font: normal normal 800 44px/54px "Urbanist";
  color: #16181D;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font: normal normal 800 42px/50.4px "Urbanist";
  color: #0b0c0e;
}
@media screen and (max-width: 767px) {
  h2 {
    font: normal normal 800 34px/38px "Urbanist";
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font: normal normal 800 22px/24px "Urbanist";
  }
}

h2 span {
  font: normal normal 800 42px/50.4px "Urbanist";
  color: #0b0c0e;
}
@media screen and (max-width: 767px) {
  h2 span {
    font: normal normal 800 34px/38px "Urbanist";
  }
}
@media screen and (max-width: 575px) {
  h2 span {
    font: normal normal 800 22px/24px "Urbanist";
  }
}

h3 {
  font: normal normal 800 32px/40.4px "Urbanist";
  color: #0b0c0e;
}
@media screen and (max-width: 767px) {
  h3 {
    font: normal normal 600 30px/38px "Urbanist";
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font: normal normal 600 24px/28px "Urbanist";
  }
}

h4 {
  font: normal normal 600 24px/28.6px "Urbanist";
  color: #0b0c0e;
}
@media screen and (max-width: 575px) {
  h4 {
    font: normal normal 600 20px/24px "Inter";
  }
}

h5 {
  font: normal normal 600 22px/26.2px "Urbanist";
  color: #0b0c0e;
}

h6 {
  font: normal normal 600 20px/24.2px "Inter";
  color: #0b0c0e;
}

p {
  font: normal normal 600 18px/24px "Inter";
  color: #0b0c0e;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

span {
  font: normal normal 600 16px/20px "Inter";
}

@media screen and (max-width: 575px) {
  .btn {
    font-size: 16px;
  }
}

/******************* stock banner section ****************/
.stock-banner {
  background-color: #F8F8F8;
  padding: 62px 0;
}
@media screen and (max-width: 767px) {
  .stock-banner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .stock-banner {
    padding: 40px 0;
  }
}
.stock-banner .container {
  max-width: calc((100% - 1200px) / 2 + 1200px);
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
.stock-banner .container .stock-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 245px;
}
@media screen and (max-width: 1599px) {
  .stock-banner .container .stock-banner-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .stock-banner .container .stock-banner-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left {
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left {
    max-width: 100%;
    padding-right: 15px;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left h1 {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    max-width: 300px;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left p {
  font: normal normal 400 18px/26px "Inter";
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left p {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left .pricing-btn {
  font: normal normal 600 14px/28px "Inter";
  margin: 24px 0;
  color: #2A948F;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left .pricing-btn {
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left .trading-btn {
  background-color: #2E4757;
  width: 180px;
  padding: 18.5px;
}
@media screen and (max-width: 767px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left .trading-btn {
    padding: 14.5px 24px;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left .trading-btn:hover {
  background-color: #476D85;
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes {
    margin-top: 16px;
  }
}
@media screen and (max-width: 374px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes {
    flex-wrap: wrap;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box {
  max-width: 230px;
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  outline: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box:hover {
  background-color: #EBF9F9;
}
@media screen and (max-width: 459px) {
  .stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box {
    max-width: 100%;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box img {
  max-width: 24px;
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box h6 {
  font: normal normal 500 16px/24px "Inter";
  color: #16181D;
}
.stock-banner .container .stock-banner-inner .stock-banner-left .stock-banner-boxes .stock-box p {
  font: normal normal 400 12px/18px "Inter";
  color: #16181D;
}
@media screen and (max-width: 1599px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right {
    max-width: 603px;
  }
}
@media screen and (max-width: 991px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right {
    padding-right: 15px;
    max-width: 100%;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-right img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right img:first-child {
    display: none;
  }
}
.stock-banner .container .stock-banner-inner .stock-banner-right .responsive-img {
  display: none;
}
@media screen and (max-width: 575px) {
  .stock-banner .container .stock-banner-inner .stock-banner-right .responsive-img {
    display: block;
  }
}

.market-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .market-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .market-section {
    padding: 40px 0;
  }
}
.market-section .market-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .market-section .market-sec-title {
    flex-wrap: wrap;
  }
}
.market-section .market-sec-title .view-more-btn {
  font: normal normal 600 18px/21px "Inter";
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #2A948F;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.market-section .market-sec-title .view-more-btn:hover {
  background-color: transparent;
  color: #2A948F;
}
@media screen and (max-width: 575px) {
  .market-section .market-sec-title .view-more-btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
  }
}
.market-section .market-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 575px) {
  .market-section .market-inner {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .market-section .market-inner a {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .market-section .market-inner a {
    display: none;
    width: 100%;
  }
  .market-section .market-inner a:first-child, .market-section .market-inner a:nth-child(2), .market-section .market-inner a:nth-child(3), .market-section .market-inner a:nth-child(4) {
    display: flex;
  }
}
.market-section .market-inner .market-box {
  width: 220px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .market-section .market-inner .market-box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .market-section .market-inner .market-box {
    width: 100%;
    height: 56px;
  }
}
@media screen and (max-width: 459px) {
  .market-section .market-inner .market-box {
    width: 100%;
  }
}
.market-section .market-inner .market-box p {
  color: #2A948F;
  font: normal normal 18px/26px "Inter-Medium";
}
.market-section .market-inner .market-box:hover {
  border-color: #2A948F;
  background-color: #EBF9F9;
}
.market-section .market-inner .market-box:hover p {
  font-weight: 600;
}

.today-pick-sec {
  background-color: #E6F5DE;
  padding: 80px 0 54px;
}
@media screen and (max-width: 767px) {
  .today-pick-sec {
    padding: 60px 0 54px;
  }
}
@media screen and (max-width: 575px) {
  .today-pick-sec {
    padding: 40px 0;
  }
}
.today-pick-sec p {
  margin-top: 16px;
  font: normal normal 500 14px/22px "Inter";
}
.today-pick-sec .today-pick-inner #no-data-container {
  text-align: center;
}
.today-pick-sec .today-pick-inner .today-pick-title {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .today-pick-sec .today-pick-inner .today-pick-title {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .today-pick-sec .today-pick-inner .today-pick-title {
    margin-bottom: 24px;
  }
}
.today-pick-sec .today-pick-inner .today-pick-title .slider-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.today-pick-sec .today-pick-inner .today-pick-title .slider-btn button.slick-arrow {
  width: 32px;
  height: 32px;
  background: url(../img/slider_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  filter: brightness(0) invert(0);
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .today-pick-sec .today-pick-inner .today-pick-title .slider-btn button.slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.today-pick-sec .today-pick-inner .today-pick-title .slider-btn button.slick-arrow.prev-arrow {
  background: url(../img/slider_left_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  right: 48px;
}
.today-pick-sec .today-pick-inner .today-pick-title .slider-btn button.slide-arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.today-pick-sec .today-pick-inner .today-pick-slider {
  overflow: hidden;
}
.today-pick-sec .today-pick-inner .today-pick-slider .slick-list {
  margin: 0 -12px;
}
.today-pick-sec .today-pick-inner .today-pick-slider .slick-list .slick-track {
  display: flex;
}
.today-pick-sec .today-pick-inner .today-pick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.today-pick-sec .today-pick-inner .today-pick-box {
  margin: 0 12px;
  background-color: #ffffff;
  padding: 24px;
  display: flex;
  height: auto;
  flex-direction: column;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.today-pick-sec .today-pick-inner .today-pick-box p {
  font: normal normal 400 14px/22px "Inter";
  text-align: right;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-title {
  margin: 16px 0 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-title p.product_name {
  font: normal normal 600 18px/26px "Inter";
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-title p.product_name span {
  font: normal normal 400 14px/22px "Inter";
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-title a {
  background-color: #009B7D;
  padding: 5px 16px;
  font: normal normal 600 14px/22px "Inter";
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-title a.sell-btn {
  background-color: #E05858;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  flex: 1;
  position: relative;
  margin-bottom: 24px;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E2E4E9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info .left, .today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info .right {
  width: 152px;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info p {
  font: normal normal 400 14px/22px "Inter";
  text-align: left;
  margin-bottom: 8px;
  margin-top: 0;
}
.today-pick-sec .today-pick-inner .today-pick-box .today-pick-box-info p:last-child {
  font: normal normal 600 18px/26px "Inter";
}
.today-pick-sec .today-pick-inner .today-pick-box .trade-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E4757;
  padding: 12px;
  font: normal normal 600 16px/24px "Inter";
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.today-pick-sec .today-pick-inner .today-pick-box .trade-btn:hover {
  background-color: #476d85;
}
.today-pick-sec .nodata_found .today-pick-title .slider-btn {
  display: none;
}
.today-pick-sec .nodata_found .today-pick-slider .slick-track {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.today-pick-sec .nodata_found .today-pick-slider #no-data-container {
  width: 100% !important;
  text-align: center;
}
.today-pick-sec .nodata_found .today-pick-slider script {
  display: none;
}

.stock-sector {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .stock-sector {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .stock-sector {
    padding: 40px 0;
  }
}
.stock-sector .stock-sector-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-title {
    flex-wrap: wrap;
  }
}
.stock-sector .stock-sector-title .view-more-btn {
  font: normal normal 600 18px/21px "Inter";
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #2A948F;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.stock-sector .stock-sector-title .view-more-btn:hover {
  background-color: transparent;
  color: #2A948F;
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-title .view-more-btn {
    font-size: 14px;
    width: 110px;
    height: 48px;
  }
}
.stock-sector .stock-sector-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-inner {
    flex-direction: column;
    margin-top: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .stock-sector .stock-sector-inner a {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-inner a {
    display: none;
    width: 100%;
  }
  .stock-sector .stock-sector-inner a:first-child, .stock-sector .stock-sector-inner a:nth-child(2), .stock-sector .stock-sector-inner a:nth-child(3), .stock-sector .stock-sector-inner a:nth-child(4), .stock-sector .stock-sector-inner a:nth-child(5), .stock-sector .stock-sector-inner a:nth-child(6) {
    display: flex;
  }
}
.stock-sector .stock-sector-inner .market-box {
  width: 282px;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  gap: 16px;
  background-color: #F8F8F8;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .stock-sector .stock-sector-inner .market-box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-inner .market-box {
    width: 100%;
    height: 56px;
  }
}
.stock-sector .stock-sector-inner .market-box p {
  color: #16181D;
  font: normal normal 18px/26px "Inter-Medium";
}
@media screen and (max-width: 575px) {
  .stock-sector .stock-sector-inner .market-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.stock-sector .stock-sector-inner .market-box:hover {
  border-color: #2A948F;
  background-color: #EBF9F9;
}
.stock-sector .stock-sector-inner .market-box:hover p {
  font-weight: 700;
  color: #2A948F;
}
.stock-sector .skeleton-loader {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
.stock-sector .skeleton-item {
  display: flex;
  width: 282px;
  height: 72px;
  align-items: center;
  padding: 20px 24px;
  gap: 16px;
  justify-content: center;
  background-color: #f0f0f0;
  animation: shimmer 1.5s infinite linear;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .stock-sector .skeleton-item {
    width: 100%;
    height: 56px;
  }
}
.stock-sector .icon-placeholder {
  width: 32px;
  height: 32px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-bottom: 10px;
}
.stock-sector .text-placeholder {
  width: 60%;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 4px;
}
@keyframes shimmer {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}
.stock-sector .skeleton-item,
.stock-sector .icon-placeholder,
.stock-sector .text-placeholder {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200%;
}

.account-open-blog {
  padding: 0;
}

.market-overview {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .market-overview {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .market-overview {
    padding: 40px 0;
  }
}
.market-overview .market-overview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .market-overview .market-overview-title {
    flex-wrap: wrap;
  }
}
.market-overview .market-overview-title .view-more-btn {
  font: normal normal 600 18px/21px "Inter";
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #2A948F;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.market-overview .market-overview-title .view-more-btn:hover {
  background-color: transparent;
  color: #2A948F;
}
@media screen and (max-width: 575px) {
  .market-overview .market-overview-title .view-more-btn {
    display: flex;
    font-size: 14px;
    width: 130px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.market-overview .market-overview-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 459px) {
  .market-overview .market-overview-inner {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .market-overview .market-overview-inner a {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .market-overview .market-overview-inner a {
    display: none;
    width: 100%;
  }
  .market-overview .market-overview-inner a:first-child, .market-overview .market-overview-inner a:nth-child(2), .market-overview .market-overview-inner a:nth-child(3), .market-overview .market-overview-inner a:nth-child(4) {
    display: flex !important;
  }
}
.market-overview .market-overview-inner .market-box {
  width: 220px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .market-overview .market-overview-inner .market-box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .market-overview .market-overview-inner .market-box {
    height: 56px;
  }
}
@media screen and (max-width: 459px) {
  .market-overview .market-overview-inner .market-box {
    width: 100%;
  }
}
.market-overview .market-overview-inner .market-box p {
  color: #2A948F;
  font: normal normal 18px/26px "Inter-Medium";
}
.market-overview .market-overview-inner .market-box:hover {
  border-color: #2A948F;
  background-color: #EBF9F9;
}
.market-overview .market-overview-inner .market-box:hover p {
  font-weight: 700;
}

.related-stock {
  padding: 80px 0;
  background-color: #DEE7ED;
}
@media screen and (max-width: 767px) {
  .related-stock {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .related-stock {
    padding: 40px 0;
  }
}
.related-stock .related-stock-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.related-stock .related-stock-title .slider-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-title .slider-btn {
    display: flex;
  }
}
.related-stock .related-stock-title .slider-btn button.slick-arrow {
  width: 32px;
  height: 32px;
  background: url(../img/slider_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  filter: brightness(0) invert(0);
  cursor: pointer;
}
.related-stock .related-stock-title .slider-btn button.slick-arrow.prev-arrow {
  background: url(../img/slider_left_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  right: 48px;
}
.related-stock .related-stock-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-inner {
    gap: 16px;
    display: none;
    overflow: hidden;
  }
}
.related-stock .related-stock-inner::-webkit-scrollbar-track {
  width: 0;
  display: none;
}
.related-stock .related-stock-inner::-webkit-scrollbar {
  width: 0;
  display: none;
}
.related-stock .related-stock-inner .slide-box {
  padding: 40px 24px;
  width: 210px;
  max-height: 300px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #C5CAD3;
  flex: none;
  transition: padding 0.5s ease-in-out, width 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-inner .slide-box {
    max-height: 400px;
    width: auto !important;
  }
}
.related-stock .related-stock-inner .slide-box:hover {
  width: 41.5%;
  padding: 32px 24px;
}
@media screen and (max-width: 1199px) {
  .related-stock .related-stock-inner .slide-box:hover {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .related-stock .related-stock-inner .slide-box:hover {
    width: 68% !important;
  }
}
@media screen and (max-width: 767px) {
  .related-stock .related-stock-inner .slide-box:hover {
    width: 90% !important;
  }
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-inner .slide-box:hover {
    width: auto !important;
  }
}
.related-stock .related-stock-inner .slide-box:hover .slide-content h3 {
  font: normal normal 600 22px/28px "Inter";
  white-space: wrap;
  margin-bottom: 16px;
}
.related-stock .related-stock-inner .slide-box:hover .slide-content h4 {
  font: normal normal 600 22px/28px "Inter";
  white-space: wrap;
  margin-bottom: 16px;
}
.related-stock .related-stock-inner .slide-box:hover .slide-content p {
  width: auto;
  height: auto;
}
.related-stock .related-stock-inner .slide-box a {
  display: flex;
  flex-direction: column;
  max-height: 240px;
}
.related-stock .related-stock-inner .slide-box .slide-box-img {
  margin-bottom: 56px;
  max-width: 60px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.related-stock .related-stock-inner .slide-box .slide-content {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  transition: 0.3s ease-in, 0.1s ease-out;
}
.related-stock .related-stock-inner .slide-box .slide-content h4 {
  white-space: nowrap;
  font: normal normal 600 22px/28px "Inter";
  color: #16181D;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-inner .slide-box .slide-content h4 {
    margin-bottom: 16px;
  }
}
.related-stock .related-stock-inner .slide-box .slide-content h3 {
  white-space: nowrap;
  font: normal normal 600 22px/28px "Inter";
  color: #16181D;
  margin-bottom: 0;
}
.related-stock .related-stock-inner .slide-box .slide-content p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181D;
  width: 0;
  height: 0;
}
.related-stock .related-stock-inner .slide-box.active {
  width: 41.5%;
  padding: 32px 24px;
}
@media screen and (max-width: 1199px) {
  .related-stock .related-stock-inner .slide-box.active {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .related-stock .related-stock-inner .slide-box.active {
    width: 68% !important;
  }
}
@media screen and (max-width: 767px) {
  .related-stock .related-stock-inner .slide-box.active {
    width: 90% !important;
  }
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-inner .slide-box.active {
    width: 100% !important;
  }
}
.related-stock .related-stock-inner .slide-box.active .slide-content h4 {
  white-space: wrap;
  margin-bottom: 16px;
}
.related-stock .related-stock-inner .slide-box.active .slide-content h3 {
  white-space: wrap;
  margin-bottom: 16px;
}
.related-stock .related-stock-inner .slide-box.active .slide-content p {
  width: 448px;
  height: auto;
  opacity: 1 !important;
  overflow: hidden;
}
.related-stock .related-stock-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .related-stock .related-stock-mobile {
    display: block;
    margin-top: 24px;
    overflow: hidden;
  }
}
.related-stock .related-stock-mobile .related-stock-mobile-slider {
  margin: 0 -8px;
}
.related-stock .related-stock-mobile .related-stock-mobile-slider .slick-track {
  display: flex;
}
.related-stock .related-stock-mobile .related-stock-mobile-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
}
.related-stock .related-stock-mobile .related-stock-mobile-slider .slick-dots li {
  display: flex;
}
.related-stock .related-stock-mobile .related-stock-mobile-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #A8AFBD;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.related-stock .related-stock-mobile .related-stock-mobile-slider .slick-dots li.slick-active button {
  width: 20px;
  background-color: #2E4757;
}
.related-stock .related-stock-mobile .mobile-slide-box {
  margin: 0 8px;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #C5CAD3;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.related-stock .related-stock-mobile .mobile-slide-box .slide-box-img {
  margin-bottom: 56px;
  max-width: 60px;
}
.related-stock .related-stock-mobile .mobile-slide-box h4, .related-stock .related-stock-mobile .mobile-slide-box h3 {
  font: normal normal 600 22px/28px "Inter";
  color: #16181D;
  margin-bottom: 16px;
}
.related-stock .related-stock-mobile .mobile-slide-box p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181D;
}

.growth-section {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .growth-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .growth-section {
    padding: 40px 0;
  }
}
.growth-section .growth-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #2E4757;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 32px 16px;
  }
}
.growth-section .growth-inner .growth-left {
  padding-left: 80px;
  max-width: 577px;
}
@media screen and (max-width: 1199px) {
  .growth-section .growth-inner .growth-left {
    padding: 60px 0 60px 60px;
    max-width: 557px;
  }
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner .growth-left {
    padding: 40px 0 40px 40px;
    max-width: 340px;
  }
}
@media screen and (max-width: 575px) {
  .growth-section .growth-inner .growth-left {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
.growth-section .growth-inner .growth-left h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .growth-section .growth-inner .growth-left h2 {
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.growth-section .growth-inner .growth-left .btn {
  background-color: #FDF59D;
  font: normal normal 600 16px/19px "Inter";
  color: #16181D;
  max-width: 180px;
  height: 56px;
  width: 100%;
  box-shadow: none;
}
.growth-section .growth-inner .growth-left .btn:hover {
  background-color: #fcf069;
}
.growth-section .growth-inner .growth-right {
  max-width: 616px;
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner .growth-right img {
    display: none;
  }
}
.growth-section .growth-inner .growth-right .res-mobile-img {
  display: none;
  max-width: 218px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner .growth-right .res-mobile-img {
    display: block;
  }
}

.stock-page .account-open-blog-home {
  padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .stock-page .account-open-blog-home {
    padding-bottom: 40px;
  }
}

.stock-page .sec_faqs.contact-us-faq.sec_faqs_refer {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .stock-page .sec_faqs.contact-us-faq.sec_faqs_refer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stock-page .sec_faqs.contact-us-faq.sec_faqs_refer .title {
  margin-bottom: 24px;
}

.stock-page .sec_blog .blog_heading .btn_view_more {
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  border: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-page .sec_blog .blog_heading .btn_view_more:hover {
  background: transparent;
  color: #2a948f;
  padding: 0;
}

/************************ stock list page ***************************/
body.overflow-hidden {
  overflow: hidden;
}

.stock-list-banner {
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  .stock-list-banner {
    padding-top: 16px;
  }
}
.stock-list-banner .stock-list-banner-inner .stock-list-title-inner a {
  font: normal normal 400 16px/24px "Inter";
  color: #2A948F;
}
.stock-list-banner .stock-list-banner-inner h2 {
  margin: 24px 0 16px;
}
@media screen and (max-width: 575px) {
  .stock-list-banner .stock-list-banner-inner h2 {
    margin: 14px 0 12px;
  }
}
.stock-list-banner .stock-list-banner-inner p {
  font: normal normal 400 16px/24px "Inter";
  max-width: 810px;
}

.stock-list-main {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .stock-list-main {
    padding: 40px 0;
  }
}
.stock-list-main .stock-list-main-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-left {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-left h3 {
    margin-bottom: 0;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter {
  display: none;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter {
    display: flex;
    padding: 8px;
    background-color: #F5F8F9;
    border: 1px solid #E2E4E9;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: end;
  align-items: end;
  z-index: 99;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content.active {
  display: flex;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content {
    display: none;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner {
  width: 100%;
  min-height: 525px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .title {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAECF0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .title h4 {
  font: normal normal 600 20px/24px "Inter";
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .title a {
  font: normal normal 600 16px/24px "Inter";
  color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content {
  padding: 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EAECF0;
  min-height: 392px;
  overflow-y: auto;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left {
  width: 50%;
  border-right: 1px solid #E2E4E9;
  min-width: 160px;
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left {
    width: 42.67%;
  }
}
@media screen and (max-width: 374px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left {
    min-width: 152px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left .tab_div ul li a {
  display: flex !important;
  padding: 16px;
  font: normal normal 500 14px/22px "Inter";
  color: #16181D;
  align-items: start;
  justify-content: start;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left .tab_div ul li a:hover {
  color: #2A948F;
  font-weight: 600;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .left .tab_div ul li.active a {
  color: #2A948F;
  font-weight: 600;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right {
  width: 50%;
  padding: 16px;
  max-height: 400px;
  overflow-y: auto;
  min-width: 215px;
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right {
    width: 68%;
  }
}
@media screen and (max-width: 374px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right {
    min-width: auto;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab1c, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab2c, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab3c, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab4c, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab5c, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab6c {
  display: none;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab1c.active, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab2c.active, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab3c.active, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab4c.active, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab5c.active, .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right #filter-tab6c.active {
  display: block;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .filter-box {
  border: 0;
  gap: 12px 7.6px;
  margin: 0;
  padding: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .filter-box a {
  width: 40px;
  height: 32px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown {
  padding: 0;
  margin: 0;
  border: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: visible;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox {
  font-size: 14px;
  line-height: 16px;
  -webkit-tap-highlight-color: transparent;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox .checkmark {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-search {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: visible;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-search form input {
  padding: 12px;
  width: 100%;
  padding-left: 40px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-content .right .exchange-opc .stock-dropdown .stock-dropdown-search form a {
  left: 12px;
  top: 13px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-bottom {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-bottom a {
  padding: 12px 16px;
  width: 100%;
  text-align: center;
  background-color: #2E4757;
  font: normal normal 600 14px/16px "Inter";
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner .filter-bottom .cancel-btn {
  background-color: transparent;
  border: 1px solid #2E4757;
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner {
  padding: 24px 15px;
  border: 1px solid #C5CAD3;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner {
    display: none;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-title h5 {
  font: normal normal 600 20px/24px "Inter";
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-title a {
  font: normal normal 600 14px/22px "Inter";
  color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box p {
  font: normal normal 500 16px/24px "Inter";
  text-transform: uppercase;
  color: #16181D;
  margin-bottom: 16px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  border-bottom: 1px solid #C5CAD3;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box a {
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font: normal normal 500 14px/22px "Inter";
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 459px) {
  .stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box a {
    width: 55px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box a:hover {
  font-weight: 600;
  color: #2A948F;
  background-color: #EBF9F9;
  border-color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .filter-box .filter-box a.active {
  font-weight: 600;
  color: #2A948F;
  background-color: #EBF9F9;
  border-color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .exchange-opc:last-child .stock-dropdown {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #C5CAD3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-top {
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-top a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-top a h5 {
  font: normal normal 600 20px/24px "Inter";
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-top a img {
  max-width: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-search {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  margin-bottom: 24px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-search form {
  position: relative;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-search form input {
  padding: 14px;
  width: 100%;
  padding-left: 42px;
  background-color: #fff;
  border-color: #C5CAD3;
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-search form a {
  position: absolute;
  left: 15px;
  top: 15px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 5px;
  margin-bottom: 24px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider .rangeValues {
  display: block;
  padding-top: 23px;
  font: normal normal 500 16px/19px "Inter";
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range] {
  -webkit-appearance: none;
  border: 0;
  width: 99%;
  position: absolute;
  left: 0;
  padding: 0;
  background-color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border: none;
  border-radius: 3px;
  background-color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2A948F;
  border: 1px solid #ffffff;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]:focus {
  outline: none;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  background-color: #2A948F;
  border: none;
  border-radius: 3px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  z-index: -4;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-ms-fill-lower {
  background: #2A948F;
  border-radius: 10px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-ms-fill-upper {
  background: #2A948F;
  border-radius: 10px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]:focus::-ms-fill-lower {
  background: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider input[type=range]:focus::-ms-fill-upper {
  background: #2A948F;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .range-slider-2 {
  margin-bottom: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 1px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox {
  display: flex;
  align-items: center;
  font: normal normal 500 16px/19px "Inter";
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox input:checked ~ .checkmark {
  background-color: #EBF9F9;
  border-color: #009688;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EBF9F9;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown .stock-dropdown-content .checkbox-wrapper .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2A948F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-top {
  margin-bottom: 24px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-top img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-search {
  max-height: 270px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-content {
  max-height: 270px;
  overflow-y: auto;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-content::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-content::-webkit-scrollbar {
  width: 6px;
}
.stock-list-main .stock-list-main-inner .stock-list-left .stock-list-left-inner .stock-dropdown.active .stock-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.stock-list-main .stock-list-main-inner .stock-list-right {
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .stock-list-main .stock-list-main-inner .stock-list-right {
    max-width: calc(100% - 410px);
  }
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-right {
    max-width: 100%;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .stocklist_notfound {
  height: 60%;
}
@media screen and (max-width: 767px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .stocklist_notfound {
    height: auto;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .stocklist_stocks .pagination {
  margin-top: 48px;
  margin-bottom: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-right .stocklist_loading {
  height: 1725px;
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .stocklist_loading {
    height: 1940px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags {
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags {
    min-height: auto;
    margin-bottom: 0;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags a {
  padding: 11.5px 16px;
  font: normal normal 500 14px/16.94px "Inter";
  color: #16181D;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags a {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags a {
    margin-bottom: 16px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .stock-list-right-tags a img {
  width: 8px;
  height: 8px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table {
  width: 788px;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table {
    width: 788px;
  }
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table {
    width: 555px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table thead {
  background-color: #F5F8F9;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table tr:last-child td {
  border-bottom: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th {
  font: normal normal 600 16px/24px "Inter";
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:first-child {
  width: 275px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(2) {
  width: 195px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(3), .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(4) {
  width: 160px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td {
  font: normal normal 400 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  color: #16181D;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td {
    font-size: 14px;
    line-height: 22px;
  }
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:first-child, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td:first-child {
    width: 216px;
  }
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(2), .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td:nth-child(2) {
    width: 179px;
  }
  .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(3), .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:nth-child(4), .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td:nth-child(3), .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td:nth-child(4) {
    width: 160px;
  }
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th:last-child, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td:last-child {
  border-right: 0;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th p, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table th span, .stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table td span {
  font: normal normal 400 14px/22px "Inter";
  display: block;
  color: #16181D;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table .positive {
  color: #009B7D;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .stock-table .negative {
  color: #E05858;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .skeleton-table {
  width: 100%;
  border-collapse: collapse;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .skeleton-table th,
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .skeleton-table td {
  padding: 16px 14.5px;
}
.stock-list-main .stock-list-main-inner .stock-list-right .table-wrapper .skeleton {
  display: block;
  width: 100%;
  height: 24px;
  background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.stock-list-main .sec_faqs h2.title {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .stock-list-main .sec_faqs h2.title {
    margin-bottom: 20px;
  }
}

.sec_faqs {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .sec_faqs {
    padding: 40px 0;
  }
}
.sec_faqs h2.title {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .sec_faqs h2.title {
    margin-bottom: 20px;
  }
}

.skeleton-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

thead {
  background-color: #F5F8F9;
}

.skeleton-table th,
.skeleton-table td {
  padding: 16px 14.5px;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
}

.skeleton {
  display: block;
  width: 100%;
  height: 24px;
  background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.skeleton-table {
  width: 100%;
  border-collapse: collapse;
}

.skeleton-table th,
.skeleton-table td {
  padding: 16px 14.5px;
}

.skeleton {
  display: block;
  width: 100%;
  height: 24px;
  background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.stock-page .sec_blog .blog_heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .stock-page .sec_blog .blog_heading {
    margin-bottom: 24px;
  }
}
.stock-page .sec_blog .blog_heading .btn_view_more {
  background: transparent;
  color: #2a948f;
  padding: 0;
  border: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-page .sec_blog .blog_heading .btn_view_more:hover {
  background: transparent;
  color: #2a948f;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .stock-page .sec_blog .blog_heading .btn_view_more {
    padding: 10.5px 18px;
  }
}
.stock-page .sec_blog .blog-article .blog-grid {
  margin-top: 0;
}

/************************ stock detail page **********************/
.stock-detail-page .stock-container {
  padding-top: 40px;
  width: 100%;
  font-family: "Inter";
}
.stock-detail-page .stock-container .stock-title .stock-title-inner a {
  font: normal normal 400 16px/24px "Inter";
  color: #2A948F;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-inner a {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-detail-page .stock-container .stock-title .stock-title-main {
  display: flex;
  align-items: center;
  margin: 32px 0 12px 0;
  gap: 32px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-main {
    margin: 12px 0 12px 0;
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-main h1 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }
}
.stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle {
  display: none;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  margin: 0 16px 0 40px;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle {
    margin: 0 8px 0 0;
  }
}
.stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle a {
  padding: 9px 16px;
  font: normal normal 500 14px/22px "Inter";
  background-color: transparent;
  color: #16181D;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle a.active {
  background-color: #EBF9F9;
  color: #2A948F;
  font-weight: 600;
}
.stock-detail-page .stock-container .stock-title .stock-title-main .exchange-toggle a.bse {
  display: none;
}
.stock-detail-page .stock-container .stock-title .stock-title-main .share-icon {
  padding: 13px;
  border: 1px solid #E2E4E9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-title-main .share-icon {
    padding: 8px;
  }
  .stock-detail-page .stock-container .stock-title .stock-title-main .share-icon img {
    max-width: 14px;
  }
}
.stock-detail-page .stock-container .stock-title .stock-meta {
  margin-bottom: 16px;
  color: #0B0C0E;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-meta {
    margin-bottom: 12px;
  }
}
.stock-detail-page .stock-container .stock-title .stock-meta span {
  font: normal normal 400 20px/24px "Inter";
  color: #0B0C0E;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-title .stock-meta span {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-detail-page .stock-container .stockprice_details {
  margin-bottom: 16px;
  color: #424957;
}
.stock-detail-page .stock-container .stockprice_details span {
  font: normal normal 400 16px/24px "Inter";
}
.stock-detail-page .stock-container .stock-price {
  display: flex;
  align-items: end;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stock-detail-page .stock-container .stock-price {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price div {
    display: flex !important;
  }
  .stock-detail-page .stock-container .stock-price div:first-child {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) and (max-width: 374px) {
  .stock-detail-page .stock-container .stock-price .stock-actions {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
  }
  .stock-detail-page .stock-container .stock-price .stock-actions .sell-btn {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 374px) {
  .stock-detail-page .stock-container .stock-price {
    gap: 8px;
    justify-content: space-between;
  }
}
.stock-detail-page .stock-container .stock-price .stockprice_details {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-direction: row !important;
  color: #424957;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price .stockprice_details {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.stock-detail-page .stock-container .stock-price .stockprice_details .lastupdatetime {
  display: flex;
  gap: 6px;
}
.stock-detail-page .stock-container .stock-price span {
  font: normal normal 400 16px/24px "Inter";
  display: block;
  color: #424957;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.stock-detail-page .stock-container .stock-price .price_details {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .stock-detail-page .stock-container .stock-price .price_details {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price .price_details {
    flex-direction: column;
    gap: 4px;
    align-items: start;
    margin-top: 0;
    min-width: 125px;
  }
}
.stock-detail-page .stock-container .stock-price h3 {
  display: flex;
  gap: 16px;
  align-items: center;
  font: normal normal 600 32px/38px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price h3 {
    font-size: 24px;
    line-height: 32px;
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
}
.stock-detail-page .stock-container .stock-price .stock-change {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.stock-detail-page .stock-container .stock-price .stock-change span {
  font: normal normal 500 20px/24px "Inter";
  color: #E05858;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price .stock-change span {
    font-size: 16px;
    line-height: 24px;
  }
}
.stock-detail-page .stock-container .stock-price .stock-change.positive span {
  color: #009B7D;
}
.stock-detail-page .stock-container .stock-price .stock-actions a {
  padding: 14.5px 35px;
  font: normal normal 600 16px/19px "Inter";
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-detail-page .stock-container .stock-price .stock-actions a:nth-child(1) {
  background-color: #009B7D;
}
.stock-detail-page .stock-container .stock-price .stock-actions a:nth-child(1):hover {
  background-color: #01876D;
}
.stock-detail-page .stock-container .stock-price .stock-actions a:nth-child(2) {
  background-color: #E05858;
  margin-left: 12px;
}
.stock-detail-page .stock-container .stock-price .stock-actions a:nth-child(2):hover {
  background-color: #CC4545;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price .stock-actions a:nth-child(2) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-price .stock-actions a {
    padding: 10.5px 24px;
  }
}
.stock-detail-page .stock-container .stock-info-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 40px;
}
@media screen and (max-width: 991px) {
  .stock-detail-page .stock-container .stock-info-controls {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.stock-detail-page .stock-container .stock-info-controls .stock-info {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-info-controls .stock-info {
    flex-wrap: wrap;
  }
}
.stock-detail-page .stock-container .stock-info-controls .stock-info .info-item {
  font: normal normal 600 16px/24px "Inter";
  color: #2C313A;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-info-controls .stock-info .info-item {
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-detail-page .stock-container .stock-info-controls .stock-info .info-item span {
  font-weight: 400;
  color: #667085;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .stock-info-controls .stock-info .info-item {
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-detail-page .stock-container .stock-info-controls .stock-info .info-item.hide_price {
  font-size: 0;
}
.stock-detail-page .stock-container #tv-attr-logo {
  display: none;
}
.stock-detail-page .stock-container .chart-controls {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls {
    flex-wrap: wrap;
    gap: 19px;
    display: none;
  }
}
.stock-detail-page .stock-container .chart-controls .chart-switch {
  display: flex;
  padding: 4px;
  border: 1px solid #C5CAD3;
  margin-right: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls .chart-switch {
    display: none;
  }
}
.stock-detail-page .stock-container .chart-controls .chart-switch a {
  width: 48px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-detail-page .stock-container .chart-controls .chart-switch a.active {
  background-color: #E2E4E9;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls .chart-switch a {
    width: 32px;
    height: 24px;
    background-color: #E2E4E9;
  }
  .stock-detail-page .stock-container .chart-controls .chart-switch a img {
    max-width: 16px;
  }
}
.stock-detail-page .stock-container .chart-controls .chart-switch-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls .chart-switch-mobile {
    display: block;
    margin-right: 0;
  }
}
.stock-detail-page .stock-container .chart-controls .chart-switch-mobile a {
  display: flex !important;
}
.stock-detail-page .stock-container .chart-controls .chart-switch-mobile a.active {
  display: none !important;
}
.stock-detail-page .stock-container .chart-controls .timeframe-toggle {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls .timeframe-toggle {
    gap: 10px;
  }
}
.stock-detail-page .stock-container .chart-controls .timeframe-toggle button {
  width: 40px;
  height: 40px;
  font: normal normal 500 14px/22px "Inter";
  color: #667085;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-detail-page .stock-container .chart-controls .timeframe-toggle button.active {
  border-color: #2A948F;
  color: #2A948F;
  font-weight: 600;
}
.stock-detail-page .stock-container .chart-controls .timeframe-toggle button:last-child {
  display: none;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls .timeframe-toggle button {
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-detail-page .stock-container .chart-controls-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .chart-controls-mobile {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container #chart {
    min-height: auto !important;
  }
}
.stock-detail-page .stock-container h4 {
  font: normal normal 600 24px/32px "Inter";
  color: #16181D;
  margin: 24px 0 16px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 15px;
  }
}
.stock-detail-page .stock-container .days-range {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .days-range {
    flex-wrap: wrap;
  }
}
.stock-detail-page .stock-container .days-range .range-item {
  font: normal normal 600 18px/26px "Inter";
  color: #2C313A;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .days-range .range-item {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
  }
}
.stock-detail-page .stock-container .days-range .range-item span {
  font: normal normal 600 18px/26px "Inter";
  color: #2C313A;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .days-range .range-item span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .days-range .range-item #nodelow, .stock-detail-page .stock-container .days-range .range-item #nodehigh {
    display: block;
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-detail-page .stock-container .days-range .range-bar {
  background-color: #f0f0f0;
  height: 10px;
  position: relative;
  margin: 5px 0;
  flex-grow: 1;
  margin: 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .stock-container .days-range .range-bar {
    height: 6px;
    margin: 0 8px;
  }
}
.stock-detail-page .stock-container .days-range .range-bar .range-fill {
  background-color: #007bff;
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #B2B2B2 0%, #393939 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.stock-detail-page .stock-container .days-range .range-bar .current-price-arrow {
  position: absolute;
  top: -10px;
  width: 13px;
  height: 7px;
  background-image: url(../img/border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.stock-detail-page .stock-container.hide {
  margin-bottom: 16px;
}
.stock-detail-page .stock-container.hide #chart, .stock-detail-page .stock-container.hide .stock-actions, .stock-detail-page .stock-container.hide .stock-info-controls, .stock-detail-page .stock-container.hide .chart-controls-mobile, .stock-detail-page .stock-container.hide h4, .stock-detail-page .stock-container.hide .days-range {
  display: none;
}
.stock-detail-page .no-data-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 601px;
  width: 100%;
  margin-top: 24px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .no-data-popup {
    height: 450px;
    margin-top: 16px;
  }
}
.stock-detail-page .no-data-popup h4, .stock-detail-page .no-data-popup h3 {
  font: normal normal 500 24px/32px "Inter";
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .no-data-popup h4, .stock-detail-page .no-data-popup h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.stock-detail-page .no-data-popup p {
  font: normal normal 500 18px/26px "Inter";
  text-align: center;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .no-data-popup p {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-detail-page .sec_faqs {
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 575px) {
  .stock-detail-page .sec_faqs {
    padding-top: 40px;
  }
}
.stock-detail-page .sec_faqs .title {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .stock-detail-page .sec_faqs h2.title {
    margin-bottom: 20px;
  }
}

.sticky-tabs {
  position: sticky;
  top: 110px;
  z-index: 1;
  background-color: #fff;
  padding: 60px 0 28px;
}
@media screen and (max-width: 575px) {
  .sticky-tabs {
    padding: 40px 0 10px;
    top: 117px;
  }
}
.sticky-tabs .tab_div .comm_tabing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-gap: 14px;
  gap: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .sticky-tabs .tab_div .comm_tabing {
    gap: 8px;
    -moz-gap: 8px;
  }
}
.sticky-tabs .tab_div .comm_tabing li a {
  display: inline-block;
  font: normal normal 500 14px/22px "Inter-Regular";
  color: #16181d;
  padding: 16px 20px;
  border: 1px solid #c5cad3;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.sticky-tabs .tab_div .comm_tabing li a:hover {
  font-weight: 700;
  background: #ebf9f9;
  color: #2a948f;
  border: 1px solid #2a948f;
}
@media screen and (max-width: 575px) {
  .sticky-tabs .tab_div .comm_tabing li a {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-tabs .tab_div .comm_tabing li a:hover {
    font-weight: 500;
    background: #fff;
    color: #16181D;
    border: 1px solid #c5cad3;
  }
}
.sticky-tabs .tab_div .comm_tabing li.active a {
  font-weight: 700;
  background: #ebf9f9;
  color: #2a948f;
  border: 1px solid #2a948f;
}

.stock-performance {
  padding: 30px 0 40px 0;
}
@media screen and (max-width: 575px) {
  .stock-performance {
    padding: 20px 0 20px 0;
  }
}
.stock-performance .performance-title h2 {
  color: #0B0C0E;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-title h2 {
    margin-bottom: 16px;
  }
}
.stock-performance .performance-title h3, .stock-performance .performance-title h4 {
  font: normal normal 600 24px/32px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-title h3, .stock-performance .performance-title h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-performance .tab_div .comm_tabing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-gap: 14px;
  gap: 14px;
  margin-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .stock-performance .tab_div .comm_tabing {
    margin-bottom: 24px;
  }
}
.stock-performance .tab_div .comm_tabing li a {
  display: inline-block;
  font: normal normal 500 14px/22px "Inter";
  color: #16181d;
  padding: 16px 20px;
  border: 1px solid #c5cad3;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-performance .tab_div .comm_tabing li a:hover {
  font-weight: 700;
  background: #ebf9f9;
  color: #2a948f;
  border: 1px solid #2a948f;
}
@media screen and (max-width: 575px) {
  .stock-performance .tab_div .comm_tabing li a {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-performance .tab_div .comm_tabing li.active a {
  font-weight: 700;
  background: #ebf9f9;
  color: #2a948f;
  border: 1px solid #2a948f;
}
.stock-performance .performance-inner {
  display: flex;
  gap: 100px;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .stock-performance .performance-inner {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .stock-performance .performance-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 374px) {
  .stock-performance .performance-inner {
    flex-direction: column;
    gap: 0;
  }
}
.stock-performance .performance-inner .performance-left, .stock-performance .performance-inner .performance-right {
  width: 50%;
}
@media screen and (max-width: 374px) {
  .stock-performance .performance-inner .performance-left, .stock-performance .performance-inner .performance-right {
    width: 100%;
  }
}
.stock-performance .performance-inner .performance-det-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #C5CAD3;
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-inner .performance-det-box {
    padding: 16px 0 12px;
    justify-content: space-between;
    gap: 18px;
  }
}
.stock-performance .performance-inner .performance-det-box:first-child {
  padding-top: 0;
  border-top: 0;
}
.stock-performance .performance-inner .performance-det-box p {
  font: normal normal 600 16px/24px "Inter";
  color: #596173;
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-inner .performance-det-box p {
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-performance .performance-inner .performance-det-box p span {
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-performance .performance-inner .performance-det-box p span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 374px) {
  .stock-performance .performance-inner .performance-right .performance-det-box {
    padding-top: 12px;
    border-top: 1px solid #C5CAD3;
  }
  .stock-performance .performance-inner .performance-right .performance-det-box:last-child {
    padding-bottom: 0;
  }
}
.stock-performance #content-tab #tab1c, .stock-performance #content-tab #tab2c, .stock-performance #content-tab #tab3c, .stock-performance #content-tab #tab4c, .stock-performance #content-tab #tab5c, .stock-performance #content-tab #tab6c {
  display: none;
}
.stock-performance #content-tab #tab1c.active, .stock-performance #content-tab #tab2c.active, .stock-performance #content-tab #tab3c.active, .stock-performance #content-tab #tab4c.active, .stock-performance #content-tab #tab5c.active, .stock-performance #content-tab #tab6c.active {
  display: block;
}
.stock-performance .no-data-popup {
  height: 224px;
}

.stock-fundamentals#fundamental {
  padding-top: 40px;
}
.stock-fundamentals .fundamentals-main.hide .fundamentals-title h4, .stock-fundamentals .fundamentals-main.hide .fundamentals-title h3 {
  display: none;
}
.stock-fundamentals .fundamentals-main.hide .fundamentals-inner {
  display: none;
}
.stock-fundamentals .fundamentals-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .fundamentals-main {
    margin-bottom: 40px;
  }
}
.stock-fundamentals .fundamentals-title h2 {
  color: #0B0C0E;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .fundamentals-title h2 {
    margin-bottom: 16px;
  }
}
.stock-fundamentals .fundamentals-title h4, .stock-fundamentals .fundamentals-title h3 {
  font: normal normal 600 24px/32px "Inter";
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .fundamentals-title h4, .stock-fundamentals .fundamentals-title h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-fundamentals .fundamentals-inner {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .stock-fundamentals .fundamentals-inner {
    flex-direction: column;
    margin-top: 16px;
    gap: 0;
  }
}
.stock-fundamentals .fundamentals-inner .fundamentals-left, .stock-fundamentals .fundamentals-inner .fundamentals-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .stock-fundamentals .fundamentals-inner .fundamentals-left, .stock-fundamentals .fundamentals-inner .fundamentals-right {
    width: 100%;
  }
}
.stock-fundamentals .fundamentals-inner .fundamentals-table {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table thead {
  background-color: #F5F8F9;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table tr:nth-child(odd) {
  background-color: #F5F8F9;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table tr:last-child td {
  border-bottom: 0;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table th, .stock-fundamentals .fundamentals-inner .fundamentals-table table td {
  width: 50%;
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .fundamentals-inner .fundamentals-table table th, .stock-fundamentals .fundamentals-inner .fundamentals-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .stock-fundamentals .fundamentals-inner .fundamentals-table table th th, .stock-fundamentals .fundamentals-inner .fundamentals-table table th td, .stock-fundamentals .fundamentals-inner .fundamentals-table table td th, .stock-fundamentals .fundamentals-inner .fundamentals-table table td td {
    width: 300px;
  }
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table th:last-child, .stock-fundamentals .fundamentals-inner .fundamentals-table table td:last-child {
  border-right: 0;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table th p, .stock-fundamentals .fundamentals-inner .fundamentals-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.stock-fundamentals .fundamentals-inner .fundamentals-table table th span, .stock-fundamentals .fundamentals-inner .fundamentals-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}
@media screen and (max-width: 767px) {
  .stock-fundamentals .fundamentals-inner .fundamentals-left .fundamentals-table {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .stock-fundamentals .fundamentals-inner .fundamentals-right .fundamentals-table {
    border-top: 0;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
  }
}
.stock-fundamentals .no-data-popup {
  height: 224px;
}
.stock-fundamentals .shareholding-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .shareholding-table {
    margin-top: 16px;
  }
}
.stock-fundamentals .shareholding-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .stock-fundamentals .shareholding-table table {
    min-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  .stock-fundamentals .shareholding-table table {
    min-width: 700px;
  }
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .shareholding-table table {
    min-width: 500px;
    overflow: auto;
  }
}
.stock-fundamentals .shareholding-table table thead {
  background-color: #F5F8F9;
}
.stock-fundamentals .shareholding-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.stock-fundamentals .shareholding-table table tr:last-child td {
  border-bottom: 0;
}
.stock-fundamentals .shareholding-table table th, .stock-fundamentals .shareholding-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-fundamentals .shareholding-table table th, .stock-fundamentals .shareholding-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-fundamentals .shareholding-table table th:first-child, .stock-fundamentals .shareholding-table table td:first-child {
  width: 503px;
}
.stock-fundamentals .shareholding-table table th:last-child, .stock-fundamentals .shareholding-table table td:last-child {
  border-right: 0;
}
.stock-fundamentals .shareholding-table table th p, .stock-fundamentals .shareholding-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.stock-fundamentals .shareholding-table table th span, .stock-fundamentals .shareholding-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}

.share-holding {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .share-holding {
    padding: 40px 0;
  }
}
.share-holding .share-holding-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .share-holding .share-holding-table {
    margin-top: 16px;
  }
}
.share-holding .share-holding-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.share-holding .share-holding-table table thead {
  background-color: #F5F8F9;
}
.share-holding .share-holding-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.share-holding .share-holding-table table tr:last-child td {
  border-bottom: 0;
}
.share-holding .share-holding-table table th, .share-holding .share-holding-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .share-holding .share-holding-table table th, .share-holding .share-holding-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.share-holding .share-holding-table table th:first-child, .share-holding .share-holding-table table td:first-child {
  width: 443px;
}
.share-holding .share-holding-table table th:last-child, .share-holding .share-holding-table table td:last-child {
  border-right: 0;
}
.share-holding .share-holding-table table th p, .share-holding .share-holding-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.share-holding .share-holding-table table th span, .share-holding .share-holding-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}
.share-holding .share-holding-table table td:first-child {
  position: relative;
}
.share-holding .share-holding-table table td:first-child::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 80px;
  height: 6px;
  background-color: #E2E4E9;
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.share-holding .share-holding-table table tr:nth-child(2) td:first-child::after {
  content: "";
  position: absolute;
  right: 66px;
  top: 50%;
  width: 30px;
  height: 6px;
  background-color: #2A948F;
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.share-holding .share-holding-table table tr:nth-child(3) td:first-child::after {
  content: "";
  position: absolute;
  right: 41px;
  top: 50%;
  width: 55px;
  height: 6px;
  background-color: #2A948F;
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.share-holding .share-holding-table table tr:nth-child(4) td:first-child::after {
  content: "";
  position: absolute;
  right: 80px;
  top: 50%;
  width: 16px;
  height: 6px;
  background-color: #2A948F;
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.part-indices {
  display: none;
}
.part-indices .part-indices-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .part-indices .part-indices-table {
    margin-top: 16px;
  }
}
.part-indices .part-indices-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.part-indices .part-indices-table table thead {
  background-color: #F5F8F9;
}
.part-indices .part-indices-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.part-indices .part-indices-table table tr:last-child td {
  border-bottom: 0;
}
.part-indices .part-indices-table table th, .part-indices .part-indices-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .part-indices .part-indices-table table th, .part-indices .part-indices-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.part-indices .part-indices-table table th:first-child, .part-indices .part-indices-table table td:first-child {
  width: 250px;
}
@media screen and (max-width: 575px) {
  .part-indices .part-indices-table table th:first-child, .part-indices .part-indices-table table td:first-child {
    width: 213px;
  }
}
@media screen and (max-width: 575px) {
  .part-indices .part-indices-table table th:nth-child(2), .part-indices .part-indices-table table td:nth-child(2) {
    width: 100px;
  }
}
.part-indices .part-indices-table table th:last-child, .part-indices .part-indices-table table td:last-child {
  border-right: 0;
}
.part-indices .part-indices-table table th p, .part-indices .part-indices-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.part-indices .part-indices-table table th span, .part-indices .part-indices-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}
.part-indices .part-indices-table table th span.negative, .part-indices .part-indices-table table td span.negative {
  color: #E05858;
}
.part-indices .part-indices-table table th span.positive, .part-indices .part-indices-table table td span.positive {
  color: #009B7D;
}

.result-highlights {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .result-highlights {
    padding: 40px 0;
  }
}
.result-highlights h2 {
  color: #0B0C0E;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .result-highlights h2 {
    margin-bottom: 16px;
  }
}
.result-highlights p {
  font: normal normal 400 16px/24px "Inter";
  color: #0B0C0E;
}
@media screen and (max-width: 575px) {
  .result-highlights p {
    font-size: 14px;
  }
}

.synopsis-section {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  .synopsis-section {
    padding-top: 40px;
  }
}
.synopsis-section .synopsis-title h2 {
  color: #0B0C0E;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .synopsis-section .synopsis-title h2 {
    margin-bottom: 14px;
  }
}
.synopsis-section .synopsis-title p {
  font: normal normal 400 16px/24px "Inter";
  color: #0B0C0E;
}
@media screen and (max-width: 575px) {
  .synopsis-section .synopsis-title p {
    font-size: 14px;
  }
}
.synopsis-section .synopsis-inner {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .synopsis-section .synopsis-inner {
    flex-direction: column;
    margin-top: 16px;
    gap: 0;
  }
}
.synopsis-section .synopsis-inner .synopsis-left, .synopsis-section .synopsis-inner .synopsis-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .synopsis-section .synopsis-inner .synopsis-left, .synopsis-section .synopsis-inner .synopsis-right {
    width: 100%;
  }
}
.synopsis-section .synopsis-inner .synopsis-table {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.synopsis-section .synopsis-inner .synopsis-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.synopsis-section .synopsis-inner .synopsis-table table thead {
  background-color: #F5F8F9;
}
.synopsis-section .synopsis-inner .synopsis-table table tr:nth-child(odd) {
  background-color: #F5F8F9;
}
.synopsis-section .synopsis-inner .synopsis-table table tr:last-child td {
  border-bottom: 0;
}
.synopsis-section .synopsis-inner .synopsis-table table th, .synopsis-section .synopsis-inner .synopsis-table table td {
  width: 50%;
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .synopsis-section .synopsis-inner .synopsis-table table th, .synopsis-section .synopsis-inner .synopsis-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.synopsis-section .synopsis-inner .synopsis-table table th:last-child, .synopsis-section .synopsis-inner .synopsis-table table td:last-child {
  border-right: 0;
}
.synopsis-section .synopsis-inner .synopsis-table table th p, .synopsis-section .synopsis-inner .synopsis-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.synopsis-section .synopsis-inner .synopsis-table table th span, .synopsis-section .synopsis-inner .synopsis-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}
.synopsis-section .synopsis-inner .synopsis-left .synopsis-table {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}
.synopsis-section .synopsis-inner .synopsis-right .synopsis-table {
  border-top: 0;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.stock-chart-sec .stock-chart-inner .stock-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 24px 0;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-chart-head {
    margin: 16px 0;
  }
}
.stock-chart-sec .stock-chart-inner .toggle-buttons {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-chart-sec .stock-chart-inner .toggle-buttons a {
  padding: 9px 16px;
  font: normal normal 500 14px/22px "Inter";
  background-color: transparent;
  color: #16181D;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-chart-sec .stock-chart-inner .toggle-buttons a.active {
  background-color: #EBF9F9;
  color: #2A948F;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .toggle-buttons a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.stock-chart-sec .stock-chart-inner .chart-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.stock-chart-sec .stock-chart-inner .chart-controls .chart-switch2 {
  display: flex;
  padding: 4px;
  border: 1px solid #C5CAD3;
  margin-right: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-chart-sec .stock-chart-inner .chart-controls .chart-switch2 a {
  width: 48px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-chart-sec .stock-chart-inner .chart-controls .chart-switch2 a.active {
  background-color: #E2E4E9;
}
.stock-chart-sec .stock-chart-inner .chart-controls .timeframe-toggle2 button {
  padding: 9px 11.5px;
  margin-right: 4px;
  font: normal normal 500 14px/22px "Inter";
  color: #667085;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.stock-chart-sec .stock-chart-inner .chart-controls .timeframe-toggle2 button.active {
  border-color: #2A948F;
  color: #2A948F;
}
.stock-chart-sec .stock-chart-inner .chart-switch-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .chart-switch-mobile {
    display: block;
    margin-right: 0;
  }
}
.stock-chart-sec .stock-chart-inner .chart-switch-mobile a {
  display: none !important;
}
.stock-chart-sec .stock-chart-inner .chart-switch-mobile a.active {
  display: flex !important;
}
.stock-chart-sec .stock-chart-inner .chart-controls.hide {
  display: none;
}
.stock-chart-sec .stock-chart-inner .chart2.hide {
  display: none;
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table {
  min-width: 1040px;
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:first-child, .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:first-child {
  width: 310px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:first-child, .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:first-child {
    width: 222px;
  }
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(2), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(2) {
  width: 176px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(2), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(2) {
    width: 104px;
  }
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(3), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(3) {
  width: 147px;
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(4), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(4) {
  width: 171px;
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(5), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(5) {
  width: 176px;
}
.stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table th:nth-child(6), .stock-chart-sec .stock-chart-inner .chart2 .sep-content-table table td:nth-child(6) {
  width: 220px;
}
.stock-chart-sec .stock-chart-inner .stock-option-data {
  display: none;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show {
  display: block;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show h3 {
  font: normal normal 800 40px/48px "Urbanist";
}
@media screen and (max-width: 767px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show h3 {
    font: normal normal 800 30px/38px "Urbanist";
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show h4 {
  font: normal normal 600 24px/32px "Inter";
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div {
    overflow-x: visible;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock {
    margin-bottom: 16px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock {
  position: relative;
  display: inline-block;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock {
  background-color: #ffffff;
  border: 1px solid #C5CAD3;
  padding: 15px 22px 15px 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 123px;
  color: #2B2B2B;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock:hover {
  border-color: #C0C0C0;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock span {
  font: normal normal 600 14px/22px "Inter";
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock {
    padding: 8px;
    gap: 8px;
    min-width: 97px;
  }
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock img {
    max-width: 11px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a {
  color: #2B2B2B;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a:hover {
  background-color: #F0F0F0;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner-stock.active .dropdown-content-stock {
  display: block;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .tab-dropdwon-stock .dropdown-inner.active img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #sep-content, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #oct-content, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #nov-content {
  display: none;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #sep-content.active, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #oct-content.active, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .stock-option-content #nov-content.active {
  display: block;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table {
  margin-top: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table thead {
  background-color: #F5F8F9;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table tr:last-child td {
  border-bottom: 0;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:first-child, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:first-child {
  width: 410px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:first-child, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:first-child {
    width: 209px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:nth-child(2), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:nth-child(4), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:nth-child(2), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:nth-child(4) {
  width: 180px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:nth-child(2), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:nth-child(4), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:nth-child(2), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:nth-child(4) {
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:nth-child(3), .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:nth-child(3) {
    width: 140px;
  }
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th:last-child, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td:last-child {
  width: 280px;
  border-right: 0;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th p, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th span, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td span {
  font-weight: 400;
  display: inline-block;
  color: #16181D;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th span.negative, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td span.negative {
  color: #E05858;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table th span.positive, .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .sep-content-table table td span.positive {
  color: #009B7D;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .view-all-btn {
  margin: 48px auto 0;
  display: block;
  max-width: 150px;
  width: 100%;
  padding: 14.5px 15px;
  font: normal normal 600 16px/19px "Inter";
  color: #ffffff;
  text-align: center;
  background-color: #2E4757;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .view-all-btn:hover {
  background-color: #476d85;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab_div .view-all-btn {
    font-size: 16px;
    line-height: 19px;
    margin-top: 24px;
  }
}

.shareholding-section {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 575px) {
  .shareholding-section {
    padding: 40px 0 20px 0;
  }
}
.shareholding-section .shareholding-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .shareholding-section .shareholding-table {
    margin-top: 16px;
  }
}
.shareholding-section .shareholding-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .shareholding-section .shareholding-table table {
    min-width: 960px;
  }
}
@media screen and (max-width: 575px) {
  .shareholding-section .shareholding-table table {
    min-width: 500px;
  }
}
.shareholding-section .shareholding-table table thead {
  background-color: #F5F8F9;
}
.shareholding-section .shareholding-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.shareholding-section .shareholding-table table tr:last-child td {
  border-bottom: 0;
}
.shareholding-section .shareholding-table table th, .shareholding-section .shareholding-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .shareholding-section .shareholding-table table th, .shareholding-section .shareholding-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.shareholding-section .shareholding-table table th:first-child, .shareholding-section .shareholding-table table td:first-child {
  width: 503px;
}
.shareholding-section .shareholding-table table th:last-child, .shareholding-section .shareholding-table table td:last-child {
  border-right: 0;
}
.shareholding-section .shareholding-table table th p, .shareholding-section .shareholding-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.shareholding-section .shareholding-table table th span, .shareholding-section .shareholding-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}

.management-section .management-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.management-section .management-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.management-section .management-table table thead {
  background-color: #F5F8F9;
}
.management-section .management-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.management-section .management-table table tr:last-child td {
  border-bottom: 0;
}
.management-section .management-table table th, .management-section .management-table table td {
  width: 50%;
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: center;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .management-section .management-table table th, .management-section .management-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.management-section .management-table table th:first-child, .management-section .management-table table td:first-child {
  text-align: left;
}
.management-section .management-table table th:last-child, .management-section .management-table table td:last-child {
  border-right: 0;
}
.management-section .management-table table th p, .management-section .management-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.management-section .management-table table th span, .management-section .management-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}

.financials-section .custom-dropdown {
  position: relative;
  display: inline-block;
}
.financials-section .custom-dropdown img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.financials-section .custom-dropdown .dropdown-btn {
  background-color: #ffffff;
  border: 1px solid #C5CAD3;
  padding: 15px 22px 15px 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 123px;
  color: #2B2B2B;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.financials-section .custom-dropdown .dropdown-btn:hover {
  border-color: #C0C0C0;
}
.financials-section .custom-dropdown .dropdown-btn span {
  font: normal normal 600 14px/22px "Inter";
}
@media screen and (max-width: 575px) {
  .financials-section .custom-dropdown .dropdown-btn {
    padding: 8px;
    gap: 8px;
    min-width: 77px;
  }
  .financials-section .custom-dropdown .dropdown-btn span {
    font-size: 12px;
    line-height: 18px;
  }
}
.financials-section .custom-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.financials-section .custom-dropdown .dropdown-content a {
  color: #2B2B2B;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.financials-section .custom-dropdown .dropdown-content a:hover {
  background-color: #F0F0F0;
}
@media screen and (max-width: 575px) {
  .financials-section .custom-dropdown .dropdown-content a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
}
.financials-section .custom-dropdown.open .dropdown-content {
  display: block;
}
.financials-section .custom-dropdown.open img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.financials-section .financials-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .financials-section .financials-title {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.financials-section .financials-title .financials-title-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .financials-section .financials-title .financials-title-right {
    flex-wrap: wrap;
    gap: 12px;
  }
  .financials-section .financials-title .financials-title-right .custom-dropdown {
    display: none;
  }
}
.financials-section .financials-title .financials-title-right .toggle-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.financials-section .financials-title .financials-title-right .toggle-container .toggle-text {
  font: normal normal 600 14px/16.94px "Inter";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.financials-section .financials-title .financials-title-right .toggle-container .toggle-text.active {
  color: #2A948F;
}
.financials-section .financials-title .financials-title-right .toggle-container .toggle-text.disabled {
  color: #8C94A6;
}
.financials-section .financials-title .financials-title-right .toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 575px) {
  .financials-section .financials-title .financials-title-right .toggle-container .switch {
    width: 40px;
    height: 21px;
  }
}
.financials-section .financials-title .financials-title-right .toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.financials-section .financials-title .financials-title-right .toggle-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2A948F;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}
.financials-section .financials-title .financials-title-right .toggle-container .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media screen and (max-width: 575px) {
  .financials-section .financials-title .financials-title-right .toggle-container .switch .slider:before {
    width: 17px;
    height: 17px;
    bottom: 2px;
  }
}
.financials-section .financials-title .financials-title-right .toggle-container .switch input:checked + .slider {
  background-color: #2A948F;
}
.financials-section .financials-title .financials-title-right .toggle-container .switch input:checked + .slider:before {
  transform: translateX(22px);
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  -ms-transform: translateX(22px);
  -o-transform: translateX(22px);
}
@media screen and (max-width: 575px) {
  .financials-section .financials-title .financials-title-right .toggle-container .switch input:checked + .slider:before {
    transform: translateX(17px);
    -webkit-transform: translateX(17px);
    -moz-transform: translateX(17px);
    -ms-transform: translateX(17px);
    -o-transform: translateX(17px);
  }
}
.financials-section .mobile-custom-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.financials-section .mobile-custom-dropdown h4, .financials-section .mobile-custom-dropdown h3 {
  font: normal normal 600 24px/32px "Inter";
}
@media screen and (max-width: 575px) {
  .financials-section .mobile-custom-dropdown h4, .financials-section .mobile-custom-dropdown h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.financials-section .mobile-custom-dropdown .custom-dropdown {
  display: none;
}
.financials-section .mobile-custom-dropdown-2 {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  .financials-section .mobile-custom-dropdown-2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .financials-section .financials-table table tr th, .financials-section .financials-table table tr td {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .financials-section .financials-table table tr th, .financials-section .financials-table table tr td {
    width: 130px;
  }
}
.financials-section .financials-table table tr th:first-child, .financials-section .financials-table table tr td:first-child {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .financials-section .financials-table table tr th:first-child, .financials-section .financials-table table tr td:first-child {
    width: 204px;
    position: sticky;
    left: 0;
    border-right: 0;
  }
  .financials-section .financials-table table tr th:first-child::before, .financials-section .financials-table table tr td:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E2E4E9;
    display: block;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .financials-section .financials-table table tr th:nth-child(2), .financials-section .financials-table table tr td:nth-child(2) {
    width: 115px;
  }
}
.financials-section .financials-table table tr th {
  background-color: #F5F8F9;
}
.financials-section .financials-table table tr:nth-child(even) td:first-child {
  background-color: #F5F8F9;
}
.financials-section .financials-table table tr:nth-child(odd) td:first-child {
  background-color: #ffffff;
}

.future-section .future-table table th:first-child, .future-section .future-table table td:first-child {
  width: 362px;
}
.future-section .future-table table th:nth-child(2), .future-section .future-table table td:nth-child(2) {
  width: 155px;
}
.future-section .future-table table th:nth-child(3), .future-section .future-table table td:nth-child(3) {
  width: 155px;
}
.future-section .future-table table th:nth-child(4), .future-section .future-table table td:nth-child(4) {
  width: 179px;
}
.future-section .future-table table th:nth-child(5), .future-section .future-table table td:nth-child(5) {
  width: 155px;
}
.future-section .future-table table th:nth-child(6), .future-section .future-table table td:nth-child(6) {
  width: 194px;
}

.stock-chart-sec {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec {
    padding-top: 40px;
  }
}
.stock-chart-sec .stock-chart-inner .sep-content-table {
  margin-top: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table thead {
  background-color: #F5F8F9;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table tr:last-child td {
  border-bottom: 0;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th, .stock-chart-sec .stock-chart-inner .sep-content-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .stock-chart-sec .stock-chart-inner .sep-content-table table th, .stock-chart-sec .stock-chart-inner .sep-content-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th:first-child, .stock-chart-sec .stock-chart-inner .sep-content-table table td:first-child {
  width: 400px;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th:nth-child(2), .stock-chart-sec .stock-chart-inner .sep-content-table table th:nth-child(4), .stock-chart-sec .stock-chart-inner .sep-content-table table td:nth-child(2), .stock-chart-sec .stock-chart-inner .sep-content-table table td:nth-child(4) {
  width: 175px;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th:last-child, .stock-chart-sec .stock-chart-inner .sep-content-table table td:last-child {
  width: 272px;
  border-right: 0;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th p, .stock-chart-sec .stock-chart-inner .sep-content-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th span, .stock-chart-sec .stock-chart-inner .sep-content-table table td span {
  font-weight: 400;
  display: inline-block;
  color: #16181D;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th span.negative, .stock-chart-sec .stock-chart-inner .sep-content-table table td span.negative {
  color: #E05858;
}
.stock-chart-sec .stock-chart-inner .sep-content-table table th span.positive, .stock-chart-sec .stock-chart-inner .sep-content-table table td span.positive {
  color: #009B7D;
}

.recent-news-section {
  padding: 60px 0 40px;
}
@media screen and (max-width: 991px) {
  .recent-news-section {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .recent-news-section {
    padding: 40px 0 0;
  }
}
.recent-news-section .recent-news-inner {
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner {
    margin-top: 16px;
  }
}
.recent-news-section .recent-news-inner .tab_div ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.recent-news-section .recent-news-inner .tab_div ul li a {
  padding: 9px 16px;
  font: normal normal 500 14px/22px "Inter";
  background-color: transparent;
  color: #16181D;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner .tab_div ul li a {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
  }
}
.recent-news-section .recent-news-inner .tab_div ul li.active a {
  background-color: #EBF9F9;
  color: #2A948F;
  font-weight: 600;
}
.recent-news-section .recent-news-inner #recent-news-tab #news-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content {
  display: none;
}
.recent-news-section .recent-news-inner #recent-news-tab #news-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active {
  display: block;
}
.recent-news-section .recent-news-inner #recent-news-tab #news-content.active h2, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active h2 {
  margin: 24px 0;
}
.recent-news-section .recent-news-inner #recent-news-tab #news-content.active #dividend-content, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #bonus-content, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #split-content, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #right-content, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #agm-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #dividend-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #bonus-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #split-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #right-content, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #agm-content {
  display: none;
}
.recent-news-section .recent-news-inner #recent-news-tab #news-content.active #dividend-content.active, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #bonus-content.active, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #split-content.active, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #right-content.active, .recent-news-section .recent-news-inner #recent-news-tab #news-content.active #agm-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #dividend-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #bonus-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #split-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #right-content.active, .recent-news-section .recent-news-inner #recent-news-tab #events-content.active #agm-content.active {
  display: block;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background-color: #F8F8F8;
  border: 1px solid #E2E4E9;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner {
    padding: 20px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner.hide {
  display: none;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info h4 {
  font: normal normal 800 24px/24px "Urbanist";
  color: #0B0C0E;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info h4 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info p {
  font: normal normal 600 16px/24px "Inter";
  color: #16181D;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info p:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info p {
    font-size: 14px;
    line-height: 22px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 {
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 {
    margin-top: 16px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: start;
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid #E2E4E9;
  padding: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub {
    padding: 24px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub::-webkit-scrollbar-track {
  width: 0;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub::-webkit-scrollbar {
  width: 0;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub::-webkit-scrollbar-thumb {
  width: 0;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box {
  max-height: 256px;
  overflow-x: auto;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box h4 {
  font: normal normal 800 24px/24px "Urbanist";
  color: #0B0C0E;
  margin-bottom: 16px;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181D;
  margin-bottom: 24px;
}
.recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner2 .recent-news-inner2-sub .recent-news-info-box p:last-child {
  margin-bottom: 0;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table {
  margin-top: 24px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .events-table {
    margin-top: 16px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .events-table table {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table thead {
  background-color: #F5F8F9;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table tr:last-child td {
  border-bottom: 0;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
  width: 400px;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th:last-child, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td:last-child {
  width: 272px;
  border-right: 0;
}
@media screen and (max-width: 575px) {
  .recent-news-section .recent-news-inner #recent-news-tab .events-table table th, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-news-section .recent-news-inner #recent-news-tab .events-table table th:first-child, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td:first-child {
    width: 120px;
  }
  .recent-news-section .recent-news-inner #recent-news-tab .events-table table th:nth-child(2), .recent-news-section .recent-news-inner #recent-news-tab .events-table table td:nth-child(2) {
    width: 150px;
  }
  .recent-news-section .recent-news-inner #recent-news-tab .events-table table th:nth-child(3), .recent-news-section .recent-news-inner #recent-news-tab .events-table table td:nth-child(3) {
    width: 120px;
  }
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th p, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th span, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td span {
  font-weight: 400;
  display: inline-block;
  color: #16181D;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th span.negative, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td span.negative {
  color: #E05858;
}
.recent-news-section .recent-news-inner #recent-news-tab .events-table table th span.positive, .recent-news-section .recent-news-inner #recent-news-tab .events-table table td span.positive {
  color: #009B7D;
}

.similar-stocks {
  padding: 40px 0 20px;
}
@media screen and (max-width: 575px) {
  .similar-stocks {
    padding: 40px 0 0;
  }
}
.similar-stocks .similar-stocks-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.similar-stocks .similar-stocks-title .view-all-btn {
  padding: 17px 24px;
  font: normal normal 600 18px/21px "Inter";
  color: #2A948F;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.similar-stocks .similar-stocks-title .view-all-btn:hover {
  background-color: #2A948F;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .similar-stocks .similar-stocks-title .view-all-btn {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 24px;
  }
}
.similar-stocks .similar-stocks-inner {
  display: flex;
  gap: 24px;
  justify-content: start;
  overflow-x: auto;
}
.similar-stocks .similar-stocks-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
.similar-stocks .similar-stocks-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 575px) {
  .similar-stocks .similar-stocks-inner {
    gap: 12px;
  }
}
.similar-stocks .similar-stocks-inner .similar-stocks-info {
  min-width: 180px;
  background-color: #F8F8F8;
  padding: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .similar-stocks .similar-stocks-inner .similar-stocks-info {
    padding: 16px;
    min-width: 150px;
  }
}
.similar-stocks .similar-stocks-inner .similar-stocks-info a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.similar-stocks .similar-stocks-inner .similar-stocks-info h3 {
  font: normal normal 600 14px/22px "Inter";
  color: #16181D;
  margin-bottom: 12px;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.similar-stocks .similar-stocks-inner .similar-stocks-info p {
  font: normal normal 600 14px/22px "Inter";
  color: #16181D;
}
.similar-stocks .similar-stocks-inner .similar-stocks-info p span {
  font: normal normal 500 14px/22px "Inter";
}
.similar-stocks .similar-stocks-inner .similar-stocks-info p span.negative {
  color: #E05858;
}
.similar-stocks .similar-stocks-inner .similar-stocks-info p span.positive {
  color: #009B7D;
}
.similar-stocks .similar-stocks-inner .similar-stocks-info h5, .similar-stocks .similar-stocks-inner .similar-stocks-info h4 {
  font: normal normal 600 20px/24px "Inter";
  color: #16181D;
  margin-bottom: 8px;
}

/************************ stock screener page **********************/
.stock-screener-chart {
  padding-top: 40px;
}
.stock-screener-chart .stock-screener-chart-inner .stock-title .stock-title-inner a {
  font: normal normal 400 16px/24px "Inter";
  color: #2A948F;
}
@media screen and (max-width: 575px) {
  .stock-screener-chart .stock-screener-chart-inner .stock-title .stock-title-inner a {
    font-size: 14px;
    line-height: 22px;
  }
}
.stock-screener-chart .stock-screener-chart-inner .stock-title h1 {
  color: #0B0C0E;
  margin: 24px 0 24px;
}
@media screen and (max-width: 575px) {
  .stock-screener-chart .stock-screener-chart-inner .stock-title h1 {
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 12px;
  }
}
.stock-screener-chart .stock-screener-chart-inner .stock-title p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181D;
  max-width: 810px;
}
@media screen and (max-width: 575px) {
  .stock-screener-chart .stock-screener-chart-inner .stock-title p {
    font-size: 14px;
    line-height: 22px;
  }
}

.seller-section {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .seller-section {
    padding: 40px 0;
  }
}
.seller-section .seller-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.seller-section .seller-title h2 {
  font: normal normal 800 40px/48px "Urbanist";
}
@media screen and (max-width: 767px) {
  .seller-section .seller-title h2 {
    font: normal normal 800 34px/38px "Urbanist";
  }
}
@media screen and (max-width: 575px) {
  .seller-section .seller-title h2 {
    font: normal normal 800 22px/24px "Urbanist";
  }
}
.seller-section .seller-title .tab_div ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.seller-section .seller-title .tab_div ul li {
  display: none;
}
.seller-section .seller-title .tab_div ul li a {
  pointer-events: none;
  padding: 9px 16px;
  font: normal normal 500 14px/22px "Inter";
  background-color: transparent;
  color: #16181D;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .seller-section .seller-title .tab_div ul li a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.seller-section .seller-title .tab_div ul li.active {
  display: block;
}
.seller-section .seller-title .tab_div ul li.active a {
  background-color: #EBF9F9;
  color: #2A948F;
  font-weight: 600;
}
.seller-section .stock-det-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px 0;
}
@media screen and (max-width: 575px) {
  .seller-section .stock-det-tabs {
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .seller-section .stock-det-tabs .tabs-ul {
    overflow-x: auto;
    scrollbar-width: none;
  }
}
.seller-section .stock-det-tabs ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .seller-section .stock-det-tabs ul {
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
  }
}
.seller-section .stock-det-tabs ul li a {
  display: block;
  padding: 16px 20px;
  font: normal normal 500 14px/22px "Inter";
  color: #16181D;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .seller-section .stock-det-tabs ul li a {
    padding: 6px 9.7px;
    font-size: 12px;
    line-height: 18px;
  }
}
.seller-section .stock-det-tabs ul li a.active {
  background-color: #EBF9F9;
  border-color: #2A948F;
  color: #2A948F;
}
.seller-section #seller-tab #nse-content, .seller-section #seller-tab #bse-content {
  display: none;
}
.seller-section #seller-tab #nse-content.active, .seller-section #seller-tab #bse-content.active {
  display: block;
}
.seller-section #seller-tab .seller-table {
  margin-top: 24px;
  max-width: 100%;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 737px;
}
.seller-section #seller-tab .seller-table::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.seller-section #seller-tab .seller-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.seller-section #seller-tab .seller-table::-webkit-scrollbar:horizontal {
  height: 4px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1199px) {
  .seller-section #seller-tab .seller-table {
    overflow-x: auto;
  }
}
.seller-section #seller-tab .seller-table table {
  min-width: 1198px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.seller-section #seller-tab .seller-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.seller-section #seller-tab .seller-table table tr:last-child td {
  border-bottom: 0;
}
.seller-section #seller-tab .seller-table table tr th {
  border-right: 0;
}
.seller-section #seller-tab .seller-table table tr th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E2E4E9;
  display: block;
  right: 0;
  top: 0;
}
.seller-section #seller-tab .seller-table table th {
  position: sticky;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .seller-section #seller-tab .seller-table table th {
    background-color: #ffffff;
  }
}
.seller-section #seller-tab .seller-table table th span {
  font-weight: 600 !important;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex !important;
  gap: 8px;
  align-items: center;
  padding-right: 23px;
}
@media screen and (max-width: 575px) {
  .seller-section #seller-tab .seller-table table th span {
    font-size: 14px;
    line-height: 22px;
  }
}
.seller-section #seller-tab .seller-table table th span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/high-low.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  right: 0;
}
.seller-section #seller-tab .seller-table table th span .table-filter {
  position: absolute;
  right: 5px;
  top: 2px;
}
.seller-section #seller-tab .seller-table table th span .table-filter img {
  display: none;
}
.seller-section #seller-tab .seller-table table thead {
  background-color: #F5F8F9;
}
.seller-section #seller-tab .seller-table table thead th {
  top: 0;
  z-index: 0;
  background-color: #F5F8F9;
}
.seller-section #seller-tab .seller-table table thead th:first-child {
  z-index: 1;
  border-right: 0;
}
.seller-section #seller-tab .seller-table table thead th:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E2E4E9;
  display: block;
  right: 0;
  top: 0;
}
.seller-section #seller-tab .seller-table table th.low-filter span .table-filter img.high-fl {
  display: block;
}
.seller-section #seller-tab .seller-table table th.high-filter span .table-filter {
  top: -7px;
}
.seller-section #seller-tab .seller-table table th.high-filter span .table-filter img.low-fl {
  display: block;
}
.seller-section #seller-tab .seller-table table th, .seller-section #seller-tab .seller-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
  height: 73px;
}
.seller-section #seller-tab .seller-table table th:first-child, .seller-section #seller-tab .seller-table table td:first-child {
  min-width: 234px;
  max-width: 234px;
}
.seller-section #seller-tab .seller-table table th:nth-child(2), .seller-section #seller-tab .seller-table table td:nth-child(2) {
  width: 130px;
  max-width: 130px;
}
.seller-section #seller-tab .seller-table table th:nth-child(3), .seller-section #seller-tab .seller-table table td:nth-child(3) {
  width: 150px;
  max-width: 150px;
}
.seller-section #seller-tab .seller-table table th:nth-child(4), .seller-section #seller-tab .seller-table table td:nth-child(4) {
  width: 180px;
  max-width: 180px;
}
.seller-section #seller-tab .seller-table table th:nth-child(5), .seller-section #seller-tab .seller-table table td:nth-child(5) {
  width: 210px;
  max-width: 220px;
}
.seller-section #seller-tab .seller-table table th:last-child, .seller-section #seller-tab .seller-table table td:last-child {
  width: 280px;
  max-width: 280px;
  border-right: 0;
}
@media screen and (max-width: 575px) {
  .seller-section #seller-tab .seller-table table th, .seller-section #seller-tab .seller-table table td {
    font-size: 14px;
    line-height: 22px;
  }
  .seller-section #seller-tab .seller-table table th:first-child, .seller-section #seller-tab .seller-table table th:nth-child(5), .seller-section #seller-tab .seller-table table td:first-child, .seller-section #seller-tab .seller-table table td:nth-child(5) {
    width: 220px;
    max-width: 220px;
  }
  .seller-section #seller-tab .seller-table table th:nth-child(2), .seller-section #seller-tab .seller-table table th:nth-child(3), .seller-section #seller-tab .seller-table table th:nth-child(4), .seller-section #seller-tab .seller-table table td:nth-child(2), .seller-section #seller-tab .seller-table table td:nth-child(3), .seller-section #seller-tab .seller-table table td:nth-child(4) {
    width: 180px;
    max-width: 180px;
  }
  .seller-section #seller-tab .seller-table table th:last-child, .seller-section #seller-tab .seller-table table td:last-child {
    width: 220px;
    max-width: 220px;
    border-right: 0;
  }
}
.seller-section #seller-tab .seller-table table th p, .seller-section #seller-tab .seller-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
.seller-section #seller-tab .seller-table table th span, .seller-section #seller-tab .seller-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seller-section #seller-tab .seller-table table th span.negative, .seller-section #seller-tab .seller-table table td span.negative {
  color: #E05858;
}
.seller-section #seller-tab .seller-table table th span.positive, .seller-section #seller-tab .seller-table table td span.positive {
  color: #009B7D;
}
.seller-section #seller-tab .seller-table-empty {
  display: none;
}
.seller-section #seller-tab .seller-table-empty.active {
  display: block;
}
.seller-section #seller-tab .seller-table-empty table {
  min-width: auto;
}
@media screen and (max-width: 991px) {
  .seller-section #seller-tab .seller-table-empty table th:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .seller-section #seller-tab .seller-table-empty table th:nth-child(5), .seller-section #seller-tab .seller-table-empty table th:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .seller-section #seller-tab .seller-table-empty table th:nth-child(3) {
    display: none;
  }
}
.seller-section #seller-tab .seller-table-empty table td {
  height: 560px;
  text-align: center;
  background-color: #F2F2F2;
}
.seller-section #seller-tab .seller-table-empty table td .no-data-message h4 {
  font: normal normal 500 24px/32px "Inter";
  color: #16181D;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .seller-section #seller-tab .seller-table-empty table td .no-data-message h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.seller-section #seller-tab .seller-table-empty table td .no-data-message p {
  font: normal normal 500 18px/26px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .seller-section #seller-tab .seller-table-empty table td .no-data-message p {
    font-size: 14px;
    line-height: 22px;
  }
}

.stock-screener-page .account-open-blog {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .account-open-blog {
    padding: 40px 0;
  }
}

.disclaimer-section .disclaimer-inner .faq_question_answer_first p {
  font: normal normal 500 14px/22px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer_first p {
    font-size: 12px;
    line-height: 18px;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer_first p span {
  font: normal normal 500 14px/22px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer_first p span {
    font-size: 12px;
    line-height: 18px;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer {
  display: none;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer {
    padding: 20px 15px 20px 15px;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer .question {
  font: normal normal 600 24px/32px "Inter";
  position: relative;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding-right: 40px;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer .question {
    font-size: 20px;
    line-height: 24px;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer .question::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 52%;
  transition: 0.2s;
  background: url(../img/down-arrow.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  transform: rotate(0) translateY(-50%);
  -webkit-transform: rotate(0) translateY(-50%);
  -moz-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  -o-transform: rotate(0) translateY(-50%);
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer .question::after {
    top: 50%;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.disclaimer-section .disclaimer-inner .faq_question_answer .answercont .answer p {
  font: normal normal 400 16px/24px "Inter";
}
@media screen and (max-width: 575px) {
  .disclaimer-section .disclaimer-inner .faq_question_answer .answercont .answer p {
    font-size: 14px;
    line-height: 22px;
  }
}
.disclaimer-section .disclaimer-inner .faq_question_answer .question.active {
  margin-bottom: 16px;
}
.disclaimer-section .disclaimer-inner .faq_question_answer .question.active::after {
  top: 60%;
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
}

.stock-screener-page .recent-news-section .recent-news-inner {
  margin-top: 0 !important;
}
.stock-screener-page .recent-news-section .recent-news-inner h4 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .stock-screener-chart .stock-screener-chart-inner .stock-title h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
.stock-screener-page .seller-section {
  padding-bottom: 24px;
}
.stock-screener-page .seller-section .screener_loading {
  margin-top: 24px;
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr:nth-child(even) {
  background-color: transparent;
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr td:last-child a {
  display: none;
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr:hover {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 30.77%, rgba(255, 255, 255, 0.3) 85.74%);
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr:hover td:last-child span {
  display: none;
}
.stock-screener-page .seller-section #seller-tab .seller-table table tbody tr:hover td:last-child a {
  display: block;
  color: #2A948F;
}
.stock-screener-page .recent-news-section {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .recent-news-section {
    padding: 32px 0;
  }
}
.stock-screener-page .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info {
  max-height: 250px;
  overflow-y: scroll;
}
.stock-screener-page .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.stock-screener-page .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ddd;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info {
    max-height: 272px;
    padding-right: 6px;
  }
}
.stock-screener-page .recent-news-section .recent-news-inner #recent-news-tab .recent-news-inner .recent-news-info p {
  font-weight: 400;
}
.stock-screener-page .sec_blog {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .sec_blog {
    padding: 40px 0 0 0;
  }
  .stock-screener-page .sec_blog .blog-article .blog-grid {
    margin-top: 24px;
  }
}
.stock-screener-page .sec_blog .blog_heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .sec_blog .blog_heading {
    margin-bottom: 24px;
  }
}
.stock-screener-page .sec_blog .blog-article .blog-grid {
  margin-top: 0;
}
.stock-screener-page .sec_faqs {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .stock-screener-page .sec_faqs {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .stock-screener-page .sec_faqs h2.title {
    margin-bottom: 20px;
  }
}

.overview-section {
  padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .overview-section {
    padding-bottom: 40px;
  }
}
.overview-section .overview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .overview-section .overview-title {
    margin-bottom: 24px;
  }
}
.overview-section .overview-title .view-all-btn {
  padding: 17px 24px;
  font: normal normal 600 18px/21px "Inter";
  color: #2A948F;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.overview-section .overview-title .view-all-btn:hover {
  background-color: #2A948F;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .overview-section .overview-title .view-all-btn {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 24px;
  }
}
.overview-section .overview-inner ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .overview-section .overview-inner ul {
    gap: 16px;
  }
}
.overview-section .overview-inner ul li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .overview-section .overview-inner ul li {
    width: calc(33% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .overview-section .overview-inner ul li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 459px) {
  .overview-section .overview-inner ul li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 374px) {
  .overview-section .overview-inner ul li {
    width: 100%;
  }
}
.overview-section .overview-inner ul li a {
  display: block;
  width: 100%;
  padding: 23px;
  text-align: center;
  font: normal normal 500 18px/26px "Inter";
  color: #2A948F;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .overview-section .overview-inner ul li a {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.overview-section .overview-inner ul li a:hover, .overview-section .overview-inner ul li a.active {
  background-color: #EBF9F9;
  border-color: #2A948F;
  color: #2A948F;
  font-weight: 700;
}

/********************* historical-data-page ********************/
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-title .stock-title-main {
  margin-bottom: 24px;
  gap: 0 40px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-title .stock-title-main {
    margin: 20px 0 16px;
  }
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stockprice_details {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
  color: #424957;
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stockprice_details span {
  font: normal normal 400 16px/24px "Inter";
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stockprice_details .lastupdatetime {
  gap: 5px;
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-price .stock-change.positive span {
  color: #009B7D;
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-price .stockprice_details {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-direction: row !important;
}
@media screen and (max-width: 575px) {
  .historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-price .stockprice_details {
    position: absolute;
    left: 0;
    width: 270px;
    top: 0;
    margin: 0;
  }
}
.historical-data-page .historical-data-chart .stock-detail-chart-inner .stock-price {
  align-items: center;
}
.historical-data-page .historical-price .part-indices-table table th:not(:first-child) {
  width: 190px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .historical-price .part-indices-table table th:not(:first-child) {
    width: 218px;
  }
}
@media screen and (max-width: 575px) {
  .historical-data-page .historical-price .part-indices-table table th:first-child, .historical-data-page .historical-price .part-indices-table table td:first-child {
    width: 159px;
  }
}
@media screen and (max-width: 575px) {
  .historical-data-page .historical-price .part-indices-table table th:nth-child(2), .historical-data-page .historical-price .part-indices-table table td:nth-child(2) {
    width: 159px;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-chart-head {
  margin: 24px 0;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-chart-head {
    margin: 16px 0;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .stock-option-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .stock-option-title {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock {
    margin-bottom: 16px;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock {
  position: relative;
  display: inline-block;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock {
  background-color: #ffffff;
  border: 1px solid #C5CAD3;
  padding: 15px 22px 15px 16px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 123px;
  color: #2B2B2B;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock:hover {
  border-color: #C0C0C0;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock span {
  font: normal normal 600 14px/22px "Inter";
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock {
    padding: 8px;
    gap: 8px;
    min-width: 97px;
  }
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-btn-stock img {
    max-width: 11px;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a {
  color: #2B2B2B;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a:hover {
  background-color: #F0F0F0;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock .dropdown-content-stock a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner-stock.open .dropdown-content-stock {
  display: block;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .stock-option-data.show .tab-dropdwon-stock .dropdown-inner.active img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls {
    display: none;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile {
  display: none;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile {
    display: flex;
  }
}
.historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile .chart-switch2 a {
  width: 32px;
  height: 24px;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile .chart-switch2 a img {
  max-width: 16px;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile .timeframe-toggle2 {
  display: flex;
  gap: 4px;
}
.historical-data-page .stock-chart-sec .stock-chart-inner .chart-controls-mobile .timeframe-toggle2 button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 12px;
  line-height: 18px;
}
.historical-data-page .nifty-future-section .future-table table th:first-child, .historical-data-page .nifty-future-section .future-table table td:first-child {
  width: 298px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:first-child, .historical-data-page .nifty-future-section .future-table table td:first-child {
    width: 260px;
  }
}
.historical-data-page .nifty-future-section .future-table table th:nth-child(2), .historical-data-page .nifty-future-section .future-table table td:nth-child(2) {
  width: 151px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:nth-child(2), .historical-data-page .nifty-future-section .future-table table td:nth-child(2) {
    width: 139px;
  }
}
.historical-data-page .nifty-future-section .future-table table th:nth-child(3), .historical-data-page .nifty-future-section .future-table table td:nth-child(3) {
  width: 140px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:nth-child(3), .historical-data-page .nifty-future-section .future-table table td:nth-child(3) {
    width: 200px;
  }
}
.historical-data-page .nifty-future-section .future-table table th:nth-child(4), .historical-data-page .nifty-future-section .future-table table td:nth-child(4) {
  width: 180px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:nth-child(4), .historical-data-page .nifty-future-section .future-table table td:nth-child(4) {
    width: 240px;
  }
}
.historical-data-page .nifty-future-section .future-table table th:nth-child(5), .historical-data-page .nifty-future-section .future-table table td:nth-child(5) {
  width: 160px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:nth-child(5), .historical-data-page .nifty-future-section .future-table table td:nth-child(5) {
    width: 246px;
  }
}
.historical-data-page .nifty-future-section .future-table table th:nth-child(6), .historical-data-page .nifty-future-section .future-table table td:nth-child(6) {
  width: 272px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .nifty-future-section .future-table table th:nth-child(6), .historical-data-page .nifty-future-section .future-table table td:nth-child(6) {
    width: 300px;
  }
}
.historical-data-page .nifty-section {
  padding-bottom: 0;
}
.historical-data-page .nifty-section .future-table table th:first-child, .historical-data-page .nifty-section .future-table table td:first-child {
  width: 293px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.historical-data-page .nifty-section .future-table table th:first-child div, .historical-data-page .nifty-section .future-table table td:first-child div {
  display: none;
  align-items: center;
  gap: 4px;
}
.historical-data-page .nifty-section .future-table table th:first-child div a, .historical-data-page .nifty-section .future-table table td:first-child div a {
  padding: 5.5px 5px;
  background-color: #009B7D;
  font: normal normal 600 14px/16px "Inter";
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.historical-data-page .nifty-section .future-table table th:first-child div a:hover, .historical-data-page .nifty-section .future-table table td:first-child div a:hover {
  background-color: #01876D;
}
.historical-data-page .nifty-section .future-table table th:first-child div a:last-child, .historical-data-page .nifty-section .future-table table td:first-child div a:last-child {
  background-color: #E05858;
}
.historical-data-page .nifty-section .future-table table th:first-child div a:last-child:hover, .historical-data-page .nifty-section .future-table table td:first-child div a:last-child:hover {
  background-color: #CC4545;
}
.historical-data-page .nifty-section .future-table table th:nth-child(2), .historical-data-page .nifty-section .future-table table td:nth-child(2) {
  width: 164px;
}
.historical-data-page .nifty-section .future-table table th:nth-child(3), .historical-data-page .nifty-section .future-table table td:nth-child(3) {
  width: 140px;
}
.historical-data-page .nifty-section .future-table table th:nth-child(4), .historical-data-page .nifty-section .future-table table td:nth-child(4) {
  width: 190px;
}
.historical-data-page .nifty-section .future-table table th:nth-child(5), .historical-data-page .nifty-section .future-table table td:nth-child(5) {
  width: 157px;
}
.historical-data-page .nifty-section .future-table table th:nth-child(6), .historical-data-page .nifty-section .future-table table td:nth-child(6) {
  width: 130px;
}
.historical-data-page .nifty-section .future-table table th:nth-child(7), .historical-data-page .nifty-section .future-table table td:nth-child(7) {
  width: 130px;
}
.historical-data-page .nifty-section .future-table table tbody tr:hover {
  background-color: #EBF9F9;
}
.historical-data-page .nifty-section .future-table table tbody tr:hover td {
  padding: 14.5px 16px;
}
.historical-data-page .nifty-section .future-table table tbody tr:hover td:first-child {
  color: #2A948F;
}
.historical-data-page .nifty-section .future-table table tbody tr:hover td:first-child div {
  display: flex;
}
.historical-data-page .index-section .recent-news-inner .recent-news-info h4 {
  margin-bottom: 16px !important;
}
.historical-data-page .indices-section {
  padding: 0 0 60px 0;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section {
    padding-bottom: 40px;
  }
}
.historical-data-page .indices-section .indices-inner .indices-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.historical-data-page .indices-section .indices-inner .slider-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.historical-data-page .indices-section .indices-inner .slider-btn button.slick-arrow {
  width: 32px;
  height: 32px;
  background: url(../img/slider_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  filter: brightness(0) invert(0);
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .slider-btn button.slick-arrow {
    width: 24px;
    height: 24px;
  }
}
.historical-data-page .indices-section .indices-inner .slider-btn button.slick-arrow.prev-arrow {
  background: url(../img/slider_left_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
  right: 48px;
}
.historical-data-page .indices-section .indices-inner #recent-news-tab #news-content, .historical-data-page .indices-section .indices-inner #recent-news-tab #events-content {
  display: none;
}
.historical-data-page .indices-section .indices-inner #recent-news-tab #news-content.active, .historical-data-page .indices-section .indices-inner #recent-news-tab #events-content.active {
  display: block;
}
.historical-data-page .indices-section .indices-inner .tab_div ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 4px;
  margin: 24px 0;
  border: 1px solid #C5CAD3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .tab_div ul {
    margin: 16px 0;
  }
}
.historical-data-page .indices-section .indices-inner .tab_div ul li {
  display: none;
}
.historical-data-page .indices-section .indices-inner .tab_div ul li a {
  pointer-events: none;
  padding: 9px 16px;
  font: normal normal 500 14px/22px "Inter";
  background-color: transparent;
  color: #16181D;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .tab_div ul li a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.historical-data-page .indices-section .indices-inner .tab_div ul li.active {
  display: block;
}
.historical-data-page .indices-section .indices-inner .tab_div ul li.active a {
  background-color: #EBF9F9;
  color: #2A948F;
  font-weight: 600;
}
.historical-data-page .indices-section .indices-inner .indices-slider {
  overflow: hidden;
}
.historical-data-page .indices-section .indices-inner .indices-slider .slick-list {
  margin: 0 -12px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .indices-slider .slick-list {
    margin: 0 -8px;
    padding-right: 55px;
  }
}
.historical-data-page .indices-section .indices-inner .indices-slider .indices-slide-inner {
  padding: 24px;
  margin: 0 12px;
  background-color: #F8F8F8;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .indices-slider .indices-slide-inner {
    margin: 0 8px;
  }
}
.historical-data-page .indices-section .indices-inner .indices-slider .indices-slide-inner img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 16px;
}
.historical-data-page .indices-section .indices-inner .indices-slider .indices-slide-inner p {
  font: normal normal 600 14px/22px "Inter";
}
.historical-data-page .indices-section .indices-inner .indices-bse-slider {
  overflow: hidden;
}
.historical-data-page .indices-section .indices-inner .indices-bse-slider .slick-list {
  margin: 0 -12px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .indices-bse-slider .slick-list {
    margin: 0 -8px;
    padding-right: 55px;
  }
}
.historical-data-page .indices-section .indices-inner .indices-bse-slider .indices-slide-inner2 {
  padding: 24px;
  margin: 0 12px;
  background-color: #F8F8F8;
  display: block;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .indices-section .indices-inner .indices-bse-slider .indices-slide-inner2 {
    margin: 0 8px;
  }
}
.historical-data-page .indices-section .indices-inner .indices-bse-slider .indices-slide-inner2 img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 16px;
}
.historical-data-page .indices-section .indices-inner .indices-bse-slider .indices-slide-inner2 p {
  font: normal normal 600 14px/22px "Inter";
}
.historical-data-page .stock-performance {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  .historical-data-page .stock-performance {
    padding-top: 40px;
  }
}

.jainam-strike .strike-banner {
  padding: 80px 0;
  background-color: #E6F5DE;
}
@media screen and (max-width: 767px) {
  .jainam-strike .strike-banner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .strike-banner {
    padding: 40px 0;
  }
}
.jainam-strike .strike-banner .strike-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .jainam-strike .strike-banner .strike-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.jainam-strike .strike-banner .strike-inner .strike-banner-left {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left {
    max-width: 100%;
  }
}
.jainam-strike .strike-banner .strike-inner .strike-banner-left h1 {
  color: #0B0C0E;
}
@media screen and (max-width: 575px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.jainam-strike .strike-banner .strike-inner .strike-banner-left h1 span {
  font: normal normal 800 44px/54px "Urbanist";
  color: #2A948F;
  display: block;
}
@media screen and (max-width: 991px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left h1 span {
    font-size: 44px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left h1 span {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left h1 span {
    font-size: 30px;
    line-height: 30px;
  }
}
.jainam-strike .strike-banner .strike-inner .strike-banner-left p {
  font: normal normal 400 16px/24px "Inter";
  margin: 16px 0 24px;
}
@media screen and (max-width: 575px) {
  .jainam-strike .strike-banner .strike-inner .strike-banner-left a {
    padding: 14px 24px;
  }
}
.jainam-strike .strike-banner .strike-inner .strike-banner-right {
  max-width: 550px;
  width: 100%;
}
.jainam-strike .features-sec {
  background-color: #1D1D1D;
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .jainam-strike .features-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .jainam-strike .features-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .features-sec {
    padding: 40px 0;
  }
}
.jainam-strike .features-sec h2 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .jainam-strike .features-sec h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
.jainam-strike .features-sec .features-inner {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .jainam-strike .features-sec .features-inner {
    margin-top: 40px;
  }
}
.jainam-strike .features-sec .features-inner .features-inner-box {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  padding: 40px 42px 43px 42px;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid rgba(245, 248, 249, 0.1019607843);
  border-bottom: 1px solid rgba(245, 248, 249, 0.1019607843);
}
@media screen and (max-width: 1439px) {
  .jainam-strike .features-sec .features-inner .features-inner-box {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .jainam-strike .features-sec .features-inner .features-inner-box {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .features-sec .features-inner .features-inner-box {
    max-width: 100%;
    padding: 24px;
  }
}
.jainam-strike .features-sec .features-inner .features-inner-box svg, .jainam-strike .features-sec .features-inner .features-inner-box img {
  max-width: 64px;
  max-height: 64px;
  margin: auto auto 45px auto;
}
.jainam-strike .features-sec .features-inner .features-inner-box h3 {
  font: normal normal 600 22px/28px "Inter";
  color: #ffffff;
  margin-bottom: 22px;
}
.jainam-strike .features-sec .features-inner .features-inner-box p {
  font: normal normal 400 16px/24px "Inter";
  color: #ffffff;
  flex: 1;
}
.jainam-strike .features-sec .features-inner .features-inner-box:nth-child(3n) {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .jainam-strike .features-sec .features-inner .features-inner-box:nth-child(3n) {
    border-right: 1px solid rgba(245, 248, 249, 0.1019607843);
  }
}
@media screen and (max-width: 991px) {
  .jainam-strike .features-sec .features-inner .features-inner-box:nth-child(2n) {
    border-right: 0;
  }
}
.jainam-strike .features-sec .features-inner .features-inner-box:nth-child(n+4) {
  border-bottom: 0;
}
.jainam-strike .features-sec .features-inner .features-inner-box:nth-child(n+7) {
  border-top: 1px solid rgba(245, 248, 249, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .jainam-strike .features-sec .features-inner .features-inner-box:nth-child(4) {
    border-bottom: 1px solid rgba(245, 248, 249, 0.1019607843);
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .features-sec .features-inner .features-inner-box {
    border: 0 !important;
  }
  .jainam-strike .features-sec .features-inner .features-inner-box:last-child {
    border-bottom: 0 !important;
  }
}
.jainam-strike .features-sec .features-inner .slick-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
}
.jainam-strike .features-sec .features-inner .slick-dots li {
  display: flex;
}
.jainam-strike .features-sec .features-inner .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 7px;
  height: 7px;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.jainam-strike .features-sec .features-inner .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background: linear-gradient(0deg, #FBEB37 0%, #FEFACD 84.29%, #FEFCE6 133.57%);
}
.jainam-strike .yt-video-sec {
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .jainam-strike .yt-video-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .jainam-strike .yt-video-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .yt-video-sec {
    padding: 40px 0;
  }
}
.jainam-strike .yt-video-sec .yt-video-inner {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .jainam-strike .yt-video-sec .yt-video-inner {
    flex-direction: column;
  }
}
.jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-left {
  max-width: 849px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}
.jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-left .yt-video-embed {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-left .yt-video-embed iframe {
    height: 300px !important;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-left .yt-video-embed iframe {
    height: 190px !important;
  }
}
@media screen and (max-width: 374px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-left .yt-video-embed iframe {
    height: 160px !important;
  }
}
.jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right {
  min-width: 327px;
  max-width: 327px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  row-gap: 42px;
}
@media screen and (max-width: 767px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right {
    min-width: unset;
    max-width: 100%;
  }
}
.jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right #youtube-iframe {
  display: flex;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right #youtube-iframe iframe {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right #youtube-iframe iframe {
    height: 300px !important;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right #youtube-iframe iframe {
    height: 190px !important;
  }
}
@media screen and (max-width: 374px) {
  .jainam-strike .yt-video-sec .yt-video-inner .yt-video-inner-right #youtube-iframe iframe {
    height: 160px !important;
  }
}
.jainam-strike .sec_faqs {
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .jainam-strike .sec_faqs {
    padding: 80px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .jainam-strike .sec_faqs {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .sec_faqs {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .jainam-strike .sec_faqs h2.title {
    font-size: 28px;
    line-height: 33px;
  }
}

.comman_modal .custom-model-wrap {
  padding: 32px 24px;
}
.comman_modal .custom-model-wrap .close-btn {
  justify-content: end;
  margin-bottom: 8px;
  padding: 0;
}
.comman_modal .custom-model-wrap h3 {
  font: normal normal 700 32px/38px "Inter";
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.comman_modal .custom-model-wrap ul {
  margin: 32px 0;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .comman_modal .custom-model-wrap ul {
    gap: 24px 8px;
    flex-wrap: wrap;
  }
}
.comman_modal .custom-model-wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 86px;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .comman_modal .custom-model-wrap ul li {
    max-width: 75px;
  }
}
.comman_modal .custom-model-wrap ul li a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap ul li a {
    width: 56px;
    height: 56px;
  }
}
.comman_modal .custom-model-wrap ul li a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap ul li a img {
    width: 32px;
    height: 32px;
  }
}
.comman_modal .custom-model-wrap ul li p {
  margin-top: 12px;
  font: normal normal 500 16px/24px "Inter";
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
.comman_modal .custom-model-wrap .page-link {
  position: relative;
}
.comman_modal .custom-model-wrap .page-link h4 {
  font: normal normal 500 18px/24px "Inter";
  color: #16181D;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap .page-link h4 {
    font-size: 16px;
  }
}
.comman_modal .custom-model-wrap .page-link .page-link-inner {
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #F8F8F8;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.comman_modal .custom-model-wrap .page-link .page-link-inner .page-link-inner-left {
  color: #667085;
  font: normal normal 500 14px/24px "Inter";
  max-width: calc(100% - 36px);
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap .page-link .page-link-inner .page-link-inner-left {
    font-size: 12px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    white-space: nowrap;
  }
}
.comman_modal .custom-model-wrap .page-link .page-link-inner .page-link-inner-right img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 575px) {
  .comman_modal .custom-model-wrap .page-link .page-link-inner .page-link-inner-right img {
    width: 16px;
    height: 16px;
  }
}
.comman_modal .custom-model-wrap .page-link .tlt {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  z-index: 1000;
  pointer-events: none;
  transform: translate(0, -50%);
}
.comman_modal .custom-model-wrap .page-link .tlt.show {
  display: block;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .comman_modal .custom-model-wrap {
    height: 80vh;
    overflow: scroll;
  }
  .stock-list-main .stock-list-main-inner .stock-list-left .mobile-filter-content .mobile-filter-inner {
    max-height: 80vh;
    overflow: scroll;
  }
}

.stock-market-breadcrumb span{
  font: normal normal 400 16px / 20px "Inter" !important;
}