/*=================================================================
  Typography & reset
==================================================================*/
:root {
    font-size: 62.5%;

}
 .container{
  padding:2px;
} 
.terms{
     font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.1) !important;
  margin-top: -50px;
}
.tpl{
    height: 170px;
}
a {
    color: #932FB6;
}
h2 a{
    color: #531F59;
}
h2 a:active{
    color: #932FB6;
}

    .step-cards {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        width 80%; 
    overflow-x: scroll !important;
    }

.wrapper{
/* width: 80% !important; */
margin: 0 auto;
}
.testimonial-header img{
width: 120px;
height: 80px;
}
.text-white{
    color: #fff !important;
}
table{
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.wrapper ul li{
  color: rgba(0, 0, 0, 0.6) !important;
}
body {
    text-align: justify !important;
    font-size: 1.8rem;
font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

  //line-height: 35px;
}
.testimonial-card, align-left{
    text-align: left !important;
    min-width: 100%;

}

.hero p, .step-count p, .saturday p{
    color: #FFF !important;
}
p {
    line-height: 3rem !important;
    margin-bottom: 0.028rem;
}

h1 {
    color: #FFF;
    font-size: 3.2rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: 0.064rem !important;
}
p{
    color: #666;
} 

.a p{
    color: #666;
} 
h2 {
    color: #190127 !important;
    font-size: 2.4rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

 h3 {
    color: #0d0114;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.04rem;
}
    .active a{
        color: #932FB6 !important;
    }
.about-nav ul a:hover{
  color: #531F59;;
}


@media (min-width:65em){
    h1 {
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.096rem;
    }

}

body{
    overflow-x: hidden;
}

a {
    text-decoration: none;
}



.about-nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap:2em;
  //border-bottom: 1px solid #F2F2F2 ;
  overflow-x: auto;
  white-space: nowrap;
 //padding: 30px 0;

}

.about-nav h2 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34.5px; /* 172.5% */
  letter-spacing: 0.1px;
}


.about-nav ul a{
  color: #000000;
}

.about-nav ul a:hover{
  color: #531F59;;
}


/*=================================================================
Utility Classes
==================================================================*/

.flex {
    display: flex;
    gap: var(--gap, 1.5rem)
}

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

.d-none {
    display: none;
}

.grid-col-span-2 {
    grid-column: span 2;
}


.container{
    margin-inline: auto;
    width: min(90%, 126.5rem);
}
.container-refub{
    margin-inline: auto;
    width: min(90%, 126.5rem);
}


@media (max-width: 40em){
    .container--narrow{
        max-width: 90%;
    }
}

.split {
    display: flex;
    flex-direction: column;
}

.split--join {
    display: flex;
    flex-direction: column;
}

@media (min-width: 40em){
    .split {
        flex-direction: row;
    }

    .split > * {
        flex-basis: 100%;
    }

    .split * + * {
        margin-left: 2em;
    }

    .split--join * + * {
        margin: 0%;
    }
}


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

.underline{
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.button {
    display: flex;
    width: 19.6rem;
    padding: 1.5rem 3.2rem;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 0.8rem;
    background: #531F59;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.black {
    color: #190127;
}

.strong {
    font-size: 1.2em;
    color: #190127;
}.strong-fade {
    font-size: 1.2em;
    color: #717072;
}
.service-txt{
  padding-bottom: 20px;
}

.purple {
    color: #531F59;
}

/*=================================================================
  Navigation
==================================================================*/
.primary-header {
    align-items: center;
    justify-content: space-between;
}

.mobile-nav-toggle {
    display: none;
}
.logo {
    margin: 2rem;
}

.primary-navigation {
    list-style: none;
    margin: 1px;
    padding: 0;
    //gap: var(--gap, 2rem);
}

.primary-navigation[data-visible="true"] {
    transform: translateX(0%);
}

.primary-navigation a {
    color: #000;
}

@media (min-width: 821px) and (max-width: 1180px){
    .primary-navigation a {
        color: #000;
        font-size: 1.4rem;
    }
}

@media (min-width: 41em) and (max-width: 820px){
    .primary-navigation a {
        color: #000;
        font-size: 1rem;
    }

    .primary-navigation {
        //gap: var(--gap, 1rem);
    }
}

@media (max-width: 1230px) {
    
    .primary-navigation {
        position:fixed;
        z-index: 1000;
        inset: 0 0 0 30%;
        flex-direction: column;
        background: #560D54;
        padding: min(30vh, 10rem) 2em;

        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }

    .primary-navigation a {
        color: #FFF;
    }
    
    .mobile-nav-toggle {
        display: block;
        position: absolute;
        z-index: 9999;
        background: url(../img/hamburger.svg);
        background-repeat: no-repeat;
        width: 2rem;
        border: 0;
        aspect-ratio: 1;
        top: 2rem;
        right: 2rem;

    }
    .mobile-nav-toggle[aria-expanded="true"]{
        background: url(../img/hamburger-white.svg);
        background-repeat: no-repeat;
    }

}

/*=================================================================
  Hero
==================================================================*/
.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient( to right, rgba(23, 23, 23, 0.80), rgba(23, 0, 0, 0) ), url(../img/hero-1.jpg);
    padding: 15vh 0;
    color: #FFF;
}

.hero-text {
    color: #FFF !important;
    font-size: 1.6rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 2.4rem !important; /* 150% */
    letter-spacing: 0.032rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
}

.appointment-booker {
    background-color: #FFF;
    //width:85%;
    //height: 32rem;
    padding: 2rem 2rem;
    border-radius: 0.8rem;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.04);
    align-content: center !important;
}

.appointment-booker form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    flex-shrink: 0;
}

select {
    padding: 1em 1.5em;
    background: #FFFFFF;
}

.custom-select {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.appointment-booker select {
    border: none;
    padding: 1em 2em;
    padding-left: 0;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    appearance: none;
}

.appointment-booker input[type="date"] {
    border: none;
    box-sizing: border-box;
    padding: 1em 1em;
    padding-left: 0;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    appearance: none;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
 
.appointment-booker input[type="submit"] {
    display: flex;
    width: 19.6rem;
    padding: 1.5rem 3.2rem;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 0.8rem;
    border: none;
    background: #531F59;
    color: #FFF;
}

.appointment-booker label {
    color: rgba(0, 0, 0, 0.50);
font-family: 'Roboto', sans-serif !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-select {
    position: relative;
}

.custom-date {
    width: 100%;
}

.custom-arrow {
    background-image: url(../img/custom-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 0.8rem;
    width: 2rem;
    pointer-events: none;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

@media (min-width:65em){
    .appointment-booker form {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
        flex-shrink: 0;
    }

    .appointment-booker select {
        border: none;
        width: 100%;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        appearance: none;
    }

    .custom-select {
        border-right: 1px solid #E2E2E2;
    }

    .appointment-booker {
        padding: 1.2rem 3rem;
        height: auto;
    }

    .custom-date {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .appointment-booker input[type="date"] {
        border: none;
    }

    .appointment-booker input[type="submit"] {
        vertical-align: middle;
        margin: auto 0;
    }
}

/*=================================================================
  Services
==================================================================*/

#services {
    background-color: #EEF8FF;
    padding: 5rem 0;
}

.card {
    display: flex;
    width:90%;
    height: 42rem;
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 2rem;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

#services a.button {
    display: flex;
    width: 21.1rem;
    padding: 1.5rem 3.2rem;
    justify-content: space-around;
    gap: 1rem;
    border-radius: 0.4rem;
    border: 1px solid #531F59;
    background-color: transparent;
    color: #531F59;
    font-weight: 500;
    margin: 5rem auto;
}

@media (min-width: 1180px){
     .cards-block{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
        text-align: left;    }

    .card {
        width: 27%;
    }

}

@media (min-width:821px) and (max-width: 1180px){
    .cards-block{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
    }

    .card {
        width: min(25%, 25.2rem);
    }

}

@media (min-width:40em) and (max-width:820px){
    .cards-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
   
    .card {
        width:65%;
        height:fit-content;
    } 
}
.col-lg-6{
padding: 15px;
}
#services-header {
    margin-bottom: 5rem;
}

#services img {
    width: 100%;
}

/*=================================================================
  Stats
==================================================================*/
#hospital-stats{
    padding: 3em 1em;
    background-color: #F6E4F6;
    background-image: url(../img/stat-short.svg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: left;
}

@media (min-width:41em) {
    #hospital-stats{
        padding: 4em 1em;
        background-color: #F6E4F6;
        background-image: url(../img/stat-long.svg);
        background-repeat: no-repeat;
        background-size:cover;
        background-position: left;
    }

    .stat-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1em;
    }
}
.stat {
    font-size: 64px;
    font-weight: 500;
    line-height:normal;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    
}

.substat {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;

}
/*=================================================================
  Location
==================================================================*/
#locations {
    padding-top: 3em;
    padding-bottom: 2em;
}
.button{
    color: #fff;
}

.tabs-container ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap:2em;
    border-bottom: 1px solid #F2F2F2 ;
    overflow-x: auto;
}

.tab__panels{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.location-info {
    padding: 2em;
    border-bottom: 2px solid #F2F2F2 ;
}


.location-info a {
    color: #3C3B3C;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.032rem;
    margin: 6rem 0;
}

.location-text p{
    margin-bottom: 1rem;
}

.location-text a.button {
    margin-top: 2rem;
}

.location-info a.button {
    display: flex;
    color: #FFFFFF !important;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: space-around;
}

.location-image {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
}

.location-image img {
    border-radius: 1rem 1rem 0rem 0rem;
}

.location-map {
    border-radius: 0rem 0rem 1rem 1rem;
    border: none;
}

[tabindex="-1"] h2 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

[role="presentation"] {
    margin: auto 0;
}

[aria-selected ="true"] {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (min-width: 65em) {
    .location-info{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .location-image {
        flex-direction: row;
    }

    .location-image img {
        border-radius: 1rem 0rem 0rem 1rem;
    }

    .location-map {
        border-radius: 0rem 1rem 1rem 0rem;
    }
}


/*=================================================================
  Step guide
==================================================================*/

#step-guide{
    padding: 3em 1em;
    background-color: #F6E4F6;
    background-image: url(../img/stat-long.svg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: left;
}

.step-cards {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: min(90%, 126.5rem);

    overflow-x: scroll !important;
}

.stepcard {
     width: 700px !important;
    display: inline-flex;
    padding: 3.4rem 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0.8rem;
    background: #FFF;
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.04);
    margin: 3rem 0;

}

.stepcard p {
    font-size: 1.4rem;
}


.step-count {
    /*width: 5.2rem;
    height: 5.2rem;*/
    padding: 20px 30px;
    flex-shrink: 0;
    background-color: #531F59;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
}

.step-count p {
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    margin: auto 0;
}

@media (min-width: 65em){
    .step-cards {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
    overflow-x: scroll !important;
    }

    .stepcard{
        width: 800px !important;
        display: block;
    }
    
    #step-guide article {
        position: relative;
    }

    #working-hours {
        margin-top: 35em;
    }
}

/*=================================================================
  Working Hours
==================================================================*/
.working-hours-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.table-text {
    font-size: 1.47rem;
    font-weight: 500;
}

.table-row{
    border-radius: 0.2452rem;
    background: #F6E4F6;
    color: #000;
}

.alt-row {
    background: #531F59;
    color: #FFFFFF;
}

.table-row, .alt-row {
    padding: 1em 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.small-print {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 214.286% */
    letter-spacing: 0.028rem;
}

.working-hours-text h1, p {
    margin: 0;
}

@media (min-width:50em){
    #working-hours {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 4rem;
    }

    .working-hours-text {
        max-width: 45%;
    }

    #working-hours img{
        max-width: 75%;
    }
}

/*=================================================================
  Testimonials
==================================================================*/
.testimonials-block.row{
    overflow-x: scroll;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-headline {
    text-align: center;
    margin: 2em 0;
}

#testimonials {
    background: #EEF8FF;
    padding: 7rem 0;
}

.testimonial-card {
    border-radius: 5px;
    background-color: #FFF;
    background-image: url(../img/quote-bg.png);
    background-repeat: no-repeat;
    background-position: bottom 10px right 20px;;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin: 2rem auto;
   min-width: 30%;

}

p.review {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
}
.testimonial-header {
    display: flex;
    justify-content:flex-start;
    margin-bottom: 1.4rem;
    gap: 2rem;
}

.testimonial-header h4 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    }

.testimonial-header p {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;
}

.final-contact-cta {
    background-color:#531F59;
    background-image: url(../img/final-contact-cta-bg.png);
    background-size: cover;
    padding:4em 2em;
    border-radius: 20px;
    margin: 5rem 0;
}

.white-btn {
    border-radius: 8px;
    background: #FFF;
    color: #531F59;
    padding: 1.5rem 2.3rem;
    font-weight: 700;
}

.final-contact-cta h1 {
    font-size: 2.4rem;
}

@media (min-width: 60em){
    .testimonial-card {
        width:100%;
        margin: 2rem;
    }

    .testimonials-block {
        display: flex;
        justify-content: space-between;
    }

    .final-contact-cta {
        display: flex;
        justify-content: space-evenly;
        padding: 2em;
    
    }

    .final-contact-cta h1 {
        width: 59%;
        font-size: 4.8rem;
    }

    .final-contact-cta div {
        margin: auto 0
    }

}


/*=================================================================
  Footer
==================================================================*/
footer {
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 2em;
    bottom: 0;
}

footer a {
    color:#000000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
}

footer ul {
    list-style: none;
    padding-inline-start: 0;
}

footer li {
    margin: 2rem 0;
}

.footer-links {
    margin: 6rem 0;
}

footer div.logo {
    margin:0;
    margin-top: 24px;
}

footer p {
    margin: 5rem 0;
}

@media (min-width:50em)
{
    .footer-link-block {
        display: flex;
        flex-direction: row;
        justify-content:space-evenly;
        align-items: flex-start;
        align-content: flex-start;
    }



    .footer-links {
        margin: auto;
        margin-top: 0px;
    }
}


/*=================================================================
  Color styles
==================================================================*/



/*=================================================================
  Element Tags
==================================================================*/
/* section {
    padding: 3rem 0;
} */

@media (max-width:40em) {
    section{
        box-sizing: border-box;
        padding: 1em 0;
    }
    .step-cards {
        display: flex;
        position: relative;
        overflow: hidden !important;
        width: 100%;
    }
    .stepcard {
        width: 85% !important;
}
.stat-box div, .stat-box div p{
    text-align: center !important;
}
.content{
     width: 100% !important;
     padding: 0 !important;
}

.container-refub{
max-width: 100% !important;
}
table{
max-width: 100% !important;
padding: 0 !important;
}
iframe{
max-width: 100%;
}

img {
    max-width: 100%;
}
.logo {
  margin: 0.5rem 0rem;
  width: 180px;
}
.container{
        text-align: left;
}
.container-refub{
text-align: left;
}
.container{
        text-align: left;
}
p.review {
  font-size: 1.5rem;
  line-height: 25px !important;
  letter-spacing: 0.3px;
}
.testimonial-header h4 {
  font-size: 1.8rem;
}
.location-info {
  padding: 0em !important;
}
h1{
   font-size: 2.6rem !important;
}
h2 a{
   font-size: 2.1rem !important;
}
p{
   font-size: 16px;
}
.location-text p {
  margin-bottom: 0.2rem !important;
}
#location{
    text-align: justify !important;
}
.location-image img {
  width: 100% !important;
}
}
.container{
  font-size: 15px !important;
  padding: 2px !important;
}
.container-refub{
  font-size: 15px !important;
}
.primary-navigation {
    list-style: none;
    margin: 0;
    padding: 16px;
    //gap: var(--gap, 2rem);
    //margin-right: 20px;
}
body{
font-size: 1.8rem !important;
}

.same-height {
 display: table;
  width: 100%;
}
.sd {
  display: table-cell;
}
.hero-about {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient( to right, rgba(23, 23, 23, 0.4), rgba(23, 23, 23, 0.4) ), url(../img/about-us.jpeg);
    padding: 15vh 0;
    color: #FFF;
}

.hero-about p { 
color: #FFF;
}


.mission-block {
    border-radius: 8px;
    background: #531F59;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 2em 2em 2em 2em !important;
    margin: 2em 0;
    height: 100%;
}

.about-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap:2em;
  //border-bottom: 1px solid #F2F2F2 ;
  overflow-x: auto;
  white-space: nowrap;
 //padding: 30px 0;

}