.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 43px;
  padding-right: 50px;
}


.toastr {
  position: fixed;
  top: 70px;
  right: 30px;
  border-radius: 12px;
  background: limegreen;
  z-index: 89999;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toastr.activer {
  transform: translateX(0%);
}

.toastr .toast-content {
  display: flex;
  align-items: center;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #fff;
  color: #2770ff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.message .text.text-1 {
  font-weight: 600;
  color: #fff;
}

.toastr .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toastr .close:hover {
  opacity: 1;
}

.toastr .progress{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;

}

.toastr .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #666;
}

.progress.activer:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

.button {
  padding: 12px 20px;
  font-size: 20px;
  outline: none;
  border: none;
  background-color: #2770ff;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.button:hover {
  background-color: #2770ff;
}

.toastr.activer ~ .button {
  pointer-events: none;
}

.button:hover{
    cursor: pointer;
}

.service-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #0062ff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.service-area .single-cat {
  background: #ffffff;
  border-radius: 6px;
  padding: 85px 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  /* line 3, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat {
    padding: 50px 22px;
  }
}

/* line 13, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #0062ff;
  transition: .6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}

/* line 26, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-icon span {
  margin-bottom: 50px;
  width: 90px;
  height: 90px;
  background: #0062ff;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #fff;
}

/* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap h5 > a {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Quicksand', sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  /* line 41, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}

/* line 56, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#gree{
  display: block;
}


.vg{
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 56, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
  .service-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 66, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat .cat-cap a {
  color: #0062ff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 77, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active::before {
  height: 100%;
}

/* line 81, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-icon span {
  color: #0062ff;
  background: #fff;
}

/* line 87, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap h5 {
  color: #fff;
}

/* line 90, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap p {
  color: #fff;
}

/* line 93, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat.active .cat-cap a {
  color: #fff;
}

/* line 99, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover::before {
  height: 100%;
}

/* line 103, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-icon span {
  color: #0062ff;
  background: #fff;
}

/* line 109, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap h5 {
  color: #fff;
}

/* line 112, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap p {
  color: #fff;
}

/* line 115, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_services_section.scss */
.service-area .single-cat:hover .cat-cap a {
  color: #fff;
}



.about-low-area {
  position: relative;
}

/* line 5, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 43px;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 5, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-caption p {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
  .vg{
  display: block;
}


#gree{
  display: none;
}
}

@media (max-width: 575px) {
  /* line 5, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

/* line 22, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .single-caption {
  display: flex;
  align-items: center;
}

/* line 25, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .single-caption .caption-icon span {
  color: #212025;
  font-size: 35px;
  margin-bottom: 0;
  display: block;
}

/* line 31, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .single-caption .caption {
  padding-left: 20px;
}

/* line 33, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .single-caption .caption h5 {
  color: #26264b;
  font-size: 20px;
  font-weight: 500;
}

/* line 38, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .single-caption .caption p {
  color: #7f8192;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  line-height: 1.7;
}


.about-low-area .about-img {

position: relative;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

/* line 60, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .about-img .about-font-img {
  position: absolute;
  z-index: 1;
 left: 80px;
  bottom: 0;
}

@media (max-width: 575px) {
  /* line 65, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-font-img img {
    width: 100%;
  }
}

/* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .about-img .about-back-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 575px) {
  /* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img img {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

@media (max-width: 575px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 50, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img {
    padding-top: 50px;
  }
}

/* line 60, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .about-img .about-font-img {
  position: absolute;
  z-index: 1;
  left: 80px;
  bottom: -500px;
}

@media (max-width: 575px) {
  /* line 65, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-font-img img {
    width: 100%;
  }
}

/* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
.about-low-area .about-img .about-back-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 575px) {
  /* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img img {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

@media (max-width: 575px) {
  /* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_about.scss */
  .about-low-area .about-img .about-back-img {
    position: unset;
  }
}

.section-padding2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 719, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.btn {
  background: #09cc7f;
  font-family: 'Quicksand', sans-serif;
  text-transform: capitalize;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0px;
  line-height: 1;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

/* line 271, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #24ac75;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}

/* line 290, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

/* line 295, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.btn:hover {
  background-position: right;
}

/* line 298, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 302, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.about-btn {
  padding: 19px 97px 19px 20px;
}

/* line 307, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.header-btn {
  padding: 30px 57px;
}

/* line 310, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.hero-btn {
  padding: 30px 62px;
}

/* line 314, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #072366 !important;
  border-radius: 10px;
}

/* line 318, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.white-btn::before {
  background: #09cc7f;
  color: #fff !important;
}

/* line 323, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.black-btn {
  padding: 14px 35px;
  background: #000;
}

/* line 326, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.black-btn::before {
  background: #331391;
}

/* line 332, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}

/* line 338, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

/* line 350, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.submit-btn2 {
  background: #ec5b53;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

/* line 363, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.border-btn {
  border: 1px solid #ff5600;
  color: #464d65;
  background: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 19px 47px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  /* line 363, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
  .border-btn {
    display: none;
  }
}

/* line 387, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_common.scss */
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #09cc7f;
  z-index: -1;
}


.wantToWork-area {
  background-image:linear-gradient(to right, #eedc21,#eedc21);
  padding-bottom: 0;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area {
    padding-bottom: 10px;
  }
}

/* line 14, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
.wantToWork-area .wantToWork-caption h2 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 14, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* line 14, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
  }


.wantToWork-area {
  background-image:linear-gradient(to right, #eedc21,#eedc21);
  padding-bottom: 0;
  padding: 5px 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
}

/* line 33, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
.wantToWork-area .wantToWork-caption p {
  font-size: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 37, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

#response-text{
  display: none;
  flex-direction: row;
  height: 35px;
  width: auto;
  background-color: limegreen;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  margin: 8px auto;
  justify-content: space-between;
  padding: 5px 10px;
  font-weight: 700;
   animation: blinker 2s linear infinite;
}


@media (max-width: 575px) {
  /* line 37, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }

  #response-text{
    font-size: 12px;
  }

  #response-text i{
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 37, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_wantTowork.scss */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

#container{
            width: 100%;
            height: 50px;
            position: relative;
            display: none;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .box{
            width: 8px;
            height: 18px;
            background-color: rgba(0,0,0, 0.7);
            border-radius: 30px;
            animation: loader 1s linear infinite;
        }
        #loader1{
            animation-delay: .1s;
        }
        #loader2{
            animation-delay: .2s;
        }
        #loader3{
            animation-delay: .3s;
        }
        #loader4{
            animation-delay: .4s;
        }
        #loader5{
            animation-delay: .5s;
        }
        @keyframes loader{
            0%,100%{
                height: 90px;
            }
            50%{
                height: 20px;
            }
        }
