.text-acco-wrapper {
  background-color: #ffffff;
  padding: 75px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .text-acco-wrapper {
    padding: 50px 0;
  }
}
.text-acco-wrapper p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #292929;
  text-align: left;
}
.text-acco-wrapper .btn.btn-stratos-orange {
  margin-left: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .text-acco-wrapper .btn.btn-stratos-orange {
    margin-left: 0px;
  }
}
.text-acco-wrapper .text-acco-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.text-acco-wrapper .text-acco-left {
  flex: 0 0 50%;
  max-width: 50%;
  align-content: center;
}
@media only screen and (max-width: 992px) {
  .text-acco-wrapper .text-acco-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-acco-wrapper .text-acco-left a {
  color: #e47813;
  text-decoration: underline;
}
.text-acco-wrapper .text-acco-left .text-acco-left-inner h3 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 2%;
  text-align: left;
  color: #292929;
}
@media only screen and (max-width: 768px) {
  .text-acco-wrapper .text-acco-left .text-acco-left-inner h3 {
    width: 100%;
    margin: 0;
    font-size: 30px;
  }
}
.text-acco-wrapper .text-acco-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .text-acco-wrapper .text-acco-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-acco-wrapper .text-acco-right .text-acco-right-inner {
  padding-left: 50px;
}
@media only screen and (max-width: 992px) {
  .text-acco-wrapper .text-acco-right .text-acco-right-inner {
    padding-left: 0;
  }
}
.text-acco-wrapper .text-acco-content.entry-content {
  text-align: left;
}
.text-acco-wrapper .text-acco-content.entry-content p {
  font-size: 14px;
  line-height: 25px;
}
.text-acco-wrapper .text-acco-content.entry-content p:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.text-acco-wrapper .text-acco-content iframe {
  width: 100%;
}
.text-acco-wrapper .text-acco-title h4 {
  font-family: "Libre Baskerville", sans-serif !important;
  line-height: 1.3 !important;
  font-size: 20px;
  margin: 6px 0 -6px 40px;
  text-align: left;
}

.pricing-acc {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pricing-acc {
    padding-top: 20px !important;
  }
}
.pricing-acc ul {
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .pricing-acc ul {
    padding: 0;
  }
}
.pricing-acc .pricing-acc-text {
  display: none;
}
.pricing-acc .pricing-acc-text .pricing-acc-text-inner {
  padding: 0px 0 20px 0;
}
.pricing-acc .pricing-acc-text .pricing-acc-text-inner h1,
.pricing-acc .pricing-acc-text .pricing-acc-text-inner h2,
.pricing-acc .pricing-acc-text .pricing-acc-text-inner h3,
.pricing-acc .pricing-acc-text .pricing-acc-text-inner h5,
.pricing-acc .pricing-acc-text .pricing-acc-text-inner h6 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
}
.pricing-acc .pricing-acc-item {
  border-bottom: 1px solid #d2d2d2;
}
.pricing-acc .pricing-acc-item.active .pricing-acc-top .drop-down-minus-icon {
  display: block;
}
.pricing-acc .pricing-acc-item.active .pricing-acc-top .drop-down-plus-icon {
  display: none;
}
.pricing-acc .pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.pricing-acc .pricing-acc-title {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #292929;
}

.drop-down-minus-icon {
  display: none;
}

.hide {
  display: none !important;
}

.fr-search-results-wrapper .franchise-results-wrapper {
  margin-bottom: 120px;
}
.fr-search-results-wrapper .franchise-results-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.fr-search-results-wrapper .franchise-results-count {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.fr-search-results-wrapper .franchise-sort-container select {
  background-color: #E7E7E7;
  border-radius: 4px;
  border: none;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
  cursor: pointer;
  width: 280px;
  max-width: 280px;
}
.fr-search-results-wrapper .franchise-sort-container select:focus-visible {
  outline: none;
}
.fr-search-results-wrapper .franchise-sort-container select option {
  width: 100%;
}
.fr-search-results-wrapper .franchise-results-loader {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  margin: 40px 0;
}
.fr-search-results-wrapper .franchise-results-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1%;
  row-gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .fr-search-results-wrapper .franchise-results-items {
    justify-content: space-around;
  }
}
.fr-search-results-wrapper .franchise-results-items .franchise-results-item {
  min-width: 350px;
  width: 24%;
  border: 1px solid #D2D2D2;
  border-radius: 12px;
  padding: 28px 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.fr-search-results-wrapper .franchise-results-items .results-item-top {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  align-items: center;
  width: 100%;
}
.fr-search-results-wrapper .franchise-results-items .results-item-image {
  width: 40%;
}
.fr-search-results-wrapper .franchise-results-items .results-item-image img {
  border-radius: 50%;
  width: 100px;
  height: auto;
}
.fr-search-results-wrapper .franchise-results-items .results-item-top-main {
  width: 60%;
  text-align: left;
}
.fr-search-results-wrapper .franchise-results-items .results-item-title h3 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 2%;
  margin: 0;
  padding: 0;
}
.fr-search-results-wrapper .franchise-results-items .results-item-above-title p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 0;
  margin: 0;
}
.fr-search-results-wrapper .franchise-results-items .results-item-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #434343;
}
.fr-search-results-wrapper .franchise-results-items .results-item-rating span {
  margin-left: 8px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-middle {
  width: 100%;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec {
  text-align: left;
  margin-top: 20px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec-label {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec-item {
  background-color: #E7E7E7;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #14282E;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec-item img {
  width: 16px;
  height: auto;
}
.fr-search-results-wrapper .franchise-results-items .results-item-spec-item span {
  margin-left: 6px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-middle-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-location {
  width: 50%;
  text-align: left;
}
.fr-search-results-wrapper .franchise-results-items .results-item-location-label {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 10px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-location-value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #434343;
}
.fr-search-results-wrapper .franchise-results-items .results-item-location-value span {
  margin-left: 8px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-languages {
  width: 50%;
  text-align: left;
}
.fr-search-results-wrapper .franchise-results-items .results-item-languages-label {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 10px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-languages-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-languages-item {
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  padding: 4px 8px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #434343;
}
.fr-search-results-wrapper .franchise-results-items .results-item-phone-label {
  display: block;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-phone {
  display: block;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}
.fr-search-results-wrapper .franchise-results-items .results-item-bottom {
  border-top: 1px solid #D2D2D2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.fr-search-results-wrapper .franchise-results-items .results-item-bottom .btn {
  margin-top: 20px;
  border-radius: 4px;
  padding: 12px 6px;
  width: 45%;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: none;
  box-shadow: none;
}
.fr-search-results-wrapper .franchise-results-items .results-item-bottom .results-item-contact {
  border: 1px solid #22434D;
  color: #22434D;
}
.fr-search-results-wrapper .franchise-results-items .results-item-bottom .results-item-contact:hover {
  background-color: #E7E7E7;
}

@media only screen and (max-width: 767px) {
  .fr-search-results-wrapper .franchise-results-header {
    margin: 20px 0 40px 0;
  }
  .fr-search-results-wrapper .franchise-results-count {
    width: 100%;
    margin-bottom: 20px;
  }
  .fr-search-results-wrapper .franchise-sort-container {
    width: 100%;
  }
}/*# sourceMappingURL=page-franchise-search.css.map */