html {
  scroll-behavior: smooth;
  /* scroll-padding: 12.5rem 0 0 0; */

  scroll-padding-block-start: 160px;
}
@media (min-width: 626px) {
  html {
      /* scroll-padding-top: 10rem; */
      scroll-padding-block-start: 160px;
  }
}
img {
  height: auto;
  width: 100%;
}
.home-pop-header img {
  max-width: 400px;
  display: inline-block;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1356px;
  width: 1356px;
}

.right_top {
  margin-left: auto;
}

.megamenu h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #b2cfff;
}

.map-info h2 {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  text-align: center;
  top: 100px;
}

.box-info a {
  color: #000;
}

.dashboard-lnk {
  margin-top: -20px;
  margin-left: 14px;
}

.box-info-base label {
  font-weight: 300 !important;
}

ul.brake-info label {
  font-weight: 300;
  font-size: 13px;
}

.filter-state {
  width: 100%;
  float: left;
}

.listofstate {
  width: 100%;
  float: left;
}

ul.rightlnks_top {
  list-style: none;
}

ul.rightlnks_top li {
  float: left;
  padding: 0;
}

.top_lnks {
  width: 100%;
  display: none;
  background: #eee;
}

ul.rightlnks_top li {
  float: left;
  margin: 5px;
}

.local-language select {
  font-size: 12px;
  padding: 6px;
}

ul.rightlnks_top a {
  color: #000;
  font-size: 12px;
  padding: 8px;
  display: block;
}

.gov-india {
  font-size: 12px;
  padding: 8px 10px;
}

.leftlinks_top ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 12px;
}

.menu-bar {
  margin-top: 8px;
}

.search-info-base {
  background: #fff;
  position: relative;
  z-index: 999;
  width: 100%;
  float: left;
  border: #999 1px solid;
  border-radius: 22px;
}

.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}

.hwrap {
  overflow: hidden;
}

.menubar {
  margin: 0 auto;
  width: 42%;
}

.hmove {
  display: flex;
}

.hitem {
  flex-shrink: 0;
  box-sizing: border-box;
  /* padding: 10px; */
  text-align: center;
}

@keyframes tickerh {
  0% {
      transform: translate3d(100%, 0, 0);
  }

  100% {
      transform: translate3d(-400%, 0, 0);
  }
}

.hmove {
  animation: tickerh linear 100s infinite;
}

.hmove:hover {
  animation-play-state: paused;
}

.champion-img img {
  max-width: 100%;
}

header {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  /* bottom: 200px; */
  position: fixed;
  z-index: 10;
}

.sociallinks {
  position: fixed;
  left: 0;
  top: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}

.sociallinks li a {
  color: #fff;
  width: 50px;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}

.sociallinks li:nth-child(1) a {
  background: #4b69b1;
}

.sociallinks li:nth-child(2) a {
  background: #37b1e2;
}

.sociallinks li:nth-child(3) a {
  background: #4c61ce;
  /* Old browsers */
  background: -moz-linear-gradient(
      -45deg,
      #4c61ce 0%,
      #9a34c4 21%,
      #e33e8b 50%,
      #ff7e45 76%,
      #ffc95d 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
      -45deg,
      #4c61ce 0%,
      #9a34c4 21%,
      #e33e8b 50%,
      #ff7e45 76%,
      #ffc95d 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
      135deg,
      #4c61ce 0%,
      #9a34c4 21%,
      #e33e8b 50%,
      #ff7e45 76%,
      #ffc95d 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c61ce', endColorstr='#ffc95d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.sociallinks li:nth-child(4) a {
  background: #e83f3a;
}

.topsec {
  display: flex;
  background-color: #fff;
  /* background-image: linear-gradient(180deg, #fff, #87bd68 235%); */
}

.topsec img {
  max-width: 200px;
  /* padding: 13px; */
}
.bg {
  color: white;
  /* background-color: #316c70; */
  background-image: linear-gradient(180deg, #ffffff 60%, #e6ebe8);
  /* background-image: linear-gradient(to bottom, #ffffff, #a8a9a8 20%); */
}

.logo2 {
  margin: 0 auto;
}

.top_section {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
  /* background-image: linear-gradient(to right, #50749c, #5d9496 50%); */
  color: #fff;
  font-size: 14px;
  /* display: flex; */
  background-color: #46978d;
}

ul.link_mid {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.menu_info {
  float: right;
  margin-top: 5px;
  margin-right: 24px;
  margin-left: auto;
}

.logo_main {
  float: left;
}

.result-info {
  font-size: 31px;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.heading-state {
  text-align: left;
  border-bottom: #ccc 1px solid;
  margin-bottom: 20px;
}

.info-base-box {
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
  margin-top: 34px;
}

.state-address h2 {
  margin: 0;
  padding: 0;
}

.state-social {
  margin-left: auto;
}

ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.state-address {
  color: #fff;
}

ul.social-icons li {
  margin: 0;
  padding: 0;
}

ul.social-icons li a {
  color: #fff;
  border: #fff 2px solid;
  padding: 8px;
  font-size: 26px;
  width: 57px;
  display: block;
  border-radius: 50px;
  margin-left: 10px;
}

.pdf-icon a {
  color: #ff3c00;
}

.filter-table th {
  background: #1399b7;
  color: #fff;
}

.print-info {
  margin-left: auto;
  display: flex;
  font-size: 36px;
}

.pdf-icon {
  margin-right: 10px;
}

.filter-table {
  margin-top: 20px;
  margin-bottom: 100px;
}

.select-filter input {
  padding: 14px;
  height: 44px;
  border: #ccc 1px solid;
  border-radius: 0;
  box-shadow: none;
  width: 290px;
}

.select-filter select {
  border: #ccc 1px solid;
  padding: 10px;
  margin-left: 12px;
  width: 220px;
}

.print-info {
  margin-left: auto;
}

.filter-info {
  display: flex;
  align-items: center;
}

.filter-info h2 {
  font-size: 22px;
  margin: 0;
  margin-right: 20px;
}

.heading-state {
  text-align: center;
}

.heading-base-txt label {
  display: block;
  text-align: left;
  font-size: 20px;
}

ul.brake-info {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.address-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d9496+0,1186ab+100 */
  background: #5d9496;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5d9496 0%, #1186ab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5d9496 0%, #1186ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5d9496 0%, #1186ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9496', endColorstr='#1186ab', GradientType=0);
  /* IE6-9 */

  display: flex;
  margin: 30px 0;
  padding: 40px;
  border-radius: 30px;
}

.info-base-box hr {
  width: 100%;
}

.heading-icon-img {
  margin-right: 10px;
}

ul.brake-info span {
  font-size: 25px;
  font-weight: 600;
}

.info-base-box h3 {
  font-size: 17px;
  color: #000;
}

.heading-base-txt span {
  display: block;
  text-align: left;
  position: relative;
  top: -8px;
}

.heading-base-info {
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.heading-icon-img img {
  max-width: 37px;
}

ul.brake-info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.solid-waste-header h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 50px;
}

.solid-waste-txt label {
  display: block;
  font-size: 29px;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.solid-waste-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.solid-waste-info li {
  width: 33%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
  min-height: 180px;
}

.solid-waste-icon img {
  max-width: 80px;
  margin-bottom: 10px;
}

.link_mid li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.link_mid a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  border: #fff 1px solid;
  margin: 6px 0;
  border-radius: 6px;
  text-decoration: none;
}

.logo_main h1 {
  font-size: 16px;
  margin: 0;
  padding: 15px 20px;
}

.logo2 img {
  max-width: 150px;
}

.map-info {
  border: #ccc 1px solid;
  border-radius: 20px;
}

.map-info img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.video_wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -61px;
}

.videot {
  width: 100% !important;
  height: 100%;
}

section {
  width: 100%;
  float: left;
}

.heading-txt h1 {
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
  color: #fff;
}

.video_txt {
  position: absolute;
  text-align: center;
  color: #fff;
  right: 0;
  padding: 0;
  bottom: 400px;
  z-index: 0;
  width: 1080px;
  left: 50%;
  margin-left: -540px;
}

.achivement-wrap {
  /* background: url(../images/banner/Gallery_2.png) no-repeat center top; */
  padding: 50px 0 60px;
  background-size: cover;
  margin-top: -35px;
  position: relative;
}

.mission-enabler {
  /* background: url(../images/slide2.png) no-repeat center bottom; */
  /* background-image: linear-gradient(to right, #46978d 0%, #87bd68 50%, #46978d 100%); */
  background-image: linear-gradient(180deg, #ffffff 55%, #e6ebe8);
  padding: 15px 0 60px;
  background-size: cover;
  color: #000;
}

.janandolan { 
  background-image: linear-gradient(180deg, #ffffff 1%, #f1d7d6);
  padding: 15px 0 60px;
  background-size: cover;
}

@media (max-width: 600px) {
  .janandolan {
      padding: 30px 0 0px;
  }
}

.gallery_info {
  /* background: url(../images/slide5.png) no-repeat center top; */
  /* background-color: #87bd68; */
  background-image: linear-gradient(180deg, #ffffff 55%, #e6ebe8);
  padding: 15px 0 50px;
  background-size: cover;
}
.sbm_Journey {
  background-image: linear-gradient(180deg, #ffffff 1%, #f1d7d6);
  padding: 15px 0 50px;
  background-size: cover;
}
.down-time {
  background: url("https://sbmurban.org/storage/app/media/SwacchtamMemoryNew.png")
      no-repeat center bottom;
  /* background-image: linear-gradient(to right, #46978d 0%, #87bd68 50%, #46978d 100%); */
  padding: 15px 0 0px;
  background-size: cover;
  /* height: 650px; */
}

.box-info {
  text-align: center;
  border: 1px solid #e2c8c1;
  border-radius: 8px;
  padding: 0 20px 20px;
}

.box-info h2 {
  font-size: 20px;
  /* background: #d6e0f5; */
  background: #fff;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  top: -44px;
  margin-bottom: 0;
}

.champion-box {
  background: #dc7e52;
  padding: 0;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
  /* background-image: linear-gradient(141deg, #418d90, #ff7e45 ); */
  border: #dc7e52 5px solid;
  border-radius: 30px;
  color: #ffffff !important;
}

.champion-txt {
  color: #fff;
  padding: 19px 15px 15px 15px;
  font-size: 20px;
  text-align: center;
}

.auther-info {
  margin-top: 10px;
}

.sign-txt {
  padding: 0 20px 4px;
  text-align: right;
}

.sign-txt img {
  width: 130px;
}

.champions {
  margin-top: 40px;
}

.achivement-wrap .col-md-12 {
  margin-top: 30px;
}

.box-icon img {
  background: #fff;
  max-width: 53px;
  max-height: 42px;
}

.box-icon span {
  display: inline-block;
  background: #fff;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

ul.value-area {
  list-style: none;
  margin: 0;
  padding: 0;
}

.val_list span {
  font-size: 27px;
  font-weight: 600;
}

.value-area li {
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
}

.box-base h3 {
  font-size: 15px;
  font-weight: bold;
  min-height: 40px;
  line-height: 23px;
}

.value-area li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.img-area {
  background: #fff;
  text-align: center;
  padding: 5px;
}

.champion-name {
  font-weight: 600;
  font-size: 16px;
}

.sub-txt {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.topslider .owl-nav,
.topslider .owl-dots,
.bottomslider .owl-nav,
.bottomslider .owl-dots {
  display: none;
}

.champians-heading {
  text-align: center;
}

.champians-heading h2 {
  padding: 27px 0;
  margin: 0;
  color: #fff;
  text-shadow: #000 0 0 6px;
  display: inline-block;
}

.wt-txt {
  color: #fff;
}

.mission-img img {
  max-width: 80%;
}

.mission-box {
  background: #fff;
  min-height: 300px;
}

/* .mission-box h4 {
background-image: linear-gradient(to right, #87bd68, #cdcf67 85%);
border-top-right-radius: 10px;
color: #fff;
font-size: 15px;
text-align: center;
padding: 10px 0;
font-weight: 600;
} */

.mission-txt {
  /* padding: 30px */
}

.mission-txt p {
  margin-bottom: 0;
  margin-top: 20px;
}

.events-lnks li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.events-lnks {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.events-lnks a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.events-des {
  width: 100%;
  float: left;
  margin: 10px 0;
}

a.activeevent {
  background-image: linear-gradient(to right, #46978d, #cdcf67 88%);
  color: #fff;
  text-decoration: none;
  /* background-color: #46978d; */
}

.event-box {
  background: #fff;
  display: block;
  padding: 0;
}

.event-des h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}

.event-date {
  /* background: #50749c; */
  background-image: linear-gradient(to right, #87bd68, #cdcf67 85%);
  color: #fff;
  font-size: 16px;
  padding: 3px 10px;
  margin-right: 20px;
  line-height: 24px;
  width: 100%;
  text-align: left;
}

.event-des p {
  font-size: 12px;
}

.event-des {
  padding: 5px 10px;
}

.event-list {
  margin: 0;
  padding: 0;
}

.event-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

#mohua_events .owl-nav {
  display: none;
}

.facebook_feeds {
  width: 100%;
  float: left;
}

.twitter_feeds {
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-image: linear-gradient(to top, #a8a9a8 0%, #000 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 5px;
  border-bottom-width: 20px;
  border-style: solid;
}

.facebook_feeds {
  height: 450px;
  overflow-y: scroll;
  width: 100%;
  float: left;
  border-image: linear-gradient(to top, #3acfd5 0%, #3a4ed5 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 5px;
  border-bottom-width: 20px;
  border-style: solid;
}

.twitter_icons {
  position: absolute;
  right: 40%;
  right: 43%;
  top: -28px;
  text-align: center;
  /* bottom: -10px; */
}

.fb_icons {
  position: absolute;
  right: 40%;
  right: 43%;
  top: -28px;
  text-align: center;
}

.twitter_icons a {
  display: inline-block;
  /* background: #1abfe0; */
  background-color: #000;
  color: #fff;
  /* padding: 6px; */
  font-size: 33px;
  line-height: 22px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
}

.fb_icons a {
  display: inline-block;
  background: #527dbe;
  color: #fff;
  /* padding: 10px; */
  font-size: 33px;
  line-height: 22px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
}

.insta_feeds {
  /* margin-top: -15px; */
  height: 450px;
  overflow-y: scroll;
  width: 100%;
  float: left;
  border-image: linear-gradient(to top, #dc7c52 0%, #d42e74 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 5px;
  border-bottom-width: 20px;
  border-style: solid;
}

.insta_feeds img {
  /* width: 100%; */
  /* height: 520px; */
  /* padding: 15px 0; */
}

.youtube_feeds img {
  width: 100%;
  padding: 15px 0 0;
}

.heading-sub-txt {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 15px;
  /* color: #fff; */
}

.gallery_area {
  width: 100%;
  float: left;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 550px;
  text-align: center;
}

.gallery_contain {
  width: 100%;
  float: left;
}

ul.gallery-lnk {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-lnk li {
  display: inline-block;
}

.swachhmanch {
  /* background: url(../images/banner/Gallery_2.png) no-repeat center bottom;
padding: 50px 0 100px;
background-size: cover; */
  background-image: linear-gradient(180deg, #ffffff 55%, #e6ebe8);
  padding: 15px 0 80px 0;
  width: 100%;
  float: left;
}

.gallery_box {
  background: #fff;
  margin-bottom: 30px;
  /* height: 245px; */
  border-radius: 20px;
  border: 1px solid #007172;
}

.gallery_txt {
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  /* background-image: linear-gradient(to right, #87bd68, #cdcf67 85%); */
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.active-down {
  /* background-image: linear-gradient(to right, #87bd68, #cdcf67 85%); */
  background-color: #dc7e52;
  color: #fff !important;
  border: none;
  text-decoration: none;
  border: 1px solid #fff !important;
}

ul.tabs-downtime {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}

ul.tabs-downtime {
  text-align: center;
  width: 100%;
  float: left;
}

.tabs-downtime li {
  display: inline-block;
}

.tabs-downtime a {
  color: #000 !important;
  padding: 14px;
  border: #000 1px solid;
  cursor: pointer;
}
.tabs-downtime .active-down {
  color: #fff !important;
  padding: 14px;
  border: #fff 1px solid;
  cursor: pointer;
}
.tabs-downtime a:hover {
  text-decoration: none;
}

.tab-downtime-space {
  width: 100%;
  float: left;
  margin-top: 40px;
}

footer {
  width: 100%;
  float: left;
  text-align: center;
}

.govtlogos {
  width: 100%;
  float: left;
}

ul.bottom-logos {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-logos li {
  display: inline-block;
  padding: 20px;
}

.bottom-logos img {
  max-width: 140px;
}

.android-icon img {
  /* max-width: 110px; */
  height: 35px;
}

ul.bottom-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  /* background: #eee; */
  /* background: #525355; */
  background: #faaf52;
  /* margin-bottom: 20px; */
}

.cptxt {
  color: #fff;
  /* background: #46978d; */
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  /* background-image: linear-gradient(90deg, #46978d, #cdcf67 130%) !important; */
}

.slide-downtime {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.slide_heading {
  font-size: 25px;
  font-weight: 600;
}

.slide_date {
  font-size: 18px;
}

.slide_txt {
  max-width: 320px;
  position: absolute;
  bottom: 30%;
  right: 0%;
  color: #000;
  padding: 15px;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.txt_slide {
  position: relative;
  z-index: 99;
  padding-top: 7px;
  /* background: rgba(0,0,0,.6); */
  /* background-color: #a8a9a8; */
  color: #fff;
}

.video_txt h1 {
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 23px;
}

.rating-box label {
  font-size: 25px !important;
  padding-right: 0 !important;
}

.gallery_txt a {
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 0 0 !important;
}

.fa-volume-up {
  background: url(https://sbmurban.org/storage/app/media/audio-icon.png);
  font-size: 0;
  height: 50px;
  width: 50px;
  display: block;
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: center;
}

.header_txt_box #date {
  font-size: 20px;
  font-weight: 500;
  background: #eee;
  padding: 10px;
}

.video_txt h2 {
  font-size: 70px;
  text-shadow: rgb(0 0 0 / 80%) 0 0 23px;
  border-bottom: #fff 7px solid;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.video_txt h3 {
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 23px;
}

.megamenu {
  background: #073a5f;
  width: 100%;
  float: left;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 0px;
  position: relative;
  z-index: 999;
  display: none;
}

.close-icon {
  position: absolute;
  color: #fff;
  border: #fff 1px solid;
  padding: 10px 20px;
  right: 25px;
  top: 27px;
  cursor: pointer;
}

.megamenu h2 {
  color: #0bdbdb;
  font-size: 20px;
  margin: 0;
  padding-bottom: 12px;
}

ul.menu-lnks {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
  margin-bottom: 20px;
}

.menu-lnks a {
  color: #fff;
}

.menu-bar {
  cursor: pointer;
}

.googleplay_btn {
  position: fixed;
  z-index: 99;
  left: 50px;
  bottom: 5px;
}

ul.appstore-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.android-icon {
  /* background: #fff;
padding: 3px; */
  text-align: left;
  border-radius: 10px;
  cursor: pointer;
}

.digital-views {
  position: fixed;
  right: 40px;
  bottom: 140px;
}

.digital-views img {
  max-width: 150px;
  margin: 5px 10px;
  border-radius: 10px;
  border: #fff 2px solid;
  box-shadow: #ccc 0 0 10px;
}

ul.appstore-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: fixed;
  bottom: 55px;
  left: 69px;
}

ul.appstore-info h2 {
  font-size: 12px;
  margin: 0;
  padding: 7px;
}

.appicon img {
  max-width: 40px;
}

.appstore-info li {
  padding: 6px 0;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #fff;
  box-shadow: #000 0 0 3px;
}

.events-des .owl-nav {
  display: none;
}

ul.appstore-info li a {
  color: #000;
  cursor: pointer;
}

ul.rating-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.rating-list li {
  margin-bottom: 0;
  border-bottom: #ccc 1px solid;
  padding: 0 0;
}

.rating-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

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

.box-info .row {
  margin-top: -25px;
}

.legacy-info {
  display: flex;
  justify-content: center;
  margin-left: 17px;
  padding: 10px;
  width: 97%;
  border-radius: 10px;
  background: #faaf51;
}

.legacy-info h3 {
  width: 230px;
  margin: 0;
  text-align: left;
  padding: 10px;
}

.yellowBox {
  background: #699b4c;
  height: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 10px;
}

.greenBox {
  background: #46978d;
  height: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 10px;
}

.rating-box span {
  float: right;
  padding: 10px 0;
  margin-right: 3px;
}

.odf-list li {
  border-bottom: #ccc 1px solid;
}

.odf-list li:last-child {
  border-bottom: none;
}



.mission-enabler {
  text-align: center;
}

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

.view-all .btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #5d9496;
  padding: 6px 35px;
  border-radius: 50px;
  border: 2px solid #5d9496 !important;
}

.hitem a {
  color: #fff;
}

.gallery_txt a {
  color: #fff;
}

/* mission Progress */
.heading_area {
  width: 100%;
  float: left;
  background: #00a99e;
  margin-bottom: 30px;
  color: #fff;
}

.inner-heading h1 {
  text-align: center;
  font-size: 32px;
  padding: 0;
  margin: 0;
}

.icons-box {
  height: 50px;
  overflow: hidden;
}

.icons-box img {
  max-width: 63px;
  max-height: 100px;
}

ul.tabs-links {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

ul.tabs-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
}

ul.tabs-links li:last-child {
  border-right: none;
}

.tabs-links h2 {
  font-size: 12px;
  margin: 0;
  padding: 10px 30px;
}

.tabs-links a {
  color: #000;
}

.maparea img {
  max-width: 100%;
}

.box-info-area {
  box-shadow: #ddd 0 0 7px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.box-heading span {
  color: #ff7a00;
}

.box-heading {
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: #eee 1px solid;
  padding: 10px 0;
}

.target_box {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: #eee 1px solid;
}

.search-box input[type="text"] {
  width: 100%;
  border: #ccc 1px solid;
  padding: 10px;
  border-radius: 20px;
}

.stats-info label {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
}

.search-area {
  padding: 10px;
  background: #00a99e;
  margin-left: 5px;
  border-radius: 5px;
}

.stats-info span {
  font-weight: 600;
  font-size: 20px;
  display: block;
  width: 100%;
  float: left;
  text-align: left;
}

.box-info-area.mg-top {
  margin-top: 80px;
}

.box-info-header {
  display: flex;
  padding: 10px;
}

.box-info-view {
  margin-left: auto;
}

.tab-area {
  width: 100%;
  float: left;
  position: relative;
}

.right-pannel .box-info-area {
  padding: 15px;
}

.right-pannel {
  position: absolute;
  right: 0;
  width: 450px;
  z-index: 999;
}

.box-info-heading {
  color: #ff7a00;
  font-weight: 600;
}

.box-info-heading label {
  color: #0078e7;
}

.active_btn .icons-box img {
  max-width: 63px;
  max-height: 100px;
  position: relative;
  top: -55px;
}

.icon-box img {
  max-width: 37px;
  margin: 0 auto;
  display: block;
}

.icon-box {
  margin-left: 15px;
}

.box-info-area .target_box:last-child {
  border-bottom: none;
}

.active_btn h2 {
  color: #0078e7;
}

.inner-header img {
  max-width: 100%;
}

.inner-heading {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.citizen-corner h1 {
  text-align: left;
}

.inner-heading.citizen-corner {
  padding: 20px 90px;
}

.citizen-corner h1 {
  text-align: left;
  margin-bottom: 10px;
}

.inner-header {
  width: 100%;
  float: left;
  position: relative;
}

.qrcode {
  position: absolute;
  right: 200px;
  bottom: -30px;
}

.qrcode img {
  max-width: 150px;
}

.box-img img {
  max-width: 100%;
}

.heading-bar-box {
  text-align: center;
  border-bottom: #eee 1px solid;
  margin-bottom: 10px;
}

.box-listing {
  margin: 0;
  padding: 0;
}

.box-listing > li {
  width: 47%;
  float: left;
  list-style: none;
  margin: 10px;
  padding: 15px 0;
  background: #e0f4f3;
  text-align: center;
  border-radius: 10px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  margin: 0 30px;
}

.box-listing label img {
  max-width: 54px;
  background: #fff;
  padding: 7px;
  border-radius: 50px;
  position: absolute;
  left: 16px;
  top: 12px;
}

.heading-box h2 {
  font-size: 18px;
  font-weight: 600;
}

.view-all-btn a {
  background: #00cbc3;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
}

.download-btn {
  border-top: #ccc 1px solid;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.download-btn a {
  background: url(../icons/download.png) no-repeat;
  color: #000;
  padding: 12px 0 19px 60px;
  display: block;
  background-size: 50px;
}

.heading-bar-box h2 {
  padding: 0;
  font-size: 23px;
  margin: 0;
}

.box-listing li > span {
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding-left: 88px;
}

.box-listing > li:last-child {
  background: none;
  display: block;
}

.help-line-info label {
  display: block;
}

.facebook-icon i {
  background: #4267b2;
  color: #fff;
  padding: 5px 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 18px;
}

.twitter-icon i {
  background: #1da1f2;
  color: #fff;
  padding: 5px 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 18px;
}

.insta-icon i {
  background: #000;
  color: #fff;
  padding: 5px 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 18px;
}

.banner-info {
  width: 100%;
  float: left;
  margin-top: -230px;
  z-index: 99;
  position: relative;
  text-align: center;
}

.banner-info > h2 {
  color: #fff;
  font-size: 52px;
  margin-bottom: 80px;
}

ul.status-info {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.status-info li {
  width: 30%;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  vertical-align: top;
  margin: 0 10px;
  min-height: 140px;
  box-shadow: #999 0 0 10px;
}

.status-info {
  width: 100%;
  display: flex;
  justify-content: center;
}

.status-bar {
  margin: 0 26px;
}

.status-bar label {
  font-size: 22px;
  display: block;
  text-align: center;
}

ul.status-info h2 {
  font-size: 19px;
}

.swachh-survekshan label {
  display: block;
  font-size: 28px;
}

section.content-area {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  float: left;
}

.map-info img {
  width: 100%;
}

.box-area li {
  list-style: none;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}

ul.box-area {
  margin: 0;
  padding: 2px;
  list-style: none;
  background: #e2f1f4;
  width: 100%;
  float: left;
  border-radius: 20px;
}

.icon-area img {
  max-width: 70px;
  margin: 10px;
}

.stat-area label {
  display: block;
  font-size: 20px;
}

.state-base {
  display: flex;
  align-items: center;
  min-height: 480px;
}

.heading-base label {
  display: block;
  text-align: center;
}

ul.state-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 17px;
}

.bg-1 {
  width: 100%;
  background: url(../images/banner-01.png);
  background-size: cover;
  height: 100%;
  float: left;
  overflow: hidden;
  border-radius: 20px;
}

.bg-2 {
  width: 100%;
  background: url(../images/banner-02.png);
  background-size: cover;
  height: 100%;
  float: left;
  overflow: hidden;
  border-radius: 20px;
}

.heading-base h2 {
  padding: 50px;
  color: #fff;
}

.state-icon img {
  max-width: 33px;
  margin-right: 13px;
}

.state-listing li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.state-listing li:last-child {
  margin-bottom: 0;
}

.state-info {
  width: 100%;
  float: left;
  margin: 30px 0;
}

.state-bt-info span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.state-bt-info label {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.state-list {
  margin-left: auto;
}

section.bg-green {
  background: #00828a;
  width: 100%;
  float: left;
  padding: 30px 0;
}

.state-info-list {
  width: 100%;
  float: left;
}

.state-list-base {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 263px;
  overflow: scroll;
}

.state-info-list h2 {
  font-size: 16px;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 0;
}

.state-list-base {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.state-list-base li {
  width: 50%;
  float: left;
  border: #ddd 1px solid;
  text-align: left;
  font-size: 12px;
  padding: 5px;
}

ul.selective-items-wrap {
  padding: 5px;
  list-style: none;
  font-size: 12px;
  width: 100%;
  margin: 0;
  float: left;
}

ul.selective-items-wrap li {
  float: left;
  border: #ccc 1px solid;
  border-radius: 30px;
  padding: 5px 13px;
  margin-right: 10px;
  background: #f1f1f1;
}

.selective-item label {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.selective-item span {
  background: #fff;
  padding: 5px;
  width: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin-left: 10px;
  position: relative;
  left: 8px;
}

.area-heading h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.box-info-area {
  box-shadow: #ddd 0 0 7px;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: rgba(256, 256, 256, 0.9);
  text-align: center;
}

.box-info-area h3 {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 20px;
  font-weight: 500;
}

.box-info-area h2 {
  font-weight: 600;
}

.infra-wrap {
  background: url(../images/infrastructure-bg.png);

  background-size: cover;
  padding: 50px 0;
}

.sanitation-wrap {
  background: url(../images/sanitation-bg.png);
  margin-bottom: 0;
  background-size: cover;
  padding: 50px 0;
}

.area-wrap {
  width: 100%;
  float: left;
  background: url(../images/area-bg.png);
  padding: 50px 0;
  margin: 0;
  background-size: cover;
}

.info-box-area {
  margin-bottom: 40px;
}

.filter-state select {
  border: #ccc 1px solid;
  width: 100%;
  padding: 9px;
}

button.btn-search {
  background: #999;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 24px;
  width: 100%;
}

.box-country-img img {
  max-width: 120px;
  max-height: 120px;
}

.box-country h2 {
  font-size: 15px;
  text-align: center;
}

.box-country-img {
  text-align: center;
}

.box-country {
  border: #ccc 1px solid;
  margin: 20px 0;
  box-shadow: #eee 0 0 8px;
  border-radius: 10px;
  padding: 20px 0;
}

.card label {
  font-weight: 500;
}

.selecotr-item {
  display: inline-flex;
  overflow: hidden;
  float: left;
  box-shadow: 0 0 1px #607d8b;
  border: 1px solid #d7d8f0;
}

.selector-item_radio {
  display: none;
}

.selector-item_label {
  padding: 8px 14px;
  font-size: 14px;
  color: #212529;
  background: #f7f7ff;
  cursor: pointer;
  transition: background 0.1s;
}

.selector-item_label:hover {
  background: #e5e8eb;
}

.selector-item_label:not(:last-of-type) {
  border: 1px solid #fff;
}

.selector-item_radio:checked + .selector-item_label {
  background: #265b91;
  color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 8px;
}

.uper {
  text-transform: uppercase;
}

.card label {
  font-weight: 500;
}

.selecotr-item {
  display: inline-flex;
  overflow: hidden;
  float: left;
  box-shadow: 0 0 1px #607d8b;
  border: 1px solid #d7d8f0;
}

.selector-item_radio {
  display: none;
}

.selector-item_label {
  padding: 8px 14px;
  font-size: 14px;
  color: #212529;
  background: #f7f7ff;
  cursor: pointer;
  transition: background 0.1s;
}

.selector-item_label:hover {
  background: #e5e8eb;
}

.selector-item_label:not(:last-of-type) {
  border: 1px solid #fff;
}

.selector-item_radio:checked + .selector-item_label {
  background: #265b91;
  color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 8px;
}

.uper {
  text-transform: uppercase;
}

.mob-box {
  display: none;
}

.login_btn_mobile {
color: #fff;
font-size: 14px;
position: fixed;
z-index: 99999;
top: 62%;
transform: rotate(-90deg);
padding: 0;
left: -15%;
border-radius: 10px 0;
}

.login_btn {
  color: #fff;
  font-size: 14px;
  position: fixed;
  z-index: 99999;
  top: 62%;
  transform: rotate(-90deg);
  padding: 0;
  left: -220px;
  border-radius: 10px 0;
}




@media only screen and (max-width: 950px) {
  .login_btn {
    display: none;
  }
  }

.login_btn li a {
  /* background: #1c79a9; */
  display: block;
  padding: 9px 15px;
  border-radius: 0 0 10px 10px;
  color: #fff;
}

.login_btn li {
  display: inline-block;
  padding: 0 5px;
}

.gallery_txt a {
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  font-weight: 600;
  padding: 0 6px;
}

.header_txt_box #date {
  background: #eee;
  font-size: 20px;
  padding: 5px 15px;
  font-weight: 400;
}

p#short_description a {
  color: #0466b8;
  text-decoration: underline;
}

ul.album {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}

.modal-dialog {
  width: 100% !important;
  margin-left: -20px !important;
  padding-left: 0 !important;
}

.gallery_txt a {
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
  padding: 0 6px;
}

.tiranga-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(256, 256, 256, 0.8);
  z-index: 999999;
}

.tiranga-contain {
  max-width: 1024px;
  margin: 0 auto;
}

.tiranga-img img {
  max-width: 100%;
}

.tirange-main {
  background: #fff;
  padding: 15px;
  box-shadow: #ccc 0 0 20px;
  margin-top: 25%;
}

.tirange-main .close {
  margin-bottom: 15px;
  opacity: 1;
  font-size: 18px;
}

.video_txt h4 {
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 12px;
  border-radius: 20px;
  font-size: 30px;
}

/* .video_txt {
  bottom: 350px;

} */
.video_wrap {
  margin-top: -41px;
}

@media only screen and (max-width: 680px) {
  .digital-views {
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 999;
      width: 184px;
  }

  .digital-views {
      width: 124px;
  }

  .tirange-main {
      padding: 5px;
      margin-top: 25%;
  }

  .mob-box {
      display: block;
  }

  .video_box {
      display: none;
  }

  .mob-box img {
      width: 100%;
  }

  .achivement-wrap {
      margin-top: 0;
  }

  .digital-views img {
      max-width: 90px;
  }
}

@media only screen and (max-width: 580px) {
  .video_txt {
      padding: 10px 18px 20px;
  }
}

#loader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/loading-gif.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #999;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
}

#popup {
  display: none;
  position: fixed;
  top: 15%;
  left: 25%;
  margin: 0 auto;
  background: #fff;
  width: 500px;
  height: auto;

  z-index: 200;
}

#popupclose {
  float: right;
  padding: 10px;
  cursor: pointer;
}

.popupcontent {
  padding: 10px;
}

ul.toymenu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 50px;
  font-size: 16px;
}

ul.toymenu li {
  list-style: none;
}

ul.toymenu li a {
  color: #fff;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
}

ul.login_box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}

ul.login_box a {
  padding: 15px 20px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.login-bg {
  background: #f1f1f1;
  padding: 40px;
}

.login-bg-wt {
  background: #fff;
  margin: 0px 0;
  padding: 40px;
  border-radius: 20px;
  box-shadow: #ccc 0 0 10px;
}

.forgot-pass {
  float: right;
  margin-top: 10px;
}

/* 
.heading-area h2 {
position: relative;
margin-bottom: 30px;
} */
/*
.heading-area h2:before{ background-color: #000; width: 100px; height: 2px; position: absolute; left:0; bottom:-15px; content: "";}
*/
.formarea {
  width: 70%;
}

.form-box input,
.form-box textarea,
.form-box select {
  padding: 10px;
  /* border: none; */
  /* box-shadow: #ccc 0 0 10px; */
  height: 50px;
  /* border-radius: 10px; */
  margin-bottom: 10px;
}

.password-area {
  position: relative;
}

.password-area i {
  position: absolute;
  right: 0;
}

.form-check-input {
  padding: 10px;
  border: none !important;
  box-shadow: #ccc 0 0 10px;
  height: auto !important;
  border-radius: 0;
  margin-bottom: 10px;
  zoom: 1.5;
  position: relative;
  top: 3px;
}

.register-area {
  text-align: center;
  margin-top: 20px;
  border-top: #eee 1px solid;
  padding-top: 20px;
}

.formarea .btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 18px;
  border-radius: 40px;
  background-color: #1c89ab;
  font-weight: bold;
}

.toyfooter {
  background: url(../images/bg-bottom.png) center top;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.mb-3 {
  position: relative;
}

.bi-eye:before {
  content: "\f341";
}

.bi:before,
[class*=" bi-"]:before,
[class^="bi-"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
}

.mb-3 i {
  position: absolute;
  right: 20px;
  top: 40px;
}

.login-img img {
  width: 100%;
}

.sub-heading-area h3 {
  background: #dff5fe;
  font-size: 16px;
  padding: 10px;
}

ul.listing-check {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.password-area i {
  position: absolute;
  right: 30px;
  top: 40px;
}

.register_btn {
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 40px;
  background-color: #1c89ab;
  color: #fff;
  border: none;
}

.save-btns {
  display: flex;
}

.save-draft-btn {
  background: #6b6b6b;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0 30px;
  margin-right: 10px;
}

.fileupload {
  display: flex;
}

.toy-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 10%;
  top: 25%;
  padding: 40px 30px;
  text-align: center;
  color: #ffff;
  border-radius: 20px;
  border: rgba(256, 256, 256, 0.5) 6px solid;
}

.toy-box h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 33px;
}

.toy-box h4 {
  background: #ffce00;
  color: #000;
  padding: 10px 18px;
  font-size: 20px;
  border-radius: 20px;
}

.register-btn a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  margin-top: 10px;
}

.participant-wrap {
  width: 100%;
  float: left;
  background: #023b59 url(../images/bg-toy.png);
  background-size: cover;
  padding: 100px 0;
}

.participant-wrap .header-area h2 {
  color: #fff;
}

.challange-wrap {
  width: 100%;
  float: left;
  background: #dfe6df;
  padding: 50px 0;
}

ul.listing-challenge {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.challange-wrap {
  width: 100%;
  float: left;
}

.challange-img,
.challange-info {
  width: 50%;
}

.challange-info {
  text-align: center;
}

.box-challange {
  display: flex;
  padding: 10px;
  box-shadow: #999 0 0 10px;
  margin-bottom: 30px;
  border-radius: 30px;
  align-items: center;
  background: #fff;
}

.challange-info h4 {
  font-size: 28px;
}

.readmore a {
  background: #1ca2ab;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
}

.challange-img img {
  width: 100%;
}

.header-area h2:after {
  content: "";
  background: #000;
  height: 4px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  bottom: -20px;
}

.accordion-body {
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
}

.faq-wrap h2 {
  color: #fff;
}

.faq-wrap {
  padding: 50px 0;
  width: 100%;
  float: left;
  background: url(../images/bg-bottom.png) center top;
}

.faq-wrap .header-area h2:after {
  background: #fff;
}

i.count {
  font-style: normal;
  border: #fff 2px solid;
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.main-intro h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-bottom: 32px;
}

.main-intro p {
  padding: 0 15%;
  line-height: 24px;
  margin-bottom: 30px;
}

.challange-info {
  text-align: center;
  padding: 0 6%;
}

.header-area {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  float: left;
}

.participants-box {
  background: #fff;
  text-align: center;
  padding: 20px;
  min-height: 370px;
  border-radius: 20px;
}

ul.read-more-opt {
  margin: 0;
  list-style: none;
  padding: 20px 0;
}

ul.read-more-opt li a {
  text-decoration: none;
}

ul.read-more-opt li:nth-child(1) a {
  background: #999;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
}

ul.read-more-opt li:nth-child(2) a {
  background: #1ca2ab;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 20px;
}

.participants-box h2 {
  font-size: 20px;
  font-weight: 600;
}

.main-intro h1 {
  padding: 0;
  margin: 0;
}

.age-info {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
}

ul.listofrequire {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}

.application-need {
  background: #f1f1f1;
  padding: 20px;
}

.application-need h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding-bottom: 10px;
}

.guide-pointer {
  background: #fcfaea;
  padding: 20px;
  margin: 0;
  border: #eca979 1px solid;
}

table.table-info-base {
  width: 100%;
  margin: 20px 0;
  background: #fff;
  box-shadow: #ccc 0 0 10px;
}

.application-bg {
  background: url(../images/pattren-bg.webp);
}

/* .bg-pattren {
background: url(../images/pattren.jpg);
padding: 18px;
} */
.bg-pattren {
  background: #50749c;
  padding: 2px 25px;
  color: #ffffff;
}

.login-bg-wt.padding-0 {
  padding: 0;
}

.fullarea h4 {
  font-size: 33px;
}

.img-sumbit img {
  max-width: 210px;
}

.btn-reply button {
  background: #1c89ab;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  color: #ffff;
  font-size: 18px;
  margin-top: 50px;
}

.px-md-40 {
  padding: 40px;
}

.table-info-base tbody tr:first-child {
  background: #eee;
}

table.table-info-base th,
table.table-info-base td {
  padding: 10px;
}

.guide-pointer h2 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  margin-bottom: 15px;
}

.main-intro {
  text-align: center;
  padding: 100px 0 500px;
  background: #dfe6df url(../images/home-brief-bg.png) bottom;
  background-size: cover;
}

.modal-body h5 {
  font-size: 22px;
}

.participant-wrap .header-area h2:after {
  background: #fff;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #1ca2ab;
  color: #fff;
}

h4.modal-title {
  font-size: 25px;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 48px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  line-height: 33px;
}

.listing-challenge li:nth-child(2n) .challange-img {
  order: 2;
}

.accordion {
  width: 100%;
  float: left;
}

button.accordion-button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1ca2ab+0,1d89ab+100 */
  background: #1ca2ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1ca2ab 0%, #1d89ab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1ca2ab 0%, #1d89ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1ca2ab 0%, #1d89ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ca2ab', endColorstr='#1d89ab', GradientType=0);
  /* IE6-9 */
  border: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
}

.accordion-item button {
  border-radius: 10px;
}

.table-info th,
.table-info td {
  border: #ccc 1px solid;
  padding: 16px;
}

.visible {
  color: red;
}

.fileupload button {
  background: #1c89ab;
  border: none;
  padding: 0px 47px;
  border-radius: 37px;
  margin-left: 16px;
  color: #fff;
  font-size: 15px;
  height: 50px;
}

span.note-txt {
  color: #ff0000;
  margin-bottom: 20px;
  display: block;
}

.form-box label {
  /* min-height: 40px; */
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

span.addmore_btn {
  padding: 13px 6px;
  margin-left: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

/* social engagement */
.social_eng {
  background-image: linear-gradient(180deg, #ffffff 1%, #f1d7d6);
  padding: 15px 0 30px;
  background-size: cover;
}

.insta_icons a {
  display: inline-block;
  background: #d42e74;
  color: #fff;
  /* padding: 6px; */
  font-size: 33px;
  line-height: 22px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
}
.socialIcon {
  /* font-size: 28px!important; */
  width: 45px !important;
}
.mission-box_1 {
  background: #fff;
  min-height: 150px;
  border-top-right-radius: 39px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 39px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
}
.mission-txt h4 {
  background-image: linear-gradient(to right, #87bd68, #cdcf67 85%);
  border-top-right-radius: 39px;
  border-top-left-radius: 7px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.mission-box_2 {
  background: #fff;
  min-height: 150px;
  border-top-right-radius: 7px;
  border-top-left-radius: 39px;
  border-bottom-right-radius: 39px;
  border-bottom-left-radius: 7px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
}
.mission-txt_1 h4 {
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  border-top-right-radius: 39px;
  border-top-left-radius: 7px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}
.mission-txt_2 h4 {
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  border-top-right-radius: 7px;
  border-top-left-radius: 39px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}
.mission-txt_3 h4 {
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  border-top-right-radius: 7px;
  border-top-left-radius: 39px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}
.mission-txt_4 h4 {
  background-image: linear-gradient(
      to right,
      #46978d 0%,
      #87bd68 50%,
      #46978d 100%
  );
  border-top-right-radius: 39px;
  border-top-left-radius: 7px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}
.goal {
  background-image: linear-gradient(to right, #faaf51, #dc7e52 50%);
  /* padding: 25px; */
  padding: 25px 0px 25px 0px;
  position: relative;
  /* height: 485px; */
}
.goal_modiji {
  background-color: #faaf51;
  padding: 25px 0;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1000; /* Ensures it stays above other elements */
}

.achievements {
  /* padding: 25px; */
  /* background-image: linear-gradient(180deg, #fff, #ebf8d7 20%, #cdcf67); */
  background-image: linear-gradient(180deg, #ffffff 55%, #e6ebe8);
  padding-top: 15px;
  padding-bottom: 25px;
  height: 650px;
}
.sbm1 {
  background-image: linear-gradient(180deg, #ffffff 60%, #e6ebe8);
}
@media (max-width: 768px) {
  .champion-img1 img {
      width: 40%; /* Adjust as needed */
      max-width: 120px; /* Ensures it doesn’t get too big */
      display: block;
      margin: 0 auto;
  }

  .champion-box span {
      font-size: 14px; /* Reduce text size for mobile */
  }
}
@media (max-width: 480px) {
  .achievements {
      /* padding: 25px; */
      background-image: linear-gradient(180deg, #fff, #ebf8d7 20%, #cdcf67);
      padding-top: 25px;
      padding-bottom: 25px;
      height: auto;
  }
  .champion-img1 {
      padding: 10px;
      border-radius: 15px;
      text-align: center;
  }
  .sanTable {
      width: 100%!important;
  }
  /* .tableHeight {
      height: 382px!important;
  } */
  .gallery_img img {
    max-width: 100%;
    /* height: 213px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#showWebJourney{
  display:none;
 }
 #showMobileJourney{
   display: block;
  }
  #showWebJourneyP{
      display:none;
     }
     #showMobileJourneyP{
       display: block;
      }
      #showWebJourneyC{
          display:none;
         }
         #showMobileJourneyC{
           display: block;
          }
}
@media (min-width:801px)  {
  #showWebJourney{
      display: block;
     }
     #showMobileJourney{
       display: none;
      }
      #showWebJourneyP{
       display: block;
      }
      #showMobileJourneyP{
        display: none;
       }
       #showWebJourneyC{
           display: block;
          }
      #showMobileJourneyC{
            display: none;
           }
           .boardWidth{
              width: 200px;
           }
}

.champion-img1 img {
  max-width: 100%;
}

.goalText {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.subGoaltext {
  font-size: 18px;
  font-weight: 100;
  color: white;
  font-style: italic;
}

.goalColor {
  color: white;
  font-size: 17px;
}
.janImage {
  /* width: 100%; */
  width: 120px;
}
.slide_img_banner img {
  position: relative;
  max-width: 100%;
  height: 410px;
  /* margin-right: 40px; */
  border-radius: 10px;
  border: 1px solid #fff;
  /* opacity: 0.3; */
  /* filter: alpha(opacity=50); */
}

@media (max-width: 768px) {
  .slide_img_banner img {
      position: relative;
      max-width: 750px;
      height: 250px;
      /* margin-right: 40px; */
      border-radius: 10px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .gallery_img img {
    max-width: 100%;
    /* height: 213px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

}

.slide_img_soc img {
  position: relative;
  max-width: 415px;
  height: 320px;
  /* margin-right: 40px; */
  border-radius: 20px;
  /* border: 1px solid #fff; */
  /* opacity: 0.3; */
  /* filter: alpha(opacity=50); */
}
.blc-txt {
  color: #000 !important;
  margin-top: -5px;
}
.home_banner {
  /* margin-top: 13%; */
  background-image: linear-gradient(180deg, #ffffff 55%, #e6ebe8);
  padding-bottom: 55px;
  /* border-radius: 20px; */
}
@media (max-width: 600px) {
  .home_banner {
      padding-bottom: 5%;
      padding-top: 20px;
  }
  /* .tableHeight {
      height: 382px;
  } */
  .sanTable {
    width: 100%!important;
}
.gallery_img img {
  max-width: 100%;
  /* height: 213px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#showWebJourney{
  display:none;
 }
 #showMobileJourney{
   display: block;
  }
  #showWebJourneyP{
    display:none;
   }
   #showMobileJourneyP{
     display: block;
    }
    #showWebJourneyC{
      display:none;
    }
    #showMobileJourneC{
       display: block;
    }
}
.AchFont {
  font-size: 18px;
  font-weight: 700;
}
.partnerLogo {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px;
  margin-right: 20px;
}
.remeColor {
  /* background-image: linear-gradient(to right, #faaf51, #DC7E52 50%); */
  color: #000;
}
.gradColor {
  /* background-image: linear-gradient(180deg, #a9c28b 20%, #007172); */
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 50%);

}
.wasteGradColor {
  /* background-image: linear-gradient(180deg, #a9c48a 20%, #549b49); */
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 50%);
}
.redemGradColor {
  /* background-image: linear-gradient(180deg, #fff, #a9c48a 20%); */
  background-color: #ffffff;
  color: #000;
}
.constFont {
  font-size: 15px;
  padding: 5px;
}
@media (max-width: 600px) {
  .headerLabel {
      width: 100%;
      margin-top: -73px;
  }
  .headerLabelAbout {
      width: 100%;
      margin-top: -73px;
  }
  .slide_img img {
      position: relative;
      max-width: 600px;
      /* width: 600px; */
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .slideImg {
      width: 600px;
  }
  /* .down-time {
      padding-bottom: 135px;
  } */
  .sanTable {
    width: 100%!important;
}
.gallery_img img {
  max-width: 100%;
  /* height: 213px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#showWebJourney{
display:none;
}
#showMobileJourney{
 display: block;
}
#showWebJourneyP{
  display:none;
 }
 #showMobileJourneyP{
   display: block;
  }
  #showWebJourneyC{
    display:none;
  }
  #showMobileJourneC{
     display: block;
  }
  .slide_txt {
    max-width: 320px;
    position: relative;
    bottom: 30%;
    top:100%;
    right: 0%;
    color: #000;
    padding: 15px;
    /* background-color: rgba(0, 0, 0, 0.5); */
  }
  #list-item-9{
    display: none;
  }
  .appIcons{
    padding-top: 50px;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .headerLabel {
      width: 65%;
      margin-top: -73px;
  }
  .headerLabelAbout {
      width: 65%;
      margin-top: -73px;
  }
  .slide_img img {
      position: relative;
      max-width: 600px;
      /* width: 600px; */
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .slideImg {
      width: 600px;
  }
  .down-time {
      padding-bottom: 30px;
  }
  .gallery_img img {
    max-width: 100%;
    /* height: 213px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.heightSan{
  padding-bottom: 1px;
}
#showWebJourney{
  display:none;
 }
 #showMobileJourney{
   display: block;
  }
  #showWebJourneyP{
    display:none;
   }
   #showMobileJourneyP{
     display: block;
    }
    #showWebJourneyC{
      display:none;
    }
    #showMobileJourneC{
       display: block;
    }
  
}
@media (min-width: 769px) and (max-width: 2240px) {
  .headerLabel {
      width: 43%;
      margin-top: -73px;
  }
  .headerLabelAbout {
      width: 55%;
      margin-top: -73px;
  }
  .champion-img1 {
      padding: 8px;
      border-radius: 15px;
  }
  .sanTable {
    width: 353px!important;
}
.gallery_img img {
  max-width: 100%;
  /* height: 213px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#showWebJourney{
  display: block;
 }
 #showMobileJourney{
   display: none;
  }
  #showWebJourneyP{
   display: block;
  }
  #showMobileJourneyP{
    display: none;
   }
   #showWebJourneyC{
       display: block;
      }
  #showMobileJourneyC{
        display: none;
       }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .slide_img img {
      position: relative;
      max-width: 600px;
      width: 600px;
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .slideImg {
      width: 600px;
  }
  .sanTable {
      width: 353px!important;
  }
  .gallery_img img {
    max-width: 100%;
    height: 213px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boardWidth {
  width: 278px !important;
}

#showWebJourney{
  display: block;
 }
 #showMobileJourney{
   display: none;
  }
  #showWebJourneyP{
      display: block;
     }
     #showMobileJourneyP{
       display: none;
      }
      #showWebJourneyC{
          display: block;
         }
         #showMobileJourneyC{
           display: none;
          }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .slide_img img {
      position: relative;
      max-width: 600px;
      width: 600px;
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .slideImg {
      width: 600px;
  }
  .sanTable {
      width: 353px!important;
  }
  .gallery_img img {
    max-width: 100%;
    height: 213px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boardWidth{
  width: 278px!important;
}
#showWebJourney{
  display: block;
 }
 #showMobileJourney{
   display: none;
  }
  #showWebJourneyP{
   display: block;
  }
  #showMobileJourneyP{
    display: none;
   }
   #showWebJourneyC{
       display: block;
  }
  #showMobileJourneyC{
        display: none;
  }

}
@media (min-width: 1200px) and (max-width: 1440px) {
  .slide_img img {
      position: relative;
      max-width: 600px;
      width: 600px;
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .boardWidth{
      width: 278px!important;
   }

  .slideImg {
      width: 600px;
  }
  .sanTable {
      width: 450px!important;
  }
  .gallery_img img {
    max-width: 100%;
    height: 213px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#showWebJourney{
 display: block;
}
#showMobileJourney{
  display: none;
 }
 #showWebJourneyP{
  display: block;
 }
 #showMobileJourneyP{
   display: none;
  }
  #showWebJourneyC{
      display: block;
     }
 #showMobileJourneyC{
       display: none;
      }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .slide_img img {
      position: relative;
      max-width: 600px;
      width: 600px;
      max-height: 355px;
      /* margin-right: 40px; */
      border-radius: 20px;
      border: 1px solid #fff;
      /* opacity: 0.3; */
      /* filter: alpha(opacity=50); */
  }
  .boardWidth{
      width: 200px!important;
   }
  .slideImg {
      width: 600px;
  }
  .sanTable {
      width: 355px!important;
  }
  .principleIcon {
      width: 115px!important;
  }
  #showWebJourney{
      display: block;
     }
     #showMobileJourney{
       display: none;
      }
      #showWebJourneyP{
       display: block;
      }
      #showMobileJourneyP{
        display: none;
       }
       #showWebJourneyC{
           display: block;
          }
      #showMobileJourneyC{
            display: none;
           }

}
.sitemap_list > li {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: #ccc 1px solid;
}
ul.sitemap_list {
  width: 100%;
  float: left;
  margin-bottom: 200px;
  padding: 0;
}
.sitemap_list h2 {
  font-size: 17px;
  width:50%;
  padding:10px;
}
ul.submenu_list {
  margin: 0;
  padding: 0;
  background: #eee;
  width: 100%;
  display: inline-block;
}
.submenu_list li {
  list-style: none;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  font-size:17px;
}
.submenu_list a {
  background: none;
}
ul.sitemap_list li a {
  font-size: 17px;
  padding: 10px;
  display: block;
  text-decoration: underline;
  font-weight: 500;
  color: #000 !important;
}
textarea.form-control {
  height: 120px !important;
}

