@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px / 25px,
    sans-serif;
  overflow-x: hidden;
  background: #d2c9c1;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}
.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  color: #1f1f1f;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  color: #1f1f1f;
  font-weight: 800;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h3 {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSection {
  padding: 10px 0;
}

.meun-section-icon a img {
  width: 25px;
  height: 23px;
  object-fit: contain;
  animation: floatBadge 5s ease-in-out infinite;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #161616;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.meun-section-icon {
  display: flex;
  align-items: center;
  justify-content: end;
}
.meun-section-icon a {
  background: #836850;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #45722c;
}
.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.container-fluid {
  padding: 0 5%;
}
/* Header Ends */

/* Main Banner Start */

.main-banner-sec .container-fluid {
  padding: 0 0px 0 5%;
}

.main-banner-text-silder-items h1 span {
  display: block;
}
.main-banner-text-silder-items label.herbal {
  color: #45722c;
}
.main-banner-text-silder-items label.wellness {
  color: #836850;
}
.main-banner-text-silder-items ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-btn-1 {
  background: #45722c;
  padding: 7px 10px 7px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px;
}
.theme-btn-1.chg {
  background: #836850;
}
.theme-btn-1 span i {
  color: #45722c;
  font-size: 28px;
}
.theme-btn-1 span {
  background: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.theme-btn-1.chg span i {
  color: #836850;
  font-size: 25px;
}
.get-in-touch-form-box button {
  border: none;
}
.theme-btn-1 span i {
  color: #45722c;
  font-size: 25px;
}
.main-banner-images-silder-items {
  margin-left: -100px;
}
.main-banner-images-silder-items img {
  width: 100%;
  height: 988px;
  object-fit: cover;
}
.main-banner-sec {
  position: relative;
}
.main-banner-path-1 {
  position: absolute;
  left: 20px;
  top: 140px;
}

.main-banner-path-1 img {
  width: 270px;
  height: 167px;
  object-fit: contain;
  animation: floatBadge 5s ease-in-out infinite;
}

/* Main Banner Ends */

/* Purity You Can Trust Start */

.purity-you-can-trust-sec .row.background {
  background: #836850;
  padding: 50px 40px;
  border-radius: 20px;
}
.purity-you-can-trust-heading {
  text-align: center;
}

.purity-you-can-trust-heading h2 {
  color: #fff;
}
.purity-you-can-trust-box h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.purity-you-can-trust-box {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 20px;
  margin-top: 20px;
}
span.purity-you-can-trust-icon img {
  width: 41px;
  height: 39px;
  object-fit: contain;
}

span.purity-you-can-trust-icon {
  background: #45722c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 12px;
  animation: floatBadge 5s ease-in-out infinite;
}

/* Purity You Can Trust Ends */

/* About Marutham Naturals Start  */

.all-padding {
  padding: 100px 0;
}
.about-marutham-naturals-images img {
  width: 100%;
  border-radius: 50%;
  height: 680px;
  object-fit: cover;
  animation: floatBadge 5s ease-in-out infinite;
}
@keyframes floatBadge {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}
.about-marutham-naturals-text h2 label {
  color: #45722c;
}
.about-marutham-naturals-our-mission {
  background: #6e9e54;
  margin-top: 30px;
  padding: 35px 45px 35px 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.about-marutham-naturals-years-of-exprience-box h2 {
  margin-bottom: 0;
  line-height: 40px;
  color: #45722c;
}
.about-marutham-naturals-years-of-exprience-box h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #45722c;
  font-weight: 800;
  line-height: 28px;
}
.about-marutham-naturals-images {
  position: relative;
}
.about-marutham-naturals-years-of-exprience-box {
}
.about-marutham-naturals-years-of-exprience-box h3 span {
  display: block;
}
.about-marutham-naturals-years-of-exprience-box {
  background: #fff;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 50px;
  box-shadow: 0 0 20px 0 #00000045;
}
.about-marutham-naturals-years-of-exprience-box h2 {
  margin-bottom: 0;
  line-height: 80px;
  color: #45722c;
  font-size: 80px;
}
.about-marutham-naturals-our-mission:before {
  content: "";
  position: absolute;
  background: #6e9e54;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -99999;
  left: -450px;
}
.about-marutham-naturals-button {
  margin-top: 35px;
}
.about-marutham-naturals-text p {
  margin-bottom: 15px;
}
.about-marutham-naturals-our-mission h2 {
  font-size: 33px;
  color: #fff;
  margin-bottom: 5px;
}
.about-marutham-naturals-our-mission p {
  color: #d4e2cc;
  margin-bottom: 0;
}

.about-marutham-naturals-text h2 span {
  text-transform: capitalize;
}

/* About Marutham Naturals Ends  */

/* Traditional Herbs For Everyday Balance Start  */

.traditional-herbs-for-everyday-balance-heading h2 span {
  display: block;
}

.traditional-herbs-for-everyday-balance-heading {
  text-align: center;
}

.traditional-herbs-for-everyday-balance-heading h2 label {
  color: #6e9e54;
}

.traditional-herbs-for-everyday-balance-images img {
  width: 100%;
  height: 930px;
  object-fit: cover;
  border-radius: 20px;
}
.traditional-herbs-for-everyday-balance-images {
  margin-top: 35px;
}
.traditional-herbs-for-everyday-balance-heading h2 {
  margin-bottom: 0;
}
.traditional-herbs-for-everyday-balance-box-heading {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}
.traditional-herbs-for-everyday-balance-box img {
  width: 100%;
  height: 343px;
  border-radius: 30px;
  object-fit: contain;
}
.traditional-herbs-for-everyday-balance-box {
  border-radius: 30px;
  background: #fff;
  height: 447px;
  position: relative;
  margin: 0 20px;
  margin-top: 35px;
}
.traditional-herbs-for-everyday-balance-box-heading h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 35px;
  color: #000;
}

/* Traditional Herbs For Everyday Balance Ends  */

/* Experience Herbal Wellness Start  */

.exprience-herbal-wellness-sec {
  margin-top: 200px;
  margin-bottom: 50px;
}
.exprience-herbal-wellness-heading h2 {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.exprience-herbal-wellness-heading p {
  width: 90%;
  margin-bottom: 15px;
  color: #c9bdb2;
}
.exprience-herbal-wellness-heading a {
  padding: 6px 10px 6px 20px;
  font-size: 14px;
}

.exprience-herbal-wellness-heading a span {
  width: 35px;
  height: 35px;
}
.exprience-herbal-wellness-sec .row.background {
  position: relative;
  padding-left: 20px;
}

.exprience-herbal-wellness-sec .row.background:before {
  content: "";
  position: absolute;
  background: #836850;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  left: 0;
}
.exprience-herbal-wellness-images {
  margin-left: -60px;
  margin-top: -95px;
  margin-bottom: -95px;
}

.exprience-herbal-wellness-images img {
  width: 100%;
  height: 507px;
  object-fit: contain;
  animation: floatBadge 5s ease-in-out infinite;
}

/* Experience Herbal Wellness Ends */

/* Why Choose Marutham Naturals Start */

.why-choose-marutham-naturals-images img {
  width: 100%;
  border-radius: 50%;
  height: 640px;
  object-fit: cover;
  animation: floatBadge 5s ease-in-out infinite;
}
.why-choose-marutham-naturals-images {
  position: relative;
}

.why-choose-marutham-naturals-images:before {
  content: "";
  position: absolute;
  background: #ab9886;
  width: 100%;
  z-index: -2;
  border-radius: 50%;
  height: 597px;
  left: -20px;
  top: -20px;
  animation: floatBefore 8s ease-in-out infinite;
}

@keyframes floatBefore {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}
.why-choose-marutham-naturals-text {
  margin-left: 10px;
}

.why-choose-marutham-naturals-text h2 label {
  color: #45722c;
}

.why-choose-marutham-naturals-text ul {
  line-height: 40px;
  margin-bottom: 25px;
}

.why-choose-marutham-naturals-text ul li {
  color: #000;
  font-weight: 600;
}

/* Why Choose Marutham Naturals Ends */

/* Why Clients Says About Us Start */

.why-client-says-about-us-heading h2 span {
  display: block;
}
.why-client-says-about-us-heading h2 label {
  color: #45722c;
}
.why-client-says-about-us-text p {
  margin-bottom: 18px;
}
.why-client-says-about-us-text {
  margin-left: 100px;
}
.why-client-says-about-us-text a {
  font-size: 14px;
}
.why-client-says-about-us-text a span {
  width: 37px;
  height: 37px;
}
.why-client-says-about-us-text p {
  margin-bottom: 18px;
  color: #4f4b47;
  font-size: 14px;
}

.why-client-says-about-us-head-row {
  border-bottom: 1.8px solid #9f9388;
  padding-bottom: 30px;
}
.why-client-says-about-us-heading h2 {
  margin-bottom: 0;
}
.why-client-says-silder .slick-active {
  opacity: 1.5;
}
.why-client-says-silder-head h2 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}
.why-client-says-silder-head p {
  color: #433e3c;
  font-size: 14px;
}
.why-client-says-silder-text {
  text-align: center;
  margin-top: 35px;
}
.why-client-says-quote span {
  border: 1px solid #b2a29c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dbd4cd;
}
.why-client-says-silder-text p {
  font-size: 14px;
  color: #423f3d;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.why-client-says-silder-text i {
  color: #000;
}
.why-client-says-silder-head {
  margin-left: 200px;
}
.why-client-says-silder-items {
  margin-top: 50px;

  background-size: cover;
  padding: 25px 30px;
  position: relative;
}
.why-client-says-quote {
  position: absolute;
  top: 5px;
  left: 10px;
}
.why-client-says-quote span img {
  width: 29px;
  height: 23px;
  object-fit: contain;
  margin-top: -15px;
  animation: floatBadge 5s ease-in-out infinite;
}

.why-client-says-silder .slick-slide {
  margin: 10px 10px;
}

.why-client-says-silder
  .slick-slide.slick-current.slick-active.slick-center
  .why-client-says-quote
  span {
  background-color: #45722c;
}
.why-client-says-silder
  .slick-slide.slick-current.slick-active.slick-center
  .why-client-says-quote
  span
  img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%)
    hue-rotate(288deg) brightness(111%) contrast(100%);
}
.why-client-says-silder-items:before {
  content: "";
  position: absolute;
  background-image: url(../images/why-client-says-silder-items.png);
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  background-size: cover;
}

.why-client-says-silder
  .slick-slide.slick-current.slick-active.slick-center
  .why-client-says-silder-items:before {
  filter: brightness(0) saturate(100%) invert(38%) sepia(25%) saturate(1107%)
    hue-rotate(55deg) brightness(92%) contrast(82%);
}

/* Why Clients Says About Us Ends */

/* Contact Us Start */

.get-in-touch-box {
  background: #45722c;
  border-radius: 20px;
  padding: 70px 50px;
  height: 620px;
}
.get-in-touch-box h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.get-in-touch-box p {
  color: #ffffff;
}

.get-in-touch-box ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.get-in-touch-box ul li span {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 30px;
  color: #45722c;
}

.get-in-touch-box ul li h2 {
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.get-in-touch-box ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.get-in-touch-form-box {
  background: #fff;
  border-radius: 20px;
  padding: 70px 50px;
  box-shadow: 0 0 5px 0 #00000033;
  height: 620px;
}

.get-in-touch-form-box h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 18px;
}
.get-in-touch-form-box form textarea {
  width: 100%;
  height: 85px;
  border: none;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 25px;
  color: #999999;
  font-weight: 500;
  padding-top: 20px;
}
.get-in-touch-form-box form input {
  width: 100%;
  height: 55px;
  border: none;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 25px;
  color: #999999;
  font-weight: 500;
}
.get-in-touch-form-box form input::placeholder {
  color: #999999;
  font-weight: 500;
}
.get-in-touch-box ul li span i {
  animation: floatBadge 5s ease-in-out infinite;
}
.get-in-touch-form-box form textarea::placeholder {
  color: #999999;
  font-weight: 500;
}
.get-in-touch-form-box p {
  color: #999999;
  margin-bottom: 25px;
}

/* Contact Us Ends */

/* Footer Start */

.footer-sec {
  background: #fff;
}
.footer-sec .container-fluid {
  padding: 0;
}
.footer-social-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #363636;
}
.footer-number a:hover {
  letter-spacing: 2px;
  color: #45722c;
  transition: 0.5s;
}
.footer-social-link ul li a {
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: #000;
  transition: 0.5s;
}
.footer-social-link ul li {
  margin-bottom: 30px;
}
.footer-social-link ul li:last-child {
  margin: 0 !important;
}
.footer-logo-row {
  padding: 30px 20px;
  border-bottom: 1px solid #363636;
}
.footer-logo a img {
  width: 118px;
  height: 126px;
  object-fit: contain;
}
.footer-number a {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
}
.footer-social-link ul li a:hover {
  background: #45722c;
  color: #fff;
  transition: 0.5s;
}
.copy-right-row {
  padding: 20px 0px 20px 35px;
  border-top: 1px solid #363636;
  margin-left: -12px;
}
.footer-newsletter-row {
  padding: 20px 20px 50px;
}
.footer-newsletter-row h2 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-newsletter-row input {
  width: 100%;
  height: 57px;
  padding: 0 20px;
  background: #222222;
  border: none;
  border-radius: 8px;
  color: #868686;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.footer-newsletter-row input::placeholder {
  border-radius: 8px;
  color: #868686;
}
.footer-newsletter-row form {
  position: relative;
}
.footer-newsletter-row form {
  display: flex;
  align-items: center;
}
.footer-newsletter-btn {
  position: absolute;
  right: 0;
}
.footer-newsletter-btn button {
  border: none;
}
.footer-copy-right-row {
  padding: 25px 20px;
}

.footer-copy-right-row p {
  color: #ffffff;
  font-size: 14px;
}
.footer-quick-links-box {
  border-left: 1px solid #363636;
  padding-left: 40px;
  padding-top: 100px;
  height: 100%;
  width: 80%;
}
.copy-right-row p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.copy-right-images {
  text-align: center;
}
.footer-quick-links-box h2 {
  font-size: 26px;
  color: #000;
  font-weight: 500;
}

.footer-quick-links-box ul li a {
  color: #8d8d8d;
}
.footer-quick-links-box ul {
  column-count: 2;
}

.footer-quick-links-box ul {
  line-height: 40px;
}
.footer-quick-links-box ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* Footer Ends */

/* Inner About Us Start */

.inner-main-banner-sec .container-fluid {
  padding: 0 0 0 5%;
}
.inner-main-banner-images {
  text-align: end;
}
.inner-main-banner-images images {
  width: 594px;
  height: 646px;
  object-fit: contain;
}
.inner-main-banner-text h2 {
  margin-bottom: 0;
}
.inner-main-banner-sec {
  position: relative;
}
.inner-main-banner-path {
  position: absolute;
  top: 140px;
  left: 20px;
}
.why-client-says-about-us-sec {
  overflow: hidden;
}
.inner-main-banner-path img {
  width: 230px;
  height: 127px;
  object-fit: contain;
}
.inner-main-banner-images img {
  width: 594px;
  height: 646px;
  object-fit: contain;
}
.about-marutham-naturals-our-mission.inner {
  margin-bottom: 30px;
}
.inner-about-us-row {
  margin-top: 40px;
}
.inner-about-us-row p {
  margin-bottom: 30px;
}
.about-marutham-naturals-sec.inner {
  padding-bottom: 0px;
}

/* Inner About Us Ends */

/* Inner Blogs Start */

.blogs-box {
  margin-top: 50px;
}
.blog-images img {
  width: 100%;
  height: 295px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 0 10px 0 #0000002b;
}
.blog-text {
  background: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 25px 25px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 #0000002b;
  margin-top: -30px;
  position: relative;
}
.blog-text h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.blog-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.blog-text ul li img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.blog-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.blog-text ul li p {
  color: #8f8e8e;
}
.blog-text strong {
  color: #a1a1a0;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.blogs-sec {
  padding: 10px 0 100px;
}

/* Inner Blogs Ends */

/* Inner Contact Us Start */

.contact-us-sec.inner {
  padding-top: 50px;
}

/* Inner Contact Us Ends */

/* Inner Faqs Start */

section.faqs {
  padding: 20px 0px 20px;
}

section.faqs .faqs-txt p {
  font-size: 14px;
  color: #808080;
  line-height: 25px;
}
section.faqs h1 {
  color: #011a38;
  font-size: 140px;
}

section.faqs .row {
  align-items: center;
}
/* boss */

section.faqs .accordion-item {
  border: 0px !important;
}

section.faqs button.accordion-button.collapsed.show {
  border-bottom: 0px !important;
  box-shadow: unset !important;
}

section.faqs .colRight {
  padding-left: 70px;
}

section.faqs button.accordion-button.collapsed {
  font-weight: 500;
  color: #787878;
  font-size: 18px;
  line-height: 28px;
  padding: 24px 0px 24px 50px;
  position: relative;
  border-bottom: 1px solid #959290;
  transition: 0.4s;
}

section.faqs button.accordion-button.collapsed::after {
  display: none;
}

section.faqs button.accordion-button.collapsed:before {
  position: absolute;
  content: "+";
  left: 0%;
  font-size: 20px;
  font-family: "Poppins";
  color: #959595;
  font-weight: 900;
  transition: 0.4s;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 0px !important;
  padding-left: 80px;
  box-shadow: unset !important;
  transition: 0.4s;
}

.accordion-button:focus {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.accordion-body {
  padding: 0px 80px 20px 150px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s;
  line-height: 25px;
  color: #808080;
}

.accordion-body:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  background: #959595;
  top: 3%;
  left: 13%;
  transition: 0.4s;
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.accordion-button:not(.collapsed):before {
  position: absolute;
  content: url("../images/accordin-border.png");
  left: 0%;
  font-family: "Poppins";
  font-weight: 400;
  top: 14%;
  transition: 0.4s;
}
.accordion-item {
  background-color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-button {
  background-color: inherit;
}

/* Inner Faqs Ends */

/* Inner Products Detail Start */

.product-detail-images img {
  width: 100%;
  height: 755px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #00000012;
  background: #fff;
}
.product-detail-button-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-detail-sec {
  padding: 50px 0 100px;
}
.product-detail-text {
  margin-left: 15px;
}
.product-detail-text h2 {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}
ul.product-detail-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
ul.product-detail-number li i {
  font-size: 20px;
  color: #ffc107;
}
ul.product-detail-number li h3 {
  font-size: 45px;
  color: #45722c;
  font-weight: 700;
}
ul.product-detail-points li {
  color: #161616;
  font-size: 16px;
  font-weight: 500;
}
ul.product-detail-points {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 25px;
}
ul.product-detail-points li img {
  width: 40px;
  height: 13px;
  object-fit: contain;
}

.product-detail-counter .counter {
  display: flex;
  align-items: center;
  background: #836850;
  border-radius: 25px;
  padding: 8px 20px;
  gap: 20px;
  font-size: 18px;
  font-weight: bold;
}

.product-detail-counter button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.product-detail-counter .value {
  min-width: 30px;
  text-align: center;
  color: #000;
}
.product-detail-tabs-sec .custom-tabs {
  border-bottom: 1px solid #afa8a2;
}

.product-detail-tabs-sec .custom-tabs .nav-link {
  color: #000;
  font-weight: 500;
  border: none;
  background: transparent;
  position: relative;
  padding: 10px 20px;
  border-left: 2px solid #1f1f1f;
  font-size: 25px;
}

.product-detail-tabs-sec .nav {
  justify-content: center;
  padding-bottom: 20px;
}

.product-detail-tabs-sec .custom-tabs .nav-link.active {
  font-weight: 700;
}

/* underline effect */
.product-detail-tabs-sec .custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 3px;
  background: #333;
}

/* vertical divider */
.product-detail-tabs-sec .custom-tabs .nav-item:not(:last-child) {
  border-right: 1px solid #cbbfb1;
}

.product-detail-tabs-sec .tab-content {
  margin-top: 20px;
  color: #444;
  max-width: 600px;
}
.product-detail-tabs-sec {
  padding-bottom: 100px;
}
/* Inner Products Detail Ends */

/* Inner Billing Start */

.billing-section {
  max-width: 1150px;
  margin: auto;
}

/* Main Card Styling */
.billing-section .main-card {
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.billing-section .header-box {
  background-color: #8c735b;
  color: white;
  padding: 18px 35px;
  font-size: 22px;
  font-weight: 500;
}

.billing-section .inner-content {
  padding: 40px 50px;
}

/* Form Labels & Controls */
.billing-section .form-label {
  font-weight: 600;
  font-size: 13px;
  color: #1a1a1a;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 40px;
}

.billing-section .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  height: 40px;
  font-size: 14px;
}

.billing-section .help-text {
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  color: #000;
}

/* Custom Select (Gradient style from image) */
.billing-section .custom-select {
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 40%, #d9d9d9 100%);
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

/* Custom Radio Buttons */
.billing-section .radio-group {
  margin: 20px 0;
}

.billing-section .radio-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
}

.billing-section .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.billing-section .checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.billing-section .radio-container input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc107; /* Yellow dot */
}

/* Custom Checkboxes */
.billing-section .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* Summary Area */
.billing-section .summary-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}

.billing-section .summary-header {
  background-color: #8c735b;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
}

.billing-section .summary-body {
  padding: 20px;
  font-size: 14px;
}

.billing-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.billing-section .total-row {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

/* Buttons & Info */
.billing-section .btn-send {
  background-color: #8c735b;
  color: white;
  border: none;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}

.billing-section .btn-send:hover {
  opacity: 0.9;
}

.billing-section .arrow-circle {
  background: white;
  color: #8c735b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.billing-section .consent-box {
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 4px;
  font-size: 11px;
  color: #444;
  line-height: 1.6;
}

.billing-section .required-label {
  font-size: 12px;
  color: #444;
}

.billing-section .required-label::before {
  content: "•";
  color: #007bff;
  margin-right: 5px;
  font-size: 18px;
}

.hidden {
  display: none;
}

/* Inner Billing Ends */

/*Inner Cart Start*/

.bt.check-out-btn {
  margin-top: 40px;
}
section.cart-sec.sec {
  padding: 20px 0 100px;
}

.cart_sidebar form {
  margin-top: 30px;

  padding-bottom: 40px;

  border-bottom: 1px solid #e4e4e4;
}

.cart_sidebar form button {
  color: #000;

  font-size: 16px;

  padding: 15px 40px;

  background-color: unset;

  border: 1px solid #c5c5c5;

  font-weight: 600;

  border-radius: 50px;
}

.cart_sidebar form input {
  padding-left: 15px;

  margin-bottom: 20px;

  border-radius: 5px;

  border: 1px solid #c5c5c5;
}

.cart_sidebar form input,
.cart_sidebar form select {
  width: 100%;

  height: 55px;

  appearance: auto;

  font-size: 14px;

  background-color: unset;

  color: #7c7c7c;

  font-weight: 600;
}

.cart_sidebar form select {
  padding-left: 14px;
  border: 2px solid #e4e4e5;
  margin-bottom: 15px;
  border-radius: 5px;
}

.cart_sidebar form input,
.cart_sidebar form select {
  width: 100%;
  height: 58px;
  appearance: auto;
  font-size: 15px;
  background-color: unset;
  color: #7c7c7c;
  font-weight: 600;
  border-radius: 50px;
  padding: 0 20px;
}
.cart_sidebar input::placeholder {
  color: #7c7c7c;
}

.cart_sidebar h4 {
  font-size: 20px;

  color: #000;
}

.cart_sidebar h3,
.cart_sidebar h4 {
  margin-bottom: 20px;

  line-height: 30px;
}

.cart_sidebar ul li input {
  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;
}

.about-text h2,
.cart_sidebar ul li:not(:last-child),
section.product-sec.inner .product-heading {
  margin-bottom: 15px;
}

.cart_sidebar ul li label {
  position: relative;

  color: #7c7c7c;

  font-weight: 600;
}

.bnelli_text,
label {
  display: inline-block;
}

.cart_sidebar h4 {
  font-size: 20px;

  color: #000;
}

.cart_sidebar h3,
.cart_sidebar h4 {
  margin-bottom: 20px;

  line-height: 30px;
}

.cart_sidebar .h-sub {
  color: #000;
  font-size: 22px;
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px !important;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.exprience-herbal-wellness-sec.why-choose {
  margin-top: 50px;
}

.cart_sidebar h5 span,
.workshop-services-button {
  float: right;
}

.cart_sidebar h3 {
  margin-top: 0;
  font-size: 25px;
}

.cart_sidebar h3,
.cart_sidebar h4 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.cart_sidebar {
  padding: 0 0 0 35px;
}

.clear_carT_list ul li .clear-list {
  border: 1px solid #ddd;

  background: 0 0;

  border-radius: 5px;

  margin-right: 20px;

  color: #000;

  border-radius: 50px;
}

.clear_carT_list {
  margin-top: 20px;
}

.clear_carT_list ul {
  display: flex;

  align-items: center;

  justify-content: end;
}

.clear_carT_list ul li a {
  color: #7c7c7c;
  font-size: 16px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  padding: 15px 40px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 50px;
}

.inner-request-a-quote-cart-pro-name ul li img {
  width: 140px;

  height: 120px;

  border-radius: 5px;

  object-fit: cover;

  background: #e2e2e2;

  object-position: 100% 10%;
}

.inner-request-a-quote-sec li.request-cart-img button {
  font-size: 13px;

  background: #fff;

  width: 25px;

  height: 25px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #000;

  box-shadow: 0 0 4px 0 #00000057;

  border: 0;
}

.inner-request-a-quote-sec button.request-cart-btn {
  position: absolute;

  right: -10px;

  top: -10px;
}

.inner-request-a-quote-sec .quantity {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: 1px solid #b7b7b7;

  padding: 10px 25px;

  width: fit-content;

  border-radius: 50px;
}

.inner-request-a-quote-sec .quantity button {
  background: #ebebeb;

  border: none;

  border-radius: 50%;

  width: 35px;

  height: 35px;

  font-size: 20px;

  cursor: pointer;

  transition: 0.2s;
}

.inner-request-a-quote-sec .quantity span {
  font-size: 18px;
  font-weight: 600;
  width: 25px;
  text-align: center;
  color: #7c7c7c;
}

.inner-request-a-quote-cart-row h6 {
  color: #7c7c7c;
  font-size: 22px !important;
  font-family: "Montserrat", sans-serif;
}

.inner-request-a-quote-cart ul li span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.inner-request-a-quote-cart-row {
  border-bottom: 2px solid #e4e4e5;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}

.cart_sidebar ul li label:before {
  content: "";

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 15px;

  border-radius: 10%;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #c08a21;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

.inner-request-a-quote-cart ul {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 18px;

  border-bottom: 1px solid #e4e4e4;

  padding-right: 50px;
}

.inner-request-a-quote-cart-pro-name ul,
.motorcycle-detail-qtn-row {
  display: flex;

  align-items: center;

  gap: 20px;
}

.inner-request-a-quote-cart-pro-name li {
  font-size: 20px;
  color: #000;
  position: relative;
  font-family: "Outfit", sans-serif;
}

.sub-total label,
label {
  cursor: pointer;
}

/*Inner Cart Ends*/
