.event-banner {
  padding: 4.167vw 0vw;
}

.event-banner .banner-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-banner .banner-content ol {
  display: flex;
  gap: 2.604vw;
  list-style: none;
  padding: 0vw;
}

.event-banner .banner-content ol li {
  position: relative;
}

.event-banner .banner-content ol li::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: -1.719vw;
  line-height: 0vw;
}

.event-banner .banner-content ol li:first-child::after {
  display: none;
}

.event-banner .banner-content ol li a {
  text-decoration: none;
  color: #1a1817;
  font-family: "Roboto";
  font-weight: 400;
}

.event-banner .banner-content h1 {
  font-weight: 700;
  font-size: 3.333vw;
}

.india-section {
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  height: max(29.864583vw);
  border-radius: 0.781vw;
  overflow: hidden;
}

.cover iframe {
  opacity: 1;
  width: 100%;
  transition: 1s;
  position: absolute;
  z-index: 1;
  height: 100%;
}

.video-btn.play_bnt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  background: transparent;
  border: none;
  padding: 0vw;
  display: flex;
  width: 100%;
  margin-top: 0vw;
}

.video-btn.play_bnt a {
  text-align: center;
}

.cover img.thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100% !important;
  object-fit: cover;
}

.video-btn.play_bnt a svg {
  width: 100%;
  stroke: var(--theme-white-color);
}

.india-video {
  padding-left: 5.208vw;
  padding-right: 5.208vw;
  background-image: url(assets/images/event/water_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.event-section {
  padding: 2.604vw 0vw;
  width: 100%;
}

.event-section .event-top .event-row {
  display: flex;
  gap: 2.604vw;
  align-items: center;
}

.event-section .event-top .event-conten {
  width: 80%;
}

.event-section .event-top .event-img {
  width: 20%;
}

.event-section .event-top .event-img img {
  width: 100%;
}

.common-heading h2 {
  font-size: 1.75vw;
  position: relative;
  padding-left: 1.458vw;
  margin: 0;
  padding-bottom: 0;
  color: #000080;
}

.common-heading h2::before {
  position: absolute;
  width: 0.26vw;
  height: 100%;
  content: "";
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  line-height: 0;
  left: 0;
  top: 0;
}

.discussion-box h2::before {
  display: none;
}

.discussion-section .discussion-box h2 {
  padding-left: 0;
}

.discussion-section {
  width: 100%;
  padding: 2.083vw 0px;
}
@media screen and (min-width: 1200px) {
  .discussion-section .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .discussion-section .container {
    max-width: 1320px;
  }
}
.discussion-section .discussion-row {
  display: flex;
  gap: 2.604vw;
  flex-wrap: wrap;
  margin-top: 2.604vw;
}

.discussion-section .discussion-box {
  width: 30%;
  padding: 1.667vw 1.25vw;
  border-radius: 8px;
  border: 0.052vw solid rgba(26, 24, 23, 0.3);
  background: #fff;
}

/* .discussion-section .discussion-box h3 {
  margin-bottom: 1.563vw;
  font-size: 1.25vw;
  font-weight: 700;

} */
.discussion-section .discussion-box ul {
  padding: 0px;
  list-style: none;
  margin-top: 1.042vw;
}

.discussion-section .discussion-box ul li {
  display: flex;
  gap: 1.042vw;
  margin-bottom: 10px;
}

.discussion-section .discussion-box ul li p {
  width: 89%;
}

/* .discussion-section .discussion-box ul li p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #1A1817;
} */
.discussion-section .discussion-box ul li .discussion-img {
  width: 1.604vw;
}

.discussion-section .discussion-box ul li .discussion-img svg {
  width: 100%;
}

.discussion-bottom-box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.discussion-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: solid 1px #000;
  padding: 0.625vw 1.25vw;
  font-size: 0.938vw;
  font-weight: 700;
  border-radius: 0.208vw;
}

.discussion-btn svg {
  width: 1.823vw;
  height: 1.823vw;
}

.discussion-btn:hover {
  color: #fff;
}

.discussion-btn::before {
  background-color: rgb(28, 31, 30);
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
  width: 0%;
}

.discussion-btn:hover:before {
  width: 100%;
}

.discussion-btn:hover svg path {
  fill: #fff;
}

.common-content p {
  color: #000;
  font-size: 1.22vw;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
}

.partners-section {
  width: 100%;
  padding: 2.083vw 0px;
  background: #fff;
}

.partners-section .partners-box {
  padding: 2.083vw 0px;
  border-bottom: solid 1px #1a181733;
}

.partners-section .partners-box ol {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  padding-left: 0.958vw;
}

.partners-section .partners-box ol li {
  color: #000;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: inherit;
  list-style: auto;
}

.logos-slider img {
  width: 100%;
}

.logos-slider .slick-track {
  margin-left: 0;
}

.partners-box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 1.042vw;
}

.partners-box table th,
td {
  text-align: left;
  padding: 0.417vw;
  border: 1px solid #ddd;
  font-size: 1.042vw;
}

.partners-box table th {
  background: rgba(67, 191, 238, 0.3);
  font-weight: 600;
}

.india-water-section {
  width: 100%;
  padding: 2.083vw 0px;
  background: rgba(67, 191, 238, 0.1);
}

.india-water-section .ndia-water-row {
  width: 100%;
  display: flex;
  gap: 7.688vw;
}

.india-water-section .ndia-water-left {
  width: 48%;
}

.india-water-section .ndia-water-right {
  width: 48%;
}

.india-water-section .ndia-water-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2.083vw;
  align-items: center;
  justify-content: center;
  margin-top: 4.167vw;
}

.india-water-section .ndia-water-box img {
  width: 50%;
}

.india-water-section .ndia-water-box .ndia-water-list {
  width: 28%;
}

.india-water-section .ndia-water-box .ndia-water-list img {
  width: 80%;
}

/* start sponsorship page css */

.sponsorship-section {
  padding: 50px 0;
  width: 100%;
}

.sponsorship-section .sponsorship-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  justify-content: space-between;
  align-items: center;
}

.inner-wrapper {
  display: flex;
  padding-bottom: 25px;
  gap: 24px;
}

.pseudo-item {
  width: 26.042vw;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(26, 24, 23, 0.3);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.5) 0.01%,
      #ececec 99.98%);
  gap: 42px;
}

.outer-wrapper {
  margin-left: 30px;
  float: left;
  width: 100%;
  background: #fff;
  overflow-y: hidden;
  overflow-x: scroll;
  margin-bottom: 25px;
}

.outer-wrapper::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); */
  border-radius: 10px;
  background: none;
  box-shadow: none;
}

.outer-wrapper::-webkit-scrollbar {
  height: 10px;
}

.outer-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(26, 24, 23, 0.3);
  height: 10px;
}

.sponsorship-row {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .sponsorship-section.exhibition-plan-section .pseudo-item {
    width: 47%;
  }
  .sponsorship-section.exhibition-plan-section .outer-wrapper {
    margin-left: 0;
  }
  .sponsorship-section.exhibition-plan-section .inner-wrapper {
    justify-content: space-evenly;
  }
}
/* end sponsorship page css */

@media screen and (max-width: 1199px) {
  .common-content p {
    color: #000;
    font-size: 2.042vw;
    font-weight: 400;
    line-height: inherit;
  }

  .sponsorship-section .pricing-card .features li {
    font-size: 2.042vw;
  }

  .india-video {
    margin-top: 2.604vw;
  }

  .common-heading h2 {
    font-size: 3.083vw;
    padding-left: 1.458vw;
    margin-bottom: 1.563vw;
    display: block;
  }

  .pseudo-item {
    width: 50.042vw;
  }

  .partners-section .partners-box ol {
    margin-left: 0.938vw;
  }

  .partners-section .partners-box ol li {
    font-size: 2.042vw;
  }

  .partners-box table th,
  td {
    font-size: 2.042vw;
  }

  .discussion-btn {
    font-size: 1.938vw;
  }

  .discussion-btn svg {
    width: 3.823vw;
    height: 3.823vw;
  }

  .discussion-section .discussion-box {
    width: 48%;
  }

  .discussion-section .discussion-box ul li .discussion-img {
    width: 8.604vw;
  }

  .india-section {
    padding-top: 4.604vw;
    padding-bottom: 4.604vw;
  }

  .event-section .event-top .event-conten {
    width: 70%;
  }

  .event-section .event-top .event-img {
    width: 28%;
  }

  .event-section {
    padding: 4.604vw 0vw;
  }

  .partners-section .partners-box {
    padding: 4.083vw 0px;
  }

  .partners-section .partners-box p {
    margin-bottom: inherit;
  }
}

@media screen and (max-width: 991px) {
  .event-section .event-top .event-conten {
    width: 95%;
  }

  .event-section .event-top .event-img {
    width: 40%;
  }

  .event-section .event-top .event-row {
    gap: 4.604vw;
  }

  .pseudo-item {
    width: 60.042vw;
  }
}

@media screen and (max-width: 767px) {
  .discussion-section .discussion-row {
    flex-direction: column;
  }

  .discussion-section .discussion-box {
    width: 100%;
  }

  .common-content p {
    font-size: 4.642vw;
  }

  .sponsorship-section .pricing-card .features li {
    font-size: 4.642vw;
    gap: 4.146vw;
  }

  .event-section .event-top .event-row {
    flex-direction: column-reverse;
  }

  .event-section .event-top .event-conten {
    width: 100%;
  }

  .event-section .event-top .event-img {
    width: 80%;
  }

  .discussion-btn {
    font-size: 3.938vw;
    border-radius: 1.208vw;
  }

  .discussion-btn svg {
    width: 5.823vw;
    height: 5.823vw;
  }

  .common-heading h2 {
    font-size: 7.083vw;
    padding-left: 2.458vw;
    line-height: 9.823vw;
  }

  .partners-section .partners-box ol {
    margin-left: 3.938vw;
    margin-top: 1.042vw;
  }

  .partners-section .partners-box ol li {
    font-size: 4.642vw;
  }

  .discussion-section .discussion-box ul li .discussion-img {
    width: 7.604vw;
    display: flex;
  }

  .video-btn.play_bnt a svg {
    width: 50%;
  }

  .discussion-section .discussion-box ul li {
    gap: 3.042vw;
  }

  .discussion-section .discussion-box ul {
    margin-top: 5.198vw;
  }

  .partners-box table th,
  td {
    font-size: 3.542vw;
  }

  .india-water-section .ndia-water-row {
    gap: 7.688vw;
    flex-direction: column;
  }

  .india-water-section .ndia-water-left {
    width: 100%;
  }

  .india-water-section .ndia-water-right {
    width: 100%;
  }

  .india-water-section .ndia-water-box .ndia-water-list {
    width: 48%;
  }

  .event-banner .banner-content ol {
    gap: 9.604vw;
  }

  .event-banner .banner-content ol li::after {
    left: -5.719vw;
    line-height: 0vw;
  }

  .india-water-section .ndia-water-box img {
    width: 80%;
  }

  .sponsorship-section {
    padding: 50px 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sponsorship-section .pseudo-item {
    width: 100%;
  }

  .sponsorship-section .pricing-card {
    min-width: auto;
    width: 100%;
  }

  .sponsorship-section .outer-wrapper {
    margin-left: 0px;
  }
}

.event-section .event-top .event-img img {
  width: 72%;
}


/* About Exhibition */
/* .exhibition-plan-section .sponsorship-row .outer-wrapper .inner-wrapper .pseudo-item {
  width: 48%;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(26, 24, 23, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0.01%, #ececec 99.98%);
  gap: 42px;
} */

.sponsorship-section .pricing-card {
  min-width: 100%;
  padding: 32px;
  padding-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0 0 32px transparent;
  text-align: center;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

/* Remove outer-wrapper class */
/* submission navbar correction  */
@media screen and (max-width: 1440px) {

  .nav-item {
    padding: 13px 1vw;
    text-align: left;
  }

  .mobile_menu {
    position: absolute;
    right: -2px px;
    top: 6px;
  }
}

@media screen and (max-width: 1366px) {
  .nav-item {
    padding: 13px 0.7vw;
    text-align: left;
  }

  .mobile_menu {
    position: absolute;
    right: -3px;
    top: 3px;
  }
}

@media screen and (max-width: 1280px) {
  .nav-item {
    padding: 13px 0.7vw;
    text-align: left;
  }

  .mobile_menu {
    position: absolute;
    right: -3px;
    top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .menu_bar_main {
    width: 84%;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
  }

  .nav-item {
    padding: 13px 0.69vw;
    text-align: left;
  }

  .navbar-nav .nav-link {
    text-decoration: none;
    color: #1a1817;
    font-family: var(--theme-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .mobile_menu {
    position: absolute;
    right: -3px;
    top: 5px;
  }

  .mobile_menu svg {
    width: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-item {
    padding: 0 11px;
  }

  .mobile_menu {
    position: absolute;
    right: 0;
    top: -12px;
  }
}


/* sliding images popup section*/


.popup img {

  cursor: pointer
}

.show {
  z-index: 999;
  display: none;
}

.show .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .66);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.show .img-show {
  width: 1000px;
  height: 600px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 999;
  border-radius: 20px;
}

.img-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.img-show img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*End style*/

/* invoice-wapper */
.invoice-wapper {
  padding: 20px;
  color: #001028;
  background: #FFFFFF;
  font-size: 12px;
  font-family: Helvetica;
}

.invoice-wapper #container-box {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.invoice-wapper #left {
  float: left;
  width: 50%;
  height: 20px;
  text-align: left;
}

/* .invoice-wapper #center {
  display: inline-block;
  margin:0 auto;
  width:100px;
  height: 20px;
  background: #00ff00;
} */

.invoice-wapper #right {
  float: right;
  width: 50%;
  height: 20px;
  text-align: right;
}

.invoice-wapper #project {
  color: #000000;
  max-width: 70%;
  min-width: 30%;
  margin-right: 5px;
  display: inline-block;
  text-align: left;
  line-height: 10px;
  padding: 22px 0px;
}

.invoice-wapper #project span {
  color: #1e9bd3;
  margin-right: 5px;
  display: inline-block;
  text-align: left;
  font-weight: 700;
}

.invoice-wapper #project div {
  margin-bottom: 2px;

  line-height: 20px
}

.invoice-wapper .bottom_currency {
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 15px;
  text-align: right;
}

.invoice-wapper .footer_main {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  height: 140px;
  margin-top: 10px;
  color: #000000;
}

.invoice-wapper .noties_left {
  float: left;

}

.invoice-wapper #notices {
  float: right;
  text-align: center;
  width: 280px;
  color: #000000;
}

/* .invoice-wapper #notices .notice {
  font-size: 1.2em;
} */


.invoice-wapper #notices img {
  width: 90px;
  margin-bottom: 0px;
  background: #fff;
  padding: 0px;
  border-radius: 10px;
}

.invoice-wapper .heder_cnt {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px;

}
.invoice-wapper .top_header_spn {
  
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 0px 20px;
}

.invoice-wapper .heder_cnt .title {
  /* border-top: 1px solid #5D6975; */
  border-bottom: 2px solid #5D6975;
  color: #000000;
  font-size: 16px;
  /* line-height: 1.4em; */
  font-weight: bold;
  text-align: left;
  /* margin: 0 0 20px 0; */
  /* background: url(../images/dimension.png); */
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}


.invoice-wapper table th,.invoice-wapper table td{
  text-align: left;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 12px;
}

.invoice-wapper table th {
  background: #21adeb;
  font-weight: 600;
  color: #ffffff;
}