@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 90%;
  }
}
/*
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
  }}
    @media (min-width: 768px){
  .container, .container-md, .container-sm {
    max-width: 98%;
  }}
    @media (min-width: 576px){
  .container, .container-sm {
    max-width: 98%;
  }
    }
*/
body {
  color: #315b84;
}

/*
 * Site z-index ladder (all intentional values > 50). Higher = closer to the user.
 * 52 .strip | 62 .pcode | 72 .ticker | 74 .plabel* | 76 .sdetail | 82 .fbar
 * 132 .footer-div | 148 header | 152 #top_menu | 156 .dropd
 * 158 #results_map_view | 164 .aoverlay | 166 .map-right | 168 .innerbox
 * 172 .mob-menu | 176 .filterbox | 178 #search_mobile | 182 WhatsApp widgets (#whatsapp_chat_widget, #whatsapp-widget)
 * 186 .customAlert | 1185–1190 questionnaire backdrop/modal (questionnaire-modal.css — opens after splash)
 * 5000000 .rs-page-loader (RS_SPLASH_Z — initial load; above #cookie-bar 999999 & theme mega values)
 */

.btn-block {
  display: block;
  width: 100%;
}

.usrimg {
  width: 35px !important;
  border-radius: 50%;
  height: 35px;
  border: 2px #efefef solid;
}

.inpts {
  border: none;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

.innerbox {
  background-color: #ececec;
}

.dropd {
  position: absolute;
  float: right;
  right: -12px;
  top: 42px;
  background-color: #fff;
  padding: 8px 0;
  width: 160px;
  border-radius: 10px;
  border: 1px solid rgba(49, 91, 132, 0.15);
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 156 !important;
  list-style: none;
  box-sizing: border-box;
}

.dropd li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.dropd li a {
  padding: 10px 16px;
  color: #315b84;
  line-height: 1.2;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
}

.dropd li a:hover,
.dropd li a:focus,
#top_menu .dropd li a:hover,
#top_menu .dropd li a:focus {
  background-color: #E12135;
  color: #fff !important;
}

/* Show the user dropdown on hover (desktop). */
@media (min-width: 992px) {
  #top_menu:hover .dropd,
  #top_menu:focus-within .dropd,
  .dropd:hover,
  .dropd:focus-within {
    display: block;
  }
}

#top_menu {
  cursor: pointer;
  position: relative;
  z-index: 152;
}

/* Fixed/sticky site header (above page chrome, below auth overlay & slide panels). */
header {
  z-index: 148 !important;
}

.ftbott {
  text-align: right;
}
.ftbott a {
  color: #fff;
  text-decoration: underline;
}

img {
  max-width: 100% !important;
}

#whatsapp_chat_widget {
  z-index: 182 !important;
}

a.favv i {
  color: #c82333;
  font-size: 30px;
}

.deleft {
  clear: both;
}

.deright {
  float: right;
}

.strip {
  margin-bottom: 30px;
}

.dright {
  float: left;
  text-align: right;
  width: 30%;
}

.dleft {
  float: left;
  width: 70%;
}

.mright {
  clear: both;
  line-height: 40px;
}

.ticker {
  background: #c63941;
  font-weight: 600;
  color: #fff;
  width: 100px;
  margin-top: 160px;
  z-index: 72;
  border-radius: 4px;
  text-align: center;
  float: right;
  position: absolute;
  right: 0;
  font-size: 18px;
}

.plabel {
  background-color: #fff;
  border-radius: 3px;
  color: #c63941;
  width: 130px;
  z-index: 74;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  margin-top: 30px;
  font-size: 18px;
  border: 1px solid #ececec;
}

.plabel2 {
  background-color: #fff;
  border: 1px solid #ececec;

  color: #1f508b;
  width: 160px;
  z-index: 74;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  margin-top: 30px;
  font-size: 18px;
}

.plabel1 {
  background-color: #444;
  color: #fff;
  width: 130px;
  z-index: 74;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  margin-top: 30px;
  font-size: 18px;
}

.sdetail {
  z-index: 76 !important;
  box-sizing: border-box;
  margin: 0 auto -36px;
  width: 181px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #c63941;
}

.exch p {
  font-size: 18px;
  text-align: center;
}

main {
  min-height: 500px;
}

.hmfixed {
  overflow: hidden !important;
}

.strip {
  z-index: 52 !important;
}
.markIntro {
  padding: 30px 50px 10px;
  color: #315b84;
  background-color: #f7f9fd;
  margin-top: 30px;
  margin-bottom: 40px;
}
.markIntro p {
  text-align: justify;
}
.markIntro h2 {
  color: #315b84;
  margin-bottom: 10px;
}
.markIntro .hthis {
  font-size: 13px;
  font-weight: 400;
}
.markIntro .sthis {
  font-size: 13px;
  font-weight: 400;
  display: none;
}
.strip.pptview h3 {
  color: #315b84;
  font-size: 22px;
  font-weight: 600;
}
.strip.pptview {
  border: 0.75px solid #cecece;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 80px;
}

.strip .wrapper {
  color: #315b84;
}

.line_1 {
  border-bottom: 0.75px solid #cecece;
  display: block;
  clear: both;
  width: 95%;
  margin: 15px 10px 20px;
}
.strip .wrapper small {
  margin-bottom: 0px;
}
.ft-intro {
  font-size: 14px;
  padding-top: 10px;
}
.ft-final {
  margin-top: 50px;
  font-size: 12px;
}

.fbar {
  position: fixed;
  background-color: #fff;
  z-index: 82;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 2px 17px 0;
  display: none;
  margin-bottom: -7px;
}

.hamburger-inner::before,
.hamburger-inner::after,
.hamburger-inner {
  background-color: #c02031;
}

.ff1,
.ff2 {
  width: 25%;
}

.ff3 {
  width: 50%;
  text-align: right;
}

.expintr {
  color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer;
}

.mbars,
.mback {
  padding: 10px 10px 0px;
  color: #c02031;
  font-size: 20px;
}
.aoverlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 164;
  bottom: 0;
}

.innerbox {
  min-height: 300px;
  position: absolute;
  top: 110px;
  z-index: 168;
  width: 380px;
  left: 50%;
  margin-left: -190px;
  padding: 30px;
  border-radius: 6px;
}

.resbox,
.regbox,
.logbox,
.newpass {
  display: none;
}

.form_block {
  margin-bottom: 20px;
}

.inpts {
  border: none;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  display: block;
}

.regtype {
  display: none;
}

.investor-type-lead {
  font-size: 15px;
  margin-bottom: 18px;
  color: #333;
}

.btn-institutional-investor {
  border-width: 1px !important;
  font-weight: 600;
}

.inst-signup-flow .btn-link {
  font-size: 14px;
}

#institutional-inquiry-form .inst-password-match,
#institutional-inquiry-form .notx {
  color: red;
  font-size: 13px;
  min-height: 1.2em;
}

.innerbox {
  background-color: #ececec;
}

.authbtn {
  background-color: rgb(192, 32, 49) !important;
  border-color: rgb(192, 32, 49) !important;
}

a.btn-dt {
  background-color: #c02031;
  color: #fff !important;
  font-weight: 400;
}

a.btn-gg {
  background-color: #fff;
  color: #333 !important;
  font-weight: 400;
}

a.btn-fb {
  background-color: #45619d;
  color: #fff !important;
  font-weight: 400;
}

a.btn-fb:hover {
  color: #fff;
}

.red {
  color: red;
}

.green {
  color: green;
}

.filterbox {
  width: 440px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 176;
  overflow: scroll;
  margin-left: -538px;
}

.filtinner {
  padding: 20px;
  font-size: 16px;
}

.filtinner h5 {
  font-size: 20px;
}

.closefilt i {
  color: rgb(192, 32, 49);
  font-size: 30px;
  cursor: pointer;
}
footer.fts {
  background: #315b84;
  color: #efefef;
}
.fixedPage {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.hideAll {
  display: none !important;
}
.riskImg {
  margin-top: -10px;
}
.clockImg {
  margin-top: -7px;
}
span.triangle {
  display: inline-block; /* make the triangle inline */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px; /* make all sides equal to create an equilateral triangle */
  border-color: transparent transparent transparent #aaaaaa; /* fill with #aaaaaa color */
}
.tri {
  width: 13px;
  margin-top: -3px;
}
.tri1 {
  width: 13px;
  margin-top: -3px;
  transform: scaleY(-1); /* invert the image vertically */
}
.logo_sticky {
  margin-top: -10px;
}

.topFilt {
  margin-bottom: 10px;
  font-size: 14px;
}

.filtrs {
  margin-bottom: 24px;
}
.sfilt {
  display: none;
}

.filtt .form-control {
  border-radius: 30px;
}

@media only screen and (max-width: 600px) {
  .topFilt {
    font-size: 10px;
  }

  .markIntro {
    padding: 20px 20px 0px;
  }
  .markIntro h2 {
    font-size: 20px;
    letter-spacing: 0.01px;
  }
  .usrimg {
    margin-top: -7px;
  }
  .hthis,
  .sthis {
    margin-bottom: 20px;
    display: block;
  }

  .cnbtn {
    font-size: 10px !important;
  }

  .dropd {
    top: 30px;
  }

  .fts {
    text-align: center !important;
  }

  .ftbott {
    text-align: center;
    margin: 20px 0 0 0;
  }

  header.header_in {
    padding-bottom: 0px;
    border-bottom: none;
  }

  #logo img {
    height: 48px;
  }
}
.authButtonArea {
  text-align: right;
}
.heroText {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 40px;
  margin-top: 80px;
}
.logoSlide {
  padding: 20px 10px;
  background: #f7f9fd;
  box-shadow: 10px 10px 10px rgba(247, 249, 253, 0.25);
  border-radius: 15px;
}
.gettingStarted {
  background-color: #f7f9fd;
  padding: 30px 0;
}

.customAlert {
  position: fixed;
  top: 100px;
  width: auto;
  height: auto;
  padding: 7px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  z-index: 186;
  box-shadow: 2px 2px 3px #ccc;
  background-color: #f8f8f8;
}

.successAlert {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: none;
}
.warningAlert {
  color: #49380e;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.errorAlert {
  color: #8e1311;
  background-color: #f2dede;
  border-color: none;
}

.btn-default {
  background-color: #fff;
}
.btn-default:hover {
  background-color: #fefefe;
}

.mySlides img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.navIcon {
  display: flex !important;
  align-items: center;
}
.navIcon .material-icons {
  font-size: 18px;
  margin-right: 7px;
}

.dright {
  float: left;
  text-align: right;
  width: 30%;
}

.dleft {
  float: left;
  width: 70%;
}

.mright {
  clear: both;
  line-height: 40px;
}

input,
textarea,
select {
  width: 100%;
}

.imgsec {
  border: 1px #f00 solid;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #700;
  margin: 0px auto 30px;
  background-position: center;
  background-size: cover;
}

.inpts {
  background-color: #f3f3f3 !important;
}

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

main.noWhite {
  background-color: #fafafa;
}

.dashNav {
  max-width: 250px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 18px 15px 10px 25px;
  margin-top: 30px;
}

.dashNav a {
  display: block;
  margin-bottom: 13px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #f9f9f9;
}
.pTitle {
  font-size: 20px !important;
  margin-bottom: 10px;
  margin-left: 30px;
}
.nofav {
  display: block;
  color: #c02031;
  font-size: 120px;
  margin: 50px auto;
}

.mob-menu {
  position: fixed;
  top: 0;
  z-index: 172;
  right: -100%;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.5s;
}

.mob-menu.show {
  right: 0;
}

.mob-menu .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mob-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mob-menu li a {
  display: block;
  padding: 5px 20px;
  color: #315b84;
  text-decoration: none;
  font-size: 14px;
}

.mob-menu .dashboard-submenu {
  display: none;
}

.mob-menu .dashboard-submenu.show {
  display: block;
  padding-left: 14px;
}

.openmenu {
  color: #8e1311;
  position: absolute;
  margin-top: 7px;
  margin-right: -40px;
  right: 0;
  display: none;
}

.openmenu .material-icons {
  font-size: 30px;
}
.bugerfix {
  float: right;
  position: relative;
}

.footer-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: 132;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .filtt .form-control {
    margin-bottom: 6px !important;
  }

  .hideTab {
    display: none;
  }

  .openmenu {
    display: inline-block;
  }
}

@media only screen and (max-width: 600px) {
  .fbar {
    display: inline-block;
  }
  ul#top_menu li:last-child {
    margin-top: 10px;
  }
  .hideMob {
    display: none;
  }
  .dashNav {
    display: none;
  }

  header.header_in ul#top_menu {
    position: absolute;
    right: 50px;
    float: none;
  }

  .innerbox {
    width: 320px;
    margin-left: -160px;
  }
}
.notx {
  color: red;
}
.notx1 {
  color: green;
}
.resetNotice {
  text-align: center;
  color: #1f508b;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  padding-top: 10px;
}
.resend {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  display: none;
}

.strip.pptview1 {
  border: 0.75px solid #cecece;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 80px;
  animation: blinking 1s infinite;
}

@keyframes blinking {
  0% {
    border-color: #f00;
  }
  50% {
    border-color: #ccc;
  }
  100% {
    border-color: #a00;
  }
}

.copyme {
  cursor: pointer;
  background-color: #f3f3f3;
  padding: 5px 16px;
  border: 1px #dfdfdf solid;
}
.copied {
  background-color: yellow;
  transition: background-color 0.5s;
}

.pcode {
  position: absolute;
  z-index: 62;
  padding: 8px 0 0 14px;
}
.inpts.country {
  padding: 16px;
}
#saveInstitution,
#verifyMobile {
  display: none;
}

.hidden {
  display: none;
}

.countdown {
  font-weight: 700;
  text-align: center;
}

.editNum1 {
  margin-bottom: -10px;
  border: 1px #999 solid;
  font-size: 15px;
  padding: 5px;
  border-radius: 8px;
  color: #333;
  background: #ccc;
  cursor: pointer;
}

.editNum1:hover {
  background: #b4d2db;
}
.underline {
  text-decoration: underline;
}
.mobileNum {
  color: #317b15;
}

/* --------- Full-page load overlay (brand icon animation) --------- */
.rs-page-loader {
  position: fixed;
  inset: 0;
  /* RS_SPLASH_Z — must match critical inline style in parts/header.php */
  z-index: 5000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: opacity 0.42s ease, visibility 0.42s ease;
}

.rs-page-loader.rs-page-loader--fade {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rs-page-loader__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.rs-page-loader__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: min(132px, 28vw);
  min-height: min(132px, 28vw);
}

.rs-page-loader__logo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 62;
  animation: rs-loader-breathe 1.85s ease-in-out infinite;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.rs-page-loader__text {
  margin: 0;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #315b84;
  animation: rs-loader-text-pulse 1.6s ease-in-out infinite;
}

.rs-page-loader__dots {
  display: inline-block;
  width: 1.35em;
  text-align: left;
}

.rs-page-loader__dots span {
  display: inline-block;
  animation: rs-loader-dot-bounce 1.2s ease-in-out infinite;
}

.rs-page-loader__dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.rs-page-loader__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.rs-page-loader__ring {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 2px solid rgba(227, 30, 51, 0.35);
  border-top-color: rgba(227, 30, 51, 0.92);
  animation: rs-loader-spin 1.15s linear infinite;
  pointer-events: none;
  z-index: 61;
}

.rs-page-loader__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes rs-loader-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.07);
    opacity: 0.88;
  }
}

@keyframes rs-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rs-loader-text-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

@keyframes rs-loader-dot-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-page-loader__logo,
  .rs-page-loader__ring,
  .rs-page-loader__text,
  .rs-page-loader__dots span {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .rs-page-loader.rs-page-loader--fade {
    transition-duration: 0.15s;
  }
}

/* --------- style1.css (theme): previous rules used extreme z-indices (below RS_SPLASH_Z 5000000) --------- */
#cookie-bar.fixed {
  z-index: 186 !important;
}

#cookie-bar.fixed.bottom {
  z-index: 186 !important;
}
#results_map_view {
  z-index: 158 !important;
}

#search_mobile {
  z-index: 178 !important;
}

.map-right {
  z-index: 166 !important;
}

#whatsapp-widget {
  z-index: 182 !important;
}
