: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: 1020px;
  --btn-border-radius: 8px;
  --theme-bg: #f2ede5;
}
.hide-load {
  visibility: hidden;
  opacity: 0;
}
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;
  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;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  font-family: "DM Serif Text", serif;
  font-size: var(--h1--font);
  font-style: normal;
  font-weight: var(--normal);
  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);
  font-style: normal;
  font-weight: var(--normal);
  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);
  font-style: normal;
  font-weight: var(--normal);
  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);
  font-style: normal;
  font-weight: var(--normal);
  line-height: var(--h4-line-height);
  padding: 0;
  margin: 0;
  color: var(--blue-primary);
}
h5 {
  font-style: normal;
  font-size: var(--h5--font);
  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);
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: var(--green);
  padding: 0;
  margin: 0;
  font-size: 16px;
  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: 1px solid #e1e1e1;
  z-index: 2;
  position: relative;
  border-top: none;
}

.hide-top-nav header {
  position: fixed;
  top: 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);
}
.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: 22px 60px 22px 60px;
  display: flex;
  align-items: center;
  gap: 191.8px;
  row-gap: 20px;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.header-bottom-left img {
  max-width: 174.2px;
  width: 100%;
  display: flex;
  height: 52px;
  object-fit: contain;
}
.header-bottom-left {
  max-width: 174.2px;
  width: 100%;
  min-width: 170px;
}
.header-bottom-right {
  flex-grow: 1;
  width: 100%;
}
.header-bottom-right nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
.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;
  word-break: keep-all;
}
.header-bottom-right nav ul li {
  position: relative;
}
.header-bottom-right nav ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #e1e1e1;
}
.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;
}
.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;
}
.btn-green {
  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;
}
.header-btn {
  padding-left: 42px;
  background-image: url(../images/phone-min.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 20px;
}
.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: 50%;
  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: -31px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70%;
  height: 4px;
  border-radius: 4px 4px 0px 0px;
  background: var(--green);
  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-border {
  border-top: 1px solid #e1e1e1;
}
.header-nav-wrapper {
  overflow: hidden; /* Hide the scrollbar */
  padding: 0 60px;
}

.header-nav {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  text-align: center;
}

.header-nav ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 16px;
}

.header-nav li {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 7px 0;
}
.header-nav ul li a {
  font-size: 16px;
  padding: 8px 16px;
  text-align: center;
  display: block;
  line-height: 20px;
  text-wrap: nowrap;
}
.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;
}
.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);
  font-weight: var(--semi-bold);
  font-family: "Inter", sans-serif;
  margin-bottom: 19px;
}
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;
  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;
}
.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;
}
.move-to-top {
  display: none;
}
.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 a {
  font-size: var(--base-small-font);
  color: var(--white);
  line-height: 18px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.social-icons a {
  display: flex;
}
.social-icons::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;
}
.sub-pages-link a {
  font-size: 12px;
  line-height: 22px;
  color: var(--white);
}
.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;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}
.home-banner p {
  max-width: 648px;
  width: 100%;
  margin: 0 auto;
  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 {
  max-width: 210px;
  width: 100%;
  text-align: center;
  height: 56px;
}
.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;
}
.current-loc a {
  display: inline-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;
}

.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;
  border-radius: 16px;
}
.slick-track {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.offer-item {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
  row-gap: 20px;
  border-radius: 16px;
}
.offer-left {
  max-width: 637px;
  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: 431px;
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 480px;
  overflow: auto;
}
.offer-right 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;
}
.offer-right h4 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.offer-right a::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}
.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: 48px;
  height: 48px;
  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: 48px;
  height: 48px;
  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 {
  font-size: 40px;
  color: #ded5c6;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #1c2d69;
}
.content-section .btn-green {
  max-width: 299px;
  width: 100%;
}
.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 {
  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;
}
.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;
}
.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;
}

.news-section .page-center {
  max-width: var(--page-center-width2);
}
.btn-white {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: 300px;
  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;
}
.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;
}
.get-started .center-head {
  max-width: 633px;
  width: 100%;
  margin: 0 auto;
  gap: 0;
}
.get-started .center-head h2 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
/* .obituary {
  padding-top: 100px;
  padding-bottom: 87px;
} */
.obituary .page-center {
  max-width: var(--page-center-width2);
}
/*
.opituary-title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.opituary-title .search-inline {
  max-width: 693px;
}
.opituary-title .search-inline input {
  color: #6c6d73;
  padding-left: 16px;
  border: 1px solid #c8cbd3;
}
.opituary-item {
  border-radius: 8px;
  border: 1px solid var(--theme-bg);;
  background: #fff;
}
.opituary-item h5 {
  padding: 25px 11px 6px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.opituary-item p {
  padding: 0 11px 21px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.opituary-item img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}
.opituary-slider .slick-slide {
  margin: 0px 10.5px;
}
.obituary .btn-center {
  margin-top: 56px;
}
.obituary .btn-green {
  width: 317px;
} */
.testimonial-title {
  max-width: 680px;
  width: 100%;
}
.testimonial-title h6 {
  margin-bottom: 16px;
}
.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: 501px;
}
.testimonial-item img {
  width: 52px;
  height: 39px;
  object-fit: cover;
  margin-bottom: 24px;
}
.testimonial-item h5 {
  color: #fff;
}
.testimonial-item > p {
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.author-detail h5 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.author-detail p {
  color: #a1aace;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.author-detail p:last-child {
  margin-bottom: 0;
}
.testimonial-slider .slick-slide {
  margin: 0 10px;
}
.testimonial .slick-dots li button::before {
  color: #505c8d;
}
.testimonial .slick-dots li.slick-active button::before {
  color: #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;
}
.testimonial .slick-prev::before {
  background: url(../images/slider-white-left.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}
.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.6s cubic-bezier(0.37, 0, 0.63, 1);
  width: 24px;
  height: 24px;
  background-position: center;
}
.faq-accordion-item.slide-active .faq-accordion-title::after {
  transform: rotate(180deg);
}
.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;
}
.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);
  position: relative;
  z-index: 1;
}
.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;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.article-top h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
}
.article-top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #6c6d73;
}
.menu-select {
  display: none;
}
.hide-top-nav .header-top {
  display: none;
}
.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;
}

.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 {
  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;
  padding-top: 24px;
  padding-bottom: 33px;
  border-top: 1px solid var(--theme-bg);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 1px;
}
.mega-menu .page-center {
  max-width: 1200px;
  display: flex;
  gap: 100px;
}
.menu-left {
  position: relative;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 24px;
}
.drop-active a:after {
  rotate: 180deg;
  transform: inherit;
  top: 10px;
}
.menu-left::after {
  content: "";
  display: block;
  position: absolute;
  right: -52px;
  top: 24px;
  height: calc(100% - 24px);
  width: 1px;
  background: #ded5c6;
}
.menu-right {
  position: relative;
  max-width: 800px;
  width: 100%;
}
.menu-right {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 20px;
}
.mega-menu .menu-item {
  max-width: 380px;
  width: 100%;
  text-align: center;
  padding: 24px;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}
.mega-menu .menu-item:hover {
  background: var(--theme-bg);
  border-radius: 18px;
}
.mega-menu .menu-item img {
  height: 252px;
  object-fit: contain;
  margin-bottom: 24px;
}
.mega-menu .menu-item h5 {
  margin-bottom: 12px;
}
.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;
}
.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;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.immediate-box .link {
  font-family: "DM Serif Text", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  color: var(--green);
}
.immediate-box .btn-green {
  max-width: 317px;
  margin: 0 auto;
  width: 100%;
}
.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;
}
.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 .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 .death-occur-tab {
  padding-bottom: 162px;
  align-self: center;
  max-width: 497px;
  width: 100%;
}

.item-count {
  background: 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;
  background-color: #fff;
}
.death-occurs-item {
  gap: 33px;
  display: flex;
}
.death-occurs-item-right h5 {
  margin-bottom: 16px;
  font-weight: 600;
}
.death-occurs-item-right p {
  margin-bottom: 20px;
  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;
}
.death-occurs-item-right a.arrow {
  display: inline-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
  .item-count
  span:last-child {
  width: 100%;
  height: 168px;
  position: absolute;
  top: 61px;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
.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;
}

.death-occurs-item:first-child
  .death-occurs-item-left
  .item-count
  span:first-child {
  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;
}
.prestige-banner.contact-form-slanding {
  gap: 112px;
}
.slanding-right-contact h2 {
  color: #fff;
}
.head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-wrapper {
  max-width: 580px;
  width: 100%;
}
.slanding-right-contact .contact-form-wrapper,
.slanding-right-funeral .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: #6c6d73;
  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;
}
.form-group input::placeholder,
textarea::placeholder {
  opacity: 1;
}
textarea {
  width: 100%;
  color: #6c6d73;
  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;
  height: 104px;
}
.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;
}
.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: 127px 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;
}
.slanding-left-contact .slading-frame {
  right: -5px;
}
.plan-ahead-banner-left-content .btn-green {
  max-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 24px;
  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;
}
.plan-ahead-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.guide-book {
  background-color: var(--blue-dark);
  display: flex;
  gap: 73px;
  position: relative;
}
.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-content p {
  color: #fff;
  max-width: 365px;
  width: 100%;
}
.guide-book-content .btn-white {
  width: 340px;
  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%;
  object-fit: cover;
  height: 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: 8px;
  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;
}
.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;
}

.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;
}
.funeral-service-right .slide-active .faq-accordion-title {
  padding-bottom: 0 !important;
}
.funeral-service-right .faq-accordion-title::after {
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  background: none;
  content: url("../images/arrow-down.svg");
  position: absolute;
  right: 32px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.funeral-service-right
  .faq-accordion-item.slide-active
  .faq-accordion-title::after {
  transform: rotate(-180deg);
}
.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;
}
a.green.arrow::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  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 {
  font-size: 16px;
  line-height: 21px;
}
.offer-right h5 {
  color: #212123;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  margin-bottom: -24px;
}
.offer-right ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-left: 10px;
}
.offer-right ul {
  list-style: disc;
  padding-left: 18px;
}
.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;
  color: var(--blue-primary);
}
.theme-bg .offer-item {
  background-color: #fff;
}
.offer-right 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 {
  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 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;
  margin-bottom: 0;
  max-width: 846px;
  width: 100%;
}

.article-banner .offer-slider-init {
  margin-bottom: 42px !important;
  margin-top: 100px;
}
.article-categories {
  background-color: #fff;
  padding: 80px 0 91px 0;
}
.article-categories .page-center {
  max-width: 1022px;
}
.article-categories.border .page-center {
  max-width: var(--page-center-width4);
}
.article-row {
  margin-top: 41px;
}
.border .article-row {
  margin-top: 45px;
}
.article-row {
  display: flex;
  gap: 46px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.article-row-item {
  max-width: 310px;
  width: 100%;
}
.border .article-row {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  justify-content: center;
}
.border .article-row-item {
  max-width: 327px;
  width: 100%;
}
.article-row-item img {
  border-radius: 12px;
  margin-bottom: 21px;
  width: 310.956px;
  height: 204px;
  object-fit: cover;
}
.border .article-row-item {
  border-radius: 12px;
  border: 1px solid #d0d0d0;
}
.border .article-row-item img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 327px;
  height: 210px;
}
.article-label {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.border .article-label {
  padding: 0 32px 32.5px 32px;
}

.article-label h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.learn-more {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: var(--green);
}
.learn-more::after {
  content: "";
  background: url(../images/arrow-right-black-min.svg) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.two-col .learn-more {
  font-size: 16px;
}
.two-col .learn-more::after {
  background-size: 22px;
  width: 22px;
  height: 22px;
}
.article-row-item a {
  display: block;
  height: 100%;
}
.article-row-item.two-col {
  max-width: 500px;
}
.article-categories .btn-center {
  margin-top: 45px;
}
.article-row-item.two-col img {
  width: 500px;
  height: 320px;
}
.article-label h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.68px;
}
.article-categories .btn-center {
  border-top: 1px solid #f2ede5;
  padding-top: 40px;
}
.article-categories.border .btn-center {
  border: none;
  padding-top: 0;
}
.btn-green.white-down {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
}
.btn-green.white-down::after {
  content: "";
  background-image: url(../images/white-down.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
}
.blog {
  padding: 64px 0 100px 0;
}
.blog .page-center {
  display: flex;
  gap: 120px;
  max-width: var(--page-center-width2);
  align-items: flex-start;
}
.blog-right .article-row {
  flex-direction: column;
  gap: 32px;
  margin-top: 28px;
}
.blog-left {
  max-width: 680px;
  width: 100%;
}
.blog-right {
  max-width: 380px;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
}
.blog p {
  font-size: 16px;
  line-height: 21px;
}
.blog-left ul {
  list-style: disc;
  padding-left: 18px;
  padding-top: 10px;
}
.blog-left ul li {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
}
.blog-left h1,
.blog-left h2,
.blog-left h3,
.blog-left h4,
.blog-left h5,
.blog-left h6 {
  margin-bottom: 24px;
}
.blog p {
  padding-bottom: 48px;
}
.blog-left img {
  width: 100%;
  margin-bottom: 48px;
}
.blog-left a {
  color: var(--green);
}
time {
  color: #616161;
}
.social {
  padding-top: 30px;
  border-top: 1px solid #f2ede5;
  display: flex;
  justify-content: right;
  gap: 9px;
}
.social b {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.social img {
  margin-bottom: 0;
  max-width: 24px;
}
.social span {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  align-items: center;
}
.guide-book-banner .guide-book-content {
  padding: 101px 0 100px;
  max-width: 621px;
  margin-left: auto;
}
.guide-book-banner .contact-form-wrapper {
  max-width: 100%;
}
.guide-book-banner .contact-form {
  margin-top: 40px;
  padding-right: 41px;
}
.guide-book-banner .contact-form input[type="submit"] {
  min-width: 248px;
  margin: 0;
  margin-top: 30px;
}
.guide-book-banner {
  gap: 0;
}
.guide-book-banner .guide-book-left {
  padding-left: 15px;
}
.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%;
}
.about-banner {
  padding-top: 58px;
  padding-bottom: 58px;
}
.about-banner .image-section {
  padding-right: 48px;
}
.about-banner .section-right {
  max-width: 493px;
}
.about-banner .planning-ahead {
  gap: 32px;
}
.about-career .content-section .btn-green {
  max-width: 192px;
  margin-top: 24px;
}
.about-career {
  padding-top: 35px;
  padding-bottom: 0;
  gap: 76px;
}
.mission {
  background-color: var(--blue-dark);
  padding: 180px 0 198px 0;
}
.mission .center-head {
  gap: 31px;
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
.mission .center-head h2,
.mission .center-head h3,
.mission .center-head h4 {
  color: #fff;
}
.locations {
  padding: 198px 0;
  background-color: var(--blue-primary);
  color: #fff;
}
.locations .page-center {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
  gap: 152px;
  display: flex;
}
.location-left {
  max-width: 365px;
  width: 100%;
}
.location-right {
  max-width: 424px;
  width: 100%;
}
.location-left h2 {
  color: #fff;
  margin-bottom: 46px;
}
.location-left .btn-green {
  max-width: 297px;
}
.location-slider h2 {
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 125px;
  color: #fff;
  font-family: "DM Serif Text", serif;
  text-align: center;
}
.location-slider p {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  color: #fff;
  text-align: center;
  padding-top: 24px;
}

.contact-banner {
  padding: 56px 0 101px;
}
.contact-banner .page-center {
  display: flex;
  gap: 76px;
  align-items: flex-start;
}
.contact-banner-left {
  max-width: 464px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 49px;
  margin-left: 130px;
}
.contact-banner-left h1 {
  margin-bottom: 71px;
  position: relative;
}
.contact-banner-left h1::after {
  content: "";
  width: 376px;
  height: 1px;
  background: #ded5c6;
  display: block;
  left: 0;
  position: absolute;
  bottom: -50px;
}
.contact-banner-left h3 {
  max-width: 352px;
  width: 100%;
}
.contact-banner-right {
  padding: 49px 65px;
  border-radius: 15px;
  max-width: 710px;
  width: 100%;
  margin-right: 70px;
}
.radio-btn .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.contact-banner h5 {
  margin-bottom: 18px;
  margin-top: 48px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.contact-banner .required-field {
  margin-bottom: 20px;
}
.radio-btn label {
  padding-left: 32px;
  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 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;
}
.radio-btn input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
  background: var(--green);
  border: none;
}
.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;
}
.contact-banner input[type="submit"] {
  min-width: 293px;
  margin-left: auto;
  margin-right: auto;
}
.contact-banner .contact-form {
  margin-top: 20px;
}
.contact-banner h6 {
  font-weight: 500;
}
.contact-banner-left .btn-green {
  max-width: 317px;
  width: 100%;
}
.obituaries-banner .guide-book-content p {
  color: var(--black);
  max-width: 498px;
}
.obituaries-banner .contact-form-wrapper {
  max-width: 498px;
}
.Obituaries .page-center {
  max-width: var(--page-center-width2);
}
.Obituaries {
  padding: 93px 0 100px;
}
.Obituaries .search-inline {
  max-width: 380px;
  margin-top: 16px;
  margin-bottom: 44px;
}
.Obituaries-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}
.Obituaries-list img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.Obituaries-list-item {
  border-radius: 8px;
  box-shadow: inset 0px 0px 1px #cfccc7;
  display: flex;
  gap: 47px;
  align-items: center;
}
.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-banner {
  gap: 121px;
}
.sub-page {
  padding: 100px 0;
}
.sub-page .page-center {
  max-width: var(--page-center-width2);
}

.sub-page ul {
  list-style: disc;
  padding: 18px;
  padding-top: 10px;
}
.sub-page ul li {
  padding-bottom: 10px;
}
.sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4,
.sub-page h5,
.sub-page h6 {
  margin-bottom: 24px;
}
.sub-page p {
  padding-bottom: 48px;
}
.sub-page a {
  color: var(--green);
}
/* Resource section end */
.theme-bg {
  background: var(--theme-bg);
}
.theme-bg-light {
  background-color: #eaedf9;
}
.no-header .header-top {
  display: none !important;
}
.fade-body,.fade-on {
  overflow: hidden;
}
.fade-body body::before,.fade-on 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-body header {
  z-index: 11;
}
.fade-body .mega-menu {
  overflow: auto;
  z-index: 1;
}
.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
  border: none;
}
.article-header {
  margin: 0 auto;
  max-width: 1022px;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.article-left {
  flex-grow: 1;
}
.article-left ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.article-left ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
  color: var(--blue-primary);
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.article-left ul li:not(:first-child) a::before {
  content: "";
  background: url(../images/bread.svg) no-repeat;
  background-size: 12px;
  display: block;
  width: 12px;
  height: 12px;
  background-position: center center;
}
.article-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article-right a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: var(--blue-primary);
  display: block;
  padding: 10px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.article-right a.sort::before {
  content: "";
  background: url(../images/sort.svg) no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.article-right a.filters::before {
  content: "";
  background: url(../images/filter.svg) no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.faq-accordion-item:last-child {
  border-bottom: none;
}
.blog .article-header ul,
.sub-page .article-header ul {
  list-style: none;
  padding-left: 0;
}
.location-slider .slick-dots li button::before {
  color: #505c8d;
}
.location-slider .slick-dots li.slick-active button::before {
  color: #fff;
}
.article-sort,
.article-filter {
  position: relative;
}
.article-fixed {
  background-color: var(--theme-bg);
  padding: 12px 0;
  border-radius: 6px;
  position: absolute;
  top: calc(100% + 2px);
  z-index: 10;
  min-width: 144px;
  right: 0;
}
.article-fixed ul li:last-child {
  padding-bottom: 0;
}
.article-right a.active {
  background-color: var(--theme-bg);
  border-radius: 6px;
}
.article-fixed a {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: var(--blue-primary);
  cursor: pointer;
  padding: 6px 6px;
  margin-bottom: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
.article-fixed a.selected {
  background-color: #fff;
  color: var(--green);
  border-radius: 6px;
}
.header-location {
  border-top: 1px solid #f2ede5;
}
.header-location .page-center {
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header-location .header-loc-left a {
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #3a3c40;
  position: relative;
}
.header-location a.arrow {
  color: var(--green);
  font-weight: 600;
}
.header-location .header-loc-left a.arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/arrow-right.svg) no-repeat center center / 20px;
}
.header-loc-left h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.header-location .header-loc-left a.header-addr::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/location-min.svg) no-repeat center center / 20px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(1483%)
    hue-rotate(202deg) brightness(91%) contrast(98%);
}
.header-location .header-loc-left a.header-mbl::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/phone-min.svg) no-repeat center center / 20px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(1483%)
    hue-rotate(202deg) brightness(91%) contrast(98%);
}
.header-location .header-loc-left a.header-addr::after,
.header-location .header-loc-left a.header-mbl::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -16px;
  background: #ded5c6;
}
.header-loc-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 33px;
}
.header-loc-left {
  flex-grow: 1;
}
.header-loc-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-loc-right a.change-loc {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
}
.header-loc-right img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  padding: 3px;
  cursor: pointer;
}
.header-popup {
  background: #fff;
  padding: 40px 12px;
  max-width: 464px;
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transform: translateX(100%);
}
.header-popup-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;
  margin-bottom: 44px;
}
.header-popup-title h4 {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 600;
}
.header-popup-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.header-popup-title .header-popup-flex img {
  width: 28px;
  height: 28px;
  padding: 2px;
}
.header-popup .search-inline {
  margin: 0 auto;
  max-width: 100%;
}
.header-popup .current-loc {
  margin: 0 auto;
}
.header-popup-item {
  padding: 24px 20px;
  position: relative;
}
.header-popup-item::after{
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #DED5C6;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.header-popup-item:last-child::after,.header-popup-active .header-popup-item::after{
  display: none;
}
.header-popup-top-item {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.header-popup-top-item h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  font-family: "Inter", sans-serif;
}

.header-popup-item p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 16px;
}
.header-popup-top-item p {
  color: #6c6d73;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-wrap: nowrap;
  margin-bottom: 0;
}
.header-popup-btn {
  display: flex;
  gap: 15px;
}
.header-popup-btn a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: var(--green);
  text-wrap: nowrap;
}
.header-popup-btn a.prefer-loc {
  background: rgba(201, 225, 217, 0.4);
  border-radius: 8px;
}
.header-popup-btn a.prefer-loc::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/heart.svg) no-repeat center center / 20px;
}
.header-popup-btn a.arrow {
  position: relative;
  padding: 0;
}
.header-popup-btn a.arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/arrow-right.svg) no-repeat center center / 20px;
}
.header-popup-element h4 {
  margin: 40px 20px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ded5c6;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  font-family: "Inter", sans-serif;
}
.header-popup-active h3{
  font-size: 18px;
font-style: normal;
display: inline-flex;
gap: 12px;
font-weight: 600;
font-family: "Inter", sans-serif;
line-height: 22px;
color: #000;
margin-bottom: 25px;
}
.header-popup-active h3::before{
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/heart-black.svg) no-repeat center center / 24px;
}
.header-popup-active .prefer-loc{
  display: none;
}
.header-popup-active{
  border-radius: 8px;
  background-color: var(--theme-bg);
}
.blog .article-header{
  max-width: var(--page-center-width2);
}
.plan-ahead-banner-right picture{
  display: flex;
}
@media only screen and (min-width: 1001px) {
  .location-slider .slick-dots {
    right: -139px;
    left: inherit;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
  }
  .header-loc-left h5{
    pointer-events: none;
  }
}
