@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@700&display=swap');
:root {
  --primary-color: #183e2f;
  --secondary-color: #fbf8ee;
  --text-body: rgba(0, 0, 0, 0.7);
  --text-dark: #000000;
  --text-white: #ffffff;
  --bg-body: #fffefa;
  --bg-light-grey-3: rgba(0, 0, 0, 0.03);
  --bg-light-grey-5: rgba(0, 0, 0, 0.05);
  --bg-light-grey-1: rgba(0, 0, 0, 0.01);
  --bg-light-grey-20: rgba(0, 0, 0, 0.2);
  --bg-light-grey-7: rgba(0, 0, 0, 0.07);
  --bg-white-light-80: rgba(255, 255, 255, 0.8);
  --bg-light-grey: #e0e0e0;
  --bg-yellow: #f79b11;
}

@font-face {
  font-family: "futura-light";
  src: url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-Light.woff2") format("woff2"),
    url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura-500";
  src: url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-Medium.woff2") format("woff2"),
    url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets./fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura-regular";
  src: url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/FuturaBT-Book.woff2") format("woff2"),
    url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura-black";
  src: url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-ExtraBlack.woff2") format("woff2"),
    url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/FuturaBT-ExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura-bold";
  src: url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/Futura-Bold.woff2") format("woff2"),
    url("https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/fonts/Futura-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Hahmlet', serif;
  font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: 'bootstrap-icons';
 
}

/* comman style----------------------*/
body {
  margin: 0;
  padding: 148px 0 0 0;
  font-family: "futura-light";
  font-size: 1rem;
  color: var(--text-body);
  scroll-behavior: smooth;
  background-color: var(--bg-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out 0s;
}

a:is(:hover, :focus) {
  color: var(--text-dark);
  outline: none;
  text-decoration: none;
}

br{ display:none; }

:focus {
  outline: none;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-dark);
  font-family: "futura-bold";
  text-transform: none;
  font-weight: normal;
}

h1,
.h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

h2,
.h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem );
}

h3,
.h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

h4,
.h4 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}

h5,
.h5 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

h6,
.h6 {
  font-size: clamp(0.8rem, 1.2vw, 1rem);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
}

strong,
b {
  font-family: "futura-bold";
  font-weight: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.futura-500 {
  font-family: "futura-500";
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1140px;
}

.link{ display:none;}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hedingStyle-1 {
  position: relative;
  margin-bottom: 4rem;
}

.hedingstyleTitle {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0;
  position: relative;
  font-family: "Hahmlet";
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
}

.hedingStyle-1 .hedingstyleTitle {
  padding-bottom: 1.5rem;
}

.hedingStyle-1:after,
.hedingStyle-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 180px;
  height: 2px;
  background-color: var(--primary-color);
}

.hedingStyle-1:after {
  left: 50%;
  transform: translateX(30px);
}

.hedingStyle-1:before {
  right: 50%;
  transform: translateX(-30px);
}

.hedingStyle-1 .hedingstyleTitle:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: var(--primary-color);
}

button,
.btn {
  box-shadow: none !important;
  line-height: 1.2;
  font-size: 1rem;
  font-family: "futura-bold";
  font-weight: normal;
  padding: 0.8rem 3rem;
  border-radius: 0;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  outline: none;
  box-shadow: none;
}

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

.btn-white {
  border: 1px solid transparent;
  background-color: var(--text-white);
  color: var(--primary-color);
}

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

.outline-btn {
  border: 1px solid var(--text-white);
  color: var(--text-white);
}

.outline-btn:is(:hover, :focus) {
  border: 1px solid var(--text-white);
  background-color: var(--text-white);
  color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--bg-dark-blue);
  border-color: var(--bg-dark-blue);
  color: var(--text-white);
}

.readmorebtn {
  position: relative;
  height: 34px;
  padding-right: 45px;
  overflow: hidden;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--text-white);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader span {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.loader span img {
  width: 100%;
  height: 100%;
}

.showloader {
  overflow: hidden;
  visibility: hidden;
}

/* HEADER */
.site-header {
  color: var(--text-white);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.header-content {
  background-color: var(--secondary-color);
  padding: 0.75rem 0;
}

.site-logo img {
  max-width: 122px; height: auto;
}

.searchIcon {
  margin-left: 3.5rem;
  position: relative;
}

.serchTrgr {
  cursor: pointer;
}

.search-input {
  position: absolute;
  right: -10px;
  top: -12px;
  width: 0;
  height: 44px;
  border: 1px solid var(--bg-light-grey-3);
  border-radius: 30px;
  background-color: var(--text-white);
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.search-input.show {
  width: 260px;
  opacity: 1;
  visibility: visible;
}

.search-input input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 9px 15px;
}

.search-close {
  position: absolute;
  right: 15px;
  top: 7px;
  color: var(--text-body);
  font-size: 1.25rem;
  cursor: pointer;
}

/*---- cssmenu style -----*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "futura-500";
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  line-height: 1;
  font-weight: 400;
}

#cssmenu>ul>li {
  float: none;
  display: inline-block;
}

#cssmenu>ul>li:not(:last-child) {
  margin-right: 3.5rem;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  float: left;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  padding: 0.75rem 0;
  font-size: 16px;
  text-decoration: none;
  color: var(--text-dark);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  letter-spacing: 0;
  border-bottom: 0px solid transparent;
  position: relative;
  text-transform: uppercase;
}

#cssmenu>ul>li>a:before {
  content: "";
  width: 25%;
  opacity: 0;
  height: 1px;
  background-color: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
}

#cssmenu>ul>li>a:before {
  bottom: 0;
}

#cssmenu>ul>li:hover>a:before,
#cssmenu>ul>li.active>a:before {
  width: 100%;
  opacity: 1;
}

#cssmenu>ul>li:hover>a {
  color: var(--text-dark);
}

#cssmenu>ul>li.active>a {
  color: var(--primary-color);
}

#cssmenu>ul>li.has-sub:hover>a::after {
  width: 100%;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9;
  background: var(--text-white);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: auto;
}

#cssmenu ul ul li a {
  padding: 10px 15px;
  width: 240px;
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 400;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover,
#cssmenu ul ul li.active a {
  background: #f47901;
  color: var(--text-dark);
  background-color: var(--secondary-color);
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #000000;
}

@media all and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    /* display: none; */
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: inline-block;
    padding: 0px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: -10px;
    right: 0;
    width: 25px;
    height: 25px;
  }

  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.5s ease-in-out 0s;
  }

  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    display: block;
    width: 25px;
    height: 12px;
    border-top: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    transition: all 0.5s ease-in-out 0s;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 38px;
    width: 38px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 18px;
    display: block;
    width: 2px;
    height: 12px;
    background: #ffffff;
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 18px;
    display: block;
    width: 12px;
    height: 2px;
    background: #ffffff;
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.menu-ovelay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  cursor: w-resize;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.menu-ovelay.show-overlay {
  opacity: 0.9;
  visibility: visible;
  z-index: 11;
}

.overflowhidden {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.rounded-4px {
  border-radius: 4px;
}

/* Swiper slider */
.swiper {
  padding-bottom: 2.5rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--bg-light-grey-20);
  opacity: 1;
}

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

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: var(--primary-color);
  padding: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: bootstrap-icons;
  font-size: 2rem;
}

.swiper-button-next:is(:hover),
.swiper-button-prev:is(:hover) {
  color: var(--primary-color);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\F138";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\F12F";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: var(--primary-color);
}

/* HERO BANNER */
.heroSection {
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/herosection-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroSlider {
  padding-bottom: 0;
}

.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
  top: inherit;
  bottom: 0;
}

.heroSlider .swiper-button-next {
  left: 60px;
}

.heroSlider .swiper-button-prev {
  right: inherit;
  left: 0px;
}

.HerosliderImage {
  padding: 1rem;
}

.HerosliderImage img {
  width: 100%;
  height: 100%;
  border-radius: 0px 300px 0px 130px;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.herocontent {
  margin-bottom: 2.5rem;
}

.herosliderDetail h1,
.herosliderDetail .h1 {
  font-family: "Hahmlet";
  color: var(--primary-color);
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  margin-bottom: 2rem;
}

.herosliderDetail p {
  color: var(--text-dark);
  margin-bottom: 0;
}

.outline-greenbtn {
  border-color: var(--primary-color);
  color: var(--primary-color);
  padding: 1rem 4rem;
}

.outline-greenbtn:hover {
  color: var(--text-white);
  background-color: var(--primary-color);
}

/* ABOUT SECTION */
.aboutSection {
  position: relative;
  overflow: hidden;
}

.aboutSection:before,
.aboutSection:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 140px;
}

.aboutSection:before {
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/about-bg-right.png);
  background-position: right top;
  top: -60px;
  right: -10px;
}

.aboutSection:after {
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/about-bg-left.png);
  background-position: left bottom;
  left: -10px;
  bottom: -60px;
}

.about-img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.aboutContent h2,
.aboutContent .h2 {
  font-family: "futura-500";
}

.aboutContent ul {
  list-style: none;
  padding: 0 0 0 40px;
}

.aboutContent ul li {
  position: relative;
  margin-bottom: 0.875rem;
  font-family: "futura-500";
  font-size: 1.25rem;
}

.aboutContent ul li:before {
  content: "\F26E";
  font-family: bootstrap-icons;
  position: absolute;
  left: -40px;
  top: -1px;
  color: #2ba500;
  font-size: 2rem;
  line-height: 1;
}

/* BROWSE CATEGORY */
.categorymain-box {
  padding: 1.5rem 2rem;
}

.maincat-img {
  width: 216px;
  height: 216px;
}

.maincat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.categorymain-box:hover .maincat-img img {
  transform: scale(1.15);
}

.maincat-detail h3 {
  font-family: "futura-500";
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}

.maincat-detail h3 a {
  text-decoration: underline;
}

.maincat-detail h3 a:hover {
  text-decoration: none;
}

.maincat-detail p {
  color: var(--bg-white-light-80);
}

.categoryslider-item {
  padding: 5px;
}

.catSlider-img {
  height: 268px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.catSlider-img img {
  transition: all 0.3s ease-in-out;
}

.categoryslider-item:hover .catSlider-img img {
  transform: scale(1.15);
}

.categoryslider-item h4 {
  font-family: "futura-500";
  font-weight: 500;
  color: var(--primary-color);
}

.categoryslider-item h4 a:hover {
  color: var(--text-dark);
}

.topratedmain-box .h3 {
  font-family: "futura-500";
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: underline;
}

.topratedmain-box {
  max-width: 90%;
}

/* VIDEO SECTION */
.videoSection {
  position: relative;
  overflow: hidden;
}

.videoSection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.8;
  z-index: 1;
}

.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.playicon a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  transform: scale(0.9);
}

.playicon a:hover {
  transform: scale(1);
}

.video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contcatbtn {
  padding: 1rem 4rem;
}

/* FEATURE PRODUCTS */
.featureSlider {
  padding-top: 5px;
  padding-inline: 5px;
}

.feaproSlider-box {
  padding: 5px;
}

.feaPro-img {
  height: 400px;
}

.feaPro-img img {
  transition: all 0.3s ease-in-out;
}

.feaproSlider-box:hover .feaPro-img img {
  transform: scale(1.15) rotate(2deg);
}

.shadow-custom {
  box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
}

.feaproSlider-box h4,
.feaproSlider-box .h4 {
  font-family: "futura-500";
  font-size: 1.5rem;
  color: var(--primary-color);
  padding: 0 1rem;
  margin-top: 1.5rem;
}

.feaproSlider-box h4 a:hover,
.feaproSlider-box .h4 a:hover {
  color: var(--text-dark);
}

/* BEST SELLER */
.bestsellerSection {
  background-image: url(../images/best-seller-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* KITCHEN KNIVES */
.kitchenkavies {
  background-image: url('https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/kitchen-knives-bg.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.kitchenkavies::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
}

.kitchenkaviesContent {
  color: var(--bg-white-light-80);
  max-width: 94%;
}

.kitchenkaviesContent p {
  margin-bottom: 0;
}

.hedingStyle-3 {
  text-decoration: underline;
  font-family: "futura-500";
  font-weight: normal;
}

.kitchenkaviesImges {
  position: relative;
  display: grid;
  grid-template-columns: 45% 35%;
  align-items: center;
  padding-left: 5%;
}

.kitchenImage {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
}

.kitchenImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kitchenimage1 {
  left: 0;
  top: 0;
  width: 100%;
  transform: rotate(-8deg);
  width: 95%;
}

.kitchenimage2 {
  margin-left: 50%;
  margin-top: -15%;
  width: 75%;
  transform: rotate(-12deg);
  grid-column-start: 1;
  width: 90%;
}

.kitchenimage3 {
  width: 100%;
  transform: rotate(25deg);
  grid-row-start: 1;
  grid-column-start: 2;
  margin-top: 35%;
  margin-left: 10%;
}

/* BEST SELLER */
.bestsellerSlider {
  padding-inline: 2rem;
  padding-bottom: 0;
  height: 100%;
  max-height: 540px;
}

.bestSeller-box {
  text-align: center;
}

.bestSellerslide-img {
  background-color: var(--text-white);
  padding: 2rem 1rem;
  margin: 2.25rem auto 2rem;
  max-width: 90%;
}

.bestSellerslide-img img {
  height: 70%;
  width: 70%;
  object-fit: contain;
}

.swiper-scrollbar {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  width: 8px;
}

.swiper-scrollbar-drag {
  background: var(--primary-color);
}

/* TOP RATED CATEGORY */
.topratedSection {
  position: relative;
  overflow: hidden;
}

.topratedSection:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/pink-pattern-bg.png);
  width: 220px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

/* OFFER SECTION */
.offermainwrapper {
  position: relative;
  overflow: hidden;
}

.offermainwrapper:before,
.offermainwrapper:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 140px;
}

.offermainwrapper:before {
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/offer-top-bg.png);
  background-position: left top;
  top: -40px;
  left: 0px;
}

.offermainwrapper:after {
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/offer-bottom-bg.png);
  background-position: right bottom;
  right: 0px;
  bottom: -40px;
}

.offerdetail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease-in-out;
}

.offerimg img {
  transition: all 0.3s ease-in-out;
}

.offerItem-box:hover .offerimg img {
  transform: scale(1.15);
}

.offerItem-box:hover .offerdetail {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%);
}

.zIndex-1 {
  z-index: 1;
}

/* WHY CHOOSE */
.whychooseBox {
  border: 1px dashed var(--text-white);
  padding: 40px 20px;
}

.whychooseDetail p {
  color: var(--bg-white-light-80);
  margin-bottom: 0;
}

.whychooseIcon {
  height: 50px;
}

.whychooseIcon img {
  max-height: 50px;
	transform: scale(1.1);
	  transition: all 0.3s ease-in-out;
}

.rounded-4px:hover .whychooseIcon img{ transform: scale(1.30);   transition: all 0.3s ease-in-out;}

/* TESTIMONIAL */
.testimonialSlider {
  padding: 8px 8px 45px 8px;
}

.testimonialBox {
  border: 1px solid var(--primary-color);
  padding: 1.5rem 1rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

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

.reviewRating {
  display: flex;
}

.star-rate {
  font-size: 0.875rem;
  margin-right: 2px;
  color: var(--bg-light-grey-20);
}

.star-fill {
  color: var(--bg-yellow);
}

.avtar-50 {
  width: 51px;
  height: 51px;
}

.userdetail p {
  margin-bottom: 0;
}

/* LATEST ARTICALS */
.LatestarticalSection {
  position: relative;
  overflow: hidden;
}

.LatestarticalSection:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/pink-pattern-bg.png);
  width: 220px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}

/*.blog-img {
  height: 225px;
}*/

.blog-img img {
  transition: all 0.3s ease-in-out;
}

.blog-box:hover .blog-img img {
  transform: scale(1.2) rotate(3deg);
}

.blogHeader h4,
.blogHeader .h4 {
  color: var(--primary-color);
  font-size: 1.25rem;
  min-height: 72px;
}

.blogHeader h4 a:hover,
.blogHeader .h4 a:hover {
  color: var(--text-dark);
}

.blogDetail {
  padding: 1.25rem 1.25rem 2.5rem;
}

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

.blogFooter .outline-btn {
  border-color: var(--primary-color);
  color: var(--primary-color);
  padding-inline: 2rem;
  font-size: 0.875rem;
}

.blogFooter .outline-btn:is(:hover, :focus) {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--text-white);
}

/* FOOTER */
.site-footer h6 {
  color: var(--text-white);
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  text-decoration: underline;
}

.ftr-about {
  color: rgba(255, 253, 253, 0.7);
}

.site-footer ul {
  padding: 0 0 0 18px;
  list-style: none;
}

.site-footer ul li {
  position: relative;
  margin-bottom: 0.25rem;
}

.site-footer ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--text-white);
  position: absolute;
  left: -18px;
  top: 9px;
}

.site-footer ul li a {
  color: inherit;
}

.contact-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.contact-icon {
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-item a {
  color: inherit;
}

.footer-bottom {
  font-family: "futura-500";
}

.inner-banner, .category .container p{ text-align: center; }

.product-heading h1{ 

font-family: 'Futura';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 30px;
/* identical to box height, or 88% */
color: #000000; }


.product-price{ /* Rs. 8,299 */

font-family: 'Futura';
font-style: normal;
font-weight: 700;
font-size:25px; padding:10px 0px;
line-height: 30px;
color: #183E2F;

 }

.product-features{ float: left; width:100%; }
 .product-features li{ list-style-type: none; }
 .product-features p{ width: 100%; float: left; }
 .product-features span{ width: 100%; }
 .product-features span strong{ float: left; margin-right: 20px; }
 .productattributes{width: 100%; float: left;}
 .productattributes span{ width: 100%; float: left; padding: 25px 0px 10px 0px; }
 .productattributes span strong{ float:left; margin-right: 20px;  max-width: 50px; width: 100%;}

.info a{ width: 100%;
font-family: 'Futura'; padding: 11px 0px;
font-style: normal;
font-weight: 700; float: left;
font-size: 16px;
line-height: 21px; margin-top: 30px;
color: #FFFFFF; text-align: center;
border-radius: 0px;

background: #183E2F;
 }

/*------ Product Features Tab-----*/

.protabs {
  border-radius: 8px;
  overflow: hidden;
}
.tab {
  width: 100%;
border-top: 1px solid #d1d2d3;
  overflow: hidden;
}
.tab-label {
color: #000000;
  display: -webkit-box;
  display: flex; font-size: 16px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em 0px;
 
  font-weight: 600;
  cursor: pointer;
  /* Icon */
}

.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
 font-family: 'camptonlight_demo', sans-serif; font-weight: 100;
}
.tab-content {
  max-height: 0; width: 100%; float: left;
  padding: 0 1em;
  color: #2c3e50;
 

}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em 0px;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

.protabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


.protabs input:checked + .tab-label {

}
.protabs input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.protabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 0px;
  font-size:14px; line-height: 24px;
}

.related-product{ float:left;}
.related-product small{
height: 200px;
max-width: 260px;
overflow: hidden; width: 100%; float: left;
border-radius: 4px 4px 0px 0px;

}

.related-product span{ 
font-family: 'Futura';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;color: #000000;  width: 100%; float: left; padding: 15px 10px 10px 10px; }

.related-product strong{ 
font-style: normal;
 padding: 15px 10px;
font-size: 18px;
line-height: 24px; float: left;
color: #183E2F;}
.related-product  a{ width:100%; background:#e5e5e5; float: left; padding: 13px 0px; text-align: center; color: #000; font-size: 14px; font-weight: 500; }
.related-product a:hover{ background: #183E2F; color: #FFF; font-weight: 700; }
.margin{ margin-bottom:30px;}
.border{border: 1px solid rgba(0, 0, 0, 0.1); }
.post-navigation{ display:none;}
.archive-description{ margin:-30px 0px 50px 0px;}



 .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.nopadding{ padding-bottom: 0px; }
.bottom-padding{ padding-bottom:15px;}
.breadcrumb{ display: inherit; text-align: center; }
#comments{ display:none;}
.pleft{ text-align:left; float:left;}


#contact form{ width:100%;}
#contact form input {width:48%; float:left; margin:1%; padding:5px;}
#contact form textarea{ height:100px; padding:5px;}
#contact form select, #contact form textarea{ width:98%; margin:1%; padding:5px;}
#contact form input[type=submit]{ width:98%; 
font-family: 'Futura';
padding: 11px 0px;
font-style: normal;
font-weight: 700;
float: left;
font-size: 16px;
line-height: 21px;
margin-top: 30px;
color: #FFFFFF;
text-align: center;
border-radius: 0px;
background: #183E2F;}
#maparea{ width:100%; float:left;}
#maparea p{ margin:0px;}
#maparea p iframe{ float:left;}
footer{ width:100%; float:left;}

#menu-primary .sub-menu-toggle{display:none;}
.center{ text-align:center;}
.category .archive-description p{ text-align:left;}
.category-left-sied {
  background: #fbf8ee; border:1px solid #dee2e6;
  border-radius: 5px;margin:0px; width:100%; padding:20px; float:left;  margin-bottom:30px;
}
.category-left-sied h3{font-size:20px; padding:10px 0px;  }
.category-left-sied ul{ float:left; padding:0px; width:100%; }
.category-left-sied ul li:nth-last-child(1){ display:none;}
.category-left-sied ul li:nth-last-child(2){ border:none;}
.category-left-sied ul li{float:left; width:100%; list-style-type:none; padding:10px 0px; border-bottom:1px solid #dee2e6; position:relative;}
.category-left-sied ul li:before{
content: "";
position: absolute;
bottom: 19px;
left: 0px;
transform: translateX(-50%) rotate(45deg);
width: 5px;
height: 5px;
background-color: var(--primary-color);

}
.category-left-sied ul li a{margin-left:10px;}

.lightheader .header-content{padding: 0;  transition: 0.5s all ease-in-out;}
.lightheader .site-logo img{max-width:100px;  transition: 0.5s all ease-in-out;}
.header-content{ transition: 0.5s all ease-in-out;}
.site-logo img{  transition: 0.5s all ease-in-out;}
.lightheader .bg-primary{ font-size:14px;transition: 0.5s all ease-in-out; }
.bg-primary{transition: 0.5s all ease-in-out; }
.blog-detail{ padding:40px 0px;}
#block-7 h2{   font-size: 20px;
  padding: 10px 0px;
}


.screen-reader-text{ display:none;}

.more-link{ display:none;}
.blog-listing{ margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #dee2e6; float:left;}
.blog-listing:nth-last-child(1){border:none;}

.blogimg{ float:left; width:30%;}
.blogcont{ width:65%; float:right; }
.wp-block-search{ width:100%; float:left;}
#wp-block-search__input-1{ width:100%; float:left; margin:10px 0px 5px 0px; padding:5px;}
.wp-block-search__button {   width: 100%;
  font-family: 'Futura';
  padding: 11px 0px;
  font-style: normal;
  font-weight: 700;
  float: left;
  font-size: 16px; border:none;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0px;
  background: #183E2F;
}


.blogh1{ font-size:25px;}

#menu-primary .linkedin, #menu-primary .instagram, #menu-primary .whatsapp{ display:none;}
	

body.magnificpopupnoscroll {
  overflow-y: hidden !important;
}




@media screen and (max-width: 1199px) {
    .contact-item {
        padding-left: 1.5rem;
    }

    .HerosliderImage img {
        border-radius: 0px 240px 0px 100px;
    }
}

@media screen and (max-width: 1024px) {
    #cssmenu {
        position: inherit;
    }

    .navigation:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--text-body);
        opacity: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all ease-in-out;
    }

    .navigation.showmenu:before {
        opacity: 0.8;
        visibility: visible;
    }

    #cssmenu ul {
        background: var(--primary-color);
        position: fixed;
        z-index: 12;
        top: 0px;
        right: 0;
        transform: translateX(100%);
        width: 280px;
        height: 100%;
        overflow: auto;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

    #cssmenu ul.open {
        left: inherit;
        transform: translateX(0);
    }

    #cssmenu ul.open li a {
        color: #ffffff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        padding: 0;
        background: var(--primary-color);
        border: none;
        top: inherit;
        position: inherit;
        width: 100%;
        height: auto;
        overflow: inherit;
        left: inherit;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        box-shadow: none;
    }

    #cssmenu ul ul li,
    #cssmenu ul ul ul li {
        padding-left: 10px;
    }

    #cssmenu ul ul {
        background-color: var(--text-body);
    }

    #cssmenu ul ul ul {
        background-color: var(--primary-color);
    }

    #cssmenu>ul>li:not(:last-child) {
        margin-right: 0;
    }

    #cssmenu ul.open li {
        padding-right: 0px;
    }

    #cssmenu ul.open li a {
        display: inherit;
        padding: 12px 15px;
        font-size: 0.875rem;
    }

    #cssmenu ul.open li a:hover {
        background: var(--secondary-color);
        color: var(--text-dark);
    }

    #cssmenu::after,
    #cssmenu>ul::after {
        content: none;
    }

    #cssmenu #menu-button.menu-opened {
        transform: translateX(-240px);
    }

    #cssmenu #menu-button.menu-opened::after {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        top: 8px;
        background-color: var(--primary-color);
    }

    #cssmenu #menu-button.menu-opened::before {
        right: 3px;
        top: 0px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        border-top: none;
        border-color: var(--primary-color);
    }

    #cssmenu>ul>li {
        margin: 0px;
    }

    #cssmenu>ul>li>a {
        border: none;
        border-radius: 0px;
    }

    #cssmenu>ul>li.active>a:before {
        content: none;
    }

    #cssmenu ul li a:after {
        content: none;
    }

    #cssmenu #menu-button {
        z-index: 12;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

    .header-content {
        padding: 0.5rem 0;
    }

    .searchIcon {
        margin-left: 1rem;
    }

    .blog-img {
        height: 200px;
    }

    .HerosliderImage img {
        border-radius: 0px 180px 0px 70px;
    }
}

@media screen and (max-width: 991px) {
	
    .testimonialSlider {
        padding-bottom: 40px;
    }

    .LatestarticalSection:after {
        width: 200px;
    }

    .HerosliderImage img {
        border-radius: 0px 140px 0px 50px;
    }

    .herosliderDetail h1,
    .herosliderDetail .h1 {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .herocontent {
        margin-bottom: 1.5rem;
    }

    .swiper-scrollbar {
        display: none;
    }

    .bestsellerSlider {
        max-height: 100%;
        padding-inline: 0rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .blogHeader h4,
    .blogHeader .h4 {
        min-height: 44px;
    }

    .blog-img {
        height: 225px;
    }

    .aboutContent ul li {
        margin-bottom: 0.25rem;
    }

    .feaPro-img {
        height: 320px;
    }

    .feaproSlider-box h4,
    .feaproSlider-box .h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
	
	#menu-primary .linkedin, #menu-primary .instagram, #menu-primary .whatsapp{ display:inline-block; width:32px; margin:20px;height:32px; background:url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/linkedin-black.svg) top center no-repeat; border:none;}
	#menu-primary .instagram{background:url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/instagram-black.svg) top center no-repeat; }
	#menu-primary .whatsapp{background:url(https://demo.igmdevelopment.in/wp-content/themes/karterpot/assets/images/whatsapp-black.svg) top center no-repeat; }
	#menu-primary .linkedin a:hover, #menu-primary .instagram a:hover, #menu-primary .whatsapp a:hover{ background:none !important; }
    .top-belt {
        font-size: 0.875rem;
    }

    .contact-item {
        word-break: break-all;
    }

    .hedingStyle-1 {
        margin-bottom: 2rem;
    }

    .heroSlider {
        max-width: 500px;
        margin-inline: auto;
    }

    .heroSlider .swiper-button-next,
    .heroSlider .swiper-button-prev {
        bottom: -15px;
    }

    .hedingStyle-1:after,
    .hedingStyle-1:before {
        width: 120px;
    }

    .herosliderDetail h1,
    .herosliderDetail .h1 {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .herocontent {
        margin-bottom: 1.5rem;
    }

    .HerosliderImage {
        padding: 0;
        margin-bottom: 1rem;
    }

    .HerosliderImage img {
        border-radius: 0px 140px 0px 50px;
        box-shadow: none;
    }

    .blog-img {
        height: 200px;
    }

    .about-img,
    .aboutContent {
        max-width: 400px;
        margin-inline: auto;
    }

    .topratedmain-box {
        max-width: 100%;
    }

    .kitchenkaviesImges,
    .kitchenkaviesContent {
        max-width: 500px;
        margin-inline: auto;
    }

    .kitchenkaviesImges {
        place-content: center;
    }

    .kitchenkaviesContent {
        width: 100%;
        margin-top: 0.5rem;
    }

    .bestsellerSlider {
        max-height: 100%;
        padding-inline: 0rem;
        padding-bottom: 2.5rem;
        max-width: 400px;
        margin-inline: auto;
    }

    .bestsellerMainimg {
        max-width: 400px;
        margin-inline: auto;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .categorymain-box {
        display: flex;
        flex-wrap: wrap;
    }

    .maincat-img {
        flex: 0 0 180px;
        height: 180px;
        width: 180px;
    }

    .maincat-detail {
        flex: 1;
        text-align: left !important;
        padding-left: 30px;
    }
	

}

@media screen and (max-width: 639px) {
	
    .offerdetail {
        padding: 1rem;
    }

    .offerdetail h2,
    .offerdetail .h2 {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }

    .blog-img {
        height: 180px;
    }

    .feaPro-img {
        height: 340px;
    }
}

@media screen and (max-width: 575px) {
    .HerosliderImage img {
        border-radius: 0px 80px 0px 20px;
    }
	.swiper-slide img{max-width:none !important;}
    .playicon {
        font-size: 3.5rem;
    }

    .offerdetail {
        padding: 20px;
    }

    .offerimg {
        max-height: 240px;
    }

    .blog-box {
        max-width: 380px;
        margin: 0 auto;
    }

    .blogHeader h4,
    .blogHeader .h4 {
        min-height: 44px;
        font-size: 1.125rem;
    }

    .blog-img {
        height: 225px;
    }

    .LatestarticalSection:after {
        width: 120px;
    }

    .feaproSlider-box {
        max-width: 380px;
        margin-inline: auto;
    }

    .feaPro-img {
        height: 360px;
    }
}

@media screen and (max-width: 359px) {
    .feaPro-img {
        height: 340px;
    }

    .feaproSlider-box h4,
    .feaproSlider-box .h4 {
        font-size: 1.25rem;
    }
}

img {
    max-width: 100%;
}

©

.menu-primary-container{ float:left; }
.topratedSlider li { list-style-type: none; }
.topratedSlider .swiper-wrapper li:nth-last-child(1) { display: none; }
#swiper-slide .blog-img img{ height: auto !important; }

/* Popup */

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1; z-index:99999999;
}

.popup {
  margin: 70px auto;
  padding: 20px; margin-top:12%;
	padding-bottom:0px;
  background: #fff;
  border-radius: 5px;
  width: 25%;
  position: relative;
  transition: all 3s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

#wpcf7-f269-p217-o1 input{ width:100%; float:left; margin:5px 0px; padding:10px;}
#wpcf7-f269-p217-o1 input[type="submit"]{ width: 100%;
font-family: 'Futura';
padding: 11px 0px;
font-style: normal;
font-weight: 700;
float: left;
font-size: 18px;
line-height: 34px;
margin-top: 10px; border:none;
color: #FFFFFF;
text-align: center;
border-radius: 0px;
background: #183E2F;}
#wpcf7-f269-p217-o1 p{margin:0px;}

