.cbalink {
  display: none;
}
body {
  margin: 0px auto;
  padding: 0px;
  min-width: 440px;
  max-width: 1440px;
  font-family: 'Maven Pro', sans-serif;
  position: relative;
  box-shadow: 0px 0px 5px;
}
.button {
  width: 274px;
  height: 70px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  outline: none;
  transition: border-radius 1s ease 0s;
  cursor: pointer;
}
.button:active {
  color: #8ae2e2;
}
.button:hover {
  border-radius: 0px;
}
a {
  text-decoration: none;
  user-select: none;
}
a:active {
  color: #ffffff;
}
.logo-2 {
  display: none;
  width: 55px;
  margin-right: 10px;
  margin-top: 20px;
}
.menu-2 {
  display: none;
  position: absolute;
  right: 10px;
  font-size: 16px;
  padding-top: 15px;
}
.menu-2 a:nth-child(3) {
  font-size: 30px;
}
figure {
  margin: 0px;
}
.header_flex_container_1 {
  position: fixed;
  top: 0px;
  padding: 0px 15px 15px;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 30px);
}
.header_flex_container_1 .menu-1 {
  position: absolute;
  right: 10px;
  margin-top: 5px;
  font-size: 16px;
}
.header_flex_container_1 .menu-1 a {
  color: #ffffff;
  margin-left: 30px;
}
.header_flex_container_1 .logo-3 {
  display: none;
}
.header_flex_container_1 .logo-1 {
  width: 260px;
  height: 61px;
  margin-right: 10px;
  margin-top: 20px;
}
.header_flex_container_1 .call_us {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-size: 10px;
  padding: 13px 10px 0px 13px;
  font-stretch: expanded;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  height: 25px;
  min-width: 45px;
}
.header_flex_container_1 .help_center {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-size: 10px;
  padding: 13px 10px 0px 13px;
  font-stretch: expanded;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  height: 25px;
  min-width: 45px;
}
.header_flex_container_2 {
  position: fixed;
  top: 0px;
  padding: 0px 15px 15px;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 30px);
  background-color: #ffffff;
}
.header_flex_container_2 .menu-1 {
  position: absolute;
  right: 10px;
  margin-top: 5px;
  font-size: 16px;
}
.header_flex_container_2 .menu-1 a {
  color: #004d80;
  margin-left: 30px;
}
.header_flex_container_2 .logo-1 {
  display: none;
}
.header_flex_container_2 .logo-3 {
  width: 260px;
  height: 61px;
  margin-right: 2%;
  margin-top: 20px;
}
.header_flex_container_2 .call_us {
  border: 2px solid #004d80;
  border-radius: 5px;
  font-size: 10px;
  padding: 13px 10px 0px 13px;
  font-stretch: expanded;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  height: 25px;
  min-width: 45px;
  color: #004d80;
}
.header_flex_container_2 .help_center {
  border: 2px solid #004d80;
  border-radius: 5px;
  font-size: 10px;
  padding: 13px 10px 0px 13px;
  font-stretch: expanded;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: bold;
  height: 25px;
  min-width: 45px;
  color: #004d80;
}
header {
  padding: 0px 15px 10px 15px;
  color: #ffffff;
  width: calc(100% - 30px);
  position: relative;
}
header .shade,
header .top_1 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
header .top_1 {
  background-image: url(images/top-banner-shade.png);
  z-index: -1;
}
header .shade {
  background-image: url(images/top_1.png);
  z-index: -2;
}
header .main_title_and_SearchButton {
  margin: 180px auto 50px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  line-height: 0em;
}
header .main_title_and_SearchButton .blue_text {
  color: #8ae2e2;
  font-weight: bold;
}
header .main_title_and_SearchButton .search_guardian {
  width: 274px;
  height: 70px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  outline: none;
  transition: border-radius 1s ease 0s;
  cursor: pointer;
  background-color: #ff5151;
  user-select: none;
}
header .main_title_and_SearchButton .search_guardian:active {
  color: #8ae2e2;
}
header .main_title_and_SearchButton .search_guardian:hover {
  border-radius: 0px;
}
header .main_title_h1 {
  color: #8ae2e2;
  font-size: 80px;
}
header .main_title_h2 {
  font-size: 58px;
}
header .main_description {
  font-size: 26px;
  line-height: 1.5em;
}
.block_after_header {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #eff7f7;
}
.block_after_header .blue_underlined_link {
  color: #8ae2e2;
  text-decoration: underline;
}
.professional_categories_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 70px;
}
.professional_categories_blocks {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.professional_categories_blocks .category_block {
  text-align: center;
  margin: 0px 20px 60px;
  flex: 1;
  min-width: 300px;
  max-width: 300px;
}
.professional_categories_blocks .category_block img {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.professional_categories_blocks .category_block img:hover {
  transition: transform 0.5s ease;
  transform: scale(1.1);
}
.professional_categories_blocks .category_block_title {
  display: block;
  height: 60px;
  margin: 25px 0px 0px;
  font-weight: bold;
  font-size: 22px;
}
.professional_categories_blocks .category_block_description {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
}
.Trustees_with_experience img {
  width: 117px;
  height: 115px;
}
.massage img {
  width: 163px;
  height: 115px;
}
.nurses img {
  width: 107px;
  height: 115px;
}
.therapy img {
  width: 122px;
  height: 115px;
}
.banner {
  width: 100%;
  position: relative;
  z-index: -1;
  margin-bottom: -10px;
}
.blue_container {
  background-color: #66cfcf;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 950px;
  width: 100%;
}
.blue_container .steps_title_and_button {
  width: 40%;
}
.blue_container .steps_title_and_button .main_title_h1 {
  font-size: 80px;
  color: #ffffff;
  line-height: 1.3em;
}
.blue_container .steps_title_and_button .search_guardian_2 {
  width: 274px;
  height: 70px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  outline: none;
  transition: border-radius 1s ease 0s;
  cursor: pointer;
  background-color: #66cfcf;
  border: 2px solid #ffffff;
  margin-top: 40px;
}
.blue_container .steps_title_and_button .search_guardian_2:active {
  color: #8ae2e2;
}
.blue_container .steps_title_and_button .search_guardian_2:hover {
  border-radius: 0px;
}
.blue_container .steps {
  position: relative;
  margin-top: 50px;
  height: 600px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
}
.blue_container .steps .step {
  position: relative;
  left: -40px;
  width: 220px;
  font-size: 16px;
  color: white;
  margin: 0px auto;
  text-align: left;
}
.blue_container .steps .step img {
  position: absolute;
  width: 40px;
  right: calc(100% + 10px);
  top: -20%;
}
.blue_container .steps .step .step_title {
  font-weight: bold;
}
.blue_container .steps .step .arrow_center {
  display: none;
}
.blue_container .steps .step:nth-of-type(2n) {
  text-align: right;
  left: 40px;
}
.blue_container .steps .step:nth-of-type(2n) img {
  left: calc(100% + 10px);
  top: -15%;
}
.blue_container .steps .arrow {
  position: absolute;
  width: 240px;
  height: 120px;
  border: 2px solid white;
}
.blue_container .steps .arrow_right::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-width: 6px 16px 6px 0px;
  border-right-color: white;
}
.blue_container .steps .arrow_left::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-width: 6px 0px 6px 16px;
  border-left-color: white;
}
.blue_container .steps .arrow_right {
  left: calc(100% + 10px);
  top: 5px;
  border-radius: 0px 80px 80px 0px;
  clip-path: polygon(0px 1px, 0px 0px, 100% 0px, 100% 100%, 60% 110%);
}
.blue_container .steps .arrow_right_2 {
  height: 120px;
}
.blue_container .steps .arrow_left {
  height: 155px;
  right: calc(100% + 10px);
  top: 5px;
  border-radius: 90px 0px 0px 90px;
  clip-path: polygon(0% 0%, 0% 103%, 112px 103%, 100% 0%);
}
.blue_container .steps .arrow_right::after {
  top: 115px;
  left: 128px;
}
.blue_container .steps .arrow_right_2::after {
  top: 115px;
}
.blue_container .steps .arrow_left::after {
  top: 150px;
  left: 100px;
}
.review_title {
  width: 100%;
  height: 200px;
  padding: auto auto;
  background-color: white;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 200px;
  display: block;
}
.reviews {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.reviews .review {
  width: 410px;
  margin-bottom: 50px;
}
.reviews .review_text {
  position: relative;
}
.reviews .review_text div {
  height: 50px;
  width: 370px;
  text-align: justify;
  padding: 38px 20px 38px 20px;
  margin-bottom: 25px;
}
.reviews .review_text .messagebox {
  background-color: #eff7f7;
}
.reviews .review_text .messagebox::after {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 0;
  height: 0;
  content: "";
  border: 25px solid transparent;
  border-right-color: #eff7f7;
}
.reviews .review .client_info {
  display: flex;
  justify-items: flex-start;
}
.reviews .review .client_info .name_and_status_of_client {
  width: 85%;
  text-align: right;
}
.reviews .review .client_info .name_and_status_of_client div {
  padding-top: 3px;
}
.reviews .review .client_info .client_avatar {
  width: 15%;
  text-align: right;
}
.our_strength {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px 0px 100px 0px;
  background-color: #005173;
  position: relative;
}
.our_strength .our_strength_info {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  width: 40%;
}
.our_strength .our_strength_info .our_strength_text .blue_line {
  width: 50px;
  height: 2px;
  background-color: #8ae2e2;
  margin-top: 40px;
}
.our_strength .our_strength_title_and_button {
  width: 40%;
  position: relative;
  z-index: 1;
}
.our_strength .our_strength_title_and_button .main_title_h1 {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3em;
}
.our_strength .our_strength_title_and_button .search_guardian_3 {
  width: 274px;
  height: 70px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  outline: none;
  transition: border-radius 1s ease 0s;
  cursor: pointer;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin-top: 50px;
}
.our_strength .our_strength_title_and_button .search_guardian_3:active {
  color: #8ae2e2;
}
.our_strength .our_strength_title_and_button .search_guardian_3:hover {
  border-radius: 0px;
}
.our_strength .hearth {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
}
.learn_more {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 0px;
}
.learn_more_container .title_h2 {
  margin-top: 0px;
  font-size: 28px;
}
.learn_more_container .title_h3 {
  font-size: 14px;
  margin-bottom: 30px;
}
.learn_more_container .call_us_button {
  width: 274px;
  height: 70px;
  border-radius: 10px;
  font-size: 18px;
  outline: none;
  transition: border-radius 1s ease 0s;
  cursor: pointer;
  font-size: 16px;
  width: 210px;
  height: 40px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff5151;
  border-radius: 5px;
  border: none;
}
.learn_more_container .call_us_button:active {
  color: #8ae2e2;
}
.learn_more_container .call_us_button:hover {
  border-radius: 0px;
}
footer {
  background-color: #0b2a37;
  color: #ffffff;
  height: 230px;
  padding: 100px 80px 0px;
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer_container .footer_follow_us {
  width: 222px;
  color: #ffffff;
}
footer .footer_container .footer_follow_us .footer_logo {
  width: 222px;
}
footer .footer_container .footer_follow_us .footer_social_networks {
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_container .footer_follow_us .footer_social_networks p {
  display: inline;
}
footer .footer_container .footer_follow_us .rights {
  font-size: 13px;
}
footer .footer_container .footer_lists {
  display: flex;
  align-items: flex-start;
}
footer .footer_container .footer_lists .footer_list {
  margin-left: 60px;
}
footer .footer_container .footer_lists .footer_list p {
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 40px;
  color: #ffffff;
}
footer .footer_container .footer_lists .footer_list ul {
  margin: 0px;
  padding: 0px;
}
footer .footer_container .footer_lists .footer_list ul li {
  list-style: none;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
footer .footer_container .footer_lists .footer_list ul li a {
  color: #ffffff;
}
@media all and (max-width: 1300px) and (min-width: 900px) {
  .logo-2 {
    display: none;
  }
  .menu-2 {
    display: none;
  }
  header .main_title_and_SearchButton {
    margin: 100px auto 30px;
  }
  header .main_title_h1 {
    font-size: 60px;
  }
  header .main_title_h2 {
    font-size: 38px;
  }
  header .main_description {
    font-size: 16px;
    line-height: 16px;
  }
  .blue_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px;
    width: calc(100% - 20px);
  }
  .blue_container .steps_title_and_button {
    width: 90%;
  }
  .blue_container .steps_title_and_button .main_title_h1 {
    font-size: 80px;
    line-height: 1.3em;
  }
  .blue_container .steps_title_and_button .search_guardian_2 {
    width: 274px;
    height: 70px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    transition: border-radius 1s ease 0s;
    cursor: pointer;
    margin-top: 40px;
    border: 2px solid #ffffff;
  }
  .blue_container .steps_title_and_button .search_guardian_2:active {
    color: #8ae2e2;
  }
  .blue_container .steps_title_and_button .search_guardian_2:hover {
    border-radius: 0px;
  }
  .blue_container .steps_img {
    width: auto;
    max-width: 440px;
  }
  .our_strength {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
    padding: 40px 0px 60px 0px;
  }
  .our_strength .our_strength_title_and_button {
    width: 90%;
    text-align: center;
    margin-top: 20px;
  }
  .our_strength .our_strength_title_and_button .main_title_h1 {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1em;
  }
  .our_strength .our_strength_title_and_button .search_guardian_3 {
    width: 274px;
    height: 70px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    transition: border-radius 1s ease 0s;
    cursor: pointer;
    width: 200px;
    height: 50px;
    font-size: 14px;
    border: 2px solid #ffffff;
    background-color: transparent;
    margin-top: 20px;
  }
  .our_strength .our_strength_title_and_button .search_guardian_3:active {
    color: #8ae2e2;
  }
  .our_strength .our_strength_title_and_button .search_guardian_3:hover {
    border-radius: 0px;
  }
  .our_strength .our_strength_info {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.5em;
    color: #ffffff;
    width: 60%;
  }
  .our_strength .our_strength_info .our_strength_text .blue_line {
    width: 50px;
    height: 2px;
    background-color: #8ae2e2;
    margin-top: 20px;
  }
}
@media all and (max-width: 899px) {
  .button {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  .header_flex_container_1 .logo-1 {
    display: none;
  }
  .header_flex_container_1 .logo-2 {
    display: block;
  }
  .header_flex_container_1 .menu-1 {
    display: none;
  }
  .header_flex_container_1 .menu-2 {
    display: flex;
    align-items: center;
  }
  .header_flex_container_1 .menu-2 a {
    color: #ffffff;
    margin-left: 10px;
  }
  .header_flex_container_2 .logo-1 {
    display: none;
  }
  .header_flex_container_2 .logo-2 {
    display: block;
  }
  .header_flex_container_2 .menu-1 {
    display: none;
  }
  .header_flex_container_2 .menu-2 {
    display: flex;
    align-items: center;
  }
  .header_flex_container_2 .menu-2 a {
    color: #ffffff;
    margin-left: 10px;
  }
  .header_flex_container_2 .logo-3 {
    display: none;
  }
  .header_flex_container_2 .menu-2 a {
    color: #004d80;
  }
  header .main_title_and_SearchButton {
    margin: 80px auto 10px;
  }
  header .main_title_and_SearchButton .main_description {
    display: none;
  }
  header .main_title_and_SearchButton .search_guardian {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  header .main_title_h1 {
    font-size: 36px;
  }
  header .main_title_h2 {
    font-size: 22px;
  }
  header .main_description {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0px;
  }
  .blue_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    width: calc(100% - 20px);
    height: auto;
  }
  .blue_container .steps_title_and_button {
    width: 90%;
  }
  .blue_container .steps_title_and_button .main_title_h1 {
    font-size: 40px;
    line-height: 1.3em;
  }
  .blue_container .steps_title_and_button .search_guardian_2 {
    width: 180px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
    border: 2px solid #ffffff;
  }
  .blue_container .steps {
    position: relative;
    margin-top: 50px;
    height: 700px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
  }
  .blue_container .steps .step {
    position: relative;
    left: 0px;
    width: 220px;
    font-size: 16px;
    color: white;
    margin: 0px auto;
    text-align: center;
  }
  .blue_container .steps .step img {
    position: absolute;
    width: 40px;
    right: 105%;
    top: 20%;
  }
  .blue_container .steps .step .step_title {
    font-weight: bold;
  }
  .blue_container .steps .step .arrow_left,
  .blue_container .steps .step .arrow_right,
  .blue_container .steps .step .arrow_right_2 {
    display: none;
  }
  .blue_container .steps .step .arrow_center {
    display: block;
    position: absolute;
    left: 50%;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 0px;
    height: 50px;
    border: 1px solid white;
  }
  .blue_container .steps .step .arrow_center::after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: -8px;
    border: 10px solid transparent;
    border-width: 10px 8px 0px 8px;
    border-top-color: white;
  }
  .blue_container .steps .step:nth-of-type(2n) {
    text-align: center;
    left: 0px;
  }
  .blue_container .steps .step:nth-of-type(2n) img {
    left: 105%;
    top: 30%;
  }
  .professional_categories_title {
    padding: 40px 0px;
    height: auto;
  }
  .review_title {
    font-size: 32px;
  }
  .our_strength {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
    padding: 40px 0px 40px 0px;
  }
  .our_strength .our_strength_title_and_button {
    width: 90%;
    text-align: center;
    margin-top: 20px;
  }
  .our_strength .our_strength_title_and_button .main_title_h1 {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1em;
  }
  .our_strength .our_strength_title_and_button .search_guardian_3 {
    width: 180px;
    height: 40px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    border: 2px solid #ffffff;
    background-color: transparent;
    margin-top: 20px;
  }
  .our_strength .our_strength_info {
    font-size: 12px;
    line-height: 1.5em;
    color: #ffffff;
    width: 70%;
  }
  .our_strength .our_strength_info .our_strength_text .blue_line {
    width: 50px;
    height: 2px;
    background-color: #8ae2e2;
    margin-top: 20px;
  }
  footer {
    background-color: #0b2a37;
    padding-top: 70px;
    padding-bottom: 10px;
    text-align: center;
    height: auto;
  }
  footer .footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  footer .footer_container .footer_follow_us {
    width: 222px;
    color: #ffffff;
  }
  footer .footer_container .footer_follow_us .footer_logo {
    width: 222px;
  }
  footer .footer_container .footer_follow_us .footer_social_networks {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_container .footer_follow_us .footer_social_networks p {
    display: inline;
  }
  footer .footer_container .footer_follow_us .rights {
    font-size: 13px;
  }
  footer .footer_container .footer_lists {
    display: flex;
    flex-direction: column;
  }
  footer .footer_container .footer_lists .footer_list {
    min-width: 200px;
    width: 100%;
    margin: 20px auto 0px;
    height: auto;
  }
  footer .footer_container .footer_lists .footer_list p {
    margin-bottom: 30px;
  }
  footer .footer_container .footer_lists .footer_list ul {
    margin: 0px 0px 40px;
    padding: 0px;
  }
  footer .footer_container .footer_lists .footer_list ul li {
    list-style: none;
    color: #ffffff;
    font-size: 16px;
  }
}
