.loading {
  text-align: center;
  margin: 20px 0;
}

.loading img {
  width: 50px; /* Adjust size as needed */
  height: auto;
}

.map_section {
  margin: 64px 0 0;
  position: relative;
}

.search_box {
  position: absolute;
  top: 20px;
  left: 27px;
  right: 0;
  z-index: 1;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 201px;
  min-height: 47px !important;
  border-radius: 100px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 4px 0px #00000040;
}

#pac-input {
  width: 60%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 0;
  border: unset;
  min-height: unset !important;
  border-radius: 100px;
  padding-left: 2px;
  margin-right: 5px;
}

.search_icon {
  cursor: pointer;
}

#map {
  height: 533px;
  border-radius: 20px;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Move up"] {
  top: 10px !important;
  left:8px !important;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Move left"] {
  top: 24px !important;
  left:-20px !important;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Move right"] {
  top: 24px !important;
  left:20px !important;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Move down"] {
  top: 52px !important;
  left:8px !important;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Zoom in"] {
  top: 86px !important;
  left:-15px !important;
}

.map_section #map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active[title="Zoom out"] {
  top: 86px !important;
  left:15px !important
}

#zip-tooltip {
  display: flex;
  width: 317px;
  height: 112px;
  position: absolute;
  z-index: 99;
  background: #222222;
  top: 16%;
  left: 2%;
  padding: 20px;
  justify-content: space-between;
  border-radius: 8px;
}

.branch-finder {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.branch-finder h1 {
  color: #222222;
  font-family:  "DM Sans", sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 74.8px;
  letter-spacing: -2px;
  text-align: left;
  margin-top: 64px;
}

.country-list .col-count {
  width: 20%;
}

.country-list .col-count ul {
  list-style: none;
}

.country-list .col-count ul li {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
}

.country-list .col-count ul li a {
  color: #00873C;
}

.country-list {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .country-list .col-count {
      width: 30%;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .local .our-service p{
    height: auto;
  }
  .country-list .col-count {
      width: 50%;
  }
  .country-name{
      padding: 24px !important;
  }
  .country-name h4{
      font-size: 24px !important;
      line-height: 28px !important;
  }
  .d-dm-flex{
      display: flex;
  }
  section#explore-services {
    margin: 48px 0 !important;
  }
  section#explore-services h2{
    margin-top: 0px !important;
  }
  section#explore-services .service_lists {
    padding-bottom: 0px;
  }
  #block-findyourlocalbranch-lawncare .find_specialist .section_title {
    text-align: center;
    font-size: 42px !important;
    line-height: 44.1px !important;
  }
  .branch-finder-regionpage .branch-details .default-btn .btn{
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

/* -----------------------branch finder details ----------------------*/
/* .branch-details {} */

.country-name {
  background: #F2FBF5;
  border-radius: 16px 16px 0 0;
  min-height: 300px;
  padding: 40px 32px;
}

.country-name h4 {

  font-family:  "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -1px;
  text-align: left;
  color: #222222;
  margin-bottom: 16px;
}

.country-name p {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;

}

.country-name a {
  color: #00873C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}

.country-name a:hover{
  color: #00873C;
}

.black-strip {
  background: #414141;
  border-radius: 0 0 16px 16px;
  padding:  0;
}
.black-strip .accordion-flush .accordion-item:last-child{
  border-radius: 0 0 16px 16px;
}
.black-strip .accordion-item,
.black-strip .accordion-button {
  background-color: #414141;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #ffffff;
  justify-content: center;
}

.black-strip .accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 10px;
  background-image: url('/themes/custom/trugreenakqa/assets/images/white-arrow-down1.png'); 
}
.black-strip .accordion-button:not(.collapsed)::after{
  background-image: url('/themes/custom/trugreenakqa/assets/images/white-arrow-down1.png') !important;
  transform: rotate(180deg) !important;
}
.black-strip .accordion-button:focus{
  border-color: transparent;
  box-shadow: none;
}
section#explore-services h2 {
  margin-top: 0px !important;
}
.accordion.accordion-flush{
  padding: 0;
  border-radius: 16px;
}
.black-strip .accordion-body{
  background: #ffffff;
}
.black-strip .accordion-header {
  background: #414141;
  padding: 12px;
  border-radius: 16px;
}

#branch-list .default-btn .primary-btn{
    line-height: 19.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    margin-bottom: 0px !important;
}
.branch-finder-regionpage .branch-details .default-btn {
  display: flex;
  justify-content: flex-end;
}
.branch-finder-regionpage .branch-details .default-btn .btn{
  max-width: 281px;
  width: 100%;
  min-width: unset;
}
#branch-list .default-btn .primary-btn:hover{
  text-decoration: none !important;
}
#branch-list .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    font-family: "Inter", sans-serif;
}
.find_specialist .container{
	max-width: 1270px;
}
section#explore-services {
  margin: 64px 0 !important;
}
section#explore-services h2 {
  margin-bottom: 32px;
}
.link_btn {
  text-decoration: none;
}
section#explore-services {
  background: none;
}
#branch_listing {
  padding: 10px !important;
  max-width: 1270px;
}

div#branch-finder .container {
  max-width: 1240px;
}
section#explore-services .container {
  max-width: 1240px;
}
.row.country-name.no-open-close-time {
  min-height: 200px;
}

/* -----------------------branch finder details ----------------------*/
