/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

* {
    box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
    max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* breakpoints */
body {
    color: #0e1012;
}

a {
    color: #5f4da0;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #c1d82f;
}

.text-primary {
    color: #5f4da0 !important;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

input:focus {
    outline: 0;
}

.form-select,
.form-control {
    font-size: 18px;
    padding: 12px 16px;
    font-weight: 500;
}

input,
select {
    color: #111827;
}

label {
    font-size: 18px;
}

.text-base {
    font-size: 18px !important;
}

.btn {
    border-radius: 50px;
}

.btn.btn-lg {
    padding: 15px 25px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .btn.btn-lg {
        font-size: 17px;
    }
}

.btn-primary {
    background-color: #5f4da0;
    border-color: #5f4da0;
    color: #ffffff;
}

.btn-primary path {
    fill: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #c1d82f;
    border-color: #c1d82f;
    color: #0e1012;
}

.btn-primary:hover path,
.btn-primary:focus path {
    fill: #0e1012;
}

.btn-outline-secondary {
    background-color: #5f4da0;
    border-color: #5f4da0;
    color: #ffffff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #c1d82f;
    border-color: #c1d82f;
    color: #0e1012;
}

.faq h2 {
    color: #5f4da0;
    text-align: center;
    margin-bottom: 32px;
}

.faq .accordion-item {
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #5f4da0;
}

.faq .accordion-item .accordion-header {
    margin-bottom: 0;
    font-size: 20px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .faq .accordion-item .accordion-header {
        font-size: 18px;
    }
}

.faq .accordion-item .accordion-button {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    color: #5f4da0;
    font-size: 20px;
}

.faq .accordion-item .accordion-button::after {
    background-color: #5f4da0;
    -webkit-mask-image: var(--bs-accordion-btn-icon);
    mask-image: var(--bs-accordion-btn-icon);
    background-image: none;
}

.faq .accordion-item .accordion-body {
    padding: 0;
    font-size: 18px;
    margin-top: 16px;
    color: #525266;
}

.answer-options .card {
    padding: 24px 20px;
    margin-top: 40px;
    background-color: #f7f0f7;
    border: none;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* 575 px*/
}

@media (max-width: 575px) {
    .answer-options .card {
        display: block;
        margin-top: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.answer-options .card>* {
    flex: 0 0 50%;
}

.answer-options .card h5 {
    color: #0e1012;
    font-size: 24px;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 991 px*/
}

@media (max-width: 991px) {
    .answer-options .card h5 {
        height: auto;
    }
}

.answer-options .card h5+p {
    font-size: 18px;
    margin-bottom: 20px;
    height: 108px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 991 px*/
}

@media (max-width: 991px) {
    .answer-options .card h5+p {
        height: auto;
    }
}

.answer-options .card a {
    font-size: 18px;
}

.answer-options .card .card-image {
    text-align: right;
    height: 250px;
    /* 575 px*/
}

.answer-options .card .card-image img {
    max-height: 100%;
}

@media (max-width: 575px) {
    .answer-options .card .card-image {
        text-align: left;
        margin-top: 16px;
        width: 140px;
        height: 145px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.find-info .card {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    position: relative;
    margin-top: 40px;
    border: 1px solid #e9e9e9;
    /* 767 px*/
}

@media (max-width: 767px) {
    .find-info .card {
        margin-top: 24px;
    }
}

.find-info .card .card-title {
    display: -webkit-box;
    font-size: 18px;
    font-family: "Secondary";
    font-weight: 400;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .find-info .card .card-title {
        height: auto;
        color: #5f4da0;
    }
}

@media (max-width: 767px) {
    .find-info .card .card-body {
        height: auto;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
}

.find-info .card p {
    font-size: 18px;
    color: #525266;
    margin-bottom: 0;
}

.find-info .card p.speciality {
    color: #0e1012;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.find-info .card p.text-lighten {
    color: #687692;
    font-size: 17px;
}

.find-info .card .card-text {
    font-size: 18px;
    color: #525266;
    margin-bottom: 8px;
    height: 94px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.find-info .card .card-text-5-lines {
    height: 118px;
    -webkit-line-clamp: 5;
}

.find-info .card .card-text-3-lines {
    height: 71px;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .find-info .card .card-text {
        height: auto;
    }
}

@media (max-width: 767px) {
    .find-info .card .card-text-3-lines {
        height: auto;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 767px) {
    .find-info .card .card-text-5-lines {
        height: auto;
        -webkit-line-clamp: 4;
    }
}

.find-info .card a {
    padding: 0;
    color: #5f4da0;
    font-weight: 600;
    text-decoration: none;
}

header {
    /* 991 px*/
}

@media (max-width: 991px) {
    header {
        border-bottom: 1px solid #e9e9e9;
    }
}

header .navbar {
    background-color: #0254a5;
}

header .navbar-brand {
    width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    /* 1199 px*/
}

@media (max-width: 1199px) {
    header .navbar-brand {
        width: 161px;
    }
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler-icon {
    background-color: #ffffff;
    -webkit-mask-image: var(--bs-navbar-toggler-icon-bg);
    mask-image: var(--bs-navbar-toggler-icon-bg);
    background-image: none;
}

header #collapsibleNavbar {
    /* 991 px*/
}

@media (max-width: 991px) {
    header #collapsibleNavbar {
        padding-top: 24px;
    }
}

header #collapsibleNavbar .navbar-nav {
    gap: 14px;
    /* 1199 px*/
}

@media (max-width: 1199px) {
    header #collapsibleNavbar .navbar-nav {
        gap: 8px;
    }
}

header #collapsibleNavbar .nav-link {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    text-align: center;
    /* 1199 px*/
    /* 991 px*/
}

header #collapsibleNavbar .nav-link:hover,
header #collapsibleNavbar .nav-link:focus {
    color: #c1d82f;
}

@media (max-width: 1199px) {
    header #collapsibleNavbar .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 991px) {
    header #collapsibleNavbar .nav-link {
        font-size: 18px;
        text-align: start;
    }
}

header #collapsibleNavbar .nav-link.active {
    background-color: #ffffff;
    color: #0254a5;
    border-radius: 50px;
}

footer {
    background-color: #0254a5;
    padding: 80px 0;
    margin-top: 80px;
    /* 767 px*/
    /* 575 px*/
}

@media (max-width: 767px) {
    footer {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    footer {
        padding: 40px;
        margin-top: 40px;
    }
}

footer .link-dark {
    /* width: 72px; */
    /* 991 px*/
}

@media (max-width: 991px) {
    footer .link-dark {
        margin-bottom: 0 !important;
    }
}

footer h5,
footer p,
footer .nav-link {
    color: #ffffff;
}

footer p {
    margin: 8px 0 0;
}

footer .social-icons {
    padding: 0;
    margin: 40px 0 0;
    list-style-type: none;
    display: flex;
    gap: 16px;
}

footer h5 {
    margin-bottom: 24px;
    font-size: 20px;
    /* 767 px*/
}

@media (max-width: 767px) {
    footer h5 {
        margin: 40px 0 0;
    }
}

footer .nav-link {
    margin: 12px 0 0;
    line-height: 26px;
    font-size: 18px;
}

footer .nav-link:hover,
footer .nav-link:focus {
    text-decoration: underline;
    color: #c1d82f;
}

footer .d-block.d-md-none {
    margin-top: 40px;
}

footer .d-block.d-md-none p {
    font-size: 16px;
}

section {
    padding: 80px 0;
    /* 575 px*/
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }
}

section.bg-lighten {
    background-color: #f7f0f7;
}

section.bg-lighten h2 {
    margin-bottom: 30px;
    color: #133775;
}

section.bg-lighten p {
    font-size: 24px;
    margin-bottom: 32px;
    color: #133775;
    /* 575 px*/
}

section.bg-lighten p.font-500 {
    font-weight: 400;
    /* 575 px*/
}

@media (max-width: 575px) {
    section.bg-lighten p.font-500 {
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    section.bg-lighten p {
        font-size: 20px;
    }
}

.banner {
    padding: 40px 0 0;
    /* 991 px*/
    /* 575 px*/
}

@media (max-width: 991px) {
    .banner {
        padding: 30px 0 40px;
    }
}

@media (max-width: 575px) {
    .banner {
        text-align: center;
        padding-top: 33px;
    }
}

.banner h1 {
    letter-spacing: -0.02em;
    color: #5f4da0;
    margin-bottom: 0;
}

.banner h1+p {
    margin-top: 30px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .banner h1+p {
        margin-top: 12px;
    }
}

.banner .banner-action {
    margin-top: 30px;
    /* 991 px*/
}

@media (max-width: 991px) {
    .banner .banner-action {
        margin-top: 0;
    }
}

.banner .banner-img {
    /* 991 px*/
    /* 767 px*/
}

@media (max-width: 991px) {
    .banner .banner-img {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .banner .banner-img {
        width: 320px;
        height: 257px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.banner .banner-img img {
    /* 767 px*/
}

@media (max-width: 767px) {
    .banner .banner-img img {
        width: 100%;
        height: 100%;
    }
}

.clients {
    padding-bottom: 0;
}

.clients.quick-links .client-outer {
    /* 767 px*/
}

.clients.quick-links .client-outer .client-inner {
    margin-right: 45px;
}

@media (max-width: 991px) {
    .clients.quick-links .client-outer .client-inner {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .clients .client-outer .client-inner {
        margin-bottom: 30px;
    }
}

.clients h2 {
    margin-bottom: 40px;
    color: #133775;
    /* 991 px*/
    /* 575 px*/
}

@media (max-width: 991px) {
    .clients h2 {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .clients h2 {
        color: #5f4da0;
    }
}

.clients h2+p {
    font-size: 18px;
    margin-bottom: 48px;
    color: #525266;
    /* 991 px*/
}

@media (max-width: 991px) {
    .clients h2+p {
        text-align: center;
    }
}

.clients .client-outer {
    display: flex;
    flex-wrap: wrap;
    /* 991 px*/
}

@media (max-width: 991px) {
    .clients .client-outer {
        display: block;
    }
}

.clients .client-outer .client-inner {
    margin-bottom: 70px;
    margin-left: 50px;
    margin-right: 50px;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: -moz-max-content;
    max-width: max-content;
    /* 991 px*/
    /* 575 px*/
}

@media (max-width: 991px) {
    .clients .client-outer .client-inner {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .clients .client-outer .client-inner {
        margin-bottom: 30px;
    }
}

.clients .client-outer .client-inner img {
    height: 65px;
}

.where-to-start {
    position: relative;
    padding: 0;
}

.where-to-start .row {
    background-color: #f3f7da;
    border-radius: 20px;
    margin: 0;
    padding: 40px;
    /* 1199 px*/
}

@media (max-width: 1199px) {
    .where-to-start .row {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.where-to-start .row .mx-lg-auto {
    margin-right: 0 !important;
    width: 250px;
    height: 250px;
}

@media (max-width: 767px) {
    .where-to-start .row .mx-lg-auto {
        width: auto;
        height: auto;
    }
}

.where-to-start .banner-action {
    /* 991 px*/
}

@media (max-width: 991px) {
    .where-to-start .banner-action {
        margin: 20px 0;
    }
}

.where-to-start h2 {
    color: #0e1012 !important;
    /* 575 px*/
}

@media (max-width: 575px) {
    .where-to-start h2 {
        text-align: left;
    }
}

.where-to-start .bg-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.where-to-start .bg-image img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

section.trial-website {
    background-color: transparent;
}

section.trial-website .row {
    background-color: transparent;
    padding: 40px 0;
}

section.trial-website h4 {
    font-size: 24px;
    color: #5f4da0;
    /* 575 px*/
}

@media (max-width: 575px) {
    section.trial-website h4 {
        font-size: 20px;
    }
}

section.trial-website p {
    font-size: 20px;
    /* 575 px*/
}

@media (max-width: 575px) {
    section.trial-website p {
        font-size: 18px;
    }
}

section.trial-website .bg-image img {
    width: 100%;
}

.call-helpline {
    padding: 80px 0;
    /* 575 px*/
}

@media (max-width: 575px) {
    .call-helpline {
        text-align: left;
        padding: 20px 0 40px;
    }
}

.call-helpline h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #133775;
    /* 767 px*/
}

@media (max-width: 767px) {
    .call-helpline h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.call-helpline p {
    color: #133775;
    font-weight: 600;
}

.call-helpline li {
    font-size: 18px;
    margin-top: 16px;
}

.helpline-number h2 {
    position: relative;
    /* 991 px*/
}

.helpline-number .helpline-number-first h2 {
    top: 333px;
    /* 991 px*/
}

.helpline-number .speak-to-staff h2 {
    top: 180px;
}

.helpline-number .helpline-number-second h2 {
    top: 250px;
    /* 991 px*/
}

@media (max-width: 991px) {
    .helpline-number h2 {
        position: static;
    }
}

.helpline-number div p {
    margin-bottom: 8px;
    color: #0e1012;
    font-size: 20px;
}

.helpline-number div li {
    font-size: 18px;
}

.helpline-number div li.lead {
    font-size: 20px;
}

.helpline-number hr {
    margin: 40px auto;
    max-width: 1052px;
    width: 100%;
}

.helpline-number .helpline-number-outer {
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #133775;
    padding: 70px 24px 24px;
    position: relative;
    /* 991 px*/
    /* 575 px*/
}

@media (max-width: 991px) {
    .helpline-number .helpline-number-outer {
        max-width: 305px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .helpline-number .helpline-number-outer {
        margin: auto;
    }
}

.helpline-number .helpline-number-outer a {
    font-size: 38px;
    color: #133775;
    text-decoration: none;
    line-height: 94px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    /* 1199 px*/
}

@media (max-width: 1199px) {
    .helpline-number .helpline-number-outer a {
        font-size: 28px;
    }
}

.helpline-number .helpline-number-outer a+p {
    font-size: 18px;
    margin: 8px 0 0;
    color: #525266;
}

.answer-options {
    padding-top: 120px;
    /* 991 px*/
    /* 767 px*/
}

@media (max-width: 991px) {
    .answer-options {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .answer-options {
        padding-top: 0;
    }
}

.answer-options.four {
    padding-top: 80px;
    /* 767 px*/
}

@media (max-width: 767px) {
    .answer-options.four {
        padding-top: 40px;
    }
}

.answer-options.four .card {
    display: block;
}

.answer-options.four .card p {
    -webkit-line-clamp: 5;
    height: 135px;
    /* 991 px*/
}

@media (max-width: 991px) {
    .answer-options.four .card p {
        height: auto;
    }
}

section.find-info {
    background: transparent url(/assets/shape-zig-zag.svg) bottom;
    background-size: cover;
    padding-bottom: 110px;
    /* 767 px*/
    /* 575 px*/
}

@media (max-width: 767px) {
    section.find-info {
        background-color: #f7f0f7;
        background-image: none;
    }
}

@media (max-width: 575px) {
    section.find-info {
        padding-bottom: 40px;
    }
}

section.find-info input[type="search"] {
    box-sizing: border-box;
}

section.find-info .selectBox {
    position: relative;
}

section.find-info .selectBox .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.find-info .multiselect:first-child {
    max-width: 250px;
}

section.find-info .multiselect:nth-child(2) {
    max-width: 183px;
}

section.find-info .multiselect:last-child {
    max-width: 250px;
}

section.find-info .multiselect {
    position: relative;
    width: 100%;
    cursor: pointer;
}

section.find-info .multiselect .checkboxes {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}

section.find-info .multiselect .checkboxes li {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: default;
    padding: 4px 16px;
}

section.find-info .multiselect .checkboxes input {
    flex: 0 0 24px;
    height: 24px;
    margin-top: 0;
    cursor: pointer;
}

section.find-info .multiselect .checkboxes label {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
}

section.find-info .find-location {
    display: flex;
    gap: 8px;
    color: #0e1012;
    text-decoration: none;
    padding: 0;
    margin-top: 24px;
}

section.find-info .badge {
    font-size: 18px;
    background-color: #f3f7da;
    color: #482f08;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

section.find-info .badge.bg-light {
    background-color: #ffffff !important;
}

section.find-info .badge .btn-link {
    text-decoration: none;
    font-size: 24px;
    padding: 0;
    color: #482f08;
    font-weight: 600;
    line-height: 1;
}

section.find-info .badge .btn-link:hover,
section.find-info .badge .btn-link:focus {
    color: red;
}

.idea {
    padding-bottom: 0;
}

.idea .bg-lighten {
    background-color: #f7f0f7;
    border-radius: 24px;
    /* 767 px*/
    /* 767 px*/
}

.idea .bg-lighten.find-pro {
    padding: 24px 0;
    margin-bottom: 80px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .idea .bg-lighten.find-pro {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .idea .bg-lighten {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .idea .bg-lighten {
        padding: 16px 16px 24px;
        text-align: center;
        border-radius: 8px;
    }
}

.idea .bg-lighten .idea-img {
    /* 767 px*/
}

@media (max-width: 767px) {
    .idea .bg-lighten .idea-img {
        width: 109px;
        height: 105px;
        margin: auto;
    }
}

.idea .bg-lighten .lead {
    margin-bottom: 0;
    /* 767 px*/
}

@media (max-width: 767px) {
    .idea .bg-lighten .lead {
        margin-top: 8px;
        padding: 0 16px;
        font-weight: 400;
    }
}

.who-are-they.bg-lighten.explore-resources .card-outer {
    justify-content: center;
}

.who-are-they.bg-lighten.explore-resources .download-button {
    margin-top: 4px;
}

.who-are-they.bg-lighten.explore-resources .download-button a {
    margin-top: 12px;
    display: inline-block;
}

.who-are-they.bg-lighten.explore-resources .download-button a:first-child {
    margin-right: 16px;
}

.who-are-they.bg-lighten .tabcontent {
    display: none;
}

.who-are-they.bg-lighten h2 {
    margin-bottom: 40px;
    /* 767 px*/
    /* 575 px*/
}

@media (max-width: 767px) {
    .who-are-they.bg-lighten h2 {
        margin-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten h2 {
        margin-bottom: 90px;
    }
}

.who-are-they.bg-lighten .owl-carousel2 .tablinks {
    width: 100%;
    height: 140px;
    /* 991 px*/
}

@media (max-width: 991px) {
    .who-are-they.bg-lighten .owl-carousel2 .tablinks {
        height: 77px;
    }
}

.who-are-they.bg-lighten .owl-carousel2 .tablinks .tab-img {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.who-are-they.bg-lighten .tablinks {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #e9e9e9;
    color: #111827;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    /* 767 px*/
}

@media (max-width: 767px) {
    .who-are-they.bg-lighten .tablinks {
        font-size: 18px;
        line-height: 24px;
        padding: 12px;
        border-radius: 12px;
    }
}

.who-are-they.bg-lighten .tablinks.active {
    border: 2px solid #5f4da0;
}

.who-are-they.bg-lighten .tablinks .tab-img {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    /* 767 px*/
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .who-are-they.bg-lighten .tablinks .tab-img {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
    }
}

.who-are-they.bg-lighten .tablinks .tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.who-are-they.bg-lighten .tablinks .tab-name {
    text-align: left;
}

.who-are-they.bg-lighten .card-outer {
    margin-top: 40px;
    display: flex;
    gap: 76px;
    /* 1199 px*/
    /* 991 px*/
    /* 767 px*/
}

@media (max-width: 1199px) {
    .who-are-they.bg-lighten .card-outer {
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .who-are-they.bg-lighten .card-outer {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .who-are-they.bg-lighten .card-outer {
        margin-top: 20px;
    }
}

.who-are-they.bg-lighten .card {
    flex: 0 0 582px;
    padding: 20px;
    border-radius: 20px;
    border-color: #e9e9e9;
    /* 1199 px*/
    /* 991 px*/
    /* 575 px*/
}

@media (max-width: 1199px) {
    .who-are-they.bg-lighten .card {
        flex: 0 0 50%;
    }
}

@media (max-width: 991px) {
    .who-are-they.bg-lighten .card {
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .card {
        padding: 16px;
    }
}

.who-are-they.bg-lighten .card .card-img {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    /* 575 px*/
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .card .card-img {
        width: 80px;
        height: 80px;
        border-radius: 50px;
    }
}

.who-are-they.bg-lighten .card .card-img.normal {
    padding: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    /* 575 px*/
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .card .card-img.normal {
        width: 100%;
        height: 120px;
        border-radius: 20px;
        padding: 16px;
    }
}

.who-are-they.bg-lighten .card .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.who-are-they.bg-lighten .card .card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
    /* 575 px*/
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .card .card-title {
        font-size: 18px;
    }
}

.who-are-they.bg-lighten .card a.card-title {
    display: inline-block;
    text-decoration: none;
    color: #133775;
    font-weight: 600;
}

.who-are-they.bg-lighten .card a.card-title:hover,
.who-are-they.bg-lighten .card a.card-title:focus {
    color: #5f4da0;
}

.who-are-they.bg-lighten .card .card-text {
    font-size: 18px;
    margin: 12px 0 0;
    /* 575 px*/
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .card .card-text {
        margin-top: 8px;
    }
}

.who-are-they.bg-lighten .card .card-body {
    padding: 0;
}

.who-are-they.bg-lighten .owl-prev,
.who-are-they.bg-lighten .owl-next {
    height: 48px;
    width: 48px;
    background-color: #c1d82f !important;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: -88px;
    /* 767 px*/
    /* 575 px*/
}

@media (max-width: 767px) {

    .who-are-they.bg-lighten .owl-prev,
    .who-are-they.bg-lighten .owl-next {
        top: -78px;
    }
}

@media (max-width: 575px) {

    .who-are-they.bg-lighten .owl-prev,
    .who-are-they.bg-lighten .owl-next {
        top: -68px;
    }
}

.who-are-they.bg-lighten .owl-prev span,
.who-are-they.bg-lighten .owl-next span {
    display: none;
}

.who-are-they.bg-lighten .owl-prev.disabled,
.who-are-they.bg-lighten .owl-next.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.who-are-they.bg-lighten .owl-prev.disabled:focus,
.who-are-they.bg-lighten .owl-next.disabled:focus {
    background-color: #c1d82f !important;
}

.who-are-they.bg-lighten .owl-prev.disabled:focus::before,
.who-are-they.bg-lighten .owl-next.disabled:focus::before {
    background-color: #0e1012;
}

.who-are-they.bg-lighten .owl-prev::before,
.who-are-they.bg-lighten .owl-next::before {
    position: absolute;
    background-color: #0e1012;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-image: none;
    height: 24px;
    width: 24px;
    content: "";
    left: 13px;
    top: 11px;
}

.who-are-they.bg-lighten .owl-prev:hover,
.who-are-they.bg-lighten .owl-prev:focus,
.who-are-they.bg-lighten .owl-next:hover,
.who-are-they.bg-lighten .owl-next:focus {
    background-color: #5f4da0 !important;
    cursor: pointer;
}

.who-are-they.bg-lighten .owl-prev:hover::before,
.who-are-they.bg-lighten .owl-prev:focus::before,
.who-are-they.bg-lighten .owl-next:hover::before,
.who-are-they.bg-lighten .owl-next:focus::before {
    background-color: #ffffff;
}

.who-are-they.bg-lighten .owl-prev {
    right: 284px;
    /* 991 px*/
}

@media (max-width: 991px) {
    .who-are-they.bg-lighten .owl-prev {
        right: 56px;
    }
}

.who-are-they.bg-lighten .owl-prev::before {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    left: 11px;
}

.who-are-they.bg-lighten .faq {
    background-color: #ffffff;
    padding: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .who-are-they.bg-lighten .faq {
        padding: 0 16px 16px;
    }
}

.who-are-they.bg-lighten .faq .accordion-item {
    border: none;
    border-bottom: 1px solid #d0dbe8;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.who-are-they.bg-lighten .faq .accordion-item:last-child {
    /* 767 px*/
}

@media (max-width: 767px) {
    .who-are-they.bg-lighten .faq .accordion-item:last-child {
        border-bottom: none;
    }
}

.who-are-they.bg-lighten .faq .accordion-button {
    font-size: 18px;
    color: #0e1012;
}

.examples {
    padding: 80px 0;
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples {
        padding: 40px 0;
    }
}

.examples h2 {
    color: #133775;
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples h2 {
        text-align: left;
    }
}

.examples h2+p {
    margin-top: 18px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples h2+p {
        text-align: left;
    }
}

.examples h5 {
    color: #133775;
    font-size: 18px;
}

.examples h4 {
  color: #133775;
}

.examples .sub-header {
  font-size: 1.3rem;
}

.examples .step {
    position: relative;
    padding-left: 54px;
    padding-top: 40px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples .step {
        text-align: left;
        padding-left: 0;
    }
}

.examples .step:last-child::after {
    display: none;
}

.examples .step::before {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #133775;
    left: 0;
    top: 37px;
    content: "";
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples .step::before {
        display: none;
    }
}

.examples .step::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #133775;
    left: 12px;
    top: 61px;
    content: "";
    /* 575 px*/
}

@media (max-width: 575px) {
    .examples .step::after {
        display: none;
    }
}

.examples .step p {
    margin: 16px 0 0;
}

.terms .terms-outer {
    max-width: 900px;
}

.terms .terms-outer li {
    line-height: 32px;
}

.terms h2 {
    font-size: 36px;
    margin-top: 48px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .terms h2 {
        font-size: 28px;
        margin-top: 40px;
    }
}

.terms h3 {
    font-size: 22px;
    margin-top: 32px;
    /* 575 px*/
}

@media (max-width: 575px) {
    .terms h3 {
        font-size: 20px;
        margin-top: 24px;
    }
}

.terms {
    padding-top: 40px;
    padding-bottom: 0;
}

@font-face {
    font-family: "Primary";
    src: url(/assets/Signika-Light-693dfd5f93efef3753ede6b239544d10dc70ee995c95aaa19b82ff1c0de40539.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Primary";
    src: url(/assets/Signika-Regular-3db4d1f2caf4a149ae115d4c768250df3fd8e84bf2a684085a9a3e1877c53303.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Primary";
    src: url(/assets/Signika-SemiBold-7767f04bf069715267a0090962fc72583b270e8f45fdf69ae304bb13e7e99add.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Secondary";
    src: url(/assets/Capriola-Regular-2457665b13105d8a03de5193d4f5ba5f38848878c23cf62c02d3d046d6b12350.ttf);
    font-weight: 400;
}

body,
p {
    font-family: "Primary";
    font-weight: 300;
}

header #collapsibleNavbar .nav-link.active,
.helpline-number .helpline-number-outer a+p {
    font-family: "Primary";
    font-weight: 400;
}

.faq .accordion-item .accordion-button,
.helpline-number div p,
.helpline-number div li.lead,
.helpline-number .helpline-number-outer a,
.who-are-they.bg-lighten .card a.card-title {
    font-family: "Primary";
    font-weight: 600;
}

footer h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Secondary";
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e1012;
}

p {
    color: #0e1012;
    font-size: 18px;
    line-height: 1.33;
}

h1 {
    font-size: 48px;
    line-height: 125%;
    /* 991 px*/
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 36px;
    line-height: 120%;
    /* 767 px*/
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 2.5rem;
    line-height: 120%;
    /* 767 px*/
}

@media (max-width: 767px) {
    h3 {
        font-size: 2rem;
    }
}

h4 {
    font-size: 2rem;
    line-height: 120%;
}

h5 {
    font-size: 1.6rem;
    line-height: 120%;
}

h5.worried-text {
    font-size: 24px !important;
    line-height: 120%;
}

h6 {
    font-size: 1.4rem;
    line-height: 120%;
}

em {
    font-style: italic;
}

strong {
    font-weight: 500;
}

small {
    font-size: 75%;
}

.light {
    font-weight: 300;
}

.thin {
    font-weight: 200;
}


/*dropdown of admin panel*/

/* Style the dropdown button */
.drpbtn {
    background: white;
    color: grey;
    border: 0;
    box-shadow: none;
}

.drop_btn ul li {
    background: none;
    color: grey;
}

a.new-button {
    padding: 0px 25px;
    color: black;
    font-family: 'Secondary';
    font-weight: 500;
    text-decoration: none;
}

.card-body a {
    text-decoration: none;
    color: #697A8D;
}

.cursor {
    position: relative;
    border-bottom: 1px dotted #133775;
    border: none;
}

.cursor .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #133775;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.cursor:hover .tooltiptext {
    visibility: visible;
}

.delete-button {
    float: right;
    background: none;
    border: none;
    width: 5%;
    margin: -35px -3px;
}

/*dropdown.*/

.sidenav a,
.dropdown-btn {
    /* padding: 6px 8px 6px 16px; */
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    padding-left: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu-vertical .menu-inner>.menu-item .menu-link {
    margin: 0rem 0rem;
}

.delete-button {
    margin: 0px 10px;
}

.menu-active.active {
    background-color: #ffffff;
    color: #0254a5;
    border-radius: 50px;
}

.faq-btn {
    text-decoration: none;
    float: right;
    margin: -50px 25px;
    background-color: darkcyan;
    padding: 10px;
    color: white;
    border-radius: 40px;
}

/*build-better-solution css for about us page*/
.build-better-solution {
    position: relative;
    /*padding: 0;*/
}

.build-better-solution .row {
    background-color: #f7f0f7;
    border-radius: 20px;
    margin: 0;
    padding: 40px;
}

.build-better-solution .row p {
    font-size: 24px;
    margin-bottom: 32px;
    color: #133775;
}

.build-better-solution h2+p {
    margin-top: 30px;
}

.peer-geographical-location {
    color: #5F4DA0;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .build-better-solution .row {
        padding-left: 8px;
        padding-right: 8px;
    }
}


@media (max-width: 991px) {
    .build-better-solution .banner-action {
        margin: 20px 0;
    }
}

ul#service-pills-tab {
    width: 90%;
    justify-content: space-around;
}

#service-modal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #d9dee3;
    border-top-left-radius: calc(0.5rem - 0px);
    border-top-right-radius: calc(0.5rem - 0px);
    background-color: #0254a5;
}

.modal-header .btn-close {
    padding: 0.125rem 0.75rem;
    position: absolute;
    right: 24px;
    top: 24px;
}

.modal .btn-close {
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 1;
    padding: 0.635rem;
    box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
    transition: all 0.23s ease 0.1s;
    transform: translate(23px, -25px);
}

.modal .btn-close:hover,
.modal .btn-close:focus,
.modal .btn-close:active {
    opacity: 1;
    outline: none;
    transform: translate(20px, -20px);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: white;
    border-radius: 20px;
    color: #0254a5;
}

.nav-pills .nav-link {
    color: white;
    font-weight: 400;
}

#btn-back-to-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    display: none;
    z-index: 1;
}

#quick-link {
    position: fixed;
    right: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    #btn-back-to-top {
        padding: 9px 16px;
    }
    #quick-link {
      font-size: 0.8em;
      padding: 4px 8px 4px 8px;
    }
    #quick-link svg {
      height: 1em;
      width: 1em;
    }
}

.site-name {
    font-family: Secondary;
    font-size: 18px;
}

.service-header {
    color: #OE1012;
    font-size: 17px;
    font-family: Primary;
}

.service-distance {
    color: #687692;
    font-family: Primary;
    font-size: 17px;
}

.service-phone-comment {
    color: #687692;
    font-size: 14px;
}

.service-description {
    color: #525266;
    font-family: Primary;
    font-size: 17px;
}

.service-description-overflow {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.d-none {
    display: none;
}

.margin-top-auto {
    margin-top: auto!important;
}

/* Spanner Loading before modal loads */

#overlay {
  background-color: var(--bs-backdrop-bg);
  color: #5f4da0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #5f4da0;;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-color:hover {
    color: #133775;
}
