/* --------------- SET CHARACTER FORMAT FOR CSS DOC ------------- */
@charset "utf-8";

/* --------------- IMPORT STYLE SHEETS ------------- */

@import url("normalize.css"); /* RESET STYLE SHEET */
@import url("font-awesome.min.css"); /* FONT AWESOME */
@import url("bxslider.css"); /* LOAD SLIDER STYLES */
@import url("colorbox.css"); /* LOAD COLORBOX STYLES */
@import url("jgallery.css"); /* LOAD COLORBOX STYLES */

/* ------------- OTHER RESET STYLE SHEETS ----------- */
.clear {
  clear: both;
}
body,
html {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff url("../images/logos/paramount-healthcare-centre-logo.png")
    center center no-repeat;
  z-index: 999 !important;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #580813;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
a {
  color: #580813;
}
a:hover {
  color: #8a8a8a;
}
p {
  margin-bottom: 10px;
  color: #626262;
  font-size: 14px;
  line-height: 20px;
}

/* ------------- HEADER AND NAV STYLES ------------- */
#header-spacer {
  height: 50px;
}
#header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 9;
}
#mobileNavHolder #logo {
  height: 40px;
  margin: 5px;
}
#desktopNavHolder {
  display: none;
}
#fullMobileMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  top: 0;
  overflow-y: auto;
  display: none;
}
#fullMobileMenu #navListMobile {
  list-style: none;
  text-transform: uppercase;
}
#fullMobileMenu #navListMobile li a {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #bababa;
}
#fullMobileMenu #navListMobile li a:hover,
#fullMobileMenu #navListMobile li .active {
  background-color: #580813;
  color: #fff;
}
#fullMobileMenu #navListMobile li ul {
  list-style: none;
  background-color: #eee;
}
#fullMobileMenu #navListMobile li ul li a {
  padding-left: 40px;
}
#fullMobileMenu #navListMobile li .fb {
  display: none;
}
#mobileNavOpen,
#mobileNavClose {
  font-size: 30px;
  display: block;
  float: right;
  color: #8a8a8a;
  margin-right: 5px;
  padding: 7px 14px;
  cursor: pointer;
}
#mobileNavOpen:hover,
#mobileNavClose:hover {
  color: #580813;
}
#mobileNavClose {
  padding-top: 0;
  padding-right: 14px;
  margin-top: 10px;
  display: block;
}
#fullMobileMenu .lastNavItem {
  margin-bottom: 50px;
}

.link-icons {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 5px;
  float: right;
}
li.link-icons {
  display: none;
}
.link-icons a {
  text-decoration: none;
  color: #580813;
  padding: 15px 12px;
}
.link-icons a:hover {
  color: #8a8a8a;
}
.link-icons a i {
  font-size: 18px;
}
.link-icons a span {
  display: inline-block;
  text-align: center;
  background-color: #580813;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  right: 0;
}
/* ------------- HOME BANNER STYLES ------------- */
#bannerWrapper {
  min-height: 90px;
}
.bx-slider-next span,
.bx-slider-prev span {
  display: block;
  padding: 8px 13px;
  background-color: #580813;
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.bx-slider-next span:hover,
.bx-slider-prev span:hover {
  background-color: #bababa;
  color: #580813;
}
.homeBXslider {
  position: relative;
}
.bx-slider-next span {
  left: 51px;
}
.homeBXslider .homeBannerSlide .slideContentWrapper {
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.homeBXslider .homeBannerSlide {
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slideContentWrapper .slideContentBox {
  margin-top: 5%;
  max-width: 400px;
}
.slideContentWrapper .slideContentBox .bannerPageTite {
  float: left;
  padding: 7px 14px;
  color: #fff;
  background-color: #580813;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.slideContentWrapper .slideContentBox .bannerContent {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4% 6%;
  border-left: 2px solid #580813;
}
.slideContentBox .bannerContent p,
.slideContentBox .bannerContent .readMore {
  display: none;
}
.slideContentBox .bannerContent h2 {
  margin-bottom: 5px;
}
.slideContentBox .bannerContent h2 a,
.slideContentBox .bannerContent h2 {
  font-size: 20px;
  text-decoration: none;
  color: #9d9d9d;
  font-weight: normal;
  text-transform: uppercase;
}
.slideContentBox .bannerContent h2 a span,
.slideContentBox .bannerContent h2 span {
  color: #580813;
  font-weight: bolder;
}
.slideContentBox .bannerContent h2 a:hover {
  text-decoration: underline;
}
.slideContentBox .bannerContent p {
  font-size: 16px;
  line-height: 22px;
  color: #626262;
}
.slideContentBox .bannerContent .readMore {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
}
.slideContentBox .bannerContent .readMore span {
  font-weight: bold;
}
/* --------------- HOME CONTENT AREA -------------------- */
.hexagonWhiteGB,
.hexagonGreyGB {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: 80px;
  height: 15px;
  position: relative;
  cursor: default;
  opacity: 1;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  margin: -15px auto 0 auto;
}
.hexagonGreyGB {
  background-color: #e2e2e2;
}
.hexagonWhiteGB:before,
.hexagonGreyGB:before {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  cursor: default;
  opacity: 1;
  top: -20px;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 40px solid rgba(0, 0, 0, 0);
  border-top: 0 solid;
  border-bottom: 20px solid #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
.hexagonGreyGB:before {
  border-bottom-color: #e2e2e2;
}
.hospitalIcon {
  background: url("../images/icons/hospital.svg") center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin: auto;
}
.contentBlock {
  margin: auto;
  width: 90%;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.lastContentBlock {
  padding-bottom: 20px !important;
}
.contentBlock h1,
.contentBlock h2 {
  margin: auto;
  width: auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bolder;
  margin: 5px 0 15px 0;
  color: #9f9f9f;
}
.contentBlock h1 span,
.contentBlock h2 span {
  color: #580813;
}
.contentBlock .leftLine,
.contentBlock .rightLine {
  display: none;
}
.contentBlock .introText {
  color: #626262;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.standardContent {
  padding-top: 20px;
}
/* ------------- RIGHT COLUMN STYLES ------------- */
.rightColumn h2,
.space h2 {
  margin: auto;
  width: auto;
  text-align: left;
  display: block;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: bolder;
  margin: 5px 0 15px 0;
  color: #580813 !important;
}
.rightColumn h2 span,
.space h2 span {
  color: #9f9f9f;
  font-weight: normal;
}
.rightColumn p span,
.space p span {
  font-weight: bold;
}
.standardContent {
  margin-left: 10px !important;
  margin-right: 15px !important;
}
.rReadMore {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  padding-right: 10px;
}
.rReadMore span {
  display: inline;
  font-weight: bold !important;
  font-size: 14px;
}
.rReadMore:hover span {
  color: #8a8a8a;
}
/* ------------- CONTACT STYLES ------------- */
.contact {
  padding-right: 0 !important;
}
.space {
  padding-bottom: 20px;
}
ul.leaders {
  padding-bottom: 10px;
  overflow-x: hidden;
  list-style-type: none;
  margin: 0 !important;
  line-height: 26px !important;
}
ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
  background: white;
}
ul.leaders span + span {
  float: right;
  background: white;
}
.greyBlockWrap .contentBlock ul.leaders span:first-child {
  background: #e2e2e2;
}
.greyBlockWrap .contentBlock ul.leaders span + span {
  float: right;
  background: #e2e2e2;
}
/* ------------- ACCORDION STYLES ------------- */
button.accordion {
  background-color: #580813;
  color: white;
  cursor: pointer;
  padding: 6px 10px 6px 10px;
  width: 100%;
  border-bottom: 1px solid #ac8389;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  font-size: 15px;
  transition: 0.6s;
  line-height: 20px !important;
  outline: none;
  text-transform: uppercase;
}
button.accordion.active,
button.accordion:hover {
  background-color: #ddd;
  color: #444;
}
button.accordion.active b {
  color: #580813;
}
div.panel {
  padding: 0 18px;
  background-color: #ddd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.acc {
  background: #ddd !important;
}
a {
  text-decoration: none;
  cursor: pointer;
}
/* ------------- DIVISION SLIDER STYLES ------------- */
.divisionSlider div {
  width: 300px !important;
}
.divisionSlider div h2,
.divisionSlider div p {
  padding: 0 10px;
}
.divisionSlider h2 {
  text-transform: uppercase !important;
  font-size: 15px !important;
}
.divisionSlider h2 a span {
  color: #9d9d9d;
  font-weight: normal;
}
.slider {
  display: block !important;
  height: 40px !important;
  width: 80px !important;
  align-content: center;
  font-size: 20px;
}
.next,
.prev {
  color: #e2e2e2;
  border: #e2e2e2;
  float: left;
  margin-left: 1px;
}
.next:hover,
.prev:hover {
  background-color: #9f9f9f;
}
.next span,
.prev span {
  font-weight: bold;
}
.next a,
.prev a {
  padding: 8px 12px;
  background-color: #580813;
  color: #fff;
}
.next a:hover,
.prev a:hover {
  background-color: #bababa;
  color: #580813;
}
.timeSlots {
  width: 17%;
  float: left;
}
.timeSlots span {
  padding: 4px;
  text-align: center;
  display: block;
  background-color: #eee;
  border-bottom: 1px solid #999;
}
.appointmentSlots {
  width: 83%;
  overflow: hidden;
  float: left;
  position: relative;
}
.bookingLast h2 {
  text-align: center !important;
  margin: 10px 10px !important;
}
p.fullBook {
  margin: 30px 10px !important;
  margin-top: 20px;
  font-size: 18px;
}
.booking {
  border: #580813 solid 1px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  min-height: 300px;
  background-color: #bababa;
}
.dateTopHeading {
  background-color: #580813;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
}
.dateBottomHeading {
  background-color: #bababa;
  color: #580813;
  padding: 4px 8px;
  border-bottom: #580813 solid 2px;
  font-weight: bold;
}
.bookingSlots,
.booked {
  padding: 4px 8px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.bookingSlots {
  cursor: pointer;
}
.bookingSlots {
  background-color: rgb(62, 100, 62);
  color: #fff;
}
.bookingSlots:hover {
  background-color: #580813;
  color: #fff;
}
.booked {
  background-color: #bababa;
}
.bookingSchedule .fullBook {
  margin-top: 80px !important;
  font-size: 24px;
  line-height: 28px;
}
.fullBook,
.isClosded {
  margin-top: 100px;
  font-size: 24px;
  line-height: 28px;
  margin-left: 17%;
}
.isClosded {
  font-size: 24px;
}
/* ------------- FORM STYLES ------------- */
.gpcForm {
  padding-bottom: 20px;
}
.submitButton {
  background-color: #580813;
  border: none;
  color: white;
  text-transform: uppercase;
  width: 100%;
  line-height: 20px;
  font-weight: bolder;
  padding: 10px 10px;
  margin: 4px 0;
  cursor: pointer;
  display: block;
}
.submitButton:hover {
  background-color: #bababa;
  color: #580813;
}
#success .submitButton,
a.submitButton {
  width: auto;
}
.cart a.submitButton {
  text-align: center;
}
.divi {
  padding-bottom: 4px !important;
}
.contactInput {
  width: 100%;
  border: 1px solid #580813;
  margin: 4px 0;
  padding: 8px;
  line-height: 18px !important;
}
.formfield input[type="date"] {
  height: 36px !important;
}
.formfield input[type="time"] {
  -webkit-logical-height: 36px !important;
}
.contactLabel,
.contactLabelRight {
  width: 100%;
  margin: 4px 0;
  padding: 8px;
  line-height: 18px !important;
}
select.contactInput {
  font-size: 13px;
}
.inputfield2 {
  padding-bottom: 10px;
}
.inputfield2 textarea {
  min-height: 200px;
}
select {
  cursor: pointer;
}
textarea {
  min-height: 100px;
}
textarea,
input {
  width: 100%;
  padding: 2px 4px;
  box-sizing: border-box;
  border: 1px solid #580813;
  resize: none;
  cursor: pointer;
}
textarea:focus,
input:focus,
select:focus,
option:focus {
  border: 1px solid #bababa !important;
}
.hidden {
  display: none !important;
}
input[type="radio"] {
  float: left;
  border: none !important;
  display: none !important;
}
.radio input[type="radio"] + label span,
.radio input[type="radio"] + label span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #580813;
  border-radius: 0%;
  padding: 2px;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
  clear: none;
}
.radio input[type="radio"]:checked + label span,
.radio input[type="radio"]:checked + label span {
  width: 10px;
  height: 10px;
  background: #580813;
  background-clip: content-box;
}
.radio input[type="radio"]:hover + label:hover span:hover,
.radio input[type="radio"]:hover + label:hover span:hover {
  border: 2px solid #626262;
}
/* ------------- BOOKING STYLES ------------- */
.mobilePrevBook a,
.mobileNextBook a {
  width: 100px !important;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.normalTxt {
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}
.info {
  background-color: #bababa;
  color: #580813;
  width: 100%;
  font-size: 18px;
  padding: 10px;
}
.steps a .stepstiptext {
  visibility: hidden;
  width: 120px;
  background-color: #580813;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  font-size: 12px;
  opacity: 1 !important;
}
.steps a .stepstiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #580813 transparent;
}
.steps a:hover .stepstiptext {
  visibility: visible;
}
.steps a.steps_active:hover .stepstiptext,
.steps_done a:hover .stepstiptext {
  visibility: hidden !important;
}
div.steps a:after,
div.steps a:before,
div.steps_done a:hover:after,
div.steps_done a:hover:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border: 32px solid transparent;
  border-left: 15px solid #580813;
  z-index: 2;
}
div.steps a.steps_active:after,
div.steps a.steps_active:before,
div.steps_done a:after,
div.steps_done a:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border: 32px solid transparent;
  border-left: 15px solid #bababa;
  z-index: 2;
}
div.steps a:before,
div.steps a.steps_active:before,
div.steps_done a:hover:before {
  right: auto;
  left: 0;
  border-left: 15px solid #fff;
  z-index: 0;
}
a#firstStep:before {
  border: none;
}
div.steps_done a.steps_active:hover {
  background-color: #bababa !important;
  color: #580813 !important;
}
.steps a {
  font-size: 20px;
  background-color: #580813;
  cursor: not-allowed;
  color: #bababa;
  padding: 10px 25px;
  float: left;
  margin: 0 1px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  line-height: 20px;
  width: 70%;
}
.steps a span {
  font-size: 10px;
}
.steps_done a {
  cursor: pointer !important;
  background-color: #bababa !important;
  color: #580813 !important;
  pointer-events: auto !important;
  opacity: 1;
}
.steps_done a:hover {
  background-color: #580813 !important;
  color: #bababa !important;
}
.steps_active {
  cursor: pointer !important;
  background-color: #bababa !important;
  color: #580813 !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.right {
  float: right;
}
.formfieldTransfer {
  width: 100% !important;
}
.diagnosis {
  overflow: auto;
}
#diagnosis tbody tr td input {
  width: auto;
}
.AddNewRow .submitButton {
  width: auto;
  text-align: center;
  margin: 0 0 20px 0;
}
a .submitButton {
  width: auto;
  text-align: center;
}
.test1 {
  position: relative;
}
.rLabel {
  width: 90% !important;
}
.step {
  width: 100% !important;
  position: relative !important;
}
.radio {
  clear: none;
  float: left;
  line-height: 30px;
}
.mediScheme {
  display: none;
}
.nextStep a {
  margin: 4px 10px;
}
#diagnosis {
  border: none;
}
tr,
td input {
  border-collapse: collapse;
  border: 0 !important;
}
#photoFileDiv {
  color: #000 !important;
}
#photoFileDiv {
  border: 1px solid #580813;
  padding: 1.5% 2%;
  color: #e3e3e3;
  cursor: pointer;
  position: relative;
}
#photoFileDiv:hover {
  border-color: #bababa;
}
#photoFileDiv span {
  position: absolute;
  display: block;
  float: right;
  background-color: #580813;
  color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 9px 20px;
  line-height: 9px;
}
#photoFileDiv:hover span {
  background-color: #dbdbdb;
  color: #808080;
}
#photoFileDiv img,
#selfieFileDiv img {
  height: 20px;
  margin-right: 15px;
  float: left;
  border: 1px solid #580813;
}
.gone {
  display: none;
}
td .radio {
  text-align: center;
  float: none;
}
.step4Radio {
  text-align: center !important;
}
.step4Table {
  table-layout: fixed;
}
.step4Table td {
  padding: 7px 0 !important;
}
.confirmStep {
  border: 1px solid #580813;
  width: 100% !important;
  float: left;
  margin-bottom: 20px;
}
.confirmStep p {
  background: #fff;
  color: #580813;
  padding: 10px;
  font-size: 16px;
  width: auto !important;
  display: block !important;
  min-height: 40px;
}
.confirmStep p:nth-child(even) {
  background: #e2e2e2;
}
.disabled {
  display: none;
}
.confirmStep h2 {
  font-size: 24px !important;
  text-align: center !important;
  padding-top: 20px;
}
.confirmStep a .submitButton {
  background-color: transparent !important;
  border: 2px solid #580813;
  color: #580813;
  margin: 10px;
}
.confirmStep a .submitButton:hover {
  background-color: #580813 !important;
  color: #fff;
}
.appointments h1 {
  font-size: 24px !important;
}
.diagRowCount {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 10px;
}
.success {
  background-color: #580813;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.success h4 {
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/* ------------- RATING FORM STYLES ------------- */
#rateFormWrapper,
.GPC_Calender {
  position: relative;
  overflow: hidden;
}
#rateFormWrapper h4,
#rateFormWrapper h3 {
  margin: 0 !important;
  text-transform: uppercase !important;
}
#success {
  background: #580813;
  padding: 20px 5%;
  width: 90%;
  font-size: 18px;
  color: #e2e2e2;
  overflow: hidden;
  -webkit-animation-name: animatezoom;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-name: animatezoom;
  animation-duration: 1s;
  animation-delay: 1s;
}
#rateFormWrapper ul.errors {
  margin: 0 0 2% 0 !important;
}
div.errors ul.errors {
  margin: 0 0 2% 0 !important;
  width: auto !important;
}
ul.errors,
.doubleBookingError,
#rateFormWrapper h3,
#rateFormWrapper h4 {
  position: relative;
  background-color: #d2131c;
  padding: 12px;
  width: 95%;
  color: #fff !important;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-animation-name: animaterun;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-name: animaterun;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
ul.errors li {
  width: 95%;
}
.ratingInput {
  display: block;
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.ratingText {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.rating {
  float: right;
  display: block;
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #e2e2e2;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #580813;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #e2e2e2;
  text-shadow: 0 0 5px #580813;
}
.rateLoader {
  margin: 45% 45% !important;
  height: 200px !important;
}
.contentBlock .rateLoader {
  margin: 10% 45% !important;
}
/* ------------- HOME TAB STYLES ------------- */
.tab,
.tabcontent {
  box-sizing: border-box;
}
.tab {
  float: left;
  border: 1px solid #fff;
  background-color: #580813;
  width: 100%;
  text-transform: uppercase;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #ffffff;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  line-height: 25px;
  font-weight: bolder;
  padding: 2px, 0px, 2px, 0px !important;
  border-bottom: 1px solid #ac8389;
  text-transform: uppercase;
}
.tablinks {
  padding: 1px 6px !important;
}
.tab button:hover {
  background-color: #ddd;
  color: #580813;
}
.tab button span {
  color: #ac8389;
  font-weight: normal;
}
.tab button.active {
  background-color: #e2e2e2;
  color: #580813;
}
.tabcontent {
  background-color: #ddd;
  color: #626262;
  float: left;
  padding: 10px 12px;
  border: 1px solid #fff;
  width: 100%;
  border-left: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 0 !important;
}
.tabcontent h3 {
  font-size: 17px;
  line-height: auto;
  color: #580813 !important;
  text-transform: uppercase !important;
}
.tabcontent h3 span {
  font-weight: normal;
  color: #ac8389 !important;
}
.tabcontent h3,
.tabcontent p,
.tabcontent ul {
  margin-left: 0px !important;
  max-width: 380px;
  -webkit-animation: animatezoom 0.5s;
  animation: animatezoom 0.5s;
}
.tabcontent p {
  font-weight: normal !important;
}
/* ------------- ANIMATION ------------- */
@keyframes animatezoom {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animatezoom {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animaterun {
  0% {
    left: -1000px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes animaterun {
  0% {
    left: -1000px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}

.greyBlockWrap {
  background-color: #e2e2e2;
}
.whiteBlockWrap {
  background-color: #fff;
}
/* ------------- HOME BANNER STYLES ------------- */
#pageBanner {
  height: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#mobileHome {
  display: inline-block;
}
#desktopHome {
  display: none;
}
/* ------------- CONTENT STYLES ------------- */
.contentBlock .LeftColumnContent,
.contentBlock #rightColumn {
  width: 100%;
}
.left-image,
.right-image {
  width: 100%;
  margin-bottom: 10px;
}
.contentBlock .downloadDoc {
  display: block;
  background-color: #e2e2e2;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}
.contentBlock .downloadDoc h6 {
  font-size: 14px;
  color: #580813;
  padding: 12px 20px;
}
.contentBlock div h1,
.contentBlock div h2,
.contentBlock div h3 {
  font-size: 16px;
  color: green;
  text-align: left;
  text-transform: none;
  color: #626262;
  margin: 0 0 10px 0;
}
.contentBlock div h2 {
  font-size: 22px;
}
.contentBlock div h3 {
  font-size: 18px;
}
.contentBlock .downloadDoc span {
  display: block;
  padding: 12px 20px;
  background-color: #580813;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.contentBlock .downloadDoc:hover {
  background-color: #eee;
}
.contentBlock .downloadDoc:hover h6 {
  color: #626262;
  background-color: #eee;
}
.contentBlock .downloadDoc:hover span {
  background-color: #bababa;
  color: #580813;
}
.youTubeVideoFrame {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.contentBlock ul,
ol {
  margin-left: 20px;
  margin-bottom: 10px;
  color: #626262;
  font-size: 14px;
  line-height: 20px;
}
.contentBlock div .xScroll {
  overflow-x: auto;
}
.contentBlock div table {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.contentBlock div table th {
  background-color: #580813;
  color: #fff;
  padding: 7px 14px;
  text-align: left;
}
.contentBlock div table td {
  color: #626262;
  padding: 7px 14px;
}
.contentBlock div table tr:nth-child(odd) {
  background: #e2e2e2;
}
.contentBlock div table tr:nth-child(even) {
  background: #fff;
}
.news-item {
  width: 100%;
  margin-bottom: 10px;
}

/* --------- ANNOUNCEMENTS ---------*/
.newsTeaser {
  float: left;
  width: 100%;
  margin: 0px auto 10px auto;
}
.newsTeaser img {
  width: 100%;
}
.newsTeaserContent {
  padding: 12px 20px;
}
.newsTeaserContent h3 {
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase !important;
}
.newsTeaserContent h3 a span {
  color: #9d9d9d;
  font-weight: normal;
}
.newsTeaserContent span a {
  color: #626262;
  text-decoration: none;
}
.newsTeaserContent span a:hover {
  color: #580813;
}
.newsTeaserContent .readMore {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}
.newsTeaserContent .readMore span {
  display: inline;
  font-weight: bold !important;
  font-size: 14px;
}
.newsTeaserContent .readMore:hover span {
  color: #8a8a8a;
}
#newsTeaserWrapper .newsTeaser {
  float: left;
  width: 100%;
  margin: 10px auto 10px auto;
}
#newsTeaserWrapper .newsTeaser img {
  width: 100%;
}
#newsTeaserWrapper .newsTeaserContent {
  padding: 12px 20px;
}
#newsTeaserWrapper .newsTeaserContent h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#newsTeaserWrapper .newsTeaserContent h3 a {
  text-decoration: none;
}
#newsTeaserWrapper .newsTeaserContent span {
  color: #580813;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}
#newsTeaserWrapper .newsTeaserContent span a {
  color: #626262;
  text-decoration: none;
}
#newsTeaserWrapper .newsTeaserContent span a:hover {
  color: #580813;
}
#newsTeaserWrapper .newsTeaserContent .readMore {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}
#newsTeaserWrapper .newsTeaserContent .readMore span {
  display: inline;
  font-weight: bold !important;
  font-size: 14px;
}
#newsTeaserWrapper .newsTeaserContent .readMore:hover span {
  color: #8a8a8a;
}
.moreArticles {
  display: inline-block;
  cursor: pointer;
  padding: 12px 20px;
  margin: 10px auto 20px auto;
  color: #fff;
  background-color: #580813;
  font-size: 13px;
  text-transform: uppercase;
}
.moreArticles:hover,
.moreArticles.active {
  color: #580813;
  background-color: #bababa;
}
.cat-holder .moreArticles {
  margin: 0;
  margin-right: 2px;
  margin-top: 1px;
}
.morebox {
  text-align: center;
}
.productMeta {
  border-top: #580813 solid 1px;
  padding: 10px 0;
}
/* --------- PRODUCTS ---------*/
.cart table {
  width: 100%;
}
.cart table thead td {
  border-bottom: 1px solid #eeeeee;
}
.cart table thead td:last-child {
  text-align: right;
}
.cart table tbody td {
  border-bottom: 1px solid #eeeeee;
}
.cart table tbody td:last-child {
  text-align: right;
}
.cart table .img {
  width: 80px;
  display: none;
}
.cart table .remove {
  color: #777777;
  font-size: 12px;
  padding-top: 3px;
}
.cart table .remove:hover {
  text-decoration: underline;
}
.cart table .price {
  color: #999999;
}
.cart table a {
  text-decoration: none;
  color: #555555;
}
.cart table input[type="number"] {
  width: 68px;
  padding: 10px;
  border: 1px solid #ccc;
  color: #555555;
  border-radius: 5px;
}
.cart .subtotal {
  text-align: right;
  padding: 40px 0;
}
.cart .subtotal .text {
  padding-right: 40px;
  font-size: 18px;
}
.cart .subtotal .price {
  font-size: 18px;
  color: #999999;
}

.gdpr {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #333;
  color: #fff;
  height: auto;
  padding: 10px;
  z-index: 1;
}
.gdpr p {
  font-size: 20px;
  color: #fff;
}
.gdpr .submitButton {
  display: inline-block;
}
/* --------- FOOTER STYLES ---------*/
#footerWrap {
  background-color: #580813;
  text-align: center;
  color: #fff;
  padding: 20px 5%;
  font-size: 13px;
}
#footerWrap a {
  color: #fff;
  text-decoration: none;
}
#footerWrap a:hover {
  text-decoration: underline;
  color: #bababa;
}
#footerWrap .active {
  color: #bababa;
}
li.left.img-holder {
  display: none;
}
.profile-wrapper {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  padding: 10px 20px 20px 10px;
  top: 50px;
}
.profile-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;

  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  left: 10px;

  top: -8px;
}
.profile-wrapper .bookAppointmentButton {
  width: 90%;
  margin-top: 10px;
}
.buttons.checkout {
  text-align: center;
}
h3.option-or {
  display: inline-block;
}

/* ------ Device = Laptops, Desktops  ------ */
@media (min-width: 1025px) {
  #header-spacer,
  #header-wrapper {
    height: 120px;
  }
  #mobileNavHolder {
    display: none;
  }
  #desktopNavHolder {
    display: block;
    max-width: 1000px;
    margin: auto;
  }
  #topNavHolder {
    float: right;
    list-style: none;
    border-bottom: 1px solid #bababa;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  #topNavHolder li,
  #mainNavHolder li {
    display: inline-block;
    position: relative;
  }
  #topNavHolder li ul,
  #mainNavHolder li ul {
    display: none;
  }
  #topNavHolder li:hover ul,
  #mainNavHolder li:hover ul {
    display: block;
    width: 230px;
    position: absolute;
    z-index: 2;
  }
  #topNavHolder li a,
  #mainNavHolder li a {
    display: inline-block;
    padding: 12px 9px;
    text-transform: uppercase;
    color: #8a8a8a;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  #topNavHolder li a:hover,
  #topNavHolder li .active,
  #mainNavHolder li a:hover,
  #mainNavHolder li .active {
    color: #580813;
  }
  #topNavHolder li .bookAppointmentButton {
    background-color: #580813;
    color: #fff;
  }
  #topNavHolder li .bookAppointmentButton:hover,
  #topNavHolder li .bookAppointmentButton.active {
    background-color: #bababa;
    color: #580813;
  }

  #topNavHolder li:hover ul li,
  #mainNavHolder li:hover ul li {
    display: block;
    text-align: left;
  }
  #topNavHolder li:hover ul li a,
  #mainNavHolder li:hover ul li a {
    display: block;
    background-color: #580813;
    color: #fff;
    font-size: 13px;
    text-align: left;
  }
  #topNavHolder li:hover ul li a:hover,
  #topNavHolder li:hover ul li .active,
  #mainNavHolder li:hover ul li a:hover,
  #mainNavHolder li:hover ul li .active {
    background-color: #bababa;
    color: #580813;
  }

  #topNavHolder li .fb span {
    background: url("../images/icons/fb.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 18px;
    display: inline-block;
  }
  #topNavHolder li .fb {
    padding: 0px 15px;
    border-left: 1px solid #bababa;
    display: inline-block;
    top: 3px;
    position: relative;
  }
  #topNavHolder li .fb span:hover,
  #topNavHolder li .fb:hover span {
    background-image: url("../images/icons/fb-hover.svg");
  }
  #desktopNavHolder #topNavHolder li.left {
    margin-top: 1.5px;
  }

  #mainNavHolder {
    float: right;
    list-style: none;
    text-align: right;
    margin-top: -3px;
  }
  #mainNavHolder li a {
    font-size: 15px;
    font-weight: bold;
  }
  #mainNavHolder li {
    vertical-align: middle;
  }
  #mainNavHolder .lastNavItem {
    max-width: 190px;
    margin-bottom: auto;
  }
  li.left.img-holder {
    display: inline-block;
    position: relative;
  }
  .img-holder .profile-img {
    height: 35px;
    margin: 5px 0 0 5px;
    cursor: pointer;
  }
  .img-holder:hover .profile-wrapper {
    display: block;
  }
  .link-icons {
    float: none;
  }
  .homeBXslider .homeBannerSlide {
    height: 400px;
  }
  .bx-slider-next span,
  .bx-slider-prev span {
    position: relative;
    bottom: auto;
    left: auto;
    float: right;
  }
  .bx-slider-prev span {
    margin-right: 1px;
  }
  .slideContentWrapper .slideContentBox {
    top: 25%;
    bottom: 25%;
    position: absolute;
    margin-top: auto;
  }
  .slideContentWrapper .slideContentBox .bannerContent {
    border-left: 3px solid #580813;
  }
  .slideContentBox .bannerContent p,
  .slideContentBox .bannerContent .readMore {
    display: block;
  }
  .slideContentWrapper .slideContentBox .bannerPageTite {
    padding: 10px 35px;
  }
  .slideContentBox .bannerContent h2 a {
    font-size: 26px;
  }
  .slideContentBox .bannerContent h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .contactInput {
    width: 97.5%;
    border: 1px solid #580813;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabel {
    width: 97.5%;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabelRight {
    width: 97.5%;
    margin: 4px 12px;
    padding: 8px;
    line-height: 18px !important;
  }
  .submitButton {
    width: auto;
    float: right;
    padding: 10px 10px;
    cursor: pointer;
    margin: 0 3px;
  }
  .hexagonWhiteGB,
  .hexagonGreyGB {
    display: block;
    width: 140px;
    height: 30px;
    margin-top: -30px;
    background: #fff;
  }
  .hexagonGreyGB {
    background-color: #e2e2e2;
  }
  .hexagonWhiteGB:before,
  .hexagonGreyGB:before {
    top: -40px;
    border: 70px solid rgba(0, 0, 0, 0);
    border-top: 0 solid;
    border-bottom: 40px solid #fff;
  }
  .hexagonGreyGB:before {
    border-bottom-color: #e2e2e2;
  }
  .hospitalIcon {
    width: 40px;
    height: 40px;
  }
  .contentBlock h1,
  .contentBlock h2 {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }
  .contentBlock {
    padding-bottom: 90px;
  }
  .contentBlock .leftLine,
  .contentBlock .rightLine {
    display: inline-block;
    width: 120px;
    margin: 0 25px 0 0;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #bababa;
  }
  .contentBlock .rightLine {
    margin: 0 0 0 25px;
  }
  #pageBanner {
    height: 350px;
  }
  .contentBlock .LeftColumnContent {
    float: left;
    max-width: 650px;
  }
  .contentBlock #rightColumn {
    float: right;
    max-width: 300px;
  }
  .left-image,
  .right-image {
    max-width: 300px;
    margin-top: 5px;
  }
  .left-image {
    float: left;
    margin-right: 20px;
  }
  .right-image {
    float: right;
    margin-left: 20px;
  }
  .contentBlock .downloadDoc h6 {
    max-width: 490px;
    float: left;
  }
  .contentBlock .downloadDoc span {
    float: right;
  }
  .youTubeVideoFrame {
    width: 100%;
    height: 400px;
  }
  .contentBlock div .xScroll {
    overflow-x: none;
  }
  .overwriteToCenterColumn {
    float: none !important;
    margin: auto;
    max-width: 800px !important;
  }
  .overwriteToMaxWidth {
    float: none !important;
    margin: auto;
    max-width: 100% !important;
  }
  #newsTeaserWrapper .newsTeaser {
    max-width: 30%;
  }
  #newsTeaserWrapper .middleNewsTeaser {
    margin: 10px 5% 10px 5%;
  }
  .tab {
    width: 250px;
  }
  .tabcontent {
    width: 400px;
  }
  .formfield {
    width: 50%;
    float: left;
    padding-bottom: 12px;
    position: static;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  textarea {
    width: 100% !important;
  }
  ul.errors,
  .doubleBookingError,
  #rateFormWrapper h3,
  #rateFormWrapper h4 {
    position: relative;
    background-color: #d2131c;
    padding: 12px;
    width: 100%;
    color: #fff !important;
    list-style-type: none;
    margin: 0 0 10px 0;
    -webkit-animation-name: animaterun;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-name: animaterun;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-iteration-count: 1;
    animation-direction: normal;
  }

  /* ------------- BOOKING STYLES ------------- */
  .prevBook a,
  .nextBook a {
    width: 100px !important;
    font-size: 18px;
    font-weight: bold;
    margin-right: 40px;
  }
  .steps a {
    font-size: 20px;
    background-color: #580813;
    cursor: not-allowed;
    color: #bababa;
    padding: 10px 25px;
    float: left;
    margin: 0 1px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    width: 110px;
  }
  .formfieldTransfer {
    width: 100% !important;
  }
  .step4Table td {
    padding: 7px 14px !important;
  }
  .test1 {
    position: relative;
  }
  .rLabel {
    width: 90% !important;
  }
  .step {
    width: 47% !important;
    position: relative !important;
  }
  .radio {
    clear: none;
    float: left;
  }
  .mediScheme {
    display: none;
  }
  .nextStep a {
    margin: 4px 10px;
  }
  tr,
  td input {
    border-collapse: collapse;
    border: 0 !important;
  }
  #photoFileDiv {
    color: #000 !important;
  }
  #photoFileDiv {
    border: 1px solid #580813;
    padding: 1.5% 2%;
    color: #e3e3e3;
    cursor: pointer;
    position: relative;
  }
  #photoFileDiv:hover {
    border-color: #bababa;
  }
  #photoFileDiv span {
    position: absolute;
    display: block;
    float: right;
    background-color: #580813;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px 20px;
    line-height: 30px;
  }
  #photoFileDiv:hover span {
    background-color: #dbdbdb;
    color: #808080;
  }
  #photoFileDiv img,
  #selfieFileDiv img {
    height: 20px;
    margin-right: 15px;
    float: left;
    border: 1px solid #580813;
  }
  .gone {
    display: none;
  }
  td .radio {
    text-align: center;
    float: none;
  }
  .step4Radio {
    text-align: center !important;
  }
  .step4Table {
    border: 1px solid #580813;
  }
  .confirmStep {
    border: 1px solid #580813;
    width: 100% !important;
    float: left;
    margin-bottom: 20px;
  }
  .confirmStep p {
    background: #fff !important;
    color: #580813;
    float: left !important;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    width: 49% !important;
    display: block !important;
  }
  .confirmStep p:nth-child(even) {
    float: right !important;
  }
  .confirmStep p:nth-of-type(4n-1),
  .confirmStep p:nth-of-type(4n + 0) {
    background: #e2e2e2 !important;
  }
  .confirmStep h2 {
    font-size: 24px !important;
    text-align: center !important;
  }
  .confirmStep a .submitButton {
    background-color: transparent !important;
    border: 2px solid #580813;
    color: #580813;
  }
  .confirmStep a .submitButton:hover {
    background-color: #580813 !important;
    color: #fff;
  }
  .appointments h1 {
    font-size: 24px !important;
  }
  .diagRowCount {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
    width: 100%;
    text-transform: uppercase;
  }
  /* ------------- BOOKING STYLES ------------- */
  .productSummaryWrapper {
    width: 50%;
    float: right;
  }
  .productSummaryWrapper input.sml {
    width: 100px;
  }
  .dateBottomHeading {
    background-color: #bababa;
  }
  .cart table .img {
    width: 80px;
    display: block;
  }
  .cat-holder {
    display: flex;
  }
  .left-must {
    float: left;
  }
  .gdpr {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
  }
  #mobileHome {
    display: none;
  }
  #desktopHome {
    display: block;
  }
}

/* ------ Device = Desktops high res ------ */
@media (min-width: 1281px) {
  .formfieldTransfer {
    width: 100% !important;
  }
  .homeBXslider .homeBannerSlide {
    height: 500px;
  }
  #pageBanner {
    height: 400px;
  }
  .space2 {
    margin-top: 10px;
  }
  .formfield {
    width: 50%;
    float: left;
    padding-bottom: 12px;
  }
  .right {
    float: right;
  }
  textarea {
    width: 100% !important;
  }
  .contactInput {
    width: 97.5%;
    border: 1px solid #580813;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabel {
    width: 97.5%;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabelRight {
    width: 97.5%;
    margin: 4px 12px;
    padding: 8px;
    line-height: 18px !important;
  }
  .submitButton {
    width: auto;
    float: right;
    padding: 10px 10px;
    cursor: pointer;
  }
  .steps a {
    font-size: 20px;
    background-color: #580813;
    cursor: not-allowed;
    color: #bababa;
    padding: 10px 25px;
    float: left;
    margin: 0 1px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    width: 110px;
  }
  .left-must {
    float: left;
  }
  .gdpr {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
  }
  #desktopNavHolder #topNavHolder li.left {
    margin-top: 1.5px;
  }
}

/* ------ Device = Tablets, Ipads (portrait) ------ */
@media (min-width: 768px) and (max-width: 1024px) {
  .formfield {
    width: 50%;
    float: left;
    padding-bottom: 12px;
  }
  .right {
    float: right;
  }
  textarea {
    width: 100% !important;
  }
  #pageBanner {
    height: 200px;
  }
  .homeBXslider .homeBannerSlide {
    height: 250px;
  }
  #newsTeaserWrapper .newsTeaser {
    max-width: 30%;
  }
  #newsTeaserWrapper .middleNewsTeaser {
    margin: 10px 5% 10px 5%;
  }
  .rightColumn .left-image,
  .rightColumn .right-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .LeftColumnContent .left-image,
  .LeftColumnContent .right-image {
    max-width: 300px;
    margin-top: 5px;
  }
  .left-image {
    float: left;
    margin-right: 20px;
  }
  .contactInput {
    width: 97.5%;
    border: 1px solid #580813;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabel {
    width: 97.5%;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabelRight {
    width: 97.5%;
    margin: 4px 8px;
    padding: 8px;
    line-height: 18px !important;
  }
  .submitButton {
    width: 100%;
  }
  /* ------------- BOOKING STYLES ------------- */
  .steps a {
    font-size: 20px;
    background-color: #580813;
    cursor: not-allowed;
    color: #bababa;
    padding: 10px 25px;
    float: left;
    margin: 0 1px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    width: 110px;
  }
  .AddNewRow .submitButton {
    width: auto !important;
    text-align: center;
  }
  a .submitButton {
    width: auto;
    text-align: center;
  }
  .left {
    float: left;
  }
  #photoFileDiv span {
    line-height: 20px !important;
  }
  #fullMobileMenu #navListMobile li.left {
    float: none;
  }
}

/* ------ Device = Tablets, Ipads (landscape) ------ */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .formfield {
    width: 50%;
    float: left;
  }
  .right {
    float: right;
  }
  textarea {
    width: 100% !important;
  }
  #header-spacer,
  #header-wrapper {
    height: 120px;
  }
  #mobileNavHolder {
    display: none;
  }
  #desktopNavHolder {
    display: block;
    max-width: 1000px;
    margin: auto;
  }
  #topNavHolder {
    float: right;
    list-style: none;
    border-bottom: 1px solid #bababa;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  #topNavHolder li,
  #mainNavHolder li {
    display: inline-block;
    position: relative;
  }
  #topNavHolder li ul,
  #mainNavHolder li ul {
    display: none;
  }
  #topNavHolder li:hover ul,
  #mainNavHolder li:hover ul {
    display: block;
    width: 230px;
    position: absolute;
    z-index: 2;
  }
  #topNavHolder li a,
  #mainNavHolder li a {
    display: inline-block;
    padding: 12px 9px;
    text-transform: uppercase;
    color: #8a8a8a;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  #topNavHolder li a:hover,
  #topNavHolder li .active,
  #mainNavHolder li a:hover,
  #mainNavHolder li .active {
    color: #580813;
  }
  #topNavHolder li .bookAppointmentButton {
    background-color: #580813;
    color: #fff;
  }
  #topNavHolder li .bookAppointmentButton:hover,
  #topNavHolder li .bookAppointmentButton.active {
    background-color: #bababa;
    color: #580813;
  }

  #topNavHolder li:hover ul li,
  #mainNavHolder li:hover ul li {
    display: block;
    text-align: left;
  }
  #topNavHolder li:hover ul li a,
  #mainNavHolder li:hover ul li a {
    display: block;
    background-color: #580813;
    color: #fff;
    font-size: 13px;
    text-align: left;
  }
  #topNavHolder li:hover ul li a:hover,
  #topNavHolder li:hover ul li .active,
  #mainNavHolder li:hover ul li a:hover,
  #mainNavHolder li:hover ul li .active {
    background-color: #bababa;
    color: #580813;
  }

  #topNavHolder li .fb span {
    background: url("../images/icons/fb.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 18px;
    display: inline-block;
  }
  #topNavHolder li .fb {
    padding: 0px 15px;
    border-left: 1px solid #bababa;
    display: inline-block;
    top: 3px;
    position: relative;
  }
  #topNavHolder li .fb span:hover,
  #topNavHolder li .fb:hover span {
    background-image: url("../images/icons/fb-hover.svg");
  }

  #mainNavHolder {
    float: right;
    list-style: none;
    text-align: right;
    margin-top: -3px;
  }
  #mainNavHolder li a {
    font-size: 15px;
    font-weight: bold;
  }
  #mainNavHolder li {
    vertical-align: middle;
  }
  #mainNavHolder .lastNavItem {
    max-width: 190px;
    margin-bottom: auto;
  }
  .homeBXslider .homeBannerSlide {
    height: 400px;
  }
  .bx-slider-next span,
  .bx-slider-prev span {
    position: relative;
    bottom: auto;
    left: auto;
    float: right;
  }
  .bx-slider-prev span {
    margin-right: 1px;
  }
  .slideContentWrapper .slideContentBox {
    top: 25%;
    bottom: 25%;
    position: absolute;
    margin-top: auto;
  }
  .slideContentWrapper .slideContentBox .bannerContent {
    border-left: 3px solid #580813;
  }
  .slideContentBox .bannerContent p,
  .slideContentBox .bannerContent .readMore {
    display: block;
  }
  .slideContentWrapper .slideContentBox .bannerPageTite {
    padding: 10px 35px;
  }
  .slideContentBox .bannerContent h2 a {
    font-size: 26px;
  }
  .slideContentBox .bannerContent h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .steps a {
    font-size: 20px;
    background-color: #580813;
    cursor: not-allowed;
    color: #bababa;
    padding: 10px 25px;
    float: left;
    margin: 0 1px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    width: 110px;
  }
  .contactInput {
    width: 97.5%;
    border: 1px solid #580813;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabel {
    width: 97.5%;
    margin: 4px 0;
    padding: 8px;
    line-height: 18px !important;
  }
  .contactLabelRight {
    width: 97.5%;
    margin: 4px 12px;
    padding: 8px;
    line-height: 18px !important;
  }
  .submitButton {
    width: auto;
    float: right;
    padding: 10px 10px;
    margin: 0 3px;
  }
  .hexagonWhiteGB,
  .hexagonGreyGB {
    display: block;
    width: 140px;
    height: 30px;
    margin-top: -30px;
    background: #fff;
  }
  .hexagonGreyGB {
    background-color: #e2e2e2;
  }
  .hexagonWhiteGB:before,
  .hexagonGreyGB:before {
    top: -40px;
    border: 70px solid rgba(0, 0, 0, 0);
    border-top: 0 solid;
    border-bottom: 40px solid #fff;
  }
  .hexagonGreyGB:before {
    border-bottom-color: #e2e2e2;
  }
  .hospitalIcon {
    width: 40px;
    height: 40px;
  }
  .contentBlock h1,
  .contentBlock h2 {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }
  .contentBlock {
    padding-bottom: 90px;
  }
  .contentBlock .leftLine,
  .contentBlock .rightLine {
    display: inline-block;
    width: 120px;
    margin: 0 25px 0 0;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #bababa;
  }
  .contentBlock .rightLine {
    margin: 0 0 0 25px;
  }
  #pageBanner {
    height: 350px;
  }
  .contentBlock .LeftColumnContent {
    float: left;
    max-width: 550px;
  }
  .contentBlock #rightColumn {
    float: right;
    max-width: 300px;
  }
  .left-image,
  .right-image {
    max-width: 300px;
    margin-top: 5px;
  }
  .left-image {
    float: left;
    margin-right: 20px;
  }
  .right-image {
    float: right;
    margin-left: 20px;
  }
  .contentBlock .downloadDoc h6 {
    max-width: 490px;
    float: left;
  }
  .contentBlock .downloadDoc span {
    float: right;
  }
  .youTubeVideoFrame {
    width: 100%;
    height: 400px;
  }
  .contentBlock div .xScroll {
    overflow-x: none;
  }
  .overwriteToCenterColumn {
    float: none !important;
    margin: auto;
    max-width: 800px !important;
  }
  .overwriteToMaxWidth {
    float: none !important;
    margin: auto;
    max-width: 100% !important;
  }
  #newsTeaserWrapper .newsTeaser {
    max-width: 30%;
  }
  #newsTeaserWrapper .middleNewsTeaser {
    margin: 10px 5% 10px 5%;
  }
  .tab {
    width: 250px;
  }
  .tabcontent {
    width: 300px;
  }
  .formfield {
    width: 50%;
    float: left;
    padding-bottom: 12px;
  }
  .right {
    float: right;
  }
  textarea {
    width: 100% !important;
  }
  .left,
  .left-must {
    float: left;
  }
  .cart table .img {
    width: 80px;
    display: block;
  }
  .gdpr {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
  }
  #mobileHome {
    display: none;
  }
  #desktopHome {
    display: inline-block;
  }
}
