@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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&display=swap");

/***** General CSS *****/

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #f9f4f0;
}

.slicknav_nav a:hover {
  background: #d97134;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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;
}

img {
  max-width: 100%;
}

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;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

span.txt-color {
  color: #d97134;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/***** 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;
}

@font-face {
  font-family: "bodera-regular";
  src: url(../fonts/bodera-regular.otf);
}

/***** 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;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  padding: 2px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  background-color: #d97134;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #d97134;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  border: 1px solid #fff;
  background-color: #d97134;
  border-radius: 100px;
  overflow: hidden;
  padding: 2px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover {
  background-color: #d97134;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-txt {
  background-color: #d97134;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme3 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 30px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme3:hover {
  border-bottom: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme3 span.theme3-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme3:hover span.theme3-txt {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme4 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  border: none;
  padding: 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme4:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme4 span.theme4-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #d97134;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme4:hover span.theme4-txt {
  background-color: #000;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme5 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme5:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme5 span.theme5-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #0000;
  background-color: #000;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme5:hover span.theme5-txt {
  background-color: #fff;
  color: #d97134;
  border: 1px solid #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Buttons Css Ends */

.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: "bodera-regular";
  font-size: 60px;
  line-height: 65px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-family: "bodera-regular";
  font-size: 80px;
  line-height: 85px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

h3 {
  font-family: "bodera-regular";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h4 {
  font-family: "bodera-regular";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "bodera-regular";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "bodera-regular";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
header {
  border-bottom: 1px solid #00000026;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: start;
  border-right: 1px solid #00000026;
  height: 100%;
}

.menuSec {
  padding: 0px 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuSec .container,
.menuSec .row,
.menuSec .col-12 {
  height: 100%;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* background-color: #fff; */
  /* border-radius: 100px; */
  height: 40px;
  overflow: hidden;
  /* padding: 3px; */
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #34352f;
  font-weight: 500;
  border-radius: 100px;
  /* background-color: #fff; */
  z-index: 0;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
  /* transition-delay: 0.5s; */
}

.menu-box ul li a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* .menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #d97134;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
} */

/* .menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
} */

.menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background-color: #d97134;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::after {
  width: 100%;
  transition: ease-out;
  /* transition-delay: 0.5s; */
  transition-duration: 0.5s;
}

.menu-box ul li.active a {
  color: #fff;
}

.menu-box ul li.active a::after {
  width: 100%;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/* ===== HEADER ICONS ===== */
.header-link-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
  border-left: 1px solid #00000026;
}

.header-link-account-main,
.header-link-search-main,
.header-link-cart-main a {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  background-color: #ffffff42;
  border: 1px solid #00000054;
  padding: 12px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.header-link-account-main:hover,
.header-link-search-main:hover,
.header-link-cart-main a:hover {
  background-color: #d97134;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.header-link-account-main img,
.header-link-search-main img,
.header-link-cart-main a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: ease-in;
  transition-duration: 0.5s;
}

.header-link-account-main:hover img,
.header-link-search-main:hover img,
.header-link-cart-main a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(237deg) brightness(110%) contrast(103%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/* ===== MODALS COMMON ===== */
.account-modal-wrap .modal-content,
.search-modal .modal-content {
  background-color: #d97134b8;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  padding: 20px !important;
}

.account-modal-wrap .modal-body,
.search-modal .modal-body {
  padding: 0;
}

/* ===== ACCOUNT FORM ===== */
.account-step {
  display: none;
}
.account-step:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
form.account-login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.account-step h2,
.success-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.account-step input {
  width: 100%;
  border: none;
  margin: 0 !important;
  height: 50px;
  border-radius: 5px;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 0 20px;
}

.account-step input::placeholder {
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 1;
}

/* ===== PASSWORD TOGGLE ===== */
.password-box {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.password-box .toggle-password {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  color: #000;
}

/* ===== SEARCH ===== */
.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  height: 50px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  border: none;
}

.search-icon {
  position: absolute;
  right: 6%;
  top: 34%;
  height: 30px;
  width: 30px;
  background-color: #0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.search-icon:hover {
  background-color: #d97134;
  transition: ease-out;
  transition-duration: 0.5s;
}

.search-icon button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 8px;
}

.search-icon button img {
  transition: ease-out;
  transition-duration: 0.5s;
}

.search-icon:hover button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(14deg) brightness(103%) contrast(102%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.search-modal-wrap .modal-content {
  background-color: #d97134b8;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  padding: 20px !important;
}

.search-modal-wrap .modal-content form input {
  height: 50px;
  border-radius: 5px;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 0 40px 0 20px;
}

.search-modal-wrap .modal-content form input::placeholder {
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 1;
}

.account-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.account-step h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat";
}

.forgot-link {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.step-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
  gap: 20px;
  width: 100%;
}

form.account-forgot-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

form.account-register-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.register-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/*header css Ends */

/*banner css start */

.main-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.carousel-item {
  height: 110vh;
}

.banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 80%;
  margin: 0 auto;
}

.banner-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.banner-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.banner-txt h1 span {
  font-size: 90px;
  line-height: 1;
}

/*banner css end*/

/*Products Sec Css Starts*/

.products-heading {
  margin: 0 0 10px 0;
}

.products_slider .slick-prev,
.products_slider .slick-next {
  top: -10%;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #00000045;
  padding: 25px;
}

.products_slider .slick-next {
  right: 0;
}

.products_slider .slick-prev {
  left: unset;
  right: 4%;
}

.products_slider .slick-prev:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("../images/arrow-left1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products_slider .slick-next:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("../images/arrow-right1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products_slider .slick-active {
  opacity: 1;
}

.products_slider .slick-slide {
  opacity: 1;
}

.products_slider .slick-slide {
  margin: 0;
}

.products-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  height: 550px;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #00000038;
}

.products-card-img-tag-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: 405px;
}

.products-card-tag {
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000000d;
}

.products-card-tag h6 {
  font-size: 12px;
  line-height: 1;
  color: #34352f;
  font-family: "Montserrat";
  text-transform: capitalize;
  font-weight: 600;
}

.products-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.products-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 80px;
}

.products-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.products-card-txt-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 5px;
  width: 100%;
  height: 145px;
}

.products-card-star ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.products-card-star ul li a i {
  color: #d97134;
  font-size: 12px;
}

.products-card-txt h5 {
  font-size: 35px;
  line-height: 1;
}

.products-card-rice h6 {
  font-size: 18px;
  line-height: 1;
  color: #d97134;
  font-family: "Montserrat";
  font-weight: 600;
}

/*Products Sec Css Ends*/

/*Category Sec Css Starts*/

.category-card-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 755px;
  width: 100%;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.category-card-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-radius: 300px;
  background-color: #d9713496;
  z-index: 1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.category-card-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background-color: #00000038;
  transition: ease-in;
  transition-duration: 0.5s;
}

.category-card-main:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-txt-main {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 50px;
  z-index: 9999;
  transition: ease-in;
  transition-duration: 0.5s;
}

.category-card-main:hover .category-card-txt-main {
  justify-content: center;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.category-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.category-card-txt {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  text-align: center;
}

.category-card-main:hover .category-card-txt {
  align-items: center;
  justify-content: center;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-txt h3 {
  font-size: 80px;
  line-height: 85px;
  color: #fff;
  writing-mode: sideways-lr;
  text-transform: capitalize;
  transition: ease-in;
  transition-duration: 0.5s;
}

.category-card-main:hover .category-card-txt h3 {
  font-size: 150px;
  line-height: 160px;
  writing-mode: rl-tb;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.category-card-main:hover .category-card-btn {
  justify-content: center;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-main:hover .theme4 span.theme4-txt {
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.category-card-main:hover .theme4 span.theme4-txt:hover {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Category Sec Css Ends*/

/*Device Sec Css Starts*/

.device-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 100%;
}

.device-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.device-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.device-card-img-btn-main {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  height: 315px;
}

.device-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.device-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.device-card-btn {
  position: absolute;
  bottom: 10%;
  left: 5%;
}

.device-card-txt h2 {
  font-size: 97px;
  line-height: 110px;
}

/*Device Sec Css Ends*/

/*Device Sec Css Ends*/

section.nature-sec {
  padding: 100px 0;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 0 100px 0;
}

.nature-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.nature-heading h3 {
  font-size: 70px;
  line-height: 75px;
}

.nature-card-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin: 0 0 0 120px;
  gap: 20px;
  width: 100%;
  z-index: 9999;
}

.nature-card-main {
  width: 100%;
}

.nature-txt {
  width: 80%;
}

.nature-card-img-btn-main {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 295px;
  width: 100%;
  background-color: #d97134;
}

.nature-card-img {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nature-card-btn {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 40px 0;
}

.nature-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nature-card-btn a span.nature-card-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #ffffff78;
  transition: ease-in;
  transition-duration: 0.5s;
}

.nature-card-btn a span.nature-card-btn-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(13%)
    hue-rotate(331deg) brightness(108%) contrast(100%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.nature-card-btn a span.nature-card-btn-icon:hover img {
  scale: 1.5;
  transition: ease-out;
  transition-duration: 0.5s;
}

.nature-card-btn a span.nature-card-btn-txt {
  position: relative;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-family: "bodera-regular";
  transition: ease-in;
  transition-duration: 0.5s;
}

.nature-card-btn a span.nature-card-btn-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  width: 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.nature-card-btn a span.nature-card-btn-txt:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Device Sec Css Ends*/

/*Faqs Sec css Ends*/

.faq-txt-main {
  padding: 0 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  /* width: 80%; */
  /* margin: 100px 0 0 0; */
}

/* .faq-txt-main::before {
    content: '';
    position: absolute;
    top: -15%;
    right: -100px;
    height: 680px;
    width: 100%;
    background-color: #262261;
    z-index: -1;
    border-radius: 30px;
} */

.accordion-button::after {
  content: "\2b";
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 25px;
  border-radius: 100px;
  color: #d97134;
  border: 1px solid #d97134;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin: 0 0 0 auto;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-size: 15px;
  border-radius: 100px;
  color: #d97134;
  /* padding: 0 0 7px 0; */
  transform: rotate(-180deg);
}

.accordion-button {
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 10px 20px;
}

.accordion-item {
  margin: 20px 0;
  box-shadow: none;
  border: none;
  border: unset;
  border-radius: 0 !important;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.2s;
}

.accordion-button:focus {
  border-color: #0000;
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

.accordion-body p {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: "Montserrat";
}

.accordion-header {
  margin: 0 !important;
  border: 1px solid #6c757d5e !important;
  width: 100%;
}

.accordion-item h2 button {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}

.accordion-item h2 button.accordion-button.collapsed {
  color: #545454;
  font-family: "Montserrat";
  background-color: #0000;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

.accordion-item h2 button.accordion-button {
  color: #000;
  background-color: #0000 !important;
}

.faqs-img img {
  height: 625px;
  width: 100%;
  object-fit: cover;
  object-position: 20%;
  border-radius: 5px;
}

.faqs-bottom-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 665px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 150px 0 0;
  overflow: hidden;
}

.faqs-bottom-video img {
  height: 100%;
  width: 100%;
}

.faqs-bottom-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.accordion-item {
  background-color: #0000;
}

.faqs-btn {
  margin: 70px 0 0 0;
}

/*Faqs Sec css Ends*/

/* Testimonial Sec Starts */

.testimonial-heading {
  margin: 0 0 50px 0;
}

.testimonial-card {
  padding: 50px;
  box-shadow: 0 0 0 0 #000;
  margin: 30px 0;
  border: 1px solid #00000024;
  height: 100% !important;
}

.testimonial-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  margin: -75px 0 40px 0;
  /* display: none; */
  background-color: #d97134;
}

.testimonial-card-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.testimonial-card-txt p {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  margin: 20px 0;
}

.testimonial-user-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 100px;
  object-position: 0 0;
}

.testimonial-user-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.testimonial-user-txt h5 {
  color: #d97134 !important;
  font-size: 19px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.testimonial-user-txt h6 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  font-weight: 500;
}

.testimonial-user-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.testimonial_slider .slick-active {
  opacity: 1;
}

.testimonial_slider .slick-slide {
  margin: 0px 10px;
}

/* .testimonial_slider .slick-active {
  width: 380px !important;
}

.testimonial_slider .slick-current {
  width: 450px !important;
} */

.testimonial_slider .slick-current .testimonial-card {
  box-shadow: 0 0 20px 0 #00000024;
}

.testimonial_slider .slick-slide {
  opacity: 1;
}

.stars ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  position: relative;
  z-index: 9;
}

.stars ul li a i {
  color: #ffb400 !important;
}

.testimonial_slider .slick-current .testimonial-card-main {
  background: var(--g1);
}

.testimonial_slider .slick-current .testimonial-card-icon {
  display: flex;
}

.testimonial_slider .slick-current .testimonial-card * {
  color: #000;
}

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
  top: -10%;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 65px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #00000045;
  padding: 25px;
}

.testimonial_slider .slick-next {
  right: 0;
}

.testimonial_slider .slick-prev {
  left: unset;
  right: 4%;
}

.testimonial_slider .slick-prev:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("../images/arrow-left1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial_slider .slick-next:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("../images/arrow-right1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Testimonial Sec End */

/* Footer Sec Css Starts */

footer {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 0 0;
  position: relative;
}

footer img.footer-ex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  left: 0;
  height: 180px;
  width: 180px;
  object-fit: contain;
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65%;
  gap: 20px;
  margin: 0 auto 60px auto;
}

.footer-form-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.footer-form form .footer-form-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.footer-form-input {
  width: 75%;
  height: 50px;
  border: 1px solid #0000001a;
}

.footer-form-btn {
  width: 25%;
}

.footer-form {
  width: 100%;
}

.footer-heading h3 {
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}

.footer-form-input input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #0000;
  background-color: #0000;
}

.footer-form-btn button theme4-txt {
  border-radius: 0 !important;
}

.footer-form-btn button.theme4 span.theme4-txt {
  border-radius: 0 !important;
}

.footer-form-btn button.theme4 {
  border-radius: 0 !important;
}

.footer-bototm-list {
  background-color: #fff;
  padding: 20px 0;
  margin: 20px 0;
}

.footer-bototm-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.footer-bototm-list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bototm-list ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-bototm-list ul li a:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-bototm-list ul li a p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-bototm-list ul li a:hover p {
  color: #d97134;
  transition: ease-out;
  transition-duration: 0.5s;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-copy-box {
  background-color: #222222;
  padding: 20px 0;
}

.footer-copy-txt p {
  color: #fff;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.footer-socials ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover {
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-socials ul li a::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  border-radius: 100px;
  background-color: #d97134;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover::before {
  height: 100%;
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-socials ul li a i {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.footer-copy-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer Sec Css End */

/* Inner Banner Sec Css Starts */

section.inner-banner-sec .banner-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

section.inner-banner-sec .banner-txt h1 {
  font-size: 100px;
  line-height: 110px;
}

section.inner-banner-sec .carousel-item {
  height: 70vh;
}

/* Inner Banner Sec Css End */

/* About Us Page Css Starts */

.about-txt-main {
  height: 100%;
}

.about-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  height: 100%;
}

.about-txt::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 100px;
  width: 750px;
  background-color: #d97134;
  z-index: 999;
}

.about-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
  width: 100%;
  padding: 0 90px 0 0;
}

.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background-color: #d97134;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 9;
}

.misvis-img-main {
  padding: 20px 0 20px 20px;
  position: relative;
}

.misvis-img-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-color: #d97134;
  z-index: -1;
}

.misvis-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 475px;
  width: 95%;
}

.misvis-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.misvis-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.misvis-txt h5 {
  font-size: 35px;
  line-height: 40px;
}

.misvis-txt h2 {
  font-size: 73px;
  line-height: 80px;
}

section.stp-sec {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.stp-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 90%;
  margin: 0 auto;
  border-radius: 400px;
  overflow: hidden;
  border: 1px solid #d97134;
  padding: 60px;
}

.stp-card-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.stp-card-txt h3 {
  font-size: 50px;
  line-height: 55px;
}

.stp-card-txt p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.tho-txt-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.tho-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.tho-txt h2 {
  font-size: 73px;
  line-height: 80px;
}

.tho-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.tho-list-txt-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  padding: 30px;
  border: 1px solid #d97134;
  background-color: #f9f2e8;
}

.tho-list-heading {
  width: 30%;
}

.tho-list-txt {
  width: 70%;
}

.tho-list-heading h4 {
  font-size: 35px;
  line-height: 40px;
}

.tho-list-txt p {
  font-size: 12px;
  line-height: 20px;
}

.tho-img-main {
  position: relative;
  padding: 20px 20px 20px 0;
}

.tho-img-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background-color: #d97134;
  z-index: -1;
}

.tho-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 618px;
  width: 85%;
  margin: 0 0 0 auto;
}

.tho-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* About Us Page Css End */

/* Shop Page Css Starts */

.catogeriesbox h4 {
  font-size: 40px;
  line-height: 45px;
  color: #01253b;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.prod-heading select {
  width: 100%;
  padding: 8px 40px 13px 10px;
  background: #fff url(../images/dot.png) no-repeat right;
  font-size: 24px;
  background-position-x: 250px;
  -webkit-appearance: auto;
  border-radius: 100px;
}
.first-item select {
  width: 32%;
  height: 59px;
  font-size: 24px;
  background-position-x: 140px;
  background: #fff url(../images/dot.png) no-repeat right;
  -webkit-appearance: auto;
  border-radius: 100px;
}
.first-item.text-end p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.first-item.text-end {
  margin-top: -45px;
  margin-right: -40%;
}
.frequently-list ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #00000017;
  background: unset;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat";
  font-weight: 500;
}
.row.paddingbottom {
  padding-bottom: 33px;
}
section.product-page-sec.all-section {
  padding: 100px 0px;
  position: relative;
}
section.product-page-sec.all-section::before {
  position: absolute;
  top: 140px;
  left: -32px;
  height: 81px;
  width: 80px;
  background-image: url(../images/in-abt-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
section.product-page-sec.all-section::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 81px;
  width: 80px;
  background-image: url(../images/in-abt-small2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
section.product-page-sec.all-section a.btn-1 {
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
  display: flex;
  width: fit-content;
}
.featured-img.img::before {
  position: absolute;
  content: "";
  bottom: 105px;
  right: -118px;
  width: 30px;
  height: 31px;
  background-image: url(../images/all-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-img.img {
  position: relative;
}
.fea-inn-main {
  border: 2px solid #000;
  margin-top: 40px;
}

.fea-inn-main .fea-txt-bx h6 {
  color: #000;
  font-weight: 600;
}

.fea-inn-main ul.starss::before {
  background-color: #00000087;
}

.fea-inn-main ul.carts h4 {
  color: #000;
}
section.product-page-sec.all-section a.btn-1::before {
  display: none;
}
section.product-page-sec.all-section a.btn-1 {
  border-radius: 100px;
}
.frequently-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

section.product-page-sec .products-card-main {
  margin: 0;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  border: 4px solid #e1e1e1;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.productdetailsmallportion img:hover {
  border: 2px solid #ff7f00;
}

.productdetailnav .slick-current .productdetailsmallportion img {
  border-color: #ff7f00;
}

/* .productdetailnav .slick-current .productdetailsmallportion:before {
  position: absolute;
  content: "";
  top: -16px;
  left: 0;
  right: 0;
  width: 90px;
  height: 50px;
  background: #ff7f00;
  margin: 0 auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.productdetailportion {
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f2e8;
}

.productdetailportion img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
  width: 100%;
  object-fit: contain;
  padding: 50px;
  background-color: #fff;
  margin: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin-top: 20px;
}

/* Shop Page Css Ends */

/* Shop Details Page Css Starts */

.pricetag {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 10px;
}

.pricetag s {
  font-size: 25px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricetag h4 {
  font-size: 22px;
  color: #8d8d8d;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricetag h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 0px;
}

.dv2productdetail h3 {
  font-size: 73px;
  line-height: 80px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #1c191a;
}

.pricetag h4:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 12%;
  top: 14px;
  background-color: #969696;
  left: 0;
}

.dv3productdetail {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.dv3productdetail h5 {
  font-size: 17px;
  line-height: 1;
  color: black;
  font-weight: 400;
  /* margin-bottom: 15px; */
  font-family: "Montserrat", sans-serif;
}

.dv3productdetail h5 span {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
}

ul.uldvproductdetail {
  display: flex;
  justify-content: end;
  gap: 5px;
}

ul.uldvproductdetail li {
  color: #ffc107;
}

.dv3productdetail p {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  /* margin-bottom: 10px; */
  font-weight: 500;
  line-height: 25px;
}

.dv3productdetail ul {
  gap: 15px;
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  align-items: center;
}

.dv3productdetail ul li {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv3productdetail ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dv3productdetail ul li h6 {
  font-weight: 600;
}

li.quanity.product-detail .inc {
  margin: 0;
}

.productdetail .inc {
  background-color: #fff !important;
  /* margin-top: 20px; */
  padding: 0 10px;
  display: flex;
  align-items: center;
  /* border-radius: 10px !important; */
  border: 2px solid #c0c0c0;
  width: 100%;
  max-width: 120px;
  height: 50px;
}

.productdetail .input-number,
.productdetail .input-number1,
.productdetail .input-number-decrement,
.productdetail .input-number-increment {
  border: 0 !important;
  height: 25px;
  user-select: none;
  font-weight: 700;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #000;
}

.number-item input {
  width: 100%;
  text-align: center;
  height: 50px;
  border-radius: 44px;
  border: 0;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 0;
  background-color: transparent;
  color: #000;
  pointer-events: none;
  font-size: 18px;
}

.pricebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000059;
}

ul.social-icons-banner {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

ul.social-icons-banner a {
  display: flex;
  gap: 20px;
  height: 40px;
  width: 40px;
  border: 1px solid #484848;
  color: #484848;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.add-cart-btn {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0px 33px;
  font-size: 18px;
  color: white;
  background: #d97134;
  /* margin-top: 9px; */
  border: 1px solid;
}

.like-btn {
  width: 44px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #919191;
  border-radius: 50%;
  font-size: 21px;
  color: #d97134;
  /* margin-top: 10px; */
  transition: ease-in;
  transition-duration: 0.5s;
}

ul.inc-addto-cart {
  display: flex;
  align-items: baseline;
  gap: 15px;
  transition: ease-out;
  transition-duration: 0.5s;
}

a.add-cart-btn:hover {
  background-color: #fff;
  border: 1px solid;
  transition: ease-in;
  transition-duration: 0.5s;
}

ul.social-icons-banner a:hover {
  background-color: #d97134;
  color: #fff;
  border-color: #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.dv1descrip h2 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
  font-weight: 400;
}

.dv1descrip p {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 23px;
  color: #636363;
}

.dv1productdetail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.dv1productdetail {
  float: right;
  width: 100%;
  height: 650px;
  padding: 30px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid #d5dfb2;
}

section.descrip {
  margin-bottom: 100px;
}

section.productdetail .row {
  align-items: center;
  justify-content: center;
}

.dv1descrip {
  margin-top: 40px;
}

section.productdetail {
  padding: 100px 0;
}

.productdetailnav {
  margin: -50px 0 0 0;
  background-color: #f9f2e8;
}

section.productdetail .slick-slide {
  margin: 0;
}

/* Shop Details Page Css Ends */

/* Skin Care Science Page Css Starts */

.scs-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 50px;
}

.scs-img-main {
  position: relative;
  padding: 40px 40px 40px 0;
  width: 100%;
}

.scs-img-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background-color: #d97134;
  z-index: -1;
}

.scs-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  width: 100%;
  border: 10px solid #fff;
}

.scs-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.scs-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 50px;
  width: 100%;
}

.scs-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.scs-txt h2 {
  font-size: 70px;
  line-height: 75px;
}

.scs-list-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.scs-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.scs-list ul li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.scs-list ul li p {
  font-size: 14px;
  line-height: 25px;
}

/* Skin Care Science Page Css Ends */

/* Inner Cart Start */

.add-to-cart thead {
  color: #fff;
  background-color: #d97134;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.align-items-center {
  align-items: center !important;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.cart-page-tble tbody tr td input {
  /* height: 60px; */
  /* border: 1px solid #c4c4c4; */
  /* background-color: #ffffff; */
  /* color: #000; */
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 0px solid #ebebeb;
  font-size: 23px;
  color: #0000009c;
  font-weight: 500;
  background: #fff0;
  margin: 0;
  border-radius: 5px;
  width: 100px;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.inc {
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 10px;
  border-radius: 10px;
  align-items: center;
  border: 2px solid #eeeeee;
  justify-content: space-evenly;
  background-color: #f7f7f7 !important;
}

.input-number {
  border: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-flex;
  text-align: center;
  border: 1px solid #000000 !important;
  cursor: pointer;
  background: #fafafa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
  border: 0;
  height: 20px;
  width: 20px;
  font-weight: 700;
  display: flex;
  user-select: none;
  color: #000;
  align-items: center;
  justify-content: center;
}

a.update {
  color: #000;
}

.product-cart figure {
  /* padding: 10px; */
  margin: 0;
  /* background-color: #eaeaea; */
  /* border-radius: 3px; */
  /* border: 1px solid #c8c8c8; */
}

section.add-to-cart th:first-child {
  border-radius: 0;
}

section.add-to-cart th:last-child {
  border-radius: 0 !important;
}

.shipping-box h4 {
  color: #d60000;
  font-family: "Montserrat";
}

.for-lin:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 949px;
  height: 30px;
  z-index: 9999;
  top: 10px;
}

.for-lin {
  position: relative;
}

.add-to-cart .table > thead > tr > th {
  font-size: 20px;
  padding: 15px 0px;
  border-bottom: 0 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "montserrat";
}

.table-space h6 {
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
  font-family: "Roboto";
  line-height: 25px;
  margin-top: 15px;
  font-weight: 400;
}

.table-space p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  margin-bottom: 0;
  line-height: 22px;
}

.product-img {
  width: 120px;
  height: 100px;
  display: flex;
  overflow: hidden;
  text-align: center;
  background: #fff;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid #c5c5c5;
}

.number-item input {
  width: 100%;
  max-width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 46px;
  border: 0;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 0;
  background-color: transparent;
  color: #000;
  pointer-events: none;
}

.add-to-cart a {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #666666;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

li.quanity.product-detail {
  width: 42%;
}

li.quanity.product-detail .inc {
  margin: 0;
}

.add-to-cart h4 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-family: "montserrat";
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0 20px;
}

th.text-align\:left {
  text-align: left !important;
  padding-left: 30px !important;
}

tr.space {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}

a.remove {
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 3px 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d97134;
}

.proceed a {
  font-size: 20px;
  color: #d97134;
  text-align: left;
  font-family: "montserrat";
  text-transform: capitalize;
}

.proceed i {
  margin-left: 10px;
}

.proceed .checkout-btn {
  border: none;
  color: #fff;
  width: 100%;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 18px 20px;
  margin: 0 0 0 auto;
  border-radius: 0;
  background-color: #d97134;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.all-section-inner {
  padding: 0px 0 80px;
}

.or-amazon {
  position: relative;
  border: 2px solid #c0c0c0;
  padding: 30px 50px;
  width: 100%;
  margin: 80px auto 0;
  border-radius: 5px;
  background: #fff;
}

.or-amazon p {
  font-size: 16px;
  position: absolute;
  background: #fff;
  top: -20px;
  left: 0;
  padding: 5px 20px;
  color: #394136;
  display: block;
  text-transform: uppercase;
  border: 2px solid #c0c0c0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.total-section {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: 2px solid #eeeeee;
  margin-left: 20px;
}

.total-section li {
  font-size: 16px;
  padding-bottom: 20px;
  color: #545454;
  font-weight: 500;
}

li.color-change {
  color: #000;
  padding-bottom: 0 !important;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #d97134;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "montserrat";
}

ul.p-0.check-out-side-icon {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.total-section li span {
  float: right;
  font-family: "Montserrat", sans-serif;
}

.ship-estimate {
  margin-top: 35px;
  margin-left: 20px;
  border-radius: 10px;
  padding: 30px 50px;
  border: 2px solid #eeeeee;
  background-color: #f7f7f7;
}

.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ship-estimate li {
  font-size: 20px;
  font-weight: 500;
  color: #d97134;
  margin-bottom: 0px;
  font-family: "montserrat";
}

.ship-estimate .grey-style {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
}

.proceed {
  display: flex;
  align-items: flex-start;
}

.add-to-cart .table-space {
  display: flex;
  align-items: center;
}

.add-to-cart .table-space .col-md-7 {
  margin-left: 20px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

section.add-to-cart {
  padding: 100px 0px 90px;
}

.add-to-cart .table > tbody {
  vertical-align: middle !important;
}

/* Inner Cart Ends */

/* Inner Check Out Start */

.billing_form h3 {
  color: #131211;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.billing_form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7c7c7c;
}

.radiosss p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #949694;
  font-family: "Montserrat";
}

.check-out-btn button {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  height: 55px;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  justify-content: center;
  background-color: #d97134;
  text-transform: uppercase;
}

.billing_form input,
.billing_form select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
  padding-left: 15px;
  background: #faf9f7;
  font-weight: 500;
  color: #000;
}

.billing_form input::placeholder {
  color: #8d8d8d;
  font-size: 15px;
}

.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}

.chevron-icon {
  position: absolute;
  right: 20px;
  top: 26px;
  transform: translateY(-50%);
  pointer-events: none;
  /* Let clicks pass through to select */
  color: #666;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 20px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 600;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child span {
  float: right;
  color: #000;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-family: "bodera-regular";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 25px 25px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
}

.cart_sidebar h3 {
  font-size: 25px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
}

.cart_sidebar .h-sub {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #000;
  font-family: "bodera-regular";
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 0;
  text-transform: uppercase;
  color: #000;
  font-family: "bodera-regular";
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}

.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 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #d97134;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #739500;
  font-family: "Montserrat-Ultral";
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #000;
  font-family: "bodera-regular";
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-image: -webkit-linear-gradient(-92deg, #d97134 0%, #d97134 100%);
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page {
  padding: 100px 0;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

.billing_form {
  padding: 5px;
}

/* Inner Check Out End */

/* Contact Us Sec Css Starts */

/*CONTACT PAGE CSS STRT*/

.contact_detail_box figure img {
  margin: auto;
  filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(389%)
    hue-rotate(339deg) brightness(90%) contrast(88%);
}

.contact_detail_box h2 {
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0 10px 0;
}

.contact_detail_box p a {
  font-size: 15px;
  line-height: 24px;
  color: #636363 !important;

  margin: 0;
  font-family: "Poppins";
  letter-spacing: 1px;
}

.contact_detail_box {
  padding: 50px 30px;
  border: 1px solid #8b8b8b4a;
  height: 280px;
  border-radius: 0;
  /* background: #0096c7; */
  transition: 0.5s;
  /* border-radius: 100px 0px 100px 0px; */
}

.contact_detail_box:hover {
  background: black;
  color: white;
}

.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.contact_form input {
  height: 52px;
  width: 100%;
  box-shadow: none !important;
  outline: none;
  border: 1px solid #d1d1d1;
  padding: 0px 20px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: transparent;
  color: black;
}

.btn_contact {
  border: 0;
  right: 0;
  background-color: #00007c;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00007c;
  transition: 0.3s ease-in-out;
}

.btn_contact:hover {
  border: 0;
  right: 0;
  background-color: #fff0;
  color: #00007c;
  padding: 10px 40px;
  border: 2px solid #00007c;
}

.centerCol {
  margin: 0 auto;
  float: none;
}

.contact_form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 20px;
  background-color: transparent;
  color: #5d5d5d;
  border-radius: 9px;
}

.contact-sec-h h6 {
  font-size: 70px;
  line-height: 75px;
  color: #000000;
  margin-bottom: 10px !important;
}

.contact-sec-h p {
  font-size: 14px;
  width: 100%;
  color: #636363;
  margin: auto;
  font-weight: 500;
  line-height: 23px;
}

.contact_page.all-section {
  background-color: #ffffff;
  padding: 100px 0 80px 0;
}

.contact_form {
  background-color: #fff;
}

.contact_detail_box p {
  margin-bottom: 0;
  margin: 0 auto;
  width: 82%;
  font-weight: 400;
}

figure img {
  width: 50px;
}

section.contact_form button.theme_btn.theme_btn2 {
  padding: 15px 45px;
  background: #333333;
  text-transform: uppercase;
}

.number-item input::-webkit-outer-spin-button,
.number-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.contact_detail_box.text-center * {
  color: #000;
}

.contact_detail_box:hover h2 {
  color: #fff;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover a {
  color: #fff !important;
}

/*CONTACT PAGE CSS END*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.book-appointment-img iframe {
  width: 80%;
  height: 650px;
  margin-bottom: -7px;
  border-radius: 0 150px 0 150px;
  filter: grayscale(1);
}
.location-map-img iframe {
  width: 100%;
  height: 480px;
  border-radius: 30px;
}

/* Contact Us Sec Css Ends */

/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  /* Fonts css Starts */

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .header-link-list {
    gap: 10px;
  }

  .accordion-item h2 button.accordion-button.collapsed {
    font-size: 13px;
  }

  .accordion-item h2 button.accordion-button {
    font-size: 13px;
  }

  section.nature-sec {
    margin: 0 0 80px 0;
  }

  .category-card-txt h3 {
    font-size: 70px;
    line-height: 75px;
  }

  .category-card-main:hover .category-card-txt h3 {
    font-size: 120px;
    line-height: 130px;
  }

  .footer-copy-txt p {
    font-size: 14px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec {
    padding: 60px 0;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  .theme1 {
    height: 40px;
    padding: 1px;
  }

  .theme1 span.theme1-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme2 {
    height: 40px;
    padding: 1px;
  }

  .theme2 span.theme2-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme3 {
    height: 20px;
  }

  .theme3 span.theme3-txt {
    font-size: 12px;
  }

  .theme4 {
    height: 40px;
  }

  .theme4 span.theme4-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    position: relative;
    padding: 20px 0;
  }

  .menuSec .box-logo {
    order: 1;
  }

  .menuSec .box-link {
    order: 2;
  }

  .menuSec .box-menu {
    order: 3;
  }

  .menuSec {
    height: 100%;
  }

  .menuSec .container,
  .menuSec .row,
  .menuSec .col-12 {
    height: auto;
  }

  .header-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    border-right: none;
  }

  .header-link-list {
    justify-content: end;
  }

  .header-link-list {
    border: none;
    gap: 10px;
  }

  .menu-box ul {
    gap: 20px;
    margin: 20px 0 0 0;
  }

  .menu-box ul li a {
    padding: 0 15px;
    font-size: 14px;
  }

  .search-modal-wrap .modal-content {
    padding: 10px !important;
  }

  .search-icon {
    right: 6%;
    top: 32%;
    height: 25px;
    width: 25px;
  }

  .search-icon button {
    padding: 5px;
  }

  .account-modal-wrap .modal-content,
  .search-modal .modal-content {
    padding: 10px !important;
  }

  .account-btn-main {
    gap: 10px;
  }

  .account-step h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .account-step:not([hidden]) {
    gap: 10px;
  }

  .account-step input {
    height: 40px;
    font-size: 12px;
  }

  .account-step input::placeholder {
    font-size: 12px;
  }

  .step-btn-main {
    margin: 10px 0 0 0;
    gap: 10px;
  }

  form.account-register-form {
    gap: 10px;
  }

  .register-btn-main {
    gap: 10px;
  }

  .carousel-item {
    height: 600px;
  }

  .banner-img {
    width: 100%;
    height: 400px;
    margin: 20px auto 0 auto;
  }

  .banner-txt {
    gap: 10px;
  }

  .banner-txt h1 span {
    font-size: 55px;
  }

  .products-card-main {
    height: 400px;
  }

  .products-card-img-tag-main {
    height: 300px;
  }

  .products-card-txt-main {
    height: 100px;
  }

  .products-card-img a {
    padding: 70px;
  }

  .products-card-txt h5 {
    font-size: 30px;
  }

  .products-card-rice h6 {
    font-size: 16px;
  }

  .products-card-tag {
    top: 3%;
    left: 3%;
    height: 30px;
    padding: 0 10px;
  }

  .products_slider .slick-prev,
  .products_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .products_slider .slick-prev {
    right: 50px;
  }

  .category-card-txt-main {
    padding: 20px;
  }

  .category-card-txt h3 {
    font-size: 60px;
    line-height: 75px;
  }

  .category-card-main:hover .category-card-txt h3 {
    font-size: 90px;
    line-height: 95px;
  }

  .category-card-main {
    height: 600px;
  }

  .device-img {
    height: 350px;
  }

  .device-card-img-btn-main {
    height: 350px;
    width: 100%;
  }

  .device-card-txt h2 {
    font-size: 50px;
    line-height: 55px;
  }

  section.nature-sec {
    padding: 20px 0;
    margin: 0;
  }

  .nature-heading h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .nature-card-box {
    margin: 0;
  }

  .nature-card-img-btn-main {
    height: 200px;
    width: 100%;
  }

  .nature-card-btn a span.nature-card-btn-icon {
    height: 50px;
    width: 50px;
  }

  .nature-card-btn a span.nature-card-btn-icon:hover img {
    scale: 1.2;
  }

  .nature-card-btn a span.nature-card-btn-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .nature-txt {
    width: 100%;
  }

  .nature-img {
    margin: 20px 0 0 0;
  }

  .accordion-item h2 button.accordion-button.collapsed,
  .accordion-item h2 button {
    font-size: 12px;
    line-height: 20px;
  }

  .accordion-body p {
    font-size: 12px;
    line-height: 25px;
  }

  .testimonial_slider .slick-prev,
  .testimonial_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .testimonial_slider .slick-prev {
    right: 50px;
  }

  /* .testimonial_slider .slick-slide {
    width: 256px !important;
  }

  .testimonial_slider .slick-current {
    width: 256px !important;
  } */

  .testimonial-card {
    padding: 20px;
    margin: 20px 0;
  }

  .testimonial-card-icon {
    height: 40px;
    width: 40px;
    margin: -40px 0 10px 0;
  }

  .testimonial-card-icon img {
    height: 15px;
    width: 15px;
  }

  .testimonial-card-txt p {
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }

  .testimonial-user-main {
    gap: 10px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .footer-box {
    width: 50%;
    gap: 20px;
    margin: 0 auto 0 auto;
  }

  footer img.footer-ex {
    top: 2%;
    left: 0;
    height: 70px;
    width: 70px;
  }

  .footer-heading h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-form-main {
    gap: 20px;
  }

  .footer-form form .footer-form-input-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .footer-form-input {
    width: 100%;
    height: 60px;
  }

  .footer-form-btn {
    width: 100%;
  }

  .footer-form-btn button {
    display: block;
    width: 100%;
    height: 50px;
  }

  .footer-form-btn button.theme4 span.theme4-txt {
    width: 100%;
  }

  .footer-bototm-list ul {
    width: 95%;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer-bototm-list ul li {
    justify-content: center;
  }

  .footer-bototm-list ul li a {
    gap: 10px;
  }

  .footer-bototm-list ul li a p {
    font-size: 12px;
    line-height: 1;
  }

  .footer-socials ul {
    justify-content: center;
  }

  .footer-copy-txt p {
    text-align: center;
  }

  .footer-copy-img {
    margin: 20px 0;
  }

  /* Home css Ends */

  /* Inner Banner Css Starts */

  section.inner-banner-sec .carousel-item {
    height: 300px;
  }

  section.inner-banner-sec .banner-txt h1 {
    font-size: 70px;
    line-height: 75px;
  }

  /* Inner Banner Css Ends */

  /* About Us Sec Css Starts */

  .about-txt::before,
  .about-img::before {
    display: none;
  }

  .about-txt {
    margin: 0 0 20px 0;
  }

  .about-img {
    width: 100%;
    padding: 0;
    height: 300px;
  }

  .misvis-img {
    height: 250px;
  }

  .misvis-txt {
    gap: 10px;
    margin: 20px 0;
  }

  .misvis-txt h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .misvis-txt h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .stp-card-main {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 95%;
  }

  .stp-card-txt h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .tho-txt h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .tho-list-txt-main {
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
  }

  .tho-list-heading {
    width: 100%;
  }

  .tho-list-txt {
    width: 100%;
  }

  .tho-img-main {
    margin: 20px 0 0 0;
  }

  .tho-img {
    height: 300px;
    width: 95%;
    margin: 0 0 0 auto;
  }

  /* About Us Sec Css Ends */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec {
    padding: 60px 0;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  .theme1 {
    height: 40px;
    padding: 1px;
  }

  .theme1 span.theme1-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme2 {
    height: 40px;
    padding: 1px;
  }

  .theme2 span.theme2-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme3 {
    height: 20px;
  }

  .theme3 span.theme3-txt {
    font-size: 12px;
  }

  .theme4 {
    height: 40px;
  }

  .theme4 span.theme4-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    position: relative;
    padding: 20px 0;
  }

  .menuSec .box-logo {
    order: 1;
  }

  .menuSec .box-link {
    order: 2;
  }

  .menuSec .box-menu {
    order: 3;
  }

  .menuSec {
    height: 100%;
  }

  .menuSec .container,
  .menuSec .row,
  .menuSec .col-12 {
    height: auto;
  }

  .header-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    border-right: none;
  }

  .header-link-list {
    justify-content: end;
  }

  .header-link-list {
    border: none;
    gap: 10px;
  }

  .menu-box ul {
    gap: 20px;
    margin: 20px 0 0 0;
  }

  .menu-box ul li a {
    padding: 0 15px;
    font-size: 14px;
  }

  .search-modal-wrap .modal-content {
    padding: 10px !important;
  }

  .search-icon {
    right: 6%;
    top: 32%;
    height: 25px;
    width: 25px;
  }

  .search-icon button {
    padding: 5px;
  }

  .account-modal-wrap .modal-content,
  .search-modal .modal-content {
    padding: 10px !important;
  }

  .account-btn-main {
    gap: 10px;
  }

  .account-step h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .account-step:not([hidden]) {
    gap: 10px;
  }

  .account-step input {
    height: 40px;
    font-size: 12px;
  }

  .account-step input::placeholder {
    font-size: 12px;
  }

  .step-btn-main {
    margin: 10px 0 0 0;
    gap: 10px;
  }

  form.account-register-form {
    gap: 10px;
  }

  .register-btn-main {
    gap: 10px;
  }

  .carousel-item {
    height: 600px;
  }

  .banner-img {
    width: 100%;
    height: 400px;
    margin: 20px auto 0 auto;
  }

  .banner-txt {
    gap: 10px;
  }

  .banner-txt h1 span {
    font-size: 55px;
  }

  .products-card-main {
    height: 400px;
  }

  .products-card-img-tag-main {
    height: 300px;
  }

  .products-card-txt-main {
    height: 100px;
  }

  .products-card-img a {
    padding: 70px;
  }

  .products-card-txt h5 {
    font-size: 30px;
  }

  .products-card-rice h6 {
    font-size: 16px;
  }

  .products-card-tag {
    top: 3%;
    left: 3%;
    height: 30px;
    padding: 0 10px;
  }

  .products_slider .slick-prev,
  .products_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .products_slider .slick-prev {
    right: 50px;
  }

  .category-card-txt-main {
    padding: 20px;
  }

  .category-card-txt h3 {
    font-size: 60px;
    line-height: 75px;
  }

  .category-card-main:hover .category-card-txt h3 {
    font-size: 90px;
    line-height: 95px;
  }

  .category-card-main {
    height: 600px;
  }

  .device-img {
    height: 350px;
  }

  .device-card-img-btn-main {
    height: 350px;
    width: 100%;
  }

  .device-card-txt h2 {
    font-size: 50px;
    line-height: 55px;
  }

  section.nature-sec {
    padding: 20px 0;
    margin: 0;
  }

  .nature-heading h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .nature-card-box {
    margin: 0;
    flex-direction: row;
    align-items: center;
  }

  .nature-card-img-btn-main {
    height: 200px;
    width: 100%;
  }

  .nature-card-btn a span.nature-card-btn-icon {
    height: 50px;
    width: 50px;
  }

  .nature-card-btn a span.nature-card-btn-icon:hover img {
    scale: 1.2;
  }

  .nature-card-btn a span.nature-card-btn-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .nature-txt {
    width: 100%;
  }

  .nature-img {
    margin: 20px 0 0 0;
  }

  .accordion-item h2 button.accordion-button.collapsed,
  .accordion-item h2 button {
    font-size: 12px;
    line-height: 20px;
  }

  .accordion-body p {
    font-size: 12px;
    line-height: 25px;
  }

  .testimonial_slider .slick-prev,
  .testimonial_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .testimonial_slider .slick-prev {
    right: 50px;
  }

  /* .testimonial_slider .slick-slide {
    width: 256px !important;
  }

  .testimonial_slider .slick-current {
    width: 256px !important;
  } */

  .testimonial-card {
    padding: 20px;
    margin: 20px 0;
  }

  .testimonial-card-icon {
    height: 40px;
    width: 40px;
    margin: -40px 0 10px 0;
  }

  .testimonial-card-icon img {
    height: 15px;
    width: 15px;
  }

  .testimonial-card-txt p {
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }

  .testimonial-user-main {
    gap: 10px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .footer-box {
    width: 100%;
    gap: 10px;
    margin: 0 auto 0 auto;
  }

  footer img.footer-ex {
    top: 2%;
    left: 0;
    height: 70px;
    width: 70px;
  }

  .footer-heading h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-form-main {
    gap: 10px;
  }

  .footer-form form .footer-form-input-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .footer-form-input {
    width: 100%;
    height: 60px;
  }

  .footer-form-btn {
    width: 100%;
  }

  .footer-form-btn button {
    display: block;
    width: 100%;
    height: 50px;
  }

  .footer-form-btn button.theme4 span.theme4-txt {
    width: 100%;
  }

  .footer-bototm-list ul {
    width: 95%;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }

  .footer-bototm-list ul li {
    justify-content: center;
  }

  .footer-bototm-list ul li a {
    gap: 10px;
  }

  .footer-bototm-list ul li a p {
    font-size: 12px;
    line-height: 1;
  }

  .footer-socials ul {
    justify-content: center;
  }

  .footer-copy-txt p {
    text-align: center;
  }

  .footer-copy-img {
    margin: 20px 0;
  }

  /* Home css Ends */

  /* Inner Banner Css Starts */

  section.inner-banner-sec .carousel-item {
    height: 300px;
  }

  section.inner-banner-sec .banner-txt h1 {
    font-size: 70px;
    line-height: 75px;
  }

  /* Inner Banner Css Ends */

  /* About Us Sec Css Starts */

  .about-txt::before,
  .about-img::before {
    display: none;
  }

  .about-txt {
    margin: 0 0 20px 0;
  }

  .about-img {
    width: 100%;
    padding: 0;
    height: 300px;
  }

  .misvis-img {
    height: 250px;
  }

  .misvis-txt {
    gap: 10px;
    margin: 20px 0;
  }

  .misvis-txt h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .misvis-txt h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .stp-card-main {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 95%;
  }

  .stp-card-txt h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .tho-txt h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .tho-list-txt-main {
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
  }

  .tho-list-heading {
    width: 100%;
  }

  .tho-list-txt {
    width: 100%;
  }

  .tho-img-main {
    margin: 20px 0 0 0;
  }

  .tho-img {
    height: 300px;
    width: 95%;
    margin: 0 0 0 auto;
  }

  /* About Us Sec Css Ends */
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .sec {
    padding: 40px 0;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  .theme1 {
    height: 40px;
    padding: 1px;
  }

  .theme1 span.theme1-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme2 {
    height: 40px;
    padding: 1px;
  }

  .theme2 span.theme2-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme3 {
    height: 20px;
  }

  .theme3 span.theme3-txt {
    font-size: 12px;
  }

  .theme4 {
    height: 40px;
  }

  .theme4 span.theme4-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    position: relative;
    padding: 30px 0;
  }

  .menuSec {
    height: 100%;
  }

  .menuSec .container,
  .menuSec .row,
  .menuSec .col-12 {
    height: auto;
  }

  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #00000026;
  }

  .header-link-list {
    justify-content: center;
  }

  .header-link-list {
    border: none;
  }

  .search-modal-wrap .modal-content {
    padding: 10px !important;
  }

  .search-icon {
    right: 6%;
    top: 32%;
    height: 25px;
    width: 25px;
  }

  .search-icon button {
    padding: 5px;
  }

  .account-modal-wrap .modal-content,
  .search-modal .modal-content {
    padding: 10px !important;
  }

  .account-btn-main {
    gap: 10px;
  }

  .account-step h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .account-step:not([hidden]) {
    gap: 10px;
  }

  .account-step input {
    height: 40px;
    font-size: 12px;
  }

  .account-step input::placeholder {
    font-size: 12px;
  }

  .step-btn-main {
    margin: 10px 0 0 0;
    gap: 10px;
  }

  form.account-register-form {
    gap: 10px;
  }

  .register-btn-main {
    gap: 10px;
  }

  .carousel-item {
    height: 800px;
  }

  .banner-img {
    width: 100%;
    height: 400px;
    margin: 20px auto 0 auto;
  }

  .banner-txt {
    gap: 10px;
  }

  .banner-txt h1 span {
    font-size: 55px;
  }

  .products-card-main {
    height: 400px;
  }

  .products-card-img-tag-main {
    height: 300px;
  }

  .products-card-txt-main {
    height: 100px;
  }

  .products-card-img a {
    padding: 70px;
  }

  .products-card-txt h5 {
    font-size: 30px;
  }

  .products-card-rice h6 {
    font-size: 16px;
  }

  .products-card-tag {
    top: 3%;
    left: 3%;
    height: 30px;
    padding: 0 10px;
  }

  .products_slider .slick-prev,
  .products_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .products_slider .slick-prev {
    right: 50px;
  }

  .category-card-txt-main {
    padding: 20px;
  }

  .category-card-txt h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .category-card-main:hover .category-card-txt h3 {
    font-size: 60px;
    line-height: 65px;
  }

  .category-card-main {
    height: 500px;
  }

  .device-img {
    height: 250px;
  }

  .device-card-img-btn-main {
    height: 250px;
  }

  .device-card-txt h2 {
    font-size: 50px;
    line-height: 55px;
  }

  section.nature-sec {
    padding: 20px 0;
    margin: 0;
  }

  .nature-heading h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .nature-card-box {
    margin: 0;
  }

  .nature-card-img-btn-main {
    height: 200px;
    width: 70%;
  }

  .nature-card-btn a span.nature-card-btn-icon {
    height: 50px;
    width: 50px;
  }

  .nature-card-btn a span.nature-card-btn-icon:hover img {
    scale: 1.2;
  }

  .nature-card-btn a span.nature-card-btn-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .nature-txt {
    width: 100%;
  }

  .nature-img {
    margin: 20px 0 0 0;
  }

  .accordion-item h2 button.accordion-button.collapsed,
  .accordion-item h2 button {
    font-size: 12px;
    line-height: 20px;
  }

  .accordion-body p {
    font-size: 12px;
    line-height: 25px;
  }

  .testimonial_slider .slick-prev,
  .testimonial_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .testimonial_slider .slick-prev {
    right: 50px;
  }

  /* .testimonial_slider .slick-slide {
    width: 256px !important;
  }

  .testimonial_slider .slick-current {
    width: 256px !important;
  } */

  .testimonial-card {
    padding: 20px;
    margin: 20px 0;
  }

  .testimonial-card-icon {
    height: 40px;
    width: 40px;
    margin: -40px 0 10px 0;
  }

  .testimonial-card-icon img {
    height: 15px;
    width: 15px;
  }

  .testimonial-card-txt p {
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }

  .testimonial-user-main {
    gap: 10px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .footer-box {
    width: 100%;
    gap: 10px;
    margin: 0 auto 0 auto;
  }

  footer img.footer-ex {
    top: 2%;
    left: 0;
    height: 70px;
    width: 70px;
  }

  .footer-heading h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-form-main {
    gap: 10px;
  }

  .footer-form form .footer-form-input-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .footer-form-input {
    width: 100%;
    height: 60px;
  }

  .footer-form-btn {
    width: 100%;
  }

  .footer-form-btn button {
    display: block;
    width: 100%;
    height: 50px;
  }

  .footer-form-btn button.theme4 span.theme4-txt {
    width: 100%;
  }

  .footer-bototm-list ul {
    width: 80%;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .footer-bototm-list ul li {
    justify-content: start;
  }

  .footer-bototm-list ul li a {
    gap: 10px;
  }

  .footer-bototm-list ul li a p {
    font-size: 13px;
    line-height: 1;
  }

  .footer-socials ul {
    justify-content: center;
  }

  .footer-copy-txt p {
    text-align: center;
  }

  .footer-copy-img {
    margin: 20px 0;
  }

  .footer-socials ul li a {
    height: 35px;
    width: 35px;
  }

  /* Home css Ends */

  /* Inner Banner Css Starts */

  section.inner-banner-sec .carousel-item {
    height: 300px;
  }

  section.inner-banner-sec .banner-txt h1 {
    font-size: 70px;
    line-height: 75px;
  }

  /* Inner Banner Css Ends */

  /* About Us Sec Css Starts */

  .about-txt::before,
  .about-img::before {
    display: none;
  }

  .about-txt {
    margin: 0 0 20px 0;
  }

  .about-img {
    width: 100%;
    padding: 0;
    height: 300px;
  }

  .misvis-img {
    height: 250px;
  }

  .misvis-txt {
    gap: 10px;
    margin: 20px 0;
  }

  .misvis-txt h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .misvis-txt h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .stp-card-main {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 95%;
  }

  .stp-card-txt h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .tho-txt h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .tho-list-txt-main {
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
  }

  .tho-list-heading {
    width: 100%;
  }

  .tho-list-txt {
    width: 100%;
  }

  .tho-img-main {
    margin: 20px 0 0 0;
  }

  .tho-img {
    height: 300px;
    width: 95%;
    margin: 0 0 0 auto;
  }

  /* About Us Sec Css Ends */
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .sec {
    padding: 20px 0;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  .theme1 {
    height: 40px;
    padding: 1px;
  }

  .theme1 span.theme1-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme2 {
    height: 40px;
    padding: 1px;
  }

  .theme2 span.theme2-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  .theme3 {
    height: 20px;
  }

  .theme3 span.theme3-txt {
    font-size: 12px;
  }

  .theme4 {
    height: 40px;
  }

  .theme4 span.theme4-txt {
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
  }

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    position: relative;
    padding: 30px 0;
  }

  .menuSec {
    height: 100%;
  }

  .menuSec .container,
  .menuSec .row,
  .menuSec .col-12 {
    height: auto;
  }

  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #00000026;
  }

  .header-link-list {
    justify-content: center;
  }

  .header-link-list {
    border: none;
  }

  .search-modal-wrap .modal-content {
    padding: 10px !important;
  }

  .search-icon {
    right: 6%;
    top: 32%;
    height: 25px;
    width: 25px;
  }

  .search-icon button {
    padding: 5px;
  }

  .account-modal-wrap .modal-content,
  .search-modal .modal-content {
    padding: 10px !important;
  }

  .account-btn-main {
    gap: 10px;
  }

  .account-step h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .account-step:not([hidden]) {
    gap: 10px;
  }

  .account-step input {
    height: 40px;
    font-size: 12px;
  }

  .account-step input::placeholder {
    font-size: 12px;
  }

  .step-btn-main {
    margin: 10px 0 0 0;
    gap: 10px;
  }

  form.account-register-form {
    gap: 10px;
  }

  .register-btn-main {
    gap: 10px;
  }

  .carousel-item {
    height: 800px;
  }

  .banner-img {
    width: 100%;
    height: 300px;
    margin: 20px auto 0 auto;
  }

  .banner-txt {
    gap: 10px;
  }

  .banner-txt h1 span {
    font-size: 50px;
  }

  .products-card-main {
    height: 400px;
  }

  .products-card-img-tag-main {
    height: 300px;
  }

  .products-card-txt-main {
    height: 100px;
  }

  .products-card-img a {
    padding: 70px;
  }

  .products-card-txt h5 {
    font-size: 30px;
  }

  .products-card-rice h6 {
    font-size: 16px;
  }

  .products-card-tag {
    top: 3%;
    left: 3%;
    height: 30px;
    padding: 0 10px;
  }

  .products_slider .slick-prev,
  .products_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .products_slider .slick-prev {
    right: 50px;
  }

  .category-card-txt-main {
    padding: 20px;
  }

  .category-card-txt h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .category-card-main:hover .category-card-txt h3 {
    font-size: 60px;
    line-height: 65px;
  }

  .category-card-main {
    height: 500px;
  }

  .device-img {
    height: 250px;
  }

  .device-card-img-btn-main {
    height: 250px;
  }

  .device-card-txt h2 {
    font-size: 50px;
    line-height: 55px;
  }

  section.nature-sec {
    padding: 20px 0;
    margin: 0;
  }

  .nature-heading h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .nature-card-box {
    margin: 0;
  }

  .nature-card-img-btn-main {
    height: 200px;
  }

  .nature-card-btn a span.nature-card-btn-icon {
    height: 50px;
    width: 50px;
  }

  .nature-card-btn a span.nature-card-btn-icon:hover img {
    scale: 1.2;
  }

  .nature-card-btn a span.nature-card-btn-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .nature-txt {
    width: 100%;
  }

  .nature-img {
    margin: 20px 0 0 0;
  }

  .accordion-item h2 button.accordion-button.collapsed,
  .accordion-item h2 button {
    font-size: 12px;
    line-height: 20px;
  }

  .accordion-body p {
    font-size: 12px;
    line-height: 25px;
  }

  .testimonial_slider .slick-prev,
  .testimonial_slider .slick-next {
    height: 40px;
    width: 40px;
    padding: 15px;
    top: -7%;
  }

  .testimonial_slider .slick-prev {
    right: 50px;
  }

  /* .testimonial_slider .slick-slide {
    width: 256px !important;
  }

  .testimonial_slider .slick-current {
    width: 256px !important;
  } */

  .testimonial-card {
    padding: 20px;
    margin: 20px 0;
  }

  .testimonial-card-icon {
    height: 40px;
    width: 40px;
    margin: -40px 0 10px 0;
  }

  .testimonial-card-icon img {
    height: 15px;
    width: 15px;
  }

  .testimonial-card-txt p {
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }

  .testimonial-user-main {
    gap: 10px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .footer-box {
    width: 100%;
    gap: 10px;
    margin: 0 auto 0 auto;
  }

  footer img.footer-ex {
    top: 2%;
    left: 0;
    height: 70px;
    width: 70px;
  }

  .footer-heading h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-form-main {
    gap: 10px;
  }

  .footer-form form .footer-form-input-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .footer-form-input {
    width: 100%;
    height: 60px;
  }

  .footer-form-btn {
    width: 100%;
  }

  .footer-form-btn button {
    display: block;
    width: 100%;
    height: 50px;
  }

  .footer-form-btn button.theme4 span.theme4-txt {
    width: 100%;
  }

  .footer-bototm-list ul {
    width: 80%;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }

  .footer-bototm-list ul li {
    justify-content: start;
  }

  .footer-bototm-list ul li a {
    gap: 10px;
  }

  .footer-bototm-list ul li a p {
    font-size: 13px;
    line-height: 1;
  }

  .footer-socials ul {
    justify-content: center;
  }

  .footer-copy-txt p {
    text-align: center;
  }

  .footer-copy-img {
    margin: 30px 0;
  }

  .footer-socials ul li a {
    height: 35px;
    width: 35px;
  }

  /* Home css Ends */

  /* Inner Banner Css Starts */

  section.inner-banner-sec .carousel-item {
    height: 400px;
  }

  section.inner-banner-sec .banner-txt h1 {
    font-size: 60px;
    line-height: 65px;
  }

  /* Inner Banner Css Ends */

  /* About Us Sec Css Starts */

  .about-txt::before,
  .about-img::before {
    display: none;
  }

  .about-txt {
    margin: 0 0 20px 0;
  }

  .about-img {
    width: 100%;
    padding: 0;
    height: 300px;
  }

  .misvis-img {
    height: 250px;
  }

  .misvis-txt {
    gap: 10px;
    margin: 20px 0;
  }

  .misvis-txt h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .misvis-txt h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .stp-card-main {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 95%;
  }

  .stp-card-txt h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .tho-txt h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .tho-list-txt-main {
    padding: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
  }

  .tho-list-heading {
    width: 100%;
  }

  .tho-list-txt {
    width: 100%;
  }

  .tho-img-main {
    margin: 20px 0 0 0;
  }

  .tho-img {
    height: 300px;
    width: 95%;
    margin: 0 0 0 auto;
  }

  /* About Us Sec Css Ends */
}

/*Media Query End*/
