* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-size: 46px;
  line-height: 57px;
  font-weight: 700;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  h1, .h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  h1, .h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media all and (max-width: 1200px) {
  h1, .h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media all and (max-width: 991px) {
  h1, .h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media all and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media all and (max-width: 599px) {
  h1, .h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  h2, .h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  h2, .h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media all and (max-width: 1200px) {
  h2, .h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media all and (max-width: 991px) {
  h2, .h2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
@media all and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media all and (max-width: 599px) {
  h2, .h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  h3, .h3 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  h3, .h3 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
@media all and (max-width: 1200px) {
  h3, .h3 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
@media all and (max-width: 991px) {
  h3, .h3 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
@media all and (max-width: 599px) {
  h3, .h3 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  h4, .h4 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  h4, .h4 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media all and (max-width: 1200px) {
  h4, .h4 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media all and (max-width: 599px) {
  h4, .h4 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}

h5, .h5 {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  h5, .h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media all and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media all and (max-width: 599px) {
  h5, .h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

h6, .h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media all and (max-width: 599px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

::placeholder {
  color: #515C5C !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #515C5C !important;
}

::-ms-input-placeholder {
  color: #515C5C !important;
}

form select {
  background-image: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/select-dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form select:focus {
  background-image: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/select-dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
}

select::-ms-expand {
  display: none;
}

.default-section {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .default-section {
    padding-top: 110px !important;
    padding-bottom: 120px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .default-section {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media all and (max-width: 1200px) {
  .default-section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media all and (max-width: 991px) {
  .default-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media all and (max-width: 767px) {
  .default-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media all and (max-width: 599px) {
  .default-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.standard-content {
  color: #535353;
}
.standard-content:first-child {
  margin-top: 0;
}
.standard-content figure {
  margin-bottom: 30px;
}
.standard-content figure img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}
.standard-content h1,
.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6 {
  padding: 0;
  margin: 50px 0 16px;
}
.standard-content h1:first-child,
.standard-content h2:first-child,
.standard-content h3:first-child,
.standard-content h4:first-child,
.standard-content h5:first-child,
.standard-content h6:first-child {
  margin-top: 0;
}
@media all and (max-width: 1200px) {
  .standard-content h1,
  .standard-content h2,
  .standard-content h3,
  .standard-content h4,
  .standard-content h5,
  .standard-content h6 {
    margin-top: 30px;
  }
}
@media all and (max-width: 599px) {
  .standard-content h1,
  .standard-content h2,
  .standard-content h3,
  .standard-content h4,
  .standard-content h5,
  .standard-content h6 {
    margin-top: 26px;
  }
}
.standard-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.03em;
}
@media all and (max-width: 599px) {
  .standard-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.standard-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.03em;
}
@media all and (max-width: 599px) {
  .standard-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.standard-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
}
@media all and (max-width: 599px) {
  .standard-content h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 599px) {
  .standard-content p {
    margin-bottom: 18px;
  }
}
.standard-content p:last-child {
  margin: 0;
}
.standard-content p a {
  color: #008C96;
}
.standard-content p a:hover {
  text-decoration: underline;
}
.standard-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
@media all and (max-width: 1200px) {
  .standard-content ul {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 599px) {
  .standard-content ul {
    margin-bottom: 26px;
  }
}
.standard-content ul:last-child {
  margin-bottom: 0;
}
.standard-content ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media all and (max-width: 767px) {
  .standard-content ul li {
    padding-left: 26px;
  }
}
.standard-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/green-tick.svg) no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .standard-content ul li::before {
    top: 6px;
  }
}
.standard-content ul li:last-child {
  margin-bottom: 0;
}
.standard-content ol {
  padding: 0;
  margin: 0 0 50px;
}
@media all and (max-width: 1200px) {
  .standard-content ol {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 599px) {
  .standard-content ol {
    margin-bottom: 26px;
  }
}
.standard-content ol:last-child {
  margin-bottom: 0;
}
.standard-content ol li {
  margin-bottom: 10px;
  list-style: decilmal inside;
}
.standard-content ol li:last-child {
  margin-bottom: 0;
}
.standard-content blockquote {
  max-width: 100%;
  color: #004E54;
  position: relative;
  background: rgba(229, 242, 243, 0.5019607843);
  padding: 20px 30px;
  border-radius: 8px;
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  margin: 50px 0 50px;
}
@media all and (max-width: 991px) {
  .standard-content blockquote {
    margin: 30px 0 30px;
  }
}
@media all and (max-width: 599px) {
  .standard-content blockquote {
    margin: 26px 0 26px;
  }
}
.standard-content blockquote::before {
  display: none;
}
.standard-content blockquote::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/quote-icon.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 599px) {
  .standard-content blockquote {
    padding: 16px 26px;
    margin-bottom: 16px;
  }
}

header .w-btn .w-btn-label {
  position: relative;
  top: -1px;
}
header .header-btn {
  display: flex !important;
  align-items: center;
  height: 44px;
  padding: 0 22px !important;
  margin-left: 20px !important;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  header .header-btn {
    display: none !important;
  }
}
header .header-call-btn {
  position: relative;
  padding-left: 50px !important;
}
header .header-call-btn::before {
  position: absolute;
  top: 4px;
  left: 5px;
  height: 34px;
  width: 34px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/call-icon.svg) no-repeat center/contain;
  transition: 0.3s all;
}
header .arrow-black-left {
  position: relative;
  padding-left: 50px !important;
}
header .arrow-black-left::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 34px;
  width: 34px;
  background: white;
  transition: 0.3s all;
}
header .arrow-black-left::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  height: 20px;
  width: 20px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/black-arrow-up.svg) no-repeat center/contain;
  transition: 0.3s all;
}
header .arrow-black-left:hover::after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1200px) {
  header nav {
    margin-left: 10px !important;
  }
}
header nav .menu-item-has-children .w-nav-arrow {
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/dropdown-arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: 8px;
  transition: 0.3s all;
}
header nav .menu-item-has-children .w-nav-arrow::before {
  display: none;
}
header nav .menu-item-has-children:hover .level_1 .w-nav-arrow {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/dropdown-arrow-orange.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  header nav .menu-item-has-children .level_1 .w-nav-arrow {
    position: relative;
    top: 11px;
  }
}
header nav .menu-item-has-children .level_2 a:hover .w-nav-arrow {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/dropdown-arrow-orange.svg) no-repeat center/contain;
}
header nav .menu-item-has-children .level_2 .w-nav-arrow {
  display: none !important;
}
header nav .w-btn {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  header nav .w-btn {
    display: flex !important;
    align-items: center;
    height: 44px;
    padding: 0 22px !important;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1200px) {
  header nav ul.w-nav-list {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  header nav ul.w-nav-list {
    padding-bottom: 20px !important;
  }
}
@media all and (max-width: 1200px) {
  header nav ul.w-nav-list.level_1 {
    border-top: 1px solid #eeeeee;
  }
}
header nav .w-btn.us-btn-style_2 {
  position: relative;
  padding-left: 50px !important;
  margin-bottom: 20px !important;
  border: 1px solid #C7C7C7;
}
header nav .w-btn.us-btn-style_2::before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 34px;
  width: 34px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/call-icon.svg) no-repeat center/contain;
  transition: 0.3s all;
}
header nav .w-btn.us-btn-style_1 {
  position: relative;
  padding-left: 50px !important;
  border: 1px solid #C7C7C7;
}
header nav .w-btn.us-btn-style_1::before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 34px;
  width: 34px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/arrow-black.svg) no-repeat center/contain;
  transition: 0.3s all;
}

.l-header.sticky .l-subheader.at_middle {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}

@media only screen and (max-width: 600px) {
  .admin-bar .l-header.sticky {
    top: auto;
  }
}
@media only screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
footer {
  overflow: hidden;
}
footer .footer-links-social .w-socials-item-link {
  background: #000000;
}
footer .footer-right {
  padding-left: 30px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  footer .footer-right {
    padding-left: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  footer .footer-right {
    padding-left: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .footer-right {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  footer .footer-right {
    flex-wrap: wrap;
  }
}
footer .footer-right .w-vwrapper {
  width: 33.33%;
}
@media all and (max-width: 767px) {
  footer .footer-right .w-vwrapper {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media all and (max-width: 599px) {
  footer .footer-right .w-vwrapper {
    margin-bottom: 20px !important;
  }
}
footer .footer-right .w-vwrapper:last-child {
  margin-bottom: 0 !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  footer .footer-right .w-vwrapper:last-child {
    width: 36%;
  }
}
@media all and (max-width: 1200px) {
  footer .footer-right .w-vwrapper:last-child {
    width: 38%;
  }
}
@media all and (max-width: 767px) {
  footer .footer-right .w-vwrapper:last-child {
    width: 100%;
  }
}
footer .footer-right .fa-circle-phone {
  position: relative;
  top: 1px;
  height: 28px;
  width: 28px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/call-icon-solid.svg) no-repeat center/contain;
  margin-right: 8px;
}
footer .footer-right .fa-circle-envelope {
  position: relative;
  top: 1px;
  height: 28px;
  width: 28px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/mail-icon-solid.svg) no-repeat center/contain;
  margin-right: 8px;
}
footer .webpop-logo {
  text-align: center;
}
footer .webpop-logo img {
  vertical-align: middle;
}
footer .color_footer-bottom {
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}
footer .color_footer-bottom .l-section-h {
  position: relative;
  padding-top: 18px;
}
footer .color_footer-bottom .l-section-h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
@media all and (max-width: 599px) {
  footer .color_footer-bottom .l-section-h::before {
    left: -30px;
    width: 112%;
  }
}
footer .color_footer-bottom .style_links {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 991px) {
  footer .color_footer-bottom .wpb_column {
    align-items: center;
    margin: 0 0 12px !important;
  }
}
@media all and (max-width: 991px) {
  footer .color_footer-bottom .wpb_column:last-child {
    margin: 0 !important;
  }
}

.linkedin a {
  color: white !important;
}
.linkedin .fa-linkedin::before {
  content: "\f0e1";
}

.facebook a {
  color: white !important;
}
.facebook .fa-facebook::before {
  content: "\f39e";
}

.hammerhead {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .hammerhead {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-light-green {
  color: #66D88C !important;
}

.heading-wrapper {
  align-items: flex-end !important;
}
@media all and (max-width: 599px) {
  .heading-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px;
  }
}

.bg-hero-section {
  overflow: hidden;
  position: relative;
}
.bg-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.common-hero-section {
  padding-bottom: 0 !important;
}
.common-hero-section .l-section-h {
  padding-top: 28px !important;
}
@media all and (max-width: 1200px) {
  .common-hero-section .l-section-h {
    padding-top: 8px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .common-hero-section .l-section-h {
    padding-top: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .common-hero-section .l-section-h {
    padding-top: 40px !important;
  }
}
@media all and (max-width: 599px) {
  .common-hero-section .l-section-h {
    padding-top: 56px !important;
  }
}

.row-gap-50 {
  row-gap: 50px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .row-gap-50 {
    row-gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .row-gap-50 {
    row-gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .row-gap-50 {
    row-gap: 0;
  }
}

.black-arrow-left {
  position: relative;
  padding-left: 64px !important;
}
.black-arrow-left::before {
  content: "";
  position: absolute;
  top: 7px !important;
  left: 7px !important;
  height: 42px;
  width: 42px;
  background: white;
  transition: 0.3s all;
}
.black-arrow-left::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  height: 24px;
  width: 24px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/black-arrow-up.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.black-arrow-left:hover::after {
  transform: rotate(45deg);
}

.white-arrow-left {
  position: relative;
  padding-left: 58px !important;
}
.white-arrow-left::before {
  content: "";
  position: absolute;
  top: 6px !important;
  left: 7px !important;
  height: 36px;
  width: 36px;
  background: black;
  transition: 0.3s all;
}
.white-arrow-left::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  height: 24px;
  width: 24px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/white-arrow-up.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.white-arrow-left:hover::after {
  transform: rotate(45deg);
}
.white-arrow-left .w-btn-label {
  top: -1px !important;
}

.green-arrow-left {
  height: 56px;
  position: relative;
  padding-left: 64px !important;
}
.green-arrow-left::before {
  content: "";
  position: absolute;
  top: 7px !important;
  left: 7px !important;
  height: 42px;
  width: 42px;
  background: black;
  transition: 0.3s all;
}
.green-arrow-left::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  height: 24px;
  width: 24px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/green-arrow-up.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.green-arrow-left:hover::after {
  transform: rotate(45deg);
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-flex-end {
  align-items: flex-end !important;
}

.green-tick-left p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  height: 20px;
  width: 20px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/green-tick.svg) no-repeat center/contain;
  margin-right: 15px;
}

.w-btn .w-btn-label {
  position: relative;
  top: -2px;
  white-space: nowrap;
}

.hero-carousel-section {
  overflow: hidden !important;
}
.hero-carousel-section .l-section-h {
  padding-top: 28px !important;
}
@media all and (max-width: 1200px) {
  .hero-carousel-section .l-section-h {
    padding-top: 8px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-carousel-section .l-section-h {
    padding-top: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .hero-carousel-section .l-section-h {
    padding-top: 40px !important;
  }
}
@media all and (max-width: 599px) {
  .hero-carousel-section .l-section-h {
    padding-top: 56px !important;
  }
}
.hero-carousel-section .owl-carousel {
  height: 650px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .hero-carousel-section .owl-carousel {
    height: 550px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-carousel-section .owl-carousel {
    height: 550px;
  }
}
@media all and (max-width: 1200px) {
  .hero-carousel-section .owl-carousel {
    height: 550px;
  }
}
@media all and (max-width: 991px) {
  .hero-carousel-section .owl-carousel {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .hero-carousel-section .owl-carousel {
    height: 400px;
  }
}
@media all and (max-width: 599px) {
  .hero-carousel-section .owl-carousel {
    height: 350px;
  }
}
.hero-carousel-section .owl-carousel .owl-stage-outer {
  height: 100%;
  overflow: visible;
  margin-left: -40px;
}
.hero-carousel-section .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-carousel-section .owl-carousel .owl-stage-outer .owl-stage .type_image {
  position: relative;
  height: 100%;
}
.hero-carousel-section .owl-carousel .owl-stage-outer .owl-stage .type_image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3019607843);
}
.hero-carousel-section .owl-carousel .owl-stage-outer .owl-stage .type_image img {
  height: 100%;
}
@media all and (max-width: 1200px) {
  .hero-carousel-section .owl-carousel .owl-stage-outer .owl-stage .type_image img {
    object-fit: cover;
  }
}
.hero-carousel-section .owl-carousel .owl-item.active {
  margin-right: 40px;
  margin-left: 40px !important;
}
.hero-carousel-section .w-grid-item-h {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
  max-width: 712px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  border-radius: 26px;
  padding: 30px 32px 32px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(150px);
}
@media all and (max-width: 1200px) {
  .hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
    padding: 26px 28px 28px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
@media all and (max-width: 991px) {
  .hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
    max-width: 80%;
  }
}
@media all and (max-width: 599px) {
  .hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
    padding: 16px 20px 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper .white-arrow-left {
  width: max-content;
}

.home-popup {
  position: relative;
  margin-left: 18px;
}
@media all and (max-width: 991px) {
  .home-popup {
    margin-left: 0;
  }
}
.home-popup .w-popup-trigger {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  .home-popup .w-popup-trigger img {
    width: 90px;
  }
}
@media all and (max-width: 599px) {
  .home-popup .w-popup-trigger img {
    width: 70px;
  }
}

@media all and (min-width: 1201px) and (max-width: 1366px) {
  .w-popup-box {
    width: 1000px;
  }
}
@media all and (max-width: 1200px) {
  .w-popup-box {
    width: 90%;
  }
}
@media all and (max-width: 599px) {
  .w-popup-box {
    max-height: 350px !important;
  }
}

.w-popup-closer::before {
  color: #DA4A4A !important;
}

.environmental-content-wrapper {
  margin-left: 28px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .environmental-content-wrapper {
    margin-left: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .environmental-content-wrapper {
    margin-left: 18px;
  }
}
@media all and (max-width: 1200px) {
  .environmental-content-wrapper {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .environmental-content-wrapper {
    margin-left: 0;
  }
}

.sustainability-content {
  margin-left: -30px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .sustainability-content {
    margin-left: -20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .sustainability-content {
    margin-left: -20px;
  }
}
@media all and (max-width: 1200px) {
  .sustainability-content {
    margin-left: -10px;
  }
}
@media all and (max-width: 991px) {
  .sustainability-content {
    margin-left: 0;
  }
}

.sustainability-card-wrapper {
  display: flex;
}
@media all and (max-width: 1200px) {
  .sustainability-card-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.sustainability-card-wrapper .sustainability-card {
  width: 20%;
  justify-content: space-between;
  padding: 28px;
  min-height: 248px;
  margin-right: 30px !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .sustainability-card-wrapper .sustainability-card {
    padding: 24px;
  }
}
@media all and (max-width: 1200px) {
  .sustainability-card-wrapper .sustainability-card {
    padding: 20px;
    width: calc(33.33% - 20px);
    margin-right: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .sustainability-card-wrapper .sustainability-card {
    width: 100%;
    min-height: auto;
    border-radius: 18px !important;
  }
}
.sustainability-card-wrapper .sustainability-card h4 {
  line-height: 31px !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .sustainability-card-wrapper .sustainability-card h4 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media all and (max-width: 1200px) {
  .sustainability-card-wrapper .sustainability-card h4 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media all and (max-width: 599px) {
  .sustainability-card-wrapper .sustainability-card h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-top: 10px !important;
  }
}
.sustainability-card-wrapper .sustainability-card:last-child {
  margin-right: 0 !important;
}

@media all and (max-width: 599px) {
  .popular-products-grid article.product {
    margin-bottom: 20px !important;
    max-height: 350px !important;
  }
}
.popular-products-grid article.product .w-grid-item-h {
  border-radius: 24px;
  overflow: hidden;
}
@media all and (max-width: 599px) {
  .popular-products-grid article.product .w-grid-item-h {
    height: 100% !important;
  }
}
.popular-products-grid article.product .w-grid-item-h:hover h2::after {
  transform: rotate(45deg);
}
.popular-products-grid article.product .w-grid-item-h:hover .post_image img {
  transform: scale(1.1);
}
.popular-products-grid article.product .w-grid-item-h .post_image {
  margin-bottom: 0 !important;
}
@media all and (max-width: 599px) {
  .popular-products-grid article.product .w-grid-item-h .post_image {
    max-height: 350px;
  }
}
.popular-products-grid article.product .w-grid-item-h .post_image a {
  position: relative;
}
@media all and (max-width: 599px) {
  .popular-products-grid article.product .w-grid-item-h .post_image a {
    display: inline-block;
    max-height: 350px;
  }
}
.popular-products-grid article.product .w-grid-item-h .post_image a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  transition: 0.3s all;
}
.popular-products-grid article.product .w-grid-item-h .post_image a img {
  transition: 0.3s all;
}
.popular-products-grid article.product h2 {
  line-height: 38px !important;
  color: white;
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
}
.popular-products-grid article.product h2::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 28px;
  width: 28px;
  display: inline-block;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/arrow-black.svg) no-repeat center/contain;
  transition: 0.3s all;
}

.customer-testimonial-section {
  overflow: hidden !important;
}
.customer-testimonial-section .owl-carousel {
  width: 110%;
  position: relative;
}
@media all and (max-width: 767px) {
  .customer-testimonial-section .owl-carousel {
    width: 102% !important;
  }
}
@media all and (max-width: 599px) {
  .customer-testimonial-section .owl-carousel {
    width: 102% !important;
  }
}
.customer-testimonial-section .owl-carousel .owl-stage-outer {
  width: 130% !important;
}
@media only screen and (max-width: 1920px) {
  .customer-testimonial-section .owl-carousel .owl-stage-outer {
    width: 120% !important;
  }
}
@media all and (max-width: 767px) {
  .customer-testimonial-section .owl-carousel .owl-stage-outer {
    width: 110% !important;
  }
}
@media all and (max-width: 599px) {
  .customer-testimonial-section .owl-carousel .owl-stage-outer {
    width: 102% !important;
  }
}
@media all and (max-width: 599px) {
  .customer-testimonial-section .owl-carousel article.w-grid-item {
    padding-right: 0 !important;
  }
}
.customer-testimonial-section .owl-carousel article.w-grid-item .w-grid-item-h {
  display: flex;
  flex-direction: column;
  padding: 28px 30px;
  border-radius: 20px;
}
.customer-testimonial-section .owl-carousel .post_content {
  margin-bottom: auto !important;
}
.customer-testimonial-section .owl-carousel .w-testimonial-rating {
  display: flex;
  gap: 6px;
  color: #FFBF1C;
}
.customer-testimonial-section .owl-carousel .w-testimonial-rating::before {
  display: none;
}
.customer-testimonial-section .owl-carousel .testimonial-author-wrapper {
  align-items: center;
}
.customer-testimonial-section .owl-carousel .testimonial-author-wrapper .post_image {
  height: 50px;
  width: 50px;
	flex:none;
  border-radius: 50%;
  border: 1px solid #eeeeee;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(1) .w-grid-item-h {
  background: #ECFDF5;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(2) .w-grid-item-h {
  background: #FFF7ED;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(3) .w-grid-item-h {
  background: #F5F3FF;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(4) .w-grid-item-h {
  background: #FFF3FA;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(5) .w-grid-item-h {
  background: #ECFDF5;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(6) .w-grid-item-h {
  background: #FFF7ED;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(7) .w-grid-item-h {
  background: #F5F3FF;
}
.customer-testimonial-section .owl-carousel .owl-stage .owl-item:nth-child(8) .w-grid-item-h {
  background: #FFF3FA;
}
.customer-testimonial-section .owl-carousel .owl-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -106px;
  right: 126px;
  width: 110px;
}
@media all and (max-width: 1200px) {
  .customer-testimonial-section .owl-carousel .owl-nav {
    right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-testimonial-section .owl-carousel .owl-nav {
    top: -98px;
    right: 36px;
  }
}
@media all and (max-width: 767px) {
  .customer-testimonial-section .owl-carousel .owl-nav {
    right: -28px;
  }
}
@media all and (max-width: 599px) {
  .customer-testimonial-section .owl-carousel .owl-nav {
    top: -50px;
    right: 0;
  }
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-prev, .customer-testimonial-section .owl-carousel .owl-nav .owl-next {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  transform: none;
  left: 0;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-prev::before, .customer-testimonial-section .owl-carousel .owl-nav .owl-next::before {
  background: #000000;
  transition: 0.3s all;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-prev::after, .customer-testimonial-section .owl-carousel .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-prev::after {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/white-arrow-left.svg) no-repeat center/contain;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-prev:hover::before {
  background: #DA4A4A;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-next::after {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/white-arrow-right.svg) no-repeat center/contain;
}
.customer-testimonial-section .owl-carousel .owl-nav .owl-next:hover::before {
  background: #DA4A4A;
}

.cta-section {
  position: relative;
}
@media all and (max-width: 599px) {
  .cta-section section {
    border-radius: 20px !important;
  }
}
.cta-section .l-section-h {
  z-index: 2;
}
.cta-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F9F9F9;
  z-index: 1;
}
.cta-section .cta-heading-wrapper {
  padding-top: 20px;
  padding-left: 22px;
}
.cta-section .gform_wrapper {
  background: white;
  padding: 36px 40px 40px;
  border-radius: 28px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .cta-section .gform_wrapper {
    padding: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cta-section .gform_wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 1200px) {
  .cta-section .gform_wrapper {
    padding: 24px;
  }
}
@media all and (max-width: 599px) {
  .cta-section .gform_wrapper {
    padding: 18px;
    border-radius: 18px;
  }
}
.cta-section .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px !important;
  grid-row-gap: 30px !important;
}
@media all and (max-width: 1200px) {
  .cta-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
  }
}
.cta-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  padding: 0 20px !important;
}
.cta-section .gform_footer input[type=submit]:hover {
  background: #484848 !important;
  color: white !important;
}
.cta-section .gform_wrapper .ginput_container_multiselect .large.gfield_select {
  padding-top: 14px !important;
  background-image: none !important;
}
.cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices {
  border-radius: 12px !important;
  box-shadow: none !important;
  background: #f0f1f2 !important;
}
.cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices .search-field .chosen-search-input {
  font-size: 16px !important;
  color: #535353 !important;
  font-family: "Content Font - Plus Jakarta Sans - 500" !important;
  position: relative;
  top: -2px;
}
.cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices .search-choice {
  height: 38px;
  font-size: 16px;
  border-radius: 6px !important;
}
@media all and (max-width: 599px) {
  .cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices .search-choice {
    width: 97% !important;
  }
}
.cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices .search-choice span {
  position: relative;
  top: -2px;
}
.cta-section .gform_wrapper .ginput_container_multiselect .chosen-choices .search-choice .search-choice-close {
  opacity: 1;
}
.cta-section .gform_confirmation_message {
  color: #0D3320 !important;
}
.cta-section .wpb_wrapper:has(.gform_confirmation_message) {
  margin-top: auto;
  margin-bottom: auto;
}

.gform_footer {
  margin-top: 22px !important;
  padding-bottom: 0 !important;
}
@media all and (max-width: 1200px) {
  .gform_footer {
    margin-top: 10px !important;
  }
}
.gform_footer input[type=submit] {
  background: black !important;
  color: white !important;
  height: 56px;
  padding: 0 30px !important;
  padding-bottom: 4px !important;
  line-height: 52px !important;
  margin-bottom: 0 !important;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  width: 50px !important;
  font-size: 16px !important;
  font-weight: 700;
  color: #000000 !important;
}
.pagination .page-numbers.current {
  color: #ffffff !important;
}
.pagination .next::after {
  color: #DA4A4A !important;
}
.pagination .prev::after {
  color: #DA4A4A !important;
}

.our-mission-section .l-section-h {
  max-width: 1282px;
}
.our-mission-section .row-gap-50 {
  margin: 0 -20px !important;
}
.our-mission-section .row-gap-50 .vc_column-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.our-mission-card .h5 {
  position: relative;
}
@media all and (max-width: 767px) {
  .our-mission-card .h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media all and (max-width: 599px) {
  .our-mission-card .h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.our-mission-card .h5::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -50px;
  height: 24px;
  width: 24px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/green-tick.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .our-mission-card .h5::before {
    top: 5px;
    left: -40px;
  }
}
@media all and (max-width: 599px) {
  .our-mission-card .h5::before {
    top: 4px;
    left: -36px;
  }
}

.our-value-wrapper {
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 991px) {
  .our-value-wrapper {
    gap: 20px;
  }
}
.our-value-wrapper .our-value-card {
  width: calc(33.33% - 20px);
  margin-right: 0 !important;
}
@media all and (max-width: 991px) {
  .our-value-wrapper .our-value-card {
    width: calc(50% - 10px);
    border-radius: 28px !important;
  }
}
@media all and (max-width: 767px) {
  .our-value-wrapper .our-value-card {
    min-height: 320px !important;
    border-radius: 20px !important;
  }
}
@media all and (max-width: 599px) {
  .our-value-wrapper .our-value-card {
    min-height: auto !important;
    width: 100%;
  }
}
.our-value-wrapper .our-value-card:nth-child(1) {
  margin-top: 15% !important;
}
@media all and (max-width: 991px) {
  .our-value-wrapper .our-value-card:nth-child(1) {
    margin-top: 0 !important;
  }
}
.our-value-wrapper .our-value-card:nth-child(3) {
  margin-top: 15% !important;
}
@media all and (max-width: 991px) {
  .our-value-wrapper .our-value-card:nth-child(3) {
    margin-top: 0 !important;
  }
}
.our-value-wrapper .our-value-card:nth-child(5) {
  margin-top: -15% !important;
}
@media all and (max-width: 991px) {
  .our-value-wrapper .our-value-card:nth-child(5) {
    margin-top: 0 !important;
  }
}
.our-value-wrapper .our-value-card:nth-child(7) {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -15% !important;
}
@media all and (max-width: 991px) {
  .our-value-wrapper .our-value-card:nth-child(7) {
    margin: 0 !important;
  }
}
.our-value-wrapper .our-value-card .wpb_text_column {
  margin-top: auto !important;
}

.timeline-card-wrapper {
  flex-direction: column;
  gap: 55px;
}
@media all and (max-width: 991px) {
  .timeline-card-wrapper {
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .timeline-card-wrapper {
    gap: 30px;
  }
}
.timeline-card-wrapper .timeline-card {
  position: relative;
  margin-right: 0 !important;
}
.timeline-card-wrapper .timeline-card::after {
  content: "";
  height: 60px;
  width: 9px;
  position: absolute;
  left: 50px;
  bottom: -60px;
  background: #008C96;
}
.timeline-card-wrapper .timeline-card:last-child::after {
  display: none;
}

.team-section .team-wrapper {
  margin: 0 -20px !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .team-section .team-wrapper {
    margin: 0 -15px !important;
  }
}
@media all and (max-width: 1200px) {
  .team-section .team-wrapper {
    margin: 0 -15px !important;
  }
}
@media all and (max-width: 1200px) {
  .team-section .team-wrapper .vc_column_container {
    width: 33.33% !important;
  }
}
@media all and (max-width: 991px) {
  .team-section .team-wrapper .vc_column_container {
    width: 50% !important;
  }
}
@media all and (max-width: 599px) {
  .team-section .team-wrapper .vc_column_container {
    width: 100% !important;
  }
}
.team-section .team-wrapper .vc_column-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .team-section .team-wrapper .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media all and (max-width: 1200px) {
  .team-section .team-wrapper .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.team-card .w-image-h img {
  width: 100%;
}
.team-card .w-socials.color_link .w-socials-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  font-size: 16px;
  color: #DC6161 !important;
}
.team-card .w-socials.color_link .w-socials-item-link .w-socials-item-link-hover {
  background: #FCF0F0;
  transition: 0.3s all;
}
.team-card .w-socials.color_link .w-socials-item-link:hover .w-socials-item-link-hover {
  background: #DC6161;
}

.our-gallery-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
.our-gallery-wrapper .w-vwrapper {
  gap: 20px;
  margin-right: 0 !important;
  width: calc(33.33% - 14px);
}
@media all and (max-width: 991px) {
  .our-gallery-wrapper .w-vwrapper {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 599px) {
  .our-gallery-wrapper .w-vwrapper {
    width: 100%;
  }
}
.our-gallery-wrapper .w-vwrapper:first-child {
  flex-direction: row;
  flex-wrap: wrap;
}
.our-gallery-wrapper .w-vwrapper:first-child .w-image {
  width: calc(50% - 10px);
}
.our-gallery-wrapper .w-vwrapper:first-child .w-image:first-child {
  width: 100%;
}
@media all and (max-width: 991px) {
  .our-gallery-wrapper .w-vwrapper:last-child {
    width: 100%;
    flex-direction: row;
  }
}
@media all and (max-width: 599px) {
  .our-gallery-wrapper .w-vwrapper:last-child {
    flex-direction: column;
  }
}
.our-gallery-wrapper .w-vwrapper .w-image {
  margin-bottom: 0;
}
.our-gallery-wrapper .w-vwrapper .w-image .w-image-h {
  border-radius: 24px !important;
}
@media all and (max-width: 767px) {
  .our-gallery-wrapper .w-vwrapper .w-image .w-image-h {
    border-radius: 18px !important;
  }
}
@media all and (max-width: 599px) {
  .our-gallery-wrapper .w-vwrapper .w-image .w-image-h {
    border-radius: 14px !important;
  }
}
.our-gallery-wrapper .w-vwrapper .w-image .w-image-h img {
  width: 100%;
}

.w-tabs.faq-accordion .w-tabs-section {
  border: 1px solid #ECF1EA !important;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.w-tabs.faq-accordion .w-tabs-section:last-child {
  margin-bottom: 0;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-header {
  padding: 18px 20px !important;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-header:hover {
  background: #F1FDED !important;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-header:focus {
  background: #F1FDED !important;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-content {
  padding: 2px 20px 32px 20px;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-content p {
  position: relative;
  padding-left: 20px;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #73A88F;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-control {
  position: relative;
  height: 36px;
  width: 36px;
  background: #0D3320;
  border-radius: 50%;
  transition: 0.3s all;
}
.w-tabs.faq-accordion .w-tabs-section .w-tabs-section-control::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  height: 24px;
  width: 24px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/accordion-arrow-white.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.w-tabs.faq-accordion .w-tabs-section.active {
  border-radius: 16px;
  background: #F1FDED !important;
  border-color: #DBEBD7 !important;
  transition: 0.4s all;
}
.w-tabs.faq-accordion .w-tabs-section.active .w-tabs-section-title {
  font-size: 20px;
  color: #000000;
}
@media all and (max-width: 767px) {
  .w-tabs.faq-accordion .w-tabs-section.active .w-tabs-section-title {
    font-size: 19px;
  }
}
.w-tabs.faq-accordion .w-tabs-section.active .w-tabs-section-control {
  background: #DAE9D9;
}
.w-tabs.faq-accordion .w-tabs-section.active .w-tabs-section-control::before {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/accordion-arrow-green.svg) no-repeat center/contain;
  transform: rotate(180deg);
}

.contact-info-list .w-iconbox.iconpos_top {
  max-width: 100%;
  display: flex;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #EBE9E6;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.contact-info-list .w-iconbox.iconpos_top:last-child {
  margin-bottom: 0;
}
.contact-info-list .w-iconbox-title {
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-info-list .w-iconbox-text a {
  color: #535353;
}
.contact-info-list .w-iconbox-text a:hover {
  text-decoration: underline;
}
.contact-info-list .w-iconbox-icon {
  width: 54px;
  height: 54px;
  border-radius: 38px;
  background: #008C96;
  margin-right: 20px;
}
@media all and (max-width: 599px) {
  .contact-info-list .w-iconbox-icon {
    width: 46px;
    height: 46px;
    margin-right: 14px;
  }
}
.contact-info-list .w-iconbox-icon .far:before,
.contact-info-list .w-iconbox-icon .fas:before {
  content: "";
  width: 28px;
  height: 27px;
  display: inline-block;
}
@media all and (max-width: 599px) {
  .contact-info-list .w-iconbox-icon .far:before,
  .contact-info-list .w-iconbox-icon .fas:before {
    width: 20px;
    height: 22px;
  }
}
.contact-info-list .w-iconbox-icon .far.fa-envelope:before,
.contact-info-list .w-iconbox-icon .fas.fa-envelope:before {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/closed-mail-envelope.svg) no-repeat center/contain;
}
.contact-info-list .w-iconbox-icon .far.fa-headset:before,
.contact-info-list .w-iconbox-icon .fas.fa-headset:before {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/headphone.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
}
@media all and (max-width: 599px) {
  .contact-info-list .w-iconbox-icon .far.fa-headset:before,
  .contact-info-list .w-iconbox-icon .fas.fa-headset:before {
    width: 24px;
    height: 24px;
  }
}
.contact-info-list .w-iconbox-icon .far.fa-location-dot:before,
.contact-info-list .w-iconbox-icon .fas.fa-location-dot:before {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/location.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 599px) {
  .contact-info-list .w-iconbox-icon .far.fa-location-dot:before,
  .contact-info-list .w-iconbox-icon .fas.fa-location-dot:before {
    width: 22px;
    height: 22px;
  }
}
.contact-info-list .w-iconbox-icon .far.fa-phone-volume:before,
.contact-info-list .w-iconbox-icon .fas.fa-phone-volume:before {
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/call.svg) no-repeat center/contain;
}

.contact-social-list.w-socials .w-socials-list {
  display: flex !important;
  gap: 28px;
  align-items: center;
}
.contact-social-list.w-socials .w-socials-list .w-socials-item-link {
  width: 46px;
  height: 46px;
  background: rgba(0, 140, 150, 0.1019607843);
  color: #008C96 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-social-list.w-socials .w-socials-list .w-socials-item-link:hover {
  background: #008C96;
  color: white !important;
}
.contact-social-list.w-socials .w-socials-list .w-socials-item-link .w-socials-item-link-hover {
  display: none;
}

.contact-us-form {
  color: #000000;
  border-radius: 24px;
  background: #F6F7F9;
  padding: 48px 40px 52px;
  border: 1px solid #EBE9E6 !important;
  margin-top: 80px;
}
@media all and (max-width: 1200px) {
  .contact-us-form {
    padding: 12px 20px 20px;
    border-radius: 16px;
  }
}
@media all and (max-width: 991px) {
  .contact-us-form {
    margin-top: 20px;
    padding: 22px 30px 30px;
  }
}
@media all and (max-width: 599px) {
  .contact-us-form {
    padding: 16px 20px 20px;
  }
}
.contact-us-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 28px;
  grid-column-gap: 30px;
}
@media all and (max-width: 1200px) {
  .contact-us-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 16px;
  }
}
@media all and (max-width: 767px) {
  .contact-us-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
  }
}
@media all and (max-width: 599px) {
  .contact-us-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
  }
}
.contact-us-form .gform_wrapper.gravity-theme .gfield_label {
  font-family: "Sofia Pro Medium" !important;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
}
.contact-us-form .gform_wrapper.gravity-theme input:not([type=submit]),
.contact-us-form .gform_wrapper.gravity-theme textarea {
  background: white !important;
}
.contact-us-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 40px 0 0;
}
@media all and (max-width: 599px) {
  .contact-us-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 20px 0 0;
  }
}
.contact-us-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  height: 56px;
  padding: 0 30px !important;
  padding-bottom: 4px !important;
  line-height: 52px !important;
  margin: 0;
}
.contact-us-form .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: #484848 !important;
}

.sustainability-card-style-2 {
  width: 268px;
  min-height: 248px;
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .sustainability-card-style-2 {
    width: 230px;
    padding: 24px;
    min-height: 230px;
  }
}
@media all and (max-width: 599px) {
  .sustainability-card-style-2 {
    min-height: 220px;
  }
}
.sustainability-card-style-2 h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -0.03em;
  padding-top: 0;
}
.sustainability-card-style-2 .w-image {
  width: 64px;
}
@media all and (max-width: 767px) {
  .sustainability-card-style-2 .w-image {
    width: 50px;
  }
}
.sustainability-card-style-2 .w-image img {
  width: 100%;
}

.free-sample-contact-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 42px;
}
.free-sample-contact-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}

.img-full-width img {
  width: 100%;
  height: auto;
}

.section-heading {
  margin-bottom: 40px !important;
}
@media all and (max-width: 991px) {
  .section-heading {
    margin-bottom: 32px !important;
  }
}
@media all and (max-width: 599px) {
  .section-heading {
    margin-bottom: 28px !important;
  }
}
.section-heading .hammerhead {
  margin-bottom: 8px;
}
.section-heading h2 {
  margin-bottom: 8px;
}

.popular-size-card-wrapper {
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 1200px) {
  .popular-size-card-wrapper {
    gap: 30px;
  }
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default {
  width: calc(33.333% - 27px);
  background: white;
  padding: 24px;
  border-radius: 16px;
  gap: 18px;
}
@media all and (max-width: 1200px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 991px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default {
    flex-direction: column;
    padding: 18px;
  }
}
@media all and (max-width: 599px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default {
    flex-direction: row;
    width: 100%;
  }
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon {
  width: 50px;
  height: 50px;
  background: #F6F7F9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0;
}
@media all and (max-width: 991px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon {
    width: 46px;
    height: 46px;
  }
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon img, .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon svg {
  max-width: 30px;
  width: auto;
  height: auto;
}
@media all and (max-width: 991px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon img, .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-icon svg {
    max-width: 26px;
  }
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 4px;
  padding: 0;
}
@media all and (max-width: 599px) {
  .popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-title {
    font-size: 16px;
  }
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-text h5 {
  margin-bottom: 4px;
}
.popular-size-card-wrapper .w-iconbox.iconpos_left.style_default .w-iconbox-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.our-mission-card-h-100 .wpb_wrapper {
  height: 100%;
}
.our-mission-card-h-100 .wpb_wrapper .our-mission-card {
  height: 100%;
}

.trust-building-card-wrapper {
  display: flex;
  gap: 30px 50px;
  align-items: normal !important;
}
@media all and (max-width: 991px) {
  .trust-building-card-wrapper {
    gap: 30px;
  }
}

.trust-building-card {
  width: calc(50% - 25px);
  position: relative;
  padding-bottom: 26px;
  border-bottom: 1px dashed rgba(81, 92, 92, 0.4);
}
@media all and (max-width: 1200px) {
  .trust-building-card {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .trust-building-card {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 599px) {
  .trust-building-card {
    width: 100%;
  }
}
.trust-building-card h5 {
  padding: 0 0 0 40px;
  font-size: 20px !important;
  line-height: 20px !important;
  margin-bottom: 21px !important;
}
.trust-building-card .w-image {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -4px;
  left: 0;
}
.trust-building-card .w-image img,
.trust-building-card .w-image svg {
  width: 100%;
  height: auto;
}

.img-content-row {
  min-height: 500px;
  border-radius: 25px;
  margin-bottom: 60px;
  gap: 0;
}
@media all and (max-width: 991px) {
  .img-content-row {
    flex-direction: column;
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .img-content-row {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 599px) {
  .img-content-row {
    border-radius: 20px;
    padding: 20px;
  }
}
.img-content-row:last-child {
  margin-bottom: 0;
}
.img-content-row.w-hwrapper {
  align-items: stretch !important;
}
.img-content-row.img-content-row-reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 991px) {
  .img-content-row.img-content-row-reverse {
    flex-direction: column;
  }
}
@media all and (max-width: 1200px) {
  .img-content-row.img-content-row-reverse .content-block {
    padding: 20px 40px 20px 20px;
  }
}
@media all and (max-width: 991px) {
  .img-content-row.img-content-row-reverse .content-block {
    padding: 0;
  }
}
.img-content-row .img-block {
  width: 472px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .img-content-row .img-block {
    width: 400px;
  }
}
@media all and (max-width: 991px) {
  .img-content-row .img-block {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .img-content-row .img-block {
    margin-bottom: 30px;
  }
}
.img-content-row .img-block .w-image-h {
  height: 100%;
}
@media all and (max-width: 991px) {
  .img-content-row .img-block .w-image-h {
    height: auto;
    text-align: center;
  }
}
.img-content-row .img-block .w-image-h img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}
@media all and (max-width: 599px) {
  .img-content-row .img-block .w-image-h img {
    border-radius: 14px;
  }
}
@media all and (max-width: 991px) {
  .img-content-row .img-block .w-image-h img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
}
.img-content-row .content-block {
  padding: 20px 100px;
  justify-content: center;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .img-content-row .content-block {
    padding-inline: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .img-content-row .content-block {
    padding-inline: 50px;
  }
}
@media all and (max-width: 1200px) {
  .img-content-row .content-block {
    padding: 20px 20px 20px 40px;
  }
}
@media all and (max-width: 991px) {
  .img-content-row .content-block {
    padding: 0;
  }
}
.img-content-row .content-block h2 {
  font-size: 36px !important;
  line-height: 50px !important;
  margin-top: -10px;
}
@media all and (min-width: 1367px) and (max-width: 1700px) {
  .img-content-row .content-block h2 {
    line-height: 40px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .img-content-row .content-block h2 {
    line-height: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .img-content-row .content-block h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media all and (max-width: 767px) {
  .img-content-row .content-block h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.sustainability-card-style-3-wrapper {
  gap: 40px;
  align-items: stretch !important;
}
@media all and (max-width: 1200px) {
  .sustainability-card-style-3-wrapper {
    gap: 30px;
  }
}

.sustainability-card-style-3 {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding: 30px;
  border-radius: 24px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1294117647);
  width: calc(33.3333% - 27px);
  flex-grow: 1;
}
@media all and (max-width: 1200px) {
  .sustainability-card-style-3 {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .sustainability-card-style-3 {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 599px) {
  .sustainability-card-style-3 {
    width: 100%;
  }
}
.sustainability-card-style-3 h3.vc_custom_heading {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 31px !important;
  letter-spacing: -0.03em;
  padding-top: 0;
  margin-top: auto;
  margin-bottom: 10px !important;
}
.sustainability-card-style-3 p {
  color: white;
  opacity: 70%;
  font-weight: 500;
  line-height: 30px;
}
.sustainability-card-style-3 .w-image {
  width: 64px;
  margin-bottom: 40px !important;
}
@media all and (max-width: 767px) {
  .sustainability-card-style-3 .w-image {
    width: 50px;
    margin-bottom: 30px !important;
  }
}
.sustainability-card-style-3 .w-image img {
  width: auto;
  max-width: 100%;
}
.sustainability-card-style-3 h3.vc_custom_heading:not([class*=us_custom_]) {
  font-size: 24px !important;
}

.section-spacing-100 {
  padding-block: 100px !important;
}
@media all and (max-width: 1200px) {
  .section-spacing-100 {
    padding-block: 90px !important;
  }
}
@media all and (max-width: 991px) {
  .section-spacing-100 {
    padding-block: 70px !important;
  }
}
@media all and (max-width: 767px) {
  .section-spacing-100 {
    padding-block: 50px !important;
  }
}
@media all and (max-width: 599px) {
  .section-spacing-100 {
    padding-block: 40px !important;
  }
}

@media (max-width: 600px) {
  #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-editor > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-gform-forms .ab-item {
    width: 44px !important;
  }
  html #wpadminbar {
    position: absolute;
  }
}
.blog-hero-carousel-section .post_image {
  position: relative;
  height: 100%;
}
.blog-hero-carousel-section .post_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@media (max-width: 600px) {
  .blog-hero-carousel-section .w-grid-item-h {
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .blog-hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .blog-hero-carousel-section .w-grid-item-h .hero-carousel-info-wrapper {
    border-radius: 12px;
  }
}
.blog-hero-carousel-section .post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-grid-section .news-grid-layout {
  margin-right: -20px;
}
@media (max-width: 990px) {
  .news-grid-section .news-grid-layout {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .news-grid-section .news-grid-layout .w-grid-item {
    margin-bottom: 24px !important;
  }
}
.news-grid-section .sidebar-card, .news-grid-section .sidebar-search {
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 990px) {
  .news-grid-section .sidebar-card, .news-grid-section .sidebar-search {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .news-grid-section .sidebar-search {
    display: none;
  }
}

.sidebar-search input[type=text] {
  font-size: 16px !important;
}

@media (min-width: 991px) {
  .aside-search {
    display: none;
  }
}

.default-article-card .post_title, .default-article-card .post_content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-article-section .sidebar-card, .single-article-section .sidebar-search {
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 990px) {
  .single-article-section .sidebar-card, .single-article-section .sidebar-search {
    max-width: 100%;
  }
}

.single-article-content h2, .single-article-content h3, .single-article-content h4, .single-article-content h5, .single-article-content h6 {
  padding: 0;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.single-article-content h2:last-child, .single-article-content h3:last-child, .single-article-content h4:last-child, .single-article-content h5:last-child, .single-article-content h6:last-child {
  margin-bottom: 0;
}
.single-article-content h1, .single-article-content h2 {
  font-size: 36px !important;
  line-height: 50px !important;
}
@media (max-width: 599px) {
  .single-article-content h1, .single-article-content h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.single-article-content h3 {
  font-size: 30px !important;
  line-height: 44px !important;
}
@media (max-width: 599px) {
  .single-article-content h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.single-article-content h4 {
  font-size: 26px !important;
  line-height: 34px !important;
}
.single-article-content h5, .single-article-content h6 {
  font-size: 22px !important;
  line-height: 28px !important;
}
.single-article-content p {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .single-article-content p {
    margin-bottom: 24px;
  }
}
.single-article-content p:last-child {
  margin-bottom: 0;
}
.single-article-content blockquote {
  position: relative;
  background: #F2F7F8;
  font: inherit;
  font-style: italic;
  padding: 16px 30px 22px 55px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .single-article-content blockquote {
    padding: 14px 18px 18px 40px;
    margin-bottom: 24px;
  }
}
.single-article-content blockquote:last-child {
  margin-bottom: 0;
}
.single-article-content blockquote::before {
  content: "";
  position: absolute;
  background: #008C96;
  width: 5px;
  top: 24px;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 599px) {
  .single-article-content blockquote::before {
    width: 3px;
    top: 20px;
    bottom: 20px;
    left: 19px;
  }
}
.single-article-content ul {
  margin-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .single-article-content ul {
    margin-bottom: 24px;
  }
}
.single-article-content ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
.single-article-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/green-tick.svg) no-repeat center/contain;
}
.single-article-content ul li:last-child {
  margin-bottom: 0;
}
.single-article-content ul:last-child {
  margin-bottom: 0;
}

.article-share-lists .w-sharing-list {
  gap: 17px;
}
@media (max-width: 599px) {
  .article-share-lists .w-sharing-list {
    gap: 12px;
  }
}
.article-share-lists .w-sharing-list a {
  min-width: auto !important;
  margin: 0 !important;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 14px;
  transition: 0.3s all;
}
.article-share-lists .w-sharing-list a:hover, .article-share-lists .w-sharing-list a:focus {
  background: rgba(0, 140, 150, 0.1) !important;
  color: #008C96 !important;
}

.g-loadmore {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .g-loadmore {
    margin-top: 20px;
  }
}

.pagination .nav-links {
  justify-content: center;
  gap: 14px;
}
.pagination .nav-links .page-numbers {
  background: #f6f7f9;
  border-radius: 12px;
  margin: 0;
  color: #008c96;
}
.pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
  color: #000000 !important;
}
.pagination .nav-links .page-numbers.current {
  background: #008c96 !important;
  color: #ffffff;
}
.pagination .nav-links .page-numbers:hover {
  background: #008c96 !important;
  color: #ffffff !important;
}
.pagination .nav-links .page-numbers:hover.prev::after, .pagination .nav-links .page-numbers:hover.next::after {
  color: #ffffff !important;
}
.pagination .nav-links .next {
  font-size: 0 !important;
}
.pagination .nav-links .prev {
  font-size: 0 !important;
}

.fa-pinterest::before {
  content: "\f231" !important;
}

.sidebar-card .w-grid-list .w-grid-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EBE9E6;
}
@media (max-width: 1024px) {
  .sidebar-card .w-grid-list .w-grid-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 599px) {
  .sidebar-card .w-grid-list .w-grid-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.sidebar-card .w-grid-list .w-grid-item .post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar-card .w-grid-list .w-grid-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.w-comments-title {
  margin-bottom: 24px;
}
.w-comments-title a {
  display: none;
}

ul.w-comments-list {
  background: #F6F7F9;
  border: 1px solid #EAF1FB;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  ul.w-comments-list {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  ul.w-comments-list {
    padding: 20px;
    border-radius: 12px;
  }
}
ul.w-comments-list li.w-comments-item {
  padding: 26px 0 20px;
  border-bottom: 1px solid #D8D8D9;
}
@media (max-width: 599px) {
  ul.w-comments-list li.w-comments-item {
    padding: 20px 0 20px;
  }
}
ul.w-comments-list li.w-comments-item .w-comments-item-meta {
  padding-left: 80px;
  line-height: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  ul.w-comments-list li.w-comments-item .w-comments-item-meta {
    padding-left: 60px;
  }
}
ul.w-comments-list li.w-comments-item .avatar {
  width: 60px;
  height: 60px;
  left: 0;
}
@media (max-width: 599px) {
  ul.w-comments-list li.w-comments-item .avatar {
    width: 50px;
    height: 50px;
  }
}
ul.w-comments-list li.w-comments-item .w-comments-item-author {
  margin: 0 0 8px 0;
}
ul.w-comments-list li.w-comments-item .w-comments-item-author a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
}
ul.w-comments-list li.w-comments-item .w-comments-item-author a span {
  color: inherit;
  background: transparent;
  padding: 0;
}
ul.w-comments-list li.w-comments-item .w-comments-item-date {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
  opacity: 1;
  display: block;
}
@media (max-width: 599px) {
  ul.w-comments-list li.w-comments-item .w-comments-item-date {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
}
ul.w-comments-list li.w-comments-item .w-comments-item-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 599px) {
  ul.w-comments-list li.w-comments-item .w-comments-item-text {
    padding-left: 0;
    padding-top: 16px;
    font-size: 15px;
    line-height: 24px;
  }
}
ul.w-comments-list li.w-comments-item .comment-reply-link {
  display: none;
}
ul.w-comments-list li.w-comments-item:first-child {
  padding-top: 0;
}
ul.w-comments-list li.w-comments-item:last-child {
  padding-bottom: 0;
  border: 0;
}

.widget_categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1024px) {
  .widget_categories ul {
    gap: 10px;
  }
}
@media (max-width: 990px) {
  .widget_categories ul {
    gap: 12px;
  }
}
@media (max-width: 599px) {
  .widget_categories ul {
    gap: 10px;
  }
}
.widget_categories ul li {
  margin: 0;
}
.widget_categories ul li a {
  background: rgba(0, 140, 150, 0.1);
  color: #008C96;
  height: 32px;
  padding: 0 22px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .widget_categories ul li a {
    height: 30px;
    padding: 0 12px 4px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 990px) {
  .widget_categories ul li a {
    height: 32px;
    padding: 0 22px 4px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .widget_categories ul li a {
    height: 30px;
    padding: 0 16px 4px;
    font-size: 14px;
    line-height: 20px;
  }
}
.widget_categories ul li a:hover {
  background: #008C96;
  color: #ffffff;
}
.widget_categories .widgettitle {
  font-size: 30px !important;
  line-height: 32px !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 24px !important;
}
@media (max-width: 599px) {
  .widget_categories .widgettitle {
    font-size: 26px !important;
    line-height: 26px !important;
  }
}

.news-card-meta .post_author {
  display: flex;
  align-items: center;
}
.news-card-meta .post_author::after {
  content: "";
  flex: none;
  width: 1px;
  height: 17px;
  background: rgba(83, 83, 83, 0.7);
  margin-left: 11px;
  margin-top: 5px;
}

.comment-respond {
  background: #F6F7F9;
  border: 1px solid #EAF1FB;
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .comment-respond {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .comment-respond {
    padding: 20px;
    border-radius: 12px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 22px !important;
  line-height: 18px !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 8px !important;
}
.comment-respond .logged-in-as {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .comment-respond .logged-in-as {
    font-size: 15px;
    line-height: 22px;
  }
}
.comment-respond .w-form-row {
  margin-bottom: 25px !important;
}
.comment-respond textarea {
  background: #ffffff;
  height: 152px;
}
@media (max-width: 599px) {
  .comment-respond textarea {
    height: 200px;
  }
}
.comment-respond textarea:focus {
  background: #ffffff !important;
}
.comment-respond button[type=submit].w-btn:hover {
  color: #DA4A4A !important;
}
.comment-respond .w-form-row.check_wrong textarea {
  box-shadow: none;
  border: none;
}

.single-product .mobile-product-title {
  display: none;
}
@media (max-width: 990px) {
  .single-product .mobile-product-title {
    display: block;
  }
}
@media (max-width: 990px) {
  .single-product .desktop-product-title {
    display: none;
  }
}
.single-product .woocommerce-product-gallery {
  padding-right: 40px;
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .single-product .woocommerce-product-gallery {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .single-product .woocommerce-product-gallery {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .single-product .woocommerce-product-gallery {
    margin: 0 0 20px !important;
  }
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
  aspect-ratio: 1/1 !important;
  border-radius: 14px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .single-product .woocommerce-product-gallery ol {
    margin: 4px -4px 0;
  }
}
@media (max-width: 599px) {
  .single-product .woocommerce-product-gallery ol li {
    padding: 4px;
  }
}
.single-product .woocommerce-product-gallery ol li img {
  border-radius: 14px;
}
@media (max-width: 599px) {
  .single-product .woocommerce-product-gallery ol li img {
    border-radius: 8px;
  }
}

.single-product-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px;
}
@media (max-width: 1024px) {
  .single-product-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
  }
}
@media (max-width: 640px) {
  .single-product-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0px;
  }
}
.single-product-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Sofia Pro Medium";
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  color: #000000 !important;
}
.single-product-form .gform_wrapper.gravity-theme .gfield_label span {
  color: #FF0000;
}
.single-product-form .gform_wrapper.gravity-theme select, .single-product-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .single-product-form .gform_wrapper.gravity-theme textarea {
  background-color: #ffffff;
  color: #515C5C;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans - 400";
}
.single-product-form .gform_wrapper.gravity-theme select:focus, .single-product-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .single-product-form .gform_wrapper.gravity-theme textarea:focus {
  background-color: #ffffff !important;
}
.single-product-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 40px 0 0 0;
  margin: 0 !important;
}
.single-product-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  height: 56px;
  font-size: 18px !important;
  padding: 0 30px !important;
  padding-bottom: 4px !important;
  line-height: 52px !important;
  margin: 0 !important;
  color: white !important;
  background: #000000;
}
.single-product-form .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: #484848 !important;
}
.single-product-form .gform_wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
}
.single-product-form .gform_wrapper .gform_validation_errors {
  background: transparent;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 0 0 32px;
  position: relative;
  color: red;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans - 400";
}
.single-product-form .gform_wrapper .gform_validation_errors::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0px;
  pointer-events: none;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/warning-icon.svg) no-repeat center/contain;
}
.single-product-form .gform_wrapper .gform_validation_errors h2 {
  font: inherit;
  color: inherit;
}
.single-product-form .gform_wrapper .gform_validation_errors h2 span {
  display: none;
}
.single-product-form .gform_wrapper .gfield_validation_message, .single-product-form .gform_wrapper .validation_message {
  color: red;
}

.single-product .w-tabs.single-product-tab .w-tabs-list {
  background: transparent;
  border-bottom: 1px solid #EBEBEB;
}
.single-product .w-tabs.single-product-tab .w-tabs-list .w-tabs-list-h {
  gap: 40px;
}
.single-product .w-tabs.single-product-tab .w-tabs-list .w-tabs-item {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Sofia Pro Medium";
  letter-spacing: -0.03em;
  padding: 0 0 23px 0;
  color: #000000;
  border: 0;
  border-bottom: 3px solid transparent;
}
.single-product .w-tabs.single-product-tab .w-tabs-list .w-tabs-item:hover {
  background: transparent !important;
  border-bottom: 3px solid #008C96;
  color: #008C96;
}
.single-product .w-tabs.single-product-tab .w-tabs-list .w-tabs-item.active {
  border-bottom: 3px solid #008C96;
  color: #008C96;
}
.single-product .w-tabs.single-product-tab .w-tabs-section-content {
  padding-top: 40px;
}
.single-product .w-tabs.single-product-tab .post_content h1, .single-product .w-tabs.single-product-tab .post_content h2, .single-product .w-tabs.single-product-tab .post_content h3, .single-product .w-tabs.single-product-tab .post_content h4, .single-product .w-tabs.single-product-tab .post_content h5, .single-product .w-tabs.single-product-tab .post_content h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.single-product .w-tabs.single-product-tab .post_content h1:last-child, .single-product .w-tabs.single-product-tab .post_content h2:last-child, .single-product .w-tabs.single-product-tab .post_content h3:last-child, .single-product .w-tabs.single-product-tab .post_content h4:last-child, .single-product .w-tabs.single-product-tab .post_content h5:last-child, .single-product .w-tabs.single-product-tab .post_content h6:last-child {
  margin-bottom: 0;
}
.single-product .w-tabs.single-product-tab .post_content p {
  margin-bottom: 30px;
}
.single-product .w-tabs.single-product-tab .post_content p:last-child {
  margin-bottom: 0;
}
.single-product .w-tabs.single-product-tab .post_content ul, .single-product .w-tabs.single-product-tab .post_content ol {
  margin-left: 0;
  margin-bottom: 30px;
}
.single-product .w-tabs.single-product-tab .post_content ul li, .single-product .w-tabs.single-product-tab .post_content ol li {
  list-style-position: inside;
  margin-bottom: 24px;
}
.single-product .w-tabs.single-product-tab .post_content ul li::marker, .single-product .w-tabs.single-product-tab .post_content ol li::marker {
  color: #008C96;
}
.single-product .w-tabs.single-product-tab .post_content ul li:last-child, .single-product .w-tabs.single-product-tab .post_content ol li:last-child {
  margin-bottom: 0;
}
.single-product .w-tabs.single-product-tab .post_content ul:last-child, .single-product .w-tabs.single-product-tab .post_content ol:last-child {
  margin-bottom: 0;
}

.wpb_text_column.post-view-count {
  position: relative;
  padding-left: 28px;
  margin-left: 14px !important;
}
.wpb_text_column.post-view-count::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  height: 21px;
  width: 22px;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/view-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .wpb_text_column.post-view-count::before {
    top: 2px;
  }
}
.wpb_text_column.post-view-count::after {
  content: "";
  height: 20px;
  width: 2px;
  background: #a7a5a5;
  position: absolute;
  top: 7px;
  left: -10px;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .wpb_text_column.post-view-count::after {
    height: 18px;
    top: 4px;
  }
}

.search section.default-section, .category section.default-section {
  padding-top: 70px !important;
}
@media all and (max-width: 991px) {
  .search section.default-section, .category section.default-section {
    padding-top: 40px !important;
  }
}

.search h4.w-grid-none {
  border-radius: 20px;
}
@media all and (max-width: 599px) {
  .search h4.w-grid-none {
    border-radius: 16px;
  }
}

.for_shop .woocommerce-result-count {
  font-size: 16px;
  opacity: 0.8;
}
@media all and (max-width: 599px) {
  .for_shop form.woocommerce-ordering {
    width: 100% !important;
  }
}

@media all and (max-width: 991px) {
  .woocommerce .products.columns-3 > .product {
    width: 50% !important;
  }
}
@media all and (max-width: 599px) {
  .woocommerce .products.columns-3 > .product {
    width: 100% !important;
  }
}

.products {
  margin: 0 -14px 30px !important;
}
.products .product {
  padding: 14px !important;
}
.products .product .woocommerce-LoopProduct-link {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.products .product .woocommerce-LoopProduct-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  transition: 0.3s all;
  pointer-events: none;
}
.products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 30px !important;
  line-height: 40px;
  color: white;
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  margin: 0;
  padding-right: 50px;
  z-index: 1;
}
.products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 28px;
  width: 28px;
  display: inline-block;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/arrow-black.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.products .product .woocommerce-LoopProduct-link + .button {
  display: none;
}
.products .product .attachment-woocommerce_thumbnail {
  transition: 0.3s all;
}
.products .product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.1);
}
.products .product:hover .woocommerce-loop-product__title::after {
  transform: rotate(45deg);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  position: relative;
  padding: 0 0 0 30px !important;
  margin: 0 0 20px !important;
  background: transparent;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0;
  opacity: 1;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/warning-icon-1.svg) no-repeat center/contain;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none;
}
.gform_wrapper.gravity-theme h2.gform_submission_error {
  color: #ff2323 !important;
  font-family: "Sofia Pro Semi Bold" !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.gform_wrapper.gravity-theme .validation_message {
  color: #ff2323 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0;
}
.gform_wrapper.gravity-theme .gfield_error label {
  color: #000000 !important;
}


/* date 04/04/2025  */

.w-popup-box-content p video{
	  width: 66vw;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 1200px) {
   .w-popup-box-content p video{
	  	width: 80vw;
		}
}

@media (max-width: 600px) {
   .w-popup-box-content p video{
	  	width: 90vw;
		}
	
	    .w-popup-box .w-popup-box-content[style*="padding"] {
        padding: 20px !important;
    }
}

.home-popup{
	overflow: hidden;
}

.home-popup .w-popup-trigger img{
	filter: brightness(0);
}

.home-popup::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
}

/* date 09/04/2025  */

.short-description ul{
	margin-left:0;
	list-style-position: inside;
}
.short-description ul li::marker{
	color: #008c96;
}



/*# sourceMappingURL=style.css.map */
