
/*Font Manrope*/

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/*Font Urbanist*/

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
}


  @font-face {
	font-family: "Paytone One";
	src: url(../fonts/Paytone_One/PaytoneOne-Regular.ttf);
  }
  
  @font-face {
	font-family: "Pacifico";
	src: url(../fonts/Pacifico/Pacifico-Regular.ttf);
  }

:root {
  --color: #0173b4;
  --color2: #000;
}
  
  body {
	position: relative;
	max-width: 1600px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
	background: #fff;
  }

  
  
/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content h2 {
  font-size: 32px;
}
.content-hidden {
  overflow: hidden;
  transition: 0.5s ease;
}
body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
  display: block !important;
}
body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden  ul,
body .content-hidden  ol,
body .content-hidden  li,
body .content-hidden table, 
body .content-hidden  tr, 
body .content-hidden td,
body .content-hidden p {
  display: none !important;
}
button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  padding-bottom: 10px;
} 
/*Show More btn Css End*/

  
  
  
  /* ===============================
	  for search css
  =============================== */
  .search-btn {
	cursor: pointer;
	display: inline-block;
  }
  .search-box-btn.search-box-outer {
	background: transparent;
	height: 30px;
	width: 30px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	/* left: -40px; */
	display: flex;
	justify-content: center;
	align-items: center;
	}
  .search-box-btn.search-box-outer:hover {
	background: var(--color2);
	transition: 0.3s;
  }
  .search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateX(-100%);
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
  }
  
  .search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  .search-popup:before {
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
  }
  
  .search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
  }
  .search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  }
  .search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
  }
  
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	outline: none;
	border: none;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
  }
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 40px;
	line-height: 65px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: unset;
  }
  /* ===============================
	  end search css
  =============================== */
  
  .sub-heading h3 {
	display: inline-block;
	position: relative;
	color: var(--color);
	font-family: Pacifico !important;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	}
  .defalt-heading h2 {
	color: #131313;
	text-align: center;
	font-family: Paytone One;
	font-size: 48px;
	font-weight: 400;
	display: block;
	line-height: 60px;
	text-transform: capitalize;
	position: relative;
  }
  .defalt-heading h2:after {
	content: "";
	background-image: url(/images/title-shape-1.png);
	height: 40px;
	width: 220px;
	position: absolute;
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	bottom: -50px;
	left: 40%;
	right: auto;
	top: auto;
	}
  .btn-primary {
	color: #fff;
	background: var(--color) !important;
	border: 1px solid var(--color) !important;
	font-family: "Manrope" !important;
	}
  @media (max-width: 767px) {
	.sub-heading h3 {
	  font-size: 13px !important;
	  line-height: 15px !important;
	}
	.defalt-heading h2 {
	  font-size: 20px !important;
	  line-height: 20px !important;
	}
	.defalt-heading h2:after {
	  width: 120px !important;
	  height: 20px !important;
	  left: 29% !important;
	  bottom: -30px !important;
	}
  }
  @media (min-width: 768px) and (max-width: 992px) {
	.sub-heading h3 {
	  font-size: 20px !important;
	}
	.defalt-heading h2 {
	  font-size: 35px !important;
	}
	.defalt-heading h2:after {
	  left: 34% !important;
	  bottom: -40px !important;
	}
  }
  
  .dasktop-show {
	display: block;
  }
  @media (max-width: 992px) {
	.dasktop-show {
	  display: none !important;
	}
  }
  
  /* for enquire btn */
  body .my_contact_us {
	display: block;
	position: fixed;
	right: -40px;
	top: 35%;
	z-index: 9;
	transform: rotate(90deg);
  }
  
  /* ===============================
	  header topbar
  =============================== */
  section.logo-sec.main-header {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 3;
  }
  
  .header-top {
	background: transparent;
	padding: 8px 0px;
	}
  .header-top ul.main-social-list {
	display: flex;
	align-items: center;
	list-style: none !important;
	padding: 0 !important;
	margin: 0;
  }
  .header-top ul.main-social-list li a {
	display: flex;
	align-items: center;
  }
  .header-top ul.main-social-list .h-icon {
	height: 35px;
	width: 35px;
	position: relative;
	margin-right: 10px;
	border-radius: 100px;
	transition: 0.3s;
	}
  .header-top ul.main-social-list li:hover .h-icon {
	background-color: var(--color);
	transition: 0.3s;
	}
	.header-top ul.main-social-list li:hover .h-icon img {
	    filter: brightness(0);
	    transition: 0.3s;
	}
  .header-top ul.main-social-list .h-icon img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
  }
  .h-icon {
	display: inline-block;
  }
  .header-top ul.main-social-list p.h-txt {
	display: inline-block;
	margin: 0;
	color: var(--text-color-07, #fff);
	font-family: Manrope;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-transform: inherit;
	width: calc(100% - 50px) !important;
	display: table-cell;
	}
  ul.main-social-list.h-cont {
	justify-content: end;
  }
  ul.main-social-list.h-cont li {
	margin-left: 20px;
  }
  ul.main-social-list.h-cont li a {
	padding: 5px;
  }
  ul.main-social-list.h-cont li.h-fb {
	margin-left: 40px;
  }

	ul.main-social-list.h-cont li.h-i {
	    /* background: var(--color); */
	    border-radius: 110px;
	    height: 30px;
	    width: 30px;
	    align-content: center;
	    text-align: center !IMPORTANT;
	    border: 1px solid var(--color);
	    transition: 0.3s;
	}
	
	ul.main-social-list.h-cont li.h-i img {
	    margin: auto;
	}
	
	ul.main-social-list.h-cont li.h-i:hover {
	    background: var(--color);
	    transition: 0.3s;
	}
	
  /* ===============================
	  end header topbar
  =============================== */
  
  /* ===============================
	  main header css
  =============================== */
  .header-logo-contain {
	padding: 15px;
	position: relative;
	background-color: #EEF7FF;
	}
  .my-navbar {
	justify-content: center;
  }
  .my-navbar .header-logo.mobile-logo {
	display: none;
  }
  .main-header li.nav-item {
	padding: 0px 20px;
	position: relative;
	}
  .main-header li.active.nav-item a.nav-link {
	color: var(--color) !important;
	position: relative;
	}
  .main-header li.nav-item a.nav-link:hover {
	color: var(--color) !important;
	transition: 0.3s;
	}
  .main-header li.active.nav-item a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--color);
	bottom: 0;
	left: 0;
	}
  .main-header a.nav-link {
	padding: 5px 0px !important;
	color: #353535 !important;
	font-family: Manrope !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
  }
  .main-header li.nav-item a#navbarDropdownMenuLink:after {
	content: "+";
	border: none !important;
	position: absolute;
  }
 /* .my-navbar .navbar-collapse ul li.dropdown:hover ul.dropdown-menu {*/
	/*display: block !important;*/
 /* }*/
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
	transition: 0.3s;
	background: #efe8d9;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
	color: #353535 !important;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
	background: transparent !important;
	transition: 0.3s;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
	color: var(--color2) !important;
	transition: 0.3s;
  }
  .h-col-third {
	float: right;
	position: relative;
  }
  .h-col-third .h-numb {
	display: inline-block;
	position: relative;
  }
  .h-col-third .h-numb p {
	margin: 0;
	background-color: var(--color);
	font-family: Manrope;
	padding: 5px 20px;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	}
  /* ===============================
	end main header css
  =============================== */
  
  /*header css for mobile*/
  @media (max-width: 767px) {
	.header-top {
	  display: none;
	}
	section.logo-sec.main-header .row-second {
	  display: none !important;
	}
	section.logo-sec.main-header {
	  background: #efe8d9;
	  width: 100%;
	  position: fixed;
	  height: 80px;
	  top: 0;
	  left: 0;
	  z-index: 999;
	}
	.my-navbar .header-logo.mobile-logo {
	  display: block !important;
	  text-align: left !important;
	}
	.header-logo-contain {
	  padding-top: 0px !important;
	  padding-bottom: 0 !important;
	  position: relative;
	  background: transparent !IMPORTANT;
	}
	.my-navbar .container-fluids {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	}
	.my-navbar .header-logo.mobile-logo img.img-fluid {
	  max-width: 40%;
	  margin-left: 0px !IMPORTANT;
	}
  
	.my-navbar button.navbar-toggler {
	  border-color: #fff !important;
	  padding: 0 !important;
	  background: #fff;
	}
  
	.main-header .navbar-collapse {
	  position: fixed;
	  top: 0;
	  background: #efe8d9;
	  left: 0;
	  transform: translateX(-1000px);
	  width: 70%;
	  padding-top: 60px;
	  height: 100vh !important;
	  text-align: left;
	  transition: 0.3s;
	}
	.main-header .navbar-collapse.show {
	  transform: translateX(0px);
	  transition: 0.3s;
	}
  
	.main-header a.nav-link {
	  font-size: 12px;
	  padding: 20px 20px;
	  margin: 10px 0px;
	  display: inline-block;
	}
	.my-navbar .navbar-collapse ul ul.dropdown-menu a {
	  font-size: 12px;
	}
  
	.main-header .navbar-toggler:focus {
	  box-shadow: none !important;
	  border-color: rgba(0, 0, 0, 0.1);
	}
  }
  
  /*header css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.logo-sec.main-header .wow.fadeInRight {
	  width: 100% !important;
	}
	.header-top {
	  display: none;
	}
	section.logo-sec.main-header .row-second {
	  display: none !important;
	}
	section.logo-sec.main-header {
	  background: #efe8d9;
	  width: 100%;
	  position: fixed;
	  height: 80px;
	  padding-top: 0px;
	  top: 0;
	  left: 0;
	  z-index: 999;
	}
	.header-logo-contain {
	  padding-top: 0 !important;
	  padding-bottom: 0 !important;
	  position: relative;
	  background: transparent !important;
	}
	.my-navbar .container-fluids {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	}
	.my-navbar .header-logo.mobile-logo {
	  display: block !important;
	  text-align: left !important;
	}
	.my-navbar .header-logo.mobile-logo img.img-fluid {
	  width: 60%;
	}
	.my-navbar button.navbar-toggler {
	  border-color: #fff !important;
	  padding: 0 !important;
	  background: #fff;
	}
	.main-header .navbar-collapse {
	  position: fixed;
	  top: 0;
	  background: #efe8d9;
	  left: 0;
	  transform: translateX(-1000px);
	  width: 70%;
	  padding-top: 60px;
	  height: 100vh !important;
	  text-align: left;
	  transition: 0.3s;
	}
	.main-header .navbar-collapse.show {
	  transform: translateX(0px);
	  transition: 0.3s;
	}
	.main-header a.nav-link {
	  font-size: 12px;
	  padding: 20px 20px;
	  margin: 10px 0px;
	  display: inline-block;
	}
	.my-navbar .navbar-collapse ul ul.dropdown-menu a {
	  font-size: 12px;
	}
  
	.main-header .navbar-toggler:focus {
	  box-shadow: none !important;
	  border-color: rgba(0, 0, 0, 0.1);
	}
  }
  
  .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
	background-image: url(/images/menubar.png);
  }
  .my-navbar button.navbar-toggler span.navbar-toggler-icon {
	background-image: url(/images/close.png);
	height: 40px;
	width: 40px;
  }
  
  /*header css for laptop*/
  @media (min-width: 993px) and (max-width: 1024px) {
	.main-header a.nav-link {
	  font-size: 12px;
	}
	.my-navbar .navbar-collapse ul ul.dropdown-menu a {
	  color: #fff !important;
	  font-size: 12px;
	}
  }
  
  /*end header css*/
  
  /* ===============================
	  banner css
  =============================== */
  
  section.banner-section {
	height: 950px;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	padding-top: 230px;
	}
  section.banner-section .bannermain {
	position: relative;
  }
  .banner_txt {
	text-align: center;
  }
  .banner_txt h2.text3 {
	color: var(--color);
	font-family: Paytone One !important;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	position: relative;
	text-transform: capitalize;
	display: -webkit-box;
	/* -webkit-line-clamp: 1; */
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 80%;
	margin: 0 auto;
	}
  .banner_txt p.text4 {
	color: #fff;
	font-family: Manrope !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 60%;
	margin: 0 auto;
	}
  .btn-bnnr {
	display: inline-block;
	margin-top: 20px;
	}
  .btn-bnnr a {
	padding: 20px 40px;
	color: #fff;
	background: var(--color);
	border-radius: 60px;
	font-family: "Manrope";
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	}
  .btn-bnnr a:hover {
	background: #ffffff;
	color: var(--color2) !important;
	transition: 0.3s;
  }
  .banner-img {
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
	}
  .banner-slider .owl-nav,
  .banner-slider .owl-dots {
	display: nano !important;
  }
  
  /* banner product category */
  .banner-prod {
	display: block;
	align-items: center;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	float: left;
	margin-bottom: 20px;
	transition: 0.5s;
	}
  .b-prod-content {
	padding-right: 25px;
	max-width: 67%;
	float: left;
  }
  .b-prod-content h3 a {
	color: #313131;
	font-family: Paytone One;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  .b-prod-content p {
	color: #646464;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  
  .b-prod-content .view-c {
	margin-top: 25px;
  }
  .b-prod-content .view-c a {
	color: #fff;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 80px;
	background: var(--color2);
	transition: 0.5s;
	}
  
  .b-prod-img {
	float: left;
	border-radius: 50%;
	background-color: #edded7;
	position: relative;
	height: 160px;
	width: 160px;
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid var(--color2);
	}
  
  .b-prod-img img.img-fluid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.5s;
	}
  /* banner product category */
  
  /*banner css for mobile*/
  @media (max-width: 767px) {
	section.banner-section {
	  position: relative;
	  height: 240px !important;
	  padding-top: 0px !important;
	}
  
	.banner_txt {
	  padding: 10px 0px !important;
	}
	.banner_txt h2.text3 {
	  font-size: 16px;
	  line-height: 20px;
	  margin-bottom: 5px !important;
	  -webkit-line-clamp: 2 !important;
	  max-width: 100% !IMPORTANT;
	}
	.banner_txt p.text4 {
	  font-size: 12px !important;
	  line-height: normal !important;
	  margin-bottom: 10px !important;
	  letter-spacing: 0;
	  max-width: 100%;
	  -webkit-line-clamp: 2;
	}
	.btn-bnnr {
	  margin-top: 0px !important;
	}
	.btn-bnnr a {
	  font-size: 12px !important;
	  padding: 5px 10px !important;
	}
	.banner-img {
	  margin-top: 10px !important;
	  margin-bottom: 10px !important;
	  text-align: center;
	}
  
	section.banner-section .tb {
	  display: none;
	}
	.banner-prod {
	  padding: 10px !important;
	  border-radius: 10px !important;
	}
	.banner-prod .b-prod-content {
	  padding-right: 10px !important;
	}
	.banner-prod .b-prod-content h3 a {
	  font-size: 12px !important;
	  line-height: 15px !important;
	}
	.b-prod-content p {
	  font-size: 12px !important;
	  line-height: 14px !important;
	  margin-top: 10px !important;
	  margin-bottom: 10px !important;
	}
	.b-prod-content .view-c {
	  margin-top: 15px !important;
	}
	.b-prod-content .view-c a {
	  font-size: 12px !important;
	  padding: 5px 10px !important;
	}
	.b-prod-img {
	  height: 100px !important;
	  width: 100px !important;
	  border: 2px solid #37f001 !important;
	}
  }
  
  /*banner css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.banner-section {
	  position: relative;
	  height: 340px !important;
	  padding-top: 0px !important;
	}
	body section#\#banner .bannermain {
	  height: 330px !important;
	}
	body section#\#banner .bannermain .item.active {
	  height: 330px !important;
	}
	.banner_txt {
	  padding: 40px 0px 10px !important;
	}
	.banner_txt h2.text3 {
	  font-size: 30px;
	  line-height: 35px;
	  margin-bottom: 0px !important;
	}
	.banner_txt p.text4 {
	  font-size: 12px !important;
	  line-height: 25px !important;
	  margin-bottom: 10px !important;
	  letter-spacing: 1px;
	}
	.btn-bnnr {
	  margin-top: 0px !important;
	}
	.btn-bnnr a {
	  font-size: 12px !important;
	  padding: 7px 15px !important;
	}
	.banner-img {
	  margin-top: 10px !important;
	  margin-bottom: 10px !important;
	  text-align: center;
	}
  
	section.banner-section .tb {
	  display: none;
	}
  }
  
  /*banner css for tab*/
  @media (min-width: 993px) and (max-width: 1024px) {
	.banner_txt h2.text3 {
	  font-size: 30px;
	}
	.banner_txt h2.text2 {
	  font-size: 18px;
	}
	.btn-bnnr a {
	  font-size: 18px;
	}
  }
  /* ===============================
	  end banner css
  =============================== */
  
  /* ===============================
	  popular product css
  =============================== */
  section.product-section {
	padding-top: 0px;
	background-color: #eef7ff;
	padding-bottom: 70px;
	}
  .product-section .sub-heading,
  .product-section .defalt-heading {
	text-align: center;
	position: relative;
  }
  .product-section .main-div:after {
	content: "";
	background: url(/images/single-prod-bg.png);
	position: absolute;
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	bottom: 0;
	left: 0;
	height: 260px;
	width: 100%;
	z-index: -1;
  }
  .product-section .main-div {
	margin-top: 100px;
	z-index: 2;
	position: relative;
  }
  .product-section .product-content {
	padding: 30px 35px;
	text-align: center;
  }
  .product-section .product-list {
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #edded7;
	border: 3px solid var(--color);
	}
  .product-section .product-list img.img-fluid {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	overflow: hidden;
	transition: 0.5s;
	}
  .product-section .product-url a {
	position: relative;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Paytone One !important;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
	}
  .product-section .product-url a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	width: 120px;
	height: 2px;
	background-color: var(--color2);
	}
  .product-section .product-txt p {
	color: #343434;
	font-family: Nunito Sans !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  .product-section .product-url-main .view-details a {
	color: #fff;
	background: var(--color);
	font-family: Manrope !important;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 60px;
	transition: 0.5s;
	}
  .prod-bg-img_2 {
	margin-top: 70px;
  }
  
  /*product css for mobile*/
  @media (max-width: 767px) {
	.product-section {
	  padding-bottom: 30px;
	  padding-top: 30px !important;
	}
	.main-div {
	  margin-top: 50px !important;
	}
	.product-content {
	  padding: 10px !important;
	}
	.product-url a {
	  font-size: 12px;
	}
	body .product-list {
	  width: 130px !important;
	  height: 130px !important;
	  border: 2px solid var(--color2) !important;
	}
	.product-section .main-div:after {
	  max-width: 100% !important;
	  margin: 0 auto !important;
	  height: 180px;
	}
	.product-section .product-url a {
	  font-size: 14px !important;
	  /* line-height: 30px !important; */
	  padding: 0px 30px;
	}
	.product-section .product-url a:before {
	  width: 80px !important;
	  /*left: 36% !important;*/
	}
  
	.product-url,
	.product-url-main {
	  text-align: center;
	  margin-top: 0px !important;
	}
	.product-txt p {
	  font-size: 12px !important;
	  margin-bottom: 0px !important;
	}
	.product-url-main .view-details a {
	  font-size: 12px !important;
	  padding: 5px 15px !important;
	}
	.product-url-main {
	  margin-bottom: 20px !important;
	}
	.all-prod-btn {
	  text-align: center;
	  margin-top: 30px;
	}
	.all-prod-btn a {
	  font-size: 13px;
	  padding: 5px 20px;
	}
	.prod-bg-img_2 {
	  margin-top: 20px !important;
	}
  }
  
  /*product css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	.product-section {
	  padding-bottom: 30px !important;
	  padding-top: 30px !important;
	}
	.product-section .product-list {
	  width: 130px !important;
	  height: 130px !important;
	  border: 2px solid var(--color2) !important;
	}
	.product-section .product-content {
	  padding: 20px 25px !important;
	}
	.product-section .product-url a:before {
	  /*left: 20% !important;*/
	  width: 100px !important;
	}
	.product-url a {
	  font-size: 15px !important;
	  /*line-height: 30px !important;*/
	}
	.product-url-main .view-details a {
	  font-size: 13px !important;
	  padding: 7px 15px !important;
	}
	.product-section .main-div:after {
	  height: 180px !important;
	}
	.prod-bg-img_2 {
	  margin-top: 30px !important;
	}
  }
  
  /*product css for laptop*/
  @media (min-width: 993px) and (max-width: 1024px) {
	.product-url a {
	  font-size: 13px;
	}
	.product-url-main .view-details a {
	  font-size: 13px;
	}
	.all-prod-btn a {
	  font-size: 18px;
	}
  }
  
  /* ===============================
	  end popular product css
  =============================== */
  
  /* ===============================
	  feature product section css
  =============================== */
  section.pro.max.nb {
	padding: 30px 0px;
	position: relative;
	padding-bottom: 50px;
  }
  section.pro.max.nb .sub-heading,
  section.pro.max.nb .defalt-heading {
	text-align: center;
  }
  section.pro.max.nb .tb {
	margin-top: 100px;
  }
  section.pro.max.nb .main-imgges {
	padding: 20px;
	display: block;
	background: #fff;
	border-radius: 10px;
	float: left;
	width: 100%;
	}
  section.pro.max.nb .fea-prods {
	padding-right: 25px;
	max-width: 67%;
	float: left;
  }
  section.pro.max.nb .super-oil-cc h3 {
	color: #313131;
	font-family: Paytone One;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 25px;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
  .product-txt p {
	color: #646464;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
  section.pro.max.nb .view-c a {
	color: #fff;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: var(--color);
	padding: 10px 20px;
	border-radius: 60px;
	transition: 0.5s;
	}
  section.pro.max.nb .main-imgges:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 0.3s;
  }
  section.pro.max.nb .super-oil-cmain {
	height: 160px;
	width: 160px;
	position: relative;
	border-radius: 20px;
	float: right;
	overflow: hidden;
	background-color: #edded7;
	border: 3px solid var(--color);
	}
  section.pro.max.nb .super-oil-cmain img.img-fluid {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.5s;
	}
  section.pro.max.nb .item {
	padding: 10px;
  }
  
  section.pro.max.nb .view-all-prod {
	text-align: center;
	margin-top: 50px;
  }
  section.pro.max.nb .view-all-prod a {
	background: var(--color);
	color: #fff;
	padding: 10px 20px;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 600;
	border-radius: 70px;
	transition: 0.3s;
	}
  section.pro.max.nb .view-all-prod a:hover {
	background: #fff;
	color: var(--color2);
	transition: 0.3s;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}
  
  /*feature product css for mobile*/
  @media (max-width: 767px) {
	section.pro.max.nb {
	  padding-top: 30px !important;
	  padding-bottom: 40px !important;
	}
	section.pro.max.nb .sub-heading,
	section.pro.max.nb .defalt-heading {
	  text-align: center !important;
	}
	section.pro.max.nb .sub-heading {
	  text-align: center !important;
	}
	section.pro.max.nb .super-oil-cmain {
	  height: 100px !important;
	  width: 100px !important;
	  border: 2px solid var(--color2)!important;
	}
	section.pro.max.nb .super-oil-cc h3 {
	  font-size: 14px !important;
	  margin-top: 0px !important;
	  line-height: 20px !important;
	}
	section.pro.max.nb .product-txt p {
	  font-size: 12px !important;
	  margin-bottom: 10px !important;
	  line-height: 15px !important;
	}
	section.pro.max.nb .main-imgges {
	  padding: 10px !important;
	  margin: 10px 0px;
	}
	section.pro.max.nb .view-c a {
	  font-size: 12px !important;
	  line-height: 20px !important;
	  padding: 5px 10px !important;
	}
	section.pro.max.nb .tb {
	  margin-top: 50px !important;
	}
	section.pro.max.nb .fea-prods {
	  padding-right: 15px !important;
	  max-width: 60% !important;
	}
	section.pro.max.nb .view-all-prod a {
	  font-size: 12px !important;
	  padding: 10px 20px !important;
	}
	section.pro.max.nb .view-all-prod {
	  text-align: center;
	  margin-top: 20px !important;
	}
  }
  @media (min-width: 768px) and (max-width: 992px) {
	section.pro.max.nb {
	  padding-top: 30px !important;
	  padding-bottom: 40px !important;
	}
	section.pro.max.nb .sub-heading,
	section.pro.max.nb .defalt-heading {
	  text-align: center !important;
	}
	section.pro.max.nb .sub-heading {
	  text-align: center !important;
	}
	section.pro.max.nb .super-oil-cmain {
	  height: 100px !important;
	  width: 100px !important;
	  border: 2px solid var(--color2) !important;
	}
	section.pro.max.nb .super-oil-cc h3 {
	  font-size: 14px !important;
	  margin-top: 0px !important;
	  line-height: 20px !important;
	}
	section.pro.max.nb .product-txt p {
	  font-size: 12px !important;
	  margin-bottom: 10px !important;
	  line-height: 15px !important;
	}
	section.pro.max.nb .main-imgges {
	  padding: 10px !important;
	  margin: 10px 0px;
	}
	section.pro.max.nb .view-c a {
	  font-size: 12px !important;
	  line-height: 20px !important;
	  padding: 7px 13px !important;
	}
	section.pro.max.nb .tb {
	  margin-top: 50px !important;
	}
	section.pro.max.nb .fea-prods {
	  padding-right: 15px !important;
	  max-width: 65% !important;
	}
	section.pro.max.nb .view-all-prod {
	  text-align: center;
	  margin-top: 20px !important;
	}
	section.pro.max.nb .view-all-prod a {
	  font-size: 14px !important;
	  padding: 10px 20px !important;
	}
  }
  
  /* ===============================
	  end feature product section css
  =============================== */
  
  /* ===============================
	  testimonial section css
  =============================== */
  section.main-testimonial.zz {
	padding: 50px 0px;
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
  }
  section.main-testimonial.zz .sub-heading h3 {
	color: #fff;
	text-align: center;
	font-family: Pacifico !important;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
  }
  section.main-testimonial.zz .default-heading h2 {
	color: #fff;
	font-family: Paytone One;
	font-size: 48px;
	font-weight: 400;
	line-height: 40px;
	position: relative;
	text-transform: capitalize;
  }
  section.main-testimonial.zz .default-heading h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 120px;
	background: #fff;
  }
  section.main-testimonial.zz .cust-cust {
	padding-top: 50px;
  }
  section.main-testimonial.zz .text-caption-p p {
	color: #fff;
	font-family: Manrope !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
  }
  section.main-testimonial.zz .testi-user {
	display: flex;
	align-items: center;
	margin-top: 30px;
  }
  section.main-testimonial.zz .testy-img {
	display: inline-block !important;
	margin-right: 20px;
  }
  section.main-testimonial.zz .testy {
	display: inline-block !important;
  }
  section.main-testimonial.zz .testy h4 {
	color: #fff;
	font-family: monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
  }
  section.main-testimonial.zz .testy h5 {
	color: #fff;
	font-family: Manrope;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
  }
  section.main-testimonial.zz .owl-nav,
  section.main-testimonial.zz .owl-dots {
	display: none !important;
  }
  
  /*testimonial css for mobile*/
  @media (max-width: 767px) {
	section.main-testimonial.zz {
	  padding: 30px 0px;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	  line-height: 25px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  bottom: -10px !important;
	  width: 60px !important;
	}
	section.main-testimonial.zz .owl-nav {
	  display: none !important;
	}
	section.main-testimonial.zz .cust-cust {
	  margin-top: 10px !important;
	  height: auto !important;
	  padding-top: 10px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 12px !important;
	  line-height: 15px !important;
	  padding-right: 50px !important;
	}
	section.main-testimonial.zz .testy-img {
	  display: inline-block !important;
	  height: 50px !important;
	  width: 50px !important;
	  margin-right: 10px !important;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 0px !important;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 12px;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 12px;
	}
  }
  
  /*testimonial css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.main-testimonial.zz {
	  padding: 30px 0px !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 35px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 90px !important;
	  bottom: -20px !important;
	}
	section.main-testimonial.zz .cust-cust {
	  padding-top: 30px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 12px !important;
	  line-height: 20px !important;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 15px !important;
	}
	section.main-testimonial.zz .testy-img {
	  width: 60px;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 14px !important;
	  margin-bottom: 5px !important;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 12px !important;
	}
  }
  /* ===============================
	  end testimonial section css
  =============================== */
  
  /* ===============================
	  blogs section css
  =============================== */
  section.blog-section {
	padding: 70px 0px;
	position: relative;
  }
  section.blog-section .sub-heading,
  section.blog-section .defalt-heading {
	text-align: center;
  }
  section.blog-section .main-blog-div {
	padding: 20px;
	margin-top: 100px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  section.blog-section .blog-img {
	height: 250px;
	position: relative;
	border: solid 1px #cccccc8a;
	border-radius: 5px;
	overflow: hidden;
	}
  section.blog-section .blog-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 0.5s;
	}
  section.blog-section .blog-content .name-user {
	display: flex;
	align-items: center;
  }
  section.blog-section .blog-content .name-user p {
	margin-bottom: 0 !important;
	font-family: Paytone One;
	margin-left: 10px;
	padding-top: 10px;
	color: #5f5f5f;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
  }
  section.blog-section .blog-url {
	margin-top: 10px;
  }
  section.blog-section .blog-url a {
	color: #232323;
	font-family: Paytone One;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
  }
  section.blog-section .blog-txt p {
	color: #4f4f4f;
	font-family: "Manrope" !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  section.blog-section .view-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  section.blog-section .blog-url-main .view-details a {
	color: var(--color);
	font-family: "Manrope" !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
	}

	section.blog-section .blog-url-main .view-details a:last-child {
	    border: none;
	}
	
	section.blog-section .blog-url-main .view-details a:last-child img {
	    background: var(--color);
	    padding: 20px;
	    border-radius: 100px;
	    width: 50px;
	    height: 50px;
	    object-fit: contain;
	    border: 1px solid var(--color);
	    transition: 0.3s;
	}
	
	section.blog-section .blog-url-main .view-details a:last-child:hover img {
	    background: #fff;
	    transition: 0.3s;
	}
  
  section.blog-section .prod-bg-img_2 {
	margin-top: 70px;
  }
  
  /*BLOGS css for mobile*/
  @media (max-width: 767px) {
	section.blog-section {
	  padding: 30px 0px !important;
	}
	section.blog-section .main-blog-div {
	  margin-top: 50px !important;
	}
	section.blog-section .blog-img {
	  height: 180px !important;
	}
	section.blog-section .blog-url a {
	  font-size: 16px !important;
	  line-height: 20px !important;
	}
	section.blog-section .blog-txt p {
	  font-size: 12px !important;
	  line-height: 18px !important;
	  margin: 5px 0px !important;
	}
	section.blog-section .blog-url-main .view-details a {
	  font-size: 14px !important;
	  line-height: 20px !important;
	}
	section.blog-section .blog-url-main .view-details a:last-child {
	  width: 35px;
	}
	section.blog-section .blog-url-main .view-details a:last-child img {
	    height: 30px;
	    width: 30px;
	    padding: 10px;
	}
  }
  @media (min-width: 768px) and (max-width: 992px) {
	section.blog-section {
	  padding: 30px 0px !important;
	}
	section.blog-section .main-blog-div {
	  margin-top: 50px !important;
	  padding: 10px !important;
	}
	section.blog-section .blog-img {
	  height: 180px !important;
	}
	section.blog-section .blog-content .name-user p {
	  font-size: 12px !important;
	}
	section.blog-section .blog-url a {
	  font-size: 14px !important;
	  line-height: 20px !important;
	  -webkit-line-clamp: 3;
	}
	section.blog-section .blog-txt p {
	  font-size: 12px !important;
	  line-height: 18px !important;
	  margin: 5px 0px !important;
	}
	section.blog-section .blog-url-main .view-details a {
	  font-size: 13px !important;
	  line-height: 20px !important;
	}
	section.blog-section .blog-url-main .view-details a:last-child {
	  width: 35px;
	}
	  section.blog-section .blog-url-main .view-details a:last-child img {
	    height: 30px;
	    width: 30px;
	    padding: 10px;
	}
  }
  
  /* end blogs section css */
  
  /*footer css*/
  
  footer.footer-section {
	background: #1f1f1f;
  }
  footer.footer-section .f-logo-sec {
	background: #000;
	padding: 20px 0px;
  }
  footer.footer-section .f-logo-sec .f-social-icon ul.main-social-list {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
  }
  footer.footer-section .f-social-icon ul.main-social-list li {
	margin: 0px;
	padding: 5px;
	position: relative;
	background: #1f1f1f;
	margin-right: 20px;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	}
  footer.footer-section .f-logo-sec ul.main-social-list li img {
	padding: 8px;
  }
  footer.footer-section .f-logo-sec ul.main-social-list li:hover {
	background: var(--color);
	transition: 0.3s;
	}
  footer.footer-section .f-logo-sec .f-social-icon {
	position: relative;
  }
  footer.footer-section .f-logo-sec .f-social-icon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 80px;
	background: #cccccc70;
  }
  footer.footer-section .f-logo-sec .l-o-g:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 1px;
	height: 80px;
	background: #cccccc70;
	}
  footer.footer-section .f-logo-sec .l-o-g,
  footer.footer-section .f-logo-sec .foot-numb {
	text-align: center;
	position: relative;
  }
.f-logo-sec .foot-numb .h-icon {
    width: 35px;
}
  footer.footer-section .f-logo-sec .foot-numb p {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	font-family: Manrope;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
	}
  
  footer.footer-section .container.bg {
	position: relative;
	padding: 60px 0px;
  }
  footer.footer-section .footer-p {
	padding-right: 30px;
	position: relative;
  }
  footer.footer-section .footer-widgets,
  footer.footer-section .f-recent-post {
	padding: 0px 30px;
	position: relative;
  }
  footer.footer-section .footer-widgets:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #cccccc70;
  }
  footer.footer-section .footer-widgets:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #cccccc70;
  }
  
  footer.footer-section .footer-p p {
	color: #ccc;
	font-family: "Manrope";
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	/* padding-right: 30px; */
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
  }
  footer.footer-section .footer-main-contact .phone h5 {
	color: #fff;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-transform: capitalize;
  }
  
  footer.footer-section .footer-main-contact .footer-widgets li {
	margin: 20px 0px;
  }
  footer.footer-section .footer-widgets li .h-icon {
	padding: 10px;
	padding-left: 0px !important;
	width: 45px;
	height: 45px;
	}
  footer.footer-section li.foot-numb a p {
	display: inline-block !important;
  }
  footer.footer-section .footer-widgets li a p {
	color: #ccc;
	font-family: Manrope;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	}
  footer.footer-section .footer-widgets li {
	color: #ccc;
	font-family: Manrope;
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
	}
  footer.footer-section li.foot-add p {
	width: 78% !important;
	display: inline-block !important;
	margin: 0 !important;
	}
  footer.footer-section .f-recent-post .f-post h2 {
	color: #fff;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-transform: capitalize;
  }
  footer.footer-section .f-recent-post .f-recent {
	display: flex;
	align-items: center;
	margin: 30px 0px;
  }
  footer.footer-section .f-details-wrapper h3 {
	color: #ccc;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 500;
	/* line-height: 10px; */
	margin: 0;
	line-height: 25px;
	text-transform: capitalize;
	}
  
  .footer-botm {
	padding: 15px 0px;
	border-top: 1px solid #cccccc70;
  }
  .footer-botm p.asdas {
	margin: 0px;
	color: #fff;
	text-align: center;
	font-family: Manrope;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
  }
  .footer-botm p.asdas a {
	color: var(--color);
	position: relative;
  }
  
  /*footer css for mobile*/
  @media (max-width: 767px) {
	footer.footer-section .l-o-g {
	  width: 60% !important;
	  text-align: center !important;
	  margin: 0px auto !important;
	}
	footer.footer-section .f-logo-sec .foot-numb {
	  margin-top: 20px !important;
	}
	footer.footer-section .f-social-icon ul.main-social-list li {
	  height: 30px !important;
	  width: 30px !important;
	}
	footer.footer-section .f-logo-sec ul.main-social-list li img {
	  padding: 4px !important;
	}
	footer.footer-section .f-logo-sec ul.main-social-list li:last-child img {
	  padding-bottom: 7px !important;
	}
	footer.footer-section .f-logo-sec .l-o-g:after,
	footer.footer-section .f-logo-sec .f-social-icon:after {
	  display: none !important;
	}
	footer.footer-section .container.bg {
	  padding: 30px 0px !important;
	}
	footer.footer-section .footer-p {
	  padding: 0px 20px !important;
	}
	footer.footer-section .phone {
	  margin: 10px 0px !important;
	}
	footer.footer-section .footer-p p {
	  font-size: 12px !important;
	  margin-top: 15px !important;
	  text-align: center !important;
	  line-height: 20px !important;
	}
	footer.footer-section .footer-widgets:before,
	footer.footer-section .footer-widgets:after {
	  display: none !important;
	}
	.footer-main-contact .phone h5 {
	  font-size: 15px !important;
	  line-height: 20px !important;
	}
	.footer-widgets li {
	  font-size: 12px !important;
	  line-height: 20px !important;
	}
	footer.footer-section .footer-widgets li a p, 
	footer.footer-section li.foot-add p {
	  font-size: 12px !important;
	  line-height: 15px !important;
	}
	.f-recent-post .f-post h2 {
	  font-size: 15px !important;
	  line-height: 20px !important;
	}
	footer.footer-section .f-recent-post .f-recent {
	  margin: 10px 0px !important;
	}
	.f-details-wrapper h3 {
	  font-size: 12px !important;
	  line-height: 15px !important;
	}
	.footer-botm p.asdas {
	  font-size: 12px !important;
	  line-height: 16px !important;
	}
	  footer.footer-section .f-logo-sec .foot-numb p {
	    font-size: 12px;
	    margin-left: 4px;
	}
	
	.f-logo-sec .foot-numb .h-icon {
	    width: 30px;
	}
	
	footer.footer-section .footer-widgets li .h-icon {
	    width: 40px;
	}
	
	section.main-testimonial.zz {
	    background-size: cover !important;
	}
	footer.footer-section .footer-widgets, footer.footer-section .f-recent-post {
	    padding: 0 10px;
	}
	
	footer.footer-section .f-recent-post {
	    margin-top: 20px;
	}
	
	footer.footer-section .f-logo-sec .f-social-icon {
	    margin-bottom: 20px;
	}
	
  }
  
  /*footer css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	footer.footer-section .f-logo-sec {
	  padding: 10px 0px !important;
	}
	footer.footer-section .f-social-icon ul.main-social-list li {
	  margin: 5px !important;
	}
	footer.footer-section .f-logo-sec ul.main-social-list li:last-child img {
	  padding-bottom: 10px !important;
	}
	footer.footer-section .f-logo-sec .f-social-icon:after {
	  height: 50px !important;
	  top: 5px !important;
	}
	.l-o-g {
	  width: 70%;
	  margin: 0 auto;
	}
	footer.footer-section .f-logo-sec .l-o-g:after {
	  height: 50px !important;
	  top: -3px !important;
	  right: -36px !important;
	}
	footer.footer-section .f-logo-sec .foot-numb p {
	  font-size: 15px !important;
	  margin-left: 10px !important;
	}
	footer.footer-section .f-logo-sec .foot-numb .h-icon {
	  width: 22px !important;
	}
	footer.footer-section .container.bg {
	  padding: 30px 0px !important;
	}
	footer.footer-section .footer-p p {
	  font-size: 13px !important;
	  line-height: 20px !important;
	}
	footer.footer-section .footer-main-contact .phone h5 {
	  font-size: 18px !important;
	}
	footer.footer-section .footer-widgets li {
	  font-size: 12px !important;
	  line-height: 20px !important;
	}
	footer.footer-section .footer-widgets li a p, footer.footer-section .f-details-wrapper h3 {
	  font-size: 13px !important;
	  line-height: 20px !important;
	}
	footer.footer-section .footer-widgets li .h-icon {
	  width: 30px;
	  padding-right: 5px;
	}
	footer.footer-section .f-recent-post .f-post h2 {
	  font-size: 18px !important;
	  line-height: 20px !important;
	}
  
	.footer-botm p.asdas {
	  font-size: 12px !important;
	}
  }
  /*end footer css*/
  
  /*product page bread crum css*/
  
  section.bread-crum {
	background-color: #cccccc52;
	max-width: 1600px;
	margin: 0 auto;
  }
  
  .bread_crumb {
	padding: 10px 0 10px 0 !important;
  }
  
  .bread_crumb a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
  }
  
  .innercaption h1{
    display: none !important;
  }
  
  /* end product page bread crum css*/
  
  
  
  
  /*about section*/
  section.about-section {
	position: relative;
	padding: 50px 0px;
  }
  section.about-section .defalt-heading h1 {
	color: #131313;
	font-family: Paytone One;
	font-size: 40px;
	font-weight: 400;
	display: inline-block;
	line-height: 50px;
	text-transform: capitalize;
	position: relative;
	}
  section.about-section .about-ccontent p {
	color: #646464;
	font-family: "Manrope";
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	}
  .about-image {
    float: right;
  }
  
  /*about css for mobile*/
  @media (max-width: 767px) {
	section.about-section {
	  padding: 30px 0px !important;
	}
	section.about-section .defalt-heading h1 {
	  font-size: 20px !important;
	  line-height: 20px !important;
	}
	section.about-section .about-ccontent p {
	  font-size: 12px !important;
	  line-height: 20px !important;
	}
  }
  /*about us css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.about-section {
	  padding: 30px 0px !important;
	}
	section.about-section .defalt-heading h1 {
	  font-size: 32px !important;
	  line-height: 35px !important;
	}
	section.about-section .about-ccontent p {
	  font-size: 14px !important;
	  line-height: 20px !important;
	}
  }
  
  /*about css for tab*/
  @media (min-width: 993px) and (max-width: 1024px) {
	.about-ccontent h1 {
	  font-size: 38px;
	}
	section.about-section .about-ccontent p {
	  font-size: 17px;
	}
	.about-btn a {
	  font-size: 20px;
	}
  }
  
  /*end about section*/
  
    .related-products .product-url a {
        font-size: 18px;
        max-width: 80%;
        margin: 0 auto;
    }
    .header-logo-contain .header-logo img {
        max-width: 30%;
        margin-left: 30px;
    }
    
    footer.footer-section .f-logo-sec .l-o-g img.img-fluid {
        max-width: 80px;
    }
    .banner-img img.img-fluid {
        max-width: 90%;
        margin: 0 auto;
    }
    .search-box-btn.search-box-outer:hover img.img-fluid {
        filter: brightness(15);
    }
    .banner-prod:hover {
        transition: 0.5s;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    .b-prod-content .view-c a:hover {
        transition: 0.5s;
        background: #fff;
        color: var(--color2);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    
    .product-section .product-url-main .view-details a:hover {
        transition: 0.5s;
        background: #fff;
        color: var(--color);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    
    section.pro.max.nb .view-c a:hover {
        transition: 0.5s;
        background: #fff;
        color: var(--color2);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    
    section.blog-section .blog-url-main .view-details a:hover {
        transition: 0.5s;
        color: var(--color2);
        border-color: var(--color);
    }

	section.blog-section .blog-url-main .view-details a:last-child {
	    border: none;
	}

    section.blog-section .main-blog-div:hover .blog-img img.img-fluid {
        transition: 0.5s;
        transform: scale(1.1);
    }
    
    section.pro.max.nb .main-imgges:hover .super-oil-cmain img.img-fluid {
        transition: 0.5s;
        transform: scale(1.1);
    }
    
    .product-section .main-div:hover .product-list img.img-fluid {
        transition: 0.5s;
        transform: scale(1.1);
    }
    
    .banner-prod:hover .b-prod-img img.img-fluid {
        transition: 0.5s;
        transform: scale(1.1);
    }
    @media (max-width: 767px) {
        footer.footer-section .f-logo-sec .l-o-g img.img-fluid {
            max-width: 25% !important;
        }
        
        .banner-img img.img-fluid {
            max-width: 85% !important;
        }
        .main-header li.nav-item {
            padding: 0px 10px 0px 30px !important;
        }
        .my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item {
            padding-left: 3px !IMPORTANT;
        }
        .bread_crumb {
            padding: 10px !important;
        }
    }
    @media (min-width: 380px) and (max-width: 767px) {
        .my-navbar .header-logo.mobile-logo img.img-fluid {
            max-width: 40% !important;
        }
    }
    @media (min-width: 767px) and (max-width: 992px) {
        .my-navbar .header-logo.mobile-logo img.img-fluid {
            max-width: 40% !important;
            margin-left: 0;
        }
    }
    
    @media(min-width: 1280px) and (max-width:1400px){
        .header-logo-contain{
            padding: 10px !important;
        }
    }
    
    .about-ccontent a {
        color: #fff;
        background-color: var(--color);
        padding: 10px 20px;
        border-radius: 5px;
    }