.ts-nav .menu li .active,
.ts-nav--fixed .menu li .active {
  color: #ee8403;
}

.ts-hero .menu li .active {
  color: #ee8403;
}

.tsReviewSwiper .ts-text-Paradise-Pink {
  color: #ee8403;
}
.tsReviewSwiper .ts-swiper-button i {
  color: #ee8403;
}
.tsReviewSwiper .ts-card--primary::before, .tsReviewSwiper .ts-card--primary::after {
  border-color: #ee8403;
}

.ts-verified-sitters {
  background: #ee8403;
}

.ts-senior-care {
  background-color: #ee8403;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ts-senior-care {
    padding-block: 20px;
  }
  .ts-senior-care img {
    margin-top: 20px;
    width: 100%;
  }
}
.ts-senior-care h2 {
  font-weight: 300;
  letter-spacing: 0.61px;
  line-height: 56px;
  margin-bottom: 35px;
  text-align: left;
}
.ts-senior-care p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.34px;
  line-height: 31px;
}
.ts-senior-care .btn {
  margin-top: 50px;
}

.ts-text-image {
  background-color: #ee8403;
}

.ts-hero {
  background-color: #dedede;
  background-size: cover;
  min-height: 740px;
  padding-bottom: 120px;
  padding-top: 110px;
  display: flex;
  align-items: center;
}
.ts-hero .slogan-and-search {
  margin: 0 auto;
  margin-top: 200px;
}
.ts-hero .slogan-and-search h1 {
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.62);
}

.ts-about {
  min-height: 480px;
  width: 100%;
  padding-bottom: 70px;
}
.ts-about .profile {
  margin-bottom: 80px;
}
.ts-about .profile a {
  text-decoration: none;
  color: #f04949;
}
.ts-about .profile a:hover {
  text-decoration: underline;
}
.ts-about .profile h4 {
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 15px;
}
.ts-about .profile small {
  font-size: 14px;
  color: #a09e9e;
  margin-bottom: 10px;
}
.ts-about .profile p {
  color: #4e4e4e;
  letter-spacing: 0.28px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 13pt;
}
.ts-about .profile h5 {
  font-size: 14px;
  color: #353434;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
}
.ts-about .circle-photo {
  border-radius: 50%;
  background-clip: padding-box;
}
@media (max-width: 575px) {
  .ts-about .circle-photo {
    width: 100px;
  }
}/*# sourceMappingURL=senior-care.css.map */