/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, form, figure {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
.w-90 {
  width: 86% !important;
}
/* banner */
.banner-section {
  position: relative;
  background: url(https://www.elgi.com/au/au-compressors/wp-content/uploads/2025/06/banner-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 60px 0;
  height: 100%;
}
.banner-content-inner h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.banner-content-inner h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}
.banner-content-inner ul {
  padding: 0;
  margin: 0;
}
.banner-content-inner li {
  font-size: 18px;
  list-style: none;
  border-left: 4px solid #DB0000;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.banner-section .w-90 {
  height: 100%;
}
.banner-section .row {
  height: 100%;
  align-items: center;
}
.banner-content-wrap {
  height: 100%;
}
.cagi-wrap img {
  width: 60%;
}
.cagi-wrap .row {
  background: #262626;
  padding: 20px;
}
.cagi-wrap {
  text-align: center;
  color: #fff;
  padding: 20px 50px 30px 50px;
  background: #000;
  border: 1px solid #B98500;
  border-radius: 10px;
  margin-top: 20px;
}
.cagi-wrap h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
/* abt-count-section */
.abt-count-section {
  padding: 60px 0;
}
.count-sec p {
  font-size: 18px;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
}
.count-sec h2 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
}
#cep-wrap-lp .count-sec h2 {
  font-size: 50px;
  font-weight: 800;
  color: #d34030;
}
#cep-wrap-lp .count-sec p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
/* #cep-wrap-lp .count-sec::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 200px;
  background: #d3403026;
  top: 0;
  z-index: -1;
  rotate: 120deg;
} */
.count-sec h2 {
  font-size: 70px;
  font-weight: 800;
  color: #d34030;
}
.abt-count-section .title {
  color: #616161;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}
/* product-wrap */
.product-wrap {
  padding: 50px;
  box-shadow: 0 0 16px #00000026;
  border-radius: 15px;
  margin: 20px 15px;
  position: relative;
}
.product-wrap-img {
  text-align: center;
  position: relative;
}
.product-wrap-video img {
  position: absolute;
  right: 40px;
  top: 40px;
  animation: pulse-animation 1s infinite;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(228, 41, 41, 0.308);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(226, 38, 38, 0.137);
  }
}
.product-wrap-content h3 {
  color: #DC4433;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
}
.product-wrap-content ul {
  padding: 0px;
}
.product-wrap-content ul li {
  list-style: none;
  margin-bottom: 15px;
  border-left: 3px solid #dc4433;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
.product-wrap-btn {
  display: flex;
  margin-top: 25px;
}
.product-wrap-btn a {
  background: #dc4433;
  color: #fff;
  padding: 12px 20px;
  display: table;
  border-radius: 10px;
  border: 1px solid #dc4433;
  font-size: 16px;
  width: 250px;
  text-align: center;
}
.product-wrap-btn a.view {
  background: transparent;
  color: #dc4433;
}
.product-wrap-btn a.contact {
  margin-left: 20px;
}
.product-wrap-btn a.view:hover {
  background: #dc4433;
  color: #fff;
}
.product-wrap-btn a.contact:hover {
  background: transparent;
  color: #dc4433;
}
/* advance-superior-wrapper */
.advance-superior-wrapper {
  padding: 60px 0 60px 0;
}
.advan-inn h4 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 1rem 0;
}
.advan-inn {
  text-align: center;
  padding: 1rem;
  border-right: 1px solid #dc4433;
}
.advan-inn.border-bot-advan {
  border-top: 1px solid #dc4433;
  padding-top: 2rem;
}
.advan-inn.border-bot-ad {
  border-right: none;
}
.in-ad-box {
  cursor: pointer;
}
.in-ad-box img {
  transition: all 0.4s ease-in-out;
}
.in-ad-box:hover img {
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.advance-superior-inner {
  background: #FFEEEA29;
  padding: 30px 0;
}
.in-ad-box p {
  font-size: 16px;
  line-height: 30px;
}
.talk-experts-wrap {
  background: #d1d1d1d1;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.talk-experts-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48% 0% 26% 19% / 63% 25% 70% 0%;
  z-index: -1;
  pointer-events: none;
}

.unleash-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.expert-btn {
  background: #DC4433;
  color: #fff;
  font-weight: 500;
  display: flex;
  width: 70%;
  justify-content: center;
  margin-top: 15px;
  padding: 15px 15px;
  font-size: 18px;
  border-radius: 5px;
}
.talk-experts-wrap h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.talk-experts-wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.sub-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
/* why-over-wrap */
.why-over-wrap {
  padding: 60px 0;
}
.why-over-item {
  background: #f5f5f5;
  padding: 30px;
  border: 2px solid #CCC;
  border-radius: 10px;
}
.why-over-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0 0;
  height: 50px;
  align-items: center;
  display: flex;
}
.why-over-item p {
  font-size: 16px;
  height: 147px;
  display: flex;
  overflow-y: scroll;
  margin-top: 10px;
  padding-right: 15px;
}
.why-over-wrap-inner .swiper-wrapper {
  padding-bottom: 30px;
}
/* lp-industries-wrapper */
#achive-max-wrap .achive-max-inner .item {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#achive-max-wrap .achive-max-inner .item img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#achive-max-wrap .achive-max-inner .item .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
#achive-max-wrap .achive-max-inner .item:hover .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#achive-max-wrap .achive-max-inner .item .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  z-index: 1;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#achive-max-wrap .achive-max-inner .item:hover .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#achive-max-wrap .achive-max-inner .item h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
#achive-max-wrap .achive-max-inner .item p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}
#achive-max-wrap .achive-max-inner .swiper-wrapper {
  padding-bottom: 60px;
}
#achive-max-wrap .achive-max-inner h4 {
  color: #DC4433;
  font-size: 20px;
  font-weight: 600;
}
#achive-max-wrap .achive-max-inner h2 {
margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
/* faq */
.faq-block-wrap {
  padding: 60px 0;
  background: #edeef0;
}
.faq-block-wrap .sub-title {
  text-align: start;
  margin-bottom: 40px;
}
.faq-block-wrap .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.faq-block-wrap .accordion-button::after {
  display: none;
}
.faq-block-wrap .accordion-button.collapsed i {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}
.faq-block-wrap .accordion-button i {
  rotate: 180deg;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.faq-block-wrap .accordion-button, .accordion-button:not(.collapsed) {
  background: #000;
  color: #fff;
  border-radius: 5px !important;
}
.faq-block-wrap .accordion-item {
  margin-bottom: 20px;
}
#foot-bottom {
  background: #000;
  color: #fff;
  padding: 15px 0;
}
.wrap-foot-ph {
  display: flex;
  justify-content: end;
}
.single-product {
  padding: 50px;
  box-shadow: 0 0 16px #00000026;
  border-radius: 15px;
  margin: 20px 15px;
}
/* form */
#form-box {
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  margin: 0 50px;
  position: relative;
}
#form-box .gfield_label.gform-field-label {
  color: #6E6E6E;
  font-weight: 400 !important;
}
#form-box .ginput_container input {
  border: 2px solid #C0C0C0;
  padding: 10px !important;
  font-size: 16px !important;
  border-radius: 10px;
}
#form-box .gfield_select {
  border: 2px solid #C0C0C0;
  padding: 12px 10px 12px 10px !important;
  font-size: 16px !important;
  border-radius: 10px;
  /* background: transparent; */
}
#form-box .gform_legacy_markup_wrapper textarea.small {
  border: 2px solid #C0C0C0;
  padding: 10px !important;
  font-size: 16px !important;
  border-radius: 10px;
}
#form-box .gform_button {
  background: #D34030;
  border: none;
  color: #fff;
  padding: 15px 50px;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 10px;
  margin-right: 0 !important;
}
.form-title {
  font-size: 26px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.gform_legacy_markup_wrapper div.validation_error {
  display: none;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
  border: none;
}
#brochureModal .ginput_container input {
  border: 2px solid #C0C0C0;
  padding: 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
}
#brochureModal .gfield_select {
  border: 2px solid #C0C0C0;
  padding: 12px 10px 12px 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
  background: transparent;
}
#brochureModal .gform_button {
  background: #D34030;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 10px;
  margin-right: 0 !important;
}
#brochureModal .gfield_label {
  color: #6E6E6E;
  font-weight: 500 !important;
}
.abt-count-section .row {
  align-items: center;
}
/* header */
.banner-wrap {
  background: #0000002e;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.banner-wrap .row {
  align-items: center;
}
.banner-right {
  text-align: end;
}
.banner-right a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  background: url(https://www.elgi.com/au/au-compressors/wp-content/uploads/2025/06/phone-iconn.png) 0 0 no-repeat;
  padding-left: 36px;
}
#achive-max-wrap {
  padding-bottom: 60px;
}
/* swiper */
.swiper-wrapper {
  padding-bottom: 60px !important;
}
.swiper-pagination-bullet {
  width: 50px !important;
  height: 5px !important;
  display: inline-block !important;
  border-radius: 0px !important;
  background: #db1a1d !important;
}
.swiper-pagination-bullet-active {
  background: #db1a1d !important;
  opacity: 1 !important;
}
.faq-block-wrap .accordion-body {
  font-size: 16px;
  line-height: 30px;
}
.advance-superior-wrapper .sub-title {
  width: 90%;
  margin: 0 auto 50px auto;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.why-over-wrap * {
  scrollbar-width: auto;
  scrollbar-color: #000 #ffffff;
}
/* Chrome, Edge, and Safari */
.why-over-wrap *::-webkit-scrollbar {
  width: 5px;
}
.why-over-wrap *::-webkit-scrollbar-track {
  background: #ffffff;
}
.why-over-wrap *::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.ginput_container.ginput_container_consent {
  display: flex;
  align-items: start;
}
.ginput_container.ginput_container_consent input {
  margin: 3px 10px 0 0;
}
.ginput_container.ginput_container_consent a {
  color: #db1a1d !important;
}
.modal-body a.brochure-btn.spl {
  background: #ee2431;
  color: #fff;
  padding: 10px;
  display: table;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.form-black-sec {
  display: none;
}
/*	brands block*/
.block__brands {
  background: #262626;
  padding: 20px 0;
}
.block__brands .row {
  align-items: center;
}
.block__brands .white-title {
  margin: 0 0 0px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  display: block;
  position: relative;
  color: #fff;
  line-height: normal;
}
.block__brands .white-title span {
  font-weight: 700;
}
.block__brands .brands__logo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 150px;
}
.block__brands .brands__logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block__brands .white-title span {
  font-weight: 700;
  color: #db1a1d;
}
/*	brands block*/
.abt-winner-wrap h4 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.count_img_box {
  text-align: center;
}
.count_img_box img {
  height: 120px;
}
.abt-winner-wrap{
  background: #00000052;
  padding: 30px;
  margin-top: 30px;
}
.abt-winner-left{
  padding-right: 30px;
}
.abt-winner-right{
  padding-left: 20px;
  border-left: 1px solid #ffffff94;
}
.whatsapp-icon {
  /* position: fixed;
  bottom: 10px;
  z-index: 9;
  right: 10px; */
  text-align: start;
}
.mob-btn-wrap {
  display: none;
}
.mob-btn-wrap a {
  width: 100%;
  text-align: center;
  padding: 12px;
  background: #dc4433;
  color: #fff;
  font-size: 16px;
}
/* .mob-btn-wrap a:nth-child(2n) {
  background: #28a619;
  border-left: 1px solid #ddd;
} */
.mob-icon-wa {
  display: none;
}
.desk-icon-wa {
  display: flex;
  justify-content: end;
  align-items: center;
}
.desk-icon-wa .whatsapp-icon {
  margin-left: 20px;
  border-left: 1px solid #ffffff6e;
  padding-left: 20px;
}
.whatsapp-icon img {
  width: 40px;
  animation: pulse-ani 1s infinite;
  border-radius: 50px;
}
@keyframes pulse-ani {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.308);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.137);
  }
}
#cep-wrap-lp .count-sec {
  text-align: center;
  background: #ffffffdb;
  padding: 25px 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#cep-wrap-lp .abt-cep-section img {
  text-align: center;
}
#cep-wrap-lp .abt-cep-section p {
text-align: start;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  /* width: 80%;
  margin: 0 auto; */
}
#cep-wrap-lp .abt-cep-section .sub-title {
 font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: start;
}
#cep-wrap-lp .abt-cep-section img {
  margin-top: 20px;
}
#cep-wrap-lp .abt-cep-section {
  text-align: center;
 margin: 50px 0;
}
#cep-wrap-lp .talk-experts-wrap h2 {
  margin-bottom: 0px;
  font-size: 26px;
  color: #fff;
}
#cep-wrap-lp .talk-experts-wrap .row{
  align-items: center;
}

#cep-wrap-lp .feature-sec-one.splll {
  background: #efefef;
  padding: 60px 0;
}
#cep-wrap-lp .feature-sec-one.splll h3 {
  text-align: center;
  margin-bottom: 50px;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item {
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 16px #cecece78;
  border: 1px solid #dbd6d6;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item img {
height: 100px;
  background-color: #e7e7e76b;
  padding: 15px;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 0 5px #00000021;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item p {
height: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item p b {
  font-size: 20px;
  margin-bottom: 5px;
}
#cep-wrap-lp .feature-sec-one {
  padding: 50px 0;
  /* position: relative;
  overflow: hidden; */
}
.feature-new-secc {
  padding: 60px 0;
}
.feature-new-inner h3 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}
.feature-new-inner .feature-new-secc-item h3 {
font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: start;
  height: 80px;
  display: flex;
  line-height: 25px;
  position: relative;
  color: #dc4433;
}
.feature-new-inner .feature-new-secc-item h3::after {
  content: '';
  width: 50px;
  left: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  background: #9f251742;
}
.feature-new-secc-item {
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 16px #cecece78;
  border: 1px solid #dbd6d6;
}
.feature-new-secc-item p {
font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
  color: #000;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: white #ffffff1a;
  scrollbar-width: thin;
}
/* .feature-new-secc-item::after {
content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  right: -40%;
  bottom: -140px;
  background: #9f25172e;
    background-repeat: repeat;
  background-repeat: repeat;
  border-radius: 50%;
  z-index: -1;
  background-repeat: no-repeat;
} */
#cep-wrap-lp #achive-max-wrap .swiper-slide img {
  width: 100%;
  padding: 0 20px;
} 
#cep-wrap-lp .banner-section {
  /* background-image: url(https://www.elgi.com/au/au-compressors/wp-content/uploads/2026/01/elgi-compre-au-Pack.jpg);
  background-repeat: repeat;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%; */
  height: 100%;
  background: #ebebeb;
}
#cep-wrap-lp .banner-section .banner-content-inner li {
  color: #000;
}
#cep-wrap-lp .banner-section .banner-content-inner h1 {
  color: #000;
}
#cep-wrap-lp .banner-section::after {
  content: '';
  background-color: #00000047;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}


/* #cep-wrap-lp .feature-sec-one::after {
  background: #000;
  width: 100%;
  right: -50%;
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  left: auto;
  z-index: -1;
} */
#cep-wrap-lp .feature-sec-one h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
#cep-wrap-lp .feature-sec-one p {
font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 45px;
  background: url(https://www.elgi.com/au/au-compressors/wp-content/uploads/2025/12/check-mark.png) 0 3px;
  background-repeat: no-repeat;
  background-size: 25px;
}
#cep-wrap-lp .feature-sec-one.splll p{
  background: none;
}
#cep-wrap-lp .feature-sec-one p:last-child {
  margin-bottom: 0;
}
#cep-wrap-lp .feature-sec-one p b {
  color: #dc4534;
}
#cep-wrap-lp #achive-max-wrap {
  padding-top: 60px;
  /* background: #f6f6f6; */
}
#cep-wrap-lp .form-box {
  margin: 0 30px;
}
#cep-wrap-lp #achive-max-wrap .swiper-slide {
  text-align: center;
}
/* #cep-wrap-lp .terms {
  color: #fff;
} */
#cep-wrap-lp .banner-section .row {
  align-items: start;
}
/* #cep-wrap-lp .feature-sec-one-right {
  padding-left: 50px;
} */
/* #cep-wrap-lp .feature-sec-one-right h3 ,#cep-wrap-lp .feature-sec-one-right p{
  color: #fff;
}
#cep-wrap-lp .feature-sec-one-right p b {
  color: #b3b3b3 !important;
} */
/* #cep-wrap-lp .feature-sec-one-left{
  padding-right: 50px;
} */

#cep-wrap-lp #form-box .ginput_container input {
  border: 1px solid #C0C0C0;
  padding: 10px !important;
  font-size: 15px !important;
  border-radius: 10px;
  outline: none;
}
#cep-wrap-lp #form-box .ginput_container textarea{
  border: 1px solid #C0C0C0;
  padding: 10px !important;
  font-size: 15px !important;
  border-radius: 10px;
  outline: none;
}
#cep-wrap-lp #form-box .gfield_select {
  border: 1px solid #C0C0C0;
  padding: 0px 10px 0px 10px !important;
  font-size: 15px !important;
  border-radius: 10px;
  background-color: transparent;
  height: 40px;
  outline: none;
  background: auto;
}
#cep-wrap-lp #form-box .ginput_container.ginput_container_consent input {
  margin: 0;
}
#cep-wrap-lp .gform-theme--foundation .gform_fields {
  row-gap: 25px;
}
#cep-wrap-lp .form-box p {
  margin-bottom: 30px;
}

#cep-wrap-lp .abt-count-section {
  padding: 20px 0;
}
#cep-wrap-lp .abt-count-section .title {
  margin-bottom: 40px;
  color: #d34030;
}
#cep-wrap-lp .abt-count-section .row {
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #dc443326;
}
#cep-wrap-lp .banner-content-inner h4 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: start;
  color: #000;
  margin-top: 30px;
}
#cep-wrap-lp .talk-experts-wrap {
  background: #dc4433;
}
#cep-wrap-lp .talk-experts-wrap::after {
  background: #393939;
}
#cep-wrap-lp .expert-btn {
  margin-top: 5px;
}
#cep-wrap-lp .talk-experts-wrap.spl {
  background: #cccbcb;
}
#cep-wrap-lp .talk-experts-wrap.spl h2 {
  color: #000;
}
#cep-wrap-lp .talk-experts-wrap.spl::after {
  background: #edecec;
}
#cep-wrap-lp .talk-experts-wrap p {
  color: #fff;
}
#cep-wrap-lp .gform_validation_errors {
  display: none !important;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item h4 {
  font-size: 20px;
  margin-top: 20px;
  color: #dc4433;
  font-weight: 700;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
@media(max-width:1520px){
  .feature-new-secc-item p {
  height: 90px;
}
}
/* responsive */
@media(max-width:1440px) {
    .feature-new-secc-item p {
  font-size: 15px;
}
  #form-box {
    padding: 30px 30px;
    margin: 0 0px 0 20px;
  }
  .count-sec h2 {
    font-size: 80px;
  }
}
@media(max-width:1399px) {
  #cep-wrap-lp .banner-content-inner h4 {
  font-size: 26px;
}
  #cep-wrap-lp .banner-section {
  margin-top: 50px;
}
#cep-wrap-lp .count-sec h2 {
  font-size: 36px;
}
#cep-wrap-lp .feature-new-secc {
  padding: 40px 0;
}
#cep-wrap-lp .feature-new-inner h3 {
  margin-bottom: 30px;
}
#cep-wrap-lp .feature-new-inner .feature-new-secc-item h3 {
  font-size: 18px;
  height: 70px;
}
#cep-wrap-lp #achive-max-wrap {
  padding: 40px 0;
}
#cep-wrap-lp .feature-sec-one.splll {
  padding: 40px 0 30px 0;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item p {
  height: 70px;
  font-size: 16px;
  line-height: 24px;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item h4 {
  height: 70px;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item h4 {
  font-size: 18px;
  line-height: 26px;
}
#cep-wrap-lp .feature-sec-one.splll .feature-item img {
  height: 80px;
  padding: 10px;
}
#cep-wrap-lp .banner-section .banner-content-inner h1 {
  font-size: 30px;
  margin-bottom: 25px;
}
}
@media(max-width:1240px) {
  .count-sec h2 {
    font-size: 60px;
  }
  .expert-btn {
    width: 100%;
  }
}
@media(max-width:1199px) {
  .product-wrap-btn {
    display: block;
  }
  .product-wrap-btn a {
    padding: 8px 10px;
    font-size: 14px;
    margin: 15px 0 0 0 !important;
  }
}
@media(max-width:1024px) {
.feature-new-inner .feature-new-secc-item h3 {
height: auto;
    padding-bottom: 15px;
}
 .feature-new-secc-item p {
    height: auto;
  }
  .feature-new-secc {
  padding: 40px 0;
}
.feature-new-inner h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
}
@media(max-width:991px) {
    #cep-wrap-lp .banner-section {
    padding: 40px 0;
  }
  #cep-wrap-lp .feature-sec-one.splll h3 {
  margin-bottom: 30px;
}
   #cep-wrap-lp .feature-sec-one.splll .feature-item h4 {
    height: auto;
  }
    #cep-wrap-lp .feature-sec-one.splll .feature-item p {
    height: auto;
    margin-top: 10px;
  }
  #cep-wrap-lp .feature-sec-one.splll {
  padding: 10px 0;
}
  #cep-wrap-lp .feature-sec-one.splll .feature-item img {
  height: 70px;
  padding: 10px;
  border-radius: 10px;
}
  #cep-wrap-lp .banner-section .row {
  align-items: start;
  padding: 30px 0;
  margin: 0;
}
  #cep-wrap-lp .form-box {
  margin: 30px 0px 0 0;
}
#cep-wrap-lp .feature-sec-one::after {
content: unset;
}
#cep-wrap-lp .feature-sec-one-right {
  padding: 30px 30px 30px 30px;
  /* background: #000; */
}
#cep-wrap-lp .feature-sec-one .container-fluid.w-90 {
  width: 100% !important;
}
#cep-wrap-lp .feature-sec-one-left {
  padding: 30px;
}
#cep-wrap-lp .abt-cep-section p {
  font-size: 16px;
  line-height: 30px;
}
#cep-wrap-lp .feature-sec-one h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#cep-wrap-lp .feature-sec-one {
  padding: 0px 0;
}
#cep-wrap-lp .feature-sec-one p {
  font-size: 16px;
  line-height: 26px;
}
  .desk-icon-wa .whatsapp-icon {
    margin-left: 10px;
    border-left: 1px solid #ffffff6e;
    padding-left: 10px;
  }
  .block__brands .white-title {
    font-size: 20px;
  }
  .abt-winner-right {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .banner-section {
    padding: 150px 0 60px 0;
  }
  .cagi-wrap img {
    width: auto;
    margin: 10px 0;
  }
  .banner-content-inner h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-content-inner h4 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .cagi-wrap h3 {
    font-size: 20px;
  }
  #form-box {
    padding: 30px 30px;
    margin: 30px 0px 0 0px;
    border-radius: 10px;
  }
  #form-box .gform_button {
    padding: 8px 30px;
    font-size: 14px !important;
  }
  .abt-count-section .title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .abt-count-section {
    padding: 30px 0 0 0;
  }
  .count-sec {
    text-align: center;
    margin-bottom: 20px;
  }
  .count-sec p {
    font-size: 16px;
  }
  .count-sec h2 {
    font-size: 40px;
  }
  .sub-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product-wrap {
    padding: 40px;
  }
  .advance-superior-wrapper {
    padding: 30px 0 0px 0;
  }
  .talk-experts-wrap h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .talk-experts-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .expert-btn {
    margin-top: 15px;
    padding: 12px 15px;
    font-size: 14px;
  }
  .why-over-item h4 {
    margin: 15px 0;
    height: auto;
  }
  .why-over-item p {
    height: auto;
    overflow: unset;
  }
  #achive-max-wrap {
    padding-bottom: 30px;
  }
  .why-over-wrap {
    padding: 30px 0;
  }
  #achive-max-wrap .achive-max-inner h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  #achive-max-wrap .achive-max-inner h4 {
    font-size: 16px;
  }
  .faq-block-wrap {
    padding: 30px 0;
  }
  .banner-right a {
    font-size: 16px;
    padding-left: 20px;
    background-size: 16px;
  }
  .whatsapp-icon img {
    width: 30px;
  }
  #cep-wrap-lp #achive-max-wrap {
  padding-top: 30px;
}
}
@media(max-width:767px) {
		#cep-wrap-lp #form-box .ginput_container input {
  font-size: 13px !important;
}
	cep-wrap-lp #form-box .ginput_container textarea {
  font-size: 13px !important;
}
	#cep-wrap-lp #form-box .gfield_select {
		font-size: 13px !important;
	}
	  #achive-max-wrap .achive-max-inner h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
    #cep-wrap-lp .feature-new-inner h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
    #cep-wrap-lp .feature-new-inner .feature-new-secc-item h3 {
    height: auto;
  }
   #cep-wrap-lp .banner-section .banner-content-inner h1 {
    font-size: 24px;
  }
    #cep-wrap-lp .banner-section {
    margin-top: 90px;
  }
   #cep-wrap-lp .banner-content-inner h4 {
    font-size: 20px;
  }
    #cep-wrap-lp .count-sec h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
   #cep-wrap-lp .banner-section .row {
    padding: 30px 0 0 0;
  }
  #cep-wrap-lp .abt-cep-section p {
  width: 100%;
}
  #cep-wrap-lp #form-box .ginput_container input {
  border-radius: 5px;
}
#cep-wrap-lp .form-box h5 {
  font-size: 16px;
}
#cep-wrap-lp #form-box .gfield_select {
  border-radius: 5px;
}
   #cep-wrap-lp .block__brands .brands__logo {
  min-height: 80px;
}
 #cep-wrap-lp .block__brands {
    padding: 30px 0;
  }
 #cep-wrap-lp .feature-sec-one.splll .feature-item h4 {
    font-size: 16px;
    height: auto;
    line-height: 24px;
  }
#cep-wrap-lp .feature-sec-one.splll .feature-item p {
    font-size: 15px;
  }
  #cep-wrap-lp .abt-count-section {
  padding: 30px 0 30px 0;
}
#cep-wrap-lp .abt-cep-section .sub-title {
  margin-bottom: 10px;
  font-size: 20px;
}
	#cep-wrap-lp .feature-new-inner .feature-new-secc-item h3{
		height:auto;
	}
/* #cep-wrap-lp .talk-experts-wrap.spl h2 {
  margin-bottom: 20px;
} */
#cep-wrap-lp .unleash-foot {
    align-items: start;
    margin-top: 10px;
  }
.feature-new-secc {
  padding: 40px 0;
}
#cep-wrap-lp .expert-btn {
  width: auto;
}
#cep-wrap-lp .abt-count-section .row {
  padding-bottom: 10px;
}
     #cep-wrap-lp .banner-content-inner h1 {
    font-size: 20px;
  }
  #cep-wrap-lp .talk-experts-wrap h2 {
  margin-bottom: 0px;
  font-size: 20px;
}
  .banner-content-inner li {
  font-size: 16px;
  padding-left: 15px;
}
   #cep-wrap-lp #form-box {
    padding: 20px;
  }
 .mob-icon-wa .whatsapp-icon {
    display: block;
  }
  .mob-icon-wa .whatsapp-icon img {
    width: 50px;
  }
  .desk-icon-wa {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
  }
  .mob-icon-wa {
    display: flex;
    justify-content: end;
  }
  .desk-icon-wa .whatsapp-icon {
    display: none;
  }
  /* #foot-bottom {
    margin-bottom: 45px;
  } */
  .mob-btn-wrap {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }
  .whatsapp-icon{
    display: none;
  }
  .mob-btn-wrap {
    display: flex;
  }
  .product-wrap-content h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .block__brands {
    padding: 40px 0 0 0;
    text-align: center;
  }
  .count_img_box img {
    height: auto;
  }
  .banner-content-inner h4 {
    font-size: 15px;
  }
  .product-wrap-btn a {
    width: 100%;
    text-align: center;
  }
  .advance-superior-wrapper .sub-title {
    margin: 0 auto 30px auto;
  }
  .advan-inn {
    border-bottom: 1px solid #dc4433;
    border-right: none;
  }
  .advan-inn.border-bot-advan {
    border-top: none;
  }
  .advan-inn:last-child {
    border-bottom: none;
  }
  #achive-max-wrap .achive-max-inner .item h3 {
    font-size: 16px;
  }
  #achive-max-wrap .achive-max-inner .item .title {
    font-size: 18px;
  }
  .faq-block-wrap .accordion-body {
    line-height: 24px;
  }
  #foot-bottom .wrap-foot-ph.justify-content-end {
    justify-content: start !important;
    margin-top: 10px;
  }
  .in-ad-box p {
    line-height: 26px;
  }
  .single-product {
    padding: 20px;
    margin: 20px 0px;
  }
  .sub-title {
    font-size: 20px;
  }
  .abt-count-section .title {
    font-size: 20px;
  }
  .count-sec h2 {
    font-size: 30px;
  }
  .banner-content-inner h1 {
    font-size: 26px;
  }
  .form-title {
    font-size: 20px;
  }
  #form-box .ginput_container input {
    padding: 4px !important;
    font-size: 14px !important;
  }
  #form-box .gfield_select {
    padding: 8px 6px 8px 6px !important;
    font-size: 14px !important;
  }
  #form-box .gform_legacy_markup_wrapper textarea.small {
    height: 50px;
  }
  #form-box {
    padding: 30px 30px 0px 30px;
  }
  .banner-section {
    padding: 60px 0 40px 0;
  }
  .product-wrap {
    padding: 20px;
  }
}
@media(max-width:575px){
  .product-wrap-video img {
    right: 5px;
    top: 8px;
    height: 25px;
    object-fit: contain;
  }
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    border-radius: 5px !important;
  }
  .swiper-wrapper {
    padding-bottom: 50px !important;
  }
  .mob-btn-wrap a {
    font-size: 14px;
  }
}