.raised_left {
  width: 20%;
}

.raised_right {
  width: 30%;
}

.days_left {
  width: 20%;
}

.interest-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.interest-info p {
  max-width: 700px;
  font-size: 16px;
  font-family: 'Univers LT 45';
  line-height: normal;
  margin-bottom: 10px;
}

.interest-detail-page .tooltiptext {
  hyphens: auto;
  font-family: 'Univers LT 45';
  opacity: 0;
  padding: 0.5em 0.8em;
  background: rgba(0, 19, 60, 0.8);
  color: #fff;
  font-size: 13px;
  width: 220px;
  line-height: 1.5em;
  text-align: left;
  pointer-events: none;
  transition: opacity 250ms, top 250ms;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  margin-left: -225px;
}

.interest-detail-page:hover .tooltiptext {
  opacity: 1;
}

.interest-detail-page .tooltiptext::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 91%;
  opacity: 1;
  width: 1px;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0, 19, 60, 0.8);
  transition: opacity 250ms, top 250ms;
  rotate: 180deg;
}

.interest-detail-page .tooltiptext {
  bottom: 110%;
  transition: opacity 250ms, top 250ms;
}

.early-bird-a .tooltiptext::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 1;
  width: 1px;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0, 19, 60, 0.8);
  transition: opacity 250ms, top 250ms;
  rotate: 180deg;
}

.early-bird-a .tooltiptext {
  bottom: 110%;
  transition: opacity 250ms, top 250ms;
}

.early-bird-a {
  display: block;
  position: inherit;
  width: auto !important;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

li.reply {
  list-style: none !important;
}

.videoEmbed iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.risk-head-container {
  padding: 8px;
  margin-bottom: 30px;
  background-color: #fff6e8;
  border: 2px solid #ffd594;
  border-radius: 5px;
}

.risk-head {
  hyphens: auto;
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  text-align: center;
}

.campaignTopBarRow {
  display: flex;
  justify-content: space-between;
}

.infoSmallBox-wrap {
  width: 100%;
  overflow: visible;
}

a#questionMark {
  transition: all 0.06s ease;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 26px;
  right: -8px;
  z-index: 2;
}

div.infoSmallBox-wrap:hover a#questionMark {
  height: 31px;
  width: 31px;
  fill: #233357 !important;
}

.campaignTopBarRow .c_left_block {
  width: 65%;
  background: #ffffff;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.c_left_block .main-video-bg {
  background-size: cover;
  position: relative;
  background-position: center;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.c_left_block .main-video-bg svg {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}

svg#play_inverse {
  width: 97px;
  height: 97px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

.main-video-bg.fancybox-on-page:hover {
  filter: brightness(1.03);
  transition: all 0.5s ease;
}

.responsive-video-container.main-video-bg:hover svg {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s ease;
}

.responsive-video-container.main-video-bg.fancybox-on-page:hover svg:first-child {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

.responsive-video-container.main-video-bg.fancybox-on-page:hover svg:last-child {
  visibility: visible !important;
  opacity: 1 !important;
}

.campaignTopBarRow .c_right_block {
  display: flex;
  width: 30%;
  align-content: space-between;
  flex-wrap: wrap;
}

.c_right_block div {
  width: 100%;
}

.responsive-video-container {
  box-shadow: none;
}

.investmentBox {
  padding: 30px 20px 20px 20px;
  border-radius: 3px;
}

.investmentBox .progress1 {
  background: #f2f2f2;
}

.investmentBox .raised_day_goal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  grid-row-gap: 15px;
  margin-top: 21px;
}

.investmentBox .raised_left,
.investmentBox .raised_right,
.investmentBox .days_left {
  font-size: 24px;
}

.investmentBox .raised_left span,
.investmentBox .raised_right span,
.investmentBox .days_left span {
  font-size: 14px;
  margin-top: 5px;
}

.shadowBox {
  background: #ffffff;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.shadowBox.p-30 {
  padding: 30px;
}

.col-2-row {
  display: flex;
}

.col-2-row .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.contribute a.btn {
  text-align: center;
  color: #ffffff;
  padding: 14px 30px;
  border: 0 none;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Univers LT 65' !important;
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #f2b138;
  background-image: -o-linear-gradient(186deg, #FFA448 0%, #F2b138 100%);
  background-image: linear-gradient(264deg, #FFA448 0%, #F2b138 100%);
}

.contribute a.btn:hover {
  background: #233357;
}

.infoSmallBox {
  text-align: center;
  position: relative;
}

.infoSmallBox .openinfoWindowLink {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.infoSmallBox:not(:last-child) {
  margin-bottom: 20px;
}

.infoSmallBox .title {
  background: #f2f2f2;
  min-height: 60px;
  font-size: 20px;
  line-height: 24px;
  color: #233357;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Univers LT 65";
  box-sizing: border-box;
  padding: 5px 10px;
}

.infoSmallBox .desc {
  color: #2c2c2e;
  font-size: 14px;
  min-height: 60px;
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  hyphens: manual;
}

.infoSmallBox-wrap h3 {
  padding-bottom: 10px;
}

.c_right_block div a.btn.btn_blue {
  display: flex;
  font-size: 16px;
  width: -webkit-fill-available;
  font-family: 'Univers LT 65';
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.c_right_block div a.btn.btn_blue:hover {
  background: #233357;
}

.c_right_block div a.btn.btn_blue img.chart-btn-icon {
  margin-right: 10px;
}

.project_banner {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  margin-bottom: 15px;
}

.project_banner .title {
  padding-bottom: 8px;
}

.project_banner .desc {
  hyphens: auto;
  font-size: 16px;
  line-height: 20px;
  color: #2c2c2e;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 15px 0;
  padding: 0;
}

.pdBody {
  margin-top: 55px;
  font-size: 16px;
}

.pdBody ul.responsive-tabs__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pdBody ul.responsive-tabs__list .responsive-tabs__list__item {
  margin: 0 5px;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  padding: 5px 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdBody ul.responsive-tabs__list .responsive-tabs__list__item:hover {
  background: #ededed;
}

.pdBody ul.responsive-tabs__list .responsive-tabs__list__item:first-child {
  margin-left: 0;
}

.pdBody ul.responsive-tabs__list .responsive-tabs__list__item:last-child {
  margin-right: 0;
}

.pdBody .responsive-tabs__list__item:after {
  display: none;
}

.tabingContentOuter {
  display: flex;
  justify-content: space-between;
}

.LeftTabBar-wrap {
  width: 30%;
  margin-bottom: 2rem;
}

.LeftTabBar-wrap.stickyLeftBar {
  position: sticky;
  top: 6px;
}

.LeftTabBar-wrap .pad-10 {
  padding: 9px 10px;
}

.LeftTabBar-wrap .LeftTabBar {
  display: flex;
  flex-direction: column;
}

.updateTabBarAnchor span {
  display: -webkit-box !important;
  font-size: 16px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 21px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor {
  hyphens: auto;
  margin: 2px 0;
  font-size: 18px;
  font-family: "Univers LT 65";
  padding: 15px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3px;
  color: #233357;
}

.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor.updateTabBarAnchor,
.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor.commentTabBarAnchor {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor .short-text {
  display: block;
  width: 100%;
  font-family: "Univers LT 45", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor.active {
  color: #ffffff;
  background: #233357 !important;
  border-radius: 3px;
}

.LeftTabBar-wrap .LeftTabBar li .TabBarAnchor:hover {
  background: #f2f2f2;
}

.tabContent-wrap {
  width: 65%;
}

.tabContent-wrap .tabContentItem {
  display: none;
}

.pageTitle {
  font-size: 32px;
}

.pdBody .pro_Desc h1 {
  font-size: 32px;
  padding-bottom: 25px;
}

.pdBody .responsive-tabs__panel {
  padding-top: 35px;
}

.contactBox {
  display: flex;
  flex-direction: column;
}

.contactBox .profile_photo {
  display: flex;
  margin: 0;
  padding: 0;
  height: 220px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.contactBox .profile_photo a {
  display: block;
}

.contactBox .profile_photo a img {
  width: 330px;
  height: auto;
  border-radius: 0;
}

.contactBox .profile_short {
  display: flex;
  flex-direction: column;
  padding: 17px;
}

.contactBox .fontred_user a {
  display: block;
  font-style: normal;
  font-size: 20px;
  color: #233357;
  margin-bottom: 15px;
}

.sidebar-subTitle {
  font-family: "Univers LT 65";
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 50px;
  color: #233357;
}

.tabContent-desc p {
  font-size: 16px;
  line-height: 20px;
  color: #2c2c2e;
}

.tabContentItem .contentTitle {
  font-size: 24px;
  margin-bottom: 25px;
  color: #233357;
  padding-bottom: 0;
}

.teamWrap {
  display: flex;
  margin-top: 60px;
}

.teamWrap .shadowBox {
  height: fit-content;
  flex: 0 0 215px;
  max-width: 215px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.teamWrap .profileWrap {
  border-radius: 3px 3px 0 0;
}

.teamWrap .profileWrap img {
  width: 100%;
}

.teamWrap .shortInfo {
  padding: 16px;
}

.teamWrap .userName {
  margin-bottom: 8px;
  padding-bottom: 0;
  text-align: left;
}

.teamWrap .position {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  text-align: left;
}

ul.updates {
  padding: 0;
  border: 0;
}

ul.updates li {
  margin-bottom: 50px;
  padding: 30px;
}

ul.updates li ul li {
  margin-bottom: 0px;
  padding: 10px 0 10px 0px;
  margin-left: 17px;
  list-style: square;
  color: #2c2c2e;
}

.update-toprow {
  display: flex;
  margin-bottom: 25px;
}

.update-toprow .updates_photo {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.update-toprow .update-shortinfo {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.update-toprow .update-shortinfo .u_name {
  font-size: 18px !important;
  padding-bottom: 3px;
}

.update-toprow .update-shortinfo .duration {
  padding-top: 0;
}

.updates .updates_short {
  margin-left: 0;
}

.update-toprow .update-shortinfo .funder-amount span {
  font-family: "Univers LT 65";
  font-size: 16px;
  line-height: 19px;
  height: 26px;
  padding: 0 10px;
  margin: 3px 0px 0px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: -3px 5px 5px -3px rgba(0, 0, 0, 0.15);
}

li.add_coment_li {
  background-color: transparent;
  padding: 0 !important;
  display: flex;
  border: 0;
  align-items: flex-start;
  margin: 0;
}

.add_coment_li .updates_photo {
  padding: 0;
  float: none;
  margin: 0 18px 10px 0;
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.add_coment_li .updates_short {
  flex: 1;
}

.add_Coment_B {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.updates_short p {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  text-align: justify;
}

.updates_short img {
  height: auto !important;
}

.updates_short a {
  color: #79aef2;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
}

.updates_short .add_Coment_B .keep_P {
  flex: 1;
  float: none;
}

.updates_short .username a {
  font-family: "Univers LT 65";
  font-size: 18px;
  margin-bottom: 12px;
  color: #233357;
  display: block;
}

.updates_short .char_limited_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  border: 2px solid #dae0e7;
  color: #2c2c2e;
  padding: 10px;
  border-radius: 3px;
}

.updates li {
  border: 0;
}

.update-shortinfo h4 {
  padding: 0px 0px 3px 0;
}

.upadtes_photo img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.upadtes_photo {
  margin-right: 14px;
  padding: 0 !important;
  width: 50px;
}

.funders_list li {
  padding: 14px 14px;
  margin-bottom: 25px;
}

.funders_list li .update-toprow {
  margin-bottom: 0;
}

.park-received {
  display: flex;
  margin-top: 14px;
}

.park-received .funder-amount {
  display: flex;
  color: #2c2c2e;
  min-width: 120px;
}

.park-received .funder-amount div {
  margin: 0 10px;
}

.park-received .funder-desc {
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
}

.funders_list .duration {
  font-size: 14px;
  color: #999999;
}

.tableOuterShadow table {
  border-color: white;
  border-style: solid;
  font-size: 13px;
  line-height: 1.6em;
  vertical-align: top;
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.tableOuterShadow table td {
  padding: 14px 30px;
}

.tableOuterShadow table tr td.lable-td {
  font-family: "Univers LT 65";
  font-size: 18px;
  line-height: 22px;
  color: #2c2c2e;
  width: 50%;
}

.tableOuterShadow table tr td.value-td {
  width: 50%;
  font-size: 16px;
  line-height: 20px;
  padding-right: 55px;
  color: #2c2c2e;
  position: relative;
  hyphens: auto;
  text-align: justify;
}

.tableOuterShadow table tr td.value-td .tooltip-ico {
  position: absolute;
  right: 25px;
  top: 16px;
}

.tableOuterShadow table tr td.value-td p {
  padding: 0;
}

.tableOuterShadow table tr:nth-child(odd) {
  background: #f2f2f2;
}

.pdBody .innerResponsiveTab {
  margin-top: 50px;
}

.pdBody .innerResponsiveTab ul.responsive-tabs__list {
  justify-content: flex-start;
}

.pdBody .innerResponsiveTab ul.responsive-tabs__list .responsive-tabs__list__item {
  padding: 5px 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  max-width: 130px;
}

.col-3-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  box-sizing: border-box;
}

.col-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.download-item {
  padding: 18px;
  position: relative;
  margin-bottom: 25px;
}

.download-item .download-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 114px;
}

.download-item .title {
  color: #233357;
  padding-right: 42px;
  padding-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.download-item .download-ico {
  background-image: url("../images/icon/document.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.download-btn-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.download-btn {
  height: 39px;
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-color: #233357;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-family: "Univers LT 55", Arial, Helvetica, sans-serif;
  padding: 0 25px 0 25px;
  margin-top: auto;
  cursor: pointer;
}

a:hover.download-btn {
  color: white;
}

.finance-boxOuter {
  display: flex;
  flex-wrap: wrap;
}

.finance-boxOuter .boxLeft {
  width: 33%;
  margin-right: 2rem;
  max-width: 310px;
}

.finance-boxOuter .boxLeft .title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.finance-boxOuter .boxLeft .subtitle {
  color: #2c2c2e;
  font-size: 20px;
  max-width: 270px;
}

.finance-boxOuter .boxLeft li {
  list-style-type: square;
}

.finance-boxOuter .boxRight {
  flex: 1;
  max-width: 100%;
}

.listDefaultStyled {
  padding-left: 18px;
}

.listDefaultStyled li {
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
}

#app {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
}

#pager {
  width: 100%;
}

#toolbar button,
#page-mode input {
  padding: 0.25em 0.5em;
}

#toolbar button,
#page-mode input {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  width: 80px;
  position: absolute;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background: none;
}

#toolbar button.prev:before {
  content: "";
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  border-radius: 3px;
  width: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s ease;
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.3) 95%);
}

#toolbar button.next:before {
  content: "";
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  border-radius: 3px;
  width: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s ease;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.3) 95%);
}

#toolbar button:hover:before {
  opacity: 1;
}

#pager [data-pager="prev"] {
  left: 0;
}

#pager [data-pager="next"] {
  right: 0;
}

#pager [data-pager="prev"] svg,
#pager [data-pager="next"] svg {
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
}

#page-mode {
  display: flex;
  align-items: center;
  padding: 0.25em 0.5em;
  display: none;
}

#viewport-container {
  flex: 1;
  background: #d9d9d9;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#viewport {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#viewport>div {
  text-align: center;
  /*max-width: 100%;*/
}

#viewport canvas {
  width: 100%;
  margin-bottom: -5px;
}

.LeftTabBar a {
  transition: none !important;
  -webkit-transition: none !important;
}

.tabContent-desc ul {
  padding-left: 30px;
  margin: 10px 0;
}

.tabContent-desc ul li {
  list-style: square;
  padding-bottom: 10px;
}

.tabContent-desc ol li {
  padding-bottom: 10px;
}

.tabContent-desc li::marker {
  color: #f2b138;
  font-family: "Univers LT 65";
}

.banner-message {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 49px;
  margin-top: 25px;
  margin-bottom: -30px;
  padding: 0;
  /*  background-color: #79aef2;*/
  border-bottom: solid #ffffff 2px;
  border-top: solid #ffffff 2px;
  border-radius: 3px;
}

.marquee {
  display: flex;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
}

.marquee h3 {
  font-family: "Univers LT 65", arial;
  display: inline-block;
  left: 100%;
  width: 200%;
  padding-left: 100%;
  color: #fff;
  animation: marquee 48s linear infinite;
  margin: 0;
  padding-bottom: 0;
}

.fixed-btn-bottom-right {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

.fixed-btn-bottom-right a {
  border: 2px solid white;
  border-radius: 4px;
  font-family: "Univers LT 65" !important;
  padding: 12px 20px;
  backdrop-filter: drop-shadow(2px 3px 6px #000000);
  display: flex;
  align-items: center;
  line-height: 1;
  background: #f2b138;
  background-image: -o-linear-gradient(186deg, #FFA448 0%, #F2b138 100%);
  background-image: linear-gradient(264deg, #FFA448 0%, #F2b138 100%);
  color: white;
}

.fixed-btn-bottom-right a .chart-btn-icon {
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

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

@media (max-width: 1199px) {
  .project_banner .desc {
    font-size: 15px;
  }

  .contribute a {
    font-size: 17px;
  }

  .infoSmallBox .title {
    min-height: 50px;
    font-size: 18px;
    line-height: 20px;
  }

  .pdBody ul.responsive-tabs__list .responsive-tabs__list__item {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .fixed-btn-bottom-right {
    bottom: 10px;
    right: 10px;
  }

  .pdBody .innerResponsiveTab {
    margin-top: 25px;
  }

  .event-div {
    margin-top: 25px;
  }

  .banner-message {
    margin-bottom: 0px;
  }

  .pdBody {
    margin-top: 25px;
  }

  .infoSmallBox .title {
    min-height: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .project_banner .title {
    font-size: 26px;
  }

  .project_banner .desc {
    font-size: 16px;
  }

  .campaignTopBarRow {
    flex-wrap: wrap;
  }

  .campaignTopBarRow .c_left_block {
    flex: 0 0 100%;
    margin: 0;
  }

  .campaignTopBarRow .c_right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }

  .tabingContentOuter {
    flex-wrap: wrap;
  }

  .LeftTabBar-wrap .LeftTabBar li .TabBarAnchor {
    font-size: 16px;
    padding: 10px 10px;
  }

  .innerResponsiveTab .responsive-tabs__heading {
    display: none;
  }

  .LeftTabBar-wrap .pad-10 {
    padding: 3px 5px;
  }

  .pdBody ul.responsive-tabs__list .responsive-tabs__list__item {
    margin: 0 2.5px;
  }

  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  ul#descLeftBar li a {
    background-color: #f2f2f2;
  }
}

@media (max-width: 767px) {
  .event-div {
    margin-top: 25px;
  }

  .pdBody {
    margin-top: 25px;
  }

  .teamWrap {
    flex-direction: column;
  }

  .pdBody .responsive-tabs__panel {
    padding-top: 25px;
  }

  .tabContent-wrap {
    width: 100%;
  }

  .LeftTabBar-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .LeftTabBar-wrap .LeftTabBar li {
    margin: 1px 0;
    flex-basis: 32%;
  }

  .LeftTabBar-wrap.stickyLeftBar {
    display: flex;
    flex-direction: column;
    position: relative;
    top: auto;
  }

  a.TabBarAnchor {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    padding-bottom: 0px !important;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 27px;
    word-break: break-all;
  }

  ul#descLeftBar::after {
    content: "";
    flex-basis: 32%;
  }

  li.add_coment_li {
    flex-direction: column;
    align-items: normal;
  }

  .responsive-tabs__heading {
    display: block;
    cursor: pointer;
    padding: 1em;
    position: relative;
    margin-top: 6px;
    font-size: 15px;
    border-radius: 5px;
  }

  .LeftTabBar-wrap .LeftTabBar li .TabBarAnchor {
    min-height: 42px;
    line-height: 26px;
  }

  .investmentBox .raised_left,
  .investmentBox .raised_right,
  .investmentBox .days_left {
    font-size: 20px;
    width: 50%;
  }

  .contactBox {
    flex-direction: column;
  }

  .contactBox .profile_photo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  ul.updates li {
    padding: 15px;
  }

  .update-toprow .update-shortinfo .u_name {
    margin-bottom: 0;
  }

  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tableOuterShadow table tr td.lable-td {
    font-size: 16px;
    width: 40%;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
  }

  .tableOuterShadow table tr td.value-td {
    font-size: 14px;
    padding-right: 50px;
    text-align: left;
  }

  .tableOuterShadow table td {
    padding: 14px 15px;
  }

  .tableOuterShadow table tr td.value-td .tooltip-ico {
    right: 20px;
  }

  .finance-boxOuter .boxLeft .subtitle {
    max-width: unset;
  }

  .finance-boxOuter {
    flex-direction: column;
  }

  .finance-boxOuter .boxLeft {
    width: 100%;
    margin-right: 0;
    max-width: unset;
  }

  #descTabContentWrap .contentTitle {
    color: #233357;
    /* background: #233357 !important; */
    /* border-radius: 3px; */
    line-height: 26px;
    font-size: 16px;
    padding: 10px 10px;
    box-shadow: 0px 2px #88888842;
  }

  #descTabContentWrap .contentTitle::after {
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    content: "\f107";
    font-size: 25px;
    vertical-align: baseline;
    float: right;
  }

  #descTabContentWrap .tabContent-desc {
    padding: 10px 10px;
    margin-bottom: 30px;
  }

  .tabContent-wrap .tabContentItem {
    display: block;
  }

  .LeftTabBar-wrap {
    margin-bottom: 0;
  }

  #descTabContentWrap .contentTitle.active:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #descTabContentWrap .tabContent-desc {
    display: none;
  }

  #descTabContentWrap .tabContentItem {
    display: block;
  }

  .tabContentItem .contentTitle {
    margin-bottom: 6px;
  }
}

#show_popup {
  text-align: center;
  padding: 50px;
  width: 70vh;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.head_our_desing {
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
}

.p_our_desing {
  font-size: 16px;
  width: 90%;
  margin: auto;
}

.command_font {
  font-size: 25px;
}

@media screen and (max-width: 992px) {
  #show_popup {
    width: auto;
  }

  .head_our_desing {
    width: 100%;
  }

  .p_our_desing {
    width: 100%;
  }

  .command_font {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .park-received .funder-desc {
    margin-left: 0px !important;
  }

  .park-received {
    flex-direction: column;
  }

  .funder-desc p {
    margin-top: 10px;
    hyphens: auto;
  }
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /*  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* The Modal (background) */
.overlay {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /*  overflow: auto; /* Enable scroll if needed */
  /*  background-color: rgb(0,0,0); /* Fallback color */
  /*  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  display: block;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 20;
}

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

img#img01 {
  z-index: 6;
  position: sticky;
  max-height: 90%;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.tabContent-desc {
  text-align: justify;
}