.banner-item-block {
  width: calc(50% - 1px);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.js_hmbanner .slick-list,
.js_hmbanner .slick-track,
.js_hmbanner .banner-container {
  height: 100%;
}

.banner-item-block .banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.banner-item-block .banner-content .webox {
  max-width: 500px;
  text-align: center;
  margin-top: 0;
  background: rgb(0 0 0 / 60%);
  padding: 30px;
  border-radius: 6px;
}

.banner-container {
  justify-content: space-between;
}

.top_head .social_list li a.btn_theme {
  padding-left: 29px;
  padding-right: 29px;
  border-radius: 0;
  border-width: 2px;
}

.top_head .social_list li a.btn_theme:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.top_head .social_list li a.btn_theme:hover::after {
  background-color: var(--white);
}

.banner-container .banner-content .webox .big_title {
  font-size: 50px;
  line-height: 1.2;
}

.banner-item-block .banner-content .webox .btn_theme {
  background-color: #fff;
  border-color: #fff;
}



/* styles for home suburb services section */
.hm_suburb_service_sec {
  padding: 0 0 100px 0;
  background: var(--gray-color);

}

.hm_suburb_service_sec .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  &:before {
    display: none
  }

  &:after {
    display: none
  }

  .servicelistbx {
    width: 48%;
    background: #007bb6;
    padding: 60px 60px 20px;
    /* border: 1px solid #E7EAEC; */
    border-radius: 3px;
    /* border-bottom: 2px solid #007bb6; */


    .servicelistbx_title {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #fff;
    }

    & ul {
      display: flex;
      flex-wrap: wrap;

      & li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

        & a {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          padding: 10px 0;
          justify-content: flex-start;
          font-size: 16px;
          font-weight: 600;
          width: 100%;
          color: #fff;
          transition: all ease-out 0.3s !important;
          -webkit-transition: all ease-out 0.3s !important;
          -moz-transition: all ease-out 0.3s !important;
          -ms-transition: all ease-out 0.3s !important;

          &:hover {
            padding-left: 10px;
            padding-right: 10px;
            transition: all ease-out 0.3s !important;
            -webkit-transition: all ease-out 0.3s !important;
            -moz-transition: all ease-out 0.3s !important;
            -ms-transition: all ease-out 0.3s !important;
          }

          & img {
            width: 40px;
            margin-right: 10px;
            filter: brightness(0) invert(1);
          }
        }

      }

    }
  }
}


@media (max-width: 1439.99px) {
  .banner-container .banner-content .webox .big_title {
    font-size: 45px;
  }
}

@media (max-width: 1199.99px) {
  .banner-item-block .banner-content .webox {
    max-width: 85%;
  }

  .hdbtm_right .call_btn p {
    font-size: 12px;
    line-height: 1.2;
  }

  .overlay {
    top: 98px;
    height: calc(100% - 98px);
  }

  .banner-container .banner-content .webox .big_title {
    font-size: 40px;
  }

  .hm_suburb_service_sec .container .servicelistbx {
    padding: 40px 40px 20px;
  }

  .hm_suburb_service_sec .container .servicelistbx .servicelistbx_title {
    font-size: 26px;
    line-height: 1.2;
  }

  .hm_suburb_service_sec {
    padding: 0 0 40px 0;
  }


}

@media (max-width: 991.99px) {
  .top_head .social_list {
    margin: 0;
  }

  .top_head .social_list li {
    padding: 0 10px;
  }

  .top_head .social_list li a.btn_theme {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_head .social_list li a span {
    display: none;
  }

  .banner-container .banner-content .webox .big_title {
    font-size: 32px;
  }

  .webox .bnr_btnbar .btn_theme {
    margin: 20px 5px 10px;
  }

  .banner-item-block .banner-content {
    align-items: self-end;
    height: 100%;
  }

  .banner-item-block .banner-content .webox {
    max-width: 100%;
  }
}

@media (max-width: 767.99px) {
  .banner-container .banner-content .webox .big_title {
    font-size: 30px;
    line-height: 1.2;
  }

  .banner-item-block .banner-content .webox {
    padding: 20px;
  }

  /* .banner-item-block .banner-content .webox {
    max-width: 90%;
  } */

  .bnr_btnbar .btn_theme.mt_35 {
    padding: 10px 10px;
  }

  .social_list li:not(:has(a.btn_theme)) {
    display: none;
  }

  /* .mainheader .show_in_mobile.hidden.show_get {
    display: block;
  } */
  .top_head .menu_link nav>ul>li,
  .top_head .social_list li {
    padding: 0 10px;
  }

  .overlay,
  .bottom_head .nav_navigation {
    top: 89px;
    height: calc(100% - 89px);
  }

  .hm_suburb_service_sec .container .servicelistbx {
    width: 100%;
  }

  .hm_suburb_service_sec .container .servicelistbx ul li a img {
    width: 30px;
  }

  .hm_suburb_service_sec .container .servicelistbx {
    padding: 30px 20px 20px;
    margin-bottom: 20px;
  }

}

@media (max-width: 575.99px) {

  .js_hmbanner .slideingdiv>img,
  .js_hmbanner {
    height: 500px;
  }

  .banner-item-block {
    width: 100%;
    height: 50%;
    margin-bottom: 1px;
  }

  .banner-container.flex-container {
    flex-wrap: wrap;
  }

  /* .banner-item-block .banner-content .webox {
    max-width: 70%;
  } */

  .banner-container .banner-content .webox .big_title {
    font-size: 20px;
  }

  .banner-item-block .banner-content .webox .btn_theme {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hdbtm_right .btnlist {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    margin: 0;
  }

  .hdbtm_right .btnlist li {
    width: 50%;
    color: #fff;
    padding: 10px;
  }

  .hdbtm_right .btnlist li:last-child {
    display: inline-flex;
  }

  .webox p {
    font-size: 14px;
  }

  .hdbtm_right .btnlist li:not(:last-child) {
    border-right: 1px solid #ffffff;
  }

  .top_head .social_list {
    display: none;
  }

  .togglebtn {
    top: 22px;
  }

  .bottom_head .nav_navigation {
    top: 118px;
    height: calc(100% - 118px);
  }

  .overlay {
    top: 118px;
    height: calc(100% - 118px);
  }

  .hdbtm_right .btnlist {
    bottom: 70px;
    display: none;
  }

  .rpi .rpi-badge-body.rpi-badge-clickable {
    height: 70px !important;
  }

  .rpi .rpi-badge>.rpi-x {
    opacity: 1;
  }

  footer {
    padding-bottom: 130px;
  }

  .banner-item-block .banner-content .webox {
    padding: 15px 15px 10px;
  }

  .webox p {
    line-height: 1.2;
  }

  .banner-item-block .banner-content {
    align-items: center;
  }


  .banner-item-block .banner-content .webox {
    padding: 30px 15px 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }


}