body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.body {
  justify-content: space-between;
  margin: 0 20px;
  font-family: Quicksand, sans-serif;
  display: block;
}

.nav-bar-menu {
  display: block;
}

.container {
  max-width: 1232px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(193, 166, 235, .33), #fff);
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.nav-bar-top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.brand {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.brand.w--current {
  margin-left: 10px;
}

.image {
  margin-top: 10px;
}

.text-block {
  margin-top: -30px;
}

.mda-logo-text {
  color: #82d2d4;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #c1c3c7;
  margin-top: -30px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.mda-logo {
  margin-top: 10px;
}

.home-care-text {
  color: #ff64c5;
  margin-top: 15px;
  font-family: Dancing Script, sans-serif;
  font-size: 24px;
}

.text-block-2 {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 60px;
  margin-left: 500px;
  display: flex;
}

.call-us {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-right: 40px;
  font-size: 16px;
  display: flex;
}

.phone-number {
  color: #aa7aac;
  margin-left: 10px;
  text-decoration: none;
  transition: color .275s;
}

.phone-number:hover {
  color: #82d2d4;
}

.image-2 {
  margin-right: 10px;
}

.nav-menu {
  width: 563px;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  margin: 0 178px -25px auto;
  padding-top: 0;
  display: block;
}

.nav-link {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  transition: all .325s;
}

.nav-link:hover {
  outline-offset: 0px;
  color: #82d2d4;
  white-space: normal;
  outline: 3px #222;
  font-weight: 400;
}

a.nav-link.w--current {
  color: rgba(130, 210, 212, .93);
  border: 1px #df9fb7;
  border-bottom: 3px solid rgba(255, 100, 197, .75) !important;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2, .nav-link-3 {
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
}

.nav-link-4 {
  background-color: rgba(204, 183, 236, 0);
  font-family: Quicksand, sans-serif;
}

.booking-button {
  width: auto;
  background-color: rgba(150, 88, 242, 0);
  justify-content: space-around;
  display: inline;
}

.button {
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  background-color: rgba(150, 88, 242, .49);
  border: 1px solid #82d2d4;
  border-radius: 4px;
  margin-top: 15px;
  padding: 5px 10px;
  font-family: Quicksand, sans-serif;
  transition: color .3s, background-color .35s;
}

.button:hover {
  color: rgba(25, 24, 24, .79);
  background-color: rgba(130, 210, 212, .6);
  border: 1px solid #df9fb7;
}

.button.w--current {
  outline-offset: 0px;
  color: #333232;
  background-color: rgba(130, 210, 212, .6);
  border: 1px solid #df9fb7;
  outline: 3px #fff;
  font-family: Quicksand, sans-serif;
}

.footer-block {
  margin-top: auto;
}

.main-body {
  margin-top: 40px;
  margin-bottom: 90px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .6;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.footer-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(.47deg, rgba(150, 88, 242, .5), rgba(150, 88, 242, 0));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.f2wf-columns {
  margin-top: -93px;
}

.column {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo {
  width: 92px;
  height: 32px;
  min-height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btm-logo {
  width: 82px;
  height: 87px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text {
  border-style: solid;
  border-width: undefinedpx;
  color: #82d2d4;
  text-align: center;
  text-shadow: 0 0 #000;
  border-color: rgba(115, 115, 115, .27);
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.small-columns {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.column-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-2 {
  opacity: .5;
  color: #212121;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-left {
  color: #212121;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-left:hover {
  color: #363131;
}

.link--left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #212121;
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.copyright {
  width: auto;
  max-width: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: -40px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Quicksand, sans-serif;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cpywrite {
  clear: left;
  color: #333;
  text-align: left;
  object-fit: contain;
  align-self: flex-end;
  font-size: 8px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-1 {
  color: #212121;
  text-align: right;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.hero {
  margin-top: -3px;
  margin-left: 24px;
  display: flex;
}

.image-3 {
  margin-top: -60px;
}

.image-4 {
  margin-top: -9px;
}

.circle {
  z-index: 7;
  object-fit: fill;
  background-image: url('../images/hero-circle-no-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -141px;
  margin-left: -54px;
  display: none;
  position: relative;
}

.btm-wave {
  margin-top: -119px;
  margin-bottom: auto;
}

.hero-img {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.main-img {
  z-index: 8;
  object-fit: contain;
  border-radius: 8px;
  margin-top: -381px;
  margin-left: 100px;
  display: block;
  position: relative;
  top: -10px;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.heading {
  margin-top: -25px;
  margin-left: 39px;
  padding-right: 10px;
  font-family: EB Garamond, sans-serif;
}

.paragraph {
  margin-top: 17px;
  margin-left: 39px;
  padding-right: 3px;
  font-family: Quicksand, sans-serif;
}

.button-2 {
  text-transform: uppercase;
  background-color: #82d2d4;
  border: 1px solid #df9fb7;
  border-radius: 4px;
  margin-top: 29px;
  margin-left: 39px;
  font-family: Quicksand, sans-serif;
  transition: background-color .3s;
  position: relative;
}

.button-2:hover {
  color: rgba(46, 44, 44, .75);
  background-color: rgba(202, 171, 248, .49);
  border-color: #82d2d4;
}

.flower-top {
  object-fit: contain;
  margin-top: -114px;
  margin-left: 290px;
  display: none;
  position: absolute;
}

.hero-paragraph {
  margin-top: 18px;
}

.flower-left-1 {
  object-fit: contain;
  flex: none;
  margin-top: 8px;
  margin-left: 55px;
  display: none;
  position: absolute;
}

.div-block {
  z-index: 2;
  object-fit: cover;
  display: flex;
  position: static;
}

.flower-left-2 {
  height: auto;
  object-fit: contain;
  margin-top: 156px;
  margin-left: 29px;
  display: none;
  position: absolute;
}

.flower-btm {
  object-fit: contain;
  margin-top: 278px;
  margin-left: 341px;
  display: none;
  position: absolute;
}

.angel-top-appt {
  height: 35px;
  opacity: .44;
  object-fit: contain;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cupid-1 {
  opacity: .32;
  object-fit: contain;
  margin-top: 398px;
  margin-left: -11px;
  position: absolute;
}

.image-5 {
  display: none;
}

.container-home {
  border: 1px solid rgba(211, 138, 138, .1);
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.header-top {
  border: 1px #000;
}

.circle-small, .main-img-small {
  display: none;
}

.circle-div {
  width: 90vh;
  background-image: url('../images/hero-circle-no-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 281px;
}

.main-home-image {
  width: 44vw;
  max-width: 47vw;
  object-fit: contain;
}

.button-mobile {
  display: none;
}

.container-about {
  border: 1px solid rgba(211, 138, 138, .1);
  border-bottom-style: none;
  border-radius: 8px;
  display: block;
}

.main-block {
  margin-top: 40px;
  margin-bottom: 220px;
  margin-right: 10px;
  display: flex;
}

.main-about {
  width: 100%;
  height: 269px;
  max-width: 855px;
  grid-column-gap: 11.07px;
  grid-row-gap: 11.07px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11.07px;
  display: flex;
}

.about-heading {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.column-3 {
  width: 100%;
  height: 308px;
  max-width: 427px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 64px;
  display: flex;
}

.mda-angel-care-llc-home-health-agency-is-a-full-service-home-health-agency-that-focuses-on-providing-high-quality-care-to-our-clients-in-a-compassionate-comfortable-and-supportive-environment-our-team-of-experienced-and-qualified-professionals-are-committed-to-providing-the-best-possible-care-for-our-clients-whether-they-are-needing-short-term-or-long-term-care-mda-offers-a-full-range-of-services-including-home-health-care-hospice-care-personal-care-and-assistance-with-activities-of-daily-living-we-believe-that-our-clients-needs-should-be-our-top-priority-and-we-are-dedicated-to-providing-the-highest-quality-care-possible-we-work-closely-with-our-clients-doctors-and-other-care-providers-to-ensure-that-their-needs-are-always-met-we-also-offer-a-variety-of-services-to-make-life-easier-for-our-clients-including-transportation-insurance-coordination-and-home-care-equipment-and-supplies-if-you-are-looking-for-a-trusted-home-health-care-agency-that-can-provide-you-with-the-care-you-need-contact-mda-angel-care-home-health-agency-today {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.image-wrapper {
  width: 100%;
  height: 312px;
  max-width: 499px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
}

.heading-2 {
  width: auto;
  max-width: none;
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 20px;
  margin-left: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.office-image {
  object-fit: contain;
  margin-top: 40px;
  position: relative;
}

.body-2 {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.landscape-office {
  display: none;
}

.footer-blcok {
  margin-top: auto;
}

.services-main {
  width: 100%;
  height: 54px;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 637px;
  padding: 10px;
  display: block;
}

.about-heading-2 {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.features-desktop {
  width: 100%;
  height: 456px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.columns-2 {
  width: 100%;
  height: 446px;
  max-width: 936px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.f2wf-columns-2 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
}

.column-4 {
  width: 100%;
  max-width: 325px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 325px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 20px;
  display: flex;
}

.intro {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 150%;
}

.description {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.column-5 {
  width: 100%;
  max-width: 555px;
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.feature {
  width: 105px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  transition: transform .4s;
  display: flex;
  transform: perspective(214px);
}

.feature:hover {
  transform: scale(1.1)perspective(214px);
}

.image-wrapper-2 {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  border: 1px solid #aa7aac;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: perspective(369px);
}

.image-wrapper-2:hover {
  transform: perspective(369px);
}

.care-images {
  width: 78px;
  height: 78px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border: 0 rgba(170, 122, 172, .51);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.respite-care {
  width: 8vw;
  color: #000;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.description-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.image-wrapper-3 {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-2 {
  width: 105px;
  height: 284px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-7 {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border: 0 rgba(170, 122, 172, .51);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-3 {
  width: 105px;
  height: 413px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.section-2 {
  grid-column-gap: -20px;
  grid-row-gap: -20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 10px;
  display: flex;
}

.services {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
}

.container--services {
  border: 1px solid rgba(211, 138, 138, .1);
  border-bottom-style: none;
  border-radius: 8px;
}

.paragraph-desc {
  font-family: Quicksand, sans-serif;
}

.paragraph-3 {
  font-family: Quicksand, sans-serif;
  display: none;
}

.features-all {
  display: none;
}

.heading-4 {
  font-family: Quicksand, sans-serif;
  display: none;
}

.footer-services {
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
}

.main-calendar {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.body-6 {
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.container-appointment {
  max-width: none;
  border: 1px solid rgba(211, 138, 138, .1);
  border-bottom-style: none;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  align-self: auto;
  display: block;
}

.heading-5 {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  padding-bottom: 10px;
}

.body-7 {
  margin-left: 20px;
  margin-right: 20px;
}

.form {
  background-color: rgba(130, 210, 212, 0);
  border: 1px solid #000;
  margin: 40px 140px;
}

.text-field {
  width: 15vw;
  opacity: .22;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111011;
  font-family: Quicksand, sans-serif;
}

.text-field:focus {
  opacity: 1;
  color: #252525;
  background-color: rgba(202, 171, 248, .1);
  border-style: solid;
  border-color: rgba(99, 201, 109, .37);
  font-family: Quicksand, sans-serif;
}

.text-field-2 {
  width: 15vw;
  font-family: Quicksand, sans-serif;
}

.text-field-2:focus {
  background-color: rgba(202, 171, 248, .08);
  border: 1px solid rgba(78, 162, 100, .55);
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Quicksand, sans-serif;
}

.textarea {
  width: 40vw;
  height: 500px;
  min-height: 200px;
  font-family: Quicksand, sans-serif;
}

.textarea:focus {
  background-color: rgba(202, 171, 248, .1);
  border: 1px solid #419b50;
}

.text-field-3 {
  width: 40vw;
  font-family: Quicksand, sans-serif;
}

.text-field-3:focus {
  background-color: rgba(202, 171, 248, .1);
  border: 1px solid rgba(75, 158, 92, .57);
}

.success-message {
  background-color: rgba(255, 255, 255, 0);
}

.text-block-3 {
  font-family: Quicksand, sans-serif;
}

.form-2 {
  background-color: #fffcfc;
  margin-bottom: 86px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-contact {
  border: 1px solid rgba(211, 138, 138, .1);
  border-bottom-style: none;
  border-radius: 8px;
}

.main-section:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 485px;
  transform: none;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.heading-6 {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  padding-bottom: 10px;
}

.submit-button {
  background-color: #82d2d4;
  transition: color .325s, background-color .3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.submit-button:hover {
  color: #696060;
  background-color: rgba(150, 88, 242, .56);
  border: 1px solid #82d2d4;
}

.angel-wings {
  z-index: -9;
  width: 100vw;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  margin-right: 220px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pipe {
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-4 {
  height: auto;
  color: rgba(180, 171, 171, .41);
  flex-flow: column wrap;
  margin-left: 10px;
  margin-right: 30px;
  font-size: 21px;
  display: inline;
}

.link {
  color: #444141;
  font-family: Quicksand, sans-serif;
  transition: text-shadow .35s;
}

.link:hover {
  color: #249da0;
  text-shadow: 0 7px 6px #251a1a;
}

.paragraph-4 {
  margin: 20px auto auto;
  display: block;
}

.paragraph-block {
  justify-content: center;
  display: flex;
}

.select-field {
  width: 493px;
  background-color: rgba(255, 252, 252, 0);
  border: 1px solid rgba(156, 162, 156, .44);
}

.select-field:focus {
  background-color: rgba(202, 171, 248, .1);
  border-color: rgba(77, 165, 74, .44);
}

.main-img-block {
  margin-top: 0;
  margin-bottom: 120px;
}

.angel-layer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .body {
    max-width: 1220px;
    flex-direction: column;
    display: block;
  }

  .container {
    width: auto;
    background-image: none;
  }

  .nav-menu {
    width: auto;
    margin-left: auto;
    margin-right: 330px;
    padding-right: 0;
    display: block;
  }

  .main-img {
    margin-top: -42px;
    margin-left: 91px;
    top: -317px;
    left: 0%;
  }

  .flower-top {
    margin-top: -105px;
    margin-left: 340px;
  }

  .flower-left-1 {
    margin-top: 10px;
    margin-left: 46px;
  }

  .flower-left-2 {
    margin-left: 29px;
  }

  .flower-btm {
    margin-top: 264px;
  }

  .angel-top-appt {
    align-self: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .cupid-1 {
    margin-top: 395px;
    margin-bottom: auto;
  }

  .container-home {
    max-width: 1220px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    background-image: linear-gradient(#c1a6eb, #fff);
  }

  .main-home-image {
    width: 39vw;
    position: relative;
  }

  .container-about {
    max-width: 1220px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .features-desktop {
    width: 88vw;
    margin-bottom: 1px;
    display: none;
  }

  .f2wf-columns-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .description {
    padding: 5px;
  }

  .feature:hover {
    transform: scale3d(1none, 1none, 1none) perspective(214px);
  }

  .care-images {
    width: 124px;
  }

  .container--services {
    max-width: 1220px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-3 {
    display: block;
  }

  .features-all {
    justify-content: space-between;
    margin-left: 140px;
    margin-right: 140px;
    display: flex;
  }

  .heading-4 {
    display: block;
  }

  .container-appointment {
    max-width: 1220px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form {
    background-color: rgba(130, 210, 212, 0);
    border-style: none;
  }

  .text-field, .text-field-2 {
    width: 24vw;
  }

  .textarea {
    width: 60vw;
    height: auto;
  }

  .text-field-3 {
    width: 44vw;
  }

  .success-message {
    background-color: rgba(130, 210, 212, .14);
    border: 1px solid #000;
  }

  .form-2 {
    border: 1px solid #000;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-block {
    background-color: #f7f4f4;
    margin-bottom: 140px;
  }

  .container-contact {
    max-width: 1220px;
    flex-direction: column;
    justify-content: space-between;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-6 {
    margin-left: 20px;
  }

  .angel-layer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    top: 4%;
    bottom: 0%;
    left: 579px;
    right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    border-bottom: 0 #000;
    flex-direction: column;
    display: block;
  }

  .main-img {
    margin-top: -41px;
    margin-left: 90px;
    top: -278px;
    left: -2%;
  }

  .flower-top {
    margin-top: -105px;
    margin-left: 336px;
  }

  .flower-left-1 {
    margin-top: 19px;
    margin-left: 45px;
  }

  .flower-left-2 {
    margin-top: 174px;
    margin-left: 37px;
  }

  .flower-btm {
    margin-top: 267px;
  }

  .angel-top-appt {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .cupid-1 {
    margin-top: 356px;
    margin-left: -59px;
  }

  .container-home {
    border-bottom-width: 0;
  }

  .main-home-image {
    width: 31vw;
    position: relative;
  }

  .container-about {
    max-width: 1220px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .features-desktop {
    width: 84vw;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .f2wf-columns-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .description {
    padding-top: 0;
  }

  .image-wrapper-2 {
    width: 124px;
    height: 124px;
  }

  .care-images {
    width: 122px;
    height: 122px;
    border-radius: 5px;
  }

  .image-wrapper-3, .image-7 {
    width: 124px;
    height: 124px;
  }

  .container--services {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .features-all {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    display: flex;
  }

  .container-appointment {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .textarea {
    width: 42vw;
  }

  .text-field-3 {
    width: 40vw;
  }

  .form-2 {
    margin-bottom: 200px;
  }

  .container-contact {
    max-width: 1220px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .angel-layer {
    margin-top: 0;
    top: 26%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    flex-direction: column;
  }

  .body {
    max-width: 1440px;
    flex-direction: row;
    display: block;
  }

  .nav-menu {
    margin-right: 249px;
  }

  .circle {
    max-width: 100%;
  }

  .btm-wave {
    height: auto;
    margin-top: -162px;
    margin-bottom: auto;
  }

  .main-img {
    margin-top: -35px;
    top: -428px;
    left: 4%;
  }

  .flower-top {
    margin-top: -100px;
    margin-left: 348px;
  }

  .flower-left-1 {
    margin-top: 19px;
    margin-left: 43px;
  }

  .flower-left-2 {
    margin-top: 188px;
    margin-left: 43px;
  }

  .flower-btm {
    margin-top: 273px;
  }

  .angel-top-appt {
    margin-top: 0;
    margin-left: auto;
    top: auto;
  }

  .cupid-1 {
    margin-top: 506px;
  }

  .container-home {
    max-width: 1440px;
  }

  .main-home-image {
    width: 33vw;
  }

  .container-about {
    max-width: 1440px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .body-2 {
    max-width: none;
  }

  .services-main {
    max-width: 100%;
    margin-bottom: 718px;
  }

  .features-desktop {
    width: auto;
    display: none;
  }

  .f2wf-columns-2 {
    max-width: 1039px;
  }

  .description {
    width: 7vw;
    padding-top: 0;
  }

  .services {
    justify-content: flex-start;
    display: flex;
  }

  .container--services {
    max-width: 1440px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-desc {
    font-family: Quicksand, sans-serif;
    line-height: 150%;
  }

  .paragraph-3 {
    font-family: Quicksand, sans-serif;
  }

  .features-all {
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-4 {
    font-family: Quicksand, sans-serif;
  }

  .container-appointment {
    max-width: 1440px;
    align-self: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form {
    height: 700px;
    margin-bottom: 200px;
  }

  .textarea {
    width: 41vw;
  }

  .text-field-3 {
    width: 25vw;
  }

  .container-contact {
    max-width: 1440px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .angle {
    z-index: -1;
    opacity: .21;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .select-field {
    width: 481px;
  }

  .angel-layer {
    top: 19%;
    left: 710px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 991px;
    border: 1px #000;
    margin-left: 0;
    margin-right: 0;
  }

  .call-us {
    font-size: 16px;
  }

  .nav-menu {
    background-color: rgba(225, 218, 235, .98);
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    background-color: rgba(230, 224, 237, 0);
    border-bottom: 1px #000;
    font-size: 22px;
    font-weight: 600;
  }

  .nav-link.w--current {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 100, 197, .4);
  }

  .button {
    display: none;
  }

  .main-body {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .column, .content {
    align-items: center;
  }

  .text-2 {
    text-transform: uppercase;
  }

  .footer-links {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
  }

  .link-left {
    font-size: 12px;
  }

  .bottom-wave {
    margin-top: 0;
    display: block;
  }

  .hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -109px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    max-height: 100%;
    min-height: 32vh;
    min-width: 12vw;
    margin-top: 87px;
    display: none;
    position: relative;
  }

  .btm-wave {
    margin-top: auto;
  }

  .hero-img {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin: 362px auto 0;
    padding-bottom: 0;
    display: flex;
  }

  .main-img {
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    display: none;
    position: absolute;
  }

  .heading {
    margin-top: 124px;
    margin-bottom: -335px;
  }

  .paragraph {
    margin-top: 370px;
  }

  .flower-top {
    margin-top: 1px;
    margin-left: 140px;
  }

  .hero-paragraph {
    height: 35vh;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: -53px;
    margin-bottom: auto;
    display: flex;
  }

  .flower-left-1 {
    margin-top: -194px;
    margin-left: -393px;
    position: -webkit-sticky;
    position: sticky;
  }

  .flower-left-2 {
    margin-top: -154px;
    margin-left: -401px;
    position: relative;
  }

  .flower-btm {
    margin-top: 0;
    margin-left: 112px;
    position: relative;
    top: 0%;
    bottom: -27px;
    left: 7%;
    right: 0%;
  }

  .angel-top-appt {
    align-self: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cupid-1 {
    margin-top: 58px;
    margin-left: -384px;
  }

  .container-home {
    max-width: 991px;
    flex-direction: column;
    display: flex;
  }

  .navbar {
    font-family: Georgia, Times, Times New Roman, serif;
    position: relative;
  }

  .circle-small {
    width: 48vw;
    max-width: 100vw;
    margin: auto;
    display: block;
  }

  .main-img-small {
    width: 37vw;
    max-width: 100vw;
    margin: auto;
    display: block;
    position: absolute;
    top: 34%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .circle-div {
    display: none;
  }

  .main-home-image {
    z-index: 1;
    width: 52vw;
    max-width: 65vw;
    margin-top: -294px;
    margin-left: 10px;
    position: relative;
  }

  .menu-button {
    background-color: rgba(233, 228, 240, 0);
  }

  .menu-button.w--open {
    background-color: rgba(233, 228, 240, .91);
  }

  .icon {
    outline-offset: 0px;
    outline: 1px solid #333;
  }

  .button-mobile {
    width: auto;
    text-transform: uppercase;
    background-color: rgba(150, 88, 242, .49);
    border: 2px solid rgba(69, 105, 106, .37);
    border-radius: 8px;
    justify-content: space-around;
    margin-top: 10px;
    margin-left: 220px;
    margin-right: 220px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .button-mobile.w--current {
    display: none;
  }

  .main-block {
    margin-top: 10px;
  }

  .office-image {
    object-fit: contain;
    position: relative;
  }

  .landscape-office {
    display: none;
  }

  .body-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-main {
    margin-top: 0;
    margin-bottom: 770px;
  }

  .features-desktop {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
    margin-top: -62px;
  }

  .column-4 {
    max-width: 220px;
  }

  .content-2 {
    align-self: flex-start;
    margin-top: -113px;
    margin-left: -206px;
  }

  .intro {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .title {
    display: none;
  }

  .description {
    width: 13vw;
    margin-top: -25px;
  }

  .column-5 {
    margin-top: -58px;
  }

  .image-wrapper-2 {
    width: 124px;
    height: 124px;
  }

  .care-images {
    width: 122px;
    height: 122px;
    border-radius: 4px;
  }

  .respite-care {
    width: 15vw;
    font-size: 16px;
  }

  .image-wrapper-3, .image-7 {
    width: 124px;
    height: 124px;
  }

  .paragraph-desc {
    width: 100vw;
    max-width: 72vw;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    font-family: Quicksand, sans-serif;
    display: none;
  }

  .paragraph-3 {
    font-family: Quicksand, sans-serif;
    display: block;
  }

  .features-all {
    display: none;
  }

  .heading-4 {
    font-family: Quicksand, sans-serif;
    display: block;
  }

  .text-field {
    width: 30vw;
  }

  .text-field:focus {
    background-color: rgba(208, 137, 246, .05);
    border: 1px solid rgba(90, 221, 81, .24);
  }

  .text-field-2 {
    width: 30vw;
  }

  .text-field-2:focus {
    background-color: rgba(208, 137, 246, .05);
    border: 1px solid rgba(90, 221, 81, .24);
  }

  .textarea {
    height: auto;
    border: 1px solid rgba(129, 134, 129, .24);
  }

  .textarea:focus {
    background-color: rgba(208, 137, 246, .05);
    border-color: rgba(62, 199, 52, .45);
  }

  .text-field-3 {
    background-color: rgba(208, 137, 246, 0);
  }

  .text-field-3:focus {
    background-color: rgba(208, 137, 246, .05);
    border: 1px solid rgba(90, 221, 81, .24);
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .select-field {
    width: 307px;
  }

  .select-field:focus {
    background-color: rgba(95, 168, 110, .1);
  }

  .angel-layer {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex-wrap: wrap;
  }

  .nav-bar-menu {
    z-index: -1;
    position: static;
  }

  .container {
    z-index: 5;
    position: relative;
  }

  .call-us {
    font-size: 14px;
  }

  .nav-menu {
    z-index: 1;
  }

  .nav-link {
    font-size: 22px;
  }

  .footer {
    margin-top: auto;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .wave {
    z-index: -2;
    position: relative;
  }

  .hero {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 368px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .circle {
    margin-top: -66px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    align-self: auto;
    margin-top: 0;
    margin-left: auto;
    display: block;
  }

  .main-img {
    margin: auto auto auto 121px;
    padding-top: 0;
    padding-left: 0;
    display: none;
  }

  .heading {
    margin-top: 44px;
    margin-bottom: auto;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .flower-top {
    margin-top: -123px;
    position: fixed;
  }

  .hero-paragraph {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: -63px;
    margin-left: auto;
    margin-right: auto;
  }

  .angel-top-appt {
    display: block;
  }

  .cupid-1 {
    margin-top: -71px;
    margin-left: -452px;
  }

  .header-top {
    z-index: -1;
    width: auto;
    max-width: 767px;
    position: relative;
  }

  .header-block {
    width: 95vw;
    justify-content: space-between;
    display: flex;
  }

  .main-img-small {
    position: absolute;
    top: 334px;
  }

  .circle-div {
    margin-top: 336px;
  }

  .main-home-image {
    z-index: -2;
    width: 69vw;
    max-width: 74vw;
    margin-top: -478px;
    margin-left: 65px;
    margin-right: auto;
  }

  .menu-button {
    z-index: 4;
    float: right;
  }

  .icon {
    float: none;
  }

  .button-mobile {
    width: 38vw;
    max-width: 38vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }

  .main-block {
    flex-direction: column;
  }

  .office-image {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .landscape-office {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-blcok {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: block;
  }

  .services-main {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    display: block;
  }

  .features-desktop {
    width: auto;
    height: auto;
    object-fit: fill;
    flex-flow: column wrap;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: static;
    top: -17%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .f2wf-columns-2 {
    height: auto;
    flex-wrap: nowrap;
    margin-top: 731px;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .column-4 {
    height: auto;
    margin-top: auto;
  }

  .content-2 {
    margin-top: auto;
    margin-left: -168px;
    margin-right: auto;
  }

  .description {
    width: 25vw;
    max-width: 21vw;
    margin-left: 0;
  }

  .column-5 {
    width: 80vw;
    height: auto;
    max-width: 100vw;
    flex-flow: wrap;
    margin: auto 0 -202px 60px;
  }

  .feature {
    height: auto;
    margin-left: 10px;
  }

  .image-wrapper-2 {
    width: 124px;
    height: 124px;
  }

  .care-images {
    width: 122px;
    height: 122px;
    border-radius: 4px;
  }

  .respite-care {
    width: 25vw;
  }

  .image-wrapper-3, .image-7 {
    width: 124px;
    height: 124px;
  }

  .body-4 {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .paragraph-3 {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
  }

  .services-offered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .body-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-all {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-services {
    width: 95vw;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    margin-left: 66px;
    margin-right: 66px;
  }

  .text-field, .text-field-2 {
    width: 30vw;
  }

  .textarea {
    width: 60vw;
    height: 500px;
    max-width: 70vw;
    min-height: 200px;
    min-width: 60px;
    border-color: rgba(109, 116, 108, .24);
  }

  .textarea:focus {
    border-color: rgba(63, 180, 55, .24);
  }

  .text-field-3 {
    width: 30vw;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .select-field {
    width: 170px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 479px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-bar-top {
    max-width: none;
  }

  .brand {
    width: 40vw;
    text-align: center;
  }

  .call-us {
    flex-direction: row;
    margin-left: 10px;
    font-size: 14px;
  }

  .phone-number {
    font-size: 11px;
  }

  .image-2 {
    width: 7vw;
  }

  .nav-menu {
    z-index: 3;
    height: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    font-size: 22px;
    font-weight: 600;
  }

  .footer-block {
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-body {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    width: 100%;
    max-width: 479px;
    flex-direction: column;
    margin: auto auto 0;
  }

  .logo {
    opacity: .3;
  }

  .btm-logo {
    opacity: 1;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-left {
    text-decoration: none;
  }

  .top-wave {
    width: auto;
    max-width: 479px;
  }

  .wave {
    margin-top: -28px;
  }

  .bottom-wave {
    margin-top: 134px;
    margin-bottom: auto;
  }

  .hero {
    width: auto;
    margin-top: 10px;
  }

  .btm-wave {
    margin-top: auto;
  }

  .hero-img {
    margin-top: 262px;
    margin-bottom: auto;
  }

  .heading {
    margin: auto 0;
    display: inline;
  }

  .paragraph {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-paragraph {
    width: auto;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .angel-top-appt {
    max-width: none;
    opacity: .42;
    margin-top: -60px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .cupid-1 {
    margin-top: -96px;
    margin-left: auto;
    position: relative;
  }

  .container-home {
    max-width: 479px;
    flex: 1;
  }

  .header-top {
    z-index: -1;
    width: auto;
    max-width: none;
    min-width: auto;
    position: relative;
  }

  .navbar {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .circle-small {
    width: 92vw;
  }

  .main-img-small {
    width: 96vw;
  }

  .main-home-image {
    z-index: -2;
    width: 93vw;
    max-width: 101vw;
    margin-top: -363px;
    margin-left: 10px;
    margin-right: auto;
  }

  .menu-button {
    font-weight: 700;
  }

  .button-mobile {
    width: 56vw;
    max-width: 56vw;
    text-align: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-mobile.w--current {
    border-bottom-style: solid;
    display: none;
  }

  .main-block {
    margin-bottom: 60px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .office-image {
    display: none;
  }

  .landscape-office {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .services-main {
    width: 87vw;
    max-width: none;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .description {
    width: 90vw;
    max-width: 36vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .feature {
    width: auto;
  }

  .care-images {
    width: 122px;
    height: 122px;
    max-width: none;
    border-style: solid;
    border-radius: 4px;
  }

  .section {
    width: auto;
    max-width: 257px;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .respite-care {
    width: 39vw;
  }

  .description-2 {
    width: auto;
    align-items: center;
  }

  .services {
    margin-right: 10px;
    display: block;
  }

  .container--services {
    max-width: none;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    display: block;
  }

  .paragraph-3 {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-all {
    width: 64vw;
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .main-calendar {
    margin-bottom: 20px;
  }

  .container-appointment {
    flex: 1;
  }

  .heading-5 {
    display: block;
  }

  .form {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-field {
    width: 70vw;
    max-width: none;
  }

  .text-field-2 {
    width: 70vw;
  }

  .textarea {
    width: 80vw;
    height: 500px;
    max-width: 80vw;
    min-height: 200px;
    border-color: rgba(92, 99, 92, .24);
  }

  .textarea:focus {
    border-color: rgba(108, 218, 101, .24);
  }

  .text-field-3 {
    width: 70vw;
    background-color: rgba(0, 0, 0, 0);
  }

  .form-2 {
    padding-right: 0;
  }

  .container-contact {
    flex: 1;
  }

  .footer-section {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .header-sections {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .main-section {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .html-embed {
    margin-bottom: 10px;
  }

  .heading-6 {
    border: 1px #000;
    border-bottom-style: solid;
    margin-left: 10px;
  }

  .submit-button {
    background-color: #82d2d4;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .link {
    transition: color .3s;
  }

  .paragraph-4 {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: block;
  }

  .angel-layer {
    flex-wrap: nowrap;
    margin-top: -144px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_672ae534-55ce-051f-7284-8ec5e9177ca6-23c86abe, #w-node-faf5628a-dd1c-a1c4-2c5c-0642e48d07e8-23c86abe, #w-node-fa36fbfb-1210-f9ab-e132-4a8c62f4e241-23c86abe, #w-node-_3fd99fa1-7a24-60dd-ed2f-06e211e7d303-23c86abe {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_672ae534-55ce-051f-7284-8ec5e9177ca6-23c86abe, #w-node-faf5628a-dd1c-a1c4-2c5c-0642e48d07e8-23c86abe, #w-node-fa36fbfb-1210-f9ab-e132-4a8c62f4e241-23c86abe, #w-node-_3fd99fa1-7a24-60dd-ed2f-06e211e7d303-23c86abe {
    justify-self: center;
  }
}


