header.donate-p {
  max-height: 85px;
  height: 100px;
}

.main-nav.main-nav-hide {
  height: auto;
  background: none;
}

.main-nav.main-nav-hide .site-language {
  top: -55px;
}

.hero-donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(100vh - 100px);
}

@media (max-width: 575px) {
  .hero-donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 460px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .hero-donate {
    min-height: calc(60vh - 100px);
  }
}

.hero-donate .text-col {
  width: 50%;
  background-color: #ed8b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6em;
}

@media (max-width: 575px) {
  .hero-donate .text-col {
    padding: 4em 1.5em 4em 1.5em;
    width: 100%;
  }
}

.hero-donate .text-col .tag-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .hero-donate .text-col .tag-hold {
    width: 100%;
  }
}

.hero-donate .text-col .tag-hold h1 {
  font-size: 2.7em;
  color: #ffffff;
  display: block;
  width: 100%;
}

.hero-donate .text-col .tag-hold h2 {
  font-size: 2em;
  color: #ffffff;
}

.hero-donate .img-col {
  width: 50%;
  position: relative;
}

@media (max-width: 575px) {
  .hero-donate .img-col {
    width: 100%;
    height: 100%;
  }
}

.hero-donate .img-col .img-hold {
  height: calc(100% - 4em);
  position: relative;
  margin: 2em 0 0 -4em;
}

@media (max-width: 575px) {
  .hero-donate .img-col .img-hold {
    margin: -2em 1.5em;
  }
}

.hero-donate .img-col .img-hold img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575px) {
  .hero-donate .img-col .img-hold img {
    position: relative;
    min-height: 260px;
  }
}

.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4em;
  font-size: 16px;
}

@media (max-width: 767px) {
  .with-flex {
    margin-top: 2em;
  }
}

.with-flex .content-dnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 575px) {
  .with-flex .content-dnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.with-flex .content-dnt .lt-cnt {
  width: 70%;
  padding: 0 4% 0 8%;
}

@media (max-width: 575px) {
  .with-flex .content-dnt .lt-cnt {
    width: 100%;
    padding: 0 5% 0 5%;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .with-flex .content-dnt .lt-cnt {
    width: 60%;
  }
}

.with-flex .content-dnt .lt-cnt p {
  margin-bottom: 1.4em;
}

.with-flex .content-dnt .lt-cnt p:last-child {
  margin-bottom: 0;
}

.with-flex .content-dnt .lt-cnt ul {
  list-style: none;
  margin-bottom: 1em;
}

.with-flex .content-dnt .lt-cnt ul li {
  list-style: none;
  font-size: 1em;
  line-height: 1.4em;
  position: relative;
  margin: 0.5em 0 0 1em;
  padding: 0.5em 0 0.5em 2em;
}

.with-flex .content-dnt .lt-cnt ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  top: 16px;
  border-radius: 50%;
}

.with-flex .content-dnt .rt-cnt {
  width: 30%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .with-flex .content-dnt .rt-cnt {
    width: 40%;
  }
}

.with-flex .content-dnt .content-fndraise {
  background-color: #ffffff;
}

.with-flex .content-dnt.faq {
  background-color: #f5f5ef;
  padding: 5em 0;
  min-height: 500px;
}

.with-flex .content-dnt.faq h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.with-flex .content-dnt.faq .panel-default {
  border-color: #dbdbdb;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-left: -0.8em;
}

@media (max-width: 575px) {
  .with-flex .content-dnt.faq .panel-default {
    margin-left: 0em;
  }
}

.with-flex .content-dnt.faq .panel {
  background-color: #f5f5ee;
}

.with-flex .content-dnt.faq .panel,
.with-flex .content-dnt.faq .panel-body {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.with-flex .content-dnt.faq .panel-body {
  padding-top: 0.5em;
}

.with-flex .content-dnt.faq .panel-group .panel-heading {
  padding: 0;
  background-color: #f5f5ef;
}

.with-flex .content-dnt.faq .panel-group .panel-heading .panel-title {
  font-size: 1.3em;
  font-weight: 400;
}

.with-flex .content-dnt.faq .panel-group .panel-heading a {
  display: block;
  padding: 1.2em 0.6em;
  text-decoration: none;
  position: relative;
  color: #000;
}

@media (max-width: 575px) {
  .with-flex .content-dnt.faq .panel-group .panel-heading a {
    padding: 1.2em 4em 1.2em 0.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.with-flex .content-dnt.faq .panel-group .panel-heading a:after {
  content: "-";
  float: right;
  background-color: #ed8b00;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -6px;
}

@media (max-width: 575px) {
  .with-flex .content-dnt.faq .panel-group .panel-heading a:after {
    margin-right: -4em;
  }
}

.with-flex .content-dnt.faq .panel-group .panel-heading a.collapsed:after {
  content: "+";
}

.with-flex .content-dnt.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  max-width: 90%;
}

.content-mission {
  width: 100%;
  padding: 50px 0;
  background-color: #f5f5ef;
}

.content-mission .mission-wrap {
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 15px;
}

@media (max-with: 575px) {
  .content-mission .mission-wrap {
    padding: 0 0 0 15px;
  }
}

.content-mission .mission-wrap h3 {
  font-size: 1.8em;
  padding: 0;
  font-weight: 700;
}

.content-mission .mission-wrap .slick-dotted.slick-slider {
  margin: 0 0 1.5em -1.2em;
}

.content-mission .mission-wrap .slick-dots {
  visibility: hidden;
}

@media (max-width: 575px) {
  .content-mission .mission-wrap .slick-dots {
    visibility: visible;
    bottom: -22px;
  }
}

.content-mission .mission-wrap .wgt-card {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  margin: 2em 1em;
  padding: 2em 1.5em;
  text-align: center;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .content-mission .mission-wrap .wgt-card {
    padding: 2.5em;
  }
}

.content-mission .mission-wrap .wgt-card.slick-slide {
  min-height: 200px;
}

.content-mission .mission-wrap .wgt-card .icon {
  margin: 0 auto;
  padding-bottom: 1.5em;
  max-width: 72px;
}

@media (max-width: 575px) {
  .content-mission .mission-wrap .slick-dots li.slick-active button:before {
    font-size: 10px;
    line-height: 24px;
    color: #f7941c;
  }
}

.form-stiky {
  position: relative;
  will-change: min-height;
  min-height: 400px;
}

.form-stiky .inner-wrapper-sticky {
  min-width: 260px;
  width: 96%;
  max-width: 400px;
  min-height: 200px;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.card-ui-01.content-fndraise {
  margin: 18px 50px 100px;
  max-width: 800px;
}

header.header {
  height: 83px;
}

/*---SOF ticket GW-3968 css---*/
.page-node-type-ct-fundraising .card-ui-01.content-fndraise {
  max-width: 100%;
  padding: 10px 4% 60px 4% !important;
  margin: 0;
}

@media (max-width: 768px) {
  .page-node-type-ct-fundraising .card-ui-01.content-fndraise {
    padding: 10px 0 60px 0 !important;
  }
}

.page-node-type-ct-fundraising .content-dnt.faq {
  background-color: #fcfcfc;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (max-width: 575px) {
  .page-node-type-ct-fundraising .content-dnt.faq {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.page-node-type-ct-fundraising .content-dnt.faq .faq-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 50px 15px 50px 15px;
}

.page-node-type-ct-fundraising .content-dnt.faq .panel-default {
  /*border: none;*/
  background: none;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.page-node-type-ct-fundraising .content-dnt.faq .panel-heading {
  background: none !important;
}

.page-node-type-ct-fundraising .content-dnt.faq .panel-heading a {
  padding: 15px 0.6em !important;
}

.page-node-type-ct-fundraising .content-dnt.faq .panel-body a {
  color: #ed8b00;
}

.page-node-type-ct-fundraising .fundraiseup-slider {
  margin: 0;
  padding: 0 0 30px;
  background: #fcfcfc;
}

.with-flex .fundraiseup-slider .fund-slide-wrap {
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 15px;
}

.page-node-type-ct-fundraising .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.page-node-type-ct-fundraising .slick-slide {
  height: auto;
}

@media (max-width: 800px) {
  .page-node-type-ct-fundraising .with-flex .content-dnt.faq .lt-cnt {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .page-node-type-ct-fundraising .form-stiky {
    height: auto !important;
    text-align: center;
    margin-top: 2em;
  }

  .with-flex .content-dnt {
    flex-wrap: wrap;
  }

  .form-stiky .inner-wrapper-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .with-flex .content-dnt .lt-cnt {
    width: 100%;
  }

  .with-flex .content-dnt .rt-cnt {
    width: 100%;
  }

  .with-flex .fundraiseup-slider .lt-cnt {
    width: 100%;
  }

  .page-node-type-ct-fundraising .card-ui-01.content-fndraise {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .with-flex .fundraiseup-slider .lt-cnt {
    width: 100%;
    padding: 0 5% 0 5%;
  }
}

@media (max-width: 480px) {
  .page-node-type-ct-fundraising .card-ui-01.content-fndraise {
    max-width: 100%;
  }

  .page-node-type-ct-fundraising .with-flex .content-dnt.faq .panel-group .panel-heading a:after {
    margin-right: 0;
  }

  .page-node-type-ct-fundraising .slick-prev:before,
  .page-node-type-ct-fundraising .slick-next:before {
    /*color: #000;*/
  }

  .page-node-type-ct-fundraising .slick-prev {
    left: -14px;
  }

  .page-node-type-ct-fundraising .slick-next {
    right: -10px;
  }

  .page-node-type-ct-fundraising .content-mission .mission-wrap .wgt-card.slick-slide {
    margin-left: 10px;
  }

  .page-node-type-ct-fundraising .with-flex .content-dnt .rt-cnt {
    width: 100%;
    padding: 0 15px;
  }
}

/*---EOF ticket GW-3968 css---*/

/* css for precious footer */
.o-button {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  text-align: center;
  vertical-align: middle;
  width: auto;
  background-color: #4b8bcd;
  border: 2px solid #4b8bcd;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  line-height: 2.75;
  text-decoration: none;
}

.o-button:hover {
  background-color: #5f98d3;
  border-color: #5f98d3;
  color: #fff;
  cursor: pointer;
}

.o-button:active {
  background-color: #3272b3;
  border-color: #3272b3;
  color: #fff;
}

@media only screen and (max-width: 36em) {
  .o-button {
    display: block;
    padding: 0 0.5em;
    width: 100%;
  }
}

.o-button:focus {
  outline: 5px auto #0478ed;
}

.o-button--circle {
  font-size: 1.5em;
}

.o-button--circle,
.o-button--circle-small {
  height: 2em;
  line-height: 2em;
  padding: 0;
  width: 2em;
}

.o-button--circle-small {
  font-size: 1.125em;
}

.o-button--circle,
.o-button--circle-small {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.o-button--linkedin {
  background-color: #fff;
  border: none;
  color: #404040 !important;
}

.o-button--linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.o-button--twitter {
  background-color: #fff;
  border: none;
  color: #404040 !important;
}

.o-button--twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.o-button--whatsapp {
  background-color: #fff;
  border: none;
  color: #404040 !important;
}

.o-button--whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}

.o-button--youtube {
  background-color: #fff;
  border: none;
  color: #404040 !important;
}

.o-button--youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f;
  color: #fff;
}

.o-button--facebook {
  background-color: #fff;
  border: none;
  color: #404040 !important;
}

.o-button--facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.o-text:last-child,
.o-text p:last-child {
  margin-bottom: 0;
}

.o-text {
  margin-bottom: 1.5em;
}

.o-text p {
  margin-bottom: 1.25em;
  color: #404040 !important;
}

.o-text p small {
  font-size: 0.875em;
}

.o-text--small {
  font-size: 0.875em;
}

.o-list--unstyled {
  list-style: none;
  margin: 0;
}

.o-list--inline {
  margin: 0 -0.5em;
}

.o-list--inline li {
  display: inline-block;
  margin: 0 0.5em 1.25em;
}

.o-link {
  border-bottom: 0.0625em solid;
  color: currentColor;
  padding-bottom: 0.0625em;
  text-decoration: none;
}

.o-link:hover {
  border-color: #4b8bcd;
  color: #4b8bcd;
}

.o-link:focus {
  outline: 5px auto #0478ed;
}

.o-link--external {
  border: none;
  color: #4b8bcd;
  font-weight: 700;
}

.o-link--external:hover {
  color: #3272b3;
}

.o-link--external:after {
  font-family: FontAwesome;
  font-size: 0.8em;
  content: "\F054";
  padding-left: 0.5em;
}

[data-class="arabic"] .o-link--external:after {
  content: "\F053";
  float: right;
  position: relative;
  top: 2px;
}

footer .o-link--external {
  color: #fff;
}

.o-link--donate {
  border: none;
  color: #4b8bcd;
  font-weight: 700;
}

.o-link--donate:hover {
  color: #3272b3;
}

.o-link--donate:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\F0DA";
  padding-left: 8px;
}

[data-class="arabic"] .o-link--donate:after {
  content: "\F0D9";
  float: right;
  position: relative;
  top: 2px;
  padding-left: 0;
  padding-right: 8px;
}

footer .o-link--donate {
  color: #fff;
}

.l-section--border {
  border-top: 10px solid #fff;
}

.l-section--dark {
  background-color: #f18406;
  color: #404040 !important;
}

.l-section--large {
  padding: 1.25em;
}

@media only screen and (min-width: 23.4375em) {
  .l-section--large {
    padding: 1.875em;
  }
}

@media only screen and (min-width: 48em) {
  .l-section--large {
    padding: 1.875em 2.5em;
  }
}

.l-section--extra-large {
  padding: 1.25em;
}

@media only screen and (min-width: 23.4375em) {
  .l-section--extra-large {
    padding: 1.875em;
  }
}

@media only screen and (min-width: 48em) {
  .l-section--extra-large {
    padding: 3.75em 5em;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-grid--gutter-5.u-grid--collapse-gutter {
    margin: 0 0 -0.3125em;
  }

  .u-grid--gutter-5.u-grid--collapse-gutter>.u-grid__item {
    margin: 0 0 0.3125em;
  }
}

.c-footer p a:link {
  color: #404040;
}

.card-ui-01.content-fndraise .row {
  margin: 35px auto 0 auto;
  max-width: 1180px;
}

.tag-hold .superscript {
  display: inline-block;
  padding: 5px 8px;
  background-color: #d4351b;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.main-nav.main-nav-hide {
  height: auto;
  background: none;
  transform: none;
}

@media (max-width: 1090px) {
  body {
    padding-top: 85px;
  }

  .page-node-type-ct-fundraising header {
    position: fixed;
    top: 0;
  }

  .user-logged-in .main-nav.main-nav-hide {
    top: 55px;
  }

  .toolbar-tray-open.user-logged-in .main-nav.main-nav-hide {
    top: 120px;
    z-index: 41;
  }

  .user-logged-in .main-nav.main-nav-hide .site-language {
    top: 15px;
  }

  .toolbar-tray-open.user-logged-in .main-nav.main-nav-hide .site-language {
    top: 15px;
  }
}

@media (max-width: 1073px) {
  .main-nav.main-nav-hide {
    width: 100%;
    max-width: 100%;
    position: fixed;
  }

  .main-nav.main-nav-hide .site-language {
    top: 20px;
    right: 0;
    margin-bottom: 0;
  }

  .main-nav.main-nav-hide .language-link {
    color: #464646;
  }

  .main-nav.main-nav-hide .language-link.is-active {
    color: #ed8b00;
  }
}

@media (max-width: 800px) {
  .toolbar-tray-open.user-logged-in .main-nav.main-nav-hide {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .page-node-type-ct-fundraising #makeDonation {
    margin-top: 40px;
  }

  .user-logged-in .main-nav.main-nav-hide {
    top: 60px;
  }

  .toolbar-tray-open.user-logged-in .main-nav.main-nav-hide {
    top: 90px;
  }
}

body .uwy {
  display: none;
}

/*Ticket 3894 UI fixes*/
.card-ui-01 {
  margin: 50px 0 100px;
}

.card-ui-01 .container {
  width: 100%;
  max-width: 1100px;
}

.card-ui-01 .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.card-ui-01 .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 33.33%;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .card-ui-01 .card {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}

@media (min-width: 651px) and (max-width: 959px) {
  .card-ui-01 .card {
    width: 44%;
    margin: 10px 0;
    padding: 0;
  }
}

.card-ui-01 .card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 0;
  position: relative;
}

.card-ui-01 .card .card-body iframe {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}

.card-ui-01 .card-body .btn-primary {
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 1em 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-size: 15px;
  transition: all ease 0.2s;
}

.card-ui-01 .card-body .btn-primary:hover {
  background-color: #db7b0b;
}

.card-ui-01 .card-body p {
  font-size: 16px;
  line-height: 24px;
}

.fundraiseup-slider {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

.l-section--border {
  border-top: none !important;
}

.donate-page section.newDes_ninteen {
  max-width: 100%;
  padding: 0;
}

.donate-page .breadcrumb {
  background-color: transparent;
}

.content-dnt .lt-cnt h2 {
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 575px) {

  .slick-prev,
  .slick-next {
    display: none;
  }
}

.page-node-type-ct-fundraising h1,
.page-node-type-ct-fundraising h2,
.page-node-type-ct-fundraising h3,
.page-node-type-ct-fundraising h4 {
  font-weight: 700;
  font-family: Roboto, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}

#navigation-new ul.menu li a:hover {
  background-color: #3a3939;
  text-decoration: none;
}

/*---css for mobile menu start here---*/
.nav-link-bar.mbmenuleft-plus-value {
  left: 0;
}

.nav-link-bar.mbmenuleft-minus-value {
  left: -575px;
}

.nav-link-bar.mbmenu-ar-left-value {
  left: initial;
}

.nav-link-bar.mbmenuright-plus-value {
  right: 0px;
}

/*---css for mobile menu end here---*/
.page-node-type-ct-fundraising .wgt-card .msn-text {
  font-size: 14px !important;
}

.page-node-type-ct-fundraising .hero-image::after {
  position: unset;
  left: unset;
  top: unset;
  content: unset;
  width: unset;
  height: unset;
  z-index: unset;
  background: rgb(0, 0, 0);
  background: unset;
}

.regular.slider {
  background-color: transparent;
}