h5 {
  color: #2e4757;
}

h6 {
  color: #2e4757;
}

.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;
}
@media screen and (max-width: 767px) {
  .btn {
      padding: 12px 18px;
  }
}

/******************* blog page ********************/
.blog-section {
  padding-top: 175px;
}
.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;
}
@media screen and (max-width: 767px) {
  .zero-brokerage-section .brokerage-sec-inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.zero-brokerage-section .brokerage-sec-inner .brokerage-inner-left h2 {
  font: normal normal 700 42px/60px "Inter";
}
@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;
  }
}
.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";
}
@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 p, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc {
  display: flex;
  align-items: start;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc {
    margin-left: 0;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p::before, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc::before {
  content: "+91 |";
  color: #16181D;
  position: absolute;
  z-index: 1;
  font: normal normal 500 16px/19px "Inter";
  left: 16px;
  top: 23.5px;
  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) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p::before, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc::before {
    left: 12px;
    top: 21.5px;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p input[type=tel], .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc input[type=tel] {
  padding: 14.5px 16px;
  padding-left: 61px;
  font: normal normal 500 16px/19px "Inter";
  color: #16181D;
  min-width: 300px;
  max-width: 300px;
  background-color: #ffffff;
  border: 0;
  position: relative;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p input[type=tel]::-moz-placeholder, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc input[type=tel]::-moz-placeholder {
  color: #8C94A6;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p input[type=tel]::placeholder, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc input[type=tel]::placeholder {
  color: #8C94A6;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p input[type=tel], .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc input[type=tel] {
    padding: 12.5px 12px;
    padding-left: 55px;
    max-width: 100%;
    min-width: 100%;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-spinner, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-spinner {
  position: absolute;
  right: 14px;
  top: 12px;
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner {
  cursor: pointer;
  padding: 14.5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDF59D;
  font: normal normal 600 16px/19px "Inter";
  color: #0B0C0E;
  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) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner {
    padding: 14.5px 14.5px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner {
    padding: 12.5px 12px;
    margin-left: auto;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a span, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner span, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a span, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner span {
  font: normal normal 600 16px/19px "Inter";
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner span b {
  font: normal normal 600 16px/19px "Inter";
}
@media screen and (max-width: 991px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p a span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-submit.has-spinner span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc a span b, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-submit.has-spinner span b {
    display: none;
  }
}
.ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-not-valid-tip, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-not-valid-tip {
  text-transform: none;
}
@media screen and (max-width: 575px) {
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-form-control-wrap, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-form-control-wrap {
    width: calc(100% - 100px);
    display: grid;
  }
  .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register p .wpcf7-form-control-wrap input, .ioc-popup .ioc-popup-inner .popup-content .popup-content-right .popup-register .register-opc .wpcf7-form-control-wrap input {
    max-width: 100%;
    min-width: 100%;
  }
}
.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";
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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


.custom-breadcrumb span.breadcrumd-text-color{
    font: normal normal 400 16px / 20px "Inter"
}
.breadcrumd-text-color, .breadcrumb-separator {
    color: #2A948F
}

/******************* ipo banner section ****************/
.ipo-page .sec_blog {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ipo-page .sec_blog {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-page .sec_blog {
    padding-bottom: 40px;
  }
}
.ipo-page .sec_blog .blog_heading {
  margin-bottom: 24px;
}
.ipo-page .sec_faqs {
  padding-top: 0;
}

.ipo-banner-sec {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .ipo-banner-sec {
    padding: 40px 0 60px 0;
  }
}
.ipo-banner-sec .ipo-banner-inner {
  display: flex;
  align-items: center;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .ipo-banner-sec .ipo-banner-inner {
    flex-direction: column;
    gap: 32px;
  }
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-left {
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ipo-banner-sec .ipo-banner-inner .ipo-inner-left {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .ipo-banner-sec .ipo-banner-inner .ipo-inner-left {
    max-width: 100%;
  }
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-left h1 {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .ipo-banner-sec .ipo-banner-inner .ipo-inner-left h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    max-width: 300px;
  }
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-left p {
  font: normal normal 400 18px/26px "Inter";
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .ipo-banner-sec .ipo-banner-inner .ipo-inner-left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-left a.btn {
  width: 180px;
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-left a.btn:hover {
  background-color: #476D85;
}
@media screen and (max-width: 575px) {
  .ipo-banner-sec .ipo-banner-inner .ipo-inner-left a.btn {
    max-width: 150px;
    height: 48px;
  }
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-right {
  max-width: 656px;
  width: 100%;
  flex: 1;
}
.ipo-banner-sec .ipo-banner-inner .ipo-inner-right img {
  max-width: 100%;
}

.ipo-det-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .ipo-det-section {
    padding-bottom: 40px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs .tabs-ul {
    overflow-x: auto;
    scrollbar-width: none;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs ul {
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
  }
}
.ipo-det-section .ipo-det-inner .ipo-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) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs ul li a {
    padding: 6px 9.7px;
    font-size: 12px;
    line-height: 18px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs ul li a.active {
  background-color: #EBF9F9;
  border-color: #2A948F;
  color: #2A948F;
  font-weight: 700;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .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;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .toggle-text.active {
  color: #2A948F;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .toggle-text.disabled {
  color: #8C94A6;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .switch {
    width: 40px;
    height: 21px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .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;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .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) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .switch .slider:before {
    width: 17px;
    height: 17px;
    bottom: 2px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .toggle-container .switch input:checked + .slider {
  background-color: #2A948F;
}
.ipo-det-section .ipo-det-inner .ipo-det-tabs .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) {
  .ipo-det-section .ipo-det-inner .ipo-det-tabs .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);
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo {
  display: none;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo.active, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo.active, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo.active, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo.active {
  display: block;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table {
  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;
}
@media screen and (max-width: 1199px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table {
    overflow-x: auto;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-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;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table thead, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table thead, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table thead, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table thead {
  background-color: #F5F8F9;
  position: relative;
  display: block;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table thead th, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table thead th, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table thead th, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table thead th {
  padding: 27.75px 16px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tbody, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tbody, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody {
  display: block;
  overflow-y: scroll;
  width: 100%;
  max-height: 576px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tbody::-webkit-scrollbar, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody::-webkit-scrollbar, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tbody::-webkit-scrollbar, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tbody::-webkit-scrollbar-thumb, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody::-webkit-scrollbar-thumb, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tbody::-webkit-scrollbar-thumb, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tbody::-webkit-scrollbar:horizontal, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody::-webkit-scrollbar:horizontal, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tbody::-webkit-scrollbar:horizontal, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody::-webkit-scrollbar:horizontal {
  height: 4px;
  background-color: #F5F5F5;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr:nth-child(even), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tr:nth-child(even), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr:nth-child(even), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr:last-child td, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tr:last-child td, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr:last-child td, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tr:last-child td {
  border-bottom: 0;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td {
  font: normal normal 600 16px/24px "Inter";
  padding: 14.75px 16px;
  text-align: left;
  border-right: 1px solid #E2E4E9;
  border-bottom: 1px solid #E2E4E9;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td:first-child {
  min-width: 450px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td:nth-child(2) {
  min-width: 300px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td:nth-child(3) {
  min-width: 180px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td:nth-child(4) {
  min-width: 130px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td:last-child {
  min-width: 134px;
  border-right: 0;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th p, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td p {
  font: normal normal 400 14px/22px "Inter";
  margin-bottom: 4px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th span, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td span, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th span, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td span, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th span, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td span, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th span, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td span {
  font: normal normal 400 14px/22px "Inter";
  display: inline-block;
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th span.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td span.negative {
  color: #E05858;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th span.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td span.positive {
  color: #009B7D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table th a, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table th a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td a {
  background-color: #2A948F;
  padding: 13.5px 27px;
  font: normal normal 600 14px/16px "Inter";
  display: flex;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 310px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner img, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner img, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner img, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner img {
  width: 42px;
  height: 42px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-color: #ffffff;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p {
  font: normal normal 600 14px/22px "Inter";
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p span, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p span, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p span, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner p span {
  font: normal normal 400 14px/22px "Inter";
  max-width: 199px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a {
  background-color: transparent;
  padding: 0;
  color: #16181D;
  font: normal normal 600 14px/22px "Inter";
  cursor: pointer;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a:hover {
  background-image: none;
  height: auto;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-close, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-close, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-close, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-close {
  margin-right: 0;
  display: block;
  background: rgba(224, 88, 88, 0.2);
  font: normal normal 700 12px/20px "Inter";
  color: #E05858;
  background: #FAE4E4;
  position: relative;
  padding: 8px 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  background: rgb(224, 88, 88);
  background: linear-gradient(to right, #E05858 50%, #FAE4E4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .ipo-name .ipo-close:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-close:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .ipo-name .ipo-close:hover, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .ipo-name .ipo-close:hover {
  color: #fff;
  background-position: left bottom;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table td .lot-size, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .lot-size, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table td .lot-size, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table td .lot-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table {
    display: none;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table {
  display: none;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table {
    display: block;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 16px;
  background-color: #F8F8F8;
  border: 1px solid #C5CAD3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det:not(:last-child), .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det:not(:last-child), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det:not(:last-child), .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det:not(:last-child) {
  margin-bottom: 16px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det p {
  font: normal normal 600 12px/18px "Inter";
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det p span, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det p span, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det p span, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det p span {
  font: normal normal 400 12px/18px "Inter";
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top div, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top div, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top div, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top div {
  max-width: 230px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top div img, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top div img, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top div img, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top div img {
  width: 24px;
  height: 24px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top div p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top div p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top div p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top div p {
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top div p a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top div p a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top div p a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top div p a {
  padding: 0;
  background-color: transparent;
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-top a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-top a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-top a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-top a {
  background-color: #2A948F;
  padding: 9.5px 16px;
  font: normal normal 600 14px/16px "Inter";
  display: flex;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-middle, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-middle, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-middle, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-middle p, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-middle p, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-middle p, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-middle p {
  max-width: 55%;
  color: #16181D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-middle a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-middle a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-middle a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-middle a {
  display: block;
  background: rgba(224, 88, 88, 0.2);
  font: normal normal 700 12px/20px "Inter";
  color: #E05858;
  padding: 8px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom p:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom p:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom p:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom p:last-child {
  text-align: right;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom p.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom p.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom p.positive, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom p.positive {
  color: #009B7D;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom p.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom p.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom p.negative, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom p.negative {
  color: #E05858;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom a, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom a, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom a, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom a {
  font: normal normal 600 12px/14px "Inter";
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2A948F;
  cursor: auto;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table .mobile-table-det .m-det-bottom a img, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table .mobile-table-det .m-det-bottom a img, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table .mobile-table-det .m-det-bottom a img, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table .mobile-table-det .m-det-bottom a img {
  max-width: 16px;
  max-height: 16px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:first-child, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:first-child {
  min-width: 492px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:nth-child(2) {
  min-width: 234px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:nth-child(3) {
  min-width: 234px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:nth-child(4) {
  min-width: 234px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table table tr td:last-child {
  min-width: 234px;
  border-right: 0;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr th:nth-child(2), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr td:nth-child(2) {
  min-width: 204px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr th:nth-child(3), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr td:nth-child(3) {
  min-width: 200px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr th:nth-child(4), .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr td:nth-child(4) {
  min-width: 170px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table table tr td:last-child {
  min-width: 170px;
  border-right: 0;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:first-child {
    min-width: 390px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(2) {
  min-width: 266px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(3) {
  min-width: 252px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table th:nth-child(4) {
  min-width: 140px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td:first-child {
    min-width: 390px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td:nth-child(2) {
  min-width: 266px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td:nth-child(3) {
  min-width: 252px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td:last-child, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td:nth-child(4) {
  min-width: 140px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td a {
  background-color: transparent;
  padding: 0;
  gap: 8px;
  color: #2A948F;
  cursor: pointer;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table tbody tr td a:hover {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  height: 24px;
  align-items: center;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(2) {
  min-width: 194px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(3) {
  min-width: 200px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:nth-child(4) {
  min-width: 150px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table th:last-child {
  min-width: 200px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody tr td:nth-child(2) {
  min-width: 194px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody tr td:nth-child(3) {
  min-width: 200px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody tr td:nth-child(4) {
  min-width: 150px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table table tbody tr td:last-child {
  min-width: 200px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table {
  display: block;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .ipo-det-table, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .ipo-det-table {
    display: none !important;
  }
}
.ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-det-content .closed-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .recent-ipo .mobile-table, .ipo-det-section .ipo-det-inner .ipo-det-content .ongoing-ipo .mobile-table {
    display: block !important;
  }
}
.ipo-det-section .ipo-det-inner .ipo-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 160px;
  width: 100%;
  margin-top: 24px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-no-data {
    height: 160px;
    margin-top: 16px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-no-data h4 {
  font: normal normal 500 24px/32px "Inter";
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-no-data h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ipo-det-section .ipo-det-inner .ipo-no-data p {
  font: normal normal 500 18px/26px "Inter";
  text-align: center;
}
@media screen and (max-width: 575px) {
  .ipo-det-section .ipo-det-inner .ipo-no-data p {
    font-size: 14px;
    line-height: 22px;
  }
}

#loadMore {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 24px;
}
#loadMore:hover {
  background-color: #476D85;
}
@media screen and (max-width: 575px) {
  #loadMore {
    display: block;
  }
}

.ipo-apply-sec {
  background-image: url(../img/ipo-apply-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec {
    padding: 40px 0;
  }
}
.ipo-apply-sec .ipo-apply-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .ipo-apply-sec .ipo-apply-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-left {
  max-width: 560px;
  width: 100%;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-left img {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-left {
    display: none;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right {
  max-width: 362px;
  width: 100%;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right h2 {
    font-size: 22px;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul {
    margin: 24px 0 32px;
    gap: 32px;
    padding: 0 27px;
  }
}
@media screen and (max-width: 374px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul {
    padding: 0;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li {
  position: relative;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li::after {
  content: "";
  content: "";
  width: 1px;
  height: 48px;
  display: block;
  position: absolute;
  left: 23px;
  top: 95%;
  background-image: url(../img/ipo-apply-step-bg.svg);
  background-size: 1px;
  background-size: auto;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li::after {
    display: none;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li p {
  display: flex;
  align-items: center;
  gap: 24px;
  font: normal normal 500 18px/26px "Inter";
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li p {
    font-size: 14px;
    line-height: 22px;
    gap: 16px;
  }
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li p span {
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 600 18px/26px "Inter";
  width: 46px;
  height: 46px;
  color: #171C18;
  background-color: #C6DEF1;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right ul li:last-child::after {
  display: none;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right a.btn {
  width: 180px;
}
.ipo-apply-sec .ipo-apply-inner .ipo-apply-right a.btn:hover {
  background-color: #476D85;
}
@media screen and (max-width: 575px) {
  .ipo-apply-sec .ipo-apply-inner .ipo-apply-right a.btn {
    max-width: 180px;
    height: 56px;
    margin: 0 27px;
  }
}

.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: 0;
    max-width: 100%;
  }
}
@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 {
    font-size: 24px;
    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;
}
.growth-section .growth-inner .growth-right img.desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner .growth-right img.desktop {
    display: none;
  }
}
.growth-section .growth-inner .growth-right img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .growth-section .growth-inner .growth-right img.mobile {
    display: block;
  }
}
.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;
  }
}

/****************** ongoing-ipo-page ****************/
.ongoing-ipo-page .ongoing-ipo-sec {
  padding: 40px 0 60px;
}
@media screen and (max-width: 575px) {
  .ongoing-ipo-page .ongoing-ipo-sec {
    padding: 20px 0;
  }
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1199px) {
  .ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left {
    flex: 1;
  }
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left .path_name span {
  color: #2a948f;
  font: normal normal 400 16px/24px "Inter";
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left .path_name span a {
  font: normal normal 400 16px/24px "Inter";
  color: #2a948f;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h3 {
  font: normal normal 800 28px/33px "Urbanist";
  margin: 24px 0 16px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h1 {
  font: normal normal 800 28px/33px "Urbanist";
  margin: 24px 0 16px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left p {
  font: normal normal 400 16px/24px "Inter";
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
    max-width: 100%;
  }
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account {
  border: 1px solid #e2e4e9;
  border-radius: 32px;
  padding: 32px 20px;
  margin-bottom: 0;
  background: #f8f8f8;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account h4 {
  font: normal normal 600 24px/32px "Inter";
  margin-bottom: 12px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account p {
  font: normal normal 400 14px/22px "Inter";
  color: #16181D;
  margin-bottom: 24px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group {
  margin-bottom: 0;
  max-height: 123px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .form_control::-moz-placeholder {
  color: #2C313A;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .form_control::placeholder {
  color: #2C313A;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .form_control {
  margin-bottom: 6px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 6px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .wpcf7-spinner {
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .btn_opne_account {
  font: normal normal 600 16px/19px "Inter";
  background-color: #2A948F;
  border: 0;
  margin-top: 6px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .btn_opne_account:hover {
  background-color: #227773;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .wpcf7-form.invalid .form_group {
  max-height: 155px;
}
.ongoing-ipo-page .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .wpcf7-form.submitting .btn_opne_account {
  font-size: 0;
}
.ongoing-ipo-page .recent-news-section {
  padding: 0 0 80px;
}
@media screen and (max-width: 575px) {
  .ongoing-ipo-page .recent-news-section {
    padding: 0 0 40px;
  }
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main {
  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: 575px) {
  .ongoing-ipo-page .recent-news-section .recent-news-inner-main {
    padding: 24px 16px;
  }
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info {
  max-height: 250px;
  overflow-x: auto;
  padding-right: 10px;
}
@media screen and (max-width: 575px) {
  .ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info {
    max-height: 210px;
  }
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info h4 {
  font: normal normal 800 24px/24px "Urbanist";
  color: #0B0C0E;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info p {
  font: normal normal 400 16px/24px "Inter";
  color: #16181D;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.ongoing-ipo-page .recent-news-section .recent-news-inner-main .recent-news-info p:last-child {
  margin-bottom: 0;
}

.account-open-blog {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .account-open-blog {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog {
    padding-bottom: 40px;
  }
}
.account-open-blog .account-open-blog-inner.our_demat_account {
  min-height: auto;
  padding: 80px 16px;
}
@media screen and (max-width: 991px) {
  .account-open-blog .account-open-blog-inner.our_demat_account {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner.our_demat_account {
    padding: 32px 16px;
  }
}
.account-open-blog .account-open-blog-inner.our_demat_account h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner.our_demat_account h2 {
    margin-bottom: 12px;
  }
}
.account-open-blog .account-open-blog-inner.our_demat_account .enter-number {
  margin-top: 42px;
}
@media screen and (max-width: 575px) {
  .account-open-blog .account-open-blog-inner.our_demat_account .enter-number {
    margin-top: 24px;
  }
}
.account-open-blog .account-open-blog-inner.our_demat_account .enter-number .wpcf7-submit.has-spinner.btn {
  background: #ffffff;
}
.account-open-blog .account-open-blog-inner.our_demat_account .enter-number .wpcf7-submit.has-spinner.btn:hover {
  background: #16181D;
  color: #ffffff;
}
.account-open-blog .account-open-blog-inner.our_demat_account .enter-number form.submitting .wpcf7-submit.has-spinner.btn {
  color: transparent;
}

.sec_blog {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_blog {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .sec_blog {
    padding-bottom: 40px;
  }
}
.sec_blog .blog_heading {
  margin-bottom: 24px;
}
.sec_blog #article-grid {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec_blog #article-grid {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .sec_blog #article-grid {
    margin-top: 0;
  }
}

.sec_faqs {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_faqs {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .sec_faqs {
    padding-bottom: 40px;
  }
}
.sec_faqs h2.title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sec_faqs h2.title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .sec_faqs h2.title {
    margin-bottom: 24px;
  }
}

.ipo-detail-page .ipo-detail-top {
  padding: 60px 0;
  background-color: #EBF9F9;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-top {
    padding: 40px 0;
  }
}
.ipo-detail-page .ipo-detail-top .ipo-detail-top-content h4 {
  font: normal normal 800 28px/33px "Urbanist";
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-top .ipo-detail-top-content h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.ipo-detail-page .ipo-detail-top .ipo-detail-top-content p {
  display: flex;
  align-items: center;
  gap: 12px;
  font: normal normal 400 14px/18px "Inter";
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-top .ipo-detail-top-content p {
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
    align-items: start;
  }
}
.ipo-detail-page .ipo-detail-sec {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec {
    padding: 40px 0;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner {
    flex-direction: column;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left {
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left {
    max-width: calc(100% - 340px);
  }
}
@media screen and (max-width: 991px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left {
    flex: 1;
    max-width: 100%;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box {
  padding: 24px;
  background-color: #F8F8F8;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box {
    padding: 16px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E2E4E9;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left img {
  max-width: 64px;
  max-height: 64px;
  background-color: rgba(0, 77, 158, 0.1215686275);
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left h5 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font: normal normal 600 20px/24px "Inter";
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left h5 span {
  font: normal normal 400 16px/24px "Inter";
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left h5 {
    font: normal normal 600 14px/22px "Inter";
  }
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .detail-box-top-left h5 span {
    font: normal normal 400 12px/18px "Inter";
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .bse-btn {
  font: normal normal 600 16px/19px "Inter";
  color: #009B7D;
  background-color: rgba(0, 155, 125, 0.1607843137);
  max-width: 120px;
  width: 100%;
  height: 48px;
  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;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-top .bse-btn {
    width: 63px;
    height: 30px;
    font: normal normal 500 12px/14px "Inter";
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom {
    gap: 16px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  font: normal normal 600 14px/18px "Inter";
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p span {
  font: normal normal 400 12px/18px "Inter";
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(1), .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(3), .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(5) {
    width: 190px;
  }
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(2), .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(4), .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p:nth-child(6) {
    width: 105px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-detail-box .detail-box-bottom p a {
  display: flex;
  align-items: center;
  gap: 8px;
  font: normal normal 600 14px/16px "Inter";
  background-color: transparent;
  padding: 0;
  gap: 8px;
  color: #2A948F;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline {
    margin: 40px 0;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline h4 {
  font: normal normal 600 24px/32px "Inter";
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner {
  margin-top: 24px;
  padding: 24px 18px;
  background-color: #F8F8F8;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline {
    gap: 3px;
  }
}
@media screen and (max-width: 991px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline {
    flex-direction: column;
    gap: 32px;
    align-items: start;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    gap: 27px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 12px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-circle img {
  display: none;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-content {
  margin-top: 10px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-content .title {
  text-align: center;
  font: normal normal 400 10px/15px "Inter";
  color: #16181D;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-content .date {
  text-align: center;
  font: normal normal 600 12px/18px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step .timeline-content .date {
    font-size: 14px;
    line-height: 21px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step.completed .timeline-circle {
  background-color: #009b7d;
  border-color: #009b7d;
  color: #fff;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step.active .timeline-circle {
  border-color: #009b7d;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 60%;
  width: 102%;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step:not(:last-child)::after {
    left: 57%;
  }
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step:not(:last-child)::after {
    left: 9px;
    width: 2px;
    height: calc(100% + 20px);
    top: 130%;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step.completed:not(:last-child)::after {
  background-color: #009b7d;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-timeline .ipo-timeline-inner .timeline .timeline-step.completed .timeline-circle img {
  display: block;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about h4 {
  font: normal normal 600 24px/32px "Inter";
  margin-bottom: 24px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner {
  display: flex;
  background-color: #F8F8F8;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner {
    flex-direction: column;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .no-data-popup {
  padding: 20px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner p {
  font: normal normal 400 14px/22px "Inter";
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner p span {
  font: normal normal 600 14px/22px "Inter";
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner p:not(:last-child) {
  margin-bottom: 22px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-left {
  max-width: 569px;
  width: 100%;
  padding: 24px;
  border-right: 1px solid #E2E4E9;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-left {
    padding: 16px 10px;
    border-bottom: 1px solid #E2E4E9;
    border-right: 0;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right {
  padding: 24px;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right {
    padding: 16px 10px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right p {
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
  }
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right p span {
    font-size: 12px;
    line-height: 18px;
  }
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-left .ipo-about .ipo-about-inner .ipo-about-right p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right {
  max-width: 370px;
  width: 100%;
  position: sticky;
  top: 160px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right {
    max-width: 370px;
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right {
    display: none;
  }
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account {
  border: 1px solid #e2e4e9;
  border-radius: 32px;
  padding: 32px 20px;
  margin-bottom: 0;
  background: #f8f8f8;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account h4 {
  font: normal normal 600 24px/32px "Inter";
  margin-bottom: 12px;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account p {
  font: normal normal 400 14px/22px "Inter";
  color: #16181D;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group {
  margin-bottom: 0;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group .form_control::-moz-placeholder {
  color: #2C313A;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group .form_control::placeholder {
  color: #2C313A;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group .btn_opne_account {
  font: normal normal 600 16px/19px "Inter";
  background-color: #2A948F;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group .btn_opne_account:hover {
  background-color: #227773;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .wpcf7 form.sent .wpcf7-response-output {
  color: #0b0c0e;
}
.ipo-detail-page .ipo-detail-sec .ipo-detail-inner .ipo-detail-right .opne-free_account .form_group .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ipo-detail-page .ipo-strength-risk {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-strength-risk {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-strength-risk {
    padding-bottom: 40px;
  }
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ipo-detail-page .ipo-strength-risk .strength-risk-inner {
    flex-direction: column;
    margin-top: 24px;
  }
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner h4 {
  font: normal normal 600 24px/32px "Inter";
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-strength-risk .strength-risk-inner h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner p {
  display: flex;
  align-items: start;
  gap: 16px;
  font: normal normal 400 14px/22px "Inter";
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-strength-risk .strength-risk-inner p:not(:last-child) {
    margin-bottom: 14px;
  }
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner p img {
  max-width: 20px;
  max-height: 20px;
  margin-top: 6px;
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner p span {
  font: normal normal 400 14px/22px "Inter";
  color: #16181D;
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner .strength-risk-left {
  padding: 32px;
  background-color: #E6F5DE;
  max-width: 584px;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-strength-risk .strength-risk-inner .strength-risk-left {
    padding: 24px 16px;
  }
}
.ipo-detail-page .ipo-strength-risk .strength-risk-inner .strength-risk-right {
  padding: 32px;
  background-color: rgba(224, 88, 88, 0.1215686275);
  max-width: 584px;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .ipo-strength-risk .strength-risk-inner .strength-risk-right {
    padding: 24px 16px;
  }
}
.ipo-detail-page .no-data-popup {
  width: 100%;
}
.ipo-detail-page .no-data-popup h4 {
  text-align: center;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 575px) {
  .ipo-detail-page .no-data-popup h4 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.ipo-detail-page .no-data-popup p {
  text-align: center;
  width: 100% !important;
  font: normal normal 500 14px/18px "Inter" !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #0b0c0e;
}

.ipo-calendar .ongoing-ipo-sec {
  background-color: #E6F5DE;
  padding: 40px 0 40px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ongoing-ipo-sec {
    padding: 20px 0;
  }
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner {
    flex-direction: column;
  }
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left {
  max-width: 770px;
}
@media screen and (max-width: 991px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left {
    flex: 1;
  }
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left .path_name span {
  color: #2a948f;
  font: normal normal 400 16px/24px "Inter";
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left .path_name span a {
  font: normal normal 400 16px/24px "Inter";
  color: #2a948f;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left .path_name span small {
  color: #596173;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h3 {
  font: normal normal 800 28px/33px "Urbanist";
  margin: 24px 0 16px;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h1 {
  font: normal normal 800 28px/33px "Urbanist";
  margin: 24px 0 16px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h3 {
    margin: 16px 0 8px;
  }
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left h1 {
    margin: 16px 0 8px;
  }
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-left p {
  font: normal normal 400 16px/24px "Inter";
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right {
    display: none;
  }
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account {
  border: 1px solid #e2e4e9;
  border-radius: 32px;
  padding: 32px 20px;
  margin-bottom: 0;
  background: #f8f8f8;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account h4 {
  font: normal normal 600 24px/32px "Inter";
  margin-bottom: 12px;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account p {
  font: normal normal 400 14px/22px "Inter";
  color: #16181D;
  margin-bottom: 24px;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group {
  margin-bottom: 0;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .form_control::-moz-placeholder {
  color: #2C313A;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .form_control::placeholder {
  color: #2C313A;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .btn_opne_account {
  font: normal normal 600 16px/19px "Inter";
  background-color: #2A948F;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group p {
  margin-bottom: 0;
  position: relative;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .form_group .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .submitting .form_group .btn_opne_account {
  font-size: 0;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .submitting .form_group .wpcf7-spinner {
  visibility: visible;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .invalid p span input.form_control {
  margin-top: 0;
  margin-bottom: 6px;
}
.ipo-calendar .ongoing-ipo-sec .ongoing-ipo-inner .ongoing-ipo-right .opne-free_account .invalid .wpcf7-not-valid-tip {
  margin-bottom: 6px;
}
.ipo-calendar .ipo-calendar-sec {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec {
    padding-top: 40px;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs ul {
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs ul li a {
  width: 150px;
  text-align: center;
  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) {
  .ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs ul li a {
    padding: 6px 9.7px;
    font-size: 12px;
    line-height: 18px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-tabs ul li a.active {
  background-color: #EBF9F9;
  border-color: #2A948F;
  color: #2A948F;
  font-weight: 700;
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-content .regular-ipo, .ipo-calendar .ipo-calendar-sec .ipo-calendar-content .sme-ipo {
  display: none;
}
.ipo-calendar .ipo-calendar-sec .ipo-calendar-content .regular-ipo.active, .ipo-calendar .ipo-calendar-sec .ipo-calendar-content .sme-ipo.active {
  display: block;
}
.ipo-calendar .ipo-calendar-sec .calendar {
  margin: 0 0 80px 0;
  padding: 16px;
  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: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec .calendar {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar {
    margin: 0 0 40px 0;
    padding: 0;
    border: 0;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header {
    padding-right: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header h2 {
  font: normal normal 600 28px/32px "Inter";
  margin: 0;
}
@media screen and (max-width: 991px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header h2 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: normal normal 600 16px/19px "Inter";
  padding: 12px 16px;
  background: #F8F8F8;
  border: 1px solid #E2E4E9;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  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;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav span {
  font: normal normal 600 16px/19px "Inter";
  color: #16181D;
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav {
    padding: 4px;
    gap: 4px;
  }
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav {
    font-size: 10px;
    line-height: 12px;
    gap: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav span {
    font-size: 10px;
    line-height: 12px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav img {
  max-width: 24px;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav img {
    max-width: 12px;
    max-height: 12px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header .month-nav:hover {
  background: #ddd;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-header #next-month img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends {
  display: flex;
  justify-content: start;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-legends {
    padding-right: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-legends {
    padding-right: 10px;
    gap: 8px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-legends {
    flex-wrap: wrap;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend {
  display: flex;
  align-items: center;
  padding: 8.5px 14px;
  border-radius: 20px;
  font: normal normal 600 16px/19px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend::before {
  content: "";
  width: 3px;
  height: 16px;
  display: block;
  background-color: #009B7D;
  margin-right: 6px;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend.ipo-open {
  background: #D6EFEA;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend.ipo-close {
  background: #FAE4E4;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend.ipo-close::before {
  background-color: #E05858;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend.ipo-listing {
  background: #FFF2DC;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-legends .legend.ipo-listing::before {
  background-color: #FDB022;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-div {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-div {
    overflow-x: scroll;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-days {
    min-width: 1200px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-days {
    min-width: unset;
    max-width: 100%;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-days .day-name {
  font: normal normal 600 20px/24px "Inter";
  padding: 5px;
  color: #2A948F;
  background-color: #EBF9F9;
  max-width: 166px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E4E9;
  border-right: 0;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-days .day-name:last-child {
  border-right: 1px solid #E2E4E9;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-days .day-name {
    max-width: 172px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-days .day-name {
    height: 32px;
    font-size: 14px;
    line-height: 20px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates {
    min-width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates {
    min-width: unset;
    max-width: 100%;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date {
  font: normal normal 600 20px/24px "Inter";
  color: #16181D;
  background: transparent;
  border: 1px solid #E2E4E9;
  padding: 12px;
  height: 193px;
  max-width: 166px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 0;
  border-top: 0;
  overflow-y: auto;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date::-webkit-scrollbar:horizontal {
  height: 4px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date {
    max-width: 172px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date {
    padding: 6px 2px;
    min-height: 146px;
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date.active .day-number {
  color: #ffffff;
  padding: 8px;
  background-color: #2A948F;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(7), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(14), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(21), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(28), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(35), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(42), .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date:nth-child(49) {
  border-right: 1px solid #E2E4E9;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .day-number {
  font-weight: bold;
  margin-bottom: 5px;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event {
  margin-top: 14px;
  display: flex;
  align-items: center;
  padding: 8.5px 14px;
  border-radius: 20px;
  font: normal normal 600 12px/14px "Inter";
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event {
    word-break: break-word;
    margin-top: 4px;
    font-size: 10px;
    padding: 7px 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event::before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #009B7D;
  margin-right: 6px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event::before {
    margin-right: 0;
    display: none;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event.ipo-open {
  background: #D6EFEA;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event.ipo-close {
  background: #FAE4E4;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event.ipo-close::before {
  background-color: #E05858;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event.ipo-listing {
  background: #FFF2DC;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date .event.ipo-listing::before {
  background-color: #FDB022;
}
.ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date.prev-month, .ipo-calendar .ipo-calendar-sec .calendar .calendar-dates .date.next-month {
  color: #667085;
}
.ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 1199px) {
  .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid {
    min-width: 1200px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid {
    min-width: unset;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell {
  background: transparent;
  border: 1px solid #E2E4E9;
  padding: 12px;
  height: 193px;
  max-width: 166px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 0;
  border-top: 0;
}
.ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(7), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(14), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(21), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(28), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(35), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(42), .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell:nth-child(49) {
  border-right: 1px solid #E2E4E9;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell {
    padding: 5px;
    height: 100px;
    max-width: 77px;
  }
}
.ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell .skeleton-cell-inner {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite linear;
  border-radius: 5px;
  width: 50px;
  height: 28px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .calendar #calendar-skeleton .calendar-grid .skeleton-cell .skeleton-cell-inner {
    width: 30px;
    height: 20px;
  }
}
@keyframes loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-event h4 {
  font-weight: 800;
  margin-bottom: 24px;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-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;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-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;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table {
    min-width: 450px;
    overflow: auto;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table thead {
  background-color: #F5F8F9;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table tr:nth-child(even) {
  background-color: #F5F8F9;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table tr:last-child td {
  border-bottom: 0;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-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;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th:first-child, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td:first-child {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th:first-child, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td:first-child {
    width: 204px;
    position: sticky;
    left: 0;
    border-right: 0;
  }
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th:first-child::before, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E2E4E9;
    display: block;
    right: 0;
    top: 0;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th:last-child, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td:last-child {
  width: 800px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th th, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th td, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td th, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td td {
    width: 300px;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th:last-child, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td:last-child {
  border-right: 0;
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th p, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td p {
  font: normal normal 600 16px/24px "Inter";
  margin-bottom: 4px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th p, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td p {
    font-size: 14px;
    line-height: 22px;
  }
}
.ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th span, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td span {
  font-weight: 400;
  display: block;
  color: #16181D;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table th span, .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table td span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table tr th {
    background-color: #F5F8F9;
  }
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table tr:nth-child(even) td:first-child {
    background-color: #F5F8F9;
  }
  .ipo-calendar .ipo-calendar-sec .ipo-event .ipo-event-table table tr:nth-child(odd) td:first-child {
    background-color: #ffffff;
  }
}
.ipo-calendar .market-overview .market-overview-title h2 {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .ipo-calendar .market-overview .market-overview-title h2 {
    font-size: 22px;
  }
}
.ipo-calendar .market-overview .market-overview-inner .market-box {
  width: 282px;
}
@media screen and (max-width: 991px) {
  .ipo-calendar .market-overview .market-overview-inner .market-box {
    width: 100%;
  }
}

.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;
  }
}
.screener_loading_mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .screener_loading_mobile {
    display: block;
  }
}

.skeleton-box-mobile {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F8F8F8;
  border: 1px solid #C5CAD3;
}

.skeleton {
  background: linear-gradient(100deg, #d1d1d1 20%, #e0e0e0 50%, #d1d1d1 80%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 5px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-title {
  height: 34px;
  width: 70%;
  margin-bottom: 16px;
}

.skeleton-subtitle {
  height: 14px;
  width: 50%;
  margin-bottom: 10px;
}

.skeleton-date {
  height: 12px;
  width: 60%;
  margin-bottom: 16px;
}

.skeleton-price {
  height: 14px;
  width: 50%;
  margin-bottom: 10px;
}

.skeleton-button {
  height: 14px;
  width: 40px;
}
.ipo-det-section .ipo-det-inner .ipo-det-content .upcoming-ipo .ipo-det-table table td .ipo-name .ipo-name-inner a.ipo-link[href^="javascript"] {
    cursor: default;
    color: inherit;
    text-decoration: none;
}
.path_name .breadcrumb-active span[itemprop="name"] {
    color: #000!important;
    cursor: default;
}