::-moz-selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Cardo", serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
:root {
  --primary-color: #636B2F;
  --secondary-color:#BAC095;
  --global:#faf8f0;
  overflow: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Cardo", serif;
}
p,
p span {
  font-family: "Open Sans", sans-serif;
  line-height: 2;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: var(--global);
}
::-moz-placeholder {
  color: var(--global);
}
:-ms-input-placeholder {
  color: var(--global);
}
:-moz-placeholder {
  color: var(--global);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

.error-page-section {
  background: #ffffff;
}
.error-page-row {
  max-width: 800px;
  margin: 50px auto;
}
.error-page-col1 h1 {
  font-size: 40px;
  color: #000;
}
.error-page-col1 h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}
.error-page-col1 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}
.search-form {
  width: 100%;
  display: flex;
  align-items: center;
}

.error-page-col1 .search-form input {
  width: 197px;
  height: 45px;
  border: 1px solid #000;
  margin: 0 7px 0 0;
  padding: 0 10px;
  color: #000;
  outline: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 80px;
}
.error-page-col1 .search-form .search-submit {
  width: auto;
  height: 45px;
  display: inline-block;
  padding: 0 25px;
  color: #ffff;
  border: 1px solid #000;
  background: #000;
  transition: 0.25s all ease-in-out;
  border-radius: 80px;
}
.error-page-col1 .search-form .search-submit .screen-reader-text {
  position: relative !important;
  display: block;
  height: auto;
  width: auto;
  color: #ffff;
  clip-path: none;
  transition: all 0.25s ease-in-out;
}
.error-page-col1 .search-form .search-submit:hover {
  color: #000;
  background: none;
}
.error-page-col1 .search-form .search-submit:hover .screen-reader-text {
  color: #000;
}
.error-page-col1 .search-form input::placeholder {
  color: #000;
}
.search-page-section {
  padding: 80px 0px;
  background: #ffff;
}
.search-page-row {
  max-width: 1320px;
  margin: 0 auto;
}
.search-page-row .page-header .page-title {
  font-size: 40px;
  margin: 0 0 35px;
  display: flex;
  color: #000;
  font-weight: 500;
}
.search-page-card {
  margin: 0 0 50px;
}
.search-page-content {
  padding: 0;
  max-width: inherit;
  width: 100%;
  text-align: left;
  flex: 1 0 0;
}
.search-page-content h3 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.search-page-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}
.search-btn1 {
  padding: 12px 24px;
  background-color: #000;
  border-radius: 80px;
  color: #ffffff;
  border: 1px solid #000;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 10px auto 0;
}
.search-btn1:hover {
  background-color:var(--primary-color);
  color: #000;
}

.defualt-page-section {
  padding: 60px 0;
  background: #fff;
}
.content-wrapp h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 20px;
}
.content-wrapp h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color:#000;
  margin: 0 0 20px;
}
.content-wrapp h4 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 20px;
}
.content-wrapp p {
  font-size: 16px;
  color:#000;
  line-height: 1.56;
  margin: 0 0 20px;
}
.content-wrapp ul {
  width: 100%;
  margin: 0 0 20px;
}
.content-wrapp ul li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 10px;
  position: relative;
}
.content-wrapp ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrapp ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 28px;
  position: relative;
}
.content-wrapp ol li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 20px;
  position: relative;
  counter-increment: step-counter;
}
.content-wrapp ol li:before {
  content: counter(step-counter) ".";
  margin-right: 0px;
  position: absolute;
  left: -4px;
  top: 0;
}
.content-wrapp p a,
.content-wrapp ul li a,
.content-wrapp ol li a {
  color: var(--primary-color);
}
.content-wrapp p a:hover,
.content-wrapp ul li a:hover,
.content-wrapp ol li a:hover {
  color: #000000;
}
.contact-wrap img {
  width: auto;
  height: auto;
}
.overlay {display : none}


/*-------------------------------------------- Header-wrap-----------------*/
.header-wrap {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}
.header-wrap .header-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .header-row .header-logo {
  width: 100px;
  padding: 10px 0;
}
.header-wrap .header-row ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrap .header-row ul li{padding: 0 20px;}
.header-wrap .header-row ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding:0px;
}
.header-wrap .header-row ul li a:hover {
  color: var(--global);
}
.header-wrap .header-row ul li a::after{content: "";position: absolute;bottom:0; width:0; height: 1px; background: var(--global);left: 0;}
.header-wrap .header-row ul li a:hover::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-row .primary-btn a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.header-wrap .header-row .primary-btn a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/*---------- banner-wrap--------------------------------- */
.banner-wrap {
  width: 100%;
}
.banner-wrap .banner-row {
  padding: 0 60px;
}
/* new style */

.banner-wrap {
  position: relative;
  height: 100vh;
}
.banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  object-position:center;
}
.banner-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.232);
}
.banner-row {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

 .banner-row h2 {
  font-size: 48px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1.56;
  text-transform: uppercase;
}
.banner-wrap .banner-row p {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  color: #fff;
}

.primary-btn a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.primary-btn a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.banner-wrap .banner-row .banner-col2 {
  width: 48%;
}
.banner-wrap .banner-row .banner-col2 .banner-img {
  background-color: var(--primary-color);
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  position: relative;
}



.default-banner-wrap{
  position: relative; 
  height: 80vh;
}
.default-banner-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.232);
}
.default-banner-wrap .banner-row h2{color: #fff;font-weight: 500; font-size: 30px;}

/* -----------about-wrap------------------------------ */

.about-wrap {
  width: 100%;
  padding: 60px 0px;
}
.about-wrap .about-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-wrap .about-row .about-col1 {
  width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-wrap .about-row .about-col2 {
  width: 48%;
}
.about-wrap .about-row .about-col2 h6 {
  font-size: 25px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.about-wrap .about-row .about-col2 h3 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-wrap .about-row .about-col2 p {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px;
}
.about-wrap .about-row .about-col2 p:nth-child(2n) {
  font-weight: 400;
}
.about-wrap .about-row .about-col2 .about-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 0 20px;
  width: 60%;
}
.about-wrap .about-row .about-col2 .about-content p {
  margin: 0 0 0 10px;
  font-size: 16px;
  line-height: 1.56;
}
.about-wrap .about-row .about-col2 .about-content .vertical-line {
  border-left: 2px solid var(--primary-color);
  height: 40px;
}
.about-wrap .about-row .about-col1 img {
  object-fit: cover;
  width:500px;
  border-radius: 10px;
}
.about-wrap .about-row .about-col1 .side-board {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 55px;
  padding: 20px 0;
  -webkit-box-shadow: 10px 10px 46px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 46px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 46px -21px rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 25%;
  bottom: 50%;
}
.about-wrap .about-row .about-col1 .side-board span:nth-child(2n) {
  font-size: 20px;
}

/* --------------------Product-wrap----------------------------- */

.product-wrap {
  padding: 60px 0 80px;
  width: 100%;
  background-color: #faf8f0;
}
.product-wrap h6 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.product-wrap h3 {
  text-align: center;
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-wrap p {
  max-width: 800px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.product-wrap .product-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-wrap .product-row .product-card {
  width: 31.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 20px;
  margin: 30px 3% 0 0;
  background-color:transparent;
  align-items: center;
  text-align: center;
  height: 600px;
}
.product-wrap .product-row .product-card:nth-child(3n) {
  margin-right: 0;
}
.product-wrap .product-row .product-card .product-img img {
  object-fit: cover;
  height: 100%;
  margin: 0 0 20px;
  width: 100%;
  border-radius: 30px;
}
.product-wrap .product-row .product-card h6 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 20px;
  color:#000;
  text-transform: uppercase;
}
.product-wrap .product-row .product-card P{
  font-size: 16px;
  line-height: 1.56;
  color: #000;
  margin: 0 0 20px;
}
.product-wrap .product-row .product-card a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  text-align: center;
}
.product-wrap .product-row .product-card a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.product-wrap .product-row .product-card .product-img {
  height: 300px;
  margin: 0 0 20px;
  width: 100%;
}

.product-row.product-slider{display: unset;}
.product-slider .slick-slide{margin: 0 10px;}
.product-slider .slick-dots { list-style: none; display: flex !important;justify-content: center; align-items: center; padding: 0;}
.product-slider .slick-dots li { margin: 0 2px; display: flex;  justify-content: center; align-items: center; list-style: none;}
.product-slider .slick-dots button {  width: 8px !important; height: 8px !important; border: none; border-radius: 50%; border: 1px solid var(--primary-color); background: transparent; padding: 0 !important;}
.product-slider .slick-dots .slick-active button { background:var(--primary-color); width: 10px !important; height: 10px !important;}
.slick-dots li button:before{display:none}
.slick-dots li.slick-active button:before{display:none}
.slick-dotted.slick-slider{margin: 0 !important;}
.product-slider .slick-dots{bottom:-50px !important;}


/*---------------------- about-products-wrap------------------ */

.about-products-wrap {
  width: 100%;
  padding: 60px 0;
}
.about-products-wrap .about-products-row {
  display: flex;
  justify-content: space-between;
}
.about-products-wrap .about-products-row .products-col1 {
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-products-wrap .about-products-row .products-col2 {
  width: 58%;
}
.about-products-wrap .about-products-row .products-col1 .product-card-base {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
}
.about-products-wrap .about-products-row .products-col1 .product-card {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  padding: 20px;
  background-color: var(--primary-color);
  padding: 30px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-products-wrap .about-products-row .products-col1 .product-card h3 {
  font-size: 25px;
  margin: 0 0 20px;
}
.about-products-wrap
  .about-products-row
  .products-col1
  .product-card
  li::before {
  content: "✔";
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.about-products-wrap .about-products-row .products-col1 .product-card img {
  height: 300px;
  margin: 0 0 20px;
}

.about-products-wrap .about-products-row .products-col2 h6 {
  font-size: 25px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.about-products-wrap .about-products-row .products-col2 h2 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-products-wrap .about-products-row .products-col2 p {
  color: #000;
  font-size: 16px;
  line-height: 1.56;
}
.about-products-wrap .about-products-row .products-col2 .widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-products-wrap .about-products-row .products-col2 .widget h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

/* ---------------------offer-wrap------------------ */
.offer-wrap {
  background-color: #faf8f0;
}
.offer-wrap .offer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-wrap .offer-row .offer-col1 {
  width: 48%;
  display: flex;
  justify-content: center;
}
.offer-wrap .offer-row .offer-col1 .offer-img {
  width: 100%;
  height: 100%;
}
.offer-wrap .offer-row .offer-col1 .offer-img img {
  width: 100%;
  height: 100%;
  object-fit:contain;
}
.offer-wrap .offer-row .offer-col2 {
  width: 48%;
}
.offer-wrap .offer-row .offer-col2 h2 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.offer-wrap .offer-row .offer-col2 span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px;
  font-weight: 500;
}
.offer-wrap .offer-row .offer-col2 p {
  line-height: 1.56;
  font-size: 16px;
  margin: 0 0 20px;
}
.offer-wrap .offer-row .offer-col2 .shopnow-btn {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.offer-wrap .offer-row .offer-col2 .shopnow-btn:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/*------------------ brand-Updates-wrap---------------- */
.brand-updates-wrap {
  width: 100%;
  padding: 60px 0;
}
.brand-updates-wrap h5 {
  font-size: 25px;
  margin: 0 0 20px;
  text-align: center;
  color: var(--primary-color);
}
.brand-updates-wrap h2 {
  font-size: 46px;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
}
.brand-updates-wrap p {
  max-width: 800px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
.brand-updates-wrap .updates-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.brand-updates-wrap .updates-row .update-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  padding: 30px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 {
  width: 48%;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  -webkit-box-shadow: 4px -2px 25px -4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 4px -2px 25px -4px rgba(0, 0, 0, 0.28);
  box-shadow: 4px -2px 25px -4px rgba(0, 0, 0, 0.28);
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 img {
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 400px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 .widget-content {
  padding: 30px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 p {
  line-height: 1.56;
  text-align: left;
  font-size: 16px;
  margin: 0 0 10px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 h6 {
  font-size: 25px;
  margin: 0 0 10px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.brand-updates-wrap .updates-row .update-widget .widget-col1 a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.brand-updates-wrap .updates-row .update-widget .widget-col2 {
  width: 50%;
}
.brand-updates-wrap .updates-row .update-widget .widget-col2 .widget-img {
  width: 400px;
  height: 180px;
}
.brand-updates-wrap .updates-row .update-widget .widget-col2 .widget-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.brand-updates-wrap .update-widget .widget-col2 .widget-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.brand-updates-wrap .update-widget .widget-col2 .widget-box:nth-child(3n) {
  margin: 0;
}
.brand-updates-wrap .update-widget .widget-col2 .widget-box .box-content {
  margin-left: 20px;
}

.brand-updates-wrap .update-widget .widget-col2 .widget-box p {
  line-height: 1.56;
  text-align: left;
  margin: 0 0 10px;
}
.brand-updates-wrap .update-widget .widget-col2 .widget-box h6 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #000;
}
.brand-updates-wrap .update-widget .widget-col2 .widget-box span {
  font-size: 14px;
  color: #00000062;
  display: inline-block;
  margin: 0 0 10px;
}
.brand-updates-wrap .update-widget a {
  color: var(--secondary-color);
}

.blog-btn{
    
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.blog-btn:hover{
    background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}


/* --------------------Testimonial-wrap----------------- */
.testimonials-wrap {
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.testimonials-wrap .testimonial-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-wrap .testimonial-col1 {
  width: 48%;
}
.testimonials-wrap .testimonial-col2 {
  width: 48%;
  text-align: right;
  color:#fff;
  background-color:var(--primary-color);
}
.testimonials-wrap .testimonial-col2 h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
.testimonials-wrap .testimonial-col2 h2 {
  font-size: 46px;
  margin: 0 0 24px;
  font-weight: 500;
  color: #fff;
}
.testimonals-wrap .testimonal-col2 p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  color: #fff;
}
.testimonials-wrap .testimonial-box {
  padding: 40px 40px 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  height: 100%;
  background-color: #faf8f0;
}

.testimonials-wrap .testimonial-row .testimonial-box .testi-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
}

.testimonials-wrap .testimonial-row .testimonial-box .detail-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-wrap .testimonial-row .testimonial-box .detail-wrap .avatar {
  width: 50px;
}

.testimonials-wrap .testimonial-row .testimonial-box .rating {
  margin-bottom: 10px;
  width: 100px;
}
.testimonials-wrap
  .testimonial-row
  .testimonial-box
  .testi-head
  .avatar-details {
  margin: 0 30px;
}
.testimonials-wrap .testimonial-row .avatar-details h3 {
  font-size: 25px;;
}
.testimonials-wrap .testimonial-row .avatar-details h6 {
  color: var(--primary-color);
}
.testimonials-wrap .testimonial-box .testi-head .quote {
  width: 52px;
}
.testimonials-wrap .testimonial-row .testimonial-box p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.testimonials-wrap::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  z-index: -1;
}
.testimonials-wrap .testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------- Contact-Wrap --------------------*/
span.icon {flex-shrink: 0;}

.contact-wrap {
  width: 100%;
  padding: 60px 0;
}
.contact-wrap .contact-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-wrap .contact-row .contact-col1 {
  width: 48%;
}

.contact-wrap .contact-row .contact-col2 {
  width: 48%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 50px;
  background-color: #ffffff;
}
.contact-wrap .contact-row .contact-col1 h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
.contact-wrap .contact-row .contact-col1 p {
  font-size: 16px;
  line-height: 1.56;
  color: #606060;
  margin: 0 0 20px;
}
.contact-wrap .contact-add {
  width: 100%;
  margin: 0 0 20px;
}

.contact-wrap .contact-add li {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 15px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact-wrap .contact-add img {
  width: 20px;
  height: 20px;
}
.contact-wrap .contact-add li a {
  color: #606060;
  font-size: 18px;
  margin-left: 20px;
}
.contact-wrap .contact-add li a:hover {
  color: var(--primary-color);
}
.contact-wrap .social-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.contact-wrap .social-icons li {
  margin-right: 20px;
}
.contact-wrap .social-icons .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.contact-wrap .social-icons .hover-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.contact-wrap .social-icons .hover-icon {
  opacity: 0;
}
.contact-wrap .social-icons .icon-circle:hover {
  background-color: transparent;
  border-color: var(--secondary-color);
}

.contact-wrap .social-icons ul li:hover .icon-circle > img {
  opacity: 0;
}
.contact-wrap .social-icons ul li:hover .icon-circle .hover-icon {
  opacity: 1;
}
.contact-wrap .social-icons ul li:hover .icon-circle {
  background: transparent;
}
.contact-wrap .social-icons ul li .icon-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.25s ease-out 0s;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.contact-wrap .social-icons ul li .icon-circle:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  mask-composite: exclude;
  -moz-mask-composite: exclude;
  -webkit-mask-composite: exclude;
  -o-mask-composite: destination-out;
  -ms-mask-composite: destination-out;
  -moz-mask-composite: destination-out;
  -webkit-mask-composite: destination-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.contact-wrap .social-icons ul li .icon-circle:hover:after {
  opacity: 0;
}
.contact-wrap .social-icons img {
  width: 20px;
  height: 20px;
  transition: all 0.25s ease-in-out;
}

.contact-wrap .contact-col2 h2 {
  font-size: 46px;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.contact-wrap .contact-form input {
  width: 100%;
  height: 52px;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  margin: 0px 0px 20px;
  padding: 12px 20px;
  border-radius: 30px;
}
.contact-wrap .contact-form input::placeholder {
  color: black;
}
.contact-wrap .contact-form textarea::placeholder {
  color: black;
}
.contact-wrap .contact-form textarea {
  width: 100%;
  height: 131px;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  margin: 0px 0px 20px;
  padding: 12px 20px;
  border-radius: 30px;
}
.contact-wrap .contact-form .primary-btn {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.contact-wrap .contact-form .primary-btn:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.everest-forms-submit-button.button.evf-submit {
  background-color: var(--primary-color) !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  border: 1px solid var(--primary-color) !important;
  color: #fff !important;
  transition: 0.3s all ease-in-out !important;
}

.everest-forms-submit-button.button.evf-submit:hover {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/* --------------------Footer-wrap------------------ */

.footer-wrap {
  padding: 60px 0 0;
  background-color: #faf8f0;
}
.footer-wrap .footer-row1 {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .footer-row1 .footer-icons {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 28%;
}
.footer-wrap .footer-row1 .footer-menu .menu-list {
  width: 34%;
}
.footer-wrap .footer-row1 .footer-menu {
  display: flex;
  justify-content: space-between;
  width: 68%;
}
.footer-wrap .footer-row1 .footer-icons ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.footer-wrap .footer-row1 .footer-icons ul li {
  margin-right: 10px;
}

.footer-wrap .footer-row1 .footer-icons ul img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}
.footer-wrap .logo {
  width: 150px;
}
.footer-wrap .footer-row1 .footer-menu li a {
  color: #000;
  font-size: 16px;
}
.footer-wrap .footer-row1 .footer-menu li a:hover {
  color:var(--primary-color);
}
.footer-wrap hr {
  color: #ffffff;
  font-size: bold;
}
.footer-wrap .footer-row2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  color: #000;
  padding-top: 10px;
  margin-top: 10px;
}
.footer-wrap .footer-row1 .footer-menu .menu-list li {
  padding: 10px 0;
}
.footer-wrap .footer-row1 .footer-menu .contact-list li {
  display: flex;
  align-items: center;
}
.footer-wrap .footer-row1 .footer-menu .contact-list li a {
  padding: 10px 0;
  margin-left: 10px;
}
.footer-wrap .footer-row1 .footer-menu h6 {
  font-size: 25px;
  font-weight:600;
  color: #000;
  margin: 0 0 20px;
}
.footer-wrap .footer-row1 .footer-icons .social-media-icons {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color:var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px 3% 0 0;
  border: 2px solid var(--primary-color);
  font-display: block;
}
.footer-wrap .footer-row1 .footer-icons .social-media-icons:hover {
  border: 2px solid #000;
  background-color: #000;
}

.footer-wrap .footer-row1 .footer-menu .contact-list span img {
  height: 20px;
  width: 20px;
}
.footer-wrap .footer-row2 span {
  color: #000;
}
.footer-wrap .footer-row2 a {
  color: var(--global);
  font-size: 14px;
}
.footer-wrap .footer-row2 a:hover {
  color: #fff;
}

/*Products Page*/

/* ------------products-banner-wrap----------  */

.products-banner-wrap {
  width: 100%;
  position: relative;
}

.products-banner-wrap .inner-banner img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}
.products-banner-wrap .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}
.products-banner-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* -----------product-card-wrap------------- */

.product-card-wrap {
  padding: 60px 0;
  background-color: #fff;
}
.product-card-wrap .product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-card-wrap h2 {
  text-align: center;
  font-size: 46px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.product-card-wrap p {
  text-align: center;
  font-size: 16px;
}

.product-card-wrap .product-row .product-card {
  width: 31.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 30px 3% 0 0;
  height: 600px;
}
.product-card-wrap .product-row .product-card:nth-child(3n) {
  margin-right: 0;
}
.product-card-wrap .product-row .product-card:nth-child(6n) {
margin-right: 0;}
.product-card-wrap .product-row .product-card:last-child {
  margin-right: 0;
}
.product-card-wrap .product-row .product-card .product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.product-card-wrap .product-row .product-card .product-img {
  margin: 0 0 20px;
  height: 300px;
  width: 100%;
}
.product-card-wrap .product-row .product-card h6 {
  margin: 0 0 20px;
  font-size: 20px;
  color:#000;
  text-transform: uppercase;
  font-weight: 700;
}
.product-card-wrap .product-row .product-card p {
  font-size: 16px;
  line-height: 1.56;
  color: #000;
  margin: 0 0 20px;
}

.product-card-wrap .product-row .product-card a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.product-card-wrap .product-row .product-card a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}


/*------------------------ About-us-wrap------------------------- */
.about-banner-wrap {
  width: 100%;
  position: relative;
}

.about-banner-wrap .inner-banner img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}
.about-banner-wrap .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}
.about-banner-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* ----------------about-brand-wrap-------------------------- */

.about-brand-wrap {
  width: 100%;
     padding: 60px 0;

}
.about-brand-wrap .about-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-brand-wrap .about-brand-row .brand-row1 {
  width: 48%;
}

.about-brand-wrap .about-brand-row .brand-row1 .about-brand-img {
 height: 600px;
 width: 100%;
 border-radius: 20px;
 overflow: hidden;
}
.about-brand-wrap .about-brand-row .brand-row1 .about-brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-brand-wrap .about-brand-row .brand-row2 {
  width: 48%;
}

.about-brand-wrap .about-brand-row .brand-row2 h6 {
  font-size: 25px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.about-brand-wrap .about-brand-row .brand-row2 h2 {
  font-size: 50px;
  margin: 0 0 20px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
.about-brand-wrap .about-brand-row .brand-row2 p {
  color:#000;
  line-height: 1.56;
  font-weight:600;
  margin: 0 0 20px;
}
.about-brand-wrap .brand-row2 p:nth-child(2n) {
  font-weight: 500;
  margin: 0 0 20px;
}
.about-brand-wrap .about-brand-row .brand-row2 .about-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 0 20px;
}
.about-brand-wrap .about-brand-row .brand-row2 .about-content p {
  margin: 0 0 0 20px;
  line-height: 1.56;
  width: 50%;
  color: #000;
}
.about-brand-wrap .brand-row2 .about-content .vertical-line {
  border-left: 2px solid #000;
  height: 40px;
}
.about-brand-wrap .about-brand-row .brand-row2 .content-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget {
  text-align: center;
  padding: 20px 30px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  color: #fff;
  margin: 20px 2% 0 0;
}

.about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}
.about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget span {
  font-weight: bold;
}

/*----------------- elementor-wrap------------------- */

.elementor-wrap {
  width: 100%;
  background-color: #faf8f0;
}
.elementor-wrap .elementor-row {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elementor-wrap .elementor-row .elementor-col1 {
  width: 48%;
}
.elementor-wrap .elementor-row .elementor-col1 h6 {
  font-size: 25px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.elementor-wrap .elementor-row .elementor-col1 h2 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.elementor-wrap .elementor-row .elementor-col1 p {
  color: #000;
  line-height: 1.56;
  margin: 0 0 20px;
  font-size: 16px
}
.elementor-wrap .elementor-row .elementor-col1 p:nth-child(2n) {
  font-weight: 400;
  margin: 0 0 20px;
  color: #000;
}
.elementor-wrap .elementor-row .elementor-col1 a {
  background-color: var(--primary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.elementor-wrap .elementor-row .elementor-col1 a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.elementor-wrap .elementor-row .elementor-col2 {
  width: 48%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}
.elementor-wrap .elementor-row .elementor-col2 .elementor-box {
  text-align: center;
  background-color:transparent;
  padding: 30px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
.elementor-wrap .elementor-row .elementor-col2 .elementor-box h5 {
 font-weight: 600;
  font-size: 25px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.elementor-wrap .elementor-row .elementor-col2 .elementor-box p {
  color: #000;
}
.elementor-wrap .elementor-row .elementor-col2 .elementor {
  text-align: center;
}
.elementor-wrap .elementor-row .elementor-col2 .elementor h5 {
  font-weight:600;
  font-size: 100px;
  margin: 0 0 10px;
  color: var(--primary-color);
}
.elementor-wrap .elementor-row .elementor-col2 .elementor p {
  font-size: 18px;
  font-weight: 600;
}

.elementor-wrap .elementor-row .elementor-col2 .elementor span {
  font-size: 30px;
  font-weight: bold;
}

/*-----------------Single-Product-Page--------------*/

.single-products-banner-wrap {
  width: 100%;
  position: relative;
}

.single-products-banner-wrap .single-inner-banner img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}
.single-products-banner-wrap .single-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}
.single-products-banner-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.single-products-banner-wrap .single-banner-content p {
  font-size: 18px;
  color: #000;
}
.single-products-banner-wrap .single-banner-content a {
  color: #000;
}
.single-products-banner-wrap .single-banner-content a:hover {
  color: #fff;
}

/* --------single-prooducts-wrap----------- */

.single-product-wrap {
  padding: 60px 0;
  width: 100%;
}
.single-product-wrap .single-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product-wrap .single-row .single-col1 {
  width: 48%;
  position: sticky;
  top: 50px;
}
.box-slide-2 img {
  border: 2px solid #000;
  border-radius: 10px;
  margin-right: 10px;
}
.single-product-wrap .single-row .single-col1 img {
  object-fit: cover;
}
.single-product-wrap .single-row .single-col2 {
  width: 48%;
  text-align: left;
}
.single-product-wrap .single-row .single-col2 h2 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight:500;
  color:#000;
}
.single-product-wrap .single-row .single-col2 p {
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.56;
}
.single-product-wrap .single-row .single-col2 .rate {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}
.single-product-wrap .single-row .single-col2 h6 {
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 10px;
}
.single-product-wrap .single-row .single-col2 ul {
  margin: 0 0 20px;
}
.single-product-wrap .single-row .single-col2 li {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
}
.single-product-wrap .single-row .single-col2 li::before {
  content: "✔";
  color: var(--secondary-color);
  font-size: 16px;
  margin-right: 10px;
}
.single-product-wrap .single-row .single-col2 .book-now-btn {
  background-color: var(--secondary-color);
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
  margin-top: 20px;
  display: inline-block;
}
.single-product-wrap .single-row .single-col2 .book-now-btn:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.slide-2 .slick-slide {
  margin-right: 5px;
}
/*------------------------ related-products-wrap------------------- */

.related-products-wrap {
  width: 100%;
  padding: 60px 0;
}
.related-products-wrap .related-products-row {
  padding: 30px 0;
}
.related-products-wrap h2 {
  font-size: 40px;
  text-align: center;
  font-weight:500;
  color: #000;
}
.related-products-wrap .sliding-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 20px;
  margin: 30px 3% 0 0;
}

.related-products-wrap .sliding-card:nth-child(3n) {
  margin-right: 0;
}
.related-products-wrap .sliding-card .product-img{  margin: 0 0 20px;height: 300px;width: 100%;}
.related-products-wrap .sliding-card .product-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 30px;
}
.related-products-wrap .sliding-card h6 {
  margin: 0 0 20px;
  font-weight:500;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.related-products-wrap .sliding-card a {
  background-color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.related-products-wrap .sliding-card a:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.Product-slider .slick-slide {
  margin: 0px 10px;
}

/* ------------------blog-page-------------- */

.blog-img {  width: 100%;  overflow:hidden;  border-radius:10px;    height: 500px;    margin:0 0 20px;}
.blog-img img{width:100%;height:100%;object-fit:cover}






/*--------------------- Responsive------------------------*/

@media screen and (max-width: 1400px) {
  .container {
    max-width: 94%;
  }
}

@media screen and (max-width: 1200px) {
  /*---About-Page-----------*/

  .about-brand-wrap .about-brand-row .brand-row1 {
    position: sticky;
    top: 50px;
  }
  .footer-wrap {
    padding: 50px 0 0;
  }
  .offer-wrap .offer-row .offer-col2 h2{font-size: 36px;}

  .product-wrap .product-row .product-card{height: 660px;}


}
@media screen and (max-width: 1024px) {
.offer-wrap .offer-row .offer-col2 h2{font-size: 28px;}
.product-wrap .product-row .product-card{height: 600px;}
}

@media screen and (max-width: 992px) {
 
  /*-------------header-wrap-------- */
  .burger-btn {
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    right: 5%;
    top: 36px;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
  }

  .burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--secondary-color);
    background-size: 300% 100%;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }
  .burger-btn .burger-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }

  .header-menu {
    display: none;
  }

  .header-wrap  .primary-btn {
    display: none;
  }

  .burger-btn span:nth-child(2n) {
    margin: 9px 0;
    transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  }

  .burger-btn span:first-child {
    width: 70%;
  }

  .burger-btn span:last-child {
    width: 70%;
  }

  .overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #000;
    background-size: 300% 100%;
    z-index: 99;
    padding: 110px 5% 50px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .overlay ul li a {
    color: var(--secondary-color);
    display: block;
    padding: 20px 0;
  }

  .overlay ul li {
    font-size: 18px;
    border-bottom: 1px solid var(--primary-color);
    font-weight: 500;
  }

  .overlay.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .burger-btn .active span:first-child {
    transform: translateY(13px) rotate(-45deg);
  }

  .burger-btn .active span:last-child {
    transform: translateY(-11px) rotate(45deg);
  }

  .burger-btn .active span:nth-child(2n) {
    transform: translateX(-100%);
  }

  .banner-row h2 {
    font-size: 38px;
  }
  .banner-wrap .banner-row  p {
    font-size: 16px;
  }

  .about-wrap .about-row {
    display: flex;
    flex-direction: column;
  }
  .about-wrap .about-row .about-col1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0  0 20px;
  }
  .about-wrap .about-row .about-col2 {
    width: 100%;
  }
  .about-wrap .about-row .about-col2 h3 {
    font-size: 36px;
  }
  .about-wrap .about-row .about-col2 .about-content {
    width: 40%;
  }
  .about-wrap .about-row .about-col2 p {
    font-size: 16px;
  }
  .about-wrap .about-row .about-col2 .about-content p {
    font-size: 16px;
  }

  .product-wrap h3 {
    font-size: 36px;
    text-align: center;
  }
  .product-wrap p {
    font-size: 14px;
  }
  .product-wrap .product-row .product-card h6 {
    font-size: 20px;
  }
  .product-wrap .product-row .product-card P{font-size:14px !important}
  .product-wrap .product-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-wrap .product-row .product-card {
    width: 48%;
    padding: 20px;
  }

  .product-wrap .product-row .product-card:nth-child(2n) {
    margin-right: 0;
  }

  .about-products-wrap .about-products-row .products-col2 h2 {
    font-size: 36px;
  }
  .about-products-wrap .about-products-row .products-col1 {
    display: none;
  }
  .about-products-wrap .about-products-row .products-col2 p {
    font-size: 16px;
  }
  .about-products-wrap .about-products-row .products-col2 {
    width: 100%;
  }

  .offer-wrap .offer-row {
    display: flex;
    flex-direction: column-reverse;
    padding: 60px 0 0;
  }
  .offer-wrap .offer-row .offer-col2 {
    width: 90%;
    text-align: center;
  }
  .offer-wrap .offer-row .offer-col1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offer-wrap .offer-row .offer-col2 h2 {
    font-size: 36px;
  }
  .offer-wrap .offer-row .offer-col2 p {
    font-size: 16px;
  }
  .offer-wrap .offer-row .offer-col2 span {
    font-size: 18px;
  }

  .brand-updates-wrap p {
    font-size: 16px;
  }
  .brand-updates-wrap h2 {
    font-size: 36px;
  }
  .brand-updates-wrap h5 {
    font-size: 20px;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 p {
    font-size: 16px;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 h6 {
    font-size: 20px;
  }
  .brand-updates-wrap .updates-row .update-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 {
    width: 100%;
    margin: 0 0 50px;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col2 {
    width: 100%;
  }

  .testimonials-wrap {
    padding: 60px 0 40px;
    background-color: var(--primary-color);
  }
  .testimonials-wrap .testimonial-row {
    flex-direction: column-reverse;
  }
  .testimonials-wrap .testimonial-col1 {
    width: 100%;
  }
  .testimonials-wrap .testimonial-col2 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .testimonials-wrap .testimonial-col2 h2 {
    font-size: 36px;
  }

  .contact-wrap .contact-col2 h2 {
    font-size: 36px;
  }
  .contact-wrap .contact-row .contact-col1 p {
    font-size: 16px;
  }
  .contact-wrap .contact-add li a {
    font-size: 16px;
  }
  .contact-wrap .contact-row .contact-col2 {
    padding: 30px;
  }

  /*----------------Footer-wrap----------------------*/
  .footer-wrap .footer-row1 .footer-icons .social-media-icons {
    width: 35px;
    height: 35px;
  }
  .footer-wrap .footer-row1 .footer-menu h6 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .footer-wrap .footer-row1 .footer-menu .menu-list li {
    padding: 10px 0;
  }
  .footer-wrap .footer-row1 .footer-menu li a {
    font-size: 16px;
  }
  .footer-wrap .footer-row1 .footer-menu .contact-list li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .footer-wrap .footer-row1 .footer-menu .contact-list span img {
    width: 20px;
    height: 20px;
  }
  .footer-wrap .footer-row2 {
    font-size: 16px;
  }

  .footer-wrap .footer-row1 .footer-menu {
    margin: 0 0 20px;
  }

  /*----------- About-us Page------------------ */

  .elementor-wrap .elementor-row .elementor-col1 h2 {
    font-size: 36px;
  }
  .elementor-wrap .elementor-row .elementor-col1 h6 {
    font-size: 20px;
  }
  .elementor-wrap .elementor-row .elementor-col1 {
    width: 100%;
  }
  .elementor-wrap .elementor-row .elementor-col2 .elementor-box h5 {
    font-size: 20px;
  }
  .elementor-wrap .elementor-row .elementor-col2 .elementor-box p {
    font-size: 16px;
  }
  .elementor-wrap .elementor-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .elementor-wrap .elementor-row .elementor-col2 {
    width: 100%;
    margin: 30px 0 0;
  }
  .about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget {
    padding: 20px 25px;
  }

  .about-brand-wrap .about-brand-row .brand-row2 h2 {
    font-size: 36px;
  }
  .about-brand-wrap .brand-row2 p {
    font-size: 16px;
  }
  .about-brand-wrap .about-brand-row .brand-row2 .about-content p {
    width: 100%;
  }
  .about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget h4 {
    font-size: 20px;
    margin: 0 0 10px;

  }
  .about-brand-wrap .about-brand-row .brand-row2 h6 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  /*------------------ product-page--------*/

  .product-card-wrap p {
    font-size: 16px;
  }
  .product-card-wrap h2 {
    font-size: 36px;
  }
  /* .product-card-wrap .product-row .product-card h6 {font-size: 20px;} */
  .product-card-wrap .product-row .product-card {
    width: 48%;
    padding: 20px;
  }

  .product-card-wrap .product-row .product-card:nth-child(2n) {
    margin-right: 0;
  }
  .product-card-wrap .product-row .product-card:nth-child(3n) {
    margin-right: 2%;
  }

  /*-----------Single-Product-Page---------------*/
  .single-product-wrap .single-row .single-col2 h2 {
    font-size: 36px;
  }
  .single-product-wrap .single-row .single-col2 h6 {
    font-size: 20px;
  }
  .single-product-wrap .single-row .single-col2 p {
    font-size: 16px;
  }
  .related-products-wrap h2 {
    font-size: 36px;
  }


  .product-wrap h6{font-size: 20px;}
  .about-wrap .about-row .about-col2 h6{font-size: 20px;}
  .about-products-wrap .about-products-row .products-col2 h6{font-size: 20px;}

  .blog-btn{padding: 10px 20px; font-size: 14px;}
}

@media screen and (max-width: 767px) {

  .primary-btn a{padding: 10px 30px;font-size: 14px;}
  .product-wrap .product-row .product-card a{padding: 10px 30px;font-size: 14px;}
  .offer-wrap .offer-row .offer-col2 .shopnow-btn {  padding: 10px 30px;  font-size: 14px;}
  .brand-updates-wrap .updates-row .update-widget .widget-col1 a {padding: 10px 30px; font-size: 14px;}
  .elementor-wrap .elementor-row .elementor-col1 a{padding: 10px 30px; font-size: 14px;}
  .product-card-wrap .product-row .product-card a { padding: 10px 15px; font-size: 14px;}
  .single-product-wrap .single-row .single-col2 .book-now-btn{   padding: 10px 30px;   font-size: 14px;}
  .header-wrap .header-row .header-logo {
    width: 80px;
  }
  .banner-row h2{font-size: 32px;}

  .banner-wrap {
    padding: 30px 0;
  }
  .banner-wrap .banner-row .banner-col1 {
    width: 80%;
    text-align: center;
  }
  .banner-wrap .banner-row .banner-col1 p {
    margin: 0;
    font-size: 14px;
  }
  .banner-wrap .banner-row .banner-col1 .vertical-line {
    display: none;
  }
  .banner-row  h2 {
    font-size: 36px;
  }
  .banner-wrap .banner-row .banner-col2 {
    width: 100%;
  }

  .banner-wrap .banner-row .banner-col2 .banner-img {
    margin: 0 0 20px;
  }

  .about-wrap {
    padding: 30px 0;
  }
  .about-wrap .about-row .about-col2 h3 {
    font-size: 26px;
  }
  .about-wrap .about-row .about-col2 .about-content {
    width: 50%;
  }
  .about-wrap .about-row .about-col2 p {
    font-size: 14px;
  }
  .about-wrap .about-row .about-col2 .about-content p {
    font-size: 14px;
  }

  .product-wrap {
    padding: 30px 0 60px;
  }
  .product-wrap h3 {
    font-size: 26px;
  }
  .product-wrap .product-row .product-card {
    width: 48%;
  }

  .offer-wrap .offer-row .offer-col2 p {
    font-size: 14px;
  }
  .offer-wrap .offer-row .offer-col2 span {
    font-size: 16px;
  }

  .about-products-wrap {
    padding: 30px 0;
  }
  .about-products-wrap .about-products-row .products-col2 h2 {
    font-size: 26px;
  }
  .about-products-wrap .about-products-row .products-col2 p {
    font-size: 14px;
  }

  .testimonials-wrap {
    padding: 30px 0;
  }
  .testimonials-wrap .testimonial-col2 h2 {
    font-size: 26px;
  }
  .testimonials-wrap
    .testimonial-row
    .testimonial-box
    .testi-head
    .avatar-details {
    margin: 0 10px;
  }
  .testimonials-wrap .testimonial-row .testimonial-box p {
    font-size: 14px;
  }
  .testimonials-wrap .testimonial-box .testi-head .quote {
    width: 35px;
  }
  .testimonials-wrap .testimonial-row .testimonial-box .detail-wrap .avatar {
    width: 35px;
  }
  .testimonials-wrap .testimonial-row .testimonial-box .rating {
    font-size: 80px;
  }
  .testimonials-wrap .testimonial-box {
    padding: 20px;
  }

  .contact-wrap {
    padding: 30px 0;
  }
  .contact-wrap .contact-col2 h2 {
    font-size: 26px;
  }
  .contact-wrap .contact-row .contact-col1 p {
    font-size: 14px;
  }
  .contact-wrap .contact-add li a {
    font-size: 14px;
  }
  .contact-wrap .contact-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-wrap .contact-row .contact-col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-wrap .contact-row .contact-col2 {
    width: 100%;
  }
  .contact-wrap .contact-row .contact-col2 h2 {
    font-size: 26px;
  }
  .contact-wrap .social-icons .icon-circle {
    width: 35px;
    height: 35px;
  }

  /*---------- Footer-wrap----------------*/

  .footer-wrap {
    padding: 30px 0 0;
  }
  .footer-wrap .footer-row1 .footer-menu h6 {
    font-size: 20px;
  }
  .footer-wrap .footer-row1 .footer-menu .menu-list li {
    padding: 5px 0;
  }
  .footer-wrap .footer-row1 .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-row1 .footer-menu .contact-list li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .footer-wrap .footer-row1 .footer-menu .contact-list span img {
    width: 15px;
    height: 15px;
  }
  .footer-wrap .footer-row1 .footer-menu .menu-list {
    width: 50%;
    margin: 0 0 20px;
  }
  .footer-wrap .footer-row1 .footer-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .footer-wrap .footer-row2 {
    font-size: 12px;
  }
  .footer-wrap .footer-row1 .footer-icons .logo {
    width: 150px;
  }
  .footer-wrap .footer-row1 .footer-icons .social-media-icons {
    width: 30px;
    height: 30px;
  }
  .footer-wrap .footer-row1 .footer-icons ul li:nth-child(3n) {
    margin-right: 0;
  }
  .footer-wrap .footer-row1 .footer-icons .social-media-icons img {
    width: 15px;
    height: 15px;
  }
  .footer-wrap .footer-row1 .footer-icons {
    width: 100%;
    display: flex;
    justify-content: start;
    margin: 0 0 30px;
  }

  .brand-updates-wrap {
    padding: 30px 0;
  }
  .brand-updates-wrap p {
    font-size: 14px;
  }
  .brand-updates-wrap h2 {
    font-size: 26px;
  }
  .brand-updates-wrap .updates-row .update-widget {
    padding: 25px;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 p {
    font-size: 14px;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 .widget-content {
    padding: 20px;
  }

  /*----------- About-page----------------------- */
  .about-banner-wrap .banner-content {
    font-size: 40px;
  }
  .about-brand-wrap
    .about-brand-row
    .brand-row2
    .content-box
    .box-widget:nth-child(2n) {
    margin-right: 2%;
  }

  .elementor-wrap .elementor-row .elementor-col1 p:nth-child(2n) {
    font-size: 14px;
  }
  .elementor-wrap .elementor-row {
    padding: 30px 0;
  }
  .elementor-wrap .elementor-row .elementor-col1 h2 {
    font-size: 26px;
  }
  .elementor-wrap .elementor-row .elementor-col2 {
    width: 100%;
    display: block;
  }
  .elementor-wrap .elementor-row .elementor-col2 .elementor-box {
    box-shadow: none;
    padding: 20px 10px;
    margin: 0 0 20px;
  }
  .elementor-wrap .elementor-row .elementor-col2 .elementor {
    margin: 0 0 20px;
  }

  .about-brand-wrap {
    padding: 30px 0;
  }
  .about-brand-wrap .about-brand-row .brand-row1 {
    position: static;
    width: 100%;
  }
  .about-brand-wrap .about-brand-row .brand-row2 {
    width: 100%;
    margin: 40px 0 0;
  }
  .about-brand-wrap .about-brand-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-brand-wrap .about-brand-row .brand-row2 h2 {
    font-size: 26px;
  }
  .about-brand-wrap .about-brand-row .brand-row2 p {
    font-size: 14px;
  }
  .about-brand-wrap .brand-row2 p:nth-child(2n) {
    font-size: 14px;
  }
  .about-brand-wrap .about-brand-row .brand-row2 .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  /*-------------Product-page--------*/
  .products-banner-wrap .banner-content {
    font-size: 40px;
  }

  .product-card-wrap {
    padding: 30px 0;
  }
  .product-card-wrap p {
    font-size: 14px;
  }
  .product-card-wrap h2 {
    font-size: 26px;
  }
  .product-card-wrap .product-row .product-card {
    width: 100%;
  }
  .product-card-wrap .product-row .product-card:first-child {
    margin-right: 0;
  }
  .product-card-wrap .product-row .product-card:nth-child(3n) {
    margin-right: 0%;
  }
  .product-card-wrap .product-row .product-card:nth-child(5n) {
    margin-right: 0;
  }
  .product-card-wrap .product-row .product-card:nth-child(n){margin-right: 0;}


  /*-----------Single-Product-Page---------------*/

  .single-product-wrap {
    padding: 30px 0;
  }
  .single-products-banner-wrap .single-banner-content {
    font-size: 40px;
  }
  .single-product-wrap .single-row .single-col2 h2 {
    font-size: 26px;
  }
  .single-product-wrap .single-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-product-wrap .single-row .single-col1 {
    width: 100%;
    position: static;
    margin: 0 0 30px;
  }
  .single-product-wrap .single-row .single-col2 {
    width: 100%;
  }
  .single-product-wrap .single-row .single-col2 p {
    font-size: 14px;
  }
  .related-products-wrap {
    padding: 30px 0;
  }
  .related-products-wrap h2 {
    font-size: 26px;
  }


  .product-wrap .product-row .product-card h6 {
    font-size: 18px;
  }
   .product-wrap .product-row .product-card {padding: 10px;}
}

@media screen and (max-width: 600px) {
  .banner-wrap  .banner-row {padding: 0 30px;}
  .banner-wrap .banner-row .banner-col1 {width: 100%;}
  .banner-row h2{font-size:28px;font-weight: 600;} 
  .default-banner-wrap .banner-row h2{font-weight: 600;}

  .about-brand-wrap .about-brand-row .brand-row1 .about-brand-img{height: 400px;}

  .testimonals-wrap .testimonial-row .testimonial-box .testi-head {
    margin: 0 0 10px;
  }

  .about-wrap .about-row .about-col1 .side-board {
    right: 5%;
    bottom: 60%;
  }
  .about-wrap .about-row .about-col2 .about-content {
    width: 100%;
  }
  .about-wrap .about-row .about-col2 p {
    margin: 0 0 10px;
  }
  .about-wrap .about-row .about-col1 .side-board {
    width: 120px;
    height: 120px;
    font-size: 45px;
  }
  .about-wrap .about-row .about-col1 .side-board span:nth-child(2n) {
    font-size: 16px;
  }

  .footer-wrap .footer-row1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .footer-wrap .footer-row2 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .brand-updates-wrap .updates-row .update-widget .widget-col1 {
    margin: 0;
    text-align: center;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col1 p {
    text-align: center;
  }
  .brand-updates-wrap .updates-row .update-widget .widget-col2 {
    display: none;
  }
  .brand-updates-wrap .updates-row .update-widget {
    padding: 7px;
  }

  .contact-wrap .contact-row .contact-col2 {
    padding: 27px;
    margin: 20px 0 0;
  }

  .offer-wrap .offer-row {
    width: 100%;
  }
  .offer-wrap .offer-row .offer-col2 span {
    font-size: 18px;
  }

  .product-wrap .product-row .product-card {
    width: 100%;
  }
  .product-wrap .product-row .product-card:first-child {
    margin-right: 0;
  }

  .about-products-wrap .about-products-row .products-col2 .widget {
    display: flex;
    flex-direction: column;
  }

  /*------------------ About us page ---------*/
  .about-banner-wrap .banner-content {
    font-size: 30px;
  }

  .elementor-wrap .elementor-row .elementor-col2 .elementor h5 {
    font-size: 70px;
  }
  .elementor-wrap .elementor-row .elementor-col2 .elementor span {
    font-size: 25px;
  }

  /*-------------- Product-page --------------*/
  .product-card-wrap .product-row .product-card {
    width: 100%;
  }

  .products-banner-wrap .banner-content {
    font-size: 30px;
  }

  .product-wrap .product-row .product-card{height: unset;}
}

@media screen and (max-width: 480px) {
  .banner-wrap{height: 70vh;}
  .default-banner-wrap{height: 50vh;}
  .banner-wrap  .banner-row {padding: 0 20px;}
  .banner-wrap .banner-row p { font-size: 14px;}
  .banner-row  h2 {font-size: 26px;}
  .primary-btn a{padding: 10px 20px;font-size: 14px;}
  /* .product-wrap .product-row .product-card{padding: 15px;} */
  .product-wrap .product-row .product-card a{padding:8px 10px;font-size: 14px;}
  .offer-wrap .offer-row .offer-col2 .shopnow-btn {  padding: 10px 20px;  font-size: 14px;}
  .brand-updates-wrap .updates-row .update-widget .widget-col1 a {padding: 10px 20px; font-size: 12px;}
  .elementor-wrap .elementor-row .elementor-col1 a{padding: 10px 20px; font-size: 14px;}
  .product-card-wrap .product-row .product-card a { padding: 10px 20px; font-size: 14px;}
  .related-products-wrap .sliding-card a { padding: 10px 20px;font-size: 14px;}
  .single-product-wrap .single-row .single-col2 .book-now-btn{   padding: 10px 20px;   font-size: 14px;}

  .overlay {
    width: 100%;
  }
  .burger-btn {
    width: 40px;
    top: 32px;
  }
  .burger-btn span {
    height: 2px;
  }

  .banner-wrap .banner-row .banner-col1 h2 {
    font-size: 23px;
    margin: 0 0 20px;
  }
  .banner-wrap .banner-row .banner-col1 .content-banner {
    margin: 0 0 20px;
  }

  .about-wrap .about-row .about-col2 h3 {
    font-size: 23px;
  }
  .about-wrap .about-row .about-col1 .side-board {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }

  .product-wrap h3 {
    font-size: 23px;
  }

  .about-products-wrap .about-products-row .products-col2 h2 {
    font-size: 23px;
  }

  .offer-wrap .offer-row .offer-col2 h2 {
    font-size: 23px;
  }

  .footer-wrap .footer-row1 .footer-icons .logo {
    width: 150px;
  }
  .footer-wrap .footer-row1 .footer-menu .menu-list {
    width: 100%;
  }
  .contact-wrap .contact-row .contact-col1 h2 {
    font-size: 23px;
  }
  .contact-wrap .contact-row .contact-col2 h2 {
    font-size: 23px;
  }
  .contact-wrap .contact-row .contact-col2 {
    padding: 20px;
  }

  .everest-forms-submit-button.button.evf-submit {
    padding: 12px 20px !important;
  }

  .brand-updates-wrap h2 {
    font-size: 23px;
  }

  .testimonials-wrap .testimonial-row .avatar-details h3 {
    font-size: 16px;
  }
  .testimonials-wrap .testimonial-row .avatar-details h6 {
    font-size: 14px;
  }
  .testimonials-wrap .testimonial-col2 h2 {
    font-size: 23px;
  }
  .testimonials-wrap .testimonial-box .testi-head .quote {
    width: 30px;
  }
  .testimonials-wrap .testimonial-row .testimonial-box .detail-wrap .avatar {
    width: 30px;
  }
  .testimonials-wrap .testimonial-row .testimonial-box .rating {
    font-size: 70px;
  }

  /* ------About-page-- */

  .elementor-wrap .elementor-row .elementor-col1 h2 {
    font-size: 23px;
  }
  .about-brand-wrap .about-brand-row .brand-row2 h2 {
    font-size: 23px;
  }
  .about-brand-wrap .about-brand-row .brand-row2 .content-box .box-widget {
    padding: 20px 40px;
  }
  .about-brand-wrap
    .about-brand-row
    .brand-row2
    .content-box
    .box-widget:first-child {
    margin: 0;
  }
  .about-brand-wrap
    .about-brand-row
    .brand-row2
    .content-box
    .box-widget:nth-child(2n) {
    margin-right: 0;
  }
  .about-brand-wrap
    .about-brand-row
    .brand-row2
    .content-box
    .box-widget:nth-child(3n) {
    margin-right: 0;
  }

  /* ----Product-page---- */
  .product-card-wrap h2 {
    font-size: 23px;
  }

  /* -----single-pproduct-page---- */
  .single-product-wrap .single-row .single-col2 h2 {
    font-size: 23px;
  }
  .related-products-wrap h2 {
    font-size: 23px;
  }

  .product-card-wrap .product-row .product-card h6{font-size: 18px;}
  .product-wrap .product-row .product-card h6{font-size: 18px;}

  .elementor-wrap .elementor-row .elementor-col2 .elementor h5 {font-size: 50px;} 

  .offer-wrap .offer-row .offer-col1 img{font-size: 300px;}

  .testimonials-wrap .testimonial-row .testimonial-box .rating{width: 80px;}
  .header-wrap .header-row .header-logo{width: 65px;}

  .related-products-wrap .sliding-card{padding: 10px;}
  
  .blog-btn{padding: 8px 15px;}
}

@media screen and (max-width: 375px) {
  
  .banner-row  h2 { font-size: 24px; }
  .product-wrap .product-row .product-card { padding: 10px;}
  .product-wrap .product-row .product-card h6 {font-size: 16px;}
}