@charset "UTF-8";

.site-branding {
  text-align: center;
}

.header--transparent .site-branding {
  color: white;
}

.header--transparent .site-branding:after {
  border-color: white;
}

.ui.modal>.content {
  margin-top: unset !important;
}

.site-branding .site-logo-link,
.site-branding .custom-logo-link {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.site-branding img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 35px;
  width: auto;
}

.site-branding img[src*='svg'] {
  min-width: 50px;
}

.error {
  /* border: 1px solid red !important; */
  box-shadow: inset 0px -2px 0px 0px #f00;
  appearance: none;
  -webkit-appearance: none;

}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  margin: 0;
  width: 100%;
  /* height: 100%; */
  /* background: #fff; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  background: #f6f6f6;
  font-family: Roboto, helvetica, arial, sans-serif;
  /* height: auto !important; */
  line-height: normal;
  color: rgba(27, 7, 27, 0.87);
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #78217b!important;
}

.hide {
  display: none !important;
}

.cursor_default {
  cursor: default;
}

.payment_button {
  width: 100%;
  border: 0px;
  height: 45px;
  margin-top: 15px;
  background: #009cde !important;
  border-radius: 4px !important;
}

.credit_card {
  border-radius: 4px !important;
  background: #009cde !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 1.1rem !important;
  padding: 6px 12px 6px 15px !important;
  color: white;
  max-width: 750px;
}

::-webkit-scrollbar {
  width: 15px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border: 0px none #ffffff;
  border-radius: 35px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6;
}

::-webkit-scrollbar-thumb:active {
  background: #b6b6b6;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 7px;
}

::-webkit-scrollbar-track:hover {
  background: #f5f5f5;
}

::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

#pay_choose {
  font-size: 0.9rem;
}

#dark_screen {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 1200;
  background: rgb(0, 0, 0, 0.7);
}

#threed_container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2000;
  display: none;
}

#threed_iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

h1,
h2,
h3,
h4 {
  color: #4a144b;
  margin-block-start: 0;
  font-size: 1.25em;
}

img {
  /* user-drag: none; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#recog {
  font-family: Tahoma, geneva, sans-serif;
  /* 'Roboto', sans-serif; */
  font-size: 1rem;
}

.expand_wrap {
  width: 640px !important;
  max-width: 100%;
}

.wrap {
  /* display:none; */
  visibility: visible;
  opacity: 1;
  z-index: 1300;
  /* background: #3f8edd; */
  /* background: #61b1b6; */
  background: #fff;
  width: 360px;
  height: 670px;
  margin: 30px auto 0;
  padding: 20px;
  text-align: center;
  position: fixed;
  /* color: #fff; */
  color: #000;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  transition: all 0.7s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  /* transition: visibility 0.5s ease, opacity 0.5s ease; */
  /* overflow: hidden; */
  overflow: auto;
  top: 0vh;
  appearance: none;
  -webkit-appearance: none;
}

.wrap.wrap_close {
  visibility: hidden;
  top: -115vh;
  transition: all 0.7s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.form-group_invoice {
  margin: -12px 0 !important;
}

.form-group {
  /* margin-bottom: 1px; */
  /* margin-top: 10px; */
  position: relative;
  width: 100%;
  display: flex;
  margin: 0px 0;
}

.form-group.inline .two-third:first-of-type {
  padding-left: 0;
  width: 60%;
  position: relative;
  padding-right: 1px;
}

.form-group.inline .third:last-of-type {
  padding-right: 0;
  width: 40%;
  position: relative;
}

.form-group textarea {
  width: 100%;
  height: 160px;
  color: #fff;
  background: #4ea0f4;
  border: none;
}

.form-group textarea.active+label {
  opacity: 0;
}

.form-btn {
  bottom: 0px;
  left: 0;
  border: none;
  height: 50px;
  padding: 13px 0;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem !important;
  background: #44c7bc !important;
  /* green */
  z-index: 7;
  font-weight: bold !important;
  font-family: Tahoma, geneva, sans-serif;
  width: 100%;
}

.form-btn #please_wait {
  display: none;
}

.form-btn #form-btn-svg {
  visibility: hidden;
  height: 0;
  width: 0;
  fill: white;
}

.form-btn.wait {
  /* padding: 11px 0; */
  padding-top: 10px !important;
}

.form-btn.wait span {
  display: none;
  opacity: 1 !important;
}

.form-btn.wait #please_wait {
  display: block;
  opacity: 1 !important;
  margin-top: 5px;
}

.form-btn.wait:hover {
  cursor: default !important;
}

.form-btn.good:hover {
  cursor: default !important;
}

.form-btn.good {
  position: absolute;
  height: 100% !important;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0px;
  opacity: 1 !important;
  /* transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44); */
}

.form-btn.good span {
  display: none;
}

.form-btn.good #form-btn-svg {
  visibility: visible;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  position: inherit;
  left: 0;
  right: 0;
  top: 45%;
}


/* .form_error_mesg {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 53, 53, 0.6);
  border-radius: 3px;
  padding: 10px;
  color: rgba(255, 53, 53, 0.8);
  visibility: hidden;
  /* display: none; */
/* margin: 10px 0;
  font-weight: bold;
  background: none;
} */
*/ .glow {
  box-shadow: 0 6px 0px -4px #88e015;
  appearance: none;
  -webkit-appearance: none;
}

.btn-back {
  visibility: hidden;
  position: absolute;
  left: -40px;
  top: 3px;
  width: 36px;
  height: 36px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 6;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  appearance: none;
  -webkit-appearance: none;
}

.btn-back svg {
  fill: #214e6b;
}

.btn-back.show {
  visibility: visible;
  left: 3px;
  transition-delay: 0.4s;
}

.housecallimg {
  fill: red;
}

.card__image {
  height: 80px;
  margin-top: 7px;
}

.slider {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transition: all 1s;
}

.slider.close {
  top: 100vh;
  height: 0;
}

#svg_close {
  fill: #134563;
}

.ghost {
  background-color: white !important;
  border: 1px solid #ff4d55 !important;
  color: #555 !important;
}

.ghost:hover {
  background-color: #ff4d55 !important;
  border: 1px solid #ff4d55 !important;
  color: white !important;
}

.sexy_line {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#555), to(#fff));
}

.card__content {
  font-size: 0.9rem !important;
  margin-top: 0px;
  color: #1c1b36;
}

.speech-bubble {
  position: relative;
  background: #ffffff;
  border-radius: 1.5em;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 60%;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  border-left: 0;
  margin-left: -14px;
  margin-top: -28px;
}

.mobile-buttons .btn--view {
  border-radius: 100% !important;
  padding-right: 34px !important;
}

.mobile-buttons .btn--view-cards:after {
  /* left: 13px!important; */
  width: 27px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.mobile-buttons .btn--view:after {
  left: 10px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

/* .mobile-buttons { visibility: hidden; } */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Loader 2 */
.loader-2 {
  display: block;
  height: 64px;
  width: 64px;
  -webkit-animation: loader-2-1 1.5s linear infinite;
  animation: loader-2-1 1.5s linear infinite;
}

@-webkit-keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-2-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  clip: rect(32px, 64px, 64px, 0);
  -webkit-animation: loader-2-2 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-2 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-2-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-2 span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #63b0b0;
  border-radius: 50%;
  -webkit-animation: loader-2-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-2-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-2 span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

/* Layout */
.center {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@keyframes loader {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.progress-bar {
  border-radius: 0px;
  overflow: hidden;
  width: 30px;
  height: 5px;
  transform: rotate(90deg);
  margin-top: 12px;
  margin-left: -12px;
}

.progress-bar span {
  display: block;
}

.prog-bar {
  background: rgba(0, 0, 0, 0.075);
}

.progress {
  color: #fff;
  padding: 5px;
  height: 0;
}

.progress_green {
  background: #248f6b;
}

.progress_animated {
  animation: loader 1.75s infinite;
  animation-timing-function: linear;
}

.request_step {
  font-size: 0.9rem;
  border: 1px solid white;
  margin-left: 10px;
  vertical-align: top;
  margin-top: -13px;
  width: 100%;
  height: 15px;
}

.request_intro {
  font-size: 0.9rem;
}

.button_div_1 {
  border: 0px solid black;
  height: 30px;
  margin: 10px auto;
}

.align_center {
  text-align: center;
}

/* .cancel_request_reason_div {
  margin-top: 40px;
}

.cancel_request_reason_div label {
  display: inline-block;
  width: 75px;
  margin: 2px;
  background-color: #fff;
  border-radius: 3px;
  overflow: auto;
  color: black;
  font-weight: normal;
  border: 1px solid #999;
}

.cancel_request_reason_div label span {
  text-align: center;
  font-size: 13px;
  padding: 13px 0px;
  display: block;
  font-family: Roboto;
  line-height: 13px;
}

.cancel_request_reason_div label input {
  position: absolute;
  top: -20px;
}

.cancel_request_reason_div input:checked+span {
  background-color: rgb(255, 64, 129);
  color: white;
}
 */

/* .select_appointment_time_big {
  text-align: left;
}

.select_appointment_time_big label {
  display: inline-block;
  width: 85px;
  margin: 2px;
  border-radius: 3px;
  overflow: auto;
  color: black;
  font-weight: normal;
}

.select_appointment_time_big label span {
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  display: block;
  font-family: Roboto;
  line-height: 13px;
  background: rgb(0, 188, 212);
  color: white;
}

.select_appointment_time_big label input {
  position: absolute;
  top: -20px;
}

.select_appointment_time_big input:checked+span {
  background: rgb(255, 64, 129);
  color: white;
  font-weight: bold;
} */

/* .insurance_name_checkbox label {
  display: inline-block;
  width: 47.5%;
  margin: 2px;
  background-color: #ddd;
  border-radius: 5px;
  overflow: auto;
  color: black;
  font-weight: normal;
}

.insurance_name_checkbox label span {
  text-align: center;
  font-size: 13px;
  padding: 13px 0px;
  display: block;
  font-family: Roboto;
  line-height: 13px;
}

.insurance_name_checkbox label input {
  position: absolute;
  top: -20px;
}

.insurance_name_checkbox input:checked+span {
  background-color: #9dcbbb;
} */

/* .time_options {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  max-width: 292px;
} */

/* .pick_a_time {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.pick_a_time_small {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0;
} */

/* .others_interested {
  margin: 0 auto;
  font-size: 0.9rem;
  padding: 5px;
  font-style: italic;
  color: #3c76ff;
  font-weight: bold;
} */

li {
  /* background: #fff; */
  margin-bottom: 3px;
  position: relative;
}

/* .doctorsCities li {
  left: -20px;
} */

.list_title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin: 14px;
  background: none;
}

/* .mdl-list__item--three-line .mdl-list__item-text-body {
  font-size: 12px !important;
}

.mdl-list__item-text-body {
  line-height: 22px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 110px);
}

.mdl-list__item--three-line {
  height: 95px !important;
}

.mdl-list__item .mdl-list__item-secondary-content {
  position: absolute;
  right: 20px !important;
}

.mdl-list__item {
  padding: 12px 16px 20px 16px !important;
} */

.right_arrow {
  height: 30px !important;
  width: 30px !important;
  font-size: 30px !important;
}

.doc_icon_pic {
  width: 50px !important;
  height: 50px !important;
  background: none !important;
}

.body_card {
  padding: 20px 10px;
  display: table;
  position: relative;
  width: 100%;
  /* background:#fff; */
}

.body_card_wider {
  max-width: 1200px;
  margin: 0 auto;
}

.body_card_full {
  width: 100%;
  margin: 0 auto;
  max-width:1200px;
}

.action_button {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 90%;
  margin: 0 5%;
}

.wrap.wrap_close {
  visibility: hidden;
  top: -115vh;
  transition: all 0.7s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

input[type='radio'] {
  display: none;
}

#header_back_arrow, #header_back_to_list_arrow {
  padding-top: 12px;
  position: absolute;
  height: 50px;
  width: 50px;
  margin-top: -8px;
  display: none;
}

.list_doc_pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
}

.app_avail_chip {
  font-weight: bold;
  color: rgb(0, 188, 212);
  border: 1px solid rgb(0, 188, 212);
  padding: 3px 10px;
  border-radius: 7px;
}

.green_background {
  background: rgb(0, 188, 212) !important;
}

.grey_background {
  background: #ccc !important;
}

.bold {
  font-weight: bold;
}

/* .mdl-list__item-secondary-content {
  padding-top: 15px !important;
} */

.card_doc_pic_container {
  max-width: 125px;
  display: inline-block;
}

.card_doc_pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

#requests-history .card_doc_pic {
  width: 70px;
  height: 70px;
}

.card_doc_anagr {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 130px);
  /* min-width: 150px; */
}

.card_doc_name {
  font-size: 1.10rem;
  /* line-height: 1.15rem; */
  font-weight: bold;
}

.doctors_info_name {
  font-weight: 600;
  font-size: 1.5rem!important;
}

.card_doc_skill {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .doctors_info_skill {
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 28px;
  font-weight: bold;
} */

/* .availability_options {
  margin-top: 35px;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
} */

.border_bottom {
  border-bottom: 1px solid #ddd;
}

.avail_option_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999;
  vertical-align: top;
}

.avail_option_title {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  max-width: calc(100% - 100px);
}

.avail_option_subtitle {
  font-size: 12px;
  font-weight: normal;
  /* height: 16px; */
}

.avail_option_price {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 0.9rem;
  font-weight: bold;
}

.avail_option_price_paid {
  border: 1px solid black;
  padding: 5px 19px;
  border-radius: 10px;
  top: 0 !important;
}

.avail_option_date,
.avail_option_date_back {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* .confirm_div {
  display: none;
  position: fixed;
  width: 100%;
  height: 200px;
  background: #fff;
  border-top: 1px solid #ccc;
  bottom: 0px;
  left: 0px;
  padding: 30px 20px 20px 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  appearance: none;
  -webkit-appearance: none;
}

.close_confirm_div {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
} */

/* .book_what {
  font-weight: bold;
} */

.book_doctors_name {
  margin-top: 10px;
  font-weight: bold;
}

.book_appointment_date {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.book_button {
  width: 100%;
  margin-top: 20px !important;
}

.content_other {
  padding: 0 30px;
}

.ui.modal>.content {
  margin-top: 55px;
}

/* .mdl-button--primary {
  color: white !important;
} */

/* .mdl-textfield {
  width: 100% !important;
} */

.pointer {
  cursor: pointer;
}

.more,
.less {
  text-decoration: none;
  color: rgb(0, 188, 212);
}

.app_id {
  white-space: nowrap;
}

.right_placeholder_pic {
  background: url('../images/sfondo_pag_risultati.jpg') no-repeat center;
  background-size: cover;
}

.right_placeholder_logo_div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box {
  /* width: 300px; */
  /* margin: 20px auto; */
  background: #fff;
  /* padding: 20px 30px; */
  text-align: left;
  /* font-weight: 900; */
  color: #000;
  /* font-family: arial; */
  position: relative;
  border-radius: 3px;
  /* border:1px solid #ddd; */
  min-height: 104px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_up {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.only_mobile {
  display: none;
}

.no_desktop {
  display: none;
}

.no_mobile {
  display: block;
}

/* .mdl-cell {
  margin: 0 !important;
}

.mdl-list {
  padding: 0 !important;
} */

.doctorsBio, .doctorsFeatured {
  /* font-size:1rem!important; */
  height: unset;
  overflow: hidden;
}

.bio-collapsed {
  max-height: 100px;
}

.readmore-link {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.readmore-featured {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.border_bottom {
  border-bottom: 1px solid #aaa;
}

.border_top {
  border-top: 1px solid #aaa;
}


.reviewContainer {
  padding-top:20px;margin-bottom:20px;
}

.reviewContainer .rating {
  display:flex; align-items: center;margin-top: 10px;
}

.reviewContainer .body {
  margin: 15px 0;
}

.reviewContainer .footer {
  font-weight:500;color:#999;text-align:left;
  min-height: unset;
  font-size:0.9rem;
}

.reviews_title {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 1rem;
}

.doctors_info_title {
  font-weight: bold;
  font-size: 1rem;
}

.reviews_text {
  margin: 0.25em 0 0.25em 30px;
  padding: 0.35em 0px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  /* font-size:0.9rem; */
}

.reviews_text:before {
  font-family: Georgia, serif;
  font-style: italic;
  display: block;
  padding-left: 10px;
  content: '\201C';
  font-size: 60px;
  position: absolute;
  left: -45px;
  top: -15px;
  color: #7a7a7a;
}

.reviews_bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 20px 23px 0 0;
  border-color: #ffffff transparent transparent transparent;
  bottom: -20px;
  left: 13%;
  margin-left: -11.5px;
}

.review_footer {
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-size:0.9rem;
}

.review_num-of-reviews {
  width: 40%;
}

.review_initials {
  /* margin: 15px 0 0 0; */
  width: 60%;
  font-weight: 500;
  color: #999;
  text-align: right;
}

/* .review_initials {
  margin: 15px 0 0 0;
  font-weight: bold;
  font-size: 0.85rem;
  color: #999;
} */

.years_of {
  margin-top: 30px;
}

.average_fees {
  margin-top: 20px;
}

.language_spoken {
  margin-top: 20px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  grid-gap:0px;
  /* min-height: calc(100vh - 239px); */
  min-height: calc(100vh - 46px);
  /* padding: 68px 10px 190px 10px; */
  /* padding: 68px 10px 0px 10px; */
  font-size:1rem;
}

.request_page #content-wrap {
  width: 100%;
  margin: 68px 0 0 0;
}

.welcome_text_container,
.booked_text_container {
  padding: 30px 15px;
  color: #383838;
  display: none;
}

.list-desktop {
  margin-block-start: 0;
  margin-block-end: 0;
}

.demo-list-three {
  margin-block-start: 0;
  margin-block-end: 0;
}

#right_cell_column {
  display: none;
  margin-bottom: 200px;
}

.confirm_div_checking {
  padding-top: 40px;
  text-align: center;
  display: none;
}

.cancel_template_container {
  background: #fff;
  padding: 20px 20px 50px 20px;
  border-radius: 3px;
}

/* .app_booked_title {
  text-align: center;
  margin: -15px 10px 30px 10px;
}

.app_booked_title h3 {
  font-weight: bold;
  font-size: 34px;
}

.app_booked_title h4 {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 0.5px;
} */

/* .tta_div {
  margin-top: 20px;
  font-weight: 700;
} */

/* .prev_review {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  display: none;
  width: 30px;
  justify-content: center;
  align-items: center;
}

.next_review {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
} */

.schedule_appointment {
  margin: 30px 0 20px 0;
}

.type_of_service_div {
  background: #fff;
  padding: 1px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.avail_option_icon img {
  width: 70%;
  margin: 15%;
}

/* .not_chosen_location_pointer {
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px;
  font-size: 13px;
}

.not_chosen_location_pointer a {
  text-decoration: none;
  color: #01adee;
  font-weight: bold;
}

.not_chosen_location_pointer img {
  width: 10px;
  height: auto;
  vertical-align: baseline;
} */

.button_time_choice {
  display: none;
  padding: 4px 30px;
  height: auto;
  width: 320px;
  text-transform: none;
}

.appointment_directions .only_office {
  margin: 30px 0;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}

.appointment_directions .only_vc {
  margin: 30px 0;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  display: none;
}

.card_doc_div {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}

.appointment_not_booked {
  display: none;
}

.appointment_booked {
  display: none;
}

.appointment_no_proposals {
  display: none;
}

.appointment_proposals {
  display: none;
}

/* .doctor_card_reply_status {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  padding-top: 10px;
  margin-left: 5px;
}

.doctor_card_reply_status_icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
} */

.cat_title_text {
  display: inline-block;
  vertical-align: middle;
}

.cat_title_spinner {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  margin-left: 5px;
}

.question_title {
  font-size: 1.5em;
  margin: 0px 0 10px 0;
  font-weight: bold;
  color: #4a144b;
}

.lateral-form {
  text-align: left;
  max-width: 720px;
  background: #f6f6f6;
  padding: 1em 2em;
  width: 100%;
  border-radius: 3px;
  margin: 0 auto;
}

.visitTypesContainer {
  display: inline-block;
  background: #fff;
  padding: 13px 10px;
  width: 32%;
  min-width: 110px;
  margin-top: 3px;
}

/* .lateralFormHalfForRadio {
  display: inline-block;
  background: #fff;
  padding: 16px 10px;
  width: 49%;
  min-width: 120px;
}
.lateralFormThirdForRadio {
  display: inline-block;
  background: #fff;
  padding: 16px 10px;
  width: 32.16%;
  min-width: 120px;
} */

.lateralFormFullForRadio {
  display: inline-block;
  background: #fff;
  padding: 5px 0px;
  min-height: 56px;
  font-size: 0.9rem;
  flex-grow: 1;
  margin: 3px 3px 0 0;
  width: 100%;
  min-width: 100%;
  margin-top: 3px;
  max-width: 100%;
}

.lateralFormFullForRadio label {
  position: relative;
  display: flex;
  align-items: center;
}

.lateralFormHalfForRadio {
  display: inline-block;
  background: #fff;
  padding: 5px 0px;
  width: 50%;
  height: 56px;
  /* min-width: 190px; */
  font-size: 0.9rem;
  flex-grow: 1;
  /* margin: 3px 3px 0 0; */
  max-width: calc(50% - 3px);
}

.lateralFormThirdForRadio {
  display: inline-block;
  background: #fff;
  padding: 5px 0px;
  width: 32%;
  height: 56px;
  min-width: 190px;
  font-size: 0.9rem;
  flex-grow: 1;
  margin: 3px 3px 0 0;
  /* max-width: calc(50% - 3px); */
}

.lateralFormFull {
  display: inline-block;
  width: 100%;
}

.lateralFormFullWidth {
  background: #fff;
  /* padding: 13px 10px; */
  padding: 5px 0px;
  width: 100%;
  margin-top: 3px;
}

.lateralFormHalf {
  display: inline-block;
  width: 50%;
  /* min-width: 200px; */
  /* margin: 3px 3px 0 0; */
  max-width: calc(50% - 3px);
}

.lateralFormThird {
  display: inline-block;
  width: 32.6%;
  min-width: 120px;
}

.lateralFormDobThird {
  display: inline-block;
  width: 32%;
  /* min-width: 190px; */
  font-size: 0.9rem;
  flex-grow: 1;
  margin: 3px 3px 0 0;
}

.lateral-form h1 {
  font-size: 1.5em !important;
  margin: 0 0 25px 0;
}

.form_error_border {
  border-radius: 3px;
}

h4 {
  margin: 0 0 12px 0;
}

.preferredTimeRange {
  width: 100%;
  border: 0;
  font-size: 0.9rem;
  display: inline-block;
  background: #fff;
  padding: 17px 10px;
}

.dividerThird {
  width: 2%;
  display: inline-block;
}

.expiredButton {
  color: rgb(255, 64, 129) !important;
  padding: 0;
  min-width: auto;
}

.home_overall {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 15px;
}

.areas {
  margin-top: 10px;
}

#review-and-book li {
  background: none;
}

.togglePassword {
  padding: 15px;
  margin-left: -65px;
  position: absolute;
  margin-top: 2px;
  color: #666;
  cursor: pointer;
  z-index:10;
}

.tc-checkbox {
  height: auto;
  white-space: unset;
}

.request_sent .card_doc_div {
  background: none;
}

.social-button {
  max-width: 500px;
  text-transform: none !important;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  background: white;
}

.social-button span {
  margin-left: 10px;
  color: #333;
}

.book_appointment_index .card_doc_div {
  margin: 20px 20px 0 20px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

.mtop40 {
  margin-top: 40px;
}

.m20 {
  margin: 20px;
}

.fw {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.button_container_1 {
  font-size: 20px;
  margin: 20px 0 15px 0;
  width: 100%;
}

.button_container_11 {
  font-size: 20px;
  margin: 20px 0 15px 0;
  width: 100%;
  max-width: 720px;
  display:flex;
}

.nav_button_1 {
  flex-grow: 1;
  text-align:left;
}

.nav_button_2 {
  flex-grow: 1;
  text-align:right;
}

.buttonLogInHeader {
  width: unset !important;
  height: 35px;
  /* border-radius:20px; */
  --mdc-theme-primary: #78217b;
  --mdc-theme-on-primary: #fef0ff;
}

.buttonLogIn {
  /* width: 120px !important; */
  width:100%!important;
  /* border-radius:50px; */
  height: 50px;
  --mdc-theme-primary: #78217b;
  --mdc-theme-on-primary: #fef0ff;
}

.buttonNext {
  width: unset !important;
  float: right;
  /* padding: 0 16px!important; */
  height: 50px;
  --mdc-theme-primary: #78217b;
  --mdc-theme-on-primary: #fef0ff;
}

.buttonPrev {
  width: unset !important;
  float: left;
  /* padding: 0 16px!important; */
  height: 50px;
  left: 10px;
  /* --mdc-theme-primary: #e91e63; */
  --mdc-theme-primary: rgba(0, 0, 0, 0.85);
  --mdc-theme-on-primary: #fff;
}


.request_sent .doctors_info_name,
#review-and-book .doctors_info_name {
  font-size: 1.2rem;
}

.haveaccount_container {
  margin: 50px 0px 30px 0px;
}

/* .mdl-button {
  font-size: 15px;
  text-transform: none;
  height: 50px;
  width: 100% !important;
}

.mdl-button-big {
  font-family: Roboto, helvetica, arial, sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 19px;
}

.mdl-button-standard {
  height: 36px;
} */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea,
input[type='number'] {
  width: 100%;
  border: 0;
  font-size: 1rem;
  font-family: Roboto;
  background: #fff;
  padding: 17px 10px;
}

.status_class #status_text {
  padding: 17px 10px;
  background: white;
}

.email_class .pw_class {
  margin-top: 20px;
  box-sizing: border-box;
  /* height: 50px; */
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  /* padding: 9px 12px 10px; */
  /* border: 1px solid rgba(14, 19, 24, 0.2); */
  /* cursor: text; */
  flex: 1;
}

.form_error {
  /* display: none; */
  /* visibility: hidden; */
  opacity: 0;
  color: red;
  margin-top: 5px;
  min-height: 25px;
  margin-bottom: 15px;
  font-size: 0.9em;
}

/* .logo_div {
  position: absolute;
  margin-left: 40px;
  margin-top: 6px;
}

.logo_div img {
  width: auto;
  height: 45px;
  margin-top: 5px;
} */

#menu {
  position: absolute;
  right: 20px;
  margin-top: 7px;
}

/* #review-and-book .mdl-checkbox,
.book_appointment_index .mdl-checkbox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

#review-and-book .card_doc_pic {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  vertical-align: top;
}

#review-and-book .card_doc_anagr {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 180px);
  margin-top: 10px;
  /* min-width: 150px; */
}

.home_option {
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.menu_initials {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #78217b;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  vertical-align: middle;
  font-size: 1rem;
  box-sizing: border-box;
}

.menu_name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 20px;
}

.menu_switch_lan {
  position: absolute;
  right: 70px;
  margin-top: 10px;
}

.menu_switch_lan_notlogged {
  position: absolute;
  right: 120px;
  margin-top: 18px;
}

/* .header_buttons {
  position: absolute;
  right: 20px;
  margin-top: 15px;
} */

/* .footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 183px;
  z-index: 4;
}

.footers_up {
  background: #1c1d36;
  color: white;
  padding: 20px 20px;
}

.footers_down {
  background: #292935;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.37);
  padding: 20px 20px 40px 20px;
  min-height: 150px;
  display: flex;
}

.footers_iva {
  width: 50%;
  text-align: left;
  vertical-align: top;
}

.madeinrome_notlogged {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}

.madeinrome_logged {
  display: flex;
  align-items: center;
  text-align: left;
}

.footer_right {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
  margin-left: 2%;
} */

/* PROFILE PAGE */
#profile-details,
#requests-history {
  width: 100%;
  background: #f6f6f6;
  border-radius: 3px;
  /* padding: 1em 2em; */
  margin: 0 auto;
}

.userAccount {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  display: flex;
  /* vertical-align: middle; */
  align-items: center;

}

.userAccountIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
}

.timepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 0.9rem;
  color: #4a4a4a;
  width: 400px;
  /* max-width: 99vw; */
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
  left: -10000000px;
}

.timepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.timepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.timepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.timepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.timepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.irs--round .irs-handle {
  background-color: #006cfa !important;
}

.irs-from,
.irs-to,
.irs-single {
  top: -5px !important;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 30px !important;
}

.datepicker--button {
  color: #006cfa !important;
}

.mdl-checkbox__label,
.mdl-radio {
  font-size: 1rem;
}

.loc_types_badge_container {
  background: #f6f6f6;
  padding: 3px 8px 3px 0px;
  border-radius: 25px;
  display: inline-flex;
  margin: 2px 5px;
  align-items: center;
}

.hidden {
  display: none;
}

.loc_types_badge_container .material-symbols-outlined {
  display: inline-block;
  color: white;
  border-radius: 50%;
  /* font-size: 1.5em; */
  padding: 3px;
  vertical-align: middle;
  margin-right: 5px;
}

.loc_types_badge_container .text {
  display: inline-block;
  vertical-align: middle;
}

.loc_types_badge_icon {
  max-width: 28px;
}

.fullwidth {
  width: 100% !important;
}

/* MYMODAL */
.mymodal {
  margin-top: 0 !important;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal-content {
  background-color: #fefefe;
  padding: 40px 40px;
  border: 1px solid #888;
  width: 80%;
  max-width: 550px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.last-step {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #020433;
  display: block;
}

.complete_thank h4 {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-transform: inherit;
}

.complete_thank p {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 20px 0px;
}

.modal-content img {
  display: block;
  margin: 20px auto 20px;
  width: 45%;
}

.btn_text {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  min-width: 177px;
  height: 54px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
  background-color: #ff4d55;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  padding: 15px 16px;
  text-decoration: none;
}

.channel-out-label {
  /* transform: translateY(12px);
  position: absolute;
  white-space: nowrap;  */
  display: inline-flex;
  align-items: center;
  width: 60vw;
}


/* SELECT STYLING */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 17px 10px;
  margin: 0;
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 0;
  font-size: 17px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}

.select select,
.select::after {
  grid-area: select;
}

.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus+.focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0;
}

select[multiple] {
  padding-right: 0;
  /*
  * Safari will not reveal an option
  * unless the select height has room to 
  * show all of it
  * Firefox and Chrome allow showing 
  * a partial option
  */
  height: 6rem;
  /* 
  * Experimental - styling of selected options
  * in the multiselect
  * Not supported crossbrowser
  */

}

select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

.select+label {
  margin-top: 2rem;
  background-color: rgb(156, 39, 176);
  bottom: 20px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  visibility: hidden;
  width: 10px;
}

#desk_grid {
  /* min-height: 100vh; */
  margin-top: 30px;
}

/* #desk_right {
  padding-top:30px; 
} */


/* OLD DSA PAGES */

.mdc-layout-grid {
  padding: 68px 0px !important;
}

.login_buttons_div {
  text-align: left;
  /* padding: 0px 40px; */
  /* width: calc(100% - 40px); */
  max-width: 400px;
  border-radius: 3px;
  margin: 0px auto;
}

.white-button {
  width: 100%;
  max-width: 500px;
  text-transform: none !important;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
  --mdc-theme-primary: #fff;
  --mdc-theme-on-primary: #fef0ff;
  height: 50px;
  color: #333!important;
}

.social-button {
  width: 100%;
  max-width: 500px;
  text-transform: none !important;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 25px;
  --mdc-theme-primary: #fff;
  --mdc-theme-on-primary: #fef0ff;
  height: 50px;
}

.social-button span {
  margin-left: 10px;
  color: #333;
}

.over479 {
  display:block;
}

.below479 {
  display:none;
}

.details_card_div {
  width:100%;
  max-width:1200px;
}

.channelEmail, .channelWA {
  display:none;
}

/* .togglePassword {
  margin-left: -40px;
  position: absolute;
  margin-top: 14px;
  color: #666;
  cursor: pointer;
} */

/* .email_class .pw_class {
  margin-top: 20px;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 9px 12px 10px;
  border: 1px solid rgba(14, 19, 24, 0.2);
  cursor: text;
  flex: 1;
} */






/* MEDIA QUERIES */

/* 
(max-width: 380px)
(max-width: 839px)
(min-width: 840px)
(min-width: 480px) and (max-width: 839px) 
(max-width: 1139px) 
(min-width: 1140px)
(min-width: 480px) and (max-width: 1139px)
(max-width: 479px)
(min-width: 480px)
(min-width: 900px)
(min-width: 500px) and (min-height: 600px) 
(max-width: 499px), screen and (max-height:639px)
(max-height: 599px)
(max-width: 320px)
(min-width: 900px) and (max-width: 1200px)
(max-width: 330px), (max-width: 670px) and (min-width: 560px)
(min-width: 560px) and (max-width: 600px)
(max-width: 346px)
(min-width: 1200px)
(max-width: 799px)


*/


@media screen and (max-width: 839px) {
  .box {
    min-height: 126px;
  }

  /* .question_title {
    font-size: 1rem;
  } */
  #desk_right {
    display: none !important;
  }

  .no_desktop {
    display: block;
  }

  .hidden {
    display:none;
  }

  #desk_grid {
    /* min-height: 100vh; */
    /* margin-top: 0px; */
  }

  .body_card {
    padding: 0 10px;
  }

  .requestTitle {
    margin-top:50px!important;
  }
  
  .footer {
    font-size: 0.9rem;
  }
}

@media (min-width: 840px) {
  /* .mdl-cell--8-col {
    width: calc(66.6666666667% + 16px) !important;
  }
  .mdl-cell--7-col,
  .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: calc(58.3333333333% + 16px);
  } */

}

@media (min-width: 839px) and (max-width: 980px) {

  /* .lateralFormFullForRadio { 
    font-size: 13px; 
  } */
  .channel-out-label {
    width: 30vw;
  }
}


@media (min-width: 839px) and (max-width: 925px) {
  /* .mdl-cell--4-col,
  .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: 50% !important;
  } */
  /* .channel-out-icons { 
    display:none;
  }
  .channel-out-label {
    transform: translateY(14px);
  } */
}



@media screen and (max-width: 1139px) {
  .box {
    min-height: 126px;
  }
}

@media (min-width: 1140px) {
  /* .mdl-cell--8-col {
    width: calc(66.6666666667% + 16px) !important;
  } */
}

@media (min-width: 901px) and (max-width: 1139px) {
  /* .mdl-cell--4-col,
  .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: 50% !important;
  } */
}

@media screen and (max-width: 900px) {
  /* .mdl-cell {
    width: 100% !important;
  } */
}

/* convenzionalmente, sotto i 479px è mobile */
@media screen and (max-width: 479px) {
  /* .logo_div {
    margin-left: 20px;
  }

  .logo_div img {
    height: 35px;
  }
 */
  /* .header_container {
    height: 55px;
  } */

  .only_mobile {
    display: block;
  }

  .no_mobile {
    display: none;
  }

  /* .header_buttons {
    margin-top: 10px;
  } */

  .menu_initials {
    font-size: 1rem;
  }

  .generalMenuButton {
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem;
  }

  /* body { font-size:16px; } */

  #content-wrap {
    /* padding: 40px 10px 50px 10px; */
    min-height: 100vh;
  }

  #cell_grid {
    min-height: 100vh;
  }

  .cc_mesg {
    display: none !important;
  }

  /* .button_container_11 {
    display:none;
    margin: 0;
    position: fixed; 
    bottom:0;
    left:0;
    border-top: 1px solid #d3d3d3;
    height: 70px;
    padding: 10px 10px 0 0;
    opacity: 1;
    z-index: 10;
    background:#fff;
  } */

  .footer {
    position: relative;
  }

  .lateral-form {
    text-align: left;
    background: #f6f6f6;
    /* padding: 25px 20px 0px 20px; */
    /* width: calc(100% - 30px); */
    border-radius: 3px;
    /* margin: 15px auto; */
  }

  .lateralFormHalfForRadio,
  .lateralFormHalf {
    width: 100%;
    min-width: 100%;
    margin-top: 3px;
    max-width: 100%;
  }

  /* .lateralFormHalfForRadio {
    display: inline-block;
    background: #fff;
    width: 49%;
    min-width: 120px;
  } */

  /* #review-and-book .lateralFormHalfForRadio {
    display: inline-block;
    background: #fff;
    padding: 13px 10px;
    width: 99%;
    margin-top: 3px;
  }

  #review-and-book .lateralFormHalf {
    width: 99%;
    margin-top: 3px;
  } */

  .not_chosen_location_pointer {
    margin-left: 0;
    margin-top: 0;
  }

  /* .lateralFormHalf {
    width: 49%;
    min-width: 110px;
    margin-top: 3px;
  } */
  .lateral-form h1 {
    font-size: 1.25em !important;
  }

  .box {
    padding: 0 0px;
    min-height: unset;
    margin: 10px auto;
  }

  #review-and-book .card_doc_pic {
    width: 120px;
    height: 120px;
  }

  #review-and-book .card_doc_anagr {
    margin-top: 0px;
    max-width: calc(100% - 140px);
  }

  .doctors_info_name {
    font-size: 1.1rem;
  }

  .doctors_info_skill {
    font-size: 0.9rem;
  }

  /* .loc_types_badge_container .text { font-size:10px; margin-top:3px;} */
  .card_doc_pic {
    width: 75px;
    height: 75px;
  }

  .timepicker {
    width: 90vw;
  }

  .irs--round .irs-handle {
    top: 22px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .over479 {
    display:none!important;
  }
  
  .below479 {
    display:block!important;
  }

}

@media screen and (max-width: 380px) {
  .doctor_card_reply_status {
    font-size: 30px;
  }

  .doctor_card_reply_status_icon {
    width: 40px;
    height: 40px;
  }

  #requests-history h3 {
    font-size: 20px;
  }

  #review-and-book h3 {
    font-size: 24px;
  }

  .dividerThird {
    display: none;
  }
}



@media (min-width: 480px) {
}

@media only screen and (min-width: 900px) {
  .site-branding {
    text-align: left;
  }

  .site-branding .site-logo-link,
  .site-branding .custom-logo-link {
    margin-left: 0;
  }

  .time_options {
    max-width: 195px;
  }
}

/* desktop, window centered rendering */
@media screen and (min-width: 500px) and (min-height: 600px) {
  .wrap {
    margin: 30px 0 0 -160px;
    left: 50%;
  }

  .expand_wrap {
    margin: 100px 0 0 -320px;
  }
}

/* iphone 6: 375x667 , iphone 5 320x568*/
/* Most of mobile { */
/* @media (screen and (max-width: 480px)) or (screen and (max-height:599px ) ){ */
@media screen and (max-width: 499px),
screen and (max-height: 639px) {

  /* @media screen and ( max-height:639px ) { */
  #dark_screen {
    position: fixed;
    display: none;
    width: 0vw;
    height: 0vh;
    z-index: 1200;
    background: transparent;
  }

  /* #threed_container { position:absolute;top:0px;width:100vw;height:100vh;z-index:2000;display:none; }
		      #threed_iframe { width:100vw;height:100vh; } */
  .wrap {
    /* width: 100vw;
    height: 115vh;
    margin: auto auto 0; */
    margin: 0 0 0 -180px;
    position: fixed;
    top: 0;
    overflow: auto;
    border-radius: 0;
    padding: 10px;
    padding-bottom: 60px;
    /* left: 0; */
    left: 50%;
  }

  .expand_wrap {
    width: 100vw;
    height: 100vh;
  }

  .form-btn {
    border-radius: 3px;
  }

  .form-group {
    margin-bottom: 10px !important;
  }

  .bottom_allowance_mobile {
    height: 150px;
  }
}

@media (max-height: 599px) {
  .form-group {
    margin-bottom: 6px !important;
  }
}

/* Smaller screen mobile , like iphone 5; */
@media (max-width: 320px) {

  /* .form-btn {
    bottom: auto;
  } */
  .card_doc_name {
    font-size: 1rem;
  }

  .doctor_card_reply_status {
    font-size: 24px;
  }

  .doctor_card_reply_status_icon {
    width: 36px;
    height: 36px;
  }

  .cat_title_text {
    letter-spacing: -0.5px;
  }

  #review-and-book .card_doc_pic {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
  }

  #review-and-book .card_doc_anagr {
    max-width: unset;
    display: block;
  }

  .dividerThird {
    display: none;
  }

  .wrap {
    width: 320px;
    margin: 0 0 0 -160px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .request_step {
    font-size: 11.5px;
  }

  .request_intro {
    font-size: 12px;
  }
}

@media screen and (max-width: 330px),
(max-width: 670px) and (min-width: 560px) {
  .request_step {
    font-size: 11px;
  }

  .request_intro {
    font-size: 11px;
  }
}

@media screen and (min-width: 560px) and (max-width: 600px) {
  .request_step {
    font-size: 11px;
    letter-spacing: -0.5px;
  }

  .request_intro {
    font-size: 11px;
  }
}

@media screen and (max-width: 346px) {
  .payment_button {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .time_options {
    max-width: 280px;
  }
}

@media only screen and (max-width: 799px) {
  .left_col {
    width: 100%;
    display: block;
  }

  .right_col {
    display: none;
  }

  .purchase-choice-desktop {
    display: none;
  }

  .purchase-choice-mobile {
    display: block;
  }
}

@media only screen and (max-width: 520px) {
  .visitTypesContainer {
    padding: 13px 10px;
    width: 99%;
    min-width: 210px;
    margin-top: 3px;
  }

  .visitType_group .dividerThird {
    display: none;
  }
}