.lp_hero_banner {
  position: relative;
}
.lp_hero_banner_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.lp_hero_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_hero_banner {
  position: relative;
  /*background: #243c6f;*/
}
.lp_hb_content {
  color: #fff;
  padding: 55px 15px 55px 0;
}
.lp-sec-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: inline-block;
  color: #243c6f;
}
.text_underline {
  position: relative;
  padding-bottom: 12px;
}
.text_underline:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #f5b83e;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.clr-light {
  color: #fff;
}
p {
  font-size: 16px;
  line-height: 1.4;
}
.lp_endless_reasons {
  padding: 55px 0;
}
.lp_endless_reasons .lp-sec-heading {
  margin-bottom: 22px;
  width: 50% !important;
}
.lp_endless_reasons .lp-sec-heading.width-100{
  width: auto !important;
  padding: 0 0 15px;
  margin-bottom: 0px;
}
.lp_renting_selfs,
.lp_clean_selfs {
  padding: 30px 0 0;
}
.lp_r_s_content,
.lp_c_ss_content {
  position: relative;
  padding: 0 0 34px 80px;
}
.lp_r_s_img,
.lp_c_ss_img {
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
}
.lp_storage_facility {
  position: relative;
}
.lp_s_f_bg {
  /*  background: #243c6fdb;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.lp_s_f_content {
  color: #fff;
  padding: 55px 15px 55px 0;
}
.lp_faq_sec {
  padding: 10px 0 50px;
}
.lp_faq_heading {
  text-align: center;
}
.accordion .card {
  border: unset;
  border-top: 2px solid #d8d8d6;
  border-radius: 0;
}
.accordion .card .card-header {
  padding: 0;
  background: unset;
  border-bottom: 2px solid #d8d8d6;
  margin-bottom: -2px;
}
.accordion .card .card-header button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  padding: 6px 15px;
  border: unset;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .card .card-body {
  padding: 15px 15px;
}
.accordion .card .card-header button span {
  display: inline-block;
  background: #005aff;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}
.accordion .card .card-header button span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 14px;
  background-color: #fff;
}
.accordion .card .card-header button span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 2px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.accordion .card .card-header button[aria-expanded="true"] span::after {
  opacity: 0;
  visibility: hidden;
}
.lp_list_c_wrap {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.lp_list_c_wrap li {
  padding: 0 10px;
  width: 20%;
  flex: 0 0 20%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .lp_list_c_wrap li {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  .lp_list_c_wrap {
    padding-bottom: 30px;
  }
  .lp_s_f_content {
    padding: 40px 0px 45px 0;
  }
  .lp_endless_reasons {
    padding: 35px 0;
  }
  .lp_hb_content {
    padding: 35px 0px 40px 0;
  }
  .lp-sec-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .text_underline:after {
    height: 2px;
  }
  .text_underline {
    padding-bottom: 8px;
  }
  .lp_faq_sec {
    padding: 10px 0 30px;
  }
  .lp_r_s_content,
  .lp_c_ss_content {
    padding: 0 0 28px 76px;
  }
  .lp_r_s_img,
  .lp_c_ss_img {
    width: 62px;
  }
  .lp_endless_reasons .lp-sec-heading{
    width: auto !important;
  }
}
@media (max-width:767px){
  .lp_endless_reasons .lp-sec-heading{
    width: auto !important;
  }
  .lp_hero_banner_img {
    position: static !important;
    width: 100% !important;
    height: 340px !important;
  }
  .lp_hb_content {
    padding: 26px 0px 30px 0 !important;
  }
  .lp_storage_facility {
    position: relative;
    background: unset !important;
  }
  .lp_s_f_bg {
    display: none;
  }
  .lp_storage_facility .container {
    background: #243c6fdb;
  }
  .lp_s_f_content {
    padding: 30px 0px 34px 0;
  }
  .lp_sf_img img {
    height: 255px;
    width: 100%;
    object-fit: cover;
  }
  .lp_r_s_content,
  .lp_c_ss_content {
    padding: 0 0 22px 76px;
  }
  .lp_renting_selfs,
  .lp_clean_selfs {
    padding: 25px 0 10px;
  }
}
@media (max-width: 575px) {
  .lp_r_s_content h2,
  .lp_r_s_content h3,
  .lp_r_s_content h4,
  .lp_r_s_content p,
  .lp_c_ss_content h2,
  .lp_c_ss_content h3,
  .lp_c_ss_content h4,
  .lp_c_ss_content p {
    overflow-wrap: anywhere;
  }

  .lp_list_c_wrap li {
    width: 50%;
    flex: 0 0 50%;
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .accordion .card .card-header button {
    font-size: 15px;
    padding: 5px 10px;
  }
  .accordion .card .card-body {
    padding: 10px 10px;
    font-size: 13px;
  }
  .lp_faq_sec .lp-sec-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .accordion .card .card-header button span::before {
    width: 11px;
  }
  .accordion .card .card-header button span::after {
    height: 11px;
  }
  .accordion .card .card-header button span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .lp_hero_banner_img {
    height: 230px;
  }
  .lp-sec-heading br {
    display: none;
  }
  .lp_endless_reasons {
    padding: 25px 0;
  }
  .lp_r_s_img,
  .lp_c_ss_img {
    width: 50px;
  }
  .lp_r_s_content,
  .lp_c_ss_content {
    padding: 0 0 20px 60px;
  }
  .lp_faq_sec {
    padding: 10px 0 22px;
  }
  .lp_list_c_wrap {
    padding-bottom: 20px;
  }
  .lp_renting_selfs,
  .lp_clean_selfs {
    padding: 25px 0 0px;
  }
}
@media (max-width:480px){
  .lp-sec-heading {
    font-size: 24px;
  }
  .lp_hero_banner_img {
    height: 190px;
  }
  .lp_sf_img img {
    height: 195px;
  }
}
