

/*Containers*/
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

body {
font-family: 'Acme', sans-serif;
font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0000ff;
  transition: all 0.3s ease-in-out;
}


.overlay-loader {
    position: fixed;
    background: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 100%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
}

.btn {
   
  border: 0px solid #EC008C;
  border-radius: 100px;
  color: #fff;
  background: #EC008C;
  width: 230px;
  min-height: 60px;
  margin: 0 60px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn:hover {
  background: #EC008C;
  color: white;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}


/*Checkout Popup*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup {
  margin: 75px auto;
  background: #fff;
  border: 1px solid #666;
  max-width: 480px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.7;
    transition: all 200ms;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
    opacity: 1;
}
.popup p {
    margin: 20px 0 5px;
    /*display: block !important;*/
}
.popup .contact-page {
    max-width: 100%;
}
.popup #leadMsg {
    display: none;
    font-size: 14px;
    color: green;
    top: 10px;
    position: relative;
}

/*header*/

header {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: relative;
  color: white;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  width: 150px;
  display: block;
}

/*.logo:before {
  content: '';
  width: 28px;
  height: 64px;
  background: #EC008C;
  position: absolute;
  left: 0;
  top: 0;
}*/

.logo span {
  position: relative;
  padding-left: 17px;
  display: block;
}

.row{
    display: flex;
}

.col-8{
    float: left;
    width: 70%;
}
.col-4{
    float: left;
    width: 30%;
}

.banner-text p{
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.banner-text h1{
    font-family: 'Acme', sans-serif;
    text-align: left;
    color: #EC008C;
    font-size: 100px;
        margin: 0;
}

.banner-text{
        padding: 50px 0px 60px 0px;
}

/*Menu*/
#menu-icon {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
}

.menu {
  display: flex;
  list-style: none;
}

.menu li a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 15px;
    font-weight: 600;
}

.menu li a.active,
.menu li a:hover {
  background: #EC008C;
  color: #fff;
  border-radius: 100px;
}

.new-footer{
    padding: 10px 0px;
    background: #000;
}
.footer-menu li a {
    color: #fff;
    font-size: 14px;
}
.new-footer .container{
    display: flex;
    justify-content: space-between;
}
.footer-menu {
    padding-top: 22px;
}
footer img {
    width: 100%;
}
.about-banner .button-wrapper{
    transform: scale(1.3);
}
/*hero*/

.hero {
    background-image: url(../images/bgi.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 160px;
    margin-top: -160px;
}

.pink-btn {
    font-size: 16px !important;
    padding: 5px 25px !important;
    max-height: 45px;
    width: auto !important;
    background: #EC008C;
    margin: 10px;
}
label.pink-btn {
    max-height: 30px;
    min-height: unset;
    cursor: pointer;
    padding: 5px 15px !important;
    font-size: 14px !important;
    margin: 5px 3px 5px 0;
}
.children-popup input[type="checkbox"] {
    margin: 2px 0px 2px 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.blue-btn {
    font-size: 16px !important;
    padding: 5px 25px !important;
    min-height: 45px;
    width: auto !important;
    background: #0096C9;
    margin: 10;
}

.parshes.hero {
  background: #000;
  color: #ffffff;
  padding-bottom: 90px;
  margin-bottom: 80px;
}
.hero.hero-inner-pages {
    padding-bottom: 200px;
}
.hero.checkout-hero {
    padding-bottom: 50px;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

h1 {
  font-size: 60px;
  margin-bottom: 0;
}

h2 {
    /*font-family: 'Oregano', cursive;*/
   
    font-size: 88px;
    color: #EC008C;
    margin-bottom: 36px;
}

.button-wrapper {
  display: flex;
}

.button-wrapper img{
    display: none;
}

.button-wrapper{
    position: relative;
}

.button-wrapper .btn {
    font-size: 27px;
    padding: 24px 50px;
    width: fit-content;
}

.img-reverse {
    display: block !important;
right: 70px;
    top: 40px;
    position: absolute;
}

.goal-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -160px;
  padding-bottom: 100px;
 /* display: none;*/
}
.giftdetails{
    padding-bottom: 20px;
}
.giftdetails .table-transaction th{
    border: 1px solid #0596c9 !important;
        background: #0096C9 !important;
            color: #fff;
}
.giftdetails thead th:nth-child(1){
    border-radius: 10px 0px 0px 0px;
}
.giftdetails thead th:nth-child(2){
    border-radius: 0px 10px 0px 0px;
}
.goal{
    width: 50%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
        border-radius: 10px;
    box-shadow: 1px 20px 20px 6px #0000000f;
    margin-right: 20px;
    margin-top: 55px;
}
.donations{
    margin-top: 55px;
    box-shadow: 1px 20px 20px 6px #0000000f;
    width: 50%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
}
.goal-container .title{
    text-align: center;
    padding: 10px;
    background-color: #0096C9;
    color: #fff;
    font-size: 22px;
        border-radius: 10px 10px 0px 0px;
        font-family: 'Kanit', sans-serif;
}
.content-box{
    padding: 20px 5px;
    background: #fff;
    border-bottom: 1px solid #0096C9;
    display: flex;
    justify-content: space-around;
}
.donation-history-list .content-box {
    padding: 15px 20px;
    justify-content: space-between;
    display: block;
}
.goal-container .content-box:last-child{
  border-bottom: 0px solid #ccc;
}
.donation-history-list .content-box table {
    width: 80%;
    margin: 10px auto 0;
    border-color: #fff;
    font-size: 12px;
    text-align: center;
    display: none;
}
.donation-history-list .content-box table tr td {
    padding: 3px;
}
.footer-logo img{
        width: 60px;
}
.name{
    width: 50%;
    float: left;
}
.amount{
  text-align: right;
}
.amount p, .name p {
    color: #b3b3b3;
    font-size: 10px;
}
.bar{
  text-align: center;
    width: 50%;
    float: left;
}
.bar h3{
  padding-top: 20px;
  font-size: 50px;
     
}
.bar p{
  padding-bottom: 10px;
  font-size: 16px;
  color: #b3b3b3;
}
.bar span{
  font-size: 16px;
  color: #b3b3b3;
}
.bar span b{
  font-size: 16px;
  color: #000;
}
.count{
    width: 50%;
    border-left: 1px solid #ccc;
    padding: 0px 20px;
}
.count h3{
      padding-top: 40px;
  text-align: center;
  font-size: 25px;
}
.progress{
  padding: 20px 0px;
}
progress {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 80%;
  height: 10px;
  background: crimson;
}
progress::-webkit-progress-value {
  background: #0096C9;
}

.counter-box{
  padding: 20px 0px;
  text-align: center;
  display: flex;
justify-content: space-around;
}
.counter-box p{
  font-size: 14px;
  color: #b3b3b3;
}
.counter-box p b{
  font-size: 40px;
  color: #000;
}

.contact-details {
  text-align:center;
  margin:20px;
}

.contact-details h4 {
  font-weight: 400;
}

.contact-details a {
  color: inherit;
  text-decoration: underline;
}

.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 117px;
  height: 117px;
}

.features-banner {
  color: #ffffff;
}

.features-banner .btn {
  margin-top: 80px;
}

.banner-title {
  font-size: 50px;
   font-family: 'Acme', sans-serif;
 color: #000;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sub-title {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  color: #000;
  font-size: 45px;
  opacity: 0.3;
  font-weight: 500;
}

.title {
  position: relative;
  /*margin-top: 55px;*/

  
  font-weight: 600;
}

.features {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.features.children-popup {
    height: 60vh;
    overflow-y: auto;
}
.features.gifts-popup {
    height: 70vh;
    overflow-y: auto;
}
.features-item {
    width: 31%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 38px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 1px #00000017;
    margin: 10px;
    height: fit-content;
}
.features.children-popup .features-item {
    width: 23%;
}
.features-item p {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
  background: #fff;
  color: #000;
  padding: 30px 25px;
  line-height: 1.5;
  padding-right: 20%;
}

.features-heading {
font-size: 18px;
    font-weight: 600;
    background: #0096C9;
    color: #fff;
    padding: 10px;
}

span.timeline-date {
    font-size: 18px;
}
.completed {
  position: absolute;
  right: -22px;
  bottom: -25px;
}

.about-banner {
  background: white;
  padding: 0px 0;
  color: #000;
}

.about-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.about-banner .container {
  max-width: 1200px;
  padding: 80px;
  text-align: center;
  opacity: 0.8;
}

.about-banner p {
  margin-bottom: 30px;
  line-height: 1.5;
  opacity: 0.8;
}

.no-margin {
  margin: 0 !important;
}

.about-banner a {
  text-decoration: underline;
}

footer {
  display: flex;
  align-items: center;
  position: relative;
}

.full-img {
  width: 100%;
}

.footer-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
  text-align: center;
}


/*Checkout Page*/
.checkout-bg {
    background: #f5f5f5;
}
.main-box {
    margin: 50px 0;
}
.row {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: 100%;
}
.col-left-check, .col-right-check {
    width: 50%;
    flex: 1;
}
.col-left-check {
    padding-right: 20px;
}
.col-right-check {
    padding-left: 20px;
    margin-top: 15px;
}
.col-left-check .cause-thumb {
    max-width: 100%;
}
.col-left-check h3 {
    color: #000;
    font-size: 36px;
    margin: 0 0 20px;
}
.col-left-check .description {
    color: #000;
    font-size: 16px;
    margin: 20px 0 20px;
}
.col-left-check .description h2 {
    color: #000;
    font-size: revert;
    margin: 0;
}
.donate-form {
    padding: 20px 20px 10px;
    box-shadow: 1px 1px 20px 6px #0000000f;
}
.org-donation-box {
    margin: 20px auto 10px;
}
fieldset.custom_prices {
    padding: 12px 15px 5px;
    margin: 15px 0 0;
    border: 2px solid #EC008C;
}
fieldset.custom_prices legend {
    font-size: 16px;
    font-weight: 600;
    color: #EC008C;
    padding: 0 5px;
}
.radio-button-price {
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}
.radio-button-price .radio-button__label-wrapper {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 25px;
    position: relative;
}
.donate-form label {
    color: #000;
    font-size: 16px;
    padding-left: 5px;
    cursor: pointer;
}
.radio-button-price .radio-button__label-title {
    margin: 0 0 0;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.radio-button-price .radio-button__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
input#cus_ord_don_amt {
    width: 110px;
    border: 1px solid #000;
    background-color: #EC008C;
    padding: 3px 5px;
    outline: none;
    margin-left: 5px;
    text-align: right;
    display: none;
}
.radio-button-price  .radio-button__custom-indicator {
    background-color: #EC008C;
    border: none;
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px;
    border-radius: 50%;
}
.radio-button-price .radio-button__input:checked ~ .radio-button__custom-indicator::after {
    display: block;
}
.radio-button-price .radio-button__custom-indicator::after {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: none;
    height: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 12px;
}
.amount-box {
    background-color: #000;
    padding: 15px 30px 25px;
}
.amount-box h3 {
    font-size: 28px;
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 500;
    color: #EC008C;
}
.currency-button {
    float: left;
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 70px;
    position: relative;
    background-color: #363636;
}
.currency-code {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.currency-symbol {
    margin: 5px 0 0 0;
    font-size: 12px;
}
.donate-form select#donate_currency {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: none;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 18px;
    opacity: 0;
}
.amount-section {
    float: right;
    color: #fff;
}
.payment-amount {
    font-size: 48px;
    margin: 10px 0;
    font-weight: 400;
}
input#donate_amount {
    margin: 0 !important;
    font-size: 48px;
    width: 220px;
    border: 1px solid transparent;
    padding-right: 5px;
    height: auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    outline: none;
    background-color: transparent;
}
#card-element {
    padding: 15px 10px 13px;
    box-shadow: 0px 0px 10px 0px #ccc;
    width: 100%;
}
.clearfixing, .clearfix {
    clear: both;
}
.text-danger {
    color: red;
    margin: 0;
}
.donation-info .method {
    margin: 30px 0 0;
}
.donate-form .form-group {
    position: relative;
}
.form-group textarea#public_comments {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    margin: 10px 0 5px;
    border-radius: 0;
    border: 1px solid #999;
}
.method .radio-block {
    margin-bottom: 10px;
}
.method .radio-block input {
    margin: 0;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    cursor: pointer;
}
.method .rec_btns {
    display: block;
    border: 1px dotted #999;
    padding: 10px;
    margin: 10px 0;
}
.btn-group .btn-outline-success {
    margin-right: 15px;
}
.btn-group .btn-outline-success input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.active, .demo:hover {
    opacity: 1;
}
.rec_options.mt-3 {
    margin-top: 10px;
}
p.d-inline {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
}
select#recurring_cycle {
    width: 60px;
    font-size: 16px;
    padding: 2px 5px;
    border: 1px solid #000;
    color: #000;
}
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #EC008C;
    border: 0;
    outline: none;
    padding: 15px 40px;
    margin: 20px 0;
    cursor: pointer;
}
.legal-text {
    margin: 20px 0 20px;
    background-color: #000;
    padding: 10px 0;
    display: none;
    color: #fff;
}
.legal-text p {
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
}

/*Checkout*/

.personal-info h5{
    font-size: 24px;
}
.personal-info h6 {
    font-size: 18px;
}
.calculation-box{
  padding: 15px 0px;
}
.donation-selected, .donation-total, .showPaymentMethod, .org_amount {
  padding: 10px 0px;
}
.user-info-sec input {
    height: 45px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    width: 95%;
}
.showPaymentMethod h5{
  font-size: 24px;
}
.showPaymentMethod .btn {
    width: 230px;
    margin: 0 30px;
    font-size: 20px;
    cursor: pointer;
}
.user-info-sec .form-group {
    width: 47%;
    margin-left: 10px;
}
.user-info-sec .form-group.col-lg-12.col-md-12.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.user-info-sec{
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
}
.cc_section input{
  height: 45px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  width: 95%;
}
.cc_section iframe{
  height: 55px;
  border: 0px;
}
.cc_section iframe input#data{
  height: 18px !important;
  border: 1px solid rgb(118 118 118) !important;
  margin: 10px 0px !important;
}
.field-label{
  padding-bottom: 9px;
}
.cc_section button{
  border: 3px solid #EC008C;
  color: #EC008C;
  background: #000000;
  min-height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 230px;
  margin: 20px 0px;
  font-size: 20px;
  cursor: pointer;
}
.transaction{
  font-size: 22px;
}
.table-transaction{
  padding: 20px 0px;
}
.table-transaction th, .table-transaction td{
    height: 35px;
    padding: 10px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.checkout-bg .col-left-check h3 {
    color: #EC008C;
    font-size: 36px;
    margin: 10px 0 20px;
}
.table-transaction .table{
      border: 0px;
    box-shadow: 1px 1px 20px 6px #0000000a;
    width: 100%
}
.calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 100%;
    background-color: #ede7e7;
    padding: 10px 20px;
}

.contact-page{
  background: #fff;
  max-width: 400px;
  box-shadow: 1px 1px 20px 1px #00000017;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.contact-page h3{
  padding: 10px;
  background: #EC008C;
  margin-bottom: 10px;
}
.contact-page form {
    padding: 20px 30px 25px;
}
.contact-page p.text-success.text-center {
    font-size: 14px;
    margin-bottom: 15px;
    color: green;
    text-align: center;
}
.contact-page input{
  width: 100%;
  height: 35px;
  border: 0px;
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-page textarea{
  width: 100%;
  height: 100px;
  border: 0px;
  padding: 10px;
    background: #f0f0f0;
  font-size: 14px;
  margin-top: -10px;
}

.contact-page button {
    background: #EC008C;
    border: 0px;
    padding: 10px 25px;
    cursor: pointer;
}



footer video {
    margin: 0px auto 50px;
}

.footage-btn{
    margin: -21px 0 21px 20;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    background: #EC008C !important;
    font-weight: 500 !important;
    border-radius: 50px;
    display: inline-flex;
    color: #000 !important;
    font-size: 16px !important;
    padding-right: 19px !important;
}

.line-link{
    color: #EC008C;
    font-weight: 600;
    padding-bottom: 40px;
}
.heart{
        padding-bottom: 30px;
    margin-left: -20%;
}
.banner-title span img {
    transform: rotate(20deg);
    position: absolute;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tab button.active {
    background-color: #E6F7FD;
}
.tab button {
    background: #fff;
    font-family: 'Acme', sans-serif;
    font-size: 26px;
    color: #EC008C;
}
.tab button:hover {
    background: #E6F7FD;
}
.tab {
    border: 0px solid #ccc0;
    background-color: #f1f1f1;
    border-radius: 10px 10px 0px 0px;
}
.tabcontent {
    background: #E6F7FD;
    border-radius: 10px;
    border: 0;
        padding: 15px;
}
.search{
    height: 45px;
    border: 0px;
    border-radius: 8px;
    padding: 20px;
}
.filter-btn {
    border: 0px solid #EC008C;
    border-radius: 5px;
    background: #0596c9;
    width: auto;
    max-width: 100px;
    font-size: 16px;
    padding: 12px 18px;
    margin: 0px !important;
    min-height: 45px;
    position: relative
}
.filter-btn select {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: none;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    background-color: #E6F7FD;
    font-size: 14px;
}

.filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 10px 25px 10px
}
.filter.filter-popup {
    padding: 10px 10px 10px;
    background-color: #eee;
    margin: 0 30px 10px;
    border-radius: 10px;
}
.features-heading, .features-body, .features-footer, .gift-heading{
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.features-body.treatment p {
    line-height: 0.5;
}
.features-heading p {
    font-size: 16px;
    color: #fff;
    background: none;
    padding: 5px;
    line-height: 1.5;
}
.features-body p {
    font-size: 15px;
    color: #000;
    padding: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.features-footer p {
font-size: 15px;
    color: #ed008b;
    padding: 5px;
    line-height: .5;
    background: #fff0;
        margin-bottom: 10px;
}
.features-footer p b {
    font-size: 32px;
    position: relative;
    top: 5px;
    font-weight: 600;
}
.features-footer a {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
    min-height: 35px !important;
    padding: 0px 15px !important;
    font-size: 14px !important;
    margin: 0px 5px;
}
.features-footer{
        background: #f5f5f5;
    padding: 10px 5px;
}
.features-banner .blue-btn{
    width: 200px !important;
    margin: 20px auto;
    margin-top: 40px;
}
.tab-box{
    width: 100%;
    background: #E6F7FD;
    border-radius: 10px;
    border: 0;
}
.gift-heading p {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    line-height: 1.5;
    background: #fff0;
}
.popup .gift-box{
    margin: 10px;
        width: 15%;
}
.gift-box{
    margin: 10px;
        width: 18%;
}
.gift-heading {
    background: #01B1EC;
    min-height: 70px;
}
.gift-select{
    margin-bottom: 50px;
        width: 100%;
}
.gift-box img{
    width: auto;
    height: 200px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.gift-box input[type='checkbox'] {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
form#gift-form, form#child-form {
    display: contents;
}
.summery{
    width: 100%;
    margin: 50px 0px;
}
.gift-select .features-footer {
    background: #fff;
       padding: 10px 0px 0px;
}
.remove{
    text-decoration: underline;
        color: #5B5B5B;
    font-weight: 600;
}
.addgift{
    text-decoration: underline;
    color: #EC008C;
     font-weight: 600;
}
.gift-select .features-body p img{
    height: 20px;
}

.gift-select .features-item{
        width: 18%;
}
.gifts-checkout-summary .gift-select .features-item{
    width: 30%;
}
.add{
    max-width: 250px;
    margin: 0 auto;
}
.quote {
    max-width: 350px;
    background: #E6F7FD;
    margin: 50px auto 100px;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
}
.gifts-checkout-summary {
    width: 100%;
}
.list{
   display: flex;
       padding: 10px 0px;
    justify-content: space-between;
}
.quote .pink-btn{
       margin: 20px auto 0px;
}
header {
    background-image: url(../images/bgi.png);
    background-size: cover;
}
.title-top{
    margin-top: 50px;
}

.overlay .popup {
    max-width: 100%;
    border-radius: 0;
    padding: 10px;
    margin: 10px;
    height: 96vh;
}
.overlay .popup h4{
        color: #000;
    font-size: 28px;
    text-align: center;
    font-family: 'Acme', sans-serif;
        margin: 20px 0px;
}
.overlay .popup h4 img{
    height: 30px;
        vertical-align: bottom;
}
.overlay .features-heading p, .overlay .features-body p, .overlay .features-footer p {
    margin: 0;
}
.overlay .features-footer {
    padding: 5px;
}
.overlay .gift-heading p {
    margin: 0;
}
/*.overlay .features-body p{
    color: #ed008b;
        font-size: 18px;
}
.overlay .features-body p b{
    color: #ed008b;
        font-size: 30px;
}*/
.overlay .features-body {
    align-items: center;
}
.overlay .remover {
    padding: 0px !important;
}

.overlay .remover img{
    height: 35px;
}

.overlay .pink-btn-all {
    width: 300px !important;
    margin: 20px auto;
        min-height: 45px;
}
input[type=checkbox] {
  accent-color: #ed008b;
}
/*.children-popup .features-item {
    width: 22%;
}*/


/*Cart box*/

.sidebar-cart {
    position: fixed;
    background-color: #000;
    color: #fff;
    bottom: 70px;
    right: 0;
    z-index: 1;
    width: 240px;
    border-radius: 10px;
    padding: 0px;
    box-shadow: -5px 5px 15px #999;
    text-align: center;
}
.sidebar-cart h5 {
    margin-bottom: 10px;
    font-size: 16px;
       font-weight: 600;
    padding: 9px;
    background: #ed008b;
    border-radius: 10px 10px 0px 0px;
}
.sidebar-cart h6 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
}
.sidebar-cart h6 .CartChild,
.sidebar-cart h6 .CartGift {
    font-size: 16px;
}
.sidebar-cart a.CartButtons {
    background-color: #0596c9;
    padding: 5px 10px;
    margin: 5px 0 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}
.sidebar-cart a.CartButtons:hover {
    border-radius: 10px;
}
.sidebar-cart a.CartButtons:last-child   {
    background-color: #ed008b;
}






/*Responsive*/
@media (min-width: 1200px) {
    .about-banner .container {
      max-width: 992px;
    }
    .banner-text {
        padding: 50px 0px 60px 100px;
    }

}
@media (min-width: 1024px) {

  .about-banner .container {
    max-width: 740px;
  }
  footer video {
        width: 70% !important;
    margin: 0px auto 150px;
  }
}

@media (min-width: 993px) {
  #menu-icon {
    display: none;
  }
}

@media (max-width: 1390px) {
      .features.children-popup .features-item {
            width: 31%;
        }
}

@media (max-width: 1300px) {
    .modal-content .gift-box {
        width: 22%;
        flex-basis: 22%;
      }

}


@media (max-width: 1200px) {
    .children-popup .features-item {
    width: 31%;
}
    .pink-btn {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
    .features-banner {
        margin-top: 40px;
    }

    .tabcontent .gift-box, .gift-box, .gift-select .features-item {
        width: 22%;
        flex-basis: 22%;
      }
}

@media (max-width: 1100px) {
  /*Features*/
  .tabcontent .features-item {
    width: 46%;
    flex-basis: 46%;
  }
  .modal-content .gift-box {
    width: 30%;
    flex-basis: 30%;
}
  

}

@media (max-width: 992px) {
    .features.children-popup .features-item {
        width: 45%;
    }
    .children-popup .features-item {
        width: 30%;
    }
    .menu li a {
        color: #fff;
    }
    #contact-now2 .features-item {
        width: 46%;
        flex-basis: 46%;
    }
    .features-banner .filter-btn{
        margin-top: 10px !important;
    }
    .title {
        font-size: 32px;
    }
    .about-banner .button-wrapper {
        transform: scale(1);
        margin-bottom: 50px;
    }
    .tablinks img{
        height: 15px;
    }
    .tab button {
        font-size: 16px;
    }
    header .container a img{
            width: 200px;
    }
    .banner-text p {
        font-size: 20px;
    }
    .banner-text h1 {
        font-size: 70px;
    }
  .donations .title {
      margin-top: 0px;
  }
  .content-box {
      padding: 20px 10px;
  }
  .goal-container {
      display: block;
  }
  .goal, .donations {
      width: 100%;
  }
  .donations {
    margin-top: 20px;
  }
  .container {
    padding: 0 40px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 60px;
  }

  /*header*/
  .navbar {
    display: none;
  }

  .navbar.expand {
    display: block;
  }

  /*header {
    position: relative;
  }*/

  .footer-menu {
        position: relative !important;
       
        flex-direction: row !important;
        min-height: auto !important;
  }
  .footer-menu li a {
        padding: 10px !important;
        width: 107px;
        font-size: 14px;
    }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 13%;
    background: #000000;
    flex-direction: column;
    min-height: 80vh;
    padding-bottom: 30px;
    align-items: center;
    z-index: 1;
  }

  .menu li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .menu li a {
    padding: 30px;
    display: block;
  }

  /*hero*/
  .video-container {
    padding-bottom: 0;
  }

  .video-container img {
    max-width: 100%;
  }

  /*Features*/

  .completed {
    transform: scale(0.5);
    right: -45px;
    bottom: -45px;
  }

  /*Footer*/
  .footer-img-overlay {
        bottom: -70px;
    padding-bottom: 10px;
  }

  .footer-img-overlay img {
    width: 80px;
  }
  .col-left-check, .col-right-check {
      width: 100%;
      flex: auto;
  }
  .checkout-bg .col-left-check h3 {
    text-align: center;
      padding-top: 0px;
          font-size: 28px;
  }

  .col-left-check .description h2{
        font-size: 18px;
  }
  .col-left-check .description h2, .col-left-check .description p{
    text-align: center;
  }
  .amount-box {
        padding: 10px;
    }
  .col-right-check {
    padding-left: 0px;
  }
  .col-left-check {
    padding-right: 0px;
}
.video-box{
    margin-top: 30px;
  }
  .about-banner .title {
        margin-top: 0px;
    }
}


@media (max-width: 800px) {
    .modal-content .gift-box {
        width: 45%;
        flex-basis: 45%;
    }
}
@media (max-width: 768px) {
    .children-popup .features-item {
        width: 28%;
    }
    .about-banner {
        padding: 30px;
    }
    #contact-now2 .features-item {
        width: 95%;
        flex-basis: 95%;
    }
    .banner-text p, .banner-text h1 {
        text-align: center;
    }
    .hero .col-4{
        display: none;
    }
    .hero .col-8{
       width: 100%;
    }
    .new-footer .container {
        display: block;
        text-align: center;
    }
    .footer-menu{
        padding-bottom: 0px;
    }
    .goal-container {
        margin-top: 0px;
    }
    .button-wrapper {
        justify-content: center;
    }

  .features-banner {
      padding: 30px 0;
  }
  /*Features*/
  .tabcontent .features-item {
    width: 45%;
    flex-basis: 45%;
  }
  .tabcontent .gift-box, .gift-box, .gift-select .features-item {
    width: 45%;
    flex-basis: 45%;
  }
  
    .filter {
        flex-direction: column;
        align-items: center;
    }

  .button-wrapper img {
    width: 50px;
  }
  .calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 100%;
  }
  .features-body, .features-footer, .gift-heading {
        display: block;
        text-align: center;
    }
    .features {
        justify-content: center;
    }
    .gifts-checkout-summary .features-heading, .gifts-checkout-summary .features-body, .gifts-checkout-summary .features-footer, .gift-heading {
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-title img{
        height: 30px;
        padding-right: 10px;
    }
}

@media (max-width: 600px) {
    .children-popup .features-body p {
        font-size: 14px;
    }
    .children-popup .features-item {
        width: 46%;
    }
    .user-info-sec .form-group {
        width: 100%;
        margin-left: 10px;
    }
    .gifts-checkout-summary .features-item {
        width: 100%;
        flex-basis: 100%;
    }
    /*.gift-select .features-body p, .gift-select .features-footer p, .gift-select .features-footer a {
        justify-content: center;
    }*/
    .features-item {
        margin: 5px;
    }
    .tabcontent {
        padding: 10px 0px;
    }
  .features-body p, .features-footer p, .features-footer a {
        font-size: 14px;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .tabcontent .gift-box, .gift-box{
        width:43%;
        flex-basis:43%;
      }
  .gift-heading, .features-heading {
        display: block;
        text-align: center;
    }
  .gift-box img {
    width: auto;
    height: 120px;
    }
  .bar, .count{
    width: 100%;
  }
  .count{
    border-left: 0px solid #ccc;
  }
  .progress {
      margin-bottom: 30px;
  }
.modal-content .gift-box {
    width: 75%;
    flex-basis: 75%;
}
.banner-text h1 {
    font-size: 48px;
}
.banner-text p {
    font-size: 18px;
}
.menu li a {
    padding: 15px;
}
header {
    padding: 10px 0;
}
.sidebar-cart {
    bottom: 50px;
    width: 155px;
    padding: 7px;
}
.sidebar-cart h5 {
    margin-bottom: 7px;
    font-size: 12px;
}
.sidebar-cart h6 {
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 400;
}
.sidebar-cart h6 .CartChild, 
.sidebar-cart h6 .CartGift {
    font-size: 12px;
}
.sidebar-cart a.CartButtons {
    padding: 2px 5px;
    margin: 5px 0 0px;
    width: 100%;
    font-size: 10px;
}
.search {
    height: 45px;
    border: 0px;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px !important;
  }

  .button-wrapper img {
    display: none;
  }

  #menu-icon {
    font-size: 24px;
  }

 /* .hero {
    padding-bottom: 230px;
  }*/

  .about-banner {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
    .currency-button, .amount-section {
        margin: 0 auto;
        float: none;
    }
    input#donate_amount {
        font-size: 48px;
        width: 100%;
        text-align: center;
    }

}