@font-face {
  font-family: "IvyJournal";
  src: url("../font/IvyJournal-Regular.otf");
}

@font-face {
  font-family: "IvyJournal-Bold";
  src: url("../font/IvyJournal-Bold.otf");
}

@font-face {
  font-family: "IvyJournal-SemiBold";
  src: url("../font/IvyJournal-SemiBold.otf");
}

.d-none {
  display: none;
}
.buynow {
    position: fixed;
    right: 0px;
    background: #115981;
    border-left: 5px solid #FCDD3C;
    /* max-width: 80px; */
    color: #000;
    border-radius: 10px 0px 0px 10px;
    padding: 19px;
    font-size: 20px;
    text-align: right;
    z-index: 1;
    box-shadow: 2px 8px 13px 1px #00000026;
    top: 40%;
}
.buynow a {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
}

html {
  scroll-behavior: smooth;
}



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

body {
  font-family: 'Kanit', 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;
}

.mobile-skip-to-donate {
  position: fixed;
  right: 0;
  top: 50%;
  width: 100px;
  z-index: 1;
  display: none;
  background: #000000;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

.mobile-skip-to-donate a:before {
  display: block;
  padding-top: 5px;
  content: url('../images/donate.svg');

}

.mobile-skip-to-donate a {
  color: #fff;
}

p.ql-align-center {
    text-align: center;
}

.overlay-loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  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%;
}

.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;
}

#paymentCardContainer #paymentCardIFrame {
  height: 32px;
  margin: 10px auto;
  border: 1px solid #999;
  padding: 5px 0;
  box-shadow: 0px 0px 5px 1px #aaa;
  width: 100%;
}

div#paymentCardErrorContainer {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.edit-btn-sm {
  border: none;
  outline: none;
  background-color: #043B5A;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 12px;
  cursor: pointer;
}

.edit-btn-sm:hover {
  background-color: #000000;
}


/*slider*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.mySlides img {
    /*height: 450px;*/
}

.desktop-sliders {
    display: block;
}
.mobile-sliders {
    display: none;
}

.custom-amount-section {
  box-shadow: 0px 0px 5px #1b2858;
  padding: 5px;
  border: 1px solid #1b2858;
  margin-bottom: 10px;
}

.manual-amount-check {
  float: left;
  margin: 4px 0;
  width: 50%;
}

.manual-amount-input {
  float: right;
  display: none;
  width: 50%;
}

.manual-amount-input .custom-input {
  border: none;
  outline: none;
  text-align: right;
  padding: 5px;
  width: 100%;
}

.manual-amount-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.manual-amount-check label {
  position: relative;
  cursor: pointer;
  color: #000 !important;
}

.manual-amount-check label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
  cursor: pointer;
  margin-right: 5px;
}

.manual-amount-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 4px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.btn:hover {
  background: #651e48;
  color: white;
  border-color: #651e48;
}

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

/*header*/

header {
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

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 img {
  width: 180px;
}

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

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

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

.menu li a {
  color: #000;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  text-decoration: none;
  padding: 8px 15px;
}

.menu li a.active,
.menu li a:hover {
  background: #1b2858;
  color: #fff;
}

/*hero*/

.hero {
  background: #000;
  color: #ffffff;
  padding-bottom: 240px;

}

.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-family: "IvyJournal";
    font-size: 22px;
    color: #000000;
    margin-bottom: 7px;
}

.button-wrapper {
  display: flex;
}

.img-reverse {
  transform: rotate(-180deg);
}

.goal-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -220px;
  padding-bottom: 100px;
}

.goal {
  width: calc(100% - 300px);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 1px 20px 6px #0000000f;
  margin-right: 20px;
}

.donations {
  box-shadow: 1px 1px 20px 6px #0000000f;
  width: 300px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.goal-container .title {
  text-align: center;
  padding: 10px;
  background-color: #1b2858;
  color: #fff;
  font-size: 22px;
  font-family: 'Kanit', sans-serif;
}

.content-box {
  padding: 20px 5px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
}

.goal-container .content-box:last-child {
  border-bottom: 0px solid #ccc;
}

.name {
  width: 50%;
  float: left;
}

.amount {
  text-align: right;
}

.amount p,
.name p {
  padding-top: 5px;
  color: #b3b3b3;
}

.bar {
  text-align: center;
  width: 50%;
  float: left;
}

.bar h3 {
  padding-top: 20px;
  font-size: 50px;
  font-family: "IvyJournal";
}

.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: #000000;
}

.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 {
  background: #f5f5f5;
  color: #ffffff;
  padding: 100px 0;
}

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

.banner-title {
  font-size: 50px;
  color: #b84d15;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.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-family: "IvyJournal";

  font-weight: 600;
}

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

.features-item {
  width: 395px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  flex-basis: 395px;
  margin-bottom: 38px;
  background: #000;
}

.features-item:hover {
  box-shadow: 0 0 8px #000;
}

.features-item p {
  font-size: 22px;
  font-weight: 100;
  font-family: 'Kanit', sans-serif;
  background: #000;
  color: #ffffff;
  padding: 30px 25px;
  line-height: 1.5;
  padding-right: 20%;
}

.features-heading {
  font-size: 28px;
  font-weight: 600;
  background: #000000;
  color: #000;
  padding: 15px 25px;
}

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: #fff;
}

.slideshow-container {
  position: relative;
  margin: auto;
}

.slider {
  margin-top: 50px;
  padding-bottom: 230px;
  cursor: pointer;
}

.row {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  width: 100%;
}

.col-left-check {
  width: 53%;
  padding-right: 10px;
}

.col-right-check {
  width: 47%;
  padding-left: 10px;
}

.col-left-check .cause-thumb {
  max-width: 100%;
}

.col-left-check h3 {
  color: #043B5A;
  font-size: 32px;
  /*margin: 0 0 25px;*/
  font-family: "IvyJournal-Bold";
}

.main-box {
  margin: -170px 0 0 0;
}

.cause-info {
  padding: 15px 20px 10px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.col-left-check .description {
  color: #000;
  font-size: 16px;
  margin: 20px 0 50px;
  line-height: 1.5;
}

.description a {
    color: initial;
}

.donation-info .announcements {
  margin: 10px 0 20px;
}

.cause-info .description img {
  max-width: 100% !important;
  height: auto !important;
}

.col-right-check .card-head {
  background-color: #043B5A;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  margin: 0 -20px 20px;
}

.col-right-check .card-head h4 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 25px;
}

.donate-form {
  padding: 0 20px 10px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.posFix {
  position: fixed;
  top: 0;
  width: 550px;
}

.donate-form {
  max-height: 100%;
  overflow-y: auto;
}

.posAbs {
  position: relative;
}

.donate-form .pricing-tickets {
  margin: 10px auto 5px;
  text-align: center;
}

.donate-form .pricing-tickets img {
  margin: 0 1px 0px 0;
  cursor: pointer;
  height: auto;
  width: 49%;
  opacity: 1;
}

.donate-form .pricing-tickets img.active {
  opacity: 1;
  border: 2px solid #000;
}

.donate-form .ticket-option-btns {
  background-color: #FFE6D9;
  padding: 15px 20px;
  margin: 0 -20px;
  text-align: center;
}

.ticket-option-btns .oneTimeBtn {
  background-color: #69244d;
  width: 50%;
  border: none;
  outline: none;
  float: left;
  padding: 12px 5px;
  font-size: 14px;
  color: #fff;
}

.ticket-option-btns .recurringBtn {
  background-color: #fff;
  width: 50%;
  border: none;
  outline: none;
  float: right;
  padding: 12px 5px;
  font-size: 14px;
}

.donate-form .ticket-option-btns button {
  cursor: pointer;
}

.donate-form .ticket-option-btns button img {
  vertical-align: sub;
  margin-right: 2px;
}

.active-btn-price,
.ticket-option-btns .oneTimeBtn:hover,
.ticket-option-btns .recurringBtn:hover {
  box-shadow: 0px 0px 15px 2px #999;
}

.donate-form .pricing-footer-section {
  margin: 0 auto;
}

.pricing-footer-section .comments-input {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  background-color: #f2f2f2;
  padding: 12px 20px;
  font-size: 15px;
}

.pricing-footer-section .purchaseBtn {
  width: 100%;
  border: none;
  outline: none;
  background-color: #043B5A;
  color: #fff;
  padding: 15px 5px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

.pricing-footer-section .purchaseBtn:hover {
  opacity: 0.9;
}


fieldset.custom_prices {
  padding: 12px 20px 5px;
  margin: 20px 0 40px;
  border: 2px solid #000000;
  border-radius: 5px;
}

fieldset.custom_prices legend {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 0 5px;
}

.radio-button-price {
  margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
}

.radio-button-price .radio-button__label-wrapper {
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    position: relative;
    border: 1px solid #043B5A;
    border-radius: 0;
}

.radio-button-price .radio-button__label-wrapper:hover, 
.radio-button-price .radio-button__label-wrapper.active {
    background-color: #043B5A;
    color: #fff;
    border-color: #FEDD38;
}

.radio-button-price .radio-button__label-wrapper:hover .radio-button__label-title, 
.radio-button-price .radio-button__label-wrapper.active .radio-button__label-title {
    color: #fff;
}

.donate-form label {
  color: #043B5A;
  font-size: 16px;
  padding-left: 5px;
  background-color: #FEDD38;
}

.radio-button-price .radio-button__label-title {
    margin: 0;
    line-height: 22px;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #043B5A;
    padding: 10px;
}

.radio-button-price .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio-button-price .radio-button__custom-indicator {
  background-color: #69244d;
  border: none;
  height: 15px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 15px;
  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: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 9px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 9px;
}

.amount-box {
  background-color: #F5F5F5;
  padding: 5px 20px 20px;
}

.amount-box h3 {
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  color: #043B5A;
}

.currency-button {
  float: left;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 60px;
  position: relative;
  background-color: #043B5A;
}

.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: 44px;
  margin: 5px 0;
  font-weight: 400;
}

input#donate_amount {
  margin: 0 !important;
  font-size: 44px;
  width: 220px;
  border: 0px solid transparent !important;
  padding-right: 5px;
  height: auto;
  color: #043B5A;
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  outline: none;
  background-color: #F5F5F5;
}

.clearfixing,
.clearfix {
  clear: both;
}

.text-danger {
  color: red;
  margin: 0;
}

.donation-info .method {
  margin: 30px 0 0;
}

.donate-form .form-group {
  position: relative;
}

.method .radio-block {
  margin-bottom: 10px;
}

.method .radio-block input {
  margin: 0;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.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: #000000;
  border: 0;
  outline: none;
  padding: 15px 40px;
  margin: 20px 0;
  cursor: pointer;
}

.legal-text {
  margin: 0 0 10px;
  background-color: #2323563b;
  padding: 10px 0;
  color: #fff;
}

.legal-text p {
  color: #000;
  font-size: 16px;
  padding: 5px 25px;
}

/*Checkout*/

.personal-info h5 {
  font-size: 24px;
}

.calculation-box {
  padding: 15px 0px;
}

.donation-selected,
.donation-total {
  padding: 10px 0px;
}

.user-info-sec input {
  height: 45px;
  margin: 0 0px 15px 0px;
  padding: 10px;
  width: 100%;
}

.user-info-sec .form-group.col-lg-12.col-md-12.col-sm-12 {
  width: 100%;
}

.user-info-sec .form-group {
  width: 50%;
  padding-right: 5px;
}

.user-info-sec {
  padding: 10px 0;
  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;
  width: 240px;
}

.cc_section iframe input#data {
  height: 18px !important;
  border: 1px solid rgb(118 118 118) !important;
  margin: 10px 0px !important;
}

button#submit-btn:hover {
  opacity: 0.9;
}

.field-label {
  padding-bottom: 9px;
}

input#process_fee_check {
    width: 14px;
    height: 14px;
}

.cc_section button {
  border: 0;
  color: #ffffff;
  background: #043B5A;
  min-height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 230px;
  margin: 20px auto;
  font-size: 20px;
  cursor: pointer;
}

.showPaymentMethod h5 {
  font-size: 24px;
}

.showPaymentMethod .btn {
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-weight: normal;
    padding: 10px;
    display: block;
}

.paywithojc .form-group.col-lg-6.col-md-6.col-sm-12,
.paywithcc .form-group.col-lg-6.col-md-6.col-sm-12,
.paywithmatbia .form-group.col-lg-6.col-md-6.col-sm-12,
.paywithdonfund .form-group.col-lg-6.col-md-6.col-sm-12,
.showPaymentMethod .form-group.col-lg-6.col-md-6.col-sm-6 {
    width: 50%;
}

.paywithcc .form-group.col-lg-4.col-md-12.col-sm-12 {
    width: 33%;
}
.paywithcc .form-group.col-lg-3.col-md-12.col-sm-12 {
    width: 20%;
}

.showPaymentMethod .form-group.col-lg-3.col-md-3.col-sm-6 {
    width: 25%;
}

.showPaymentMethod .form-group.col-lg-4.col-md-4.col-sm-6 {
    width: 33.33%;
}

#paywithcc .fa-credit-card {
    font-size: 35px;
    margin-bottom: 5px;
}

.showPaymentMethod {
    box-shadow: 0px 0px 10px #aaa;
    padding: 10px 5px;
    margin: 15px auto;
}

.showPaymentMethod .btn-primary.active, 
.showPaymentMethod .btn-primary:hover {
    background-color: #115981;
    border-color: #115981;
    color: #fff;
}
.showPaymentMethod .btn-dark.active, 
.showPaymentMethod .btn-dark:hover {
    background-color: #e6bbed;
    border-color: #e6bbed;
}
.showPaymentMethod .btn-matbia.active, 
.showPaymentMethod .btn-matbia:hover {
    background-color: #509CBE;
    border-color: #509CBE;
}
.showPaymentMethod .btn-donorsfund.active, 
.showPaymentMethod .btn-donorsfund:hover {
    background-color: #FEDD38;
    border-color: #FEDD38;
}
.paywithojc, .paywithcc, .paywithmatbia, .paywithdonfund {
    margin: 10px auto;
    padding: 10px 15px;
    box-shadow: 0px 0px 5px 2px #ccc;
}
.paywithojc, .paywithmatbia, .paywithdonfund {
    display: none;
}

.coupons {
    padding: 10px 15px;
    box-shadow: 0px 0px 5px #ccc;
    margin: 5px auto 20px;
}
.coupons label {
    font-weight: normal;
}
.coupons input#coupon {
    width: auto;
    height: 31px;
    padding: 3px 5px;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #333;
}
.coupons button.theme-btn-sm {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #1b2858;
    outline: none;
    border: 2px solid #1b2858;
    padding: 6px 10px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #1b2858;
    margin-left: 5px;
}
.coupons button.theme-btn-sm:hover {
    background-color: #000000;
}
p#cpMsg {
    display: none;
    font-size: 14px;
    margin: 10px auto 0px;
    font-weight: 500;
    text-align: center;
}

.transaction {
  font-size: 20px;
  color: #ffffff;
  background: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 600;

}

.table-transaction {
  padding: 0px 0px 20px 0px;
}

.table-transaction th,
.table-transaction td {
  height: 35px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f5f5f5;
}

.table-transaction .table {
  border: 0px;
  box-shadow: 1px 4px 20px 3px #0000000f;
  width: 100%
}

.calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
  width: 100%;
  background-color: #2323563b;
  padding: 10px 20px;
}


.sharing-section {
  padding: 15px;
  margin: 50px auto 20px;
  text-align: center;
  background-color: #fff;
  background-color: #fff9f6;
  margin-right: 50px;
}

.sharing-section h4 {
  margin: 10px 0 20px;
  color: #1b2858;
  font-size: 24px;
}

.sharing-section p {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 500;
}

.sharing-section .links-box {
  margin: 30px 0 15px;
}

.sharing-section a.fa {
  text-decoration: none;
  margin: 0 10px;
  font-size: 30px;
  color: #1b2858;
}

.sharing-section a.fa:hover {
  opacity: 0.75;
}

.checkout-form .sharing-section p#copyAlert {
  color: limegreen;
  font-size: 14px;
  margin: 15px 0 0 0;
  display: none;
}

.checkout-footer {
  position: initial;
  margin: 100px auto 50px;
}


.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: #043B5A;
  margin-bottom: 10px;
    color: #fff;
}

.contact-page form {
  padding: 20px 30px 10px 30px;
}

.contact-page p {
  display: none;
}

.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: #043B5A;
    color: #fff;
  border: 0px;
  padding: 10px 15px;
}

#paymentCardContainer #paymentCardIFrame {
    box-shadow: none; 
    height: 45px;
    margin: 0 0px 15px 0px;
    padding: 10px;
    width: 100%;
}

.personal-info .row {
    justify-content: flex-start;
}

#pac-input{
  width: 100% !important;
}

#paywithojc img, #paywithcc .fa-credit-card, #paywithmatbia img, #paywithdonfund img{
  height: 30px !important;
  margin: 5px auto 10px !important;
}

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

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

/*Responsive*/
@media (min-width: 1440px) {
  .posFix {
    width: 665px;
  }
}

@media (min-width: 1200px) {
  .about-banner .container {
    max-width: 992px;
  }
}

@media (min-width: 1024px) {
  .about-banner .container {
    max-width: 740px;
  }

  footer video {
    width: 70% !important;
    margin: 0px auto 250px;
  }
}

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

@media (max-width: 1365px) {

  /*Features*/
  .features-item {
    width: 48%;
    flex-basis: 48%;
  }

  .posFix {
    width: 525px;
  }
}

@media (max-width: 1024px) {
  .posFix {
    width: 396px;
  }
}

@media (max-width: 992px) {
  .buynow{
    display: block;
}
  .mobile-skip-to-donate {
    display: block;
  }

  #menu-icon {
    color: #1b2858;
  }

  .logo img {
    width: 100px;
  }

  .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: 24px;
  }

  h2 {
    font-size: 18px;
  }

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

  .navbar.expand {
    display: block;
  }

  header {
    position: relative;
  }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    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 {
    padding-top: 0px;
  }

  .col-right-check {
    padding-left: 0px;
  }

  .col-left-check {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .video-box {
    margin-top: 30px;
  }
.mySlides img {
    height: auto;
}
}

@media (max-width: 768px) {
  .sharing-section {
    margin-right: 0px;
  }

  .features-banner {
    padding: 30px 0;
  }

  /*Features*/
  .features-item {
    width: 100%;
    flex-basis: 100%;
  }

  .button-wrapper img {
    width: 50px;
  }

  .calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 100%;
  }

  .checkout-footer {
    margin: 40px auto 20px;
  }
  .showPaymentMethod .btn {
    font-size: 16px;
  }
}

@media (max-width: 600px) {

  .bar,
  .count {
    width: 100%;
  }

  .count {
    border-left: 0px solid #ccc;
  }

  .progress {
    margin-bottom: 30px;
  }

  header {
    padding: 20px 0;
  }

  .slider {
    padding-bottom: 200px;
  }

  .col-left-check h3 {
    font-size: 20px;
  }

  .col-right-check {
    margin-top: 30px;
  }

  .donate-form .pricing-tickets img {
    width: 100%;
    max-width: 340px;
  }
    .paywithojc .form-group.col-lg-6.col-md-6.col-sm-12, 
    .paywithcc .form-group.col-lg-6.col-md-6.col-sm-12,
    .paywithmatbia .form-group.col-lg-6.col-md-6.col-sm-12,
    .paywithdonfund .form-group.col-lg-6.col-md-6.col-sm-12,
    .paywithcc .form-group.col-lg-4.col-md-12.col-sm-12 {
        width: 100%;
    }
    .showPaymentMethod .btn.btn-matbia, 
    .showPaymentMethod .btn.btn-donorsfund {
        margin-top: 10px;
    }
    .showPaymentMethod .form-group.col-lg-3.col-md-3.col-sm-6 {
        width: 50%;
    }
}

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

  .button-wrapper img {
    display: none;
  }

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

  .hero {
    padding-bottom: 230px;
  }

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

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

  .donate-form .pricing-tickets {
    text-align: center;
  }

  input#donate_amount {
    font-size: 40px;
    width: 140px;
  }
    .desktop-sliders {
        display: none;
    }
    .mobile-sliders {
        display: block;
    }
}
