html {
  padding: 0;
  margin: 0;
}
body {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Roboto", arial, sans-serif;
  overflow: hidden;
}

.user-type-container {
  position: absolute;
  bottom: 10%;
  top: 15%;
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
}

.user-type-container-inner {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s;
}

#user-health {
  transform: translateX(-100%);
  direction: rtl;
  box-sizing: border-box;
}

.show-health {
  transform: translateX(0%) !important;
}

.show-family {
  transform: translateX(0%) !important;
}

.hide-choice-left {
  transform: translateX(-100%) !important;
}

.hide-choice-right {
  transform: translateX(100%) !important;
}

#user-family {
  transform: translateX(100%);
  box-sizing: border-box;
}

#user-choice {
  transform: translateX(0%);
}

.user-type {
  font-size: 100px;
  color: rgb(64, 64, 67);
  border-radius: 50%;
  height: 250px;
  width: 250px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;

  border: 2px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
}

.user-type-a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 35px;
  height: auto;
  width: 350px;
  margin: 100px;
  text-align: center;
}

.user-type-a > div {
  margin-bottom: 30px;
}

.user-type-a:hover > .user-type {
  -webkit-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  color: #007ec4;
}

.user-type-a:hover {
  color: #007ec4;
}

.bottom-background {
  position: absolute;
  top: 65%;
  bottom: 0%;
  width: 100%;
  background-color: #fff;
}

.middle-background {
  position: absolute;
  bottom: 35%;
  width: 100%;
  color: #fff;
}

.main-header-wrapper {
  width: 100%;
  height: 150px;
}

.main-header-wrapper {
  position: absolute;
  top: 0;
  height: 15%;
  z-index: 2;
}

.main-header-top {
  background-color: #216ba6;
  background-image: linear-gradient(to right, #00acee 0%, #007ec4 100%);
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-bottom {
  border-bottom: 2px solid #d3d3d3;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-bottom-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.logo {
  object-fit: contain;
  height: 80%;
}
.main-header-top-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
}

.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-7845
  .elementor-element.elementor-element-5e676dd
  > .elementor-shape-bottom
  svg {
  width: calc(117% + 1.3px);
  height: 138px;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*icon stuff*/

.web-link {
  max-width: 150px;
  min-width: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: rgb(64, 64, 67);
  margin: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.web-link:hover .icon-container {
  -webkit-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
}

.web-link:hover {
  color: #007ec4;
}

.web-icon {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.web-tile-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-container {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
}

.web-title {
  padding-top: 15px;
  font-size: larger;
}

.icons-container hr {
  width: 80%;
  border: 1px solid #d3d3d3;
}

.links-choice {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.icons-container-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 100%;
  overflow-y: auto;
}

.back-to-home {
  margin: 30px;
  min-width: 80px;
  min-height: 80px;
  font-size: 50px;
  color: #007ec4;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
#health-back-to-home {
  padding-left: 5px;
  box-sizing: border-box;
}

#family-back-to-home {
  padding-right: 5px;
  box-sizing: border-box;
}

.back-to-home:hover {
  -webkit-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px -5px rgba(0, 0, 0, 0.75);
  color: #007ec4;
}

.footer {
  position: absolute;
  bottom: 0;
  height: 15%;
  width: 100%;
  color: #007ec4;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  background: rgba(255,255,255,1);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 20%, rgba(255,255,255,1) 100%);
  
  
}

#health{
  padding-left: 9%;
}

#family{
  padding-right: 9%;
}

.footer i {
  padding-left: 15px;
  padding-right: 15px;
  font-size: small;
  color: #0a92db;
}

.footer-brand {
  font-size: larger;
}

::-webkit-scrollbar {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #0a92db;
  border: 2px solid transparent;
  -webkit-background-clip: content-box;
  border-radius: 10px;
}

/* Style the scrollbar's "up" button to imitate the header's background color and height. */
::-webkit-scrollbar-button:start {
  background: transparent;
  height: 60px;
  border-radius: 10px;
}
::-webkit-scrollbar-button:end {
  background: transparent;
  height: 60px;
  border-radius: 10px;
}
