@import url(/home/aeesha/workspace/Seniorhealthcare.org.uk/seniorhealthcare/font/font.css);
@import url("https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Open+Sans:wght@300;400;500;600;700;800&family=Pangolin&family=Patrick+Hand&display=swap");
@import url("http://fonts.cdnfonts.com/css/western-swagger");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  /* The dots/bullets/indicators */
}

body .fw-600 {
  font-weight: 600;
}

.border {
  height: 10px;
  width: 120px;
  background-color: #659f0e;
  position: absolute;
}

body .bg-primary-green {
  background: #50a82d;
  color: white;
}

@media screen and (max-width: 1200px) {
  body .wrapper {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper {
    height: 65vh;
  }
}

@media screen and (max-width: 600px) {
  body .wrapper {
    height: 75vh;
  }
}

body .wrapper .header {
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header {
    height: 80px;
    border-bottom: 1px solid #706e6d;
  }
}

@media screen and (max-width: 768px) {
  body .wrapper .header {
    border: none;
  }
}

body .wrapper .header.sticky {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header.sticky {
    background-color: transparent;
    position: relative;
  }
}

body .wrapper .header.sticky nav .dropdown a {
  color: red;
}

body .wrapper .header .mobile-logo {
  display: none;
}

@media screen and (max-width: 768px) {
  body .wrapper .header .mobile-logo {
    height: 80px;
    background-color: white;
    border-radius: 0% 100% 35% 65% / 100% 0% 100% 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .wrapper .header .mobile-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body .wrapper .header .mobile-logo img {
    width: 200px;
  }
}

body .wrapper .header .logo-link {
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header .logo-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  body .wrapper .header .logo-link {
    display: none;
  }
}

body .wrapper .header .logo-link img {
  height: 145px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

body .wrapper .header .search-wrapper {
  border-radius: 10px;
  margin: 26px 0 0;
}

body .wrapper .header .search-wrapper .material-icons {
  display: none;
}

@media screen and (max-width: 768px) {
  body .wrapper .header .search-wrapper .material-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    color: white;
    margin-right: 10px;
    font-weight: 600;
  }
}

body .wrapper .header .search-wrapper .search {
  position: relative;
}

@media screen and (max-width: 768px) {
  body .wrapper .header .search-wrapper .search {
    display: none;
  }
}

body .wrapper .header .search-wrapper .search input {
  border: none;
  outline: none;
  padding: 8px 40px;
  border-radius: 5px;
}

body .wrapper .header .search-wrapper .search input::-webkit-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .wrapper .header .search-wrapper .search input:-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .wrapper .header .search-wrapper .search input::-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .wrapper .header .search-wrapper .search input::placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .wrapper .header .search-wrapper .search .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body .wrapper .header .search-wrapper .text1 {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  color: white;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header .search-wrapper .text1 {
    display: none;
  }
}

body .wrapper .header .search-wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header .search-wrapper .hamburger {
    display: block;
  }
}

body .wrapper .header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #706e6d;
  border-bottom: 1px solid #706e6d;
  padding-left: 150px;
}

@media screen and (max-width: 1200px) {
  body .wrapper .header nav {
    display: none;
  }
}

body .wrapper .header nav .lists {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .wrapper .header nav .lists .list-item .dropdown {
  position: relative;
  display: inline-block;
}

body .wrapper .header nav .lists .list-item .dropdown a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
}

body .wrapper .header nav .lists .list-item .dropdown .dropdown-content a {
  color: #000;
}

body .wrapper .header nav .nav-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #659f0e;
  padding: 17px 20px;
  width: 10%;
}

body .wrapper .hero-text {
  width: 50%;
  margin: 100px 150px;
}

@media screen and (max-width: 1200px) {
  body .wrapper .hero-text {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  body .wrapper .hero-text {
    margin: 70px 20px;
    width: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  body .wrapper .hero-text {
    margin: 60px 20px;
  }
}

body .wrapper .hero-text .hero-title {
  color: #fff;
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 2px;
}

body .wrapper .hero-text .hero-title span {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  body .wrapper .hero-text .hero-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  body .wrapper .hero-text .hero-title {
    font-size: 1.5rem;
  }
}

body .wrapper .hero-text .hero-info {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body .wrapper .hero-text .hero-info {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  body .wrapper .hero-text .hero-info {
    font-size: 0.85rem;
  }
}

body .wrapper .hero-text .apply-link {
  text-decoration: none;
  color: #fff;
  background-color: #659f0e;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body .wrapper .hero-text .apply-link {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  body .wrapper .hero-text .apply-link {
    padding: 15px 20px;
    font-size: 1rem;
    width: 60%;
  }
}
*/ body .text-green {
  color: #50a82d !important;
}

body .border-green {
  border-color: #50a82d !important;
}

body .expertise,
body .homecare,
body .adviceandsupport,
body .join {
  background-color: white;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 999999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  body .expertise.expertiseNav,
  body .homecare.homecareNav,
  body .adviceandsupport.supportNav,
  body .join.joinNav {
    display: block;
  }
}

body .expertise .menu-text,
body .homecare .menu-text,
body .adviceandsupport .menu-text,
body .join .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

body .expertise .menu-text p,
body .homecare .menu-text p,
body .adviceandsupport .menu-text p,
body .join .menu-text p {
  color: #848282;
}

body .expertise .menu-text .close-btn,
body .homecare .menu-text .close-btn,
body .join .menu-text .close-btn,
body .adviceandsupport .menu-text .close-btn {
  font-size: 1.2rem;
}

body .expertise .list-wrapper,
body .homecare .list-wrapper,
body .adviceandsupport .list-wrapper,
body .join .list-wrapper {
  background-color: #efeaea;
}

body .expertise .list-wrapper .lists,
body .homecare .list-wrapper .lists,
body .adviceandsupport .list-wrapper .lists,
body .join .list-wrapper .lists {
  list-style-type: none;
}

body .expertise .list-wrapper .lists .list-item,
body .homecare .list-wrapper .lists .list-item,
body .adviceandsupport .list-wrapper .lists .list-item,
body .join .list-wrapper .lists .list-item {
  background-color: #fff;
  padding: 15px 10px;
  margin: 1px 3px;
  position: relative;
}

body .expertise .list-wrapper .lists .list-item span,
body .homecare .list-wrapper .lists .list-item span,
body .adviceandsupport .list-wrapper .lists .list-item span,
body .join .list-wrapper .lists .list-item span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: whitesmoke;
  text-align: center;
  display: block;
  padding: 15px 10px;
  font-weight: 200;
  font-size: 20px;
}

body .expertise .list-wrapper .lists .list-item a,
body .homecare .list-wrapper .lists .list-item a,
body .adviceandsupport .list-wrapper .lists .list-item a,
body .join .list-wrapper .lists .list-item a {
  color: #848282;
  text-decoration: none;
}

body .sidebar {
  background-color: white;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: -100vw;
  z-index: 9999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  body .sidebar.Nav {
    left: 0;
  }
}

body .sidebar .menu-text {
  position: relative;
}

body .sidebar .menu-text p {
  color: #848282;
}

body .sidebar .menu-text .close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 1.2rem;
}

body .sidebar .list-wrapper {
  background-color: #efeaea;
}

body .sidebar .list-wrapper .lists {
  list-style-type: none;
}

body .sidebar .list-wrapper .lists .list-item {
  background-color: #fff;
  padding: 15px 10px;
  margin: 1px 3px;
  position: relative;
}

body .sidebar .list-wrapper .lists .list-item span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: whitesmoke;
  text-align: center;
  display: block;
  padding: 15px 10px;
  font-weight: 200;
  font-size: 20px;
}

body .sidebar .list-wrapper .lists .list-item a {
  color: #848282;
  text-decoration: none;
}

body .main-wrapper {
  background: url("https://www.homeinstead.com/siteassets/corporate/cost-of-care/home-instead-caregiver-and-senior-man-prepare-healthy-meal-together-in-kitchen.jpg")
    no-repeat #3b3b3b;
  background-blend-mode: overlay;
  background-size: cover;
  height: 80vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  body .main-wrapper {
    height: 65vh;
  }
}

@media screen and (max-width: 600px) {
  body .main-wrapper {
    height: 75vh;
  }
}

body .main-wrapper .header {
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header {
    height: 80px;
    border-bottom: 1px solid #706e6d;
  }
}

@media screen and (max-width: 768px) {
  body .main-wrapper .header {
    border: none;
  }
}

body .main-wrapper .header.sticky {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header.sticky {
    background-color: transparent;
    position: relative;
  }
}

body .main-wrapper .header.sticky nav .dropdown a {
  color: red;
}

body .main-wrapper .header .mobile-logo {
  display: none;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .header .mobile-logo {
    height: 80px;
    background-color: white;
    border-radius: 0% 100% 35% 65% / 100% 0% 100% 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .main-wrapper .header .mobile-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body .main-wrapper .header .mobile-logo img {
    width: 200px;
  }
}

body .main-wrapper .header .logo-link {
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header .logo-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  body .main-wrapper .header .logo-link {
    display: none;
  }
}

body .main-wrapper .header .logo-link img {
  height: 145px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

body .main-wrapper .header .search-wrapper {
  border-radius: 10px;
  margin: 26px 0 0;
}

body .main-wrapper .header .search-wrapper .material-icons {
  display: none;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .header .search-wrapper .material-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    color: white;
    margin-right: 10px;
    font-weight: 600;
  }
}

body .main-wrapper .header .search-wrapper .search {
  position: relative;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .header .search-wrapper .search {
    display: none;
  }
}

body .main-wrapper .header .search-wrapper .search input {
  border: none;
  outline: none;
  padding: 8px 40px;
  border-radius: 5px;
}

body
  .main-wrapper
  .header
  .search-wrapper
  .search
  input::-webkit-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .main-wrapper .header .search-wrapper .search input:-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body
  .main-wrapper
  .header
  .search-wrapper
  .search
  input::-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .main-wrapper .header .search-wrapper .search input::placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .main-wrapper .header .search-wrapper .search .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body .main-wrapper .header .search-wrapper .text1 {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  color: white;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header .search-wrapper .text1 {
    display: none;
  }
}

body .main-wrapper .header .search-wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header .search-wrapper .hamburger {
    display: block;
  }
}

body .main-wrapper .header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #706e6d;
  border-bottom: 1px solid #706e6d;
  padding-left: 150px;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .header nav {
    display: none;
  }
}

body .main-wrapper .header nav .lists {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .main-wrapper .header nav .lists .list-item .dropdown {
  position: relative;
  display: inline-block;
}

body .main-wrapper .header nav .lists .list-item .dropdown a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
}

body .main-wrapper .header nav .lists .list-item .dropdown .dropdown-content a {
  color: #000;
}

body .main-wrapper .header nav .nav-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #659f0e;
  padding: 17px 20px;
  width: 10%;
}

body .main-wrapper .hero-text {
  width: 50%;
  margin: 100px 150px;
}

@media screen and (max-width: 1200px) {
  body .main-wrapper .hero-text {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  body .main-wrapper .hero-text {
    margin: 70px 20px;
    width: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  body .main-wrapper .hero-text {
    margin: 60px 20px;
  }
}

body .main-wrapper .hero-text .hero-title {
  color: #fff;
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 2px;
}

body .main-wrapper .hero-text .hero-title span {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .hero-text .hero-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  body .main-wrapper .hero-text .hero-title {
    font-size: 1.5rem;
  }
}

body .main-wrapper .hero-text .hero-info {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .hero-text .hero-info {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  body .main-wrapper .hero-text .hero-info {
    font-size: 0.85rem;
  }
}

body .main-wrapper .hero-text .apply-link {
  text-decoration: none;
  color: #fff;
  background-color: #659f0e;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body .main-wrapper .hero-text .apply-link {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  body .main-wrapper .hero-text .apply-link {
    padding: 15px 20px;
    font-size: 1rem;
    width: 60%;
  }
}

body .home-care-wrapper {
  background: url("https://www.homeinstead.com/contentassets/a539b42d765b44f0a14c959e9100e8d1/front-porch.jpg")
    no-repeat #3b3b3b;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  height: 80vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper {
    height: 60vh;
  }
}

@media screen and (max-width: 600px) {
  body .home-care-wrapper {
    height: 75vh;
  }
}

body .home-care-wrapper .header {
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header {
    height: 80px;
    border-bottom: 1px solid #706e6d;
  }
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .header {
    border: none;
  }
}

body .home-care-wrapper .header.sticky {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header.sticky {
    background-color: transparent;
    position: relative;
  }
}

body .home-care-wrapper .header.sticky nav .dropdown a {
  color: red;
}

body .home-care-wrapper .header .mobile-logo {
  display: none;
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .header .mobile-logo {
    height: 80px;
    background-color: white;
    border-radius: 0% 100% 35% 65% / 100% 0% 100% 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .home-care-wrapper .header .mobile-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body .home-care-wrapper .header .mobile-logo img {
    width: 200px;
  }
}

body .home-care-wrapper .header .logo-link {
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header .logo-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .header .logo-link {
    display: none;
  }
}

body .home-care-wrapper .header .logo-link img {
  height: 145px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

body .home-care-wrapper .header .search-wrapper {
  border-radius: 10px;
  margin: 26px 0 0;
}

body .home-care-wrapper .header .search-wrapper .material-icons {
  display: none;
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .header .search-wrapper .material-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    color: white;
    margin-right: 10px;
    font-weight: 600;
  }
}

body .home-care-wrapper .header .search-wrapper .search {
  position: relative;
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .header .search-wrapper .search {
    display: none;
  }
}

body .home-care-wrapper .header .search-wrapper .search input {
  border: none;
  outline: none;
  padding: 8px 40px;
  border-radius: 5px;
}

body
  .home-care-wrapper
  .header
  .search-wrapper
  .search
  input::-webkit-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body
  .home-care-wrapper
  .header
  .search-wrapper
  .search
  input:-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body
  .home-care-wrapper
  .header
  .search-wrapper
  .search
  input::-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .home-care-wrapper .header .search-wrapper .search input::placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .home-care-wrapper .header .search-wrapper .search .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body .home-care-wrapper .header .search-wrapper .text1 {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  color: white;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header .search-wrapper .text1 {
    display: none;
  }
}

body .home-care-wrapper .header .search-wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header .search-wrapper .hamburger {
    display: block;
  }
}

body .home-care-wrapper .header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #706e6d;
  border-bottom: 1px solid #706e6d;
  padding-left: 150px;
}

@media screen and (max-width: 1200px) {
  body .home-care-wrapper .header nav {
    display: none;
  }
}

body .home-care-wrapper .header nav .lists {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .home-care-wrapper .header nav .lists .list-item .dropdown {
  position: relative;
  display: inline-block;
}

body .home-care-wrapper .header nav .lists .list-item .dropdown a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
}

body
  .home-care-wrapper
  .header
  nav
  .lists
  .list-item
  .dropdown
  .dropdown-content
  a {
  color: #000;
}

body .home-care-wrapper .header nav .nav-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #659f0e;
  padding: 17px 20px;
  width: 10%;
}

body .home-care-wrapper .home-care-text {
  font-size: 4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 120px 0;
}

@media screen and (max-width: 768px) {
  body .home-care-wrapper .home-care-text {
    font-size: 2rem;
  }
}

body .home-care-services {
  background-color: #fefefe;
}

body .home-care-services h6 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
}

body .home-care-services .expertise-text {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

body .home-care-services .para {
  font-size: 1.2rem;
}

body .home-care-services .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
}

@media screen and (max-width: 1200px) {
  body .home-care-services .grid {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 768px) {
  body .home-care-services .grid {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 600px) {
  body .home-care-services .grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

body .home-care-services .grid .grid-item {
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 35px #32325d0d, 0 5px 15px #0000000a;
  box-shadow: 0 5px 35px #32325d0d, 0 5px 15px #0000000a;
}

body .home-care-services .grid .grid-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body .home-care-services .grid .grid-item div a {
  text-decoration: none;
}

body .home-care-services .grid .grid-item div a:first-of-type {
  color: #50a82d;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
}

body .home-care-services .grid .grid-item div a:last-of-type {
  color: #fff;
  background-color: #50a82d;
  width: 60%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
}

body .text-container {
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  body .text-container {
    width: 90%;
  }
}

body .text-container p {
  font-size: 1.3rem;
}

body .find-wrapper {
  background-color: whitesmoke;
  position: relative;
}

body .find-wrapper .arrow-down-icon {
  position: absolute;
  left: 47%;
  top: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #50a82d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  body .find-wrapper .arrow-down-icon {
    left: 45%;
  }
}

body .find-wrapper .arrow-down-icon svg {
  fill: white;
  width: 100%;
  height: 100%;
}

body .find-wrapper .input-wrapper {
  position: relative;
  z-index: 1;
}

body .find-wrapper .input-wrapper .text {
  color: #fff;
  font-size: 1.5rem;
  background-color: #659f0e;
  padding: 20px 80px;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  body .find-wrapper .input-wrapper .text {
    font-size: 1.2rem;
    padding: 15px 40px;
  }
}

body .find-wrapper .input-wrapper .text span {
  font-weight: 600;
}

body .find-wrapper .input-wrapper .search {
  position: relative;
  top: -15px;
}

@media screen and (max-width: 600px) {
  body .find-wrapper .input-wrapper .search {
    left: 10px;
  }
}

body .find-wrapper .input-wrapper .search input {
  border: none;
  outline: none;
  padding: 30px 150px;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  body .find-wrapper .input-wrapper .search input {
    padding: 20px 60px;
  }
}

body .find-wrapper .input-wrapper .search input::-webkit-input-placeholder {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #0088a4;
  text-decoration-color: #0088a4;
}

body .find-wrapper .input-wrapper .search input:-ms-input-placeholder {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  text-decoration: underline;
  text-decoration-color: #0088a4;
}

body .find-wrapper .input-wrapper .search input::-ms-input-placeholder {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  text-decoration: underline;
  text-decoration-color: #0088a4;
}

body .find-wrapper .input-wrapper .search input::placeholder {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #0088a4;
  text-decoration-color: #0088a4;
}

body .find-wrapper .input-wrapper .search .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background-color: #659f0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 600px) {
  body .find-wrapper .input-wrapper .search .material-icons {
    font-size: 3rem;
    width: 68px;
    height: 68px;
  }
}

body .find-wrapper .heart-shape {
  position: absolute;
  top: 10px;
  right: 250px;
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 768px) {
  body .find-wrapper .heart-shape {
    right: 80px;
  }
}

@media screen and (max-width: 768px) {
  body .text-wrapper {
    width: 100%;
  }
}

body .text-wrapper h1, body .text-wrapper h2, body .text-wrapper h3, body .text-wrapper h4, body .text-wrapper h5, body .text-wrapper h6 {
  letter-spacing: 2px;
}

body .text-wrapper h4 {
  font-size: 2.5rem;
  font-weight: 400;
}

body .text-wrapper h4 span {
  font-weight: 700;
}

body .text-wrapper p {
  font-size: 1.3rem;
  line-height: 1.5;
}

body .text-wrapper p h3 {
  margin-top: 40px;
}

body .text-wrapper p span {
  text-decoration: underline;
  -webkit-text-decoration-color: #50a82d;
  text-decoration-color: #50a82d;
}

body .hero-wrapper {
  background: url("https://www.homeinstead.com/contentassets/3541d25b92294957bf3f6f2fe858dce9/questions-to-ask-home-care-providers.jpg")
    no-repeat #3b3b3b;
  background-blend-mode: overlay;
  background-size: cover;
  height: 90vh;
  width: 100%;
  position: relative;
}

body .hero-wrapper .hero-text {
  width: 70%;
  padding: 150px 150px;
}

@media screen and (max-width: 1200px) {
  body .hero-wrapper .hero-text {
    width: 100%;
    padding: 200px 150px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
  body .hero-wrapper .hero-text {
    padding: 150px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) and (max-width: 600px) {
  body .hero-wrapper .hero-text {
    padding: 150px 10px;
  }
}

body .hero-wrapper .hero-text .hero-title {
  color: #fff;
  font-weight: 300;
  font-size: 2.7rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  body .hero-wrapper .hero-text .hero-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  body .hero-wrapper .hero-text .hero-title {
    font-size: 2rem;
  }
}

body .hero-wrapper .hero-text .hero-title span {
  font-weight: 600;
}

body .hero-wrapper .hero-text .hero-info {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body .hero-wrapper .hero-text .hero-info {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  body .hero-wrapper .hero-text .hero-info {
    font-size: 1.3rem;
  }
}

body .hero-wrapper .hero-text .apply-link {
  text-decoration: none;
  color: #fff;
  background-color: #659f0e;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35%;
  letter-spacing: 1px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  body .hero-wrapper .hero-text .apply-link {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  body .hero-wrapper .hero-text .apply-link {
    padding: 15px 20px;
    font-size: 1rem;
    width: 60%;
    margin: 100px 62px;
  }
}

body .hero-wrapper .arrow-down-icon {
  position: absolute;
  left: 47%;
  bottom: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0088a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  body .hero-wrapper .arrow-down-icon {
    left: 45%;
  }
}

body .hero-wrapper .arrow-down-icon svg {
  fill: white;
  width: 100%;
  height: 100%;
}

body .news-wrapper {
  padding: 5em 5em;
}

@media screen and (max-width: 768px) {
  body .news-wrapper {
    padding: 5em 1em;
  }
}

@media screen and (max-width: 768px) {
  body .news-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .news-wrapper .row .flex-item {
  width: 45%;
}

@media screen and (max-width: 768px) {
  body .news-wrapper .row .flex-item:first-child {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 1200px) {
  body .news-wrapper .row .flex-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  body .news-wrapper .row .flex-item {
    width: 100%;
  }
}

body .news-wrapper .row .flex-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  body .news-wrapper .row .flex-item img {
    width: 300px;
    height: 100px;
  }
}

body .news-wrapper .row .flex-item .news-info {
  font-size: 1.3rem;
  word-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  body .news-wrapper .row .flex-item .news-info {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  body .news-wrapper .row .flex-item .news-info {
    margin-top: 60px;
  }
}

body .news-wrapper .row .flex-item .news-info span {
  text-decoration: underline;
  -webkit-text-decoration-color: #50a82d;
  text-decoration-color: #50a82d;
}

body .news-wrapper .row .flex-item .news-btn {
  text-decoration: none;
  color: white;
  background-color: #659f0e;
  padding: 20px 60px;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 5px;
}

body .quote-wrapper {
  background-color: whitesmoke;
  text-align: center;
  padding: 100px 0;
}

body .quote-wrapper .Row {
  width: 66%;
}

@media screen and (max-width: 1200px) {
  body .quote-wrapper .Row {
    width: 90%;
  }
}

body .quote-wrapper .Row p {
  font-family: "Patrick Hand", cursive;
  font-size: 2rem;
  line-height: 1.5;
  color: #202020;
}

body .quote-wrapper .Row label {
  color: #202020;
}

body .quote-wrapper .Row label .text-bold {
  font-weight: 400;
  font-size: 1.5rem;
}

body .quote-wrapper .Row label .text-thin {
  font-size: 1rem;
}

body .slide-wrapper {
  background-color: #f5f5f5;
}

body .slide-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}

body .slide-wrapper .overflow-wrapper {
  border: 1px solid #b3a9dc;
}

body .slide-wrapper .overflow-wrapper .overflow-container {
  overflow-x: scroll;
  background-color: #ebe9f0;
}

body .slide-wrapper .overflow-wrapper .overflow-container::-webkit-scrollbar {
  height: 4px;
}

body
  .slide-wrapper
  .overflow-wrapper
  .overflow-container::-webkit-scrollbar-track {
  background-color: lightgrey;
  width: 4px;
}

body
  .slide-wrapper
  .overflow-wrapper
  .overflow-container::-webkit-scrollbar-thumb {
  background-color: #6c5da5;
}

body .slide-wrapper .overflow-wrapper .overflow-container .item-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
}

body .slide-wrapper .overflow-wrapper .overflow-container .item-wrapper .item {
  position: relative;
  width: 300px;
  margin-right: 20px;
}

body
  .slide-wrapper
  .overflow-wrapper
  .overflow-container
  .item-wrapper
  .item
  p {
  margin-top: 20px;
}

body
  .slide-wrapper
  .overflow-wrapper
  .overflow-container
  .item-wrapper
  .item
  div {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 4px 6px 4px -182px white;
  box-shadow: 4px 6px 4px -182px white;
  border-radius: 8px;
  color: #545353;
  font-weight: 300;
  font-size: 1.1rem;
}

body
  .slide-wrapper
  .overflow-wrapper
  .overflow-container
  .item-wrapper
  .item
  div::after {
  content: "";
  width: 35px;
  height: 35px;
  -webkit-clip-path: polygon(8% 28%, 9% 80%, 99% 29%);
  clip-path: polygon(8% 28%, 9% 80%, 99% 29%);
  background-color: #fff;
  position: absolute;
  top: 140px;
  left: 15px;
}

body .slide-wrapper .message-of-thanks {
  background-color: #fff;
}

body .slide-wrapper .message-of-thanks div span {
  color: #7c7979;
}

@media screen and (max-width: 600px) {
  body .slide-wrapper .message-of-thanks div span {
    display: none;
  }
}

body .slide-wrapper .message-of-thanks div span a {
  color: #6c5da5;
  font-weight: 500;
}

body .slide-wrapper .message-of-thanks .message-link {
  text-decoration: none;
  color: #fff;
  background-color: #6c5da5;
  padding: 10px 10px;
  border-radius: 8px;
  font-weight: 500;
}

body .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 150px 0;
}

@media screen and (max-width: 1200px) {
  body .flex-wrapper {
    display: none;
  }
}

body .flex-wrapper .wrapper {
  background-color: #fafafb;
  padding: 20px;
}

body .flex-wrapper .wrapper a {
  width: 330px;
  text-decoration: none;
  color: #fff;
  background-color: #659f0e;
}

@media screen and (max-width: 1200px) {
  body .flex-wrapper .wrapper a {
    width: 500px;
    margin-right: 30px;
  }
}

body .flex-wrapper .wrapper a:hover {
  -webkit-transform: translate3d(0px, 3px, 3px);
  transform: translate3d(0px, 3px, 3px);
}

body .flex-wrapper .wrapper a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .flex-wrapper .wrapper a h5 {
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px;
}

body .flex-wrapper .services-link {
  text-decoration: none;
  color: #659f0e;
  border: 1px solid #659f0e;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px 70px;
  border-radius: 5px;
}

body .flex-wrapper2 {
  display: none;
  padding: 150px 0 70px;
}

@media screen and (max-width: 1200px) {
  body .flex-wrapper2 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body .flex-wrapper2 {
    padding: 150px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  body .flex-wrapper2 .swiper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  body .flex-wrapper2 .swiper {
    margin-bottom: 30px;
  }
}

body .flex-wrapper2 .swiper .wrapper {
  background-color: #fafafb;
}

body .flex-wrapper2 .swiper .wrapper .swiper-button-next {
  color: black;
}

body .flex-wrapper2 .swiper .wrapper a {
  width: 200px;
  text-decoration: none;
  color: #fff;
  background-color: #659f0e;
}

@media screen and (max-width: 1200px) {
  body .flex-wrapper2 .swiper .wrapper a {
    width: 200px;
    margin-right: 20px;
  }
}

body .flex-wrapper2 .swiper .wrapper a:hover {
  -webkit-transform: translate3d(0px, 3px, 3px);
  transform: translate3d(0px, 3px, 3px);
}

body .flex-wrapper2 .swiper .wrapper a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .flex-wrapper2 .swiper .wrapper a h5 {
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px;
}

body .flex-wrapper2 .services-link {
  text-decoration: none;
  color: #659f0e;
  border: 1px solid #659f0e;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px 70px;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  body .flex-wrapper2 .services-link {
    margin-left: 350px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body .flex-wrapper2 .services-link {
    margin-left: 200px;
  }
}

@media screen and (max-width: 600px) {
  body .flex-wrapper2 .services-link {
    margin-left: 60px;
    font-size: 1.2rem;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  body .slider-container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .slider-container .row .slideshow-container {
  height: 450px;
  background-color: white;
  border-radius: 8px;
  position: relative;
  margin: auto;
  -webkit-box-shadow: 2px 2px 2px #d7d6d6;
  box-shadow: 2px 2px 2px #d7d6d6;
}

@media screen and (max-width: 600px) {
  body .slider-container .row .slideshow-container {
    height: 300px;
  }
}

body .slider-container .row .swiper-slide {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body .slider-container .row h5 {
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body .slider-container .row h5 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  body .slider-container .row h5 {
    margin-top: 50px;
  }
}

body .slider-container .row h5 span {
  font-weight: 600;
}

body .slider-container .row .small-text {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body .slider-container .row .small-text {
    font-size: 1.1rem;
  }
}

body .slider-container .row .ms-2 h6 {
  font-size: 1.5rem;
  color: #671e45;
  font-weight: 600;
}

body .slider-container .row .ms-2 p {
  color: #434343;
  line-height: 1.5;
}

body .slider-container .row .ms-2 a {
  color: black;
  letter-spacing: 1px;
}

body .slider-container .row .slide-image {
  width: 50%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 600px) {
  body .slider-container .row .slide-image {
    display: none;
  }
}

body .slider-container .row .service-link1 {
  text-decoration: none;
  color: black;
  border: 1px solid black;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px 70px;
  border-radius: 5px;
  margin-left: 200px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  body .slider-container .row .service-link1 {
    margin-top: 50px;
    font-size: 1.2rem;
    padding: 15px 50px;
    margin-left: 150px;
  }
}

@media screen and (max-width: 768px) {
  body .slider-container .row .service-link1 {
    margin-left: 250px;
  }
}

@media screen and (max-width: 600px) {
  body .slider-container .row .service-link1 {
    margin-left: 100px;
  }
}

body .slider-container .row .service-link2 {
  text-decoration: none;
  color: black;
  border: 1px solid black;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px 70px;
  border-radius: 5px;
  margin-left: 200px;
}

@media screen and (max-width: 1200px) {
  body .slider-container .row .service-link2 {
    margin-top: 50px;
    font-size: 1.2rem;
    padding: 15px 50px;
    margin-left: 150px;
  }
}

@media screen and (max-width: 768px) {
  body .slider-container .row .service-link2 {
    margin-left: 250px;
  }
}

@media screen and (max-width: 600px) {
  body .slider-container .row .service-link2 {
    margin-left: 100px;
  }
}

body .footer {
  background-color: #434343;
  margin-top: 100px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body .footer {
    margin-bottom: 100px;
  }
}

body .footer .row {
  padding: 50px 150px;
  border-bottom: 1px solid #727171;
}

@media screen and (max-width: 768px) {
  body .footer .row {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 768px) {
  body .footer .row .col-md:not(.contact) {
    display: none;
  }
}

body .footer .row .col-md h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

body .footer .row .col-md ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

body .footer .row .col-md ul li {
  margin: 15px 0;
  color: #efe6e6;
}

body .footer .row .col-md ul li a {
  color: #efe6e6;
  text-decoration: none;
  font-size: 0.85rem;
}

body .footer .row .col-md ul li a:hover {
  text-decoration: underline;
}

body .footer .foot {
  color: #efe6e6;
}

@media screen and (max-width: 768px) {
  body .footer .foot {
    padding: 10px 0;
    text-align: center;
  }
}

body .bottom-link {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  color: white;
  text-decoration: none;
  background-color: #659f0e;
  padding: 15px 40px;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  body .bottom-link {
    display: none;
  }
}

body .bottom-link:hover {
  background-color: #390505;
}

body .bottom-section {
  color: white;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  body .bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .bottom-section .bottom-head {
  background-color: black;
  margin: 0;
}

body .bottom-section .span-wrapper span {
  width: 50%;
}

body .bottom-section .span-wrapper span:first-child {
  background-color: #0088a4;
  font-size: 1.2rem;
}

body .bottom-section .span-wrapper span:first-child svg {
  fill: white;
}

body .bottom-section .span-wrapper span:last-child {
  background-color: #50a82d;
  font-size: 1.2rem;
}

body .bottom-section .span-wrapper span:last-child svg {
  fill: white;
}

body .dropdown-content {
  display: none;
  position: absolute;
  top: 30px;
  background-color: #f1f1f1;
  min-width: 350px;
  z-index: 1;
}

body .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

body .dropdown-content a:hover {
  background-color: #ddd;
}

body .dropdown:hover .dropdown-content {
  display: block;
}

body .dropdown:hover .dropbtn {
  cursor: pointer;
}

body .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

body .active {
  background-color: #717171;
}

body .form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 15px -2px #b4b4b4;
  box-shadow: 0 0 15px -2px #b4b4b4;
}

body .form .title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: 600;
}

body .form .input-group {
  float: left;
  width: 100%;
  padding: 12px 10px;
  border: none;
  -webkit-box-shadow: 0 0 15px -2px #b4b4b4;
  box-shadow: 0 0 15px -2px #b4b4b4;
  color: #282625;
  -webkit-appearance: none;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: 400;
}

body .form .custom-select .arrow {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 290%;
  color: #0088a4;
  line-height: 55px;
}

body .form .custom-select select {
  float: left;
  width: 100%;
  padding: 12px 10px;
  border: none;
  -webkit-box-shadow: 0 0 15px -2px #b4b4b4;
  box-shadow: 0 0 15px -2px #b4b4b4;
  color: #282625;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: 400;
  background: transparent;
}

body .form .custom-checkbox .inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
  color: #0081a3;
}

body .form input[type="checkbox"],
body .form input[type="radio"] {
  -webkit-box-shadow: 0 0 15px -2px #b4b4b4;
  box-shadow: 0 0 15px -2px #b4b4b4;
  width: 25px;
  height: 25px;
  padding: 12px 10px;
}

body .form .btn {
  display: inline-block;
  padding: 17px 35px;
  background-color: #50a82d;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: 400;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
}

body .companionship-form {
  -webkit-box-shadow: 0 0 15px -2px #b4b4b4;
  box-shadow: 0 0 15px -2px #b4b4b4;
}

body .expertise-wrapper {
  background: url("https://hci-aws-media.s3-accelerate.amazonaws.com/2020/02/Sue-Binks-and-client-Phyllis-1.jpg")
    no-repeat #c6c3c3;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper {
    height: 60vh;
  }
}

body .expertise-wrapper .header {
  position: relative;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header {
    height: 80px;
    border-bottom: 1px solid #706e6d;
  }
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .header {
    border: none;
  }
}

body .expertise-wrapper .header.sticky {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header.sticky {
    background-color: transparent;
    position: relative;
  }
}

body .expertise-wrapper .header.sticky nav .dropdown a {
  color: red;
}

body .expertise-wrapper .header .mobile-logo {
  display: none;
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .header .mobile-logo {
    height: 80px;
    background-color: white;
    border-radius: 0% 100% 35% 65% / 100% 0% 100% 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .expertise-wrapper .header .mobile-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body .expertise-wrapper .header .mobile-logo img {
    width: 200px;
  }
}

body .expertise-wrapper .header .logo-link {
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header .logo-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .header .logo-link {
    display: none;
  }
}

body .expertise-wrapper .header .logo-link img {
  height: 145px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

body .expertise-wrapper .header .search-wrapper {
  border-radius: 10px;
  margin: 26px 0 0;
}

body .expertise-wrapper .header .search-wrapper .material-icons {
  display: none;
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .header .search-wrapper .material-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    color: white;
    margin-right: 10px;
    font-weight: 600;
  }
}

body .expertise-wrapper .header .search-wrapper .search {
  position: relative;
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .header .search-wrapper .search {
    display: none;
  }
}

body .expertise-wrapper .header .search-wrapper .search input {
  border: none;
  outline: none;
  padding: 8px 40px;
  border-radius: 5px;
}

body
  .expertise-wrapper
  .header
  .search-wrapper
  .search
  input::-webkit-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body
  .expertise-wrapper
  .header
  .search-wrapper
  .search
  input:-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body
  .expertise-wrapper
  .header
  .search-wrapper
  .search
  input::-ms-input-placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .expertise-wrapper .header .search-wrapper .search input::placeholder {
  color: #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

body .expertise-wrapper .header .search-wrapper .search .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body .expertise-wrapper .header .search-wrapper .text1 {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  color: white;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header .search-wrapper .text1 {
    display: none;
  }
}

body .expertise-wrapper .header .search-wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header .search-wrapper .hamburger {
    display: block;
  }
}

body .expertise-wrapper .header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #706e6d;
  border-bottom: 1px solid #706e6d;
  padding-left: 150px;
}

@media screen and (max-width: 1200px) {
  body .expertise-wrapper .header nav {
    display: none;
  }
}

body .expertise-wrapper .header nav .lists {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .expertise-wrapper .header nav .lists .list-item .dropdown {
  position: relative;
  display: inline-block;
}

body .expertise-wrapper .header nav .lists .list-item .dropdown a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
}

body
  .expertise-wrapper
  .header
  nav
  .lists
  .list-item
  .dropdown
  .dropdown-content
  a {
  color: #000;
}

body .expertise-wrapper .header nav .nav-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #659f0e;
  padding: 17px 20px;
  width: 10%;
}

body .expertise-wrapper .home-care-text {
  font-size: 4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 120px 0;
}

@media screen and (max-width: 768px) {
  body .expertise-wrapper .home-care-text {
    font-size: 2rem;
  }
}

body .expertise-text-container {
  position: relative;
}

body .expertise-text-container .arrow-down-icon {
  position: absolute;
  left: 47%;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  body .expertise-text-container .arrow-down-icon {
    left: 43%;
  }
}

body .expertise-text-container .arrow-down-icon svg {
  fill: #434343;
  width: 100%;
  height: 100%;
}

body .expertise-text-container .expertise-text {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

body .expertise-text-container .text-head {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 2px;
}

body .expertise-text-container p {
  font-size: 1.2rem;
}

body .expertise-text-container p a {
  -webkit-text-decoration-color: #659f0e;
  text-decoration-color: #659f0e;
  color: black;
}

body .expertise-text-container .lists {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

body .expertise-text-container .lists li a {
  -webkit-text-decoration-color: #659f0e;
  text-decoration-color: #659f0e;
  color: black;
}

body .accordion-button:not(.collapsed) {
  background: #50a82d;
  color: white;
}

body .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body .accordion-button::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*# sourceMappingURL=style.css.map */
