/* 

font-family: 'Barlow', sans-serif;
font-family: 'Poppins', sans-serif;

*/

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}

#myModal {
  font-family: "Barlow", sans-serif;
}

a:hover,
a {
  text-decoration: none;
}

.section-padding {
  padding: 30px 0;
}
.theme-bg-first {
  background-color: #354dff;
}

.sec-heading h2 {
  color: #28261b;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 44px;
}

.sec-heading h3 {
  color: #28261b;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 38px;
}

.heading-span {
  height: 8px;
  width: 120px;
  background: #354dff;
  margin-top: 20px;
}

/*=================== top header ========================*/

.nav__menu {
  display: flex;
  justify-content: end;
  align-items: center;
}

.nav__menu li {
  padding: 0px 20px;
}

.sub-menu li {
  padding: 0px;
}

/* .sub-menu {
  margin-left: -70px;
} */

.top-header {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.nav__menu a {
  text-decoration: none;
  color: initial;
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}

.nav__menu a:hover {
  text-decoration: none;
  color: #354dff;
}

.menu-icon span:first-child {
  height: 3px;
  width: 20px;
  background: #354dff;
  position: absolute;
  top: 14px;
  right: 13px;
  transition: all 0.5s;
}

.menu-icon span:nth-child(2) {
  height: 3px;
  width: 38px;
  background: #354dff;
  position: absolute;
  top: -13px;
  transition: all 0.5s;
}
.login .fields input:focus {
  border-bottom-color: #ffffff !important;
}
.menu-icon span {
  height: 3px;
  width: 38px;
  background: #354dff;
  position: absolute;
  margin: 14px 0;
  right: 11px;
  transition: all 0.5s;
}

.menu-icon {
  opacity: 0;
}

.info {
  border-bottom: 1px solid #4d4a44;
  margin-bottom: 10px;
}

.info a {
  text-decoration: none;
  color: initial;
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}

.info .sub-info {
  line-height: 0;
  padding: 12px 30px !important;
  display: inline-block;
  vertical-align: middle;
}

.top-header .my-search a img {
  filter: brightness(0.1);
}

.top-header ul.nav__menu li a.green-btn {
  color: #fff;
  border-radius: 2px;
  background-color: #354dff;
}

.info .sub-info:first-child {
  line-height: 20px;
  border-right: 1px solid #4d4a44;
}

.info .sub-info a i {
  margin-right: 15px;
}

.info a:hover {
  text-decoration: none;
  color: #000;
}

/*=================== top header ========================*/

.desc h2 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.desc .carsl_cnt {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.desc {
  position: absolute;
  padding: 0;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.hero-img {
  position: relative;
}

/* .hero-img:before {
  background: #4c37ff30;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.btn-gradient-bg {
  color: #fff;
  display: inline-block;
  padding: 11px 33px;
  background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
  border-radius: 30px;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0;
  }
}

/*.hero_carosel{
    margin-top: -162px;
}*/

.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  right: 50%;
  color: #000;
}

.hero_carosel .owl-nav button.owl-prev {
  left: 0;
}

.hero_carosel .owl-nav button.owl-next {
  right: 0;
}

.hero_carosel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607d8b;
}

.hero_carosel .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px !important;
  background: #fff;
  border-radius: 3px !important;
}

.hero_carosel .owl-theme .owl-dots .owl-dot.active span {
  background: #269628;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  background: #fff;
}

.tag {
  display: inline-block;
  font-size: 74px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  background: -webkit-linear-gradient(270deg, #2ba32d, #020902);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.green-btn2 {
  padding: 8px 30px;
  border-radius: 0px;
  text-transform: capitalize;
  background: #fff;
  color: #374dff;
  font-family: "Poppins", sans-serif;
}

.green-btn {
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #354dff;
  font-family: "Poppins", sans-serif;
}

.green-outline-btn {
  padding: 10px 30px;
  border-radius: 24px;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: all 0.3s;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.green-outline-btn:hover {
  background: #4c37ff;
  text-decoration: none;
  color: #fff;
  border: 2px solid#4c37ff;
}

.active-green-btn a {
  padding: 10px 30px;
  border-radius: 24px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
  background: #fff;
  text-decoration: none;
  color: #374dff;
  font-weight: 600;
}

.active-green-btn a:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid#ffff;
  color: #ffffff;
  font-weight: 600;
  background-color: #0000;
}

.plateform-ic-box {
  background-color: #963bfe;
  border-radius: 10px;
}

.plateform-ic-box .media-body {
  background: #1e1e1e;
  padding: 25px;
  border-radius: 0 10px 10px 0;
  width: 60%;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.plateform-ic-box .media-body p {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.plateform-ic-box img {
  margin: 20px 45px;
}

.ic-img {
  width: 130px;
  text-align: center;
}

.fundraiser-sec,
.covid-sec,
.news,
footer {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
}

/*
.news, footer{
     background-image:linear-gradient(180deg, #2ba32d, #0f6e11);
}
*/

.fundraiser-sec p {
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
}

.featured-sec .card .card-body .first {
  padding: 35px 20px 0px 20px;
}

.featured-sec .card .card-body h3 {
  color: #242122;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.progress-bar {
  background: #269628 !important;
}

.progress {
  border-radius: 10px !important;
}

.featured-sec .card p {
  color: #28261b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.featured-sec .card p span {
  color: #5d5d5d;
}

.card-btn {
  padding: 15px 0;
}

.card-btn a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #5d5d5d;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.card-btn a:hover {
  color: #5d5d5d;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.covid-box {
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 10px;
  margin: 26px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.covid-desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.covid-box h3 {
  color: #262626;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
}

.client-sec {
  background: #141414;
}

.test-box .media .user-img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.test-box {
  padding: 35px;
  background: #fff;
  border-radius: 0 20px;
  margin: 0 15px;
}

.test-box p {
  color: #6c6b67;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.test-box h3 {
  color: #28261b;
  font-size: 19px;
  font-weight: 600;
  margin-left: 12px;
  font-family: "Poppins", sans-serif;
}

.test-box .star img {
  width: 75px !important;
}

.test-carousel .owl-dots {
  margin-top: 50px !important;
}

.test-carousel .owl-dots.disabled {
  display: block !important;
}

.test-carousel .owl-dots .owl-dot span {
  height: 15px !important;
  width: 15px !important;
  background: #b2baab;
}

.test-carousel .owl-dots .owl-dot.active span {
  background: #269628;
}

.partner-carousel .item {
  padding: 80px;
}

.news-box img,
.news-box {
  border-radius: 0 40px !important;
}

.news-box h4 {
  color: #242122;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0;
  font-family: "Poppins", sans-serif;
}

.news-box p,
.news-box span,
footer p {
  color: #83827a;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.news-sec {
  margin-top: -130px;
}

.hero_carosel {
  margin-top: -175px;
}

/*================================popup css start====================================*/

.modal-dialog.modal-sm {
  padding: 80px;
  background: #fff;
  border-radius: 20px;
  max-width: 40%;
}

#myModal .modal-body {
  margin-top: 80px;
}

button.close {
  position: absolute;
  top: -50px;
  right: -40px;
}

#myModal .modal-body p {
  text-align: center;
  font-size: 15px;
  margin-top: 50px;
  line-height: 30px;
}

/*================================popup css End====================================*/

.top-header {
  background: rgb(255 255 255) !important;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 55;
}

.sticky.fixed {
  z-index: 999;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.5s;
}

.sticky.fixed .nav__menu li a {
  color: #000;
}

.sticky.fixed .logo img {
  padding: 20px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-btn {
  opacity: 0;
  position: absolute;
}

.nav__menu li:last-child > .sub-menu {
  right: 0;
}

.sub-menu {
  position: absolute;
  width: 200px;
  top: 45px;
  padding-top: 30px;
  display: none;
  background: #fff;
  /* right: -50px; */
  max-height: 460px; 
  overflow-x: auto;
}

.sub-menu li:first-child,
.sub-menu li:first-child a {
  border-radius: 0px 0 0 0;
  border: 0px solid;
}

.sub-menu li {
  background: transparent;
  box-shadow: 0 0rem rgb(0 0 0 / 10%) !important;
  /* width: 220px; */
  /* float: left;  */
  border: 1px solid #edecec;
}

.sub-menu li a {
  color: #000;
  text-align: left;
  display: block;
  padding: 15px 26px;
  transition: all 0.3s;
  border: 0px solid transparent;
}

.sub-menu li:last-child,
.sub-menu li:last-child a {
  border-radius: 0 0 0px 0;
}

.sub-menu li a:hover, .typemenuli li a:hover {
  background: #354dff;
  color: #fff !important;
  border-bottom: 0px solid #fff;
  border-top: 0px solid #fff;
}

.nav__menu a.drop, a.typedrop {
  position: relative;
}

.nav__menu a.drop::before {
  content: "\f107";
  position: absolute;
  right: -15px;
  top: 1px;
  font-family: FontAwesome;
}

a.typedrop::before{
    content: "\f107";
  position: absolute;
  right: 10px;
  top: 15px;
  font-family: FontAwesome;
  font-size: 18px;
  transform: rotate(-90deg);
}

li.typemenuli{border-bottom: 0;}


.nav__menu li:hover {
  cursor: pointer;
}

.nav__menu li:hover > .sub-menu {
  display: block;
}

/*================================== Search popup start   =============================================*/

.my-search {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.my-search a,
.my-search a:active,
.my-search a:visited {
  color: #fff;
  text-decoration: none;
}

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}

#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 10000;
}

#search:target .close-btn {
  display: block;
}

#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}

.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 1.5rem;
  right: 5rem;
}

#nav {
  position: relative;
}

#nav ul {
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 0;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: all 0.5s;
  top: 0;
  will-change: opacity;
  width: 100vw;
}

#nav ul li {
  list-style: none;
  padding: 1rem 0;
}

#nav:target ul {
  height: 100vh !important;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100vw !important;
}

#nav:target .close-btn {
  display: block;
  position: fixed;
}

.typesubmenu {
    display: none;
    position: absolute;
    right: -200px;
    top: -5px;
    background: #fff;
    list-style: none;
    z-index: 1;
}
ul.donate_droplist li:nth-child(2) ul.typesubmenu {
    right: -209px;
}

.typemenuli{position: relative;}

.typemenuli:hover > .typesubmenu{
    display:block;
}

.donate_droplist{overflow-x: unset;}

@media screen and (min-width: 768px) {
  #responsive-menu-trigger,
  #close-menu {
    display: none;
  }
  #nav ul,
  #nav:target ul {
    background: none;
    display: inline-flex;
    flex-direction: row;
    font-size: 1rem;
    height: auto !important;
    opacity: 1;
    padding: 0;
    pointer-events: initial;
    position: static;
    transition: none;
    width: auto !important;
  }
  #nav ul li,
  #nav:target ul li {
    padding: 0;
  }
  #nav ul li a,
  #nav:target ul li a {
    text-decoration: none;
    font-size: 1rem;
    margin-right: 1rem;
  }
  #nav .close-btn,
  #nav:target .close-btn {
    display: none;
  }
}

#search.left,
#nav ul.left {
  left: 0;
  height: 100vh;
  width: 0;
}

#search.right,
#nav ul.right {
  height: 100vh;
  width: 0;
  right: 0;
  left: auto !important;
}

#search.bottom.left,
#search.bottom.right,
#search.top.left,
#search.top.right,
#nav ul.bottom.left,
#nav ul.bottom.right,
#nav ul.top.left,
#nav ul.top.right {
  height: 0;
}

#search.bottom,
#nav ul.bottom {
  bottom: 0;
  top: auto !important;
}

#search.fade,
#nav ul.fade {
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
}

/*================================== Search popup end   =============================================*/

/*================================== Singup page start here   =============================================*/

section.signup-bl-form input::-webkit-outer-spin-button,
section.signup-bl-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.signup-bl-form input[type="number"] {
  -moz-appearance: textfield;
}

section.signup-bl-form .page {
  width: 930px;
  height: 725px;
  /*background: linear-gradient(177deg, #259427, #0a460b);*/
  border-radius: 25px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  max-width: 90%;
  margin: auto;
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
}

section.signup-bl-form .page .sign_up .form-valid-error {
    color: red;
    position: unset !important;
    text-align: left;
    font-size: 14px;
}

section.signup-bl-form .page .login.active .form-valid-error {
  color: #fff;
}

section.signup-bl-form .page .welcome {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 100%;
  padding-top: 275px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #fff;
  text-align: center;
  transition: 1s cubic-bezier(0.95, 0.32, 0.37, 1.31);
  z-index: 2;
}

section.signup-bl-form .page .welcome h2 {
  text-align: center;
  margin: 20px 0;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0px;
  color: #000;
}

section.signup-bl-form .page .welcome p {
  padding: 0 25px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  color: #333;
  font-weight: 500;
}

/*section.signup-bl-form .page .welcome .sign_in
{
    margin: 30px 0;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    outline: none;
    border:none;
    background: transparent;
    border:1px solid #fff;
    font-family: 'Poppins';
    color: #fff;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}*/

/*section.signup-bl-form .page .welcome .btn
{
    position: absolute;
    top: 57.5%;
    left: 25%;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    outline: none;
    border:none;
    background: transparent;
    border:1px solid #fff;
    font-family: 'Poppins';
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}*/

section.signup-bl-form .page .welcome .sign-up-btn.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.welcome.active button.sign-up-btn {
  background: #374dff;
}

section.signup-bl-form .page .welcome .sign_in.active {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.5s;
  transition-delay: 0.5s;
}

/*section.signup-bl-form .page .sign_up
{
    position: absolute;
    top: 0;
    left: 300px;
    width: 500px;
    height: 100%;
    text-align: center;
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}*/

.social {
  margin: 10px 0;
}

.social a {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social a:hover {
  text-decoration: none;
}

.social a i {
  color: #354dff;
  font-size: 16px;
}

section.signup-bl-form .page .sign_up {
  position: absolute;
  top: -35px;
  left: 300px;
  text-align: center;
  transition: 1s cubic-bezier(0.95, 0.32, 0.37, 1.31);
  z-index: 1;
  opacity: 1;
  display: inline-flex;
  width: 70%;
  height: 100%;
  visibility: visible;
  align-items: center;
  justify-content: center;
}
section.signup-bl-form  input::placeholder {
  color: #fff;
}
.signup-bl-form input:-webkit-autofill, .signup-bl-form input:-webkit-autofill:active, .signup-bl-form  input:-webkit-autofill:focus, .signup-bl-form  input:-webkit-autofill:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
section.signup-bl-form  input
{
background: none;
border:none;
outline: none;
border-bottom: 1px solid #fff;
}

section.signup-bl-form .page .sign_up h2 {
  position: relative;
  padding: 0;
  font-size: 45px;
  font-family: "Barlow", sans-serif;
}
section.signup-bl-form .page .login input::placeholder,
section.signup-bl-form .page .sign_up input::placeholder {
   font-weight: 300;
}

section.signup-bl-form .page .sign_up input {
  margin: 3px 0;
  width: 390px;
  padding: 18px 0px 0px 0px;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 500;
} 

section.signup-bl-form .page .sign_up input[type="text"],
section.signup-bl-form .page .sign_up input[type="email"],
section.signup-bl-form .page .sign_up input[type="password"] {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

section.signup-bl-form .page .sign_up input[type="text"]:focus,
section.signup-bl-form .page .sign_up input[type="email"]:focus,
section.signup-bl-form .page .sign_up input[type="password"]:focus {
  border-bottom-color: #d50000;
  transition: 0.5s;
}

section.signup-bl-form .page .sign_up .up {
  width: 150px;
  height: 40px;
  font-weight: 400;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
}

section.signup-bl-form .page .sign_up .up:hover {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
}

section.signup-bl-form .page .welcome.active {
  background: #fff;
  color: #fff;
  left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: 1s cubic-bezier(0.95, 0.32, 0.37, 1.31);
  z-index: 2;
}
.signup-bl-form .otp-box {
  position: absolute;
  right: 17px;
  top: 23px;
}
.signup-bl-form  .select2-selection__rendered {
  line-height: 45px !important;
  text-align: left;
}
.signup-bl-form .otp-box a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
/* .signup-bl-form .select2-selection__arrow b {
  border-width: 8px 6px 0 6px !important;
  margin-left: -15px !important;
  margin-top: 8px !important;
} */
.signup-bl-form  .sign-out-group .sign_in {
  display: none;
}
.signup-bl-form .sign-out-group .sign-up-btn {
  display: block;
}
.signup-bl-form .select2-container .select2-selection--single {
  
  height: 44px;
  padding-left: 15px;
  padding: 8px 0 0 0 !important;
  display: inline-block;
  width: 100%;
}
section.signup-bl-form .page .sign_up.active {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.95, 0.32, 0.37, 1.31);
}

section.signup-bl-form  .sign-out-group {
  position: absolute;
  bottom: 40px;
  right: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
}

section.signup-bl-form .page .login {
  position: absolute;
  top: 0;
  left: 327px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  width: 65%;
  height: 100%;
  visibility: visible;
  align-items: center;
  justify-content: center;
  
}
.signup-bl-form .select2-selection__arrow b {
  border-width: 7px 6px 0 4px;
  margin-left: -15px;
  margin-top: 8px;
}
.signup-bl-form .select2-selection__arrow {
  top: 13px;
  right: 15px;
  width: 24px;
}


section.signup-bl-form .page .login h2 {
  position: relative;
  font-size: 45px;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

section.signup-bl-form .page .login input {
  margin: 5px 0;
  width: 360px;
  padding: 18px 0 0 0;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 500;
}

section.signup-bl-form .page .login input[type="email"],
section.signup-bl-form .page .login input[type="password"] {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

.sign-up-btn {
  /* display: none; */
}

.welcome.active .sign-up-btn {
  display: inline-block;
}

section.signup-bl-form .page .login input[type="email"]:focus,
section.signup-bl-form .page .login input[type="password"]:focus {
  border-bottom-color: #2ecc71;
  transition: 0.5s;
}

section.signup-bl-form .page .login .in {
  width: 150px;
  height: 40px;
  font-weight: 400;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
}
.signup-bl-form .green-btn2 {
  width: 100%;
  border-radius: 50px;

}

.signup-bl-form .sign-group .green-btn2 {
  width: 170px;
  border-radius: 50px;
  margin-left: 15px;
}
.signup-bl-form .sign-group {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  padding-left: 30px;
}
section.signup-bl-form .page .login .in:hover {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
}
.login.active .sign-group {
    bottom: 20px;
    padding-left: 40px;
}

section.signup-bl-form .page .login.active {
  /* left: 0; */
  opacity: 1;
  visibility: visible;
  transition: 1s cubic-bezier(0.95, 0.32, 0.37, 1.31);
}

/*================================== Singup page end here   =============================================*/

/*===========================  foundraiser page css start ========================================*/

.content {
  padding: 0 90px;
}

.found-box {
  border-radius: 15px;
}

/*===========================  foundraiser page css end ========================================*/

/*===========================  featured page css start ========================================*/

.featured-heading p {
  font-size: 19px;
  color: #777;
  text-transform: uppercase;
}

.featured-heading h3 {
  font-size: 30px;
  color: #333;
}

.search-box {
  width: 75%;
  margin: auto;
  background: #e6eee6;
  margin-top: 20px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  position: relative;
}

.search-box input {
  background: transparent;
  border: none;
  outline: none;
  padding: 3px 40px;
  width: 100%;
  color: #989898;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 20px;
}

.search-icon i {
  color: #d0d0d0;
}

ul.nav.nav-tabs.product {
  background: #4c37ff30;
  height: 65px;
  width: 95%;
  margin: 70px auto;
}

.product {
  margin-top: 60px;
}

.product li a {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  color: #333;
  display: inline-block;
  padding: 20px 15px;
  border-radius: 0px !important;
}

.product li.slick-active {
  background: transparent !important;
}

.product li.slick-active .active {
  border-color: transparent !important;
  background: #218e23 !important;
  color: #fff !important;
}

.fillter li a {
  color: #777777;
  font-size: 14px;
}

.fillter li:last-child a {
  border-right: none;
}

a.text-decoration-none {
  border-right: 1px solid #777777;
  padding: 0 13px;
}

.fillter li a {
  color: #777777;
  font-size: 14px;
}

.fillter li a.active {
  color: #354dff;
}

#All .card h3 {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
}

.first {
  display: inline-block;
  padding: 20px;
}

.amount {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
}

.amount .first {
  border-left: 1px solid #e6e6e6;
  padding: 10px 32px;
  text-align: center;
}

.buttons a:last-child {
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  background: #354dff;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.buttons button:first-child,
.show-more button {
  padding: 8px 23px;
  border: 1px solid #354dff;
  font-size: 14px;
  transition: all 0.3s;
  color: #354dff;
  font-family: "Poppins", sans-serif;
}

.user .sub-menu {
  top: 10px !important;
  z-index: 999;
  padding-top: 50px !important;
}

.amount .first p:first-child {
  font-size: 14px;
  color: #777777;
  font-family: "Barlow", sans-serif;
}

.amount .first p:last-child {
  font-size: 14px;
  color: #333;
  font-family: "Barlow", sans-serif;
}

.bs-example-modal-new {
  top: 20% !important;
}

.bs-example-modal-new .modal-header {
  position: relative;
}

.bs-example-modal-new .close {
  position: absolute;
}

.bs-example-modal-new .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.bs-example-modal-new .modal-dialog {
  max-width: 65% !important;
  max-height: 90vh !important;
  height: 90vh;
}

.bs-example-modal-new {
  font-family: "Barlow", sans-serif;
}

.bs-example-modal-new .modal-content {
  padding: 30px;
  height: 95%;
  overflow-y: scroll;
}

/*.product li a:hover{
    border-color: transparent!important;
}

.bs-example-modal-new .modal-title{
    font-size: 17px;
    padding:10px;
}

.bs-example-modal-new button.close {
    background: lightgray;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product li:first-child {
    max-width: 75px;
}

.product li:nth-child(4){
    min-width: 200px!important;
}

.product li{
    width: 142px!important;
}

.slick-next {
    right: -30px!important;
}

.slick-prev {
    left: -40px!important;
}


.slick-next{
    position: relative;
}

.slick-next::after {
    background: url('https://img.icons8.com/ios-filled/30/93c997/circled-chevron-left.png') no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 50%;
    transform: rotate(180deg);
}

.slick-prev::after {
    background: url('https://img.icons8.com/ios-filled/30/93c997/circled-chevron-left.png') no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 50%;
}

.slick-next::before {
   opacity: 0!important;
}

.product li:nth-child(9){
    min-width: 250px!important;
}
*/

/*================================= slider tab ==============================================*/

.featured-product .nav-tabs {
  border-bottom: none;
}

.featured-product button.owl-prev span,
.featured-product button.owl-next span {
  font-size: 30px;
  line-height: 20px;
}

.featured-product button.owl-prev {
  position: absolute;
  left: -80px;
  top: 37%;
  transform: translateY(-50%);
  background-color: #354dff !important;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  color: #fff !important;
}

.featured-product button.owl-next {
  position: absolute;
  right: -80px;
  top: 37%;
  transform: translateY(-50%);
  background-color: #354dff !important;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  color: #fff !important;
}

.featured-product .owl-dots {
  display: none;
}

.featured-product .item {
  display: flex;
  justify-content: center;
}

.featured-product .item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-wrap: wrap;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.featured-product .owl-item {
  width: unset !important;
}

.featured-product .owl-item a.active {
  background-color: #218e23;
  color: #fff;
}

.featured-product .owl-item.active a.active {
  background-color: #354dff;
  color: #fff;
}

.featured-product .tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}

.modal {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.8) !important;
  height: 100% !important;
  outline: 0;
}

/*================================= slider tab ==============================================*/

.bs-example-modal-new p {
  font-size: 14px;
  color: #333;
  font-family: "Barlow", sans-serif;
}

.bs-example-modal-new h4 {
  font-size: 18px;
  color: #333;
  font-family: "Barlow", sans-serif;
}

/*===========================  featured page css end ========================================*/

/*===========================  select found raiser page css start ========================================*/

.select-banner {
  background: url("../img/select-banner.jpg") no-repeat;
  padding: 150px 0;
  margin-top: -100px;
  background-size: cover;
}

.select-banner h3 {
  font-size: 35px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  margin-top: 50px;
}

.form-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-box p,
.form-box input {
  font-size: 15px;
  background: #f4faf4;
  color: #777777;
  font-family: "Barlow", sans-serif;
  padding: 10px 20px;
}

.form-box2 h6 {
  font-size: 13px;
  background: #f4faf4;
  color: #777777;
  font-family: "Barlow", sans-serif;
  padding: 12px 20px;
  height: 45px;
}

.form-box2 p {
  font-size: 13px;
  color: #777777;
  font-family: "Barlow", sans-serif;
}

.form-box label {
  font-size: 14px;
  color: #777777;
  font-family: "Barlow", sans-serif;
}

.form-group2 {
  display: block;
  margin-bottom: 15px;
}

.form-group2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group2 label {
  position: relative;
  cursor: pointer;
}

.form-group2 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #f4faf4;
  border: 2px solid #c0cbc0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -10px;
}

.form-group2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  background: #f4faf4;
  top: 4px;
  left: 23px;
  width: 6px;
  height: 14px;
  border: solid #c0cbc0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#foundraise-creater .modal-dialog {
  max-width: 695px;
}

#foundraise-creater .modal-content {
  border-radius: 20px !important;
}

#foundraise-creater p {
  padding: 0px 60px;
  font-size: 13px;
  color: #777777;
  font-family: "Barlow", sans-serif;
}

#foundraise-creater img {
  width: 40%;
}

#foundraise-creater h3 {
  padding: 20px 70px;
  font-size: 35px;
  color: #1b221b;
  font-family: "Barlow", sans-serif;
}

.whatsapp-btn {
  background: #249126;
  font-size: 13px;
  width: 50%;
  padding: 20px;
  border-radius: 0 0 0 16px;
}

.facebook-btn {
  background: #3c5a98;
  font-size: 13px;
  width: 50%;
  padding: 20px;
  border-radius: 0 0 16px 0;
}

/*===========================  select found raiser page css end ========================================*/

.owl_1 .owl-stage {
  min-width: 2500px !important;
}

.product li a {
  padding: 20px 10px !important;
}

/*===========2/4/2022==================*/

.fond-main {
  background: #f4faf4;
  padding: 60px 0px;
}

.make-text h2 {
  font-weight: 600;
  color: #000;
  padding-bottom: 50px;
  font-size: 26px;
}

.mission-logo {
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 20px 0px;
}

.mission-logo img {
  width: 391px;
  height: 235px;
  margin: auto;
}

.mission-logo h3 {
  font-size: 23px;
  text-align: center;
  padding-top: 40px;
  color: #000;
  font-weight: 600;
}

.invite-box {
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 22px;
}

.invite-box h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.invite-box p {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
  padding-bottom: 5px;
}

.invite-box button {
  width: 165px;
  height: 50px;
  background: #354dff;
  border: none;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  float: right;
}

.invite-box button a {
  color: #fff;
  text-decoration: none;
}

.make-tab {
  padding: 60px 0px;
}

.make-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: #fff !important;
  border-bottom: 2px solid #354dff !important;
  /* padding: 10px 35px;*/
}

li.nav-item.second-btn a {
  color: #354dff;
}

.make-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.make-tab ul {
  border-bottom: none;
}
.make-tab ul.nav.nav-tabs {
  background: #354dff;
  border: 1px solid #354dff;
}

.make-tab ul li a {
  color: #a1a6a1;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #354dff !important;
  margin: 0px 10px 0px 0px;
  background: #fff;
  padding: 10px 35px;
  border-radius: unset;
  border-right: 1px solid #ffffff !important;
}
.make-tab ul.nav.nav-tabs li.nav-item.active a {
  background: #fff !important;
  color: #354dff !important;
  padding-bottom: 10px !important;
  border-top: 1px solid #e2e2e2 !important;
  border-left: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important;
}

.tab-text p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.tab-text h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.tab-text h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}

.tab-text p.Issue-pragraph {
  padding: 0px;
}

.tab-text a {
  color: #354dff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.tab-text a:hover {
  color: #354dff;
  text-decoration: none;
}

.tab-text {
  background: #fff;
  padding: 0px 20px 40px 20px;
}

.share {
  background: #daf0db;
  padding: 40px 15px;
}

.share-text p {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
}

.share-text button.share-bnt-1 {
  background: #1bd741;
  position: relative;
  padding: 8px 35px;
  border: none;
}

.share-text button.share-bnt-1:before {
  width: 20px;
  height: 20px;
  content: "";
  background: url(https://img.icons8.com/material-outlined/20/ffffff/whatsapp--v5.png);
  position: absolute;
  left: 10px;
  top: 10px;
}

.share-text button.share-bnt2:before {
  width: 20px;
  height: 20px;
  content: "";
  background: url(https://img.icons8.com/material-rounded/20/ffffff/facebook-f--v2.png);
  position: absolute;
  left: 10px;
  top: 10px;
}

.share-text button a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

.share-text button.share-bnt2 {
  background: #475993;
  position: relative;
  padding: 8px 35px;
  border: none;
  margin-left: 10px;
}

.notice p {
  padding-top: 20px;
  font-size: 16px;
  color: #626262;
  font-weight: 400;
}

.notice p span {
  color: #354dff;
  font-weight: 400;
}

.share-img img {
  width: 252px;
}

.fundraiser-make {
  background: #fff;
  padding: 20px 20px;
}

.fundraiser-left {
  position: relative;
  /* background: #29a67a;*/
  display: inline-block;
  border-radius: 50px;
  width: 65px;
  height: 65px;
}

.fundraiser-left h3 {
  position: absolute;
  left: 30%;
  color: #fff;
  top: 7%;
  font-size: 45px;
}

.fundraiser-right {
  display: inline-block;
  position: absolute;
}

.fundraiser-right h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 20px;
}

.fundraiser-right span {
  font-size: 18px;
  font-weight: 700;
}

.payment {
  display: inline-block;
}

.payment select {
  padding: 5px 40px 5px 0px;
  border: 1px solid #dadada;
  font-weight: 700;
  font-size: 18px;
}

.payment-input {
  display: inline-block;
  position: relative;
}

.payment-input input {
  border-bottom-style: dashed !important;
  border: none;
  display: inline-block;
  width: 20%;
  border-color: #929292 !important;
  margin-left: 30px;
  border: 1px;
  padding: 8px 0px 3px 0px;
}

.payment-input input::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
}

.payment-input:before {
  content: "\20B9";
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  right: 190px;
}

.payment-input p {
  display: inline-block;
  padding-left: 20px;
  color: #949494;
  font-weight: 500;
}

.payment-input p span {
  color: #000;
  font-weight: 700;
  padding: 0px 10px;
}

.progress.progress-bar-box {
  height: 10px;
  border-radius: 4px !important;
  margin-top: 20px;
  background: #e5efe5;
}

.progress-text p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.progress-text p span {
  color: #949494;
  padding-left: 5px;
  font-weight: 400;
  font-size: 16px;
}

.button-group-pills .btn {
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 10px;
  border-color: #bbb;
  background-color: #fff;
  color: #14a4be;
}

.button-group-pills .btn.active {
  border-color: #14a4be;
  background-color: #14a4be;
  color: #fff;
  box-shadow: none;
}

/* .button-group-pills .btn:hover {
     border-color: #158b9f;
     background-color: #158b9f;
     color: #fff;
}*/

.button-group-pills label.btn.btn-default.active,
.button-group-pills label.btn.btn-default {
  position: relative;
  position: relative;
  width: 85px;
  border-radius: 0px;
  height: 40px;
  margin: 0px 0px 0px 10px;
  padding: 10px 15px;
}

.show_more_project_results,
.show_more_medical_results,
.show_more_donations {
  background: #4c37ff;
}

.button-box label.btn.btn-default:last-child {
  width: 150px;
}

.button-group-pills label.btn.btn-default.active h3 {
  color: #fff;
}

.thumb i {
  margin: 16px 0px;
}

.thumb img {
  height: 50px;
  width: 100%;
}

.thumb {
  background: #ebebeb;
  padding: 10px;
  border-radius: 7px;
}

.button-group-pills label.btn.btn-default.active {
  background: #354dff;
  color: #fff !important;
  padding: 10px 15px;
}

.button-group-pills {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-group-pills label.btn.btn-default input {
  opacity: 0;
  position: absolute;
}

.price-box {
  display: flex;
}

.price-box h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.button-group-pills .btn {
  color: #000 !important;
}

.price-box span {
  font-weight: 500;
}

.price-box span.other-amount {
  color: #949494;
}

.price-box span.other-amount:hover {
  color: #fff;
}

.give-now .button {
  width: 100%;
  border: none;
  background: #354dff;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
}

.give-now .button button{
  margin-top: 0px;
}

.give-now button {
  width: 100%;
  border: none;
  background: #354dff;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
}

.give-now button a {
  color: #fff;
}

.icons-text h4 {
  font-size: 16px;
  color: #354dff;
  font-weight: 400;
  margin-bottom: 0px;
}

.icons-box ul li {
  list-style: none;
  margin: 0px 5px;
}

.input-other-amount a input {
  padding: 6px 3px;
  width: 100%;
  padding-left: 30px;
  border: 1px solid #929292;
}

.input-other-amount {
  margin-left: 10px;
}

.input-other-amount {
  position: relative;
}

.input-other-amount:before {
  content: "\20B9";
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  left: 10px;
}

.input-other-amount input::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.input-other-amount input {
  padding-left: 25px;
}

.payment-method {
  background: #fff;
  padding: 20px;
}

.all-2 a img {
  width: 85px;
}

.tax-benefit-text h4 {
  font-size: 16px;
  color: #29a67a;
  font-weight: 400;
}

.tax-benefit ul li {
  list-style: none;
  margin-right: 10px;
}

.tax-benefit ul li button {
  border: 1px solid #29a67a !important;
  border: none;
  padding: 5px 12px;
  background: #fff;
}

.tax-benefit ul li a {
  color: #29a67a;
}

.tax-benefit ul li a:hover {
  text-decoration: none;
}

/*
 CSS for the main interaction
*/

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.tabset > label {
  position: relative;
  display: inline-block;
  width: 45%;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/

.tabset-part {
  background: #fff;
}

#marzen h2,
#rauchbier h2 {
  font-size: 16px;
  text-align: center;
  color: #949494;
}

.tabset-part label {
  padding: 5px 0px;
}

.start-supporting button {
  width: 100%;
  border: none;
  background: #354dff;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
}

.detail-section {
  background: #fff;
  padding: 30px;
}

.detail-section h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-top: 35px;
}

.detail-section p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #777777;
}

.more-about-us ul {
  padding: 0px;
  margin: 0px;
}

.more-about-us ul li {
  list-style: none;
  font-size: 16px;
  display: inline-block;
  width: 30%;
  padding-bottom: 15px;
}

.more-about-us ul li a {
  color: #575757;
}

.more-about-us ul li a:hover {
  text-decoration: none;
}

.choose-box,
.choose-select {
  display: inline-block;
}

.choose-box h3 {
  color: #575757;
  font-size: 16px;
}

.choose-select select {
  padding: 10px 100px 10px 0px;
  margin-left: 10px;
  background: #f4faf4;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
}

.text-end-box {
  text-align: end;
}

/*===================== donate page css start =================*/

.donate-sum {
  position: relative;
}

.summery-box h3 {
  background: #354dff;
  padding: 20px 35px;
  color: #fff;
  font-size: 24px;
}

.donate-dtl {
  padding: 50px 0 50px 40px;
}

.donate-dtl label {
  font-size: 17px;
  color: #333;
  font-family: "Barlow", sans-serif;
}

.donate-dtl input {
  background: #4c37ff30 !important;
  color: #222121;
  padding-left: 30px;
  height: 50px;
  width: 260px;
}

.donate-sum::before {
  position: absolute;
  content: "\20B9";
  height: 30px;
  left: 35%;
  font-size: 20px;
  font-weight: 600;
}

.icon-position {
  position: relative;
}

.other-icon::before {
  position: absolute;
  content: "\20B9";
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  top: 10%;
  right: 32%;
}

.logo-box p {
  font-size: 13px;
}

.mission {
  padding: 10px;
  border: 1px solid lightgray;
  position: relative;
  width: 100%;
  margin: 20px 0px;
  color: #333;
}

.mission::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f054";
  right: 3%;
  font-size: 14px;
  font-weight: 100;
  top: 11px;
}

.mission:hover {
  text-decoration: none;
  color: inherit;
}

.summery-box .readonly {
  background: #ddd9ff !important;
  color: #222121;
  padding-left: 20px;
  height: 45px;
  width: 205px;
  line-height: 43px;
  border: 1px solid #354dff;
  font-size: 17px;
}

.summery-box a:hover {
  text-decoration: none;
  color: #354dff;
}

.summery-box a {
  font-size: 15px;
  color: #354dff;
}

.summery-box a span {
  font-size: 26px;
}

.switch {
  position: relative;
  display: inline-block;
}

.switch-input {
  display: none;
}

.switch-label {
  display: block;
  width: 60px;
  height: 16px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}

.switch-label:before,
.switch-label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}

.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}

.switch-label:after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #354dff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}

.switch-input:checked + .switch-label:before {
  background-color: #ffffff;
  border: 1px solid lightgray;
}

.switch-input:checked + .switch-label:after {
  left: 40px;
}

.pay-check {
  padding: 20px;
  background: #f4faf4;
  border: 1px solid #dae5da;
  border-radius: 3px;
}

.form-check-input {
  margin-left: -24px !important;
  width: 25px;
  height: 25px;
  margin-top: 10px !important;
  border: 1px solid #eaeaea;
}

.form label {
  color: #000;
  font-weight: 500;
}

.address {
  resize: none;
}

/*===================== donate page css end =================*/

.share-img img {
  width: 100%;
  margin-top: 20px;
}

.share-text p {
  font-size: 16px;
}

/*label.btn:hover h3 {
    color: #fff;
}*/

/* --------crop-image--start-----*/

.image_area {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

.modal-lg {
  max-width: 1000px !important;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}

.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}

.text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* --------crop-image----end---*/

.navbarul {
  background: #354dff;
  border: 1px solid #354dff;
}

ul.nav.nav-tabs.navbarclass {
  min-height: 53px !important;
  border-bottom: none !important;
  padding-top: 14px !important;
}

.navbarul ul li a {
  color: #fff;
  border-right: 1px solid #379b39;
}

.navbarul ul li a.active {
  color: #354dff !important;
}

.main-profile .card-body {
  padding: 50px 30px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
  opacity: 1;
}

input.form-control {
  height: 50px !important;
}

label.custom-file-label,
.custom-file-label::after {
  height: 50px !important;
  line-height: 33px !important;
}

#date {
  border: 1px solid #ced4da !important;
}

img#uploaded_image {
  height: 110px;
  width: 100%;
  background: #f5faf4;
  border: 2px solid #dbe5dd;
  object-fit: cover;
}

#address {
  resize: none !important;
}

/*============ dashboard ==============*/

.dashboard-logo {
  background: #fff;
  border-radius: 50%;
  height: 190px;
  width: 190px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #29a77a;
}

.dashboard-logo img {
  width: 130px;
}

.chose {
  position: absolute;
  background: #29a77a;
  right: 30px;
  bottom: -2px;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chose i {
  color: #fff;
}

.dashboard h3 {
  font-family: "Poppins", sans-serif;
}

.dash-content i {
  color: #4c37ff;
  font-size: 20px;
}

.dash-content span {
  font-size: 17px;
  color: #29a77a;
}

i.fa.fa-heart {
  color: #f42f1f;
}

i.fa.fa-inr.mx-2 {
  color: #4c37ff;
}

.my-dash h4 {
  font-size: 20px;
  font-weight: 500;
}

.tab-dtl {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
}

.tab-dtl p,
.tab-dtl a,
.Donations-dtl p,
.Donations-dtl a {
  padding: 0 50px !important;
}

.dash-foot ul li a {
  color: #28261b;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.dash-foot ul li a:hover {
  text-decoration: none;
}

/*
.dash-foot{
    margin-bottom: 80px;
}*/

/*============================ search Page css start =======================================*/

#search-page .nav-link.active {
  background: #354dff !important;
  color: #fff !important;
  border-radius: 0px;
  border-color: #354dff;
}

button.green-outline-btn.rounded-0.w-100.show-more-header-search {
  background-color: #354dff;
  border: 2px solid#354dff;
}

#search-page .nav-item {
  margin: 5px;
}

#search-page .nav-link {
  font-weight: 500;
  font-size: 20px;
  background: #e9f5e9;
  color: #333;
  border: 1px solid #c6d2c6;
  padding: 10px 40px;
  border-radius: 0;
}

/*============================ search Page css end =======================================*/

.viewer li {
  font-size: 14px;
  text-align: center;
}

.border-success {
  outline: none;
  color: #249124;
}

#FAQs input {
  outline: none;
}

textarea {
  resize: none !important;
}

.thumb {
  cursor: pointer;
}

.fileUpload {
  border-radius: 0px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 1.25em auto; /*20px/16px 0*/
  overflow: hidden;
  padding: 0.875em; /*14px/16px*/
  position: relative;
  text-align: center;
  width: 120px;
  cursor: pointer;
}

/*.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
    background: #00a2a4;
  cursor: pointer;
}*/

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 148px;
  height: 46px;
  cursor: pointer;
}

input[type="file"] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

/*============================ Siderbar Page css Start====================================*/

section.sidebar {
  padding: 60px 0px;
  background: #f4faf4;
}

.quick-overview-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

.quick-overview-text p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}

.quick-overview-btn a button {
  border: none;
  background: #2a952d;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
}

.quick-overview-btn a button:before {
  content: "\f040";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
}

.sidebar-media {
  padding: 30px 0px 50px 0px;
  border-bottom: 1px solid #dae5da;
}

.media-box-1,
.media-box-2,
.media-box-3 {
  padding: 25px 10px 10px 10px;
  border-radius: 20px;
}

.total-donation-1 p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.total-donation-1 h1 {
  font-size: 50px;
  color: #000;
  font-weight: 400;
}

.total-donation-2 p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.total-donation-2 h1 {
  font-size: 50px;
  color: #000;
  font-weight: 400;
}

.total-donation-3 p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.total-donation-3 h1 {
  font-size: 50px;
  color: #000;
  font-weight: 400;
}

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

.current {
  padding: 50px 0px 0px 0px;
}

.current-main {
  border-radius: 20px;
  padding: 20px 10px 10px 10px;
}

.current-text h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.current-text h4 {
  font-size: 27px;
  color: #208d22;
  font-weight: 500;
  padding-top: 10px;
}

.current-text p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.presentation-box {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #dae5da;
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-donation.recent-donation-ul ul li {
  padding: 10px 0px 10px 20px;
  list-style: none;
  position: relative;
}

.no-donation.recent-donation-ul ul li span img {
  position: absolute;
  left: -23px;
  top: 20px;
  width: 20px;
}

.no-donation.recent-donation-ul ul {
  padding: 20px 56px;
}

.recent-donation h2 {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #dae5da;
  padding: 20px 10px 10px 10px;
}

.donations {
  border: 1px solid #dee2e6;
  border-radius: 20px;
}

.no-donation h3 {
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 24px;
  font-size: 16px;
}

.dahshbord {
  background: #040849;
}

.dahshbord ul {
  padding: 60px 0px;
  margin: 0px;
}

.dahshbord ul li {
  list-style: none;
  padding: 10px 0px 10px 40px;
}

.dahshbord ul li a {
  color: #fff;
  text-decoration: none;
}

.dahshbord ul li:hover {
  background: #3e4173;
}

.dahshbord ul li a span {
  margin-right: 10px;
}

/*=================Tab css=========================*/

.sidebar-left {
  background: #fff;
  width: 20%;
}

.sidebar-right {
  background: #fff;
  margin-left: 55px;
  width: 80%;
}

.sidebar-left ul {
  flex-direction: column;
}

.sidebar-left ul li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-left ul li a {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px;
  display: flex;
}

.sidebar-left ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-left ul li a span i {
  margin: 4px 10px 0px 0px;
  color: #2a952d;
  font-size: 17px;
}

.sidebar-left ul li a:hover .fa {
  color: #fff;
}

.sidebar-left ul li a img {
  width: 20px;
  margin-right: 7px;
}

.sidebar-left ul li:hover {
  background: #2a952d;
  color: #fff !important;
  text-decoration: none;
}

.sidebar-tabs {
  padding: 20px 20px;
}

.media-box-1,
.media-box-2,
.media-box-3 {
  min-height: 153px;
}

.dash-2 {
  display: none;
}

.dash-4 {
  display: none;
}

.sidebar-left ul li:hover .dash-2 {
  display: block;
}

.sidebar-left ul li:hover .dash-4 {
  display: block;
}

.sidebar-left ul li:hover .dash-3 {
  display: none;
}

.sidebar-left ul li:hover .dash-1 {
  display: none;
}

.sidebar-left ul li.active span i {
  color: #fff;
}

.sidebar-left ul li.active a {
  color: #fff;
}

.sidebar-left ul li.active {
  background: #2a952d;
}

.quick-overview-text-setting {
  background: #fff;
  padding: 20px;
}

.basic a button {
  background: #354dff;
  border: none;
  margin: 20px 0px 20px 20px;
  padding: 8px 20px;
  color: #fff;
}

.option-box {
  background: #fff;
  padding: 30px 20px 80px 20px;
}

.dash-foot {
  background: #031604;
}

.fotter-ul ul {
  padding-left: 0px;
}

.dash-foot .fotter-ul ul li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}

.fotter-ul ul li {
  list-style: none;
  font-weight: 400;
  padding: 5px 0px;
}

.fotter-ul h3 {
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;
}

.fotter-ul {
  padding: 20px 0px;
}

.thum-icon {
  position: relative;
}

.thum-icon i {
  position: absolute;
  top: -7px;
  margin: 0;
  right: -4px;
  background: red;
  border-radius: 100px;
  font-size: 10px;
  color: #fff;
  height: 20px;
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
}

.demeey-text {
  padding: 0px 50px;
}

.demeey-text h3 {
  padding-top: 30px;
}

.heading-img-part img {
  width: 50px;
  margin-top: 20px;
}

.fixed-bottom {
  z-index: 1041;
}

.fixed-bottom .modal-dialog {
  margin: 0 auto !important;
}

.modal-backdrop.fade.show {
  display: none;
}

.test-input input {
  position: relative;
}

.test-input span {
  position: absolute;
  right: 70px;
}

.test-input-1 input {
  position: relative;
}

.test-input-1 span {
  position: absolute;
  right: 30px;
  top: 8px;
}

.payment-input-1:before {
  content: "\20B9";
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  left: 30px;
}

.add-you-tube-link #banner-youtube-url {
  width: 40%;
  margin-top: 15px;
}

.add-you-tube-link #banner-youtube-url-button {
  width: 20%;
  margin-top: 10px;
  background: #29a67a;
  color: #fff;
  border: none;
  padding: 5px 0px;
  font-weight: 500;
}

/*==========


/*================fundraisear_home css Start========================*/

.fundraisear-main {
  background: url(../img/fundraisear-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  align-items: center;
  display: flex;
}

.fundraisear-text a button {
  background: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  color: #354dff;
  font-weight: 400;
  font-size: 16px;
}

.joining-box h2 {
  width: 50%;
  margin: auto;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.fundraisear-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.fundraisear-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 40%;
}

.joining {
  padding: 60px 0px 0px 0px;
  background: #f4faf4;
}

.Joining-text {
  padding: 20px 28px;
  border-radius: 5px;
}

.joining-box {
  position: relative;
  width: calc(100% - 20px);
}

.Joining-icon {
  position: absolute;
  left: -28px;
  background: #f4faf4;
  padding: 13px 20px;
  border-radius: 5px;
}

.Joining-text p {
  color: #777777;
  font-size: 15px;
  margin: 0;
  padding-left: 15px;
  line-height: 20px;
}

.Joining-icon i {
  color: #354dff;
  font-size: 24px;
}

.welcome button.sign_in {
  background-color: #354dff;
}

section.featured-sec.section-padding.monthil {
  padding: 0px 0px 60px 0px;
  background: #f4faf4;
}

.monthil {
  padding: 25px 0px 20px 0px;
}

.monthil h5 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

.monthly-btn a button {
  width: 100%;
  margin: 10px 0px;
  border: none;
  padding: 10px 0px;
  background: #269628;
  color: #fff;
}

.monthly-btn {
  margin: 10px 20px;
}

.mission-v {
  background: url(../img/mission.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

.million-meals-text h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

.million-meals-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  width: 60%;
  margin: auto;
  font-family: Poppins;
}

.rise-aginst {
  background: #fff;
}

.rise-aginst h3 {
  font-size: 20px;
  font-weight: 600;
}

.rise-aginst p {
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  color: #545c63;
}

.rice-text {
  padding: 15px 0px 5px 20px;
}

.rice-progresbar {
  margin: 0px 20px 0px 0px;
}

.million-v-box {
  padding: 40px 0px;
}

.mission-v-box {
  padding: 20px;
  border-radius: 5px;
}

.pragraph p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  padding-top: 20px;
  font-family: Poppins;
}

.one-get-three h2 {
  font-size: 40px;
}

.mission-v-btn {
  text-align: center;
  margin-top: 50px;
}

.mission-v-btn a button {
  background: #354dff;
  border: none;
  padding: 13px 100px;
  color: #fff;
  margin-top: 20px;
}


.counter-count {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: #000000;
  text-align: center;
  display: inline-block;
}

.cunter-box {
  padding: 60px 0px;
  background: #f4faf4;
}

.giving-you {
  text-align: center;
}

.giving-you h2 {
  font-size: 36px;
  font-weight: 600;
  color: #262626;
}

.giving-you p {
  font-size: 15px;
  font-weight: 400;
  color: #464646;
  font-family: Poppins;
}

.count-up {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
  width: 70%;
  margin: auto;
  padding: 40px;
  border-radius: 8px;
}

.count-up p {
  color: #fff;
}

.counter-text h3 {
  font-size: 15px;
  color: #464646;
  padding: 10px 0px;
}

.counter-text {
  padding: 20px 0px 40px 0px;
  width: 70%;
  margin: auto;
}

.our-bene-text h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.our-beneficiaries {
  padding: 30px 0px 50px 0px;
  background: #f4faf4;
}

section.partner-sec.section-padding.partners-v {
  background: #f4faf4;
  padding: 10px 0px 60px 0px;
}

.testimonial {
  padding: 50px 0px 70px 0px;
  border-bottom: 1px solid #e6e7e6;
}

.our-img img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.testimonial-text {
  background: #fff;
  padding: 40px 30px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.testimonial-text p {
  color: #6c6b67;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins;
}

.testimonial-text span {
  color: #269628;
  font-size: 15px;
  font-weight: 400;
}

.elderly-part a button {
  background: #354dff;
  color: #fff;
  border-radius: 3px;
  border: none;
  margin-top: 20px;
  padding: 10px 30px;
}

.our-beneficiaries .owl-nav {
  display: none;
}

.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #354dff !important;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: #354dff !important;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

#owkkkkusel .owl-dots {
  margin-top: 50px;
}

.impactful {
  padding: 40px 0px;
}

/*===================================monthly-fundraisear-main Start==========================================*/

.monthly-fundraisear-main {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/monthly_fundraiser-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  align-items: center;
  display: flex;
}

.monthly-fundraisear-text h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
  width: 50%;
}

.monthly-fundraisear-text p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  width: 40%;
}

.monthly-fundraisear-text a button {
  background: #249927;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.monthil-cancer h5 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
}

.monthil-cancer-box {
  background: #f4faf4;
  padding: 60px 0px;
}

.monthil-cancer p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: Poppins;
  width: 70%;
  margin: auto;
  padding-bottom: 30px;
}

.health {
  font-size: 14px;
  font-weight: 400;
  color: #218e23;
}

.gujarat {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
}

.gujarat i {
  color: #218e23;
  margin-right: 5px;
}

.featured-sec .card p.Charutar {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  font-family: Barlow;
}

.about-the-cause {
  background: #f4faf4;
}

.about-the-cause-text h5 {
  color: #262626;
  font-size: 22px;
  font-weight: 600;
}

.about-the-cause-text h3 {
  color: #262626;
  font-size: 36px;
  font-weight: 600;
}

.about-the-cause-text p {
  color: #464646;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: 70%;
  margin: auto;
  padding: 10px 0px 20px 0px;
  line-height: 26px;
}

.serious-box {
  background: #fff;
  border-radius: 4px;
  padding: 30px 20px;
}

.serious-box h3 {
  color: #218e23;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.serious-box p {
  color: #464646;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-top: 10px;
}

.donat-dalails-box {
  padding: 30px 0px 50px 0px;
}

/*===================================About On Mission Foundation Start==========================================*/

.about-Mission-Foundation-main {
  background: url(../img/about-mission.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  align-items: center;
  display: flex;
}

.about-Mission-Foundation-text h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
  width: 50%;
}

.about-Mission-Foundation-text p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  width: 50%;
}

.note {
  background: #f4faf4;
  padding: 80px 0px;
}

.note-img img {
  border-radius: 10px;
}

.note-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  padding-top: 20px;
}

.note-text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
}

.note-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.our-v {
}

.our-v {
  background: url(../img/our-values.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.our-text {
  text-align: center;
}

.our-text h2 {
  font-size: 32px;
  font-weight: 600;
}

.our-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 60%;
  margin: auto;
  padding-top: 10px;
}

.integrity-card {
  background: #f4faf4;
  padding: 18px 14px;
  text-align: center;
  border-radius: 10px;
  /* position: relative; */
  height: 340px;
  overflow-x: auto;
}

.integrity-card h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 50px;
}

.integrity-card p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.integrity-card-par {
  width: 35%;
  margin: auto;
  background: #f4faf4;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 10px;
  border-radius: 10px;
}

.integrity-card-par img {
  margin: auto;
}

.value-box {
  padding: 100px 0px 20px 0px;
}

.our-platform {
  padding: 60px 0px;
  background: #f4faf4;
}

.our-platform-border {
  border: 3px solid #354dff;
  width: 10%;
  margin: 0;
}

.our-platform-box {
  padding: 40px 0px 60px 0px;
}

.fundaraisers-box {
  position: relative;
  padding: 20px 20px 20px 40px;
}

.fundaraisers-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #354dff;
}

.fundaraisers-box p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.fun-number {
  position: absolute;
  left: -23px;
  top: 40%;
  background: #f4faf4;
}

.fun-number h2 {
  color: #354dff;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  padding-left: 15px;
}

.our-team {
  background: #f4faf4;
  padding: 0px 0px 60px 0px;
}

.our-team-text h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.our-team-img-group {
  background: url(../img/img-gruop.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px;
}

.our-team-second {
  background: #f4faf4;
}

.meet-the-team-btn a button {
  padding: 10px 50px;
  color: #fff;
  background: #354dff;
  border: none;
}

.meet-the-team-btn {
  text-align: center;
  padding: 40px 0px;
}

.our-team .our-tabs ul li a.active {
  background: #218e23 !important;
  color: #fff !important;
  border-radius: 0;
  border-bottom: none !important;
}

.our-team .our-tabs .nav-tabs {
  border: none;
}

.our-tabs ul {
  justify-content: center;
  margin-top: 50px;
}

.our-team .our-tabs ul li a {
  background: #e9f4e9;
  border: 1px solid #c6d2c6 !important;
  padding: 10px 35px;
  margin: 0px 5px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
}

.our-tabs-img {
  text-align: center;
  padding: 30px 0px;
  border-radius: 10px;
}

.our-tabs-img h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
}

.our-tabs-img img {
  margin: auto;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.our-tabs-img h3 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  color: #989d98;
}

.our-team-top {
  margin: 0px 0px 0px 0px;
}

.our-tabs {
  padding-bottom: 60px;
}

.legal {
  padding: 60px 0px 0px 0px;
}

.legal-border {
  border: 3px solid #354dff;
  width: 10%;
  margin: 0;
}

.legal-box h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.our-platform-text h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.financial {
  padding-top: 40px;
}

.financial p {
  color: #545c63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}

.financial p:before {
  content: "\2022";
  color: #354dff;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
}

.give h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 20px 0px 10px 0px;
}

.give p {
  color: #354dff !important;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  margin: 0;
}

.give p:before {
  content: "\2022";
  color: #354dff;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
}

.annuanl {
  padding: 60px 0px;
}

.legal-box p {
  color: #545c63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  padding: 26px 0px 0px 0px;
}

.annuanl-acordian {
  margin-top: 40px;
}

.accordion {
  width: 70%;
  margin: 0;
  border-radius: 3px;
}

.heading {
  color: #545c63;
  font-size: 14px;
  padding: 15px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin: 25px 0px;
  border-radius: 5px;
}

.heading:nth-last-child(2) {
  margin: 5px 0px;
}

.heading:first-child:hover {
  border-radius: 3px 3px 0 0;
}

.heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px;
}

.heading::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-top: 7px solid #545c63;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  float: right;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: 5px;
}

.active.heading::before {
  transform: rotate(-180deg);
}

.not-active.heading::before {
  transform: rotate(0deg);
}

.contents {
  display: none;
  padding: 0px 10px;
  color: #7f8fa4;
  font-size: 13px;
  line-height: 1.5;
}

.result-bnt a button {
  background: #229923;
  border: none;
  padding: 13px 30px;
  margin-top: 40px;
  color: #fff;
}

.give {
  padding-bottom: 50px;
}

.fcra-donation h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.fcra-donation p {
  color: #545c63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  padding: 26px 0px 15px 0px;
}

.fcra-donation {
  padding: 0px 0px 60px 0px;
}

.counter-1 {
  padding: 20px 0;
  border-radius: 5px;
  position: absolute;
  left: -40px;
  top: -10%;
}

.count-title {
  font-size: 28px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #f4faf4;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #354dff;
  font-weight: 600;
  width: 100px;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.about-counter {
  background: #f4faf4;
  padding: 60px 0px 0px 0px;
}

.fundaraisers-about-counter {
  position: relative;
  /*padding: 20px 90px 20px 40px;*/
  width: 80%;
}

.fundaraisers-about-counter p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 60%;
  margin: auto;
  display: flex;
  align-items: center;
}

/*
.count-title:after {
    content: "+";
}
*/

/*===============================fundraisear_second Start================================*/

.on-mission {
  padding: 60px 0px;
  background: #f4faf4;
}

.on-mission-text h2 {
  color: #354dff;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
}

.on-mission-text h2 span {
  color: #082f4e;
  font-size: 700;
}

.on-mission-text p {
  color: #545c63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.free-foundations {
  padding-top: 25px;
}

.platform-part-1 h2 {
  color: #354dff;
  font-size: 600;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

.platform-part-1 p {
  color: #545c63;
  font-size: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.platform-part-2 {
  border-right: 1px solid #cfd7cf;
  width: 73%;
}

.platform-part-3 {
  border-right: 1px solid #cfd7cf;
  width: 93%;
}

.on-mission-btn {
  text-align: center;
}

.on-mission-btn a button {
  width: 100%;
  margin: auto;
  border: none;
  background: #354dff;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 13px 0px;
  border-radius: 5px;
}

.on-mission-tabs button.show-more-fundraisers {
  background-color: #354dff;
}

.on-mission-img img {
  border-radius: 10px;
}

.on-mission-tabs .modal-body .nav-link.active {
  background: #354dff !important;
  color: #fff !important;
  border-radius: 0px;
  border-color: #354dff;
}

.on-mission-tabs .nav-link {
  font-weight: 500;
  font-size: 20px;
  background: #e9f5e9;
  color: #333;
  border: 1px solid #c6d2c6 !important;
  padding: 10px 40px;
  border-radius: 0;
}

.on-mission-tabs ul li.nav-item {
  margin: 5px;
}

.showing p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #545c63;
  text-transform: lowercase;
}

.on-mission-tabs {
  background: #f4faf4;
}

.omf-text h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.omf-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  width: 60%;
  margin: auto;
  font-family: "Poppins", sans-serif;
}

.omf-box {
  padding: 60px 0px 0px 0px;
  background: #f4faf4;
}

.omf-part {
  padding: 90px 0px 70px 0px;
}

.phone-text {
  position: relative;
  border: 1px solid #dadada;
  padding: 20px 20px 20px 100px;
  background: #fff;
}

.left-img-box {
  position: absolute;
  left: -60px;
  top: 10px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 40px;
  border-radius: 100px;
}

.phone-part h3 {
  color: #354dff;
  font-size: 20px;
  font-weight: 600;
}

.phone-part p {
  color: #545c63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 80%;
}

.left-text-btn a button {
  border: none;
  background: #354dff;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 13px 70px;
  margin-top: 5px;
}

.on-india {
  background: #f4faf4;
}

.sec-heading p {
  color: #545c63;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
}

.browser-more-btn {
  margin-top: 50px;
}

button.for-btn-1 {
  margin-right: 10px;
  padding: 13px 20px;
  border: 1px solid #354dff;
  color: #000;
  background: transparent;
  transition: all 0.3s;
}

button.for-btn-2 {
  margin-left: 10px;
  background: transparent;
  border: 1px solid #354dff;
  padding: 12px 20px;
  transition: all 0.3s;
}

button.for-btn-1:hover,
button.for-btn-2:hover {
  background: #354dff;
  color: #fff;
  transition: all ease-in-out 0.5;
}

.most-trustworthy {
  background: #f4faf4;
  padding: 60px 0px;
}

.on-india {
  background: #f4faf4;
  padding: 60px 0px 0px 0px;
}

.on-border {
  padding: 0px 0px 70px 0px;
}

.most-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.most-heading p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  width: 60%;
  margin: auto;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.fund-partners {
  background: #f4faf4;
  padding: 0px 0px 50px 0px;
}

.on-mission-btn {
  text-align: center;
  width: 55%;
  position: absolute;
  bottom: 70px;
}

.on-mission-main {
  position: relative;
}

/*===============================People_Culture Start================================*/

.about-job {
  background: #f4faf4;
}

.people {
  background: url(../img/people-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  align-items: center;
  display: flex;
}

.people-text h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
}

.people-text p {
  color: #545c63;
  font-size: 16px;
  font-weight: 400;
}

.people-text ul {
  padding-left: 0px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.people-text ul li:nth-child(1) {
  margin: 0px;
}

.people-text ul li {
  list-style: none;
  margin-left: 20px;
}

.people-text ul li a i {
  color: #55606b;
  border: 1px solid #9ab0b2;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.people-text ul li a i:hover {
  text-decoration: none;
  color: #fff;
  border: none;
}

.people-text ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.people-text ul li:hover {
  background: #229923;
  border-radius: 3px;
}

.people-text ul li.active {
  background: #229923;
  border: none;
}

.people-text ul li.active a i {
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 3px;
}

button.refer-1 {
  display: block;
  border: none;
  background: #fff;
  padding: 10px 50px;
  color: #229923;
  font-size: 16px;
  font-weight: 400;
}

button.refer-2 {
  display: block;
  border: none;
  background: #229923;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.aboutus {
  padding: 60px 0px;
}

.aboutus h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.aboutus p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 86%;
}

.aboutus h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-top: 25px;
}

.aboutus h4 {
  font-size: 18px;
  font-weight: 600;
  color: #545c63;
}

.aboutus p span i {
  color: #354dff;
  padding-right: 10px;
}

.aboutus a button {
  background: #354dff;
  border: nonr;
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 10px 30px;
  margin-top: 40px;
}

.job {
  margin-top: 60px;
  border: 1px solid #c4d5d6;
}

.job-information {
  background: #229923;
  text-align: center;
}

.job-information h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px;
}

.job-industry {
  padding: 0px 0px 30px 25px;
}

.job-industry h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363c40;
  padding-top: 15px;
}

.job-industry p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.job-industry h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363c40;
  padding-top: 25px;
}

.job-industry h5 {
  font-size: 15px;
  font-weight: 400;
  color: #545c63;
}

.job-industry h6 {
  font-size: 16px;
  font-weight: 400;
  color: #229923;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
}

/*===============================Terms_Conditions================================*/

.terms-condition {
  padding: 60px 0px;
  background: #f4faf4;
}

.terms-text {
  padding: 50px;
}

.terms-text h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.terms-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  /* display: flex; */
}

.terms-text p span i {
  padding-right: 15px;
}

/*===============================Frequently_asked_questions start================================*/

.frequently {
  padding: 60px 0px;
  background: #f4faf4;
}

.frequently-box h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

/*===============================form start================================*/

.form-v {
  padding: 60px 0px 80px 0px;
  background: #f4faf4;
}

.form-text-1 {
  text-align: center;
  padding-bottom: 20px;
}

.form-main {
  padding: 70px 100px;
}

.form-text-1 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.form-text-1 p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.form-box-2 input {
  display: block;
  width: 100%;
  padding: 15px;
  background: #f4faf4;
  border: 1px solid #dadada;
  margin-top: 20px;
}

.form-valid-error {
  margin-bottom: 0px;
}

.form-box-2 {
  background: #fff;
  padding: 35px 30px;
  border-radius: 5px;
}

.form-box-2 textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #dadada;
  background: #f4faf4;
  margin-top: 20px;
}

.form-btn-submit button {
  color: #fff;
  padding: 10px 50px;
  background: #354dff;
  border: none;
}

.form-btn-submit {
  display: flex;
  margin-top: 30px;
  align-items: baseline;
}

.form-btn-submit a button {
  border: none;
  padding: 10px 50px;
  background: #229923;
  color: #ffff;
  font-size: 16px;
  border-radius: 3px;
}

.form-btn-submit p {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #474a47;
  font-family: "Poppins", sans-serif;
}

.form-btn-submit p span {
  color: #354dff;
}

.journey {
  margin-top: 60px;
  border: 1px solid #dadada;
  padding: 65px 50px;
  border-radius: 3px;
}

.journey p {
  width: 74%;
  margin: auto;
  text-align: center;
  color: #777f77;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.journey p:before {
  content: "";
  position: absolute;
  background: url(../img/before.png);
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -40px;
  left: -61px;
}

.journey p:after {
  content: "";
  position: absolute;
  background: url(../img/after.png);
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -60px;
}

.journey-btn {
  text-align: center;
  margin-top: 35px;
}

.journey-btn a button {
  border: none;
  padding: 10px 50px;
  background: #229923;
  color: #ffff;
  font-size: 16px;
  border-radius: 3px;
}

.journey-btn p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #777f77;
  padding-top: 10px;
}

.accordion.accordion-1 .card-header.collapsed {
  margin-bottom: 30px;
}

/*.accordion.accordion-1 .card-header.collapsed {
  border: 1px solid lightgray !important;
}*/
/*
.accordion.accordion-1 .card-header {
  border-bottom: 0px !important;
}
*/
.accordion.accordion-1 {
  width: 80%;
  margin: 50px auto 0px auto;
}

.accordion.accordion-1 .card-header {
  background: unset;
/*  border: 1px solid #dcdcdc;*/
  border-radius: 3px;
}

.accordion.accordion-1 .card-header a:hover {
  text-decoration: none;
}

.accordion.accordion-1 .card-header.collapsed a,
.accordion.accordion-1 .card-header.collapsed::after {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.accordion.accordion-1 .card-header a,
.accordion.accordion-1 .card-header::after {
  color: #354dff;
  font-weight: 600;
  cursor: pointer;
  
}

.accordion.accordion-1 .card {
  background: unset !important;
  border: none !important;
}

.accordion.accordion-1 .card-header .card-body {
  border: 1px solid;
}

/*
.accordion.accordion-1 .card-header .card-body{
    border: 1px solid #dadada !important;
}*/

.accordion.accordion-1 .card p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
/*
.accordion.accordion-1 .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion.accordion-1 .card-header.collapsed:after {
  content: "\f067";
}
*/
/*===============================Mission: On Child Hungry start================================*/

.on-child {
  background: url(../img/on-child-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* padding: 270px 0px; */
  align-items: center;
  display: flex;
  min-height: 540px;
  position: relative;
}

.on-child-text h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}
 
.on-child-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.on-child-text a button {
  background: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  color: #249927;
  font-weight: 400;
  font-size: 16px;
}

.on-child-text a button span i {
  padding-right: 10px;
}

.feed-child {
  background: #fff;
  position: absolute;
  bottom: -50px;
  width: calc(59% - 15px);
  left: 21%;
  padding: 25px 0px 25px 20px;
  border-radius: 8px;
}

.feed-pragraph p {
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin: 0;
}

.quantity-block input {
  width: 80%;
  text-align: center;
}

.quantity-block input[type="number"]::-webkit-inner-spin-button,
.quantity-block input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity-block input[type="number"] {
  -moz-appearance: textfield;
}

/* not necessary*/

.quantity-block {
  position: relative;
  font-size: 20px;
}

.quantity-arrow-minus i,
.quantity-arrow-plus i {
  font-size: 15px;
  color: #229923;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 12px;
  width: 40px;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: #e4ece4;
}

.quantity-num {
  font-size: 18px;
  padding: 5px 10px;
  outline: none;
  background: #f4faf4;
  border: 1px solid #dcdcdc;
  color: #474747;
}

.quantity-block button.quantity-arrow-minus {
  position: absolute;
  left: -36px;
  top: 0px;
  padding: 5px;
}

.quantity-block button.quantity-arrow-plus {
  position: absolute;
  rigth: -36px;
  top: 0px;
  padding: 5px;
}

.quantity-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
}

.quantity-block:after {
  content: "Child";
  color: #474747;
  position: absolute;
  z-index: 99;
  right: 34%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 16px;
}

.feed-btn a button {
  border: none;
  padding: 10px 20px;
  background: #229923;
  color: #ffff;
}

.feed-btn a button span i {
  color: #fff !important;
  padding-right: 10px;
}

.feed-icon a i {
  color: #229923 !important;
  font-size: 20px;
}

.feed-btn {
  display: flex;
  align-items: center;
}

.feed-icon {
  margin-left: 20px;
}

.second-icon {
  padding-left: 15px;
}

.poor-child {
  background: #f4faf4;
  padding: 100px 0px 60px 0px;
}

.poor-child-img img {
  border-radius: 10px;
  width: 100%;
}

.poor-child-text {
  background: #fff;
  padding: 50px 25px 50px 25px;
  border-radius: 10px;
}

.poor-child-text h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  font-family: "Barlow", sans-serif;
}

.poor-child-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  font-family: "Barlow", sans-serif;
  padding: 10px 0px;
}

.poor-child-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  padding-bottom: 7px;
}

.poor-child-text p span {
  font-size: 14px;
  font-weight: 400;
  color: #229923;
  font-family: "Poppins", sans-serif;
}

.partners-credible-section {
  background: #fff;
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.partners-credible {
  background: #f4faf4;
  padding: 0px 0px 60px 0px;
}

.partners-credible-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.provide-p {
  margin: 0px;
}

.save-child-icon {
  background: #354dff;
  height: 65px;
  width: 65px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-child-icon-box {
  margin-top: 30px;
}

.save-child-text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #354dff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding-bottom: 5px;
}

.save-child-text p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.save-slider {
  background: #f4faf4;
  padding: 0px 0px 60px 0px;
}

.poor-child-slider {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
  border-radius: 10px;
  padding: 40px 70px 20px 70px;
  position: relative;
}

.poor-child-slider .owl-dots {
  display: none;
}

.asanala-partq {
  text-align: center;
}

.asanala-partq img {
  border-radius: 10px !important;
  text-align: center;
  margin: auto;
}

.asanala-partq h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
}

.asanala-partq h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.poor-child-slider .owl-next span {
  position: absolute;
  top: -16px;
  left: 12px;
}

.poor-child-slider .owl-prev span {
  position: absolute;
  top: -16px;
  right: 12px;
}

.poor-child-slider .owl-next {
  position: absolute;
  right: 20px;
  top: 40%;
  background: #ffffff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  color: #354dff !important;
  font-size: 40px !important;
}

.poor-child-slider .owl-prev {
  position: absolute;
  left: 20px;
  top: 40%;
  background: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  color: #354dff !important;
  font-size: 40px !important;
}

.children-still {
  background: #f4faf4;
  padding: 0px 0px 60px 0px;
}

.still-need {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.still img {
  border-radius: 10px;
}

.need-suport .first h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.need-suport .first h3 span {
  font-size: 22px;
  font-weight: 600;
  color: #229923;
}

.need-suport .first p {
  font-size: 16px;
  font-weight: 400;
  color: #229923;
}

.partionteg {
  color: #000 !important;
}

.quantity-block-1 {
  margin-left: 63px;
  margin-top: 20px;
}

.quantity-box h6 {
  padding-top: 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
}

.feed-btn-2 a button {
  border: none;
  padding: 10px 20px;
  background: #229923;
  color: #ffff;
  margin-top: 40px;
  margin-left: 29px;
}

.feed-btn-2 p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  padding-left: 29px;
}

.ngo-partner-kidpower {
  background: #f4faf4;
  padding: 0px 0px 50px 0px;
}

.ngo-kidpower-box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.ngo-kidpower-box p {
  font-size: 16px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 40%;
  margin: auto;
}

.danate-to-omf {
/*  background: #f4faf4;*/
  padding: 9px 0px 60px 0px;    
  background-color: darkslateblue;
}

.why-donate {
/*  background: #fff;*/
  padding: 30px;
/*  border-radius: 10px;
  border: 1px solid #dcdcdc;*/
}

.dropdown-menu li
{
    padding: 7px 7px 7px 7px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    color: black;
}
.dropdown-menu li:hover
{
    background-color: lightyellow;
}

.dropdown-menu li a{
  padding: 5px 5px 5px 5px;
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.why-donate h2 {
  text-align: center;
  padding-top: 30px;
  font-size: 32px;
  font-weight: 600;
}

.direct {
  background: #f4faf4;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direct-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.direct-text p {
  font-size: 14px;
  font-weight: 400;
  color: black;
  font-family: "Poppins", sans-serif;
}

.share-2 {
  background: #f4faf4;
  padding: 40px 0px 0px 0px;
}

.share-text-3 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.share-text-3 p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 76%;
  margin: auto;
  padding-bottom: 20px;
}

.share-box-btn a button.share-box-btn-1 {
  width: calc(50% - 30px);
  margin-right: 10px;
  background: #354dff;
  border: none;
  padding: 20px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.share-box-btn a button.share-box-btn-2 {
  width: calc(50% - 30px);
  margin-left: 10px;
  background: #3c5a98;
  border: none;
  padding: 20px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.share-box-btn a button.share-box-btn-1 span i,
.share-box-btn a button.share-box-btn-2 span i {
  padding-right: 10px;
  font-size: 16px;
}

/*===============================our_Purpose Start================================*/

.Foundation {
  background: url(../img/Foundation-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  align-items: center;
  display: flex;
}

.Foundation-text h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
}

.Foundation-text p {
  color: #545c63;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.Foundation-box {
  background: url(../img/Foundation.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
  position: relative;
}

.Foundation-box h3 {
  width: 20%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  top: -17px;
  color: #fff;
  font-weight: 600;
}

.Foundation-box h4 {
  width: 20%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 105px;
  color: #fff;
  font-weight: 600;
}

.our-purpose {
  background: #f4faf4;
  padding: 60px 0px;
}

.our-purpose-text {
  padding: 30px 40px;
  text-align: center;
}

.our-purpose-text img {
  margin: auto;
}

.our-purpose-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.our-purpose-text P {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
  width: 76%;
  margin: auto;
  padding-top: 20px;
}

.note-img.impact img {
  height: 420px;
  width: 100%;
}

.note-text .impact-text {
  padding-top: 20px;
}

.note.impact-box {
  background: #e4efe4;
}

.note-text.impact-section h2 {
  width: 60%;
  font-size: 32px;
  font-weight: 600;
}

.note-text.impact-section hr.our-platform-border {
  width: 15% !important;
}

.our-culture {
  padding: 60px 0px;
  background: #f4faf4;
}

.our-culture-box {
  padding: 45px 30px;
}

.our-culture-box h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 20px 0px;
}

.our-culture-part {
  padding: 20px;
}

.our-culture-part p {
  margin: 0px;
}

.our-culture-part P {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.our-team-second-text {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 20px 0px;
}

.our-team-second section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.our-team-second section img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.our-team-second .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.our-team-second .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.our-team-second .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

.our-team-second section img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*===============================Covid Mission start================================*/

.covid-mission {
  background: url(../img/covid.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  align-items: center;
  display: flex;
}

.covid-mission-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  width: 50%;
}

.covid-mission-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 40%;
}

.covid-mission-text a button {
  background: #354dff;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.covid-19 {
  padding: 60px 0px;
  background: #f4faf4;
}

.covid-19-text {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.covid-raised {
  margin-top: 40px;
}

.fundaraisers-box-1 {
  position: relative;
  padding: 30px 20px 26px 40px;
  margin-bottom: 14px;
}

.fundaraisers-box-1 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #354dff;
}

.fundaraisers-box-1 p {
  font-size: 14px;
  font-weight: 400;
  color: #545c63;
  font-family: "Poppins", sans-serif;
}

.fun-number-2 {
  position: absolute;
  left: -37px;
  top: 30%;
  background: #f4faf4;
}

.fun-number-2 h2 {
  color: #545c63;
  height: 55px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.covid-india {
  background: #354dff;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}

.mask {
  padding: 10px 0px 50px 0px;
}

.mask-men {
  background: #f4faf4;
}

.mask-men img {
  border-radius: 10px;
  height: 295px;
}

.Vaccinate-India {
  background: #fff;
  padding: 20px;
  border-radius: 7px;
}

.Vaccinate-India h2 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.pragraph-raised {
  color: #249927;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.pragraph-raised span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-left: 5px;
}

.vaccinate-btn a button {
  margin: 15px 10px;
  padding: 5px 20px;
  border: none;
  background: #f4faf4;
  color: #838583;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.vaccinate-btn a button.active {
  margin: 15px 0px;
  padding: 5px 20px;
  border: none;
  background: #229923;
  color: #fff;
  border-radius: 5px;
}

.vaccinate-btn input {
  margin: 15px 0px;
  padding: 5px 0px 0px 5px;
  border: none;
  background: #f4faf4;
  color: #838583;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.vaccinate-goal {
  padding: 10px 0px;
}

.vaccinate-goal h2 {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
}

.vaccinate-goal h2 sub {
  font-weight: 400;
  color: #404040;
}

.immunise {
  margin-top: 10px;
}

.immunise a button {
  background: #229923;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px 25px;
}

.immunise p {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.immunise p span i {
  color: #229923;
  padding-left: 10px;
}

.helped {
  text-align: right;
  border-radius: 10px;
}

.relief-impact {
  background: #f4faf4;
  padding: 60px 0px 70px 0px;
}

.impact-icrf {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.helped p {
  font-size: 32px;
  color: #303030;
  font-weight: 400;
  padding: 0px 10px 0px 90px;
}

.helped p span {
  font-size: 32px;
  color: #229923;
  font-weight: 600;
}

.relief-impact-box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.relief-impact-box p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #545c63;
}

.relief-impact-box a button {
  background: #229923;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
}

.helped {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 190px 0px;
  border-radius: 14px;
}

.helped-1 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 190px 0px;
  text-align: right;
  border-radius: 14px;
}

.relief-impact-1 {
  background: #f4faf4;
  padding: 0px 0px 70px 0px;
}

.impact-icrf-1 {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.helped-1 p {
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 10px 0px 230px;
}

.helped-1 p span {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.relief-impact-box-1 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.relief-impact-box-1 p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #545c63;
}

.relief-impact-box-1 a button {
  background: #229923;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
}

.fund-will {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
  padding: 20px;
  border-radius: 10px;
}

.fund-will p {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.every-donation {
  background: #f4faf4;
  padding: 0px 0px 0px 0px;
}

.watch {
  background: #f4faf4;
  padding: 20px 0px;
}

.watch-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.watch-text p {
  color: #545c63;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

p.taks-part {
  color: #545c63;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #f4faf4;
  border-radius: 10px;
  padding: 20px;
}

.watch-text button.Spread-1 {
  border: none;
  padding: 10px 30px;
  background: #3a5998;
  margin: 15px 10px 40px 0px;
  color: #fff;
}

.watch-text button.Spread-1 span {
  padding-right: 10px;
}

.watch-text button.Spread-2 {
  border: none;
  padding: 10px 30px;
  background: #229923;
  margin: 15px 0px 40px 0px;
  color: #fff;
}

.watch-text button.Spread-2 span {
  padding-right: 10px;
}

.hand {
  background: #f4faf4;
  padding: 0px 0px 0px 0px;
}

.hand-box {
  padding: 0px 0px 60px 0px;
}

.create h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.create p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #545c63;
}

.create a button {
  background: #354dff;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px 25px;
  margin-top: 10px;
}

.sec-heading.media h2 {
  font-size: 32px;
  font-weight: 600;
}

.media-box {
  padding: 60px 0px 0px 0px;
}

.logo-bottom {
  padding-bottom: 50px;
}

.watch-box-img {
  /* background:#f4faf4 url(../img/whach.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-word-img {
  background: #fff;
  height: 90px;
  width: 90px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #0000003b;
}

.the-word-img i {
  font-size: 40px;
  color: #229923;
}

.fundraiser-left.change-img-radius img {
  border-radius: 100px;
}

ul li.linkdin-icon i {
  background: #007bff;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 0.9;
  border-radius: 100px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons-box ul li img {
  width: 40px;
  height: 40px;
}

.icons-box ul li.email-icon {
  background: #007bff;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 0.9;
  border-radius: 100px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}

.icons-box ul li.email-icon i {
  color: #fff;
}

.tab-text h2 {
  padding-top: 30px;
}

.support-heding {
  padding-top: 30px;
}

.crow-testing {
  padding-top: 90px;
}

.crow-test-img h3 {
  padding-bottom: 20px;
  text-transform: capitalize;
}

.dash-content h5 {
  text-transform: capitalize;
}

/*===============================cause Start================================*/

.cause {
  background: url(../img/ngo-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  align-items: center;
  display: flex;
}

.cause-slect {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px 50px;
  border-radius: 10px;
}

.cause-slect-part select {
  width: 100%;
}

.donate-nogos h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.cause-box {
  background: #f4faf4;
  padding: 60px 0px;
}

.cause-slect-part label {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #1e1e1e;
}

.cause-slect-part select {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #919291;
  border: 1px solid #e6e6e6 !important;
}

.cause-slect-part input {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #919291;
  border: 1px solid #e6e6e6 !important;
}

.any-label {
  padding-top: 35px;
}

.left-btn a button {
  border: none;
  padding: 13px 70px;
  color: #fff;
  background: #229923;
  margin: 50px 0px 30px 0px;
  border-radius: 3px;
}

.right-btn {
  text-align: right;
}

.right-btn a button {
  border: none;
  padding: 13px 70px;
  color: #fff;
  background: transparent;
  margin: 50px 0px 30px 0px;
  border-radius: 3px;
  border: 1px solid #8e9e8e;
  color: #434c43;
}

.sponsor {
  background: #f4faf4;
  padding: 0px 0px 60px 0px;
}

.sponsor-text {
  background: #fff;
  padding: 10px 10px 30px 10px;
}

.sponsor-text h2 {
  color: #354dff;
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 600;
}

.sponsor-text h3 {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 600;
}

.sponsor-text p {
  color: #545c63;
  font-size: 14px;
  font-weight: 400;
}

.sponsor-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px 0px 0px;
}

.sponsor-btn a button.sponsor-btn-1 {
  border: none;
  padding: 8px 30px;
  color: #fff;
  background: #354dff;
  border-radius: 3px;
}

.sponsor-btn a button.sponsor-btn-2 {
  border: none;
  padding: 8px 30px;
  color: #201f1f;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #229923;
}

.sponsor-pegination ul {
  padding: 0px;
  display: flex;
  justify-content: center;
}

.sponsor-pegination ul li {
  list-style: none;
  border: 1px solid #8e9e8e;
  padding: 6px 13px 5px 13px;
  margin: 0px 5px;
}

.sponsor-pegination ul li.active {
  background: #229923;
  border: none;
}

.sponsor-pegination ul li.active a {
  color: #fff;
}

.sponsor-pegination ul li a {
  color: #229923;
}

.sponsor-pegination {
  margin: 50px 0px 0px 0px;
}

/*===============================cause End================================*/

.trusted-platform .plateform-ic-box .ic-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-platform .plateform-ic-box img {
  margin: 0px;
  width: 50px;
  height: 40px;
}

/*========================================3/9/2022===============================================*/

.trusted-platform .sec-heading h2 {
  width: 60%;
}

.featured-sec .first {
  width: 100%;
}

.hero_carosel.owl-carousel.owl-theme.owl-loaded .owl-dots .owl-dot:hover span {
  background: #4c37ff !important;
}

.hero_carosel.owl-carousel.owl-theme.owl-loaded .owl-dots .owl-dot.active span {
  background: #4c37ff !important;
}

.test-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ee3afe !important;
}

.sec-heading.start-a-fundraiser p {
  padding: 0px;
}

.save-child-icon img {
  width: 25px;
}

.direct img {
  width: 40px;
}

.save-slider .owl-nav.disabled {
  display: block !important;
}

/*===============================special_gift Start================================*/

.special {
  background: url(../img/special_gift.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
  align-items: center;
  display: flex;
  text-align: justify;
}

.special h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}

.special p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

button.special-btn {
  display: block;
  border: none;
  background: #229923;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.ration-img {
  background: url(../img/ration.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 35px 30px 70px 40px;
}

.ration {
  padding: 60px 0px;
  background: #f4faf4;
}

.ration-text h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
  padding: 0px 120px 0px 0px;
}

.ration-text p {
  color: #545c63;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.ration-text a button {
  display: block;
  border: none;
  background: #354dff;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  border-radius: 4px;
}

.need-cause {
  padding: 60px 0px;
  background: #eaf3ea;
}

.danate-ration {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
}

.see-more-btn {
  text-align: center;
}

.see-more-btn a button {
  border: none;
  padding: 8px 30px;
  color: #fff;
  background: #229923;
  border-radius: 3px;
  margin-top: 40px;
}

.ration-text {
  padding: 0px 20px;
}

.danate-ration span {
  color: #354dff;
}

.ration.read-sare {
  padding: 0px 0px 0px 0px;
}

.kindness {
  padding: 0px 0px 60px 0px;
}

.special-icon ul {
  display: flex;
  flex-wrap: wrap;
}

.special-icon ul li {
  list-style: none;
  background: #fff;
  width: calc(11% - 20px);
  margin: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.special-icon ul li a img {
  margin: auto;
  padding: 22px 22px 18px 22px;
}

/*===============================special_gift End================================*/

.childer-section-box {
  padding: 0px 20px 40px 20px;
}

.sponsor-text {
  background: #fff;
  padding: 10px 0px 0px 0px;
}

.childer-section {
  justify-content: space-between;
}

.childer-section h3 {
  font-size: 16px;
}

.sponsor-btn {
  text-align: center;
  justify-content: center;
}

.childer-section {
  padding-top: 20px;
}

.welcome img {
  margin: auto;
}

.partner-sec img {
  margin: auto;
}

.extra-btn {
  border: none;
  background: #354dff;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}

.modal-dialog.modal-sm.fundraiser-created-modal {
  padding: 80px 0px 0px 0px;
}

.fundriaser-popup {
  text-align: center;
}

.fundriaser-popup h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 40px 0px 30px 0px;
  width: 60%;
  margin: auto;
  color: #000;
}

.fundriaser-popup p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 70px 0px;
  width: 73%;
  margin: auto;
  color: #000;
}

.fundriaser-popup button a {
  color: #fff;
}

.fundriaser-popup button.modal-whatsapp {
  width: calc(50% - 3px);
  padding: 20px;
  background: #249126;
  border-bottom-left-radius: 20px;
}

.fundriaser-popup button.modal-Facebook {
  width: calc(50% - 1px);
  padding: 20px;
  background: #3c5a98;
  border-bottom-right-radius: 20px;
}

.fundriaser-popup button a i {
  padding-right: 10px;
}

button.close.fun-close {
  top: -60px;
  right: 30px;
}

.modal-dialog .modal-content.fundraiser-modal-part {
  border-radius: 1.3rem !important;
}

.fundraiser-created-popup-box {
  border: none;
  background: #354dff;
  color: #fff;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
}

.crow-test-img img {
  border-radius: 30px;
}

.section-padding .tabset.tabset-part.test-right {
  padding-bottom: 100px;
}

.section-padding .tabset.tabset-part.test-right > input:checked + label {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}

.crow-testing .icons-box ul {
  margin: 25px 0px;
}

section#marzen p {
  font-size: 15px;
}

li.login-responsive {
  display: none;
}

.support_img-class {
  text-align: end;
}

.support_img-class button {
  border: none;
  width: 100px;
}

.eventsnoneclass {
  cursor: not-allowed;
}

.eventsnoneclass input,
.eventsnoneclass select,
.eventsnoneclass textarea {
  pointer-events: none;
}

/*===========================Causes Start===================*/

.Causes-box {
  background: url(https://urlsdemo.in/funding/public/site-assets/img/causes-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0px;
}

.Causes-box-conteant.second-page {
  position: unset;
}

.Causes-box-conteant h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}

.Causes-box-conteant p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.Causes-text-box {
  background: #f4faf4;
  padding: 60px 0px 20px 0px;
}

.Causes-text-ineer {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.Causes-text-ineer p {
  color: #545c63;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  text-align: justify;
}

.payment {
  padding: 60px 10px;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  margin-top: 40px;
}

.payment h2 {
  font-size: 32px;
  font-weight: 600;
  color: #010101;
}

.payment span {
  color: #229923;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 40px;
}

.payment-btn-1 {
  border: none !important;
  background: #354dff !important;
  color: #fff !important;
  font-size: 18px !important;
  width: 190px;
  padding: 10px 0px !important;
  margin-right: 4px;
  border-radius: 2px !important;
}

.payment-btn-2 {
  border: 1px solid #354dff !important;
  background: transparent !important;
  color: #354dff !important;
  font-size: 18px !important;
  width: 190px !important;
  padding: 9px 0px !important;
  margin-left: 4px !important;
  border-radius: 2px !important;
}

.Causes-social-media {
  text-align: center;
  padding: 60px 0px;
}

.Causes-social-media h2 {
  font-size: 32px;
  font-weight: 600;
  color: #010101;
}

.Causes-social-media p {
  font-size: 14px;
  font-weight: 500;
  color: #545c63;
  width: 45%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px;
}

.Causes-social-media a button {
  border: none;
  width: 26%;
  padding: 20px 0px;
  margin: 10px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.Causes-social-media a button span i {
  padding-right: 10px;
}

.Causes-social-media a button.social-btn-2 {
  margin: 0px 20px;
  background: #5fcdfe;
}

.Causes-social-media a button.social-btn-4 {
  margin-right: 20px;
  margin-top: 20px;
  background: #0073b1;
}

.Causes-social-media a button.social-btn-5 {
  margin-right: 20px;
  background: #37d29b;
  margin-top: 20px;
}

.Causes-social-media a button.social-btn-1 {
  background: #354dff;
}

.Causes-social-media a button.social-btn-3 {
  background: #3c5a98;
}

.Causes-social-media a button.social-btn-6 {
  background: #437cff;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
  margin-top: -155px;
}
.bg-video-wrap img {
    width: 100%;
    height: 100%;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #ffffff; */
  background-size: 3px 3px;
  z-index: 2; 
  opacity: 0.9; 
}

.Causes-box-conteant {
  position: absolute;
  color: red;
  font-size: 30px;
  font-weight: bold;
  top: 50%;
  z-index: 999;
  left: 20%;
}

.popup-btn select {
  border-radius: 3px;
  margin: 0px 5px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  border: 1px solid #cdd4da;
  height: 54px;
}

.popup-btn button {
  border: none;
  /* padding: 10px 36px; */
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px #c9c4c4;
  width: 110px;
  height: 53px;
}

.popup-btn input {
  border-radius: 3px;
  margin: 15px 5px 0px 5px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  border: 1px solid #cdd4da;
  height: 54px;
}

.payment #exampleModalLongTitle {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}

.close.modal-btn {
  top: 0px;
  right: 25px;
}

button.close.modal-btn span {
  font-size: 40px;
  color: #000 !important;
}

.modal-footer-sec button {
  border: none;
  width: 73%;
  padding: 18px 0px;
  background: #354dff;
  color: #fff;
  font-size: 22px;
  border-radius: 3px;
}

.modal-footer-sec {
  padding: 10px 0px;
}

.popup-btn button.active {
  background: #354dff;
  color: #fff;
}

.causes-img-galery {
  padding: 40px 0px 0px 0px;
}



.Causes-box-conteant.second-page a {
  font-size: 16px;
  padding: 10px 50px;
  background: transparent;
  color: #269628;
  font-weight: 500;
  border: 1px solid;
  text-decoration: none;
}

.Causes-box-conteant.second-page a {
  font-size: 16px;
  padding: 10px 50px;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}

.causes-img-ineer-second h2 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
  text-transform: capitalize;
  padding-left: 15px;
}

.causes-img-ineer-second p {
  font-size: 16px;
  font-weight: 400;
  color: #7a7575;
  padding-left: 15px;
}

.causes-img-ineer.causes-img-ineer-second {
  box-shadow: 0px 0px 6px 0px #d1cccc;
}

.causes-img-ineer-second button {
  margin-left: 15px;
  border: none !important;
  background: #354dff !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 8px 40px !important;
  margin-right: 4px;
  border-radius: 2px !important;
  margin-bottom: 20px;
}

.nav-tabs-1 a:hover {
  color: #fff;
  text-decoration: none;
}

.nav-tabs-2 a:hover {
  text-decoration: none;
}

.popup-tabs .make-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: unset !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.popup-tabs .nav-tabs .nav-link {
  border: none !important;
}

.popup-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent !important;
}

.first-btn {
  border: 1px solid #354dff;
  background: transparent;
  color: #354dff;
  font-size: 18px;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px !important;
}

.popup-tabs ul li.active {
  border: none;
  background: #354dff;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
  text-align: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.popup-tabs ul .first-btn li.active a {
  color: red;
}

.popup-tabs ul li a {
  width: 180px;
  height: 60px;
  padding-top: 15px;
}

.first-btn a {
  color: #fff !important;
}

.second-btn {
  border: 1px solid #354dff;
  background: transparent;
  color: #354dff;
  font-size: 18px;
  border-radius: 2px;
  text-align: center;
  margin-left: 10px !important;
}

.second-btn a,
.second-btn a:hover {
  color: #354dff;
}

.popup-tabs ul {
  justify-content: center;
  margin-top: 20px;
}

li.nav-item.first-btn.active a {
  color: #fff !important;
}

li.nav-item.first-btn a {
  color: #354dff !important;
}

.popup-tabs .close.modal-btn {
  top: 15px;
  right: 7px;
  background: transparent !important;
}

.popup-tabs .modal-content {
  border: none !important;
}

.popup-tabs .modal-body {
  text-align: center;
}

.popup-tabs .modal-footer-sec {
  text-align: center;
}

.popup-btn button.active {
  background: #ff3e51 !important;
  color: #fff;
}

.popup-tabs .modal-footer-sec button {
  background: #354dff !important;
  margin-bottom: 0px !important;
  padding: 18px 0px !important;
  width: 73% !important;
  border-radius: 3px !important;
}

.popup-tabs button.donation {
  box-shadow: 0px 3px 6px 0px #c9c4c4;
  background-color: #efefef !important;
  color: #000 !important;
}

.popup-tabs .modal-title {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}

.modal-body .extra-salect {
  margin-top: 15px;
}

.causes-img-galery .modal-dialog.modal-dialog-centered {
  max-width: 50%;
}

.popup-img {
  padding-top: 35px;
}

.popup-img img {
  margin-left: 28px;
}

.popup-img p {
  padding: 0px 37px;
}

.popup-img h2 {
  padding: 10px 37px 0px 37px;
  margin-bottom: 0px;
}

.heading-social-media ul li {
  list-style: none;
  margin-left: 10px;
}

.heading-social-media .linkdin-icon i {
  background: #007bff;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 0.9;
  border-radius: 100px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-social-media ul li img {
  width: 35px;
  height: 35px;
}

.heading-social-media ul li.email-icon {
  background: #007bff;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 0.9;
  border-radius: 100px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  margin-left: 10px;
}

.heading-social-media ul li.email-icon i {
  color: #fff;
}

.causes-img-ineer.causes-img-ineer-second
  .heading-social-media
  .linkdin-icon
  i {
  font-size: 20px;
}

.cause-boxs .modal-dialog {
  max-width: 100%;
}

.cause-boxs .modal-content .popup-img h2 {
  padding-left: 24px;
}

.cause-boxs .modal-content .popup-img p {
  padding: 0px 73px;
}

button.oneTimeAmountSelect.donation {
  margin-left: 15px;
}

.popup-btn a button.active {
  background: #354dff !important;
  color: #fff !important;
}

/*.popup-btn-2 a button.active{
      background: #354dff  !important;
    color: #fff !important;
}*/

.popup-img.caus h2 {
  padding-bottom: 40px;
  padding-top: 0px;
}

.description-sec p {
  padding: 10px 30px;
}

.videoContainer {
  margin: 0px auto 0 auto;
  position: relative;
  width: 580px;
}

#video-controls {
  background-color: #000;
  bottom: 8px;
  left: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.videoContainer:hover #video-controls {
  display: block;
}

#video-controls button {
  background-color: #000;
  border: none;
  color: #fff;
  margin-right: 20px;
  outline: 0;
  width: 50px;
}

#video-controls button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.progressTime {
  color: #fff;
}

.videoContainer video {
  min-height: unset;
  width: 100% !important;
  height: unset !important;
}

.videoContainer:hover {
  display: block;
}


/* .job-openings {
  padding: 140px 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%); */
/* } */

.job-openings .on-child-text h3 {
  width: 50%;
}

.job-openings .on-child-text button {
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #fff;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #374dff;
  margin-top: 40px;
}

.job-opening-us {
  padding: 50px 0px;
  background: #f4faf4;
}

.join_us {
  text-align: center;
}

.join_us h5 {
  font-size: 20px;
  font-weight: 500;
}

.join_us h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.Job_Filter {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 15px 0px;
  align-items: center;
  border-bottom: 1px solid #d2cece;
}

.form-check.Job_Filter_check input#defaultCheck1 {
  margin-left: 0px;
  width: 15px;
  height: 15px;
  margin-top: 5px !important;
}

.form-check.Job_Filter_check label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.Filter_All label,
  .Sort_All label {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #000;
  display: block;
}

.Filter_All select,
  .Sort_All select {
  background: transparent;
  border: 1px solid #cbc7c7;
  font-size: 14px;
  padding: 5px 50px 5px 5px;
  color: #000;
}

.filter_sort_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.Full_Time_Job h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.Full_Time_Job {
  padding: 20px 0px;
}

.Full_Time_Job h2 span {
  background: #000;
}

.Full_Time_Job h2 span {
  background: #cbcbce;
  font-size: 10px;
  vertical-align: bottom;
  padding: 4px 10px;
  border-radius: 1000px;
}

.Full_Time_Jobs_Inner {
  border: 1px solid #d2cece;
  border-radius: 5px;
  padding: 20px;
}

.Full_Time_Jobs_Inner h5 {
  font-size: 16px;
  font-weight: 600;
  color: #534f4f;
}

.Full_Time_Jobs_Inner h2 {
  color: #354dff;
  font-size: 20px;
  font-weight: 600;
}

.Full_Time_Jobs_Inner h6 {
  font-size: 16px;
  font-weight: 600;
  color: #534f4f;
}

.full-job-btn-section button {
  padding: 7px 40px;
  border: 1px solid #218e23;
  color: #000;
  background: transparent;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}

.full-job-btn-section {
  text-align: center;
  margin-top: 20px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.sec-1 .content h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Barlow";
}

.sec-1 .common-div {
  align-items: end;
}

.sec-1 {
  background-size: cover;
  background-position: top;
}

.sec-1 p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
}

.sec-1 button {
  border-radius: 2px;
  background-color: #354dff;
  border: none;
  outline: none;
  padding: 10px 33px;
}

.sec-1 button a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
  text-decoration: none;
}

.sec-2 {
  background-color: #f4faf4;
}

.sec-2 .first {
  margin: 20px 0;
}

.sec-2 h2 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
  text-align: center;
}

.sec-3 {
  background-color: #f4faf4;
}

.sec-3 .img-div img {
  width: 100%;
  border-radius: 8px;
}

.sec-3 h2 {
  font-size: 33px;
  line-height: 41px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
}

.sec-3 p {
  font-size: 14px;
  line-height: 24px;
  color: #545c63;
  font-weight: 400;
  font-family: "Poppins";
  text-align: left;
  margin: 0;
}

.align {
  align-items: center;
  border-radius: 8px;
  padding: 25px;
  background: #fff;
}

.sec-3 {
  padding: 40px 0 80px;
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
  padding: 45px 0;
}

section.sec-4 {
  background-color: #f4faf4;
}

.sec-4 h2 {
  font-size: 36px;
  line-height: 51px;
  color: #28261b;
  font-weight: 600;
  font-family: "Barlow";
}

.sec-4 hr {
  border: 2px solid #354dff;
  width: 12%;
  margin-right: auto;
}

.sec-4 p {
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-weight: 400;
  font-family: "Poppins";
  height: 101px;
  overflow-y: scroll;
}

.sec-4 p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.sec-4 p::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}

.sec-4 p::-webkit-scrollbar-thumb {
    background-color: #963bfe;
}

.sec-4 h4 {
  font-size: 17px;
  line-height: 26px;
  color: white;
  font-weight: 600;
  font-family: "Poppins";
  min-height: 50px;
}

.sec-4 .green-div {
  background-color: #963bfe;
  display: grid;
  place-items: center;
  border-radius: 8px 0 0 8px;
  height: 100%;
}

.sec-4 .color {
  background-color: #1e1e1e;
  border-radius: 0 5px 5px 0;
  padding: 17px 10px;
  height: 100%;
}

.sec-2 img {
  margin: 0 auto;
}

section.sec-5 {
  background-color: black;
}

.sec-5 span h5 {
  margin-left: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #28261b;
  font-weight: 600;
  font-family: "Poppins";
}

.sec-5 .div {
  align-items: center;
}

.sec-6 .common {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 70px;
  align-items: center;
  border-bottom: 1px solid #e6e7e6;
}

.sec-6 {
  background-color: #f4faf4;
}

.sec-6 h2 {
  font-size: 42px;
  line-height: 26px;
  color: #141414;
  font-weight: 700;
  font-family: "Barlow";
}

/*  */

.get-in-touch {
  max-width: 800px;
  position: relative;
}

.get-in-touch .title {
  font-size: 30px;
  line-height: 41px;
  color: #141414;
  font-weight: 600;
  font-family: "Barlow";
}

.get-in-touch p {
  font-size: 15px;
  line-height: 41px;
  color: #424242;
  font-weight: 400;
  font-family: "Barlow";
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  /* height: 36px; */
  border-width: 0 0 2px 0;
  border-color: #b1b1b1;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  cursor: text;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-size: 15px;
  line-height: 50px;
  color: #a3a3a3;
  font-weight: 400;
  font-family: "Barlow";
}

.contact-form .form-field label:nth-child(5) {
  font-size: 16px;
  line-height: 41px;
  color: #1f8920;
  font-weight: 500;
  font-family: "Barlow";
}

.home-demo .item {
  background: #fff;
  border-radius: 0 20px 0;
}

.home-demo .item span i {
  color: gold;
}

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

button.active span {
  background-color: #ed39fd !important;
}

.cards-group {
  height: 214px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
  padding: 50px 0 20px 0 !important;
  border-bottom: 1px solid white;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.sec-7 .col-lg-4.\.left {
  background-color: #354dff !important;
  border-radius: 10px;
  max-height: 550px !important;
}

.sec-7 i.fa.fa-location-dot {
  font-size: 20px;
}

.sec-7 i.fa.fa-envelope {
  font-size: 20px;
}

.sec-7 i.fa.fa-phone {
  font-size: 20px;
}

.sec-7 .sec-7-div {
  border-radius: 8px;
}

.sec-7 h3 {
  font-size: 30px;
  line-height: 41px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Barlow";
}

.sec-7 .bd-div {
  background-color: green;
  border-radius: 4px;
  padding: 40px 30px;
}

.sec-8 img {
  border-radius: 5px;
}

.sec-7 li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
  padding-bottom: 30px;
}

.social-icon {
  color: white;
  font-size: 29px;
  text-align: center;
}

.social-icon span {
  padding-right: 20px;
}

.sec-7 li span {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
}

label.message-label {
  position: static !important;
}

.message-form-field {
  margin: 0 !important;
}

textarea.form-control {
  border-radius: 0;
  resize: none;
  border: black;
  border-bottom: 2px solid #b1b1b1;
}

.sec-8 .content {
  padding: 14px 45px;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.sec-8 .align-item {
  display: flex;
  align-items: center;
}

.sec-8 .align-item .image {
  transform: translatex(30px);
}

.sec-8 .content p {
  margin: 0;
}

section.sec-4 {
  background-color: #f4faf4;
  padding-top: 40px;
}

.owl-item p {
  font-size: 15px;
  line-height: 26px;
  color: #6c6b67;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
}

.contact-form .submit-btn {
  cursor: pointer;
  background: #354dff !important;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
  text-align: center;
  padding: 11px 0px;
  border-radius: 4px;
  border: none;
}

.sec-7 label.label.d-block.message-label {
  font-size: 16px;
  line-height: 26px;
  color: #354dff;
  font-weight: 500;
  margin: 0;
  font-family: "Barlow";
}

.sec-2 .first {
  margin: 20px 0;
  display: flex;
  align-items: end;
}

.sec-8 p {
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
}
.sec-1 {
  background-size: cover;
  background-position: top;
  background-repeat: round !important;
}
.Full_Time_Jobs_Inner {
  min-height: 155px;
}
.donate_payment {
  max-width: 800px !important;
}
.causesbg {
  min-height: 650px;
  display: flex;
  align-items: center;
}






@media screen and (min-width: 320px) and (max-width: 767px) {
  .sec-8 .content {
    padding: unset;
    min-height: 100px;
    text-align: center;
    justify-content: center;
  }
  .sec-1 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .sec-3 h2 {
    font-size: 29px;
  }
  .sec-8 .align-item {
    display: block;
  }
  .engagement-sec {
    padding: 40px 0 35px;
}
  .sec-8 .align-item .image {
    transform: unset;
    display: flex;
    justify-content: center;
  }
  .sec-5 .green-div {
    min-height: unset;
    padding: 15px;
    margin-bottom: 20px;
  }
  .sec-1 .content h1 {
    font-size: 28px;
  }
  .sec-1 button {
    padding: 10px 30px;
  }
  .sec-3 {
    padding: 20px 0;
  }
  .sec-3 .img-div {
    height: auto;
  }
  .sec-4 h2 {
    font-size: 23px;
    line-height: 20px;
  }
  .sec-4 hr {
    width: 25%;
  }
  .sec-4 p {
    font-size: 13px;
    line-height: 20px;
  }
  .sec-4 .color {
    text-align: center;
    border-radius: 0 0 8px 8px;
  }
  
  .sec-5 span h5 {
    font-size: 10px;
    line-height: 15px;
  }
  .home-demo .item span i {
    font-size: 7px;
  }
  .sec-8 img {
    width: 20%;
  }
  .social-icon {
    color: white;
    font-size: 20px;
  }
  .get-in-touch .title {
    font-size: 24px;
    line-height: 25px;
  }
  .get-in-touch p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
  }
  .sec-8 p {
    font-size: 17px;
    line-height: 20px;
  }
  .sec-8 img {
    width: 50%;
  }
  .sec-6 h2 {
    font-size: 30px;
    line-height: unset;
  }
  .align {
    padding: 0;
  }
  .sec-4 .green-div {
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
  }
  .cards-group {
    height: unset;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec-8 .align-item {
    display: block;
  }
  .sec-8 .align-item .image {
    transform: translate(0px, 20px);
    display: flex;
    justify-content: center;
  }
  .sec-8 .content {
    padding: 26px 17px;
    min-height: 136px;
  }
  .sec-8 p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  .sec-5 span h5 {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .sec-5 span h5 {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .home-demo .item span i {
    font-size: 13px;
  }
  .sec-8 img {
    width: 33%;
  }
  .cards-group {
    height: 226px;
  }

  .engagement-sec .content {
    padding: 25px 0 10px;
    min-height: unset;
  }
  .engagement-sec img {
    width: 100%;
  }
  .engagement-sec .image {
    transform: unset !important;
  }


}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .cards-group {
    height: 244px;
  }
  .sec-8 .content {
    padding: 11px 42px;
    min-height: 140px;
  }
  .sec-7 li span {
    font-size: 15px;
    padding: 0 12px;
  }
  .write-to-us {
    padding-left: 20px !important;
  }
}

/*17-6-2022*/

.culture-page section.Mindvalley_Culture {
  background-image: url(../Images/Background.png);
  background-size: cover;
}

.culture-page section.Mindvalley_Culture h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Barlow";
}

.culture-page section.Mindvalley_Culture h6 {
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.culture-page section.Mindvalley_Culture_two .culture_discription {
  border-radius: 15px;
}

.culture-page section.Mindvalley_Culture_two .culture_discription p {
  font-size: 14px;
  line-height: 24px;
  color: #545c63;
  font-weight: 400;
  font-family: "Poppins";
}

.culture-page section.Mindvalley_Culture_three {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
}

.culture-page section.Mindvalley_Culture_three h2 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Barlow";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_three .card {
  background-color: transparent;
}

.culture-page section.Mindvalley_Culture_three .card .card-text {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_three .card-deck .card .card-header {
  position: relative;
  display: grid;
  background-color: transparent;
  border: 0;
}

.culture-page
  section.Mindvalley_Culture_three
  .card-deck
  .card
  .card-header
  .play-button {
  position: absolute;
  place-self: center;
}

.culture-page
  section.Mindvalley_Culture_three
  .card-deck
  .card
  .card-header
  img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(2px 4px 6px #00000080);
}

.culture-page
  section.Mindvalley_Culture_three
  .card-deck
  .card
  .card-header
  .play-button
  i {
  font-size: 25px;
  padding: 20px 24px;
  background-color: white;
  border-radius: 35px;
  outline: 5px solid #ffffff85;
}

.culture-page section.Mindvalley_Culture_four {
  background-color: #f7f7f9;
}

.culture-page section.Mindvalley_Culture_four .img-main-div {
  width: 33%;
}

.culture-page section.Mindvalley_Culture_four img {
  object-fit: cover;
}

.culture-page section.Mindvalley_Culture_five h2 {
  font-size: 33px;
  line-height: 41px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_five p {
  font-size: 14px;
  line-height: 24px;
  color: #545c63;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_five h3 {
  font-size: 33px;
  line-height: 41px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
}

.culture-page section.Mindvalley_Culture_five .container .row p {
  font-size: 14px;
  line-height: 24px;
  color: #545c63;
  font-weight: 400;
  font-family: "Poppins";
  text-align: justify;
}

.culture-page section.Mindvalley_Culture_five .container .books-outlet {
  border: 0.1px solid #36363629;
  border-radius: 10px;
}

.culture-page section.Mindvalley_Culture_five .container .books-outlet img {
  width: 100%;
}

.culture-page section.Mindvalley_Culture_six {
  background-image: linear-gradient(0deg, #963bfe 0%, #354dff 100%);
}

.culture-page section.Mindvalley_Culture_six h2 {
  font-size: 42px;
  line-height: 51px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Barlow";
}

.culture-page section.Mindvalley_Culture_six p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.culture-page section.Mindvalley_Culture_seven .second h2 {
  font-size: 33px;
  line-height: 41px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_seven .second p {
  font-size: 14px;
  line-height: 24px;
  color: #545c63;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}

.culture-page section.Mindvalley_Culture_seven .second button {
  width: 278px;
  height: 50px;
  border-radius: 25px;
  background-color: #5747ff;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  border: none;
}

.culture-page section.Mindvalley_Culture_seven .first {
}

.culture-page
  section.Mindvalley_Culture_seven
  .first
  .card-deck
  .card
  .card-header {
  padding: 0px;
  position: relative;
  display: grid;
  background-color: #000000bf;
  border: 0;
}

.culture-page
  section.Mindvalley_Culture_seven
  .first
  .card-deck
  .card
  .card-header
  .play-button {
  position: absolute;
  place-self: center;
}

.culture-page
  section.Mindvalley_Culture_seven
  .first
  .card-deck
  .card
  .card-header
  .play-button
  i {
  font-size: 25px;
  padding: 20px 24px;
  background-color: white;
  border-radius: 35px;
  outline: 5px solid #ffffff85;
}

.culture-page
  section.Mindvalley_Culture_seven
  .first
  .card-deck
  .card
  .card-header
  img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.culture-page section.Mindvalley_Culture_seven .first .card-col {
  height: 200px;
}

.culture-page section.Mindvalley_Culture_seven .first .card-col .card-deck {
  transform: translate(0, -50%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 6%), 0 3px 6px rgb(0 0 0 / 10%);
}

.culture-page
  section.Mindvalley_Culture_seven
  .first
  .card-deck
  .card
  .card-text {
  font-size: 22px;
  line-height: 26px;
  color: #242122;
  font-weight: 700;
  font-family: "Barlow";
}

.sec-5 .home-demo .owl-carousel .owl-stage-outer .owl-item .div span:nth-child(1) img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}

.sec-5 .home-demo .owl-carousel .owl-stage-outer .owl-item .fa-star:before {
    content: "\f005";
    font-size: 12px;
}

.sec-5 .home-demo .owl-carousel .owl-stage-outer .owl-item h5 {
    margin-left: 10px;
    font-size: 19px;
    line-height: 26px;
    color: #28261b;
    font-weight: 600;
    font-family: "Poppins";
}



/*------------------------blogs page-------------------------------- */
.blog-css {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #f7f8f9 !important;
}

.blog-css .sec-1 .blog-heading h1 {
    font-size: 42px;
    color: #28261b;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center ;
}

.blog-css .sec-2 .card {
    background-color: transparent !important;
}

.blog-css .sec-2 .card-body {
    background: white !important;
    margin-bottom: 30px;
}

.blog-css .sec-2 .card-body h3.card-title {
    font-size: 22px;
    line-height: 26px;
    color: #242122;
    font-weight: 700;
    font-family: "Barlow";
    padding-top: 12px;
}

.blog-css .sec-2 .card-body span {
    font-size: 14px;
    line-height: 26px;
    color: #83827a;
    font-weight: 400;
    font-family: "Poppins";
}

.blog-css .sec-2 .card-body p.card-text {
    font-size: 15px;
    line-height: 25px;
    color: #6c6b67;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 10px;
}

.blog-css .sec-2 .card-body p a {
    font-size: 14px;
    line-height: 26px;
    color: #374dff;
    font-weight: 400;
    font-family: "Poppins";
}

.blog-css .sec-2 .card-body p a:hover {
    color: #374dff;
    text-decoration: none;
}

.blog-css .sec-2 .card-body p a span {
    font-size: 10px;
    color: #374dff;
    padding-left: 4px;
}

.blog-css .sec-2 .card-body p a:focus-visible {
    outline: none;
}

/*---------------------blogs comment-----------------------------------*/

  h1.heading-comment-page {
    font-size: 42px;
    color: #28261b;
    font-weight: 700;
    font-family: "Barlow";
    text-transform: capitalize;
    padding: 0px 0 14px 0px;
  }

.blog-page-main section.blog-section-one h2{
            font-size:22px;
            font-weight:600;
      }
      .blog-page-main section.blog-section-one p{
            font-size:15px;
      }
      .blog-page-main{
            background:#f7f8fa
      }
      /* .blog-page-main .Blog-comment{
      } */
    .blog-page-main  .Blog-comment .form-group .form-control{
            background: #f7f8fa;
            border:none;
      }
     .blog-page-main .Blog-comment .form-group label{
            font-size: 15px;
    font-weight: 600;
      }
    .blog-page-main  .Blog-comment .form-group textarea{
            border-radius:8px
      }
   .blog-page-main   .Blog-comment .form-group textarea::placeholder{
            font-size:14px;
           
      }
      .blog-page-main .Blog-comment .form-group input{
            height:35px !important;
      }
   .blog-page-main   .Blog-comment .form-group input::placeholder{
            font-size:14px;
      }
    .blog-page-main  .Blog-comment .form-check-input {
    margin-left: -24px !important;
    width: 15px !important;
    margin-top: 10px !important;
    border: 1px solid #eaeaea;
    height:auto !important;
}
.blog-page-main .blog-submit-comment-button{
      color:white;
      background:#5747ff;
      border:0;
      font-family:"poppins";
      padding:10px 58px;
      border-radius:30px;
}
.blog-page-main p.Akismet-para {
    font-size: 15px;
}
.blog-page-main a.learn-more-about-akismet {
    font-size: 15px;
    color:#5747ff;
    font-weight:600;
}
.blog-page-main section.blog-section-one label.form-check-label{
      font-size:14px;
      font-weight: 600;
}

/* 05-11-2022   */
.sec-2 .first.logo-title{
    display: unset;
  }


  .sec-6 .logo-title-second{
    display: unset;
  }
  .sec-6 .logo-title-second span{
    padding-top: 10px;

  }
  .logo-title-second img{
    margin: auto;
  }

.bg_clr {
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #fff; */
    z-index: 0; 
    opacity: 0.9;
}


/* ==================================================== */
.card_box_donate .card {
  width: 100%;
  background-color: #eef0ff;
  border: 0px; 
  margin-bottom: 48px;
}
.card_box_donate {
  width: 100%;
  padding: 120px 0px;
}
.card_box_donate .card-title {
  font-family: Barlow;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 23px;
}
.card_box_donate .card-text {
  font-family: Barlow;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 64px;
  color: #777777;
}   
.card_box_donate .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #dce1ff;
  border-radius: 6.5px;
  margin-bottom: 15px;
}    
.card_box_donate .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd !important;
  transition: width 0.6s ease;
  width: 28%;
  border-radius: 6.5px;
}
.donation_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
}
.donation_price p {
  margin-bottom: 0px;
  font-family: Barlow;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.donation_btn {
  text-decoration: none;
  background-color: #354DFF;
  color: #fff;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
a.donation_btn:hover {
  color: #fff !important;
}
#founder_banner_section {
  width: 100%;
  background-image: url('../img/monthly_fundraiser/dbanner.jpg');
  height: 695px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner_content {
max-width: 37%;
width: 100%;
margin: 0 auto;
position: absolute;
bottom: 146px;
left: -120px;
text-align: center;
right: 0;
}
.banner_title {
  font-family: Barlow;
  font-size: 60px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  color: #000;
  margin-bottom: 28px;
}
.banner_peragraph {
  font-family: Barlow;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.Foundation-text {
  padding: 25px 0px;
}
.bg_our {
  background-position: center !important;
}
.space_banner {
  padding:32px 0px;
}

.sign_up .fields .selection .select2-selection.select2-selection--single {
    background-color: transparent;
    border: 0;
    /* border-bottom: 1px solid #fff; */
    border-radius: 0;
 /*   margin: 0 10px;*/
    padding: 0 2px;
}

.sign_up .fields .selection span#select2-country-container {
  color: #fff;
  padding-left: 0;
  overflow: visible !important;
}
/* .forget_link {
    text-align: end;
} */
.lead_perpose .content {
  padding: 0 50px 0 0;
}
section.signup-bl-form .page .sign_up input:focus {
  border-color: #fff !important;
}
.sign_up .fields .selection  span.select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    border-width: 8px 7px 0px 7px !important;
    top: 125%;
}
.sign_up .fields .selection  span.select2-selection__clear {
    opacity: 0;
}

.sticky.fixed .logo {
  padding-top: 0px;
}
.top-header .menu_toprow input#menu-btn, .top-header .menu_toprow label.menu-icon {
  display: none;
}

.otp_get a {
    position: absolute;
    right: 0;
    color: #fff;
    transform: translateY(18px);
    font-size: 13px;
    font-weight: 500;
}
form.forgetFormcls {
  position: relative;
}
form.forgetFormcls .otp_get a  {
  transform: translateY(26px);
}
div#search-page button.close {
  padding-top: 5rem;
  padding-right: 2rem;
}

/*sign up css*/

.fieldborder {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  text-align: left;
  gap: 15px;
}
.fieldborder input { border-bottom: 0 !important;} 
.fieldborder label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  padding: 18px 0px 0px 0px;
  text-wrap: nowrap;
}

form.signup_New {
    max-width: 70%;
    margin: auto;
}






/**/



/* / ============================================================ / */
@media (min-width:1600px) and (max-width:1699px) {
.banner_content {
  max-width: 41%;
}
}
@media (min-width:1600px) and (max-width:1699px) {
.banner_content {
  max-width: 44%;
}
}
@media (min-width:1500px) and (max-width:1599px) {
.banner_content {
  max-width: 47%;
}
}
@media (min-width:1400px) and (max-width:1499px) {
.banner_content {
  max-width: 40%;
  bottom: 75px;
  left: -90px;
}
#founder_banner_section {
  height: 515px;
}
.banner_title {
  font-size: 50px;
  line-height: 36px;
}
}

@media (min-width:1300px) and (max-width:1399px) {
.banner_content {
  max-width: 36%;
  bottom: 100px;
  left: -90px;
}
.banner_title {
  font-size: 40px;
  line-height: 30px;
}
.banner_peragraph {
  font-size: 17px;
}
.card_box_donate .card-title {
  font-size: 22px;
}
#founder_banner_section {
  height: 510px;
}
}
@media (min-width:1200px) and (max-width:1299px) {
.banner_content {
  max-width: 38%;
  bottom: 62px;
  left: -72px;
}
#founder_banner_section {
  height: 440px;
}
.banner_title {
  font-size: 34px;
  margin-bottom: 20px;
}
.banner_peragraph {
  font-size: 16px;
}      
.card_box_donate .card-title {
  font-size: 22px;
}
          }
@media (min-width:1025px) and (max-width:1199px) {
.banner_content {
  max-width: 38%;
  bottom: 62px;
  left: -72px;
}
#founder_banner_section {
  height: 435px;
}
.banner_title {
  font-size: 34px;
  margin-bottom: 20px;
}
.banner_peragraph {
  font-size: 16px;
}              
}
@media (min-width:992px) and (max-width:1024px) {
.banner_content {
  max-width: 36%;
  bottom: 55px;
  left: -70px;
}
#founder_banner_section {
  height: 360px;
}
.banner_title {
    font-size: 30px;
    line-height: 24px;
}
section.signup-bl-form .page .sign_up {
  left: 330px;
  
}
}
@media (min-width:768px) and (max-width:991px) {
.banner_content {
  max-width: 40%;
  left: -40px;
  bottom: 22px;

}
#founder_banner_section {
  height: 300px;
}
.banner_title {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 20px;
}
.banner_peragraph {
    font-size: 16px;
    line-height: 24px;
}
.card_box_donate .card-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.card_box_donate .card-text {
  font-size: 16px;
  margin-bottom: 36px;
}
.donation_price p {
  font-size: 12px;
}




}

@media (min-width:601px) and (max-width:767px) {
.banner_content {
  max-width: 40%;
  left: -40px;
  bottom: 22px;

}
#founder_banner_section {
  height: 300px;
}
.banner_title {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 20px;
}
.banner_peragraph {
    font-size: 16px;
    line-height: 24px;
}
}
@media (min-width:512px) and (max-width:600px) {
.banner_content {
  max-width: 53%;
  left: -40px;
  bottom: 22px;

}
#founder_banner_section {
  height: 300px;
}
.banner_title {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 20px;
}
.banner_peragraph {
    font-size: 16px;
    line-height: 24px;
}
}
@media (min-width:500px) and (max-width:511px) {
.banner_content {
  max-width: 40%;
  left: -40px;
  bottom: 14px;
}
#founder_banner_section {
  height: 190px;
}
.banner_title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.banner_peragraph {
  font-size: 14px;
  line-height: 18px;
}
}

@media (min-width:400px) and (max-width:499px) {
.banner_content {
  max-width: 40%;
  left: -30px;
  bottom: 6px;
}
#founder_banner_section {
  height: 190px;
}
.banner_title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.banner_peragraph {
  font-size: 14px;
  line-height: 18px;
}
}

@media (min-width:320px) and (max-width:399px) {
.banner_content {
  max-width: 56%;
  left: -30px;
  bottom: 6px;
}
#founder_banner_section {
  height: 190px;
}
.banner_title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.banner_peragraph {
  font-size: 14px;
  line-height: 18px;
}
}

@media (min-width:320px) and (max-width: 991px) {

  .top-header .menu_toprow input#menu-btn, .top-header .menu_toprow label.menu-icon {
    display: block;
}

}


/*============================= 5-7-24========================= */

@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .Causes-text-box .payment {
    padding: 30px 10px;
  }
  
  
}

@media screen and (min-width: 320px) and (max-width: 500px) {
 
  .Causes-box-conteant h2 {
    font-size: 20px !important;
}
.Causes-box-conteant p {
  font-size: 15px !important;
}
.Causes-box-conteant {
  
  padding: 0px 15px !important;
  
}
.Causes-box-conteant {
  top: 10% !important;
}
.Causes-text-box .payment {
  padding: 30px 10px;
}

}


@media screen and (min-width: 320px) and (max-width: 575px) {

  .volunteer_form {
    padding: 20px 20px 40px;
}

}
.Causes-box-conteant a {
  font-size: 16px;
  padding: 10px 50px;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}
.Causes-box-conteant a:hover {
  text-decoration: none;
}
.bg-video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  background: #0000004a;
  height: 100%;
  position: absolute;
  top: 0;
}










/*===========================Causes End===================*/