:root {
  --black: #212123;
  --blue-primary: #1c2d69;
  --blue-dark: #192656;
  --green: #42947b;
  --gray: #e1e1e1;
  --white: #fff;
  --bold: 700;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --h6-color: #999;
  --base-font-size: 18px;
  --base-small-font: 14px;
  --secondary-font-color: #232323;
  --h1--font: 55px;
  --h1-line-height: 60px;
  --h2--font: 40px;
  --h2-line-height: 42px;
  --h3--font: 30px;
  --h3-line-height: 32px;
  --h4--font: 24px;
  --h4-line-height: 27px;
  --h5--font: 20px;
  --h5-line-height: 22px;
  --page-center-width: 1440px;
  --page-center-width2: 1180px;
  --page-center-width3: 1203px;
  --page-center-width4: 1248px;
  --btn-border-radius: 8px;
  --theme-bg: #f2ede5;
}
/* microsite css */
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--normal);
  line-height: 22px !important;
  color: var(--black);
  background: #fff;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue-primary);
  font-size: var(--base-font-size);
  font-style: normal;
  font-weight: var(--semi-bold);
  line-height: 20px;
  cursor: pointer;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}

a.pointer {
  pointer-events: auto;
}
.dropdown-list a.pointer,
.service-list a.pointer {
  color: inherit;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.service-list{
  max-height: 53vh;
  overflow-y: auto;
  scrollbar-width: thin;
   scrollbar-color: #42947b #c9e1d9;
}
.service-list::-webkit-scrollbar {
width: 8px;
}
.service-list::-webkit-scrollbar-thumb {
background-color: #42947b;
}
.service-list::-webkit-scrollbar-track {
background-color: #c9e1d9;
}
img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  font-family: "DM Serif Text", serif;
  font-size: var(--h1--font) !important;
  font-style: normal;
  font-weight: var(--normal) !important;
  line-height: var(--h1-line-height);
  padding: 0;
  margin: 0;
  color: var(--blue-primary);
}

h2 {
  font-family: "DM Serif Text", serif;
  font-size: var(--h2--font) !important;
  font-style: normal;
  font-weight: var(--normal) !important;
  line-height: var(--h2-line-height);
  padding: 0;
  margin: 0;
  color: var(--blue-primary);
}

h3 {
  font-family: "DM Serif Text", serif;
  font-size: var(--h3--font) !important;
  font-style: normal;
  font-weight: var(--normal) !important;
  line-height: var(--h3-line-height);
  padding: 0;
  margin: 0 ;
  color: var(--blue-primary);
}

h4 {
  font-family: "DM Serif Text", serif;
  font-size: var(--h4--font) !important;
  font-style: normal;
  font-weight: var(--normal) !important;
  line-height: var(--h4-line-height);
  padding: 0;
  margin: 0;
  color: var(--blue-primary);
}

h5 {
  font-style: normal;
  font-size: var(--h5--font) !important;
  font-weight: var(--semi-bold) !important;
  line-height: var(--h5-line-height);
  padding: 0;
  margin: 0;
  color: var(--blue-primary);
}

h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: var(--semi-bold) !important;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: var(--green);
  padding: 0;
  margin: 0;
  font-size: 16px !important;
  line-height: 19px;
}

form,
input,
select,
textarea,
p,
button {
  margin: 0px;
  padding: 0;
  font-family: "Inter", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  border: none ;
  background: transparent;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
  margin: 0px;
  padding: 0;
}

figure {
  display: flex;
  margin: 0px;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*IE below 9*/
#ieWrapper {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
  position: relative;
  width: 555px;
  padding: 20px;
  margin: 200px auto 0 auto;
  background: #fff;
  border: 7px solid #2b2927;
}

.btnIeUpdate {
  background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
  width: 144px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ieLogo {
  float: left;
  width: 134px;
  height: 139px;
  background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
  float: right;
  margin: 0;
  padding: 0;
  width: 350px;
  color: #666;
  font-size: 15px;
  line-height: 18px;
}

.ieContent strong {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.page-center {
  max-width: var(--page-center-width);
  width: 100%;
  margin: 0 auto;
}

/*End IE below 9*/
/* header start */

header {
  width: 100%;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  z-index: 2;
  position: relative;
}
.hide-top-nav header {
  position: fixed;
  top: 0;
  left: 0;
}
.btn-green-outline a,
.btn-full-location {
  border-radius: var(--btn-border-radius);
  border: 2px solid var(--green);
  padding: 13px;
  color: var(--green);
  text-wrap: nowrap;
  font-weight: var(--semi-bold);
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.search-inline {
  position: relative;
  max-width: 349px;
  width: 100%;
}

.search-inline input {
  padding: 16px 46px 16px 18px;
  color: #212123;
  border-radius: 6px;
  border: 1px solid #c8cbd3;
  width: 100%;
  font-size: 16px;
}

.search-inline button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-top {
  background: var(--blue-primary);
  padding: 12px;
  text-align: center;
}

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header-top p {
  font-size: var(--base-small-font);
  font-style: normal;
  font-weight: var(--normal);
  line-height: 15px;
  color: #fff;
  position: relative;
  padding-left: 18px;
}

.header-top p b {
  font-weight: 600;
}

.header-top p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

.header-bottom {
  padding: 0 0px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  row-gap: 20px;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  position: relative;
}

.header-bottom-left img {
  min-width: 60px;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  display: flex;
  object-fit: scale-down;
}

.header-bottom-left {
  width: 100%;
  max-width: 400px;
}
.header-bottom-left a{
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
.header-bottom-left p {
  color: var(--green);
  font-size: 14.318px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.787px;
text-transform: uppercase;
}

.header-bottom-right {
  flex-grow: 1;
  width: 100%;
  padding: 29px 0;
}
.header-bottom-right nav {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-bottom-right nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-bottom-right nav ul li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: var(--base-small-font);
  line-height: 18px;
  font-weight: 700;
  padding: 0 12px;
  text-wrap: nowrap;
}

.header-bottom-right nav ul li {
  position: relative;
}

.header-bottom-right nav ul li:first-child::before,
.header-bottom-right nav ul li.nav-btn::before {
  display: none;
}

.header-bottom-right nav ul .nav-btn a {
  margin: 0;
}

.nav-btn {
  margin-left: -20px !important;
}

.nav-btn a {
  padding: 10px 16px !important;
  font-weight: 600 !important;
}

.btn-gray {
  font-size: var(--base-small-font);
  padding: 10px 16px;
  font-weight: var(--bold);
  color: var(--black);
  border-radius: var(--btn-border-radius);
  background-color: var(--gray);
  text-wrap: nowrap;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.nav-btn.location-btn a {
  padding-left: 42px !important;
  background-image: url(../images/location-min.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 20px;
  border: 1px solid #42947b;
  font-size: var(--base-small-font);
  padding: 10px 16px;
  font-weight: var(--semi-bold);
  color: var(--white);
  border-radius: var(--btn-border-radius);
  background-color: var(--green);
  text-wrap: nowrap;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.tel-btn.location-btn a {
  padding-left: 75px !important;
  background-image: url(../images/ic-phone.svg);
  background-repeat: no-repeat;
  background-position: 46px 50%;
  background-size: 20px;
  border: 1px solid #42947b;
  font-size: var(--base-small-font);
  padding: 10px 16px;
  font-weight: var(--semi-bold);
  color: var(--white);
  background-color: var(--green);
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  min-height: 98px;
  width: 202px;
}

.btn-green {
  font-size: var(--base-small-font);
  padding: 14px 16px;
  font-weight: var(--semi-bold);
  color: var(--white);
  border-radius: var(--btn-border-radius);
  background-color: var(--green);
  text-wrap: nowrap;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}
.header-btn::before {
  content: "";
  background-image: url(../images/phone-min.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
}
.drop-down a {
  position: relative;
  padding-right: 30px !important;
}

.drop-down a::after {
  content: "";
  display: block;
  background: url(../images/caret-min.svg) no-repeat;
  background-size: 16px;
  background-position: center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 54%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.drop-down {
  position: relative;
}

.drop-active::after,
.header-bottom-right nav ul li:hover:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70%;
  height: 4px;
  border-radius: 4px 4px 0px 0px;
  background: var(--blue-primary);
  animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-bottom-right nav ul li.nav-btn:hover:after {
  display: none;
}

.header-nav {
  height: 56px;
  padding: 7px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}

.header-nav ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.header-nav ul li a {
  font-size: 16px;
  padding: 8px 16px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.header-nav ul li:hover a {
  background-color: var(--theme-bg);
  border-radius: 8px;
}

.header-nav ul li.header-nav-active a {
  color: #fff;
  background-color: var(--blue-primary);
  border-radius: 8px;
}

/* header end */
/* footer start */

.footer-top .page-center {
  display: flex;
  padding: 46px 125px 40px 130px;
  position: relative;
}

.move-to-top {
  position: absolute;
  top: 0;
  right: 130px;
  cursor: pointer;
  top: -20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  z-index: 1;
}

.footer-top-center-column ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-top-center-column h5 {
  color: #a1aace;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-size: var(--base-small-font) !important;
  font-weight: var(--semi-bold) !important;
  font-family: "Inter", sans-serif;
  margin-bottom: 19px !important;
}

footer {
  background: var(--blue-primary);
  color: var(--white);
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 125px 16px 130px;
}

.footer-top-left img {
  max-width: 235px;
  width: 100%;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(89deg) brightness(104%) contrast(101%);
}

.footer-top-left p {
  margin-bottom: 18px !important;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.btn-center {
  text-align: center;
}

.btn-white {
  font-size: 20.313px;
  padding: 15.62px 30.47px;
  font-weight: var(--bold);
  color: var(--black);
  border-radius: 30.469px;
  background-color: var(--white);
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  width: fit-content;
}

.footr-btn {
  padding-left: 40px;
  background-image: url(../images/phone-min.svg);
  background-repeat: no-repeat;
  background-position: 26px 50%;
  background-size: 20px;
  width: 200px;
  margin: 0 auto;
  display: block;
}

.footer-top-left {
  position: relative;
  max-width: 254px;
  width: 100%;
  margin-right: 69px;
}

.footer-top-right {
  max-width: 308px;
  width: 100%;
}

.footer-top-center-column {
  min-width: 134px;
}

.footer-bottom {
  font-size: 12px;
  text-align: center;
  color: var(--white);
  background: var(--blue-dark);
}

.footer-top-center {
  display: flex;
  max-width: 557px;
  width: 100%;
  gap: 26px;
  margin-right: 26px;
}
.footer-top-center ul li {
  line-height: 0;
}
.footer-top-center ul li a {
  font-size: var(--base-small-font);
  color: var(--white);
  line-height: 18px;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.social-icons a {
  display: flex;
}
.footer-bottom-left>div:not(:last-child){
  position: relative;
}
.footer-bottom-left>div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  background: #505c8d;
  width: 1.937px;
  height: 32px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-top-right p {
  font-size: 16px;
  font-weight: var(--normal);
  line-height: 21px;
  color: var(--theme-bg);
}

.footer-top-right p:first-child {
  margin-bottom: 25px;
}

.footer-top-right p a {
  color: var(--theme-bg);
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.sub-pages-link a {
  font-size: 12px;
  line-height: 22px;
  color: var(--white);
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.sub-pages-link {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 48px;
}

.chat-icon {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 36px;
  bottom: 18px;
  cursor: pointer;
  z-index: 2;
}

.chat-icon img {
  object-fit: contain;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}

/* footer end */

/* loader */
.loader {
  width: 100%;
  height: 5px;
  background: linear-gradient(
      90deg,
      transparent 33%,
      #42947b 50%,
      transparent 66%
    )
    transparent;
  background-size: 300% 100%;
  animation: l1 1.5s infinite cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes l1 {
  0% {
    background-position: right;
  }
}

/* Home-page-start */
.home-banner {
  padding: 80px 20px;
  padding-bottom: 161px;
  min-height: 625px;
  background: url(../images/home-banner.jpg) center center / cover no-repeat;
  z-index: 1;
  position: relative;
}

.home-banner h1 {
  max-width: 775px;
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 15px !important;
  text-align: center;
  color: #fff;
}

.home-banner p {
  max-width: 648px;
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
  color: #fff;
}

.banner-subfield {
  padding: 34px 69px 34px 73px;
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(64, 40, 76, 0.25);
  border-radius: 16px;
  margin-top: -121px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.banner-search form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.banner-search input {
  border-radius: 10px;
  border: 1px solid#C8CBD3;
  background: #fff;
  padding: 17.5px 16px 17.5px 16px;
  color: #6c6d73;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  max-width: 550px;
  width: 100%;
}

.banner-search .btn-green {
  min-width: 210px;
  width: 100%;
  text-align: center;
  height: 56px;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.btn-green.white-arrow {
  padding: 12px 16px;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.btn-green.white-arrow::after {
  content: "";
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.banner-subfield h5 {
  margin-bottom: 31px !important;
}

.current-loc a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
}

.banner-subfield .active-geo img {
  width: 24px;
  height: 24px;
}

.banner-search input:focus {
  border: 1px solid var(--blue-primary);
  border-radius: 10px;
}

.theme-bg {
  background: var(--theme-bg);
}

.page-center.offer-slider {
  max-width: var(--page-center-width2);
}

.offer-slider {
  padding-top: 111px;
  padding-bottom: 122px;
}

.offer-slider-init {
  margin-bottom: 0 !important;
  background: #fff;
  border-radius: 16px;
}

.slick-track {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.offer-item {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  row-gap: 20px;
  border-radius: 16px;
}
.offer-left {
  max-width: calc(50% - 24px);
  width: 100%;
  height: 480px;
}
.offer-left img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.offer-right {
  max-width: calc(50% - 24px);
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 438px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #42947b #c9e1d9;
  padding-right: 48px;
}

.offer-right::-webkit-scrollbar {
  width: 8px;
}
.offer-right::-webkit-scrollbar-thumb {
  background-color: #42947b;
}
.offer-right::-webkit-scrollbar-track {
  background-color: #c9e1d9;
}
.offer-right a,
.news-mobile-popup a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--green);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.offer-right a:hover,
.news-mobile-popup a:hover {
  color: #2e6d56;
}
.offer-right a:hover::after,
.news-mobile-popup a:after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.offer-right h4,
.news-mobile-content h4 {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}
.offer-right a::after,
.news-mobile-popup a::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}
.news-mobile-popup {
  transform: translateY(100%);
  position: fixed;
  border-radius: 16px 16px 0px 0px;
  background: #fff;
  padding: 40px 24px;
  max-width: 100%;
  width: 100%;
  top: 10px;
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: 100;
  height: calc(100vh - 10px);
  visibility: hidden;
  opacity: 0;
}
.close-circle {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
}

.slick-prev::before {
  content: "";
  background: url(../images/slick-l.svg) no-repeat;
  background-position: center center;
  border: 2px solid #1c2d69;
  border-radius: 50%;
  opacity: 1;
  background-size: 28px;
  width: 44px;
  height: 44px;
  display: block;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.slick-next::before {
  content: "";
  background: url(../images/slick-r.svg) no-repeat;
  background-position: center center;
  border: 2px solid #1c2d69;
  border-radius: 50%;
  opacity: 1;
  background-size: 28px;
  width: 44px;
  height: 44px;
  display: block;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.slick-next:hover::before {
  background: #1c2d69 url(../images/slick-r-w.svg) no-repeat;
  box-shadow: 0px 3px 10px 0px rgba(62, 65, 75, 0.23);
  background-position: center center;
  background-size: 28px;
}

.slick-prev:hover::before {
  background: #1c2d69 url(../images/slick-l-w.svg) no-repeat;
  box-shadow: 0px 3px 10px 0px rgba(62, 65, 75, 0.23);
  background-position: center center;
  background-size: 28px;
}

.slick-next {
  right: -71px;
}

.slick-prev {
  left: -71px;
}

.slick-dots {
  bottom: -42px;
}

.slick-dots li {
  margin: 0 1px;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button::before {
  display: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #ded5c6;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.slick-dots li.slick-active button {
  background: #1c2d69;
}

.content-section .btn-green {
  min-width: 299px;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.planning-ahead {
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
  align-items: center;
  gap: 82px;
}

.planning-ahead .content-section {
  max-width: 50%;
  width: 100%;
}

.image-section {
  max-width: 50%;
  width: 100%;
  padding-right: 26px;
}

.section-right {
  max-width: 480px;
  width: 100%;
  align-self: end;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.planning-ahead .image-section img {
  height: 591px;
  object-fit: contain;
}

.slanding-left {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.slading-frame {
  display: block !important;
  position: absolute;
  width: inherit !important;
  height: calc(100% + 1px) !important;
  object-fit: contain !important;
  top: -1px;
  right: -1px;
  object-position: top right;
}

.slanding-right {
  max-width: 50%;
  width: 100%;
  z-index: 1;
  align-self: center;
}

.slanding-section {
  display: flex;
  background: var(--theme-bg);
  gap: 112px;
}

.slanding-right .slanding-right-content {
  max-width: 480px;
}

.slanding-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-accordion {
  position: relative;
  padding-left: 40px;
  margin-top: 48px;
}

.banner-accordion::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  display: block;
  background: #ded5c6;
}

.sub-line {
  content: "";
  width: 3px;
  height: 149px;
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  background: #42947b;
  border-radius: 2px;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.accordion-title {
  margin-bottom: 16px;
  cursor: pointer;
  color: #a1aace;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.slide-open .accordion-title,
.accordion-title:hover {
  color: var(--blue-primary);
}

.accordion-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item {
  padding-bottom: 32px;
}

.accordion-body a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--green);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.accordion-body a::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.slanding-right-content h6 {
  margin-bottom: 16px !important;
}

.slanding-right-content {
  padding-top: 110px;
  padding-bottom: 112px;
}

.center-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.news-section {
  padding-top: 100px;
  padding-bottom: 122px;
}

.news-section .center-head {
  margin-bottom: 56px;
}
picture {
  display: flex;
}
.news-section .page-center {
  max-width: var(--page-center-width2);
}

.btn-white {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: fit-content;
  min-width: 300px;
  max-width: 100%;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  color: var(--green);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}
.contact-form-slanding.burial-slanding .btn-white{
  width: fit-content;
  min-width: 243px;
}
.btn-white.arrow::after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.get-started {
  background: var(--green);
  padding: 96px 20px;
}

.get-started .center-head h6 {
  color: #fff;
  margin-bottom: 24px !important;
}

.get-started .center-head {
  max-width: 633px;
  width: 100%;
  margin: 0 auto;
  gap: 0;
}

.get-started .center-head h2 {
  color: #fff;
  margin-bottom: 32px !important;
  font-size: 55px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 60px;
}

.obituary .page-center {
  max-width: var(--page-center-width2);
}
.obituary {
  padding: 100px 24px 87px 24px;
}
.testimonial-title {
  max-width: 680px;
  width: 100%;
}

.testimonial-title h6 {
  margin-bottom: 16px !important;
}

.testimonial-title h2 {
  color: #fff;
}

.testimonial .page-center {
  max-width: var(--page-center-width3);
}

.testimonial {
  padding-bottom: 132px;
  padding-top: 80px;
  background: var(--blue-dark);
}

.testimonial-title {
  margin-bottom: 42px;
}

.testimonial-item {
  border-radius: 12px;
  background: var(--blue-primary);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-item img {
  width: 52px;
  height: 39px;
  object-fit: cover;
  margin-bottom: 24px;
}

.testimonial-item h5 {
  color: #fff;
}
.testimonial-slider .slick-slide {
  height: auto;
}
.testimonial-slider .slick-track {
  display: flex;
}
.testimonial-item > p {
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.author-detail h5 {
  color: #fff;
  margin-bottom: 16px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.author-detail p {
  color: #a1aace;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

.author-detail p:last-child {
  margin-bottom: 0;
}

.testimonial-slider .slick-slide {
  margin: 0 10px;
}

.testimonial .slick-dots li button {
  background: #505c8d;
}
.testimonial .slick-dots li.slick-active button {
  background: #fff;
}
.testimonial .slick-dots {
  bottom: -52px;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  top: -77px;
  bottom: inherit;
  left: inherit;
  right: 0;
  width: 60px;
  height: 60px;
}

.testimonial .slick-prev {
  right: 78px;
}

.testimonial .slick-next::before {
  background: url(../images/slider-white-right.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  border: none;
}

.testimonial .slick-prev::before {
  background: url(../images/slider-white-left.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  border: none;
}

.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq .page-center {
  max-width: var(--page-center-width2);
  display: flex;
  gap: 121px;
}

.faq-left {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-right {
  max-width: 579px;
  width: 100%;
}

.faq-accordion-title::after {
  content: "";
  background: url("../images/arrow-down.svg") no-repeat;
  background-size: 24px;
  display: block;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  width: 24px;
  height: 24px;
  background-position: center;
  position: absolute;
  right: 0;
}
.faq-accordion-item.slide-active .faq-accordion-title::after {
  rotate: 180deg;
  /* transform: translateY(calc(-50% + 24px)); */
}
.faq-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--blue-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 20px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding-right: 34px;
}
.funeral-service-right .faq-accordion-title::after {
  right: 20px;
}
.faq-accordion-item {
  border-bottom: 1px solid #ded5c6;
  padding-bottom: 20px;
}
.faq-accordion-item:first-child .faq-accordion-title {
  padding-top: 0;
}
.faq-accordion-body {
  font-size: 16px;
  line-height: 21px;
  padding-top: 15px;
}

.article {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--theme-bg);
}

.article .center-head {
  margin-bottom: 56px;
}

.article .slick-slide {
  margin: 0 10px;
}

.article-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  background: #fff;
  height: 470px;
}

.article-top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24.5px;
}

.article-top h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 22px;
}

.article-top h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 19px;
}

.article-top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #6c6d73;
}

.article-top ~ a {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  color: var(--green);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 24.5px 24px;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.article-item img {
  margin-bottom: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 244.9px;
  object-fit: cover;
}

.article-top ~ a:after {
  cursor: pointer;
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.article .btn-center {
  margin-top: 90px;
}

.article .btn-green {
  min-width: 280px;
}

.article .page-center {
  max-width: var(--page-center-width2);
}

.btn-center {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slanding-left figure {
  width: 100%;
  height: 100%;
}

/* Home-page-end */

/* Mega Menu start*/
.mega-menu {
  background: #fff;
  border-top: 1px solid var(--theme-bg);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.mega-menu .page-center {
  /* max-width: 1200px; */
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.drop-active a:after {
  rotate: 180deg;
  transform: inherit;
  top: 2px;
}

.menu-left {
  position: relative;
  max-width: 900px;
  width: 100%;
  display: flex;
  padding: 46px 0;
  gap: 30px;
  row-gap: 20px;
  padding-left: 66px;
  flex-direction: column;
}

.menu-right {
  position: relative;
  max-width: 470px;
  min-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 24px;
}

.mega-menu .menu-item {
  max-width: 390px;
  width: 100%;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}

.mega-menu .menu-item img {
  max-height: 192px;
  object-fit: contain;
  margin-bottom: 24px;
}

.mega-menu .menu-item h5 {
  margin-bottom: 12px !important;
}

.mega-menu .menu-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: var(--black);
}

.menu-b .menu-item a {
  display: flex;
  gap: 24px;
  text-align: left;
}

.menu-b .menu-item img {
  margin-bottom: 0;
  max-width: 77px;
  height: 83px;
  width: 100%;
  object-fit: cover;
}

.menu-b .menu-item h5 {
  margin-bottom: 8px !important;
}

.mega-menu .menu-item a {
  background: none !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.mega-menu .menu-item a::after {
  display: none !important;
}

.nav-btn a:after {
  display: none !important;
}

/* Mega Menu end*/

/* services section start */

.immediate-need-banner {
  padding: 80px 0;
  background-color: var(--theme-bg);
}

.immediate-need-banner .center-head {
  max-width: 777px;
  width: 100%;
  gap: 24px;
}

.immediate-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 59px;
  margin-top: 50px;
  margin-bottom: 32px;
}

.immediate-need-banner p {
  color: #000;
  max-width: 840px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}

.immediate-box {
  text-align: center;
  border-radius: 16px;
  background: #fff;
  padding: 41px 40px 51px;
  max-width: 480px;
  width: 100%;
}

.immediate-box img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: flex;
  margin: 0 auto;
  margin-bottom: 26px;
}

.immediate-box h4 {
  margin-bottom: 39px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
}

.immediate-box .link {
  font-family: "DM Serif Text", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  color: var(--green);
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.immediate-box .btn-green {
  min-width: 317px;
  margin: 0 auto;
}

.important-info {
  background: var(--theme-bg);
  padding: 120px 0;
  z-index: 1;
  position: relative;
}

.important-info .page-center {
  max-width: var(--page-center-width2);
}

.info-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.important-info .center-head {
  max-width: 935px;
}

.info-box {
  max-width: 380px;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.info-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.info-box h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
}

.info-box ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-box ul li {
  position: relative;
  padding-left: 38px;
}

.info-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  bottom: -21px;
  left: 0;
  background: #ded5c6;
}

.info-box ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/check.svg") no-repeat;
  background-position: center top;
  width: 22px;
  height: 22px;
  background-size: 22px;
  display: block;
}

.info-box ul li:last-child::after {
  display: none;
}

.death-occurs {
  padding-top: 140px;
  display: flex;
  gap: 149px;
}

.death-occurs .page-center {
  max-width: var(--page-center-width3);
  display: flex;
  gap: 149px;
}

.death-occurs .death-occurs-left {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.death-occurs .death-occurs-right {
  max-width: 50%;
  width: 100%;
  align-self: center;
}

.death-occurs .content-section {
  max-width: 477px;
  margin-left: auto;
  padding-bottom: 38px;
}

.death-occurs-left figure {
  position: relative;
  min-height: 577px;
}

.death-occurs .death-occur-tab {
  padding-bottom: 162px;
  align-self: center;
  max-width: 595px;
  width: 100%;
}

.death-occurs-item:first-child
  .death-occurs-item-left
  .item-count
  span:first-child {
  display: none;
}

.item-count span:first-child {
  width: 100%;
  height: 16px;
  top: -16px;
  display: block;
  position: absolute;
  background-color: #fff;
}

.item-count span:last-child {
  width: 100%;
  height: 16px;
  bottom: -16px;
  display: block;
  position: absolute;
  background-color: #fff;
}

.img-absolute {
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 50vw !important;
  max-width: 50vw;
}

.item-count {
  background: #fff url(../images/brand-shape.svg) no-repeat;
  width: 64px;
  background-size: 64px;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  color: var(--blue-primary);
  font-size: 55px;
  font-weight: 500;
  font-family: "DM Serif Text", serif;
  z-index: 1;
  position: relative;
}

.death-occurs-item {
  gap: 33px;
  display: flex;
}

.death-occurs-item-right h5 {
  margin-bottom: 16px !important;
  font-weight: 600 !important;
}

.death-occurs-item-right p {
  margin-bottom: 20px !important;
  font-size: 16px;
  line-height: 21px;
}

.death-occurs-item-right p:last-child {
  margin-bottom: 0;
}

.death-occurs-item-right {
  padding-bottom: 56px;
}

.death-occurs-item:last-child .death-occurs-item-right {
  padding-bottom: 0;
}

.death-occurs-item-right a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--green);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.death-occurs-item-right a.arrow {
  display: flex;
  gap: 8px;
}

.death-occurs-item-right a.arrow::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.death-occurs-item-left {
  position: relative;
}

.death-occurs-item-left::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #ded5c6;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
}

.death-occurs-item:last-child .death-occurs-item-left::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: block;
  position: absolute;
}

.death-occurs-item:last-child .death-occurs-item-left .item-count::before {
  display: none;
}

.death-occurs-item:first-child .death-occurs-item-left .item-count::before {
  display: none;
}

.slanding-left-contact {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.slanding-left-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slanding-left-contact figure {
  width: 100%;
  height: 100%;
}

.slanding-right-contact {
  max-width: 50%;
  width: 100%;
  z-index: 1;
  align-self: center;
  color: #fff;
}

.contact-form-slanding {
  display: flex;
  background: var(--blue-primary);
  gap: 70px;
}

.slanding-right-contact h2 {
  color: #fff;
}

.head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form-wrapper {
  max-width: 580px;
  width: 100%;
  padding: 20px 0;
}
.contact-form-slanding .contact-form-wrapper {
  padding: 120px 0 88px;
}
.contact-form {
  margin-top: 56px;
}

.form-group {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.form-group span {
  width: 100%;
}

.form-group-half {
  max-width: calc(50% - 6px);
  width: 100%;
}

.form-group input {
  width: 100%;
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 17.5px 16px;
  border-radius: 10px;
  background: #fff;
  border: none;
}

textarea {
  width: 100%;
  color: var(--black) !important;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px !important;
  padding: 17.5px 16px;
  border-radius: 10px !important;
  background: #fff;
  border: none !important;
  height: 104px;
}
.form-group input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #6c6d73;
}

.required-field {
  margin-bottom: 40px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.contact-form label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
  display: block;
}

.contact-form input[type="submit"] {
  border-radius: 8px;
  background-color: var(--green);
  border: none;
  padding: 12px 16px;
  min-width: 300px;
  color: #fff;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  background-position: 69% center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  height: 48px;
}

.plan-ahead-banner {
  background: var(--theme-bg);
  display: flex;
  gap: 90px;
}

.plan-ahead-banner-left {
  max-width: 50%;
  width: 100%;
  align-self: center;
}

.plan-ahead-banner-left-content {
  max-width: 502px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: right;
  margin-left: auto;
  gap: 32px;
}

.plan-ahead-banner-right {
  max-width: 50%;
  width: 100%;
  z-index: 1;
}

.plan-ahead-banner-left-content h6 {
  margin-bottom: -8px !important;
}

.slanding-left-contact .slading-frame {
  right: -5px;
}

.plan-ahead-banner-left-content .btn-green {
  min-width: 300px;
}

.plan-ahead-banner-right figure {
  height: 100%;
}

.why-plan-ahead {
  padding: 100px 0;
}

.why-plan-ahead .center-head {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.plan-ahead-box-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 56px;
  flex-wrap: wrap;
}

.plan-ahead-box {
  padding: 48px 23.9px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #ded5c6;
  max-width: 348px;
  width: 100%;
}

.plan-ahead-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.plan-ahead-box h5 {
  margin-bottom: 16px !important;
}

.plan-ahead-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.theme-bg .item-count,
.theme-bg .item-count::after,
.theme-bg .item-count::before,
.theme-bg .death-occurs-item:last-child .death-occurs-item-left::after {
  background-color: var(--theme-bg);
}

.guide-book {
  background-color: var(--blue-dark);
  display: flex;
  gap: 73px;
  position: relative;
}

/* .Obituaries {
  padding: 93px 0 100px;
} */

.obituaries-banner {
  gap: 121px;
}

.obituaries-banner .guide-book-content p {
  color: var(--black);
  max-width: 498px;
  width: 100%;
}

.Obituaries-list img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.Obituaries-list-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Obituaries-list-right h4 {
  font-family: "Inter", sans-serif;
}

.Obituaries-list-right b {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.Obituaries-list-right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #6c6d73;
}

.Obituaries-list-item {
  border: 1px solid #f2ede5;
  border-radius: 8px;
  display: flex;
  gap: 47px;
  align-items: center;
}

.Obituaries-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

.Obituaries .page-center {
  max-width: var(--page-center-width2);
}

.obituaries-banner .contact-form-wrapper {
  max-width: 498px;
}

.guide-book-content {
  max-width: 480px;
  padding: 111px 0 109px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guide-book-content h2 {
  color: #fff;
}
.guide-book-banner .guide-book-content h2{
  color: var(--blue-primary);
}
.guide-book-content p {
  color: #fff;
  max-width: 365px;
  width: 100%;
}

.guide-book-content .btn-white {
  min-width: 340px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
}

.guide-book-right {
  max-width: 50%;
  width: 100%;
  align-self: center;
}

.guide-book-left {
  max-width: 50%;
  width: 100%;
  z-index: 1;
}

.guide-book-left figure {
  height: 100%;
}

.guide-book-left figure img {
  width: 100%;
}

.plan-ahead-banner-right figure img {
  width: 100%;
}

.funeral-banner .plan-ahead-banner-left-content {
  max-width: 431px;
  gap: 24px;
}

.funeral-banner .plan-ahead-banner-left-content .btn-green {
  margin-top: 8px;
}

.funeral-banner .plan-ahead-banner {
  gap: 169px;
}

.why-plan-funeral {
  padding: 120px 0;
}

.funeral-slanding .contact-form-wrapper {
  max-width: 480px;
}

.slanding-right-contact {
  max-width: 50%;
  width: 100%;
  z-index: 1;
  align-self: center;
  color: #fff;
}

.slanding-right-funeral {
  max-width: 50%;
  width: 100%;
  z-index: 1;
  align-self: center;
}

.funeral-slanding .slading-frame {
  top: 0;
  height: calc(100% + 3px) !important;
}

.includes-section {
  margin-top: 32px;
}

.includes-section h6 {
  margin-bottom: 16px !important;
  color: #77a796;
  letter-spacing: 1.68px;
  line-height: 19px;
  font-size: 14px;
}

.tag {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.tag div {
  color: #2e6d56;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 8px;
  background-color: #c9e1d9;
  padding: 4px 8px;
}

.funeral-service {
  padding-top: 120px;
  background: var(--theme-bg) url("../images/funeral-bg.svg") no-repeat;
  background-position: center right;
}

.funeral-service .page-center {
  max-width: var(--page-center-width2);
  display: flex;
  gap: 120px;
}

.head-g-24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.funeral-service-left figure {
  margin-top: 66px !important;
}

.funeral-service-left {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.funeral-service-right {
  padding-bottom: 120px;
  max-width: 580px;
  width: 100%;
}
.funeral-service-right .faq-accordion-item {
  border: none;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.funeral-service-right .faq-accordion-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-top: 0;
}

.funeral-service-right .faq-accordion-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  position: relative;
  padding: 32px 20px !important;
  padding-right: 46px !important;
}
.next-step {
  background: #fff;
  padding: 120px 0;
}

.next-step .center-head {
  max-width: 692px;
}

.two-col-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.two-col-box {
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #ded5c6;
  padding: 69.53px 40px 58px;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.two-col-box img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 24px;
}

a.green {
  color: var(--green);
  position: relative;
  display: flex;
  gap: 8px;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

a.green.arrow::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: auto;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.two-col-box-wrapper {
  margin-top: 56px;
}

.two-col-box-wrapper a.green {
  justify-content: center;
}

.two-col-box p {
  font-size: 16px;
  line-height: 21px;
}

.burial-banner .plan-ahead-banner-left-content {
  gap: 20px;
}

.burial-banner .btn-green {
  margin-top: 12px;
}

.burial-banner {
  gap: 100px;
}

.burial-explore {
  background: url("../images/burial-bg.svg") no-repeat;
  background-position: bottom left;
  background-size: 50%;
}

.burial-explore .funeral-service-right {
  padding-bottom: 160px;
}

.burial-news .offer-right p,
.theme-bg-light .offer-right p,
.news-mobile-content p {
  font-size: 16px;
  line-height: 21px;
}

.offer-right h5,
.news-mobile-content h5 {
  color: #212123;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.desktop-show h6 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.desktop-show article h6,
.news-mobile-content article h6 {
  margin-top: 0 !important;
}
.offer-right ul li,
.news-mobile-content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-left: 0;
}

.offer-right ul,
.news-mobile-content ul {
  list-style: disc;
  padding-left: 20px;
}

.burial-slanding .head {
  gap: 24px;
}

.burial-slanding {
  background: var(--blue-dark);
}

.burial-slanding .contact-form-wrapper {
  max-width: 480px;
}

.burial-slanding .slading-frame {
  top: 0;
  height: 100% !important;
}

.slanding-right h2 ~ p {
  margin-top: 16px !important;
  color: var(--blue-primary);
}

.theme-bg-light {
  background-color: #eaedf9;
}
.theme-bg .offer-item,
.theme-bg-light .offer-item {
  background-color: #fff;
}
.offer-right ul li span,
.news-mobile-content ul li span {
  color: #6c6d73;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
  display: block;
  margin-bottom: 5px;
}

.offer-right article,
.news-mobile-content article {
  padding: 15px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  background-color: var(--theme-bg);
  border-radius: 8px;
}
.offer-right h4 a:after,
.news-mobile-content h4 a:after {
  display: none;
}
.offer-right article h6,
.news-mobile-content article h6 {
  padding-bottom: 8px;
}

.prestige-book .guide-book-content {
  max-width: 506px;
}

.prestige-book .guide-book-content p {
  max-width: 100%;
}

.work-section {
  padding: 100px 0 150px;
}

.work-section .center-head {
  max-width: 776px;
  width: 100%;
  margin: 0 auto;
}

.work-section .page-center {
  max-width: var(--page-center-width2);
}

.work-slider {
  margin-top: 48px;
}

.work-slider .slick-slide {
  margin: 0 10px;
}

.work-slider img {
  max-width: 575px;
  width: 100%;
  height: 471px;
  object-fit: contain;
  border-radius: 16px;
}

.theme-bg .plan-ahead-box {
  border: 1px solid #f2ede5;
}

.burial-slanding .contact-form-wrapper h1 {
  color: #fff;
}

.prestige-banner .contact-form-wrapper {
  max-width: 545px;
}

/* services section end */

/* Resource section start */
.article-banner {
  padding: 100px 0;
}

.article-banner .center-head {
  gap: 24px;
}

.article-banner .center-head {
  margin-bottom: 0;
}

.article-banner .offer-slider-init {
  margin-bottom: 42px;
  margin-top: 100px;
}

/* Resource section end */

/* MICROSITE STYLES STARTS HERE */
.header-top-v1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  gap: 20px;
  padding: 10px 40px;
  text-align: center;
}

.header-top-v1 a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
}

.header-top-v1 img {
  margin: 0 8px;
  width: 5px;
  height: 9px;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.loc-finder a {
  padding-left: 5px;
  font-weight: 700;
}

.lightblue-bg {
  background: #cdd4ee;
}

.logo-name {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.menu-right.theme-bg {
  padding: 50px 64px 50px 40px;
}

.title-v2-wrap {
  border-bottom: 1px solid #ded5c6;
}

.title-v2 {
  font-size: 16px;
  line-height: 19px;
}

.title-v2-wrap .title-v2 {
  padding-bottom: 17px;
}

.service-list ul li {
  padding: 24px;
}

.service-list ul h5 {
  padding-bottom: 8px;
}

.service-list p {
  font-size: 16px;
  line-height: 21px;
}

.two-col-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner-btn-wrap.two-col-wrap {
  margin-top: 36px;
}

.menu-left .two-col-wrap {
  display: flex;
  gap: 54px;
  row-gap: 20px;
}

.mega-menu .menu-item a {
  text-align: left;
}

.mega-menu.type-1 .menu-right.theme-bg:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 50vw;
  bottom: 0;
  top: 0;
  background: var(--theme-bg);
}

.mega-menu.type-2 {
  max-width: 396px;
  width: 100%;
}

.mega-menu.type-2 .menu-right {
  padding: 24px;
}

.map-ft-right {
  padding: 55px 20px 30px 101px;
  min-width: 611px;
  max-width: 611px;
}

.map-ft-top .direction-btn a {
  padding-left: 28px !important;
  background-image: url(../images/location-min.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 20px;
  font-size: var(--base-font-size);
  padding: 10px;
  font-weight: normal;
  color: var(--white);
  text-wrap: nowrap;
  display: inline-block;
  padding-bottom: 36px;
  text-decoration: underline;
}

.map-ft-top p {
  padding-bottom: 13px;
}

.map-ft-top {
  position: relative;
  margin-bottom: 30px;
}

.map-ft-top:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 397px;
  background-color: #505c8d;
}

.map-ft-left {
  width: 100%;
  background: #F2EDE5;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
}
.map-ft-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 50vw;
  height: 100%;
  background: #F2EDE5;
  transform: translateX(-100%);
}

.map-footer-section {
  display: flex;
  font-size: var(--base-font-size);
  line-height: 28px;
}

.map-footer-section h3 {
  color: var(--white);
  padding-bottom: 13px;
}

.map-ft-bottom {
  display: flex;
  gap: 31px;
}
.footer-map {
  height: 100%;
  width: 100%;
  position: relative;
}

.footer-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.weekdays p {
  font-weight: 700;
}

.ic-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px !important;
  height: 85px !important;
}

.banner-slanding-v1 {
  display: flex;
  gap: 30px;
}

.banner-slanding-v1 .slanding-left {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.banner-slanding-v1 .slading-frame {
  display: block !important;
  position: absolute;
  width: calc(100% + 1px) !important;
  max-width: unset;
  height: calc(100% + 1px) !important;
  object-fit: cover !important;
  top: inherit;
  right: inherit;
  left: -1px;
  bottom: -1px;
}

.banner-slanding-v1 .slanding-right {
  max-width: 50%;
  width: 100%;
  z-index: 1;
  align-self: center;
}

.banner-slanding-v1 .slanding-section {
  display: flex;
  background: var(--theme-bg);
  gap: 112px;
}

.banner-slanding-v1 .slanding-right .slanding-right-content {
  max-width: 480px;
}

.banner-slanding-v1 .slanding-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slanding-v1 .slanding-right-content h6 {
  margin-bottom: 16px !important;
}

.banner-slanding-v1 .slanding-right-content {
  padding-top: 110px;
  padding-bottom: 112px;
}

.banner-slanding-v1 .slanding-left figure {
  width: 100%;
  height: 100%;
}

.banner-slanding-v1 .slanding-right-contact {
  max-width: 54%;
  width: 100%;
  position: relative;
}

.banner-slanding-v1 .slanding-right-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slanding-v1 .slanding-right-contact figure {
  width: 100%;
  height: 100%;
}

.banner-slanding-v1 .slanding-right-contact {
  max-width: 46%;
  width: 100%;
  z-index: 1;
  align-self: center;
  color: #fff;
}

.banner-slanding-v1 .slanding-right-contact h2 {
  color: #fff;
  font-size: var(--h1--font) !important;
  line-height: var(--h1-line-height);
}

.banner-slanding-v1 .slanding-right-contact {
  max-width: 54%;
  width: 100%;
  z-index: 1;
  align-self: inherit;
  color: #fff;
}

.banner-slanding-v1 .slanding-left-funeral {
  max-width: 46%;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-slanding-v1 .funeral-slanding .slading-frame {
  top: 0;
  height: 100% !important;
}

.banner-slanding-v1 .head p {
  padding-right: 50px;
}

.banner-slanding-v1 .includes-section {
  margin-bottom: 24px;
}

.contact-btn {
  display: inline-flex !important;
  padding: 12px 54px !important;
  margin-top: 24px;
}

.learn-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--green);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.learn-btn::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.end-of-life {
  font-size: 16px;
  color: var(--black);
}

.end-of-life p {
  line-height: 21px;
}

.additional-aminities {
  margin-top: 56px;
}

.additional-aminities .aminities-ahead-box {
  padding: 0;
}

.addl-aminities-inner {
  display: flex;
  gap: 20px;
  row-gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.aminities-ahead-box {
  padding: 0px 10px;
  width: 100%;
  flex-basis: calc(25% - 15px);
}

.aminities-ahead-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.aminities-ahead-box h5 {
  margin-bottom: 16px !important;
  font-size: var(--base-font-size) !important;
  line-height: 22px;
}

.aminities-ahead-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.crossline.center-head {
  position: relative;
  max-width: 100%;
}

.crossline.center-head:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ded5c6;
  z-index: 0;
}

.crossline.center-head h6 {
  background-color: var(--theme-bg);
  padding: 0 32px;
  z-index: 1;
}

.slider-wrap-v1 .offer-slider {
  padding-top: 50px;
  padding-bottom: 122px;
}

.end-of-life .page-center {
  max-width: var(--page-center-width4);
  padding: 0 24px;
}

.ms-immediate-need .immediate-box {
  max-width: 700px;
}

.ms-death-occurs .content-section p {
  max-width: 398px;
}

.ms-death-occurs .death-occurs-item-right {
  padding-bottom: 72px;
}

.why-plan-ahead .center-head {
  max-width: 780px;
}

/* PRENEED PAGE  */

.banner-slanding-v1.ms-preneed-banner .slading-frame {
  width: calc(100% + 1px) !important;
  height: calc(100% + 2px) !important;
  object-fit: contain !important;
  object-position: top left;
}

.banner-slanding-v1.ms-preneed-banner .plan-ahead-banner-left-content {
  max-width: 480px;
}

.banner-slanding-v2 .slading-frame {
  width: calc(100% + 1px) !important;
  height: calc(100% + 2px) !important;
  object-fit: contain !important;
  object-position: top left;
}

.banner-slanding-v2 .plan-ahead-banner-left-content {
  max-width: 480px;
  width: 100%;
  padding: 50px 0;
}

.banner-slanding-v2 {
  gap: 40px;
  row-gap: 20px;
}

.banner-slanding-v1.ms-preneed-banner {
  gap: 40px;
  row-gap: 20px;
}

.ms-funeral-service.slanding-section {
  background-color: var(--white);
}

.ms-funeral-service .slading-frame {
  right: -2px;
  top: -1px;
  height: calc(100% + 1px) !important;
}

.faq-note {
  padding: 2px 8px;
  background-color: #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.ms-prestige .center-head {
  max-width: 906px;
}

.obituary-search-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.obituary-search-wrap .search-inline {
  margin: 0;
}

.obituaries-banner.guide-book {
  background-color: var(--theme-bg);
}

.Obituaries .search-inline {
  max-width: 690px;
}

.Obituaries-list-item {
  border: 1px solid #f2ede5;
}

.about-career {
  padding-top: 35px;
  padding-bottom: 0;
  gap: 76px;
}

.management-section {
  padding: 100px;
}

.management-section .page-center {
  max-width: var(--page-center-width2);
  display: flex;
  gap: 78px;
  align-items: center;
}

.profile-img {
  border-radius: 10px;
  overflow: hidden;
  width: 381px;
  height: 381px;
  border-radius: 18px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bio-content {
  display: flex;
  gap: 60px;
}

/* POPUP STYLE STYLE */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.47);
  z-index: 10;
}

.popup-main-layout {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1180px;
  width: 100%;
  height: fit-content;
  z-index: 20;
  background-color: var(--white);
  border-radius: 16px;
  padding: 70px;
}

.popup-close-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #1c2d69;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px;
}
.bio-content .profile-right {
  position: relative;
}
.profile-right{
  flex-grow: 1;
}
.bio-content .profile-right::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: calc(100% - 10px);
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 91%);
  pointer-events: none;
}

.biography-popup.popup-main-layout {
  padding: 80px 20px 40px 70px;
  max-height: 580px;
}

.biography-popup .head-g-24 {
  max-height: calc(482px - 123px);
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  padding-right: 50px;
}

.event-contact-form .guide-book-content {
  padding: 100px 0;
  max-width: 580px;
}

.event-contact-form h2 {
  color: var(--blue-primary);
}

.event-contact-form .contact-form input[type="submit"] {
  margin-left: 0;
}

.mxw-780 {
  max-width: 780px;
}

.about-us-event {
  background-image: none;
}

.link-nav {
  font-size: 16px;
  line-height: 21px;
  color: var(--black);
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.no-bg {
  background: none !important;
}

.join-us-section {
  background: none !important;
}

.join-us-section .plan-ahead-banner-left-content p {
  max-width: 380px;
}

.wish-btn {
  display: flex !important;
  position: relative;
  gap: 10px;
  align-items: center;
  background-size: 20px;
  font-size: var(--base-font-size);
  padding: 10px 16px !important;
  font-weight: var(--semi-bold);
  color: var(--green);
  text-wrap: nowrap;
  text-align: start !important;
  border-radius: 8px;
  height: fit-content;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  justify-content: center;
}
.wish-btn::before {
  content: "";
  background: url(../images/wish-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
}
.wish-btn:hover::before,
.wish-btn.active::before {
  background: url(../images/wish-active-icon.svg) no-repeat;
  background-size: 20px;
}
.wish-btn.active {
  background: #c9e1d9;
  color: #2e6d56;
}
.wish-btn span:last-child,
.wish-btn.active span:first-child {
  display: none;
}

.wish-btn.active span:last-child {
  display: block;
}

.header-bottom-right nav ul li:has(.wish-btn):hover:after {
  display: none;
}

.ms-home-default .contact-form-wrapper {
  max-width: 600px;
}

.ms-home-default.banner-slanding-v1 {
  padding: 56px 0;
}

.ms-home-default .slanding-right-contact figure {
  border-radius: 17px 0 0 17px;
  overflow: hidden;
}

.dropdown-nav {
  position: relative;
}

.dropdown-nav .dropdown-list {
  position: absolute;
  top: 59px;
  left: -50px;
  background-color: var(--white);
}

.dropdown-list .service-list ul {
  flex-direction: column;
  padding: 24px;
  gap: 0;
  min-width: 396px;
}

.dropdown-list .service-list ul li {
  padding: 20px 24px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}

.dropdown-list .service-list li a {
  display: block;
  text-align: left;
  font-size: var(--base-small-font);
  line-height: 18px;
  font-weight: 700;
  padding: 0px;
}

.dropdown-nav.drop-active .dropdown-list {
  display: block !important;
}

.dropdown-nav .service-list li:hover:after {
  display: none !important;
}

.dropdown-nav .service-list li:hover {
  background-color: var(--theme-bg);
}

/* CONTACT MODAL CSS */

.contact-us-modal,.guidebook-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  z-index: 100;
  background-color: #fff;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.contact-us-modal header,.guidebook-modal header {
  position: relative;
}

.contact-us-modal .contact-banner-left,.contact-single .contact-banner-left {
  max-width: 492px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 49px;
}

.contact-us-modal .contact-banner .page-center,.contact-single .contact-banner .page-center {
  display: flex;
  gap: 76px;
  align-items: flex-start;
  justify-content: center;
  padding: 0 40px;
}

.contact-banner h6 {
  font-weight: 500 !important;
}

.contact-banner-right {
  padding: 49px 65px;
  border-radius: 15px;
  max-width: 710px;
  width: 100%;
}

.contact-banner .contact-form {
  margin-top: 20px;
}

.contact-banner {
  padding: 56px 0 101px;
}

.contact-us-modal .immediate-box-wrapper,.contact-single .immediate-box-wrapper {
  gap: 24px;
  margin: 0;
}

.contact-banner-left .immediate-box {
  padding: 26px 20px;
  max-width: 234px;
  width: 100%;
}

.contact-us-modal .immediate-box img,.contact-single .immediate-box img {
  width: 51px;
  height: 51px;
}

.contact-us-modal .immediate-box .link,.contact-single .immediate-box .link {
  font-family: "DM Serif Text", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: var(--blue-primary);
  white-space: nowrap;
}
.contact-us-modal .immediate-box .address,.contact-single .immediate-box .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1c2d69;
}

.contact-us-modal .immediate-box h4,.contact-single .immediate-box h4 {
  margin-bottom: 8px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  font-size: 16px !important;
  line-height: 19px;
}

.required-field {
  margin: 48px 0 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.required-field h5 {
  margin-bottom: 20px !important;
}

.radio-btn .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.radio-btn .wpcf7-radio .wpcf7-list-item {
  border-radius: 8px;
  max-width: 180px;
  width: 100%;
  border: 1px solid #f2ede5;
  background-color: #fff;
  padding: 10px 7.3px 10px 0;
  margin: 0;
}

.radio-btn label {
  padding-left: 34px;
  color: #6c6d73;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}

.radio-btn input[type="radio"] {
  display: none;
}

.radio-btn .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.radio-btn input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
  background: var(--green);
  border: none;
}

.radio-btn input[type="radio"] ~ .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #ded5c6;
  background-color: #fff;
  left: -25px;
  top: 10px;
  content: "";
  cursor: pointer;
}

.contact-us-modal .header-bottom {
  padding-right: 60px;
}

.close-btn-v2 {
  position: absolute;
  right: 60px;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  user-select: none;
}

.close-btn-v2:after {
  content: "";
  position: absolute;
  background-image: url(../images/close-icon-min.svg);
  width: 25px;
  height: 25px;
  left: -2px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(4812%)
    hue-rotate(117deg) brightness(95%) contrast(107%);
  background-size: 25px;
  background-position: center;
}

.contact-us-modal .header-bottom,.guidebook-modal .header-bottom {
  position: relative;
}

.ms-about-us .image-section img {
  height: auto;
}
.ms-about-us .section-right {
  padding: 90px 0 120px;
}

.mobile-menu-list .prefer-loc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-list ul li:nth-last-child(-n + 3):after {
  display: none;
}

.end-of-life .info-box {
  padding: 32px;
  padding-top: 48px;
}

/* MICROSITE STYLES ENDS HERE */
.map-footer-section {
  position: relative;
  background-color: var(--blue-dark);
}
.map-footer-section::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: var(--blue-dark);
  width: 50vw;
  left: -50vw;
  height: 100%;
}
.map-footer-section::after {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: var(--blue-dark);
  width: 50vw;
  right: -50vw;
  height: 100%;
}

.dropdown-list {
  position: absolute;
  top: 99px;
  background: #fff;
  right: 61px;
  max-width: 396px;
  width: 396px;
}
.fade-body,
.fade-on,
.fade-on-2 {
  overflow: hidden;
}
.fade-body body {
  position: relative;
}
.fade-body body::before,
.fade-on body::before,
.fade-on-2 body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}
.fade-on-2 body::before {
  background: rgba(28, 45, 105, 0.9);
}
.fade-body header {
  z-index: 11;
}
.fade-body .mega-menu,
.fade-body .dropdown-list {
  z-index: 1;
}
.btn-white:hover {
  background: #f2ede5;
}
.footer-top-center ul li a:hover {
  color: #a1aace;
}
.dropdown-list .service-list ul li:hover {
  background: #f2ede5;
}
.btn-green:hover,
.location-btn a:hover {
  background-color: #2e6d56;
}
.btn-green-outline a:hover,
.btn-full-location:hover {
  background-color: #c9e1d9;
  color: #2e6d56;
  border-color: #2e6d56;
}
.offer-right a:hover {
  color: #2e6d56;
}
.offer-right a:hover:after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
}
.accordion-body a:hover {
  color: #2e6d56;
}
.accordion-body a:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.article-top ~ a:hover {
  color: #2e6d56;
}
.article-top ~ a:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.immediate-box .link:hover {
  color: #2e6d56 !important;
}
.death-occurs-item-right a:hover {
  color: #2e6d56;
}
.death-occurs-item-right a.arrow:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.contact-form input[type="submit"]:hover {
  background-color: #2e6d56;
}
a.green:hover,
.contact-us-modal .immediate-box a:hover,.contact-single .immediate-box a:hover {
  color: #2e6d56;
}
a.green.arrow:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.learn-more:hover {
  color: #2e6d56;
}
.learn-more:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.blog-left a:hover,
.wish-btn:hover {
  color: #2e6d56;
}
.sub-page a:hover {
  color: #2e6d56;
}
.header-location a.arrow:hover,
.learn-btn:hover {
  color: #2e6d56;
}
.header-location .header-loc-left a.arrow:hover::after,
.learn-btn:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.header-popup-btn a:hover {
  color: #2e6d56;
}
.btn-white.arrow:hover::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(4%) saturate(5459%)
    hue-rotate(107deg) brightness(94%) contrast(85%);
  animation: bounce 0.6s ease;
}
.header-nav.header-nav-animation ul li.header-nav-active a {
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.offer-right h4 a:hover {
  color: inherit;
}
.social img {
  border-radius: 0;
}
.btn-green:hover::after {
  animation: bounce 0.6s ease;
}
.contact-form input[type="submit"]:hover {
  animation: bounce2 0.6s ease;
}
.search-location .btn-green-outline:hover {
  animation: bounce3 0.6s ease;
}
.contact-form-slanding .contact-form input[type="submit"]:hover,
.event-contact-form .contact-form input[type="submit"]:hover {
  animation: bounce4 0.6s ease;
}
.contact-us-modal .contact-form input[type="submit"]:hover ,.contact-single .contact-form input[type="submit"]:hover{
  animation: bounce4 0.6s ease;
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* Move right */
  }
  100% {
    transform: translateX(0); /* Return to original position */
  }
}
@keyframes bounce2 {
  0% {
    background-position: 69% center;
  }
  50% {
    background-position: calc(69% + 10px) center;
  }
  100% {
    background-position: 69% center;
  }
}
@keyframes bounce3 {
  0% {
    background-position: calc(100% - 33px) 50%;
  }
  50% {
    background-position: calc(100% - 23px) 50%;
  }
  100% {
    background-position: calc(100% - 33px) 50%;
  }
}
@keyframes bounce4 {
  0% {
    background-position: 69% center;
  }
  50% {
    background-position: calc(69% + 10px) center;
  }
  100% {
    background-position: 69% center;
  }
}
@keyframes bounce5 {
  0% {
    background-position: 74% center;
  }
  50% {
    background-position: calc(74% + 10px) center;
  }
  100% {
    background-position: 74% center;
  }
}
@keyframes bounce6 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.wpcf7-not-valid-tip,
label.error {
  color: #dc3232;
  font-weight: normal;
  display: block;
  font-size: 16px !important;
  padding: 3px !important;
  margin: 0;
}
.footer-top-center ul li a:hover,
.footer-top-right p a:hover,
.sub-pages-link a:hover {
  color: #a1aace;
}
.desktop-show p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px !important;
}
.arrow-down::after {
  transform: rotate(90deg);
}
.contact-banner-left .immediate-box {
  border: 1px solid #ded5c6;
  border-radius: 13px;
}
.faq-accordion-item:last-child {
  border-bottom: none;
}
.offer-right h4 a:hover {
  color: inherit;
}
.offer-right h4 a:after,
.news-mobile-content h4 a:after {
  display: none;
}
.offer-right h4 a {
  display: inherit;
  align-items: center;
  gap: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  position: relative;
  cursor: pointer;
}
.obituary .grecaptcha-badge {
  display: none !important;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  /* width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index: 1; */
  display: none !important;
}
/* .grecaptcha-badge:hover {
  width: 256px !important;
}
.contact-form .grecaptcha-badge{
  width: 256px !important;
} */
.contact-form-full .slanding-left-funeral {
  max-width: 100%;
  justify-content: center;
}
.contact-form-full .slanding-left-funeral .guide-book-content {
  max-width: 100%;
  padding: 97px 0 !important;
}
.contact-form-full .slanding-left-funeral .contact-form-wrapper {
  max-width: 780px;
  width: 100%;
  padding: 0;
}
.contact-form-full .head-g-24 {
  text-align: center;
}

.venue-added {
  padding: 100px 0;
}
.venue-added .funeral-service-right {
  padding-bottom: 0;
}
.join-us-section .slanding-right-contact img {
  object-fit: cover !important;
  object-position: bottom left;
}
.join-us-section .slanding-right-contact {
  align-self: inherit;
}
.banner-slanding-v2.event-banner .plan-ahead-banner-left-content {
  max-width: 443px;
}
.why-plan-event .center-head {
  max-width: 1008px;
}
.why-plan-event .center-head p {
  max-width: 958px;
  width: 100%;
  margin: 0 auto !important;
}
.event-banner .btn-green:hover::after {
  animation: bounce6 0.6s ease;
}
.event-banner .arrow-down::after {
  transform: inherit;
  rotate: 90deg;
}
.prestige-banner.contact-form-slanding .slading-frame{
  right: -9px;
}
.prestige-banner.contact-form-slanding~.why-plan-ahead .plan-ahead-box{
  background-color: #F2EDE5;
  border-radius: 16px;
  border: none;
}
.material-wrapper{
  margin-top: 56px;
  padding: 0 20px;
}
.material-wrapper ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 50px;
}
.material-wrapper ul li{
  max-width: 174px;
  width: 100%;
}
.material-wrapper ul li img{
   height: 214px;
   object-fit: cover;
   border-radius: 5px;
}
.material-wrapper ul li h5{
padding: 10px;
text-align: center;
min-height: 46px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}
.material-wrapper ul li:nth-child(odd){
  padding-top: 40px;
}
.slick-slider .slick-dots li {
  transform: scale(0);
  width: 0px;
  height: 0px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: right center;
}

.slick-slider .slick-dots li.active,
.slick-slider .slick-dots li.visible {
  width: 20px;
    height: 20px;
  transform: scale(1);
}
.obituary .center-head h2{
  margin: 0 auto;
}
.obituary .btn-green{
  margin-top: 30px !important;
}
.Obituaries{
  padding: 40px 0;
}
.footer-disclaimer{
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

/*Alert Bar*/
.mp-alert-bar {
  width: 100%;
  background-color: #DCCBBB;
  position: relative;
  display: none;
}
.mp-close-alert {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.mp-close-alert img {
  width: 32px;
  height: 32px;
}

.mp-bar-content {
  font-size: 14px;
  font-style: normal;
  color: #212123;
  font-weight: 400;
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 50px 22px 20px;
  display: flex;
  justify-content: center;
}

.mp-bar-content a {
  color: #212123;
}

.mp-bar-content strong {
  font-weight: 700;
}

.mp-bar-content strong {
  padding-right: 5px;
}

.mp-icon-information {
  width: 21px;
  height: 21px;
  background: url(../images/icon-information.svg) no-repeat 0 0;
  background-size: 21px 21px;
  margin-right: 5px;
  min-width: 21px;
}

.mp-alert-right p, .mp-bar-content a { 
  font-size: 14px !important; 
}

@media only screen and (min-width: 1001px) {
  .offer-right {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .death-occurs .death-occurs-right {
    align-self: flex-start;
    margin-top: 43px;
  }
  .btn-center .btn-green {
    min-width: 250px;
    text-align: center !important;
    justify-content: center;
  }
  .banner-btn-wrap .wish-btn {
    padding: 14px 16px 14px 16px !important;
    min-width: 250px;
    justify-content: center;
    font-size: var(--base-small-font);
  }
  footer .btn-center .btn-green {
    min-width: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 53px;
  }
  .desktop-show article h6 {
    margin-bottom: 0 !important;
  }
  .biography-popup .head-g-24 p:last-child {
    padding-bottom: 40px;
  }
  .hide-scroll {
    overflow-y: hidden;
  }
  .guide-book-left figure img {
    object-fit: cover;
  }
  .ms-preneed-banner .slanding-right-contact,
  .prestige-banner .slanding-left-contact,
  .banner-slanding-v1.ms-preneed-banner .slanding-right-contact,
  .burial-slanding .slanding-left-contact {
    align-self: inherit;
    min-height: 700px;
    position: relative;
  }
  .ms-preneed-banner .slanding-right-contact figure,
  .prestige-banner .slanding-left-contact figure,
  .banner-slanding-v1.ms-preneed-banner .slanding-right-contact figure,
  .burial-slanding .slanding-left-contact figure {
    position: absolute;
  }
  .ms-preneed-banner .slading-frame,
  .banner-slanding-v1.ms-preneed-banner .slading-frame {
    height: calc(100% + 6px) !important;
  }
  .funeral-slanding .slanding-left-contact {
    align-self: inherit;
    min-height: 768px;
    position: relative;
  }
  .funeral-slanding .slanding-left-contact figure {
    position: absolute;
  }
  .slanding-section .slanding-left {
    min-height: 784px;
    position: relative;
  }
  .slanding-section .slanding-left figure {
    position: absolute;
  }
  .guide-book-left {
    min-height: 564px;
    position: relative;
  }

  .obituaries-banner .guide-book-left {
    min-height: 498px;
    position: relative;
  }
  .obituaries-banner .guide-book-left figure {
    position: absolute;
  }
  .venue-added .page-center {
    gap: 73px;
  }
  .venue-added .funeral-service-left .head-g-24 h2 {
    max-width: 380px;
    width: 100%;
  }
  .venue-added .funeral-service-left .head-g-24 p {
    max-width: 448px;
    width: 100%;
  }
  .work-slider img {
    object-fit: cover;
  }
  .event-banner .btn-green {
    min-width: 187px;
  }
  .contact-form-full input[type="submit"] {
    max-width: 224px;
    justify-content: center;
    margin-left: auto !important;
    width: 100%;
    min-width: 200px;
    background-position: 74% center;
  }
  .contact-form-full input[type="submit"]:hover {
    animation: bounce5 0.6s ease !important;
  }
  .btn-green{
    max-width: 100%;
    display: inline-flex;
    width: fit-content;
  }
  .contact-us-modal .header-nav-wrap,.guidebook-modal .header-nav-wrap{
    min-height: 98px;
    padding: 4px 0;
  }
  .contact-us-modal .contact-banner-right,.contact-single .contact-banner-right{
       align-self: center;
  }
  .logo-name h3{
    font-size: 30px !important;
    line-height: 30px;
  }
  .obituary .center-head h2{
    margin-bottom: 30px;
  }
  .bg-guidebook figure {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center right !important;
    position: initial;
  }
}
@media only screen and (max-width: 1650px) {
  .bg-guidebook figure{
    background-size: contain !important;
    background-position: right top !important;
  }
}
.input input,
.input select {
  width: 100% !important;
  color: var(--black) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  padding: 17.5px 16px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: none !important;
}
.input input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
  color: #6c6d73 !important;
}
.input {
  margin-bottom: 16px !important;
}
.hs-error-msg,
.contact-form label.hs-error-msg,
.hs-error-msgs li label {
  color: crimson !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}
.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.form-columns-3 .hs-form-field:not(:first-child) {
  width: 50% !important;
}
.hs-richtext,
.repatcha-notice {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 19px;
}
.repatcha-notice a {
  color: inherit !important;
  font-size: inherit;
  text-decoration: underline;
  pointer-events: all;
}
input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin-right: 8px;
  width: auto !important;
  cursor: pointer;
}
input[type="checkbox"] + span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.hs-form-booleancheckbox-display {
  display: flex !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
.hs-error-msgs li label a {
  display: none;
}
.guide-book-content p.repatcha-notice {
  max-width: inherit;
  color: inherit;
}
.logo-name h3{
  margin-bottom: 2px;
  white-space: break-spaces;
}
.guide-book-left picture,.guide-book-left figure{
  width: 100%;
}
  /* contact-sucess start */
  .contact-success{
    flex-grow: 1;
    align-self: center;
    background-color: #F2EDE5;
    padding: 42px 85px 55px;
    border-radius: 15px;
    display: flex;
   flex-direction: column;
   text-align: center;
   justify-content: center;
  }
  .contact-success img{
    width: 134px;
    height: 86px;
    margin: 0 auto 28px;
    object-fit: contain;
  }
  .contact-success h4{
   font-size: 30px !important;
 font-style: normal;
 font-weight: 400 !important;
 line-height: 32px; 
 margin-bottom: 23px !important;
  }
  .contact-success p{
   font-size: 16px !important;
 font-style: normal;
 font-weight: 400;
 line-height: 21px;
 margin-bottom: 31px !important;
  }
  .contact-success a.btn-green{
     min-width: 293px;
     margin: 0 auto;
  }
    /* contact-sucess end */
  .guide-popup-banner{
    background-color:#F2EDE5;
    display: flex;
    gap: 30px;
  }
  .guide-popup-left{
    align-self: center;
    max-width: 46%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .guide-popup-left .contact-form-wrapper{
    padding: 65px 0 59px;
    max-width: 547px;
    display: flex;
    flex-direction: column;
    justify-content: right;
  }
  .guide-popup-right{
    max-width: 54%;
    width: 100%;
  }
  .guide-popup-right figure,.guide-popup-right picture{
    width: 100%;
    height: 100%;
  }
  .guide-popup-right figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
   }
   .contact-form-slanding.burial-slanding .head .btn-green{
    min-width: 317px;
   }
     /* main-popup style start here */
  .overlay2 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(6.55px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center; /* Ensures centering */
    width: 100%;
    height: 100%;
  }

  .popup-layout {
      max-width: 1000px;
      width: 100%;
      max-height: 90%; /* Restrict height to 90% of the viewport */
      overflow-y: auto; /* Enable vertical scrolling for the popup content */
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;
      position: relative;
      background-color: #EDEAE3; /* Set a background color to distinguish popup */
      border-radius: 16px; /* Ensure a consistent design */
      margin: 20px;
  }

  .popup-layout::-webkit-scrollbar {
      display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
  }
  .popup-layout .popup-close-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #1c2d69;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
  }
  .main-popup-content{
    display: flex;
    gap: 0;
    background-color:#EDEAE3;
    border-radius: 16px;
    position: relative;
  }
  .main-popup-left{
     min-width: 500px;
     max-width: 100%;
     width: 100%;
     flex-grow: 1;
  }
  .main-popup-left picture{
    display: flex;
    height: 100%;
  }
  .main-popup-left figure{
    height: 100%;
  }
  .main-popup-left picture img{
    border-radius:16px 0px 0px 16px;
    object-fit: cover;
    width: 100%;
  }
  .main-poup-right-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 66px 49px 66px 52px;
    justify-content: center;
    height: 100%;
  }
  .main-poup-right-content p{
    font-size: 16px;
    line-height: 21px;
  }
  .main-poup-right{
    flex-grow: 1;
  }
  .main-poup-right-content .btn-green{
    min-width: 229px;
  }
  .popup-with-text .popup-layout{
     max-width: 1180px;
  }
  .popup-with-text .main-poup-right-content{
    align-items: center;
    text-align: center;
    gap: 30px;
  }
    /* main-popup style end here */
    .guide-book-banner .guide-book-content {
      padding: 60px 0 60px;
      max-width: 621px;
      margin-left: auto;
    }
    .guide-book-banner .guide-book-right{
      align-self: flex-start;
    }
    .guide-book-banner .contact-form-wrapper {
      max-width: 100%;
      padding: 0;
    }
    .guide-book-banner .contact-form {
      margin-top: 36px;
      padding-right: 0;
    }
    .guide-book-banner .contact-form input[type="submit"] {
      min-width: 248px;
      margin: 0;
      margin-top: 30px;
    }
    .guide-book-banner {
      gap: 0;
      background-color: var(--theme-bg);
    }
    
    .guide-content {
      padding: 100px 0;
    }
    .guide-content .page-center {
      display: flex;
      gap: 68px;
      align-items: center;
      max-width: var(--page-center-width2);
    }
    .guide-content-left {
      max-width: 571px;
      width: 100%;
    }
    .guide-content-right {
      max-width: 541px;
      width: 100%;
    }
    .theme-bg .contact-success {
      background-color: #fff;
    }
    .input input:focus{
      box-shadow: none !important;
    }
    .profile-multiple{
      width: 100%;
    }
    .profile-multiple .head{
      text-align: center;
      width: 100%;
      margin-bottom: 40px;
    }
    .profile-multiple-item{
      max-width: 349px;
      width: 100%;
      text-align: center;
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
      background-color: #FFF;
    }

    .profile-multiple-item h5{
      padding-bottom: 6px;
      font-size: 18px;
      line-height: 22px;
    }
    .profile-multiple-item p{
      padding-bottom: 11px;
      color: #212123;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px
    }
    .profile-multiple-item a{
      margin: 0 auto;
      justify-content: center;
      display: inline-flex;
    }
    .profile-multiple-slider .slick-slide {
      margin: 0 8px;
      height: auto;
    }
    .profile-multiple-slider .slick-list {
      margin: 0 8px;
    }
    .profile-multiple-slider .slick-track{
      display: flex;
    }
    .user-bio{
      padding: 20px 15px;
    }
    .profile-multiple-item img{
      height: 283px;
      object-fit: cover;
      overflow: hidden;
      width: 100%;
      object-position: top;
    }
    .profile-multiple .slick-dots{
      bottom: -71px;
    }
     /* Guide-book form new start     */
.guide-book-form .contact-form-wrapper,.guide-book-form .head-g-24 h3 {
  color: #fff;
}
.guide-book-form {
  padding-top: 96px;
  padding-bottom: 57px;
  gap: 29px;
}
.guide-book-form .guide-book-content{
  max-width: 636px;
  padding: 0;
  padding-left: 24px;
  margin-left: auto;
  padding-bottom: 30px;
  padding-right: 40px;
  margin-bottom: -73px;
  z-index: 1;
  position: relative;
}
.guide-book-form .guide-book-left figure img{
   object-fit: contain;
   object-position: top right;
}
.guide-book-form .guide-book-right{
  align-self: flex-start;
  padding-top: 10px;
}
.guide-book-form .contact-success p{
  color: #000;
}
.guide-book-form .guide-book-left figure{
  height: auto;
}
.guide-book-form .repatcha-notice {
  color: #fff !important;
}

.guide-book-form .contact-form input[type="submit"]{
   background-color: var(--green);
}
.guide-book-form .guide-book-content p{
  max-width: 100%;
}
/* Guide-book form new end     */