/**
* Template Name: Bethany - v2.2.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  font-weight: 500;
}

a {
  color: #f18f4d;
}

a:hover {
  color: #f18f4d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #eca179;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
 opacity: 0.8;
  color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
   background: #2e323d; 
  position: relative;
}

#header.header-scrolled {
  background: #2e323d;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  padding: 10px 0px;
}

#header .logo {
  overflow: hidden;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 176px;
  transition: all 0.5s;
}

.gensection {
  font-size: 30px;
  font-weight: 500;
  color: #5169fd;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 24px;
  }
}

#header.fullHeader {
  background: #2e323d;
  top: 0px;
  padding: 20px;
}
#header.fullHeader.header-scrolled {
  padding: 0px;
}
.headerTopMargin {
  margin-top: 122px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #e0e0e0;
  /*padding: 10px 12px;*/
  padding: 10px 8px;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #eca179;
  text-decoration: none;
}

.nav-menu .get-started a {
    background: #ffae3d;
    color: #383838;
    margin: 0 15px;
    padding: 10px 25px;
    font-weight: 700;
    margin-top: -41px;
    padding-top: 50px;
    transition: all 0.5s;
}

.header-scrolled .nav-menu .get-started a {
  background: #ffae3d;
  color: #383838;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  font-weight: 700;
}

.nav-menu .get-started a:hover {
  background: #f18f4d;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #f18f4d;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.donorFind .form-control {
  height: 48px;
  padding: 10px 25px;
  border-radius: 25px 0px 0px 25px;
  background-color: #420e0b;
  border: 1px solid #fe7e7e;
  color: #fff;
  font-size: 14px;
}
.donorFind .form-control::placeholder {
  font-weight: 500;
  font-size: 13px;
  font-style: italic;
  color: #fe7e7e;
}
.btn-find {
  background-color: #fe7e7e;
  padding: 5px 15px;
  border-radius: 0px 25px 25px 0px;
}
.donorFind .input-group {
  width: 360px;
  margin-left: auto;
  margin-right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin-top: -12px;
}

.mobile-nav-toggle i {
  color: #efc18d;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #2e323d;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f18f4d;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 14px;
}

.mobile-nav .get-started a {
  background: #f18f4d;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 80vh; */
  background: url("../img/bannerbg.png") no-repeat center top -70px;
  background-size: 100% 100%;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 0px;
}

#hero .container {
  padding-top: 65px;
}

/* #hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero h1,
#hero h1 span.spanH1 {
  margin: 60px 0 30px 0;
  font-size: 68px;
  font-weight: 900;
  /* line-height: 48px; */
  line-height: 59px;
  text-transform: uppercase;
  color: #e0e0e0;
}
#hero h1 span {
  font-size: 48px;
  line-height: 39px;
}

.bannerText2 {
  color: #2e323d;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.25px;
  /* letter-spacing: 0.5px;
  text-transform: capitalize; */
  line-height: 26px;
  margin-top: 55px;
}

.btn-get-started {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 92px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background-color: #420e0b;
  color: #fe7e7e;
}
.bannerimgCol {
  /*align-self: end;*/
  align-self: center;
  margin-top: 20px;
}

.btn-get-started:hover {
  background: #290907;
  /* border: 2px solid #f18f4d; */
}
.validate {
  font-size: 12px;
  color: red;
}
.bannerPerson {
    position: absolute;
  bottom: 80px;
  left: -90px;
  width: 87px;
}
@media (min-width: 1024px) {
  /* #hero {
    background-attachment: fixed;
  } */
}

@media (max-width: 767px) {
  #hero {
    /* height: 100vh; */
  }
  #hero .container {
    padding-top: 60px;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 90px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f18f4d;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  /* background: #9d9ea5; */
  text-align: center;
  /* border-bottom: 1px solid #6f83fd; */
}

/* .clients img {
  width: 40%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
} */

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features .icon-box {
  text-align: center;
  padding: 0px 20px 55px 20px;
  transition: all ease-in-out 0.3s;
  background: url(../img/vevent_bg01.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0px;
}

.features .icon-box .icon {
  margin: -60px auto 0 auto;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 10px solid #efc18d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  background-color: #fff;
  overflow: hidden;
}
.features .icon-box .icon img {
  max-height: 103px;
  max-width: 103px;
}
.features .bloodSlide .icon-box {
  margin-top: 100px;
}
.features .bloodSlide:nth-child(odd) .eventBox h4 span {
  color: #fff;
}
.features .bloodSlide:nth-child(even) .eventBox h4 {
  color: #2e323d;
}
.features .bloodSlide:nth-child(even) .eventBox h4 span {
  color: #eca179;
}
.features .bloodSlide:nth-child(even) .eventBox p {
  color: #2e323d;
}

.features .icon-box .icon i {
  font-size: 28px;
}

.features .icon-box h4 {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 30px;
  color: #eca179;
  line-height: 36px;
}

.features .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.features .icon-box p {
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
#features .row .bloodSlide:nth-child(even) .icon-box {
  background: url(../img/vevent_bg02.png) no-repeat center top;
  background-size: 100% 100%;
}
#features .row .col-md-4:nth-child(even) .icon-box h4, #features .row .col-md-4:nth-child(even) .icon-box p {
 /* color:#fff; */
}

/* .features .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
} */

.features .icon-box:hover h4 a {
  color: #f18f4d;
}

/*--------------------------------------------------------------
# platform
--------------------------------------------------------------*/
#whatsNew {
  background: url(../img/ev_manage_platform_bg.jpg) no-repeat center top;
  background-size: cover;
}
.whatsNewSliderImg {
    padding-top: 114px;
}
.testimonialAvtar,
.testimonialAvtar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0px auto;
}
#testimonials .featuresHeading {
  margin-bottom: 10px;
}
.testimonialAvtar img {
  border: 10px solid #efc18d;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.platform h2 {
  font-size: 68px;
  color: #eca179;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 54px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.platformBlood {
  display:inline;
  color:#420e0b;
}
.platform h2 span.white {
  display:block;
  color:#fff;
}
.platformSmallFont {
  font-size: 48px;
}
.platform p {
  font-size: 27px;
  color: #626262;
  line-height: 40px;
}
#virtualUniq.platform p {
    display: flex;
    flex-direction: row;
    justify-content: start;
} 
#virtualUniq.platform p img {
  height: 46px;
    width: 46px;
    margin-right: 10px;
    margin-top: 10px;
}
.accfaq {
  background-color: #5c73fd;
  border: 1px solid #a1aefd;
}
.accfaq .panel {
  border-bottom: 1px solid #a1aefd;
}
.platformRow {
  align-items: center;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f18f4d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  /* margin: 10px auto; */
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
  background: #eaeaeb;
  /* max-width: 792px; */
  border-radius: 45px;
  overflow: hidden;
  overflow: hidden;
  border: 2px solid #efc18d;
  padding: 105px 50px 35px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 57px;
  height: 43px;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #66ffd6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item .testimonialText1,
.testimonials .testimonial-item .testimonialText2,
.testimonials .testimonial-item .testimonialText3 {
  font-size: 16px;
  color: #2e323d;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.testimonials .testimonial-item .testimonialText1 {
  margin: 30px 0px 24px;
}
.testimonials .testimonial-item .testimonialText2 {
  color: #eca179;
  text-transform: uppercase;
}
.testimonials .testimonial-item .testimonialText3 {
  color: #efc18d;
  font-style: italic;
  font-weight: 400;
}

.testimonials .owl-nav, 
.testimonials .owl-dots, 
.whatsNew .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.testimonials .owl-dot,
.whatsNew .owl-dot {
  display: inline-block;
  margin: 0 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #efc18d !important;
}
.testimonialAvtar {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -75px;
}
.testimonialOverall {
  margin-top: 75px;
}

.testimonials .owl-dot.active,
.whatsNew .owl-dot.active {
  background-color: #eca179 !important;
}
.modal-header {
  background-color: #5169fd;
  color: #fff;
}
@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  .btn-get-started {
    font-size: 12px;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .copyblink {
    display: block;
  }
}

.featuresHeading {
  font-size: 32px;
  color: #eca179;
  font-weight: 600;
}
.featuresHeading span {
  font-weight: 900;
}
#about .featuresHeading {
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
}
.aboutText {
  text-align: center;
  color: #2e323d;
  font-size: 22px;
  margin: 20px auto 15px;
  text-transform: none;
  width: 100%;
}
.aboutBtn {
  text-align: center;
}
.aboutBtn .btn-get-started {
  color: #fff;
  background-color: #2e323d;
}
.aboutBtn .btn-get-started:hover {
  background-color: #871d17;
}
.contactInfoAddTitle {
  color: #eca179;
  font-size: 16px;
  line-height: 20px;
}
.contactInfoContactText {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.contactInfoAdd {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.contactInfoBottom {
  padding: 36px 0px;
}
.contactInfoBottom .contactInfoAdd:last-child {
  margin-bottom: 0px;
}
.contactInfoAddOnly {
  width: 80px;
}
.contactInfoContOnly {
  width: 78px;
}
.contactInfoMailOnly {
  width: 60px;
}
#contactInfo {
  background-color: #fbece4;
  padding: 0px;
}
.contactInfoTop {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 28px 0px;
}
.contactLink {
  text-align: center;
}
.contactLink li {
  display: inline-block;
}
.contactLink li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #2e323d;
  margin: 0px 20px;
}
#footer {
  background-color: #2e323d;
  padding: 30px 0px;
}
.footerList li,
.footerList li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.footerList li {
  display: inline-block;
}
.footerList {
  text-align: center;
}
.footerList li:nth-child(2) {
  margin: 0px 22px;
}
.fixedContact {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -130px;
  z-index: 999999;
}
.makeVideoLineMid {
  margin: -13px 0px -6px;
}
.makeVideoLineLast {
  margin-top: -12px;
}
#video {
  background: url('../img/videoBg.jpg') left top no-repeat;
  background-size: cover;
}
#faqs #accordion {
  background-color: rgba(46, 50, 61, 0.05);
  padding: 0px 30px 30px;
  border-radius: 24px;
}
#faqs #accordion .card {
  border: none;
  background: none;
  border-bottom: 1px solid #2e323d;
  border-radius: 0px;
  padding: 10px 0px;
}
#faqs #accordion .card-header {
  background: none;
  border: none;
  padding: 0px;
}
#faqs #accordion .card-header .card-link {
  background: url('../img/faqOpen.png') no-repeat center right;
  color: #eca179;
  font-size: 24px;
  text-transform: none;
  display: block;
  padding: .75rem 1.25rem;
  padding-right: 40px;
}
#faqs #accordion .card-header .card-link.collapsed {
  background: url('../img/faqClose.png') no-repeat center right;
}
#faqs #accordion .card-body {
  color: #2e323d;
  font-size: 22px;
  text-transform: none;
  line-height: 28px;
  padding-top: 0px;
}
#watchvidPop .modal-content {
  height: 320px;
}
#watchvidPop .modal-content .close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9;
}
.videoblock {
  box-shadow: 0px 0px 15px #000;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
/*22-05-2025 start*/
.countryPh-row .country-col {
    width: 130px;
}
.countryPh-row .ph-col {
    width: calc(100% - 140px);
    margin-left: 10px;
}
.countryPh-row {
    display: flex;
}
/*22-05-2025 end*/    


/*05-06-2025*/
.tickImg {
    background-color: #eca179;
    padding: 20px;
}
.successModalCotent {
    border-radius: 30px;
  overflow: hidden;
  border: none;
}
.successModalCotent .modalText {
    font-weight: 600;
}
.successModalCotent .btnSubmit {
    width: 120px;
  font-size: 16px;
  height: auto;
  margin: 18px auto 0px;
  background: #2e323d;
}
.successModalBelow {
    padding: 30px;
}
/*05-06-2025 end*/













.donorFind.campOrganizeForm label {
  font-size: 18px;
  color: #2e323d;
}
.formSpan {
  font-size: 16px;
  color: #898989;
}
.formSpan span {
  color: #eca179;
  cursor: pointer;
}
.captchaBlock {
  font-family: "Special Elite", system-ui;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 4px;
  background: url('../img/captchaBg.jpg') no-repeat center;
  height: 48px;
  padding: 8px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #2e323d; */
  -moz-user-select: none;  
  -webkit-user-select: none;  
  -ms-user-select: none;  
  -o-user-select: none;  
  user-select: none;
  /*22-05-2025 start*/
  border-radius: 25px;
  /*22-05-2025 end*/
}
.donorFind.campOrganizeForm .form-control {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #2e323d;
  font-size: 18px;
  font-weight: 500;
}
.donorFind.campOrganizeForm .form-control::placeholder {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.btnSubmit {
  background-color: #eca179;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 25px;
  height: 48px;
  font-size: 22px;
}
.campOrganize {
  z-index: 99999;
}
.campOrganize .modal-content {
  padding: 40px;
  background: #eeeeef;
  border-radius: 45px;
  -webkit-box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.4);
  box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.4);
}
.campOrganize .modal-content .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 42px;
  font-weight: 400;
}
.campOrganize .modal-content .close:focus {
  outline: none;
}
.campOrganize .modal-content select {
  -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('../img/select-notch.png') right 10% center no-repeat !important;
}
.nav-menu a.reachBtn,
.mobile-nav a.reachBtn {
  font-size: 20px;
  font-weight: 700;
  color: #000 !important;
  background-color: #eca179;
  border-radius: 30px;
  /*width: 195px;*/
  /*height: 56px;*/
  width: 164px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  /*margin-left: 12px;*/
  margin-left: 8px;
  -webkit-box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.29);
  box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.29);
  transition: all 0.5s;
}
.mobile-nav a.reachBtn {
  margin: 15px;
  width: calc(100% - 30px);
}
.nav-menu ul {
  display: flex;
  align-items: center;
}
/*.bannerEvery {*/
/*  margin-top: -13px;*/
/*}*/
.platformBloodBig .platformBlood {
  font-size: 120px;
  color: #2e323d;
}
.platformBloodBig {
  margin-top: 24px;
}
.downloadTopTitle {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: -37px;
  color: #2e323d;
}
.appStore {
  margin-top: 45px;
  text-align: center;
}
.appStore li {
  margin-right: 26px;
}
.appStore li:last-child {
  margin-right: 0px;
}
#download {
  background: url('../img/downloadSectionBg.png') no-repeat center center;
}
.platformMicroFont {
  font-size: 30px;
}
.platform h2.lessH2 {
  line-height: 39px;
}
.lessH2Top {
  margin-bottom: -6px;
}
.campOrganize .modal-content .featuresHeading {
  font-size: 46px;
  font-weight: 800;
  line-height: 32px;
  color: #2e323d;
}
.campOrganize .modal-content .aboutText {
    color: #eca179;
}
#header.header-scrolled .nav-menu a.reachBtn {
  font-size: 16px;
  /*width: 175px;*/
  width: 160px;
  height: 46px;
  transition: all 0.5s;
}
#header.header-scrolled .logo img {
  width: 150px;
  transition: all 0.5s;
}



@media (max-width: 1199px) {
  #hero h1, #hero h1 span.spanH1,
  .platform h2 {
    font-size: 58px;
    line-height: 56px;
  }
  #hero h1 span,
  .platformSmallFont {
    font-size: 42px;
  }
  .bannerimgCol {
    align-self: center;
  }
  .bannerText2,
  .aboutText {
    font-size: 20px;
    line-height: normal;
  }
  #hero {
    background-position: center top -40px;
  }
  .platformBloodBig .platformBlood {
    font-size: 100px;
  }
  .platformBloodBig {
    margin-top: 11px;
  }
  .featuresHeading {
    font-size: 28px;
  }
  .downloadGetText {
    margin-bottom: -8px;
  }
  .nav-menu a.reachBtn {
    font-size: 16px;
    width: 142px;
    height: 46px;
    margin-left: 10px;
  }
  .nav-menu a {
    padding: 10px 8px;
  }
  .fixedContact {
    margin-top: -95px;
  }
  .fixedContact img {
    width: 75px;
  }
  #header.header-scrolled .nav-menu a.reachBtn {
    width: 142px;
  }
}


@media (max-width: 991px) {
   #hero h1, #hero h1 span.spanH1, .platform h2 {
    font-size: 42px;
    line-height: 40px;
  }
   #hero h1 span, .platformSmallFont {
    font-size: 28px;
  }
  /*.bannerEvery {*/
  /*  margin-top: -11px;*/
  /*}*/
  #header .logo img {
    width: 160px;
  }
  #hero .container {
    padding-top: 30px;
  }
  #hero {
    background-position: center top -64px;
  }
  .bannerText2, .aboutText {
    font-size: 18px;
  }
  #features .row {
    justify-content: center;
  }
  .downloadImg {
    text-align: center;
    margin-bottom: 30px;
  }
  .downloadGetText {
    margin-bottom: -3px;
  }
  .downloadTopTitle {
    margin-bottom: -33px;
  }
  .platformBloodBig {
    margin-top: 22px;
  }
  .platform h2.lessH2 {
    line-height: 30px;
  }
  .lessH2Top {
    margin-bottom: -2px;
  }
  .contactLink li a {
    margin: 0px 15px;
  }
  .footerList li:nth-child(2) {
    display: none;
  }
  .makeVideoLineMid {
    margin: -1px 0px -2px;
  }
  .makeVideoLineLast {
    margin-top: -1px;
  }
  #faqs #accordion .card-header .card-link {
    font-size: 22px;
    line-height: normal;
  }
  #faqs #accordion .card-body {
    font-size: 20px;
    line-height: normal;
  }
  /*22-05-2025 start*/
  /*remove */
  /*22-05-2025 end*/
}

@media (max-width: 767px) {
  #hero {
    background-position: center top -335px;
  }
  #hero .bannerText2 {
    color: #0b1b40 !important;
    margin-bottom: 30px;
  }
  .featuresHeading {
    font-size: 22px;
    line-height: normal !important;
  }
  .contactInfoAdd {
    justify-content: left;
  }
  .contactInfoAddOnly,
  .contactInfoContOnly,
  .contactInfoMailOnly {
    width: 80px;
  }
  .contactInfoBottom .contactInfoAdd .contactInfoAddTitle:nth-child(2),
  .contactInfoBottom .contactInfoAdd:nth-child(2) .contactInfoContactText {
    width: calc(100% - 80px);
  }
  .fixedContact {
    margin-top: -68px;
  }
  .fixedContact img {
    width: 54px;
  }
  .bannerPerson {
      bottom: 10px;
  }
}
@media (max-width: 575px) {
  #hero {
    background-position: right top -405px;
  }
  .featuresHeading {
    font-size: 21px;
  }
  .bannerText2, .aboutText {
    font-size: 16px;
  }
  .footerList li, .footerList li a {
    font-size: 14px;
  }
}
@media (max-width: 489px) {
   #hero {
    background-position: right top -352px;
  }
  .appStore li {
    margin-right: 0px;
    margin-top: 10px;
  }
  .contactInfoBottom .contactInfoAdd:nth-child(2) .contactInfoContactText {
    width: calc(100% - 47%);
  }
  #faqs #accordion .card-header .card-link {
    font-size: 20px;
  }
  #faqs #accordion .card-body {
    font-size: 18px;
  }
  .donorFind.campOrganizeForm .form-control,
  .donorFind.campOrganizeForm .form-control::placeholder,
  .donorFind.campOrganizeForm label,
  .formSpan {
      font-size: 16px;
  }
  .donorFind .form-control {
      padding: 10px 16px;
  }
}
@media (max-width: 413px) {
  #hero h1, #hero h1 span.spanH1, .platform h2 {
    font-size: 40px;
  }
  .campOrganize .modal-content .featuresHeading {
    font-size: 32px;
  }
  .contactLink li {
    display: block;
  }
  #faqs #accordion .card-header .card-link {
    font-size: 18px;
  }
  #faqs #accordion .card-body {
    font-size: 16px;
  }
  .fixedContact {
    margin-top: -53px;
  }
  .fixedContact img {
    width: 42px;
  }
  /*22-05-2025 start*/
  .campOrganize .modal-content {
      padding: 30px 20px;
  }
  .donorFind.campOrganizeForm .form-control,
  .donorFind.campOrganizeForm .form-control::placeholder,
  .donorFind.campOrganizeForm label,
  .formSpan {
      font-size: 14px;
  }
  .countryPh-row .country-col {
      width: 95px;
  }
  .countryPh-row .ph-col {
      width: calc(100% - 105px);
  }
  .donorFind .form-control {
      height: 46px;
    padding: 10px 15px;
  }
  .captchaBlock {
      width: 100%;
  }
  .campOrganize .modal-content select {
      background-size: 14px !important;
  }
  .captchaBlock {
      font-size: 20px;
  }
  #hero {
    background-position: right top -305px;
  }
  /*22-05-2025 end*/
}