@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  padding-inline-start: 0;
  padding-inline-end: 0; }

body {
  background: #eef2f6; }

ul {
  list-style: none; }
  ul li {
    display: flex;
    margin-top: 15px; }

.primary {
  background: linear-gradient(45deg, #00a79d 0%, #37bdee 100%);
  color: #f2e9e7;
  border: none;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  cursor: pointer; }
  .primary:hover {
    background: #1b2e6e;
    color: #37bdee;
    font-weight: 500;
    transition: .2s ease-in-out; }

.secondary_plain {
  background: linear-gradient(45deg, #ececec 0%, #ededed 100%);
  color: #1b2e6e;
  border: none;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  cursor: pointer; }
  .secondary_plain:hover {
    background: #1b2e6e;
    color: #37bdee;
    font-weight: 500;
    transition: .2s ease-in-out; }

.secondary_outline {
  background: none;
  color: #1b2e6e;
  border: 1px solid #1b2e6e;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  cursor: pointer; }

.btn_menu_mobile {
  border-radius: 50px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  outline: none; }

.btn_nostyle {
  border: none;
  background: none;
  color: white;
  font-size: 1em;
  outline: none;
  padding: 10px;
  border-radius: 10px; }
  .btn_nostyle:hover {
    background: linear-gradient(45deg, #00a79d 0%, #37bdee 100%);
    color: #f2e9e7;
    border-radius: 10px;
    transition: .2s ease-in-out; }

.seemore {
  margin-top: 20px; }
  .seemore button {
    font-size: 0.8em; }

.android {
  margin-right: 10px; }

.menuitem {
  text-decoration: none;
  color: #ffffff; }
  .menuitem:hover {
    background: linear-gradient(45deg, #00a79d 0%, #37bdee 100%);
    color: #f2e9e7;
    border-radius: 10px;
    padding: 10px;
    transition: .2s ease-in-out; }

.link_nostyle {
  text-decoration: none;
  color: #a1a2a8; }

.title {
  font-size: 2em;
  font-weight: 500;
  color: #1b2e6e;
  line-height: 1.5em; }

.subtitle {
  font-size: 1.3em;
  color: #37bdee;
  line-height: 1.5em; }

.right_sided {
  text-align: right; }

.paragraph {
  color: #2a2c3d;
  line-height: 1.5em;
  font-size: 0.8em;
  margin-bottom: 15px; }
  .paragraph p {
    margin-bottom: 20px; }

#headercontainer {
  width: 100%;
  margin: auto;
  height: 300px;
  background: linear-gradient(180deg, #00a79d 0%, rgba(55, 189, 238, 0.3) 100%), url("../../assets/img/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#headercontainer_flow {
  width: 100%;
  margin: auto;
  height: 150px;
  background: linear-gradient(180deg, #00a79d 0%, #37bdee 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#login {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 40px 0px #858385;
  -moz-box-shadow: 0px 0px 40px 0px #858385;
  box-shadow: 0px 0px 40px 0px #858385; }

.login_default {
  display: grid;
  place-items: center;
  opacity: 0;
  transition: .2s ease-in-out;
  pointer-events: none; }

.visible {
  display: grid;
  place-content: center;
  opacity: 1;
  transition: .2s ease-in-out;
  pointer-events: all; }

#login_container {
  width: 300px;
  background: #ffffff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
  padding: 20px;
  text-align: center; }
  #login_container img {
    width: 100px; }
  #login_container form {
    text-align: left;
    margin-top: 30px; }
    #login_container form label {
      padding-left: 10px;
      font-size: 0.8em;
      color: #a1a2a8; }
    #login_container form input {
      width: 90%;
      margin: auto;
      height: 40px;
      margin: 10px;
      outline: #37bdee;
      padding-left: 10px;
      border: 1px solid #a1a2a8; }
    #login_container form button {
      width: 90%;
      margin: auto;
      margin-left: 10px;
      margin-top: 20px;
      margin-bottom: 30px; }

nav {
  height: 50px;
  width: 60%;
  margin: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#mobile_nav {
  justify-content: space-between;
  padding: 10px; }

#menu {
  display: flex;
  align-items: center; }
  #menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none; }
    #menu ul li {
      font-size: 1em;
      font-weight: 400;
      color: #f2e9e7;
      margin-left: 10px;
      padding: 10px; }

#menu_mobile {
  padding: 15px; }

#menu_mobile_expanded {
  opacity: 0;
  pointer-events: none; }

#banner_container {
  width: 60%;
  margin: auto;
  padding: 10px; }

.banner_title {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .banner_title h1 {
    color: #f2e9e7;
    margin-bottom: 10px; }
  .banner_title h2 {
    color: #f2e9e7;
    font-weight: 400; }

#desktop_search {
  width: 60%;
  margin: auto;
  height: 60px;
  border-radius: 10px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 45% 40% 15%;
  align-items: center;
  margin-top: -30px; }
  #desktop_search input {
    border: none;
    outline: none;
    width: 80%; }
  #desktop_search button {
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
    #desktop_search button:hover {
      font-weight: 700;
      transition: .2s ease-in-out; }

.input_name {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  padding-left: 20px;
  height: 100%; }

.input_place {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
  height: 100%; }

.icon_search_bar {
  margin-right: 10px; }

#mobile_search {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 5px;
  margin-top: -30px; }
  #mobile_search input {
    border: none;
    outline: none;
    width: 100%; }
  #mobile_search button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px; }

#input_error {
  width: 40%;
  margin: auto;
  margin-top: 20px;
  background: none;
  border-radius: 10px;
  border: 1px solid #dd3f3f;
  display: none; }

.input_error_content {
  padding: 20px; }
  .input_error_content p {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 10px; }

#desktop_search input:focus {
  transform: scale(1.02);
  transition: .2s ease-in-out; }

.global_container {
  width: 60%;
  margin: auto; }

.section_container {
  width: 100%;
  margin-bottom: 80px; }

.content_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-top: 20px;
  margin-bottom: 25px; }
  .content_container ul li {
    font-size: 0.8em; }
    .content_container ul li img {
      width: 15px;
      margin-right: 10px; }

.cta {
  margin-top: 20px; }

.image_side {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.covid_container {
  margin-top: 50px;
  text-align: center; }

.boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px; }

.covid_item {
  background: linear-gradient(180deg, #00a79d 0%, #37bdee 100%);
  width: 200px;
  border-radius: 5px;
  padding: 20px 10px 10px 10px;
  transform: scale(1);
  transition: .2s ease-in-out; }
  .covid_item button {
    width: 80%;
    margin: auto;
    margin-bottom: 20px; }
  .covid_item:hover {
    transform: scale(1.1);
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 20px -10px #ccc2cc;
    -moz-box-shadow: 0px 0px 20px -10px #ccc2cc;
    box-shadow: 0px 0px 20px -10px #ccc2cc; }

.covid_item_title {
  color: white;
  font-size: 1.3em;
  font-weight: 500;
  margin: 20px auto 20px auto; }

.covid_item_decription {
  font-size: 0.8em;
  line-height: 1.8em;
  margin: 0px auto 20px auto;
  color: #f2e9e7; }

.services_container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }

.services_boxes ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px; }
  .services_boxes ul li {
    padding: 20px;
    margin: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px -10px #c4c4c4;
    -moz-box-shadow: 0px 0px 20px -10px #c4c4c4;
    box-shadow: 0px 0px 20px -10px #c4c4c4;
    border-radius: 10px;
    color: #a1a2a8;
    display: flex;
    align-items: center; }
    .services_boxes ul li:hover {
      transform: scale(1.1);
      transition: .2s ease-in-out; }
    .services_boxes ul li img {
      margin-right: 10px;
      background: linear-gradient(45deg, #00a79d 0%, #37bdee 100%);
      padding: 5px;
      border-radius: 50px; }

.prosection {
  text-align: right; }

#hotline_container {
  text-align: center;
  padding: 30px;
  background: linear-gradient(45deg, rgba(236, 236, 236, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%), url("../../assets/img/call_center.jpg");
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px; }
  #hotline_container.subtitle {
    font-size: 0.5em;
    color: white; }

.hotline_buttons {
  margin-top: 20px; }

footer {
  background: #2a2c3d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f2e9e7;
  font-size: 0.8em; }

.footer_container {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap; }

.sitemap {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .sitemap ul {
    list-style: none;
    padding: 10px; }

.footer_menu_list li {
  padding: 5px;
  display: flex;
  align-items: center; }
  .footer_menu_list li img {
    transform: scale(0.8); }
  .footer_menu_list li:first-child {
    font-weight: 700;
    color: #37bdee;
    margin-bottom: 10px; }

#search_recap {
  display: flex;
  margin-top: 50px;
  padding: 0px 20px;
  margin-bottom: 30px;
  align-items: center; }

.search_recap {
  color: #2a2c3d; }

.search_criteria {
  display: flex;
  margin-left: 10px;
  background-color: #00a79d;
  padding: 5px;
  border-radius: 10px; }
  .search_criteria p {
    font-weight: 500;
    color: #f2e9e7;
    padding: 0px 2px; }

.container {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 20px; }

#no_results {
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px; }
  #no_results img {
    transform: scale(3);
    margin-bottom: 40px; }

.card {
  display: inline; }

.result_top {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2e9e7;
  padding: 0px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.result_left {
  display: flex;
  flex-direction: row;
  align-items: center; }

.result_name_branch {
  display: flex;
  flex-direction: column;
  margin-left: 20px; }

.result_fullname {
  font-size: 1.3em;
  margin-bottom: 5px; }

.result_branch {
  color: #37bdee;
  font-size: 1em; }

.result_image {
  width: 80px;
  border-radius: 50px; }

.book_cta {
  padding: 15px 30px 15px 30px; }

.result_adresse_container {
  display: flex;
  align-items: center; }

.result_contacts_container {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center; }

.result_phone {
  display: flex;
  align-items: center;
  margin-right: 10px; }

.result_mail {
  display: flex;
  align-items: center; }
  .result_mail p {
    word-break: break-word; }

.res_icon {
  transform: scale(0.6); }

.sad {
  animation: turn 1s linear 1; }

.result_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

#recap {
  display: flex;
  align-items: center; }

#calendar_form {
  border-left: 1px dashed #f2e9e7;
  padding-left: 20px; }
  #calendar_form input {
    padding: 10px;
    border: 1px solid #f2e9e7;
    border-radius: 5px;
    color: #a1a2a8;
    outline: none;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 5px; }

.inputs_calendar_form {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap; }

#user_data {
  width: 60%;
  margin-top: 50px;
  padding: 0px 20px;
  margin-bottom: 30px;
  align-items: center; }
  #user_data input {
    padding: 10px;
    border: 1px solid #f2e9e7;
    border-radius: 5px;
    color: #a1a2a8;
    outline: none;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 100%; }
    #user_data input::placeholder {
      color: #a1a2a8;
      font-size: 0.8em; }

#user_data_form {
  width: 100%;
  margin-top: 15px; }

.confirmation_container {
  width: 80%;
  margin: auto; }

.confirmation_header {
  width: 5%;
  margin: auto;
  background: #00a79d;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  margin-top: -40px; }

.margin_top {
  margin-top: 80px !important; }

.confirmation_details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.doctor {
  display: flex;
  align-items: center; }

.name_branch {
  margin-left: 20px; }

.subdetails {
  display: flex;
  align-items: center; }

.label {
  margin-right: 5px;
  font-size: 0.8em;
  margin-bottom: 5px;
  color: #a1a2a8; }

.contacts {
  margin-top: 20px;
  font-size: 0.8em; }

.sub_icon {
  transform: scale(0.5); }

.phone {
  margin-bottom: 5px; }

.user_details {
  margin-top: 20px;
  width: 100%;
  padding-top: 10px;
  border-top: 1px dotted #f2e9e7; }

.user_details_title {
  color: #37bdee;
  margin-bottom: 20px;
  margin-top: 10px; }

.user_details_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.cancel_modify {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .cancel_modify button:last-child {
    margin-left: 10px; }

@keyframes turn {
  0% {
    transform: rotate(0deg) scale(3); }
  100% {
    transform: rotate(360deg) scale(3); } }
@media only screen and (max-width: 2560px) {
  nav {
    width: 50%;
    margin: auto; }

  #banner_container {
    width: 60%; }

  #desktop_search {
    width: 40%;
    margin: auto;
    margin-top: -30px; }

  #mobile_nav {
    display: none; }

  #mobile_search {
    display: none; }

  .global_container {
    width: 50%;
    margin: auto; } }
@media only screen and (max-width: 1440px) {
  nav {
    width: 60%;
    margin: auto; }

  #banner_container {
    width: 80%; }

  #desktop_search {
    width: 60%;
    margin: auto;
    margin-top: -30px; }

  #input_error {
    width: 60%; }

  #mobile_nav {
    display: none; }

  #mobile_search {
    display: none; }

  .global_container {
    width: 60%;
    margin: auto; }

  .footer_container {
    width: 80%; } }
@media only screen and (max-width: 1024px) {
  nav {
    width: 80%;
    margin: auto; }

  #banner_container {
    width: 80%; }

  #desktop_search {
    width: 80%;
    margin: auto;
    margin-top: -30px; }

  #input_error {
    width: 80%; }

  #mobile_nav {
    display: none; }

  #mobile_search {
    display: none; }

  .global_container {
    width: 80%;
    margin: auto; } }
@media only screen and (max-width: 768px) {
  #menu ul li {
    font-size: .8em;
    padding: 0 5px; }

  #mobile_nav {
    display: none; }

  #mobile_search {
    display: none; }

  .global_container {
    width: 100%;
    margin: auto; }

  .services_boxes ul {
    justify-content: center; }

  .section_container {
    width: 80%;
    margin: auto; }

  .image_side img {
    width: 60%; }

  #hotline_container {
    margin-bottom: 0px; } }
@media only screen and (max-width: 414px) {
  #maincontainer {
    height: 250px; }

  .global_container {
    width: 100%;
    margin: auto; }

  #desktop_nav {
    display: none; }

  #mobile_nav {
    display: flex; }

  .logo {
    padding: 0px; }
    .logo img {
      transform: scale(0.8); }

  .banner_title {
    margin-top: 0px; }

  h1 {
    font-size: 1.3em; }

  h2 {
    font-size: 1em; }

  #desktop_search {
    display: none; }

  #mobile_search {
    display: flex; }

  .input_name {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px 10px 20px; }

  .input_place {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 10px 10px 10px 20px; }

  .covid_item {
    width: 300px;
    margin-bottom: 20px; }

  .services_boxes ul {
    justify-content: space-evenly; }
    .services_boxes ul li {
      padding: 10px 15px; }

  .section_container {
    text-align: center;
    margin-bottom: 50px; }

  .image_side img {
    width: 80%;
    margin-top: 30px; }

  .content_container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
    .content_container ul li {
      display: flex;
      text-align: left;
      flex-wrap: nowrap; }

  .image_side {
    display: none; }

  #hotline_container {
    margin-bottom: 30px; }

  .android {
    margin-right: 0px;
    margin-bottom: 10px; }

  .search_criteria {
    flex-wrap: wrap; }

  .book_cta {
    width: 100%;
    margin-top: 20px; }

  .result_bottom p {
    font-size: 0.8em; }

  .result_mail {
    margin-top: 10px; }

  #calendar_form {
    border-left: none;
    padding-left: 0px;
    width: 100%;
    margin-top: 20px; }
    #calendar_form button {
      width: 100%;
      padding: 15px 10px;
      margin-top: 10px; }

  .inputs_calendar_form {
    display: block; }
    .inputs_calendar_form input {
      width: 100%; }

  .confirmation_header {
    width: 12%;
    margin: auto;
    background: #00a79d;
    border-radius: 50px;
    text-align: center;
    padding: 10px 7px;
    margin-top: -40px; }

  .confirmation_details {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }

  .subdetails {
    display: block;
    text-align: center; }
    .subdetails:last-child {
      margin-top: 5px; }

  .image_container {
    margin-bottom: 10px; }

  .doctor {
    flex-wrap: wrap;
    justify-content: center; }

  .name_branch {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 10px; }

  .time_schedule {
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2e9e7; } 
  
  #user_data{
    width: 100%;
    padding: 0px;
  }
  }

/*# sourceMappingURL=main.css.map */

