footer.footer-panel.bg-black {
  background: #222222 !important;
  padding: 56px 0;
}

.footer-panel h5.accordion {
  color: #8C8C8C !important ;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px !important;
  letter-spacing: normal;
  text-align: left;
  border-top: none;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.terms-condition ol li:first-child{
  padding-top:0
}
.footer-panel .panel li a {
  font-family: "Inter", sans-serif;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 400;
  line-height:19.5px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  padding-left: 0;
}

.footer-panel  a[data-title="Careers"] {
  background: url(/themes/custom/trugreen_commercial/assets/images/arrow-out-sm.svg) no-repeat;
  background-size: 20px;
  display: inline-block;
  content: "";
  width: 75px;
  height: 20px;
  vertical-align: text-top;
  /* position: absolute; */
  background-position: 100% 100%;
}

.footer-panel .panel li a#checkinfinity {
  margin-bottom: 0 !important;
}

.footer-panel .panel li:last-child{
  margin-bottom: 0;
}

.footer-panel .panel {
  padding: 0;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
}

.footer-panel .panel li {
  margin-bottom: 16px;
}

.footer-panel hr {
  background-color: #666;
  margin: 24px 0;
  opacity: 1;
}

.terms-condition {
  padding: 40px 0;
}

.terms-condition ol li,
.terms-condition p {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding-top: 20px;
}

.terms-condition p {
  margin-bottom: 0;
}

.terms-condition ol {
  padding-left: 15px;
  margin-bottom: 0;
}

.terms-condition ol li span {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  display: block;
  padding-top: 20px;
}

a.greentext {
  color: #1EE576;
  text-decoration: underline;
}

.social-panel {
  width: 100%;
}

.social-panel a {
  padding-right: 14px;
  display: inline-block;
}

.social-panel .col-md-6 {
  /* padding-left: 0; */
}

.brand-icon a {
  padding-right: 48px;
}

.brand-icon {
  display: flex;
  justify-content: right;
}

.brand-icon a:last-child {
  padding-right: 0;
}

footer.footer-panel.bg-black .footer-sec {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer-panel .terms-condition p a{
  color: #00B140;
}

.footer-panel .terms-condition p:first-child {
  padding-top: 0;
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .col-md-6.brand-icon {
    padding-top: 24px;
    justify-content: flex-start;
  }

  .last-section .col-md-5 {
    order: 2;
  }
  .footer-panel h5.accordion{
    margin-top: 24px;
  }
  footer.footer-panel.bg-black .row .col-md-2:first-child h5.accordion {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .last-section ul{
    display: block !important;
    margin-bottom: 24px !important;
  }
  .last-section ul li{
    padding-left: 0 !important;
    display: block !important;
    padding: 0 !important;
    margin-bottom: 8px;
  }
  a#checkinfinity {
    margin-bottom: 0 !important;
  }
  .last-section img{
    display: block;
    margin-bottom: 16px;
  }
  .last-section ul li:last-child img {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 4px;
  }
  .footer-panel .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .footer-panel h5.accordion {
    margin-bottom: 0;
  }
  .footer-panel h5.accordion.active, .footer-panel h5.accordion.is-open {
    margin-bottom: 16px;
  }
  footer.footer-panel.bg-black .footer-sec {
    display: block;
  }
  .footer-panel h5.accordion{
    margin-top: 0;
  }
  .footer-panel .mob-border {
    border-bottom: 1px solid #8C8C8C;
    padding: 16px 0;
  }
  footer.footer-panel.bg-black .footer-sec div:first-child .mob-border {
    padding-top: 0;
  }
  footer.footer-panel.bg-black .footer-sec div #block-trugreen-commercial-footerrightsidethirdblock-2 .mob-border {
    padding-top: 16px;
  }
}

@media screen and (max-width: 600px) {

  footer.footer-panel.bg-black{
    padding: 16px 0 24px;
  }
  footer.footer-panel.bg-black .container{
    padding: 0 16px;
  }

  /* .footer-panel .accordion:before {
      content: " ";
      width: 20px;
      height: 20px;
      background-image: url('./../../images/chev.png');
      position: absolute;
      background-repeat: no-repeat;
      right: 32px;
      margin-top: 10px;
  } */

  .col-md-6.brand-icon {
    display: flex;
    column-gap: 32px;
    row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col-md-6.brand-icon a {
    padding-right: 0;
  }

  .brand-icon {
      display: block;
      padding-top: 24px;
  }

  .terms-condition {
      padding: 32px 0px;
  }
  .last-section ul li{
      display: block !important;
  }
  .last-section .col-md-5{
    order: 2;
  }
  footer.footer-panel.bg-black .footer-sec div:first-child .mob-border {
    padding-top: 16px;
  }
}

.last-section p {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
}

.last-section img {
  margin-left: 4px;
  margin-right: 16px;
}

.last-section ul li:last-child img {
  padding-right: 0;
}

.last-section ul{
  padding-left: 0;
  display: flex;
  justify-content: end;
  /* align-items: end; */
  margin-bottom: 0;
}
.last-section .col-md-7{
  padding-right: 0;
}
.last-section ul li {
  list-style: none;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 0 8px;
}
.last-section ul li:first-child {
  padding-left: 0;
}
.last-section ul li:last-child {
  padding-right: 0;
}
.last-section ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.last-section .col-md-6{
  padding: 0;
}

footer.footer-panel.bg-black{
  position: absolute;
  right: 0;
  left: 0;
}