.popoverlay {
  background: #000;
  height: 100%;
  z-index: 7;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.bondpop {
  max-width: 700px;
  left: 50%;
  width: 90%;
  top: 50%;
  position: fixed;

  z-index: 8;
  transform: translate(-50%, -50%);
}
.bondpop img {
  width: 100%;
}
a.closebutbond {
  position: absolute;
  right: -9px;
  background: #3f308d;
  color: #fff;
  font-size: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  top: -6px;
}
.specific-ncd_table1 {
  color: #000;
}
.specific-ncd_table1 td:first-child {
  background: #e0e0e0;
  border-bottom: 1px solid #c7b9ae !important;
}
.ncd_inner_content .overflow-auto {
  overflow: auto;
}
.mobilebondpop {
  display: none;
}
a.scroll-link.scrollBtn.subscribe-now-1 {
  display: block;
  max-width: 195px;
  margin-bottom: 20px !important;
}
.ncd_inner_content {
  padding: 0.7rem 0;
}
/* header#header{background: url(assets/images/NCD7-Samasta-Website-banner-revised_02.gif);background-size: cover;background-position: -50px 0px;background-repeat: no-repeat;background-color: #242156;} */
header#header {
  /* background: url(assets/images/NCD7-Samasta-Website-banner.png); */
  background-size: cover;
  background-position: -50px 0px;
  background-repeat: no-repeat;
  background-color: #242156;
}
.ThankMsg {
  background: #f37021;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 15px 0px;
  padding: 10px 0px;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
p.ThankMsg:after {
  content: '';
  width: 97%;
  position: absolute;
  height: 86%;
  border: 1px solid #fff;
  border-radius: 10px;
}

.commingSoon {
  color: #c22b83;
  font-weight: bold;
  font-size: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}

.connect-us {
  color: #fff !important;
}

#slideout_inner2 .connect-us {
  color: #fff !important;
}

.preApplayBtn.DekBtnShow {
  position: absolute;
  width: 100%;
  max-width: 135px;
  right: 10%;
  bottom: 3%;
}

.preApplayBtn .preApplayBtnAnchor {
  padding: 7px;
  text-align: center;
}

#mobile360Header {
  display: none;
}

.custom-list-items {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.custom-list-items li {
  display: list-item;
  list-style: disc;
}

.custom-list-items li::marker {
  color: #ffff;
  font-size: 20px;
}

.custom-list-items li ul {
  padding-left: 20px;
}

.text-align-span {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .bannerTextBoxTop img.img-fluid {
    display: none;
  }
  header#header {
    min-height: 185px;
  }

  #deskTop360Header {
    display: none;
  }

  #mobile360Header {
    display: block;
  }

  .commingSoon {
    justify-content: center;
    margin: 20px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .deskbann {
    display: none;
  }
  .mobilebondpop {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#header {
    min-height: 280px;
  }
  .bannerTextBoxTop img {
    max-width: 300px;
    margin: 0px auto;
    width: 160px;
  }
  .logo.d-block {
    display: block !important;
  }
  #deskTop360Header {
    display: none;
  }

  #mobile360Header {
    display: block;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1200px) {
  .bannerTextBoxTop_new h1 {
    font-size: 21px;
  }
}
