body {
    background-color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.topBar {
    background-color: #1f69ad;
    color: #fff;
    border-bottom: 8px solid #e1a800;
}

a {
    color: #1c456b;
}

.smallBar {
    background-color: #1c456b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.smallBar a {
    color: #fff;
    opacity: 0.9;
}

.smallBar .nav {
    float: right;
}

.smallBar .nav .nav-item {
    border-right: 0;
    padding: 7px 15px;
}

.smallBar .telNo {
    padding: 7px 15px 7px 0;
    opacity: 0.9;
    margin-bottom: 0;
}


.topBar .contactDetails {
    text-align: right;
}

.topBar .contactDetails p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.topBar .contactDetails a {
    font-size: inherit;
    color: #dab801;
}

.topBar .contactDetails h1 {
    font-size: 0.9rem;
    color: #fff;
}

.logo {
    max-width: 400px;
}

.navbar {
    padding: 0 50px;
}

.navbar li {
    padding: 0px 10px;
}

.navbar a {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 20px;
}

.navbar a:hover {
    color: #dab801;
}

.navbar-nav {
    margin-top: 15px;
    /* height: 25px; */
    /* justify-content: flex-end !important; */
}

#navbarOffcanvas {
    margin-top: 45px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(243, 241, 238, 0) 98%);
    height: 100px;
    align-items: normal;
    width: 100%;
}


.nav-item:last-child {
    border-right: 0px solid #fff;
}

.nav-link.active {
    color: #dab801;
    font-weight: 300;
}

.nav-link {
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: #1c456b;
    margin-top: 0px !important;
    margin-left: 20px;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.dropdown-item {
    font-size: 20px !important;
    padding: 10px 20px;
    padding-bottom: 10px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1c456b !important;
}

.dropdown-toggle::after {
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgb(255 255 255 / 10%);
    color: #fff !important;
}

.btnEnquiry {
    background-color: #e1a800;
    top: 45%;
    right: -85px;
    color: #fff;
    display: block;
    padding: 12px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
    z-index: 4;
    transform: rotate(90deg);
    font-family: ivypresto-display, serif;
    font-size: 1.2rem;
}


.btnEnquiry:hover {
    background-color: #bf8f00;
    text-decoration: none;
    color: #fff;
}

.logo {
    margin: 30px auto;
    padding: 0;
}

#carouselHero {
    height: 500px;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption {
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: transparent;
    /* background-color: #5196d7; */
    width: 100%;
}

.carousel-caption div {
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.carousel-caption div h5 {
    font-size: 4vw;
    font-family: ivypresto-display, serif;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 55px;
    line-height: 4vw;
    padding: 0 25px;
    text-shadow: 2px 2px 3px rgb(0 0 0);
}

#homeCarousel .carousel-caption div h5 {
    margin-bottom: 15px;
}

.carousel-caption div p {
    padding: 0 50px;
    text-shadow: 2px 2px 3px rgb(0 0 0);
    font-weight: 500;
    font-size: 1.5rem;
}

.ivy {
    font-family: ivypresto-display, serif;
    line-height: 2rem;
    margin-top: 17px;
    color: #fff;
}

.content {
    padding-top: 70px;
    padding-bottom: 70px;
}

h1 {
    color: #000;
    font-size: 25px;
    margin: 0;
}

.takeCare h2 {
    font-family: ivypresto-display, serif;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px;
    font-size: 4rem;
    color: #fff;
}

.takeCare .colorBar {
    padding: 30px 15px;
}

.covidIntro {
    border: 1px solid #e1a800;
    background-color: #fdfbf4;
    padding: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 40px auto;
    width: 75%;
}

.covidIntro ul {
    width: 70%;
    text-align: left;
    margin: 0 auto 20px auto;
}
#module {
}

#module .collapse {
    
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;  
}
#module .collapse.show {
    height: unset!important;
    -webkit-line-clamp: unset;
}
#module .collapsing {
   
}

#module a.collapsed:after  {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}
.content h3 {
    font-size: 1.75rem;
    font-family: ivypresto-display, serif;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1c456b;
}

.content h4 {
    font-size: 1.5rem;
    font-family: ivypresto-display, serif;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #1c456b;
}

.lead, .covidIntro p:first-of-type {
    font-size: 1.5rem;
    font-weight: 300;
}

.content a {
    color: #b88b05;
}

.content > p:first-of-type {
    font-family: ivypresto-display, serif;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

ul.noBullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1B456B;
    border: 0;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #dab801;
}

.btn-secondary {
    background-color: rgb(255 255 255 / 0.3);
    color: #fff;
    border-radius: 0;
    font-size: 1rem;
    padding: 5px 15px;
    margin-top: 7px;
    border: 0;
}

.btn-secondary:hover {
    background-color: rgb(255 255 255 / 0.5);
    color: #fff;
}

.btn-carousel {
    background-color: #1c456b;
    color: #fff;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.btn-carousel:hover {
    background-color: rgb(255 255 255 / 0.5);
    color: #fff;
}

.whiteTint {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    ;
    margin-top: 40px;
}
.whiteTintHome {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    ;
    padding: 30px;
}

.colorBar {
    color: #fff;
    padding: 60px 120px;
}

.colorBar h3 {
    font-family: ivypresto-display, serif;
    font-size: 2.6rem;
}

.colorBar1 {
    background-color: #84a35a;
}

.colorBar1 .pic {
    background-image: url(../img/picResidential.jpg);
    background-size: cover;
    background-position: center center;
}

.colorBar1 .text {
    background-image: url(../img/bg_colorBar1.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colorBar2 {
    background-color: #9c76a7;
    margin-top: 15px;
}

.colorBar2 .text {
    text-align: right;
    background-image: url(../img/bg_colorBar2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colorBar2 .pic {
    background-image: url(../img/picRespite.jpg);
    background-size: cover;
    background-position: right center;
}

.colorBar3 {
    background-color: #5f94a7;
    margin-top: 15px;
}

.colorBar3 .pic {
    background-image: url(../img/picPalliative.jpg);
    background-size: cover;
    background-position: center center;

}

.colorBar3 .text {
    background-image: url(../img/bg_colorBar3.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colorBar0 {
    background-color: #a35a5a;
    margin-top: 15px;
}

.colorBar0 .pic {
    background-image: url(../img/picConvalescence.jpg);
    background-size: cover;
    background-position: center center;

}

.colorBar0 .text {
    background-image: url(../img/bg_colorBar4.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colorBar5 {
    background-color: #5a66a3;
    margin-top: 15px;
}

.colorBar5 .pic {
    background-image: url(../img/picHoliday.jpg);
    background-size: cover;
    background-position: right center;

}

.colorBar5 .text {
    background-image: url(../img/bg_colorBar5.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-image: url(../img/bg_leftQuote.png), url(../img/bg_rightQuote.png);
    background-position: 2% 30%, 98% 70%;
    background-repeat: no-repeat, no-repeat;
    font-family: ivypresto-display, serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #798668;
}

.testimonial span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 1rem;
    margin-top: 16px;
}

.bgFood {
    background-image: url(../img/picFoodDrink.jpg);
    background-size: cover;
    background-position: center center;
}
.bgActivities {
    background-image: url(../img/bgActivities.jpg);
    background-size: cover;
    background-position: center center;
}

.bgSocial {
    background-image: url(../img/picSocial.jpg);
    background-size: cover;
    background-position: center center;
}
.bgDayServices {
    background-image: url(../img/picDayServices.jpg);
    background-size: cover;
    background-position: center center;
}

footer {
    background-color: #1B456B;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    border-top: 5px solid #e1a800;
    padding-top: 40px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #dab801;
    text-decoration: underline;
}

.footNav {
    padding-bottom: 20px;
    justify-content: left;
}

.footNav li:first-child a {
    padding-left: 0;
}

.footNav .nav-link {
    display: block;
    padding: 0 .5rem;
}

.footNav .nav-item:hover {
    background-color: transparent;
}

footer h3 {
    font-family: ivypresto-display, serif;
    font-size: 3rem;
}

footer .btn-primary {
    background-color: #E1A80A;
}

footer .btn-primary:hover {
    background-color: #122d46;
}

.subFoot {
    width: 100%;
    background-color: #163756;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.footNav a,
.subFooter a {
    color: #fff;
}

.footNav a:hover,
.subFooter a:hover {
    color: #dab801;
}

hr {
    border-top: 1px solid #e1a800;
    margin-top: 50px;
    padding-bottom: 20px;
    width: 50%;
}

.logoMobile {
    display: none;
}

.contactMobile {
    display: none;
}

ul.bulletLines {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.bulletLines li {
    border-left: 3px solid #A3B0B5;
    padding-left: 20px;
    margin-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}


/* Responsive */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media only screen and (max-width : 1500px) {}

@media only screen and (max-width : 1230px) {

    .logo {
        max-width: 320px;
    }

    .carousel-caption div p {
        font-size: 1rem;
    }

    .btn-carousel {
        margin-top: 20px;
    }

    .carousel-caption div {
        bottom: 0;
        left: 50%;
        top: auto;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .navbar a {
        font-size: 16px !important;
    }
}


@media only screen and (max-width : 992px) {

    .navbar {
        padding: 0;
        display: block;
        text-align: center;
    }
    .navbar .navbar-brand {
        padding-bottom: 0px;
    }
    .logo {
        margin: 15px auto 0px auto;
        padding: 0;
    }

    .navbar-nav {
        margin: 25px auto 0 auto;
    }

    .navbar li {
        margin-bottom: 0px;
        padding: 0;
    }

    .nav-item {
        border-right: 0px solid #fff;
    }
    
    .dropdown {
        margin-bottom: 20px;
    }

    .dropdown-item {
        color: #fff !important;
    }

    .carousel-caption {
        left: 0;
        bottom: 0;
        top: auto;
        height: 45%;
        background-color: transparent;
        width: 100%;
    }

    .topBar .contactDetails h1 {
        font-size: 0.7rem;
        padding-right: 20px;
    }

    .navbar-toggler {
        margin-right: 0px;
        margin-top: 0px;
        padding: 0;
        color: #fff;
    }

    .contactMobile {
        display: block;
    }

    .colorBar {
        padding: 20px;
    }

    .btnEnquiry {
        top: auto;
        right: 20px;
        transform: none;
        bottom: 0;
    }

    .navbar-nav {
        margin-top: 30px;
    }
    .covidIntro {
    width: 100%;
}
    .covidIntro ul {
    width: 100%;
}
    .smallBar .nav .nav-item {
    padding: 7px 7px;
}
    .smallBar .subNav{
    font-size: 0.7rem;
}
    


}

@media only screen and (max-width : 768px) {
    .logoMobile {
        display: block;
        width: 60%;
        padding: 20px 5px;
        margin: 0 auto;
    }

    .smallBar .subNav {
        display: none;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-toggler {
        margin: auto;
    }

    .navbar-toggler .fa {
        color: #ffffff;
        font-size: 23px;
        padding: 8px;
    }

    .navbar-collapse {
        padding-top: 30px;
        text-align: center;
        background-color: #35587a;
        z-index: 10;
    }

    div.navbar-collapse.w-100.order-3.dual-collapse2.collapse.show {
        padding-top: 0;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .dropdown-menu {
        margin-top: 0px !important;
        margin-left: 0px;
        left: auto;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    #homeCarousel .carousel-caption p {
        display: none;
    }

    .carousel-caption div h5 {
        font-size: 2rem;
        line-height: 2.5rem !important;
        margin-bottom: 50px;
    }

    .takeCare h2 {
        font-size: 3rem;
    }

    .takeCare .colorBar {
        padding: 15px 0px;
    }

    .whiteTint {
        padding: 0;
    }

    .text-left,
    .text-right {
        text-align: center !important;
    }

    .footNav {
        margin-top: 20px;
        justify-content: center;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }
    .bgFood, .bgActivities, .bgSocial, .bgDayServices {
        height: 300px;
    }
    .covidIntro {
        width: 90%;
    }
    
}


@media only screen and (max-width : 576px) {

    .logoMobile {
        width: 90%;
    }

    .navbar-brand img {
        width: 90%;
    }

    .footNav {
        flex-direction: column;
        width: 100%;
    }

    .subFooter {
        text-align: center;
    }

    .footSlogan {
        font-size: 17px;
    }

    .minusTop {
        margin-top: 0px;
        position: relative;
        z-index: 11;
    }

    h1 {
        font-size: 20px;
    }

    .pic {
            background-repeat: no-repeat;
            height: 120px;
    }

    .topBar {
        width: 100%;
        padding: 0;
    }

    .topBar .contactDetails {
        display: none;
    }

    .logo {
        display: none;
    }

    .logoPlace {
        height: auto;
    }

    .navbar-toggler {
        margin-left: auto;
        margin-top: 0px;
    }

    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .colorBar,
    .text-left,
    .text-right {
        text-align: center;
    }

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

    .takeCare h2 {
        font-size: 2rem;
        margin: 0;
        position: relative;
        padding: 20px 0;
    }

    .whiteTint {
        margin-top: 0;
    }
    .carousel-caption div h5 {
        font-size: 1.5rem;
        line-height: 2rem !important;
    }
    .btn-carousel {
        margin-top: 0px;
    }
}
