@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  --white-color: #fff;
  --heading-color: #1e1e1e;
  --paragraph-color: #999999;
  --primary-color: #006138;
  --secondary-color: #edd86b;

  --golden-color: #efe0a7;
  --heading-font-size: 56px;
  --subheading-font-size: 48px;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
a:hover {
  cursor: pointer;
}

body {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  font-size: 18px;
  color: #1e1e1e;
  font-family: 'Marcellus';
}
h1 {
  font-size: 56px;
  line-height: 80px;
}
h2 {
  font-size: 48px;
  line-height: 72px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 36px;
  color: var(--white-color);
}
h5 {
  font-size: 18px;
  line-height: 30px;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

h6 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-family: 'Jost', sans-serif;
}
p {
  color: #999999;
}
a {
  text-decoration: none;
}
.btn {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
}
.logo-img {
  /* height: 100px; */

  height: 75px !important;
  width: auto !important;
}
.nav-item a {
  font-size: 18px;
  color: var(--heading-color);
}

/* .header-btn {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  padding: 10px 10px;
} */

.banner-img {
  max-width: 350px;
  width: 100%;
  height: 100%;
  float: right;
}
.category {
  /* background-color: var(--primary-color); */
  /* background-color: var(--secondary-color) !important; */
  background-image: url('/assets/images/108602.jpg') !important;
}

.category-img img {
  width: auto;
  height: 90px;
  padding: 20px;
  background-color: var(--white-color);
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.img-fluid {
  border: 2px double #edd86b;
  /* border: 2px solid #006138; */
}
.category-img img:hover {
  width: auto;
  height: 90px;
  padding: 20px;
  background-color: var(--white-color);
  border: 7px double #edd86b;
}
.about-us-img img {
  max-width: 400px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.about-us-content .heading {
  color: var(--secondary-color);
  font-weight: 700;
}
.about-us h5 {
  color: var(--heading-color);
}
.about-us-list i {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.testimonials {
  background-color: #fefbed;
}
.testimonial-card-content {
  color: var(--paragraph-color);
}
.testimonial-name {
  color: var(--heading-color);
  margin-top: 20px;
}
.h-500 {
  height: 100%;
  /* max-height: 418px !important; */
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.why-us-content h4 {
  color: var(--heading-color);
}
.why-us-content p {
  color: var(--heading-color);
}
.why-us-img {
  max-width: 400px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  margin: 0 auto;
  justify-self: center;
}
.why-us-content-section {
  margin-top: 80px;
}
.statics {
  background-color: var(--primary-color);
  /* margin: 10px 30px; */
  padding: 70px 20px;
  text-align: center;
}
.statics h2 {
  color: var(--white-color);
}
.main-services img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  align-self: center;
}
.main-service-img img {
  /* max-width: 100%; */
  /* width: 95%; */
  height: 95vh;
  object-fit: contain;
  width: 100%;
}
.main-services h4 {
  color: var(--heading-color);
}
.main-services h6 {
  color: var(--paragraph-color);
}
.offer-month {
  background-color: var(--primary-color);
}

.offer-month-img img {
  max-width: 800px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-month h2 {
  color: var(--white-color);
}
.offer-month p {
  color: var(--white-color);
}

.newsletter {
  background-color: var(--primary-color);
}

.newsletter h2 {
  color: var(--white-color);
}
.newsletter p {
  color: var(--white-color);
}
.newsletter-input-box input {
  padding: 20px;
  border-radius: 5px;
  outline: none;
  /* width: 50%; */
}
.newsletter-input {
  position: relative;
}

.newsletter-input-icon i {
  position: absolute;
  top: 13px;
  left: 70%;
  /* left: -6px; */
  /* color: var(--primary-color); */
  color: #000;
  font-size: 40px;
}
.newsletter-icons i {
  font-size: 36px !important;
  margin-right: 40px;

  color: var(--white-color);
}

.footer h4 {
  color: var(--heading-color);
}
.footer p {
  color: var(--heading-color);
  font-weight: 200;
  line-height: 20px;
}
.footer-logo img {
  width: auto;
  height: 100px;
}
.accordion-item {
  border: 2px solid var(--secondary-color);
}

.why-stat-card {
  padding: 20px;
  /* background: #f5eed7; */
  background: #fff4ce;
  /* box-shadow: 0 10px 50px rgba(178,89,89,.25); */
  box-shadow: 0 10px 50px #e3f2e1;
  margin: 20px 0px;
  text-align: center;
}
.why-1915 h4 {
  color: var(--heading-color);
}
.why-1915-content i {
  color: var(--primary-color);
  line-height: 1.7;
}
.why-1915-content h5 {
  color: var(--heading-color);
}
.why-1915-key-points {
  margin-bottom: 5px;
}
.categories {
  margin: 10px 0px;
  text-align: center;
}

.form-group-2 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.newsletter-form-btn button {
  /* position: absolute; */
  top: 40px;
  background: #1e1e1e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  right: 308px;
  margin-top: 12px;
}
.newsletter-form-input TextInput {
  text-align: center;
  display: flex;
  justify-content: center;
}
.book-appointment-btn button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
.book-appointment-btn button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #edd86b;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
/* header-button  */
.header-btn a {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #edd86b;
  padding: 10px 10px;
  border-radius: 0.25rem;
  color: #006138 !important;
}
.header-btn a:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
  border-radius: 0.25rem;
  color: #fff !important;
}
.header-btn button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #edd86b;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
.header-btn button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
  border-radius: 0.25rem;
}

/* Appointment btn - single service  */
.header-btn-appointment button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #edd86b;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
.header-btn-appointment button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 0.25rem;
}

/* offer-btn  */
.offer-btn button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #edd86b;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
.offer-btn button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 0.25rem;
}
.force-center {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer-quick-links-list ul {
  list-style-type: none;
  text-align: start;
}
ul {
  padding: 0;
  margin: 0;
}
.footer-quick-links-list ul li a {
  font-size: 18px;
  font-weight: 400;

  outline: 0 !important;
  list-style: none;
  text-decoration: none;
  color: #1e1e1e;
}
.footer-quick-links-list ul li a:hover {
  color: #006138;
  /* color: #EDD86B; */
  padding-left: 10px;
  /* font-weight: 600; */
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  text-decoration: underline;
}
.ptb-30 {
  padding: 30px 0px;
}
.ptb-40 {
  padding: 40px 0px;
}
.ptb-45 {
  padding: 45px 0px;
}

.aboutus-why-stats {
  position: sticky;
  top: 40px;
}
.sticky-40 {
  position: sticky;
  top: 40px;
}
.about-us-footer-content {
  text-align: center;
  color: #1e1e1e;
}
.about-us-footer-text p strong {
  color: #1e1e1e;
}
.footer-quick-links-list {
  padding: 10px 0px;
}
.footer-social-media-links ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
}
.footer-social-media-links ul li a {
  font-size: 2rem;
}

.footer-company-logo {
  text-align: center;
  display: flex;
  justify-content: start;
}
.footer-company-logo img {
  width: auto;
  height: 120px;
}
.footer-location-heading p strong {
  color: #000;
}
.footer-location-heading p strong i {
  padding-right: 6px;
}
.footer-location-detail {
  color: #000;
}
.footer-location-detail a {
  color: #1e1e1e;
}

.about-us-pointers ul {
  list-style: none;
}
.about-us-pointers ul li {
  color: #1e1e1e;
}
.about-us-pointers ul li:hover {
  color: #006138;
  /* color: #EDD86B; */
  padding-left: 10px;
  /* font-weight: 600; */
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  text-decoration: underline;
}
.about-us-pointers ul li::before {
  content: '';
  background-image: url(/assets/images/right.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.book-appointment-btn button {
  margin: 10px 0px;
}
/* about-page-why-section  */

.about-us-why-pointers ul {
  list-style: none;
}
.about-us-why-pointers ul li {
  color: #1e1e1e;
  padding: 6px 0px;
}

.about-us-why-pointers ul li::before {
  content: '';
  background-image: url(/assets/images/right.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.section-heading h2 {
  text-align: center;
}
.contact-form-inside-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 4px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: #eee !important;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.book-appointment-btn {
  /* text-align: start; */
  padding: 10px 0px;
}
.p-4-36 {
  padding: 4px 36px !important;
}
.address-details-info-tab-info {
  color: #1e1e1e;
  font-size: 0.85rem;
}
.address-details-info-tab-title {
  display: flex;
  justify-content: start;
}
.address-details-info-tab-title i {
  align-self: center;
  color: #1e1e1e;
  font-size: 1.725rem;
  padding-right: 12px;
}
.address-details-info-tab-title h4 {
  color: #1e1e1e;
}
.address-details {
  background: #efe0a7;
  padding: 20px;
  border-radius: 4px;
}
.ptb-60 {
  padding: 60px 0px;
}
.dropdownlist p {
  color: #1e1e1e !important;
  font-size: 1rem !important;
  padding: 2px 12px !important;
  margin-bottom: 0rem !important;
}
.dropdown-menu {
  background: 1px solid #edd86b !important;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdownlist a p:hover {
  color: #006138 !important;
  /* color: #EDD86B; */
  padding-left: 10px;
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  text-decoration: underline;
  /* transition: .3s; */
}
.dropdownlist {
  position: relative;
}
.dropdownlist:hover .sub_menu {
  display: block;
}
.sub_menu {
  display: none;
  position: absolute;
  right: -98%;
  top: 0;
  /* background: 1px solid #edd86b !important; */
  /* From https://css.glass */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px); */
  border: 1px solid #edd86b;
  padding: 10px 10px;
  list-style-type: none;
  width: 100%;

  z-index: 99;
  font-size: 1rem !important;
}
.sub_menu li a {
  font-size: 0.938rem !important;
  /* word-wrap: break-word; */
  word-wrap: normal;
}
.sub_menu li a:hover {
  color: #1e1e1e;
  /* color: #edd86b; */
  /* color: #EDD86B; */
  padding-left: 10px;
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  /* text-decoration: underline; */
}
.text-align-center {
  text-align: center !important;
}
.appointment-form {
  background: #006138;
  border-radius: 4px;
}
.mtb-1rem {
  margin: 1rem 0px;
}
.appointment-section-title h3 {
  color: #fff;
}
.service-top-section-para p {
  color: #1e1e1e;
  padding: 0.5rem 0.5rem 0rem 0rem;
}
.service-main-section {
  background: #006138;
}
.about-us-section-heading h6 {
  color: #edd86b;
  font-weight: 600;
}
.about-us-section-para-home p {
  color: #1e1e1e;
  padding: 7px 0px;
}
.about-us-section-para p {
  color: #fff;
  /* padding: 7px 0px; */
}
.service-main-section-img {
  position: sticky;
  top: 16px;
}
.service-benefits-bullet-pointers ul {
  list-style: none;
}
.service-benefits-bullet-pointers ul li {
  color: #1e1e1e;
  line-height: 4rem;
}
.service-benefits-bullet-pointers ul li::before {
  content: '';
  background-image: url(/assets/images/right.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.service-benefits-footer-content {
  color: #1e1e1e;
  padding: 30px 0px;
}
.bg-green {
  background: #006138;
}
.section-heading-after-care h2 {
  color: #fff;
  text-align: center;
}
.section-heading-after-care ul {
  list-style: none;
}
.section-heading-after-care ul li {
  color: #fff;
  line-height: 4rem;
}
.section-heading-after-care ul li::before {
  content: '';
  background-image: url(/assets/images/right_yellow.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.service-faq-pointers-ques {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
}
.service-faq-pointers-ques i {
  align-self: center;
  color: #1e1e1e;
  font-size: 1.25rem;
}
.service-faq-pointers-ques h3 {
  color: #1e1e1e;
  padding-right: 1rem;
  border-bottom: 2px solid #006138;
  padding-bottom: 1rem;
}
.faq-ques-heading {
  display: flex;
  justify-content: space-between;
}
.service-faq-pointers {
  width: 750px;
  margin: 0 auto;
  display: block;
}
.service-gallery-img {
  margin: 6px 16px;
}
.blog-card-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 3px 34px 3px 34px;
  border: 2px solid #006138;
}
.blog-card-img img:hover {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 3px 34px 3px 34px;
  transform: scale(1.4);
  /* overflow: hidden; */
  transition: 0.3s;
  border: 2px solid #006138;
}

.blog-card-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: transform 0.5s, filter 3.5s ease-in-out;
  /* filter: grayscale(100%); */
  overflow: hidden;
  padding: 0px;
}

.blog-card-img:hover {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 3px 34px 3px 34px;
  transition: transform 0.5s, filter 3.5s ease-in-out;
  /* filter: grayscale(100%); */
  overflow: hidden;
  padding: 0px;
}
.blog-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1rem;
  /* border-radius: 4px; */
  border-radius: 3px 34px 3px 34px;
}
.blog-card-heading h4 {
  color: #1e1e1e;
}
.blog-card-heading h4:hover {
  color: #006138;
  transition: 0.3s;
  text-decoration: underline;
  /* font-weight: 600; */
}
.blog-card-published-date {
  color: #006138;
  font-weight: 400;
  font-size: 0.825rem;
}
.blog-card-content {
  padding: 12px 0px;
}
.blog-card-content-top {
  display: flex;
  justify-content: space-between;
}
.blog-card-btn {
  text-align: center;
  margin: 1.4rem 0rem 0rem 0rem;
}
.blog-card-btn a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 3px 34px 3px 34px;
  color: #006138 !important;
  border: 1px solid #006138;
}
.blog-card-btn a:hover {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 3px 34px 3px 34px;
  color: #fff !important;
  border: 1px solid #006138;
  background: #006138;
}
.lyrics {
  line-height: 21px;
  height: calc(3 * 21px);
  overflow: hidden;
  position: relative;
}
.lyrics ::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
  width: 75%;
  background: linear-gradient(90deg, transparent, white);
}
.blog-detailed-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 4px;
}
.blog-detailed-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1.2rem;
}
.blog-detailed-content {
  padding: 1.2rem 0rem;
}
.blog-detailed-heading h3 {
  /* text-align: center; */
  padding: 7px 0px;
  font-weight: 600;
  color: #006138;
}
.ptb-15px {
  padding: 15px 0px;
}
.category-widget ul {
  list-style-type: none;
}
.category-widget ul li a {
  font-size: 18px;
  font-weight: 400;
  outline: 0 !important;
  list-style: none;
  text-decoration: none;
  color: #1e1e1e;
}
.category-widget ul li a span {
  padding-left: 12px;
}
.category-widget ul li a:hover {
  color: #006138;
  padding-left: 10px;

  transition: 0.5s;
  text-decoration: underline;
}
.section-heading h4 {
  color: #1e1e1e;
  border-bottom: 1px solid #000;
}
.blog-sidebar {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding: 1rem;
  border-radius: 4px;
}
.main-service-home-para {
  line-height: 24px;
  font-size: 1rem;
}
.main-service-home-card h4 {
  cursor: pointer;
}
.main-service-home-card h4:hover {
  color: #006138;
  /* color: #EDD86B; */
  /* padding-top: 10px; */
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: 0.1s;
  /* text-decoration: underline; */
}
.newsletter-icons i:hover {
  color: #1e1e1e;
  /* color: #EDD86B; */
  /* padding-bottom: 10px; */
  /* font-weight: 600; */
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  /* text-decoration: underline; */
}

.nav-item a:hover {
  color: #006138;
  /* color: #EDD86B; */
  /* padding-left: 10px; */
  /* font-weight: 600; */
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  /* text-decoration: underline; */
}
.p-40 {
  padding: 40px 40px 0px 40px;
}
.footer-links a {
  color: #1e1e1e !important;
}
.footer-links a:hover {
  color: #006138 !important;
}
.faq-ques-heading h3 {
  cursor: pointer;
}
.mt-20 {
  margin-top: 20px;
}

/* mobile-responsive  */
.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

@media (max-width: 760px) {
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .mobile-header-p30 {
    background: #fff;
    padding: 6px 0px;
  }
}
.bg-white {
  background: #fff;
}
.d-flex-footer-bottom {
  display: flex;
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.mobile-header-log img {
  width: 100%;
  height: auto;
  max-width: 75px;
}
.mobile-nav-bar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  /* height: 100vh; */
  height: 100%;
  background: #006138;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.mobile-menu-links ul li {
  list-style-type: none;
}
.mobile-menu-links ul li p {
  color: #1e1e1e !important;
  font-size: 1rem;
  font-weight: 600;
}
.social-links-mobile-nav ul li {
  list-style-type: none;
}
.mobile-navigation-tabs {
  font-size: 1.5rem;
  padding: 14px 24px;
  font-weight: 600;
  align-items: center;
}
.d-flex-just-btw {
  display: flex;
  justify-content: space-between;
}
.logo-mobile {
  text-align: center;
  /* background: #fff; */
  right: 2px;
  /* border-radius: 3px 34px 3px 34px; */
  padding-top: 5px;
}
.bg-shadow {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.logo-mobile img {
  height: 100px;
  width: auto;
}
.mobile-nav-close-icon {
  display: flex;
  justify-content: end;
  margin: 4px 0px;
  color: #1e1e1e;
}
.mobile-navbar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 17px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.mobile-nav-all-services-show {
  color: #1e1e1e;
  background: #f3f3f3;
  /* background: red; */
  padding: 7px;
  border-radius: 4px;
  border: 1px solid rgb(237, 216, 107);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  display: block;
}
.mobile-nav-all-services {
  color: #1e1e1e;
  background: #f3f3f3;
  /* background: red; */
  padding: 7px;
  border-radius: 4px;
  border: 1px solid rgb(237, 216, 107);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  display: none;
}
.mobile-fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
}
.mobile-footer-inside {
  display: flex;
  justify-content: space-between;
}
.mobile-fixed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 50px rgba(178, 89, 89, 0.25);
}
.flex-dir-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.text-center {
  text-align: center !important;
}
.single-footer-option {
  width: 33.3%;
  padding: 12px 0px;
}
.mobile-fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
}
.single-footer-option {
  background: #ffffff;
  width: 33.3%;
  padding: 10px 0px;
  align-self: center;
}
.single-footer-option a .footer-option-title {
  font-size: 0.725rem;
  font-weight: 600;
}
.appointment-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
}
.appointment-modal {
  padding: 25px;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 11px auto;
  border-radius: 4px;
}

.p-10 {
  padding: 10px !important;
}
.modal-heading {
  display: flex;
  justify-content: space-between;
}
.modal-content-title p {
  font-weight: 600;
  font-size: 1.375rem;
  color: #262d3d;
  text-align: center;
}
.modal-close-icon i {
  width: 100%;
  max-width: 12%;
  color: #262d3d;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .appointment-modal-wrapper {
    position: fixed;
    top: -80px;
    left: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 600px) {
  .appointment-modal {
    padding: 35px;
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 120px auto;
    border-radius: 4px;
  }
  .mb-7 {
    margin-bottom: 7px !important;
  }
  .mt-7 {
    margin-top: 7px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
}
.mobile-footer-popup-form-heading {
  display: flex;
  justify-content: space-between;
}
.banner-content h1 {
  text-transform: capitalize !important;
  font-size: 30px !important;
  line-height: 36px;
}
.banner-content h3 {
  text-transform: capitalize !important;
}
.banner-content p {
  /* text-transform: capitalize !important; */
  padding-top: 12px !important;
}
.pt-24 {
  padding-top: 1.5rem;
}
.success-message-box {
  margin: 0 auto;
  border: 2px solid #edd86b;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 1rem;
  max-width: 500px;
}
.home-pointers-faqs {
  width: 100%;
}
.service-gallery-img img {
  width: 100%;
  height: auto;
}
.about-us-section-title h1 {
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
  padding-top: 10px;
}
.about-us-section-title h4 {
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
  padding-top: 10px;
}
.testimonial-card-body-content i {
  padding: 0px 8px;
  color: #000;
  font-size: 1.7rem;
}
.footer-quick-links-heading h4 {
  color: #1e1e1e;
}
.our-team-member-name h3 {
  color: #006138;
}
.our-team-member-info p {
  color: #1e1e1e !important;
  /* line-height: 24px; */
}
.our-team-member-img img {
  max-width: 400px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 4px */
  border-radius: 3px 34px 3px 34px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.our-team-member-card-inside-box {
  display: flex;
  justify-content: space-between;
}
.our-team-member-card {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 4px;
  padding: 1rem;
  align-items: center;
}
.our-team-member-content {
  /* padding-left: 24px; */
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.video-testimonial-card {
  border-radius: 3px 34px 3px 34px !important;
  margin-top: 20px;
}

.media-page-card {
  margin-top: 1rem;
}
.media-page-card img {
  width: 100% !important;
  height: auto !important;
  /* border-radius: 3px 34px 3px 34px; */
  border-radius: 4px;
}
.service-top-section-heading h1 {
  font-size: 36px !important;
  line-height: 48px;
}
.new-section-heading h1 {
  font-size: 48px;
  line-height: 72px;
}
.mb-1rem {
  margin-bottom: 1rem !important;
}
.breadcrumb-sec {
  padding: 16px 0 32px 0;
}
.collection-featured-img img {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #edd86b;
}
.pt-18 {
  padding-top: 18px;
}
.related-collection-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.re-collection-card-img img {
  width: 100%;
}
.re-collection-card-content {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.re-collection-card-title {
  color: #262d3d;
  font-weight: 600;
}
.related-collection-card {
  margin-top: 1.2rem;
}
.re-collection-card-btn button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #edd86b;
  padding: 0px 6px;
  border-radius: 0.25rem;
  color: #006138 !important;
  font-size: 14px;
}
.re-collection-card-btn button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 0px 6px;
  border-radius: 0.25rem;
  color: #fff !important;
  font-size: 14px;
}
.mobile-sub-menu li a {
  color: #006138 !important;
  font-size: 0.8rem !important;
  padding: 2px 8px !important;
  margin-bottom: 0rem !important;
}

.dropdownlist:hover .sub_menu_footer {
  display: block;
}
.sub_menu_footer {
  display: none;
  position: absolute;
  right: -68%;
  top: 0;
  /* background: 1px solid #edd86b !important; */
  /* From https://css.glass */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px); */
  border: 1px solid #edd86b;
  padding: 10px 10px;
  list-style-type: none;
  width: 100%;

  z-index: 99;
  font-size: 1rem !important;
}
.sub_menu_footer li a {
  font-size: 0.938rem !important;
  /* word-wrap: break-word; */
  word-wrap: normal;
}
.sub_menu_footer li a:hover {
  color: #1e1e1e;
  /* color: #edd86b; */
  /* color: #EDD86B; */
  padding-left: 10px;
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: 0.5s;
  /* text-decoration: underline; */
}

.career-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 4px;
}

.career-para p {
  color: #262d3d;
}
.career-card-content {
  text-align: center;
}
.career-card-btn {
  text-align: center;
}
.career-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px;
  border-radius: 4px;
}
.career-card-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.career-card-btn a {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #edd86b;
  padding: 2px 8px;
  border-radius: 0.25rem;
  color: #006138 !important;
  font-size: 14px;
  font-weight: 600;
}
.career-card-btn a:hover {
  background-color: #006138;
  padding: 2px 8px;
  border-radius: 0.25rem;
  color: #fff !important;
}
.career-card-btn {
  margin-bottom: 6px;
}

.career-card-title h4 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  font-size: 24px;
  color: #1e1e1e;
  font-family: 'Marcellus';
}

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

  padding: 50px;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--secondary-color);
}
.payment-logo {
  height: 200px;
  width: auto;
}
.payment-box .pay-heading {
  color: #006138;
  margin: 20px;
  text-align: center;
}
.payment {
  background-color: var(--primary-color);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
