@font-face {
    font-family: "always * forever";
    src: url("../fonts/always _ forever.woff");
    src: url("../fonts/always _ forever.woff")format("woff"), url("../fonts/always _ forever.woff2")format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.libre-franklin-regular {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.libre-franklin-bold {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.libre-franklin-regular-italic {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

body {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    background-color: #1c2449;
    color: #1c2449;
    scroll-behavior: smooth;
}

.coral {
    background-color: #C07664;
    color: white;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    font-size: 0.9em;
}

header a {
    text-decoration: none;
}

    header.fixed-top {
        padding: 0 0 !important;
        z-index: 9999;
    }

.float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.navbar-toggler {
    color: white;
    border-color: white;
}

.float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

a, a:visited, .nav-link {
    color: white;
}

    .nav-link:hover, header a:hover, .nav-link:focus {
        color: white;
        text-decoration: underline;
    }

header {
    background-color: #1c2449;
}

.logo-img {
    width: 185px;
}

.redborder {
    border: 2px solid #e9712c;
    width: fit-content
}

.border-right {
    border-right: 1px solid white;
}

.slogan {
    color: #e9712c;
    font-weight: 600;
}

.footerlogo {
    max-height: 150px;
}

.banneroutercont {
    position: relative;
    width: 100%;
    height: auto;
}

.banner-container {
    position: relative;
}

.banner-container-int {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position-y: bottom;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bannertitle {
    font-size: 3.4em;
    font-weight: 400;
    line-height: 1;
    color: #e9712c;
}

    .bannertitle span {
        font-weight: 900;
    }

.bannersubtext {
    min-height: 200px;
    margin-bottom: 150px;
}

.bannercolourchange {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 320px;
    background-image: url('/media/qcyd1tud/bluecolourchange.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    z-index: -10;
}

.offcanvas {
    background-color: #1d244a;
}

.btn-home {
    display: block;
    width: 60%;
    background-color: #e9712c;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 1px 1px 5px black;
}

    .btn-home:hover {
        background-color: #f0d036;
        color: black;
        text-shadow: 1px 1px 5px white;
    }

.lightbluebg {
    background-color: #dce6f0;
    min-height: 500px;
}

.whitebg {
    background-color: white;
    color: #1d244a;
}



.orange {
    color: #e9712c;
}

.navy {
    color: #1d244a;
}

.headercont h2 {
    width: fit-content;
    margin-bottom: 0;
}

.headercont div.bordertext {
    flex-grow: 1;
    border-bottom: 2px solid black;
    position: relative;
    bottom: 8px;
    left: 10px;
}

.headercont.orange div.bordertext {
    border-bottom-color: #e9712c;
}

.headercont.navy div.bordertext {
    border-bottom-color: #1d244a;
}

.serviceicon .iconholder {
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.serviceicon a {
    text-decoration: none;
    color: #e9712c;
}

.serviceicon .servicetext {
    font-weight: bold;
}

.mapholder {
    width: 100%;
    position: relative;
}

    .mapholder iframe {
        width: 100% !important;
        margin-bottom: -5px;
        height: 350px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.docbackground {
    position: relative;
}

.docbgtop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lightbluebg .docbgtop {
    background-image: url('/media/uehd0cxi/doctor_profile_bluebg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.whitebg .docbgtop {
    background-image: url(/media/jyibuc3s/doctor_profile_whitebg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.stripimage {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;

}

.phoneaddressstrip::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid white;
}

.docname a {
    text-decoration: none;
    color: #1d244a;
    font-weight: bold;
}

#docprev .bi, #docnext .bi {
    width: 2em;
    height: 2em;
    font-weight: bold;
}

.docphoto {
    background-color: #dce6f0;
    overflow: hidden;
}

    .docphoto img {
        border: 2px solid #dce6f0;
    }

footer {
    font-size: 0.9em;
    color: white;
}

    footer a {
        color: white;
        text-decoration: none;
    }

footer a:hover {
    text-decoration: underline;
}

footer h3 {
    font-size: 1.1em;
    padding-top: 20px;
}

.footerbottom {
    background-color: white;
    color: #1d244a;
    font-size: 0.9em;
}

.footerbottom a {
    color: #1d244a;
}

.orangedec {
    color: #ff6a00;
    font-family: "always * forever", cursive;
    font-weight: bold;
    font-size: 2.2em;
}

.seeall {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
}

.seeall a {
    text-decoration: none;
}

.navy a {
    color: #1d244a;
}

main h1 {
    margin-bottom: 30px;
}

main h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8em;
}

main.whitebg a {
    color: #306e8a;
}

.orangebody {
    color: #ff6a00; 
    font-size: 1.2em;
    line-height: 1;
}

.staffname {
    font-size: 1.3em;
}

.staffname a {
    text-decoration: none;
    color: #1d244a;
}

.stafftitle {
    font-weight: 600;
    font-style: italic;
    font-size: 0.9em
}

.staffcred {
    font-size: 0.9em
}

.stafflang {
    font-weight: 600;
    font-style: italic;
    font-size: 0.9em
}

.btn-staff {
    background-color: #1d244a !important;
    color: #f0d036 !important;
    border-radius: 10px;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-staff:hover {
        background-color: #ff6a00 !important;
        color: black !important;
    }

hr {
    color: #1d244a;
    opacity: 0.5;
    border-top-width: 2px;
}

.btn-staffpage {
    display: block;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: bold;
    line-height:1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.usefuldetails {
    line-height: 1.2;
}

.bodytext h1 span {
    font-size: 0.8em;
    font-style: italic;
}

/*.servicepage.service .servicetext {
    margin-left: 30px;
    margin-right: 30px;
}
*/
.servicepage.service .servicetext a {
    color: #e9712c;
    text-decoration: none;
}

.btn-serviceinfo {
    color: white !important;
    background-color: #e9712c;
    border-radius: 20px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-serviceinfo:hover {
    background-color: #1d244a !important;
}

.serviceicon.serviceiconpage .iconholder {
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: top center;
}


.homenews_item_inner {
    background-color: #1d244a;
    border-radius: 30px
}

.homenews_item_image img {
    border-radius: 20px;
}

.homenews_item_title {
    font-size: 1.1em;
    font-weight: 200;
}

.homenews_item_title a {
    text-decoration: none;
    color: white !important;
}

.homenews_item_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    width: 100%;
    font-size: 0.8em;
    color: white;
    font-style: italic;
}

.homenews_item_date {
    color: #e9712c;
    font-weight: bold;
    font-size: 0.8em;
}

.articleslink a {
    color: #185999;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
}

.article_date {
    color: #e9712c;
    font-weight: bold;
}

.articleimg {
    border-radius: 20px;
}