/* General Styles */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul li {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2rem;
}

.text-primary {
    color: #23a6f0 !important;
}

.blue-text {
    color: #23a6f0;
}

.dark-text {
    color: #252b42;
}

.light-text {
    color: #ffffff;
}

p {
    font-weight: 500;
    color: #737373;
}

.divider {
    height: 5px;
}

.divider-blue {
    background: linear-gradient(90deg, #5590f8 -3.75%, #61dfed 96.28%);
    transform: rotate(-180deg);
    width: 100%;
    height: 30px;
}

.divider-header {
    margin: 0 auto 45px auto;
}

.divider-grey {
    background-color: #737373;
    margin: 50px auto;
}

.btn-primary {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background: #23a6f0;
    border-radius: 50rem !important;
    padding: 10px 25px;
    font-weight: 700;
    margin-top: 10px;
    box-sizing: border-box;
    transition-timing-function: ease-in;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border: 0;
}

.btn-inline-primary {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background: #23a6f0;
    border-radius: 0 0.375rem 0.375rem 0 !important;
    padding: 15px 25px;
    font-weight: 700;
    margin-top: 0;
    box-sizing: border-box;
    transition-timing-function: ease-in;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border: 0;
}

.btn-inline-primary:hover {
    color: white !important;
    background: #0a58ca !important;
}

.form-control {
    border: 1px solid #e2e2e2;
    line-height: 1.2;
    background-color: #fcfcfc;
    box-shadow: none;
    font-weight: 300;
    color: #252b42 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    min-height: 48px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.form-control::-webkit-input-placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control:-moz-placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control::placeholder {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control:placeholder-shown {
    color: #a3a6ab;
    opacity: 1;
    font-weight: 300;
}

.form-control:focus {
    border: 1px solid #23a6f0;
    background-color: transparent;
    color: #252b42;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-group label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3a3738;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.contact-message {
    display: none;
}

.booking-message {
    display: none;
}

.custom-control {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-control-label::before {
    background-color: transparent;
    border: 2px solid #737373;
}

.custom-control-label {
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    cursor: pointer;
    padding-left: 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.custom-control-label a {
    color: #737373;
    text-decoration: underline;
}

select {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/dropdown_icon.svg") no-repeat right #ffffff;
}

select::-ms-expand {
    display: none;
}

select option {
    color: #000000;
}

select.form-control:not([size]):not([multiple]) {
    height: 55px;
}

.success-message,
.error-message,
.reg-success-message,
.reg-error-message,
.event-success-message,
.event-error-message {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 15px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Nav */
.navbar {
    min-height: 90px;
    background: #ffffff;
    box-shadow: 0 7px 10px rgba(5, 5, 5, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.navbar-brand {
    margin-top: -22px;
    padding-right: 20px;
}

.nav-logo {
    height: 60px;
    margin-left: 30px;
    margin-top: 20px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #737373;
    margin-left: 35px;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    transition-timing-function: ease-in;
    transition: 0.5s;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #252b42;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #252b42;
}

.navbar-light .navbar-nav .nav-link:focus {
    outline: none;
    color: #252b42;
}

.navbar-nav {
    margin-top: -25px;
    margin-right: 30px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    box-shadow: none;
    padding-bottom: 6px;
    height: 74px;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-cta {
    margin-right: 30px;
    margin-top: -12px;
}

.navbar-nav .cta-button {
    display: none;
}

.navbar-nav .cta-button.disabled {
    display: none;
}

.navbar-nav .cta-button.disabled,
.navbar-cta .btn.disabled {
    opacity: 0.2;
}

/* Hero Section */
.hero {
    width: 100%;
    min-height: calc(100vh - 200px);
    background: linear-gradient(112.63deg, #ffffff 3.48%, #f4f0ff 113.56%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 180px;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero::before {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    background: url("../images/top_left_blob.svg") no-repeat;
    background-size: contain;
    top: 90px;
    left: 0;
    z-index: 1;
}

.hero::after {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 260px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/bottom_right_blob.svg") no-repeat bottom right;
    background-origin: content-box;
    background-size: contain;
    z-index: 1;
}

.hero-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.hero-content {
    display: block;
    width: 100%;
    max-width: 512px;
}

.breadcrumb {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #23a6f0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.hero-container h1 {
    color: #252b42;
    font-weight: 800;
    font-size: 58px;
    margin-bottom: 30px;
}

.hero-container h3 {
    color: #737373;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.5;
}

.hero-container h3 span {
    font-weight: 600;
}

.hero-appointment {
    box-shadow:
        0 5px 20px 0 rgba(28, 54, 54, 0.2),
        0 20px 20px -20px rgba(28, 54, 54, 0.4);
    color: #1c3636;
    padding: 15px 35px 30px;
    background: #ffffff;
    border-radius: 25px;
    max-width: 460px;
    float: right;
    width: 100%;
    margin-top: 30px;
}

.hero-appointment h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #252b42;
    margin-bottom: 20px;
}

.sidebar-appointment {
    box-shadow:
        0 5px 20px 0 rgba(28, 54, 54, 0.2),
        0 20px 20px -20px rgba(28, 54, 54, 0.4);
    color: #1c3636;
    padding: 15px 35px 30px;
    background: #ffffff;
    border-radius: 25px;
    max-width: 460px;
    float: right;
    width: 100%;
    margin-top: 30px;

    position: relative;
    top: 20px;
    left: -40px;
}

.sidebar-appointment h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #252b42;
    margin-bottom: 6px;
    margin-top: 8px;
}

.sidebar-appointment .detail-group .label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3a3738;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin: 0;
}

.sidebar-appointment .detail-group span {
    padding-left: 2px;
}

.sidebar-appointment .detail-group .postcode {
    letter-spacing: 1px;
}

.hero-appointment .btn {
    width: 100%;
}

.hero-appointment .btn.disabled {
    opacity: 0.2 !important;
}

.hero-appointment .service-select {
    height: 60px;
    position: relative;
    margin-top: -12px;
    margin-bottom: 18px;
}

.hero-appointment .service-select .select2-selection__rendered {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #252b42;
}

.hero-appointment .service-select .select2-selection {
    display: flex;
    align-items: center;
    padding-left: 39px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 60px;
    border: none;
    border-bottom: 2px solid #d7ded6;
    border-radius: 0;
}

.hero-appointment .service-select .select2-container--open .select2-selection {
    border-bottom: 2px solid transparent;
}

.hero-appointment .service-select .select2-selection__arrow {
    top: unset !important;
}

.hero-appointment
    .service-select
    .select2-container--open
    .select2-selection__arrow
    b {
    transform: rotate(-180deg) !important;
}

.hero-appointment .service-select .select2-selection__arrow b {
    transition: transform 200ms;
    border-width: 0 !important;
    left: 50%;
    position: absolute;
    margin-top: -4px;
    margin-left: -15px;
    top: 50%;
    width: 16px;
    height: 9px;
    background-size: contain;
    background-image: url(/assets/images/dropdown_icon.svg);
    background-repeat: no-repeat;
}

.select2-dropdown {
    background-color: white;
    border-top: 2px solid #d7ded6 !important;
    border: 2px solid #d7ded6;
    border-radius: 10px !important;
    overflow: hidden;
    margin-top: -5px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #23a6f0;
}

.select2-results__option {
    padding: 10px;
}

.hero-appointment select {
    height: 60px !important;
    box-shadow: none;
    background: white;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    text-indent: 32px;
    padding: 15px 0 15px 15px !important;
    cursor: pointer;
    font-weight: 500 !important;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-color: #d7ded6;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #252b42;
}

.hero-appointment select:has(option[value=""]:checked) {
    color: #737373 !important;
}

.hero-appointment .service-select::before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 11px;
    left: 5px;
    height: 35px;
    width: 25px;
    display: block;
    background-size: contain;
    background-image: url(/assets/images/booking_icon.svg);
}

.hero-appointment select:focus {
    outline: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    box-shadow: none;
}

.hero-appointment select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
    .hero-container h1 {
        font-size: 38px;
    }

    .hero-appointment h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        text-align: center;
    }

    .hero-container {
        margin-top: -20px;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .hero-appointment {
        float: unset;
        margin: 15px auto 40px;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-container h1,
    .hero-container h3 {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .hero-container h1 {
        font-size: 34px;
    }

    .hero-container h3 {
        font-size: 18px;
    }

    .hero-appointment h1 {
        font-size: 19px;
        line-height: 30px;
    }
}

@media screen and (max-width: 350px) {
    .hero-container h1 {
        font-size: 26px;
    }

    .hero-appointment h1 {
        font-size: 19px;
        line-height: 30px;
    }
}

/* Our Services */
#our-services {
    background: #ebf9fe;
    padding: 80px 0 90px;
}

.services-page {
    background: white !important;
    padding: 140px 0 10px !important;
}

.services-page .container {
    position: relative;
    z-index: 2;
}

.services-page::before {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    background: url("../images/top_left_blob.svg") no-repeat;
    background-size: contain;
    top: 90px;
    left: 0;
    z-index: 1;
}

.services-page::after {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    background: url("../images/top_right_blob.svg") no-repeat;
    background-size: contain;
    z-index: 1;
}

.services-page .detail-pane .pane {
    opacity: 0;
    transition: opacity 750ms;
}

.services-page .detail-pane h4 {
    margin-bottom: 20px;
}

.info-button {
    margin-top: 25px;
}

.info-button::after {
    content: " ";
    display: block;
    background: red;
    width: 26px;
    height: 32px;
    position: absolute;
    margin-left: 77px;
    margin-top: -2px;
    background: url(../icons/pointer.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#our-services h2 {
    padding: 15px;
}

p.intro {
    margin: 0 auto;
    font-size: 18px;
    padding: 0 15px;
}

.service-cards {
    padding: 50px 0 10px;
    justify-content: flex-start;
    gap: 40px 0;
    /*justify-content: center !important;
    display: flex;
    flex-wrap: wrap;*/
}

@media screen and (min-width: 991px) {
    .service-cards .service {
        transition:
            width 500ms,
            padding 500ms;
    }

    .service.hide-service {
        animation: hide-service 500ms forwards;
        opacity: 0;
        max-height: 50px;
    }

    @keyframes hide-service {
        100% {
            width: 0;
            padding: 0;
        }
    }
}

.sale-circle {
    position: absolute;
    display: inline-block;
    background: #1eb5ff;
    right: -15px;
    top: -15px;
    padding: 0px;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    white-space: nowrap;
}

.old-price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #252b42;
    margin: 0;
    margin-top: -10px;
}

.sale-ending {
    padding: 9px 10px;
    background-color: #23a6f0;
    color: white;
    margin-top: 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

strike {
    text-decoration: none;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #252b42;
    margin: 0;
}

strike::before {
    top: 50%;
    background: red;
    opacity: 0.7;
    content: "";
    width: 110%;
    position: absolute;
    height: 0.15em;
    border-radius: 0.1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

.services-page .hide-on-select {
    transition:
        opacity 500ms,
        visibility 600ms;
}

.services-page.has-selection .hide-on-select {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 575px) {
    .services-page.has-selection.finished-selection .heading-row {
        max-height: 130px;
    }

    .services-page .back-button {
        left: calc(50% - 89px) !important;
        top: 66px !important;
    }
}

.services-page.has-selection.finished-selection .service .card.selected {
    margin-bottom: 50px;
}

.services-page .back-button {
    display: inline-flex;
    line-height: 36px;
    vertical-align: middle;
    color: #007aff;
    position: absolute;
    left: 43px;
    top: 105px;
    text-decoration: none;
    transition: opacity 500ms;
    opacity: 0;
    visibility: hidden;
}

.services-page .back-button:hover {
    color: #0a58ca;
}

.services-page .back-button img {
    width: 24px;
    height: 36px;
    padding-right: 7px;
}

.services-page .service-cards {
    transition: padding-top 500ms;
    transition-delay: 800ms;
}

.services-page.has-selection .service-cards {
    padding-top: 0;
}

.service-cards .card {
    height: 100%;
    border-radius: 20px;
    max-width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    box-shadow: 0 13px 19px rgba(0, 0, 0, 0.07);
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 500ms;
}

.service-cards .card.selected {
    border: 2px solid #23a6f0;
    height: unset;
}

.service-cards .card img {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
}

.service-cards .card .card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #252b42;
}

.service-cards .card .card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #737373;
    max-width: 175px;
    margin: 0 auto;
    min-height: 175px;
}

.service-cards .card .card-title::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #23a6f0;
    margin: 20px auto;
}

.service-cards .service[data-service-name="falls-prevention"] .card-title::after {
    margin-top: 36px !important;
}

.service-cards .price-container .price {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #23a6f0;
    margin: 0;
}

.service-cards .price-container .price-subtext {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #8ec2f2;
    margin: -5px 0 0;
}

@media screen and (max-width: 991px) {
    .service-cards {
        padding: 60px 0 40px;
    }

    .service-cards .service {
        margin-bottom: 40px;
    }
}

/* Service Areas */
#service-areas {
   padding: 0 0 130px;
}

#service-areas h2 {
    padding: 15px;
}

#map {
    border-radius: 15px;
    -moz-box-shadow: 0 5px 10px 3px rgba(137, 136, 136, 0.15);
    -webkit-box-shadow: 0 5px 10px 3px rgba(137, 136, 136, 0.15);
    box-shadow: 0 5px 10px 3px rgba(137, 136, 136, 0.15);
    margin-top: 60px;
}

/* Frequently Asked Questions */
#faq {
    background: #ebf9fe;
    padding: 80px 0 60px;
}

#faq h2 {
    padding: 15px;
}

.questions {
    padding: 50px 0 0;
}

.questions .question {
    margin-bottom: 40px;
}

.questions .question:not(.collapsed) .card {
    border: 2px solid #23a6f0;
}

.questions .card {
    border-radius: 20px;
    border: 2px solid transparent;
    max-width: 400px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    box-shadow: 0 13px 19px rgba(0, 0, 0, 0.07);
    text-align: left;
    min-height: 118px;
    cursor: pointer;
    transition: border 500ms;
}

.question .accordion-head {
    display: inline-flex;
    align-items: center;
}

.questions .question .accordion-button {
    width: 60px;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: unset !important;
    padding: 0 0 9px 8px;
    min-width: 52px;
}

.questions .question .accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto;
}

.questions .card .card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #252b42;
    padding-right: 30px;
}

.questions .card .card-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #737373;
}

@media screen and (max-width: 991px) {
    .questions {
        padding: 60px 0 40px;
    }
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2323A6F0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2323A6F0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/* Reviews */
#reviews {
    padding: 80px 0 80px;
}

#reviews h2 {
    padding: 15px;
}

#reviews .carousel {
    margin-top: 15px;
    min-height: 310px;
    display: flex;
    align-items: center;
}

.carousel-inner {
    min-height: 310px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1400px) {
    #reviews .carousel,
    .carousel-inner {
        margin-top: 0 !important;
        min-height: 450px;
    }
}

@media screen and (max-width: 400px) {
    #reviews .carousel,
    .carousel-inner {
        margin-top: 0 !important;
        min-height: 530px;
    }
}

#reviews .review {
    border-radius: 20px;
    border: 0;
    margin: 40px 0;
    padding: 28px 30px;
    box-shadow: 0 13px 19px rgba(0, 0, 0, 0.07);
    text-align: left;
    min-height: 118px;
    background: #23a6f0;
    color: white !important;
    position: relative;
    min-width: 300px;
}

#reviews .review p {
    color: white !important;
}

#reviews .review .person {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}

#reviews .review:after,
#reviews .review:before {
    position: absolute;
    bottom: 0;
    height: 25px;
    transition: transform 0.2s ease-out;
    content: "";
}

#reviews .review:before {
    width: 20px;
}

#reviews .review:before {
    right: -7px;
    background-color: #23a6f0;
    border-bottom-left-radius: 16px 14px;
}

#reviews .review:after {
    width: 26px;
    background-color: white;
    right: -26px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 575px) {
    #reviews .review {
        min-width: 310px;
    }

    #reviews .review p {
        font-size: 14px;
    }

    #reviews .review .person {
        font-size: 13px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        align-items: flex-end;
        top: unset;
        bottom: -35px;
    }
}

@media screen and (max-width: 375px) {
    #reviews .review {
        min-width: 280px;
    }
}

@media screen and (max-width: 340px) {
    #reviews .review {
        min-width: 240px;
    }
}

/* About Pages */
.about-page {
    background: white;
    padding: 140px 0 10px !important;
}

.about-page .container {
    position: relative;
    z-index: 2;
}

.about-page h2 {
    padding: 15px;
}

.about-page .intro {
    margin-top: -5px;
    font-size: 16px;
}

.team-member {
    padding-top: 30px;
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.team-member .profile {
    margin-right: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-member .profile img {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    background: grey;
    min-width: 240px;
}

.team-member .profile p {
    margin-top: 15px;
    color: #23a6f0;
    font-size: 33px;
}

@media screen and (max-width: 767px) {
    .team-member {
        flex-direction: column !important;
        align-items: center !important;
    }

    .team-member .profile {
        margin-right: 0 !important;
        margin-bottom: 22px;
    }

    .team-member .profile img {
        width: 200px !important;
        height: 200px !important;
        min-width: 200px !important;
    }
}

/* CTA */
#cta {
    padding: 40px 0 60px;
    background: linear-gradient(90deg, #5590f8 -3.75%, #61dfed 96.28%);
}

#cta h2 {
    padding: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #ffffff;
}

#cta .btn-primary {
    color: #23a6f0 !important;
    background: white !important;
    padding: 13px 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}

#cta .btn-primary:hover {
    color: white !important;
    background: #0a58ca !important;
}

/* Sub Footer */
#sub-footer {
    padding: 60px 0 0;
}

#sub-footer h5 {
    color: #252b42;
}

#sub-footer .company-info p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #737373;
    max-width: 300px;
}

#sub-footer li.nav-item {
    height: 30px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #737373;
    min-width: 230px;
}

#sub-footer li.nav-item a {
    color: #737373;
}

#sub-footer li.nav-item a:hover {
    color: #252b42;
}

#sub-footer img {
    margin-right: 12px;
}

/* Footer */
footer {
    color: #737373;
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 2px;
    text-align: left;
    background: #fafafa;
}

footer a,
footer p {
    color: #737373;
    font-size: 0.7rem;
    display: inline-block;
    flex-grow: 1;
    font-weight: 300;
    transition-timing-function: ease-in;
    transition: 0.8s;
}

footer .copyright {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    padding-top: 9px;
}

footer .made-by {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative;
    cursor: pointer;
    min-width: 170px;
}

footer .made-by:hover a {
    color: #cd2c65 !important;
}

footer .made-by a:hover {
    text-decoration: none;
    color: #cd2c65;
}

footer .made-by img {
    height: 16px;
    position: relative;
    opacity: 0.75;
    padding-right: 5px;
}

footer .made-by p,
footer .made-by a {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
    color: #644363;
    margin-top: 5px;
    margin-bottom: 12px;
}

.social-links {
    display: inline-block;
    padding: 0;
    float: right;
    position: absolute;
    right: 265px;
    top: 25px;
}

.social-links a {
    padding-left: 30px;
    font-size: 26px;
    color: #23a6f0 !important;
}

.social-links a:hover {
    color: #252b42 !important;
}

/* Cookie Notice Style */
.cc-window.cc-banner {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background: #25358a;
    background-image: linear-gradient(108deg, #2d2f7a 30%, #c351af 100%);
    -moz-box-shadow: 0 -7px 10px rgba(5, 5, 5, 0.15);
    -webkit-box-shadow: 0 -7px 10px rgba(5, 5, 5, 0.15);
    box-shadow: 0 -7px 10px rgba(5, 5, 5, 0.15);
    width: 100% !important;
}

.cc-banner .cc-message,
.cc-banner .cc-message a {
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
}

.cc-compliance a {
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.cc-compliance a:hover {
    text-decoration: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 12px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 80px;
    padding: 0.2em 0.8em;
}

.cc-theme-classic .cc-dismiss:hover {
    text-decoration: none;
    color: #c351af;
    background-color: #ffffff;
    border-radius: 12px;
}

/* Contact Page */
.contact-page {
    background: white;
    padding: 140px 0 10px !important;
}

.contact-page .container {
    position: relative;
    z-index: 2;
}

.contact-page h2 {
    padding: 15px;
}

.contact-page::before {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    background: url("../images/top_left_blob.svg") no-repeat;
    background-size: contain;
    top: 90px;
    left: 0;
    z-index: 1;
}

.contact-page::after {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    background: url("../images/top_right_blob.svg") no-repeat;
    background-size: contain;
    z-index: 1;
}

.contact-page form {
    padding-top: 30px;
    max-width: 750px;
    margin: 0 auto;
}

/* Booking Page */
.booking-page {
    background: white;
    padding: 140px 0 10px !important;
}

.booking-page .container-fluid {
    position: relative;
    z-index: 2;
}

.booking-page .container-fluid .row {
    max-width: 1600px;
    margin: 0 auto;
}

.booking-page h2 {
    padding: 15px;
}

.booking-page .iframe {
    width: 100%;
    background: white;
    height: calc(100dvh - 200px);
    margin-top: 30px;
}

.booking-page iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100dvh - 200px);
}

.booking-page form {
    padding-left: 6px;
    padding-top: 30px;
    max-width: 750px;
    margin-top: 40px;
}

.booking-page .form-control {
    line-height: 20px !important;
}

.mobile-get-advice-button {
    max-width: 200px !important;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .mobile-get-advice-button {
        display: none !important;
    }
}

@media screen and (max-width: 1290px) {
    .get-advice-button {
        display: none !important;
    }
}

@media screen and (min-width: 1400px) {
    .service-cards {
        margin-left: -20px !important;
    }
}

/* Booking Steps */
.steps {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 14px;
}

.steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
}

.steps li,
.steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.steps li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #e2e2e2;
    margin-right: 35px;
    position: relative;
    outline: none;
}

.steps li a::before {
    position: absolute;
    content: "";
    background: #e2e2e2;
    width: 35px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 100%;
}

.steps li.last a::before {
    content: none;
}

.steps li.current a,
.steps li.current a:active,
.steps li.done a::before,
.steps li.done a,
.steps li.done a:active {
    background: #23a6f0;
}

.steps li .current-info {
    display: none;
}

.steps li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Legal Pages */
.legal-page {
    background: white;
    padding: 140px 0 10px !important;
}

.legal-page .container {
    position: relative;
    z-index: 2;
}

.legal-page h2 {
    padding: 15px;
}

.legal-page .intro {
    margin-top: -5px;
    font-size: 16px;
}

.legal-page .policy-detail {
    padding-top: 60px;
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.legal-page .policy-detail .nav-item a {
    text-decoration: none !important;
    margin-bottom: 15px;
}

.legal-page .policy-detail .nav-item img {
    margin-right: 10px;
}

.legal-page::before {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    background: url("../images/top_left_blob.svg") no-repeat;
    background-size: contain;
    top: 90px;
    left: 0;
    z-index: 1;
}

.legal-page::after {
    content: "";
    width: 20vw;
    min-width: 140px;
    max-width: 200px;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    background: url("../images/top_right_blob.svg") no-repeat;
    background-size: contain;
    z-index: 1;
}

.policy-detail a {
    color: #463e3c;
    text-decoration: underline;
    transition-timing-function: ease-in;
    transition: 0.8s;
}

.cookies a:hover,
.privacy-title a:hover {
    color: #c351af;
}

.cookies ul li {
    color: #463e3c;
    font-weight: 300;
}

/* Media Queries */
@media only screen and (max-width: 991px) {
    /* General */
    h2 {
        font-size: 2.2rem;
    }

    /* Nav */
    #navbarSupportedContent {
        width: 100%;
    }

    .navbar-collapse {
        background-color: #ffffff;
        justify-content: flex-start;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 0;
        margin-right: 0;
        padding-bottom: 30px;
    }

    .nav-logo {
        margin-left: 25px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .navbar-cta {
        display: none;
    }

    .navbar-nav .cta-button {
        width: 215px;
        margin: 25px auto 0;
        display: inline-block;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        margin-left: 0;
    }

    .social-links {
        position: unset;
        padding-right: 30px;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    /* General */
    h2 {
        font-size: 2rem;
    }

    p.intro {
        font-size: 17px;
        padding: 0 10px;
    }

    /* Footer */
    footer .made-by {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        top: 4px;
        left: 1px;
    }

    footer .copyright {
        padding: 0 0 6px;
    }

    footer .made-by p {
        margin-bottom: 0;
    }

    .social-links {
        padding-right: 10px;
    }

    .social-links a {
        padding-left: 10px !important;
        padding-right: 10px;
    }
}

/* Modals */

/* Error Modal */
#error-modal {
    background: rgba(225, 234, 238, 0.4);
    background-image: radial-gradient(
        circle at 18.7% 37.8%,
        rgba(250, 250, 250, 0.4) 0%,
        rgba(225, 234, 238, 0.6) 90%
    );
    z-index: 99999;
}

#error-modal .modal-content {
    background: #ffffff;
    padding: 15px;
    border: 0;
    border-radius: 20px;
    box-shadow:
        0 5px 20px 0 rgba(28, 54, 54, 0.2),
        0 20px 20px -20px rgba(28, 54, 54, 0.4);
}

#error-modal .modal-header {
    border-bottom: 0;
    align-items: center !important;
}

#error-modal .modal-header .modal-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center !important;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #252b42;
}

.error-divider {
    width: 95%;
    height: 2px;
    background: #ff8a80;
    border-radius: 2px;
    display: block;
    margin: -12px auto 35px auto;
    transition: background 500ms;
}

#error-modal #error-modal-body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #737373;
    text-align: center;
}

#error-modal .modal-header .close:focus,
#error-modal .modal-header .close:active:focus {
    outline: none;
}

#error-modal .error-btn-container {
    text-align: center;
}

#error-modal .modal-error-btn {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 5px;
}

@media screen and (max-width: 400px) {
    #error-modal .modal-error-btn {
        width: 100%;
    }
}

#error-modal .error-icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ff8a80;
    border-radius: 50%;
    margin-right: 15px;
    box-sizing: content-box;
    min-width: 40px;
}

#error-modal .cross-segments {
    position: relative;
    display: block;
}

#error-modal .cross-line {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #ff8a80;
    display: block;
    border-radius: 2px;
    top: 19px;
}

#error-modal .cross-line-left {
    left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#error-modal .cross-line-right {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#error-modal .error-animation {
    -webkit-animation: errorIconAnimation 0.8s;
    animation: errorIconAnimation 0.8s;
}

@keyframes errorIconAnimation {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes errorIconAnimation {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

#error-modal .cross-segment-animation {
    -webkit-animation: crossSegmentAnimation 0.8s;
    animation: crossSegmentAnimation 0.8s;
}

@keyframes crossSegmentAnimation {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -3px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes crossSegmentAnimation {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -3px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

#error-modal .align-right {
    width: 40px;
    margin-right: 15px;
    min-width: 40px;
}

#error-modal-dismiss-button {
    opacity: 0;
}

#error-modal-dismiss-button.fadeIn {
    opacity: 1;
    transition: opacity 800ms;
}

/* Success Modal */
#success-modal {
    background: rgba(225, 234, 238, 0.4);
    background-image: radial-gradient(
        circle at 18.7% 37.8%,
        rgba(250, 250, 250, 0.4) 0%,
        rgba(225, 234, 238, 0.6) 90%
    );
    z-index: 99999;
}

#success-modal .modal-content {
    background: #ffffff;
    padding: 15px;
    border: 0;
    border-radius: 20px;
    box-shadow:
        0 5px 20px 0 rgba(28, 54, 54, 0.2),
        0 20px 20px -20px rgba(28, 54, 54, 0.4);
}

#success-modal .modal-header {
    border-bottom: 0;
    align-items: center !important;
}

#success-modal .modal-header .modal-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center !important;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #252b42;
}

#success-modal .success-divider {
    width: 95%;
    height: 2px;
    background: #aae0b3;
    border-radius: 2px;
    display: block;
    margin: -12px auto 35px auto;
}

#success-modal #success-modal-body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #737373;
    text-align: center;
}

#success-modal .modal-header .close:focus,
#success-modal .modal-header .close:active:focus {
    outline: none;
}

#success-modal .success-btn-container {
    text-align: center;
}

#success-modal .modal-success-btn {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 5px;
}

@media screen and (max-width: 400px) {
    #success-modal .modal-success-btn {
        width: 100%;
    }
}

#success-modal .success-icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #aae0b3;
    border-radius: 50%;
    margin-right: 15px;
    box-sizing: content-box;
    min-width: 40px;
}

#success-modal .tick-segments {
    position: relative;
    display: block;
}

#success-modal .tick-line {
    position: absolute;
    background-color: #aae0b3;
    display: block;
    border-radius: 2px;
}

#success-modal .tick-line-left {
    height: 2px;
    width: 13px;
    top: 24px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#success-modal .tick-line-right {
    height: 2px;
    width: 24px;
    top: 20px;
    right: 4px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

#success-modal .success-animation {
    -webkit-animation: successIconAnimation 0.8s;
    animation: successIconAnimation 0.8s;
}

@keyframes successIconAnimation {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes successIconAnimation {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

#success-modal .tick-segment-animation {
    -webkit-animation: tickSegmentAnimation 0.8s;
    animation: tickSegmentAnimation 0.8s;
}

@keyframes tickSegmentAnimation {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -3px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes tickSegmentAnimation {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 16px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -3px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@media (min-width: 576px) {
    #error-modal .modal-dialog {
        margin: -4rem auto !important;
    }

    #success-modal .modal-dialog {
        margin: -4rem auto !important;
    }
}

#success-modal .align-right {
    width: 40px;
    margin-right: 15px;
    min-width: 40px;
}

#success-modal-dismiss-button {
    opacity: 0;
}

#success-modal-dismiss-button.fadeIn {
    opacity: 1;
    transition: opacity 800ms;
}

/* Default Modal */
.default-modal {
    background: rgba(225, 234, 238, 0.5);
    background-image: radial-gradient(
        circle at 18.7% 37.8%,
        rgba(250, 250, 250, 0.4) 0%,
        rgba(225, 234, 238, 0.6) 90%
    );
    z-index: 99999;
}

.default-modal .modal-content {
    background: #f5f5f5;
    padding: 15px;
    border: 0;
    border-radius: 20px;
    box-shadow:
        0 5px 20px 0 rgba(28, 54, 54, 0.2),
        0 20px 20px -20px rgba(28, 54, 54, 0.4);
}

.default-modal .modal-header {
    border-bottom: 0;
    align-items: center !important;
}

.default-modal .modal-header .modal-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center !important;
    margin: 0 auto;
}

.default-modal .divider {
    width: 95%;
    height: 2px;
    background: #696969;
    border-radius: 2px;
    display: block;
    margin: -12px auto 35px auto;
    transition: background 500ms;
}

.default-modal .modal-body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #839093;
}

.default-modal label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212529;
}

.default-modal .modal-header .close:focus,
.default-modal .modal-header .close:active:focus {
    outline: none;
}

.default-modal .default-btn-container {
    text-align: center;
}

.default-modal .btn {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
    .default-modal .btn {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .services-page.has-selection.finished-selection .service .card.selected {
        margin-bottom: 50px;
    }
}

.light-blue-outline {
    border: 1px solid #add8e6 !important;
}
