body {
  font-family: Lato !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato !important;
}

ul {
  padding-left: 0rem !important;
}

.breadcrumb-item.active {
  color: #282828 !important;
}

.breadcrumb-item a {
  color: #97144D !important;
}

li.breadcrumb-item {
  font-size: 12px;
  font-weight: 400;
  color: #282828;
}

.breadcrumb_web {
  display: block;
}

.breadcrumb_mob {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.footer_container {
  background: #272727;
  padding: 48px;
  color: #666;
}

.footer_container h6 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer_container ul li,
.footer_container ul li a {
  line-height: 18px;
  font-size: 12px;
  list-style: none;
}

nav {
  padding-left: 5%;
}

.demo-section {
  padding: 0% 0% 0% 0%;
}

.banner_section {
  background: #FFEDE7;
  padding: 100px 0px 0px;
}

.banner_img {
  right: 0px;
  display: block;
}

.banner_mob_img {
  display: none;
}

.line-break::after {
  content: "";
  display: block;
}

/* banner section css starts here */
.right_container {
  background-image: url(/app/images/tpp/web_banner.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 278px;
  background-size: 100% 152%;
}

.desktop-break::before {
  content: "";
}

.accordion-body ul li {
  list-style: none;
}

.left_container {
  padding: 0% 0% 0% 6% !important;
}

.left_container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: #282828;
  /* margin: 10px 0px 25px 0px; */
  margin: 10px 40px 25px 0px;
}

.left_container button {
  font-size: 22px;
  color: #b4b4b4;
  font-weight: 700;
  /* border: 1px solid #F14687; */
  border-radius: 60px;
  padding: 4px 14px;
  margin-top: 25px;
}

.img_height {
  height: 315px;
}

.explore_btn_mob {
  display: block;
}

.lbl_PMS {
  padding-top: 17px;
}

.btn-secondary {
  color: #97144D !important;
  background-color: #F9F9F9 !important;
  border-color: #e2e2e2 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 2px 0px #0000001A;
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.btn-success {
  color: #fff;
  background-color: #B4B4B4 !important;
  border-color: #B4B4B4 !important;
}

.btn-theme {
  color: #fff !important;
  background-color: #97144D !important;
  border-color: #97144D !important;
}

@media only screen and (max-width:600px) {
  #web_request_callback {
    display: none;
  }

  .breadcrumb_web {
    display: none;
  }

  .breadcrumb_mob {
    display: block;
  }

  .left_container h1 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 16px;
  }

  .right_container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 380px;
    background-image: url(/app/images/tpp/mob_banner.svg);
  }

  nav {
    padding-left: 4%;
  }
}

/* banner section css ends here */


/* Investment opportunities section starts here */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 35px 60px;
  padding: 0 60px;
}

.card-container .card {
  width: 108px !important;
  height: 108px !important;
  padding: 14px;
  border: 1px solid #E2E2E2 !important;
  border-radius: 12px !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease;
}

.card-container .card img {
  width: 100%;
  border-radius: 8px;
}

.card-container .card-title {
  margin-top: 28px;
  font-weight: 700;
  font-size: 14px;
  color: #6e6e6e !important;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.card-title a {
  color: #6E6E6E !important;
}

.view-all-wrapper {
  text-align: center;
  margin-top: 20px;
}

.btn_explore {
  border: 1px solid #E2E2E2 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #97144D !important;
  border-radius: 8px !important;
  background-color: #F9F9F9 !important;
}

.col_container {
  flex: 0 0 calc((100% - 4 * 40px - 64px) / 5);
  /* Adjust width for 5 items with 40px gap & 64px padding */
  height: 108px;
  margin-top: 35px;
  box-sizing: border-box;
}

.view-all {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.view-all-wrapper {
  display: none;
}

.thank_u_modal {
  text-align: center;
  padding-top: 16px;
  font-size: 12px;
}

/* Mobile-specific: hide beyond 6 items */
@media (max-width: 767px) {
  .col_container {
    display: none;
  }

  .view-all-wrapper {
    display: block;
  }

  .col_container:nth-child(-n+6) {
    display: block;
  }

  .col_container {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

/* Optional: style for View All / View Less */
.view-all-wrapper {
  text-align: center;
  margin-top: 10px;
}

.view-all {
  color: #ED1164;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}


/* Mobile View */
@media (max-width: 768px) {
  .card-container .card {
    width: 30%;
  }

  .card-container .card-container .card {
    display: none;
  }

  .card-container .card-container .card.visible-mobile {
    display: block;
  }

  .card-container {
    gap: 20px 33px;
  }

  .card-container {
    padding-left: 20px;
  }
}

@media (max-width: 424px) {
  .card-container {
    gap: 12px 11px;
  }
}

/* Investment opportunities section ends here */


/* Key features sec css starts here */


.sec_key_features {
  background: #EBF0F9;
  padding: 48px 48px 63px 48px;
  margin-top: 77px;
}

.txt_key {
  color: #97144D !important;
}

.sec_key_features h4 {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}

.sec_key_features p {
  font-size: 11px;
  font-weight: 400;
  color: #6e6e6e;
}

.bold-header {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #282828 !important;
}

.feature_container {
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  width: 288px;
  height: auto;
  /* vertically align if needed */

}

.btn-danger {
  color: #fff !important;
  background-color: #adababfa !important;
  border-color: #adababfa !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 2px 0px #0000001A;
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.img-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.feature_container {
  max-width: 400px;
  padding: 16px;
}

.img-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.key_feature_mobile_slider {
  padding-top: 24px;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 20px;
}

.card-key-feature {
  flex: 0 0 80%;
  /* height: 200px; */
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  /* line-height: 200px; */
  transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.card-key-feature.active {
  color: white;
}

.dots {
  display: flex;
  justify-content: center;
  margin: 24px 0px 0px 0px;
}

.key-dot {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #B4B4B4;
  transition: background-color 0.3s;
}

.key-dot.active {
  background-color: #ED1164;
  width: 16px;
  height: 6px;
  border-radius: 4px;
}










.mutual-fund-img {
  /* width: 40px;
  height: 40px; */
}



.rectangle-img-wrapper {
  position: relative;
  right: -5.5px;
}

.rectangle-img {
  /* width: 60px;
  height: 40px; */
  display: block;
}

.rectangle-text {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
  pointer-events: none; */
  position: static;
  /* Remove absolute from each line */
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin: 2px 0;
}

.rectangle-text-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  width: 100%;
}

.feature-title {
  font-size: 18px;
  text-align: left;
  margin: 4px 0;
}

.feature-subtitle {
  font-size: 14px;
  text-align: left;
  margin: 4px 0;
  font-weight: 700;
  color: #282828;
}

.feature-description {
  font-size: 12px !important;
  text-align: left;
  margin: 8px 0;
}

.feature-list {
  list-style: none;
  padding-left: 16px;
  margin: 8px 0;
}

.feature-list li {
  position: relative;
  text-align: left;
  margin-bottom: 6px;
  font-size: 12px;
  margin-left: 6px;
  padding-left: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #6e6e6e;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.feature-button {
  background-color: #E2E2E2;
  color: #97144D !important;
  border: 1px solid #97144D;
  padding: 8px 16px !important;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 12px;
  transition: background-color 0.3s ease;
  width: 100% !important;
  margin-top: 18px !important;
}

.title_section h4 {
  font-size: 32px;
  font-weight: 700;
}

.title_section p {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}

.mt_32 {
  margin-top: 32px !important;
}

.key_features_web_slider {
  display: block;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  box-shadow: none !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  box-shadow: none !important;
}

@media only screen and (max-width:767px) {
  .key_features_web_slider {
    display: none !important;
  }

  .card-key-feature {
    flex: 0 0 74%;
    border-radius: 16px;
  }

  .card-key-feature {
    height: auto !important;
  }

  .card-key-feature.active {
    border: 1px solid #F14687;
  }

  .card-key-feature.active {
    transform: scaleY(1.1);
  }

  .feature_container {
    height: 400px;
  }

  .feature-list {
    min-height: 90px;
  }


  /* .feature_container.active {
    border: 1px solid #F14687;
  }

  .feature_container.active {
    transform: scaleY(1.1);
  } */


}



/* Web-only scroll styles */
@media (min-width: 768px) {
  .scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    /* for smooth touch scrolling on iOS */
    scroll-behavior: smooth;

    /* Optional: prevent vertical scroll */
    overflow-y: hidden;

    /* Keep existing hidden scrollbar styles */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .scroll-wrapper:hover::-webkit-scrollbar {
    background: #f0f0f0;
    /* faint track background when scrolling */
  }

  .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* hide by default */
  }

  .scroll-wrapper:hover::-webkit-scrollbar {
    display: block;
    /* show on hover */
  }

  .scroll-card {
    flex: 0 0 auto;
    width: 140px;
    text-align: center;
    gap: 24px !important;
    display: contents;
  }

  .scroll-card img {
    /* width: 100%;
    height: auto; */
  }



  .card-title {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* Key features sec css ends here */



.send-cta.create_lead {
  cursor: pointer;
}

.slider_container {
  padding-top: 48px;
}

#sticky_div {
  position: sticky;
  top: 100px;
  z-index: 9;
}

.sticky-border {
  border: 4px solid #145599 !important;
  border-radius: 16px;
}

.send-cta:hover {
  color: #ffffff;
}




.txt_offerings {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}

.txt_black {
  color: #282828;
}

.txt_theme_color {
  color: #97144D;
}

.txt_offerings::before {
  left: 55px;
}

.txt_offerings::after {
  right: 55px;
}

.txt_explore {
  font-size: 16px;
  font-weight: 700;
  color: #97144D;
}

.view_more_container {
  padding-bottom: 15px;
}



/* slider css starts here */

.carousel-dots-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0px;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background-color: #e91e63;
}

.mobile-break {
  display: none;
}

.carousel-control {
  /* width: 32px; */
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #E2E2E2 !important;
  font-size: 30px;
  padding: 14px 12px 20px 12px !important;
}


.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.carousel-dots .dot.active {
  background-color: #333;
}

.card-content {
  padding: 16px 12px;
  /* margin-bottom: 2px; */
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /* box-shadow: 0px 2px 4px 0px #00000014; */
  background-color: #f9f9f9;
}

.card-content .card-title {
  font-size: 15px;
  font-weight: 700;
  color: #282828;
  height: 48px;
  margin-bottom: 0px !important;
  width: 85%;
}

.card {
  border: none !important;
  border-radius: 16px !important;
}

.card-content .card-subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 12px;
}

.card-header {
  background-color: #ffffff !important;
  border-bottom: none !important;
  padding: 0px !important;
  position: relative;
  border-top-left-radius: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
}

.card-logo {
  max-width: 75%;
  max-height: 75%;
  z-index: 1;
}

.card-tag.tag-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #EDBC27;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-red {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #D84008;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #278829;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #145599;
  border-left: 50px solid transparent;
  z-index: 0;
}

.tag-icon {
  position: absolute;
  top: 11px;
  right: 5px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.card-tag.tag-yellow img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.card-content .get-quote-btn {
  font-size: 12px;
  font-weight: 700;
  color: #97144D;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

/* slider css ends here */

.sec_past_performance {
  padding: 48px !important;
}

.sec_past_performance h4 {
  font-size: 32px;
  font-weight: 700;
}

.sec_past_performance p {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}

.txt_perform {
  color: #97144D;
}

/* Tab css starts here */
/* Tabs container */
.tabs {
  display: flex;
  overflow-x: auto;
}

.tab {
  /* display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #282828; */

  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #ffffff;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 16px;
  cursor: pointer;
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
}

.tab.active {
  border: 1px solid #F14687;
  /* box-shadow: 0px 12px 24px 0px #14559929; */
}

.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
  /* display: flex;
  justify-content: center;
  gap: 40px;
  overflow-x: auto;
  padding: 10px 0; */

  gap: 16px;
  display: flex;
  justify-content: left;
  overflow-x: auto;
  padding: 10px 0;
  margin-left: 30px;
}

.tab-content {
  display: none;
  border-top: none;
  margin-top: 23px;
}

.tab-content.active {
  display: block;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  display: inline-block;
}

.web_img {
  display: block;
}

.mob_img {
  display: none;
}

.tpptxt_web {
  display: block !important;
  padding-left: 16px;
}

.tpptxt_mob {
  display: none !important;
}

.download_section {
  display: none;
}

.download_section_right {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  color: #282828;
  white-space: nowrap;
}

.download_section_left {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}

/* Video section css starts here */
.sec_video {
  padding: 48px !important;
  color: #ffffff !important;
  border-radius: 48px;
}

.sec_video h4 {
  font-size: 33px;
  font-weight: 700;
  color: #ffffff;
  line-height: 44px;
}

.sec_video p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.video_container {
  display: flex;
  align-items: center;
}

.video_right {
  padding-left: 35px !important;
}

.youtube_sec_mob {
  display: none;
}

.youtube_sec_web {
  display: block;
}

.video_info {
  display: flex;
  flex-direction: row;
}

.carousel_info {
  background: #97144D;
  padding: 48px;
  border-radius: 48px;
  height: 278px;
}

.info_right {
  padding-left: 30px;
}

.info_right a {
  margin-top: auto;
}

.carousel_mob {
  display: block;
}

.carousel-prev:hover,
.carousel-next:hover {
  border-color: #e2e2e2 !important;
}

@media only screen and (max-width:600px) {
  .sec_video {
    padding: 48px 16px !important;
    border-radius: 16px;
  }

  .video_info {
    flex-direction: column;
  }

  .carousel_info {
    padding: 16px;
    border-radius: 16px;
    height: auto;
  }

  .video_right {
    padding-left: 0px !important;
  }

  .info_right {
    padding-left: 0px;
  }

  .sec_video p {
    font-size: 14px;
    font-weight: 400;
  }

  .sec_video h4 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    margin: 16px 0px;
  }

  .sec_video p {
    text-align: left;
    margin: 16px 0px;
  }

  .sec_video a {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .carousel_mob {
    /* display: none; */
  }

  .sec_key_features {
    margin-top: 32px;
  }

  .view-all-wrapper {
    margin-top: 32px;
  }

  .card-container {
    padding: 0px 16px;
  }
}



.carousel_controls {
  margin-top: 24px;
}

.carousel-prev,
.carousel-next {
  background-color: #ffffff;
  color: #B4B4B4;
  border: 1px solid #E2E2E2;
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
  color: #ED1164;
  border-color: #ED1164;
}

.carousel-dots .dot {
  height: 6px;
  width: 6px;
  background-color: #B4B4B4;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-dots .dot.active {
  background-color: #ED1164;
  width: 16px;
  border-radius: 4px;
}



.VideoContainer {
  display: none;
  transition: all 0.5s ease-in-out;
}

.VideoContainer.active {
  display: block;
}

/* Video section css ends here */


@media (max-width: 768px) {
  .tabs {
    gap: 10px;
    padding: 10px;
  }

  .tab {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    white-space: normal;
  }

  .tab img {
    width: auto;
    height: auto;
    flex-shrink: 0;
  }

  .tab span {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    max-width: 160px;
  }



  .sec_past_performance {
    padding: 24px 16px 0px 16px !important;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    padding: 0 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all::-webkit-scrollbar {
    display: none;
  }

  .web_img {
    display: none;
  }

  .mob_img {
    display: block;
  }

  .row_mb_0 {
    margin-bottom: 0px !important;
  }

  #sticky_div {
    position: static !important;
    top: auto;
  }

  .tpptxt_web {
    display: none !important;
  }

  .tpptxt_mob {
    display: block !important;
    padding-top: 5px;
  }

  .download_section {
    display: block;
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    justify-content: space-between;
  }
}

/* Tab css ends here   */

/* Why unlisted sec css starts here */
.sec_why_unlisted {
  background: #F9F1EB;
  padding: 32px 32px !important;
}

.sec_why_unlisted h4 {
  font-size: 32px;
  font-weight: 700;
}

/* Card Styling with Web View Size */
.why-card {
  flex: 0 0 197px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-right: 35px;
  min-height: unset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
}

.card-slider-wrapper {
  width: 82%;
  margin: 25px auto;
}

.why_card_container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 300px;
  width: 200px;
  padding: 16px;
  border-radius: 16px;
}

.cardOne {
  background-image: url(/app/images/unlisted/Get_early_adv.svg);
}

.cardTwo {
  background-image: url(/app/images/unlisted/diversify.svg);
}

.cardThree {
  background-image: url(/app/images/unlisted/emerging_section.svg);
}


.why_card_container h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.card-slider-wrapper .card {
  background-color: #f9f1eb;
  transition: box-shadow 0.3s ease;
}

.card-slider-wrapper .card :hover {
  box-shadow: 0px 16px 24px 0px #4A1D3252;
}

.why_card_container p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  font-family: lato !important;
  letter-spacing: 0.32px;
}

/* Scroll Container */
.card-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.card-slider::-webkit-scrollbar {
  display: none;
}

/* Dots container */
.scroll-dots {
  display: none;
  justify-content: center;
  margin-top: 25px;
}

.scroll-dots .dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #B4B4B4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.scroll-dots .dot.active {
  background-color: #ED1164;
  width: 16px;
  height: 6px;
  border-radius: 4px;
  margin-top: 1px;
}

/* Mobile View */
@media (max-width: 768px) {
  .why-card {
    flex: 0 0 200px;
    width: 200px;
    height: 300px;
  }

  .scroll-dots {
    display: flex;
    align-items: center;
  }

  .card-slider-wrapper {
    width: 100%;
  }

  .sec_why_unlisted {
    background: #F9F1EB;
    padding: 24px 16px 0px 16px !important;
  }
}

/* Why unlisted sec css ends here */


/* Who Is It for you sec css starts here */
.sec_who_is_it {
  background: #FFFFFF;
  padding: 32px 32px !important;
}

.sec_who_is_it h4 {
  font-size: 32px;
  font-weight: 700;
}

.sec_who_is_it p {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  line-height: 24px;
}

.card_container {
  border-radius: 12px;
  overflow: hidden;
  background-image: url('/app/images/unlisted/LayerBlur.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 60px 30px 30px !important;
  display: block;
}

.mob_card_container {
  display: none;
}

.card-1 .card-overlay {
  background-image: url('/app/images/unlisted/Frame1.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-2 .card-overlay {
  background-image: url('/app/images/unlisted/Frame2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-3 .card-overlay {
  background-image: url('/app/images/unlisted/Frame3.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card_container .card.form-card.card-form-hover {
  width: 215px;
  height: 215px;
  background-size: cover;
  background-position: center;
  border-radius: 0px !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 0px;
  background-image: url('/app/images/unlisted/Frame1_blur.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card_container .card.form-card {
  box-shadow: none !important;
}

.card_container .card.form-card.card-form-hover:hover {
  /* transform: scale(1.02); */
}

.card_container .card-overlay img {
  height: 100%;
}

.card_container .card-overlay {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.card_container .card-subheader {
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #282828;
}

.card_container .card-description {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color: #6e6e6e;
  padding: 10px 0px 4px 0px;
}

.btn-primary {
  color: #fff;
  background-color: #97144D !important;
  border-color: #97144D !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 2px 0px #0000001A;
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.btn_container {
  margin-top: 42px;
}

@media (max-width: 768px) {
  .card_container .card-overlay {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
  }

  .card_container .card-description,
  .card_container .card-subheader {
    text-align: left;
    padding: 0;
  }

  .card_container .card-text-content {
    flex: 1;
  }

  .btn_container {
    margin-top: 0px;
  }

  .card_container .card-overlay img {
    width: 45%;
    height: auto;
    object-fit: contain;
    margin-left: 12px;
    padding-top: 43px;
  }

  .card_container .card-description {
    font-size: 12px;
  }

  .card_container .card-subheader {
    font-size: 16px;
  }

  .sec_who_is_it {
    background: #FFFFFF;
    padding: 24px 0px !important;
  }

  .card_container .card.form-card.card-form-hover {
    width: 100%;
    height: 116px;
    padding: 0px;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .card_container {
    display: none;
  }

  .mob_card_container {
    display: block;
    margin-top: 18px;
  }

  .mob_who_is {
    padding: 0px 16px;
  }

  .cust_mob {
    padding: 52px 16px 0px !important;
  }

  .mob_m {
    padding: 0px !important;
  }

  .form-card {
    box-shadow: none;
  }
}

/* Who Is It for you sec css ends here */



/* CSS for Platforms for Seamless Access sec starts here */

.toggle-pills-container {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.toggle-pill {
  padding: 16px;
  border-radius: 16px;
  background-color: #ffffff !important;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  user-select: none;
  width: 216px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.toggle-pill.active {
  background-color: #ff007a;
  color: #282828;
  border-color: #ff007a;
  box-shadow: 0px 10px 16px rgba(236, 236, 236, 0.9);
}

.pill-content {
  display: none;
  font-size: 16px;
}

.pill-content.active {
  display: block;
}

@media only screen and (max-width:600px) {
  .toggle-pills-container {
    justify-content: center;
    padding-top: 24px;
  }

  .toggle-pill {
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    width: 104px;
    height: 100px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #6e6e6e;
  }

  .toggle-pill.active {
    color: #6e6e6e;
    box-shadow: none;
  }
}

/* CSS for Platforms for Seamless Access sec ends here */



/* FAQ Tab starts here */
.faq-tab-header-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.faq-tab-header-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.faq-tab-header {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 4px;
  min-width: max-content;
}

.faq-tab-button {
  flex: 0 0 auto;
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 17px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
  border-radius: 17px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #404040 !important;
}

.faq-tab-button.active {
  background-color: #ED1164;
  color: white !important;
  border-color: #F14687;
}

.faq-tab-content-wrapper {
  /* border-top: 1px solid #ccc; */
  /* padding-top: 12px; */
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}

/* Responsive enhancements */
@media (max-width: 768px) {
  .faq-tab-button {
    font-size: 14px;
    padding: 6px 12px;
  }

  .faq-tab-header .faq-tab-button {
    padding: 4px 12px !important;
    width: auto !important;
    height: 32px !important;
  }


}

@media (max-width: 480px) {
  .faq-tab-header {
    gap: 6px;
  }
}

/* FAQ Tab ends here */




/* Set up sec css starts here */

.web-break {
  display: none;
}

.success img {
  width: 60%;
}

.txt_incorrect_otp {
  font-size: 12px !important;
  font-weight: 700;
  color: #EB0000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.otp-error-box {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}

.otp-error-box:focus {
  border: 1px solid #EB0000;
}

.txt_resend_otp {
  font-size: 12px;
  font-weight: 700;
  color: #6e6e6e;
  letter-spacing: 1px;
}

.otp-input-group {
  display: flex;
  gap: 8px;
  margin: 8px 0px;
}

.otp-box {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}

.otp-box:focus {
  border: 1px solid #404040;
}

.spinner {
  width: 15px;
  height: 15px;
  border: 1px solid #404004;
  border-top: 1px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.txt_verify_otp {
  font-size: 12px;
  font-weight: 400;
  color: #404040;
  text-transform: capitalize;
  padding-left: 10px;
  letter-spacing: 0.32px;
}




@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 769px) {
  .web-break {
    display: inline;
  }
}


@media only screen and (min-width:992px) and (max-width:1440px) {
  .otp-input-group {
    gap: 5px;
  }

  .otp-box {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .otp-error-box {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}



@media only screen and (max-width:600px) {

  .otp-box {
    width: 37px;
    height: 40px;
  }

  .sec_who_is_it h4 {
    font-size: 18px;
  }

  .otp-error-box {
    width: 37px;
    height: 40px;
  }

  .sec_who_is_it p {
    font-size: 14px;
  }
}

/* Set up sec css ends here */

@media only screen and (max-width:600px) {


  .left_container p {
    font-size: 16px;
  }

  .left_container label {
    font-size: 16px;
  }

  .left_container button {
    font-size: 14px;
    /* width: 100%;
    height: 100px; */
    width: auto;
    height: auto;
    border-radius: 8px;
  }

  .carousel-dots {
    margin-top: 25px !important;
  }


  .offer-unlisted-sha {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mob_image {
    display: none;
  }

  .container_mob_pad {
    padding: 0px !important;
  }

  .row {
    --bs-gutter-x: 0px !important;
  }

  .custom_card .card {
    width: 100%;
  }

  .form-card {
    border: 1px solid #e2e2e2 !important;
  }

  .carousel-control.prev,
  .carousel-control.next {
    display: none;
  }

  #view_more_cards {
    display: none;
  }

  .sec_past_performance h4 {
    font-size: 18px;
    text-align: center;
  }

  .form_content {
    width: 100% !important;
  }


}

@media only screen and (max-width: 374px) {
  .left_container h1 {
    font-size: 21px;
  }

  .card-container {
    gap: 8px;
  }

  .card-container .card {
    height: 92px !important;
    width: 92px !important;
  }
}


/* Key features Mobile slider starts here zzz*/
.Key_features_card_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 10px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0px 15px;
  -webkit-overflow-scrolling: touch;
}

.key_feature_card_one {
  flex: 0 0 auto;
  width: 10%;
  scroll-snap-align: center;
  transition: all 0.3s ease;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #00000014;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  min-height: 100px;
  opacity: 0.5;
}

.key_feature_card_one.active {
  width: 80%;
  opacity: 1;
  z-index: 2;
}

.key_feature_card_one.prev,
.key_feature_card_one.next {
  width: 10%;
  opacity: 0.5;
  z-index: 1;
}

.Key_features_card_container::-webkit-scrollbar {
  display: none;
}

.Key_features_card_container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Dot styles */
.key_feature_mobile_dot_container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0px 20px 0px;
}

.key_feature_mob_dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #B4B4B4;
  transition: background-color 0.3s;
}

.key_feature_mob_dot.active {
  background-color: #ED1164;
  width: 16px;
  border-radius: 4px;
  height: 6px;
}

/* Key features Mob slider ends here */


/* Progress bar css starts here */

.progress-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background-color: #97144D;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.progress-button .progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ED1164;
  /* darker blue or any color you prefer */
  z-index: 1;
  transition: width 2s linear;
}

.progress-button .text {
  position: relative;
  z-index: 2;
}

/* Progress bar css ends here */

/* modal pop up css starts here */
.modal_txt_left {
  text-align: left;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
}

.modal-dialog {
  transition: none;
  /* Disable transition */
  transform: translateY(0);
  /* No slide effect */
}

.modal-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  max-width: 100% !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  border-radius: 16px !important;
}

.modal-dialog {
  max-width: 850px !important;
}

.scrollable-container {
  max-height: 300px;
  overflow-y: auto;
}

.modal_form {
  padding: 64px 64px 0px 64px !important;
}

.txt_personal {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 16px;
}

.modal_btn_container {
  padding: 0px 16px;
  margin-top: 25px;
}

.form_content {
  width: 80% !important;
}

.bottom_modal_para {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
}

.modal_para {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}

.bottom_modal .close:hover,
.bottom_modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* For mobile view, transform the modal into a bottom sheet */
@media (max-width: 768px) {


  .modal-content {
    border-radius: 15px;
    width: 100%;
    margin: 0;
  }

  /* Remove the transition effect */
  .modal.fade .modal-dialog,
  .modal.show .modal-dialog {
    transition: none;
    /* Disable transition */
    transform: translateY(0);
    /* No slide effect */
  }

  /* Position the close button at the top of the modal, outside of modal content */
  .modal-close-top {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1055;
    /* Ensure it's above the modal */
  }

  .bottom_modal_para {
    margin-bottom: 10px !important;
  }

  .modal_para {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 424px) {
  .bottom_modal_para {
    font-size: 18px;
  }
}

/* modal pop up css ends here */

/* set you up success css starts here */
.success-card {
  transition: all 0.3s ease;
}

.success-card:hover {
  border-radius: 16px;
  box-shadow: 0px 19.55px 32.58px 0px #81C1BD3D;
}

.success-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}

.success-card p {
  font-size: 12px;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 18px;
  margin-bottom: 0px !important;
}

.success-card img {
  border-radius: 16px 16px 0 0;
}

.success_row {
  margin-top: 12px !important;
}

.success_container {
  padding: 20px 13px 16px 13px;
}

/* Only apply on small screens */
@media (max-width: 767px) {
  .success-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .success_row {
    display: flex;
    flex-wrap: nowrap;
  }

  .success_row .col-lg-4 {
    flex: 0 0 auto;
    width: 80%;
    margin-right: 1rem;
  }

  .success-card {
    min-height: 100%;
  }

  .mob_sec {
    padding: 0px 16px !important;
    display: none;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    margin-left: 0px;
    padding: 0 0px;
  }

}


/* set you up success css ends here */

/*added by samee for postlogin page*/
.post-login .hero-container-full-stock {
  background-image: url('/app/images/static_pages/insurance_new/hero-img-full-stock.png');
  background-repeat: no-repeat;
  height: 320px;
  background-size: 100% 100%;
  padding: 5% !important;
}

.post-login .stock-list-container {
  padding: 5%;
}

.post-login .f-32 {
  font-size: 32px;
  font-weight: 700;
  color: #282828;
  line-height: 42px;
}

.post-login .f-18 {
  font-size: 18px;
  color: #6E6E6E;
  font-weight: 700;
}

.post-login .f-20 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #97144D;
}

.post-login .f-14 {
  font-size: 14px;
}

.post-login .lab-div {
  display: flex;
  float: right;
  flex-wrap: wrap;
}

.post-login .lab-div p {
  margin-right: 18px;
}

.post-login .mt-40 {
  margin-top: 40px;
}

.post-login .list-of-stock .col-lg-3 {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 32px;
}

.post-login .faq-container {
  padding: 48px;
  background-color: #F1F4F7;
}

.post-login .brand-c {
  color: #97144D;
}

.post-login .search-box {
  position: relative;
  width: 300px;
}

.post-login .search-box input {
  width: 80%;
  padding: 8px 12px 8px 40px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 32px;
  box-sizing: border-box;
  font-weight: 400;
  color: #6e6e6e;
}

.post-login .search-box i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  /* allows clicking through icon */
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0px !important;
  padding-left: 0px;
}

.post-login .accordion ul {
  list-style: disc !important;
}

.post-login .accordion-item {
  background-color: transparent;
}

.post-login .accordion-button {
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  padding: 24px 0px;
  margin-top: 0px;
}

.post-login .accordion-body {
  font-size: 16px;
  color: #6E6E6E;
  padding-left: 0px;
}

.post-login .accordion:hover {
  background-color: transparent;
}

.post-login .accordion-button::after {
  background-image: none;
  content: "+";
}

.post-login .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: none;
}

.post-login .mobile-break {
  display: none;
}

.post-login .h-w {
  display: none;
}

.post-login .h-m {
  display: block;
}

@media(max-width: 997px) {
  .post-login .h-w {
    display: block;
  }

  .post-login .h-m {
    display: none;
  }

  .post-login .hero-container-full-stock {
    background-image: url('/app/images/static_pages/insurance_new/hero-img-full-stock-m.png');
    height: auto;
  }

  .post-login .card-stock {
    width: auto;
    margin: 4px;
  }

  .post-login .faq-container {
    padding: 24px 16px;
  }

  .post-login .list-of-stock .col-6 {
    padding: 4px;
    display: block !important;
  }

  .post-login .row {
    margin-bottom: 0px !important;
  }

  .post-login .f-32 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .post-login .f-18 {
    font-size: 18px !important;
  }

  .post-login .f-20 {
    font-size: 16px;
  }

  .post-login .mobile-break {
    display: block;
    flex-basis: 100%;
    height: 0;
    /* optional: you can use margin if spacing is needed */
  }

  .post-login .lab-div p {
    margin-top: 8px !important;
  }

  .post-login .card-content .card-title {
    font-size: 12px;
  }

  .post-login .list-of-stock .col-lg-3 {
    margin-top: 12px;
  }

  .post-login .search-box input {
    width: 100%;
  }

  .post-login .search-box {
    width: 100%;
  }



  .slide-up-modal .modal-dialog {
    right: -25% !important;
  }
}


.post-login .accordion-button:not(.collapsed) {
  color: #282828;
  background-color: transparent;
}

.post-login .accordion-button:focus {
  box-shadow: none;
}

.post-login .accordion-body {
  font-weight: 700;
}

/*end samee css*/

.mob_slider {
  display: none;
}


.mob_card {
  width: 216px;
  height: 281px;
}

.mob_slider {
  padding: 16px;
  overflow: hidden;
}

.slider-container_mob {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.slider-container_mob::-webkit-scrollbar {
  display: none;
}

.mob_card {
  flex: 0 0 216px;
  background: #ffffff;
  border-radius: 16px;
  scroll-snap-align: start;
}

.slider-container_mob .card-header {
  background-color: rgb(242 242 242) !important;
  border-bottom: none !important;
  padding: 0px !important;
  position: relative;
  border-top-left-radius: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
}

.slider-container_mob .card-content {
  padding: 16px 12px;
  margin-bottom: 2px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0px 2px 4px 0px #00000014;
}

.slider-container_mob .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  height: 48px;
  margin-bottom: 0px !important;
  width: 85%;
}

.slider-container_mob .card-subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 12px;
}

.slider-container_mob .get-quote-btn {
  font-size: 12px;
  font-weight: 700;
  color: #97144D;
  text-transform: uppercase;
  text-decoration: none;
}

.dots_container_mob {
  text-align: center;
  margin-top: 12px;
}

.dots_container_mob .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 4px;
  background-color: #B4B4B4;
  border-radius: 50%;
}

.dots_container_mob .dot.active {
  background-color: #ED1164;
}

@media only screen and (max-width:767px) {
  .mob_slider {
    display: block;
  }
}






/* Positioning modal at bottom-right */
.slide-up-modal .modal-dialog {
  position: fixed;
  bottom: 5%;
  /* left: 50%; */
  right: -5%;
  transform: translate(-50%, 100%) !important;
  margin: 0;
  width: 100%;
  max-width: 400px;
  transition: transform 0.4s ease-out;
  z-index: 1055;
}

/* When modal is shown, slide up */
.slide-up-modal.show .modal-dialog {
  transform: translate(-25%, 0) !important;
}

/* Optional backdrop styling */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.5);
}



/*New css by Pranita starts here*/

/* Mobile card slider starts here */
.mobile_card_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0px 15px;
}

/* .mobile_card_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 10px;
  scroll-behavior: smooth;
  margin: 0 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
} */

.mob_card_one {
  flex: 0 0 216px;
  scroll-snap-align: start;
  min-width: 70%;
  border-radius: 16px;
  background-color: #f3f3f3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 2px 4px 0px #00000014;
  margin-right: 3px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
}

/* .mob_card_one {
  flex: 0 0 auto;
  scroll-snap-align: center;
  transition: all 0.3s ease;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #00000014;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  height: 120px;
  min-height: 100px;
  position: relative;
  opacity: 0.5;
  width: 10%;
} */

.mob_card_one.active {
  width: 80%;
  opacity: 1;
  z-index: 2;
}

.mob_card_one.prev,
.mob_card_one.next {
  width: 10%;
  opacity: 0.5;
  z-index: 1;
}

.mobile_card_container::-webkit-scrollbar {
  display: none;
}

.mobile_card_container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mob_card_content {
  background-color: #ffffff !important;
  width: 100%;
}

.mobile_dot_container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0px 20px 0px;
}

.mob_dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #B4B4B4;
  transition: background-color 0.3s;
}

.mob_dot.active {
  background-color: #ED1164;
  width: 16px;
  border-radius: 4px;
  height: 6px;
}

.sec_mob_slider {
  display: none;
  margin: 0px;
}

/* .sec_mob_slider {
  display: block;
  margin: 0px;
} */


.mob-card-tag.tag-red {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #D84008;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #278829;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #EDBC27;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #145599;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-tag-icon {
  position: absolute;
  top: 9px;
  right: -33px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.mob-card-tag.tag-yellow img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.mob-card-logo {
  max-width: 75%;
  max-height: 95%;
  z-index: 1;
}

/* Mobile card slider ends here */


/* New mobile card slider starts here */


/* New mobile card slider ends here */




.carousel-wrapper {
  display: block;
}



@media only screen and (max-width: 767px) {
  .sec_mob_slider {
    display: block;
  }

  .carousel-wrapper {
    display: none;
  }

  .sec_why_unlisted h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .mob_card_one {
    background-color: #ffffff !important;
  }

  .card-logo {
    max-height: 65%;
  }

  .mob-tag-icon {
    right: 5px;
  }

  .mob-green-icon {
    top: 9px;
    right: -37px;
    width: 16px;
    height: 16px;
    z-index: 1;
    position: absolute;
  }

  .hide-on-mobile {
    display: none;
  }

  .view_more_header {
    display: none;
  }

  .key_feature_mobile_slider {
    display: block;
    background: #ebf0f9;
    padding-bottom: 24px;
  }
}

@media only screen and (min-width:767px) {
  .mob_subheader {
    display: none;
  }


}

@media only screen and (max-width:767px) and (min-width:374px) {
  .why_card_container {
    background-size: cover;
    width: 100%;
  }

  .why-card {
    flex: 0 0 245px;
  }


}

@media only screen and (max-width:600px) {
  .modal_form {
    padding: 16px 0px 0px 0px !important;
  }

  .modal_mb_0 {
    margin-bottom: 0px !important;
  }

  .frm_scroll {
    /* height: 335px;
    overflow-y: auto;
    padding: 0px 16px 42px 16px; */
    height: 310px;
    overflow-y: auto;
    padding: 0px 16px 0px 16px;
  }


  .modal_btn_container {
    /* bottom: 9%; */
    bottom: 2%;
    margin-left: 0%;
    /* width: 96.4% !important; */
    padding-top: 16px;
    box-shadow: 0 -4px 6px -2px #0000001A;
    background: #ffffff;
    padding: 16px 25px 16px 16px;
    position: sticky;
  }

  .txt_personal {
    margin: 16px;
  }

  .left_container {
    padding: 0% !important;
  }

  .banner_section {
    padding: 20px 0px 0px 0px;
  }

  li.breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 8px 0px 8px 16px;
  }

  .left_container h1 {
    margin: 0px 0px 0px 0px;
  }

  .mt-40 {
    margin-top: 0px !important;
  }

  .img_height {
    object-fit: none;
  }

  .explore_btn_mob {
    height: 34px !important;
    margin-top: 0px !important;
    display: block;
  }

  .feature_container {
    background: #ffffff;
  }

  .feature_container.active {
    border: 1px solid red;
  }

  .banner_img {
    display: none;
  }

  .banner_mob_img {
    display: block;
  }

  .slider_container {
    padding-top: 32px;
  }

  .form-card {
    box-shadow: none;
  }

  .mobile-break {
    display: inline;
  }

  .sec_key_features {
    padding: 24px 16px 24px 16px;
  }

  .title_section h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal !important;
  }

  .sec_key_features p {
    color: #6e6e6e;
    line-height: 24px;
    padding: 0px 0px;
    margin-bottom: 0px;
  }

  .rectangle-text {
    color: #6e6e6e;
    font-weight: 400;
    font-size: 11px !important;
    letter-spacing: 0.32px;
  }

  .feature-description {
    font-size: 12px !important;
    text-align: left;
    margin: 8px 0;
    color: #6e6e6e;
    line-height: 18px;
    font-weight: 400;
  }

  .btn-success {
    font-size: 14px !important;
  }

  .card-container .card-title {
    margin-top: 25px;
  }

  .custom-radius {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

@media only screen and (min-width:1025px) {
  .carousel_info {
    height: auto;
  }
}

@media only screen and (max-width:424px) {
  .modal_btn_container {
    /* width: 95% !important; */
  }
}

@media only screen and (min-width:1440px) {
  .card-container {
    gap: 73px;
  }


}

/*New css by Pranita ends here*/

.post-login .search-box img {
  position: absolute;
  top: 49%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}

.accordion-body {
  padding: 0px 0px 24px 0px !important;
}

@media only screen and (min-width:767px) {
  .sec_past_performance h4 {
    margin-bottom: 16px;
  }

  .toggle-pills-container {
    gap: 16px;
  }
}

@media (max-width:424px) {
  .card-container {
    padding: 0px 14px;
  }
}

@media only screen and (min-width: 767px) {
  .desktop-break::before {
    content: "\A";
    /* Adds a line break */
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .card-key-feature.active {
    transform: none !important;
  }

  .card-key-feature {
    flex: 0 0 16px;
  }

  .hidden-desktop {
    display: none !important;
  }

  .scroll-container {
    padding: 0px;
  }
}

@media (min-width: 1400px) {
  .modal_btn_container {
    bottom: 25%;
  }
}

@media only screen and (min-width:992px) and (max-width:1025px) {
  .modal_btn_container {
    /* width: 48% !important; */
    /* bottom: 20%; */
    /* margin-left: 2%; */
  }
}

@media only screen and (min-width:767px) and (max-width:992px) {
  .modal_form {
    padding: 30px 16px 0px 16px !important;
  }
}

@media only screen and (min-width:992px) {
  .mt-25 {
    margin-top: 25px;
  }
}