::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  color: lightgray;
}

.fa-comment {
  color: #08c1d5;
  font-size: 1.2rem;
  cursor: pointer;
}

.genric-btn.primary {
    color: #fff;
    background: #ffba00;
    border: 1px solid transparent;
}
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.genric-btn.circle {
    border-radius: 20px;
}
.genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.genric-btn .fa-arrow-right {
  font-size: 20px;
  padding-left: 20px;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.donate-btn{
  padding: 0 70px;
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0px 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.special-btn {
  width: 188px;

}
.mt-34 {
  margin-top: -34px
}

.ml-142{
  margin-left: -70px
}

.text-faded{
  opacity: 0.3;
  background: white;
  padding: 6px;
}

.w-800 {
  width: 800px;
}

.modal .form-title{
  color: red;
  font-weight: bold;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.primary:hover {
    color: #ffba00;
    border: 1px solid #ffba00;
    background: #fff;
}

.dollar-sign {
  font-size: 50px;
}

.formmodal label {
  text-align: left !important;
}

.donate-form {
  border: 1px solid #e9e3e3;
  padding: 34px;
  box-shadow: 1px 2px 10px #c3bfbf;z
}

.donate-form label {
  display: inline-block;
  margin-bottom: .5rem;
  color:#888;
  font-size: 17px;
  /* font-weight: bold; */
}

.bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 2s;
}
.bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 2s;
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 3s;
}

.error {
  color: red;
  font-size: 14px;
  text-transform: full-size-kana;
}

.title {
  font-size: 15px
}

@media (max-width: 768px) {
  .video-div {
    margin-top: 20px !important;
  }
  .modal-header{
    margin-top: 45px;
  }
  .donatebtns img{
    padding: 20px 0 0 0 !important;
  }

  .recent-donation {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .video-content {
    margin-left: -168px;
    width: 800px;
  }
  .donate-con{
    max-width: 1000px !important;
  }

}

.single-related-product {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-related-product a {
  color: #222222;
  text-transform: uppercase;
}

.single-related-product .desc {
  margin: 0px 0px 10px 15px;
}

.single-related-product .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px;
}

.single-related-product .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0;
}
.single-related-product img {
  width: 43px;
}
