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

.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: 8px;
}
.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: normal;
  text-align: left;
  text-decoration: none;
  padding-left: 0;
}

footer.footer-panel.bg-black .col-md-2:first-child ul li:last-child a::after{
  background: url(/themes/custom/trugreenakqa/assets/images/arrow-out-sm.svg) no-repeat;
  background-size: 20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

.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;
  font-size: 0;
}

.footer-panel .panel li {
  margin-top: 16px;
  max-height: 20px;
  height: 100%;
  display: flex;
}

.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 p:first-child{
	padding-top: 0
}
.footer-panel .terms-condition p a {
  color: #00B140;
}
.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;
}

@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 (min-width: 768px) and (max-width: 990px) {
  .footer-panel .panel li a{
    font-size: 12px;
    line-height: 16px;
  }

  .footer-panel .panel li{
    line-height: normal;
  }
}

@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;
  }

  #block-copyrightfooter-2 .last-section p {
    margin-bottom: 12px;
}

}

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

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

  .footer-panel h5.accordion {
      margin-bottom: 0;
  }

  .footer-panel h5.accordion.active, .footer-panel h5.accordion.is-open {
    margin-bottom: 16px;
  }

  .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;
  }

  .footer-panel .mob-border {
      border-bottom: 1px solid #8C8C8C;
      padding: 16px 0;
  }

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

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

  .terms-condition {
      padding: 32px 16px;
  }
  .last-section ul li{
      display: block !important;
  }
  .last-section .col-md-5{
    order: 2;
  }
}

.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 {
  padding-right: 10px;
  margin-left: 4px;
  width: 48px;
}

.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-panel [data-title]:hover::before{
  display:none
  }

@media only screen and (max-width: 767px) {
  .footer-panel .panel {
    max-height: 0;
  }
}
.page-node-type-product-and-services footer.footer-panel.bg-black{
  background-color: black !important;
}

.plans_and_services footer.footer-panel.bg-black {
  background-color: #000000 !important;
}

.page-node-type-branch footer.footer-panel.bg-black{
  background-color: #000000 !important;
  background: #000000;
}
.page-node-type-branch-explore-lawn-care footer.footer-panel.bg-black{
  background-color: #000000 !important;
  background: #000000;
}
@media only screen and (min-width: 1025px) {
  .node-748.plans_and_services .gray-bg {
          align-items: unset;
  }
}
.page-node-type-plans-and-services .gray-bg {
  height: 245px;
}
@media only screen and (min-width: 1025px) {
  .node-748.plans_and_services .gray-bg {
          align-items: unset;
  }
}
.page-node-type-plans-and-services .gray-bg {
  height: 245px;
}
.plans_and_services footer.footer-panel.bg-black {
  background: #000 !important;
}
