/**
 * Version: 2.0
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

body #step-3 .discounted-products-heading {
  max-width: 847px;
  margin: 0 auto !important;
}

div#desktop-menu-box {
  display: flex;
  background: #010048;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

div#desktop-menu-box div {
  width: 38%;
}

.logo-dv-center .menu-topn-link {
  justify-content: center;
}

.logo-dv-center {
  width: 16% !important;
  padding: 10px 0px;
}

.left-side-menu ul.top-menu-inner {
  justify-content: flex-end;
  gap: 55px;
}

.right-side-menu ul.top-menu-inner {
  justify-content: flex-start;
  gap: 55px;
}

/***updated-listing***/
.latest-activities-layout {
  padding-top: 875px;
  position: relative;
  z-index: 4;
  margin-bottom: 75px;
}

.latest-activities-listing {
  max-width: 1073px;
  margin: 0 auto;
}

.activity-single-sect .activty-cards-wrapper {
  margin: 0;
}

.date-link-sect {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.activity-single-sect {
  margin-bottom: 35px;
}

/***updated-listing***/
/***flowers_modal***/
.bouquet-modal {
  background-color: white;
  border-radius: 8px;
  width: 350px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}

.bouquet-header {
  position: relative;
}

.petal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
  color: #000000;
}

.flower-image {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: contain;
  padding-top: 50px;
}

.blossom-input {
  border: none !important;
  background-color: #f5f5f5 !important;
  border-radius: 6px !important;
  padding: 15px !important;
  margin: 15px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  font-size: 14px;
  resize: none;
}

.bloom-button {
  background-color: #e667a0;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px;
  margin: 15px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.bloom-button:hover {
  background-color: #d45592;
}

.bouquet-content .g-recaptcha {
  margin: 0px 15px;
}

.error-message {
  color: red;
  margin-bottom: 10px;
  display: none;
  padding: 15px 15px 0px 15px;
}

.captcha-container {
  padding: 0 15px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.twice-upgrade-sections {
  margin: 0 auto !important;
  margin-bottom: 50px !important;
}

/**flowers_modal***/
html {
  scroll-behavior: smooth;
}

.hlm-rainbow-memorial-legacy a.leave-flowers-tag,
.hlm-rainbow-memorial-legacy .donate-tag,
.hlm-rainbow-memorial-legacy .leave-message-tag {
  color: #ffffff !important;
  border-color: #ffffff;
}

.single-flower {
  display: block;
  /* Initially hide all */
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* Smooth transition effect */
}

.single-flower.visible {
  display: block;
  /* Show the flower */
  opacity: 1;
  /* Fully visible */
}

.non-legacy-modal {
  max-width: 450px !important;
}

a.view-list {
  background: #da291c;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  display: block;
}

.view-more-latest-activities,
.view-more-activities-btn {
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #000000 !important;
}

.view-more-activities-sect {
  text-align: center;
}

.latest-activities-outer-sect {
  max-width: 1073px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 60px 25px;
  margin-top: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.avatar-sect {
  width: 100px;
  text-align: center;
}

.view-listing-link {
  width: 165px;
  text-align: center;
}

.activity-card {
  display: flex;
  column-gap: 25px;
  width: 100%;
  align-items: center;
}

.avatar-sect img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
}

.latest_activities-sect {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  border-radius: 10px;
}

.activity-content-sect {
  width: 100%;
}

.load-more-latest-activities {
  text-align: center;
  margin-top: 50px;
}

/* Custom Datepicker Styles */
.hlm-rainbow-memorial-template .ui-datepicker {
  width: auto;
}

.hlm-rainbow-memorial-template .ui-datepicker>div, .hlm-rainbow-memorial-template .ui-datepicker>table {
  background: #fff !important;
  padding: 15px !important;
}

.hlm-rainbow-memorial-template .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  color: #333;
}

.hlm-rainbow-memorial-template .ui-datepicker-title {
  clear: both;
}

.hlm-rainbow-memorial-template .ui-datepicker-next.ui-corner-all {
  float: right;
}

.hlm-rainbow-memorial-template .ui-datepicker-prev.ui-corner-all {
  float: left;
}

.hlm-rainbow-memorial-template .ui-datepicker th {
  color: #666;
  font-weight: normal;
  padding: 7px 0;
}

.hlm-rainbow-memorial-template .ui-datepicker td {
  padding: 2px 8px;
  text-align: center;
}

.hlm-rainbow-memorial-template .ui-datepicker td span,
.hlm-rainbow-memorial-template .ui-datepicker td a {
  text-align: center;
  border: none;
  background: none;
  color: #ff0000;
  /* Red color for dates */
}

.email-alert {
  text-align: center;
  display: block;
  margin: 20px 0;
  color: #da291c;
  font-weight: 600;
}

.hlm-rainbow-memorial-template .ui-datepicker td:hover {
  background: #f5f5f5;
}

.hlm-rainbow-memorial-template .ui-datepicker .ui-state-active {
  background: #f0f0f0;
  border-radius: 4px;
}

.hlm-rainbow-memorial-template .ui-datepicker .ui-datepicker-prev,
.hlm-rainbow-memorial-template .ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

/* Custom Datepicker Styles */
/***switch***/
.text-color-sect {
  float: right;
}

.hlm-rainbow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  /* Adds spacing between multiple switches */
}

.hlm-rainbow input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.hlm-rainbow label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.hlm-rainbow label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.hlm-rainbow input:checked+label {
  background: #e62970;
}

.hlm-rainbow input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.hlm-rainbow label:active:after {
  width: 30px;
}

.hlm-rainbow-memorial-legacy #hlm-rainbow-text-dark a,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-dark h2,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-dark p,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-dark .slider-note,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-dark #hlm_rainbow_legacy_detail_sect .arrow {
  color: #000000 !important;
  border-color: #000000 !important;
}

.hlm-rainbow-memorial-legacy #hlm-rainbow-text-light a,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-light .slider-note,
.hlm-rainbow-memorial-legacy #hlm-rainbow-text-light #hlm_rainbow_legacy_detail_sect .arrow {
  color: #ffffff !important;
}

#hlm-rainbow-text-dark .max-donation-boxes-wrapper img,
#hlm-rainbow-text-dark .activity-content img {
  filter: invert(1);
}

/***switch***/
.page-id-4169833 div#content,
.page-id-4169947 div#content,
body.page.page-id-4281143 div#content,
body.page.page-id-4281140 div#content,
body.page-id-4281146 div#content {
  background: #ebebe9;
}

body.hlm-rainbow-memorial-template,
body #hlm_rainbow_detail_sect {
  background: #ebebeb;
}

/* body #hlm_rainbow_legacy_detail_sect{
  background-color:;
} */
.hlm-rainbow-memorial-content {
  padding-bottom: 75px;
}

/***multi_step_wizard***/
.hlm-rainbow-memorial-template .next-step,
.hlm-rainbow-memorial-template .prev-step {
  display: none;
}

.hlm-rainbow-memorial-template .progpres-bar-wraper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hlm-rainbow-memorial-template .error {
  border: 1px solid red !important;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
}

h2.add-pet-heading,
.add-pet-listing-heading,
.free-gift-heading,
.discounted-products-heading {
  max-width: 1073px;
  margin: 0 auto !important;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #000000;
}

.benefits-section .geturns-logo-section {
  padding: 30px 0 20px;
}

.discounted-products-heading {
  max-width: 847px;
}

div#wizard-container form#add-pet-form {
  margin-top: 75px;
}

.subscription-sect {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin-bottom: 16px;
}

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

/* .upgrade-pet-listing-container{

} */

div.hlm-flex-center h2.hlm-upgrade-heading-v2 {
  margin-top: 70px !important;
  margin-bottom: 30px !important;
  font-size: 48px !important;
  max-width: 781px !important;
  padding: 0px !important;
}

.upgrade-image-button {
  width: 715.49px !important;
  height: 91px !important;
}

.upgrade-after-img-content {
  text-align: center;
}

.upgrade-after-img-content p {
  font-size: 40px;
  font-weight: 400;
  padding: 0 80px !important;
  line-height: auto;
}

.upgrade-after-img-content p {
  font-size: 40px !important;
  font-weight: 400;
  padding: 0 80px !important;
  letter-spacing: 0;
  line-height: 49px;
}

.upgrade-after-img-content p:first-of-type {
  margin-bottom: 50px !important;
}

.hlm-fw-700 {
  font-weight: 700 !important;
}

.hlm-mb-70 {
  margin-bottom: 70px !important;
}

.hlm-mb-50 {
  margin-bottom: 50px !important;
}

.upgrade-action-button-section {
  width: 100%;
  /* height: 771px; */
  text-align: center;
}

.price-box {
  background-color: #ffff;
  border: 5px solid #0178d4;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  justify-items: center;
}

.price-text {
  font-weight: bold;
  font-size: 73.4px;
  display: block;
  margin-bottom: 10px;
}

.price-box div#legacy-member-section-v2 {
  margin-bottom: 30px !important;
}

.upgrade-button-v2 {
  box-sizing: border-box;
  /* Remove absolute positioning to allow use inside any container */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 715.59px;
  height: 91px;
  background: linear-gradient(0deg, #0D397C 0%, #34A0CE 100%) padding-box, linear-gradient(180deg, #AC7C2C 0%, #FFFFFF 51%, #AC7C2C 100%) border-box;
  border: 4px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 49.902px;
  cursor: pointer;
}

.upgrade-button-text-v2 {
  font-family: 'Proxima Nova', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
}

.hlm-benefits-text {
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

.gift-text-group {
  text-align: center;
  font-size: 46px;
  line-height: 58px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 50px;
}

.progress-container::before {
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  top: 8px;
  left: 30px;
  transform: translateY(-50%);
  height: 4px;
  width: 80%;
  /* Full width */
  z-index: 0;
  transition: width 400ms ease;
  /* Animate width */
}

.progress {
  background-color: #737373;
  position: absolute;
  top: 8px;
  left: 30px;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  /* Start at 0%, updated by JS */
  z-index: 1;
  transition: width 400ms ease;
  /* Animate progress */
}

.free-products-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  column-gap: 37px;
  row-gap: 28px;
  margin-top: 70px;
}

.free-product-container {
  max-width: 202px;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.flower-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

span.close-icon {
  color: #da291c;
  font-size: 2rem;
  line-height: 1.65rem;
  cursor: pointer;
  background-color: white;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}

span.legacy-close-icon {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.65rem;
  cursor: pointer;
  background-color: #b3883f;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  top: -15px;
  right: 18%;
  padding: 2px;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.loader-again {
  display: none;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  animation: spin 1s linear infinite;
}

.legacy-loader {
  display: none;
  position: absolute;
  top: 15px;
  left: 46%;
  transform: translateY(-50%);
  border: 3px solid #2578ae;
  border-top: 3px solid #fff;
  border-radius: 50%;
  width: 40px;
  margin: 0 auto;
  height: 40px;
  animation: spin 1s linear infinite;
}

span.submit-loader {
  display: none;
  position: absolute;
  border: 5px solid #f3f3f3;
  /* Light gray */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  animation: spin 1s linear infinite;
}

.free-products-container button {
  display: none;
}

button.redirect-cart-btn {
  border-radius: 50px;
  background: #000;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
}

#mobile-date-sect {
  display: none;
}

.cart-button-sect {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 75px;
  text-align: center;
  display: none;
}

.circle-wrapper {
  display: inline-block;
  text-align: center;
  width: 75px;
}

.upgradebtn-sect {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-top: 75px;
}

.upgradebtn-sect img {
  max-width: 500px;
}

.upgradebtn-sect-static {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-top: 75px;
}

.upgradebtn-sect-static img {
  max-width: 500px;
}

span.no-thanks-text {
  cursor: pointer;
}

.circle {
  background-color: #d9d9d9;
  border: 3px solid #d9d9d9;
  color: #d9d9d9;
  font-weight: 500;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms ease;
  font-size: 6px;
  z-index: 2;
}

.circle-wrapper.active .circle {
  background-color: #737373;
  /* Active circle color */
  border-color: #737373;
  /* Active circle color */
}

.circle-wrapper.active .circle {
  color: #fff;
}

/***multi_step_wizard***/
/***add_pet_form***/
input#owner-name,
input#pet-name,
input#date-of-passing,
input#email-address {
  background: #d9d9d9;
  border-radius: 12px;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  padding: 8.5px 28px;
  border: none;
}

textarea#pet-description {
  background: #d9d9d9;
  border-radius: 12px;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  padding: 26px 28px 16px;
}

.form-group {
  margin-top: 19px;
}

#owner-name::placeholder,
#pet-name::placeholder,
input#date-of-passing::placeholder,
textarea#pet-description::placeholder,
input#email-address::placeholder {
  font-weight: 300 !important;
  color: #8f8f8f !important;
}

.img-preview-sect {
  height: 437px;
  width: 100%;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.img-preview-sect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-icon-sect {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  padding: 0px;
  line-height: 25px;
  background: #50505017;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 25px;
}

.text-sect {
  display: block;
  text-align: center;
  color: #666666;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  /* font-family: 'Proxima Nova' !important; */
  text-decoration-line: underline;
  line-height: 14px;
  margin-top: 5px;
}

.form-group input.add-pet-submit-button {
  background-color: #000;
}

img#image-preview,
img#image-preview-one,
img#image-preview-two,
img#image-preview-three,
img#image-preview-four {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input.prev-image,
.gallery-prev-image {
  display: none;
}

input.add-pet-submit-button {
  background: #da291c;
  border-radius: 50px;
  width: 44%;
  font-size: 20px;
  font-weight: 600;
}

.from-sub-btn-wrapper {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.form-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.form-img-wrapper {
  max-width: 35%;
  width: 100%;
}

.form-pet-meta-wrapper {
  max-width: 59%;
  width: 100%;
}

/***listing_screen***/
.form-group ul li {
  list-style: none;
}

.benfits-points {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.single-box-img img,
.latest-activity-memorial-sect .memorial-pet-image img {
  border-radius: 5px;
  height: 208px;
  width: 218px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.benfits-points li {
  flex: 1 1 calc(50% - 20px);
  /* Adjust the width for margin */
  display: flex;
  align-items: stretch;
  margin: 0 50px 20px 0;
  /* Add right margin for space between columns */
  box-sizing: border-box;
  height: 100%;
  max-width: 400px;
}

.benfits-points li:nth-child(2n) {
  margin-right: 0;
  /* Remove margin for the last item in each row */
}

.benfits-points li>span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 21px;
}

.benfits-points img {
  max-height: 18px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
  min-width: 18px;
}

.img-donation-sect-main {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 69px;
  justify-content: space-between;
}

.honor-donation-sect {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 56%;
  height: 437px;
}

p.donation-sub-para {
  max-width: 400px;
  text-align: center;
  font-size: 24px;
}

h3.donatiation-amnount {
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  margin: 0;
  line-height: 1em;
}

.subscribe-now-badge {
  text-align: center;
  padding-top: 40px;
}

p.donation-plan-text {
  text-align: center;
  font-size: 18px;
  line-height: 0.6em;
}

.img-preview-main {
  width: 37%;
}

ul.benfits-points {
  padding-top: 75px;
  padding-bottom: 60px;
}

.no-thanks-sect {
  max-width: 334px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 28.3744px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  margin-top: 45px;
}

a.no-thanks-link {
  color: #000 !important;
}

/* ============ slider style ============= */
.max-honor-slider-wrapper {
  position: relative;
  width: 100%;
}

.max-honor-slider {
  display: flex;
  transition: transform 0.5s ease;
  justify-content: flex-start;
}

.max-honor-slide-container {
  display: flex;
  width: 100%;
  gap: 39px;
  flex-direction: row;
  flex-wrap: wrap;
}

.max-honor-slide {
  background-color: white;
  border-radius: 10px;
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  flex: 0 0 31.3%;
  /* text-align: center; */
}

.max-honor-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.slider-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.slider-nav.prev {
  left: -8px;
}

.slider-nav.next {
  right: -8px;
}

button.slider-nav.prev,
button.slider-nav.next {
  background: none;
  color: black;
  font-size: 28px;
}

button.slider-nav.prev {
  margin-left: -40px;
}

.max-honor-slider .owl-nav {
  display: none;
}

button.slider-nav.next {
  margin-right: -40px;
}

.max-shop-honr-heading {
  padding: 0 0 70px;
  text-align: center;
}

.max-honor-dots {
  text-align: center;
  margin-top: 10px;
}

.slider-note-para {
  background: #b8b8b8;
  border-radius: 10px;
  padding: 20px 60px;
  margin-bottom: 25px;
}

.slider-note-para ul {
  margin: 0 27px 0;
  padding: 5px;
}

li.slider-note {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.max-honor-slider .owl-dots {
  text-align: center;
  width: 100%;
}

.max-honor-slider .owl-dot {
  height: 11.5px;
  width: 11.5px;
  background: #b8b8b8 !important;
  margin: 50px 5px;
  border-radius: 50px;
}

.max-honor-slider .owl-dot.active {
  background: white !important;
}

.custom-form-wrapper {
  margin-top: 90px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

/* ============ slider style ============= */
a.view-more-btn,
a.view-more-activity,
.view-more-flowers {
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #000000 !important;
}

.view-btn-main {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 85px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  margin-bottom: 5px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

a.view-more-btn:hover,
a.view-more-activity:hover {
  background: none;
  color: #000;
}

.lagacy-badge-sect {
  text-align: center;
  font-size: 24px;
}

.lagacy-badge-sect img {
  max-width: 500px;
}

.lagacy-pet-para span a {
  color: #16518f;
  text-decoration: underline;
  font-weight: bold;
}

p.lagacy-pet-para {
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #000000;
}

.hlm-rainbow-memorial-legacy .max-shop-honr-heading {
  text-align: center;
  color: #ffffff;
}

.max-honor-main {
  padding-top: 20px;
}

.custom-form-wrapper {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 40px;
  max-width: 100%;
}

/* Styles for the form inputs */
.custom-form .form-input,
.custom-form .form-textarea {
  width: 100%;
  background-color: #ececec;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Proxima Nova", sans-serif;
  outline: none;
}

.custom-form .form-input::placeholder,
.custom-form .form-textarea::placeholder {
  font-size: 16px;
  font-weight: 300 !important;
}

.max-honor-slide p {
  font-style: normal;
  font-weight: 700;
  font-size: 17.6497px;
  line-height: 21px;
  color: #000000;
  text-align: left !important;
  padding-top: 25px;
  margin: 0;
  min-height: 70px;
}

.hlm-rainbow-memorial-template .form-submit {
  max-width: 400px;
  width: 100%;
  background-color: #e62970;
  color: #ffffff;
  border: none;
  border-radius: 78px;
  padding: 10px 0 !important;
  font-size: 24px;
  font-weight: 600;
  font-family: "Proxima Nova", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

div#hero-text-sect {
  max-width: 920px;
  padding-top: 130px;
  margin: 0 auto;
  font-family: "Avenir LT Std Book", sans-serif;
}

#max-lagacy-tabs-sect .max-legacy-wall-tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}

#max-lagacy-tabs-sect .max-legacy-wall-tab button {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

button.max-legacy-wall-tablinks:hover {
  background: none !important;
  color: #000;
}

#hero-text-sect .max-legacy-wall-tabcontent {
  border: 0.8px solid #000;
}

.single-box-content,
.memorial-details {
  padding: 15px 0px;
  width: 77%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.memorial-details {
  justify-content: flex-start;
  row-gap: 10px;
  padding: 0px;
}

.memorial-details a {
  color: #000000 !important;
}

.memorial-details .condolence-btn {
  color: #ffffff !important;
  background: #2d5cd7;
  max-width: fit-content;
  padding: 8px 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.memorial-details p {
  font-size: 24px;
}

.max-honor-dots {
  text-align: center;
  margin-top: 40px;
}

ul.top-menu-inner a {
  color: white !important;
}

#single-box-meta {
  display: none;
}

#box-meta-date {
  margin-top: 8px;
}

/***listing_screen***/
.outer-loader-sect {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0000008c;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

/***galery_popup***/
.gallerySect {
  display: flex;
  flex-wrap: wrap;
}

.featured-img-sect {
  width: 40%;
}

.gallery-sect {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 15px;
  justify-content: flex-end;
}

.image-one,
.image-two,
.image-three,
.image-four {
  height: 205px;
  width: 45%;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

span.plus-icon-sect-one,
span.plus-icon-sect-two,
span.plus-icon-sect-three,
span.plus-icon-sect-four {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  padding: 0px;
  line-height: 25px;
  background: #50505017;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 25px;
}

span.text-sect-one,
span.text-sect-two,
span.text-sect-three,
span.text-sect-four {
  display: block;
  text-align: center;
  color: #666666;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  /* font-family: 'Proxima Nova' !important; */
  text-decoration-line: underline;
  line-height: 14px;
  margin-top: 5px;
}

span.upload-box-content-three,
span.upload-box-content-one,
span.upload-box-content-two,
span.upload-box-content-four {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .gallerySect img{
  display:none;
} */
/***gallery_popup***/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/***listing_screen***/
/***detail_screen***/
.hlm-rainbow-memorial-template p,
.hlm-rainbow-memorial-template h1,
.hlm-rainbow-memorial-template h2,
.hlm-rainbow-memorial-template h3,
.hlm-rainbow-memorial-template h4,
.hlm-rainbow-memorial-template h5,
.hlm-rainbow-memorial-template h6 {
  margin: 0 !important;
}

.hlm_rainbow_detail_sect,
.hlm_rainbow_legacy_detail_sect,
.boxes-outer-container,
.max-honor-main,
.custom-form-wrapper,
div#wizard-container,
.my-listing-boxes-outer-container {
  max-width: 1073px;
  margin: 0 auto !important;
}

.about-max-main {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.max-details-sect {
  padding: 40px 0 80px;
}

.display-geturns-banner {
  margin-bottom: 70px;
}

.geturns-logo-section img {
  width: 550px;
  margin: 0 auto;
  display: block;
}

.max-img-sect {
  width: 46%;
  height: auto;
}

.max-img-bg {
  background: linear-gradient(to top, rgb(0 0 0 / 40%), rgb(255 255 255 / 0%)),
    url(../max-img.html);
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 19px 27px;
  height: 504px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.pet-name h2,
.pet-interval p {
  color: #ffffff;
}

.max-memory-content {
  width: 47%;
}

/**Landing_Pages_H1_Tag**/
.max-memory-heading h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
}
/**Landing_Pages_H1_Tag**/

.pet-name-max h2 {
  font-size: 500%;
  line-height: 1.2em;
  font-weight: 900;
  padding: 20px 0px 0;
}

.card-img-para>strong {
  text-transform: capitalize;
}

.max-auther-sect {
  font-size: 34px;
  line-height: 1em;
  text-transform: capitalize;
}

.activity-content {
  padding-top: 54px;
}

.pet-content-para {
  text-align: left;
}

.pet-content-para p {
  font-size: 24px;
  color: #000;
}

.pet-content-para {
  display: block;
  max-height: 290px;
  position: relative;
  overflow: hidden;
  transition: max-height 1.5s ease;
}

/* .pet-content-para::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px !important;
  background: linear-gradient(to bottom, transparent, #ecececf5);
} */

.pet-content-para.expanded {
  max-height: 500px;
}

/* .pet-content-para.expanded::before {
  display: none;
} */
/* .outer-container-sect-max .pet-content-para::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px !important;
  background: linear-gradient(to bottom, transparent, #472356);
} */
.about-pet-read-btn {
  text-align: center;
  margin-top: 20px;
}

button.read-more-btn {
  padding: 7px;
  border-radius: 50px;
  background-color: #e62970;
  border: none;
  color: white;
  width: 100%;
  max-width: 550px;
  font-size: 30px;
  font-weight: 600;
}

button.read-more-btn:hover {
  background: #e62970;
}

#hlm_rainbow_detail_sect a.fb-share-cont {
  color: #e62970 !important;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 800;
}

/***max-legacy***/
/**Landing_Pages_H1_Tag**/
.max-legacy-wall-heading h2,
.my-listing-boxes-outer-container h1.heading-title {
  font-size: 48px;
}

.my-listing-boxes-outer-container h1.heading-title {
  text-align: center;
  margin: 0 auto !important;
}
/**Landing_Pages_H1_Tag**/

.my-listing-boxes-outer-container .heading-outer-sect {
  text-align: center;
  margin: 60px 0px;
}

.lagacy-comment-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 17px 13px;
  width: 100%;
  margin: 0 auto;
}

.lagacy-comment-box ul li::marker {
  color: #d9d9d9;
}

.comment-send-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}

button.send-btn {
  background-color: #2d5cd7;
  border-radius: 5px;
  width: 204px;
  font-weight: 500;
  font-size: 24px;
  font-weight: 600;
}

textarea#comment {
  background-color: #ececec;
  border-radius: 5px;
  font-size: 21px;
  color: #989898;
}

ul.dropbtn.icons.btn-right.showLeft li {
  line-height: 0.6;
}

ul.dropbtn.icons.btn-right.showLeft {
  margin: 0;
}

.card-image-outer {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding-bottom: 16px;
}

.activty-cards-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px 34px 41px;
  margin-top: 46px;
  width: 100%;
}

#hlm_rainbow_detail_sect textarea#comment::placeholder {
  font-size: 21px !important;
}

.card-inner-box {
  border-radius: 5px;
}

.donation-card,
.comment-card-box {
  min-height: 365px;
  background-color: #ececec;
}

.donation-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comment-card-box {
  padding: 34px 44px;
}

.card-inner-image {
  /* width: 34px;
     height: 34px; */
  text-align: center;
  margin: 0 auto;
}

.card-img {
  /* width: 18%; */
  display: flex;
  align-items: center;
}

.lagacy-wall-cards-sect {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

h2.card-inner-price {
  margin: 0;
  background: linear-gradient(180deg,
      #9f7729 17.6%,
      #f1cc8d 49.75%,
      #bd8a3e 81.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 67px;
}

.donation-card p {
  margin: 0;
}

.legacy-inner-wraper {
  padding: 0 30px;
}

.card-inner-box.card-box-bouquet .card-inner-image {
  margin: 0 auto;
  text-align: center;
}

.card-inner-box.card-box-bouquet .card-inner-image img {
  max-width: 300px;
}

h1.activty-heading {
  text-align: center;
}

p.card-img-para {
  font-size: 24px;
  margin: 0;
}

.card-inner-box-para p {
  margin: 0;
  font-size: 24px;
}

/***max-legacy***/
.flower-spacer {
  height: 80px;
}

.max-flower-heading h2,
.donate-heading h2 {
  font-size: 48px;
  text-align: center;
  margin: 0;
}

.flowers-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.single-flower {
  /* max-width: 80%; */
  width: 21%;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}

.view-flower-btn {
  text-align: center;
  margin: 35px 0px;
}

.flower-img {
  text-align: center;
}

.flower-name {
  text-align: center;
  margin-top: 20px;
  /* border-radius: ; */
}

.flower-bottom-spacer {
  height: 60px;
}

.custm-margin {
  margin: 26px 0 60px !important;
}

.flower-name button {
  background: white;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50px;
  width: 100%;
  padding: 2px 0;
}

.donate-price-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 42px;
}

.donate-btn-single {
  width: 48.7%;
  background-image: linear-gradient(to bottom,
      #ac7c2c 0%,
      #fff6e1 50%,
      #ac7c2c 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

button.donate-btn,
button.donate-btn:focus {
  width: 98.5%;
  height: 90%;
  background: #fff;
  color: black;
  font-size: 48px;
  font-weight: bold;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.donate-btn:hover {
  background-color: #fff;
  color: #000000;
}

.donate-outer-wrapper {
  padding-top: 45px;
}

/***boi_edit_modal***/
#editModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 750px;
  border-radius: 15px;
}

button#saveBtn,
#ImgSaveBtn {
  width: 300px;
  background: #2d5cd7;
  border: none;
  border-radius: 50px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}

#ImgSaveBtn {
  background: #e62970;
}

#editModal .modal-content {
  display: flex;
  flex-direction: column;
}

textarea#editTextarea {
  margin-bottom: 20px;
  background: #ececec;
  border-radius: 15px;
  padding: 20px;
  font-size: 22px;
}

span.edit-modal-close {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 25px;
  background: #ffffff;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}

/* Modal Background */
#uploadModal,
#colorsModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  width: 100%;
  max-width: 950px;
  overflow: auto;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  /* Black with opacity */
  padding: 20px;
}

/* Modal Content */
#uploadModal .modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
}

/* Close Button */
#uploadModal .close-img-popup,
.close-coolers-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: end;
}

#uploadModal .close-img-popup:hover,
#uploadModal .close-img-popup:focus,
.close-coolers-popup:hover,
.close-coolers-popup:focus {
  color: #000;
  cursor: pointer;
}

.image-popup-outer-wrap {
  text-align: center;
}

#ImgSaveBtn {
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}

.coolers-inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  row-gap: 15px;
}

.coolers-sect {
  width: 155px;
  height: 155px;
  border-radius: 7px;
  position: relative;
}

.clr-one {
  background: #da291c;
}

.clr-two {
  background: #01153c;
}

.clr-three {
  background: #b1884b;
}

.clr-four {
  background: #008000;
}

.clr-five {
  background: #ffa500;
}

.clr-six {
  background: #800080;
}

.clr-seven {
  background: #42c28f;
}

.clr-eight {
  background: #f68d60;
}

.clr-nine {
  background: #000000;
}

.clr-ten {
  background: #a52a2a;
}

#order_review .listing-btn-wrpaer .share-btn-outer {
  display: none !important;
}

#order_review a.form-btns {
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 88%;
}

.coolers-inside input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999999999;
  opacity: 0;
}

span.cooler-selected {
  position: absolute;
  top: -10px;
  right: 0px;
  display: none;
  font-size: 35px;
  color: #ffffff;
}

button.coolers-btn,
#gallery-submit,
.reset-btn {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  width: 300px;
  background: #e62970;
  border-radius: 50px;
  margin-top: 25px;
}

.coolers-outside {
  text-align: center;
}

.m-login-loader {
  border: 3px solid #f3f3f3;
  /* Light grey */
  border-top: 3px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: none;
  margin-top: -32px;
  margin-left: 100px;
}

.save-loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin-left: 50%;
  margin-top: -40px;
}

/* #editModal, .modal-content {
  display: none;
} */
/***boi_edit_modal***/
/***detail_screen***/
/***legacy_detail_screen***/
/* body.hlm-rainbow-memorial-legacy {
  background: linear-gradient(to bottom, #1E1E53, #9A2D5E);
  background-repeat: no-repeat;
  background-size: cover; 
   
} */
/* .hlm-rainbow-memorial-legacy #hlm_rainbow_legacy_detail_sect{
  background: linear-gradient(to bottom, #1E1E53, #9A2D5E);
} */
.hlm-rainbow-memorial-legacy .hlm-rainbow-memorial-content {
  background: linear-gradient(to bottom, #1e1e53, #9a2d5e);
}

/**Landing_Pages_H1_Tag**/
#hlm_rainbow_legacy_detail_sect .max-memory-heading h1,
/**Landing_Pages_H1_Tag**/
#hlm_rainbow_legacy_detail_sect .pet-name-max h2,
#hlm_rainbow_legacy_detail_sect .max-auther-sect,
#hlm_rainbow_legacy_detail_sect .pet-content-para p,
#hlm_rainbow_legacy_detail_sect .max-lagacy-inner h2,
#hlm_rainbow_legacy_detail_sect a.view-more-btn,
#hlm_rainbow_legacy_detail_sect button.slider-nav.prev,
#hlm_rainbow_legacy_detail_sect button.slider-nav.next,
#hlm_rainbow_legacy_detail_sect li.slider-note,
#hlm_rainbow_legacy_detail_sect .donate-heading h2,
#hlm_rainbow_legacy_detail_sect .max-flower-heading h2,
#hlm_rainbow_legacy_detail_sect a.view-more-btn,
#hlm_rainbow_legacy_detail_sect a.view-more-btn:hover {
  color: #ffffff;
}

#hlm_rainbow_legacy_detail_sect button.max-legacy-wall-tablinks {
  color: #ffffff !important;
}

.domation-box-single {
  display: flex;
  align-content: center;
  align-items: center;
  background: #7b7b7b36;
  border-radius: 14px;
  font-size: 20px;
  color: #fff;
  gap: 20px;
  width: 100%;
  max-width: 450px;
  margin-top: 20px;
  padding: 10px 0px 10px 40px;
}

/**free-listing-stats**/
.free-listing-stats .domation-box-single {
  background: #000000c4;
}

/**free-listing-stats**/
.donation-img {
  line-height: 1em;
}

.max-gallery-sect {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 25px;
}

a.leave-flowers-tag,
.donate-tag,
.leave-message-tag {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  color: #000000 !important;
  width: 33%;
  text-align: center;
  border-right: 1px solid #000000;
}

a.leave-message-tag {
  border: none;
}

.max-single-img {
  max-height: 113px;
  height: 113px;
  max-width: 115px;
  border-radius: 8px;
  overflow: hidden;
}

.max-single-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#hlm_rainbow_legacy_detail_sect a.fb-share-cont {
  color: white;
  text-decoration: underline;
  line-height: 2.25em;
}

#hlm_rainbow_legacy_detail_sect .max-legacy-wall-tab button {
  border-right: 1px solid #fff;
}

#hlm_rainbow_legacy_detail_sect .arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  margin-bottom: 5px;
}

#hlm_rainbow_legacy_detail_sect .slider-note-para {
  background-color: #ffffff20;
}

.veiw-all-imgs {
  background: #6b6b6b;
  height: 113px;
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.veiw-all-imgs button {
  width: 100%;
  height: 100%;
  background: none;
  font-size: 20px;
}

/***legacy_detail_screen***/
/* create the paw prints */
.dog-loader-sect {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  opacity: 0.9;
  top: 0;
  z-index: 999999999;
  left: 0;
}

.pad {
  width: 25px;
  height: 27px;
  background-color: #e62970;
  -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  display: block;
  position: absolute;
}

.large {
  width: 70px;
  height: 80px;
  transform: rotate(80deg);
  left: 100px;
  top: 50px;
}

.small-1 {
  transform: rotate(50deg);
  left: 145px;
  top: 28px;
}

.small-2 {
  transform: rotate(65deg);
  left: 174px;
  top: 50px;
}

.small-3 {
  transform: rotate(98deg);
  position: absolute;
  left: 178px;
  top: 87px;
}

.small-4 {
  transform: rotate(140deg);
  position: absolute;
  left: 158px;
  top: 117px;
}

/* position and animate */

.paw-print-1 {
  opacity: 0;
  position: absolute;
  left: 75px;
  top: 300px;
  transform: rotate(-40deg);
  -webkit-animation: walk 3s linear infinite;
  animation:
    /*keyframe*/
    walk
    /*duration*/
    3s
    /*transition*/
    linear
    /*repeat*/
    infinite;
}

.paw-print-2 {
  opacity: 0;
  position: absolute;
  left: 275px;
  top: 280px;
  transform: rotate(-5deg);
  -webkit-animation: walk 3s linear infinite 0.25s;
  animation: walk 3s linear infinite
    /*delay*/
    0.25s;
}

.paw-print-3 {
  opacity: 0;
  position: absolute;
  left: 375px;
  top: 130px;
  transform: rotate(-10deg);
  -webkit-animation: walk 3s linear infinite 0.5s;
  animation: walk 3s linear infinite 0.5s;
}

.paw-print-4 {
  opacity: 0;
  position: absolute;
  left: 575px;
  top: 280px;
  transform: rotate(-20deg);
  -webkit-animation: walk 3s linear infinite 0.75s;
  animation: walk 3s linear infinite 0.75s;
}

.paw-print-5 {
  opacity: 0;
  position: absolute;
  left: 725px;
  top: 50px;
  transform: rotate(10deg);
  -webkit-animation: walk 3s linear infinite 1s;
  animation: walk 3s linear infinite 1s;
}

.paw-print-6 {
  opacity: 0;
  position: absolute;
  left: 875px;
  top: 200px;
  transform: rotate(10deg);
  -webkit-animation: walk 3s linear infinite 1.25s;
  animation: walk 3s linear infinite 1.25s;
}

.paw-print-7 {
  opacity: 0;
  position: absolute;
  left: 1075px;
  top: 50px;
  transform: rotate(20deg);
  -webkit-animation: walk 3s linear infinite 1.5s;
  animation: walk 3s linear infinite 1.5s;
}

.paw-print-8 {
  opacity: 0;
  position: absolute;
  left: 1150px;
  top: 250px;
  transform: rotate(10deg);
  -webkit-animation: walk 3s linear infinite 1.75s;
  animation: walk 3s linear infinite 1.75s;
}

opacity: 0;
position: absolute;
left: 1150px;
top: 250px;
transform: rotate(10deg);
-webkit-animation: walk 3s linear infinite 1.75s;
animation: walk 3s linear infinite 1.75s;
}

*/

/* walking effect animation keyframes */
.discounted-product-container sub {
  top: 0;
}

/* Mobile Menu With New Design */
#new_mobile_menu {
  display: flex;
  padding: 13px 20px;
  background: #010048;
  justify-content: space-between;
  align-items: center;
}

#new_mobile_items {
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 999;
  width: 100%;
  display: block;
}

ul.mobile-menu-inner {
  flex-direction: column;
  display: flex;
  margin: 0px;
  padding: 20px;
}

ul.mobile-menu-inner li a {
  padding: 12px 0px !important;
  color: #000 !important;
}

#cros_icon {
  width: 25px;
}

.humburg_div {
  width: 50px;
  text-align: right;
  overflow: hidden;
}

.humburg_div img {
  padding-top: 15px;
}

a.home_ico img {
  height: 45px;
  padding-top: 10px;
}

.display-geturns-banner img {
  width: 100%;
  height: auto;
}

.mobile-geturns-banner {
  display: none;
}

.hlm-rainbow-memorial-legacy .geturns-logo-section img {
  width: 350px;
  margin: 0 auto 40px;
  display: block;
}


@media (min-width: 767px) {
  .new-mb-menu {
    display: none;
  }

  .lgo-img {
    display: none;
  }
}

/* Mobile Menu With New Design */

@-webkit-keyframes walk {
  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes walk {

  /* appear */
  25% {
    opacity: 1;
  }

  /* disappear */
  100% {
    opacity: 0;
  }
}



/***listing_screen***/
/***discounted_products***/
/* Today only, shop these memorial gifts up to 50% off */
.discounted-products-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 75px;
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 68px;
  row-gap: 50px;
}

.discounted-product-container {
  width: 45%;
}

button.rainbow-cta {
  width: 100%;
  background-color: #000000;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
}

.image-sect {
  margin-bottom: 10px;
}

.disable-events {
  pointer-events: none;
}

.image-sect img {
  border-radius: 10px;
  cursor: pointer;
}

span.product-name {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.discounted-product-container span.regular {
  color: #da291c;
  text-decoration: line-through;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 12px;
  text-align: center;
}

.discounted-product-container span.regular bdi {
  font-size: 16px;
}

.discounted-product-container span.regular+span {
  font-size: 16px;
}

.product-quantity-sect {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-variable-dropdown {
  width: 75%;
  border-radius: 5px;
  font-size: 0.9em;
}

.discounted-product-container span.qty_container {
  display: block;
  width: 22%;
  position: relative;
  text-align: center;
}

.discounted-product-container .product-quantity-sect {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.discounted-product-container span.minus {
  position: absolute;
  top: 10px;
  left: 20px;
}

.discounted-product-container span.plus {
  position: absolute;
  top: 11.5px;
  right: 20px;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  /* Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari */
  margin: 0;
  /* Removes any margin to ensure consistency */
}

.discounted-product-container span.qty_container input {
  text-align: center;
  border-radius: 5px !important;
}

.product-sect {
  margin-bottom: 15px;
}

.add-to-cart-btn-sect {
  margin: 15px 0px;
}

.discounted-product-container span.sale,
.discounted-product-container bdi,
.product-price {
  /* font-family: 'Proxima Nova'; */
  font-size: 22px;
  font-weight: 700;
  line-height: 19.95px;
  text-align: center;
}

.disc-product-add-to-cart {
  width: 100%;
  background: #da291c;
  font-weight: 600;
  border-radius: 50px;
}

/**hlm-fix-changes**/
#hlm-toast-container {
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 99999;
}

.hlm-toast {
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  opacity: 1;
  animation: slideIn 0.5s ease-out, fadeOut 2s 3s forwards;
}

.hlm-success {
  background-color: #4caf50;
}

.hlm-warning {
  background-color: #ff9800;
}

.hlm-error {
  background-color: #f44336;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}





/***discounted_products***/
/***cart_summary***/
ul.cart-products-list {
  list-style: none;
  margin: 0;
}

li.cart-product-item {
  display: flex;
  width: 100%;
  margin: 10px auto;
  padding: 25px 20px;
  background: #d9d9d9;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
}

span.cart-product-quantity {
  width: 10%;
  text-align: center;
  line-height: 30px;
}

.outer-container,
.checkout-btn-sect {
  text-align: center;
}

.cart-product-name {
  width: 90%;
  font-style: normal;
  font-weight: 700;
  font-size: 13.75px;
  line-height: 18px;
}

.cart-product-name a {
  color: #000000;
}

.checkout-btn {
  width: 100%;
  background: #da291c;
  font-weight: 600;
  border-radius: 50px;
}

/***cart_summary***/
/***popup***/
.magic-login-email {
  background: #d9d9d9;
  border-radius: 12px;
  width: 100%;
}

.rainbow-login-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  border-radius: 12px;
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  text-align: center;
  position: relative;
  max-width: 650px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #da291c;
}

.form-group-popup {
  margin: 15px 10px 0px 10px;
  text-align: left;
}

#custom-login-form input.magic-login-email {
  margin-top: 10px;
  background: #d9d9d9;
  border-radius: 12px;
  width: 100%;
}

.link-send-btn {
  background-color: #da291c;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
}

.site-logo-sect {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

/***popup***/

/* ================menu top bar style ================ */
.top-menu-inner {
  list-style-type: none;
  display: flex;
  padding: 12px 0;
  margin: 0;
  background: transparent;
  justify-content: space-evenly;
  align-items: center;
}

.menu-topn-item {
  display: inline-block;
}

div#mobile-menu {
  display: none;
}

.menu-topn-link {
  display: block;
  padding: 5px 2px;
  border-radius: 3px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  display: flex;
}

.menu-topn-link.active {
  background-color: #ececec;
}

/* Optional: adding a hover effect */
.menu-topn-link:hover {
  background-color: #50505099;
}

/* ================menu top bar style ================ */
/* ================Desktop menu top bar style ================ */
#desktop-menu-box a.menu-topn-link {
  color: white;
  font-size: 20px;
}

#desktop-menu-box .menu-topn-link:hover {
  /* color: white;
  font-size: 24px;
  font-weight:800; */
  background-color: #00000000;
  text-decoration: underline;
}

/* ================Desktop menu top bar style ================ */
.page-id-4169833 .grid-container,
.page-id-4169886 .grid-container {
  background-color: #ececec;
}

.outer-container-sect {
  margin: 0 auto;
  max-width: 800px;
}

.hero-sect {
  z-index: 5;
  position: absolute;
  right: 0;
  width: 100vw;
  height: 870px;
  text-align: center;
  background-image: url(../herobanner.html);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.auther-sect {
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 9px;
  justify-content: center;
}

.auther-sect p {
  margin: 0;
}

.pet-name-max {
  margin-bottom: 30px;
}

a.hero-button {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  background-color: #e62970;
  color: #ffffff !important;
  border-radius: 50px;
  width: 40%;
  padding: 8px 0px;
}

.hero-buttons-sect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 33px;
  max-width: 1037px;
  margin: 0 auto;
  margin-top: 75px;
}

.activity-heading-sect h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #000000;
}

a.hero-button:hover {
  color: #fff;
}

.activity-heading-sect {
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity-spacer {
  height: 230px;
}

#outer-container-sect .activity-spacer {
  height: 50px;
}

#outer-container-sect .activity-spacer-loggeduser img {
  width: 450px;
}

.activity-sect {
  padding: 58px 0 51px;
}

.activity-img-bg {
  background: linear-gradient(to top, rgb(0 0 0 / 40%), rgb(255 255 255 / 0%)),
    url(../index.html);
  width: 315px;
  height: 302px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 19px 27px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  margin: 19px auto 26px auto;
}

.activity-img-bg h2,
p.max-interval {
  margin: 0;
  color: #fff;
}

.details-sect h2 {
  text-align: center;
  margin: 0;
}

button.read-btn {
  padding: 7px 46px;
  border-radius: 50px;
  background-color: #da291c;
  border: none;
  color: white;
  width: 30%;
  font-size: 20px;
  font-weight: 500;
}

.fb-share-sect {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

.activity-read-btn {
  text-align: center;
  margin-top: 20px;
}

#hero-text-sect h1 {
  color: #000;
  font-family: "Avenir LT Std Black", sans-serif;
}

#hero-text-sect p {
  color: #000;
  font-family: "Avenir LT Std Book", sans-serif;
}

.card-inner-box-para {
  word-wrap: break-word;
}

.hero-text-sect h1 {
  padding: 27px 0 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.hero-text-sect h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #000000;
}

.hero-text-sect p {
  color: #fff;
  max-width: 720px;
  text-align: center;
  margin: 0 auto !important;
  padding-bottom: 30px;
}

.hero-text-sect p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.activity-para {
  text-align: center;
}

.activity-para p {
  font-size: 14px;
}

.details-sect h2 {
  font-size: 25px;
}

/* =============read-more para style ================ */
.activity-para {
  display: block;
  max-height: 80px;
  position: relative;
  overflow: hidden;
  transition: max-height 1.5s ease;
}

/* .activity-para::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px !important;
  background: linear-gradient(to bottom, transparent, #ecececf5);
} */

.activity-para.expanded {
  max-height: 500px;
}

/* .activity-para.expanded::before {
  display: none;
} */

/* =============read-more para style ================ */
/* ====================cards style ====================== */

/* ====================cards style ====================== */

.max-lagacy-inner h2 {
  margin: 0;
  text-align: center;
}

/* ================lagacy tabs style =================== */
.max-lagacy-tabs-sect {
  margin: 16px 0 24px;
}

.max-legacy-wall-tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  margin: 0 auto;
}

.max-legacy-wall-tab button {
  flex: 1;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
  border-right: 1px solid #000;
  color: #000;
}

.max-legacy-wall-tab button:last-child {
  border-right: none;
}

.max-legacy-wall-tab button:hover {
  background-color: #ddd;
}

.max-legacy-wall-tab button.active {
  background-color: #ccc;
}

.max-legacy-wall-tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  max-width: 600px;
  margin: 0 auto;
}

.max-legacy-wall-tab button:first-child {
  max-width: 35%;
}

.max-legacy-wall-tab button:nth-child(2) {
  max-width: 30%;
}

.max-legacy-wall-tab button:last-child {
  max-width: 35%;
}

a.text-white {
  color: white !important;
}

a.text-white:hover {
  color: #da291c !important;
}

/* ================lagacy tabs style =================== */
/* ===================== legacy wall form ===================*/

/* ===================== legacy wall form ===================*/
/* =======================2nd screen style ================  */
.boxes-outer-container {
  padding-top: 875px;
  position: relative;
  z-index: 4;
}

.single-box-inner,
.latest-activity-memorial-sect {
  display: flex;
  column-gap: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 35px 24px 23px;
  justify-content: space-between;
}

.single-box-img,
.memorial-pet-image {
  width: 23%;
}

.single-box-heading h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 103%;
  color: #000000;
}

.single-box-heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  padding-top: 10px;
}

.single-box-veiw-link a {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  text-decoration-line: underline;
  color: #2d5cd7 !important;
}

.single-box-veiw-link a:hover {
  color: #000 !important;
}

.single-box-meta p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  /* or 39px */
  text-align: right;
  color: #6b6b6b;
  margin: 0;
}

.single-box-img img {
  border-radius: 5px;
}

.single-box-date p {
  margin: 0;
}

#outer-container-sect .single-box-container {
  margin-bottom: 44px;
}

.meta-date-box {
  display: flex;
  justify-content: space-between;
}

.memorial-link a img {
  width: 16px;
}

.memorial-link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2px;
  color: #2d5cd7 !important;
}

/* =======================2nd screen style ================  */
/* =======================3rd screen style ================= */
.outer-container-sect-max {
  max-width: 800px;
  background: linear-gradient(to top, #9a2d5e, #1e1e53);
  margin: 0 auto;
}

.max-heading h1 {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6em;
  color: #fff;
}

span.max {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

.max-heading {
  padding: 28px 0 0;
}

.auther-content p {
  margin: 0;
  text-align: center;
  color: #fff;
}

.badge-content {
  background: #ffffff21;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  column-gap: 8px;
  border-radius: 8px;
  max-width: 41%;
  padding-left: 10px;
  margin-top: 10px;
}

.badge-content p {
  margin: 0;
  color: #fff;
}

.max-badge {
  /* max-width: 28%; */
  /* margin: 0 auto; */
  /* text-align: right; */
  /* margin: 0 auto; */
  width: 100%;
  /* margin: 0 auto; */
  width: 360px;
  display: flex;
  justify-content: flex-end;
  /* padding-left: 20px; */
  padding-right: 20px;
}

.max-img {
  max-width: 24%;
  height: 68px;
}

.max-all-imgs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.max-img.view-all-images a {
  color: #fff;
  border-bottom: 1px solid;
  font-size: 13px;
}

.view-all-images {
  background-color: #6b6b6b;
  padding: 27px 12px;
  border-radius: 8px;
  display: flex;
}

.donation-box {
  display: flex;
  gap: 12px;
  align-content: center;
  align-items: center;
  background: #ffffff21;
  border-radius: 9px;
  margin-bottom: 12px;
  padding: 11px 24px;
}

.donation-box p {
  margin: 0;
  color: white;
  font-size: 12px;
}

.max-donation-boxes-wrapper {
  padding-top: 36px;
}

.max-donation-main {
  padding: 24px 0 12px;
  max-width: 80%;
  margin: 0 auto;
}

/* .outer-container-sect-max .activity-para::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px !important;
  background: linear-gradient(to bottom, transparent, #472356);
} */

a.fb-share {
  color: white !important;
  border-bottom: 1px solid #fff !important;
}

.max-legacy-heading h2 {
  color: white !important;
}

.max-tab-link {
  color: #fff !important;
}

.max-spacer {
  height: 44px;
}

/* Add Pet Page CSS */
.benefits-section {
  background-color: #ffff;
  border-radius: 16px;
}

.benefits-body {
  padding: 0 100px 100px 100px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  column-gap: 65px;
  justify-content: center;
}

.single-benefit-section {
  width: 44%;
  text-align: center;
}

.benefit-content span {
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
}

.benefit-content {
  align-items: flex-start;
  padding: 0px 45px;
}

.benefit-content img {
  width: 26px !important;
}

.benefits-heading {
  border-radius: 16px 16px 0px 1px;
  background: linear-gradient(180deg, #3093c4 0%, #134989 100%);
  text-align: center;
  padding: 50px 280px;
  color: #fff;
}

.benefits-heading h2 {
  font-weight: 300 !important;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
}

.single-benefit-image-section img {
  width: 250px;
  padding-bottom: 15px;
}

.honor-pet p {
  font-weight: 400 !important;
  color: #000;
  font-size: 40px;
  font-style: normal;
  line-height: 49px;
  text-align: center;
  padding: 0 13%;
}

.honor-pet p .honor-pricing {
  color: #1B5D98 !important;
  font-family: "Avenir LT Std Black", sans-serif;
  font-weight: 400;
}

.honor-pet {
  padding: 55px 100px;
  margin-top: 50px;
}

#legacy-member-section img {
  width: 550px;
}

#legacy-member-section {
  text-align: center;
  margin-bottom: 55px;
}

.free_gift_below {
  font-size: 19px;
  margin-top: 20px;
}

.free_gift_below a {
  color: #1b5d98 !important;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 1px;
}

h2.add-pet-listing-heading {
  padding: 0px 190px;
}

/* Add Pet Page CSS */
/* =======================3rd screen style ================= */

/* ==================media query=================== */
@media (max-width: 1024px) {
  .benefit-content {
    padding: 0px !important;
  }

  .benefits-heading {
    padding: 20px !important;
  }

  h2.add-pet-listing-heading {
    padding: 0px 20px !important;
  }

  .honor-pet {
    padding: 55px 20px !important;
  }

  ul.top-menu-inner {
    gap: 10px !important;
  }

  #desktop-menu-box a.menu-topn-link {
    font-size: 18px !important;
  }

  #outer-container-sect .activity-spacer-loggeduser img {
    width: 350px;
  }

}

@media (max-width: 800px) {
  .single-benefit-image-section img {
    width: 150px;
    padding-bottom: 15px;
  }

  .gift-text-group {
    margin-top: 25px;
  }

  .mobile-geturns-banner {
    display: block;
  }

  .desktop-geturns-banner {
    display: none;
  }

  .geturns-logo-section img {
    width: 350px;
  }

  .hlm-rainbow-memorial-legacy .geturns-logo-section img {
    width: 220px;
    margin: 0 auto 10px;
  }

  .hero-text-sect p {
    max-width: 85%;
    font-size: 14px;
  }

  .hero-buttons-sect {
    padding: 0 47px;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    row-gap: 15px;
  }

  a.hero-button {
    width: 100%;
    font-size: 18px;
    line-height: normal;
    padding: 10px 0px;
    background-color: #ffffff;
    color: #000000 !important;
  }

  /* =================hero section style================== */
  /* ================loving memory of max ============== */
  .details-sect h2 {
    text-align: left;
    margin: 0;
  }

  .auther-sect {
    display: flex;
    justify-content: flex-start;
  }

  .activity-img-bg {
    margin: 19px auto 26px auto;
  }

  button.read-btn {
    width: 100%;
  }

  .activity-para {
    display: block;
    max-height: 205px;
    position: relative;
    overflow: hidden;
    transition: max-height 1.5s ease;
    text-align: left;
  }

  .single-box-img img,
  .memorial-pet-image img {
    height: 100px;
  }

  /* ================loving memory of max ============== */
  /* ====================cards style ====================== */

  .lagacy-wall-cards-sect {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .background-btn,
  .edit-btn,
  .upload-picture-btn {
    display: block;
    text-align: center;
  }

  /* ====================cards style ====================== */


  .hlm-mb-70 {
    margin-bottom: 30px !important;
  }

  .hlm-mb-50 {
    margin-bottom: 20px !important;
  }

  div.hlm-flex-center h2.hlm-upgrade-heading-v2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 20px !important;
    line-height: 113% !important;
    padding: 0px !important;
  }

  .upgrade-action-button-section {
    width: 100%;
  }

  .upgrade-after-img-content p {
    font-size: 18px !important;
    padding: 0px !important;
    line-height: 113%;
  }

  .upgrade-after-img-content p:first-of-type {
    margin-bottom: 20px !important;
  }

  .price-text {
    font-size: 41.14px !important;
    margin-bottom: 5px !important;
  }

  .price-box {
    height: 148px;
    /* margin: 20px 0 10px !important */
  }

  .price-box div#legacy-member-section-v2 {
    max-width: 287px !important;
    height: 47px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .upgrade-button-v2 {
    width: 287px;
    height: 47px;
  }

  .upgrade-button-text-v2 {
    font-size: 20px;
    line-height: 24px;
  }

  .hlm-benefits-text {
    font-size: 18px;
    line-height: 22px;
  }

  .gift-text-group {
    text-align: center;
    /* font-weight: 700; */
    font-size: 22px;
    line-height: 27px;
    padding: 0px !important;
  }

  /***loader_css***/
  .paw-prints {
    top: 30%;
    position: relative;
  }

  .large {
    width: 35px !important;
    height: 40px !important;
    transform: rotate(80deg);
    left: 40px;
    top: 40px;
  }

  .small-1 {
    transform: rotate(50deg);
    left: 72px;
    top: 28px;
  }

  .small-2 {
    transform: rotate(65deg);
    left: 87px;
    top: 40px;
  }

  .small-3 {
    transform: rotate(98deg);
    position: absolute;
    left: 89px;
    top: 60px;
  }

  .small-4 {
    transform: rotate(140deg);
    position: absolute;
    left: 79px;
    top: 77px;
  }

  .pad {
    width: 13px;
    height: 14px;
    background-color: #e62970;
    -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    display: block;
    position: absolute;
  }

  .paw-print-2 {
    left: 80px;
    top: 140px;
  }

  .paw-print-3 {
    left: 150px;
    top: 65px;
  }

  .paw-print-4 {
    left: 210px;
    top: 151px;
  }

  .paw-print-5 {
    left: 275px;
    top: 40px;
    transform: rotate(358deg);
  }

  /**loader_css***/
  .honor-pet p {
    font-size: 18px !important;
    line-height: 22px;
    padding: 0 !important;
  }

  .benefit-content img {
    margin-bottom: -5px;
    width: 22px !important;
  }

  .benefit-content span {
    font-size: 20px !important;
    line-height: 30px;
  }

  .benefits-heading h2 {
    font-size: 22px !important;
    line-height: 34px;
  }

  .honor-pet {
    padding: 0px !important;
    margin-top: 30px !important;
  }

  .benefits-body {
    padding: 0 20px 50px 20px;
  }

  .single-benefit-section {
    width: 100% !important;
  }

  body .paw-print-1 {
    left: 0;
    top: 150px;
  }

  .max-donation-boxes-wrapper {
    padding-bottom: 35px;
  }

  .max-img-bg {
    height: 345px !important;
  }

  textarea#comment {
    font-size: 14px !important;
  }

  div#mobile-menu {
    display: block !important;
  }

  div#desktop-menu-box {
    display: none !important;
  }

  p.card-img-para {
    font-size: 16px;
  }

  .card-image-content {
    width: 100%;
  }

  .max-honor-slider .owl-dot {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  textarea#editTextarea {
    font-size: 15px;
  }

  button#saveBtn {
    width: 150px;
    font-size: 20px;
  }

  div#editModal {
    width: 330px;
    padding: 10px;
  }

  .featured-img-sect {
    width: 100%;
  }

  .gallery-sect {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .gallery-box {
    height: 135px;
  }

  div#uploadModal {
    width: 85%;
  }

  input#gallery-submit {
    width: 150px;
    font-size: 16px;
  }

  .featured-img-sect {
    width: 100%;
  }

  .gallery-sect {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .gallery-box {
    height: 135px;
  }

  div#uploadModal {
    width: 85%;
  }

  input#gallery-submit {
    width: 150px;
    font-size: 16px;
  }

  div#colorsModal {
    width: 85%;
  }

  .coolers-sect {
    width: 60px;
    height: 60px;
  }

  .coolers-inside {
    column-gap: 5px;
    row-gap: 5px;
  }

  button.coolers-btn,
  .reset-btn {
    width: 125px;
    font-size: 16px;
  }

  span.cooler-selected {
    font-size: 25px;
  }

  .hlm-rainbow-memorial-template .progpres-bar-wraper {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .hlm-rainbow-memorial-content {
    padding: 0 30px 30px 30px;
  }

  h2.add-pet-heading,
  h2.add-pet-listing-heading,
  .free-gift-heading,
  .discounted-products-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #000000;
  }

  body .free-gift-heading {
    font-size: 27px;
    line-height: normal;
    margin: 10px 0 20px !important;
  }

  span.legacy-close-icon {
    font-size: 20px;
    line-height: 22px;
    height: 20px;
    width: 20px;
    top: -5px;
    right: 15px;
    padding: 0;
  }

  .discounted-products-heading {
    margin: 0px;
  }

  div#wizard-container form#add-pet-form {
    margin-top: 25px;
  }

  input#owner-name,
  input#pet-name,
  input#date-of-passing,
  input#email-address,
  textarea#pet-description {
    font-size: 14px;
    padding: 7px 15px;
  }

  .from-sub-btn-wrapper {
    padding-top: 0px;
  }

  .subscription-sect {
    margin-top: 35px;
  }

  .free-products-container {
    column-gap: 15px;
    row-gap: 0px;
    margin-top: 30px;
  }

  .free-product-container {
    max-width: 150px;
  }

  .image-sect {
    margin: 0px;
  }

  ul.benfits-points {
    padding-bottom: 0px;
  }

  .honor-donation-sect {
    height: auto;
    margin-top: 35px;
    margin-bottom: 10px;
  }

  p.donation-sub-para {
    line-height: normal;
  }

  .discounted-products-container {
    margin-top: 30px;
    row-gap: 0px;
    column-gap: 15px;
    align-items: flex-start;
  }

  button.rainbow-cta {
    font-size: 12px;
    background-color: #da291c !important;
  }

  .cart-button-sect {
    margin-top: 35px;
  }

  button.redirect-cart-btn {
    font-size: 20px;
    line-height: normal;
  }

  .upgradebtn-sect {
    margin: 40px 0 0px !important;
  }

  .upgradebtn-sect img {
    max-width: 275px;
  }

  .upgradebtn-sect-static {
    margin-top: 35px;
  }

  .upgradebtn-sect-static img {
    max-width: 275px;
  }

  .no-thanks-sect {
    line-height: 0;
    margin-top: 20px;
  }

  .lagacy-badge-sect img {
    max-width: 100%;
  }

  .outer-container-sect .hero-sect {
    height: 450px;
  }

  .hero-text-sect h1 {
    line-height: normal;
    color: #ffffff !important;
    font-size: 22px;
    padding: 0px 20px;
  }

  .hero-text-sect p {
    padding: 10px 25px;
    max-width: 94%;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: normal;
    color: #ffffff !important;
  }

  .activity-heading-sect img {
    width: 41px;
  }

  .activity-heading-sect h2 {
    font-size: 22px;
    line-height: normal;
  }

  .boxes-outer-container {
    padding-top: 450px;
  }

  .single-box-img,
  .memorial-pet-image img {
    width: 40%;
  }

  .single-box-inner,
  .latest-activity-memorial-sect {
    column-gap: 20px;
    padding: 15px;
  }

  .single-box-content {
    padding: 0px;
  }

  .single-box-heading h2 {
    font-size: 18px;
  }

  .single-box-heading p {
    font-size: 12px;
    padding-top: 0px;
  }

  .meta-date-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .single-box-veiw-link a {
    font-size: 12px;
  }

  div#single-box-meta-desk {
    display: none;
  }

  #mobile-date-sect {
    display: block;
  }

  .single-box-meta p {
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
  }

  #outer-container-sect .single-box-container {
    margin-bottom: 10px;
  }

  div#hero-text-sect {
    padding-top: 25px;
  }

  .activity-spacer {
    height: 50px !important;
  }

  .max-lagacy-tabs-sect {
    display: none;
  }

  .slider-note-para {
    padding: 5px 0px;
  }

  li.slider-note {
    font-size: 12px;
    line-height: normal;
  }

  .custom-form-wrapper {
    margin-top: 30px !important;
    padding: 10px;
  }

  .custom-form .form-input,
  .custom-form .form-textarea {
    padding: 10px;
    margin-bottom: 10px;
  }

  .slider-note-box {
    margin-top: 0px;
  }

  .max-shop-honr-heading {
    padding: 0 0 35px;
  }

  p.lagacy-pet-para {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px 15px;
  }

  a.view-more-btn,
  a.view-more-activity,
  .view-more-activities-btn,
  .view-more-latest-activities {
    font-size: 18px;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  a.view-more-btn .arrow,
  a.view-more-activity {
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-bottom: 3px;
  }

  .arrow {
    padding: 4px;
  }

  .view-btn-main {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  button.slider-nav.prev,
  button.slider-nav.next {
    display: none;
  }

  .max-honor-slide p {
    min-height: 90px;
  }

  /***legacy_detail_screen_mobile***/
  .about-max-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 15px;
    row-gap: 30px;
  }

  .max-memory-content,
  .max-img-sect {
    width: 100%;
  }

  /**Landing_Pages_H1_Tag**/
  .max-memory-heading h1 {
    text-align: center;
    font-size: 20px;
  }
  /**Landing_Pages_H1_Tag**/

  .pet-name-max h2 {
    text-align: center;
    font-size: 60px;
  }

  .max-auther-sect {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }

  .max-gallery-sect {
    gap: 0.7rem;
  }

  .max-single-img {
    max-height: 83px;
    height: 83px;
    max-width: 100%;
    object-fit: cover;
  }

  .veiw-all-imgs button {
    font-size: 12px;
    padding: 0;
  }

  .domation-box-single {
    max-width: 264px;
    font-size: 12px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 8px;
  }

  .donation-img img {
    width: 20px;
    height: 20px;
  }

  .pet-content-para {
    max-height: 350px;
  }

  .pet-content-para p {
    font-size: 14px;
  }

  .pet-content-para {
    max-width: 302px;
    margin: 0 auto;
  }

  button.read-more-btn {
    font-size: 20px;
    max-width: 314px;
    background: #e863a5 !important;
    padding: 5px;
  }

  /**Landing_Pages_H1_Tag**/
  .max-legacy-wall-heading h2,
  .my-listing-boxes-outer-container h1.heading-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  /**Landing_Pages_H1_Tag**/

  .max-details-sect {
    padding: 30px 0;
  }

  button.send-btn {
    font-size: 12px;
    max-width: 85px;
    padding: 5px;
  }

  .comment-send-btn {
    padding-top: 0;
  }

  .max-lagacy-inner,
  #hlm_rainbow_legacy_detail_sect .slider-note-para {
    max-width: 314px;
    margin: 0 auto;
  }

  .lagacy-comment-inner {
    width: 100%;
    padding: 0 16px 10px;
  }

  h2.card-inner-price {
    font-size: 32px;
  }

  .activty-cards-wrapper {
    padding: 15px;
  }

  .card-inner-image img {
    height: 150px;
  }

  .card-inner-box-para p {
    font-size: 12px;
  }

  .donation-card,
  .comment-card-box {
    max-height: 132px;
  }

  .card-image-outer img {
    height: 34px;
    width: 34px;
  }

  .card-image-outer {
    column-gap: 15px;
  }

  .card-inner-box.comment-card-box {
    padding: 16px;
  }

  .card-box-bouquet img {
    height: 150px;
    width: 142px;
  }

  #hlm_rainbow_legacy_detail_sect .view-btn-main .arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: 3px;
    margin-left: 3px;
  }

  #hlm_rainbow_legacy_detail_sect .max-honor-slide {
    font-size: 10px;
  }

  #hlm_rainbow_legacy_detail_sect .max-honor-slide p {
    font-size: 10px;
    min-height: auto !important;
    line-height: normal;
  }

  .view-flower-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .donate-heading h2,
  #flower-sect h2,
  .view-more-flowers {
    font-size: 28px;
  }

  .donate-btn-single {
    width: 100%;
    border-radius: 10px;
  }

  button.donate-btn {
    border-radius: 10px;
    max-width: 95%;
  }

  .flower-spacer {
    height: 45px;
  }

  .flower-name button {
    font-size: 20px;
  }

  .single-flower {
    width: 47%;
  }

  #hlm_rainbow_legacy_detail_sect span.arrow.down {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: 3px;
    margin-left: 3px;
  }

  .view-flower-btn a.view-more-btn {
    margin: 0;
    padding: 0;
  }

  .flower-bottom-spacer {
    height: 0px;
  }

  #hlm_rainbow_legacy_detail_sect .custom-form .form-input,
  #hlm_rainbow_legacy_detail_sect .custom-form .form-textarea {
    padding: 9px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  #hlm_rainbow_legacy_detail_sect .custom-form .form-input::placeholder,
  #hlm_rainbow_legacy_detail_sect .custom-form .form-textarea::placeholder {
    font-size: 14px;
  }

  #hlm_rainbow_legacy_detail_sect .custom-form-wrapper {
    max-width: 314px;
    margin: 0 auto;
    border-radius: 10px;
  }

  .hlm-rainbow-memorial-template button.form-submit {
    font-size: 18px;
    max-width: 150px;
    padding: 5px !important;
    font-weight: 500;
  }

  #hlm_rainbow_legacy_detail_sect .custom-form-wrapper {
    max-width: 314px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 19px;
    margin-top: 10px;
  }

  .memorial-details a,
  .memorial-details p {
    font-size: 12px;
  }

  .memorial-details h2 {
    color: #000000 !important;
    font-size: 20px;
  }

  .memorial-pet-image {
    width: 40%;
  }

  .memorial-details {
    width: 60%;
    padding: 0px;
  }

  .latest-activity-memorial-sect .memorial-pet-image img {
    width: 115px;
    height: 132px;
  }

  .latest-activities-layout {
    padding-top: 450px;
  }

  .card-inner-image.comment-image-sect img {
    height: 150px;
    width: auto;
  }

  .card-inner-image.comment-image-sect {
    padding-top: 10px;
  }

  .comment-card-box {
    max-height: 210px;
    min-height: 260px;
  }

  /***legacy_detail_screen_mobile***/

  .date-link-sect {
    font-size: 12px;
  }

  .memorial-link a img {
    width: 12px;
  }

  .memorial-details .condolence-btn {
    font-size: 11px;
    font-weight: 600;
  }


  .img-preview-sect {
    width: 100%;
    height: 290px;
  }

  input.add-pet-submit-button {
    width: 100%;
  }

  ul.benfits-points {
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    list-style: none;
  }

  ul.benfits-points li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }

  ul.benfits-points li img {
    width: 4%;
  }

  ul.benfits-points li span {
    width: 92%;
  }

  .free-products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .free-product-container img {
    border-radius: 10px;
    cursor: pointer;
  }

  .image-sect {
    position: relative;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
  }

  span.close-icon {
    color: #da291c;
    font-size: 2rem;
    line-height: 1.65rem;
    cursor: pointer;
    background-color: white;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
  }

  button.rainbow-cta {
    background-color: #da291c;
    width: 100%;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
  }

  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  .loader-again {
    display: none;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 30px;
    margin: 0 auto;
    height: 30px;
    animation: spin 1s linear infinite;
  }

  .hidden {
    display: none;
  }

  span.no-thanks-text,
  a.no-thanks-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16.1171px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    text-decoration: underline;
  }

  .member-badge-sect {
    z-index: 9999999999;
    position: absolute;
    bottom: 20px;
    width: 85%;
    left: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    transform: translateX(-50%);
    justify-content: space-evenly;
  }

  span.badge-text {
    font-style: normal;
    font-weight: 700;
    font-size: 15.2891px;
    line-height: 19px;
    color: #ffffff;
  }

  .benfits-points li {
    flex: 1 1 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
  }

  .img-donation-sect-main {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .img-preview-main,
  .honor-donation-sect {
    width: 100%;
    margin-top: 10px !important;
  }

  ul.benfits-points {
    padding-top: 0;
  }

  h3.donatiation-amnount {
    font-size: 60px;
  }

  p.donation-sub-para,
  .benfits-points li>span {
    font-size: 18px;
  }

  .benfits-points img {
    max-height: 14px;
    height: auto;
    margin-right: 10px;
    margin-top: 1px;
    min-width: 14px;
  }

  p.donation-sub-para {
    max-width: 320px;
  }

  ul.benfits-points {
    width: 304px;
  }

  .honor-donation-sect {
    background-color: #ffffff00;
  }

  #max-lagacy-tabs-sect .max-legacy-wall-tab button {
    font-size: 16px;
    font-weight: 300;
  }

  .max-honor-slide .owl-item {
    margin-right: 15px !important;
  }

  #outer-container-sect .max-honor-slide-container {
    display: flex;
    width: 100%;
    gap: 15px;
  }

  #outer-container-sect .max-honor-slide {
    flex: 0 0 39%;
  }

  a.hero-button {
    background-color: #fff;
    color: #000;
  }

  #single-box-meta {
    display: block;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .discounted-product-container {
    width: 47%;
  }

  span.product-name {
    font-size: 14px;
    line-height: 18px;
  }

  /* ======= rainbow memorial sign up ========== */
  /* ======= rainbow memorial sign up ========== */
  .form-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .form-img-wrapper,
  .form-pet-meta-wrapper {
    max-width: 100%;
    width: 100%;
  }

  /* ======= rainbow memorial sign up ========== */
}

@media (max-width: 425px) {
  .free-product-container {
    max-width: 165px;
  }
}

@media (max-width: 400px) {
  .free-product-container {
    max-width: 150px;
  }

  .free-product-container .product-title {
    font-size: 14px;
    padding: 10px 0 5px;
  }
}

@media (max-width: 375px) {
  .free-product-container {
    max-width: 140px;
  }

  .memorial-details .condolence-btn {
    padding: 8px 11px;
  }
}
