@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}

.mt-8 {
  margin-top: 80px;
}

/*#######################*/
.main-title {
  position: relative;
  width: 100%;
  color: #754D28;
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.btn-subscribe, .head-bttm .navbar .navbar-nav li a.btn-subscribe {
  padding: 8px 20px !important;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 20px;
  background-color: #9DC08B;
  margin: 0;
}
.btn-success:hover .head-bttm .navbar .navbar-nav li a.btn-subscribe {
  color: #fff !important;
  background-color: #9DC08B !important;
  border-color: #9DC08B !important;
}

.floating-div {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: baseline;
  z-index: 9;
}
.floating-div .srvc-list {
  padding: 12px;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
/*  margin-right: -256px;*/
}
.srvc-list h3{
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
  padding: 0;
}
.floating-div .srvc-list ul {
  margin: 0;
  padding: 0;
}
.floating-div .srvc-list ul li {
  position: relative;
  float: none;
  margin-bottom: 12px;
  padding-left: 25px;
}
.floating-div .srvc-list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f192";
  font-family: Fontawesome;
  color: #9DC08B;
  font-size: 14px;
}
.floating-div .srvc-list ul li a {
  color: #2D2D2D;
}
.floating-div .srvc-list ul li a:hover {
  color: #000000;
}

.fxd-btn {
  padding: 8px 10px !important;
  font-size: 14px;
}
.fxd-btn i {
  width: 18px;
  height: 18px;
  background-color: #C9F4AA;
  color: #000000;
  text-align: center;
  line-height: 18px;
  margin-left: 5px;
}

/*### Header css start ####*/
.head-top {
  background-color: #9DC08B;
  padding: 15px 0;
}
.head-top .top-cntct {
  margin: 0;
  padding: 0;
}
.head-top .top-cntct li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  float: left;
}
.head-top .top-cntct li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.head-top .top-cntct li i {
  color: #C9F4AA;
  font-size: 16px;
  margin-right: 5px;
}
.head-top .top-cntct li a {
  color: #fff;
}

.head-mid {
  padding: 4px 0;
  border-bottom: 1px solid #BFBFBF;
}
.head-mid .ecom-lst {
  margin: 0;
  padding: 0;
}
.head-mid .ecom-lst li {
  float: left;
  margin: 0 25px 0 0;
}
.head-mid .ecom-lst li .cart-prt {
  position: relative;
}
.head-mid .ecom-lst li .cart-prt span {
  position: absolute;
  right: -11px;
  top: -9px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: #9DC08B;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.head-mid .ecom-lst li:last-child {
  margin: 0;
}
.head-mid .help-bx {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.head-mid .help-bx img {
  margin-right: 10px;
}
.head-mid .help-bx p {
  font-size: 14px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #A2A2A2;
  margin: 0;
  line-height: 20px;
}
.head-mid .help-bx p a {
  font-size: 16px;
  display: block;
  color: #000000;
}

.dropdown-toggle {
  background: transparent !important;
}

.head-bttm {
  position: relative;
  width: 100%;
  padding: 11px 0;
}
.head-bttm .navbar {
  padding: 0 !important;
  justify-content: space-between !important;
  align-items: center;
}
.head-bttm .navbar .navbar-nav {
  position: relative;
  align-items: center;
}
.head-bttm .navbar .navbar-nav li {
  position: relative;
  padding: 0px;
  border-right: 1px solid #9E9E9E;
}
.head-bttm .navbar .navbar-nav li:last-child {
  border-right: none;
}
.head-bttm .navbar .navbar-nav li a {
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  padding: 0 6px !important;
  line-height: 15px;
}
.head-bttm .navbar .navbar-nav li.active a {
  color: #000000;
}

/*search css start*/
.hed-search .open-search {
  position: relative;
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  background-color: #9DC08B;
  border-radius: 3px;
}

.form-search {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 30px 5%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}

.form-search input[type=search] {
  font-size: 30px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 12px 10px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-search button {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search button i {
  color: #000000;
  font-size: 30px;
}

.form-search.active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.close-overlay {
  opacity: 0;
  height: 0;
  width: 0;
}

.form-search.active + .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: url(../images/close-search-icn.png), auto;
  z-index: 1;
}

/*search css end*/
.banner .carousel-item img {
  height: auto;
}
/* .banner .carousel-caption {
  position: absolute;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  padding: 0;
  width: 65%;
  text-align: left;
  right: 0;
} */

.banner .carousel-caption {
  position: absolute;
  bottom: inherit;
  top: 60%;
  transform: translateY(-50%);
  left: auto;
  padding: 0;
  width: 34%;
  text-align: left;
  right: 0;
}

/* .banner .carousel-caption h3 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-shadow: -3px -1px 2px rgba(0,0,0,0.31);
} */
 
.banner .carousel-caption h3 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-shadow: -6px 6px 8px rgb(12 10 10);
}

.banner .carousel-caption p {
  color: #000000;
  margin: 15px 0 0;
}
.banner .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  background-clip: unset;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
}
.banner .carousel-indicators [data-bs-target].active {
  border: 2px solid #69965D;
}

.main-wrap {
  padding: 70px 0;
}

.abt-img img {
  width: 100%;
  height: auto;
}

.abt-txt h3 {
  font-size: 46px;
  font-weight: 700;
  font-style: italic;
  color: #754D28;
  margin: 0;
  padding: 0;
}
.abt-txt h3 span {
  font-size: 17px;
  display: block;
}
.abt-txt h4, .custom-bx .about-img2 h4 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  margin: 15px 0 0;
  padding: 0;
}
.abt-txt p {
  margin: 15px 0 0;
}

.work-wrap {
  background-color: #FEF5EF;
  padding: 70px 0;
}

.step-bx {
  position: relative;
}
.step-bx .number {
  font-size: 45px;
  font-weight: 700;
  color: #9DC08B;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.step-bx .work-txt {
  font-size: 22px;
  margin: 0;
}
.step-bx:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/line.png) no-repeat;
  width: 50px;
  height: 585px;
}

.recent-wrap {
  background-color: #9DC08B;
}
.recent-wrap .recent-txt {
  width: 40%;
  padding: 0 25px 0 115px;
}
.recent-wrap .recent-txt h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.recent-wrap .recent-txt p {
  color: #000000;
  margin: 10px 0 0;
}
.recent-wrap .obituaries-bx {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.recent-wrap .obituaries-bx .person-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.recent-wrap .obituaries-bx .person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-wrap .obituaries-bx .person-img .p-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin: 0;
  padding: 0;
}
.recent-wrap .obituaries-bx .person-img .p-info span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.srvc-bx {
  position: relative;
  width: 100%;
}
.srvc-bx .srvc-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.srvc-bx .srvc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.srvc-bx .srvc-txt {
  background-color: #fff;
  position: relative;
  width: 85%;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  padding: 15px;
  text-align: center;
}
.srvc-bx .srvc-txt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
}
.srvc-bx .srvc-txt p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.srvc-bx .srvc-txt a {
  font-size: 16px;
  color: #9DC08B;
  display: inline-block;
  margin: 12px 0 0;
}

.srvc-item {
  position: relative;
  padding: 0px 15px;
}

#srvc-slider .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #A2A2A2;
  border-radius: 0;
  background-color: transparent;
  z-index: 9;
}
#srvc-slider .slick-arrow i {
  color: #A2A2A2;
}
#srvc-slider .slick-arrow i:hover {
  color: #000000;
}
#srvc-slider .slick-arrow:hover {
  border: 1px solid #000000;
}

#srvc-slider .slick-prev {
  position: absolute;
  left: calc(0% - 45px);
  top: 50%;
  transform: translateY(-50%);
}

#srvc-slider .slick-next {
  position: absolute;
  right: calc(0% - 45px);
  top: 50%;
  transform: translateY(-50%);
}

.testi-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2px;
}
.testi-wrap .manage-bx {
  grid-column-start: 1;
  grid-column-end: 4;
  height: 340px;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testi-wrap .manage-bx::before{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.testi-wrap .manage-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .testi-wrap .manage-bx .mid-txt {
  position: absolute;
  width: 45%;
} */

.testi-wrap .manage-bx .mid-txt {
  position: absolute;
  width: 25%;
}
.testi-wrap .manage-bx .mid-txt h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff !important;
  margin: 0;
  padding: 0;
  text-shadow: -3px -1px 2px rgba(0,0,0,0.31);
}
.testi-wrap .img-bx {
  height: 460px;
  overflow: hidden;
}
.testi-wrap .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-wrap .testi-bx {
  background-color: #9DC08B;
  padding: 15px;
  text-align: center;
  width: 515px;
}
.testi-wrap .testi-bx .testi-title {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin: 0;
  padding: 0;
}
.testi-wrap .testi-bx .testi-inr-bx .client-prt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-wrap .testi-bx .testi-inr-bx .client-prt .client-img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  overflow: hidden;
}
.testi-wrap .testi-bx .testi-inr-bx .client-prt .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-wrap .testi-bx .testi-inr-bx .client-prt h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
}
.testi-wrap .testi-bx .testi-inr-bx .client-prt h4 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.testi-wrap .testi-bx .testi-inr-bx p {
  margin: 10px 0 0;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}

#testi-slider .slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  z-index: 9;
}
#testi-slider .slick-arrow i {
  color: #fff;
}
#testi-slider .slick-arrow:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
#testi-slider .slick-arrow:hover i {
  color: #000000;
}

#testi-slider .slick-prev {
  position: absolute;
  left: calc(50% - 25px);
  transform: translateX(-50%);
  /* bottom: -40px; */
  bottom: 90px;
}

#testi-slider .slick-next {
  position: absolute;
  left: calc(50% + 25px);
  transform: translateX(-50%);
  /* bottom: -40px; */
  bottom: 90px;
}

.f-top {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.f-top .f-pera {
  margin: 20px 0 0;
  color: #b2b2b2;
}
.f-top .footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
}
.f-top .footer-menu-list {
  margin: 0;
  padding: 0;
}
.f-top .footer-menu-list li {
  float: none;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
}
.f-top .footer-menu-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0da";
  font-family: Fontawesome;
  font-size: 14px;
  color: #9DC08B;
}
.f-top .footer-menu-list a {
  color: #B4B4B4;
}
.f-top .f-contact {
  margin: 0;
  padding: 0;
}
.f-top .f-contact li {
  float: none;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.f-top .f-contact li img {
  margin-right: 12px;
}
.f-top .f-contact li p {
  color: #B4B4B4;
  margin: 0;
}
.f-top .f-contact li a {
  color: #B4B4B4;
  font-size: 16px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.f-top .f-contact li a span {
  font-size: 22px;
  color: #fff;
}

.f-bttm {
  background-color: #1A1A1A;
  padding: 20px 0;
  text-align: center;
}
.f-bttm .f-social {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.f-bttm .f-social li {
  float: none;
  margin: 0 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}
.f-bttm .f-social li i {
  font-size: 16px;
  color: #111111;
  line-height: 35px;
  transition: all ease-in-out 0.3s;
}
.f-bttm .copyright {
  color: #717171;
  font-size: 15px;
  margin: 20px 0 0;
}

/*##### login register page css start #######*/
.sign-form-wrap {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
}
.sign-form-wrap .log-logo {
  position: relative;
  width: 100%;
  text-align: center;
}
.sign-form-wrap .log-logo h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin: 15px 0;
  padding: 0;
}
.sign-form-wrap .signin-form {
  position: relative;
  width: 100%;
}
.sign-form-wrap .signin-form a {
  color: #9DC08B;
}
.sign-form-wrap .signin-form .form-group label {
  position: relative;
  font-size: 16px;
  color: #0D0C25;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.sign-form-wrap .signin-form .form-group .form-control {
  position: relative;
  height: auto;
  padding: 5px 8px;
  padding-left: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #707070;
}
.sign-form-wrap .signin-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.sign-form-wrap .signin-form .form-group textarea.form-control {
  height: 170px;
}
.sign-form-wrap .signin-form .submit-btn-wrap {
  position: relative;
  width: 100%;
}
.sign-form-wrap .signin-form .submit-btn-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.sign-form-wrap .signin-form .submit-btn-wrap ul li {
  margin-right: 10px;
}
.sign-form-wrap .signin-form .submit-btn-wrap ul li p {
  color: #000000;
  margin-bottom: 5px;
}

/*##### About #######*/
.inr-ban {
  position: relative;
  width: 100%;
}
.inr-ban img {
  width: 100%;
}

.custom-bx {
  display: inline-block;
  width: 100%;
}
.custom-bx .about-img2 {
  padding-right: 35px;
  margin-bottom: 20px;
  float: left;
  width: 45%;
}
.custom-bx .about-img2 img {
  width: 100%;
}

.about-left-img img {
  width: 100%;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0 0 20px;
}
.about-right-content p {
  color: #474747;
  margin-bottom: 15px;
}
.about-right-content ul {
  margin: 0 0 15px;
  padding: 0;
}
.about-right-content ul li {
  position: relative;
  color: #2D2D2D;
  float: none;
  margin-bottom: 12px;
  padding-left: 25px;
}
.about-right-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f192";
  font-family: Fontawesome;
  color: #9DC08B;
  font-size: 14px;
}

.main-pera {
  color: #2D2D2D;
  margin: 15px 0 0;
  padding: 0 60px;
  text-align: center;
}

.map-bx iframe {
  width: 100%;
  height: 630px;
  border: none;
  overflow: hidden;
}

.blog-bx {
  margin-bottom: 25px;
}
.blog-bx .blog-img {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-bx .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-bx h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 15px 0 0;
  padding: 0;
}
.blog-bx p {
  margin: 15px 0 0;
}

.blog-details .blog-img {
  height: 350px;
}

.heading2 {
  font-size: 20px;
  color: #990000;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 25px;
  position: relative;
  padding: 0 0 15px;
  text-align: center;
}
.heading2:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #990000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.select_dining_details_sec {
  background: #fff;
  padding: 25px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);
}

.select_dining_details_form {
  margin: 10px 0 0;
}
.select_dining_details_form .form-group {
  margin-bottom: 12px;
}
.select_dining_details_form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 0 8px 32px !important;
  font-size: 15px;
  line-height: 1.42857143;
  color: #6b6b6b;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  border-bottom: 1px solid #6b6b6b;
}

.select_dining_details_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6b6b;
}

.select_dining_details_form ::-moz-placeholder { /* Firefox 19+ */
  color: #6b6b6b;
}

.select_dining_details_form :-ms-input-placeholder { /* IE 10+ */
  color: #6b6b6b;
}

.select_dining_details_form :-moz-placeholder { /* Firefox 18- */
  color: #6b6b6b;
}

.timeSelect {
  position: relative;
}
.timeSelect:before {
  position: absolute;
  content: "\f017";
  font-family: FontAwesome;
  font-size: 22px;
  color: #990000;
  top: 8px;
  left: 0;
  z-index: 999;
}

.peopleSelect {
  position: relative;
}
.peopleSelect:before {
  position: absolute;
  content: "\f007";
  font-family: FontAwesome;
  font-size: 22px;
  color: #990000;
  top: 8px;
  left: 0;
  z-index: 999;
}

/*#################### Booking Page ########################*/
/*############# Callender #################*/
.monthly {
  margin: 20px 0 0;
}

.monthly-day-wrap {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  width: 100%;
}

.monthly-day-event > .monthly-day-number {
  padding: 5px !important;
}

.monthly-today .monthly-day-number {
  background: #cc0000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9em;
  height: 2.25em;
  left: 0.05em;
  line-height: 1.25em;
  padding: 5px;
  text-align: center;
  top: 0.08em;
  width: 2.25em;
}

.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #cc0000 !important;
}

.monthly-header-title a:link, .monthly-header-title a:visited {
  margin: 0 0.25em;
}

.monthly-day-title-wrap {
  padding-top: 12px;
}

.monthly-event-list {
  top: 3.8em;
}

.monthly-prev:hover, .monthly-next:hover {
  background-color: #FF9191 !important;
}

/*############# Callender #################*/
/*############ smartWizard tab #############*/
.sw-main {
  margin: 0 auto;
  width: 1000px;
}

.step-anchor {
  margin: 0 0 20px;
  border-bottom: none;
}

.step-anchor li {
  width: 25%;
  float: left;
  text-align: center;
}

.step-anchor li i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #828383;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.step-anchor li.done i {
  background-color: #9DC08B;
}

.step-anchor li a span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #0C2441;
  margin: 10px 0 0;
  padding: 0;
}

.step-anchor li a {
  position: relative;
}

.step-anchor li a::after {
  position: absolute;
  width: 205px;
  height: 3px;
  background-color: #828383;
  left: 50px;
  content: "";
  top: 8px;
}

.step-anchor li.done a::after {
  background-color: #9DC08B;
}

.step-anchor li:last-child a::after {
  display: none;
}

.step-bdy {
  background-color: #F1F2F3;
  padding: 20px;
  position: relative;
}

.step-bdy h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0C2441;
  margin: 0 0 20px;
  padding: 0;
}

.sw-theme-arrows .step-content {
  padding: 0;
}

.sw-toolbar {
  display: block;
  margin: 10px 0 0;
}

.sw-btn-group {
  float: right;
  margin-right: 29px;
}

.step-bdy label {
  width: 100%;
}

.booking-bx {
  padding: 15px;
  position: relative;
  border: 1px solid #0C2441;
  border-radius: 4px;
}

.free-bx {
  border: 1px solid #FF9900;
}

.booking-bx h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0C2441;
  margin: 0;
  padding: 2px 4px;
  background-color: #F1F2F3;
  display: inline-block;
  position: absolute;
  top: -12px;
}

.free-bx h3 {
  color: #FF9900;
}

.sw-main .sw-container {
  overflow: visible;
}

.quote-form {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px;
  background-color: #fff;
  min-height: 100%;
  z-index: 9;
}

.quote-form h3 {
  font-size: 22px;
  font-weight: 600;
  color: #FF9900;
  margin: 0 0 15px;
  padding: 0;
}

#close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mega-search .btn-success {
  margin-top: 0;
}

/*############ End smartWizard tab #############*/
/*############ Dashboard #############*/
.sidebar {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px #717171;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #5C5C5C;
  display: flex;
  align-items: center;
}
.sidebar ul li a.active {
  color: #000000;
}
.sidebar ul li a .icon_menu {
  background: #fdf5dd;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  margin-right: 12px;
  box-shadow: 0 3px 6px rgba(83, 108, 167, 0.16);
}
.sidebar ul li a .icon_menu i {
  font-size: 16px;
  color: #000000;
  transition: 0.5s;
}
.sidebar ul li a.active .icon_menu {
  background: #9DC08B;
}
.sidebar ul li a.active .icon_menu i {
  color: #fff;
}

.filter-part {
  box-shadow: 0 1px 2px #717171;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.filter-part .title1 {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  margin: 0;
  padding: 0;
}

.lft-profile-prt {
  background-color: #fdf5dd;
  padding: 15px;
  text-align: center;
}

/* ######### Profilr pic upload ########## */
.file-upload {
  width: 180px;
  height: 180px;
  position: relative;
  display: inline-block;
}

.file-upload-input {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
}

.image-upload-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 8px solid #7039F7;
}

.file-upload-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #7039F7;
}
.file-upload-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.file-upload-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0DE7FF;
  text-align: center;
}
.file-upload-btn i {
  font-size: 20px;
  color: #000;
  line-height: 50px;
}

.drag-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.drag-img img {
  width: 100%;
  height: 100%;
}

/* ######### END Profilr pic upload ########## */
.btn-subscribe {
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 20px;
  background-color: #9DC08B;
  margin: 0;
}

.custom-fld {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacdcf;
  width: 48%;
}
.custom-fld h4 {
  font-size: 17px;
  font-weight: 400;
  color: #3a3f44;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.custom-fld h4 span {
  font-size: 20px;
  color: #000000;
  display: block;
}

.profile-form label {
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
}
.profile-form .form-control {
  border-radius: 3px;
}

textarea.form-control {
  height: 100px;
}

/*##### Shop page ####*/
.left-sidebar {
  position: relative;
  width: 100%;
}
.left-sidebar .category-main-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.left-sidebar .sidebar-title {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  background-color: #754D28;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
}
.left-sidebar ul {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.left-sidebar ul li {
  border-bottom: none;
}
.left-sidebar ul li a.expand {
	padding: 7px 8px;
}
.left-sidebar ul li a {
	display: block;
	color: #728990;
	font-size: 15px;
	padding: 4px 6px;
}
.left-sidebar ul:last-child {
  border-bottom: 0px;
}

.cate-bx {
  margin-bottom: 20px;
}
.cate-bx .cate-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.cate-bx .cate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cate-bx .cate-txt {
  border-left: 1px solid #D9D9D9;
  transition: all ease-in-out 0.3s;
}
.cate-bx .cate-txt h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.cate-bx .cate-txt h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.cate-bx .cate-txt h4 del {
  color: #754D28;
}
.cate-bx:hover .cate-txt {
  border-left: 1px solid #754D28;
}
.cate-bx:hover .cate-txt h3 {
  color: #754D28;
}

/* ########## product Details ########### */
.pro-dtl-img img {
  width: 100%;
}

.pro-dtl-txt h3 {
  color: #754D28;
  font-size: 34px;
  margin: 0;
  padding: 0;
}
.pro-dtl-txt h4 {
  color: #9DC08B;
  font-size: 20px;
  margin: 15px 0 0;
  padding: 0;
}
.pro-dtl-txt p {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0 0;
}
.pro-dtl-txt p strong{
  font-weight: bold;
}
.pro-dtl-txt .price {
  color: #754D28;
  font-size: 30px;
  margin: 12px 0 0;
  display: block;
}
.pro-dtl-txt .quantity-lst {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
}
.pro-dtl-txt .quantity-lst li {
  padding: 8px 15px;
  font-size: 16px;
  color: #707070;
  margin-right: 8px;
  background-color: transparent;
  border-radius: 3px;
}
.pro-dtl-txt .quantity-lst li.active {
  color: #000000;
  background-color: #9DC08B;
}

.count-bx {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.count-bx button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  border: 1px solid #B74244;
  margin: 6px;
  font-size: 22px;
  color: #B74244;
}
.count-bx input {
  width: 30px;
  font-size: 16px;
  text-align: center;
}

/*##### rating css ####*/
.star-list {
  margin: 10px 0 0;
}

.lead {
  margin-bottom: 0;
}

#stars {
  margin-left: 5px;
}

#stars i {
  margin-right: 5px;
}

#stars .fa-star {
  color: #ffca00;
}

/*##### end rating css ####*/
/* ########## Cart ########### */
.cart-dtl-bx {
  border: 1px solid #DEC1C1;
  padding: 15px;
  border-radius: 8px;
}

.cart-dtl-bx table th {
  font-size: 18px;
  color: #060606;
  font-weight: 400;
}

.cart-dtl-bx table td,
.cart-dtl-bx table th {
  padding: 1rem;
}

.cart-pro-dtl {
  display: flex;
  align-items: center;
}

.cart-pro-dtl img {
  height: 65px;
  width: auto;
  margin-right: 12px;
}

.cart-pro-dtl h4 {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.cart-pro-dtl h4 span {
  font-size: 14px;
  display: block;
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

.coupon-bx {
  position: relative;
  margin: 0;
}

.coupon-bx form {
  display: flex;
}

.coupon-bx input[type=text] {
  background-color: transparent !important;
  border: 1px solid #D9D9D9;
  color: #020202;
  font-size: 15px;
  font-weight: 400;
  height: 45px;
  line-height: 1;
  margin: 0 8px 0 0;
  outline: medium none;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: none;
}


.filter-wrap {
	padding: 15px;
	background-color: #f5f5f5;
}
.filter-wrap ul{
	margin:0;
	padding:0;
}
.filter-wrap ul li{
	float:none;
	padding: 0;
}
.right-arrow {
	float: right;
	color: #000;
	font-size: 20px;
	cursor: pointer;
}
.hd3 {
	color: #070608;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.content {
	padding-left: 10px;
	margin-top: 10px;
}

.btn-other{
  position: fixed;
  bottom: 15px;
  right:15px;
}
.about-right-content ul li a{
  color: #2D2D2D;
}

/* related products css start */
.related-product-slider .related-product-item{
  position: relative;
  padding: 0px 15px;
}

.related-product-slider .slick-arrow {
    z-index: 9;
    border: 0;
    color: #754D28;
    background-color: transparent;
    font-size: 16px;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.related-product-slider .slick-arrow:hover{
  color: #754D28;
  transition: 0.5s;
}

.related-product-slider .slick-arrow.slick-prev{
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}

.related-product-slider .slick-arrow.slick-next{
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
}

/* Fund Raise CSS Start */

.fundrais-page {
  background: #fbf8f6;
  min-height: 100vh;
  height: 100%;
  
}
.fund-left-panel, .fund-right-panel, .fundready-left-panel {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.fundready-left-panel {
  justify-content: center;
  padding: 40px 40px;
}
.fundrais-page .fund-left-panel {
  padding: 64px 48px 48px;
  margin-left: -10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.fundrais-page .fund-right-panel {
  background: #fff;
  border-radius: 60px 0px 0px 0px;
  box-shadow: 26px 4px 47px #c8c8c8;
  margin-right: -10px;
  padding: 60px 0px 50px;
 
}
.fund-left-logo {
  width: 150px;
  margin-bottom: 100px;
}
.donors-title, .donors-left-text h2, .fundraiser-title, .fundraiser-left-text h2 {
  color: #754D28;
  font-weight: 700;
  font-style: italic;
  font-size: 38px;
  margin-bottom: 30px;
}
.fundraiser-title, .fundraiser-left-text h2 {
  text-align: center;
}
.donors-para, .donors-left-text > p {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}
.donors-idea-list, .donors-left-text ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #393939;
}
.donors-idea-list li::before, .donors-left-text ul li::before {
  content: "\f0da";
  font-family: 'Fontawesome';
  font-weight: 500;
  font-size: 14px;
  color: #9DC08B;
  margin-right: 8px;
}
.donors-idea-list li, .donors-left-text ul li {
  position: relative;
}
.fund-right-panel form {
  width: 70%;
}
.fund-right-panel form .form-group {
  margin-bottom: 24px;
}
.fund-right-panel form > * > *:last-child .form-group {
  margin-bottom: 0px;
}
.fund-right-panel form .form-group > label:first-child {
  display: block;
  font-size: 16px;
  color: #000;
}
.fund-right-panel form .form-group > label:first-child span {
  display: block;
  color: #777;
  margin-top: 2px;
  font-size: 13px;
}
.fund-right-panel form .input-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  width: 100%;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px;
}
.fund-right-panel form .input-div .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 5px 5px;
}
.fund-right-panel form .input-div textarea.form-control {
  min-height: 200px;
}
.cs-text {
  font-size: 20px;
  color: #999;
}
.css-text {
  text-transform: uppercase;
  font-size: 15px;
  background-color: #f1f1f1;
  color: #333;
  padding: 6px 6px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
}
.loader-modal .modal-fullscreen {
  height: 100vh;
  width: 100vw;
}
.loader-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
.loader-main.full-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  background: #00000080;
}
.loader-main .loader-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 5px;
}
.loader-main .loader-img img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
/* .loader-main.loader {
    display: none;
} */
/* .loader-main.check {
    display: none;
} */
.loader-main.check .loader-img {
  transform: rotate(25deg);
}
.fundready-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  font-size: 35px;
  transform: rotate(-35deg);
  margin-bottom: 20px;
}
.sfs-btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.sfs-btns > * {
  transition: all ease-in-out 0.5s;
}
.sfs-btns > *:last-child {
  background: transparent;
  color: var(--bs-btn-hover-border-color);
}
.share-fundraiser .modal-header {
  background: #9DC08B;
  padding: 40px 50px;
  justify-content: center;
  position: relative;
}
.share-fundraiser .modal-header .modal-title {
  font-size: 25px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
}
.share-fundraiser .modal-header .modal-title span {
  color: #754D28;
}
.share-fundraiser .close-btn {
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  width: max-content;
  margin-left: auto;
  position: absolute;
  padding: 0;
  right: 10px;
  top: 10px;
  text-align: right;
  color: #fff;
}
.share-fundraiser .close-btn:hover, .share-fundraiser .close-btn:focus {
  color: #fff;
}
.share-modal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 30px 0px;
}
.share-modal-list > li > * {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 228px;
  overflow: hidden;
  background: #f8f8f8;
  padding: 8px 8px;
  border-radius: 10px;
  color: #000;
  height: 100%;
}
.copy-img, .share-modal-list > li > * > *:first-child > *, .share-modal-list > li > * > *:first-child > .copy-img {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 50%;
  font-size: 14px;
  padding: 5px;
}
.copy-img, .share-modal-list > li > * > *:first-child > * img, .share-modal-list > li > * > *:first-child > .copy-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.copy-text > *:last-child, .share-modal-list > li > * > *:last-child > *:last-child, .share-modal-list > li > * > .copy-text > *:last-child {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 165px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #696969;
}
.copy-text > *:last-child, .share-modal-list > li > * > *:last-child > *:first-child, .share-modal-list > li > * > .copy-text > *:first-child {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 165px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.dashboard-page {
  padding: 60px 0px;
}
.dashboard-tabs-content {
  display: flex;
  align-items: flex-start;
}
.dashboard-tabs {
  width: 20%;
}
.dashboard-tabs .nav {
  flex-direction: column;
}
.dashboard-tabs .nav-link, .dashboard-tabs .nav-link:hover, .dashboard-tabs .nav-link:focus {
  display: flex;
  cursor: pointer;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 215px;
  border: 2px solid #9DC08B;
  border-radius: 50px 0 0 50px;
  padding: 12px 30px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}
.dashboard-tabs .nav-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #9DC08B;
  color: #fff;
  font-size: 13px;
  margin-right: 8px;
}
.dashboard-tabs .nav-link.active {
  border-color: #9DC08B;
  background-color: #9DC08B;
  color: #fff;
}
.dashboard-tabs .nav-link.active i {
  background: #fff;
  color: #9DC08B;
}
.dashboard-content {
  width: 80%;
  background: #f8fff5;
  min-height: 121vh;
  height: 100%;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 15px 0px 20px -10px #c8c8c8;
}
.table-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.fund-table table.table {
  border-color: #9dc08b;
  margin-bottom: 0px;
}
.fund-table table.table tbody tr th:first-child {
  padding: 16px 10px;
}
.fund-table thead th {
  white-space: nowrap;
  padding: 16px 10px;
}
.fund-table .row, .fund-table .row > * {
  margin: 0;
  padding: 0;
}
.fund-table .row.fund-donor-row {
  gap: 20px 0px;
  margin-bottom: 15px;
}
.fund-table .row.dt-row {
  margin: 15px 0px;
}
.fund-table .dataTables_length label, .fund-table .dataTables_filter label {
  display: inline-flex;
  gap: 10px;
}
.fund-table .dataTables_filter {
  text-align: right;
}
.fund-table .dataTables_paginate .pagination {
  justify-content: flex-end;
}
.action-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0px;
  border: 1px solid #198754;
  color: #198754;
  margin: auto;
  font-size: 14px;
  background: transparent;
  transition: all ease-in-out 0.5s;
}
.action-btn:hover {
  border-color: #198754 !important;
  background: #198754 !important;
  color: #fff !important;
}
.funding-title > * {
  margin-bottom: 0px;
  font-size: 24px;
  color: #754D28;
  font-weight: 700;
  font-style: italic;
}
.fund-table .page-link {
  color: #198754;
}
.fund-table .active>.page-link, .fund-table .page-link.active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.fundraiser-select {
  margin-bottom: 0px;
}



/* End of Fund Raise CSS */

/*# sourceMappingURL=style.css.map */
.stepBar-list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    margin-bottom: 20px;
}
.stepBar-list li {
    background: #9DC08B;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
    margin-right: 30px;
}
.stepBar-list li:last-child {
    margin-right: 0px;
}
.stepBar-list li::after {
    content: "\f061";
    font-family: 'Fontawesome';
    position: absolute;
    display: inline-block;
    margin: auto;
    right: -22px;
    top: 0;
    bottom: 0;
    height: max-content;
    color: #9DC08B;
    line-height: 1;
    font-size: 20px;
}
.stepBar-list li:last-child::after {
    display: none;
}
.stepBar-list li.active::after {
    color: #754D28;
}
.stepBar-list li.active {
    background: #754D28;
    color: #fff;
}
.sign-form-wrap form .form-group {
    margin-bottom: 15px;
}
.sign-form-wrap form .form-group > label {
    font-weight: 600 !important;
}
.sign-form-wrap form .form-group > label span {
    color: red;
}
.comment-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.upload-preview-img {
    width: 300px;
    height: 350px;
    margin-bottom: 10px;
}
.upload-preview-img img {
    width: 100%;
    height: 100%;
}
.life-insurance .modal-header {
    background: #9DC08B;
    padding: 40px 50px;
    justify-content: center;
    position: relative;
}
.life-insurance .modal-header .modal-title {
    font-size: 25px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
}
.life-insurance .modal-header .modal-title span {
    color: #754D28;
}
.life-insurance .close-btn {
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    width: max-content;
    margin-left: auto;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: right;
    color: #fff;
}
.life-insurance-modal-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 30px 0px;
}
.life-insurance-modal-list li > * {
    width: 100%;
}
.success-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    min-height: 300px;
}
.success-loader .success-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    transform: rotate(25deg);
}
.success-modal .close-btn {
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    width: max-content;
    margin-left: auto;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: right;
    color: #754D28;
}

/*checkout page design*/

.fundraiser-section .row {
    gap: 25px 0px;
}
.fund-list-box, .fund-dtl-box {
    display: block;
    box-shadow: 0px 10px 20px -10px #c8c8c8;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.fund-dtl-box {
    height: auto;
}
.fund-list-img, .fund-dtl-img {
    width: 100%;
    overflow: hidden;
}
.fund-list-img {
    height: 250px;
}
.fund-dtl-img {
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.fund-list-img img, .fund-dtl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fund-list-dtl {
    padding: 20px;
}
.fund-dtl-box .fund-list-dtl {
    padding: 25px;
}
.fund-list-dtl > span, .fund-dtl-box > span {
    color: #754D28;
    font-weight: 700;
    font-size: 14px;
}
.fund-list-dtl > h3 {
    color: #754D28;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 25px;
}
.fund-list-dtl > p, .fund-dtl-text > p, .fund-dtl-box > p {
    color: #787878;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
}
.fund-list-dtl .fund-list-progress, .fund-dtl-box .fund-dtl-progress {
    margin-top: 10px;
}
.fund-list-dtl .fund-list-progress > p, .fund-dtl-box .fund-dtl-progress > p {
    color: #787878;
    margin-bottom: 0px;
    font-size: 15px;
}
.fund-list-dtl .fund-list-progress > p span, .fund-dtl-box .fund-dtl-progress > p span {
    color: #000;
}
.fund-list-dtl .fund-list-progress .progress, .fund-dtl-box .fund-dtl-progress .progress {
    height: 15px;
    margin: 5px 0px;
}
.fund-list-dtl .fund-list-progress .progress .progress-bar, .fund-dtl-box .fund-dtl-progress .progress .progress-bar {
    background: #146c43;
}
/*checkout page design end*/




/* related products css end */

/*# sourceMappingURL=style.css.map */


/**** Donation Page Start ****/

#vpl-success .loader-main, #donate-pay .loader-main {
  height: 300px;
}
.donate-left-form, .donate-right-form {
  display: block;
  box-shadow: 0px 10px 20px -10px #c8c8c8;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}
.donate-lf-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #5C5C5C;
}
.donate-lf-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
}
.donate-lf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donate-lf-text > h3 {
  color: #754D28;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0px;
  font-size: 21px;
}
.donation-form {
  padding: 20px 0px;
}
.donation-form .form-group {
  margin-bottom: 15px;
}
.donation-form .form-group:last-child {
  margin-bottom: 0px;
}
.donation-form .form-group > label:first-child {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.donation-form .input-dlf-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
  width: 100%;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 4px 8px;
}
.donation-form .form-group .dfcs-text {
  font-size: 20px;
  color: #999;
}
.donation-form .form-group .input-dlf-div .form-control, .donation-form .form-group .input-dlf-div .form-select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 5px 5px;
  font-size: 14px;
}
.donation-form .form-group:first-child .input-dlf-div .form-control[type="number"] {
  font-weight: 600;
  font-size: 18px;
}
.donation-form .form-group .input-dlf-div .form-control[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.donation-form .form-group .input-dlf-div .form-control[type="number"]::-webkit-outer-spin-button, 
.donation-form .form-group .input-dlf-div .form-control[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donation-form .form-group .css-dlf-text {
  text-transform: uppercase;
  font-size: 15px;
  background-color: #f1f1f1;
  color: #333;
  padding: 6px 6px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
}
.donate-submit-dtl {
  display: grid;
  gap: 10px;
  margin: 15px 0px;
}
.donate-submit-dtl li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px;
}
.donate-submit-dtl li:first-child {
  color: #000;
  font-weight: 600;
}
.donate-submit-dtl li:last-child {
  border-top: 1px solid #5C5C5C;
  padding-top: 8px;
  margin-top: 10px;
}
.donate-submit-dtl li span:last-child {
  font-weight: 600;
  font-size: 16px;
}

/**** Donation Page End ****/

.fund-table .row.dt-row > * {
  overflow-x: auto;
}
.mcm-img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.mcm-img::after, .mcm-img::before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
  box-shadow: 0 15px 10px rgba(0,0,0,.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
.mcm-img::before {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.mcm-img img {
  width: 100%;
  height: auto;
}
.mcm-text {
  padding-left: 5%;
}
.mcm-text p {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
.epitaph-box {
  border-bottom: 2px solid #754D28;
  margin: 25px 0px;
  padding-bottom: 25px;
}
.epitaph-box > p {
  margin: 12px 0px;
  font-weight: 600;
}
.epitaph-list {
  display: grid;
  gap: 15px;
  counter-reset: section;
}
.epitaph-list li {
  position: relative;
  font-weight: 500;
  color: #000;
  display: flex;
  gap: 10px;
}
.epitaph-list li::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: relative;
}
.pta-list {
  margin-bottom: 20px;
  display: grid;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  color: #000;
}
.pta-list li {
  position: relative;
  padding-left: 14px;
}
.pta-list li::before {
  --ehw-list-dot: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  width: var(--ehw-list-dot);
  height: var(--ehw-list-dot);
  border-radius: 50%;
  background: #754D28;
  left: 0%;
  margin-top: 10px;
  /* top: 40%; */
}
.pta-bottom.pta-list {
  grid-template-columns: repeat(2, 1fr);
}
.vl-box, .vlc-box, .vpl-box {
  display: block;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 10px 20px -10px #c8c8c8;
  position: relative;
}
.vl-img, .vlc-img, .vpl-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.vl-img, .vlc-img, .vpl-img {
  height: 250px;
}
.vl-img img, .vlc-img img, .vpl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vl-text, .vlc-text, .vpl-text {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.vlc-text, .vpl-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: #754D28;
  bottom: 0px;
  border-radius: 0px 0px 8px 8px;
}
.vpl-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgb(117, 77, 40, 0.5);
  inset: 0px;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  transform: scale(0.8);
}
.vpl-box:hover .vpl-text {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.vl-text > h3, .vlc-text > h3 {
  color: #754D28;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 25px;
}
.vlc-text > h3, .vpl-text {
  color: #fff;
}
.vpl-modal h5 {
  font-weight: 700;
  color: #754D28;
  font-style: italic;
}
.vpl-modal .form-group {
  margin-bottom: 15px;
}
.vpl-modal .form-group:last-child {
  margin-bottom: 0px;
}
.vpl-modal .form-group label {
  margin-bottom: 6px;
  font-weight: 700;
  color: #000;
}
.vpl-modal .form-group .form-control {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.vender-text h3 {
  color: #754D28;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 10px;
}
.mcm-text.vender-text p {
  font-size: 18px;
}
.categoy-panel > *:first-child, .categoy-panel h4 {
  color: #754D28;
  font-weight: 700;
  /* font-style: italic; */
  margin-bottom: 15px;
  font-size: 20px;
}
.categoy-list {
  display: grid;
  gap: 10px;
}
.categoy-list li {
  display: flex;
  gap: 10px;
  position: relative;
}
.categoy-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #754D28;
  margin-top: 10px;
}
.categoy-list li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  transition: all ease-in-out 0.5s;
}
.categoy-list li a:hover, .categoy-list li a.active, .categoy-list li.active a {
  color: #754D28;
}

/**** Obituary Page Start *****/

.search-section {
  background: #9DC08B;
  padding: 40px 0px;
}
.search-form, .search-filter {
  display: flex;
  width: 100%;
  gap: 8px;
}
.search-form{
  background: #FFFFFF;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 6px -2.5px;
  margin: 20px 0px;
  border-radius: 10px;
}
.search-form .search-input, .search-select{
  width: 100%;
}
.search-form .form-control {
  box-shadow: none;
}
.funeral-section{
  margin-bottom: 20px;
}
.funeral-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 300px;
  height: 100%;
  gap: 10px;
  padding: 70px;
}
.funeral-content h2{
  font-weight: 900;
  font-size: 40px;
  color: #FFFFFF;
}
.funeral-content p{
  font-weight: 600;
  font-size: 24px;
  /* max-width: 50%; */
  color: #FFFFFF;
}
.banner-tittle{
  color: #FFFFFF;
  font-size: 52px;
}

/** Obituary Detail Page **/

.obt-img{
  height: 500px;
  width: 100%;
  margin-bottom: 25px;
}
.obt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.obt-tittle h2{
  font-size: 42px;
  color: #000;
}
.obt-date,.social-icons{
  display: flex;
  gap: 20px;
}
.social-icons li a{
  color: #000;
}
.social-icons li a:hover{
  color: #7e7b7b;
}
.obt-user{
  color: #8f8c8c;
}
.obt-list li::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000; 
  margin-right: 10px;
}
.obt-list li{
 font-size: 18px;
 padding: 5px 0px;
}
.obt-content{
  margin: 20px 0px;
}
.obt-content .obt-content-head{
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}

.package-box, .obituary-dtl {
  box-shadow: 0 4px 8px 0 rgb(0, 20, 30, 0.2);
  border-radius: 5px;
  height: 100%;
  padding: 25px 30px;
  position: relative;
}
.package-box {
  padding: 25px 30px 120px;
}
.package-second-step {
  padding-bottom: 70px;
}
.package-second-step .price-continue {
  text-align: left;
}
.package-main-title, .package-box h3 {
  position: relative;
  width: 100%;
  color: #754D28;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
}
.obituary-dtl p {
  font-size: 15px;
  margin-bottom: 10px;
}
.package-title, .package-box h4 {
  position: relative;
  width: 100%;
  color: #754D28;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 20px;
}
.price-continue {
  position: absolute;
  inset: auto 0px 25px;
  padding: 0px 30px;
  width: 100%;
  text-align: center;
  display: grid;
  gap: 10px;
}
.price-continue p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}
.package-list {
  display: grid;
  gap: 10px;
}
.package-list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.package-list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 0%;
  background: #754D28;
  top: 9px;
  left: 0px;
}
.package-list li a {
  color: #000;
  transition: all ease-in-out 0.5s;
  text-decoration: underline;
}
.package-list li a:hover, .package-list li a:focus, .package-list li a:active, .package-list li a:visited {
  color: #754D28;
}
.input-dlf-div textarea.form-control {
  min-height: 200px;
}
.donation-form .form-group .input-dlf-div .form-control[type="file"] {
  border: #e9ecef;
}

/** Obituary Detail Page **/


/**** Obituary Page End*****/


/**** M2M Start*****/
.m2m-accordion .accordion-header button {
  color: #754D28;
  font-size: 20px;
  padding: 10px 20px;
  background: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.m2m-accordion .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: hue-rotate(-190deg);
}

/**** M2M End*****/


/**** Cemetery Plot Start *****/

.cpat-main {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 0px;
}
.cpat-img {
  width: 100%;
  height: 110px;
  padding: 10px;
}
.cpat-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpat-text .main-title, .cpat-text h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 30px;
}
.cpat-text p {
  font-weight: 600;
  font-size: 16px;
}
.cpat-text p:last-child {
  margin-bottom: 0px;
}
.cpat-product {
  transition: all ease-in-out 0.5s;
  border-radius: 8px;
  overflow: hidden;
}
.cpat-product:hover {
  box-shadow: 0px 10px 20px -10px #c8c8c8;
}
.cpat-product > a {
  color: inherit;
}
.cpat-product-img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 250px;
  transition: all ease-in-out 0.5s;
}
.cpat-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.cpat-product:hover .cpat-product-img img {
  transform: scale(1.1);
}
.cpat-product-text {
  display: block;
  padding: 15px 10px;
}
.cpat-product-text > * {
  display: block;
}
.cpat-product-text .cpat-product-title, .cpat-product-text h3 {
  position: relative;
  width: 100%;
  color: #754D28;
  font-weight: 700;
  font-size: 22px;
}
.cpat-product .cpat-product-tag, .cpat-product p {
  font-size: 18px;
  color: #000;
  transition: all ease-in-out 0.5s;
  margin-bottom: 10px;
}
.cpat-product .cpat-product-price, .cpat-product > span {
  font-weight: 700;
  color: #754D28;
  font-size: 20px;
}
.cpat-product-btn, .cpatp-dtl-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.cpatp-dtl-btn {
  padding: 0px;
  margin-top: 15px;
}
.cpat-product-btn .btn-success, .cpatp-dtl-btn .btn-success {
  white-space: nowrap;
}
.cpatp-dtl-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.cpatp-dtl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpatp-dtl-text > h2 {
  position: relative;
  width: 100%;
  color: #754D28;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.cpatp-dtl-text > span {
  display: block;
  font-weight: 700;
  color: #754D28;
  font-size: 20px;
  margin-bottom: 20px;
}
.cpatp-des > span, .cpatp-des > *:first-child {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}
.cpatp-des > p, .cpatp-des > * {
  font-size: 14px;
  color: #000;
}



/****  Cart Start ***/

.cpat-cart-item {
  margin-bottom: 20px;
}
.cpat-cart-item P {
  margin-bottom: 0px;
}
.package-main-title > a {
  color: inherit;
}
.cpat-cp-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
}
.cpat-cp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpat-cp-text {
  color: #754D28;
}
.cpat-cp-trash {
  margin-left: 15px;
  color: #754D28;
}
.cart-sub-cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.cart-sub-cp p {
  margin-bottom: 8px;
}
.cart-sub-cp p:last-child {
  color: #754D28;
  font-weight: 600;
}
.cart-pro-cp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

/****  Cart End  ***/

/**** Cemetery Plot End *****/


/** Withdrawal Start **/

.fund-withdrawal-table > .row {
  gap: 24px 0px;
}
.id-proof-list {
  display: grid;
  gap: 5px;
  margin: 10px 0px 15px;
}
.id-proof-list li {
  display: flex;
  gap: 10px;
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.id-proof-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.id-proof-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #754D28;
  margin-top: 10px;
}


/** Withdrawal End **/


/** Chat CSS Start **/

#search {
  display: flex;
  gap: 8px;
  border: 1px solid #9DC08B;
  border-radius: 5px;
  padding: 5px 8px;
  background: #fff;
  height: 36px;
  margin-bottom: 20px;
}
#search > *:first-child {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #9DC08B;
}
#search input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 1px;
  height: 100%;
  font-size: 15px;
}
#contacts-list li > *:first-child {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #000;
  border-bottom: 1px solid #9dc08b78;
  padding: 8px 0px;
  margin-top: 4px;
}
#contacts-list li:last-child > *:first-child {
  border-bottom: none;
}
#contacts-list li > *:first-child img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: 10px;
  float: left;
  background: #fff;
}
#contacts-list li > :first-child > :last-child {
  padding-top: 3px;
}
#contacts-list li > :first-child > :last-child > *:first-child {
  font-weight: 600;
  margin: 0px;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contacts-list li > :first-child > :last-child > *:last-child {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.ccp-msgtyp-main {
  height: 100%;
  position: relative;
}
.contact-profile {
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
}
.contact-profile > *:first-child {
  font-size: 22px;
  color: #198754;
}
.contact-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contact-profile p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
}
.msgtyp-main {
  width: 100%;
  padding: 10px 20px;
  height: 60px;
  background: #f5f5f5;
  display: flex;
  border-radius: 0px 0px 20px 20px;
}
.msgtyp-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px 0px 0px 5px;
  padding: 0px 5px;
}
.msgtyp-box > input {
  border: none;
  background: transparent;
  box-shadow: none !important;
  height: 100%;
  padding: 5px 8px;
  font-size: 14px;
}
.msgtyp-box > [for="attachment"]  {
  position: relative;
  padding: 9px 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ced4da;
}
.msgtyp-box > [for="attachment"] > input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.msgtyp-main .btn {
  border-radius: 0px 5px 5px 0px;
}
.chat-box {
  height: calc(100vh - 400px);
  background: #fff;
  background: #efeae2;
}
.chat-box ul {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-box ul::-webkit-scrollbar {
  width: 3px;
}
.chat-box ul::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.chat-box ul::-webkit-scrollbar-thumb {
  background: #9DC08B;
  transition: all ease 0.5s;
}
.chat-box ul::-webkit-scrollbar-thumb:hover {
  background: #198754;
}
.chat-box ul li {
  padding: 5px 8px;
  width: max-content;
  max-width: 280px;
}
.chat-box ul li > .sender-text {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  width: 100%;
  padding: 5px 8px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.chat-box ul li > .sender-text:last-child {
  margin-bottom: 0px;
}
.chat-box ul li > .sender-text span {
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  word-break: break-word;
  font-size: 13px;
}
.chat-box ul li > .sender-text small {
  display: block;
  color: #666;
  line-height: 1;
  word-break: break-word;
  font-size: 10px;
}
.chat-box ul li.form-chat > .sender-text small {
  text-align: right;
}
.chat-box ul li.to-chat > .sender-text {
  background: #fff;
}
.chat-box ul li.to-chat > .sender-text:first-child {
  background: #fff;
  border-top-left-radius: 0px;
}
.chat-box ul li.form-chat {
  margin-left: auto;
}
.chat-box ul li.form-chat > .sender-text {
  background: #e1fec5;
  margin-left: auto;
}
.chat-box ul li.form-chat > .sender-text:first-child {
  border-top-right-radius: 0px;
}
.chat-box ul li > .sender-text:first-child:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
}
.chat-box ul li.to-chat > .sender-text::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid solid solid none;
  border-width: 0 10px 13px medium;
  left: -9px;
}
.chat-box ul li.form-chat > .sender-text:before {
  border-color: transparent transparent transparent #e1fec5;
  border-style: solid none solid solid;
  border-width: 0 medium 13px 10px;
  right: -9px;
}

/** Chat CSS End **/


div#srvc-slider .slick-slide {
  height: auto;
}

.text-obuitarty {
    font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* ---------- for sticking the header in top always ---------- */
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border: none;
  animation: slideDown 0.35s ease-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
  z-index: 999;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* ---------- for sticking the header in top always ---------- */