/* @font-face {
  font-family: "montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "montserrat-semi-bold";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-SemiBold.otf") format("otf"),
    url("../font/Montserrat-SemiBold.otf") format("otf");
} */

@font-face {
  font-family: 'georgia-bold';
  src: url('../font/georgia-bold.ttf') format('truetype');
  /* You can include additional font properties here if needed */
}

@font-face {
  font-family: 'georgiai';
  src: url('../font/georgiai.ttf') format('truetype');
  /* You can include additional font properties here if needed */
}

body {
  font-family: "Montserrat", sans-serif;
  /* font-weight: 500;
  font-size: 18px;
  line-height: 1.4; */
  color: #4a3c31;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
h2{
  font-size: 23px !important;
}
p{
  font-size: 14px !important;
}

body {
  padding-top: 67px;
}

img {
  max-width: 100%;
  height: auto;
}
.banner-img-new{
  width: 100%;
  height: auto;
  max-height: 500px; /* Optional: set a max height */
  object-fit: cover;
}
.nav-section .navbar-brand {
  margin-right: 0;
}

.pricing-container {
  max-width: 90%;
  padding: 0 15px;
  margin: 0 auto;

}

.price-page-table {
  max-width: 100% !important;
}

.carousel-indicators li {
  background-color: #605855;
}

.border-success {
  border-color: #a2c139 !important;
}

.btn {
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background-color: #a2c239;
  border-color: #a2c239;
  font-weight: 600;
}

.btn-success:hover {
  color: #fff;
  background-color: #a2c239;
  border-color: #a2c239;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #a2c239;
  border-color: #a2c239;
}

.btn-outline-success {
  color: #000;
  border-color: #a2c139 !important;
  font-weight: 600;
}

.enhancements .card-body .addBtn:hover {
  color: #fff !important;
}

.text-color-green {
  color: #6b7f39;
}

.collection .nav-pills .nav-link.active,
.collection .nav-pills .show>.nav-link {
  background-color: #a2c239;
  border: 1px solid #a2c239;
  color: #fff;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #a2c139 !important;
  border-color: #a2c139 !important;
}

.navbar-brand {
  padding: 0;
}

.text-color-gray {
  color: #6c6360;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.login-call a {
  font-size: 16px;
}

.login-call .collapse .margin-right {
  /* margin-right: 190px; */
}

/* .banner-container {
  margin-left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.banner-container img {
  margin-top: -100px;
}

.banner-next img {
  width: 350px;
  width: 100%;
} */

.services .card:hover {
  background-color: #8d6e63;
  color: #fff;
}

.necessary .detail .card {
  width: 360px;
}

.necessary .detail .card .card-img-top img {
  width: 100%;
  height: 213px;
}

.button-section .four-buttons {
  max-width: 550px;
  margin: auto;
}

/* .footer{
    position: fixed;
    bottom: 0;
    width: 100%;
} */
.end-footer {
  background-color: #000;
  padding: 5px 5px;
}

.end-footer .copyright-content p {
  margin: 0;
  font-size: 14px;
  margin-left: 50px;
}

.end-footer .d-flex {
  justify-content: space-between;
  align-items: center;
}

/* .footer .bg-light {
  background-color: #5c4c46 !important;
  color: #fff;
} */

/* .footer .background {
  background-color: #3d2727;
} */

/* virtuary */
.nav-section .navbar {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}

.nav-section .navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.navbar .navbar-brand img {
  object-fit: contain;
  max-width: 100%;
  height: 50px;
}

.navbar.fixed .navbar-brand img {}

.nav-section .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 38px;
  margin-bottom: -34px;
  padding-top: 0;
  text-transform: capitalize !important;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.nav-section .navbar-nav .nav-item .nav-link:before {
  border-top: 5px solid #a2c239;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 14px;
  content: "";
  opacity: 0;
  position: absolute;
  right: clamp(8px, 1vw, 12px);
  transition: opacity cubic-bezier(0.3, 0.46, 0.45, 0.94) .4s;
  left: 0;
  right: 0;
}

.nav-section .navbar-nav .nav-item .nav-link:hover:before {
  opacity: 1;
}

.nav-section .navbar-nav .nav-item.active .nav-link:before {
  opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a2c239;
}

.top-header .bg-color {
  background-color: #605855;
}

.top-header p {
  font-size: 14px;
}

.nav-section .navbar .last-page .border-twenty button {
  border-radius: 20px;
}

.nav-section .navbar .header-corner .header-cart i {
  font-size: 21px;
  cursor: pointer;
}

.banner {
  background: #e7e2dc;
}

/* .home-banner {
  background-image: url(../images/banners/banner.png);
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  height: 550px;
  background-repeat: no-repeat;
}

.home-banner .bg-image {
  max-width: 866px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 530px;
  height: 100%;
  padding-left: 100px;
  padding-right: 150px;
  background: url(../../assets/images/banners/overlay.png);
}

.home-banner .header-size {
  font-size: 55px;
  line-height: 44px;
  font-weight: 600;
}

.home-banner .para-size {
  font-size: 15px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 4.5px;
  font-weight: 500;
} */

.other-hero-banner {}

.other-hero-banner .banner {
  width: 100%;
  background-position: 50% 0%;
  background-size: cover;
  height: 320px;
  background-repeat: no-repeat;
}

.other-hero-banner .funeral-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .military-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .shipping-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .shipping-mexico-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .planning-ahead-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .when-a-death-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .veterans-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}

.other-hero-banner .about-us-banner {
  background-image: url(../images/banners/black-ribbon-2.png);
}


.other-hero-banner .bg-image {
  max-width: 970px;
  /* background-color: rgb(235 227 225 / 93%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 530px;
  height: 100%;
  padding-left: 220px;
  padding-right: 120px;
}

.other-hero-banner .bg-image p {
  font-size: 19px;
  color: #605855;
  /* Adjust to the actual color you need */
  margin-bottom: 1rem;
  font-weight: 500;
}

.card-section .detail .card {
  width: 350px;
  padding: 32px;
}

.customer-words .comment-bg-image {
  width: 100%;
}

.customer-words .comment-bg-image .border {
  padding: 30px;
  background-color: white;
  font-size: 17px;
  border-radius: 0px 50px 0px 50px;
}

.customer-words .comment-bg-image .header {}

.compassion h2 {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.3;
}

.compassion h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
}

.compassion p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #525d7c;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compassion img {
  margin-bottom: 20px;
}

/* .our-process .fas{
    font-size: 70px;
    color: #e9e9e9;
} */
.our-process .m-left img {
  margin-left: 2px;
}

.our-process .progressbar {
  margin-left: 12px;
  margin-bottom: 5px;
}

.our-process h2 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.3;
}

.our-process h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 8px;
}

.our-process img {
  max-width: 50%;
  height: auto;
}



.footer-one {
  background-color: #605855;
  color: #fff;
  border-top: 5px solid #98ba32;
}

.footer-one p {
  font-size: 15px;
}

.footer-one a {
  color: #fff;
}

.footer-one a:hover {
  color: #fff;
}

.end-footer .right-side-img .brand-images img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  color: #98ba32;
  margin-right: 10px;
}

.footer-one .contact p i {
  margin-top: 2px;
  margin-right: 10px;
  color: #98ba32;
}

/* .footer-one .first-footer .row {
  padding: 0 90px;
} */

.footer {
  background-color: #605855;
  color: #fff;
}

.footer .agreements ul {
  display: flex;
  align-items: center;
}

.footer .align-self-start p a {
  font-size: 12px;
  text-transform: uppercase;
}

.footer .align-self-start p a span {

  padding: 0 10px;
}

/* Horizantal step our process */

* {
  box-sizing: border-box;
}

.our-process .process-image .progressbar {
  text-align: center;
  width: 100%;
  zoom: 5;
}

.our-process .process-image .counter div {
  background-color: #ffff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.88em;
  vertical-align: top;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 10px #ccc;
}

.our-process .process-image .counter div .fas {
  color: #605855;

  font-size: 12px;
}

.our-process .process-image .counter td {
  cursor: pointer;
  text-align: center;
  position: relative;
}

.our-process .process-image .counter span {
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  /* z-index: -100; */
}

/* .progressbar .active
,.progressbar .active *{
	border-color: red;
	color: red;
} */

/*.counter td:not(:first-child):before{
	content: '';
	position: absolute;
	top: 2em;
	display: block;
	border-top: 2px solid grey;
}*/

.our-process .step-details .border {
  padding: 18px;
  background-color: #f8f9fa;
  border: 2px solid #fff !important;
}

.tabs .tab-content .border {
  padding: 20px;
  background-color: #ffffff;
}

.tabs .tab-content img {
  max-width: 200px;
  object-fit: contain;
  height: 200px;
}

.banner-bg {
  width: 420px;
  height: 420px;
  background: url(../images/banner-bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.banner-bg .banner-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  background-position: 50% 50%;
}

/* Caseshow */
.caseshow .tab-content .card,
.caseshow .card-img-top img {
  width: 260px;
}

.caseshow .nav-pills .nav-item .nav-link img {
  width: 24px;
}

.google-review-slick-new .user-message p {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  /* -webkit-line-clamp: 7; */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.google-review-slick-new .wrapper {
  padding: 10px;
}

.google-review-slick .wrapper .user-details h5 {
  font-family: 'georgia-bold';
}

.google-review-slick .wrapper .user-message {
  font-family: 'georgiai';
}

.user-message img {
  width: 24px;
  height: auto;
  object-fit: contain;
  margin-top: 7px;
}

.slick-prev::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: -40px;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: url("../images/slider_arrow.png") 50% 50% / 7px 11px no-repeat rgba(0, 0, 0, 0.2);
  text-indent: -999em;
  opacity: 0.6;
  transition: opacity 0.2s ease 0s;
  transform: rotate(180deg);
  border-radius: 32px !important;
  border-width: 0px !important;
}

.slick-next::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: -40px;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: url("../images/slider_arrow.png") 50% 50% / 7px 11px no-repeat rgba(0, 0, 0, 0.2);
  text-indent: -999em;
  opacity: 0.6;
  transition: opacity 0.2s ease 0s;
  border-radius: 32px !important;
  border-width: 0px !important;
}

.slick-dots {
  display: none !important;
}

.collection .nav-pills .nav-link {
  border: 2px solid #f0f0f0;
  font-weight: 600;
}

.caseshow .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #25a17f;
  background-color: #e9f5f1;
  border-bottom: 1px solid #55b59b;
}

.caseshow .nav-pills {
  border: 1px solid #eeeeee;
}

.nav-section a {
  text-decoration: none;
  /* color: #000; */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 10px;
  border-radius: 4px;
}

.dropdown-content .phone {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.dropdown-content a {
  display: block;
  font-weight: 600;
}

.dropdown-content small {
  font-size: 12px;
  display: block;
}

.dropdown-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.dropdown-content p a {}

.dropdown:hover .dropdown-content {
  display: block;
}

.button-section {
  max-width: 1050px;
  margin: -40px auto 10px;
  background: #fff;
}

.button-section .honour-btn {
  display: flex;
}

.button-section .honour-btn a {
  margin: 5px;
}

.button-section .instant-line-active {
  width: 25%;
  height: 4px;
  background-color: #a2c239;
  border-radius: 3px;

}

.button-section .instant-line {
  width: 25%;
  height: 4px;
  background-color: #d4e795;
  border-radius: 3px;
}

.our-process-test .line-wrapper {
  margin-bottom: 30px;
}

.our-process-test .line-test {
  width: 67%;
  height: 3px;
  background-color: #605855;
  margin: 0 auto;
}

.our-process-test .line-wrapper .green-circle {
  width: 15px;
  height: 15px;
  border-radius: 55%;
  background-color: #a2c139;
}

.our-process-test .line-wrapper .green-circle .one {
  position: absolute;
  margin-left: 0px;
}

.our-process-test .line-wrapper .green-circle .two {
  margin-left: 50%;
}

.our-process-test .line-wrapper .green-circle .three {
  margin-right: 0px;
}

.our-process-test .line-wrapper .border-circle {
  display: flex;
  justify-content: space-around;
  margin-top: -9px;
}

/* About us page */
.addon-banner {
  background: rgb(78, 74, 72);
  color: rgb(255, 255, 255);
  padding: 40px 0px;
  margin-bottom: 40px;
  border-bottom: 7px solid rgb(98, 117, 53);
}

.addon-banner img {
  max-width: 100%;
}

.page-intro-section {
  text-align: left;
}

.mortuary-difference h3 {
  margin-bottom: 20px;
}

.mortuary-difference img {
  height: 430px;
  object-fit: cover;
  border-bottom-right-radius: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

.feature-grid img {
  height: 200px;
  width: 100%;
  /* object-fit: contain; */
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;
}

.feature-grid h4 {
  margin-top: 15px;
}

.feature-grid h5 {
  margin-bottom: 25px;
}

.feature-grid-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.feature-grid-list .feature-item {
  width: 33.33%;
  /* background: rgba(219, 219, 219, 0.32); */
  padding: 20px 20px;
  min-height: 160px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 0%;
  margin-bottom: 0;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.feature-grid-list .feature-item:nth-child(2n) {
  /* background-color: rgba(238, 238, 238, 0.39); */
}

.feature-grid-list .v-center .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-grid {
  /* text-align: center; */
}

.feature-grid {
  /* text-align: center; */
  /* letter-spacing: 1px; */
  /* line-height: 170%; */

  padding-right: 0px !important;
}

/* Burial Packages */
.package-intro p {
  /* font-size: 14px; */
  margin-bottom: 10px;
  line-height: 20px;
  text-align: center;
}

.package-intro .address-format {
  text-align: center;
  margin: 20px auto;
}

.package-intro .address-format h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 21px;
}

.mortuary-difference h4 {
  font-weight: 500;
  margin: 0px 0px 10px;
  color: #000;
}

.package-intro .no-evidence {
  text-align: center;
}

.package-intro .no-evidence h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 21px;
}

.mortuary-difference h3 {
  margin-bottom: 20px;
}

/* Funeral Services */
.service-quote ul li {
  display: block;
  background: url("../images/tick-white.png") 0px 0px / 24px no-repeat;
  padding: 0px 0px 15px 35px;
}

/* Military Services */
/* .us-gov-vet .us-gov-vet-content {
  display: flex;
  background: rgb(0, 0, 0);
  margin-bottom: 50px;
  color: rgb(238, 238, 238);
  align-items: center;
} */

.us-gov-vet .us-gov-vet-content>img {
  width: 273px;
  height: 93px;
}

.us-gov-vet .us-gov-vet-content>.content {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.us-gov-vet .us-gov-vet-content .content p {
  margin: 0px;
}

.us-gov-vet .us-gov-vet-content .content a strong {
  color: rgb(255, 255, 255);
  display: inline-block;
}

.us-gov-vet .us-gov-vet-content .content a {
  color: rgb(96, 115, 50);
  margin: 0px 23px;
}

.mortuary-difference img {
  max-width: 100%;
}

.mortuary-difference .burial-desc p {
  text-align: justify;
}

.content-section a {
  color: #000;
}

.content-section a:hover {
  text-decoration: none;
  color: #000;
}

.custom-pricing-table-wrap ul {
  padding: 0px;
  margin: 0px;
}

.custom-pricing-table-wrap ul li {
  list-style: none;
}

.custom-pricing-table-wrap ul.pric-box {
  /* margin: 0px -15px; */
  /* display: flex; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.custom-pricing-table-wrap ul.pric-box li {
  box-shadow: rgb(207, 223, 223) 0px 0px 10px 2px;
  border-radius: 15px;
  background-color: rgb(254, 254, 254);
  padding: 5px 15px 0px;
  transition: all 0.5s ease 0s;
  position: relative;
}

.custom-pricing-table-wrap ul.pric-box::after,
custom-pricing-table-wrap::after {
  content: "";
  clear: both;
  display: block;
  height: 100%;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap ul li {
  float: unset;
  width: 100%;
  box-shadow: unset;
  background-color: unset;
  padding: 0px 10px;
  border-radius: unset;
  margin: 0;
  min-height: 40px !important;
  display: flex;
  align-items: center;
}

.custom-pricing-table-wrap ul.pric-box li:last-child {}

.custom-pricing-table-wrap ul.pric-box li .single-box h4 {
  margin: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  font-size: 20px;
  padding: 0 30px;
  letter-spacing: 0;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.orange-wrap h4 {
  color: rgb(211, 98, 4);
}

.custom-pricing-table-wrap ul.pric-box li .single-box.green-wrap h4 {
  color: rgb(75, 92, 38);
}

.custom-pricing-table-wrap ul.pric-box li .single-box.skyblue-wrap h4 {
  color: rgb(15, 101, 118);
  font-size: 18px;
  padding: 0px 30px;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.dkblue-wrap h4 {
  color: rgb(23, 38, 183);
}

.custom-pricing-table-wrap ul.pric-box li .single-box.violet-wrap h4 {
  color: rgb(87, 47, 146);
}

.custom-pricing-table-wrap ul.pric-box li .single-box.orange-wrap span {
  color: rgb(211, 98, 4);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.green-wrap span {
  color: rgb(75, 92, 38);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.skyblue-wrap span {
  color: rgb(15, 101, 118);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.violet-wrap span {
  color: rgb(87, 47, 146);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box.dkblue-wrap span {
  color: rgb(23, 38, 183);
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header {
  text-align: center;
  margin: 4px -8px 0;
  padding: 5px 0;
  transform: scale(1.05);
  background-position: 50% 50%;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header.orange-box {
  background-image: url("../../assets/img/box/orange-price.svg");
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header.green-box {
  background-image: url("../../assets/img/box/green-price.svg");
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header.dkblue-box {
  background-image: url("../../assets/img/box/blue-price.svg");
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header.violet-box {
  background-image: url("../../assets/img/box/purple_price.svg");
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
}

/* .custom-pricing-table-wrap ul.pric-box li:nth-child(2) .box-header {
    background-image: url("../../assets/img/green-price.svg");
    background-size: cover;
    background-position: 0px -52px;
    background-repeat: no-repeat;
  }
  
  .custom-pricing-table-wrap ul.pric-box li:nth-child(3) .box-header {
    background-image: url("../../assets/img/lightblue-price.svg");
    background-size: cover;
    background-position: 0px -52px;
    background-repeat: no-repeat;
  }
  
  .custom-pricing-table-wrap ul.pric-box li:nth-child(4) .box-header {
    background-image: url("../../assets/img/violet-price.svg");
    background-size: cover;
    background-position: 0px -52px;
    background-repeat: no-repeat;
  } */

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header span {
  color: #fff;
  font-weight: 700;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .box-header h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 !important;
  font-weight: 700 !important;
  line-height: normal;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap {
  background: rgb(230, 230, 230);
  margin: 0px -15px;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: -3% 50%;
  background-size: 25px;
  padding-left: 10px;
  color: #000;
  text-align: left;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap ul {
  padding-top: 10px;
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap ul li:nth-child(2n + 1) {
  background-color: rgb(245, 245, 245);
}

.custom-pricing-table-wrap ul.pric-box li .single-box .point-wrap ul li:nth-child(2n) {
  background-color: rgb(230, 230, 230);
}

.custom-pricing-table-wrap .box-footer {
  margin: 0px -15px;
  padding: 10px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
}

.custom-pricing-table-wrap .box-footer.orange-box-footer {
  background-image: linear-gradient(to right,
      rgb(255, 191, 59),
      rgb(255, 174, 51),
      rgb(255, 157, 47),
      rgb(255, 139, 46),
      rgb(255, 120, 48));
}

.custom-pricing-table-wrap .box-footer.green-box-footer {
  background-image: linear-gradient(to right,
      rgb(143, 186, 53),
      rgb(132, 171, 51),
      rgb(121, 157, 48),
      rgb(110, 142, 46),
      rgb(100, 128, 43));
}

.custom-pricing-table-wrap .box-footer.skyblue-box-footer {
  background-image: linear-gradient(to right,
      rgb(1, 188, 205),
      rgb(3, 173, 191),
      rgb(6, 159, 176),
      rgb(8, 145, 162),
      rgb(10, 131, 148));
}

.custom-pricing-table-wrap .box-footer.dkblue-box-footer {
  background-image: linear-gradient(to right,
      rgb(79, 155, 249),
      rgb(59, 135, 240),
      rgb(43, 115, 230),
      rgb(34, 95, 218),
      rgb(33, 73, 205));
}

.custom-pricing-table-wrap .box-footer.violet-box-footer {
  background-image: linear-gradient(to right,
      rgb(143, 104, 247),
      rgb(136, 96, 233),
      rgb(129, 89, 219),
      rgb(122, 81, 205),
      rgb(115, 74, 192));
}

.custom-pricing-table-wrap .box-footer a {
  display: block;
  background: rgb(255, 255, 255);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
  padding: 4px 0px;
  border-radius: 5px;
  border: 1px solid rgb(226, 226, 226);
}

/* blog */
.blog-listing {
  margin-top: 30px;
}

.blog-listing .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}

.blog-listing .blog-each {
  background: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 20px;
}

.blog-listing .blog-each img {
  background: rgb(170, 170, 170);
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.blog-listing .blog-each h5 {
  margin: 10px 20px 0px;
  font-size: 18px;
}

.blog-listing .blog-each p {
  margin: 5px 20px;
  line-height: 140%;
  font-size: 13px;
}

.blog-img-listing .blog-each {
  background: rgb(255, 255, 255);
  position: relative;
}

.blog-img-listing .blog-each img {
  background: rgb(170, 170, 170);
}

.blog-img-listing .blog-each a.btn-readmore,
.blog-listing .blog-each a.btn-readmore {
  position: absolute;
  opacity: 0;
  inset: 0px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.58);
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.blog-img-listing .blog-each a.btn-readmore {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.blog-img-listing .blog-each:hover a.btn-readmore,
.blog-listing .blog-each:hover a.btn-readmore {
  opacity: 1;
}

.pb-60 img {
  max-width: 100%;
}

.pb-60 a {
  color: #000;
}

.pb-60 a:hover {
  text-decoration: none;
  color: #000;
}

.photo .image-wrapper {
  width: 100%;
  height: 240px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  border-radius: 5%;
}

.button-section {
  background-color: #fff;
  /* Replace with your preferred color */
  /* text-align: center; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* This adds a slight shadow, similar to your image */
}

.honour-btn {
  display: inline-block;
  /* Align buttons in one line */
  margin: 10px;
  /* Spacing between buttons */
  padding: 15px 25px;
  /* Adjust padding to match your design */
  border-radius: 25px;
  /* Rounded corners for buttons */
  border: 2px solid #000;
  /* Adjust border color as needed */
  text-decoration: none;
  /* Remove underline from links */
  color: #000;
  /* Adjust text color as needed */
  background-color: #f8f8f8;
  /* Adjust button background color as needed */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition for hover effects */
}

.honour-btn:hover {
  background-color: #e0e0e0;
  /* Change color on hover */
  color: #000;
}

/* If you want to change the text color and other properties of the section header */
.text-color-gray {
  color: #6c6360;
  /* Adjust to the actual color you need */
  margin-bottom: 1rem;
  /* Adjust as needed */
}

/* If you need to adjust the padding of the section */
.p-5 {
  padding: 3rem;
  /* Adjust as needed */
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /* This will give the shadow effect to the section */
}

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

.mb-4 {
  margin-bottom: 1.5rem;
  /* Adjust as needed */
}

.button-section .btn {
  /* Basic button styling */
  display: block;
  /* Change this from inline-block to block */
  margin: 10px auto;
  /* Adjust margins to center the buttons */
  padding: 15px 25px;
  border-radius: 25px;
  border: 1px solid #c5c5c5;
  text-decoration: none;
  color: #000;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 40px;
  /* Space for the arrow */
  /* Add transition for smooth effects */
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); */
  /* Subtle shadow for depth */
  font-weight: 500;
}

/* Right arrow on hover */
.button-section .btn::after {
  content: "\2192";
  /* Unicode for right arrow */
  position: absolute;
  top: 50%;
  right: 20px;
  /* Adjust the value as needed to position the arrow */
  transform: translateY(-50%);
  opacity: 0;
  /* Start with an invisible arrow */
  transition: opacity 0.3s ease, right 0.3s ease;
  z-index: 1;
  /* Ensure the arrow is above the ripple effect */
}

/* Show the right arrow on hover */
.button-section .btn:hover::after {
  opacity: 1;
  right: 10px;
  /* Arrow moves in slightly on hover */
}

/* Hover Effects */
.button-section .btn:hover {
  background-color: #a2c239;
  /* Milder, lighter background color on hover */
  color: #000;
  /* Slightly darker text color for contrast */
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); Enhanced shadow for 3D effect */
  border: 1px solid #a2c239;
}

/* Adjust the ripple pseudo-element to be the same as the button text on hover */
.button-section .btn:hover::before {
  opacity: 0.2;
  /* Optional: Makes the ripple less prominent so the arrow stands out more */
}

.sticky-top{
  top: 68px;
    z-index: unset;
    margin-bottom: 50px;
}
/* Casket Section */
.sidebar-top {
  padding: 13px 15px;
  box-shadow: rgb(204, 204, 204) 0px 1px 4px;
}

.sidebar-wrapper {
  position: relative;
  min-height: 100vh;
  margin-bottom: 300px;
}

.sidebar-wrapper .sidebar {
  height: 100%;
  width: 0px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
  padding-top: 16px;
  padding-bottom: 100px;
}

.sidebar-wrapper .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: rgb(129, 129, 129);
  display: block;
  transition: all 0.3s ease 0s;
}

.sidebar-wrapper .sidebar a:hover {
  color: rgb(241, 241, 241);
}

.sidebar-wrapper .sidebar .closebtn {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar-wrapper .openbtn {
  cursor: pointer;
  border: none;
  background: transparent;
  margin-top: 15px;
  position: relative;

}

.sidebar-wrapper .openbtn i {
  font-size: 18px;
}

.sidebar-wrapper .openbtn:hover {
  /* background-color: rgb(68, 68, 68); */
}

.sidebar-wrapper #main {
  transition: margin-left 0.5s ease 0s;
  padding: 12px 16px 16px 16px;
}



.sidebar-wrapper .card {
  margin: 0px 2px 20px;
}

.sidebar-wrapper .card .card-header {}

.sidebar-wrapper .card .card-header button {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 0px;
  font-weight: 600;
}

.sidebar .top-checkbox {
  width: 19px;
  height: 15px;
  margin: 0;
  position: relative;
}

.sidebar .margin-align {
  margin-top: -10px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-us-form .tab-vert-left .nav-pills .nav-link {
  width: 50%;
}

.contact-us-form {
  padding: 30px 0px 60px;
}

.contact-us-form input,
.contact-us-form textarea,
.contact-us-form select {
  width: 100%;
  padding: 7px;
  border: 1px solid;
  
}

.tab-vert-left {}

.tab-vert-left .nav-pills {}

.tab-vert-left .nav-pills .nav-link {
  border-radius: 0px;
  /* color: rgb(255, 255, 255);
  background: #a2c139; */
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #FFF;
}

.tab-vert-left .nav-pills .nav-link.active {
  /* background: rgb(249, 249, 249);
  color: rgb(0, 0, 0); */
  color: rgb(255, 255, 255);
  background: #a2c139;
}

.tab-vert-right {
  background: rgb(249, 249, 249);
  padding: 30px 45px;
  margin-left: -30px;
}

.tab-vert-right .tab-pane {}

.contact-us-form textarea {
  height: 154px;
}

.contact-us-form .wrapper {
  margin: 0px auto;
  background: #f8f9fa;
  padding: 50px;
}

.contact-us-form .wrapper h2 {
  text-align: center;
  color: rgb(255, 255, 255);
}

.contact-us-form .wrapper p {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.casket-grid {}

.casket-grid .wrapper {}

.casket-grid .wrapper .box {
  /* cursor: pointer; */
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.casket-grid .wrapper .box .casketImg {
  height: 270px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  background: transparent;
  mix-blend-mode: multiply;
}

.casket-grid .wrapper .urn-box img {
  height: 270px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
}
.casket-grid .wrapper .box .image-wrapper{
  background: #f7f7f7;
}
.casket-grid .wrapper .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casket-grid .wrapper .details h4 {
  margin-bottom: 0px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  min-height: 20px;
}

.casket-grid .wrapper .details h2 {
  margin-top: 5px;
  font-size: 15px;
  margin-bottom: 5px;
}

.casket-grid .wrapper .add-to-cart-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 3px;
}

.casket-grid .wrapper .add-to-cart-main .add-to-cart-wrapper {
  width: 49%;
  padding: 10px;
}

.casket-grid .wrapper .add-to-cart-main .add-to-cart-wrapper h4 {
  font-size: 15px;
  margin-bottom: 0;
}

.casket-grid .wrapper .add-to-cart-main .add-to-cart-wrapper span.add-to-cart {
  background: #a2c139;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 14px; */
  border-radius: 4px;
  margin: 0px 0px 0px auto;
  padding: 7px 6px;
  border: 1px solid #a2c139;
  width: 100%;
}

.casket-grid .wrapper .add-to-cart-main .add-to-cart-wrapper .add-to-cart {}

.casket-details .price-and-other {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.casket-details .choose-color {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.casket-details .choose-color h4 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 18px;
}

.casket-details .choose-color ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.casket-details .choose-color ul li {
  width: 18%;
  list-style-type: none;
  margin: 0 7px 15px;
}

.casket-details .choose-color ul li .small-box {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.casket-details .choose-color .part-of-left {
  display: flex;
  flex-wrap: wrap;
}

.casket-details .part-of-left img {
  margin: 0 5px 5px 0;
  width: 90px !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.casket-details .dimension {
  margin: 20px 0;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.new-heading-line {
  width: 250px;
}

.custom-pricing-table-wrap .slick-initialized .slick-slide {
  padding: 10px;
}

.tell-us .row .relationship select {
  height: 49px;
}

.tell-us .border {
  border-radius: 4px;
  width: 640px;
  display: block;
}

.tell-us .min-vh-100 {
  min-height: 100vh;
}

.tell-us .form-group input {
  padding: 24px 15px;
  width: 100%;
}

.tell-us .form-group select {
  width: 100%;
}

.tell-us .btn-width button {}

.enhancements {
  padding-bottom: 130px;
}

.enhancements .card {
  width: 18rem;
}

.table td,
.table th {
  padding: 6px;
  font-size: 14px;
  border: 0;
}

.cremation-table tbody .fa-check-circle {
  color: #a2c139;
}

.cremation-table tbody .fa-times {
  color: #000;
}

.cremation-table tbody td {
  text-align: center;
}

.cremation-table thead th {
  text-align: center;
  /* line-height: 17px; */
  border: 0;
}

.cremation-table thead th small {
  display: block;
  margin: 4px 0;
  font-size: 15px;
}

.browse-casket img {
  width: 250px;
  height: auto;
  object-fit: contain;
}

.browse-urn-categories img {
  width: 200px;
}

/* main{
  min-height: calc(100vh - 117px);
}
.enhancements{
  min-height: calc(100vh - 187px);
} */
.icon-shape {
  display: inline-grid;
  align-items: center;
  /* justify-content: flex-start; */
  text-align: center;
  vertical-align: middle;
  flex-direction: column;
  /* flex-wrap: wrap; */
  align-content: space-around;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
}

.location .row .this-location-is select {
  width: 72%;
  height: 47px;
}

.location {
  padding-bottom: 230px;
}

.location .border {
  border-radius: 4px;
  width: 640px;
  display: block;
}

.location .form-group input {
  /* border-radius: 30px; */
  padding: 24px 15px;
  max-width: 100% !important;
}

.location .gray-box {
  margin-bottom: 150px;
}

.location form .search-wrapper .input-container p {
  position: absolute;
  right: 12px;
  margin: auto;
  font-size: 26px;
  background-color: #f8f9fa;
  padding-left: 12px;
  padding-right: 1px;
  cursor: pointer;
}

.table td,
.table th {
  font-weight: 400;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.you-save {
  display: block;
  margin: 5px 0;
  font-size: 16px;
}

.value-at {
  display: block;
  margin: 9px 0 0;
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding: 6px 0;
}

.burialbackPrice {
  font-size: 24px;
  font-weight: bold;
}

.modal-dialog.footer {
  max-width: 80%;
}

.modal-dialog.footer .tab-vert-left a {
  background-color: #a2c139;
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0;
}

.first-footer .modal-dialog.footer {
  color: #605855;
}

/* Container for the search field to align items */
.search-wrapper {
  /* display: flex;
  flex-direction: column; */
}

/* Container for the input and icon */
.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-container i {
  margin-left: 8px;
}

/* Styling for the search input */
.search-input {
  padding-left: 43px;
  /* Space for the icon */
  height: auto;
  /* Height of the input field */
  border: 1px solid #ccc;
  /* Border color */
  border-radius: 60px;
  /* Rounded corners for the input */
  font-size: 16px;
  /* Font size inside the input */
  width: 100%;
  /* Full width of the parent container */
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

/* Styling for the search icon */
.search-icon {
  position: absolute;
  left: 8px;
  /* Adjust based on the size of the icon */
  color: #666;
  /* Icon color */
}

/* Remove the default outline on focus for the input and apply custom styles */
.search-input:focus {
  outline: none;
  border-color: #80bdff;
  /* Highlight color on focus */
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  /* Subtle glow effect on focus */
}

/* .blog .similar .similar_products img{
  max-width: 100%;
} */
/* .similar-products img{
  max-width: 100%;
} */
.similar-product{
  margin-bottom: 200px;
}
.similar-pro-width {
  max-width: 100%;
  padding: 10px;
}

.similar-pro-width img {
  max-height: 230px;
  margin: 0 auto;
  object-fit: contain;
}

.honest .download {
  font-weight: 600;
}

.first-footer h4 {
  font-weight: 600;
}

.short-text {
  display: none;
  /* Initially hide the short text */
}

.certificate-description .more-text.collapse {
  display: none;
  /* Hide the expandable text initially */
}

.certificate-description .more-text {
  display: inline;
  /* Show the expandable text when 'collapsed' class is removed */
}

.card-body {
  background-color: #fff;
  /* Assuming a light theme; adjust if your theme is different */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Soft shadow for depth */
}

.card-title {
  color: #333;
  /* Dark gray for better readability */
  font-size: 1.25rem;
  /* Slightly larger title */
  margin-bottom: 15px;
}

.card-text,
.text-secondary {
  color: #555;
  /* Slightly lighter than the title for contrast */
  font-size: 1rem;
  line-height: 1.5;
  /* Improved line spacing for readability */
}

.text-dark {
  color: #333;
  /* Consistent text color for links */
}

.text-dark:hover,
.text-dark:active {
  text-decoration: none;
  /* Removes underline on hover/click for a cleaner look */
  color: #28a745;
  /* Highlight color when hovered/active */
}



.btn-outline-success:hover {
  background-color: #28a745;
  color: #fff;
}

.input-group .quantity-field {
  text-align: center;
  border: 1px solid #ddd;
  /* Light border for the input */
  border-radius: 4px;
  /* Matching border-radius */
  margin: 0 10px;
  /* Spacing between buttons and input */
}

.input-group .button-minus,
.input-group .button-plus {
  background-color: #28a745;
  color: #fff;
  cursor: pointer;
  /* Indicates the buttons are clickable */
}

.input-group .button-minus:hover,
.input-group .button-plus:hover {
  background-color: #1e6f32;
  /* Darker green on hover for feedback */
}

#selected-address {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Spacing between input and selected address display */
  background-color: #fff;
  /* Slightly off-white background for the container */
  border-radius: 5px;
  /* Rounded corners */

  /* Soft shadow for depth */
}

.address-content {
  flex-grow: 1;
  /* Allow the address content to fill the space */
}

.address-text {
  margin: 0;
  font-size: 0.95rem;
  /* Smaller font size for better readability */
  color: #333;
  /* Dark grey for readability */
  word-break: break-word;
  /* Ensure long addresses wrap */
}

.clear-address {
  padding: 5px 10px;
  /* Padding for the clear button */
  font-size: 0.85rem;
  /* Small, subtle font size for the button */
  color: #dc3545;
  /* Bootstrap's danger color for clear/delete actions */
  background-color: transparent;
  border-radius: 5px;
  /* Rounded corners for the button */
  cursor: pointer;
  /* Cursor to indicate it's clickable */
  transition: all 0.2s ease-in-out;
  /* Smooth transition for hover effects */
}

.clear-address:hover,
.clear-address:focus {
  background-color: #dc3545;
  color: #fff;
  text-decoration: none;
}

.green-color-footer {
  color: #98ba32;
  margin: 0px;
  font-size: 13px !important;
}

address {
  font-size: 15px;
  line-height: 27px;
}

/* Already account */
.already-account .form-control {
  border-radius: 30px;
  padding: 25px 20px;
  width: 80%;
}

.already-account .login-btn .btn {
  border-radius: 40px;
  padding: 14px 15px;
  width: 80%;
}

.already-account .col-md-6 .border .mx-width {
  max-width: 80%;
  margin: auto;
}

.already-account .col-md-6 .border {
  max-width: 90%;
  border: 2px solid #a2c139 !important;
  border-radius: 20px;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

#radius-calculation {
  font-size: 15px;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.hidden {
  display: none;
}

.our-process-test img {
  max-width: 100%;
  height: 90px;
}

.validation-error {
  color: #dc3545 !important;
  /* Red color for errors */
  font-size: 0.875rem;
  /* Smaller font size */
  margin-top: 0.25rem;
  /* Space above the error message */
  display: block;
  /* Ensure it appears on a new line */
}

/* Custom styles for smaller checkbox and text */
.custom-checkbox .custom-control-input {
  width: 1rem;
  /* Smaller checkbox */
  height: 1rem;
  /* Smaller checkbox */
  margin-top: 0.25rem;
  /* Adjust vertical alignment if needed */
  margin-right: 0.5rem;
  /* Space between checkbox and label */
}

.custom-checkbox .custom-control-label {
  font-size: 0.875rem;
  /* Smaller text */
}

.default-casket .casket-image {
  border: 2px solid #ddd;
  /* Subtle border color */
  padding: 10px;
  margin: -10px;
  /* Offset the padding */
}

.default-casket h4 {
  color: #333;
  /* Same color as other titles */
  margin-bottom: 10px;
  /* Space between title and image */
}

.default-casket .casket-info {
  padding: 10px;
  margin-top: 10px;
  /* Space between image and price info */
  background-color: #f8f8f8;
  /* Light background for the price info */
}

.default-casket .casket-price {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  /* Same color as the title for consistency */
}

.default-casket .default-included {
  display: block;
  /* Ensure it appears on a new line */
  font-size: 0.875rem;
  color: #555;
  /* Slightly darker for emphasis */
}


.default-casket .casket-info .upgrade-option {
  display: block;
  /* Ensure it appears on a new line */
  font-size: 0.875rem;
  color: #555;
  /* Slightly darker for emphasis */
  margin-top: 10px;
  /* Additional spacing from the above elements */
}

.default-casket .casket-info .upgrade-option a {
  color: #0066cc;
  /* Color for links to make them stand out */
  text-decoration: underline;
  /* Underline to emphasize it is a link */
}

.edit-link {
  color: #a2c139;
  text-decoration: underline;
  cursor: pointer;
}

.last-image-logo .logo-img-last img {
  width: 400px;
  margin-bottom: 10px;
  height: auto;
}

.tp-product-item-2 {
  position: relative;
}

.tp-product-action-2 {
  position: absolute;
  left: 0;
  top: 112px;
  right: 23px;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.tp-product-action-btn-2 {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 1px 2px rgb(1 15 28 / 81%);
  border-radius: 50%;
  margin-bottom: 6px;
  border: 0;
}

.tp-product-action-btn-2 svg {
  transform: translateY(-1px);
}

.tp-product-tooltip {
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

.tp-product-tooltip-right:before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid #000;
}

.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}

.tp-product-tooltip:before { 
  content: "";
  right: -4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #000;
  border-bottom: 8px solid transparent;
}

.tp-product-tooltip-right:before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid #000;
}

.tp-product-tooltip,
.tp-product-tooltip:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tp-product-item-2:hover .tp-product-action-2 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}

.tp-product-action-blackStyle .tp-product-action-btn-2.active,
.tp-product-action-blackStyle .tp-product-action-btn-2:hover {
  background-color: #eee;
}

.tp-btn-border-2 svg,
.tp-collection-btn .tp-btn,
.tp-header-welcome span svg,
.tp-link-btn svg,
.tp-link-btn-3 span svg,
.tp-link-btn-line svg,
.tp-link-btn-line-2 svg,
.tp-product-action-btn-2 svg,
.tp-product-details-views>span svg {
  transform: translateY(-1px);
}

.tp-product-action-btn-2:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}

.tp-product-action-btn-2.active,
.tp-product-action-btn-2:hover {
  color: #fff;
  background-color: #000;
}

/* Urgent notice styles */
.urgent-notice {
  /* Light gray background */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 0;
}

.urgent-notice-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875rem;
  /* Adjust the size as needed */
  color: #4a4a4a;
  /* Adjust the color as needed */
  margin-bottom: 7px;
  /* This makes the text italic */
  font-weight: 500;
  font-style: italic;
}


.urgent-notice-call {
  font-family: 'Montserrat', sans-serif;
  font-size: 29px;
  /* Adjust the size as needed */
  color: #76b041;
  /* Adjust the color as needed */
  margin-bottom: 5px;
  font-style: italic;
  /* This makes the text italic */
}

.urgent-notice-subtitle {
  /* 24px if the base font size is 16px */
  /* Dark gray color */
}

.urgent-notice-list {
  list-style-type: decimal;
  /* Use numbers as list item markers */
  padding-left: 0;
  text-align: left;
  width: 100%;
  margin: 0;
}


.urgent-notice-instructions {
  /* Full width */
  /* Maximum width of the content block */
  margin-bottom: 2rem;
  /* Space below the instructions */
}

.urgent-notice-list li {
  font-family: 'Montserrat', sans-serif;
  /* font-size: 1rem; 16px if the base font size is 16px */
  color: #4a4a4a;
  /* Dark gray color */
  margin-bottom: 0.5rem;
  line-height: 1.6;
  /* Adjust the line height for better readability */
}

.urgent-notice-instructions {
  text-align: center;
}

.urgent-notice-list {
  text-align: left;
  display: inline-block;
}

.new-obj-list .img-thumbnail {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  padding: 0;
  border: 0;
}

.new-obj-list h3 {
  font-size: 25px;
  font-weight: 600;
  color: #99c30b;
  font-family: 'georgia-bold';
}

.new-obj-list h5 {
  font-size: 16px;
}

.new-obj-list p {
  font-size: 15px;
}

/* Obituaries */
.banner-text .row .obituary-text {
  opacity: 0.8;
  border-bottom-right-radius: 150%;
  height: 120%
}

.obituaries-details {
  margin-top: -6%;
}

.obituaries-details .row .col-md-8 .card-top-border {
  border-top: 12px solid #98ba32;
}

.obituaries-details .row .col-md-8 .card-top-border .img-place {
  margin-top: -15%;
}

.obituaries-details .row .col-md-8 .card-top-border .img-place img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  object-fit: cover;
  border: 8px solid white;
}

.obituaries-details .row .col-md-8 .card-body .text-style {
  font-size: 40px;
  color: #5d6b32;
  margin-bottom: 0px;
  font-family: 'georgia-bold';
}

.obituaries-details .row .col-md-8 .card-body .card-text {
  font-size: 20px;
}

.quote-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  /* background-color: #fff; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.quote-sidebar a {
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: flex;
  transition: 0.3s;
}

.quote-sidebar a:hover {
  color: #818181 !important;
}

.quote-sidebar a:hover {
  color: #f1f1f1;
}

.quote-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

.quote-sidebar .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.quote-sidebar .openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.review-wrapper .user-message {
  font-size: 15px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

.right-header-sidebar .card-bottom {
  border-bottom: 8px solid #98ba32;
}

.right-header-sidebar .card .card-header {
  background-color: #98ba32;
  color: #fff;
}

.right-header-sidebar .card .card-header h2 {
  font-size: 21px;
  margin-bottom: 0px;
}

.support .row .col-md-3 i {
  color: #98ba32;
}

.support .row .col-md-3 p {
  font-size: 17px;
  margin-top: 5px;
}

.service .row .col-md-4 .text-service {
  font-size: 30px;
  font-style: oblique;
  color: #5d6b32;
  font-family: none;
}

.banner-section .obituaries-banner {
  background-image: url(../images/banners/obituaries-banner.png);
}

.banner-section .price-banner {
  background-image: url(../images/banners/prices.jpg);
}

.banner-section .floral-banner {
  background-image: url(../images/banners/floral.png);
}

.banner-section .military-services-banner {
  background-image: url(../images/banners/military-banner.png);
}

.banner-section .shipping-body-banner {
  background-image: url(../images/banners/shipping-banner.png);
}

.banner-section .planning-ahead-banner {
  background-image: url(../images/banners/planning-banner.png);
}

.banner-section .funeral-service-banner {
  background-image: url(../images/banners/funeral-service-banner.png);
}

.banner-section .reviews-page-banner {
  background-image: url(../images/banners/review-banner.png);
}

.banner-section .shipping-both-language-banner {
  background-image: url(../images/banners/shipping-both.png);
}

.banner-section .blog-trustees-banner {
  background-image: url(../images/banners/blog-banners/blog-executors.png);
}

.banner-section .blog-when-hospice-banner {
  background-image: url(../images/banners/blog-banners/blog-when-hospice.png);
}

.banner-section .blog-reasons-to-plan-banner {
  background-image: url(../images/banners/blog-banners/blog-reasons.png);
}

.banner-section .blog-comfort-mourners {
  background-image: url(../images/banners/blog-banners/comfort-mourners.png);
}

.banner-section .blog-deceased-banner {
  background-image: url(../images/banners/blog-banners/deceased-love-one.png);
}

.banner-section .blog-funeral-etiqutte {
  background-image: url(../images/banners/blog-banners/funeral-etiqutte.jpg);
}

.banner-section .urns-banner {
  /* background-image: url(../images/banners/urns-banner.png); */
  background-image: url(../images/banners/urn-background.jpg);
}
.banner-section .headstone-banner {
  background-image: url(../images/banners/headstone-banner-stone.jpg);
}

.banner-section .banner {
  width: 100%;
  background-position: 50% 0%;
  background-size: cover;
  height: 350px;
  background-repeat: no-repeat;
}

.banner-section .bg-image {
  max-width: 700px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 530px;
  height: 130%;
  padding-left: 40px;
  padding-right: 50px;
  background: url(../../assets/images/banners/overlay.png) 0% 0%;
  background-repeat: no-repeat;
}

.banner-section .bg-dark-white-image {
  max-width: 700px;
  /* background-color: rgb(235 227 225 / 95%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 530px;
  height: 130%;
  padding-left: 40px;
  padding-right: 50px;
  background: url(../../assets/images/banners/overlay.png) 0% 0%;
  background: url(../images/banners/bg-blur.png) 0% 40%;
  background-repeat: no-repeat;
}


.banner-section .header-size {
  font-size: 40px;
  color: #5f7e00;
}

.banner-section .para-size {
  font-size: 21px;
}

.obituaries-search .search-text p {
  font-size: 20px;
}

.banner-section .obituaries-banner-container {
  margin-top: -135px;
}

.banner-section .height-banner-content {
  max-width: 100%;
}

.obituaries-search .heading-para {
  width: 40%;
  margin: auto;
}

/* Styles for wrapping the search box */

.obituaries-search .main {
  max-width: 37%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */
.main .has-search .fa {
  margin-top: 5px;
}

.has-search .form-control {
  padding-left: 3.375rem;
}

.has-search .form-control {
  height: calc(1.5em + 0.75rem + 10px);
  border-radius: 0px !important;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 4.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.obituaries-last-btn .load-more-obituaries .btn {
  width: 499.36px;
  height: 39px;
}

.fixed-bottom {
  z-index: 9 !important;
}

#accordion .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  /* background: #FFE472; */
  color: #222;
  padding: 0 0 0 14px;
}

#accordion .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 15px;
}

#accordion .btn-header-link.collapsed:after {
  content: "\f106";
}

#mySidebar #accordion .card .collapsing {
  /* background: #FFE472; */
  line-height: 30px;
}

.health-modal {
  padding-right: 290px !important;
}

.health-modal .modal-dialog .modal-content {
  width: 160%;
}

.share-obituary-modal .modal-content {
  max-width: 92%;
  padding-bottom: 20px;
  border-radius: 20px;
}

.share-obituary-modal .modal-content .modal-body .border img {
  max-width: 20px;
}

.share-obituary-modal .modal-content .copy-link .relative {
  position: relative;
}

.share-obituary-modal .modal-content .copy-link .relative .form-control {
  width: 99%;
  height: calc(1.5em + 0.75rem + 15px);
}

.share-obituary-modal .modal-content .copy-link .relative .absolute {
  position: absolute;
  top: 6px;
  right: 30px;
}

.share-obituary-modal .modal-content .copy-link .relative .absolute .btn {
  width: 130%;
}

.alert-custom-info {
  color: #31708f;
  /* Darker than default info color for better readability */
  background-color: #d9edf7;
  /* Mild blue */
  border-color: #bce8f1;
}

.alert-custom-danger {
  color: #a94442;
  /* Darker than default danger color for better readability */
  background-color: #f2dede;
  /* Mild red */
  border-color: #ebccd1;
}

.military-border .border {
  max-width: 1300px;
  margin: 60px auto 10px;
  padding: 20px;
  padding-bottom: 40px;
}

.military-border .border .img-1 {
  width: 55px;
}

.military-border .border .img-2,
.military-border .border .img-3 {
  width: 96px;
}

.military-border .border .img-4 {
  width: 86px;
}

.military-border .border .img-5 {
  width: 73px;
}

.military-border .border .d-flex .text-center p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.military-border .border .d-flex .text-center h4 {
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
}

.relative-field {
  position: relative;
}

.relative-field .military-border {
  position: absolute;
  bottom: 10px;
}

.what-we-will {
  text-align: -webkit-center;
}



.height-banner-sub-title p {
  font-size: 24px;
  max-width: 56%;
}

/* Reviews */
#googleReviews .google-g {
  width: 25px;
}

.review-read-more-btn .btn {}

.review-border {
  border: 1px solid #a2c139;
  padding: 20px 20px 40px 20px;
  margin-bottom: 30px;
}

/* .review-border img{
  float: right;
} */
.item-review-content {
  text-align: justify;
  margin-top: 10px;
}

.reviews h2 {
  font-size: 25px;
}

/* thumbs up design */
/* body{
  background: #f5f5f5;
} */
.rating-area {
  padding: 10px 0 10px 0;
  border-radius: 5px;
  display: flex;
}

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

.transition-fast {
  transition: 0.2s ease-out;
}

.thumbs-up-circle {
  width: 50px;
  height: 50px;
  background: #a2c239;
  border-radius: 50%;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

.thumbs-up {
  color: #fff;
  font-size: 24px;
  transform: rotate(0) translate(0);
}

.thumbs-up-circle:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.thumbs-up-circle:hover .thumbs-up {
  color: #fff;
  transform: rotate(-5deg) translate(0px, -1px);
}

.thumbs-up-circle:active {
  background: #e0e0e0;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.thumbs-up-circle:active .thumbs-up {
  color: #065bae;
  transition: 0.1s;
  transform: rotate(-10deg) translate(0px, -2px);
}

.thumbs-down {
  color: #fff;
  font-size: 24px;
  transform: rotate(0) translate(0);
}

.thumbs-up-circle:hover .thumbs-down {
  color: #fff;
  transform: rotate(5deg) translate(0px, 1px);
}

.thumbs-up-circle:active .thumbs-down {
  color: #fff;
  transition: 0.1s;
  transform: rotate(10deg) translate(0px, 2px);
}

.rating-area .bg-color {
  background-color: #ff8c19;
}

.banner-white-box .border {
  margin: auto;
}

.banner-white-box.review-box .border .title {
  max-width: 540px;
  margin-top: 10px;
}

.banner-white-box .border-top {
  border-top: 7px solid #98ba32 !important;
}


.banner-white-box.review-box {
  max-width: 830px;
  margin: 60px auto 0;
}

.banner-white-box.review-box .border {
  padding: 20px 40px;
}

.banner-white-box.price-box {
  max-width: 1100px;
  margin: 60px auto 0;
}

.banner-white-box.price-box .border {
  padding: 20px 40px;
}

.banner-white-box.price-box .btn {
  padding: 15px 15px;
  font-weight: 600;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #a2c239 !important;
}

.review-comment-box .border {
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.review-comment-box .border form .row .input-box {
  padding: 20px;
}

.review-comment-box .border .review-title {
  max-width: 80%;
  margin: auto;
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

/* Star rating */
#half-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    /* padding: 0 0.1em; */
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
    display: none;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover~.rating__label .rating__icon--star,
  .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
  }

  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
  }
}

.star-with-day .person-name {
  font-style: oblique;
  font-size: 23px;
  font-weight: 600;
}

.star-with-day .h4 {
  font-family: 'georgia-bold';
}

.star-with-day .item-review-content {
  font-family: 'georgiai';
  color: #000;
  font-size: 16px;
}

.google-masonry {
  padding: 1em;
  column-count: 3;
}

.star-with-day {
  max-width: none !important;
  break-inside: avoid;
  margin-bottom: 25px;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #5f7e00;
  cursor: pointer;
}

.reviews {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
}

.new-obj-list .wrapper {
  transition: 0.3s all;
}

.new-obj-list .wrapper:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.prices-border .border {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.fragrant-border .border {
  max-width: 1120px;
  margin: auto;
  margin-top: 60px;
  padding: 40px;
  padding-top: 15px;
}
.fragrant-border .border.headstone{
  max-width: 820px;
  padding: 30px 20px;
}

.floral-images img {
  max-width: 270px;
  height: 270px;
  object-fit: contain;
}

.floral-images .col-md-4 .floral-image-content .head {
  font-size: 20px;
}

.floral-images .col-md-4 .floral-image-content .sub-head {
  font-size: 13px;
  color: #5f7e00;
}

.floral-images .col-md-4 .floral-image-content .price {
  color: #5f7e00;
  font-weight: bold;
}

/* Floral Arrangement-2 */
.arrangement-border .border {
  max-width: 1090px;
  margin: auto;
  margin-top: -120px;
  padding: 30px;
}

.arrangement-border form .floral-inputs {
  max-width: 100%;
  height: 49px;
}

.arrangement-border .border .arrangemnt-content p {
  font-size: 15px;
  text-align: justify;
}

.arrangement-border .border h5 {
  font-size: 30px;
}

.arrangement-border .border p {
  font-size: 19px;
}

.arrange-images .col-md-3 img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin-bottom: 10px;
}

.floral-bottom {
  max-width: 100%;
  margin: auto;
}

.arrange-images {
  max-width: 1050px;
  margin: auto;
}

.recent-obituraies .bg-image {
  height: 70px;
  object-fit: cover;
}

.recent-obituraies .image-cover {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.pricing-tab {
  max-width: 1390px;
  margin: 0 auto;
}

.patriotic-floral .patriotic-image {
  height: 250px;
  object-fit: contain;
}

/* shipping body banner */
.planning-shipping-border .border {
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
  padding: 40px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.common-contents .border-top {
  border-top: 7px solid #98ba32 !important;
}

.common-contents .border p {
  font-size: 18px;
}
/* .common-contents .border.headstone p{
  font-size: 23px;
} */

.selectPackage .head-one,
.selectPackage .head-two {
  color: #000;
  font-size: 19px;
}

/* .selectPackage .head-one {
  text-align: left;
} */

.selectPackage1 .head-one,
.selectPackage1 .head-two {
  color: #000;
  font-size: 18px;
}

.selectPackage1 .head-one {
  text-align: left;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, .05) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

/* Funeral Services */

.funeral-services-border .border {
  max-width: 1135px;
  margin: auto;
  padding: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.funeral-service-types p {
  line-height: 24px;
}

.tfoot .value-size,
.tfoot1 .value-size {
  font-size: 67%;
}

.tfoot .you-save-size,
.tfoot1 .you-save-size {
  font-size: 17px;
}

.package-head1 .prices-title {
  font-size: 14px !important;
}

/* Blog Borders */

.blog-borders .border {
  max-width: 902px;
  margin: auto;
  margin-top: 60px;
  padding: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.blog-contents .blog-max-width {
  max-width: 900px;
}

.blog-contents .second-phase .para-execute {
  padding: 20px;
}

.blog-contents .second-phase .para-execute h5 {
  line-height: 30px;
}

.blog-contents .gather-info p {
  font-size: 17px;
}

/* .custom-checkbox .form-check input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 0;
  Remove rounded corners
  padding: 5px;
  Add padding
}  */

/* Rahim changes */
.browse-casket {
  display: none;
}

.custom-checkbox .form-check input[type="checkbox"] {
  accent-color: green;
  cursor: pointer;
}


.slider .slick-slide {
  margin: 0 10px;
  /* Add some spacing between slides */
  text-align: center;
}

.slider .slick-slide img {
  width: 100%;
  /* Ensure images take up the full width of their container */
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.slider .caption {
  margin-top: 10px;
  /* Space between image and title */
  font-size: 16px;
  /* Adjust font size as needed */
  color: #333;
  /* Font color */
}

.advantage-of-planning img {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.blog-listing img {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.answers-and-advice img {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.list-unstyled-centered {
  list-style-type: none;
  /* Remove bullets */
  padding-left: 0;
  /* Remove default padding */
}

/* .list-unstyled-centered li {
  display: inline-block;
  margin: 0 10px;
} */

.spanish-review .sub-title {
  font-size: 15px;
}

/* Shipping-to-Mexico-English & Spanish styles */
.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  /* Ensure it's above other elements */
  margin-top: 56px;
}

.language-switcher select {
  padding: 5px 10px;
  font-size: 14px;
  border-color: #a2c239;
  border-radius: 5px;
  background-color: #a2c239;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.language-switcher select:hover {
  background-color: #a2c239;
}

/* .summary-modal .fa-paper-plane{
  font-size: 20px;
  margin-top: 5px;
  margin-left: 10px;
} */

.floral-details .product-image {
  height: 550px !important;
  object-fit: cover;
}

.floral-details .col-md-7 .cart-btn {
  margin-top: -10px;
}

.floral-details .col-md-7 .cart-btn button {
  border-radius: 7px;
}

.new-slider .slick-slide img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  margin-bottom: 20px;
}

.new-slider .slick-slide {
  margin: 0 10px;
  /* Add some spacing between slides */
  text-align: center;
  /* Center the title text */
}

.new-slider .slick-slide .caption {
  font-size: 15px !important;
  text-align: center;
}

.headstone-section .hs-background {
  background-color: antiquewhite;
}

#mySidebar {
  
  overflow-y: auto;
  
}

#mySidebar::-webkit-scrollbar {
  width: 10px !important;
}


/* Track */
#mySidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px;
  border-radius: 10px;
}

/* Handle */
#mySidebar::-webkit-scrollbar-thumb {
  background: lightgrey;
  border-radius: 10px;
}

.main-content-upload-img {
  min-height: calc(100vh - 328px);
}

.google-review-slick-new .image-container {
  width: calc(100% / 3 - 20px);
  /* Adjust width to show 3 images with margin */
  margin: 10px;
  /* Adjust margin as needed */
}

.google-review-slick-new .image-container img {
  max-width: 160px;
  height: 150px;
  object-fit: cover;
}

.modal-body #previewContainer {
  display: flex;
  flex-wrap: wrap;
}

.upload-photo-popup {
  min-height: 350px !important;
}

.modal-body #previewContainer img {
  max-width: 150px !important;
  height: 150px;
  margin: 5px !important;
  object-fit: cover;
}

.tooltip {
  z-index: 999;
}

.tooltip-inner {
  background-color: #ffffff;
  /* Background color of the tooltip */
  color: #000000;
  /* Text color inside the tooltip */
  border-radius: 5px;
  /* Rounded corners */
  padding: 0px;
  /* Padding */
  border: 2px solid #007bff;
  /* Border color */
  max-width: 250px;
  /* Set max-width */
  text-align: left;
  /* Align text to the left */
}

.tooltip .rounded-circle {
  width: 50px;
  /* Adjust image size */
  height: 50px;
  /* Keep image aspect ratio */
}

.tooltip-inner p {
  margin: 0;
  font-weight: bold;
  /* Style for the username */
}

.tooltip-inner small {
  color: #6c757d;
  /* Optional: Subtle color for additional info */
}

/* For table */

.package-bottom-space {
  margin-bottom: 250px;
}

.badge-success {
  right: 0px;
}

.packageMenu .four-buttons .disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  color: gray;
  /* Optional: style to look disabled */
}

.mobile-menu {
  display: none;
}

.mobile-menu .mobile-wrapper {}

.mobile-menu .mobile-logo img {
  width: 100px;
  height: auto;
}

.mobile-menu .mobile-wrapper .fa-bars {
  font-size: 20px;
  color: #719105;
}

.mobile-menu .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.mobile-menu .sidenav ul.main-menu {
  margin: 0;
  padding: 0;
}

.mobile-menu .sidenav ul.main-menu li {
  margin: 0;
  padding: 0;
}

.mobile-menu .sidenav ul.main-menu li a {
  padding: 8px 8px 4px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.mobile-menu .sidenav ul.main-menu ul.sub-menu {
  margin: 0;
  padding: 0;
}

.mobile-menu .sidenav ul.main-menu .card {
  background: transparent !important;
}

.mobile-menu .sidenav ul.main-menu ul.sub-menu li {
  margin: 0;
  padding: 0;
}

.mobile-menu .sidenav ul.main-menu ul.sub-menu li a {
  padding: 7px 8px 7px 40px;
  text-decoration: none;
  font-size: 15px;
  color: #b3b2b2;
  display: block;
  transition: 0.3s;
}

.mobile-menu .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

.mobile-menu .cart-total-mobile {
  font-size: 13px;
  font-weight: 700;
}

.mobile-menu .cart-total-mobile i {}

.mobile-menu .cart-total-mobile .tot_amt {}

.loved-one {
  position: relative;
}

.loved-one span {
  position: absolute;
  bottom: -26px;
}

.form-check span {
  display: block;
}

.package-head .valued-at,
.package-head .you-save {
  display: none !important;
}

.casket-details .slider-img .urnImage img {
  max-width: 60% !important;
}

.casket-details .slider-img .urnImage {
  text-align: center;
}

/* For disabled */
a.disabled {
  pointer-events: none;
  /* Disable clicking */
  cursor: default;
  /* Change cursor to default */
  color: gray;
  /* Optional: make it look disabled */
  text-decoration: none;
  /* Optional: remove underline */
}

.set-height {
  min-height: calc(100vh - 360px);
}

.floral-selection img {
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}

.browse-urns-images img {
  max-width: 200px;
}

.alert-casket-text p {
  font-size: 13px;
  line-height: 27px;
}

.primary-alert-boxes .alert-padding {
  padding-bottom: 15%;
}

.filter-bottom-padding {
  margin-bottom: -7px;
}

.browse-urns-selection {
  margin-bottom: 250px;
}
.footer-type-two{
  background-color: #605855;
    color: #fff;
    border-top: 5px solid #98ba32;
    padding: 0 15px 6px;
}
.footer-type-two .wrapper{max-width: 75%;margin: 0 auto;}
.footer-type-two p{color: #fff;margin: 4px 0 0;font-size: 12px;line-height: 18px;}
.footer-type-two a{color: #fff;}


/* Headstones */
.container.headstone-details{
  max-width: 820px;
}
.headstone-details .step-one .form-check input{
  margin-top: 15px;
}
.headstone-details .step-one .form-check .form-check-label{
  margin: 10px 0;
}
.headstone-details .step-one .form-check p{
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-bottom: 0px;
}
.headstone-details .step-two .select-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 92%;
  margin-left: 16px;
}
.headstone-details .step-three .user-details img{
  margin: 10px 0;
}
.headstone-details .step-three .slick-prev::before{
  margin-top: -50px;
}
.headstone-details .step-three .slick-next::before{
  margin-top: -50px;
}
.sidebar-wrapper.headstone{
  margin-bottom: 100px;
}
.filters-sidebar {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.color-swatch {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
  border-radius: 4px;
}

.filter-group {
  margin-bottom: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.2s;
}

.headstone-grid .product-wrapper{
  background-image: url(../images/headstone/grass.jpeg);
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  padding: 12px;
  background-repeat: no-repeat;
}

.product-card .product-details{
  padding: 15px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  object-fit: cover;
  
}

.filters-clear {
  margin-bottom: 20px;
}

.headstone-details{
  min-height: calc(100vh - 320px);
}
.headstone-details #accordion .card{
  margin-bottom: 6px;
}
.headstone-details #accordion .card-header a{
  color: #000;
}
.filter-container.headstone-new a h4{
  margin-top: 5px;
}

/* obiituary-detail-new */
/* Hero Section */
.obiituary-detail-new .hero-section {
  background-image: url(../images/headstone/grass.jpeg);
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  padding: 12px;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
.obiituary-detail-new .hero-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  top: 65%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.obiituary-detail-new .profile-content {
  padding: 60px;
  text-align: center;
}
.obiituary-detail-new .profile-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: -100px auto 30px;
  border: 5px solid white;
  border: 5px solid white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  left: 38%;
  z-index: 3;
}
.obiituary-detail-new .btn-custom {
  background: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 15px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.obiituary-detail-new .btn-custom:hover {
  background: #f8f9fa;
}

/* Condolence Section */
.obiituary-detail-new .condolence-card {
  text-align: center;
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  border: 1px solid #eee;
}
.obiituary-detail-new .condolence-card:hover {
  transform: translateY(-5px);
}
.obiituary-detail-new .icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eaf2e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.obiituary-detail-new .condolence-card:hover .icon-circle{
  background: #204e30;
}
.obiituary-detail-new .condolence-card .icon-circle i{
  font-size: 40px;
  color: #204e30 !important;
  transition: all 0.3sease;
}
.obiituary-detail-new .condolence-card:hover i{
 
  color: #fff !important;
  
}
.obiituary-detail-new .btn-dark-green {
  background: #204e30;
  color: white;
  border-radius: 20px;
  padding: 8px 15px;
}
.obiituary-detail-new .btn-dark-green:hover {
  background: #163b24;
}
.obiituary-detail-new .dates-container{
  margin-top: 130px;
}
.obiituary-detail-new .dates-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.obiituary-detail-new .dates-container .date-block{
  background: #eee;
  padding: 12px;
  border-radius: 8px;
  width: 28%;
  box-shadow:3px 4px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.obiituary-detail-new .dates-container .date-block:hover{
  text-decoration: none;
  color: #000;
}
.obiituary-detail-new .dates-container .date-block:first-child{
  margin-right: 10px;
}
.obiituary-detail-new .dates-container .date-block h5{
  margin: 0;
}
.obiituary-detail-new .cherished{
  background: #f7f7f7;
  padding: 22% 0 60px;
}
.obiituary-detail-new .condolence{
  padding: 50px 0 50px;
}
.obiituary-detail-new a{
  color: #000;
}
/* .obiituary-detail-new{
  font-family: 'Playfair Display', serif;
} */
.obiituary-detail-new .condolence-card button:hover{
  color: #fff;
}

/* headstone-customize-new */
.headstone-customize-new canvas{
  border: none !important;
}
/* h3{
  font-size: 26px;
  margin-bottom: 25px;
} */
.headstone-customize-new .sidebar h4{
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 18px;
}
.headstone-customize-new .sidebar {
  /* height: 100vh; */
  background-color: #f8f9fa;
  color: #000;
  padding: 20px;
  overflow-y: scroll;
}
.headstone-customize-new .sidebar #submitTextBtn{
  background-color: #a2c239;
  border-color: #a2c239;
}
.headstone-customize-new .main-content {
  padding: 20px;
}
.headstone-customize-new .dropdown-menu {
  background-color: #343a40;
}
.headstone-customize-new .dropdown-item {
  color: white;
}
.headstone-customize-new .dropdown-item:hover {
  background-color: #495057;
}
.headstone-customize-new .image-container {
  position: relative;
  max-width: 1040px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;

}
.headstone-customize-new .thumbnail-img {
  width: 46%;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.headstone-customize-new .thumbnail-img:hover {
  border-color: blue;
}
.headstone-customize-new .canva-wrapper {
  position: relative;
}

/* Image */

img {
  pointer-events: none;
  /* -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
body {
  -webkit-user-select: none;
  user-select: none;
}

/* Headstone sidebar menu */
.headstone-menu-icon{
  display: none;
}
.headstonclose-btn{
  display: none;
}
@media only screen and (max-width: 600px){
  .headstone-menu-icon{
    font-size: 30px;
    cursor: pointer;
    top: 235px;
    left: 20px;
    z-index: 1000;
    display: block;
  }
  .headstone-sidebar{
      position: fixed;
      top: 0;
      left: -250px; /* Initially hidden */
      width: 250px;
      height: 100%;
      background: #f8f8f8;
      transition: 0.3s;
      padding-top: 60px;
      z-index: 10000;
  }
  .headstonclose-btn{
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    display: block;
  }
  .headstone-sidebar.active{
    left: 0;
  }
}

@media only screen and (max-width: 700px){
  .headstone-customize-new .image-container{
    display: block;
  }
}

/* caskets Banner */
.banner-section .caskets-banner {
  background-image: url(../images/banners/caseket-banner.jpg);
}

.new-blog .blg-contant span{
  font-size: 16px;
  line-height: 26px;
  font-weight: lighter;
}
.new-blog .blg-contant.banner{
  background-image: url(../images/banners/blog-banners/blog-contant-banner.jpg);
  width: 100%;
  background-position: 50% 0%;
  background-size: cover;
 
  background-repeat: no-repeat;
}

/* Casket list */
.banner-section .caskets-banner.casket-list {
  background-image: url(../images/banners/casket-list.jpg);
}

.headstone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(251px, 1fr));
  gap: 20px;
}

.headstone-card {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  transition: transform 0.2s;
}

.headstone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.headstone-image {
  width: 100%;
  height: 132px;
  background-size: cover;
  background-position: center;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.headstone-info {
  padding: 15px;
}

.headstone-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 24px;
}

.headstone-specs {
  color: #6c757d;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 15px;
}
#filterSidebar{
  max-height: 98vh;
  overflow-y: scroll;
  padding-bottom: 200px;
}
#filterSidebar .filter-title {
  font-weight: 600;
  font-size: 14px;
}

#filterSidebar .collapse-toggle {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 17px 0;
  border-top: 1px solid #eee;
}

#filterSidebar .form-check-label {
  font-weight: 400;
  font-size: 14px;
}

#filterSidebar .form-check {
  margin-bottom: 8px;
}

#filterSidebar .filter-content {
  /* max-height: 200px; */
  /* overflow-y: auto; */
  /* padding-left: 10px; */
}

#filterSidebar .collapse-toggle span.toggle-icon {
  font-size: 20px;
  line-height: 1;
}

#filterSidebar .sidebar-section {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
#filterSidebar .filter-option {
  margin-bottom: 8px;
}
#filterSidebar .filter-option label{
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px 0 10px;
}
#filterSidebar .filter-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
#filterSidebar .blue-pearl {
  background-color: #0e4e7a;
}
#filterSidebar .ebony-black {
  background-color: #000000;
}
#filterSidebar .galaxy-black {
  background-color: #111111;
}
#filterSidebar .india-red {
  background-color: #9b2e2e;
}
#filterSidebar .regal-grey {
  background-color: #8d8d8d;
}
#filterSidebar .georgia-grey {
  background-color: #b5b5b5;
}
#filterSidebar::-webkit-scrollbar {
  width: 8px;
}
#filterSidebar::-webkit-scrollbar-thumb {
  background-color: #fff; /* default color */
  border-radius: 4px;
}
#filterSidebar.scrolling::-webkit-scrollbar-thumb {
  background-color: blue; /* when scrolling */
}
.caseket-wrapper{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.caseket-wrapper.form-caskets {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .caseket-wrapper {
    padding: 0 10px;
  }
  
  .caseket-wrapper.form-caskets {
    margin-bottom: 1rem;
  }
}

.casket-sidebar{
  max-height: 98vh;
  overflow-y: scroll;
  padding-bottom: 200px;
}
.casket-sidebar::-webkit-scrollbar {
  width: 8px;
}
.casket-sidebar::-webkit-scrollbar-thumb {
  background-color: #fff; /* default color */
  border-radius: 4px;
}
.casket-sidebar.scrolling::-webkit-scrollbar-thumb {
  background-color: blue; /* when scrolling */
}
.casket-sidebar .btn-link{
  font-weight: 600;
  padding: 9px 0px;
  margin: 0;
  font-size: 14px;
}
.casket-sidebar .form-check{
  font-size: 14px;
  margin: 8px 0;
}
.casket-sidebar .fas{
  font-size: 12px;
}
/* sidebar design */
.sidebar .accordionAppend span{
  font-size: 14px;
  font-weight: 600;
}
.sidebar .accordionAppend label{
  font-size: 14px;
  font-weight: 500;
}
.sidebar label{
  font-size: 14px;
  font-weight: 600;
}
.accordion-urns .label-text{
  font-size: 14px;
  font-weight: 600;
}
.accordion-urns .fas{
  font-size: 12px;
}
.urn-sidebar{
  max-height: 98vh;
  overflow-y: scroll;
  padding-bottom: 200px;
}
.urn-sidebar::-webkit-scrollbar {
  width: 8px;
}
.urn-sidebar::-webkit-scrollbar-thumb {
  background-color: #fff; /* default color */
  border-radius: 4px;
}
.urn-sidebar.scrolling::-webkit-scrollbar-thumb {
  background-color: blue; /* when scrolling */
}

/* Quick view */
.tp-product-action-btn-2.new{
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 10px;
  /* margin-top: 128px; */
  background: #fff;
  color: #000;
  border: 2px solid #000;
  box-shadow: unset;
}
.tp-product-action-btn-2.new svg{
  margin-right: 10px;
}
.tp-product-action-blackStyle.floral{
  top: 160px;
}

/* Product color */
.color-circle {
     width: 70px;
     height: auto;
     margin: 0 3px;
     cursor: pointer;
     border: 1px solid #ccc;
     padding: 5px;
     display: flex;
     align-items: center;
     border-radius: 3px;
}
.color-circle img{
  max-width: 100%;
}
.color-slider-container {
  width: 100%;
			max-width: 300px;
			margin: 0px auto 0px;
			border-bottom: 1px solid #f1f1f1;
			padding: 5px 0;
}
.color-slider{
  display: flex;
  justify-content: center;
}
.slick-prev, .slick-next {
  font-size: 20px;
  z-index: 1;
}
/* .color-slider-container.urn .color-circle{
  height: 24px;
} */
.color-slider-container.foloral .color-slider{
  margin-left: 50px;
}
.color-slider-container.headstone{
  margin-top: 15px;
}
/* Banner responsive img */
@media only screen and (max-width: 650px){
  .banner-new .desktop{
    display: none;
  }
  .banner-new .mobile{
    display: block !important;
  }
  .button-section{
    margin-top: 20px !important;
  }
}
.banner-new .mobile{
  display: none;
}

.form-caskets {
  margin-bottom: 200px;
}
/* #v-pills-home-tab:active{
    background: #a2c139;
}
#v-pills-home-tab:hover{
  background: #a2c139;
  color: #fff;
} */