.mobile-inner-bnner {
  display: none;
}
.inner-banner-wrapp {
  position: relative;
}
.banner-content {
  max-width: 1200px !important;
  margin: 0px auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 33px;
}
.banner-content p {
  font-size: 18px;
  color: #0CA255;
  line-height: 30px;
  padding-right: 47%;
  margin-bottom: 0;
}
.banner-content h2 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 65px;
  font-size: 65px;
  line-height: 74px;
}
.banner-content span {
  display: block;
}
.our-jouerny h4 {
  font-size: 24px;
  color: #657986;
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: 2.4px;
}
.our-jouerny h2 {
  margin-bottom: 72px;
}
.history-slider-main .c-box h4 {
  margin-bottom: 16px;
}
.service-wrappe img {
  border-radius: 13px;
}
.guidus-section {
  position: relative;
  overflow: hidden;
}
.service-content {
  margin-top: 40px;
  padding-right: 120px;
}
.service-content h3 {
  font-size: 48px;
  color: #005C36;
  margin-bottom: 40px;
}
.service-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #101A28;
  margin-bottom: 52px;
  line-height: 25px;
  position: relative;
}
.service-content li:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 1px solid #DEDEDE;
  top: 0;
  bottom: -24px;
}
.service-content span {
  color: #DFEBE1;
  font-size: 50px;
  margin-right: 36px;
}
.service-vew:after {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DFEBE1;
  margin-top: 52px;
  max-width: 89%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.service-colum-wrapp:last-child {
  padding-bottom: 0;
}
.service-vew-second {
  background: #F8F8F8;
}
.service-vew-second .service-content {
  padding-left: 35px;
  padding-right: 15px;
}
.service-vew-second .service-content h3 {
  color: #000;
}
.exp-text {
  position: absolute;
  bottom: 1px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.exp-text h4 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 37px;
}
.explore-block {
  position: relative;
}
.explor-image {
  display: inline-block;
  position: relative;
}
.explor-image img {
  width: 100%;
}
.left-tst-explor {
  padding-left: 30px;
  max-width: 300px;
  width: 100%;
}
.left-tst-explor p {
  display: none;
  font-size: 18px;
  color: #fff;
}
.button-ex {
  display: none;
}
.explor-image:hover .exp-text p {
  display: block;
}
.explor-image:hover .exp-text h4 {
  margin-bottom: 16px;
}
.explor-image:hover .exp-text {
  background: #0CA255;
  padding: 20px 0;
  max-height: 158px;
  height: 100%;
  overflow: hidden;
}
.explor-image:hover .button-ex {
  display: block;
  background: #fff;
  width: 47px;
  height: 47px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 35px;
}
.explore-other-page h3 {
  color: #657986;
  font-size: 24px;
  font-family: 'Milliard';
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 2.4px;
}
.service-content li:last-child:after {
  border: 0 !important;
}
.service-content li:last-child {
  margin-bottom: 22px;
}
.hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000036;
}
.explor-image img {
  border-bottom: 10px solid #038140;
}
.button-ex img {
  border: 0;
}
.explore-responsive-image {
  display: none;
}
.inner-banner-wrapp img {
  width: 100%;
}
.overlay-banner {
  background: #00000063;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.service-vew .service-colum-wrapp:nth-child(even) {
  background: #F8F8F8;
}
.service-vew .service-colum-wrapp:nth-child(even) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-vew .service-colum-wrapp:nth-child(even) .service-content {
  padding-left: 25px;
  margin-top: 0;
}
.banner-content.about-banner-content p {
  color: #ffff;
}
.desktop-facility {
  width: 100%;
}
.top-content-about h3 {
  font-size: 35px;
  color: #038140;
  line-height: 46px;
  margin-top: -7px;
}
.top-content-about p {
  line-height: 24px;
  padding-left: 92px;
  padding-right: 5%;
}
.awards-gain .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.award-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 0;
  cursor: pointer;
  max-width: 85%;
  border-radius: 11px;
}
.award-content:hover {
  background: #EDFBEF 0% 0% no-repeat padding-box;
  border-radius: 11px;
}
.award-text {
  text-align: center;
  margin-top: 25px;
  padding: 0 5%;
}
.award-text h4 {
  font-size: 14px;
  margin-bottom: 7px;
}
.award-text p {
  font-size: 14px;
  line-height: 20px;
  color: #101A28;
  margin-bottom: 0;
}
.awards-gain {
  margin-top: 60px;
}
.awards-gain .swiper.award-win .swiper-button-next:after {
  content: "" !important;
}
.awards-gain .swiper-button-prev:after {
  content: "" !important;
}
.awards-gain svg {
  width: 6px;
}
.awards-gain .swiper-button-prev {
  border: 1px solid #005C36;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  margin-top: 37px;
  left: -30px;
}
.awards-gain .swiper-button-next {
  border: 1px solid #005C36;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  margin-top: 50px;
  right: -38px;
}
.awards-gain .swiper-button-next:after {
  content: '';
}
section.promis-section {
  width: 100%;
  position: relative;
}
section.promis-section .overlay-promis {
  position: absolute;
  background: #00000063;
  width: 100%;
  height: 100%;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
}
.about-banner-content h2 {
  max-width: 100%;
}
.our-promis {
  display: inline-block;
  max-width: 663px;
  background: #0006;
  border-radius: 19px;
  color: #fff;
  padding: 37px 50px;
}
.our-promis p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.our-promis h2 {
  color: #fff;
  margin-bottom: 30px;
}
.responsive-promis {
  display: none;
}
.image-banner-promis {
  width: 100%;
  position: relative;
}
.image-banner-promis img {
  width: 100%;
}
.guidus-section {
  background: #EDFBEF;
}
.guidus-wrapper .tab-content {
  display: none;
  width: 100%;
}
.guidus-wrapper .tab-content.active {
  display: inline-block;
}
.guid-tab {
  margin-top: 29%;
  padding-right: 70px;
}
.guid-tab h3 {
  color: #038140;
  font-size: 35px;
  margin-bottom: 18px;
}
.guid-tab p {
  line-height: 24px;
  font-size: 14px;
  color: #101A28;
  margin-bottom: 20px;
}
.tab-menu {
  max-width: 245px;
  width: 100%;
  background: #92B797 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 7px;
  margin-top: 3px;
  display: inline-block;
}
.tab-menu .tab {
  color: #101A28;
  font-size: 20px;
  width: 109px;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  font-weight: 600;
}
.tab-content img {
  margin-top: -58px;
  border-radius: 17px;
  width: 100%;
}
.tab-menu .tab:hover {
  background: #fff;
}
.tab.active {
  background: #fff;
}
.guidus-wrapper {
  position: relative;
}
.label-balmer {
  position: absolute;
  margin-top: 256px;
  padding: 0 34px;
}
.guidus-section h4 {
  text-align: center;
  font-size: 24px;
  color: #657986;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2.4px;
}
.guidus-section h2 {
  text-align: center;
  margin-bottom: 85px;
}
.our-jouerny {
  text-align: center;
}
section.facility {
  position: relative;
}
.content-facility {
  position: absolute;
  text-align: center;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.facility-responsive {
  display: none;
}
.overlay-facility {
  position: absolute;
  top: 0;
  background: #00000000;
  height: 100%;
  width: 100%;
}
.facility-content h4 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 1.68px;
}
.facility-content h2 {
  color: #fff;
  margin-top: 20px;
}
.facility-content a {
  color: #ffffffbd;
  font-size: 12px;
  letter-spacing: 1.68px;
}
.facility-content {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  margin: 111px 0;
}
.produt-brand .tab-content {
  display: none;
}
.produt-brand .tab-content.active {
  display: inline-block;
  width: 100%;
}
.banner-content.product-banner-content h2 {
  color: #038140;
}
.label-mobile {
  display: none;
}
.for-bottom-bg {
  background-size: cover;
}
.product-wrapper .product-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-wrapper .product-menu .tab-menu {
  width: 100%;
  max-width: 808px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px #0000001A;
  box-shadow: 0px 0px 30px #0000001A;
  border-radius: 6px;
  /* position: relative; */
  margin-top: -20%;
  background: #fff;
}
.product-section .contant-tab-product h4 a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.prd-poduct:hover .contant-tab-product h4 a {
  padding: 0;
  margin: 0;
}
.contact-prodect-tab {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}
.product-menu .tab-menu {
  background: none;
}
.product-menu .tab-menu a {
  border-radius: 8px;
  padding: 15px 11px;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  font-family: 'Milliard';
}
.product-menu .tab.active {
  background: #005C36;
  color: #fff;
}
.prd-poduct {
  position: relative;
  margin-bottom: 88px;
}
.prd-poduct img {
  border-radius: 0;
}
.contant-tab-product {
  position: absolute;
  bottom: 25px;
  font-size: 18px;
}
.loade-more {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #101A28;
  font-weight: 600;
  margin-top: 30px;
}
.loade-more:hover {
  color: #f27024;
}
.loade-more:after {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: url(../images/lode-arrrow.svg) top 13px center no-repeat #F27024;
  margin: -3px 14px;
  border-radius: 30px;
}
.we-provide {
  display: block;
  margin-top: 35px;
  position: relative;
}
.product-section {
  padding-bottom: 64px;
}
.balmer-one {
  background: transparent linear-gradient(178deg, #005C36 0%, #023320 97%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(178deg, #005C36 0%, #023320 100%) 0% 0% no-repeat padding-box;
  border-radius: 151px;
  width: 280px;
  height: 280px;
  position: absolute;
  display: inline-block;
  left: 149px;
  margin-top: -69px;
  color: #fff;
  padding: 0 50px;
}
.balmer-one p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.balmer-one.balmer-three {
  padding: 72px 31px;
  left: 277px;
  top: 187px;
  background: transparent linear-gradient(127deg, #5C8862 0%, #92B797 100%) 0% 0% no-repeat padding-box;
}
.balmer-one.balmer-two {
  padding: 72px 31px;
  top: 187px;
  left: 2px;
  background: transparent linear-gradient(62deg, #0CA255 0%, #0B6336 100%) 0% 0% no-repeat padding-box;
}
.balmer-one h4 {
  height: auto;
  font-size: 18px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
}
.balmer-one h4:before {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 37px;
  background: url(../images/icon-we1.svg) no-repeat;
  margin-right: 8px;
  margin-top: 0px;
  background-size: cover !important;
}
.balmer-one.balmer-two h4:before {
  background: url(../images/icon-w2.svg) no-repeat;
  width: 34px;
  height: 33px;
}
.balmer-one.balmer-three h4:before {
  background: url(../images/icon-we3.svg) no-repeat;
  background-size: cover;
  margin-right: 6px;
  margin-left: 18px;
  width: 28px;
  height: 35px;
  top: -3px;
  margin-right: 12px;
}
.balmer-one {
  padding: 52px 31px;
}
.logo-middel {
  position: absolute;
  background: url(../images/wy-midde-image.png) center no-repeat;
  width: 144px;
  height: 144px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  border-radius: 89px;
  top: 123px;
  margin-left: 202px;
}
.why-balmer {
  height: auto;
  background: url(../images/bg-prd.svg) no-repeat;
  height: 100%;
}
.why-balmer .label-balmer {
  margin-top: 8px;
}
.balmer-why {
  padding: 0 5%;
  max-width: 1169px;
  position: relative;
}
.balmer-one.balmer-two h4 {
  padding-right: 47px;
  text-align: left;
}
.line-breack {
  border: 1px solid #92B797;
  display: inline-block;
  width: 100%;
  margin-top: 116px;
}
.contant-tab-product h4 {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding-left: 20px;
  color: #101A28;
  font-size: 18px;
  font-weight: 600;
}
.product-imag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 7%;
  position: relative;
}
.image-one {
  width: 50%;
  padding-right: 8px;
  margin-bottom: -9px;
}
.image-one p {
  margin-bottom: 16px;
}
.product-details {
  position: relative;
  padding-top: 150px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus {
  text-decoration: none;
}
.slect-product {
  text-align: center;
  max-width: 500px;
  margin-bottom: 38px;
}
.slect-product li {
  list-style-type: none;
  width: 24%;
  margin: 3px;
}
.slect-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slect-product h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.slect-product .form-select {
  border-radius: 10px;
  font-size: 14px;
  width: auto;
  height: 48px;
  background: #F5F5F5;
  padding: 7px;
  border: 0;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.slect-product option:not(:checked) {
  background: #fff;
}
.form-top-contact .error-msg {
  bottom: 0 !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detai-product {
  text-align: center;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.key-liste {
  text-align: left;
  padding-left: 16px;
}
.key-liste h4 {
  margin-bottom: 15px;
}
.key-liste li {
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.key-liste li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #038140;
  margin-top: 6px;
  left: 18px;
  border-radius: 10px;
}
.key-liste p {
  margin-bottom: 27px !important;
}
.key-liste span {
  margin-bottom: 9px;
  display: inline-block;
}
.key-liste ul {
  padding-left: 28px;
  list-style: none;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.prod_desc p {
  margin-bottom: 34px !important;
}
.detail-aboutproduct .accordion_head:nth-child(5) {
  border: 0;
}
.explore-other-page {
  padding-bottom: 0;
}
.contact-main .for-bottom-bg.inner-bottom-bg {
  min-height: 540px;
}
.aco-main {
  border-bottom: 1px solid #0381406b;
}
.get-q {
  border: 0;
  background: #0CA255;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  padding: 10px 36px;
  margin-top: 50px;
}
.get-q a {
  color: #fff;
}
.slect-product p {
  margin-bottom: 0 !important;
}
.detai-product p {
  margin-bottom: 0;
  line-height: 24px;
}
.similar-product {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EDFBEF), to(#EDFBEF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EDFBEF 0%, #EDFBEF00 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 0;
}
.product-similer-wrapp {
  position: relative;
}
.detail-provid {
  margin-top: 35px;
}
.detail-provid p {
  line-height: 24px;
}
.similar-text {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 0 15px 24px 30px;
}
.similar-text h4 {
  font-size: 18px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding-bottom: 10px !important;
  color: #101A28;
  font-weight: 600;
}
.similar-text a {
  font-size: 14px;
  color: #000;
  display: none;
}
.similar-content:hover .similar-text {
  background: #fff;
  bottom: 0;
}
.similar-content:hover .similar-text h4 {
  margin-top: 20px;
}
.similar-content .similar-text:hover a {
  display: inline-block;
}
.detail-aboutproduct {
  margin-top: 73px;
}
.detail-aboutproduct .accordion_container {
  width: 500px;
}
.detail-aboutproduct .accordion_head {
  color: #606060;
  cursor: pointer;
  font-size: 18px;
  margin: 0px 1px 3px 1px;
  padding: 7px 11px;
  font-weight: 600;
  text-align: left;
  line-height: 35px;
}
.detail-aboutproduct .aco-main {
  border-bottom: 1px solid #0381406b;
}
.detail-aboutproduct .accordion_container .aco-main:last-child {
  border-bottom: 0;
}
.detail-aboutproduct .accordion_body p {
  padding: 18px 38px;
  margin: 0px;
  font-size: 14px;
  text-align: left;
}
.detail-aboutproduct .plusminus {
  float: left;
  font-size: 26px;
  margin-top: -5px;
  margin-right: 16px;
  color: #0CA255;
  font-weight: 300;
}
.product-similer-wrapp .swiper-button-prev {
  position: absolute;
  left: 89%;
  top: -66px;
  border: 1px solid #005C36;
  width: 55px;
  border-radius: 49px;
  height: 55px;
}
.product-similer-wrapp .swiper-button-next {
  top: -67px;
  right: 0px;
  border: 1px solid #005C36;
  width: 55px;
  border-radius: 49px;
  height: 55px;
}
.product-similer-wrapp .swiper-button-next:after {
  content: "" !important;
}
.product-similer-wrapp .swiper-button-prev:after {
  content: "" !important;
}
.product-similer-wrapp .swiper-button-prev svg {
  width: 24%;
}
.product-similer-wrapp .swiper-button-next svg {
  width: 24%;
}
.similer-head h4 {
  color: #65798687;
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 4px;
}
.similar-text h4 {
  font-size: 18px;
  color: #101A28;
  font-weight: 600;
}
.similar-text a {
  font-size: 14px;
  color: #101A28;
  font-weight: 600;
}
.similar-content:hover .similar-text a {
  display: inline-block;
}
.similar-text span {
  background: #F27024;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border-radius: 30px;
}
.contact-conent-wrapp {
  display: inline-block;
  width: 100%;
}
.contact-conent-wrapp .tab-content {
  display: none;
}
.contact-conent-wrapp .tab-content.active {
  display: inline-block;
  margin-top: 26px;
}
.form-contact-top .tab-menu {
  display: inline-block;
  width: 100%;
}
.form-contact-top {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 45px 50px;
  width: 100%;
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -46%;
  left: 45%;
  right: 0;
}
.form-contact-top .tab-menu a {
  font-size: 14px;
  color: #0CA255;
  font-weight: 600;
  padding: 12px 2px;
  width: 100%;
  margin: 0 5px;
  border: 1px solid #0CA255;
  border-radius: 6px;
  width: 173px;
}
.form-contact-top .tab-menu {
  width: 100%;
  max-width: 100%;
  background: none;
  padding: 0;
  margin: 0;
}
.form-contact-top .tab-menu a.active {
  background: #0CA255 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px 9px 19px #005C3661;
  box-shadow: 6px 9px 19px #005C3661;
  color: #fff;
}
.form-contact-top .contact-conent-wrapp .guid-tab {
  margin-top: 0;
  padding-right: 0;
}
.banner-content.contact-text {
  padding-top: 309px;
  max-width: 687px;
  padding-right: 60%;
}
.submit-contact {
  margin-top: 33px;
}
.we-guid.contact-fom-tab {
  width: 100%;
}
section.contact-form {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EDFBEF), to(#EDFBEF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EDFBEF 0%, #EDFBEF00 100%) 0% 0% no-repeat padding-box;
}
.cnt-form {
  width: 100%;
  position: relative;
  height: 79px;
  overflow: hidden;
  border-bottom: 1px solid #92B797;
}
.cnt-form textarea.form-control {
  border: 0;
  padding-left: 0;
}
.cnt-form input {
  width: 100%;
  height: 100%;
  color: #005C36;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
}
.cnt-form textarea {
  width: 100%;
  height: 100%;
  color: #005C36;
  padding-top: 35px;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.cnt-form .form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid white;
}
.cnt-form label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-name {
  position: relative;
  bottom: 80px;
  left: 0px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #B2B2B2;
  font-weight: 300;
}
.cnt-form .content-name {
  position: relative;
}
.cnt-form.text-message .content-name {
  position: absolute;
}
.cnt-form input:focus {
  outline: none;
}
.location-place {
  margin-top: 54px;
}
.form-select.active {
  background: #038140;
  color: #fff;
}
.cnt-form textarea:focus {
  outline: none;
}
.submit-contact {
  background: #0CA255 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  padding: 11px 57px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.submit-contact:hover {
  background: #005c36;
}
.cnt-form input:focus {
  outline: none;
}
.cnt-form.text-message {
  height: 164px;
}
.cnt-form.text-message .content-name {
  bottom: 90px;
}
.cnt-form input {
  background: none;
  border-bottom: 1px solid #92B797;
  padding: 2px 0;
  font-size: 18px;
}
.cnt-form input[type=text], input[type=email] {
  border: none;
}
.cnt-form input:focus, input:active {
  outline: none;
  color: #000;
}
.cnt-form .text-message .form-control {
  padding: 0.375rem 0;
}
.cnt-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cnt-form label {
  position: absolute;
  color: #999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.9) translateY(100%);
  transform: scale(0.9) translateY(100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.cnt-form label.animate-label {
  -webkit-transform: scale(0.6) translateY(0%);
  transform: scale(0.6) translateY(0%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.cnt-form input {
  padding-top: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 770px) {
  .cnt-form {
    display: block;
    width: 100%;
  }
}
.cnt-form .form-control:focus {
  border-bottom: 2px solid #0CA255 !important;
  border-radius: 0;
}
.text-message .animate-label .content-name {
  top: -243px !important;
}
.cnt-form .label-name.animate-label .content-name {
  top: -121px;
}
.tab-location-content {
  display: none;
  width: 100%;
  max-height: 100%;
}
.tab-location.active + .tab-location-content {
  display: block;
}
/* Styling tabs - this is enough for mobile - just like an accordion */
.tab-location, .tab-location-content {
  padding: 10px;
  cursor: pointer;
}
.tab-location {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #0000000D;
  box-shadow: 0px 3px 6px #0000000D;
  border-radius: 10px;
  padding: 31px 20px 24px 20px;
  margin-bottom: 30px;
}
.tab-location-content {
  margin-top: 0;
}
.tab-location-content iframe {
  width: 100%;
  border-radius: 20px;
}
.tab-location {
  width: 35%;
}
.connect-us p {
  margin-bottom: 0;
}
.explore-other-page h2 {
  position: relative;
  left: -2px;
  right: 0;
  padding: 0;
}
.product-listing .explore-other-page {
  background: #f6fdf7;
}
.address-location h4 {
  color: #101A28;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Milliard';
}
.address-location p {
  font-size: 14px;
  color: #101A28;
  line-height: 24px;
  font-family: 'Milliard';
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 15px;
}
.connect-us a {
  font-size: 14px;
  font-family: 'Milliard';
  font-weight: 600;
  color: #005C36;
  padding-right: 10px;
}
.connect-us a:nth-child(2) {
  padding-right: 0;
}
.connect-us p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #101A28;
  font-family: 'Milliard';
  font-weight: 300;
  padding-left: 0;
}
.tab-location.active .connect-us svg path {
  stroke: #fff;
  fill: #038140;
}
.tab-location.active svg path {
  fill: #fff;
}
.tab-location.active:hover {
  color: #F27024;
}
.tab-location a:hover svg path {
  stroke: #F27024;
}
.tab-location.active a:hover {
  color: #F27024;
}
.tab-location.active a:hover svg path {
  stroke: #F27024;
}
.address-location svg {
  margin-top: -6px;
  margin-right: 6px;
  width: 17px;
}
.connect-us {
  padding-left: 20px;
}
.tab-location.active .connect-us p {
  padding: 0;
  margin-bottom: 0;
}
.tabs-container:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #92b7973d;
  margin-top: 103px;
}
.tab-location a:hover {
  color: #F27024;
}
.tab-location a svg path:hover {
  color: #F27024;
}
.prd-poduct:hover .contant-tab-product {
  background: #fff;
  width: 100%;
  padding: 0;
  bottom: 0;
}
.prd-poduct:hover .contant-tab-product h4 {
  padding-left: 20px;
  margin-bottom: 9px;
  margin-top: 25px;
  font-family: 'Milliard';
}
.prd-poduct:hover .contant-tab-product a {
  padding: 11px;
  margin-left: 10px;
}
.prd-poduct .contant-tab-product a {
  display: none;
  font-size: 14px;
  color: #101A28;
  font-weight: 600;
  font-family: 'Milliard';
}
.contant-tab-product sapn svg {
  margin-top: -3px;
  margin-left: 1px;
}
.prd-poduct .contant-tab-product:hover a {
  display: inline-block;
}
.contant-tab-product sapn {
  background: #F27024;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  /* margin-top: 2px; */
  margin-left: 10px;
}
.contant-tab-product svg path {
  stroke: #fff;
  /* width: 2px; */
}
.banner-content.product-banner-content {
  padding-right: 28%;
  padding-top: 15%;
}
.banner-content.product-banner-content p {
  font-size: 18px;
  color: #101A28;
  line-height: 24px;
}
.for-bottom-bg.inner-bottom-bg {
  margin-top: -256px;
}
.label-balmer.label-mobile-mobile {
  display: none;
}
.loction-warpp {
  margin-top: 75px;
  position: relative;
}
button.get-q:hover {
  background: #005c36;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.banner-content .contact-text {
  max-width: 686px;
}
/* Styling for desktop - vertical tabs */
@media (min-width: 940px) {
  .tab-location {
    width: 39%;
  }
  .tab-location-content {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60%;
    min-height: auto;
    overflow-y: auto;
    padding-top: 0;
  }
  /*   this is optional */
  .tabs-container {
    min-height: 400px;
  }
}
.tab-location.active {
  background: #0CA255;
  color: #FFFFFF;
}
.tab-location.active h4 {
  color: #FFFFFF;
}
.tab-location.active a {
  color: #FFFFFF;
}
.tab-location.active p {
  color: #FFFFFF;
  padding-right: 36%;
}
@media only screen and (min-width: 1024px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img-zoom-container {
    position: relative;
  }
  .img-zoom-lens {
    position: absolute;
    /*set the size of the lens:*/
    width: 75px;
    height: 75px;
  }
  .img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 530px;
    height: 400px;
  }
  #myhide {
    display: none;
    z-index: 999;
  }
  .img-zoom-container:hover #myhide {
    display: block;
  }
}
.label-balmer-responsive {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .img-zoom-container {
    position: relative;
    width: auto;
    height: 320px;
    overflow: hidden;
  }
  .img-zoom-container p {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .img-zoom-container p img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .img-zoom-container:hover p img {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    overflow: hidden;
  }
}
@media only screen and (max-width: 670px) {
  .img-zoom-container:hover #myhide {
    display: none;
  }
  .img-zoom-container {
    position: relative;
    width: auto;
    height: 320px;
    overflow: hidden;
  }
  .img-zoom-container p {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .img-zoom-container p img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .img-zoom-container:hover p img {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    overflow: hidden;
  }
  .image-one img {
    width: 100%;
  }
}
.about-banner-content p {
  padding-right: 33%;
}
@media (min-width: 1800px) {
  .banner-content.about-banner-content {
    bottom: 168px;
  }
}
@media (max-width: 1280px) {
  .history-slider-main .swiper-button-prev {
    left: -3%;
  }
  .history-slider-main .swiper-button-next {
    right: -3%;
  }
}
@media (max-width: 1200px) {
  .form-contact-top {
    margin-top: -40%;
    left: 33%;
  }
  .location-place {
    margin-top: 100px;
  }
  section.promis-section {
    height: 337px;
  }
  .our-promis {
    max-width: 766px;
    padding: 34px 70px;
  }
  .facility-content {
    margin: 47px 0;
  }
  .facility-content h2 {
    margin-top: 4px;
  }
}
@media (max-width: 1024px) {
  .our-promis {
    max-width: 766px;
    padding: 34px 70px;
  }
  .form-contact-top {
    margin-top: -19%;
    left: 10%;
    max-width: 742px;
  }
  .contact-prodect-tab {
    margin-top: 33px;
  }
  .product-wrapper .product-menu .tab-menu {
    margin-top: -26%;
  }
  .detail-provid {
    padding-left: 22%;
  }
  .we-provide {
    width: 557px;
    margin: 0 auto;
  }
  .banner-content.product-banner-content {
    padding-right: 7%;
    padding-left: 3%;
    padding-top: 11%;
  }
  .banner-content.contact-text {
    padding-top: 117px;
    padding-right: 45%;
    padding-left: 5%;
  }
  .banner-content {
    padding-left: 28px;
    padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .banner-content {
    bottom: 59px;
  }
  .banner-content h2 {
    line-height: 67px;
  }
  .service-wrappe img {
    width: 100%;
  }
  .service-content {
    margin-top: 0;
  }
  .service-content li {
    line-height: 22px;
  }
  .service-content h3 {
    font-size: 36px;
  }
  .service-content li {
    line-height: 18px;
  }
  .our-promis {
    margin-left: 0;
    max-width: 716px;
    margin-top: 0;
    padding: 28px 30px;
  }
  .tab-location {
    width: 100%;
  }
  .form-contact-top {
    margin-top: -13%;
  }
  .detail-provid {
    padding-left: 0;
  }
  .we-provide {
    margin: 0 auto;
    margin-top: 206px;
  }
  .product-similer-wrapp .swiper-button-prev {
    left: 84%;
  }
  .product-wrapper .product-menu .tab-menu {
    max-width: 100%;
    margin-top: -18%;
    width: 100%;
  }
  .product-wrapper .product-menu .tab-menu a {
    padding: 13px 17px;
    font-size: 16px;
  }
  .banner-content.product-banner-content {
    padding-left: 6%;
  }
  .form-contact-top {
    max-width: 98%;
  }
}
@media (max-width: 980px) {
  .form-contact-top {
    left: 1%;
    margin-top: -17%;
  }
  .detail-provid {
    margin-top: 68%;
  }
  .product-wrapper .product-menu .tab-menu {
    margin-top: -18%;
    width: 100%;
  }
  .about-banner-content h2 {
    font-size: 52px;
  }
  .banner-content {
    left: 47%;
    padding-left: 57px;
    padding-top: 81px;
  }
  p {
    line-height: 24px !important;
  }
  .top-content-about h3 {
    font-size: 34px;
    line-height: 43px;
  }
  .top-content-about p {
    padding-left: 30px;
  }
  section.promis-section {
    height: auto;
  }
  .our-jouerny {
    padding-top: 0;
  }
  .line-breack {
    margin-top: 31px;
  }
  .banner-content p {
    padding-right: 0%;
  }
  .banner-content.contact-text h2 {
    line-height: 49px;
  }
  .prd-poduct {
    margin-bottom: 105px;
  }
  .guid-tab {
    margin-top: 30%;
    padding-right: 5%;
  }
  .banner-content.product-banner-content {
    margin-bottom: 54px;
    padding-right: 50%;
  }
  .banner-content h2 {
    margin-bottom: 20px;
  }
  .banner-content.contact-text {
    padding-top: 112px;
    padding-right: 52%;
  }
  .banner-content.contact-text {
    padding-right: 27%;
    padding-top: 117px;
  }
  .awards-gain .swiper-button-prev {
    left: 14px;
  }
  .awards-gain .swiper-button-next {
    right: 25px;
  }
  .left-tst-explor {
    max-width: 100%;
    width: 100%;
  }
  .explor-image:hover .button-ex {
    width: 42px;
    height: 19px;
    margin-top: 58px;
    margin-right: 26px;
    margin-left: 0;
  }
  .for-bottom-bg.inner-bottom-bg {
    margin-top: -373px;
  }
}
@media (max-width: 769px) {
  .banner-content.product-banner-content {
    margin-bottom: 10px;
    padding-right: 43%;
  }
  .product-wrapper .product-menu .tab-menu {
    margin-top: -21%;
  }
  .product-wrapper .product-menu .tab-menu a {
    padding: 13px 8px !important;
  }
  .awards-gain .swiper-button-next {
    margin-top: 37px;
    right: 6px;
  }
  .awards-gain .swiper-button-prev {
    margin-top: 37px;
    left: 10px;
  }
}
@media (max-width: 667px) {
  .service-content h3 {
    font-size: 40px;
  }
  .service-content {
    padding-right: 0;
  }
  .service-vew-second .service-content {
    padding-right: 0;
    padding-left: 0;
  }
  .explor-image {
    margin-bottom: 25px;
    width: 100%;
  }
  .service-content li {
    line-height: 23px !important;
  }
  .exp-text h4 {
    font-size: 20px;
  }
  /* .explor-image .exp-text:hover p {
    display: none;
  } */
  /* .explor-image:hover .button-ex {
    display: none;
  }
  .explor-image .exp-text:hover {
    background: none;
  } */
  .explore-block .col-md-6:last-child .explor-image {
    margin-bottom: 0;
  }
  .explore-other-page h3 {
    font-size: 20px;
  }
  .service-vew .service-colum-wrapp:nth-child(even) .service-content {
    padding-left: 0;
  }
  .service-content span {
    font-size: 40px;
  }
  .banner-content.product-banner-content {
    margin-bottom: 29px;
    padding-right: 39%;
    padding-left: 7%;
  }
  .top-content-about h3 {
    margin-bottom: 31px;
    font-size: 34px;
    line-height: 40px;
  }
  .top-content-about h3 br {
    display: none;
  }
  .facility-content {
    margin: 22px 0;
  }
  .we-provide {
    text-align: center;
  }
  .balmer-one {
    width: 179px;
    height: 179px;
    left: 89px;
  }
  .balmer-one.balmer-two {
    top: 138px;
    left: 2px;
    background: transparent linear-gradient(62deg, #0CA255 0%, #0B6336 100%) 0% 0% no-repeat padding-box;
  }
  .balmer-one.balmer-three {
    left: 181px;
    top: 138px;
    padding-left: 39px;
  }
  .logo-middel {
    width: 92px;
    height: 92px;
    top: 60px;
    left: -19%;
    margin-left: 198px;
  }
  .balmer-one {
    padding: 23px 23px;
  }
  .balmer-one p {
    font-size: 10px;
    line-height: 14px !important;
  }
  .balmer-one h4:before {
    height: 24px;
    margin-right: 8px;
    margin-top: 0;
    width: 19px;
  }
  .balmer-one h4 {
    font-size: 11px;
    line-height: 13px;
    text-align: left;
  }
  .detail-provid {
    margin-top: 314px;
  }
  .prd-poduct img {
    width: 100%;
  }
  .balmer-one.balmer-two h4 {
    padding-right: 29px;
  }
  .image-one img {
    width: 100%;
    padding: 2px;
  }
  .image-one {
    margin-bottom: -8px;
    min-height: 333px;
    padding-right: 0;
  }
  .similar-content img {
    width: 100%;
  }
  .product-imag {
    padding-right: 0;
  }
  .product-similer-wrapp .swiper-button-prev {
    left: 79%;
    top: -67px;
  }
  .tab-location {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 20px 25px 20px;
  }
  .for-bottom-bg.inner-bottom-bg {
    margin-top: -43px;
    min-height: 427px;
  }
  .tab-location.active {
    padding: 25px 20px 25px 20px;
  }
  .tab-location-content {
    margin-bottom: 30px;
  }
  .tab-location-content {
    margin-top: 0;
    padding: 0;
  }
  .form-contact-top {
    left: 0;
    padding: 45px 16px;
  }
  .form-contact-top .tab-menu a {
    width: 29%;
    padding: 9px 3px;
  }
  .tabs-container:after {
    display: none;
  }
  .form-contact-top {
    margin-top: -18%;
  }
  .product-wrapper .product-menu .tab-menu {
    max-width: 100%;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -38%;
    padding: 6px 7px;
  }
  .product-wrapper .product-menu .tab-menu a {
    padding: 15px 31px;
    line-height: 18px;
    text-overflow: clip;
    white-space: nowrap;
  }
  .product-menu .tab-menu .contact-prodect-tab {
    margin-top: 49px;
  }
  .prd-poduct {
    margin-bottom: 15px;
  }
  .label-balmer.label-mobile-mobile {
    display: inline-block;
    margin-top: 16%;
    margin-left: 25px;
    padding: 0;
  }
  .label-mobile {
    display: none;
  }
  .label-balmer-responsive {
    display: inline-block;
  }
  .why-balmer .label-balmer {
    display: none;
  }
  .banner-content h2 {
    font-size: 45px;
    line-height: 45px !important;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .banner-content.contact-text {
    max-width: 357px;
    padding-right: 0;
  }
  .awards-gain .swiper-button-prev {
    left: 4px;
    top: 76%;
    margin: 0;
  }
  .awards-gain .swiper-button-next {
    right: 5px;
    top: 76%;
    margin: 0;
  }
  .explore-block .col-md-6:last-child .explor-image {
    margin: 0;
  }
  .explore-block .col-md-6:nth-child(2) .explor-image {
    margin-bottom: 0;
  }
  .for-bottom-bg {
    background-size: contain;
  }
  .guidus-section h4 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
  }
  .guidus-section h2 {
    text-align: left;
    margin-bottom: 39px;
  }
  .label-balmer {
    margin-top: 236px;
  }
  .label-balmer img {
    max-width: 724px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .guid-tab {
    margin-top: 10%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .guid-tab p {
    margin-bottom: 20px;
  }
  .tab-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tab-menu {
    margin-bottom: -100px;
  }
  .tab-content img {
    margin-top: 4px;
  }
  .banner-content p {
    font-size: 14px;
    line-height: 22px !important;
  }
  .produt-brand .tab-content {
    width: 100%;
  }
  .banner-content {
    padding: 0 21% 0 6%;
  }
  .detail-provid {
    padding-left: 0;
  }
  .location-place {
    margin-top: 57px;
  }
  .loction-warpp {
    margin-top: 38px;
  }
  .cnt-form {
    margin-bottom: 7px;
    height: 75px;
  }
  .tab-location.active a {
    display: block;
    margin-bottom: 18px;
  }
  .cnt-form.text-message .content-name {
    bottom: 78px;
  }
  .cnt-form.text-message {
    height: 131px;
  }
  .contact-conent-wrapp .tab-content {
    margin-bottom: 10px;
  }
  .guidus-wrapper .tab-content {
    margin-top: 164px;
  }
  .banner-content {
    left: 21%;
    padding: 0 11%;
    -webkit-transform: translate(-23%, 0px);
    transform: translate(-23%, 0px);
    bottom: -20px;
  }
  .top-content-about p {
    padding: 0;
    margin-bottom: 0;
  }
  .our-promis h2 {
    margin-bottom: 6px;
  }
  .our-promis {
    padding: 10px 30px;
  }
  section.promis-section {
    height: auto;
  }
  .our-promis p {
    font-size: 16px;
  }
  .balmer-one.balmer-three h4:before {
    margin-right: 6px;
    margin-left: 14px;
    width: 22px;
    height: 25px;
    top: 2px;
  }
  .tab-location-content iframe {
    height: 300px;
  }
  .slect-product .form-select {
    font-size: 11px;
  }
  .detail-aboutproduct {
    margin-top: 33px;
  }
  .get-q {
    margin-top: 28px;
  }
  .service-vew:after {
    display: none;
  }
  .facility-content h2 {
    margin-top: 10px;
    margin-bottom: 11px;
  }
  .facility-content h4 {
    margin-top: 2px;
    font-size: 20px;
  }
  .explore-other-page {
    padding-top: 80px;
  }
  .similar-content:hover .similar-text a {
    font-size: 13px;
  }
  .similer-head h4 {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .similer-head .similar-text {
    padding: 24px 15px 24px 17px;
  }
  .form-top-contact .error-msg {
    bottom: 9px !important;
  }
  .connect-us p {
    line-height: 20px !important;
  }
  .we-provide {
    width: 349px;
  }
  .slect-product .form-select {
    margin: 7px 7px;
  }
  .slect-product h4 {
    margin-bottom: 21px;
  }
  .slect-product {
    margin-bottom: 40px;
  }
  .banner-content.about-banner-content {
    bottom: -11px;
    padding: 0 4%;
  }
  .award-content {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .award-text {
    padding: 0 10%;
  }
  .award-text p {
    padding: 0 1%;
  }
  .balmer-one.balmer-two h4:before {
    width: 22px;
    height: 22px;
  }
  .balmer-one.balmer-two h4 {
    padding-right: 18px;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .facility-responsive {
    width: 100%;
  }
  .we-provide {
    margin: 118px 19px !important;
  }
}
@media (max-width: 500px) {
  .banner-content.about-banner-content {
    bottom: 73px;
  }
  .awards-gain .swiper-button-prev {
    left: 1%;
    top: 74%;
  }
  .awards-gain .swiper-button-next {
    right: 1%;
    top: 74%;
  }
  .explore-other-page.section-space-bottom {
    padding-bottom: 0;
  }
  .award-content {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .explore-responsive-image {
    display: block;
  }
  .explore-desktopm-image {
    display: none;
  }
  .desktop-inner-banner {
    display: none;
  }
  .mobile-inner-bnner {
    display: block;
  }
  .banner-content {
    padding: 0 5%;
  }
  .banner-content p {
    line-height: 24px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .banner-content p br {
    display: none;
  }
  .responsive-promis {
    display: inline-block;
  }
  .desktop-promis {
    display: none;
  }
  section.promis-section {
    height: 100%;
    min-height: 785px;
  }
  .our-promis {
    padding: 17px 30px;
  }
  .our-promis p {
    margin-bottom: 11px;
  }
  .banner-content.product-banner-content {
    bottom: 377px;
    padding-right: 8%;
    margin-bottom: 0;
  }
  .logo-middel {
    top: 70px;
    left: -20%;
  }
  .we-provide {
    margin: 53px 0;
  }
  .similar-prd .swiper-wrapper.disabled {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
  }
  .similar-prd .swiper-pagination.disabled {
    display: none;
  }
  .product-similer-wrapp .swiper-button-prev {
    left: 32%;
    top: 122%;
  }
  .product-similer-wrapp .swiper-button-next {
    top: 122%;
    right: 34%;
  }
  .detail-aboutproduct .accordion_container {
    width: 317px;
  }
  .img-zoom-container {
    height: 235px;
  }
  .image-one {
    margin-bottom: -7px;
    padding-right: 0;
    min-height: 239px;
  }
  .service-content li:last-child::after {
    border-bottom: none;
  }
  .facility-responsive {
    display: block;
    width: 100%;
  }
  .desktop-facility {
    display: none;
  }
  .facility-content h4 {
    margin-top: 89px;
  }
  .facility-content h2 {
    margin-top: 3px;
  }
  .facility-content a {
    margin-top: 9px;
  }
  .tab-menu {
    margin-bottom: 52px;
  }
  .product-wrapper .product-menu .tab-menu {
    margin-top: -29%;
  }
  .balmer-why {
    margin-top: -92px;
  }
  .why-balmer.section-space-top {
    padding-top: 10px;
  }
  .label-balmer.label-mobile-mobile {
    margin-top: 29%;
    margin-left: 25px;
  }
  .explore-other-page.section-space-top {
    padding-top: 50px;
  }
  .explore-other-page h3 {
    margin-bottom: -3px;
  }
  .logo-middel img {
    max-width: 82px;
  }
  .balmer-one.balmer-three h4:before {
    margin-right: 2px;
    margin-left: 15px;
    width: 23px;
    height: 26px;
    top: -1px;
  }
  .balmer-one.balmer-three {
    padding-top: 43px;
  }
  .balmer-one {
    padding-top: 32px;
  }
  .balmer-one.balmer-two h4 {
    margin-top: 0;
  }
  .balmer-one.balmer-two {
    padding-top: 40px;
  }
  .form-contact-top {
    margin-top: -40%;
  }
  .guidus-wrapper .tab-content {
    margin-top: 47px;
  }
  .we-provide {
    width: 340px;
  }
  .balmer-why {
    padding: 0;
  }
  .balmer-one.balmer-two {
    left: -4px;
  }
  .balmer-one.balmer-three {
    left: 171px;
  }
  .detail-provid {
    margin-top: 308px;
  }
  .balmer-one {
    left: 86px;
  }
  .balmer-one.balmer-two {
    left: -12px;
  }
  .guid-tab h3 {
    font-size: 24px;
  }
  .our-jouerny {
    padding-top: 67px;
  }
  .banner-content h2 {
    margin-bottom: 30px;
  }
  .facility .overlay-facility {
    display: none;
  }
  .address-location p {
    padding-right: 6%;
  }
  .tab-location.active p {
    padding-right: 6%;
  }
  .award-content {
    padding-bottom: 10px;
  }
  .award-text {
    margin-top: 11px;
    padding: 0 2%;
  }
  .award-text h4 {
    margin-bottom: 4px;
  }
  .award-text p {
    font-size: 12px;
    line-height: 17px !important;
    padding: 0 0%;
  }
  .banner-content.contact-text {
    padding-top: 224px;
  }
  .product-listing .label-balmer.label-mobile-mobile {
    display: none;
  }
  .banner-content.product-banner-content {
    margin-top: -59px;
  }
}
@media (max-width: 430px) {
  .play-video {
    padding-top: 26px;
  }
  section.promis-section {
    min-height: 775px;
  }
  .responsive-promis {
    display: block !important;
  }
  .image-banner-promis img {
    display: none;
  }
  .our-jouerny {
    padding-top: 67px;
  }
  .awards-gain .swiper-button-next {
    width: 43px;
    height: 43px;
  }
  .awards-gain .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
  .tab-location {
    padding: 25px 20px 25px 20px;
  }
  .connect-us a {
    display: block;
    margin-bottom: 10px;
  }
  content p br {
    display: none;
  }
  .for-bottom-bg.inner-bottom-bg {
    margin-top: -40px;
    min-height: 465px;
  }
  .image-one {
    margin-bottom: -3px;
    padding-right: 0;
    min-height: 241px;
  }
}
@media (max-width: 400px) {
  section.promis-section {
    min-height: 713px;
  }
  .banner-content.product-banner-content {
    bottom: 343px;
  }
  .tab-location.active p {
    padding-right: 16%;
  }
  .balmer-one.balmer-two {
    left: -6px;
  }
  .image-one {
    margin-bottom: -16px;
    min-height: 245px;
  }
  .product-similer-wrapp .swiper-button-next {
    right: 29%;
  }
}
@media (max-width: 375px) {
  .banner-content.product-banner-content {
    bottom: 305px;
  }
}
@media (min-width: 680px) and (max-width: 900px) {
  .product-wrapper .product-menu .tab-menu a {
    padding: 13px 16px;
    font-size: 14px;
  }
  .banner-middel .inner-banner-wrapp {
    min-height: 467px;
  }
  .banner-middel .inner-banner-wrapp .desktop-inner-banner {
    min-height: 464px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    background-position: center center;
  }
  .product-wrapper .product-menu .tab-menu a {
    padding: 13px 12px;
  }
  .banner-content {
    padding-left: 38px;
  }
}
/*# sourceMappingURL=style-s.css.map */
@media (max-width: 991px) {
  .image-banner-promis img {
    height: 400px;
    object-fit: cover;
  }
  .inner-banner-wrapp img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .awards-gain {
    padding-left: 10px;
    padding-right: 10px;
  }
  .image-banner-promis img {
    height: auto;
    object-fit: inherit;
  }
    .inner-banner-wrapp img {
    height: 600px;
    }
  .form-contact-top .tab-menu a:first-child {
    margin-left: 0px;
  }
  .form-contact-top .tab-menu a:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 370px) {
  .we-provide {
    width: 100%;
    transform: scale(0.8);
    transform-origin: 30px 0px;
  }
}


/* add */

.awards-gain .swiper-button-next:hover {
  background-color: #005C36;
  transform: scale(1.1); 
  border-color: #00482A; 
}

.awards-gain .swiper-button-next:hover svg path {
  stroke: #fff;
}
.awards-gain .swiper-button-prev:hover {
  background-color: #005C36;
  transform: scale(1.1); 
  border-color: #00482A; 
}

.awards-gain .swiper-button-prev:hover svg path {
  stroke: #fff;
}
.awards-gain .swiper-button-prev:hover,
.awards-gain .swiper-button-next:hover {
  background: #005C36;
  border-color: #005C36;
}

.awards-gain .swiper-button-prev:hover svg path,
.awards-gain .swiper-button-next:hover svg path {
  stroke: #fff;
}


/* responsive */

@media only screen and (max-width:1440px) {


}

@media  (max-width:1399px){
  
}
@media (min-width: 1201px) and (max-width: 1280px) {
    .about-section .container {
  max-width: 1111px;
}
}


@media only screen and (max-width: 1200px){
  .awards-gain .swiper-button-next{
      right: 12px;
  }
  .awards-gain .swiper-button-prev{
      left: 12px;
  }
  .awards-gain {
  padding: 0 18px;
}


}
 
@media only screen and (max-width: 991px){
  
.about-section.section-space-top.section-space-bottom.privacy-policy {
  padding-top: 145px;
}
.product-section .contant-tab-product h4 a {
  font-size: 14px;
}
.location-place {
  padding: 0 20px;
}

}

@media only screen and (max-width: 767px)
{
    .product-section .contant-tab-product h4 a {
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 575px)
{
   
}
 
@media only screen and (max-width: 420px)
{
 
}
 
