* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}
a {
  text-decoration: none;
  color: #333;
}



li {
  list-style-type: none;
}

.customer-Voice p {
  word-break: break-all;
}

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

.banner-box img{
  height: 100%;
}
.banner-center {
  justify-content: center;
  text-align: center;
}

.banner-left {
  justify-content: left;
  text-align: left;
}

.banner-right {
  justify-content: right;
  text-align: right;
}

.font-color-FFF {
  color: #fff;
}

.font-color-EEE {
  color: #eee;
}

.font-color-333 {
  color: #333;
}

.header-top {
  min-height: 30px;
  background: var(---, #eee);
  width: 100%;
}

.header-top > div {
  display: flex;
  justify-content: space-between;
  max-width: 60%;
  margin: auto;
}

.header-top-text {
  font-size: 12px;
  min-height: 30px;
  line-height: 30px;
}

.header-top-lang {
  position: relative;
  display: flex;
  align-items: center;
}
.header-top-lang-text {
  display: flex;
  align-items: center;
}
.header-top-lang .header-top-lang-text img {
  width: 14px;
  height: auto;
}
.header-top-lang img {
  width: 24px;
  height: 18px;
}
.header-top-lang span {
  font-size: 14px;
}
.header-top-list {
  width: 96px;
  max-height: 160px;
  font-size: 16px;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.header-top-lang-list {
  top: 30px;
  right: 6px;
}
.header-top-states-list {
  top: 30px;
  left: 0;
  width: 64px;
}

.header-top-list::-webkit-scrollbar {
  display: none;
}

.header-top-lang .header-top-lang-text .states img {
  width: 20px;
  height: auto;
  margin: 8px;
}
.mob-menu-states,
.mob-menu-lang {
  overflow-y: auto;
  position: absolute;
  top: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.15);
  border-radius: 4px;
  width: 96px;
  max-height: 240px;
}
.mob-menu-states {
  left: 28px;
}

.mob-menu-lang {
  left: 130px;
}

.mob-menu-states img {
  width: 36px;
  height: 27px;
}

.stateGroup,
.langGroup {
  display: flex;
  margin-right: 20px;
}
.stateGroup .states {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stateGroup .states img {
  height: 16px;
}
.states,
.language {
  cursor: pointer;
  display: flex;
}

.header-top-list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  cursor: pointer;
}
.header-top-list li {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #cccccc;
  margin: 0 10px;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-list li:nth-last-child(1) {
  border-bottom: none;
}
.header-top-list .header-top-lang-list-content li {
  padding: 9px 0;
}
.header-bottom {
  position: sticky;
  top: -1px;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.1);
  background-color: #fff;
  z-index: 99;
}
.header-nav {
  margin: auto;
  max-width: 60%;
  height: 72px;
}
.header-nav-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
}
#trackOrder a,
#aboutUs a,
#generators .generators-text {
  margin-right: 48px;
  font-size: 18px;
  height: 72px;
  line-height: 72px;
}
#generators:hover .generators-text,
#trackOrder a:hover,
#aboutUs a:hover {
  color: #11b5ed;
}
.nav-menu-btn {
  display: none;
}
#generators {
  position: relative;
}

.nav-commodity {
  position: absolute;
  top: 72px;
  left: -20%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  display: none;
  z-index: 10;
  box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.1);
}
.nav-commodity p {
  font-size: 16px;
  line-height: 16px;
  padding: 0 30px;
}
#generators:hover .nav-commodity {
  display: flex;
}
.commodity-list {
  width: 192px;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nav-mob-menu {
  display: none;
}
.mob-commodity-default {
  display: flex;
  align-items: center;
  margin: 20px;
}
.banner-box {
  position: relative;
  color: #fff;
  height: 682px;
  overflow: hidden;
}
.banner-top-img {
  display: block;
}
.banner-top-img-ipad {
  display: none;
}
.banner-top-img-mob {
  display: none;
}
.banner-content-box {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content {
  width: 60%;
  margin: 0 auto;
  display: flex;
}

.banner-content2 {
  width: 400px;
}

.banner-content-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-content-title2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-content-btns {
  display: flex;
  align-items: center;
}

.banner-content-to-checkout {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  background: #11b5ed;
  cursor: pointer;
  display: flex;
  width: 260px;
  height: 40px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  line-height: normal;
  text-transform: capitalize;
}
.customer-Voice-active-slide {
  border-radius: 48px 4px 4px 4px !important;
}
.banner-content-to-detail {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 10px 24px;
  cursor: pointer;
}

.commodity-list-img {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 60px;
}

.commodity-list-img img {
  width: 64px;
}

.btn-to-top {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background-color: #11b5ed;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
  position: fixed;
  bottom: 9%;
  right: 6%;
  z-index: 10;
  cursor: pointer;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* featured-products */
.featured-products {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.featured-products-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 120px;
}

.featured-products-commodity {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 2%;
  margin-top: 48px;
}

.featured-products-commodity .commodity-box {
  width: 29%;
  position: relative;
  height: 100%;
}

.featured-products-commodity .information-content {
  position: absolute;
  width: 210px;
  height: 50%;
  top: 20%;
  left: 10%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.featured-products-commodity .information-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.featured-products-commodity .information-subhead {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.featured-products-commodity .information-button {
  width: 155px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  color: #11b5ed;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.featured-products-commodity .information-button span {
  margin-right: 10px;
}
.featured-products-commodity .information-button img {
  width: 8px;
}
.customer-Voice {
  position: relative;
}

.customer-Voice-title {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 120px;
  margin-bottom: 48px;
}

.customer-Voice-swiper {
  position: absolute;
  top: 25%;
  left: 30%;
  width: 70%;
  height: 75%;
}
.customer-Voice .swiper-wrapper{
  height: 78%;
}
.customer-Voice .customer-Voice-contaner {
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 100%;
}

.customer-Voice .contaner-top {
  display: flex;
}

.customer-Voice .contaner-userinfo {
  margin-left: 12px;
  width: calc(100% - 72px);
}

.customer-Voice .contaner-user-name {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px; /* 75% */
  text-transform: capitalize;
  display: inline;
}

.customer-Voice .contaner-top-img {
  width: 60px;
}
.customer-Voice .contaner-user-verified {
  color: #2cbe50;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px; /* 125% */
  text-transform: capitalize;
  display: inline;
}

.customer-Voice .contaner-user img {
  width: 15px;
}
.customer-Voice .contaner-time {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px; /* 125% */
  text-transform: capitalize;
}
.customer-Voice .contaner-star {
  width: 106px;
}
.customer-Voice .contaner-bottom {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-top: 28px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  display: -webkit-box;
}
.customer-Voice-swiper-pagination {
  width: 30% !important;
  display: flex;
  justify-content: left;
}
.customer-Voice-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #11b5ed;
  width: 50px;
  height: 8px;
  border-radius: 18px;
}
.customer-Voice-swiper-button-prev,
.customer-Voice-swiper-button-next {
  width: 46px;
  height: 46px;
  border: 1px solid #999;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.customer-Voice-swiper-button-prev img,
.customer-Voice-swiper-button-next img {
  width: 70%;
}
.customer-Voice-swiper-button-prev img {
  margin-left: 4px;
}
.customer-Voice-swiper-button-next img {
  margin-left: 10px;
}
.customer-Voice-swiper-control {
  display: flex;
  justify-content: center;
  margin-top: 3%;
  align-items: center;
  column-gap: 10%; 
}
.customer-Voice-swiper-button {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.customer-Voice-left-img {
  width: 780px;
}
/* contact-us */

.contact-us-title {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 48px;
}

.contact-us-commodity {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  width: 100%;
}

.dealer-application-box {
  width: 29%;
  height: 100%;
}

.contact-us .dealer-application {
  width: 100%;
  border-radius: 8px;
  background: radial-gradient(
    59.24% 64.11% at 49.14% 58.71%,
    #39636f 0%,
    #011a22 100%
  );
  padding: 10% 0 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .application-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  width: 70%;
  padding: 0 15%;
}
.contact-us .application-subhead {
  width: 70%;
  color: #eee;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: capitalize;
  margin-bottom: 26px;
  padding: 0 15%;
}
.contact-us .application-img {
  width: 78%;
}
.contact-us .commodity-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* height: 660px; */
  width: 29%;
}
.contact-us .commodity-right a {
  height: 48%;
  display: inline-block;
}
.contact-us .commodity-box {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.contact-us .commodity-box-text {
  width: 90%;
  padding: 8% 0 0 8%;
}
.contact-us .commodity-box-title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-us .commodity-box-subhead {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.contact-us .commodity-box-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 4% 5% 0;
}

/* choose-reason */

.choose-reason {
  margin: 120px auto;
}
.choose-reason-title {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 48px;
  text-align: center;
}

.choose-reason-commodity {
  background: #f9f9f9;
  width: 60%;
  height: 100%;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.choose-reason .commodity-box {
  display: flex;
  width: 27%;
  align-items: center;
  padding: 3%;
}

.choose-reason .reason-img {
  width: 45px;
}
.choose-reason .reason-text {
  width: 80%;
  margin-left: 20px;
}
.choose-reason .reason-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.choose-reason .reason-subhead {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.dealer-application-box a {
  width: 100%;
  display: inline-block;
}
