html {
	box-sizing: border-box;
}

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

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

sub,
sup {
	vertical-align: baseline;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

ul,
ol {
	list-style-position: inside;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul>li {
	list-style-type: none;
}

button{
	cursor: pointer;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body {
	font: 400 16px/27px "Instrument Sans", Arial, Verdana, sans-serif;
	background-color: #fff;
	min-width: 320px;
	color: #000;
	margin: 0;
	font-style: normal;
	-ms-overflow-style: scroll-bar;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Oswald", Arial, Verdana, sans-serif;
	font-weight: 700;
	color: #05AAA8;
	font-style: normal;
	margin: 0;
}

h1,
.h1 {
	font-size: 64px;
	line-height: 68px;
}

h2,
.h2 {
	font-size: 55px;
	line-height: 58px;
}

h3,
.h3 {
	font-size: 48px;
	line-height: 57px;
}

h4,
.h4 {
	font-size: 45px;
	line-height: 48px;
}

h5,
.h5 {
	font-size: 40px;
	line-height: 40px;
}

h6,
.h6 {
	font-size: 35px;
	line-height: 37px;
}

.container {
	max-width: 1274px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.btn {
	display: inline-block;
	padding: 9px 27px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50px;
	transition: all .3s ease;
}

.btn-primary {
	font: 500 20px/normal "Oswald", Arial, Verdana, sans-serif;
	color: #D9FF00;
	background-color: #05AAA8;
}

.btn-primary:hover {
	border-radius: 72px;
	background-color: #8D8888;
}

.btn-secondary {
	font: 300 15px/normal "Oswald", Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #05AAA8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 145px;
}

.btn-secondary:hover {
	border-radius: 72px;
	background-color: #0A6665;
}

#page-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.header-wrap {
	background-color: #05AAA8;
	padding-bottom: 2px;
  	padding-top: 3px;
}

.page-logo {
	width: 80px;
	height: 66px;
}

.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-deatail {
	display: flex;
	align-items: center;
	gap: 22px;
}

.header-contact {
	font: 500 18px/19px "Oswald", Arial, Verdana, sans-serif;
	display: block;
	width: 244px;
	text-align: right;
	color: #fff;
	display:none;
}
.header-contact a{
	color: #fff;
}

.heaer-search {
	display: flex;
}
.single-product-sec{
	padding-block: 15px 20px;
}

.heaer-search input {
	font: 500 10px/normal "Instrument Sans", Arial, Verdana, sans-serif;
	padding: 11px 9px 11px 3px;
	text-align: center;
	border-radius: 5px 0px 0px 5px;
	border: 0;
	outline: 0;
}

.submit-btn {
	font: 700 10px/normal "Instrument Sans", Arial, Verdana, sans-serif;
	color: #141D96;
	border-radius: 0 5px 5px 0px;
	background-color: #D9FF00;
	padding: 7px 27px 7px 27px;
	border: 0;
	letter-spacing: 0.9px;
	height: 34px;
	margin-left: -4px;
	margin-top: 1px;
}

.submit-btn:hover{
	color: #1B7573;
	background-color: #B9DBE6;
}

#page-nav {
	padding-block: 7px;
	background-color: #F4F4F4;
}

.page-menu {
	display: flex;
	gap: 46px;
	justify-content: flex-end;
	text-transform: uppercase;
}

.page-menu li a {
	font: 600 12px/normal "Instrument Sans", Arial, Verdana, sans-serif;
	letter-spacing: 1.08px;
	color: #05AAA8;
}

.page-menu li a:hover{
	color: #1B7573;
}

.home-banner {
	position: relative;
	z-index: 1;
}

.quote-btn {
	position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.quote-btn button{
	width: 280px;
	height: 50px;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	background-color: #EAEAEA;
	border-radius: 0px 0px 30px 30px;
	color: #05AAA8;
	transition: 0.3s all ease;
	border: 5px solid transparent;
}

.quote-btn button:hover{
	color: #141D96;
	background-color: #D9FF00;
	border: 5px solid #141D96;
}

.quote-btn button:hover svg path{
	fill: #141D96;
}

.banner-content-wrapper {
	position: relative;
	min-height: 569px;
}

.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

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

.banner-content,
.about-banner-content,
.product-banner-content {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: inherit;
  padding-bottom: 75px;
	max-width: 631px;
}
.banner-content{
	 padding-bottom: 0;
}

.banner-content h1 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 35px;
  	line-height: 36px;
	text-align:center;
}

.banner-content p {
	margin-bottom: 39px;
}
.banner-content .btn.btn-primary{
	padding: 7px 23px;
}
.banner-content a svg {
	margin-left: 8px;
}

.bannerSlider .slick-dots,
.chooseusSlider .slick-dots {
	display: none !important;
}

.bannerSlider {
	position: relative;
}

.bannerSlider .slickPrev,
.bannerSlider .slickNext {
	position: absolute;
	top: 57%;
	z-index: 1;
}

.bannerSlider .slickPrev {
	left: 36px;
}

.bannerSlider .slickNext {
	right: 36px;
}

.catogries-section {
	padding-block: 9px 72px;
}

.catogries-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.catogries-wrap .col {
	width: 33.33%;
}

.catogries {
	position: relative;
	z-index: 1;
	min-height: 340px;
}

.catogries-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.catogries-content {
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 1px;
	position: absolute;
	left: 32px;
	bottom: 9px;
	z-index: 2;
}

.catogries-content h2 {
	font-size: 30px;
	line-height: 32px;
}

.catogries-content h2 span {
	font-weight: 300;
	display: block;
}

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

.catogries-pst-img {
	position: absolute;
	bottom: -8px;
	left: -46px;
	z-index: 1;
}

.find-more-btn {
	margin-right: 42px;
}

.find-more-btn a {
	font: 300 25px/26px "Oswald", Arial, Verdana, sans-serif;
	color: #555353;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 25px;
}

.why-choose-us-wrap {
	display: flex;
	gap: 43px;
	flex-wrap: wrap;
}

.why-choose-us-left h3 {
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	color: #8DC7D9;
	margin-bottom: 2px;
}

.why-choose-us-left h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 42.12px;
	text-transform:unset;
	color: #969696;
	margin-bottom: 10px;
	max-width: 408px;
}

.why-choose-us-left p {
	margin-bottom: 25px;
	max-width: 400px;
}

.why-choose-us-left .btn.btn-secondary{
	padding: 9px 15px;
}

.why-choose-us-left {
	width: 39%;
}

.why-choose-us-right {
	width: 51%;
}

.why-choose-us {
	padding-bottom: 77px;
}

.why-choose-text-wrapper {
	max-width: 280px;
	margin-left: auto;
}

.choose-us-content {
	padding: 0 32px 32px 17px;
	font-weight: 400;
	border-radius: 10px;
	border: 3px solid #05aaa833;
	background-color: #05aaa833;
	color: #fff;
	transition: all 0.6s ease;
	min-height: 418px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.no-span{
	padding-left: 5px;
}

.number-span {
	font-size: 124px;
	line-height: 131px;
	font-weight: 700;
	color: #fff;
	display: block;
	font-family: "Oswald";
	transition: all 0.6s ease;
}

.choose-us-content h4 {
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 12px;
	transition: all 0.6s ease;
}
.why-choose-us-right p{
	line-height: 24px;
} 

.choose-us-content:hover {
	background-color: #fff;
	color: #05AAA8;
}

.choose-us-content:hover h4 {
	color: #05AAA8;
	margin-bottom: 18px;
}

.choose-us-content:hover .number-span {
	color: #05AAA8;
	margin-top: 16px;
}

.chooseusSlider .slick-current.slick-active .number-span{
	font-size: 200px;
	line-height: 212px;
	color: #fff;
}

.chooseusSlider .slick-current.slick-active h4,
.chooseusSlider .slick-current.slick-active p{
	color: #fff;
}

.chooseusSlider .slick-current.slick-active .choose-us-content{
	background-color: #05AAA8;
}

.chooseusSlider .slick-slide {
	padding-inline: 18px 2px;
}

.chooseusSlider {
	position: relative;
	margin-inline: -14px;
}

.chooseusSlider .slickPrev {
	position: absolute;
	right: 141px;
	bottom: -76px;
}

.chooseusSlider .slickNext {
	position: absolute;
	right: 61px;
	bottom: -76px;
}

.certificates-sec {
	padding-top: 31px;
	padding-bottom: 54px;
}

.certificates-sec .container {
	max-width: 1126px;
}

.certificates-header {
	display: flex;
	justify-content: center;
	z-index: 9;
	margin-top: 0;
	max-width: 1022px;
	margin:auto;
	margin-bottom: auto;
	margin-bottom: auto;
	gap:52px;
	margin-bottom:112px;
}

.certificates-header h4{
	margin-left: 51px;
}

.certificateSlider .slick-slide {
	padding-inline: 21px;
}

.certificateSlider {
	margin-inline: -21px;
}

.certificateSlider .slick-dots,
.ProductSlider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -20px;
	left: 47%;
	z-index: 9;
	margin-top: 0;
}

.ProductSlider .slick-dots {
	bottom: -31px;
}

.certificateSlider .slick-dots li,
.ProductSlider .slick-dots li {
	width: 10px;
	height: 10px;
	margin-inline: 5px;
	padding: 0;
}

.certificateSlider .slick-dots button,
.ProductSlider .slick-dots button {
	text-indent: -9999px;
	border: 0;
	border-radius: 100%;
	width: inherit;
	height: inherit;
	background-color: #8DC7D9;
	padding: 0;
}

.certificateSlider .slick-dots .slick-active button {
	background-color: #555353;
}

.product-header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 66px;
}

.product-features {
	padding-block: 29px 53px;
	background-color: #E9FAFF;
}
.product-features .product-header h4{
	font-size: 25px;
	line-height: 48px;
}

.products {
	display: flex;
	gap: 20px;
}

.product-image {
	position: relative;
	width: 40%;
	z-index: 2;
}

.product-pst-img {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 146px;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.product-content {
	width: 60%;
}

.product-content span {
	font-size: 14px;
	display:block;
	color: #000;
	line-height: 15px;
	margin-bottom: 2px;
}

.product-content h5 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 19px;
}

.product-content h6 {
	font-size: 15px;
	line-height: 16px;
	color: #8D8888;
	margin-bottom: 14px;
}

.product-content {
	font-size: 12px;
	line-height: 19px;
}

.product-content p {
	margin-bottom: 19px;
	min-height: 152px;
}

.product-image {
	width: 270px;
	height: 208px;
}

.ProductSlider .slick-slide {
	padding-inline: 16px;
}

.ProductSlider {
	position: relative;
}

.ProductSlider .slickPrev{
	position: absolute;
	left: -37px;
	top: 32%;
}

.ProductSlider .slickNext{
	position: absolute;
	right: -60px;
	top: 31%;
	transform: translate(-50%);
}

.ProductSlider .slick-dots button {
	height: inherit;
	background-color: #B0C2C2;
}

.ProductSlider .slick-dots .slick-active button {
	background-color: #05AAA8;
}

.about-banner-sec{
	position: relative;
}

.about-banner-content{
	padding-block: 0 14px;
}

.about-content-wrapper {
	position: relative;
	min-height: 400px;
}

.about-banner-content span{
	font-size:15px;
	line-height: 41px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Oswald";
	color: #FFFFFFB2;
	padding-top: 50px;
	display: block;
	padding-bottom: 10px;
	letter-spacing:4.8px
}

.about-banner-content h1{
	color: #fff;
	margin-bottom: 35px;
	font-size: 35px;
	line-height: 40px;
}

.about-banner-content a{
	margin-bottom: 30px;
	width: 244px;
}

.about-detail{
	padding-block: 32px 84px;
}

.about-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}

.about-detail-wrap .col {
	padding-left: 25px;
	padding-right: 25px;
}

.about-detail-wrap .col-5 {
	width: 100%;
}

.about-detail-wrap .col-7 {
	width: 100%;
}

.about-detail-left {
	height: 283px;
	margin-left: 0;
}

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

.about-deatil-right{
	color: #585858;
}

.about-deatil-right p+p{
	margin-top: 43px;
}

.product-banner {
	position: relative;
}

.product-banner-wrapper {
	position: relative;
	min-height: 569px;
}

.product-banner-content{
	position: relative;
	z-index: 2;
}

.product-banner-content h1{
	color: #fff;
	max-width: 477px;
	margin-bottom: 64px;
	letter-spacing: 0;
	font-size: 35px;
  	line-height: 38px;
}

.product-banner-content{
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 1.8px;
	color: #eee;
	padding-bottom: 26px;
	padding-top: 69px;
}

.product-banner-content p{
	max-width: 537px;
}

.products-in-store{
	position: relative;
	z-index: 0;
	padding-block: 39px 9px;
}
.products-in-store.product-store-listbar{
	padding-block: 56px 57px;
}

.products-in-store::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #E9FAFF;
	width: 100%;
	height: 100%;
}

.store-header h2{
	color: #8D8888;
	margin-bottom: 6px;
	font-size: 25px;
	line-height: 58px;
	text-align:center;
}

.store-header a{
	width: 100%;
}

.store-header a svg{
	margin-left: 10px;
}

.product-col-img img {
	width: 100%;
}

.store-header{
	display: flex;
	gap: 39px;
	margin-bottom: 30px;
}

.store-header-left{
	width: 100%;
}

.store-header-right{
	width: 100%;
}

.store-header-right p{
	padding-left: 0;
	padding-top: 0;
	line-height: 29px;
}

.row{
	display: flex;
	flex-wrap: wrap;
	margin-inline: -7.5px;
}

.col3{
	padding-inline: 7.5px;
	width:100%;
}

.product-row .col3{
	position: relative;
	margin-bottom: 9px;
}

.product-row-anchr:hover h5{
	color: #fff;
	text-shadow: none;
}

.product-col3-content{
	position: absolute;
	bottom: 44px;
	left: 31px;
}

.product-row-anchr h5{
	max-width: 208px;
	position: relative;
	text-shadow: 4px 4px 10px #FFF;
	transition: all 0.5s ease;
	font-size: 30px;
}

.product-row-anchr h5::before{
	content: "";
	position: absolute;
	top: 8px;
	bottom: 0;
	width: 12px;
	height: 100%;
	background-color: #8DC7D9;
	left: -31px;
}

.product-row-anchr{
	position: relative;
	display: block;
	overflow: hidden;
}

.product-row-anchr::before{
	position: absolute;
	content: "";
	background-color: #05AAA8;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	left: -50px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease;
}

.product-row-anchr:hover::before{
	right: -60px;
	visibility: visible;
	opacity: 1;
	left: auto;
}

.contact-us{
	display: flex;
	gap: 0;
}

.map-wrapper {
	margin-right: -169px;
}

.contact-left{
	text-align: center;
}

.contact-left{
	width: 100%;
}
.contact-right{
	width: 100%;
}
.contact-sec{
	margin-bottom: 6px;
}

.contact-left h6{
	margin-bottom: 31px;
	padding-top: 34px;
}

.contact-text-block {
	padding-top: 0;
	margin-bottom: 30px;
	max-width: 341px;
	margin-inline: auto;
}

.contact-left textarea,
.contact-left input,
.contact-left #message,
.popup-deatail_fency input,
.popup-deatail_fency #message,
.popup-deatail_fency textarea{
	margin-bottom: 12px;
	background-color: #EDEDED;
	color: #A89E9E;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.12px;
	border: 0;
	width: 426px;
	padding: 6px 33px;
	outline: 0;
	border-radius: 5px;
}
.popup-deatail_fency select{
	margin-bottom: 12px;
	background-color: #EDEDED;
	color: #A89E9E;
	font-family: "Instrument Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.12px;
	border: 0;
	width: 426px;
	padding: 6px 33px;
	outline: 0;
	border-radius: 20px;
}
.popup-deatail_fency input[type="submit"],
.contact-left input[type="submit"]{
	font: 500 20px/normal "Oswald", Arial, Verdana, sans-serif;
	color: #D9FF00;
	background-color: #05AAA8;
	padding: 10px 20px;
	border-radius: 50px;
}
.popup-deatail_fency input[type="submit"]{
	height: 48px;
}
.popup-deatail_fency textarea{
	height: 151px;
	width: 100%;
	margin-bottom: 28px;
	resize: none;
}
.contact-left textarea{
	height: 151px;
	margin-bottom: 32px;
	resize: none;
}
.popup-deatail_fency select,
.popup-deatail_fency input{
	height: 38px;
}
.popup-deatail_fency select,
.popup-deatail_fency input,
.popup-deatail_fency #message{
	width: 100%;
}

.popup-deatail_fency #message{
	margin-bottom: 28px;
	height: 153px;
}

.contact-left button{
	width: 100%;
}

.contact-left button svg{
	margin-left: 10px;
}

.contact-left #message{
	height: 151px;
	margin-bottom: 33px;
}

.contact-left p{
	margin-bottom: 43px;
	color: #585858;
}

.contact-right{
	position: relative;
	text-align: center;
	color: #fff;
}

.contact-sec::before{
	position: absolute;
	content: '';
	z-index: -1;
	top: 37.9%;
	bottom: 0;
	right: 0;
	background-color: #8DC7D9;
	width: 100%;
}

.contact-right h6{
	color: #fff;
	font-size: 30px;
  	line-height: 37px;
	margin-bottom: 10px;
}

.contact-right p{
  letter-spacing: 1.44px;
}

.cleaner-product-content{
	color: #eee;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 1.62px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: inherit;
	padding-bottom: 82px;
	max-width: 537px;
}

.cleaner-text-wrapper {
	position: relative;
	min-height: 485px;
}

.cleaner-product-content h1{
	color: #fff;
	margin-bottom: 43px;
}

.cleaner-product-banner{
	position: relative;
}

.cleaner-product-banner-img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}

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

.products-section{
	padding-top: 13px;
	padding-bottom: 70px;
}

.product-info-col-img {
	height: 298px;
}

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

.product-info-row.row{
	margin-inline: -14px;
	row-gap: 49px;
}

.product-info-col{
	width: 100%;
	padding-inline: 14px;
	text-align: center;
}

.product-info-col h2{
	font-family: "Instrument Sans";
	line-height: 50px;
	color: #ADADAD;
	font-size: 38px;
}

.product-info-col span{
	font-size: 10px;
	line-height: 11px;
	color: #000;
	margin-bottom: 9px;
	display: block;
}

.product-info-col h3{
	font-family: "Instrument Sans";
	font-size: 23px;
	line-height: 21px;
	color: #000;
	margin-bottom: 9px;
}

.product-info-col a{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	margin: 0 auto;
}

.product-info-col a svg{
	margin-left: 20px;
}

.single-product-sec .single-product{
	display: flex;
	gap: 32px;
	width: 100%;
}

.single-product-right{
	width: 100%;
	padding-bottom: 30px;
}
.single-product-left{
	width: 100%;
	padding-bottom: 30px;
}

.files-img{
	display: flex;
	gap: 12px;
}

.count-span{
	color: #696969;
	font-family: "Instrument Sans";
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.8px;
	display: block;
	margin-bottom: 14px;
}

.single-product-left{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.28px;
}

.cleaner-content{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}

.cleaner-content p{
	margin-bottom: 3px;
}

.files-haed h1{
	color: #000;
}

.files-haed{
	margin-bottom: 42px;
}

.single-product-left p{
	margin-bottom: 3px;
}

.cleaner-point-list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 28px;
	margin-bottom: 35px;
	margin-top: 17px;
}

.cleaner-point-list li{
	width: 229px;
	color: #555353;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.productgallerySlider .product-galler-img {
	padding-right: 15px;
}

.productgallerySlider .product-galler-img img{
	width: 100%;
	height: 382px;
}

.specifications h2,
.product-applications h2,
.product-available-left h3,
.product-available-right h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 13px;
	padding-bottom: 14px;
	color: #000;
	border-bottom: 1px solid #8DC7D9;
}

.product-available-left h3,
.product-available-right h3{
	margin-bottom: 12px;
	padding-bottom: 13px;
}

.specification-list li,
.product-available-left-list li,
.product-available-left-right li{
	display: flex;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #555353;
}

.product-available-left-list li,
.product-available-left-right li{
	line-height: 23px;
}

.specification-list li span{
	font-weight: 700;
	color: #000;
	width: 40%;
}

.specification-list li span.sprecs-descr{
	font-weight: 400;
	width: 60%;
}

.product-applications{
	font-size: 14px;
	line-height: 23px;
	color: #555353;
}

.product-available{
	display: flex;
	gap: 31px;
	margin-bottom: 20px;
}

.product-available-left,
.product-available-right{
	width: 100%;
}

.product-applications p{
	margin-bottom: 27px;
}

.product-available-btn{
	width: 235px;
	height: 48px;
	margin-left: auto;
}

.product-available-btn button{
	width: 100%;
	height: 100%;
}

.product-available-btn button svg{
	margin-left: 10px;
}

.product-available-btn button:hover{
	background-color: #555353;
}

#page-footer {
	background-color: #05AAA8;
	padding-block: 26px 47px;
}

.footer-logo-img {
	font-size: 12px;
	letter-spacing: 1.08px;
	line-height: 17px;
	color: #fff;
}
.footer-logo-img a{
	display: block;
	margin-bottom: 10px;
}

.footer-logo-img img {
	width: 116px;
	height: 96px;
	margin-left: 36px;
}

.footer-logo-img p {
	max-width: 248px;
}

.footer-menu {
	margin-top: 22px;
	text-transform: uppercase;
}

.footer-menu li a,
.office-address span {
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.08px;
	color: #fff;
}

.footer-menu li a:hover{
	color: #D9FF00;
}

.footer-logo-content {
	display: flex;
	gap: 30px;
}

.footer-menu li+li {
	margin-top: 6px;
}

.office-address {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 21.24px;
	letter-spacing: 1.08px;
	width: 21%;
	margin-top: 30px;
}

.office-address p {
	max-width: 189px;
	margin-top: 11px;
}

.footer-logo{
	display: flex;
	justify-content: space-between;
}

.popup-deatail_fency p{
	font-weight: 600;
	margin-bottom: 21px;
	font-size: 14px;
	line-height: 20px;
}

.popup-deatail_fency h4{
	margin-bottom: 9px;
	text-align:center;
	font-size: 30px;
}

.popup-deatail_fency button{
	width: 100%;
	height: 39px;
	font-size: 14px;
}

.popup-deatail_fency button svg{
	margin-left: 10px;
}

.popup-deatail_fency a{
	position: absolute;
	top: 14px;
	right: 18px;
}

.popup-deatail_fency a::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
}

.popup-deatail{
	padding: 51px 30px 4px 30px;
	text-align: center;
	transform: translate(-50%, -50%);
  background: #FFF;
	border-radius: 9px;
	top: 50%;
  width: 100%;
}

.slider-wrapper {
	display: flex;
	gap: 10px;
	max-width: 100%;
	align-items: flex-start;
}
  
.productgallerySlider {
	flex: 1;
	max-width: 332px;
	height:413px;
}
  
.slider-nav-thumbnails {
	width: 120px;
	max-height: 430px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-top: 0;
}
  
.slider-nav-thumbnails .slick-slide {
	margin: 5px 0;
	cursor: pointer;
}
  
.slider-nav-thumbnails img {
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	transition: border 0.3s ease;
}
  
.slider-nav-thumbnails .slick-current img {
	border: 2px solid #007bff;
}

.pagination{
	display: flex;
	justify-content: center;
	padding:10px 0;
	gap:8px;
	flex-wrap: wrap;
	align-items: center;
}

.pagination .page-numbers{
	color: #333;
	padding:0px 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 21.2px;
	text-decoration:none;
	transition:background-color 0.3s, color 0.3s;
}

.contact-left textarea, 
.contact-left input, 
.contact-left #message{
	width: 100%;
}

.fancybox__backdrop {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.fancybox__content {
	border-radius: 9px !important;
	padding: 25px 19px 34px !important;
	max-width: 558px !important;
}

.wpcf7-form.init {
	text-align: center !important;
}

.popup-deatail_fency .wpcf7-spinner {
	position: absolute;
	right: 50px;
	bottom: 90px;
}

.footer-resvered {
	padding: 12px 25px;
	background-color: #086261;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1.08px;
}

.page-menu li.menu-item-has-children {
	position: relative;
}

.page-menu li.menu-item-has-children .sub-menu {
	position: absolute;
	left: -63px;
	right: 0;
	top: 34px;
	z-index: 2;
	width: 250px;
	background-color: #F4F4F4;
	text-align: center;
	border-radius: 3px;
	display: none;
}

.page-menu li.menu-item-has-children .sub-menu:before {
	position: absolute;
	content: "";
	left: 0;
	right:0;
	top: -14px;
	width: 100%;
	height: 17px;
	z-index: 1;
}

.page-menu li.menu-item-has-children .sub-menu li a {
	display: block;
	padding: 6px 4px;
}

.page-menu li.menu-item-has-children .sub-menu li + li a {
	border-top: 1px solid #05AAA8;
}

.lang-wrapper {
	width: 103px;
	padding: 2px;
	background-color: #05AAA8;
	border-radius: 50px;
	font-size: 12px;
	color: #05AAA8;
	cursor: pointer;
	position: relative;
}

.lang-wrapper summary {
	background-color: #fff;
  	border-radius: 50px;
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0 4px;
	text-transform: capitalize;
	position: relative;
}

.lang-img {
	width: 21px;
	height: 21px;
	margin-right: 3px;
}

.lang-wrapper summary:before {
	position: absolute;
	content: "";
	right: 7px;
	top: 11px;
	border-width: 1px 1px 0 0;
	border-color: #05AAA8;
	border-style: solid;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

.lang-wrapper[open=""] {
	border-radius: 12px 12px 0 0;
}

.lang-wrapper[open=""] summary:before {
	transform: rotate(135deg);
	right: 5px;
  	top: 9px;
}

.lang-list {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	border-radius:0 0 12px 12px;
	background-color: #05AAA8;
}


.lang-list a {
	color: #fff;
}

.lang-main-wrap {
	margin-bottom: 30px;
}

.language-list{
	width: 89px;
}

.language-list li a{
	font-size: 14px;
	font-weight: 500;
	color: #555353;
}

.language-list li .lang-active{
	color: #05AAA8;
	border-bottom: 1px solid #05AAA8;
}

.language-list li{
	position: relative;
	display: flex;
	gap: 22px;
}

.language-list li::before{
   position: absolute;
   content: '';
   top: 32%;
   left: 46%;
   border-width: 1px 0 10px 0;
   background-color: #ADADAD;
   border-style: solid;
   width: 1px;
   height: 10px;
   transform: rotate(180deg);
}

@media (min-width: 768px){
	.count-span{
		font-size: 30px;
		margin-bottom: 5px;
	}
	
	.product-pst-img{
		width: 122px;
	}
	
	.page-menu li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	
	.popup-deatail_fency select{
		border-radius: 5px;
		font-size: 16px;
	}
	.header-contact{
		display:block;
	}
	.cleaner-point-list{
		margin-bottom: 30px;
	}
	.cleaner-text-wrapper {
		min-height: 440px;
	}
	.files-haed{
		margin-bottom: 20px;
	}
	.single-product-sec{
		padding-block: 105px 20px;
	}
	.files-haed {
		border-bottom:1px solid #8DC7D9;
		display: flex;
		justify-content: space-between;
		padding-bottom: 2px;
		gap: 35px;
	}
	
	.files-img{
		flex-wrap: wrap;
	}
	
	.single-product-sec .slider-wrap-mobile{
		display: none;
	}
	
	.single-product-right{
		width: 47%;
		padding-bottom: 30px;
	}
	.single-product-left{
		width: 50%;
		padding-bottom: 30px;
	}
	.product-available-left,
	.product-available-right {
		width: 46%;
	}
	.product-info-col h3{
		font-size: 20px;
	}
	.products-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cleaner-product-content{
		padding-bottom: 75px;
	}
	.cleaner-product-content h1{
		margin-bottom: 17px;
	}
	.contact-left p{
		margin-bottom: 24px;
	}
	.contact-sec{
		margin-bottom: -6px;
	}
	.products-in-store.product-store-listbar{
		padding-block: 2px 120px;
	}
	.contact-right h6{
		font-size: 35px;
		margin-bottom: 0;
	}
	.product-row-anchr h5::before{
		top: 0;
	}
	.contact-text-block{
		padding-top: 77px;
	}
	.contact-sec::before {
		top: 0%;
		width: 49.6%;
	}
	.contact-us {
		gap:57px;
	}
	.contact-left h6 {
		margin-bottom: 15px;
		padding-top: 77px;
	}
	.contact-left{
		width: 49%;
	}
	.contact-right{
		width: 53%;
	}
	.col3{
		width: 33.33%;
	}
	.product-row .col3{
		margin-bottom: 5px;
	}
	.product-content span {
	  font-size: 10px;
	  line-height: 11px;
	}
	.store-header{
		gap: 20px;
	}
	.products-in-store{
		padding-block: 50px 9px;
	}
	.about-detail-wrap .col-5 {
		width: 40%;
	}

	.product-banner-content{
		padding-bottom: 85px;
	}
	.about-deatil-right p + p {
		margin-top: 26px;
	}
	.about-detail-wrap .col-7 {
		width: 60%;
	}
	.product-banner-wrapper {
		min-height: 500px;
	}
	.product-banner-content h1{
		font-size: 64px;
		line-height: 68px;
		margin-bottom: 14px;
	}
	.store-header h2{
		margin-bottom: 31px;
		font-size: 55px;
	}

	.about-detail-left {
		height: 438px;
		margin-left: -145px;
	}
	.about-detail {
		padding-block:50px 44px;
	}
	.about-banner-content h1{
		font-size: 55px;
		line-height: 58px;
	}
	.product-content p {
		margin-bottom: 10px;
		min-height: 152px;
	}
	.banner-content h1 {
		font-size: 48px;
		line-height: 57px;
		margin-bottom: 9px;
		text-align:unset;
	}
	.why-choose-us-left p {
		margin-bottom: 19px;
	}
	.catogries-content {
		bottom: 30px;
		gap: 10px;
	}
	.about-banner-content span{
		font-size: 24px;
		letter-spacing:unset,
		padding-bottom: 10px;
		padding-bottom: 10px;
	}
	.catogries-pst-img {
		left: 0;
	}
	.catogries-section {
		padding-block: 57px 40px;
	}
	.catogries {
		min-height: 405px;
	}	
	.header-deatail.mobile-header{
		display:none;
	}
	.banner-content-wrapper {
		min-height: 631px;
	}
	.container {
		padding-left: 45px;
		padding-right: 45px;
	}
	.banner-content,
	.about-banner-content,
	.product-banner-content {
		font-size: 20px;
		padding-bottom: 75px;
	}
	.single-product-sec .product-btn-mobile,
	.search-mobile-wrapper{
		display:none;
	}
	.why-choose-us-left h4{
		text-transform: uppercase;
		margin-bottom: 45px;
	}
	.why-choose-us {
		padding-bottom: 68px;
	}
	.certificates-sec {
		padding-bottom: 89px;
	}
	.product-features {
		padding-block: 49px 54px;
		background-color: #E9FAFF;
	}
	.product-features .product-header h4{
		font-size: 45px;
		line-height: 48px;
	}
	.product-content h5 {
		font-size: 28px;
		margin-bottom: 48px;
	}
	.product-content h6 {
		margin-bottom: 5px;
	}
	.products-in-store::before{
		width: 55%;
	}
	.store-header-left{
		width: 39%;
	}
	.store-header-right{
		width: 59%;
	}
	.store-header-right p{
		padding-left: 71px;
		padding-top: 11px;
	}
	.product-info-row.row{
		row-gap: 29px;
	}

	.product-info-col{
		width: 25%;
	}
	.popup-deatail_fency p{
		font-size: 16px;
		line-height: 27px;
	}

	.popup-deatail_fency h4{
		margin-bottom: 9px;
		font-size: 35px;
	}

	.popup-deatail_fency button{
		height: 76px;
		font-size: 20px;
	}
	
	.allProduct {
		display: none;
	}
	
	.slider-nav-thumbnails .slick-slide .product-galler-img{
	    height: 127px;
   }
	
	.product-image{
		height: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		padding-left: 95px;
		padding-right: 95px;
	}
	.why-choose-text-wrapper {
		max-width: 403px;
		margin-left: auto;
	}
	
	.product-pst-img{
		width: 135px;
	}
	.Product-banner-sec .product-banner h1{
		font-size: 64px;
	}
	.product-row-anchr h5{
		font-size: 40px;
		max-width: 208px;
	}
	.product-row-anchr h5{
		font-size: 40px;
	}
	.why-choose-text-wrapper {
		max-width: 356px;
	}
	.why-choose-us-left h4 {
		margin-bottom: 25px;
	}
	.product-image {
		width: 270px;
	}
	.product-header {
		margin-bottom: 66px;
	}
	.ProductSlider .slickPrev{
		left: -60px;
	}
	.banner-content-wrapper {
		min-height: 631px;
	}
	.banner-content,
	.about-banner-content,
	.product-banner-content {
		max-width: 631px;
	}
	.banner-content{
		margin-inline:unset;
	}
	.bannerSlider .slickPrev {
		left: 36px;
	}
	.bannerSlider .slickPrev, .bannerSlider .slickNext {
		top: 57%;
	}
	.bannerSlider .slickNext {
		right: 36px;
	}
	.about-banner-content h1{
		font-size: 64px;
		line-height: 68px;
	}
	.catogries-content h2 {
		font-size: 30px;
	}
	.catogries-pst-img {
		width: 273px;
	}
	.why-choose-us-wrap {
		gap: 64px;
	}
	.productgallerySlider .product-galler-img {
		padding-right: 20px;
	}
	.productgallerySlider .product-galler-img img {
		height: 418px;
	}
	.product-info-col h2{
		font-size: 48px;
	}
	.productgallerySlider {
		max-width: 302px;
	}
	.files-haed{
		gap: 56px;
	}
}
@media (min-width: 1280px) {
	.why-choose-text-wrapper {
		max-width: 403px;
	}
	.productgallerySlider .product-galler-img img {
  		height: 418px;
	}
		.productgallerySlider {
		max-width: 332px;
	}
	
	.product-pst-img{
		width: 160px;
	}
}

@media (max-width: 767px){
	.why-choose-us-left .btn.btn-secondary,
	.bannerSlider .slickNext img{
		display:none;
	}
	.bannerSlider .slickPrev img{
		display:none;
	}
	.banner-content p{
		letter-spacing:1.44px;
		font-size: 15px;
		margin-bottom: 19px;
		text-align: center;
		font-weight: 600;
	}
	.product-available,
	.single-product-sec .single-product {
		flex-wrap: wrap;
	}
	
	.banner-content-wrapper .banner-btn-wrap{
		margin-bottom: 29px;
	}
	.banner-content .btn.btn-primary{
		width: 100%;
	}
	.catogries-wrap .col{
		width: 100%;
	}
	.catogries-pst-img{
		bottom: -22px;
	}
	.why-choose-us-left {
		width: 100%;
		padding-inline: 21px;
	}
	.why-choose-us-right{
		width: 100%;
		padding-inline: 45px;
	}
	.why-choose-us-left h4 {
		line-height: 36.12px;
	}
	.chooseusSlider .slickNext {
		right: 13px;
	}
	.chooseusSlider .slickPrev {
		left: 15px;
	}
	.why-choose-text-wrapper {
		max-width: 100%;
		text-align: center;
	}
	.certificates-header {
		display: block;
		max-width: 309px;
		text-align: center;
	}
	.certificates-header h4 {
		margin-left: 0;
		text-align:center;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.footer-logo-content,
	.footer-logo {
		display: block;
	}
	#footer_menu{
		display: flex;
    	flex-wrap: wrap;
		text-align: center;
	}
	#footer_menu li{
		width: 50%;
	}
	#footer_menu li+ li{
		margin-top: 0;
		margin-bottom: 13px;
	}
	.footer-logo-img{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#page-footer .office-address{
		text-align: center;
		width: 100%;
	}
	#page-footer .office-address p{
		max-width: 100%;
	}
	.footer-logo-img img {
		width: 171px;
		height: 142px;
		margin-left: 0;
	}
	.footer-logo-img p{
		max-width: 100%;
		font-size: 15px;
		text-align: center;
	}
	#page-footer {
		padding-block: 52px 47px;
	}
	.footer-logo-img a {
		margin-bottom: 18px;
	}
	.footer-menu {
		margin-top: 27px;
	}
	.footer-menu li a{
		font-size: 15px;
		letter-spacing: 2.88px;
		font-weight: 700;
	}
	#page-footer .office-address span{
		display: block;
		border-bottom: 1px solid #fff;
		padding-bottom: 12px;
	}
	.ProductSlider .slick-dots li,
	.ProductSlider .slickNext img,
	.ProductSlider .slickPrev img,
	.find-more-btn {
		display: none;
	}
	.heaer-search {
		display: none;
	}
	.pageNavCollaspe {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 3;
        background-color: #05AAA8;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: transform .3s ease;
        text-align: left;
		padding-bottom: 30px;
	}
	  .pgNavOpener {
		display: block;
		position: absolute;
		top: 40px;
		right: 35px;
		color: #FFF;
		width: 24px;
		height: 28px;
  	}
	.pgNavOpener::before {
		content: "";
		position: absolute;
		top: -1px;
		right: 0;
		left: 0;
	 }
	.pgNavOpener::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 6px;
		left: 0;
  	}
	.pgNavOpener .icnBar {
		position: absolute;
		left: 0;
		top: 8px;
		right: 0;
  	}
	 .pgNavActive .pgNavOpener .icnBar {
		visibility: hidden;
	}
	.pageNavCollapse:before {
        position: absolute;
        content: "";
        left: -9999px;
        right: -9999px;
        top: 0;
        bottom: 0;
        background-color: #C0E8DD;
        z-index: -1;
    }
    .pgNavOpener:before,
    .pgNavOpener:after,
    .pgNavOpener .icnBar {
        height: 4px;
        background-color: currentColor;
        transition: all .3s ease;
		border-radius: 5px;
    }
    .pgNavActive .pgNavOpener::before {
        transform: rotate(45deg) translate(7px, 6px);
    }
	.pgNavActive .pgNavOpener::after {
        transform: rotate(-45deg) translate(8px, -7px);
    }
    .pgNavActive .pgNavOpener .icnBar {
        opacity: 0;
        visibility: hidden;
    }
    .pageNavCollaspe {
        display: flex;
        align-items: center;
		flex-wrap: wrap;
    }
    .pgNavActive .pageNavCollaspe {
        transform: scaleY(1);
    }
	.page-menu{
		display:block;
		padding-block: 10px 8px;
	}
	.page-menu li{
		padding-block:16px;
	}
	#page-nav{
		width:100%;
	}
	.page-menu li a{
		font-size:20px;
		font-weight: 400;
	}
	.btn-quote{
		margin:auto;
		font-size: 16px;
		border:2px solid #fff;
		padding:14px 22px;	
		width: 70%;
		display: block;
		text-align: center;
		font-weight: 700;
		color:#fff;
		border-radius: 5px;
	}
	.search-mobile-wrapper{
		width: 100%;
		margin-block: 20px;
	}
	.head-input-wrap{
		position: relative;
		width: 70%;
		margin:auto;
		margin-top: auto;
		margin-top: 34px;
	}
	.head-input-wrap input{
		width: 100%;
		padding:20px 16px;
		background-color:#05AAA8;
		color: #fff;
		font-size: 16px;
		border:3px solid #fff;
		border-radius: 5px;
	}
	.head-input-wrap .search-icn{
		position: absolute;
		right: 9px;
		top: 21px;
		z-index: 1;
		cursor: pointer;
	}
	.header-wrap {
		padding-bottom: 18px;
		padding-top: 17px;
	}
	.certificateSlider .slick-dots{
		position: unset;
		margin-top: 6px;
	}
	.product-image {
		width: 217px;
		margin: 0 auto;
	}
	.product-features .product-content{
		padding-top: 95px;
		text-align: center;
		width: 100%;
	}
	.product-features .product-content a{
		 margin:auto;
	}
	.product-features .products{
		display:block;
	}
	.product-header{
		margin-bottom: 3px;
	}
	.office-address{
		margin-top: 44px;
	}
	.office-address p{
		margin-top: 15px;
	}
	.about-content-wrapper {
		min-height: 569px;
	}
	.about-detail-wrap{
		row-gap: 20px;
	}
	.office-address span{
		font-size: 15px;
		letter-spacing: 1.28px;
		font-weight: 700;
	}
	.product-banner-content,
	.about-banner-content{
		text-align: center;
	}
	.about-banner-content .btn.btn-primary{
		width: 100%;
		margin-inline: auto;
	}
	.product-banner-content p{
		font-size: 18px;
		letter-spacing: 1.44px;
	}
	.store-header-left,
	.store-header-right{
		padding-inline: 9px;
	}
	.single-product-sec .files-haed h1,
	.cleaner-content,
	.specifications h2,
	.cleaner-product-content,
	.store-header-right p{
		text-align:center;
	}
	.map-wrapper {
		margin-right: -25px;
		height: 506px;
		margin-left: -25px;
		margin-bottom: -6px;
	}
	.product-info-col-img {
		height: 206px;
		width: 176px;
		margin:auto;
	}
	.product-info-col h2{
		margin-bottom: 7px;
	}
	.product-info-col a{
		width: 146px;
		padding:9px 17px;
	}
	.single-product-sec .product-btn-desktop,
	.single-product-sec .slider-wrap-desktop{
		display:none;
	}
	.single-product-left{
		display:block;
		width: 100%;
	}
	.single-product-right{
		width: 100%;
	}
	.slider-nav-thumbnails{
		margin: auto;
	}
	.single-product-sec .files-haed h1{
		border-bottom:1px solid #8DC7D9;
		padding-bottom: 11px;
		margin-bottom: 20px;
	}
	.slider-wrapper{
		display:block;
	}
	.cleaner-content p{
		font-size: 10px;
		letter-spacing: 3.2px;
		margin-bottom: 0;
	}
	.files-img{
		gap:27px;
		justify-content: center;
	}
	.store-header,
	.contact-us{
		flex-wrap:wrap;
	}
	.cleaner-content{
		padding-top: 90px;
	}
	.product-available-btn{
		width: 100%;
		margin-inline: auto;
		margin-bottom: 30px;
	}
	.single-product-left p{
		margin-top: 7px;
	}
	.single-product-sec {
		padding-block:4px 13px;
	}
	.popup-deatail_fency input, .popup-deatail_fency #message, .popup-deatail_fency textarea{
		font-size: 10px;
		border-radius: 20px;
	}
	.catogries-wrap{
		row-gap: 5px;
		margin-bottom: 0;
	}
	.why-choose-us-left h3{
		font-weight: 400;
	}
	
	.quote-btn {
		display: none;
	}
	
	.product-content p {
	  min-height: auto;
	}
	
	.btn {
  		padding: 9px 17px;
	}
	
	.map-wrapper iframe {
		height: 100%;
	}
	
	.specification-list li span{
		text-align: right;
	}

	.specification-list li span.sprecs-descr{
		text-align: left;
	}
	
	.specification-list li {
	  gap:30px;
	}
	
	.page-menu li.menu-item-has-children .sub-menu {
		position: relative;
		width: 100%;
		border-radius: 0;
		background-color: transparent;
		left: auto;
		top: 0;
		right: 0;
		text-align: left;
		margin-top: 10px;
	}
	
	.page-menu li.menu-item-has-children .sub-menu:before {
		display: none;
	}
	
	.page-menu li.menu-item-has-children .sub-menu:after {
		position: absolute;
		content: "";
		left: -40px;
		right: -999px;
		background-color: #D9D9D9;
		width: 120%;
		height: 100%;
		z-index: -1;
		top: 0;
		bottom: 0;
	}
	
	.page-menu li.menu-item-has-children .sub-menu li {
		padding: 0;
	}
	
	.page-menu li.menu-item-has-children .sub-menu li a {
		font-size: 15px;
		padding: 6px 0;
	}
	
	.page-menu li.menu-item-has-children:before {
		position: absolute;
		content: "";
		right: 10px;
		top: 21px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #05AAA8;
		width: 14px;
		height: 14px;
		transform: rotate(45deg);
		cursor: pointer;
	}
	
	.page-menu li.menu-item-has-children.openParrent:before {
		transform: rotate(135deg);
	}
	
	.sub-menu.open {
		display: block !important;
	}
	
	.lang-main-wrap .lang-wrapper {
		margin-left: auto;
	}
	
	.certificates-images img{
		margin: 0 auto;
	}
	
	.why-choose-us-left h4,
	.why-choose-us-left p{
		max-width: 100%;
	}
}