.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}


.gdpr_popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 28px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -5px 10px 0 rgba(0, 40, 92, 0.05);
  color: #00285c;
}

.link-2 {
  color: #00285c;
  font-weight: 600;
}

.paragraph-15 {
  width: 75%;
  margin-right: 36px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
}


.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  background-color: #fff;
}

.masthead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(177deg, rgba(12, 217, 237, 0.7), rgba(0, 40, 92, 0.6)), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.masthead.services {
  min-height: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.masthead.team {
  min-height: 65vh;
}

.masthead.communi_serviti {
  min-height: 55vh;
}

.masthead.serach_result {
  min-height: 65vh;
  background-size: 100%;
}

.masthead.visite {
  min-height: 60vh;
}

.masthead.visit_page_header {
  min-height: 550px;
}

.masthead.login {
  height: 450px;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.masthead.register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.masthead.upform {
  min-height: 50vh;
}

.masthead.checkout {
  min-height: 350px;
}

.masthead.doctor_profile {
  min-height: 48vh;
}

.masthead.homepage {
  background-position: 50% 50%;
  background-size: cover;
}

.masthead.patient_account {
  min-height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.masthead.prof_profile {
  min-height: 400px;
}

.masthead_content_container {
  -webkit-transform: translate(0px, -5%);
  -ms-transform: translate(0px, -5%);
  transform: translate(0px, -5%);
  text-align: center;
}

.masthead_content_container.homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading {
  width: auto;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  text-transform: none;
}

.search {
  position: relative;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 35px;
  border-radius: 100px;
  background-color: transparent;
}

.search.home {
  overflow: visible;
  margin: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.11);
  background-color: hsla(0, 0%, 100%, 0.2);
}

.search.team {
  overflow: visible;
  margin-top: 22px;
  margin-bottom: 26px;
  padding: 8px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: hsla(0, 0%, 100%, 0.2);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 360px;
  height: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.8);
  font-weight: 400;
  text-align: left;
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.8);
  font-weight: 400;
  text-align: left;
}

.text-field-7 {
  width: 450px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 5px;
  background-color: #d3fbff;
  color: #00285c;
  font-size: 16px;
  font-weight: 400;
}

.text-field-7::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-7:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-7::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-7::placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-7:placeholder-shown {
  font-size: 0.8em;
}

.text-field-7.stroked_bg {
  border-left-style: solid;
  border-left-color: rgba(12, 217, 237, 0.7);
  background-color: rgba(211, 251, 255, 0.73);
}

.text-field-7.contact {
  width: 100%;
  border-bottom-style: solid;
  background-color: rgba(211, 251, 255, 0.48);
  font-family: Poppins, sans-serif;
}

.text-field-7.contact.text_ara {
  min-height: 150px;
  padding-top: 20px;
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.8);
  font-weight: 400;
  text-align: left;
}

.text-field::placeholder {
  color: rgba(0, 40, 92, 0.8);
  font-weight: 400;
  text-align: left;
}

.text-field.service {
  width: 35vw;
  font-size: 15px;
}

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

.text-field._2.services_list_footer {
  width: 500px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field._2.services_list_footer::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.text-field._2.services_list_footer:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.text-field._2.services_list_footer::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.text-field._2.services_list_footer::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.text-field.homapge {
  width: 550px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-field.homapge::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
}

.text-field.homapge:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
}

.text-field.homapge::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
}

.text-field.homapge::placeholder {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
}

.text-field.team {
  width: 550px;
  padding: 24px 21px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 16px;
  font-weight: 500;
}

.text-field.team::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.text-field.team:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.text-field.team::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.text-field.team::placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.submit-button {
  display: block;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40px;
  -ms-flex: 0 40px;
  flex: 0 40px;
  background-color: transparent;
  background-image: url('../images/Search_icon_dark.svg');
  background-position: 50% 50%;
  background-size: 65% 65%;
  background-repeat: no-repeat;
  opacity: 0.65;
  color: hsla(0, 0%, 100%, 0);
  font-size: 5px;
}

.submit-button.visite {
  background-image: url('../images/Search_icon.svg');
}

.submit-button.homepage {
  height: 45px;
  background-image: url('../images/Search_icon.svg');
}

.submit-button.visit {
  height: 40px;
  margin-bottom: 0px;
  background-image: url('../images/Search_icon.svg');
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(hsla(0, 0%, 100%, 0.05))), url('../images/Backdrop.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05)), url('../images/Backdrop.svg');
  background-position: 0px 0px, 10px 30px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-filter: brightness(108%) blur(0px);
  filter: brightness(108%) blur(0px);
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.blur.header_blur {
  z-index: 1;
  width: 130%;
  height: 150%;
  margin-top: -41px;
  margin-left: -30px;
  -webkit-filter: brightness(90%) blur(12px);
  filter: brightness(90%) blur(12px);
}

.blur.team {
  background-image: url('../images/Backdrop.svg');
  background-position: 0px -40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: brightness(108%) blur(10px);
  filter: brightness(108%) blur(10px);
}

.form-block {
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.27);
  border-radius: 50px;
  background-color: #d1faff;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}

.button.gradient {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
  padding: 12px 30px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(66deg, #0cd9ed, #00285c);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.button.gradient.sc {
  margin: -1px 20px 0px 0px;
  padding: 9px 27px;
  background-image: linear-gradient(66deg, #0cd9ed, #00285c);
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-size: 12px;
}

.button.gradient.sc.invert {
  display: block;
  margin-left: 6px;
  padding: 12px 27px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 217, 237, 0.22)), to(rgba(12, 217, 237, 0.22)));
  background-image: linear-gradient(180deg, rgba(12, 217, 237, 0.22), rgba(12, 217, 237, 0.22));
  color: #00285c;
}

.button.gradient.sc.bps {
  display: block;
  padding: 12px 18px;
  border-style: none;
}

.button.gradient.ft {
  background-color: rgba(12, 217, 237, 0.34);
  background-image: none;
}

.button.gradient.doct {
  margin-top: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.gradient.doct.diff {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: linear-gradient(66deg, #0cd9ed, #00285c);
}

.button.gradient.cc {
  padding: 12px 30px;
}

.button.gradient.service_main_book {
  margin-right: 10px;
}

.button.gradient.select_button {
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  padding-right: 33px;
  padding-left: 33px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ce5b2), to(#0ce5b2));
  background-image: linear-gradient(180deg, #0ce5b2, #0ce5b2);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.button.gradient.search_result_book {
  margin-right: 9px;
}

.button.gradient.redirect-to-login {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 17px 42px;
  font-size: 14px;
}

.button.gradient.visite_cta {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 13px 33px;
  font-size: 12px;
}

.button.gradient.view_profile_popup {
  margin-top: 30px;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 13px;
}

.button.gradient.login_button {
  display: inline-block;
  margin-top: 0px;
  padding-right: 34px;
  padding-left: 34px;
  font-size: 14px;
}

.button.gradient.login_button.register {
  padding-right: 51px;
  padding-left: 51px;
}

.button.gradient.login_button.proff {
  padding: 16px 45px;
  background-color: #00285c;
  background-image: none;
}

.button.gradient.submit {
  display: inline-block;
  padding-right: 39px;
  padding-left: 39px;
  font-size: 13px;
}

.button.gradient.submit.booking {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
}

.button.gradient.submit.proff {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00285c), to(#00285c));
  background-image: linear-gradient(180deg, #00285c, #00285c);
}

.button.gradient.large {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.gradient.large.diff {
  border-style: none;
}

.button.gradient.vide_profilo {
  margin-right: 5px;
}

.button.gradient.see_details {
  position: static;
  display: block;
  width: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  text-transform: none;
}

.button.stroked {
  margin-left: 28px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.stroked:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.stroked.m_b {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 30px;
  border-width: 1.5px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button.stroked.m_b:hover {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button.stroked.m_b.servc {
  margin-top: 0px;
  border-width: 1.5px;
}

.button.stroked.m_b.servc.search_result {
  display: block;
  margin-top: 24px;
  margin-left: 15px;
  padding: 12px 30px;
}

.button.stroked.m_b.u {
  margin-left: 20px;
}

.button.stroked.card {
  margin-top: 23px;
  margin-left: 0px;
  padding: 12px 30px;
  border-width: 1.5px;
}

.button.stroked.card:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.button.stroked.foot {
  margin-right: 10px;
  margin-left: 0px;
  padding: 8px 24px;
  border-width: 1.5px;
  opacity: 1;
  font-size: 11px;
}

.button.stroked.foot:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}

.button.stroked.foot._0dd {
  margin-left: 0px;
}

.button.stroked.qprofile_visit_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 30%;
  margin-left: 0px;
}

.button.stroked.qprofile_visit_button:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
}

.button.stroked.wide {
  margin-left: 0px;
  padding-right: 35px;
  padding-left: 35px;
}

.button.stroked.wider {
  padding-right: 50px;
  padding-left: 50px;
}

.button.stroked.book_doctro {
  margin-top: 0px;
  padding: 13px 35px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.button.stroked.odd {
  margin-left: 0px;
  border-style: solid;
  border-width: 1.5px;
}

.button.stroked.odd:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.stroked.cover_btns {
  padding: 16px 32px;
  border-width: 1.5px;
  font-size: 14px;
}

.button.stroked.cover_btns.logout {
  padding-left: 67px;
  background-image: url('../images/logout.svg');
  background-position: 20% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button.diff {
  margin-right: 20px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.27);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-size: 12px;
}

.button.diff.large {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.service_main_learn_more {
  background-color: #cafafe;
}

.button.search_learn_more {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 11px;
}

.button.prev {
  margin-right: 12px;
}

.button.next {
  margin-left: 12px;
  padding-right: 41px;
  padding-left: 41px;
  font-size: 15px;
  font-weight: 500;
}

.button.next.close {
  display: none;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.button.visite_cta {
  margin-left: 0px;
}

.button.modify {
  margin-bottom: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 13px;
  font-weight: 400;
}

.button.small {
  display: inline-block;
  margin-right: 0px;
  margin-left: 5px;
  font-size: 11px;
}

.button._2nd {
  margin-right: 0px;
}

.button.follow {
  display: inline-block;
  width: auto;
  margin-right: 30px;
  padding: 15px 35px;
  border-width: 2px;
  border-color: #039ead;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.follow.fhj {
  border-style: none;
  background-color: #00285c;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button.follow.proff {
  border-color: #00285c;
}

.button.view_profile {
  position: relative;
  z-index: 9;
  display: block;
  width: 180px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  float: none;
  border-style: none;
  font-size: 12px;
  text-transform: none;
}

.button.view_profile.confirm {
  display: none;
  margin-bottom: 0px;
  float: none;
  background-color: #d1ffe0;
}

.button.view_profile.reject {
  display: none;
  background-color: #f9dbdb;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 98;
  overflow: visible;
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.custom_container {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  max-width: 1100px;
  min-height: 5vh;
  min-width: auto;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  text-align: center;
}

.custom_container.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: none;
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(52deg, rgba(12, 217, 237, 0.7), rgba(0, 40, 92, 0.9)), url('../images/DR-and-elderly-patient-in-bed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.custom_container.card.verti {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom_container.cta_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.custom_container.footer_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 67px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.doc {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.custom_container.masthead_content_container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.masthead_content_container.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom_container.masthead_content_container.service.service {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom_container.masthead_content_container.service.comm_seriti {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom_container.header_nav_bar {
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom_container.diff {
  width: 85%;
  max-width: 1100px;
}

.custom_container.info_container {
  display: -ms-grid;
  display: grid;
  width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.type_of-visit {
  width: 75%;
}

.custom_container.doct_available {
  width: 75%;
}

.custom_container.search_doct_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 3% 24px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #00285c;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(12, 217, 237, 0.85)), to(rgba(0, 40, 92, 0.85))), url('../images/Group-545.jpg');
  background-image: linear-gradient(90deg, rgba(12, 217, 237, 0.85), rgba(0, 40, 92, 0.85)), url('../images/Group-545.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
  transition: all 700ms cubic-bezier(.19, 1, .22, 1);
  font-family: Poppins, sans-serif;
  color: #fff;
}

.custom_container.leg {
  z-index: -1;
  width: 80%;
  max-width: 1100px;
}

.custom_container.update_form {
  display: block;
  width: 80%;
  max-width: 1100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.details {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 1100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr minmax(200px, 280px);
  grid-template-columns: 1fr minmax(200px, 280px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 400;
}

.custom_container.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.custom_container.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.detailed {
  width: 85%;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
  text-align: center;
}

.custom_container.profile_data {
  width: 80%;
  max-width: none;
  background-color: #583131;
}

.custom_container.profilo_data {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.text-block-83 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.17);
}

.custom_container.profilo_data.comuni_serviti {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  text-align: left;
}

.custom_container.user_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_container.footer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom_container.instagram_feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 69px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  background-color: transparent;
}

.custom_container.checkout {
  width: 80%;
  max-width: none;
}

.custom_container.profile_cover_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.custom_container.profile_account_data {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 63px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.profile_account_data.grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.profile_account_data.not_booked {
  display: block;
  border-radius: 0px;
  background-color: transparent;
}

.custom_container.prfo_profile_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.custom_container.prof_accoutn_data {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.custom_container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: none;
}

.custom_container.header.diff {
  width: 90%;
  max-width: none;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.mem {
  display: none;
}
.img-left{
	float:left;
	height: 77px;
	width: 77px;
	margin-right: 15px;
}
.text-left{
	float:left;
	width: 100%;
	text-align: left;
}
.logo {
  position: static;
  width: 240px;
  /*height: 58px;*/
}

.profile_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
}

.profile_login.not_logged_in {
  margin-left: 8px;
  border-style: solid;
  border-width: 1.3px;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.15);
  text-decoration: none;
  cursor: pointer;
}

.profile_login.not_logged_in.w--current {
  text-decoration: none;
}

.profile_picture {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 25px;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_picture_image {
  margin-right: 10px;
  margin-left: 0px;
  text-decoration: none;
}

.user_name {
  display: none;
  margin-left: 10px;
}

.login_button_text {
  border: 1px none #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.section-1 {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.heading-2 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 30px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.heading-2.bold {
  margin-top: 17px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
}

.heading-2.bold.center.odd {
  width: auto;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-2.not_bold {
  font-weight: 300;
}

.heading-2.diff {
  width: 80%;
}

.navbar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph {
  display: inline-block;
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.paragraph.p {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 37px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
}

.paragraph.p.feature {
  width: 100%;
}

.paragraph.p.feature.diff {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 19px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph.p.doct {
  width: 100%;
}

.services_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0px auto 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.service_card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  max-height: none;
  max-width: 350px;
  min-height: 480px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 31px 25px 35px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.52);
  border-radius: 20px;
  background-color: rgba(240, 254, 255, 0.5);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: default;
}

.service_card:hover {
  border-style: solid;
  border-color: rgba(12, 217, 237, 0.35);
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transform: translate(0px, 0px) scale(0.935);
  -ms-transform: translate(0px, 0px) scale(0.935);
  transform: translate(0px, 0px) scale(0.935);
}

.service_card.tab_hide {
  background-color: #edfdff;
}

.service_card.shadow {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #00285c;
}

.text-block {
  width: 250px;
  margin: 16px auto 11px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  cursor: default;
}

.image {
  width: auto;
  height: auto;
  margin: 0px;
}

.image._02 {
  margin-right: 20px;
  margin-left: 0px;
}

.image._03 {
  margin-left: -30px;
}

.image._07 {
  margin-left: -4px;
}

.image._08 {
  margin-left: -33px;
}

.image._05 {
  margin-left: -18px;
}

.image._06 {
  margin-right: 40px;
}

.image._09 {
  margin-right: 36px;
  margin-left: -62px;
}

.paragraph-2 {
  overflow: hidden;
  width: 80%;
  height: 175px;
  margin: 0px auto 18px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  cursor: default;
  white-space: normal;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
}

.image-2 {
  display: inline-block;
  margin-right: 11px;
}

.text-block-3 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 60px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
}

.cta_section {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  margin-top: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edfdff;
}

.feature_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature_container.diff {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 500;
}

.feature.diff {
  margin-right: 0px;
  margin-left: 0px;
}

.feature_image {
  height: 90px;
}

.feature_image.diff {
  height: 45px;
}

.feature_label {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.feature_label.light {
  font-weight: 400;
}

.feature_label.light.odd {
  font-weight: 500;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.com_servitit {
  display: block;
  min-height: 75vh;
  margin-bottom: 0px;
  padding-top: 10%;
  padding-bottom: 0%;
  color: #00285c;
}

.section-3.com_servitit {
  display: block;
  min-height: 75vh;
  margin-bottom: 0px;
  padding-top: 10%;
  padding-bottom: 0%;
  color: #00285c;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.doctors_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin: 100px auto 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor {
  display: inline-block;
}

.doctor_name_container {
  margin-top: 25px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 18px;
  font-weight: 500;
}

.text-block-4 {
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  color: rgba(0, 40, 92, 0.45);
  font-size: 13px;
  font-weight: 400;
}

.doctor_image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.scroll_bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 5px;
  height: 100vh;
  opacity: 0.58;
}

.scroll_thumb {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #01a4b4;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.section-6 {
  min-height: auto;
  padding-bottom: 7%;
}

.section-6.card_footer {
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #edfdff;
}

.cta_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 15px;
  background-color: rgba(12, 217, 237, 0.05);
}

.cta_card._2 {
  margin-left: 15px;
  border-style: none;
  background-color: transparent;
}

.cta_card._1 {
  margin-right: 15px;
  border-style: none;
  background-color: transparent;
}

.text-block-5 {
  width: 100%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 19px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 7%;
  padding-bottom: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(159deg, rgba(12, 217, 237, 0.7), rgba(0, 40, 92, 0.7)), url('../images/Mask-Group-4.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.footer.proffesionist {
  background-color: #00285c;
  background-image: none;
}

.footer.prof {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 92, 0.76)), to(rgba(0, 40, 92, 0.76))), url('../images/Mask-Group-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 40, 92, 0.76), rgba(0, 40, 92, 0.76)), url('../images/Mask-Group-4.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-3 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e0e2f;
}

.paragraph-3 {
  text-align: left;
}

.paragraph-4 {
  text-align: left;
}

.paragraph-5 {
  width: 330px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

.foofter_flex {
  text-align: left;
}

.foofter_flex.one {
  -webkit-transform: translate(5%, 0px);
  -ms-transform: translate(5%, 0px);
  transform: translate(5%, 0px);
}

.foofter_flex.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
}

.detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.text-block-6 {
  display: inline-block;
  margin-left: 24px;
  font-size: 14px;
}

.image-3 {
  width: 19px;
  height: auto;
  margin-top: 5px;
  opacity: 1;
}

.div-block-3 {
  margin-top: 0px;
}

.services_list_footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  font-size: 14px;
}

.service_label {
  font-size: 13px;
}

.div-block-4 {
  margin-top: 25px;
  margin-bottom: 0px;
  opacity: 1;
}

.social_container {
  margin-top: 3px;
}

.social_icon {
  display: inline-block;
  margin-right: 17px;
  padding: 8px 22px;
  border: 1.5px solid #fff;
  border-radius: 50px;
  opacity: 1;
  cursor: pointer;
}

.social_icon:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
}

.social_icon.twitter {
  display: none;
}

.social_icon_image {
  height: 20px;
}

.div-block-5 {
  margin-top: 30px;
}

.scroll_anim_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll_anim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1.3px;
  border-color: #fff;
  border-radius: 15px;
}

.scroller_thumb {
  overflow: hidden;
  width: 2px;
  height: 10px;
  margin-top: 7px;
  border-radius: 20px;
  background-color: transparent;
  line-height: 30px;
}

.scroller_thumb_animator {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.map {
  position: relative;
  overflow: hidden;
  width: 85%;
  height: 500px;
  max-width: none;
  margin: 0% auto 60px;
  border-radius: 20px;
  background-color: #d5fbff;
}

.map_code {
  height: 100%;
  border-radius: 30px;
}

.nav_menu_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(10%, 0px);
  -ms-transform: translate(10%, 0px);
  transform: translate(10%, 0px);
}

.social_text {
  display: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 30%;
  right: 40px;
}

.arr_right {
  transform: rotate(-45deg) scale(2);
  -webkit-transform: rotate(-45deg) scale(2);
}

.menu-button {
  display: none;
}

.section-7 {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  width: 30vw;
  margin-bottom: 0px;
}

.submit-button-2 {
  margin-bottom: 0px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1.5px none hsla(0, 0%, 100%, 0.13);
}

.div-block-8.another {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left-style: none;
}

.div-block-8.another.diff {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_bar {
  padding: 7px 15px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.13);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/Backdrop.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service_container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 320px 1fr 320px;
  grid-template-columns: 320px 1fr 320px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service_maine_card {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: inline-block;
  width: 320px;
  padding: 32px 0px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.5);
}

.body-2 {
  background-color: #fff;
}

.service_main_name {
  font-size: 28px;
  line-height: 40px;
}

.service_main_description {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_type_card {
  display: inline-block;
  min-height: 230px;
  margin-left: 0px;
  padding: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.5);
  text-align: left;
}

.text-block-7 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.div-block-10 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  background-color: transparent;
}

.service_text_underline {
  border-bottom: 2px solid #0cd9ed;
}

.type_of-service_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 34px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sub_service {
  position: relative;
  display: block;
  overflow: visible;
  padding: 19px 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.43);
  border-radius: 5px;
  background-color: rgba(220, 252, 255, 0.73);
  cursor: pointer;
}

.sub_service_text {
  display: inline-block;
  width: 90%;
  border-radius: 5px;
  font-size: 14px;
}

.aub_service_arrow {
  opacity: 0;
}

.service_main_icon {
  width: auto;
  height: 85px;
}

.text-block-8 {
  width: auto;
  margin-top: 10px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

.section-8 {
  min-height: 100vh;
  /*padding-top: 150px;*/
  padding-bottom: 150px;
}

.body-3 {
  background-color: #fff;
}

.professionist_card_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #00285c;
  text-align: left;
}

.heading-5 {
  display: inline;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 28px;
  line-height: 60px;
  font-weight: 600;
}

.search_doctor {
  display: block;
  overflow: hidden;
  padding: 0px 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 50px;
  background-color: #c5faff;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.professionist_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1100px;
  margin: 0px auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.43);
}

.professionist_header.comm_seriti {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.professionist_grid {
  width: 85%;
  max-width: 1100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.professionist_image_container {
  position: relative;
  overflow: hidden;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: #c7faff;
}

.preofessionist_name {
  margin: 23px 20px 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.professionist_card {
  display: -webkit-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px 10px 0px 0px;
  padding: 41px 25px 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 226, 247, 0.7);
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.3);
  box-shadow: 0 0 16px 0 rgba(0, 231, 255, 0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00285c;
  cursor: default;
}

.professionist_card:hover {
  box-shadow: 24px 18px 60px 0 rgba(0, 231, 255, 0.1);
  -webkit-transform: scale(1.035) scale(0.95);
  -ms-transform: scale(1.035) scale(0.95);
  transform: scale(1.035) scale(0.95);
}

.professionist_card.selecting {
  margin: 0px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #fff;
  box-shadow: 13px 0 16px 0 rgba(9, 133, 146, 0.1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.professionist_card.selecting:hover {
  -webkit-transform: scale(0.935);
  -ms-transform: scale(0.935);
  transform: scale(0.935);
}

.professionist_card.main_team {
  padding: 50px 0px 40px;
  border-style: none;
  border-color: rgba(12, 217, 237, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 6px 11px 30px 0 rgba(0, 82, 90, 0.1);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.professionist_card.main_team:hover {
  -webkit-transform: scale(0.985);
  -ms-transform: scale(0.985);
  transform: scale(0.985);
}

.professionist_title {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.73;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}

.professionist_image {
  width: 100%;
  height: 100%;
}

.button_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_container.diff {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-9 {
  min-height: 100vh;
}

.area_container {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 80%;
  height: auto;
  max-height: none;
  max-width: 1100px;
  min-height: 150px;
  margin: 0px auto;
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #00285c;
}


.close_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  cursor: pointer;
}

.image-27 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.area_name {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  cursor: default;
  line-height: 29px;
}

.bullets {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #0ced7d;
  color: #0d502b;
  margin-top:10px;
}

.bullets.azure {
  background-color: #0cd9ed;
}

.area_name_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.area_code {
  margin-top: 6px;
  margin-left: 18px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 200;
  cursor: default;
}

.area_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 25px 37px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.35);
  border-radius: 10px;
  background-color: #edfdff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: default;
}

.area_card:hover {
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.body-4 {
  background-color: #fff;
}

.map_container {
  overflow: hidden;
  width: 85%;
  height: 550px;
  max-width: 1100px;
  margin: 0% auto;
  border-radius: 20px;
  background-color: #d7fbff;
}

.div-block-13 {
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.header-2 {
  padding-top: 15px;
}

.section-10 {
  position: relative;
  top: 0px;
  /*min-height: 100vh;*/
  margin-top: 0%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.div-block-14 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: auto;
  background-color: transparent;
}

.scroller {
  position: absolute;
  left: auto;
  top: 155px;
  right: 0%;
  bottom: auto;
  width: 5px;
  height: 70vh;
  border-radius: 10px;
  background-color: rgba(179, 248, 255, 0.5);
}

.section-11 {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}

.scroller_thumb2 {
  width: 130%;
  height: 100px;
  border-radius: 10px;
  background-color: #0cd9ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0cd9ed), to(#00285c));
  background-image: linear-gradient(180deg, #0cd9ed, #00285c);
  -webkit-transform: translate(-15%, 0px);
  -ms-transform: translate(-15%, 0px);
  transform: translate(-15%, 0px);
}

.doctor_data {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 150px 1.75fr;
  grid-template-columns: 150px 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.doctor_data.home {
  display: block;
}

.doctor_data.diff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  padding: 71px;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 20px;
  background-color: rgba(223, 252, 255, 0.39);
  color: #00285c;
  text-align: center;
}

.heading-6 {
  position: static;
  font-family: Poppins, sans-serif;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
}

.masthead_search_container {
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: translate(0px, 15%);
  -ms-transform: translate(0px, 15%);
  transform: translate(0px, 15%);
}

.button-2 {
  margin-left: -13px;
  padding-bottom: 9px;
  padding-left: 40px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/Group-96.svg');
  background-position: 20% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  opacity: 0.98;
}

.button-2:hover {
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-image: url('../images/Group-96.svg');
  background-position: 20% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.search_result_text_container {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.text-block-10 {
  margin-top: 30px;
  opacity: 0.46;
  font-size: 16px;
  font-weight: 400;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left.diff {
  display: block;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -26px;
  margin-left: -27px;
}

.section-12 {
  min-height: 80vh;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 16px;
}

.search_item_container {
  display: -ms-grid;
  display: grid;
  margin-top: 28px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 10px;
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00285c;
  cursor: default;
}

.search_item:hover {
  box-shadow: 21px 21px 60px 0 rgba(6, 182, 200, 0.1);
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}

.search_item_name {
  width: 70%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
}

.parent_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

.parent_type_text {
  margin-left: 3px;
  border-style: none none solid;
  border-width: 1.5px;
  border-color: #0cd9ed;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-13 {
  font-size: 16px;
}

.search_image {
  height: 80px;
  margin-bottom: 18px;
}

.div-block-18 {
  display: block;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#enter_information {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.64);
}

.select_doctor, .edit_booking {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.64);
  opacity: 0;
}

.select_doctor_container, .edit_booking_container {
  position: relative;
  z-index: 9;
  display: block;
  margin-top: 3.5%;
  margin-bottom: 0%;
  padding: 50px 65px 30px;
  border-radius: 20px;
  background-color: #f9f9f9;
  box-shadow: 21px 21px 60px 0 rgba(0, 42, 46, 0.26);
  opacity: 0;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.enter_information_container {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 3.5%;
  margin-bottom: 0%;
  width: 800px;
  padding: 40px 25px 30px;
  border-radius: 20px;
  background-color: #f9f9f9;
  box-shadow: 21px 21px 60px 0 rgba(0, 42, 46, 0.26);
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.text-block-14 {
  margin-bottom: 19px;
  clear: left;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-20 {
  display: block;
  margin-top: 26px;
  margin-bottom: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  margin-top: 45px;
  margin-bottom: 0px;
  text-align: center;
}

.div-block-21.diff {
  margin-top: 0px;
  margin-bottom: 12px;
}

.closer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  opacity: 0;
}

.closer.diff {
  z-index: 1;
}

.selected_tick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 110%;
  height: 120%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(12, 229, 178, 0.41);
  opacity: 0;
  -webkit-transform: scale(0.7) translate(-5%, -5%);
  -ms-transform: scale(0.7) translate(-5%, -5%);
  transform: scale(0.7) translate(-5%, -5%);
  -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
  transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}

.selected_tick:hover {
  opacity: 0;
  -webkit-transform: scale(0.8) translate(-5%, -5%);
  -ms-transform: scale(0.8) translate(-5%, -5%);
  transform: scale(0.8) translate(-5%, -5%);
}

.selected_tick.selected_true {
  opacity: 1;
  -webkit-transform: scale(1) translate(-5%, -5%);
  -ms-transform: scale(1) translate(-5%, -5%);
  transform: scale(1) translate(-5%, -5%);
}

.login_alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.div-block-22 {
  position: relative;
  display: block;
  padding: 55px 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.text-block-15 {
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 22px;
  font-weight: 300;
}

.text-block-16 {
  display: inline-block;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 400;
}

.text-span-2 {
  margin-left: 5px;
  font-weight: 600;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.search_not_found {
  display: none;
  width: 80%;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
  padding-bottom: 37px;
}

.text-block-17 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 26px;
  font-weight: 300;
}

.select_visite {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.select_visite.blur_backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
}

.visite_select_container {
  position: relative;
  z-index: 9;
  padding: 49px 45px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.text-block-18 {
  margin-bottom: 0px;
  clear: left;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-indent: 0px;
  text-transform: uppercase;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-rule-style: dashed;
  column-rule-style: dashed;
  -webkit-column-rule-width: 34px;
  column-rule-width: 34px;
}

.visite_list {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 850px;
  height: auto;
  margin-top:30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.visite {
  padding: 19px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #d3fbff;
  -webkit-transition: all 400ms cubic-bezier(.19, 1, .22, 1);
  transition: all 400ms cubic-bezier(.19, 1, .22, 1);
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.visite:hover {
  border-style: solid;
  border-color: rgba(12, 217, 237, 0.32);
  background-color: #adf8ff;
  color: #00285c;
}

.visite.visite_selected_true {
  border-color: #0ce5b2;
  background-color: #0ce5b2;
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
  color: #fff;
  font-weight: 500;
}

.text-block-19 {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.div-block-24 {
  overflow: scroll;
  width: 900px;
  height: 50vh;
  margin-top: 32px;
  padding: 10px 22px;
}

.button-3 {
  display: inline-block;
  margin: 0px;
  padding: 12px 8px;
  width: auto;
  border-radius: 50px;
  background-color: #d3fbff;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.button-3.next {
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 0px;
  padding: 10px 15px;
  border: 1.5px none #039ead;
  width: auto;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(257deg, #00285c, #0cd9ed);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.button-3.next.close {
  display: none;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.button-3.next.close.odd {
  display: none;
}

.button-3.next.odd {
  margin-top: 0px;
  background-color: rgba(173, 248, 255, 0.5);
  background-image: none;
  color: #00285c;
}

.button-3.gradient {
  display: inline;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: linear-gradient(66deg, #0cd9ed, #00285c);
  color: #fff;
  font-size: 11px;
}

.button-3.gradient.select_button {
  display: inline-block;
  width: 109px;
  margin: 0px 10px 0px 0px;
  padding: 12px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ce5b2), to(#0ce5b2));
  background-image: linear-gradient(180deg, #0ce5b2, #0ce5b2);
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
}

.div-block-25 {
  margin-top: -10px;
  text-align: center;
}

.professionist_card-2 {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 41px 25px 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 226, 247, 0.7);
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.3);
  box-shadow: 0 0 16px 0 rgba(0, 231, 255, 0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00285c;
  cursor: default;
}

.arrow_ph {
  display: none;
}

.professionist_card-2:hover {
  box-shadow: 24px 18px 60px 0 rgba(0, 231, 255, 0.1);
  -webkit-transform: scale(1.035) scale(0.95);
  -ms-transform: scale(1.035) scale(0.95);
  transform: scale(1.035) scale(0.95);
}

.professionist_card-2.selecting {
  margin: 0px;
  border-style: none;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 2px 13px 16px 0 rgba(9, 133, 146, 0.1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.professionist_card-2.selecting:hover {
  -webkit-transform: scale(0.935);
  -ms-transform: scale(0.935);
  transform: scale(0.935);
}

.professionist_card-2.selecting.selected {
  background-color: #0ce5b2;
}

.div-block-26 {
  display: none;
  overflow: scroll;
  padding-top: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
}

.masthead_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.masthead_container.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1000px;
  min-height: 450px;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  text-align: left;
}

.masthead_container.login.diff {
  margin-top: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.masthead_container.register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.masthead_container.up_form {
  width: 80%;
  max-width: 1100px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.right {
  margin-top: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.visite_heading {
  margin-right: 20px;
  margin-left: 20px;
}

.section-13 {
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-27 {
  font-family: Poppins, sans-serif;
  color: #00285c;
  text-align: left;
}

.paragraph-6 {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.paragraph-7 {
  width: 90%;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.3px;
}

.heading-7 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.image-5 {
  border-radius: 10px;
}

.section-14 {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 80px;
}

.section_title {
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 20px;
  text-align: left;
}

.service_name {
  border-bottom: 2px solid #0cd9ed;
  font-weight: 600;
}

.visite_type_container {
  display: -ms-grid;
  display: grid;
  margin-top: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.visite_type {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 5px;
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.visite_type:hover {
  background-color: rgba(230, 251, 253, 0.5);
}

.text-block-21 {
  color: #00285c;
  font-size: 15px;
  line-height: 26px;
}

.section-15 {
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 80px;
}

.doctor_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 300px 300px 300px;
  grid-template-columns: 300px 300px 300px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.5);
  white-space: normal;
}

.doctor_card {
  display: inline-block;
  width: 290px;
  margin-right: 45px;
  padding: 52px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00285c;
  text-align: center;
}

.doctor_card:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.doctors_main_container {
  overflow: scroll;
  margin-top: 45px;
}

.doctor_data_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit_doctor_container {
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}

.visite_doctor_card {
  display: inline-block;
  width: 290px;
  margin-right: 0px;
  padding: 36px 23px 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 15px;
  background-color: rgba(230, 251, 253, 0.5);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00285c;
}

.visite_doctor_card:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.visite_doctor_card.searched {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: -24px;
  border-style: none;
  background-color: #f2fdfe;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.section-16 {
  min-height: auto;
  padding-bottom: 150px;
}

.heading-8 {
  margin-top: 39px;
  margin-bottom: 19px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.search_area_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 13px;
  margin-bottom: 40px;
  padding: 6px 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.28);
  opacity: 1;
  color: #fff;
}

.searching_doct_area_textfield {
  margin-right: 11px;
  margin-bottom: 0px;
  padding: 24px 12px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 100%, 0.14) #000 #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.searching_doct_area_textfield::-webkit-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.97);
  text-align: left;
}

.searching_doct_area_textfield:-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.97);
  text-align: left;
}

.searching_doct_area_textfield::-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.97);
  text-align: left;
}

.searching_doct_area_textfield::placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.97);
  text-align: left;
}

.submit-button-3 {
  background-color: transparent;
}

.searched_area_doct_container {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 95%;
  height: auto;
  max-height: 0px;
  max-width: 960px;
  min-height: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
  transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}

.searched_area_doct_container.open {
  height: auto;
  max-height: none;
  min-height: 350px;
  padding-bottom: 0px;
}

.dcotor_quick_profile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.quick_profile_container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 950px;
  height: 580px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  opacity: 1;
}

.profile_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 217, 237, 0.1)), to(rgba(0, 40, 92, 0.2))), url('../images/team_backdrop.jpg');
  background-image: linear-gradient(180deg, rgba(12, 217, 237, 0.1), rgba(0, 40, 92, 0.2)), url('../images/team_backdrop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.qprofile_image {
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #69d8e3;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

.name_y_titilo {
  display: inline-block;
  margin-left: 35px;
}

.profile_name {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
}

.profile_titilo {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
}

.image-6 {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.qprofile_data_container {
  padding-top: 10%;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.div-block-28 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-22 {
  height: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.qprofile_visite_container {
  overflow: scroll;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.qprofile_visite {
  margin-bottom: 10px;
  padding: 16px 17px;
  border-radius: 5px;
  background-color: #e6fbfd;
}

.text-block-23 {
  font-weight: 400;
}

.qprofile_area_grid {
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  height: auto;
  max-height: 250px;
  min-height: auto;
  margin-top: 28px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.qprofile_area {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.qprofile_area_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.div-block-29 {
  width: 10px;
  height: 10px;
  background-color: #29e8a5;
}

.text-block-24 {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-25 {
  position: static;
  margin-top: 2px;
  margin-left: 19px;
  font-size: 14px;
  font-weight: 300;
}

.close_button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 16px;
  cursor: pointer;
}

.vselect_doctor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
}

.vdoctor_container {
  position: relative;
  z-index: 9;
  width: auto;
  margin-top: 3.5%;
  padding: 50px 65px 30px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-30 {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  margin-bottom: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vselect_visite {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.vvisite_container {
  position: relative;
  z-index: 9;
  padding: 49px 45px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.login_form_container {
  position: relative;
  overflow: visible;
  width: 550px;
  height: auto;
  max-height: none;
  min-height: 400px;
  margin-top: 0%;
  margin-bottom: 0px;
  padding: 0%;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #00285c;
  white-space: normal;
}

.login_form_container.proff {
  width: 600px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.heading-9 {
  font-size: 44px;
}

.login_form {
  display: block;
  width: 100%;
  margin-left: 0%;
  float: left;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.text-field-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 5px;
  background-color: #d3fbff;
  color: #00285c;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-3:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-3::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-3::placeholder {
  color: rgba(0, 40, 92, 0.6);
}

.text-field-3.stroked_bg {
  border-left-style: solid;
  border-left-color: rgba(12, 217, 237, 0.7);
  background-color: rgba(211, 251, 255, 0.73);
}

.text-field-3.proff {
  background-color: #ebeef2;
}

.text-field-3.proff.admin_login {
  width: 450px;
}

.text-field-4 {
  margin-bottom: 30px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 5px;
  background-color: #d3fbff;
  color: #00285c;
  font-size: 16px;
  font-weight: 400;
}

.text-field-4:focus {
  color: #00285c;
}

.text-field-4::-webkit-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-4:-ms-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-4::-ms-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-4::placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-4.proff {
  background-color: #ebeef2;
}

.div-block-31 {
  margin-right: 0%;
  margin-bottom: 0px;
  -webkit-transform: translate(0%, -60%);
  -ms-transform: translate(0%, -60%);
  transform: translate(0%, -80%);
}

.div-block-31.diff {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 50px;
}

.div-block-31.diff.diff {
  -webkit-transform: translate(0%, 130%);
  -ms-transform: translate(0%, 130%);
  transform: translate(0%, 130%);
}

.div-block-31.diff.diffrent {
  -webkit-transform: translate(0%, 30%);
  -ms-transform: translate(0%, 30%);
  transform: translate(0%, 30%);
}

.checkbox {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-left: -19px;
  border-style: none;
  border-radius: 5px;
  background-color: #d3fbff;
  background-image: url('../images/Path-96.svg');
  background-position: 50% 50%;
  background-size: 1px 1px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  transition: all 500ms cubic-bezier(.19, 1, .22, 1);
}

.checkbox.w--redirected-checked {
  border-style: none;
  background-color: #d3fbff;
  background-image: url('../images/Path-96.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 transparent;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  cursor: pointer;
}

.checkbox.proff {
  background-color: #ebeef2;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: normal;
}

.checkbox-field.custom {
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}

.checkbox-label {
  display: block;
  width: 80%;
  margin-left: 51px;
}

.checkbox-label.diff {
  width: auto;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.checkbox-label.diff.proff {
  margin-top: 0px;
  white-space: normal;
}

.check_box_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forgot_pwrd {
  padding: 7px 12px;
  border-left: 1px solid #4fc4d3;
  cursor: pointer;
}

.forgot_pwrd.proff {
  border-left-color: #00285c;
}

.text-block-26 {
  font-size: 13px;
}

.text-block-27 {
  display: inline-block;
}

.register_link {
  margin-right: 3px;
  color: #0cd9ed;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.register_link.proff {
  color: #00285c;
  font-weight: 600;
}

.text-block-28 {
  display: inline-block;
  margin-right: 13px;
  margin-left: 13px;
  opacity: 0.76;
}

.text-span-3 {
  color: #0ab;
  font-weight: 600;
}

.text-span-3.proff {
  color: #00285c;
  font-weight: 600;
}

.text-block-29 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  text-align: center;
}

.text-block-29.proff {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-30 {
  background-color: transparent;
  color: #00285c;
  white-space: normal;
}

.error_message {
  display: none;
  margin-top: 25px;
  margin-bottom: -6px;
  padding: 21px;
  border-radius: 5px;
  background-color: #ffe0e0;
}

.forgot_pwrd_form {
  display: inline-block;
  width: 100%;
  margin-left: 80px;
  float: none;
}

.div-block-32 {
  overflow: hidden;
  white-space: nowrap;
}

.forms_container {
  display: block;
  overflow: visible;
  padding: 7% 7% 4%;
  float: none;
  clear: left;
  background-color: transparent;
  white-space: nowrap;
}

.forms_container.proff {
  padding-bottom: 4%;
}

.field-label {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
}

.form-3 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  float: none;
}

.form-4 {
  display: block;
  overflow: visible;
  width: 100%;
  margin-left: 0px;
  float: left;
}

.image-8 {
  margin-top: -27px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
  cursor: pointer;
}

.reset_link_sucess {
  display: none;
  margin-top: 23px;
  padding: 21px;
  border-radius: 5px;
  background-color: #c0ffea;
}

.paragraph-8 {
  margin-bottom: 0px;
  opacity: 1;
  line-height: 22px;
  white-space: normal;
}

.form_parent_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 13px 36px 0 rgba(0, 40, 92, 0.1);
}

.section-17 {
  min-height: 400px;
}

.register_form_container {
  position: relative;
  width: 600px;
  height: auto;
  margin-top: 0%;
  padding: 0px 0px 51px;
  border-radius: 10px;
  background-color: transparent;
  color: #00285c;
}

.dual_container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dual_container.diff {
  margin-bottom: 30px;
  grid-column-gap: 30px;
}

.dual_container.proff {
  margin-bottom: 0px;
  grid-column-gap: 13px;
}

.text-block-31 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.legal_consent {
  opacity: 0.81;
  font-size: 12px;
}

.section-18 {
  min-height: 700px;
  padding-top: 0%;
}

.text-block-32 {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.81;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 13px;
  font-style: normal;
  text-align: left;
}

.error {
  margin-bottom: 19px;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #ffc5c5;
  color: #3f3f3f;
}

.errors {
  display: block;
  margin-top:0px;
}

.heading-10 {
  font-size: 35px;
}

.section-19 {
  min-height: 100vh;
  padding-top: 5%;
  padding-bottom: 7%;
  font-family: Poppins, sans-serif;
  color: #00285c;
  text-align: left;
}

.paragraph-9 {
  width: 70%;
  margin-bottom: 45px;
  line-height: 26px;
  text-align: left;
}

.update_form_block {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 34px 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.inputs {
  margin-bottom: 0px;
  padding: 28px;
  border: 1px none #000;
  border-radius: 7px;
  background-color: #d3fbff;
  font-size: 15px;
}

.inputs::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.inputs:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.inputs::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.inputs::placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.inputs.commune {
  display: inline-block;
  width: 70%;
  padding-left: 66px;
  background-image: url('../images/search.svg');
  background-position: 5% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.inputs.proff {
  background-color: #ebeef2;
  color: #00285c;
}

.inputs.proff::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.inputs.proff:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.inputs.proff::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.inputs.proff::placeholder {
  color: rgba(0, 40, 92, 0.7);
}

.update_form {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form_section_heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.form_section {
  margin-bottom: 50px;
}

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

.paragraph-10.diff {
  margin-top: 0px;
}

.div-block-33 {
  display: inline-block;
}

.button-4 {
  margin-left: 24px;
  padding: 18px 19px 18px 60px;
  border: 1px solid #007c88;
  border-radius: 7px;
  background-color: transparent;
  background-image: url('../images/Group-1.svg');
  background-position: 21% 50%;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  color: #007c88;
}

.duo_flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trio {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trio.diff {
  margin-top: 30px;
}

.checkbox-label-2 {
  width: 80%;
  line-height: 23px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_image_container {
  overflow: hidden;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgba(230, 251, 253, 0.5);
}

.profile_image_container.proff {
  background-color: #ebeef2;
}

.div-block-34 {
  position: static;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33 {
  margin-top: 23px;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.div-block-35 {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  text-align: center;
}

.heading-11 {
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.section-20 {
  min-height: 100vh;
  padding-top: 5%;
  padding-bottom: 7%;
}

.details_container {
  position: static;
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 10px;
  background-color: rgba(230, 251, 253, 0.5);
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.heading-12 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.heading-12.booking {
  font-size: 19px;
  font-weight: 600;
}

.div-block-36 {
  display: -ms-grid;
  display: grid;
  margin-top: 23px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 15px;
}

.data {
  font-weight: 500;
  text-align: left;
}

.value {
  display: block;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.textarea {
  height: auto;
  min-height: 120px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.2);
  border-radius: 7px;
  background-color: #e1fdff;
  color: #00285c;
}

.doct_image_container {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #d0a9a9;
}

.doct_name {
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.doct_title {
  margin-bottom: 23px;
  opacity: 0.61;
  font-size: 14px;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.text-block-34 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
  text-align: left;
}

.modify_visit_container {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  float: left;
  background-image: url('../images/Group-558.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: translate(0px, -20%);
  -ms-transform: translate(0px, -20%);
  transform: translate(0px, -20%);
}

.text-block-35 {
  display: inline-block;
  float: left;
}

.div-block-37 {
  margin-right: auto;
  margin-left: auto;
}

.change_doctors {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
}

.user_doctor_image {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/Group-3.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.user_doct_img {
  display: none;
  width: 100%;
  height: 100%;
}

.login_register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  margin-right: 0px;
  margin-left: 9px;
  cursor: pointer;
}

.text-block-37 {
  margin-right: 4px;
  margin-left: 4px;
}

.text-block-38 {
  cursor: pointer;
}

.doctor_user_name {
  display: none;
  margin-left: 12px;
}

.master_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 92, 0.76)), to(rgba(0, 40, 92, 0.76))), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 40, 92, 0.76), rgba(0, 40, 92, 0.76)), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.master_head.login {
  height: 450px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.master_head.detaild {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 92, 0.75)), to(rgba(0, 40, 92, 0.75))), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 40, 92, 0.75), rgba(0, 40, 92, 0.75)), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.master_head.profile {
  height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-13 {
  margin-top: 10px;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}

.text-block-39 {
  opacity: 0.6;
  font-size: 20px;
  text-align: center;
}

.buttons {
  text-align: center;
}

.section-21 {
  min-height: 50vh;
  padding-top: 150px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 400;
  text-align: left;
}

.div-block-38 {
  text-align: left;
}

.paragraph-11 {
  margin-bottom: 24px;
  line-height: 26px;
  font-weight: 300;
}

.heading-14 {
  font-size: 30px;
  font-weight: 600;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  margin-right: 40px;
}

.image-11 {
  border-radius: 10px;
}

.section-22 {
  min-height: 50vh;
  padding-top: 5%;
  padding-bottom: 7%;
}

.button-5 {
  width: 180px;
  margin-bottom: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 50px;
  background-color: #00285c;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  text-align: center;
}

.button-5.diff {
  width: 240px;
}

.button-5.faded {
  margin-bottom: 15px;
  background-color: rgba(0, 40, 92, 0.14);
  color: #00285c;
}

.button-5.faded:hover {
  background-color: rgba(0, 40, 92, 0.36);
}

.button-5.faded.diff {
  width: 100%;
}

.button-5.faded.diff:hover {
  background-color: rgba(0, 40, 92, 0.14);
}

.button-5.visit_complete {
  background-color: #d1ffe0;
  color: #00285c;
}

.button-5.no {
  background-color: rgba(255, 0, 0, 0.27);
  color: #00285c;
  font-size: 14px;
}

.button-5.yes {
  margin-left: 10px;
  background-color: rgba(0, 255, 123, 0.42);
  color: #00285c;
  font-size: 14px;
}

.button-5.admin_login_button {
  width: 130px;
}

.button-6 {
  width: 170px;
  margin-left: 25px;
  padding: 15px 45px;
  border-radius: 50px;
  background-color: rgba(0, 40, 92, 0.18);
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.masthead-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Backdrop.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.masthead-copy.services {
  min-height: 70vh;
  background-image: url('../images/Backdrop.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.masthead-copy.team {
  min-height: 65vh;
  background-image: url('../images/Backdrop.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.masthead-copy.communi_serviti {
  min-height: 55vh;
}

.masthead-copy.serach_result {
  min-height: 65vh;
  background-size: 100%;
}

.masthead-copy.visite {
  min-height: 60vh;
}

.masthead-copy.visit_page_header {
  min-height: 60vh;
}

.masthead-copy.login {
  height: 60vh;
  min-height: auto;
}

.masthead-copy.register {
  height: 60vh;
  min-height: auto;
}

.masthead-copy.upform {
  min-height: 50vh;
}

.masthead-copy.checkout {
  min-height: 40vh;
}

.div-block-40 {
  margin-top: 0px;
  margin-bottom: 70px;
  padding-bottom: 0px;
  text-align: center;
}

.text-block-40 {
  margin-top: -27px;
  margin-bottom: 14px;
  opacity: 1;
  font-size: 12px;
  white-space: nowrap;
}

.bold {
  font-weight: 600;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.prff {
  width: 90%;
  opacity: 1;
  font-size: 14px;
}

.text-span-4 {
  opacity: 0.74;
  font-size: 12px;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.members {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 7%;
  display: block;
  padding: 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: transparent;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 12px;
}

.link-block-3 {
  color: #fff;
}

.heading-15 {
  text-align: center;
}

.text-block-41 {
  margin-top: 15px;
  opacity: 0.6;
  font-size: 20px;
  text-align: center;
}

.section-23 {
  min-height: 100vh;
  padding-top: 5%;
  padding-bottom: 7%;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 400;
}

.text_area_profile {
  min-height: 180px;
  margin-top: 30px;
  padding: 19px 28px;
  border: 1px none #000;
  border-radius: 7px;
  background-color: #ebeef2;
  color: #00285c;
  font-weight: 400;
}

.text_area_profile::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.text_area_profile:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.text_area_profile::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.text_area_profile::placeholder {
  color: rgba(0, 40, 92, 0.63);
}

.text_area_profile.personal_description {
  color: #00285c;
}

.visit_selector_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr);
  -ms-grid-columns: minmax(min-content, 1fr) minmax(min-content, 1fr);
  grid-template-columns: minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr);
  grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-42 {
  margin-top: 18px;
  margin-bottom: 0px;
}

.slectors {
  height: 500px;
  padding: 25px;
  border-radius: 7px;
  background-color: #ebeef2;
}

.selecteds {
  overflow: scroll;
  height: 500px;
  padding: 25px;
  border-radius: 7px;
  background-color: #ebeef2;
}

.visit_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00285c;
  color: #fff;
  cursor: pointer;
}

.visits_selector_container {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.text-block-42 {
  font-size: 16px;
}

.visit {
  margin-bottom: 10px;
}

.visit.last {
  margin-bottom: 100px;
}

.visit_subitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 40, 92, 0.15);
  border-radius: 7px;
  background-color: rgba(0, 40, 92, 0.1);
  color: #00285c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.visit_subitem.selected {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: default;
}

.text-block-43 {
  color: #00306f;
}

.visit_subitem_container {
  overflow: hidden;
  height: auto;
}

.image-12 {
  height: 17px;
}

.image-13 {
  height: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price_n_remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 10px 2px 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.48);
  font-size: 16px;
}

.input_num {
  width: 70px;
  margin-bottom: 0px;
  padding-right: 1px;
  padding-left: 5px;
  border: 1px none #000;
  background-color: transparent;
  color: #00285c;
  font-size: 16px;
}

.image-14 {
  max-width: 100%;
  margin-left: 20px;
}

.text-block-44 {
  white-space: normal;
}

.cap_selecteors {
  margin-top: 30px;
  margin-bottom: 50px;
}

.search_cap_input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input_element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-right: 15px;
  padding-left: 23px;
  border-radius: 7px;
  background-color: #ebeef2;
}

.text-field-5 {
  width: 100%;
  margin-bottom: 0px;
  padding: 28px 21px 28px 17px;
  border: 1px none #000;
  background-color: transparent;
  color: #00285c;
  font-size: 15px;
}

.text-field-5::-webkit-input-placeholder {
  color: rgba(0, 40, 92, 0.65);
}

.text-field-5:-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.65);
}

.text-field-5::-ms-input-placeholder {
  color: rgba(0, 40, 92, 0.65);
}

.text-field-5::placeholder {
  color: rgba(0, 40, 92, 0.65);
}

.button-7 {
  margin-left: 24px;
  padding: 0px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #00285c;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/Path-175.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.cap_selected {
  height: auto;
  min-height: 180px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 7px;
  background-color: #ebeef2;
}

.cap {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.cap_remove {
  margin-left: 20px;
  padding: 12px;
  background-color: hsla(0, 0%, 100%, 0.35);
  cursor: pointer;
}

.cap_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00285c;
  color: #fff;
}

.profile_masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 92, 0.6)), to(rgba(12, 217, 237, 0.6))), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 40, 92, 0.6), rgba(12, 217, 237, 0.6)), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-24 {
  min-height: auto;
  padding-top: 7%;
  padding-bottom: 7%;
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.visite_ed_esami {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.grid_item_headin {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.visite_container {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.doctura_visite {
  display: inline-block;
  padding: 18px 40px 18px 25px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 7px;
  background-color: rgba(191, 249, 255, 0.5);
  opacity: 1;
  color: rgba(0, 40, 92, 0.8);
  font-weight: 400;
}

.text-block-45 {
  opacity: 1;
  color: #00285c;
  text-align: left;
}

.areas {
  margin-top: 30px;
  -webkit-transform: translate(2%, 0px);
  -ms-transform: translate(2%, 0px);
  transform: translate(2%, 0px);
}

.area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.area_text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.div-block-43 {
  width: 8px;
  height: 8px;
  border-style: none;
  border-width: 1px;
  border-color: #00285c;
  border-radius: 50%;
  background-color: #0cd9ed;
}

.about_me {
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 15px;
  background-color: rgba(191, 250, 255, 0.5);
}

.paragraph-12 {
  margin-top: 15px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph-12.first {
  margin-top: 30px;
}

.prof_exp {
  margin-top: 50px;
}

.section-25 {
  min-height: 50vh;
  padding-top: 7%;
  padding-bottom: 7%;
  background-image: linear-gradient(264deg, rgba(0, 40, 92, 0.7) 37%, rgba(12, 217, 237, 0.7)), url('../images/Group-545.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-16 {
  margin-top: 0px;
  font-weight: 600;
}

.text-block-46 {
  width: 80%;
  font-size: 15px;
  line-height: 29px;
}

.cap_served {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.city_name_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.text-block-47 {
  margin-left: 9px;
}

.cap_code {
  margin-top: 6px;
  margin-left: 18px;
  font-size: 18px;
  font-weight: 200;
}

.user_img_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.user_image_container {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transform: translate(0px, 38px) scale(1.2);
  -ms-transform: translate(0px, 38px) scale(1.2);
  transform: translate(0px, 38px) scale(1.2);
}

.name_titilo {
  margin-top: -10px;
  margin-left: 55px;
}

.user_doctor_name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 33px;
  text-align: left;
}

.text-block-48 {
  margin-top: 4px;
  font-size: 16px;
  text-align: left;
}

.image-15 {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.error-message {
  background-color: #fff;
  color: #000;
}

.paragraph-13 {
  width: 490px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  text-align: left;
}

.div-block-44 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 94px;
  background-color: hsla(0, 0%, 100%, 0.22);
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.facebook_embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 0px;
  background-color: rgba(230, 251, 253, 0.5);
}

.html-embed {
  width: auto;
  height: auto;
}

.content_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}


/***** Ali new css *****/
.content_grid-2 {
  display: -ms-block;
  display: block;
  margin-top: 0px;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content_grid-2 h2{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif;
    color: #00285c;
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.content_grid-2 .paragraph {
    display: inline-block;
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #00285c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
/***** Ali new css *****/



.italic-text {
  line-height: 33px;
  font-style: normal;
  font-weight: 200;
}

.section-26 {
  padding-bottom: 7%;
  text-align: center;
}

.div-block-45 {
  width: 1px;
  height: auto;
  background-color: #00285c;
  opacity: 0.09;
}

.section-27 {
  padding-bottom: 7%;
  text-align: center;
}

.number_data {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
}

.body-6 {
  background-color: #fff;
}

.div-block-46 {
  margin-top: 73px;
}

.div-block-47 {
  display: block;
}

.facebook_embed-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 0px;
  background-color: rgba(230, 251, 253, 0.5);
}

.section-28 {
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
}

.italic-text-2 {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}

.section-29 {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

.html-embed-2 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1.1, 1);
  transform: scale3d(1, 1.1, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.numbers_container {
  position: relative;
  z-index: 99;
  overflow: hidden;
  width: auto;
  height: 70px;
  max-height: 70px;
}

.numbers {
  -webkit-transform: translate(0px, -93%);
  -ms-transform: translate(0px, -93%);
  transform: translate(0px, -93%);
}

.text-block-49 {
  display: inline-block;
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #039ead;
  font-size: 13px;
  font-weight: 500;
}

.text-block-49.proff {
  color: #00285c;
}

.paragraph-14 {
  display: inline-block;
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.feature-2 {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 500;
}

.html-embed-3 {
  display: inline-block;
}

.html-embed-4 {
  display: inline-block;
}

.socio_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-30 {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.checkout_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.doctor_data_image {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 150px;
  -ms-flex: 0 150px;
  flex: 0 150px;
  border-radius: 50%;
  background-color: rgba(0, 233, 255, 0.5);
}

.image-16 {
  width: 100%;
  height: 100%;
}

.doctor_data_text {
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: left;
}

.docotr_name {
  border-bottom: 2px solid #0cd9ed;
  font-weight: 700;
}

.text-block-50 {
  line-height: 35px;
}

.div-block-48 {
  margin-top: 50px;
}

.div-block-48.details_continer_grid {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: none;
}

.div-block-48.details_continer_grid.open {
  height: auto;
}

.text-block-51 {
  margin-top: 30px;
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.div-block-49 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-50 {
  padding: 0px 35px;
}

.div-block-53 {
  margin-top: 20px;
}

.text-block-52 {
  display: none;
}

.body-7 {
  background-color: #fff;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.upload_cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 21px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ebeef2;
}

.text-block-53 {
  margin-left: 22px;
  opacity: 0.86;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload_scceesful {
  display: none;
}

.image-17 {
  display: none;
}

.image-18 {
  display: none;
}

.text-block-54 {
  font-size: 21px;
  font-weight: 400;
}

.doctors_parent_container {
  position: relative;
}

.scroll {
  position: absolute;
  left: auto;
  top: 38%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scroll:hover {
  background-color: #dbfcff;
}

.scroll.right {
  left: 0%;
  top: 38%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(180deg) translate(120%, 0px);
  -ms-transform: rotate(180deg) translate(120%, 0px);
  transform: rotate(180deg) translate(120%, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.scroll_image {
  position: static;
  left: auto;
  top: 45%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: 40px;
}

.price {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.67);
  border-radius: 5px;
  background-color: #ecfeff;
  box-shadow: 0 10px 20px 0 rgba(0, 73, 80, 0.14);
  opacity: 0;
  -webkit-transform: translate(-20%, -10%);
  -ms-transform: translate(-20%, -10%);
  transform: translate(-20%, -10%);
  color: #00285c;
  font-weight: 500;
  text-align: center;
}

.price_text {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 500;
}

.text-block-55 {
  position: static;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 300;
}

.search_help {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: scroll;
  width: 70%;
  height: 250px;
  border-radius: 5px;
  background-color: #d2fafe;
  box-shadow: 1px 10px 50px 0 rgba(0, 0, 0, 0.11);
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

.search_help.crea_un_profilo {
  display: block;
  overflow: scroll;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebeef2;
  box-shadow: 3px 30px 50px 0 rgba(0, 37, 84, 0.16);
  -webkit-transform: translate(0px, 75px);
  -ms-transform: translate(0px, 75px);
  transform: translate(0px, 75px);
}

.comune_search_item {
  padding: 12px 39px;
  background-color: transparent;
  cursor: default;
}

.comune_search_item:hover {
  background-color: rgba(0, 52, 57, 0.11);
}

.comune_search_item.crea:hover {
  background-color: rgba(0, 40, 92, 0.11);
}

.homepage_search_help {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 200px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 24px;
  background-color: #e6fbfd;
  box-shadow: 6px 8px 40px 0 rgba(0, 40, 92, 0.3);
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
  color: #fff;
}

.homepage_search_help.search {
  display: block;
}

.homepage_search_help.visite_ed_esame {
  display: none;
}

.homepage_search_help.search_result {
  display: none;
}

.visitie_search_help_item {
  padding: 21px 21px 21px 30px;
  background-color: transparent;
}

.visitie_search_help_item:hover {
  background-color: rgba(129, 244, 255, 0.38);
}

.text-block-56 {
  color: #00285c;
  text-align: left;
}

.image-19 {
  margin-bottom: 25px;
}

.button-8 {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.27);
  border-radius: 50px;
  background-color: #d1faff;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
}

.button-8.stroked {
  margin-left: 28px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-8.stroked:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button-8.stroked.qprofile_visit_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 30%;
  margin-left: 0px;
}

.button-8.stroked.qprofile_visit_button:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
}

.qprofile_data_container-2 {
  padding-top: 10%;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.text-block-57 {
  width: 280px;
  margin-top: 14px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.patient_profile_image_container {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transform: scale(1) translate(0%, 15%);
  -ms-transform: scale(1) translate(0%, 15%);
  transform: scale(1) translate(0%, 15%);
}

.image-20 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.patient_name {
  margin-left: 38px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.patient_data_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-31 {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  color: #00285c;
}

.my_bookings {
  text-transform: uppercase;
}

.site_nav_cta {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.6) rgba(12, 217, 237, 0.6) rgba(12, 217, 237, 0.6) rgba(0, 40, 92, 0.09);
  border-radius: 0px;
  background-color: transparent;
}

.site_nav_cta.diff {
  padding-top: 36px;
  border-left-style: none;
  border-radius: 20px;
  background-color: #fff;
}

.heading-17 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.heading-17.diff {
  font-weight: 400;
}

.nav_list {
  display: block;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.list {
  color: #0cd9ed;
}

.list-item {
  color: #00285c;
  text-align: left;
}

.list_item {
  display: inline-block;
  width: 210px;
  margin: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(192, 249, 255, 0.5);
  cursor: pointer;
}

.list_item:hover {
  background-color: rgba(128, 244, 255, 0.5);
}

.list_item.diff {
  width: 200px;
  margin: 0px 0px 15px;
  padding: 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(177, 248, 255, 0.5);
  color: #00285c;
  text-align: center;
}

.list_item.diff:hover {
  background-color: rgba(96, 240, 255, 0.61);
}

.text-block-58 {
  display: inline-block;
  margin-left: 0px;
  float: none;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.blue_bulet {
  display: none;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(12, 217, 237, 0.35);
}

.heading-18 {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.booking_card {
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.36);
  box-shadow: 7px 7px 46px 0 rgba(0, 40, 92, 0.07);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.booking_card.completed {
  padding-bottom: 80px;
}

.top_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doctor_profile_image {
  display: block;
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.booking_main_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.booking_name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: none;
}

.titlo {
  margin-bottom: 3px;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.doctor_name {
  display: inline-block;
  border-bottom: 1.2px none #0cd9ed;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.doctor_name_data_container {
  margin-top: 15px;
}

.booking_card_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: none;
}

.visit_completed {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  padding: 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(12, 217, 237, 0.15);
}

.text-block-59 {
  text-transform: none;
}

.main_-details_container {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.textarea_bookins {
  height: auto;
  min-height: 120px;
  margin-bottom: 26px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.2);
  border-radius: 7px;
  background-color: #e1fdff;
  color: #00285c;
}

.clear_buttons {
  width: 180px;
  height: 100%;
}

.main_data_container {
  padding-right: 40px;
  padding-left: 40px;
}

.body-8 {
  background-color: #fff;
}

.text-block-60 {
  width: 70%;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.no_booking_prompt {
  display: none;
  height: 100%;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 20px;
  background-color: rgba(230, 251, 253, 0.5);
  text-align: center;
}

.heading-19 {
  width: 80%;
  margin: 0px auto 28px;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.prof_data_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_card_lonk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 45vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url("https://uploads-ssl.webflow.com/5d8cfd454ebd737ac1a48727/5e15d478fa55485217023026_instagram.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social_card_lonk:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.social_card_lonk.facebook {
  margin-left: 2vw;
  border-radius: 20px;
  background-image: url("https://uploads-ssl.webflow.com/5d8cfd454ebd737ac1a48727/5e15d74f9ba5cb4a0a4550ae_Group%20935.jpg");
  text-decoration: none;
}

.social_card_lonk.instagram {
  margin-right: 2vw;
  margin-left: 0px;
  background-image: url("https://uploads-ssl.webflow.com/5d8cfd454ebd737ac1a48727/5e15d71943f3650c8134c84e_Group%20936.jpg");
  text-decoration: none;
}

.prof_profile_image_container {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transform: translate(0px, 18%);
  -ms-transform: translate(0px, 18%);
  transform: translate(0px, 18%);
}

.image-21 {
  width: 100%;
  height: 100%;
}

.prof_name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.button-9 {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.27);
  border-radius: 50px;
  background-color: #d1faff;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}

.button-9.stroked {
  margin-left: 28px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-9.stroked:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button-9.stroked.cover_btns {
  padding: 16px 32px;
  border-width: 1.5px;
  font-size: 14px;
}

.button-9.stroked.cover_btns.logout {
  padding-left: 67px;
  background-image: url('../images/logout.svg');
  background-position: 20% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button-9.stroked.cover_btns.logout.diff {
  padding: 15px 30px 15px 64px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-9.gradient {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
  padding: 12px 30px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(66deg, #0cd9ed, #00285c);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.button-9.gradient.login_button {
  display: inline-block;
  margin-top: 0px;
  padding-right: 34px;
  padding-left: 34px;
  font-size: 14px;
}

.button-9.gradient.login_button.proff {
  padding: 16px 45px;
  background-color: #00285c;
  background-image: none;
}

.div-block-58 {
  margin-left: 38px;
}

.text-block-61 {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.section-32 {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  text-align: left;
}

.appointments {
  text-align: left;
}
.scl_icon {
  width: 80px;
  height: auto;
}

.site_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  text-align: center;
}

.heading-20 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.heading-20.diff {
  text-align: center;
}

.appointment {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  padding: 42px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 130px 1fr 180px;
  grid-template-columns: 130px 1fr 180px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 43px 0 rgba(0, 40, 92, 0.1);
}

.appointment.finished {
  background-color: rgba(0, 255, 106, 0.09);
}

.div-block-59 {
  width: 120px;
  height: 150px;
}

.patient_profile_image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.appoint_buttons_container {
  padding-top: 15px;
}

.data_container {
  padding-top: 15px;
}

.paziente_name {
  margin-top: 0px;
  font-size: 27px;
}

.paziente_data_block {
  margin-top: 20px;
}

.text-block-62 {
  font-size: 20px;
  font-weight: 400;
  white-space: normal;
}

.text-block-63 {
  margin-bottom: 2px;
  opacity: 0.4;
  font-size: 12px;
  font-weight: 300;
}

.text-block-64 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

.price_container {
  margin-left: -6px;
  text-align: center;
}

.price_euro {
  position: relative;
  display: inline-block;
  font-size: 24px;
  text-align: center;
}

.text-span-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -7px;
  margin-left: -11px;
  font-size: 16px;
}

.text-block-65 {
  margin-bottom: 12px;
  opacity: 0.4;
  font-size: 12px;
  font-weight: 300;
}

.pateint_message {
  width: 80%;
  min-height: 100px;
  margin-top: 6px;
  padding: 12px 12px 12px 23px;
  border-left: 1px solid #00285c;
  border-radius: 0px;
  background-color: rgba(0, 40, 92, 0.04);
  font-size: 12px;
}

.div-block-60 {
  overflow: hidden;
  height: 0px;
}

.nav_container {
  margin-top: 30px;
}

.confirm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  font-family: Poppins, sans-serif;
  white-space: normal;
}

.confirm.diff {
  display: none;
  background-color: rgba(0, 0, 0, 0.38);
}

.confirm_prompt {
  padding: 34px 34px 18px;
  border-radius: 15px;
  background-color: #fff;
}

.text-block-66 {
  width: 370px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.text-block-66.diff {
  margin-bottom: 7px;
  text-align: left;
}

.div-block-63 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.body-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 92, 0.7)), to(rgba(0, 40, 92, 0.7))), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 40, 92, 0.7), rgba(0, 40, 92, 0.7)), url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.admin_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.admin_login_container {
  text-align: center;
}

.text-block-67 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 13px;
}

.heading-21 {
  display: inline-block;
}

.heading-21.diff {
  font-size: 30px;
}

.form-5 {
  margin-top: 24px;
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.image-22 {
  height: 100px;
}

.admin_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/o-OLDER-PERSON-WITH-DOCTOR-facebook1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  box-shadow: -1px 5px 30px -4px rgba(0, 40, 92, 0.24);
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.admin_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-64 {
  display: inline-block;
}

.image-23 {
  height: 70px;
  margin-right: 30px;
}

.image-23.diff {
  height: 50px;
  margin-right: 19px;
}

.section-33 {
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 150px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-weight: 400;
}

.heading-22 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.regi_doctor_card {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  padding: 33px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 130px 1fr 0.6fr;
  grid-template-columns: 130px 1fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  box-shadow: 9px 9px 43px 0 rgba(0, 40, 92, 0.1);
  text-align: left;
}

.regi_doctor_image {
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.image-24 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.div-block-65 {
  display: -ms-grid;
  display: grid;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.regi_name_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 40, 92, 0.15);
}

.text-block-68 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}

.regi_data {
  opacity: 0.5;
  font-size: 12px;
}

.regi_value {
  margin-top: 5px;
  font-size: 16px;
}

.div-block-66 {
  padding-left: 19px;
}

.regi_button_container {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-10 {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 50px;
  background-color: #00285c;
  font-size: 14px;
  text-align: center;
}

.button-10.reject {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(218, 57, 57, 0.18);
  color: #00285c;
  font-size: 12px;
}

.button-10.approve {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(0, 255, 85, 0.18);
  color: #00285c;
  font-size: 12px;
}

.button-10.open_profile {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(0, 40, 92, 0.14);
  color: #00285c;
  font-size: 12px;
}

.button-10.reject-copy {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(218, 57, 57, 0.18);
  color: #00285c;
  font-size: 12px;
}

.button-10.remove {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f8dbdb;
  color: #00285c;
  font-size: 12px;
}

.form-block-3 {
  margin-bottom: 36px;
  padding: 7% 7% 3%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 9px 9px 36px 0 rgba(0, 40, 92, 0.1);
}

.select-field {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #000;
  background-color: transparent;
  color: #00285c;
}

.image-25 {
  position: absolute;
}

.approve_confirm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.approve_confirm_container {
  position: relative;
  z-index: 2;
  padding: 34px 34px 14px;
  border-radius: 15px;
  background-color: #fff;
}

.text-block-69 {
  width: 370px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  font-weight: 300;
  text-align: left;
}

.r {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.reject_confirm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.reject_container {
  position: relative;
  z-index: 2;
  padding: 34px 34px 16px;
  border-radius: 15px;
  background-color: #fff;
}

.approved_tick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 40, 92, 0.16);
}

.remove_container {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 34px 16px;
  border-radius: 15px;
  background-color: #fff;
}

.remove_confirm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.blurer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 40, 92, 0.7);
}

.end-of-the-list {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #00285c;
  opacity: 0.1;
}

.text-block-70 {
  width: 100%;
  margin-right: 40px;
  margin-left: 40px;
  opacity: 0.55;
  font-weight: 400;
}

.text-field-6 {
  margin-bottom: 30px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #0cd9ed;
  border-radius: 5px;
  background-color: #d3fbff;
  color: #00285c;
  font-size: 16px;
  font-weight: 400;
}

.text-field-6:focus {
  color: #00285c;
}

.text-field-6::-webkit-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-6:-ms-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-6::-ms-input-placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

.text-field-6::placeholder {
  background-color: transparent;
  color: rgba(0, 40, 92, 0.6);
}

@media (max-width: 991px) {
  .social_card_lonk {
    width: 45vw;
  }
  .masthead {
    overflow: hidden;
  }
  .masthead.services {
    background-image: url('../images/Backdrop.svg');
    background-position: 50% 0%;
    background-size: contain;
  }
  .masthead.team {
    min-height: 48vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .masthead.serach_result {
    background-position: 50% 50%;
    background-size: cover;
  }
  .masthead.login {
    overflow: visible;
  }
  .masthead.register {
    overflow: visible;
    height: 400px;
  }
  .search.team {
    background-color: hsla(0, 0%, 100%, 0.16);
  }
  .text-field {
    width: 230px;
    font-size: 13px;
  }
  .text-field.homapge {
    width: 70vw;
  }
  .blur.team {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Backdrop.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Backdrop.svg');
    background-size: auto, contain;
  }
  .button.gradient.service_main_book {
    display: block;
    font-size: 11px;
  }
  .button.stroked.m_b.servc.search_result {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 9px;
    padding: 8px 14px;
    text-align: center;
  }
  .button.stroked.book_doctro {
    margin-left: 0px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .button.stroked.cover_btns {
    margin-left: 0px;
    padding: 14px 31px;
  }
  .button.stroked.cover_btns.logout {
    margin-left: 16px;
  }
  .button.service_main_learn_more {
    display: block;
  }
  .header {
    padding-top: 0px;
  }
  .custom_container {
    width: 90%;
    margin-top: 14px;
  }
  .custom_container.card {
    width: 100%;
    min-height: 100vh;
    border-radius: 0px;
  }
  .custom_container.cta_container {
    width: 90%;
  }
  .custom_container.footer_section {
    width: 83%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .custom_container.doc {
    width: 90%;
  }
  .custom_container.masthead_content_container.service {
    width: 85%;
    -webkit-transform: translate(0px, 10%);
    -ms-transform: translate(0px, 10%);
    transform: translate(0px, 10%);
  }
  .custom_container.masthead_content_container.service.comm_seriti {
    justify-items: center;
  }
  .custom_container.info_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .custom_container.type_of-visit {
    width: 90%;
  }
  .custom_container.doct_available {
    width: 90%;
  }
  .custom_container.search_doct_area {
    width: 90%;
  }
  .custom_container.details {
    width: 90%;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr minmax(200px, 230px);
    grid-template-columns: 1fr minmax(200px, 230px);
  }
  .custom_container.buttons {
    width: 90%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .custom_container.grid {
    grid-column-gap: 18px;
  }
  .custom_container.detailed {
    display: none;
  }
  .custom_container.profilo_data {
    width: 85%;
    grid-auto-flow: row dense;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom_container.user_block {
    width: 90%;
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom_container.profile_cover_container {
    margin-top: 18%;
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .custom_container.profile_account_data.grid {
    width: 90%;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom_container.prfo_profile_head {
    margin-top: 15%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom_container.prof_accoutn_data {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nav-link {
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }
  .profile_login.not_logged_in {
    margin-top: 17px;
  }
  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1ac2d2;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    color: #fff;
  }
  .nav-menu.diff {
    position: static;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-1 {
    padding-top: 80px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .heading-2.bold {
    font-size: 30px;
  }
  .paragraph.p {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
  }
  .paragraph.p.feature {
    width: 100%;
  }
  .services_grid {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .service_card.tab_hide {
    display: none;
  }
  .text-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta_section {
    text-align: center;
  }
  .section-2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .feature_container {
    width: 100%;
  }
  .feature {
    text-align: center;
  }
  .feature.diff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature_image {
    height: 80px;
  }
  .feature_label {
    width: 80%;
  }
  .feature_label.light {
    font-size: 14px;
  }
  .feature_label.light.odd {
    width: 100%;
    margin-top: 5px;
  }
  .section-3 {
    padding-top: 80px;
  }
  .section-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .doctors_container {
    width: 95%;
  }
  .doctor_name_container {
    font-size: 14px;
  }
  .text-block-4 {
    width: 150px;
    font-size: 13px;
  }
  .doctor_image {
    width: 100px;
    height: 100px;
  }
  .cta_card._2 {
    height: 200px;
  }
  .cta_card._1 {
    height: 200px;
  }
  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer {
    overflow: hidden;
  }
  .foofter_flex.three {
    display: none;
  }
  .div-block-6 {
    margin-left: 80px;
  }
  .menu-button {
    position: relative;
    z-index: 999;
    display: block;
  }
  .div-block-8.another.diff {
    padding-left: 0px;
  }
  .service_container {
    overflow: visible;
    width: 90%;
    grid-column-gap: 13px;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
  .service_maine_card {
    width: 250px;
    padding-bottom: 32px;
  }
  .service_main_name {
    font-size: 22px;
  }
  .service_main_description {
    font-size: 11px;
    line-height: 20px;
  }
  .div-block-9 {
    margin-top: 29px;
  }
  .service_type_card {
    padding: 34px 22px 22px;
  }
  .text-block-7 {
    font-size: 18px;
  }
  .div-block-10 {
    margin-top: 28px;
  }
  .type_of-service_grid {
    margin-top: 28px;
  }
  .sub_service {
    padding: 10px;
  }
  .sub_service_text {
    width: 100%;
    font-size: 12px;
  }
  .aub_service_arrow {
    display: none;
  }
  .service_main_icon {
    height: 50px;
  }
  .text-block-8 {
    font-size: 18px;
    line-height: 33px;
  }
  .heading-5 {
    line-height: 45px;
  }
  .professionist_grid {
    grid-row-gap: 44px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 320px)) minmax(300px, 320px);
  }
  .area_container {
    width: 85%;
    padding-right: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .map_container {
    width: 85%;
  }
  .masthead_search_container {
    display: -ms-grid;
    display: grid;
    width: 90%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .text-block-10 {
    font-size: 14px;
    line-height: 28px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-12 {
    padding-top: 6%;
  }
  .container {
    width: 90%;
  }
  .search_item_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text-span {
    font-size: 23px;
  }
  .div-block-20 {
    display: block;
  }
  .login_alert {
    display: none;
  }
  .select_visite {
    display: none;
  }
  .visite_select_container {
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
  }
  .visite_list {
    width: 100%;
  }
  .div-block-24 {
    width: 100%;
  }
  .masthead_container.login {
    margin-top: 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead_container.register {
    margin-top: 17%;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .masthead_container.diff {
    display: block;
  }
  .column.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-5 {
    margin-top: 34px;
  }
  .doctor_container {
    font-size: 14px;
  }
  .searched_area_doct_container.open {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .login_form_container {
    padding-bottom: 10%;
  }
  .text-field-4 {
    width: 99%;
  }
  .div-block-31 {
    margin-right: 0%;
    margin-bottom: 75px;
    margin-left: -16px;
    padding-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .div-block-31.diff {
    position: static;
    margin-bottom: 57px;
    margin-left: 0px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .div-block-31.diff.diff {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .forms_container.proff {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .form-3 {
    margin-right: 0px;
    margin-left: 8px;
    padding-top: 10px;
  }
  .section-17 {
    min-height: 58vh;
  }
  .register_form_container {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .section-18 {
    position: relative;
    z-index: -1;
    min-height: 100vh;
  }
  .text-block-32 {
    display: none;
    overflow: visible;
  }
  .details_container {
    font-size: 12px;
  }
  .heading-12 {
    font-size: 22px;
  }
  .div-block-36 {
    margin-top: 24px;
    font-size: 13px;
  }
  .doct_image_container {
    width: 100px;
    height: 100px;
  }
  .doct_name {
    font-size: 16px;
  }
  .doct_title {
    font-size: 12px;
  }
  .text-block-34 {
    font-size: 12px;
  }
  .div-block-37 {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .master_head {
    height: 100vh;
  }
  .master_head.detaild {
    height: 100vh;
  }
  .master_head.profile {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-5.faded {
    margin-right: 10px;
  }
  .masthead-copy {
    overflow: hidden;
  }
  .masthead-copy.services {
    background-image: url('../images/Backdrop.svg');
    background-position: 50% 0%;
    background-size: contain;
  }
  .masthead-copy.team {
    min-height: 48vh;
    background-size: cover;
    background-attachment: scroll;
  }
  .masthead-copy.serach_result {
    background-position: 50% 50%;
    background-size: cover;
  }
  .masthead-copy.login {
    overflow: visible;
  }
  .masthead-copy.register {
    overflow: visible;
    height: 400px;
  }
  .members {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .section-23 {
    display: none;
  }
  .profile_masthead {
    min-height: 70vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_di_competenza {
    margin-top: 43px;
  }
  .areas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .area {
    margin-right: 30px;
  }
  .user_img_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user_image_container {
    width: 120px;
    height: 120px;
    -webkit-transform: translate(0px, 0px) scale(1.2);
    -ms-transform: translate(0px, 0px) scale(1.2);
    transform: translate(0px, 0px) scale(1.2);
  }
  .name_titilo {
    margin: 37px 26px 27px;
    text-align: center;
  }
  .user_doctor_name {
    text-align: center;
  }
  .text-block-48 {
    text-align: center;
  }
  .content_grid {
    -ms-grid-columns: 1fr 1.75fr;
    grid-template-columns: 1fr 1.75fr;
  }
  .number_data {
    font-size: 60px;
  }
  .section-28 {
    padding-bottom: 80px;
  }
  .section-29 {
    padding-bottom: 80px;
  }
  .numbers {
    -webkit-transform: translate(0px, -93%);
    -ms-transform: translate(0px, -93%);
    transform: translate(0px, -93%);
  }
  .extra {
    display: block;
  }
  .text-block-52 {
    display: block;
    font-size: 25px;
    line-height: 40px;
  }
  .patient_name {
    margin-top: 14px;
    margin-bottom: 35px;
    margin-left: 0px;
  }
  .patient_data_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-31 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .list_item.diff {
    width: 190px;
    margin-right: 10px;
  }
  .heading-18 {
    text-align: center;
  }
  .prof_data_container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prof_profile_image_container {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .prof_name {
    font-size: 35px;
    text-align: center;
  }
  .button-9.stroked.cover_btns {
    margin-left: 0px;
    padding: 14px 31px;
  }
  .button-9.stroked.cover_btns.logout {
    margin-left: 16px;
  }
  .div-block-58 {
    margin-left: 0px;
  }
  .text-block-61 {
    text-align: center;
  }
  .section-32 {
    padding-top: 0px;
  }
  .site_nav {
    margin-top: 29px;
  }
  .heading-20 {
    text-align: center;
  }
  .regi_doctor_card {
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
  }
  .regi_button_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .button-10 {
    width: 170px;
    margin-right: 30px;
    font-size: 12px;
  }
  .button-10.approve {
    margin-right: 0px;
  }
  .text-field-6 {
    width: 99%;
  }
}

@media (max-width: 767px) {
	
  .custom_container.instagram_feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .masthead.services {
    min-height: 80vh;
    background-size: cover;
  }
  .masthead.team {
    min-height: 62vh;
    background-image: url('../images/Backdrop.svg');
  }
  .masthead.visit_page_header {
    min-height: 64vh;
  }
  .masthead.login {
    height: 435px;
  }
  .heading {
    font-size: 33px;
    line-height: 50px;
  }
  .search {
    width: 90vw;
  }
  .text-field {
    width: 60vw;
  }
  .text-field._2 {
    width: 100%;
  }
  .blur.team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Backdrop.svg');
    background-image: linear-gradient(180deg, null, null), url('../images/Backdrop.svg');
    background-size: auto, cover;
  }
  .button {
    padding: 10px 24px;
  }
  .button.gradient {
    padding: 10px 24px;
    font-size: 12px;
  }
  .button.gradient.doct {
    margin-top: 0px;
  }
  .button.gradient.service_main_book {
    display: inline-block;
  }
  .button.gradient.submit.booking {
    padding-right: 26px;
    padding-left: 26px;
  }
  .button.stroked {
    margin-right: 19px;
    margin-left: 0px;
  }
  .button.stroked.card {
    padding: 9px 33px;
    font-size: 12px;
  }
  .button.service_main_learn_more {
    display: inline-block;
  }
  .button.view_profile {
    margin-top: 0px;
    margin-left: 10px;
  }
  .custom_container.cta_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom_container.footer_section {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .custom_container.masthead_content_container.service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-transform: translate(0px, 5%);
    -ms-transform: translate(0px, 5%);
    transform: translate(0px, 5%);
  }
  .custom_container.info_container {
    width: 85%;
  }
  .custom_container.type_of-visit {
    width: 85%;
  }
  .custom_container.doct_available {
    width: 85%;
  }
  .custom_container.search_doct_area {
    width: 100%;
    border-radius: 0px;
  }
  .custom_container.details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom_container.buttons {
    margin-top: 54px;
  }
  .custom_container.detailed {
    display: none;
  }
  .custom_container.profilo_data.comuni_serviti {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom_container.prof_accoutn_data {
    overflow: hidden;
  }
  .nav-menu {
    background-color: #1ac2d2;
    background-image: none;
  }
  .heading-2 {
    width: 100%;
  }
  .heading-2.bold {
    width: 80%;
  }
  .paragraph.p.feature.diff {
    width: 90%;
  }
  .paragraph.p.doct {
    width: 90%;
  }
  .services_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service_card {
    width: auto;
    max-width: none;
    min-height: auto;
    padding: 36px 0px;
  }
  .service_card.tab_hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-2 {
    width: 90%;
    height: auto;
  }
  .section-2 {
    padding-top: 10%;
    padding-bottom: 16%;
  }
  .feature_container {
    margin-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .feature_container.diff {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature.diff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature_image {
    height: 80px;
  }
  .feature_label {
    margin-top: 0px;
    margin-left: 65px;
    text-align: left;
  }
  .feature_label.light.odd {
    margin-left: 0px;
    text-align: left;
  }
  .section-3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .section-5 {
    padding-bottom: 19%;
  }
  .doctors_container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .doctor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-4 {
    width: auto;
  }
  .cta_card._2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-top-style: solid;
    border-top-color: rgba(53, 133, 238, 0.14);
    border-radius: 0px;
  }
  .cta_card._1 {
    width: 90%;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
  }
  .text-block-5 {
    width: 70%;
  }
  .footer {
    min-height: 400px;
  }
  .div-block-3 {
    display: none;
  }
  .social_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-5 {
    margin-top: -4px;
  }
  .map {
    width: 100%;
    margin-top: -2%;
  }
  .div-block-6 {
    display: none;
  }
  .social_text {
    display: inline-block;
    margin-top: 5px;
    margin-left: 21px;
  }
  .heading-4 {
    text-align: center;
  }
  .div-block-8 {
    height: 97px;
    padding-left: 0px;
    border-left-color: hsla(0, 0%, 100%, 0);
  }
  .div-block-8.another {
    height: 200px;
  }
  .div-block-8.another.diff {
    height: auto;
    margin-top: 47px;
  }
  .service_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service_maine_card {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  .text-block-8 {
    width: 80%;
    line-height: 34px;
  }
  .search_doctor {
    margin-top: 18px;
  }
  .professionist_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .professionist_header.comm_seriti {
    margin-top: 0px;
  }
  .professionist_grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(300px, 320px));
  }
  .doctor_data.home {
    margin-left: 55px;
    text-align: left;
  }
  .masthead_search_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .button-2 {
    position: absolute;
    left: 40%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .search_result_text_container {
    font-size: 26px;
    line-height: 42px;
  }
  .left {
    text-align: center;
  }
  .div-block-17 {
    margin-left: -45px;
  }
  .search_item_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-span {
    font-size: 26px;
  }
  .div-block-20 {
    display: block;
    width: 200%;
  }
  .closer {
    display: block;
  }
  .login_alert {
    display: none;
  }
  .select_visite {
    display: none;
  }
  .visite_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .button-3 {
    padding: 10px 24px;
  }
  .button-3.gradient {
    padding: 10px 24px;
    font-size: 12px;
  }
  .masthead_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translate(0px, 8%);
    -ms-transform: translate(0px, 8%);
    transform: translate(0px, 8%);
  }
  .masthead_container.login {
    width: 100%;
    margin-top: 16%;
  }
  .masthead_container.login.diff {
    text-align: center;
  }
  .masthead_container.register {
    width: 90%;
  }
  .masthead_container.diff {
    width: 90%;
  }
  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .column.right {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px none #000;
  }
  .section-13 {
    padding-top: 3%;
  }
  .paragraph-7 {
    width: 100%;
  }
  .visite_type_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .doctor_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-16 {
    padding-bottom: 0%;
  }
  .heading-8 {
    width: 90%;
    font-size: 22px;
    font-weight: 500;
  }
  .search_area_bar {
    width: 95%;
    margin-top: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .searching_doct_area_textfield {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 15px;
  }
  .searched_area_doct_container.open {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .login_form_container {
    width: 90%;
  }
  .login_form_container.proff {
    width: 100%;
  }
  .div-block-31.diff.diff {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .section-17 {
    min-height: 70vh;
  }
  .register_form_container {
    width: 100%;
  }
  .paragraph-9 {
    width: 100%;
  }
  .update_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-block-33 {
    margin-left: 22px;
  }
  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .doct_image_container {
    width: 130px;
    height: 130px;
  }
  .text-block-34 {
    -webkit-transform: translate(0px, 200%);
    -ms-transform: translate(0px, 200%);
    transform: translate(0px, 200%);
  }
  .master_head.detaild {
    height: 100vh;
  }
  .masthead-copy.services {
    min-height: 80vh;
    background-size: cover;
  }
  .masthead-copy.team {
    min-height: 62vh;
    background-image: url('../images/Backdrop.svg');
  }
  .masthead-copy.visit_page_header {
    min-height: 64vh;
  }
  .text-block-40 {
    white-space: normal;
  }
  .section-23 {
    display: none;
  }
  .visite_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-46 {
    width: 100%;
  }
  .content_grid {
    margin-bottom: 43px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .number_data {
    width: auto;
  }
  .numbers_container {
    width: 220px;
    text-align: left;
  }
  .feature-2 {
    margin-bottom: 42px;
  }
  .text-block-52 {
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
  }
  .button-8 {
    padding: 10px 24px;
  }
  .button-8.stroked {
    margin-right: 19px;
    margin-left: 0px;
  }
  .text-block-57 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .booking_main_data {
    width: auto;
    margin-top: 31px;
    margin-bottom: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titlo {
    text-align: center;
  }
  .booking_card_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-9 {
    padding: 10px 24px;
  }
  .button-9.stroked {
    margin-right: 19px;
    margin-left: 0px;
  }
  .button-9.gradient {
    padding: 10px 24px;
    font-size: 12px;
  }
  .appointments {
    width: 100%;
  }
  .appointments_container {
    width: 100%;
  }
  .appointment {
    width: 100%;
    padding: 31px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-60 {
    height: auto;
  }
  .regi_doctor_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .regi_name_block {
    width: 100%;
  }
  .text-block-68 {
    text-align: center;
  }
  .regi_data {
    text-align: center;
  }
  .regi_value {
    text-align: center;
  }
  .div-block-66 {
    margin-top: 20px;
  }
  .regi_button_container {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .button-10 {
    width: 100%;
    margin-right: 0px;
  }
  .button-10.reject {
    width: auto;
    min-width: 150px;
    margin-right: 0px;
  }
  .button-10.approve {
    width: auto;
    min-width: 150px;
  }
  .button-10.reject-copy {
    width: auto;
    min-width: 150px;
    margin-right: 0px;
  }
  .div-block-67 {
    margin-top: 20px;
  }
  .social_card_lonk {
    width: 85vw;
    margin-bottom: 30px;
  }
  .social_card_lonk.facebook {
    margin-left: 0vw;
  }
  .social_card_lonk.instagram {
    margin-right: 0vw;
  }
}

@media (max-width: 479px) {
	.hide{
	display:none;
}
  .select_payment_method, .select_payment_method_new {
    display: none;
  }
  .pay_method_item {
    height: auto;
    margin-left: 0px;
    padding: 27px 29px;
  }
  .pay_method_item_container {
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-18 {
    width: 90%;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 30px;
  }
  .slectpay_container {
    width: 90%;
    padding: 29px 0px;
  }
  .form {
    width: 100%;
  }
  .masthead {
    position: static;
    min-height: 600px;
  }
  .masthead.services {
    min-height: 400px;
  }
  .masthead.team {
    min-height: 390px;
    background-image: url('../images/Backdrop.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .masthead.serach_result {
    position: relative;
    min-height: 500px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .masthead.login {
    height: 350px;
  }
  .masthead.upform {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead_content_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .masthead_content_container.homepage {
    width: 100%;
  }
  .heading {
    width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
  }
  .search {
    width: 130vw;
    padding: 13px 23px;
    background-color: hsla(0, 0%, 100%, 0.22);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .search.home {
    margin-top: 1px;
    margin-bottom: 0px;
    padding: 0px 25px;
    border-style: solid;
    border-width: 1.3px;
    border-color: hsla(0, 0%, 100%, 0.1);
    background-color: hsla(0, 0%, 100%, 0.23);
  }
  .search.team {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: hsla(0, 0%, 100%, 0.23);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .form {
    width: 100%;
  }
  .text-field {
    font-size: 12px;
  }
  .text-field._2.services_list_footer {
    width: 100%;
    font-size: 12px;
  }
  .text-field.homapge {
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 15px;
    font-weight: 400;
  }
  .text-field.homapge::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .text-field.homapge:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .text-field.homapge::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .text-field.homapge::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .text-field.team {
    overflow: visible;
    width: 85vw;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 30px;
    font-size: 15px;
  }
  .submit-button.visite {
    height: 35px;
  }
  .submit-button.homepage {
    opacity: 1;
  }
  .blur {
    display: none;
  }
  .button {
    display: inline-block;
    margin-left: -2px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .button.gradient {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .button.gradient.sc.invert {
    margin-right: 0px;
    margin-left: 10px;
  }
  .button.gradient.sc.bps {
    margin-right: 10px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .button.gradient.doct {
    padding: 10px 20px;
  }
  .button.gradient.cc {
    padding: 10px 20px;
  }
  .button.gradient.service_main_book {
    padding: 14px 28px;
    font-size: 12px;
  }
  .button.gradient.select_button {
    padding: 10px 24px;
  }
  .button.gradient.redirect-to-login {
    display: block;
    margin-top: 21px;
    margin-bottom: 21px;
    text-align: center;
  }
  .button.gradient.visite_cta {
    margin-right: 5px;
    padding: 12px 25px;
  }
  .button.gradient.login_button {
    display: block;
    margin-bottom: 19px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
  }
  .button.gradient.submit.booking {
    font-size: 12px;
    text-align: center;
  }
  .button.gradient.large {
    padding-right: 35px;
    padding-left: 35px;
  }
  .button.gradient.large.diff {
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 23px;
    padding-left: 23px;
    border-style: none;
  }
  .button.gradient.see_details {
    width: auto;
  }
  .button.stroked {
    margin-right: 0px;
  }
  .button.stroked.m_b {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 26px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: hsla(0, 0%, 100%, 0.14);
  }
  .button.stroked.m_b.w--current {
    display: inline-block;
  }
  .button.stroked.m_b.servc {
    display: none;
    margin-top: 15px;
    background-color: transparent;
  }
  .button.stroked.m_b.thanks {
    margin-top: 15px;
    background-color: transparent;
  }
  .button.stroked.m_b.servc.search_result {
    padding: 14px 19px 9px;
  }
  .button.stroked.m_b.u {
    margin-left: 10px;
    border-style: solid;
  }
  .button.stroked.card {
    padding: 16px 24px;
  }
  .button.stroked.foot {
    display: block;
    padding: 11px 36px;
  }
  .button.stroked.qprofile_visit_button {
    position: relative;
    right: 0%;
    bottom: 0%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .button.stroked.wide {
    margin-right: 5px;
    padding: 13px 22px;
  }
  .button.stroked.wider {
    margin-right: 0px;
    margin-left: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .button.stroked.odd {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.stroked.cover_btns {
    padding: 12px 27px;
  }
  .button.diff {
    margin-right: 10px;
    padding: 7px 15px;
  }
  .button.diff.large {
    margin-bottom: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button.service_main_learn_more {
    padding: 14px 28px;
    font-size: 12px;
  }
  .button.next.close {
    display: none;
    margin-left: -8px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .button.visite_cta {
    margin-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .button.modify {
    margin-left: 0px;
    font-size: 12px;
  }
  .button._2nd {
    margin-top: 19px;
    margin-left: 0px;
    padding: 15px 20px;
    font-size: 11px;
  }
  .button.follow {
    margin-right: 0px;
    margin-bottom: 37px;
    margin-left: 0px;
  }
  .button.follow.proff {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.view_profile {
    margin-top: 15px;
    margin-left: 0px;
  }
  .custom_container {
    width: 90%;
  }
  .custom_container.card {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
    text-align: center;
  }
  .custom_container.cta_container {
    margin-bottom: 47px;
  }
  .custom_container.footer_section {
    width: 75%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #000 hsla(0, 0%, 100%, 0.39) #000 #000;
  }
  .custom_container.doc {
    width: 85%;
    margin-bottom: 2px;
  }
  .custom_container.masthead_content_container.service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .custom_container.masthead_content_container.service.comm_seriti {
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
  }
  .custom_container.header_nav_bar {
    width: 90%;
  }
  .custom_container.diff {
    width: 80%;
  }
  .custom_container.info_container {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .custom_container.type_of-visit {
    margin-top: 30px;
  }
  .custom_container.search_doct_area {
    width: 100%;
    min-height: 50vh;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 0px;
  }
  .custom_container.update_form {
    width: 85%;
  }
  .custom_container.buttons {
    margin-top: 87px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .custom_container.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom_container.detailed {
    display: none;
  }
  .custom_container.profilo_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom_container.profilo_data.comuni_serviti {
    width: 85%;
  }
  .custom_container.user_block {
    width: 100%;
  }
  .custom_container.checkout {
    width: 100%;
    margin-top: 0px;
  }
  .custom_container.profile_cover_container {
    width: 100%;
    margin-top: 34%;
    margin-bottom: 20%;
  }
  .custom_container.profile_account_data.grid {
    width: 100%;
    max-width: none;
  }
  .custom_container.prfo_profile_head {
    margin-top: 36%;
  }
  .custom_container.prof_accoutn_data {
    overflow: visible;
  }
  .custom_container.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link.mem {
    display: block;
  }
  .logo {
    width: 100px;
    height: 50px;
  }
  .profile_login.not_logged_in {
    padding: 8px 29px 8px 18px;
  }
  .profile_picture {
    width: 35px;
    height: 35px;
  }
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #1ac2d2;
    background-image: none;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .profile_picture_image {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .login_button_text {
    font-size: 12px;
  }
  .section-1 {
    padding-top: 18%;
  }
  .heading-2 {
    width: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    font-size: 22px;
    line-height: 33px;
    text-align: left;
  }
  .heading-2.bold {
    line-height: 47px;
  }
  .heading-2.bold.center {
    text-align: center;
  }
  .heading-2.bold.center.odd {
    width: 80%;
    margin-left: auto;
    line-height: 40px;
  }
  .heading-2.diff {
    width: 100%;
    font-size: 25px;
  }
  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
  }
  .paragraph.p {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph.p.feature {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .paragraph.p.feature.diff {
    text-align: center;
  }
  .paragraph.p.doct {
    width: 100%;
    margin-left: 0px;
  }
  .services_grid {
    margin-top: 50px;
    margin-bottom: 0px;
    justify-items: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .service_card {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .service_card:hover {
    box-shadow: none;
    -webkit-transform: translate(0px, 0px) scale(0.95);
    -ms-transform: translate(0px, 0px) scale(0.95);
    transform: translate(0px, 0px) scale(0.95);
  }
  .div-block-2 {
    text-align: center;
  }
  .text-block-2 {
    font-size: 11px;
    font-weight: 400;
  }
  .text-block-3 {
    width: 80%;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    line-height: 40px;
  }
  .cta_section {
    margin-top: 0px;
    margin-bottom: 6%;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }
  .section-2 {
    padding-top: 20%;
    padding-bottom: 26%;
  }
  .feature_container {
    width: 90%;
    margin-bottom: 0px;
  }
  .feature_container.diff {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 57px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature.odd {
    margin-bottom: 41px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature.diff {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature_image {
    height: 50px;
  }
  .feature_image.diff {
    width: 70px;
    height: 40px;
  }
  .feature_image.odd {
    height: 60px;
  }
  .feature_label {
    width: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-22%, 0px);
    -ms-transform: translate(-22%, 0px);
    transform: translate(-22%, 0px);
    text-align: left;
  }
  .feature_label.light {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }
  .feature_label.light.odd {
    width: 40%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-3 {
    padding-top: 19%;
    padding-bottom: 15%;
  }
  .section-5 {
    padding-top: 30px;
  }
  .doctors_container {
    width: 100%;
    margin-top: 55px;
  }

  .arrow_ph {
    display: block;
  }

  .doctor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .doctor_name_container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .text-block-4 {
    width: 165px;
    margin-top: 0px;
  }
  .scroll_bar {
    display: none;
  }
  .section-6.card_footer {
    margin-top: 0px;
    background-color: #eaffff;
  }
  .cta_card._2 {
    width: 100%;
    border-style: none;
    border-color: #000;
  }
  .cta_card._1 {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 40, 92, 0.2);
    border-radius: 0px;
  }
  .text-block-5 {
    width: 80%;
  }
  .footer {
    min-height: 450px;
    background-position: 0px 0px, 30% 50%;
  }
  .heading-3 {
    font-size: 17px;
  }
  .social_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .social_icon {
    padding: 11px 27px;
  }
  .div-block-5 {
    display: none;
    text-align: left;
  }
  .scroll_anim_container {
    display: none;
  }
  .scroll_anim {
    border-width: 1px;
  }
  .map {
    margin-bottom: 6%;
    border-radius: 0px;
  }
  .social_text {
    margin-left: 13px;
    font-size: 12px;
  }
  .footer .social_text {
    margin-left: 13px;
    font-size: 18px;
    color: #fff;
    margin-top: -1px;
    text-decoration: none !important;
  }
  .footer .social_container a{
    text-decoration: none !important;
  }
  .div-block-7 {
    text-align: left;
  }
  .section-7 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .heading-4 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
    font-size: 35px;
    line-height: 41px;
    text-align: center;
  }
  .heading-4.diff {
    margin-bottom: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-8 {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px none hsla(0, 0%, 100%, 0.38);
  }
  .div-block-8.another {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .div-block-8.another.diff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_container {
    width: 100%;
    padding-bottom: 50px;
    background-color: rgba(230, 251, 253, 0.86);
  }
  .service_maine_card {
    width: 90%;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border-style: none;
    background-color: transparent;
  }
  .body-2 {
    background-color: #fff;
  }
  .service_main_description {
    width: 90%;
    font-size: 13px;
    line-height: 24px;
  }
  .service_type_card {
    width: 90%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 26px;
    padding-right: 22px;
    border-style: solid;
    border-color: rgba(12, 217, 237, 0.4);
  }
  .text-block-7 {
    display: block;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
  }
  .service_text_underline {
    border-bottom-style: none;
    font-weight: 600;
  }
  .type_of-service_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sub_service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 14px 14px 14px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-color: rgba(12, 217, 237, 0.82);
    border-radius: 11px;
    background-color: #edfeff;
    box-shadow: 4px 4px 23px 0 rgba(0, 40, 92, 0.1);
  }
  .sub_service_text {
    width: 50%;
    margin-top: 10px;
    font-size: 9px;
  }
  .service_main_icon {
    height: 90px;
  }
  .text-block-8 {
    width: 80%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
  }
  .section-8 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .body-3 {
    background-color: #fff;
  }
  .heading-5 {
    font-size: 20px;
  }
  .search_doctor {
    position: static;
    top: 20px;
    margin-top: 0px;
    padding-right: 9px;
    padding-left: 0px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .professionist_header {
    position: -webkit-sticky;
    position: sticky;
    top: -54px;
    z-index: 9;
    width: 100%;
    padding-bottom: 13px;
    background-color: #fff;
  }
  .professionist_header.comm_seriti {
    position: static;
    top: 0px;
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
  }
  .professionist_grid {
    grid-row-gap: 0px;
  }
  .professionist_image_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .preofessionist_name {
    font-size: 16px;
  }
  .professionist_card {
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .professionist_card:hover {
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .professionist_card.selecting {
    display: inline-block;
    overflow: hidden;
    margin-right: 12px;
    margin-left: 16px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
  }
  .professionist_card.selecting:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .professionist_card.main_team:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 9px 9px 30px 0 rgba(0, 82, 90, 0.1);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .professionist_title {
    font-size: 12px;
  }
  .area_container {
    width: 90%;
    padding-right: 17px;
    padding-left: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
  }
  .area_name {
    font-size: 18px;
  }
  .bullets.azure {
    background-color: #fff;
  }
  .area_code {
    font-size: 15px;
  }
  .area_card {
    padding: 17px 23px;
  }
  .map_container {
    width: 100%;
    border-radius: 0px;
  }
  .gdpr_popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .paragraph-15 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .div-block-13 {
    margin-top: 14px;
  }
  .div-block-14 {
    top: -40px;
    background-color: #fff;
  }
  .scroller {
    display: none;
  }
  .section-11 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .doctor_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .doctor_data.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .masthead_search_container {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .button-2 {
    left: 32%;
    margin-left: 0px;
  }
  .text-block-10 {
    margin-top: 0px;
  }
  .left {
    display: block;
    height: auto;
    margin-top: 2%;
    margin-bottom: 14px;
    padding-top: 27px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.14);
  }
  .left.diff {
    margin-top: 15%;
    margin-bottom: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .div-block-17 {
    margin-top: 0px;
    margin-left: -6px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .section-12 {
    padding-top: 13%;
    padding-bottom: 20%;
  }
  .container {
    display: block;
    width: 80%;
  }
  .text-block-11 {
    font-size: 13px;
  }
  .search_item:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .select_doctor, .edit_booking {
    display: none;
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }
  .select_doctor_container, .edit_booking_container {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 33px 0px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .text-block-14 {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .div-block-19 {
    display: block;
    width: 100%;
  }
  .div-block-20 {
    display: block;
    overflow: scroll;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 0px;
    padding-bottom: 26px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    white-space: nowrap;
  }
  .div-block-21 {
    margin-top: 27px;
  }
  .div-block-21.diff {
    margin-top: 8px;
    margin-bottom: 18px;
  }
  .closer {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .selected_tick {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7) translate(0%, 0%);
    -ms-transform: scale(0.7) translate(0%, 0%);
    transform: scale(0.7) translate(0%, 0%);
  }
  .selected_tick:hover {
    -webkit-transform: scale(0.7) translate(0%, 0%);
    -ms-transform: scale(0.7) translate(0%, 0%);
    transform: scale(0.7) translate(0%, 0%);
  }
  .selected_tick.selected_true {
    -webkit-transform: scale(1) translate(0%, 0%);
    -ms-transform: scale(1) translate(0%, 0%);
    transform: scale(1) translate(0%, 0%);
  }
  .login_alert {
    display: none;
  }
  .div-block-22 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .text-block-15 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 27px;
  }
  .text-block-16 {
    display: block;
    margin-top: 19px;
  }
  .search_not_found {
    display: none;
  }
  .text-block-17 {
    font-size: 20px;
    line-height: 32px;
  }
  .image-4 {
    height: 30px;
  }
  .select_visite {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .visite_select_container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 28px;
    padding-left: 0px;
    border-radius: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .text-block-18 {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .visite_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .visite {
    padding: 20px;
  }
  .text-block-19 {
    font-size: 14px;
  }
  .div-block-24 {
    width: 100%;
    height: 60vh;
    margin-top: 30px;
  }
  .button-3 {
    display: inline-block;
    margin-left: 5px;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 500;
  }
  .button-3.next {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button-3.next.close {
    display: inline-block;
    margin-left: -8px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .button-3.next.close.odd {
    opacity: 1;
  }
  .button-3.gradient {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px;
    font-size: 10px;
  }
  .button-3.gradient.select_button {
    margin-right: 5px;
    padding: 10px 24px;
  }
  .div-block-25 {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 21px;
  }
  .professionist_card-2 {
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .professionist_card-2:hover {
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .professionist_card-2.selecting {
    display: inline-block;
    overflow: hidden;
    margin-right: 12px;
    margin-left: 16px;
    padding: 35px 18px 21px;
    box-shadow: 8px 10px 16px 2px rgba(9, 133, 146, 0.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
  }
  .professionist_card-2.selecting:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .div-block-26 {
    display: none;
  }
  .masthead_container {
    -webkit-transform: translate(0px, 12%);
    -ms-transform: translate(0px, 12%);
    transform: translate(0px, 12%);
  }
  .masthead_container.login {
    margin-top: 29%;
  }
  .masthead_container.register {
    margin-top: 35%;
    padding-bottom: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .masthead_container.up_form {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
  }
  .column {
    margin-bottom: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column.right {
    margin-top: 0px;
  }
  .section-13 {
    padding-bottom: 50px;
  }
  .paragraph-7 {
    width: 100%;
  }
  .heading-7 {
    margin-top: 30px;
    margin-bottom: 11px;
    font-size: 26px;
  }
  .section-14 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section_title {
    font-size: 16px;
    line-height: 40px;
  }
  .visite_type_container {
    margin-top: 21px;
    grid-row-gap: 15px;
  }
  .visite_type {
    padding: 10px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
  .text-block-21 {
    width: 60%;
    font-size: 14px;
  }
  .section-15 {
    padding-top: 0px;
  }
  .doctor_container {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .doctors_main_container {
    margin-top: 12px;
  }
  .doctor_data_container {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .visite_doctor_card {
    width: 280px;
  }
  .heading-8 {
    font-size: 18px;
    line-height: 30px;
  }
  .search_area_bar {
    width: 100%;
    margin-top: 0px;
  }
  .searching_doct_area_textfield {
    font-size: 13px;
  }
  .dcotor_quick_profile {
    display: none;
    opacity: 1;
  }
  .quick_profile_container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: scroll;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: scale(0.95) translate(0px, 0%);
    -ms-transform: scale(0.95) translate(0px, 0%);
    transform: scale(0.95) translate(0px, 0%);
  }
  .profile_header {
    height: auto;
    min-height: 200px;
    padding-bottom: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .qprofile_image {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-top: 45px;
    margin-bottom: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .name_y_titilo {
    margin-left: 0px;
    text-align: center;
  }
  .profile_name {
    margin-top: 0px;
  }
  .image-6 {
    overflow: hidden;
    border-radius: 100px;
  }
  .qprofile_data_container {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-right: 7%;
    padding-left: 7%;
    opacity: 1;
  }
  .div-block-28 {
    display: block;
    overflow: visible;
    height: 70%;
    padding-top: 0px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-22 {
    margin-bottom: 32px;
    text-align: center;
  }
  .right {
    margin-top: 43px;
  }
  .qprofile_visite_container {
    overflow: auto;
    height: auto;
  }
  .qprofile_area_grid {
    overflow: auto;
    max-height: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-transform: translate(3%, 0px);
    -ms-transform: translate(3%, 0px);
    transform: translate(3%, 0px);
  }
  .text-block-24 {
    font-size: 15px;
  }
  .vselect_doctor {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vdoctor_container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 36px;
    padding-left: 0px;
  }
  .div-block-30 {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  .vselect_visite {
    display: none;
  }
  .vvisite_container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-7 {
    height: 70px;
  }
  .login_form_container {
    padding: 7% 0% 6%;
  }
  .login_form_container.proff {
    width: 100%;
  }
  .heading-9 {
    font-size: 36px;
    text-align: center;
  }
  .text-field-3 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 14px;
    font-size: 14px;
  }
  .text-field-3.proff.admin_login {
    width: 100%;
  }
  .text-field-4 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    font-size: 14px;
  }
  .text-field-4.forgot_email {
    width: 95%;
  }
  .div-block-31 {
    margin-bottom: 22px;
    margin-left: 0px;
  }
  .div-block-31.diff {
    position: static;
  }
  .div-block-31.diff.diff {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .check_box_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .forgot_pwrd {
    margin-top: 21px;
  }
  .text-span-3 {
    display: block;
  }
  .text-block-29 {
    position: static;
    display: block;
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .text-block-29.proff {
    margin-top: 21px;
    margin-bottom: -62px;
    padding-bottom: 29px;
  }
  .error_message {
    display: none;
    font-size: 13px;
  }
  .forms_container {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .field-label {
    width: 93%;
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
  }
  .form-3 {
    width: 96%;
    margin-left: -22px;
  }
  .reset_link_sucess {
    display: none;
    padding: 15px;
  }
  .paragraph-8 {
    font-size: 13px;
    white-space: normal;
  }
  .section-17 {
    min-height: 750px;
  }
  .section-17.diff {
    min-height: 500px;
  }
  .register_form_container {
    padding-bottom: 45px;
  }
  .dual_container {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .dual_container.diff {
    margin-bottom: 0px;
  }
  .section-18 {
    min-height: 1000px;
  }
  .heading-10 {
    font-size: 25px;
    line-height: 39px;
  }
  .inputs {
    margin-bottom: 23px;
  }
  .inputs.commune {
    width: 100%;
  }
  .form_section {
    margin-bottom: 30px;
  }
  .paragraph-10 {
    font-size: 12px;
    line-height: 19px;
  }
  .button-4 {
    margin-left: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .duo_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trio {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .checkbox-field-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .profile_image_container {
    width: 130px;
    height: 130px;
  }
  .heading-11 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
    font-size: 30px;
    text-align: center;
  }
  .details_container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 41px 0px 17px;
    border-style: none;
    background-color: transparent;
  }
  .heading-12 {
    font-size: 20px;
  }
  .div-block-36 {
    margin-top: 15px;
    grid-row-gap: 16px;
  }
  .text-block-34 {
    -webkit-transform: translate(0px, 150%);
    -ms-transform: translate(0px, 150%);
    transform: translate(0px, 150%);
  }
  .div-block-37 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .change_doctors {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user_doctor_image {
    width: 40px;
    height: 40px;
  }
  .login_register {
    margin-top: 0px;
    margin-bottom: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .login_register.doct {
    margin-bottom: 0px;
  }
  .text-block-37 {
    display: none;
  }
  .text-block-38 {
    display: none;
  }
  .master_head.detaild {
    height: 100vh;
  }
  .heading-13 {
    font-size: 30px;
    line-height: 50px;
  }
  .buttons {
    text-align: center;
  }
  .section-21 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .div-block-38 {
    width: 95%;
  }
  .paragraph-11 {
    font-size: 12px;
    line-height: 23px;
  }
  .image-11 {
    margin-top: 35px;
  }
  .button-5 {
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 12px;
  }
  .button-5.diff {
    width: auto;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 12px;
  }
  .button-5.faded {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .button-5.faded.diff {
    display: none;
  }
  .button-5.no {
    padding-right: 39px;
    padding-left: 39px;
  }
  .button-5.yes {
    margin-left: 14px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .button-6 {
    width: auto;
    margin-left: 10px;
    font-size: 12px;
  }
  .masthead-copy {
    position: static;
    min-height: 100vh;
    background-position: 50% 50%;
  }
  .masthead-copy.services {
    min-height: 65vh;
  }
  .masthead-copy.team {
    min-height: 60vh;
    background-image: url('../images/Backdrop.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .masthead-copy.serach_result {
    position: relative;
    min-height: 500px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .masthead-copy.login {
    height: 350px;
  }
  .div-block-40 {
    width: 100%;
    -webkit-transform: translate(0%, 89%);
    -ms-transform: translate(0%, 89%);
    transform: translate(0%, 89%);
  }
  .text-block-40 {
    margin-top: -103px;
    white-space: normal;
  }
  .members {
    display: none;
  }
  .section-23 {
    display: none;
  }
  .profile_masthead {
    min-height: 560px;
  }
  .visite_ed_esami {
    width: 100%;
  }
  .grid_item_headin {
    font-size: 18px;
  }
  .area_di_competenza {
    width: 90%;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
  }
  .visite_container {
    margin-top: 20px;
  }
  .doctura_visite {
    padding: 15px 19px;
  }
  .text-block-45 {
    font-size: 13px;
  }
  .areas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_ex_prof {
    margin-top: 40px;
  }
  .about_me {
    width: 120%;
    margin-left: -10%;
    padding: 7px 19px 7px 19px;
  }
  .prof_exp {
    margin-bottom: 50px;
  }
  .section-25 {
    margin-top: 22px;
    padding-top: 14%;
    padding-bottom: 19%;
    background-image: linear-gradient(53deg, rgba(0, 40, 92, 0.7), rgba(3, 86, 130, 0.7) 46%, rgba(12, 217, 237, 0.7)), url('../images/Group-545.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .heading-16 {
    font-size: 20px;
  }
  .text-block-46 {
    margin-top: -11px;
    font-size: 12px;
    line-height: 23px;
  }
  .cap_served {
    width: 100%;
    margin-top: 42px;
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .city_name_container {
    font-size: 16px;
  }
  .text-block-47 {
    font-weight: 500;
  }
  .cap_code {
    margin-top: 4px;
    font-size: 16px;
  }
  .name_titilo {
    margin-top: 26px;
  }
  .content_grid {
    width: 90%;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .number_data {
    font-size: 60px;
  }
  .div-block-46 {
    margin-top: 20px;
  }
  .section-29 {
    padding-bottom: 0px;
  }
  .numbers_container {
    position: static;
    overflow: hidden;
    width: auto;
  }
  .numbers {
    -webkit-transform: translate(0px, -93%);
    -ms-transform: translate(0px, -93%);
    transform: translate(0px, -93%);
  }
  .extra {
    display: block;
  }
  .paragraph-14 {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  .feature-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 57px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-30 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .checkout_grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: rgba(230, 251, 253, 0.5);
  }
  .doctor_data_text {
    width: 100%;
    margin-left: 0px;
  }
  .text-block-50 {
    width: 100%;
    margin-top: 34px;
    text-align: center;
  }
  .details {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-48.details_continer_grid {
    overflow: visible;
    height: auto;
  }
  .text-block-51 {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .div-block-50 {
    margin-top: 15px;
    padding-bottom: 53px;
  }
  .div-block-51 {
    width: 100%;
    margin-top: 20px;
  }
  .div-block-52 {
    width: 100%;
  }
  .div-block-53 {
    margin-top: 24px;
  }
  .div-block-54 {
    position: fixed;
    z-index: 999;
  }
  .text-block-52 {
    display: block;
    width: 90%;
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
  }
  .scroll {
    display: none;
  }
  .price {
    position: absolute !important;
    right: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    background-color: #ddfdff;
    box-shadow: 0 0 0 0 rgba(0, 73, 80, 0.14);
    opacity: 0.8;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    /*transform: translate(0%, 0%);*/
    transform: rotate(-45deg) !important
  }
  .price_text {
    font-size: xx-small;
  }
  .button-8 {
    display: inline-block;
    margin-left: 10px;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 500;
  }
  .button-8.stroked {
    margin-right: 0px;
  }
  .button-8.stroked.qprofile_visit_button {
    position: relative;
    right: 0%;
    bottom: 0%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .qprofile_data_container-2 {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-right: 7%;
    padding-left: 7%;
    opacity: 1;
  }
  .text-block-57 {
    text-align: center;
  }
  .section-31 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .my_bookings {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .booking_card {
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .doctor_profile_image {
    width: 120px;
    height: 120px;
  }
  .booking_main_data {
    margin-top: 19px;
    margin-bottom: 25px;
  }
  .booking_name {
    text-align: center;
  }
  .booking_card_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .visit_completed {
    display: none;
  }
  .main_-details_container {
    overflow: hidden;
    height: 0px;
  }
  .main_data_container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .no_booking_prompt {
    display: none;
  }
  .heading-19 {
    width: 90%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 31px;
  }
  .div-block-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prof_profile_image_container {
    width: 130px;
    height: 130px;
  }
  .prof_name {
    font-size: 30px;
  }
  .button-9 {
    display: inline-block;
    margin-left: -2px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .button-9.stroked {
    margin-right: 0px;
  }
  .button-9.stroked.cover_btns {
    padding: 12px 27px;
  }
  .button-9.stroked.cover_btns.logout {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button-9.stroked.cover_btns.logout.diff {
    margin-top: 32px;
    margin-bottom: 23px;
  }
  .button-9.gradient {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .button-9.gradient.login_button {
    display: block;
    margin-bottom: 19px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
  }
  .appointments {
    width: auto;
  }
  .site_nav {
    position: static;
  }
  .appointment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 27px;
    padding-left: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }
  .appoint_buttons_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .data_container {
    width: 100%;
  }
  .paziente_name {
    text-align: left;
  }
  .text-block-64.diff {
    font-size: 14px;
  }
  .pateint_message {
    width: auto;
  }
  .div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .confirm.diff {
    display: none;
  }
  .confirm_prompt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-66 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .admin_login_container {
    width: 90%;
  }
  .heading-21 {
    font-size: 25px;
  }
  .admin_login_form {
    width: 100%;
  }
  .form-5 {
    margin-top: 10px;
    padding: 18px;
  }
  .image-22 {
    height: 50px;
  }
  .admin_header {
    height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .admin_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-23.diff {
    margin-right: 0px;
  }
  .section-33 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading-22 {
    font-size: 19px;
    text-align: center;
  }
  .regi_doctor_card {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .regi_name_block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-block-66 {
    padding-left: 0px;
  }
  .button-10.reject {
    width: 100%;
    min-width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .button-10.approve {
    width: 100%;
    min-width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .button-10.reject-copy {
    width: 100%;
    min-width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .approve_confirm {
    display: none;
  }
  .approve_confirm_container {
    width: 100%;
    margin: 19px;
    padding: 20px 27px 15px;
  }
  .text-block-69 {
    width: 100%;
    margin-bottom: 23px;
    font-size: 12px;
  }
  .reject_confirm {
    display: none;
  }
  .reject_container {
    margin: 14px;
    padding: 23px 19px 8px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .approved_tick {
    width: 20px;
    height: 20px;
  }
  .image-26 {
    width: 10px;
    height: 10px;
  }
  .remove_container {
    margin: 14px;
    padding: 23px 19px 8px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .remove_confirm {
    display: none;
  }
  .text-field-6 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    font-size: 14px;
  }
  .text-field-6.forgot_email {
    width: 95%;
  }
  .scl_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-83 {
    width: 80%;
    line-height: 40px;
    font-weight: 500;
  }
}

#w-node-3edc56e7c1a4-fd1af309 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ead67904076f-fd1af309 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-269a7aef8003-fd1af309 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c2a4db51dd73-0687e8d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-9ebfabc602d8-851af311 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1e45dfd3fdc-961af312 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-13816f2ef7d6-bb1af317 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c5187a05011f-bc1af318 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-37914aee2dc4-bc1af318 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-278d9db1f54f-ff1af31d {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e331475b1bd7-cd1af31e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a51d9beef4d6-b91af322 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7d4415b5c2ac-b91af322 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-67641905fe38-b91af322 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-605318334e24-c21af325 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a7b9a3835c91-41f51898 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-9d0132f6eb49-41f51898 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-8a2970d32d85-41f51898 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-aef90924dc63-6ffb3542 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-57fb7d39e4ad-6ffb3542 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-035afe234337-031af323 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-9d8b63d76574-6ffb3542 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7b9a3835c91-41f51898 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f52807649448-ff1af31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-f5280764944b-ff1af31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-095a5b935ded-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-095a5b935df0-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-8ca0b168c1fa-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-8ca0b168c1fd-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-30c33e9db4e0-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-30c33e9db4e3-c21af325 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-a7b9a3835c91-41f51898 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}


.master_head.account_sccess {
  height: 100vh;
}


.div-block-68 {
  padding: 46px 43px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.text-block-71 {
  color: #00285c;
  font-size: 16px;
}

.button-11 {
  margin-top: 25px;
  padding: 12px 27px;
  border-radius: 50px;
  background-color: #00285c;
  font-size: 13px;
}


.not-enough {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.52);
  border-radius: 20px;
  background-color: rgba(240, 254, 255, 0.5);
}

.text-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.complete_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.complete-profile_texxt {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.complete-profile_texxt.diff {
  font-weight: 400;
}
.button.gradient.cta {
  margin-top: 30px;
  margin-right: 0px;
  padding: 17px 35px;
  font-size: 14px;
}

.form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.slectpay_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 15px;
  background-color: #f9f9f9;
}

.select_payment_method, .select_payment_method_new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.text-block-18 {
  margin-bottom: 0px;
  clear: left;
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-indent: 0px;
  text-transform: uppercase;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-rule-style: dashed;
  column-rule-style: dashed;
  -webkit-column-rule-width: 34px;
  column-rule-width: 34px;
}
.miss_visit_pop .text-block-18 {
  font-size: 20px;
  line-height: 1.2;
}
.pay_method_item_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 22px;
  margin-bottom: 22px;
}
.pay_method_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  margin: 11px;
  padding: 25px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.7);
  border-radius: 10px;
  background-color: rgba(230, 251, 253, 0.5);
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  transition: all 500ms cubic-bezier(.19, 1, .22, 1);
}

.pay_method_item.selected {
  border-width: 1px;
  border-color: rgba(12, 217, 237, 0.0);
  background-color: rgba(64, 238, 255, 0.29);
}

.pay_icon {
  width: auto;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pay_name {
  font-family: Poppins, sans-serif;
  color: #00285c;
  font-size: 18px;
  font-weight: 400;
}
.button-3.next.diff.difff {
  width: 130px;
}

.booking_completed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(73, 255, 155, 0.51);
}

.booking_completed.done {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-tel{
  text-decoration: inherit;
}
.home-tel .image-2 {
  margin-right: 8px;
}

.miss_visit_pop .custom_container{
  width: 85%;
}

.index_p #n-section2 .custom_container .feature_container{
  width: 100%;
}
.index_p #n-section2 .custom_container .feature_container .feature.diff{
  width: 32%;
}
.online_imge{
  width: 25px;
  float: right;
  margin-right: 15px;
  margin-top: -15px;
}
.online_imge1{
  width: 25px;
  float: right;
  margin-right: -25px;
  margin-top: -40px;
}
@media screen and (max-width: 767px){
  .mobile_hide{
    display: none;
  }
  .miss_visit_pop .text-block-18 {
   width: 100%;
  }
  .index_p #n-section2 .custom_container .feature_container .feature.diff{
    width: 100%;
  }

  .index_p #n-section2 .custom_container .feature_container .feature.diff a{
    width: 100%;
  }

  .online_imge1{
    display: none;
  }
  .online_imge1_mobile{
    display: block !important;
  }
  .online_imge1 {
    width: 25px;
    float: right;
    margin-right: -290px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 400px){
  .online_imge1 {
    margin-right: -260px;
  }
}


