@font-face {
  font-family: 'Boldoamat';
  src: url('../fonts/Boldoamat/Boldoamat.otf') format('opentype'),
       url('../font/Boldoamat/Boldoamat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Regular Weight */
@font-face {
  font-family: 'CanvaSans';
  src: url('../fonts/canva_sans/regular/CanvaSans-Regular.woff2') format('woff2'),
       url('../fonts/canva_sans/regular/CanvaSans-Regular.woff') format('woff'),
       url('../fonts/canva_sans/regular/CanvaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Bold Weight */
@font-face {
  font-family: 'CanvaSans';
  src: url('../fonts/canva_sans/bold/CanvaSans-Bold.woff2') format('woff2'),
       url('../fonts/canva_sans/bold/CanvaSans-Bold.woff') format('woff'),
       url('../fonts/canva_sans/bold/CanvaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'CanvaSans', sans-serif;
  background: #FFF6E1 !important;
}
label.error, .error {
  color: #ff0000;
  font-size: 1rem;
}
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.header-top{
	background: #FFF6E1;
  padding: 0;
  text-align: center;
}
.header-part h2 {
  color: #316366;
  font-family: 'Boldoamat';
  font-size: 35px;
  margin-bottom: 25px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 800;
}
.header-part .nav-item .nav-link {
  background: #316366;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.header-part .nav-item .nav-link.active {
  background: #A9EADF;
  color: #282828;
  border-radius: 100px;
  margin-bottom: 10px;
}

.tab-part .nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .tab-part .nav-item:first-child {
  align-items: flex-start;
} */

.tab-part .nav-item:nth-child(2),
.tab-part .nav-item:nth-child(3) {
  align-items: center;
}

/* .tab-part .nav-item:last-child {
  align-items: flex-end;
} */

.tab-parts-custom-cls a {
  width: 43px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
}
.tab-parts-custom-cls .nav-item{
  width: 25%;
  text-align: center;
}
.tab-parts-custom-cls .nav-item span{
  font-size: 19px;
  font-family: 'CanvaSans';
  font-weight: bold;
}
.header-part .tab-part {
  position: relative;
  z-index: 5;
}
.form-section .school_title {
  color: #316366;
  font-size: 30px;
  font-family: 'Boldoamat','CanvaSans';
  font-weight: bold;
}
.form-section .border-top {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 25px;
} 
.form-section form {
  /* border-top: 2px solid #ccc; */
  margin-top: 10px;
}
.form-section form .form-control {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
  padding: 0.375rem 0.45rem;
  color: #282828;
}
.form-section form .form-select {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
}
.form-section .add-button {
  background: #EC2A92;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 6px 10px;
  font-size: 22px;
  font-family: 'Boldoamat';
  border-radius: 7px;
  margin-bottom: 30px;
}


.header-part .solid-border {
  border: 1px solid #e0d8c6 !important;
  position: absolute;
  top: 20px;
  z-index: -1;
  width: 100%;
}

.header-part .nav-item.last-row span {
  position: relative;
  right: 120px;
}
.header-part .nav-item.last-row {
  position: relative;
  left: 150px;
}
.header-part form .form-label {
  font-size: 17px;
  font-weight: bold;
  font-family: 'CanvaSans';
}
.child-dtls-valsec-rgt label{
  display: none;
}
.sub-btn {
  background: #ffb442;
  color: #475227;
  padding: 0px 12px 6px 12px; /* Adjust top/bottom and left/right padding */
  font-family: 'Boldoamat';
  font-size: 1.6rem; /* Slightly smaller font size for better scaling */
  border-radius: 4px;
  border: none; /* Remove default button borders */
  text-align: center;
  cursor: pointer; /* Add a pointer cursor on hover */
}

.sub-btn.prev-step {
  margin-right: auto;
}

.sub-btn.next-step {
  margin-left: auto;
}

.sub-btn:hover {
  background: #f0a832;
}

.page-1-wrap .quantity {
  border: 1px solid #282828;
  border-radius: 2px;
  overflow: hidden;
  width: 70%;
}

.page-1-wrap .input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
  background: #E0D8C6;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.page-1-wrap .form-section h4 {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}
.page-1-wrap .same-line {
  display: block ruby;
  margin-left: 35px;
}


/********** page 2 css ************/


.page-2-section .part-1 {
  background-image: url("../images/2025/help_us_bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 55%;
  object-fit: cover;
  margin-top: -25rem;
  margin-bottom: -10rem;
}

.donation_slider_image{
  display: block;
  margin: 0 auto;
  width: 40%;
  height: auto;
}

/* Checklist Section */
.page-2-section .check-lists {
  position: relative; 
  z-index: 2;
  margin-top: 20px;
}
.sponser_text h2{
  color: #282828;
  font-family: 'Boldoamat';
  font-size: 2rem;
  width: 50%;
  margin: 2rem auto;
  text-align: center;
}
.page-2-section .part-1 .img-with-text {
  padding-top: 26rem;
}

.page-2-section .img-with-text h2 {
  color: #282828;
  font-family: 'Boldoamat';
  font-size: 1.6rem;
  width: 45%;
  margin: 1rem auto;
  text-align: center;
}
.donation_text_2 strong {
  color: #316366;
  font-family: 'Boldoamat';
  font-size: 2.9rem;
  line-height: 45px;
}
.donation_text_2 p{
  color: #282828;
  font-family: 'CanvaSans';
  font-size: 1.4rem;
  margin-top: 15px;
}

.donate_kids_div{
  top: -8rem;
}
.donate_kids_image {
  width: 60%; /* Ensures the image doesn't overflow */
  height: auto; /* Maintains aspect ratio */
}
.img-with-text-2 p {
  font-size: 1rem; /* Adjust text size */
  margin: 0; /* Remove default margin */
}
.tweety_bird_image{
  width: 100%;
  height: 35rem;
  top: 0rem;
  left: 2rem;
  position: relative;
}

.donate_row{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.donate_price_row{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.donate_price_row select{
  font-size: 14px;
}
.donationDetails-chk2 .month_image{
  margin-top:20px;
}
.page-2-section .m-cls-1 {
  margin: 20px 0px 25px 0px;
}
.page-2-section .img-with-text p {
  font-size: 17px;
  display: block;
  margin: 0 auto;
  width: 50%;
}
.page-2-section .h3-cls {
  text-align: center;
  font-size: 25px;
  margin-bottom: 5rem;
  color: #316366;
  font-family: 'CanvaSans';
  font-weight: bold;
}
.page-2-section .img-center-cls {
  width: 50%;
  display: block;
  margin: auto;
  padding: 25px 0px 40px 0px;
}
.page-2-section .check-img-text {
  font-size: 20px;
}
.page-2-section .p2-cls p {
  font-size: 16px;
}
.page-2-section .quantity {
  border: 1px solid #282828;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.page-2-section .last-cta p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.left_content{
  padding-left: 13rem;
  padding-top: 11rem;
}
.sponsor-box-wrapper {
  height: 200px;       /* adjust so ~5 lines fit */
  overflow: hidden;    /* hide overflowing sponsors */
  overflow-y: scroll; /* enable vertical scrolling */
  position: relative;
  text-align: center;  /* center all text */
}

.sponsor-box-container {
  position: relative;  /* <- change to relative */
  top: 0;
  transition: top 0.6s ease-in-out;
}
.sponsor-box {
  max-width: 50rem;
  margin-left: auto;
}
.sponsor-box-container p{
  color: #326466;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 20px;
  font-style: italic;
  text-align: left;
}

.sponsor-box-container span{
  font-size: 0.8rem;
  font-style: italic;
}

.center-align {
  margin: 0;
  text-align: center;
}

.cart-btn-primary {
    background-color: #e4007f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
}
.cart-btn-primary:hover, .cart-btn-primary:focus {
    background-color: #c4007a;
    color: #fff;
}



.modal-body .summary_top h3, #cartModalBody .summary_top h3  {
  font-size: 26px;
  font-family: 'Boldoamat','CanvaSans';
}

.modal-body .summary_top h4, #cartModalBody .summary_top h4  {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.modal-qty, .modal-amount{
  font-size: 16px !important;
  font-weight: 600;
}

.modal-body .summary_top p, #cartModalBody .summary_top p  {
  font-size: 14px;
}
.cart_summary_modal{
  border-bottom: 1px solid #ccc;
}

#cartModal .qty-input {
  background-color: #E0D8C6;
}

#cartModal .modal-quantity {
  width: 30%;
}

.modal-footer-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}

.continue-btn {
  background: none;
  border: none;
  color: #356444;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
}

.checkout-btn {
  background-color: #29724A;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
}

.continue-btn:hover, .checkout-btn:hover {
  background-color: #29724A;
  color: #fff;
}

  /* page 2 */

.page-2-section .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.book-container p{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.price_row{
    padding:0rem 0rem 0rem 2rem !important;
}

.book-container p{
    text-align: left !important;
    padding:0rem 0rem 0rem 2rem !important;
}

.book-container .price_text p{
    text-align: left !important;
    padding:0rem 0rem 0rem 2rem !important;
}
.page-2-section .p-cls{
  font-size: 17px;
  margin: 10px 0px 20px 0px;
}
.page-2-section .quantity {
  width: 100%;
}
.book-label{
  font-size: 15px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.book_price{
  font-size: 15px;
  font-weight: 700;
  margin-top: 1rem;
}
.page-2-section .img-section h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Boldoamat','CanvaSans';
}
.page-2-section .main-cls-1 h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px !important;
}
.page-2-section .same-row p {
  font-size: 16px;
}
.page-2-section .same-row h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.page-2-section .custom-position-cls {
  position: absolute;
  top: 106%;
}
.page-2-section .last-cta {
  margin-top: 50px !important;
}
.modal-window-part h2 {
  font-size: 26px;
  font-weight: 600;
}
.modal-window-part p {
  font-size: 17px;
}
.modal-window-part h3 {
  font-size: 20px;
  font-weight: 600;
}
.modal-window-part span {
  font-size: 21px;
  font-weight: 700;
}
.br-desktop {
  display: block;
}

.book-modal-content{
  background-color: #fff;
}
.modal-book-title{
  color: #282828;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  font-family: 'CanvaSans';
}
.book-author{
  color: #282828;
  font-size: 15px;
  font-family: 'CanvaSans';
}
.book-price{
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  font-family: 'CanvaSans';
}
.modal-book-image{
  width: 100%;
  height: 15rem;
  transition: box-shadow 0.3s ease-in-out;
}
.book-description{
  font-size: 18px;
  font-family: 'CanvaSans';
}
.modal-book-label{
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  font-family: 'CanvaSans';
}
.modal-quantity{
  width: 45%;
}

.modal-content .same-row{
  display: block ruby;
}
  
/* page 4 styles */

.order-summary-label {
    font-weight: bold;
    color: #255b47;
    font-size: 22px;
    font-family: 'Fredoka', Arial, sans-serif;
    margin-right: 8px;
}

.edit-cart-btn {
    background: #e4007f;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 2px 18px 2px 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.edit-cart-btn:hover {
    background: #e4007f;
    color: #fff;
}
.edit-cart-btn i {
    font-size: 16px;
    margin-right: 4px;
}
.order-summary-row {
    border-bottom: 1px solid #bbb;
    padding-bottom: 14px;
}
.order-summary-price-label {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    font-family: 'Fredoka', Arial, sans-serif;
}

.page-4-wrap .border-cls{
  border: 1px solid #282828;
  width: fit-content;
  padding-left: 7px;
}
.border-cls span{
  font-size: 14px;
}
.display_cost_cover_message{
  font-style: italic;
}
.page-4-wrap .border-cls span{
  background: #ccc;
  padding: 2px 20px;
  font-weight: 700;
}
.page-4-wrap .form-section h2 {
  color: #316366;
  font-family: 'Boldoamat';
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-4-wrap h3{
  font-family: 'CanvaSans';
  font-weight: bold;
  font-size: 22px;
}

.page-4-wrap .border-top {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 25px;
}
.page-4-wrap .row-cls-1 {
  font-size: 20px;
  font-weight: 600;
}
.page-4-wrap .row-cls-1 h4 {
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}
.page-4-wrap .row-cls-1 p {
  font-size: 16px;
  font-weight: 300;
}
.row-cls-1 p b {
  font-weight: bold;
}
.page-4-wrap .order-cls p {
  font-size: 18px;
  margin: 0;
  text-align: right;
  font-weight: bold;
}
.page-4-wrap .order-cls span {
  font-size: 15px;
}
.page-4-wrap .total_trans_row .same-row-checkbox .container-box {
  padding-left: 38px;
}

.page-4-wrap .row-cls-2 {
  text-align: right; /* Align text in the container to the right */
}

.page-4-wrap .row-cls-2 .option_donation{
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Stack elements vertically */
  align-items: flex-end; /* Align elements to the right */
}

.page-4-wrap .row-cls-2 p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.page-4-wrap .row-cls-2 .input-group {
  width: 40%; /* Ensure it respects the parent width */
  max-width: 200px; /* Optional: set a specific width for the input group */
  display: flex; /* Flexbox for input and append alignment */
}

.page-4-wrap .row-cls-2 i {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}
.total_trans_row span{
  font-size: 18px;
}

.page-4-wrap .row-cls-3 p {
  font-size: 18px;
  text-align: right;
  margin: 0;
}
.page-4-wrap .row-cls-3 p label{
  font-size: 17px;
  font-weight: 700;
}
.page-4-wrap .row-cls-3 p span{
  font-weight: 700;
}
.page-4-wrap .row-cls-4 p {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
}
.page-4-wrap .row-cls-4 p span{
  margin-left: 30px;
}
.page-4-wrap form .form-label {
  font-size: 18px;
  font-weight: 600;
}
.page-4-wrap form .form-control {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
}
.page-4-wrap .row-cls-3 h3 {
  font-size: 16px;
  color: #282828;
}

div#extra-tree-card-element{
  background-color: #E0D8C6;
}

.form-control, .select2-container--default .select2-selection--single,div#extra-tree-card-element {
  border: 1px solid #e2dcc0 !important;
}

.select2-container{
  width: 100% !important;
}
.page-4-wrap .select2-container--default .select2-selection--single {
  background-color: #E0D8C6;
  border: 1px solid #E0D8C6;
  border-radius: 0;
  height: auto;
  padding: 3px;
  width: 100% !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow b {
  border-color: #231f20 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  position: absolute;
  width: 0;
}
  
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #231f20;
  font-size: 1.1rem;
  font-family: "HelveticaNeue";
  line-height: 30px;
}

/* Style the popover */
.popover {
  max-width: 500px; /* Limit maximum width */
  padding: 15px; /* Add padding for better readability */
  border: 1px solid #ddd; /* Light border for definition */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow */
}

/* Style the popover text content */
.popover-content p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}

/* Style the image container */
.popover-content .image-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* Style the individual images */
.popover-content .popover-image {
  max-width: 45%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.agree_to_plant {
  font-size: 16px;
  font-family: 'CanvaSans';
}

@media (min-width: 320px) and (max-width: 767px) {
  .donationDetails-chk1, .donationDetails-chk2, .donationDetails-chk3{
    margin-left: 0 !important;
  }
  .page-2-section .part-1 {
    width: 100%;
    height: auto;
    margin-top: -10rem;
  }
  .page-2-section .part-1 .img-with-text {
    padding-top: 14rem;
  }
  .page-2-section .h3-cls {
    margin: 30px 0px 0px 0px;
  }
  .sponsor-box-container {
    left: 5%;
  }
  .sponsor-box-container p {
    font-size: 0.8rem !important;
  }
  .donate_kids_image {
      width: 80%;
      height: auto;
  }
  .content-overlay {
    margin-top: 2.8rem;
    bottom: 0;
  }
  .content-overlay h2 {
      font-size: 1.2rem;
      margin-top: -9.4rem;
  }
  .content-overlay p {
      font-size: 0.6rem;
      margin-top: 0.1rem;
  }
}


@media (max-width: 768px) {
  .header-part .same-line {
    display: unset;
  }
  .header-part .tab-part .nav-item .nav-link.active {
    background: #a9eadf;
    color: #282828;
  }
  .header-part .nav-item .nav-link {
    font-size: 15px;
    border-radius: 24px;
  }
  .header-part .tab-part .nav-item span {
    display: none;
  }
  .header-part .tab-part .nav-item .nav-link.active + span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
    white-space: nowrap;
  }
  .form-section h2 {
    font-size: 26px;
  }
  .form-section .add-button {
    padding: 8px 17px;
    font-size: 15px;
  }
  .child-dtls-hdsec-rgt{
    display: none;
  }
  .child-dtls-valsec-rgt label{
    display: block;
  }
  .sub-btn {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .sponser_text{
    margin-top: 0;
  }
  .sponser_text h2 {
    font-size: 0.8rem;
    width: 100%;
    margin-top: 0;
  }
  .donation_slider_image {
    width: 80%;
    height: auto;
  }
  .page-2-section .img-with-text p {
    font-size: 16px;
    text-align: justify;
  }
  .page-2-section .check-lists {
    margin-top: 8rem;
  }
  .header-part .form-section h3 {
    font-size: 13px;
  }
  .page-2-section .img-center-cls {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
  .page-2-section .img-with-text h2 {
    font-size: 1rem;
    width: 80%;
    margin: 1rem auto;  
  }
  .donate_kids_div{
    top: -2rem;
  }
  .donate_kids_image{
    width: 100%;
    height: auto;
  }
  .left_content {
    padding-left: 2rem;
    padding-top: 1rem;
  }
  .donation_text_2{
    margin-top:8rem;
    margin-bottom: -10rem;
  }
  .donation_text_2 strong {
    font-size: 2rem;
  }
  .donation_text_2 p {
    font-size: 1rem;
  }
  .container-box p {
    font-size: 16px;
  }
  .month_image {
    width: 40%;
    display: block;
    margin: 0 auto 10px !important;
  } 
  .page-2-section .br-custom-cls {
    display: none;
  }
  .page-2-section .m-cls-1 {
    margin: 10px 0px 10px 0px;
  }
  .page-2-section .animate-btn {
    font-size: 16px;
    margin-top: 35px;
  }
  .donationDetails-chk1 .donation_in_honor_monthly, .donationDetails-chk2 .donation_in_honor_yearly, .donationDetails-chk3 .donation_in_honor_indoor_plant { 
    width: 100% !important;
  }
  .donationDetails-chk1 .custom_month , .donationDetails-chk2 .custom_onetime {
    margin-bottom: 1rem;
  }
  .custom_month_box{
    margin-bottom: 1rem;
  }
  .same-row-checkbox {
    margin-top: 25px;
  }
  .page-3-section h3{
    font-size: 20px !important;
  }
  .price_text{
    margin-top: 0rem;
    margin-left: 2rem;
  }
  .modal-book-title {
    font-size: 14px;
    margin-top: 1rem;
  }
  .book-description {
    font-size: 15px;
    text-align: justify;
  }
  .br-desktop {
    display: none;
  }
  .page-3-section .p-cls {
    font-size: 15px;
    text-align: justify;
  }
  .page-3-section .img-section {
    background-image: unset;
  }
  .book-label{
    font-size: 12px;
    margin-top: 2rem;
  }
  .book-container {
    width: 80%;
    margin: 0 auto;
  }
  .price_row {
    margin-bottom: 1rem;
    margin-left:1rem;
  }

  .price_row .quantity {
    flex-wrap: nowrap;
    width: 50%;
  }

  .price_row .quantity input {
    flex: 1; /* Allow input to take up available space */
    min-width: 50px; /* Minimum width for the input */
    text-align: center; /* Center the input value */
  }

  .price_row .book_price {
    display: block;
    margin-top: 5px;
  }

  .input-group-append {
    white-space: nowrap; /* Prevent buttons from breaking onto a new line */
  }

  .page-3-section .same-row {
    display: block;
    margin-top: 10px !important;
  }
  .page-3-section .custom-position-cls {
    position: unset;
    top: unset;
  }
  .page-3-section .last-cta {
    margin-top: unset !important;
  }
  .page-3-section .same-row h5 {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .modal-content .same-row {
    display: unset !important;
  }
  .page-3-section .img-position .book_image {
    width: 100% !important;
    display: block;
    margin: auto;
    padding-bottom: 0px;
  }
  .page-4-wrap .form-section h3 {
    margin-top: 25px;
  }
  .page-4-wrap .row-cls-1 h4 {
    margin-bottom: 30px;
    text-align: left;
  }
  /* .page-4-wrap .order-cls p {
    text-align: left;
  } */
  .page-4-wrap .form-section h2 {
    font-size: 24px;
  }
  .summary_top {
    margin-top:1rem;
  }
  .popover {
    max-width: 90%;
  }
  .popover-content .image-container {
    flex-direction: column;
    gap: 15px;
  }
  .popover-content .popover-image {
    max-width: 100%;
    height: auto;
  }

  #parent_thankyou .content-overlay {
    margin-top: 2.2rem;
    bottom: 0;
  }
  #parent_thankyou .content-overlay h2 {
      font-size: 2rem;
      margin-top: -9.4rem;
  }
  #parent_thankyou .content-overlay p {
      font-size: 1.2rem;
      margin-top: 0.1rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .page-2-section .part-1 {
    height: auto;
    width: 100%;
  }
  .page-2-section .img-with-text h2 {
    font-size: 2rem;
    width: 80%;
    margin: 2rem auto;
  }
  .month_image {
    width: 100%;
  }
  .page-2-section .h3-cls {
    margin-bottom: 5rem !important;
  }
  .left_content {
    padding-left: 4rem;
    padding-top: 10rem;
  }
  .sponsor-box-container {
    left: 5%;
  }
  .sponsor-box-container p {
    font-size: 0.7rem !important;
  }
  .price_row .book_price {
    display: ruby-text;
    text-align: center;
    margin-top: 3.2rem;
    margin-right: 0;
    margin-left: -6rem;
  }

}

@media (min-width: 769px) and (max-width: 1199px) {
  .sponser_text h2 {
    width: 70%;
  }
  .page-2-section .part-1{
    margin-top: -16rem;
    margin-bottom: -5rem;
  }
  .page-2-section .part-1 .img-with-text {
    padding-top: 17rem;
  }
  .page-2-section .img-with-text h2 {
    width: 100%;

  }
  .donate_kids_div {
    top: -4rem;
  }
  .left_content {
    padding-left: 4rem;
    padding-top: 10rem;
  }
  .page-2-section .h3-cls {
    margin: 30px 0px 0px 0px;
  }
}



.same-row-checkbox .container-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  font-family: 'CanvaSans', Arial, sans-serif;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.same-row-checkbox .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.same-row-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 3px solid #316265;
}

/* On mouse-over, add a grey background color */
.same-row-checkbox .container-box:hover input ~ .checkmark {
  background-color: transparent;
  border: 3px solid #316265;
}

/* When the checkbox is checked, add a blue background */
.same-row-checkbox .container-box input:checked ~ .checkmark {
  background-color: transparent;
  border: 3px solid #316265;
}

/* Create the checkmark/indicator (hidden when not checked) */
.same-row-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.same-row-checkbox .container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.same-row-checkbox .container-box .checkmark:after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 19px;
  border: solid #405020;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}  
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  /* box-shadow: 0 1px 3px 0 #e6ebf1; */
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%;
}
.ajaxpreloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/preloader.svg");
}
.swal-text{
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}

@media (max-width: 767px) {
  .stripe_div{
    padding-right: 0px;
    padding-left: 0px;
  }
  .StripeElement {
      padding: 6px 10px;
      border-radius: 3px;
      width: 100%; 
  }
    .donation-title{
    font-size: 18px !important;
  }
  lottie-player {
    width: 100% !important;
    height: auto !important;
  }
}
