/*!
Theme Name: Summit
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Summit theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: summit-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: summit
Template Id: prod-1068
*/

#toTop {
  cursor: pointer;
}

/*--------------------------------------------------------------
## Booked
--------------------------------------------------------------*/
body .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
  border-bottom: none !important;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: separate;
  border-spacing: 5px !important;
  background: transparent !important;
  table-layout: fixed;
}

@media (min-width: 640px) {
  body .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
    table-layout: auto;
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  > h2 {
  margin-top: 10px;
}

@media (max-width: 639px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    .booked-appt-list
    > h2 {
    text-align: center !important;
    padding: 0px 0px 30px 0px !important;
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  > h2
  strong {
  font-weight: inherit;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 639px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    .booked-appt-list
    .timeslot {
    padding: 0px;
    margin-bottom: 30px;
  }

  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    .booked-appt-list
    .timeslot:last-summit {
    margin-bottom: 0px;
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-time {
  padding: 0px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-time
  .timeslot-range {
  display: block;
  margin-bottom: 5px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-time
  .timeslot-range
  .booked-icon:before {
  content: "\f017";
  font-family: "FontAwesome";
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-time
  .spots-available {
  padding-bottom: 0px !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-people {
  padding: 0px !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  .booked-appt-list
  .timeslot-people
  button {
  border-radius: 8px;
  padding: 25px 30px 25px 30px !important;
  border: none !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead {
  background: transparent !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th {
  border: none;
  padding: 21px 0;
  min-height: 26px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  .monthName {
  height: auto;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  .monthName
  .backToMonth {
  position: relative;
  display: block;
  text-align: center;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  .monthName
  .backToMonth::before {
  position: absolute;
  content: "\f104";
  font-family: "FontAwesome";
  margin-left: -10px;
  text-decoration: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  .monthName
  .backToMonth:hover {
  text-decoration: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  > a {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  > a.page-right {
  margin-top: 0;
  right: 0;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  > a.page-left {
  margin-top: 0;
  left: 0;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  > a.page-right
  i::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 40px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  th
  > a.page-left
  i::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 40px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  .days {
  background: transparent !important;
}

@media (min-width: 640px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    thead
    .days
    th {
    padding: 20px;
  }
}

.sidebar
  body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  .days
  th {
  padding: 7px 2px 5px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td {
  padding: 25px !important;
  position: relative;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  h2 {
  text-align: left;
  margin: 0px !important;
  padding: 30px 0px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot {
  overflow: hidden;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot-time,
body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot-people {
  height: auto;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot-people {
  padding: 7px 0 7px;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot-user {
  padding-top: 10px;
  display: block;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .timeslot:hover {
  background-color: transparent !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.entryBlock
  td
  .button {
  padding: 14px 18px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td {
  border: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td.active {
  padding-bottom: 1px;
  background: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td.active
  .date
  .number {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: none !important;
}

@media (max-width: 720px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    tbody
    tr
    td.active
    .date
    .number {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td
  > span {
  position: relative;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td
  > span
  .number {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 12px;
  top: 4px;
  width: auto;
  border: none !important;
  background: none !important;
}

@media (max-width: 720px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    tbody
    tr
    td
    > span
    .number {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td.blur {
  pointer-events: none;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td.blur
  .number {
  opacity: 0.2;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr
  td
  .date {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  height: inherit;
}

@media (min-width: 780px) {
  body
    .booked-calendar-shortcode-wrap
    .booked-calendar-wrap
    .booked-calendar
    tbody
    tr.week
    td {
    height: 100px !important;
  }
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  tbody
  tr.week
  td
  .date
  .number {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  .booked-calendar {
  border-collapse: separate;
}

body .booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead th {
  padding: 20px 0 10px !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  thead
  tr.days
  th {
  text-align: center !important;
  padding: 13px 5px !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  tbody
  tr
  td
  > span
  .number {
  position: static;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  tbody
  tr
  td
  .date {
  margin: 1px 1px 0;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  tbody
  tr
  td
  .date
  .number {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  tbody
  tr
  td
  .booked-appt-list
  .timeslot
  button {
  margin: 0 !important;
}

body
  .booked-calendar-shortcode-wrap
  .booked-calendar-wrap.small
  tbody
  tr
  td.active {
  padding: 0;
}

body .booked-modal {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  body .booked-modal {
    margin-top: -47% !important;
  }
}

@media (max-width: 720px) {
  body .booked-modal {
    margin-top: 0 !important;
  }
}

body .booked-modal .bm-window {
  width: 100%;
  max-width: 760px !important;
  padding: 98px 0px 0px 0px !important;
  border-radius: 0px !important;
}

body .booked-modal .booked-form {
  border-radius: 0px !important;
  padding-top: 50px !important;
}

@media (max-width: 639px) {
  body .booked-modal .booked-form {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

body .booked-modal .booked-form p {
  margin-bottom: 20px;
}

body .booked-modal .booked-form input.button-primary[type="submit"] {
  padding: 20px 20px 20px 20px;
  max-width: 315px !important;
  width: 100%;
  display: block;
  margin-right: 30px;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 639px) {
  body .booked-modal .booked-form input.button-primary[type="submit"] {
    float: none;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}

body .booked-modal .booked-form .cancel,
body .booked-modal .booked-form .booked-forgot-goback {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 135px !important;
  width: 100%;
  padding: 19px 20px 19px 20px;
  display: block;
}

@media (max-width: 639px) {
  body .booked-modal .booked-form .cancel,
  body .booked-modal .booked-form .booked-forgot-goback {
    max-width: 100% !important;
  }
}

body .booked-modal .booked-form .cf-block .textfield {
  padding: 15px 20px 15px 20px;
}

body .booked-modal .booked-title-bar {
  padding: 28px 50px 28px 50px !important;
}

@media (max-width: 639px) {
  body .booked-modal .booked-title-bar {
    padding: 28px 25px 28px 25px !important;
  }
}

body .booked-modal .close {
  top: 41px !important;
  right: 47px !important;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 639px) {
  body .booked-modal .close {
    top: 33px;
    right: 15px !important;
  }
}

body .booked-modal .close:hover {
  opacity: 1;
}

body .booked-modal .close i:before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.34855%209L0%201.65145L1.65145%200L9%207.34855L16.3485%200L18%201.65145L10.6515%209L18%2016.3485L16.3485%2018L9%2010.6515L1.65145%2018L0%2016.3485L7.34855%209Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

body .booked-modal .bookings .booked-appointments {
  padding: 27px 30px 26px;
  border-radius: 6px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 40px;
}

@media (max-width: 639px) {
  body .booked-modal .bookings .booked-appointments {
    padding: 27px 15px 26px;
  }
}

body
  .booked-modal
  .bookings
  .booked-appointments
  .booked-appointment-details
  .appointment-title {
  margin-bottom: 8px;
}

body .bookedClearFix::after {
  display: none;
}

body .booked-calendarSwitcher {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 3px;
}

body .booked-calendarSwitcher i {
  display: none;
}

body .booked-calendarSwitcher select {
  width: 98%;
  padding: 10px;
}

body .elementor-jet-booked-calendar .booked-calendarSwitcher {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
}

body .elementor-jet-booked-calendar .booked-calendarSwitcher p::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy4wMTk1MyAwLjEzODY3MkwzLjUxNTYyIDcuMTU4MkwwIDAuMTM4NjcySDcuMDE5NTNaIiBmaWxsPSIjMUUzMDZFIi8+Cjwvc3ZnPgo=");
  top: 20px;
  right: 18px;
  z-index: 10;
}

body
  .elementor-jet-booked-calendar
  .booked-calendarSwitcher
  .booked_calendar_chooser {
  min-width: 252px;
  padding: 15px 20px;
}

.booked-calendar-shortcode-wrap
  .booked-calendar-wrap
  .booked-calendar
  thead
  tr:not(.days)
  th {
  background: transparent !important;
}

body #booked-profile-page h4 {
  margin-bottom: 50px;
}

body #booked-profile-page .booked-user-avatar {
  width: 64px;
  height: 64px;
  float: none;
  margin-right: 20px;
}

@media screen and (max-width: 720px) {
  body #booked-profile-page .booked-user-avatar {
    width: 30px;
    height: 30px;
  }
}

body #booked-profile-page .booked-user-avatar img {
  border-radius: 50% !important;
}

body #booked-profile-page .booked-profile-header {
  padding: 0px !important;
  background: transparent !important;
  border: none !important;
  margin-bottom: 70px;
}

body #booked-profile-page .booked-profile-header .booked-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #booked-profile-page .booked-profile-header .booked-user h3 {
  padding: 0px !important;
  float: none;
}

body #booked-profile-page .booked-profile-header .booked-user h3 a {
  display: block;
  width: 80px;
}

body #booked-profile-page .booked-tabs {
  margin-bottom: 70px !important;
  border: none;
  border-bottom: 1px solid;
  background-color: transparent !important;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 720px) {
  body #booked-profile-page .booked-tabs {
    margin-bottom: 50px !important;
  }
}

body #booked-profile-page .booked-tabs li:first-summit {
  margin-right: 20px !important;
}

@media screen and (max-width: 720px) {
  body #booked-profile-page .booked-tabs li {
    margin-bottom: 30px !important;
  }

  body #booked-profile-page .booked-tabs li:last-summit {
    margin-bottom: 0px !important;
  }
}

body #booked-profile-page .booked-tabs li a i {
  display: none !important;
}

body #booked-profile-page .booked-tabs li a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 0px;
  height: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 720px) {
  body #booked-profile-page .booked-tabs li a:before {
    bottom: -2px;
  }
}

body #booked-profile-page .booked-tabs li.active a:before {
  width: 100%;
}

body #booked-profile-page .booked-tab-content {
  padding: 0px !important;
  background-color: transparent !important;
  border: none;
}

body #booked-profile-page .booked-tab-content .appt-block {
  border: none;
  padding: 0px 0px 39px 0px !important;
  margin: 0px 0px 37px 0px !important;
  border-bottom: 1px solid;
}

body #booked-profile-page .booked-tab-content .appt-block .status-block {
  min-width: 170px;
  padding: 0px !important;
  margin: 0px !important;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 720px) {
  body #booked-profile-page .booked-tab-content .appt-block .status-block {
    float: none;
    margin-bottom: 20px !important;
  }
}

body #booked-profile-page .booked-tab-content .appt-block .status-block i {
  margin-right: 20px;
}

body #booked-profile-page .booked-tab-content .appt-block .booked-icon-clock {
  position: relative;
  top: 2px;
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-icon-clock:before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%20fill%3D%22%2389CCF7%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.99999%202.7998C9.66273%202.7998%2010.2%203.33706%2010.2%203.9998V7.5998L12.28%206.0398C12.8102%205.64216%2013.5623%205.74961%2013.96%206.2798C14.3576%206.81%2014.2502%207.56216%2013.72%207.9598L9.71999%2010.9598C9.35637%2011.2325%208.86987%2011.2764%208.46333%2011.0731C8.05679%2010.8698%207.79999%2010.4543%207.79999%209.9998V3.9998C7.79999%203.33706%208.33725%202.7998%208.99999%202.7998Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-icon-radio-checked:before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2232%22%20fill%3D%22%23E0FDE3%22%2F%3E%0A%3Cpath%20d%3D%22M29.6801%2039C29.1391%2039%2028.6201%2038.7747%2028.2375%2038.3739L23.5975%2033.5116C22.8008%2032.6768%2022.8008%2031.3232%2023.5975%2030.4883C24.3942%2029.6535%2025.6858%2029.6535%2026.4826%2030.4883L29.6801%2033.839L37.5174%2025.6262C38.3141%2024.7914%2039.6057%2024.7912%2040.4025%2025.6261C41.1992%2026.4609%2041.1992%2027.8145%2040.4025%2028.6493L31.1226%2038.3737C30.7401%2038.7748%2030.2212%2039%2029.6801%2039Z%22%20fill%3D%22%2320991A%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-icon-radio-unchecked:before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2232%22%20fill%3D%22%23FAFAFB%22%2F%3E%0A%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%228%22%20stroke%3D%22%238E97B6%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

body #booked-profile-page .booked-tab-content .appt-block .booked-cal-buttons {
  clear: both;
}

@media screen and (max-width: 720px) {
  body
    #booked-profile-page
    .booked-tab-content
    .appt-block
    .booked-cal-buttons {
    padding-top: 30px !important;
  }
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-cal-buttons:after {
  content: "";
  display: block;
  clear: both;
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-cal-buttons
  .cancel {
  margin-right: 0px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 29px;
  display: block;
}

@media screen and (max-width: 720px) {
  body
    #booked-profile-page
    .booked-tab-content
    .appt-block
    .booked-cal-buttons
    .cancel {
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 639px) {
  body
    #booked-profile-page
    .booked-tab-content
    .appt-block
    .booked-cal-buttons
    .cancel {
    max-width: 100% !important;
  }
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-cal-buttons
  .addeventatc {
  margin-right: 20px;
}

@media screen and (max-width: 720px) {
  body
    #booked-profile-page
    .booked-tab-content
    .appt-block
    .booked-cal-buttons
    .addeventatc {
    display: block;
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-cal-buttons
  .addeventatc
  .addeventatc_icon {
  display: none;
}

body
  #booked-profile-page
  .booked-tab-content
  .appt-block
  .booked-cal-buttons
  .addeventatc:before {
  vertical-align: middle;
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M14.611%200.755859V3.08197H13.5563V0.755859H11.2219V3.08197H10.1672V0.755859H7.83281V3.08197H6.77813V0.755859H4.44372V3.08197H3.38903V0.755859H0V4.44994H18V0.755859H14.611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M4.44379%200H3.3891V0.755613H4.44379V0Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M7.83282%200H6.77814V0.755613H7.83282V0Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M11.2219%200H10.1672V0.755613H11.2219V0Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M14.611%200H13.5563V0.755613H14.611V0Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0%205.50439V18H18V5.50439H0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  display: inline-block;
  margin-right: 5px;
}

body #booked-profile-page #booked-page-form {
  padding-top: 0px;
  border-top: none;
}

body #booked-profile-page #booked-page-form p {
  margin-bottom: 30px;
}

body #booked-profile-page #booked-page-form p br {
  display: none;
}

body #booked-profile-page #booked-page-form p label {
  margin-bottom: 5px;
  display: block;
}

body #booked-profile-page #booked-page-form p .booked-upload-wrap {
  margin: 0px;
  border-radius: 8px;
  padding: 19px 20px 14px 20px;
  height: auto;
}

body #booked-profile-page #booked-page-form p input[type="text"],
body #booked-profile-page #booked-page-form p input[type="password"],
body #booked-profile-page #booked-page-form p input[type="email"],
body #booked-profile-page #booked-page-form p textarea {
  border-radius: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 14px 20px 14px 20px;
  margin: 0px;
}

body #booked-profile-page #booked-page-form p input[type="text"]:focus,
body #booked-profile-page #booked-page-form p input[type="password"]:focus,
body #booked-profile-page #booked-page-form p input[type="email"]:focus,
body #booked-profile-page #booked-page-form p textarea:focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}

body #booked-profile-page #booked-page-form p .hint-p {
  margin: 3px 0px 0px;
}

body #booked-profile-page #booked-page-form p #updateuser {
  border-radius: 8px;
  padding: 25px 20px;
  width: 100%;
  max-width: 175px;
  border: none !important;
}

/*--------------------------------------------------------------
## Contact form
--------------------------------------------------------------*/
.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 767px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /* margin-right: 5px; */
    max-width: 33.33333%;
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ------------------------------------------ */

.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* .cf-col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} */

@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ------------------------------------------ */

.elementor-9
  .elementor-element.elementor-element-80b7413
  .pricing-table__price-suffix {
  margin-top: -20px;
}

/* @media (min-width: 1025px) {
  .elementor-9 .elementor-element.elementor-element-68c89eb .jet-slider .sp-buttons {
    margin-left: 30px !important;
  }
}

@media (max-width: 1295px) {
  .elementor-9 .elementor-element.elementor-element-68c89eb .jet-slider .sp-buttons {
    margin-left: 30px !important;
  }
} */