/* Inner West */

.inner-banner-title {
  font-family: "Shantell Sans", cursive;
  font-size: 55px;
  font-weight: 700;
  color: white;
  line-height: 1.2em;
}

.site_inner_banner_section {
  height: 359px;
  display: flex;
}

.full_width_row {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 6% !important;
}
.m_b_20 {
  margin-bottom: 24px !important;
}
.seo_section_left_map iframe {
  height: 455px;
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
}
.home .Our_Services_home.border_bottom:before {
  display: none !important;
}

.seo_img_left_col {
  margin: auto !important;
}

.margin_top_30 {
  margin-top: 30px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}

.our-Service-promise-section .services-container {
  height: auto !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 47px;
  padding: 0px;
}

.our-Service-promise-section a.service-btn {
  width: 174px;
  display: inline-block;
  line-height: 50px;
  margin: 0px;
}

.our-Service-promise-section .site_title {
  text-align: center;
}

.services-section-container {
  font-family: sans-serif;
  text-align: center;
}
.services-section-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.site-services-grid {
  margin: 0 auto;
  justify-content: center;
}
.service-card {
  text-decoration: none;
  color: #fff;
  background: #1e1e1e;
  border: 1px solid #2d2d2d;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #ff0055;
}
.service-image-wrapper {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
}
.service-image-wrapper img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.service-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #e0e0e0;
}
@media (max-width: 480px) {
  .services-section-title {
    font-size: 22px;
  }
  .site-services-grid {
  }
  .service-card {
    padding: 10px;
  }
  .service-image-wrapper img {
    height: 110px;
  }
  .service-title {
    font-size: 13px;
  }
}

.site-services-grid {
  display: flex;
  flex-wrap: wrap;
}

.site_row_row_2 {
  max-width: 100% !important;
  width: 98% !important;
}

.service-main-box-col {
  width: 299px;
  padding: 10px;
}

a.service-card {
  border-top: 3px solid #cb1d1b;
}

.service-image-wrapper img {
  height: 183px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

h4.service-title {
  font-size: 16px;
  padding-top: 7px !important;
  padding-bottom: 11px !important;
}

a.service-card {
  position: relative;
  overflow: hidden;
}

a.service-card:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: black;
  left: -520px;
  transition: 0.6s;
}

.service-main-box-col:hover a.service-card:after {
  left: 0px;
}

.service-image-wrapper {
  position: relative;
  z-index: 1;
}

h4.service-title {
  position: relative;
  z-index: 1;
}
.service-main-box-col:hover a.service-card:before {
  right: 0%;
}

a.service-card:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: auto;
  right: -520px;
  background: black;
  top: 0;
  transition: 0.6s;
}
/* end Inner West */

/* main services page */

.site_padding.padding_top_0 {
  padding-top: 0px !important;
}

section.info-section {
  padding-left: 60px;
  padding-right: 60px;
}

ul.info-list {
  color: white;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

ul.info-list li {
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}

ul.info-list li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 6px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6' fill='none'%3E%3Cpath d='M4.92457 3.18218L2.27776 5.90945C2.22129 5.96727 2.14248 6 2.05896 6H0.29442C0.23761 5.99994 0.182026 5.98468 0.134344 5.95604C0.086662 5.9274 0.0489098 5.8866 0.0256224 5.83855C-0.0214319 5.73982-0.00202198 5.62473 0.0756177 5.54509L2.54538 3L0.0756177 0.455454C-0.00202198 0.375273-0.0220201 0.260181 0.0256224 0.162C0.0732649 0.0632725 0.178549 0 0.29442 0H2.05896C2.14248 0 2.22129 0.0332727 2.27776 0.0899997L4.92457 2.81727C5.02514 2.92091 5.02514 3.07909 4.92457 3.18218Z' fill='%23CB1D1B'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -16px;
  top: 12px;
}

ul.info-list {
  /* margin-bottom: -10px; */
  margin-top: 26px !important;
}

hr.section-divider {
  border: 1px solid #ffffff33;
  height: 1px;
  margin-bottom: 71px;
  margin-top: 71px;
}
/* end */

.b_r_20 {
  border-radius: 20px !important;
}

.why_c_us_st_grid {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

.why_c_us_st_card {
  border: 1px solid #ffffff40;
  background: #ffffff0d;
  width: 314px;
  border-radius: 17px;
  padding: 15px;
}

.why_c_us_st_card h3 {
  font-size: 18px;
  color: white;
  font-weight: 800;
  margin-bottom: 20px;
}

.site_row_95 {
  width: 95% !important;
  max-width: 100% !important;
}

.why_c_us_st_card {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}

.why_c_us_st .site_desc {
  text-align: center;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
}

.contact-card {
  width: 33.33%;
  padding: 10px;
  text-align: center;
  position: relative;
}

.svg-c-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.contact-card-inner {
  height: 209px;
  position: relative;
  z-index: 2;
}

.card-content h3 {
  font-size: 28px;
  color: white;
  font-family: "Shantell Sans", cursive;
  font-weight: 700;
}

.card-content a {
  color: #999999;
  font-size: 24px;
  font-weight: 700;
}

.svg-c-box {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.icon-circle {
  background: #cb1d1b;
  width: 72px;
  height: 72px;
  display: flex;
  border-radius: 100%;
}

.icon-circle svg {
  margin: auto;
  line-height: 0px;
}

.icon-notch {
  display: flex;
  justify-content: center;
  position: relative;
  top: -34px;
}

.card-content {
  margin-top: 5px;
  /* margin-bottom: 20px; */
}

.card-content h3 {
  margin-bottom: 13px;
}
.iframe_section iframe {
  width: 100%;
  height: 339px;
  border-radius: 20px;
}

.bg_black_2_Color {
  /* background: rgb(17 17 17); */
  background: black;
}
.center_text {
  text-align: center;
}
.contact-card:hover .svg-c-box path {
  stroke: #cb1d1b;
}
@media all and (min-width: 1441px) and (max-width: 11767px) {
  .site_row.site_row_1328 {
    width: 1328px !important;
    max-width: 1328px !important;
  }
  .seo_section_left_img_v1 img {
    height: 448px !important;
    object-fit: cover !important;
  }

  .site_row_1484 {
    max-width: 1484px !important;
    width: 100% !important;
  }
}

/*  */
.m_t_40 {
  margin-top: 40px !important;
}
.services_sb_desc_box {
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  border-left: 1px solid hsla(202, 67%, 52%, 1);
  border-radius: 17px;
  margin-bottom: 20px;
  padding: 30px;
}

.sub_site_title {
  font-size: 16px;
  color: white;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.services_sb_desc_box:last-child {
  margin-bottom: 0px !important;
}

.BusinessesChooseUs_col_2 {
  width: 542px !important;
}
.b_Why_c_us {
  position: sticky;
  top: 10px;
}
.b_Why_c_us img {
  width: 100% !important;
  height: 592px !important;
  object-fit: cover !important;
}

.b_Why_c_us span {
  width: 100% !important;
}
.services_sb_desc_box .site_desc {
  font-size: 14px;
  line-height: 21px;
}
.BusinessesChooseUs_col_1 {
  width: calc(100% - 542px) !important;
}
.services_sb_desc_box {
  padding-right: 72px;
}

.site_desc a {
  color: rgba(153, 153, 153, 1);
}

/* Base Layout Styles */
.seo_service_main {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seo_service_container {
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

/* Left Side: Cards Styling */
.seo_service_cards {
  display: flex;
  gap: 15px;
  flex: 1;

  justify-content: center;
}

.seo_service_card {
  background-color: #262626;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  flex: 1;
  max-width: 150px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.seo_card_icon {
  margin-bottom: 12px;
}

.seo_card_title {
  color: #ffb300; /* Yellow text */
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.seo_card_desc {
  color: #aaaaaa; /* Gray subtext */
  font-size: 11px;
  line-height: 1.3;
}

/* Right Side: Checklist Styling */
.seo_service_list {
  flex: 1.2;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.seo_list_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.seo_check_icon {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}

.seo_list_text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

.seo_service_card {
  width: 210px;
  max-width: 100%;
  background: hsla(0, 0%, 100%, 0.12);
  padding: 14px 9px;
}

.seo_card_title {
  font-family: "Shantell Sans", cursive;
  font-size: 33px;
  color: hsla(43, 100%, 51%, 1);
  line-height: 57px;
  margin-bottom: 0px;
}

.seo_card_desc {
  font-size: 16px;
  line-height: 32px;
}

.seo_card_icon {
  margin-bottom: 0px;
}

p.seo_list_text {
  font-family: "Shantell Sans", cursive;
  font-size: 23px;
  font-weight: 700;
}

/* --- Responsive Media Queries (All Screens) --- */

/* For Tablets and smaller desktops */
@media (max-width: 991px) {
  .seo_service_container {
    flex-direction: column;
    gap: 50px;
  }
  .seo_service_cards {
    width: 100%;
  }
  .seo_service_list {
    width: 100%;
    padding-left: 10px;
  }
}

/* For Mobile Devices */
@media (max-width: 576px) {
  .seo_service_cards {
    flex-direction: column;

    gap: 15px;
  }
  .seo_service_card {
    width: 100%;
    max-width: 280px;
    padding: 20px;
  }
  .seo_list_text {
    font-size: 14px;
  }
}

.seo_service_card:hover {
  background: hsl(0deg 22.72% 72.49% / 12%);
}

.faq-site-dev-section-innerpage .faq-site-dev-grid {
  display: grid;
  grid-template-columns: 1fr;
}

section.faq-site-dev-section.faq-site-dev-section-innerpage {
  max-width: 900px;
  margin: 0 auto;
}

/* Parent Wrapper */
.mission-about-container {
  display: flex;
  width: 100%;

  gap: 0px;
  align-items: stretch;
  flex-wrap: wrap;
}

/* --- Blue Box (Our Mission) --- */
.mission-about-box {
  background-color: #2e96d6;
  color: #ffffff;
  padding: 40px 50px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  flex: 7;
  box-sizing: border-box;
}

.mission-about-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.mission-about-divider {
  width: 1px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 40px;
}

.mission-about-desc p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  opacity: 0.95;
}
.about_us_page_section_col_1 .site_desc.w_color {
  padding-right: 59px;
}
/* --- Red Box (Emergency Call) --- */
.mission-about-cta {
  background-color: #c9221e;
  color: #ffffff;
  padding: 35px 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  box-sizing: border-box;
  min-width: 280px;
}
.mission-about-container {
  margin-top: 20px;
}

.mission-about-cta-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.mission-about-cta-header p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.mission-about-cta-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 18px 0;
}

/* CTA Button/Link styling */
.mission-about-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.mission-about-phone:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.mission-about-icon {
  width: 24px;
  height: 24px;
}

/* Responsive Media Query */
@media (max-width: 991px) {
  .mission-about-container {
    flex-direction: column;
    gap: 20px;
  }

  .mission-about-box {
    border-radius: 30px;
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .mission-about-divider {
    width: 60px;
    height: 1px;
    margin: 20px 0;
  }

  .mission-about-cta {
    border-radius: 30px;
    padding: 30px;
  }
}

.about_us_page_img {
  clip-path: polygon(
    95% 0%,
    95.3% 0%,
    95.5% 0%,
    95.8% 0.1%,
    96.1% 0.2%,
    96.3% 0.2%,
    96.6% 0.3%,
    96.8% 0.5%,
    97.1% 0.6%,
    97.3% 0.7%,
    97.5% 0.9%,
    97.7% 1.1%,
    98% 1.3%,
    98.2% 1.5%,
    98.4% 1.7%,
    98.5% 1.9%,
    98.7% 2.2%,
    98.9% 2.4%,
    99% 2.7%,
    99.2% 3%,
    99.3% 3.3%,
    99.4% 3.6%,
    99.6% 3.9%,
    99.7% 4.2%,
    99.7% 4.5%,
    99.8% 4.8%,
    99.9% 5.2%,
    99.9% 5.5%,
    100% 5.9%,
    100% 6.2%,
    100% 6.6%,
    100% 93.4%,
    100% 93.8%,
    100% 94.1%,
    99.9% 94.5%,
    99.9% 94.8%,
    99.8% 95.2%,
    99.7% 95.5%,
    99.7% 95.8%,
    99.6% 96.1%,
    99.4% 96.4%,
    99.3% 96.7%,
    99.2% 97%,
    99% 97.3%,
    98.9% 97.6%,
    98.7% 97.8%,
    98.5% 98.1%,
    98.4% 98.3%,
    98.2% 98.5%,
    98% 98.7%,
    97.7% 98.9%,
    97.5% 99.1%,
    97.3% 99.3%,
    97.1% 99.4%,
    96.8% 99.5%,
    96.6% 99.7%,
    96.3% 99.8%,
    96.1% 99.8%,
    95.8% 99.9%,
    95.5% 100%,
    95.3% 100%,
    95% 100%,
    35.7% 100%,
    35.4% 100%,
    35.1% 100%,
    34.9% 99.9%,
    34.6% 99.8%,
    34.3% 99.8%,
    34.1% 99.7%,
    33.8% 99.5%,
    33.6% 99.4%,
    33.4% 99.3%,
    33.1% 99.1%,
    32.9% 98.9%,
    32.7% 98.7%,
    32.5% 98.5%,
    32.3% 98.3%,
    32.1% 98.1%,
    32% 97.8%,
    31.8% 97.6%,
    31.6% 97.3%,
    31.5% 97%,
    31.3% 96.7%,
    31.2% 96.4%,
    31.1% 96.1%,
    31% 95.8%,
    30.9% 95.5%,
    30.8% 95.2%,
    30.8% 94.8%,
    30.7% 94.5%,
    30.7% 94.1%,
    30.7% 93.8%,
    30.7% 93.4%,
    30.7% 67.3%,
    30.7% 66.9%,
    30.6% 66.5%,
    30.6% 66.2%,
    30.6% 65.8%,
    30.5% 65.5%,
    30.4% 65.2%,
    30.3% 64.8%,
    30.2% 64.5%,
    30.1% 64.2%,
    30.1% 63.9%,
    29.8% 63.6%,
    29.7% 63.4%,
    29.5% 63.1%,
    29.4% 62.8%,
    29.2% 62.6%,
    29% 62.4%,
    28.8% 62.1%,
    28.6% 61.9%,
    28.4% 61.7%,
    28.2% 61.6%,
    28% 61.4%,
    27.7% 61.2%,
    27.5% 61.1%,
    27.2% 61%,
    27% 60.9%,
    26.7% 60.8%,
    26.5% 60.7%,
    26.2% 60.7%,
    25.9% 60.7%,
    25.7% 60.7%,
    5% 60.7%,
    4.7% 60.6%,
    4.5% 60.6%,
    4.2% 60.6%,
    3.9% 60.5%,
    3.7% 60.4%,
    3.4% 60.3%,
    3.2% 60.2%,
    2.9% 60.1%,
    2.7% 59.9%,
    2.5% 59.8%,
    2.3% 59.6%,
    2% 59.4%,
    1.8% 59.2%,
    1.6% 59%,
    1.5% 58.7%,
    1.3% 58.5%,
    1.1% 58.2%,
    1% 58%,
    0.8% 57.7%,
    0.7% 57.4%,
    0.6% 57.1%,
    0.4% 56.8%,
    0.3% 56.5%,
    0.3% 56.1%,
    0.2% 55.8%,
    0.1% 55.5%,
    0.1% 55.1%,
    0% 54.8%,
    0% 54.4%,
    0% 54.1%,
    0% 6.6%,
    0% 6.2%,
    0% 5.9%,
    0.1% 5.5%,
    0.1% 5.2%,
    0.2% 4.8%,
    0.3% 4.5%,
    0.3% 4.2%,
    0.4% 3.9%,
    0.6% 3.6%,
    0.7% 3.3%,
    0.8% 3%,
    1% 2.7%,
    1.1% 2.4%,
    1.3% 2.2%,
    1.5% 1.9%,
    1.6% 1.7%,
    1.8% 1.5%,
    2% 1.3%,
    2.3% 1.1%,
    2.5% 0.9%,
    2.7% 0.7%,
    2.9% 0.6%,
    3.2% 0.5%,
    3.4% 0.3%,
    3.7% 0.2%,
    3.9% 0.2%,
    4.2% 0.1%,
    4.5% 0%,
    4.7% 0%,
    5% 0%
  );
  width: 600px;
  height: 455px;
  margin: 0px !important;
}

.about_us_page_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_us_page_section_col_2 {
  width: 600px !important;
}

.about_us_page_section_col_1 {
  width: calc(100% - 600px) !important;
}

.about_us_page_img span {
  width: 100%;
  height: 100%;
  line-height: 0px;
}

.about-us-icon-bx {
  height: 163px;
  width: 169px;
  background: hsla(1, 77%, 45%, 1);
  border-radius: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mission-about-badge-number {
  font-size: 44;
  font-size: 44px;
  color: white;
  text-align: center;
  line-height: 1.2em;
  font-weight: 800;
}

.mission-about-badge-text {
  font-size: 14px;
  color: white;
  text-align: center;
}

.about-us-icon-bx .et_pb_code_inner {
  margin: auto;
  text-align: center;
}

.mission-about-container {
  max-width: 100%;
}

.about_us_page_img {
  clip-path: polygon(
    95% 0%,
    95.3% 0%,
    95.5% 0%,
    95.8% 0.1%,
    96.1% 0.2%,
    96.3% 0.2%,
    96.6% 0.3%,
    96.8% 0.5%,
    97.1% 0.6%,
    97.3% 0.7%,
    97.5% 0.9%,
    97.7% 1.1%,
    98% 1.3%,
    98.2% 1.5%,
    98.4% 1.7%,
    98.5% 1.9%,
    98.7% 2.2%,
    98.9% 2.4%,
    99% 2.7%,
    99.2% 3%,
    99.3% 3.3%,
    99.4% 3.6%,
    99.6% 3.9%,
    99.7% 4.2%,
    99.7% 4.5%,
    99.8% 4.8%,
    99.9% 5.2%,
    99.9% 5.5%,
    100% 5.9%,
    100% 6.2%,
    100% 6.6%,
    100% 93.4%,
    100% 93.8%,
    100% 94.1%,
    99.9% 94.5%,
    99.9% 94.8%,
    99.8% 95.2%,
    99.7% 95.5%,
    99.7% 95.8%,
    99.6% 96.1%,
    99.4% 96.4%,
    99.3% 96.7%,
    99.2% 97%,
    99% 97.3%,
    98.9% 97.6%,
    98.7% 97.8%,
    98.5% 98.1%,
    98.4% 98.3%,
    98.2% 98.5%,
    98% 98.7%,
    97.7% 98.9%,
    97.5% 99.1%,
    97.3% 99.3%,
    97.1% 99.4%,
    96.8% 99.5%,
    96.6% 99.7%,
    96.3% 99.8%,
    96.1% 99.8%,
    95.8% 99.9%,
    95.5% 100%,
    95.3% 100%,
    95% 100%,
    35.7% 100%,
    35.4% 100%,
    35.1% 100%,
    34.9% 99.9%,
    34.6% 99.8%,
    34.3% 99.8%,
    34.1% 99.7%,
    33.8% 99.5%,
    33.6% 99.4%,
    33.4% 99.3%,
    33.1% 99.1%,
    32.9% 98.9%,
    32.7% 98.7%,
    32.5% 98.5%,
    32.3% 98.3%,
    32.1% 98.1%,
    32% 97.8%,
    31.8% 97.6%,
    31.6% 97.3%,
    31.5% 97%,
    31.3% 96.7%,
    31.2% 96.4%,
    31.1% 96.1%,
    31% 95.8%,
    30.9% 95.5%,
    30.8% 95.2%,
    30.8% 94.8%,
    30.7% 94.5%,
    30.7% 94.1%,
    30.7% 93.8%,
    30.7% 93.4%,
    30.7% 67.3%,
    30.7% 66.9%,
    30.6% 66.5%,
    30.6% 66.2%,
    30.6% 65.8%,
    30.5% 65.5%,
    30.4% 65.2%,
    30.3% 64.8%,
    30.2% 64.5%,
    30.1% 64.2%,
    30.1% 63.9%,
    29.8% 63.6%,
    29.7% 63.4%,
    29.5% 63.1%,
    29.4% 62.8%,
    29.2% 62.6%,
    29% 62.4%,
    28.8% 62.1%,
    28.6% 61.9%,
    28.4% 61.7%,
    28.2% 61.6%,
    28% 61.4%,
    27.7% 61.2%,
    27.5% 61.1%,
    27.2% 61%,
    27% 60.9%,
    26.7% 60.8%,
    26.5% 60.7%,
    26.2% 60.7%,
    25.9% 60.7%,
    25.7% 60.7%,
    5% 60.7%,
    4.7% 60.6%,
    4.5% 60.6%,
    4.2% 60.6%,
    3.9% 60.5%,
    3.7% 60.4%,
    3.4% 60.3%,
    3.2% 60.2%,
    2.9% 60.1%,
    2.7% 59.9%,
    2.5% 59.8%,
    2.3% 59.6%,
    2% 59.4%,
    1.8% 59.2%,
    1.6% 59%,
    1.5% 58.7%,
    1.3% 58.5%,
    1.1% 58.2%,
    1% 58%,
    0.8% 57.7%,
    0.7% 57.4%,
    0.6% 57.1%,
    0.4% 56.8%,
    0.3% 56.5%,
    0.3% 56.1%,
    0.2% 55.8%,
    0.1% 55.5%,
    0.1% 55.1%,
    0% 54.8%,
    0% 54.4%,
    0% 54.1%,
    0% 6.6%,
    0% 6.2%,
    0% 5.9%,
    0.1% 5.5%,
    0.1% 5.2%,
    0.2% 4.8%,
    0.3% 4.5%,
    0.3% 4.2%,
    0.4% 3.9%,
    0.6% 3.6%,
    0.7% 3.3%,
    0.8% 3%,
    1% 2.7%,
    1.1% 2.4%,
    1.3% 2.2%,
    1.5% 1.9%,
    1.6% 1.7%,
    1.8% 1.5%,
    2% 1.3%,
    2.3% 1.1%,
    2.5% 0.9%,
    2.7% 0.7%,
    2.9% 0.6%,
    3.2% 0.5%,
    3.4% 0.3%,
    3.7% 0.2%,
    3.9% 0.2%,
    4.2% 0.1%,
    4.5% 0%,
    4.7% 0%,
    5% 0%
  );
  width: 600px;
  height: 455px;
  margin: 0px !important;
}

.about_us_page_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_us_page_section_col_2 {
  width: 600px !important;
}

.about_us_page_section_col_1 {
  width: calc(100% - 600px) !important;
}

.about_us_page_img span {
  width: 100%;
  height: 100%;
  line-height: 0px;
}

.about-us-icon-bx {
  height: 163px;
  width: 169px;
  background: hsla(1, 77%, 45%, 1);
  border-radius: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mission-about-badge-number {
  font-size: 44;
  font-size: 44px;
  color: white;
  text-align: center;
  line-height: 1.2em;
  font-weight: 800;
}

.mission-about-badge-text {
  font-size: 14px;
  color: white;
  text-align: center;
}

.about-us-icon-bx .et_pb_code_inner {
  margin: auto;
  text-align: center;
}

.mission-about-cta {
  border-radius: 30px;

  width: 303px !important;
}

.mission-about-cta-header {
  font-family: "Shantell Sans", cursive;
}

.mission-about-cta-header h3 {
  color: white;
}

.mission-about-desc.site_desc {
  color: white !important;
}

.mission-about-box {
  width: calc(100% - 303px) !important;
}
.mission-about-cta {
  border-radius: 30px;
}

.mission-about-box {
  border-radius: 30px;
}

.mission-about-cta-header {
  font-family: "Shantell Sans", cursive;
  color: white;
}

.mission-about-cta-header h3 {
  color: white;
}

.mission-about-title {
  width: 30%;
}

.mission-about-desc.site_desc {
  width: 89%;
}

/* servies area */

.services_area_inner {
  --sai-primary-blue: #0a2540;
  --sai-accent-orange: #ff4d2d;
  --sai-text-dark: #2a323c;
  --sai-text-muted: #6b7280;
  --sai-bg-light: #f8fafc;
  --sai-card-bg: #ffffff;
  --sai-border-color: #e5e7eb;
  --sai-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  --sai-shadow-hover:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  width: 100%;
  padding: 20px 0px;

  color: var(--sai-text-dark);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  box-sizing: border-box;
}

.services_area_inner * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.services_area_inner .sai-header-box {
  text-align: center;
  margin-bottom: 50px;
}

.services_area_inner .sai-sub-heading {
  color: var(--sai-accent-orange);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
}

.services_area_inner .sai-heading {
  font-size: 2.25rem;
  color: var(--sai-primary-blue);
  margin-top: 8px;
  font-weight: 800;
}

/* Responsive Grid Layout */
.services_area_inner .sai-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .services_area_inner .sai-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services_area_inner .sai-grid-layout {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card Styling */
.services_area_inner .sai-item-card {
  background: #222222;
  /* border: 1px solid var(--sai-border-color); */
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  gap: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--sai-shadow-sm);
  position: relative;
  overflow: hidden;
  border-top: 3px solid rgba(203, 29, 27, 1);
  color: white;
}

.services_area_inner .sai-item-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sai-shadow-hover);
}

.services_area_inner .sai-item-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--sai-accent-orange);
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.services_area_inner {
  padding-top: 58px;
  padding-bottom: 0px !important;
}
.services_area_inner .sai-item-card:hover::before {
  opacity: 1;
}

/* Icon Box */
.services_area_inner .sai-icon-holder {
  width: 64px;
  height: 64px;

  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sai-accent-orange);
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
.sai-icon-holder path {
  fill: rgba(153, 153, 153, 1);
}
.services_area_inner .sai-item-card:hover .sai-icon-holder {
  transform: scale(1.05);
}

/* Card Content */
.services_area_inner .sai-item-title {
  font-size: 1.25rem;
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}

.services_area_inner .sai-item-desc {
  font-size: 0.95rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1.6;
}



.ovsg_Svg_icon .our-guarantees-promise-icon svg {
    width: 41px;
    height: 41px;
}

.ovsg_Svg_icon .our-guarantees-promise-icon svg path {
    fill: #e53935;
}

.ovsg_Svg_icon .our-guarantees-promise-grid {
    margin-top: 40px;
}

.ovsg_Svg_icon .site_title.text_center {
    margin-bottom: 0px;
}
/* end */

@media all and (min-width: 320px) and (max-width: 767px) {
  ul.info-list li {
    width: 100%;
    text-align: left;
  }

  ul.info-list {
    padding-bottom: 0px;
  }

  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 96px !important;
  }
  .inner-banner-title {
    font-size: 20px;
    padding-right: 10px;
  }
  .site_inner_banner_section {
    height: 105px;
  }
  .bottom_row_header {
    padding: 10px;
    max-width: 90% !important;

    width: 100% !important;
  }
  /* end Blocked Sewers & Stormwater */
  /* services mian page  */

  section.info-section {
    padding-left: 4px;
    padding-right: 4px;
  }
  hr.section-divider {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  .service-image-wrapper img {
    height: 161px;
  }
  .service-main-box-col {
    width: 50%;
    padding: 5px;
  }

  a.service-card {
    padding: 10px;
    height: 100%;
  }

  .why_c_us_st_card {
    width: calc(100% - 5px);
  }

  .why_c_us_st_grid {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  /* end */

  /* contact us  */
  .card-content h3 {
    font-size: 18px;
  }
  .card-content a {
    font-size: 16px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }

  .icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .card-content {
    margin-top: 39px;
  }

  .icon-notch {
    top: 0px;
  }
  .contact-card-inner {
    height: 179px;
  }
  .iframe_section iframe {
    height: 245px;
  }
  .contact-card {
    width: 100%;
  }

  /* end contact us  */

  /* start Why Sydney Households and Businesses Choose Us */
  .BusinessesChooseUs_col_2 {
    display: none !important;
  }
  .BusinessesChooseUs_col_1 {
    width: calc(100%) !important;
  }
  .services_sb_desc_box {
    padding-right: 20px;
  }
  .services_sb_desc_box {
    margin-bottom: 13px;
    padding: 15px;
  }
  .b_Why_c_us {
    position: relative;
  }
  .b_Why_c_us img {
    width: 355px !important;
    height: 389px !important;
    object-fit: contain !important;
    justify-content: center;
    object-position: center;
  }

  .b_Why_c_us span.et_pb_image_wrap {
    justify-content: center;
  }
  .sub_site_title {
    text-align: center;
    margin-bottom: 0;
  }
  /* end Why Sydney Households and Businesses Choose Us */
  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  .seo_service_card {
    width: 191px;
    width: 50%;
    max-width: 100%;
  }
  .seo_card_title {
    font-size: 27px;

    line-height: 45px;
  }
  .seo_card_desc {
    font-size: 14px;
  }
  .seo_service_cards {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  /* end */

  /* about us page */
  .about_us_page_img,
  .about_us_page_section_col_2 {
    width: 482px !important;
  }
  .about_us_page_section_col_1 {
    width: calc(100% - 482px) !important;
  }
  .about_us_page_section_col_1 .site_desc.w_color {
    padding-right: 0px;
  }
  .mission-about-badge-number {
    font-size: 30px;
  }

  .about_us_page_img {
    height: 405px;
  }
  .about-us-icon-bx {
    width: 140px;
    height: 150px;
    bottom: 31px;
  }
  .mission-about-badge-inner svg {
    height: 36px;
  }
  .mission-about-container {
    gap: 0px;
    flex-direction: unset;
  }

  .mission-about-box {
    text-align: center;
  }

  .mission-about-divider {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .about_us_page_section_col_1 {
    width: 100% !important;
  }

  .about_us_page_img {
    margin: 0 auto !important;
    margin-bottom: 18px !important;
  }

  .about-us-icon-bx {
    width: 100%;
    height: auto !important;
    border-radius: 0px;
  }

  .about_us_page_section_col_2 {
    width: 100% !important;
    margin-top: 60px;
  }

  .mission-about-badge-inner {
    display: flex;
  }

  .mission-about-badge-text {
    margin: auto;
  }

  .mission-about-badge-number {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* end */
  .mission-about-title {
    width: 100%;
  }
  .mission-about-cta {
    width: 100% !important;
  }

  .mission-about-box {
    padding: 10px 15px !important;
  }
  .mission-about-desc.site_desc {
    max-width: 100% !important;
    width: 100% !important;
  }

  .services_area_inner .sai-icon-holder {
    width: 52px;
    height: 52px;
  }
  .services_area_inner .sai-item-title {
    font-size: 20px;
  }
  .services_area_inner .sai-grid-layout {
    gap: 6px;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .mission-about-title {
    width: 100%;
  }

  ul.info-list li {
    text-align: left;
  }
  .sub_site_title {
    text-align: center;
    margin-bottom: 0;
  }
  .why_c_us_st_card {
    width: calc(33% - 5px);
  }

  .why_c_us_st_grid {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 96px !important;
  }
  .inner-banner-title {
    font-size: 25px;
  }
  .site_inner_banner_section {
    height: 155px;
  }
  .bottom_row_header {
    padding: 10px;
    max-width: 90% !important;

    width: 100% !important;
  }

  /* end Blocked Sewers & Stormwater */

  /* services mian page  */

  section.info-section {
    padding-left: 4px;
    padding-right: 4px;
  }
  hr.section-divider {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  .service-image-wrapper img {
    height: 161px;
  }
  .service-main-box-col {
    width: 33%;
    padding: 5px;
  }

  a.service-card {
    padding: 10px;
    height: 100%;
  }
  /* end */

  /* contact us  */
  .card-content h3 {
    font-size: 18px;
  }
  .card-content a {
    font-size: 16px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }

  .icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .card-content {
    margin-top: 39px;
  }

  .icon-notch {
    top: 27px;
  }
  .contact-card-inner {
    height: 179px;
  }
  .iframe_section iframe {
    height: 245px;
  }
  /* end contact us  */
  /* start Why Sydney Households and Businesses Choose Us */
  .BusinessesChooseUs_col_2 {
    display: none !important;
  }
  .BusinessesChooseUs_col_1 {
    width: calc(100%) !important;
  }
  .services_sb_desc_box {
    padding-right: 20px;
  }
  .services_sb_desc_box {
    margin-bottom: 13px;
    padding: 15px;
  }
  .b_Why_c_us {
    position: relative;
  }
  .b_Why_c_us img {
    width: 355px !important;
    height: 389px !important;
    object-fit: contain !important;
    justify-content: center;
    object-position: center;
  }

  .b_Why_c_us span.et_pb_image_wrap {
    justify-content: center;
  }
  /* end Why Sydney Households and Businesses Choose Us */

  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  .seo_service_card {
    width: 191px;
  }
  .seo_card_title {
    font-size: 27px;

    line-height: 45px;
  }
  .seo_card_desc {
    font-size: 14px;
  }
  /* end */
  /* about us page */
  .about_us_page_img,
  .about_us_page_section_col_2 {
    width: 482px !important;
  }
  .about_us_page_section_col_1 {
    width: calc(100% - 482px) !important;
  }
  .about_us_page_section_col_1 .site_desc.w_color {
    padding-right: 0px;
  }
  .mission-about-badge-number {
    font-size: 30px;
  }

  .about_us_page_img {
    height: 405px;
  }
  .about-us-icon-bx {
    width: 140px;
    height: 150px;
    bottom: 31px;
  }
  .mission-about-badge-inner svg {
    height: 36px;
  }
  .mission-about-container {
    gap: 0px;
    flex-direction: unset;
  }

  .mission-about-box {
    text-align: center;
  }

  .mission-about-divider {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .about_us_page_section_col_1 {
    width: 100% !important;
  }

  .about_us_page_img {
    margin: 0 auto !important;
    margin-bottom: 18px !important;
  }

  .about-us-icon-bx {
    width: 100%;
    height: auto !important;
    border-radius: 0px;
  }

  .about_us_page_section_col_2 {
    width: 100% !important;
    margin-top: 60px;
  }

  .mission-about-badge-inner {
    display: flex;
  }

  .mission-about-badge-text {
    margin: auto;
  }

  .mission-about-badge-number {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* end */
  .services_area_inner .sai-icon-holder {
    width: 52px;
    height: 52px;
  }
  .services_area_inner .sai-item-title {
    font-size: 20px;
  }
  .services_area_inner .sai-grid-layout {
    gap: 6px;
  }
}
@media all and (min-width: 981px) and (max-width: 1024px) {
  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 142px !important;
  }
  .inner-banner-title {
    font-size: 30px;
  }
  .site_inner_banner_section {
    height: 155px;
  }
  .bottom_row_header {
    padding: 10px;
    max-width: 90% !important;

    width: 100% !important;
  }
  /* end Blocked Sewers & Stormwater */

  /* services mian page  */

  section.info-section {
    padding-left: 39px;
    padding-right: 39px;
  }
  hr.section-divider {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  /* end */
  /* contact us  */
  .card-content h3 {
    font-size: 22px;
  }
  .card-content a {
    font-size: 19px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }

  .icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .card-content {
    margin-top: 39px;
  }

  .icon-notch {
    top: 9px;
  }
  .contact-card-inner {
    height: 179px;
  }
  .iframe_section iframe {
    height: 245px;
  }
  /* end contact us  */

  /* start Why Sydney Households and Businesses Choose Us */
  .BusinessesChooseUs_col_2 {
    width: 404px !important;
  }
  .BusinessesChooseUs_col_1 {
    width: calc(100% - 404px) !important;
  }
  .services_sb_desc_box {
    padding-right: 20px;
  }
  .services_sb_desc_box {
    margin-bottom: 13px;
    padding: 15px;
  }
  /* end Why Sydney Households and Businesses Choose Us */
  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  .seo_service_card {
    width: 191px;
  }
  .seo_card_title {
    font-size: 27px;

    line-height: 45px;
  }
  .seo_card_desc {
    font-size: 14px;
  }
  /* end */
  /* about us page */
  .about_us_page_img,
  .about_us_page_section_col_2 {
    width: 482px !important;
  }
  .about_us_page_section_col_1 {
    width: calc(100% - 482px) !important;
  }
  .about_us_page_section_col_1 .site_desc.w_color {
    padding-right: 0px;
  }
  .mission-about-badge-number {
    font-size: 30px;
  }

  .about_us_page_img {
    height: 405px;
  }
  .about-us-icon-bx {
    width: 140px;
    height: 150px;
    bottom: 31px;
  }
  .mission-about-badge-inner svg {
    height: 36px;
  }
  .mission-about-container {
    gap: 0px;
    flex-direction: unset;
  }

  .mission-about-box {
    text-align: center;
  }

  .mission-about-divider {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  /* end */
  .services_area_inner .sai-icon-holder {
    width: 52px;
    height: 52px;
  }
  .services_area_inner .sai-item-title {
    font-size: 20px;
  }
  .services_area_inner .sai-grid-layout {
    gap: 6px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 142px !important;
  }
  .inner-banner-title {
    font-size: 35px;
  }
  .site_inner_banner_section {
    height: 245px;
  }
  .bottom_row_header {
    padding: 10px;
    max-width: 90% !important;

    width: 100% !important;
  }
  /* end Blocked Sewers & Stormwater */
  /* services mian page  */

  section.info-section {
    padding-left: 39px;
    padding-right: 39px;
  }
  /* end */
  hr.section-divider {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  /* contact us  */
  .card-content h3 {
    font-size: 22px;
  }
  .card-content a {
    font-size: 19px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }

  .icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .card-content {
    margin-top: 39px;
  }

  .icon-notch {
    top: 9px;
  }
  .contact-card-inner {
    height: 179px;
  }
  /* end contact us  */
  /* start Why Sydney Households and Businesses Choose Us */
  .BusinessesChooseUs_col_2 {
    width: 404px !important;
  }
  .BusinessesChooseUs_col_1 {
    width: calc(100% - 404px) !important;
  }
  .services_sb_desc_box {
    padding-right: 20px;
  }
  .services_sb_desc_box {
    margin-bottom: 13px;
    padding: 15px;
  }
  /* end Why Sydney Households and Businesses Choose Us */

  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  .seo_service_card {
    width: 191px;
  }
  .seo_card_title {
    font-size: 27px;

    line-height: 45px;
  }
  .seo_card_desc {
    font-size: 14px;
  }
  /* end */
  /* about us page */
  .about_us_page_img,
  .about_us_page_section_col_2 {
    width: 482px !important;
  }
  .about_us_page_section_col_1 {
    width: calc(100% - 482px) !important;
  }
  .about_us_page_section_col_1 .site_desc.w_color {
    padding-right: 0px;
  }
  .mission-about-badge-number {
    font-size: 30px;
  }

  .about_us_page_img {
    height: 405px;
  }
  .about-us-icon-bx {
    width: 140px;
    height: 150px;
    bottom: 31px;
  }
  .mission-about-badge-inner svg {
    height: 36px;
  }
  /* end */
  .services_area_inner .sai-icon-holder {
    width: 52px;
    height: 52px;
  }
  .services_area_inner .sai-item-title {
    font-size: 20px;
  }
  .services_area_inner .sai-grid-layout {
    gap: 6px;
  }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  .services_area_inner .sai-icon-holder {
    width: 52px;
    height: 52px;
  }
  .services_area_inner .sai-item-title {
    font-size: 20px;
  }
  /* about us page */
  .about_us_page_img,
  .about_us_page_section_col_2 {
    width: 482px !important;
  }
  .about_us_page_section_col_1 {
    width: calc(100% - 482px) !important;
  }
  .about_us_page_section_col_1 .site_desc.w_color {
    padding-right: 0px;
  }
  .mission-about-badge-number {
    font-size: 30px;
  }

  .about_us_page_img {
    height: 405px;
  }
  .about-us-icon-bx {
    width: 140px;
    height: 150px;
  }
  .mission-about-badge-inner svg {
    height: 36px;
  }
  /* end */
  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 147px !important;
  }
  .inner-banner-title {
    font-size: 35px;
  }
  .site_inner_banner_section {
    height: 245px;
  }
  /* end Blocked Sewers & Stormwater */

  /* services mian page  */

  section.info-section {
    padding-left: 39px;
    padding-right: 39px;
  }
  /* end */
  /* contact us  */
  .card-content h3 {
    font-size: 22px;
  }
  .card-content a {
    font-size: 19px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }
  /* end contact us  */

  /* start Why Sydney Households and Businesses Choose Us */
  .BusinessesChooseUs_col_2 {
    width: 444px !important;
  }
  .BusinessesChooseUs_col_1 {
    width: calc(100% - 444px) !important;
  }
  /* end Why Sydney Households and Businesses Choose Us */
  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  .seo_service_card {
    width: 191px;
  }
  .seo_card_title {
    font-size: 27px;

    line-height: 45px;
  }
  .seo_card_desc {
    font-size: 14px;
  }
  /* end */
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
  /* seo number */
  p.seo_list_text {
    font-size: 18px;
    font-weight: 500;
  }
  /* end */

  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 147px !important;
  }
  .inner-banner-title {
    font-size: 35px;
  }
  .site_inner_banner_section {
    height: 245px;
  }
  /* end Blocked Sewers & Stormwater */

  /* contact us  */
  .card-content h3 {
    font-size: 22px;
  }
  .card-content a {
    font-size: 19px;
  }
  .svg-c-box {
    width: 100%;
    padding: 10px;
  }
  .svg-c-box svg {
    width: 100%;
  }
  .icon-notch {
    top: -19px;
  }
  /* end contact us  */
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  /* start Blocked Sewers & Stormwater */
  div#main-content {
    margin-top: 157px !important;
  }
  .inner-banner-title {
    font-size: 42px;
  }
  .site_inner_banner_section {
    height: 275px;
  }
  /* end Blocked Sewers & Stormwater */
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
  div#main-content {
    margin-top: 157px !important;
  }
}
