body {
  background: #fff;
  /* text-transform: capitalize; */
  overflow-x: hidden;
  color: #000;
}

:root {
  --primary: #066932;
  --font-family: 'Rethink Sans';
  --second-family: 'Gabarito';
  --third-family: 'Galada';
}

[data-aos] {
  transition-duration: 1s !important;
  font-family: var(--font-family);
}

.ptpb {
  padding-top: 70px;
  padding-bottom: 70px;
}

img {
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #3D3931;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

/* header css start*/
.site-header {
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}

.logo img {
  width: 115px;
  max-width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header a {
  padding: 0 0;
  color: var(--white-text);
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}

.bi.bi-list.fs-1 {
  cursor: pointer;
}

a.active {
  color: var(--primary);
  font-weight: 700;
  position: relative;
}

header a.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  width: 15px;
  height: 1px;
}

.nav ul {
  gap: 38px;
  align-items: center;
}

header a.head-btn {
  color: #000;
  background: var(--primary);
  font-weight: 700;
  font-size: 14px;
  padding: 9px 35px;
  transition: .5s;
  border-radius: 34px;
}

header a.head-btn:hover {
  background: #fff;
}

.header-btns {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: end;
}

.header-btns .head-btn:last-child {
  background: transparent;
  border: 1px solid var(--primary);
  color: #fff;
}

.header-btns select {
  color: #000;
  background: var(--primary);
  font-weight: 700;
  font-size: 14px;
  padding: 9px 20px 9px 14px;
  transition: .5s;
  border-radius: 34px;
  border: none;
}

.header-btns select {
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  padding: 9px 20px 9px 42px;
  transition: .5s;
  border-radius: 34px;
  border: none;
  background: rgba(255, 229, 0, 0.29);
}

.header-btns .lang-select {
  position: relative;
}

.header-btns .lang-select::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  background-image: url(../images/lang.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.offcanvas-body .nav ul li a.active {
	color: var(--primary);
}

.header-btns select option {
  background: #fff;
  color: #000;
}

/* Offcanvas css */

.offcanvas {
  padding: 0;
}

.offcanvas a {
  color: #292929;
  display: inline-block;
  margin: 15px 0;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  font-family: var(--font-family);
}

.offcanvas a.active::after {
  background-color: #292929;
  bottom: -5px;
}

.offcanvas-body .nav {
  margin-top: 10px;
}

.nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-header {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: self-start !important;
  row-gap: 10px !important;
}

.new-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}

.top-header-left h6 img {
  width: 19px;
}

.top-header-left {
  display: flex;
  align-items: center;
}

.top-header {
  background: var(--primary);
  padding: 14px 0;
}

.top-header-left,
.top-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.center-line {
  border: 1px solid #f3f3f3;
  height: 32px;
  opacity: 0.3;
  width: 1px;
}

.top-header-deta h6,
.lang-select select {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-select select option {
	color: #000;
}

.lang-select select {
  background: transparent;
  border: none;
  padding: 0;
}

.top-header-deta {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-header-right h6 a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-header-right h6 a img {
  width: 20px;
}

.store-location img {
  width: 20px;
}

.store-location h5 {
  font-weight: 700;
  font-size: 18px;
  color: #2b2b2b;
  margin: 0;
  line-height: 1.1;
  font-family: var(--second-family);
}

.store-location h5 span {
  font-weight: 400;
  color: #000;
  display: block;
}

.store-location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-dropdown .sub-menu {
  display: none;
}

.category-dropdown a span img {
  width: 24px;
}

.category-dropdown .main-drop {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 92%;
  color: #066932;
  border: 2px solid #066932;
  border-radius: 2px;
  padding: 8px 10px;
  transition: .3s ease-in-out;
}

.drop-arrow {
  width: 12px !important;
}

.category-dropdown:hover .sub-menu {
  display: block;
}

.category-dropdown {
  position: relative;
}

.category-dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-dropdown .sub-menu li a {
  background: #F3F7F2;
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #b5b0b0;
  font-family: var(--font-family);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-search input {
  background: #ededed;
  border: none;
  padding: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 92%;
  color: #000;
  width: 100%;
  border-radius: 2px;
  font-family: var(--font-family);
}

.header-search {
  width: 500px;
  max-width: 100%;
  position: relative;
}

.header-search img {
  width: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.header-bottom-right span img {
  width: 22px;
}

.header-bottom-right h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 25px 0;
}

.header-bottom-left ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-bottom-left ul li a img {
  width: 20px;
}

.header-bottom-left ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-bottom-left .category-dropdown .main-drop {
  border: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #000;
  transition: .0s ease-in-out;
}

.header-bottom-left .category-dropdown .main-drop:hover {
  background: var(--primary);
  color: #fff;
}

.header-bottom-left .category-dropdown .sub-menu {
  top: 33px;
}

/* header css end */

/* home page css start */
.banner-deta {
  background: #EDEEF2;
  border-radius: 25px;
  padding: 45px 30px 80px 30px;
  background-image: url(../images/home-images/banner1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.banner-deta h6 {
  font-weight: 500;
  font-size: 18px;
  color: #066932;
  font-family: var(--second-family);
  line-height: 1.4;
  margin: 0;
}

.banner-deta h1 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 42px;
  color: #066932;
  margin: 25px 0 60px 0;
}

.banner-deta p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #066932;
  margin-bottom: 30px;
}

.btn-main img {
  width: 18px;
  margin-left: 5px;
}

.btn-main {
  background: #fff;
  border-radius: 4px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000 !important;
  padding: 10px 12px;
}

.banner-deta.banner2 h6,
.banner-deta.banner2 h1,
.banner-deta.banner2 p {
  color: #fff;
}

.banner-deta.banner2 {
  background-color: var(--primary);
  background-image: url(../images/home-images/banner2.png);
}

.banner-deta.banner2 {
  background-color: var(--primary);
  background-image: url(../images/home-images/banner2.png);
  background-size: 55%;
  background-position: right center;
}

.info-deta img {
  width: 30px;
}

.info-deta h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin: 30px 0 5px 0;
}

.info-deta p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
  margin: 0;
}

.deal-banner {
  text-align: center;
  height: 100%;
  padding: 0;
  background-image: url(../images/home-images/deal-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.deal-banner h6 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 22px;
  color: #ffcd00;
  margin: 0;
}

.deal-banner h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffe578;
  margin: 10px 0;
}

.deal-banner h5 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  margin: 0;
}

.deal-sec {
  padding: 44px 0;
  background-image: url(../images/home-images/deal-bg-full.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.deal-products {
  background: #fff;
  padding: 30px 20px;
  height: 100%;
}

.sec-head h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  color: #066932;
  margin-bottom: 45px;
}

.deal-products .row {
  margin: 0 -10px;
}

.deal-pro-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.deal-pro-img {
  position: relative;
  padding-top: 98%;
  width: 100%;
}

.deal-pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.deal-pro-deta {
  text-align: center;
  margin-top: 15px;
}

.deal-pro-deta h6 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #949494;
  margin: 0;
}

.deal-pro-deta a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 5px 0 5px 0;
  display: inline-block;
  transition: .3s ease-in-out;
}

.deal-pro-deta a:hover {
  color: var(--primary);
}

.deal-pro-deta p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #ff3636;
  margin: 0;
}

.deal-pro-deta p span {
  text-decoration: line-through;
  color: #c5c5c5;
  margin-right: 5px;
}

.marquee {
  margin-right: 15px;
  white-space: nowrap;
  width: 100%;
  position: relative;
  background: #0F9A4D;
}

.marquee::before {
  transform: rotate(-1deg);
  z-index: -1;
}

.marquee::after {
  transform: rotate(-2deg);
  z-index: -2;
}

.marquee .inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  /* background-color: var(--secondary); */
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.marquee .text {
  width: 200%;
  -webkit-animation: animate 40s linear infinite;
  animation: animate 40s linear infinite;
  -webkit-animation-delay: -40s;
  animation-delay: -40s;
  padding-right: 140px;
  display: flex;
  align-items: center;
  gap: 140px;
  margin: 0;
}

.marquee .text:nth-child(2) {
  width: 200%;
  -webkit-animation: animate2 40s linear infinite;
  animation: animate2 40s linear infinite;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

.marquee .text span {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.marquee:hover .text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes animate {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes animate2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.trending-cate-card {
  border: 2px solid #e7e7e7;
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 45px;
  height: 100%;
}

.trending-cate-content h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #066932;
  margin-bottom: 18px;
}

.trending-cate-content {
  width: 100%;
}

.trending-cate-content h5 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.trending-cate-content h5:last-child {
  margin: 0;
}

.trending-cate-img {
  position: relative;
  padding-top: 30.4%;
  width: 50%;
}

.trending-cate-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #0f9a4d;
  padding: 10px;
}

.trending-cate-deta .row {
  row-gap: 16px;
}

.trending-cate-content h5 span {
  font-weight: 500;
  color: #777;
}

.trending-cate-deta .row {
  margin: 0 -8px;
}

.trending-cate-deta .row .col-lg-4 {
  padding: 0 8px;
}

.handpick-product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.handpick-product-img {
  position: relative;
  padding-top: 37%;
  width: 49%;
}

.handpick-product-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.handpick-product-content h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #066932;
  margin: 0;
}

.handpick-product-content img {
  margin: 10px 0;
  width: 100px;
  max-width: 100%;
}

.handpick-product-content h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #ff3636;
  margin: 0;
}

.handpick-product-content h6 span {
  text-decoration: line-through;
  color: #c5c5c5;
  margin-right: 5px;
}

.handpick-items-deta .col-lg-7 .row {
  row-gap: 30px;
}

.hand-pick-banner {
  background-image: url(../images/home-images/handpick-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-size: cover;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.hand-pick-banner h6 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  color: #ffcd00;
  margin: 0;
}

.hand-pick-banner h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  margin: 30px 0 60px 0;
}

.offer-main {
  background-image: url(../images/home-images/offer-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: relative;
}

.offer-deta h3 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-left: 65px;
}

.offer-deta h3::after {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  background-image: url(../images/home-images/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 455px;
  height: 83px;
  z-index: -1;
}

.offer-deta h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 44px;
  color: #0f9a4d;
  margin: 65px 0 25px 0;
}

.counter-deta li {
  list-style-type: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #066932;
  text-align: center;
}

.counter-deta li span {
  display: block;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 34px;
  color: #066932;
}

.counter-deta {
  backdrop-filter: blur(95.19999694824219px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  width: fit-content;
  padding: 10px 20px;
}

.counter-deta ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}

.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
  border-left: 0;
}

.tabs .tabs-nav a {
  display: block;
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #777;
}

.tab-active a {
  cursor: default;
  color: #066932 !important;
}

.most-sel-deta .tabs .tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: -76px;
}

.tabs-stage {
  margin-top: 50px;
}

.most-selling-sec .swiper-button-next::after,
.most-selling-sec .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #354052;
  border: 2px solid #354052;
  padding: 9px 12.4px;
  border-radius: 50%;
}

.most-selling-sec .swiper-button-next,
.most-selling-sec .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}

.most-selling-sec .swiper-button-prev,
.most-selling-sec .swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.most-selling-sec .swiper-button-next,
.most-selling-sec .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.most-sel-slider .swiper {
  padding: 0px 50px;
}

.special-pro-sec {
  background-image: url(../images/home-images/special-pro.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.special-pro-text h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 60px;
  color: #066932;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.special-pro-text h2::after {
  content: '';
  position: absolute;
  top: -38px;
  left: 50%;
  background-image: url(../images/home-images/special-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 838px;
  height: 152px;
  z-index: -1;
  transform: translateX(-50%);
}

.special-pro1 h6 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 22px;
  color: #000;
  background: #fff;
  border-radius: 50px;
  width: fit-content;
  padding: 8px 20px;
}

.special-pro-deta {
  position: relative;
}

.special-pro-deta {
  padding: 280px 0;
}

.artical-sec {
  background: #f3f7f2;
}

.artical-img {
  position: relative;
  padding-top: 146%;
  width: 100%;
  height: 100%;
}

.artical-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.artical-content {
  background: #fff;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.artical-content span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
  background: #e7fff1;
  width: fit-content;
  padding: 4px 15px;
  border-radius: 50px;
}

.artical-content h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #066932;
  margin: 15px 0 22px 0;
}

.artical-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #777;
  margin-bottom: 25px;
}

.artical-content h6 span {
  background: transparent;
  padding: 0;
  border-radius: 50%;
}

.artical-content h6 span img {
  width: 35px;
  border-radius: 35px;
  height: 35px;
}

.artical-content h6 {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 15px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #066932;
}

.artical-card.artical-right .artical-content h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  color: #066932;
}

.artical-card.artical-right .artical-img {
  padding-top: 100%;
}

.artical-card.artical-right:first-child {
  margin-bottom: 20px;
}

.faq-sec {
  background: #f3f7f2;
}

.faq-main .sec-head h2 {
  margin-bottom: 10px;
}

.faq-main .sec-head p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #8f8f8f;
  padding-bottom: 30px;
  margin: 0;
}

.faq-main .accordion-button {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #266848;
  border-radius: 3px !important;
  border: none !important;
}

.faq-main .accordion-item {
  border: none;
  margin-bottom: 10px;
  /*height: 85%;*/
}

.faq-main .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-family: var(--second-family);
  font-weight: 400;
}

/* home page css end */

/* footer css start */
.footer-logo img {
  width: 227px;
  max-width: 100%;
}

.footer-links h4 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  color: #3e3e3e;
  margin-bottom: 20px;
}

.footer-links ul li a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #9e9e9e;
  margin-bottom: 10px;
  display: block;
  transition: .3s ease-in-out;
}

.footer-links ul li a:hover {
  color: #066932;
}

.footer-contact p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  color: #3e3e3e;
  margin-bottom: 35px;
}

.footer-contact a {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: #066932;
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-contact a img {
  width: 40px;
}

.footer-links ul li:last-child a {
  margin: 0;
}

.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a7a7a7;
  padding: 30px 0;
  margin-top: 40px;
}

.footer-bottom p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #848484;
  margin: 0;
}

.footer-main .col-lg-2:nth-child(2) .footer-links {
  padding-left: 25px;
}

.product-modal .modal.drawer {
  display: flex !important;
  pointer-events: none;
}

.product-modal .modal.drawer * {
  pointer-events: none;
}

.product-modal .modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}

.product-modal .modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}

.product-modal .modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}

.product-modal .modal.drawer.show {
  pointer-events: auto;
}

.product-modal .modal.drawer.show * {
  pointer-events: auto;
}

.product-modal .modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}

.product-modal .modal.drawer.right-align {
  flex-direction: row-reverse;
}

.product-modal .close span {
  display: block;
  position: relative;
  top: -2px;
}

.product-modal .close {
  position: absolute;
  left: -50px;
  top: 10px;
  background: #fff;
  opacity: 1;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.modal-product-img {
  position: relative;
  padding-top: 98%;
  width: 100%;
}

.modal-product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-product-text {
  margin: 15px 0;
}

.modal-product-text h4 {
  font-size: 20px;
  color: #000;
  font-family: var(--font-family);
  margin: 0;
}

.modal-product-text h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #ff3636;
  margin: 10px 0;
}

.modal-product-text p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #000;
  font-family: var(--font-family);
  font-weight: 400;
  margin: 0;
}

.modal-product-points ul li {
  list-style: disc;
}

.modal-product-points ul {
  padding-left: 15px;
}

.modal-product-points ul li {
  list-style: disc;
  color: #666;
  font-size: 16px;
  font-family: var(--font-family);
  margin-bottom: 5px;
}

.modal-product-points ul li:last-child {
  margin: 0;
}

.modal-product-points ul li.active-points {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}

.modal-product-cart {
  margin: 15px 0 20px 0;
}

.modal-product-cart a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  width: fit-content;
  padding: 10px 15px;
  font-size: 16px;
  font-family: var(--font-family);
  border-radius: 5px;
  font-weight: 500;
}

.modal-product-footer p,
.modal-product-footer a {
  color: #000;
  font-size: 16px;
  font-family: var(--font-family);
  margin-bottom: 8px;
  font-weight: 400;
}

.modal-product-footer p span {
  color: #666;
}

.modal-product-footer a {
  text-decoration: underline;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

/* footer css end */

.back-to-top .icon__arrow-up path {
  fill: #fff;
}

.back-to-top .icon__arrow-up {
  width: 20px;
  height: 20px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0f9a4d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* about-us css start */
.about-img {
  position: relative;
  padding-top: 60%;
  max-width: 100%;
}

.about-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.about-us-content span {
  font-size: 14px;
  color: #8F8F8F;
  display: block;
  font-family: var(--second-family);
  font-weight: 500;
}

.about-us-content h2 {
  font-weight: 600;
  color: #243f2f;
  font-size: 40px;
  font-family: var(--second-family);
  margin: 10px 0 20px 0;
}

.about-us-content h6 {
  color: #444444;
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.about-us-content p {
  color: #444444;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

.about-us-content {
  padding-left: 40px;
}

.about-client {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.about-client img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.about-client-name h6 {
  font-size: 20px;
  color: #243F2F;
  font-family: var(--second-family);
  margin-bottom: 0 !important;
}

.about-client-name p {
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 0px;
  font-family: var(--font-family);
}

.inner-page-main {
  margin-top: 20px;
}

.about-counter .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.about-counter-deta {
  text-align: center;
}

.about-counter-deta h4 {
  color: #00AA63;
  font-family: var(--second-family);
  font-size: 40px;
  font-weight: 800;
}

.about-counter-deta p {
  margin: 0;
  color: #444444;
  font-family: var(--font-family);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.about-counter-deta {
  text-align: center;
  border-left: 1px solid #E6E6E6;
}

.about-counter .col-lg-3:first-child .about-counter-deta {
  border: none;
}

.about-force {
  background-color: #F3F7F2;
}

.about-force-deta .sec-head h2 {
  margin-bottom: 15px;
}

.about-force-deta .sec-head p {
  color: #444444;
  font-family: var(--font-family);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 45px;
}

.about-force-card {
  background: #fff;
  padding: 15px 18px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}

.about-force-img {
  position: relative;
  padding-top: 65%;
  width: 100%;
}

.about-force-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.about-force-card h5 {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 500;
  color: #243F2F;
  margin-bottom: 15px;
  margin: 20px 0 12px 0;
}

.about-force-card p {
  font-family: var(--font-family);
  font-size: 15px;
  line-height: 21px;
  color: #666666;
  font-weight: 500;
}

.about-choose {
  background: #0F9A4D;
}

.about-force-deta.about-choose-main .sec-head h2,
.about-force-deta.about-choose-main .sec-head p {
  color: #fff;
}

.about-force-deta.about-choose-main .sec-head span {
  color: #fff;
  font-size: 16px;
  display: block;
  font-family: var(--second-family);
  font-weight: 500;
  margin-bottom: 5px;
}

.about-choose-img {
  position: relative;
  padding-top: 33%;
  width: 100%;
}

.about-choose-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.about-choose-text {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.about-choose-text img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  background: #00000070;
}

.about-choose-content h4 {
  font-family: var(--second-family);
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
}

.about-choose-content p {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #FFFFFF;
}

.about-choose-cards {
  padding-left: 30px;
}

/* about-us css end */

/* contact us css start */
.contact-map-deta iframe {
  width: 100%;
  height: 550px;
  border-radius: 5px;
  border: 2px solid var(--primary) !important;
}

.contact-deta {
  background-color: #F3F7F2;
}

.contact-form input,
.contact-form textarea {
  background-color: #02010100;
  color: #555555;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E1E1;
  border-radius: 4px 4px 4px 4px;
  font-family: var(--font-family);
  font-size: 16px;
  width: 100%;
  padding: 13px;
  outline: none;
}

.contact-form .row {
  row-gap: 25px;
}

.contact-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-check input {
  width: 15px;
  height: 15px;
}

.contact-check p {
  margin: 0;
  font-size: 16px;
  color: #9d9f9c;
  font-family: var(--second-family);
}

.contact-form button {
  background: var(--primary);
  color: #fff;
  width: fit-content;
  padding: 12px 20px;
  font-size: 16px;
  font-family: var(--font-family);
  border-radius: 5px;
  font-weight: 500;
  border: none;
}

.contact-left-deta h4 {
  font-family: var(--font-family);
  font-size: 22px;
  color: #243F2F;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-left-deta p,
.contact-left-deta a {
  margin: 0;
  font-family: var(--font-family);
  font-size: 18px;
  color: #555555;
}

.contact-left-deta {
  margin-bottom: 30px;
}

.contact-left-deta:last-child {
  margin-bottom: 0;
}

.contact-left-deta a {
  display: block;
  margin-bottom: 5px;
}

.contact-left-deta a:last-child {
  margin-bottom: 0;
}

.contact-left-deta ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.contact-us-page {
  position: relative;
}

.contact-us-page::after {
  content: '';
  position: absolute;
  top: 22%;
  left: 0;
  background-color: #F3F7F2;
  width: 100%;
  height: 330px;
  z-index: -1;
}

/* contact us css end */

/* blog css start */
.blog-img {
  position: relative;
  padding-top: 65%;
  width: 100%;
}

.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-card {
  background: #f3f7f2;
  padding: 15px;
  border-radius: 5px;
  height: 100%;
}

.blog-content span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
  background: #e3e3e3;
  width: fit-content;
  padding: 4px 15px;
  border-radius: 50px;
}

.blog-content {
  margin-top: 20px;
}

.blog-content a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  color: #066932;
  margin: 20px 0 15px 0;
  display: block;
  transition: .3s ease-in-out;
}

.blog-content a:hover {
  color: #0d0c07;
}

.blog-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}

.blogs-main .row {
  row-gap: 25px;
}

.blog-details-img {
  position: relative;
  padding-top: 45%;
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-details-text h2 {
  font-family: var(--second-family);
  font-weight: 600;
  color: #243f2f;
  font-size: 26px;
  margin-bottom: 10px;
}

.blog-details-text span {
  display: block;
  color: #797979;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: var(--font-family);
}

.blog-details-text p {
  color: #777777;
  font-family: var(--second-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.blog-details-right h4 {
  font-family: var(--second-family);
  font-weight: 600;
  color: #243f2f;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.blog-details-right .row {
  row-gap: 20px;
}

.blog-details-right .blog-content a {
  font-size: 20px;
}

.blog-details-right .blog-content p {
  font-size: 15px;
}

.footer-links ul li a img {
	width: 160px;
	max-width: 100%;
}
/* blog css end */

.offer-deta p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	color: #777;
	margin-bottom: 25px;
	width: 80%;
}

/* media query start */
@media(max-width: 1400px) {

  .top-header-left,
  .top-header-right {
    gap: 12px;
  }

  .contact-map-deta iframe {
    height: 450px;
  }

  .blog-content a {
    font-size: 22px;
  }

  .about-counter-deta h4 {
    font-size: 34px;
  }

  .about-counter-deta p {
    font-size: 16px;
  }

  .about-us-content h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about-us-content p {
    font-size: 16px;
  }

  .about-client img {
    width: 80px;
    height: 80px;
  }

  .about-client {
    margin-top: 15px;
  }

  .about-us-content h2 {
    font-size: 36px;
    margin: 6px 0 15px 0;
  }

  .about-us-content {
    padding-left: 25px;
  }

  .artical-content p {
    font-size: 15px;
  }

  .artical-card.artical-right .artical-content h3 {
    font-size: 22px;
  }

  .artical-content h3 {
    font-size: 34px;
  }

  .handpick-product-content h5 {
    font-size: 20px;
  }

  .trending-cate-img img {
    padding: 5px;
  }

  .marquee .text {
    padding-right: 80px;
    gap: 80px;
  }

  .deal-pro-deta a {
    font-size: 18px;
  }

  .deal-pro-deta h6 {
    font-size: 13px;
  }

  .deal-pro-deta p {
    font-size: 14px;
  }

  .info-deta h4 {
    font-size: 20px;
    margin: 25px 0 5px 0;
  }

  .info-deta p {
    font-size: 15px;
  }

  .top-header-deta h6,
  .lang-select select {
    gap: 10px;
  }

  .top-header-right h6 a img {
    width: 18px;
  }

  .banner-deta {
    background-position: bottom right -80px;
  }

  .banner-deta h6 {
    font-size: 16px;
  }

  .banner-deta h1 {
    font-size: 36px;
    margin: 25px 0 45px 0;
  }

  .banner-deta.banner2 {
    background-size: 410px;
    background-position: right -95px center;
  }
}

@media(max-width: 1200px) {

  .top-header-deta h6,
  .lang-select select,
  .accordion-body p {
    font-size: 14px;
  }

  .blog-details-text h2,
  .blog-details-right h4 {
    font-size: 22px;
  }

  .blog-details-text span {
    font-size: 14px;
  }

  .blog-details-text p {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 15px;
  }

  .about-choose-img {
    padding-top: 40%;
  }

  .about-force-card h5 {
    font-size: 18px;
  }

  .about-force-card {
    padding: 15px;
  }

  .about-force-card p {
    font-size: 14px;
  }

  .about-counter-deta p {
    font-size: 15px;
  }

  .about-us-content {
    padding-left: 0;
  }

  .footer-links h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-contact a {
    font-size: 20px;
    gap: 15px;
  }

  .footer-contact a img {
    width: 30px;
  }

  .footer-contact p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .footer-links ul li a {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .faq-main .accordion-button {
    font-size: 16px;
    padding: 15px;
  }

  .artical-content p {
    font-size: 14px;
  }

  .artical-card.artical-right .artical-content h3,
  .faq-main .sec-head p {
    font-size: 18px;
  }

  .artical-content h3 {
    font-size: 28px;
    margin: 15px 0 15px 0;
  }

  .special-pro-text h2 {
    font-size: 50px;
  }

  .special-pro-deta {
    padding: 250px 0;
  }

  .special-pro-text h2::after {
    width: 785px;
    height: 135px;
  }

  .most-sel-main .sec-head h2 {
    margin-bottom: 25px;
  }

  .tabs-stage {
    margin-top: 30px;
  }

  .most-sel-deta .tabs .tabs-nav {
    margin-top: 0;
  }

  .hand-pick-banner h6 {
    font-size: 22px;
  }

  .handpick-product-content h5 {
    font-size: 18px;
  }

  .hand-pick-banner h2 {
    font-size: 38px;
  }

  .handpick-product-content h6 {
    font-size: 14px;
  }

  .trending-cate-card {
    padding: 15px;
    gap: 35px;
  }

  .trending-cate-img {
    width: 51%;
  }

  .trending-cate-content h5 {
    font-size: 14px;
  }

  .trending-cate-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .deal-banner h5 {
    font-size: 28px;
  }

  .deal-banner h3 {
    font-size: 30px;
  }

  .deal-banner h6 {
    font-size: 18px;
  }

  .deal-pro-deta a {
    font-size: 16px;
  }

  .header-bottom-left ul {
    gap: 0;
  }

  .info-deta h4 {
    font-size: 18px;
  }

  .info-deta p {
    font-size: 14px;
  }

  .blog-details-right .blog-content a {
    font-size: 18px;
  }

  .header-bottom-left .category-dropdown .main-drop {
    gap: 5px;
    font-size: 14px;
  }

  .center-line {
    height: 25px;
  }

  .new-header {
    gap: 35px;
  }

  .nav ul {
    gap: 30px;
  }
}

@media(max-width: 991px) {

  .top-header-left .center-line,
  .top-header-left h6 {
    display: none;
  }
  
  .offer-deta p {
	font-size: 16px;
	width: 100%;
}

  .blog-details-page .row {
    row-gap: 25px;
  }

  .contact-deta-main .row {
    row-gap: 25px;
  }

  .about-choose-text {
    margin-bottom: 0;
    padding: 0 15px;
  }

  .about-choose-text img {
    width: 65px;
    height: 65px;
  }

  .about-choose-content h4 {
    font-size: 26px;
  }

  .about-choose-content p {
    font-size: 14px;
  }

  .about-choose-cards {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 25px;
  }

  .about-force-main .row {
    row-gap: 25px;
  }

  .about-force-deta .sec-head p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .about-counter .col-lg-3:nth-child(4) .about-counter-deta {
    border: none;
  }

  .about-counter .row {
    row-gap: 40px;
  }

  .about-counter .col-lg-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .about-sec .row {
    row-gap: 25px;
  }

  .artical-deta .col-lg-5 {
    display: flex;
    flex-wrap: wrap;
  }

  .artical-deta .col-lg-5 .artical-card.artical-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .artical-deta .row {
    row-gap: 20px;
  }

  .offer-deta h2 {
    font-size: 36px;
  }

  .offer-deta h3 {
    font-size: 28px;
    padding-left: 44px;
  }

  .offer-deta h3::after {
    width: 390px;
    height: 70px;
  }

  .offer-deta h2 {
    margin: 55px 0 20px 0;
  }

  .hand-pick-banner {
    height: 350px;
  }

  .handpick-items-deta .row {
    row-gap: 25px;
  }

  .trending-cate-img {
    width: 49%;
  }

  .deal-sec {
    padding: 30px 0;
  }

  .deal-banner {
    height: 350px;
  }

  .ptpb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-main .row {
    row-gap: 40px;
  }

  .banner-main .row {
    row-gap: 20px;
  }

  .header-bottom {
    flex-direction: column;
    row-gap: 10px;
  }

  .banner-deta.banner2 {
    background-position: right center;
    background-size: 500px;
  }

  .banner-deta {
    background-position: bottom right;
    background-size: cover;
  }
}

@media(max-width: 767px) {

  .top-header-right {
    display: none;
  }
  
  .offer-deta p {
	color: #fff;
}

  .blog-content a {
    font-size: 20px;
  }

  .about-counter-deta h4 {
    font-size: 30px;
  }

  .about-counter-deta p {
    font-size: 14px;
  }

  .footer-logo img {
    width: 125px;
  }

  .footer-contact p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-main .row {
    row-gap: 35px;
  }

  .artical-deta .col-lg-5 .artical-card.artical-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .special-pro-text h2 {
    font-size: 34px;
  }

  .special-pro-text h2::after {
    width: 480px;
    height: 85px;
    top: -20px;
  }

  .special-pro-deta {
    padding: 150px 0;
  }

  .offer-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000061;
  }

  .offer-deta {
    text-align: center;
    z-index: 9;
    position: relative;
  }

  .counter-deta {
    background: #fff;
  }


  .offer-deta h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .counter-deta {
    margin: 0 auto;
  }

  .offer-deta h3 {
    padding-left: 0;
  }

  .trending-cate-content h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .trending-cate-card {
    padding: 12px;
    gap: 18px;
  }

  .trending-cate-img {
    width: 47%;
  }

  .trending-cate-content h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .top-header {
    display: none;
  }

  .marquee .text {
    padding-right: 50px;
    gap: 50px;
  }

  .marquee .inner {
    height: 50px;
  }

  .marquee .text span {
    font-size: 16px;
  }

  .header-bottom {
    display: none;
  }

  main {
    margin: 20px 0 0 0;
  }

  .deal-pro-col {
    flex: 0 0 33.33%;
    max-width: 33.3%;
  }

  .deal-products .row {
    row-gap: 25px;
  }

  .footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    flex-direction: column-reverse;
    row-gap: 15px;
  }

  .footer-bottom p {
    text-align: center;
  }
}

@media(max-width: 576px) {
  .banner-deta h1 {
    font-size: 30px;
    margin: 20px 0 35px 0;
  }
  
  .faq-main .accordion-button {
    	font-size: 14px;
    }
    
    
      .accordion-body p {
        font-size: 13px;
      }
      
      .accordion-body {
    	padding: 10px;
    }

  .blog-card {
    padding: 10px;
  }

  .contact-left-deta h4 {
    font-size: 20px;
  }

  .blog-content p {
    font-size: 14px;
  }

  .contact-left-deta p,
  .contact-left-deta a {
    font-size: 16px;
  }

  .about-force-deta .sec-head p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .contact-map-deta iframe {
    height: 340px;
  }

  .about-counter .col-lg-3:nth-child(3) .about-counter-deta,
  .about-counter .col-lg-3:nth-child(5) .about-counter-deta {
    border: none;
  }

  .about-counter .col-lg-3:nth-child(4) .about-counter-deta {
    border-left: 1px solid #E6E6E6;
  }

  .about-counter .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about-us-content h2 {
    font-size: 28px;
  }

  .back-to-top {
    bottom: 10px;
    right: 10px;
  }

  .about-us-content h6 {
    line-height: 30px;
  }

  .about-us-content p {
    line-height: 26px;
  }

  .footer-main .col-md-2.col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .faq-main .accordion-button {
    padding: 12px 10px;
  }

  .faq-main .sec-head p {
    padding-bottom: 15px;
    font-size: 16px;
  }

  .artical-content h3 {
    font-size: 22px;
    margin: 15px 0 15px 0;
  }

  .artical-img {
    padding-top: 95%;
  }

  .artical-content span {
    font-size: 13px;
    padding: 4px 12px;
  }

  .artical-card .col-sm-5.pe-0 {
    padding-right: 13px !important;
  }

  .artical-card .col-sm-7.ps-0 {
    padding-left: 13px !important;
  }

  .tabs .tabs-nav a {
    font-size: 16px;
  }

  .most-sel-deta .tabs .tabs-nav {
    gap: 20px;
  }

  .counter-deta li span {
    font-size: 28px;
  }

  .counter-deta ul {
    gap: 30px;
  }

  .offer-deta h3 {
    font-size: 26px;
  }

  .offer-deta h2 {
    margin: 41px 0 15px 0;
    font-size: 30px;
  }

  .handpick-product {
    flex-direction: column;
  }

  .hand-pick-banner h6 {
    font-size: 20px;
  }

  .hand-pick-banner {
    height: 280px;
  }

  .hand-pick-banner h2 {
    font-size: 32px;
    margin: 15px 0 40px 0;
  }

  .handpick-items-deta .col-lg-7 .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .handpick-product-content {
    text-align: center;
    width: 100%;
  }

  .handpick-product-img {
    padding-top: 75%;
    width: 100%;
  }

  .sec-head h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .deal-banner {
    height: 280px;
  }

  .info-main .row {
    row-gap: 30px;
  }

  .banner-deta.banner2 {
    background-position: right -110px center;
    background-size: 390px;
  }

  .banner-deta {
    padding: 25px 20px 45px 20px;
    background-position: bottom right -60px;
  }

  .most-sel-deta .tabs .tabs-nav {
    flex-wrap: wrap;
  }

  .modal-dialog {
    max-width: 350px;
  }

  .modal-product-text p,
  .modal-product-points ul li,
  .modal-product-footer p,
  .modal-product-footer a {
    font-size: 14px;
  }

  .modal-product-points ul li.active-points {
    font-size: 16px;
    margin-top: 12px;
  }

  .modal-product-cart a {
    gap: 6px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 5px;
  }
}

@media(min-width: 576px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }

  .modal-dialog {
    max-width: 400px;
  }
}

@media(max-width: 500px) {
  .deal-pro-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .special-pro-text h2::after {
    width: 100%;
    top: -22px;
  }
}

@media(max-width: 450px) {
  .offer-deta h3::after {
    width: 330px;
    height: 55px;
    top: -12px;
  }

  .about-counter-deta {
    border: none !important;
  }

  .counter-deta {
    width: 93%;
    padding: 10px 10px;
  }

  .counter-deta ul {
    gap: 15px;
    justify-content: center;
  }
}

@media(max-width: 400px) {
  .footer-main .col-md-2.col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-main .row {
    row-gap: 20px;
  }

  .product-modal .close {
    /*position: unset;*/
    background: #000;
    color: #fff;
    margin: 5px 5px 0 auto;
    left: unset;
  top: 0;
  z-index: 999;
  right: 0;
  }

  .modal-dialog {
    max-width: 100%;
  }
}

@media(max-width: 350px) {
  .about-counter .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-counter .row {
    row-gap: 20px;
  }
}

/* media query end */