/**
* Template Name: Impact
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Updated: Apr 4 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
/* :root {
  --color-default: #222222;
  --color-primary: #b1b9e8;
  --color-secondary: #ed1c24;
  --color-topbar: #ed1c24;
  --color-main-heading: #000;
  --color-sub-heading: #ed1c24;
  --color-text: #273896;
  --color-para: #0e1011;
  --btn-primary: #ed1c24;
  --btn-primary-hov: #273896;
  --btn-secondary: #273896;
  --btn-secondary-hov: #ed1c24;
  --bg-light-color: #cdf1ff;
  --dark-color: #02092d;
  --prize-color: #ed1c24;
} */


/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  font-family: "Poppins-Regular";
  /* color: var(--color-default); */
  color: var(--color-text);
  background: #efefef;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--btn-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Philosopher-Bold";
  src: url("../fonts/Philosopher-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Philosopher-Regular";
  src: url("../fonts/Philosopher-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Philosopher-BoldItalic";
  src: url("../fonts/Philosopher-BoldItalic.ttf") format("opentype");
}
@font-face {
  font-family: "Philosopher-Italic";
  src: url("../fonts/Philosopher-Italic.ttf") format("opentype");
}

p {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: var(--color-para);
}
h2 {
  font-family: "Poppins-Bold";
  font-family: "Philosopher-Bold";
  font-size: 40px;
  margin-bottom: 0px;
  color: var(--color-main-heading);
  
}
h3 {
  font-family: "Poppins-Bold";
  font-family: "Philosopher-Bold";
  font-size: 40px;
  margin-bottom: 15px;
  color: var(--color-main-heading);
  
}
h5 {
  font-family: "Poppins-Medium";
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-sub-heading);
}

.home-sec-two-cnt h5 {
  font-family: "Philosopher-Bold";
  font-size: 22px;
}
.section-header-new {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #c8c6c6;
  display: flex;
  align-items: end;
}
.section-header-new h2 {
  display: inline-block;
  border-bottom: 5px solid var(--color-secondary);
  position: relative;
  top: 2px;
}
.section-header-new .head-right-ctrl {
  white-space: nowrap;
  padding-left: 20px;
}
.all-page-link {
  color: var(--color-para);
  cursor: pointer;
}
.all-page-link:hover {
  color: var(--color-secondary);
}

.btn-primary {
  background: var(--btn-primary);
  border-color: var(--btn-primary);
}
.btn-primary:hover {
  background: var(--btn-primary-hov);
}

.dark-color-text {
  color: var(--dark-color);
}
.dark-color-bg {
  background: var(--dark-color);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 100;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* two */
#preloader-2 {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}
.preloader-eight-spinning {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(50% - 22px);
  height: 45px;
  width: 72px;
  margin: 0px auto;
  font-size: 0;
  /* position: relative; */
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-clockwise 6.9s linear infinite;
  -o-animation: cssload-clockwise 6.9s linear infinite;
  -ms-animation: cssload-clockwise 6.9s linear infinite;
  -webkit-animation: cssload-clockwise 6.9s linear infinite;
  -moz-animation: cssload-clockwise 6.9s linear infinite;
}
.preloader-eight-spinning:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.preloader-eight-spinning:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.preloader-eight-spinning .cssload-lt, .preloader-eight-spinning .cssload-rt, .preloader-eight-spinning .cssload-lb, .preloader-eight-spinning .cssload-rb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 39px;
  height: 19px;
  opacity: 1;
}
.preloader-eight-spinning .cssload-lt:before, .preloader-eight-spinning .cssload-rt:before, .preloader-eight-spinning .cssload-lb:before, .preloader-eight-spinning .cssload-rb:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border-top: 6px solid var(--btn-primary);
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.preloader-eight-spinning .cssload-lt {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -2300ms infinite;
  -o-animation: cssload-lt 2.3s linear -2300ms infinite;
  -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
  -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}
.preloader-eight-spinning .cssload-lt:before {
  top: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}
.preloader-eight-spinning .cssload-rt {
  animation: cssload-lt 2.3s linear -1150ms infinite;
  -o-animation: cssload-lt 2.3s linear -1150ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}
.preloader-eight-spinning .cssload-rt:before {
  top: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}
.preloader-eight-spinning .cssload-lb {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -1725ms infinite;
  -o-animation: cssload-lt 2.3s linear -1725ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}
.preloader-eight-spinning .cssload-lb:before {
  bottom: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}
.preloader-eight-spinning .cssload-rb {
  animation: cssload-lt 2.3s linear -575ms infinite;
  -o-animation: cssload-lt 2.3s linear -575ms infinite;
  -ms-animation: cssload-lt 2.3s linear -575ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
  -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}
.preloader-eight-spinning .cssload-rb:before {
  bottom: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}
@keyframes cssload-clockwise {
  0% {
    transform: rotate(-45deg);
 }
  100% {
    transform: rotate(315deg);
 }
}
@-o-keyframes cssload-clockwise {
  0% {
    -o-transform: rotate(-45deg);
 }
  100% {
    -o-transform: rotate(315deg);
 }
}
@-ms-keyframes cssload-clockwise {
  0% {
    -ms-transform: rotate(-45deg);
 }
  100% {
    -ms-transform: rotate(315deg);
 }
}
@-webkit-keyframes cssload-clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
 }
  100% {
    -webkit-transform: rotate(315deg);
 }
}
@-moz-keyframes cssload-clockwise {
  0% {
    -moz-transform: rotate(-45deg);
 }
  100% {
    -moz-transform: rotate(315deg);
 }
}
@keyframes cssload-not-clockwise {
  0% {
    transform: rotate(45deg);
 }
  100% {
    transform: rotate(-315deg);
 }
}
@-o-keyframes cssload-not-clockwise {
  0% {
    -o-transform: rotate(45deg);
 }
  100% {
    -o-transform: rotate(-315deg);
 }
}
@-ms-keyframes cssload-not-clockwise {
  0% {
    -ms-transform: rotate(45deg);
 }
  100% {
    -ms-transform: rotate(-315deg);
 }
}
@-webkit-keyframes cssload-not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
 }
  100% {
    -webkit-transform: rotate(-315deg);
 }
}
@-moz-keyframes cssload-not-clockwise {
  0% {
    -moz-transform: rotate(45deg);
 }
  100% {
    -moz-transform: rotate(-315deg);
 }
}
@keyframes cssload-lt {
  0% {
    opacity: 1;
 }
  25% {
    opacity: 1;
 }
  26% {
    opacity: 0;
 }
  75% {
    opacity: 0;
 }
  76% {
    opacity: 1;
 }
  100% {
    opacity: 1;
 }
}
@-o-keyframes cssload-lt {
  0% {
    opacity: 1;
 }
  25% {
    opacity: 1;
 }
  26% {
    opacity: 0;
 }
  75% {
    opacity: 0;
 }
  76% {
    opacity: 1;
 }
  100% {
    opacity: 1;
 }
}
@-ms-keyframes cssload-lt {
  0% {
    opacity: 1;
 }
  25% {
    opacity: 1;
 }
  26% {
    opacity: 0;
 }
  75% {
    opacity: 0;
 }
  76% {
    opacity: 1;
 }
  100% {
    opacity: 1;
 }
}
@-webkit-keyframes cssload-lt {
  0% {
    opacity: 1;
 }
  25% {
    opacity: 1;
 }
  26% {
    opacity: 0;
 }
  75% {
    opacity: 0;
 }
  76% {
    opacity: 1;
 }
  100% {
    opacity: 1;
 }
}
@-moz-keyframes cssload-lt {
  0% {
    opacity: 1;
 }
  25% {
    opacity: 1;
 }
  26% {
    opacity: 0;
 }
  75% {
    opacity: 0;
 }
  76% {
    opacity: 1;
 }
  100% {
    opacity: 1;
 }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #000;
  padding: 0;
  border-bottom: 1px solid var(--color-primary);
}

.topbar .contact-info i {
  font-style: normal;
  color: #000;
  line-height: 0;
}
.topbar .contact-info i a {
  display: block;
}
.topbar .contact-info i:hover a {
  color: var(--color-primary);
  text-decoration: none;
}
.topbar .contact-info i:hover {
  color: var(--color-primary);
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #000;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.topbar .social-links a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #000;
}

.header {
  position: relative;
  transition: all 0.5s;
  z-index: 997;
  height: 106px;
  /* background-color: #fff; */
  background-color: var(--bg-header-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 118px;
  margin-right: 6px;
  transition: all 0.5s;
  width: 240px;
}
.header.sticked .logo img {
  max-height: 84px;
  width: 130px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  /* margin-top: 70px; */
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-default);
    /* color: #000; */
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 4px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    color: #000;
  }
  .navbar .dropdown ul a.active {
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
    left: calc(-100% - -13px);
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

.navbar .btns-area {
  margin-left: 50px;
}
.navbar .btns-area li {
  padding: 10px 0 10px 10px;
}
.navbar .btns-area li a i {
  font-size: 18px;
}
.navbar .btns-area li:first-child a i {
  font-size: 17px;
}
.navbar .btns-area li a::before {
  content: none;
}
.search-btn-head-mbl {
  display: none;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    /* right: -100%; */
    left: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    background: #000;
    padding: 50px 0 10px 0;
    overflow-y: auto;
  }

  .navbar ul {
    /* position: absolute; */
    inset: 0;
    /* padding: 50px 0 10px 0; */
    margin: 0;
    /* background: rgba(0, 131, 116, 0.9); */
    /* overflow-y: auto; */
    width: 100%;
    padding: 0;
    transition: 0.3s;
    z-index: 9998;

    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .navbar ul li {
    list-style-type: none;
  }

  .navbar .btns-area li {
    float: left;
  }
  .navbar .btns-area {
    margin-left: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding-right: 61px;
    margin-top: 0;
  }

  .navbar .btns-area a {
    padding: 10px 10px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0px 20px;
    transition: all 0.5s ease-in-out;
    width: calc(100% - 40px);
  }

  .navbar .dropdown ul ul,
  .navbar .dropdown .dropdown ul ul {
    width: calc(100% - 60px);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    /* right: 20px; */
    left: 340px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    /* right: 0; */
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(22, 22, 22, 0.8);
    z-index: 9996;
  }

  .btns-area li:first-child {
    display: none;
  }
  .btns-area li:last-child {
    display: none;
  }
  .nav-container {
    position: relative;
  }
  .search-btn-head-mbl {
    position: absolute;
    right: 80px;
    display: block;
  }
  .header .head-logo {
    width: auto;
    justify-content: center;
    margin-left: -40px;
  }
  .cart-header {
    display:  inline-block !important;
    position: absolute;
    right: 40px;
  }
}

.cart-header {
  display: none;
}
/* search-area-header start */
.search-area-header {
  background: #fff;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999999;
  /* overflow-x: hidden;
  overflow-y: scroll; */
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  height: 0;
  margin-top: -100%;
}
.search-area-header.active {
  height: auto;
  margin-top: 0;
}
.bg-transparant-search {
  background: rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.search-area-header.active .bg-transparant-search {
  display: block;
}
.search-btn-head {
  cursor: pointer;
}
.search-head-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  line-height: 30px;
  color: #000;
  transition: 0.3s;
  border: 0;
  background: none;
  opacity: 0;
}
.search-area-header.active .search-head-close {
  opacity: 1;
}
.search-head-close:hover {
  color: var(--color-primary);
}
.search-area-header .logo-pic img {
  width: 200px;
  max-height: 118px;
  transition: all 0.5s;
}
.search-area-header .main-search-sec {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0;
}
.search-area-header .main-search-sec input {
  width: 100%;
  border: 0;
  font-size: 15px;
  color: #000;
}
.search-area-header .main-search-sec input:focus {
  outline: none;
}
.search-area-header .main-search-sec button {
  border: 0;
  font-size: 18px;
  background: none;
}
.search-area-header .main-search-sec button:hover {
  color: var(--color-primary);
}
.btns-area-search {
  margin: 0;
  padding: 0;
  text-align: right;
}
.btns-area-search li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 0 10px 10px;
}
.btns-area-search li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.btns-area-search li a i {
  font-size: 18px;
}
.popular-search-sec {
  text-align: center;
}
.popular-search-sec ul {
  margin: 0;
  padding: 0;
}
.popular-search-sec li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 0 10px 10px;
}
.popular-search-sec li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-decoration: underline;
}
.popular-search-sec li a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.popular-search-sec li:first-child {
  font-family: "Poppins-Regular";
}

/* search-area-header end */

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  padding: 40px 0;
}

.stats-counter .stats-item {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.stats-counter .stats-item .purecounter {
  min-width: 90px;
  padding-right: 15px;
}

.stats-counter .stats-item i {
  font-size: 44px;
  line-height: 0;
  margin-right: 15px;
}

.stats-counter .stats-item span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 60px 0;
}

.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }


  .topbar {
    display: block !important;
    height: auto;
    min-height: 40px;
    padding: 10px 0;
  }
  .topbar .container {
    display: block !important;
  }
  .topbar .contact-info {
    display: block !important;
  }
  .topbar .contact-info i {
    display: inline-flex !important;
  }
  .topbar .social-links {
    display: block !important;
    padding-top: 5px;
  }
  .topbar .social-links a:first-child {
    margin-left: 0;
  }

}

.new-search-head {
  min-width: 34%;
}

@media (max-width: 1399.8px) {
  .new-search-head {
    min-width: 25%;
  }

}

@media (max-width: 1279.8px) {
  .new-search-head {
    min-width: 34%;
  }

  .search-btn-head-mbl {
    display: none;
  }
  .md-drop-hdr {
    right: 80px !important;
  }

}

@media (max-width: 1100.8px) {
  .new-search-head {
    min-width: 28%;
  }

}

@media (max-width: 992.8px) {
  .new-search-head {
    min-width: 28%;
    margin-right: 92px;
  }

}

.mobile-search-hdr {
  display: none;
}

@media (max-width: 767.8px) {
  .new-search-head {
    display: none;
  }
  .mobile-search-hdr {
    display: block;
  }
  .header {
    display: block !important;
    height: 120px;
  }
  .mobile-search-hdr .new-search-head {
    display: block;
    margin: 0;
  }
  .header.sticked .mobile-search-hdr {
    display: none;
  }
  .header.sticked {
    height: 48px;
  }

}

.new-search-head .main-search-sec {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.30);
}
.new-search-head .main-search-sec input {
  width: 100%;
  border: 0;
  font-size: 15px;
  color: #000;
  background: transparent;
  outline: none;
}
.close-search-list {
  font-size: 20px;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  opacity: 0;
}
.main-search-sec:hover .close-search-list {
  opacity: 1;
}
.new-search-head .main-search-sec button {
  border: 0;
  font-size: 18px;
  background: none;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  font-size: 16px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #9c9c9c;
  font-size: 12px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: #009d8b;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: white;
  height: 100%;
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.team .member img {
  border-radius: 10px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #fff;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: #555555;
  text-align: center;
}

.pricing .icon {
  margin: 30px auto 30px auto;
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: #87c1bb;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: #d2eeeb;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-secondary);
  font-weight: 700;
  font-family: var(--font-secondary);
  margin-bottom: 0;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  color: var(--color-primary);
  border: 1px solid rgba(0, 131, 116, 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  border: 3px solid var(--color-primary);
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 20px 50px 20px 20px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-default);
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
}

.faq .accordion-body {
  padding: 0 40px 30px 45px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: #009282;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: var(--color-primary);
  padding: 60px 0 0 0;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}



.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
  background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--dark-color);
  padding: 50px 0 20px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 10px;
  display: inline-flex !important;
  width: 230px;
}

.footer .footer-info .logo img {
  max-height: 105px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #bebebe;
}
.footer .footer-bottom-sec {
  border-top: 2px solid var(--color-text);
  margin-top: 30px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}





.top-offer-sec {
  background: var(--color-topbar);
  padding: 0;
  display: none;
}
.top-offer-sec-link {
  display: block;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.top-offer-sec-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.home-banner .swiper-image {
  height: 310px;
  width: 100%;
  background-size: 100% 100%;
  transform: translate3d(0%, 0px, 0px) !important;
}
.home-banner .swiper-video {
  width: 100%;
  height: 417px;
}
.home-banner {
  padding: 20px 0 0 0;
  background: #fff;
}
.home-banner-inner {
  /* background: #fff;
  padding: 15px;
  border-radius: 12px;*/
  padding-bottom: 20px; 
}
.home-banner .container-fluid {
  padding: 0;
}
.home-banner .swiper-pagination-bullet-active {
  width: 23px;
  border-radius: 7px;
  background: var(--color-primary);
}
.home-banner .showcaseSlider-nav {
  display: none;
}
.home-banner-video video {
  height: 126px;
  border-radius: 10px;
}
.home-banner-video {
  margin-bottom: 15px;
  border-radius: 10px;
}
.home-banner .banner-small-slider .swiper-image {
  height: 162px;
}
.home-banner .swiper-slide,
.home-banner .swiper-image,
.home-banner .swiper-swiper-wrapper,
.home-banner .swiper {
  border-radius: 10px;
}

/* small scrollbar start */
.small-scrollbar {
  max-height: 350px;
  overflow: hidden scroll;
}
.small-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.small-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.small-scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.small-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
/* small scrollbar end */

@media only screen and (max-width: 1300.8px) { 
  .home-banner .swiper-image {
    height: 630px;
  }

}

@media only screen and (max-width: 1200.8px) { 
  .home-banner .swiper-image {
    height: 530px;
  }

  .sustainable-sec-row {
    justify-content: center;
  }
  .sustainable-sec-col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

}

@media only screen and (max-width: 992.8px) { 
  .home-banner .swiper-image {
    height: 500px;
  }
  .picZoomer-pic-wp {
    height: 460px !important;
  }

}

@media only screen and (max-width: 760.8px) { 
  .home-banner .swiper-image {
    height: 300px;
  }
  .popular-search-sec li:first-child {
    display: block;
  }

}

.home-sec-two {
  padding: 80px 0;
}
.home-sec-nine {
  padding: 60px 0;
}
.home-sec-two .container-fluid {
  padding: 0;
}
.home-sec-two-cnt {
  text-align: center;
}

.home-sec-three {
  padding: 30px 0;
}
.home-sec-three-container {
  /* padding: 0 50px; */
  position: relative;
}
.home-sec-three-container .home-sec-three-wrap {
  padding-left: 0px;
}

.home-sec-three-container .home-sec-three-item {
  box-sizing: content-box;
  padding: 0px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.home-sec-three-container .home-sec-three-item .stars {
  margin: 10px 0;
}
.home-sec-three-container .home-sec-three-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.home-sec-three-container .stars-review {
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #000;
}
.home-sec-three-container .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.home-sec-three-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.home-sec-three-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .home-sec-three-container .home-sec-three-wrap {
    padding-left: 0;
  }

  .home-sec-three-container .home-sec-three-item {
    padding: 30px;
    margin: 15px;
  }
}

.product-slide-cnt {
  padding: 20px;
}
.product-slide-cnt h6 a {
  display: block;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #000;
  word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.product-slide-cnt h6 a:hover {
  opacity: 0.6;
}
.price-sec-product {
  display: flex;
}
.home-sec-three-item .price-sec-product {
  display: block;
}
.price-sec-product span {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: var(--prize-color);
  margin-right: 15px;
  display: block;
}
.price-sec-product span.line-through {
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #000;
}
.line-through {
  text-decoration: line-through;
}
.home-sec-three-item .offer-tag {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-sub-heading);
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  font-family: "Poppins-Medium";
  border-radius: 0 10px 0 8px;
  z-index: 3;
}
.item-cart-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 30px;
  bottom: 10px;
  background: #fff;
  color: #000;
  padding: 8px 20px;
  font-size: 16px;
  font-family: "Poppins-Regular";
  border-radius: 60px;
  z-index: 3;
  display: inline-block;
  width: auto;
  transform: translate3d(0, 150%, 0);
  transition: all .3s ease;
  opacity: 0;
  box-shadow: 0px 0px 3px #ccc;
}
.item-cart-btn:hover {
  background: rgba(0, 0, 0, 0.6);
  background: var(--btn-primary);
  box-shadow: 0px 0px 3px #000;
  border-color: #000;
  color: #fff;
}
.home-sec-three-item .product-slide-image:hover .item-cart-btn {
  opacity: 1;
  transform: translateZ(0);
}
.home-sec-three-item .product-slide-image {
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  border-radius: 10px 10px 0 0;
  max-height: 239px;
}
.home-sec-three-item .product-slide-image:hover:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05);
}
.home-sec-three-item .product-slide-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.home-sec-three-item .product-image-main {
  /* display: block; */
  height: auto;
  transition: all .5s ease;
  border-radius: 10px 10px 0 0;
}
.home-sec-three-item .product-image-hov {
  /* display: none; */
  transition: all .5s ease;
  height: 0;
  border-radius: 10px 10px 0 0;
}
.home-sec-three-item .product-image-hov img {
  transition: all .5s ease;
  border-radius: 10px 10px 0 0;
}
.home-sec-three-item .product-slide-image:hover .product-image-main {
  /* display: none; */
  height: 0;
}
.home-sec-three-item .product-slide-image:hover .product-image-hov {
  display: block;
  height: auto;
}
.home-sec-three-item .product-slide-image:hover .product-image-hov img {
  transform: scale(1.05);
  transition: all .5s ease;
}
.home-sec-three-slides .swiper-pagination {
  display: none;
}
.home-sec-three-container .swiper-button-next::after,
.home-sec-three-container .swiper-button-prev::after {
  content: none;
}
.home-sec-three-container .swiper-button-next,
.home-sec-three-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  background: #fff;
}
.home-sec-three-container .swiper-button-next:hover,
.home-sec-three-container .swiper-button-prev:hover{
  background : var(--color-primary);
  color: #fff;
}
.home-sec-three-container .swiper-button-prev {
  left: -12px;
}
.home-sec-three-container .swiper-button-next {
  right: -37px;
}
.home-sec-three-container .swiper-control-rp {
  position: absolute;
  width: calc(100% - 50px);
  top: 56%;
}

.spotlight-sec h2 {
  margin: 15px 0;
}
.spotlight-btn {
  background: var(--color-secondary);
  color: #fff;
  transition: all .3s ease;
  border: none;
  font-size: 14px;
  padding: 10px 18px;
  /* border-radius: 20px; */
  border-radius: 7px;
}

.spotlight-btn i {
  transition: all .3s ease;
}
.spotlight-btn:hover i {
  left: 2px;
  position: relative;
}
.spotlight-btn:hover {
  background: var(--btn-secondary);
}
.btn-secondary {
  background: var(--btn-secondary);
  border-color: var(--btn-secondary);
}
.btn-secondary:hover {
  background: var(--btn-secondary-hov);
}
.btn-dark {
  background: var(--color-main-heading);
}
.btn-dark:hover {
  background: var(--btn-secondary);
}
.home-sec-four-slides .swiper-pagination {
  display: none;
}
.home-sec-four-slides .swiper-pagination {
  display: none;
}
.spotlight-control {
  margin-top: 10px;
}
.spotlight-control .swiper-button-next4,
.spotlight-control .swiper-button-prev4 {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.spotlight-control .swiper-button-next4:hover,
.spotlight-control .swiper-button-prev4:hover{
  background : var(--color-primary);
  color: #fff;
}
.home-sec-four-item {
  position: relative;
  margin: 10px;
}
.home-sec-four-item  .spotlight-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 10px;
}
.spotlight-text h5 {
  font-size: 17px;
  color: #fff;
  width: 100%;
  margin: 0;
  font-family: "Poppins-Regular";

  /* word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.spotlight-text .btn-round {
  width: 47px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin: 0px;
  border: 0;
  transition: all .3s ease;
}
.spotlight-text .btn-round i {
  transition: all .3s ease;
  position: relative;
}
.spotlight-text .btn-round:hover i {
  right: -2px;
  transition: all .3s ease;
}
.home-sec-four-item:hover .btn-round {
  background: #000;
  color: #fff;
}
.home-sec-four-item .spotlight-image {
  transition: all .3s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-sec-four-item .spotlight-image img {
  border-radius: 10px;
}
.home-sec-four-item .spotlight-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-sec-four-item:hover .spotlight-image {
  transform: scale(1.05);
  transition: all .3s ease;
}
.home-sec-four-item:hover {
  cursor: pointer;
}
.home-sec-four {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
.home-sec-five {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
}
.home-sec-five .container-fluid {
  padding: 0;
}
.story-pic-img img {
  width: 100%;
}
.story-text-sec {
  padding: 0 8% 0 0;
}
.left-line-text {
  position: relative;
  padding-left: 54px;
}
.left-line-text::after {
  position: absolute;
  content: "";
  left: 0; 
  top: 50%;
  width: 50px;
  height: 3px;
  background: #000;
  margin-top: -1px;
}
.btn-gray {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: #000;
  background: #ededed;
  border: 0;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all .3s ease;
}
.btn-gray i {
  position: relative;
  /* transition: all .3s ease; */
}
.btn-gray:hover {
  background: var(--color-primary);
  color: #fff;
}
.btn-gray:hover i {
  right: -2px;
}
.story-text-sec button {
  margin-bottom: 20px;
}
.story-text-sec h5 {
  margin-top: 30px;
}
.home-sec-six {
  border-bottom: 1px solid #f2f2f2;
}
.home-sec-six h2 {
  margin-bottom: 50px;
}
.sustainable-sec-col {
  margin-bottom: 15px;
}
.sustainable-sec {
  text-align: center;
  position: relative;

  padding: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
.sustainable-sec::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url(../images/susta-icon.svg) no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  opacity: 0;
}
.sustainable-sec .sustainable-sec-img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.sustainable-sec h6 {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: var(--color-para);
}
.sustainable-sec-row .sustainable-sec-col:last-child .sustainable-sec::after {
  display: none;
}
.home-sec-seven {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
}
.bottom-line-head {
  position: relative;
  padding-bottom: 15px;
}
.bottom-line-head::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 135px;
  margin: 0 auto;
  height: 3px;
  background: #000;
}
.media-section-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.media-section-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-bottom: 30px;
}
.media-section-pic {
  display: block;
  width: 150px;
}
.home-sec-eight {
  border-bottom: 1px solid #f2f2f2;
  padding: 60px 0 30px 0;
}

.home-sec-nine-slides-main .swiper-pagination {
  display: none;
}
.client-feedback-head h6 {
  font-size: 22px;
  color: #000;
  font-family: "Poppins-Medium";
}
.client-feedback-head .stars-review {
  display: block;
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #000;
}
.client-rating-stars-total span i {
  font-size: 16px;
  color: #ffc107;
  margin: 0 2px;
}
.client-feedback-head {
  margin-bottom: 30px;
  margin-top: 40px;
}
.home-sec-nine-slides-main .swiper-slide {
  padding: 8px 20px;
}
.home-sec-nine-slides-main .home-sec-nine-item {
  height: 100%;
  padding: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.home-sec-nine-slides-main {
  position: relative;
  padding: 0 20px;
}
.home-sec-nine-slides-main .client-feedback-control {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.home-sec-nine-slides-main .client-feedback-control .swiper-button-prev9,
.home-sec-nine-slides-main .client-feedback-control .swiper-button-next9 {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  color: #ccc;
  z-index: 1;
  transition: all .3s ease;
}
.home-sec-nine-slides-main .client-feedback-control .swiper-button-prev9:hover,
.home-sec-nine-slides-main .client-feedback-control .swiper-button-next9:hover {
  color: #000;
}
.home-sec-nine-slides-main .client-feedback-control .swiper-button-prev9 {
  left: -25px;
}
.home-sec-nine-slides-main .client-feedback-control .swiper-button-next9 {
  right: 10px;
}
.client-rating-stars span i {
  font-size: 14px;
  color: #ffc107;
  margin: 0 2px;
}
.client-rating-slider-para {
  height: 100px;
}
.client-rating-slider-para p {
  word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-size: 14px;
    font-family: "Poppins-Regular";
    color: #000;
    margin-bottom: 0;
}
.home-sec-nine-item h6 {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #000;
  margin-bottom: 0;
}
.whatsapp-chat {
  position: fixed;
  right: 15px;
  bottom: 70px;
  transition: all .3s ease;
  font-size: 50px;
  color: #0dc143;
  width: 50px;
  z-index: 50;
  display: block;
}
.whatsapp-chat img {
  transition: all .3s ease;
}
.whatsapp-chat:hover img {
  transform: scale(1.09);
}
.offer-label {
  display: block;
}
.offer-label {
  font-size: 16px;
    color: #fff;
    background: #8b0000;
    padding: 8px 17px;
    position: fixed;
    top: 50%;
    left: -46px;
    z-index: 50;
    transition: all .3s ease;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    cursor: pointer;
}
.offer-label:hover {
  color: #fff;
}
.offer-label label {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  right: -9px;
  bottom: -2px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
.hide-monitor {
  display: none !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.check-out-btn {
  background: var(--color-secondary);
  color: #fff;
  transition: all .3s ease;
  border: none;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 20px;
}
.check-out-btn:hover {
  background: var(--color-primary);
}
.cart-ftr-btns {
  text-align: center;
}
.cart-ftr-btns .check-out-btn {
  width: 100%;
  padding: 12px 18px;
  border-radius: 25px;
  margin: 10px 0;
}
.cart-ftr-btns a {
  color: #000;
  text-decoration: underline;
  transition: all .3s ease;
  font-size: 16px;
}
.cart-ftr-btns a:hover {
  color: var(--color-secondary);
}
.footer-action-sec {
  display: flex;
  align-items: center;
  padding: 15px;

  display: none;
}
.footer-action-sec .action-box {
  width: 33.33%;
  text-align: center;
  display: block;
  color: #000;
  position: relative;
  transition: all .3s ease;
}
.footer-btm-sec {
  padding: 15px;
  background: #f7f7f7;
}
.footer-action-sec .action-box:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #000;
  height: 60%;
  right: 0;
  top: 12%;
}
.footer-action-sec .action-box:last-child:after {
  content: none;
}
.footer-action-sec .action-box i {
  font-size: 25px;
}
.footer-action-sec .action-box:first-child i {
  font-size: 20px;
}
.footer-action-sec .action-box h6 {
  font-size: 14px;
}
.footer-action-sec .action-box:hover {
  color: var(--color-secondary);
  cursor: pointer;
}
.js-toggle-cart {
  position: relative;
  cursor: pointer;
}
.cart-count {
  font-size: 12px;
  height: 22px;
  min-width: 22px;
  line-height: 21px;
  position: absolute;
  top: -15px;
  right: -11px;
  background: #da3f3f;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
}
.pointer {
  cursor: pointer;
}
.brudcrump {
  margin-bottom: 1.5rem;
}
.brudcrump ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.brudcrump ul li {
  list-style-type: none;
  float: left;
  padding: 0 5px;
}
.brudcrump ul li a {
  font-size: 15px;
  color: #000;
}
.brudcrump ul li i {
  font-size: 12px;
}

/* cart page style start  */
.cart-list-table-main {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.contact-area .cart-list-table-main:last-child {
  border-bottom: 0;
}
.cart-list-table-main .cart-list-table {
  float: left;
  padding-right: 15px;
}
.cart-list-table-main .cart-list-table-1 {
  width: 45%;
}
.cart-list-table-main .cart-list-table-2 {
  width: 15%;
}
.cart-list-table-main .cart-list-table-3 {
  width: 20%;
  text-align: center;
}
.cart-list-table-main .cart-list-table-4 {
  width: 20%;
  text-align: right;
  padding-right: 0;
}
.cart-list-table-main .cart-list-table h6 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.cart-list-table-main .engrave-and-color {
  display: block;
}
.cart-list-table-main .remove-list-cart {
  color: #858585;
  text-decoration: none;
  margin: 3px 0 0 0;
}
.cart-list-table-main .text-cart-table {
  font-size: 16px;
  color: #000;
}
.cart-page-footer {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
.cart-page-footer .cart__footer {
  position: unset;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 50px;
}

.cart-page-footer .cart-comment-sec {
  box-shadow: none;   
  border-radius: 10px;
}
.cart-page-footer .cart-comment-sec.open {
  box-shadow: 0px 0 20px rgba(0, 0, 0, .12);
}
.cart-section {
  padding-bottom: 0;
}
.cart-page-footer .footer-btm-sec {
  border-radius: 0 0 10px 10px;
}
.cart-page-footer p {
  font-size: 14px;
  text-align: right;
  color: #939393;
  margin: 13px 0;
}
.cart-comment-cancel {
  cursor: pointer;
}



/* cart page style end  */

/* cart style start */
/* body {
  background: #f3f3f3;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
} */
body.open {
  overflow-y: hidden;
}
.shop {
  position: relative;
  z-index: 5;
}

.button--light {
  background: #fff;
  color: #000;
  font-size: 33px;
}
.cart {
  position: fixed;
  background: #fff;
  width: 450px;
  max-width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* transform: translate(500px, 0); */
  transform: translate(107%, 0);
  transition: transform 250ms ease-in-out;
  z-index: 1040;
}
body.open .cart {
  transform: translate(0, 0);
}
.cart__header {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 15px 15px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cart__header .cart__text {
  float: right;
}
.cart__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}
.cart__products {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 70px 0 230px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.cart__products article {
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}

.cart__empty {
  padding: 30px 15px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.cart__empty.hide {
  display: none;
}
.cart__footer {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}
.cart__text {
  margin: 0;
}

.lightbox {
  position: fixed;
  background: #000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1039;
  opacity: 0;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}
body.open .lightbox {
  width: 100%;
  opacity: 0.8;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
}

.cart-product-inner {
  display: flex;
}
.cart-product-image img {
  width: 108px;
  border: 1px solid #000;
}
.cart-product-title {
  display: block;
  font-size: 15px;
  color: #000;
}
.cart-product-title:hover {
  color: #000;
  text-decoration: underline;
}
.cart-product-content {
  margin-left: 15px;
  width: 100%;
}
.engrave-and-color {
  font-size: 14px;
  margin-right: 15px;
}
.input-sec {
  display: inline-block;
  background: #f1f1f1;
  padding: 4px;
  border-radius: 7px;
  min-width: 100px;
  text-align: center;
}
.input-sec .number {
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
  margin-top: -5px;
}
.input-sec button {
  border: 0;
  box-shadow: none;
  outline: none;
  color: #000;
  font-size: 22px;
  background: transparent;
}
.input-sec button:hover {
  color: var(--color-primary);
}
.input-sec-cart {
  margin-top: 15px;
}
.remove-list-cart {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
  margin-left: 15px;
}
.remove-list-cart:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.cart-comment-sec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: 20px 0 20px rgba(0, 0, 0, .12);
  z-index: 3;
  transition: .25s ease-in-out;
  pointer-events: none;
  transform: translate3d(0, 100%, 0);
}
.cart-comment-sec.open {
  pointer-events: auto;
  transform: translateZ(0);
}

.cart-comment-sec-overlay {
  background: hsla(0, 0%, 100%, .9);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cart-comment-sec-overlay.open {
  visibility: visible;
  opacity: 1;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group .form-control {
  border-color: #000;
}
.form-group .form-control::-ms-input-placeholder { 
  color: #9ca3af;
}
.form-group .form-control::placeholder {
  color: #9ca3af;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.10);
}
.form-group .form-label {
  font-size: 15px;
}


/* Cart style end */

/* shop style start */
.shop-item-list {
  position: relative;
}
.shop-sec-one {
  padding: 60px 0;
}
.shop-sec-one .home-sec-three-item {
  margin: 15px 0px;
}
.shop-sec-one .product-slide-image {
  cursor: pointer;
}

.bg-fill-head {
  background: var(--color-secondary);
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.bg-fill-head h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
}
.shop-details-contents {
  padding: 50px 0;
}
.md-head-text {
  font-size: 22px;
  color: #000;
  font-family: "Poppins-Medium";
}
.shop-details-contents .md-head-text {
  margin-bottom: 20px;
}
.shop-dtl-texts {
  padding: 0 30px;
}
.light-text-one {
  font-family: "Poppins-Regular";
}
.bg-fill-content h5 {
  color: var(--color-primary);
}
.care-instructions-sec {
  padding: 40px 15px;
  margin-bottom: 0;
}
.care-instructions-sec p {
  margin-bottom: 12px;
}
.care-instructions-sec h5 {
  margin-bottom: 20px;
}
.customer-reviews-area {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: 40px;
}
.customer-reviews-area h3 {
  font-size: 24px;
}
.customer-reviews-top-1 {
  float: left;
}
.customer-reviews-top-2 {
  float: right;
}
.customer-reviews-top-3 {
  float: left;
  margin: 0 24px;
  padding: 4px 16px;
  font-size: 12px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.client-rating-stars-total .stars-review {
  display: block;
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #000;
}
.customer-reviews-total {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.customer-reviews-total:hover {
  opacity: 0.6;
}
.customer-reviews-total .client-rating-stars-total span i {
  font-size: 13px;
}
.rating-persantage {
  font-size: 12px;
  font-family: "Poppins-Regular";
  color: #000;
  min-width: 35px;
  margin-left: 6px;
}
.rating-count {
  font-size: 12px;
  font-family: "Poppins-Regular";
  color: #000;
}
.customer-reviews-total .progress {
  width: 90px;
  height: 13px;
  margin-left: 6px;
}
.orange-stars.client-rating-stars-total span i {
  color: #ff861c;
}
.btn-Write-a-review {
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #000;
  background: transparent;
  padding: 7px 18px;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: none;
  transition: 0.3s;
}
.btn-Write-a-review:hover {
  background: var(--color-secondary);
  color: #fff;
}
hr {
  border-color: #b4adad;
}
.customer-reviews-user {
  display: flex;
  align-items: center;
}
.customer-reviews-user-pic {
  width: 52px;
  height: 52px;
  font-size: 22px;
  border-radius: 50%;
  font-family: "Poppins-Regular";
  text-align: center;
  line-height: 52px;
  position: relative;
  border: 1px solid #eee;
  background: #e9e9e9;
  color: #333;
}
.customer-reviews-user-pic img {
  width: 100%;
}
.customer-reviews-user-text {
  margin-left: 15px;
  width: 100%;
}

.customer-reviews-user-pic .verified-tic {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 12px;
  color: #07c43f;
  line-height: 12px;
  background: #fff;
  border-radius: 50%;
}
.rating-date {
  font-size: 14px;
  color: #333;
  font-family: "Poppins-Regular";
  margin-left: 5px;
}
.customer-reviews-user-text h6 {
  font-size: 16px;
  color: #333;
  font-family: "Poppins-Medium";
  margin-bottom: 0;
  margin-top: 5px;
}
.customer-reviews-user-text h6 span {
  font-size: 12px;
  font-family: "Poppins-Regular";
  color: #fff;
  background: #797979;
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.customer-reviews-cmt p {
  margin-bottom: 0;
  margin-top: 10px;
}
.customer-reviews-cmt h5 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000;
}
.small-select {
  width: 110px;
}
.small-select .form-group .form-control {
  border-color: #333;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 6px;
}
.small-select .form-select {
  background-position: right .35rem center;
  background-size: 10px 8px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style-type: none;
  float: left;
}
.pagination ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #333 !important;
  padding: 4px 8px;
  transition: 0.3s;
}
.pagination ul li a:hover {
  color: var(--color-secondary) !important;
}
.pagination ul li a.active {
  color: var(--color-secondary) !important;
  font-family: "Poppins-Medium";
  transform: scale(1.30);
}
.pagination ul li a:disabled,
.pagination ul li a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 15px;
}
.pagination .start-and-end-icon {
  padding: 4px 2px;
}
.pagination .left-and-right-icon {
  padding: 4px 2px;
  font-size: 13px;
  position: relative;
  top: 3px;
}
.subscribe-sec {
  border: 1px solid #000;
    padding: 0px;
    border-radius: 5px;
    margin: 40px auto 15px auto;
    width: 510px;
}
.subscribe-sec input {
  width: 100%;
  border: 0;
  font-size: 15px;
  color: #000;
  padding: 5px 10px;
  background: transparent;
}
.subscribe-sec input:focus-visible {
  outline: none;
}
.subscribe-sec button {
  border: 0;
  font-size: 15px;
  background: var(--color-main-heading);
  padding: 8px 12px;
  border-left: 1px solid #000;
  transition: 0.3s;
  color: #fff;
}
.subscribe-sec button:hover {
  background: var(--color-secondary);
  color: #fff;
}
.spotlight-btn.curve-remove {
  border-radius: 10px;
}
.customer-reviews-add-section {
  height: 0;
  overflow: hidden;
  /* transition: 0.3s; */
  transition: height .3s;

}
.customer-reviews-add-section.show {
  height: auto;
}
.small-select.small-select-label {
  display: inline-block;
  width: auto;
}
.small-select.small-select-label .form-group .form-control {
  border: none;
  border-bottom: 1px solid #b4adad;
  border-radius: 0;
}
.small-select.small-select-label .form-group .form-control:focus {
  box-shadow: none;
}
.small-select.small-select-label .form-select {
  background-position: right .0rem center;
  background-size: 10px 8px;
  padding-right: 15px;
  padding-left: 2px;
}


/* 5star rating style start  */
 #full-stars-example-two .rating-group {
	 display: inline-flex;
}
 #full-stars-example-two .rating__icon {
	 pointer-events: none;
}
 #full-stars-example-two .rating__input {
	 position: absolute !important;
	 left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
	 display: none;
}
 #full-stars-example-two .rating__label {
	 cursor: pointer;
	 padding: 0 0.1em;
	 font-size: 1.1rem;
}
 #full-stars-example-two .rating__icon--star {
	 color: #ff861c;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
	 color: #ff861c;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
/* 5star rating style end */


.order-strip-footer-space {
  padding-bottom: 75px;
}
.order-strip {
  position: fixed;
  bottom: -300px;
  width: 100%;
  background: #fff;
  z-index: 1;
  padding: 15px 30px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.order-strip.active {
  bottom: 0;
}
.order-strip h6 {
  font-family: "Poppins-Bold";
  font-size: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order-strip-control {
  display: flex;
  align-items: center;
  justify-content: end;
}
.order-strip .input-sec {
  padding: 2px 4px;
  min-width: 100px;
}
.order-strip .spotlight-btn {
  border-radius: 7px;
}


.adress-sec-cart {
  width: 600px;
  margin: 30px auto 0 auto;
}
.accordion-laifai .accordion-button.collapsed {
  border-radius: 10px !important;
}
h3.accordion-header {
  font-family: "Poppins-Bold";
}
.accordion-laifai .accordion-button {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-laifai .accordion-collapse {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px !important;
}
.accordion-laifai .accordion-button:not(.collapsed) {
  background: #f3d5f2;
}
.accordion-laifai .accordion-item {
  border-radius: 10px;
} 
.filter-head-sec {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.shop-details-sec-two {
  padding-bottom: 0;
}
.accordion-laifai-faq {
  margin-top: 0px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.adress-sec-cnt h6 {
  font-family: "Poppins-Bold";
  padding-left: 25px;
}
.adress-sec-cnt .radio-address {
  position: absolute;
  left: 0;
  top: 3px;
  /* accent-color: var(--color-secondary); */
  accent-color: #7782bb;
}
.adress-sec-cnt h6 span {
  font-size: 11px;
  font-weight: 500;
  background: #ccc;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 8px;
  color: #000;
  font-family: "Poppins-Regular";
}
.adress-sec-cnt-main .adress-sec-cnt {
  padding-right: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.adress-sec-cnt-main .adress-sec-cnt:last-child {
  /* border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; */
}

.adress-edit {
  position: absolute;
  right: -15px;
  top: 0;
  width: 18px;
}
.adress-edit span i {
  font-size: 16px;
  color: #000;
}
.adress-edit ul {
  margin: 0;
  border: 1px solid #ccc;
  min-width: 82px;
  padding: 7px 8px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
  position: absolute;
  right: 16px;
  top: 0;
  display: none;
}
.adress-edit ul li {
  list-style: none;
}
.adress-edit ul li a {
  font-size: 13px;
  color: #000 !important;
  cursor: pointer;
}
.adress-edit ul li a:hover {
  color: var(--color-secondary) !important;
}
.adress-edit:hover span i {
  color: var(--color-secondary);
}
.adress-edit:hover ul {
  display: block;
}
.modal .btn-close {
  box-shadow: none;
}
.modal .btn-close:hover {
  color: var(--color-secondary);
}
.modal .form-control {
  font-size: 14px;
}
.form-group label sup {
  color: #ff0000;
}
.btn-popup-center {
  padding-top: 31px;
  margin-bottom: 1.5rem;
}

/* selector-radio start*/
.selector-radio {
  display:flex;
}
.selector-radio .selector-item{
  position:relative;
  display:flex;
}
.selector-radio .selector-item_radio{
  appearance:none;
  display:none;
}
.selector-radio .selector-item_label{
  position:relative;
  width:100%;
  text-align:center;
  border-radius:9999px;
  transition-duration:.5s;
  transition-property:transform, box-shadow;
  transform:none;
  box-shadow:0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
  padding: 7px 15px;
  margin-right: 10px;
}
.selector-radio .selector-item_radio:checked + .selector-item_label{
  background-color:var(--color-secondary);
  color:#fff;
  transform:translateY(-2px);
}
/* selector-radio end */

.cart-details-popup .btn-close {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 9;
}
.cart-details-popup .modal-body {
  padding: 0;
}
.cart-details-popup .modal-footer {
  padding: 0;
}
.cart-popup-deatils {
  background: #fff;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.cart-popup-deatils .product-slide-cnt {
  padding: 0;
}
.cart-popup-deatils .product-slide-cnt h6 {
  font-size: 18px;
  font-family: "Poppins-Medium";
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-popup-deatils .price-sec-product .price {
  font-size: 22px;
  font-family: "Poppins-Medium";
}
.cart-popup-deatils .price-sec-product .line-through {
  margin-top: 5px;
}
.cart-popup-deatils .product-slide-cnt p {
  font-size: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popup-link-details {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: var(--color-secondary);
  margin-bottom: 15px;
  display: inline-block;
}
.popup-link-details:hover {
  color: var(--color-primary);
}
.btn-active,
.btn-active:hover {
  background: var(--btn-primary) !important;
  border-color: var(--btn-primary);
}
.cart-popup-deatils .btn-secondary:hover {
  background: var(--btn-primary) !important;
  border-color: var(--btn-primary);
}
.cart-popup-deatils .check-out-btn {
  min-width: 50%;
}
.black-btn {
  background: #000;
}
.black-btn:hover {
  background: var(--btn-primary);
}
.brand-image {
  border: 1px solid #e6e6e6;
  max-width: 125px;
  display: inline-block;
}

.add-cart-popup-slider-main .swiper-slide {
  padding: 0;
}
.add-cart-popup-slider-main .add-cart-popup-item {
  height: 100%;
  /* padding: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px; */
}
.add-cart-popup-slider-main {
  position: relative;
  padding: 0;
}
.add-cart-popup-slider-main .swiper-control-rp {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-prev-pop,
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-next-pop {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  color: #ccc;
  z-index: 1;
  transition: all .3s ease;

  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-prev-pop:hover,
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-next-pop:hover {
  color: #fff;
  background: var(--color-secondary);
}
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-prev-pop {
  left: 10px;
}
.add-cart-popup-slider-main .swiper-control-rp .swiper-button-next-pop {
  right: 10px;
}
.add-cart-popup-slider-main .swiper-pagination {
  display: none;
}
.add-cart-popup-slider-image {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.add-cart-popup-slider {
  border-radius: 10px 0 0 10px;
}

/* product details image style start */
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
  border:1px solid #eee;
  height: 460px;
  margin-top: -19px;

  width: 460px !important;
  height: 400px !important;
  left: 100% !important;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	/* background: url(images/zoom-ico.png) left top no-repeat; */
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}

/*===pic-Zoom===*/
._boxzoom {
  display: flex;
}
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 10px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 100%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
/* ._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
} */
._boxzoom ._product-images .picZoomer img.my_img {
  height: auto;
  max-width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}
/* product details image style end */

.product-deiltas-main-right h4 {
  font-size: 30px;
  font-family: "Poppins-Medium";
}
.prize-box {
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.prize-box .price-sec-product span {
  font-size: 20px;
  font-family: "Poppins-Medium";
}
.prize-box .price-sec-product .line-through {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #9c9c9c;
  padding-top: 3px;
}
.pd-strip-control {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.pd-strip-control .input-sec {
  display: inline-block;
  background: transparent;
  padding: 4px;
  border-radius: 7px;
  border: 1px solid #ccc;
  min-width: 100px;
  text-align: center;
}
.two-btn-box {
  background: #000;
  padding: 5px;
  border-radius: 7px;
  width: 100%;
  display: flex;
}
.two-btn-box button {
  width: 50%;
}
.two-btn-box .btn-black {
  margin-right: 5px;
  background: #000;
  color: #fff;
}
.two-btn-box .btn-black:hover {
  background: #000;
  color: #fff;
}
.question-and-share-sec {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.question-and-share-sec a {
  font-size: 15px;
  color: #000 !important;
  font-family: "Poppins-Regular";
  margin-right: 15px;
  cursor: pointer;
}
.question-and-share-sec a i {
  margin-right: 5px;
}
.question-and-share-sec a:hover {
  color: var(--color-secondary) !important;
}
.light-text {
  color: #666;
  font-size: 15px;
  font-family: "Poppins-Regular";
}
.product-deiltas-btm-sec p i.border {
  font-size: 8px;
  text-align: center;
  padding: 1px 3px;
  border: 1px solid #000 !important;
  border-radius: 4px;
  line-height: 10px;
}
.product-deiltas-btm-sec p i {
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.social-links-cmn a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  transition: 0.3s;
  margin-right: 15px;
}
.social-links-cmn a:hover {
  color: #000;
}
.product-details-small-device {
  display: none;
}

/* product-details-small-device start */
.product-details-small-device {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
}
.product-details-small-device .swiper-control-rp {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.product-details-small-device .swiper-control-rp .swiper-button-prev-pop,
.product-details-small-device .swiper-control-rp .swiper-button-next-pop {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  color: #ccc;
  z-index: 1;
  transition: all .3s ease;

  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}
.product-details-small-device .swiper-control-rp .swiper-button-prev-pop:hover,
.product-details-small-device .swiper-control-rp .swiper-button-next-pop:hover {
  color: #000;
  background: var(--color-secondary);
}
.product-details-small-device .swiper-control-rp .swiper-button-prev-pop {
  left: 10px;
}
.product-details-small-device .swiper-control-rp .swiper-button-next-pop {
  right: 10px;
}
/* product-details-small-device end */

.about-sec-top {
  margin-top: 40px;
}
.about-sec-two {
  padding: 10px 20%;
}
.about-icon-with-text {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.about-icon-with-text img {
  width: 50px;
}
.about-icon-with-text .about-it {
  width: 100%;
  padding-left: 15px;
}
.about-icon-with-text .about-it p {
  margin-bottom: 0;
}
.about-sec-five {
  padding: 10px 20%;
}
.about-user-team-sec img {
  width: 235px;
}
.about-user-team-sec {
  text-align: center;
  margin-top: 20px;
}
.about-user-team-sec h6 {
  font-size: 20px;
  font-family: "Poppins-Bold";
}


.contact-section-one {
  padding: 35px 0;
}
.contact-area {
  margin-top: 0px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.contact-area h4 {
  font-size: 22px;
  font-family: "Poppins-Bold";
}
.contact-area p {
  color: #666;
}
.form-light-border .form-group .form-control {
  border-color: #dedada;
}

.check-box-laifai {
  margin-bottom: 1.5rem;
}
.check-box-laifai input[type=checkbox] {
  position: relative;
  border: 1px solid #666;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 2px .5em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  opacity: .5;
}

.check-box-laifai input[type=checkbox]:hover {
  opacity: 1;
}

.check-box-laifai input[type=checkbox]:checked {
  background-color: var(--color-secondary);
  opacity: 1;
}

.check-box-laifai .comment-form-cookies-consent {
  display: flex;
}
.check-box-laifai input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.check-box-laifai label {
  color: #666;
  font-size: 16px;
  width: 100%;
}

.contact-details-area h6 {
  font-size: 22px;
  font-family: "Philosopher-Bold";
  margin-top: 30px;
}
.contact-details-area p {
  color: #666;
  margin-bottom: 0;
}
.contact-details-area h5 {
  font-family: "Philosopher-Bold";
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
.contact-details-area p a {
  color: #666;
}
.contact-details-area p a:hover {
  color: var(--color-secondary);
}
.contact-details-area {
  padding-left: 10%;
}

.contact-section-two {
  background: var(--bg-light-color);

}
.contact-mail-icon i {
  font-size: 40px;
  color: #000;
}

/* faq start */
.faq-section-one h3 {
  text-transform: capitalize;
}
.accordion-laifai-faq .accordion-button {
  background: #fff;
  box-shadow: none;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #000;
  font-family: "Philosopher-Bold";
  font-size: 20px;
}
.accordion-laifai-faq .accordion-button.collapsed {
  border-color: #ccc;
}
.accordion-laifai-faq .accordion-item {
  border: 0;
  margin-bottom: 15px;
}
.accordion-laifai-faq .accordion-body {
  padding: 10px 0;
}
.paragraph p:last-child {
  margin-bottom: 0;
}
.accordion-laifai-faq h4 {
  font-size: 34px;
  font-family: "Philosopher-Bold";
  margin: 50px 0 40px 0;
}
.modal {
  z-index: 9999;
}


/*Carousel Gallery start*/
.carousel-gallery {
  margin: 25px 0;
  padding: 0 5px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  /* height: 200px; */
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  /* -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2); */
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  /* background-color: rgba(20, 20, 20, .8); */
  background: transparent;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 0px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
  transform: scale(1.1, 1.1);
}
/*# Carousel Gallery end*/

.home-sec-two-cnt .head-top-img {
  width: 110px;
  margin: 0 auto;
}
.home-sec-two-cnt h5 {
  font-size: 40px;
}
.home-sec-two-cnt h3 {
  font-size: 22px;
}
.home-sec-four .spotlight-sec h5 {
  font-family: "Philosopher-Bold";
}

.track-area {
  width: 500px;
  margin: auto;
}
.track-order-content {
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(39, 39, 237, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #fff;
}
.track-order-pic {
  padding-left: 15px;
}
.track-order-pic img {
  width: 60px;
}
.rate-sec-track {
  box-shadow: 0px 0px 10px rgba(39, 39, 237, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #fff;
}
.track-product {
  box-shadow: 0px 0px 10px rgba(39, 39, 237, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  background: #fff;
}

.track-product ul {
  margin: 0;
  padding: 0;
}
.track-product ul li {
  list-style-type: none;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}
.track-product ul li:last-child {
  padding-bottom: 0;
}
.track-product ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  z-index: 2;
}
.track-product ul li:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 4px;
  width: 2px;
  height: calc(100% - 0px);
  background: #ccc;
}
.track-product ul li:last-child:after {
  height: 0;
}
.track-product ul li.active:after, 
.track-product ul li.active:before {
  background: #006f36;
}
.see-all-updates {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  cursor: pointer;
}
.see-all-updates i {
  font-size: 12px;
  margin-left: 5px;
}
.see-all-updates-back {
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.track-product h6 {
  font-size: 16px;
  margin: 0;
}
.track-product-status h5 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.track-product-status h5 span {
  color: #979797;
  padding-left: 5px;
  font-size: 12px;
}
.track-status-texts {
  margin-top: 10px;
}
.track-status-texts p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  color: #000;
}
.light-trak-status {
  color: #979797 !important;
}
.track-area .track-area-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.track-area .track-area-list:last-child {
  border: 0;
  margin-bottom: 0;
}

.blog-cover-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
}
.blog-cover-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .30);
  z-index: 1;
}
.blog-cover-pic {
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.blog-cover-pic img {
  width: 100%;
  height: 100%;
}
.blog-cover-section:hover .blog-cover-pic {
  transform: scale(1.05);
  transition: all .4s ease;
}
.blog-cover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 2;
}
.blog-cover-content h6 {
  color: #d5cec8;
  font-size: 14px;
  font-family: "Poppins-Regular";
  margin-bottom: 1rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-cover-content h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Poppins-Medium";
  text-transform: unset;
  margin-bottom: 1rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-cover-content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 1rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-cover-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.bolg-list-section {
  margin-top: 50px;
}
.bolg-list-card {
  margin-bottom: 45px;
}
.bolg-list-img {
  overflow: hidden;
}
.bolg-list-img img {
  transition: all .4s ease;
}
.bolg-list-img:hover img {
  transform: scale(1.05);
  transition: all .4s ease;
}
.blog-list-content {
  padding-top: 20px;
}
.blog-list-content h6 {
  color: #d5cec8;
  font-size: 14px;
  font-family: "Poppins-Regular";
  margin-bottom: 0.5rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list-content h3 {
  color: #000;
  font-size: 24px;
  font-family: "Poppins-Medium";
  text-transform: unset;
  margin-bottom: 0.5rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list-content p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0.5rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-time-dtl-left {
  text-align: left;
}
.blog-time-dtl-right {
  text-align: right;
}
.blog-dtails-image {
  margin-bottom: 30px;
}
.blog-details-page-inner {
  margin-bottom: 20px;
}
.blog-details-page-inner p {
  margin-bottom: 0;
}
.blog-details-page-inner ol {
  margin: 0;
  padding-left: 20px;
}
.blog-details-socilal {
  margin-top: 50px;
}
.blog-prv-nex a {
  display: inline-block;
  cursor: pointer;
}
.blog-prv-nex a.disabled {
  color: #949494 !important;
  cursor: not-allowed;
}


.check-out-table {
  width: 100%;
  border-collapse: collapse;

}
.check-out-table tr td {
  width: 50%;
  font-size: 14px;
  color: #6f6f6f;
  font-family: "Poppins-Regular";
  padding: 5px 0;
}
.check-out-table tr td h6 {
  font-size: 14px;
  color: var(--color-para);
  font-family: "Poppins-Regular";
  margin: 0;
}
.check-out-table tr td h4 {
  font-size: 18px;
  color: var(--color-para);
  font-family: "Poppins-Medium";
  margin: 0;
}
.check-out-table tr td h4 span {
  font-size: 13px;
  color: #6f6f6f;
  font-family: "Poppins-Regular";
  margin-right: 3px;
}
.check-out-table tr td:last-child {
  text-align: right;
}
.sub-box-new {
  margin-top: 0px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.radio-top-space .radio-address {
  top: 6px;
}
.radio-bottom-div {
  padding-left: 25px;
}
.cart-ckot-btn {
  margin-top: 15px;
}
.cart-ckot-btn .check-out-btn {
  width: 300px;
  margin: 0;
}

/* tab-details-page start */
.tab-details-page {
  padding-bottom: 50px;
}
.tab-details-page .nav {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}
.tab-details-page .nav-item {
  padding-right: 15px;
}
.tab-details-page .nav .nav-link {
  font-size: 17px;
  font-family: "Poppins-Bold";
  color: var(--color-main-heading);
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 3px 0;
}
.tab-details-page .nav .nav-link.active {
  color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}

.product-details-table {
  margin-bottom: 15px;
}
.product-details-table table {
  width: 100%;
  border-collapse: collapse;
}
.product-details-table table tr th,
.product-details-table table tr td {
  /* border: 1px solid #ccc; */
  padding: 6px 0px;
  vertical-align: top;
}
.product-details-table table tr th {
  font-size: 17px;
  font-family: "Poppins-Bold";
  background: var(--color-primary);
  color: var(--color-secondary);
}
.product-details-table table tr td {
  font-size: 16px;
  font-family: "Poppins-Regular";
}
.tbl-head-text {
  font-family: "Poppins-Medium";
}
.colum-width-tbl tr td:first-child {
  width: 25%;
}
.colum-width-tbl tr td:last-child {
  width: 75%;
  padding-left: 15px;
}

/* tab-details-page end */

.tooltip-new {
  display: inline-block;
  position: relative;
}
.tooltip-new .tooltip-new-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-new .tooltip-new-cnt {
  width: 220px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  position: absolute;
  left: 23px;
  top: -5px;
  background: #fff;
  display: none;
}
.tooltip-new .tooltip-new-cnt:after {
  position: absolute;
  content: "";
  left: -6px;
  top: 6px;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.tooltip-new .tooltip-new-cnt:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 6px;
  border-right: 7px solid #ccc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.tooltip-new.left-show .tooltip-new-cnt {
  left: -226px;
}
.tooltip-new.left-show .tooltip-new-cnt:after {
  position: absolute;
  content: "";
  left: unset;
  right: -6px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tooltip-new.left-show .tooltip-new-cnt:before {
  position: absolute;
  content: "";
  left: unset;
  right: -7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tooltip-new:hover .tooltip-new-cnt {
  display: block;
}
.check-box-laifai label.small-text {
  font-size: 13px;
  padding-top: 2px;
}
.pswd-strength {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  background: #575757;
  margin-bottom: 1.5rem;
}
.pswd-strength p {
  color: #dbdada;
  margin-bottom: 0;
  font-size: 12px;
}
.pswd-strength p span {
  color: #fff;
}
.login-social-account {
  padding: 10px;
  background: #6c6b6b;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 5px #999;
  transition: 0.5s;
  margin-bottom: 15px;
}

.login-social-account:hover {
  scale: 1.04;
}
.login-social-account span {
  width: 35px;
  text-align: center;
  font-size: 22px;
  margin-right: 4px;
  transition: 0.5s;
}
.login-social-account:hover span {
  scale: 1.40;
}
.login-social-account span img {
  width: 35px;
}
.login-social-account.facebook {
  background: #3b5998;
  color: #fff;
}
.login-social-account.google {
  background: #fff;
  color: #000;
}
.side-link-radio-label {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #646464;
  margin-left: 22px;
  position: relative;
  top: -3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.side-link-radio-label:hover {
  color: var(--color-secondary);
}
.side-link-radio-label small {
  color: #9c9c9c !important;
  margin-left: 4px;
}
.adress-sec-cnt.side-radio-link {
  border: 0;
  padding: 0;
  margin: 0;
}
.pswd-inp {
  position: relative;
}
.pswd-icon-inp {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: calc(50% - 9px);
  font-size: 18px;
  color: #222 !important;
  line-height: 14px;
  cursor: pointer;
}
.pswd-inp input {
  padding-right: 35px;
}
.pswd-icon-inp:hover {
  color: var(--color-secondary) !important;
}
.login-right-side {
  padding-left: 50px;
}
.language-option-hdr {
  min-width: 42px;
  display: inline-block;
  margin-left: 8px;
}
.language-option-hdr select {
  width: 100%;
  border: 1px solid var(--color-para);
  font-size: 13px;
  border-radius: 4px;
  color: #000;
}
.language-option-hdr select:hover {
  background: var(--btn-primary);
  color: #fff;
}
.language-option-hdr select option {
  font-size: 12px;
  color: #4b4b4b;
  background: #fff;
}

/* price-filter-sec start */
.price-filter-sec .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-filter-sec .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.price-filter-sec .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.price-filter-sec input[type="number"]::-webkit-outer-spin-button,
.price-filter-sec input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-filter-sec .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price-filter-sec .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-filter-sec .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--btn-primary);
}
.price-filter-sec .range-input {
  position: relative;
  margin-bottom: 40px;
}
.price-filter-sec .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-filter-sec input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--btn-primary);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.price-filter-sec input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--btn-primary);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
/* price-filter-sec */

.transparant-btn {
  border: 0;
  font-size: 15px;
  background: transparent;
  padding: 8px 12px;
  border: 1px solid var(--color-main-heading);
  transition: 0.3s;
  border-radius: 7px;
  color: var(--color-main-heading);
}
.transparant-btn:hover {
  background: var(--btn-primary);
  border-color: var(--btn-primary);
  color: #fff;
}
.clear-btn {
  font-size: 13px;
  color: var(--btn-primary);
  transition: 0.3s;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.clear-btn:hover {
  color: var(--btn-primary-hov);
}
.btn-filter {
  background: var(--color-primary);
  color: #000;
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 6px;
  margin: 0 5px 5px 0;
  display: inline-flex;
}
.btn-filter:hover {
  background: var(--btn-secondary);
  color: #fff;
}
.btn-filter span {
  font-size: 14px;
  margin-left: 10px;
  color: #222;
  padding: 0 3px;
}
.btn-filter:hover span {
  color: #f2f2f2;
}
.btn-filter span:hover {
  color: var(--bg-light-color);
}
.product-models-options {
  margin-bottom: 15px;
}
.product-models-options h6 {

}
.product-models-options .pmo-btn {
  font-size: 14px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 4px 5px 0;
}
.product-models-options .pmo-btn img {
  width: auto;
  height: 21px;
}
.product-models-options .pmo-btn.active {
  border-color: var(--btn-primary);
  color: var(--btn-primary);
}
.product-models-options .pmo-btn.not-available {
  color: #ccc;
}
.product-models-options .pmo-btn:hover {
  background: var(--color-primary);
}
.product-models-options .pmo-btn.not-available:hover {
  background: transparent;
  cursor: not-allowed;
}

/* main-search-list start */
.main-search-sec {
  position: relative;
}
.main-search-list {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  margin: 0;
  padding: 7px 0;
  border-radius: 5px;
  z-index: 1;
  max-height: 350px;
  overflow: hidden scroll;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.main-search-list li {
  list-style-type: none;
  transition: 0.3s;
}
.main-search-list li a {
  display: block;
  padding: 7px 12px;
  transition: 0.3s;
}
.main-search-list li a:hover {
  background: #f3d5f2;
}
.main-search-list .popular-label-search {
  font-size: 12px;
  color: #8b8b8b;
  font-weight: 500;
  padding: 5px 12px;
}
.main-search-list .icon-s {
  font-size: 14px;
  width: 25px;
}
.search-list-main {
  display: flex;
  align-items: center;
}
.categories-text-search {
  width: 100%;
}
.categories-text-search .cts {
  font-size: 14px;
  color: #000;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.categories-label-search {
  font-size: 12px;
  color: var(--btn-primary);
  font-family: "Poppins-Bold";
  margin-top: 2px;
}
.search-area-header .logo-pic {
  display: inline-flex !important;
}
.close-search-list {
  font-size: 20px;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  opacity: 0;
}
.main-search-sec:hover .close-search-list {
  opacity: 1;
}
.close-search-list:hover {
  color: var(--btn-primary);
}
/* For WebKit-based browsers (Chrome, Safari, Edge) */
.main-search-sec input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
/* For Firefox */
.main-search-sec input[type="search"]::-moz-search-clear-button {
  display: none;
}
/* For Internet Explorer/Edge (old versions) */
.main-search-sec input[type="search"]::-ms-clear {
  display: none;
}
/* main-search-list end */

.track-area-fill {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.order-deliverd-date {
  color: #aeaeae;
  font-size: 14px;
}
.write-review {
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
}
.order-cancel {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  color: #8f8f8f;
  font-size: 15px;
  padding: 8px 10px;
  border: 1px solid #8f8f8f;
  text-align: center;
  border-radius: 8px;
}
.order-cancel:hover {
  background: var(--btn-secondary);
  border-color: var(--btn-secondary);
  color: #fff;
}
.file-upload-laifai button {
  font-size: 13px;
  white-space: nowrap;
}
.price-details-table table {
  width: 100%;
}
.price-details-table table tr td {
  font-size: 14px;
  color: var(--color-para);
  padding: 2px 0;
}
.price-details-table table tr td:first-child {
  width: 75%;
  text-align: left;
}
.price-details-table table tr td:last-child {
  width: 25%;
  text-align: right;
}
.small-p {
  font-size: 14px;
}
.user-drop-hdr {
  position: relative;
}

.user-drop-hdr .user-drop-hdr-list {
  position: absolute;
  left: 2px;
  top: 23px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.user-drop-hdr:hover .user-drop-hdr-list {
  display: block;
}
.user-drop-hdr .user-drop-hdr-list:before {
  position: absolute;
  content: "";
  top: -9px;
  left: 5px;
  border-bottom: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.user-drop-hdr .user-drop-hdr-list:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 5px;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.user-drop-hdr .user-drop-hdr-list a {
  font-size: 12px;
  font-family: "Poppins-Regular";
  padding: 0;
  margin: 4px 0;
  cursor: pointer;
}
.user-drop-hdr .user-drop-hdr-list a:hover {
  color: var(--btn-primary);
}
.user-drop-hdr a.active {
  color: var(--btn-primary);
}
.search-area-header .user-drop-hdr .user-drop-hdr-list {
  left: -3px;
  top: 26px;
}
.navbar .laguage-drop-text {
  font-weight: normal;
  font-size: 16px;
  margin-left: 6px;
}
.md-drop-hdr {
  display: none;
}
.shoped-all-list-main .track-area-list {
  border: 0;
}
.shoped-all-list-main .track-area-list .track-order-content {
  margin-bottom: 0;
}
.right-fix-btns {
  position: fixed;
  right: 0;
  top: 22%;
  transition: 0.3s;
  display: none;
  z-index: 5;
}
.right-fix-btns .btn-fix-side {
  background: var(--bg-light-color);
  border: 1px solid var(--btn-primary);
  box-shadow: none;
  color: var(--btn-primary);
  font-size: 14px;
  padding: 5px 6px;
  border-radius: 6px;
  min-width: 35px;
  height: 33px;
}
.right-fix-btns .btn-fix-side:hover {
  background: var(--btn-primary);
  color: #fff;
}
.filter-area-sidebar-header {
  display: none;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.filter-area-sidebar-header h5 {
  font-size: 22px;
}

.order-head-1 {
  text-align: left;
}
.order-head-2 {
  text-align: center;
}
.order-head-3 {
  text-align: right;
}

.ctgris .card-img-top {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctgris .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1.2);
}
.ctgris.card-product {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.ctgris.card-product:hover .card-img-top img {
  transform: scale(1.3);
}
.ctgris.card-product .font-size-md {
  font-size: 28px;
  margin: 0 !important;
}

.home-sec-three-item .product-slide-image {
  max-height: 200px;
  min-height: 200px;
}
.home-sec-three-item .product-slide-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.price-filter-sec .field input {
  font-size: 14px;
}

/* new-home-banner-sec start */
.new-home-banner-sec {
  background: url(../images/games-bg-home.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}
.new-home-banner-sec:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 100%;
}
.new-home-banner-sec .home-banner-video video {
  height: auto;
}
.new-home-banner-sec .home-banner-video {
  margin-top: 70px;
}
.new-home-banner-sec.home-banner .banner-small-slider .swiper-image {
  height: 300px;
}

.text-sequence {
  display: inline-flex;
  gap: 4px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  font-family: "Philosopher-Bold";
  margin-top: 80px;
}
.text-sequence .blue-text {
  color: #0169e8;
}
.text-sequence span {
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.3s);
}


@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.new-home-banner-sec .banner-small-slider.slides-2 {
  margin-right: 10%;
}
html[dir="rtl"] .new-home-banner-sec .banner-small-slider.slides-2 {
  margin-right: 0;
  margin-left: 10%;
}

@media only screen and (max-width: 992.8px) { 
  .new-home-banner-sec.home-banner .banner-small-slider.slides-2 .swiper-image {
    height: 190px;
  }
  .text-sequence {
    margin-top: 50px;
  }
  .new-home-banner-sec .home-banner-video {
    margin-top: 35px;
  }
}

@media (max-width: 766.8px) {
  .new-home-banner-sec.home-banner .banner-small-slider.slides-2 {
    margin-bottom: 15px;
    display: block;
  }
  .new-home-banner-sec .home-banner-video {
    display: block;
  }
  .new-home-banner-sec .banner-small-slider.slides-2 {
    margin-right: 0;
  }
  html[dir="rtl"] .new-home-banner-sec .banner-small-slider.slides-2 {
    margin-left: 0%;
  }

}

/* new-home-banner-sec end */

.pagination .page-item a.page-link {
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 500;
}
.pagination .page-item.active a.page-link,
.pagination .page-item a:hover {
  color: #fff !important;
}

/* contact section move to inner mobile style start  */
.social-and-contact-mbl {
  display: none !important;
}

.mbl-show-search-top {
  display: none;
}

@media (max-width: 766.8px) {
  .topbar {
    display: none !important;
  }
  .navbar {
    background: transparent;
    bottom: unset;
    max-width: 100%;
    overflow: hidden scroll;
  }
  .navbar:before {
    background: #000 !important;
  }
  .navbar a, .navbar a:focus {
    padding: 5px 20px;
  }
  .social-and-contact-mbl {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: 9999;
  }
  .social-and-contact-mbl .contact-head-mbl li a {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    padding: 4px 20px;
  }
  .social-and-contact-mbl .contact-head-mbl li a i {
    margin-right: 5px;
  }
  .social-and-contact-mbl .contact-head-mbl li a:hover {
    color: #fff;
  }
  .social-and-contact-mbl .social-links {
    padding-left: 20px;
    margin-top: 20px;
  }
  .social-and-contact-mbl .social-links li {
    display: inline-block;
  }
  .social-and-contact-mbl .social-links li a {
    padding: 6px 6px;
  }
  .social-and-contact-mbl .social-links li:first-child a {
    padding-left: 0;
  }
  .mbl-show-search-top {
    display: block;
    height: 1px;
  }

  html[dir="rtl"] .social-and-contact-mbl .social-links {
    padding-left: 0px;
    padding-right: 20px;
  }

}

/* contact section move to inner mobile style end  */

/* 1111111111 */

@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
  .home-banner-video video {
    height: 152px;
  }
  .home-banner .swiper-image {
    height: 334px;
  }

  
}

@media (max-width: 1399.8px) {
.shop-item-list .item-cart-btn {
  font-size: 13px;
}
.price-filter-sec .price-input {
  display: block;
}
.price-filter-sec .price-input .separator {
  opacity: 0;
}
.home-sec-three-item .product-slide-image {
  max-height: 203px;
}
.item-cart-btn {
  font-size: 14px;
}

}

@media (max-width: 1370px) {
  .home-banner-video video {
    height: 106px;
  }
  .home-banner .swiper-image {
    height: 289px;
  }
  .home-sec-three-container .stars-review {
    display: block;
  }


}

@media (max-width: 1279px) {
  .user-drop-hdr .user-drop-hdr-list {
    left: 9px;
    top: 37px;
  }
  .navbar .laguage-drop-text {
    margin-left: 0px;
    padding-top: 7px !important;
  }
  nav .user-drop-hdr a:hover {
    color: #fff !important;
  }
  .user-drop-hdr-list a {
    color: #000 !important;
  }
  .user-drop-hdr-list a:hover {
    color: var(--btn-primary) !important;
  }
  nav .user-drop-hdr a {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  nav .user-drop-hdr a:hover {
    color: var(--btn-primary) !important;
  }
  nav .user-drop-hdr .user-drop-hdr-list a {
    color: #000 !important;
  }
  nav .user-drop-hdr .user-drop-hdr-list a:hover,
  nav .user-drop-hdr .user-drop-hdr-list a.active {
    color: var(--btn-primary) !important;
  }
   .md-drop-hdr {
    position: absolute;
    right: 107px;
   }
   .md-drop-hdr .user-drop-hdr {
    display: inline-block;
    margin-right: 8px;
   }
   .md-drop-hdr .user-drop-hdr a {
    font-size: 17px;
    color: #222;
   }
   .md-drop-hdr .user-drop-hdr-list a {
    font-size: 14px;
    white-space: nowrap;
   }
   .search-btn-head-mbl {
    right: 83px;
   }
   .md-drop-hdr {
    display: block;
   }
   .md-drop-hdr .user-drop-hdr .user-drop-hdr-list {
    left: -6px;
    top: 24px;
  }

}

@media (max-width: 1210px) {
  .btns-area-search {
    margin-right: 40px;
  }

}

@media (max-width: 1199px) {
  .home-sec-three-container .home-sec-three-item {
    margin: 30px 4px;
  }
  .home-sec-four-item {
    margin: 10px 4px;
  }
  .home-sec-nine-slides-main .swiper-slide {
    padding: 8px 4px;
  }
  .shop-sec-one .home-sec-three-item {
    margin: 15px 0px;
  }
  .shop-sec-one .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .shop-sec-one .row>* {
    padding-left: 10px;
    padding-right: 10px;
  }
  .picZoomer-pic-wp {
    height: 380px !important;
  }
  .piclist li img {
    height: 75px;
  }
  
  .login-right-side {
    padding-left: 10px;
  }

}
@media (min-width: 991.8px) and (max-width: 1199.8px) {
  .cart-popup-deatils {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 0;
  }
  .product-slide-cnt {
    max-height: 300px;
  }
  .home-banner-video video {
    height: 88px;
  }
  .home-banner .swiper-image {
    height: 271px;
  }

}


@media (max-width: 991.8px) {
  
  .story-text-sec {
    padding: 0px 30px 30px 30px;
  }
  .home-sec-four {
    padding: 40px 20px;
  }
  .sustainable-sec-row .sustainable-sec-col:nth-child(2) .sustainable-sec::after {
    display: none;
  }
  .media-section-col {
    width: 32%;
  }
  .home-sec-nine-slides-main .client-feedback-control .swiper-button-prev9 {
    left: -30px;
  }
  .home-sec-two {
    padding-bottom: 270px;
    background-size: 100% 40%;
  }
  .home-sec-nine {
    background-size: 100% 40%;
  }
  .shop-sec-one .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .shop-sec-one .row>* {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-sec-one .product-slide-cnt {
    padding: 20px 10px;
  }
  .shop-sec-one .home-sec-three-item {
    margin: 15px 0px;
  }
  .story-pic-img img {
    height: auto !important;
  }
  .add-cart-popup-slider-image {
    border-radius: 10px 10px 0 0;
  }
  .add-cart-popup-slider {
    border-radius: 10px 10px 0 0;
  }
  .capcha-pic {
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 992.8px) { 
  .picZoomer-pic-wp {
    height: 460px !important;
  }
  .shop-details-contents {
    padding: 15px 0;
  }
  .shop-dtl-texts {
    padding: 0;
  }
  .bg-fill-head {
    margin-bottom: 30px;
  }
  .shop-details-sec-three {
    padding: 30px 0;
  }
  .shop-details-sec-four {
    padding: 30px 0;
  }
  .order-strip-control {
    margin-top: 15px;
    justify-content: start;
  }
  .product-details-big-device {
    display: none;
  }
  .product-details-small-device {
    display: block;
  }
  .about-sec-two {
    padding: 10px 0%;
  }
  .about-sec-three img {
    margin-bottom: 20px;
  }
  .about-sec-five {
    padding: 10px 0%;
  }
  .contact-details-area {
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
  }
  .item-cart-btn {
    margin: 0 10px;
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  .shop-details-sec-one .container {
    max-width: 100%;
    padding: 0;
  }
  .shop-details-sec-one .brudcrump {
    padding: 0 30px;
  }
  .product-deiltas-main-right {
    padding: 0 30px;
  }
  .home-banner-video video {
    height: 100px;
  }
  .home-banner .banner-small-slider.slides-2 .swiper-image {
    height: 100px;
  }
  .search-area-header .logo-pic img {
    width: 150px;
  }
  .header .logo img {
    width: 165px;
  }
  .user-drop-hdr .user-drop-hdr-list a {
    font-size: 16px;
    margin: 7px 0;
  }
  nav .user-drop-hdr .user-drop-hdr-list a {
    font-size: 17px;
    margin: 5px 0;
  }

  .login-right-side {
    padding: 30px 0 0 0;
    border-top: 5px solid #797979;
    margin-top: 30px;
  }
  .track-area.track-area-fill .price-sec-product {
    display: block;
  }

}

@media (max-width: 766.8px) {
  section {
    padding: 30px 0;
  }
  .home-sec-two-cnt {
    padding: 20px;
  }
  .curve-pic-home img {
    width: 100%;
  }
  .home-sec-three-container .home-sec-three-item {
    padding: 0px;
  }
  .home-sec-three-container .swiper-control-rp {
    top: calc(66% - 0px / 2 - 17px);
  }
  .home-sec-four {
    padding: 30px 0px;
  }
  .sustainable-sec {
    margin-bottom: 90px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .sustainable-sec-row .sustainable-sec-col:nth-child(2) .sustainable-sec::after {
    display: block;
  }
  .sustainable-sec-row .sustainable-sec-col:last-child .sustainable-sec {
    margin-bottom: 0;
  }
  .sustainable-sec::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: unset;
    bottom: -50px;
  }
  .home-sec-three-container {
    padding: 0 40px;
  }
  .swiper-button-next {
    right: -9px;
  }
  .media-section-col {
    width: 50%;
  }
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-monitor {
    display: block !important;
  }
  h3 {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
  h5 {
    font-size: 16px;
  }
  .home-sec-two {
    padding: 20px 0 110px 0;
    background-size: 100% 10%;
  }
  .home-sec-nine {
    background-position: 0 100%;
    padding: 20px 0;
    background-size: 100% 28%;
  }
  p {
    font-size: 14px;
  }
  .home-sec-eight {
    padding: 30px 0 10px 0;
  }
  .spotlight-sec {
    text-align: center;
  }
  .spotlight-btn {
    padding: 10px 35px;
  }
  .home-sec-three-container .swiper-control-rp {
    top: calc(50% - 0px / 2 - -30px);
  }
  .home-sec-three .section-header-new {
    padding: 0 15px;
  }
  .home-sec-three-container {
    padding: 0 15px;
  }
  .home-sec-three-container .swiper-button-prev {
    left: -14px;
  }
  .home-sec-three-container .swiper-button-next {
    right: -34px;
  }
  .home-sec-three {
    padding: 18px 0 10px 0;
  }
  .spotlight-control {
    margin-top: 15px;
    text-align: right;
  }
  .story-text-sec {
    text-align: center;
  }
  .left-line-text {
    display: inline-block;
  }
  .story-text-sec h5 {
    margin-top: 20px;
  }
  .home-sec-seven .home-sec-three-container .swiper-control-rp {
    top: calc(9% - 0px / 2 - 17px);
  }
  .home-sec-seven {
    padding: 30px 0 10px 0;
  }
  .media-section-col {
    width: 33%;
  }
  .media-section-col a {
    padding: 0 8px;
  }
  .client-feedback-head {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .footer .footer-links {
    margin-bottom: 10px;
  }
  .footer .footer-info {
    text-align: center;
    margin-top: 2px;
  }
  .footer .footer-info .logo {
    justify-content: center;
  }
  .footer .social-links {
    justify-content: center;
  }
  .footer .footer-links {
    text-align: center;
  }
  .footer .footer-links ul li {
    justify-content: center;
  }
  .search-area-header .logo-pic {
    text-align: center;
  }
  .search-area-header h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sustainable-sec::after {
    display: none;
  }
  .sustainable-sec {
    margin-bottom: 50px;
  }
  .sustainable-slides .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
  }
  .search-area-header.active {
    height: 100%;
  }
  .mobile-nav-hide {
    left: unset;
    right: 20px;
  }
  .cart {
    width: 100%;
    max-width: 100%;
    /* z-index: 9999; */
  }
  .cart-list-table-header .cart-list-table-3, 
  .cart-list-table-header .cart-list-table-4 {
    display: none;
  } 
 
  .cart-list-table-main {
    display: block;
  }
  .cart-list-table-main .cart-list-table-1 {
    width: 100%;
    padding-right: 0;
  }
   
  .cart-list-table-main .cart-list-table-4 {
    display: none;
  }
  .cart-list-table-main .cart-list-table-2 {
    width: 50%;
    padding-right: 0;
  }
  .cart-list-table-main .cart-list-table-3 {
    width: 50%;
    padding-right: 0;
  }
  .cart-list-table-main .cart-list-table-2 .text-cart-table {
    margin-top: 15px;
  }
  .cart-list-table-header .cart-list-table-1 {
    width: 75%;
    padding-right: 0;
  } 
  .cart-list-table-header .cart-list-table-2 {
    width: 25%;
    text-align: right;
    padding-right: 0;
    display: none;
  }
  .cart-page-footer {
    width: 100%;
  }
  .shop-sec-one .container {
    padding: 0;
  }
  .shop-sec-one .product-slide-cnt h6 a {
    -webkit-line-clamp: 3;
    height: 57px;
  }
  .shop-sec-one h3 {
    padding-top: 20px;
  }
  .btn-popup-center {
    padding-top: 0px;
  }
  .adress-sec-cart {
    width: 100%;
  }
  .piclist li {
    width: 50px;
    height: 70px;
  }
  .piclist li img {
    height: 50px;
  }
  ._boxzoom .zoom-thumb {
    width: 65px;
    margin-right: 10px;
  }
  .picZoomer-pic-wp {
    height: 278px !important;
  }
  .product-deiltas-main-right h4 {
    font-size: 22px;
  }
  .prize-box .price-sec-product {
    justify-content: center;
  }
  .prize-box p {
    text-align: center !important;
  }
  .pd-strip-control {
    display: block;
    text-align: center;
  }
  .pd-strip-control .input-sec {
    margin: 5px 0 20px 0 !important;
  }
  .bg-fill-head h3 {
    font-size: 20px;
  }
  .shop-details-contents {
    padding-top: 0;
  }
  .shop-details-contents .md-head-text {
    margin-bottom: 10px;
  }
  .md-head-text {
    font-size: 18px;
  }
  .shop-dtl-sec-two-cnt {
    padding-top: 15px;
  }
  .care-instructions-sec {
    padding: 25px 15px;
  }
  .shop-details-sec-two {
    padding-bottom: 0;
  }
  .customer-reviews-area {
    padding: 15px;
    margin-top: 30px;
  }
  .subscribe-sec {
    width: 100%;
  }
  .order-strip {
    padding: 15px 5px;
  }
  .order-strip-control {
    display: block;
  }
  .order-strip-control .form-group {
    margin-bottom: 15px !important;
  }
  .order-strip .input-sec {
    margin-left: 0 !important;
  }
  .customer-reviews-area .small-select {
    margin-top: 15px;
  }
  .carousel-gallery {
    margin: 10px 0 25px 0;
    padding: 0 0px;
  }
  .product-deiltas-main-right {
    padding: 0 15px;
  }
  .shop-details-sec-one .brudcrump {
    padding: 0 15px;
  }
  .shop-details-sec-one .container {
    max-width: 100%;
    padding: 0;
  }
  .track-area {
    width: 100%;
  }
  .track-area-list {
    box-shadow: 0px 0px 10px rgba(39, 39, 237, 0.1);
    padding: 15px;
    border-radius: 8px;
    border: 0;
  }
  .blog-details-one {
    padding: 15px 15px 30px 15px;
  }
  .blog-time-dtl-right {
    text-align: left;
  }
  .blog-time-dtl-left {
    margin-bottom: 5px;
  }
  .related-products-shop .swiper-control-rp {
    top: calc(11% - 0px / 2 - 17px) !important;
  }
  .home-banner-video {
    display: none;
  }
  .home-banner-video video {
    width: 100%;
    height: auto;
  }
  .home-banner .swiper-image {
    height: 125px;
  }
  .home-banner .banner-small-slider.slides-2 {
    margin-bottom: 15px;
    display: none;
  }
  .home-banner .banner-small-slider.slides-2 .swiper-image {
    height: 110px;
  }
  .spotlight-text h5 {
    font-size: 15px;
  }
  .user-drop-hdr .user-drop-hdr-list a {
    font-size: 14px;
    margin: 7px 0;
  }
  .md-drop-hdr {
    display: none;
  }
  .header .logo img {
    width: 150px;
  }
  .capcha-pic img {
    margin-bottom: 5px;
  }
  .login-main-btns-ftr {
    display: block !important;
  }
  .login-main-btns-ftr .spotlight-btn.w-50 {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .login-main-btns-ftr .spotlight-btn.w-50:last-child {
    margin-bottom: 0 !important;
  }
  .login-new-account .ftr-btn-login {
    display: block !important;
  }
  .login-new-account .ftr-btn-login button {
    width: 100% !important;
    margin: 6px 0 !important;
  }
  .login-new-account .ftr-btn-login button:last-child {
    margin-bottom: 0 !important;
  }
  .footer .footer-info .logo img {
    width: 230px;
  }
  .track-area.track-area-fill {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .track-area.track-area-fill .track-area-list {
    background: #fff;
  }
  .track-area.track-area-fill .track-area-list .order-cancel {
    margin-bottom: 0;
  }
  .shoped-all-list-main {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(39, 39, 237, 0.1);
    padding: 15px;
    border-radius: 8px;
  }
  .shoped-all-list-main .track-area-list {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .right-fix-btns {
    display: block;
  }
  .filter-area-sidebar {
    background: #fff;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: 0.3s;
  }
  .filter-area-sidebar.active {
    right: 0;
  }
  .btn-close-filter-mbl {
    font-size: 36px;
    line-height: 30px;
    color: #000;
    transition: 0.3s;
    border: 0;
    background: #fff;
    padding: 0;
    margin: 0;
  }
  .filter-area-sidebar-header {
    display: flex;
  }
  .filter-area-sidebar-body {
    overflow: hidden auto;
    max-height: calc(100vh - 95px);
  }
  .order-deails-page {
    padding: 15px;
  }
  .order-deails-page .order-cancel {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .order-details-ftr {
    display: block !important;
  }
  .product-deiltas-main-right .pd-strip-control {
    text-align: left;
  }
  .about-main-pic {
    width: 80% !important;
    margin: 0 auto;
  }
  .about-sub-pic {
    width: 65% !important;
    margin: 0 auto;
  }
  .about-sec-three {
    text-align: center;
  }
  .search-area-header {
    top: -100%;
  }
  .search-area-header.active {
    top: 0;
  }
  .home-sec-three .section-header-new {
    padding: 0;
  }
  .cart-section-new-main .contact-area {
    padding: 15px;
  }
  .cart-ckot-btn .check-out-btn {
    width: 100%;
  }
  .order-head-2 {
    text-align: left;
  }

}

/* custom added by nidhin */
.cart-ftr-btns.cart-ckot-btn {
  display: flex;
  flex-wrap: wrap;                /* allow wrapping on small screens */
  gap: 10px;                      /* spacing between buttons */
  justify-content: center;        /* center buttons horizontally */
  width: 100%;
  padding: 10px;                  /* optional: add padding for better spacing */
}

.cart-ftr-btns.cart-ckot-btn .check-out-btn {
  flex: 1 1 100%;                 /* buttons take full width on small screens */
  max-width: 300px;               /* optional: limit button width on larger screens */
  width: 100%;
}




