body {
    font-family: 'DM Sans', sans-serif !important;
}



.header {
    background-color: #FFFFFF;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.fixed .header {
    position: fixed;
}

.content {
    margin-top: 115px;
}

.container {
    max-width: 1350px;
}

img {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #2E3A59;
    /*text-transform: capitalize;*/
}

.sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #17837B;
}

ul.menu {
    display: flex;
    align-items: center;
}

.menu li a {
    color: #17837b;
    font-size: 20px;
    text-transform: capitalize;
    padding: 20px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

    .menu li a.active::before {
        content: '';
        height: 3px;
        width: 20px;
        background-color: #17837b;
        position: absolute;
        left: 20px;
        bottom: 10px;
    }

.btn {
    background-color: #17837b;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    border: 0;
    height: 60px;
    padding: 10px 60px;
    text-align: center;
    border-radius: 25px;
    font-weight: 700;
}

.btn-white {
    background-color: #fff;
    color: #17837b;
}

.banner {
    padding: 50px 0;
}

.banner-slider {
    background-color: #17837b;
    position: relative;
}

.home-banner-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 30px;
}

    .home-banner-slide > img {
        max-width: 260px;
    }

    .home-banner-slide > p {
        width: 50%;
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 500;
    }

.owl-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

button.owl-dot {
    width: 13px;
    height: 7px;
    background-color: #fff !important;
    margin: 0 5px;
    border-radius: 10px;
}

    button.owl-dot.active {
        background-color: #2e3a59 !important;
    }

.banner > .container > p {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #1d837b;
    margin-top: 131px;
    margin-bottom: 6px;
}

.categories {
    background-color: #f1f1f1;
    padding: 70px 0 70px 0;
    text-align: center;
}

ul.categories-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

    ul.categories-list li {
        background-color: #fff;
        border: 1px solid#bbbbbb;
        width: 24.2%;
        border-radius: 40px;
        padding: 40px;
    }

.categories .main-title {
    margin-top: -11px;
    margin-bottom: 38px;
}

ul.categories-list li span {
    font-size: 25px;
    font-weight: 500;
}

ul.categories-list li img {
    margin-bottom: 20px;
}

.categories > .container > p {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #1d837b;
    margin-top: 51px;
    /*text-transform: capitalize;*/
}

.professionals {
    background-color: #17837b;
    padding: 70px 0 60px 0;
}

    .professionals .main-title {
        color: #fff;
        margin-bottom: 50px;
    }

    .professionals > .container > p {
        font-size: 26px;
        text-align: center;
        color: #fff;
    }

.professionals-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

    .professionals-list > img {
        margin-left: -40px;
        max-width: 160px;
    }


.betatesting {
    background-color: #f1f1f1;
    padding: 60px 0 60px 0;
}

    .betatesting .main-title {
        margin-bottom: 20px;
    }
    .betatesting .sub-title {
        color: #2E3A59;        
        margin-bottom: 10px;        
    }

.FAQ {
    background-color: #f1f1f1;
    padding: 60px 0 60px 0;
}
    .FAQ .main-title {        
        font-size: 18px;
        text-align: left;
        line-height:20px;
    }

    .FAQ .sub-title {
        color: #2E3A59;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight:normal;
        text-align: left;
        line-height: 20px;
    }
.Take-Control {
    background-color: #f1f1f1;
    padding: 60px 0 60px 0;
}

    .Take-Control .main-title {
        margin-bottom: 48px;
    }

.Take-Control-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

    .Take-Control-list li {
        width: 31%;
        background-color: #fff;
        padding: 30px;
    }

        .Take-Control-list li img {
            margin-bottom: 41px;
        }

        .Take-Control-list li .sub-title {
            font-size: 26px;
            line-height: 38px;
            color: #2E3A59;
        }

.testimonial {
    background-color: #17837B;
    padding: 60px 0;
}

.testimonial-quote {
    background-color: #2e8f88;
    padding: 100px 190px;
    position: relative;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 50px;
}

.quote-up {
    position: absolute;
    left: 60px;
    top: 52px;
    width: 76px !important;
}

.quote-down {
    position: absolute;
    right: 60px;
    bottom: 52px;
    width: 76px !important;
}

.author {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .author > img {
        width: 120px !important;
        margin-right: 30px;
    }

    .author > p {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
    }

        .author > p span {
            display: block;
        }

.testimonial .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}

.testimonial-carousel {
    margin-bottom: 50px;
}

.testimonial button.btn {
    margin: 116px auto 0;
    display: block;
    background-color: #fff;
    color: #17837b;
    text-transform: uppercase;
}

.e-voucher {
    background-color: #f1f1f1;
    padding: 110px 0;
}

    .e-voucher .main-title {
        text-align: left;
        /*text-transform: capitalize;*/
    }

    .e-voucher .sub-title {
        color: #2E3A59;
        font-size: 26px;
        text-align: left;
        /*text-transform: capitalize;*/
    }




footer > p {
    color: #2A67C1;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

    .footer-top a {
        margin: 0 55px;
    }

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2e3a59;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
}

    .footer-social a {
        color: #fff;
        padding: 10px;
        margin: 0 20px;
    }

    .footer-social .fa {
        font-size: 20px;
    }

.footer-bottom span {
    font-size: 23px;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.customer-care {
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid#2fd7cb;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    overflow: hidden;
}

.contact-content {
    padding: 70px 0;
}

    .contact-content .sub-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 0;
    }

.contact-form-block {
    background-color: #f1f1f1;
    padding: 70px 0;
}



.type-of-contact-list label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 40px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox:checked + label:before {
        background: #17837b;
    }

    .styled-checkbox + label:before {
        content: "";
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 50%;
        border: 1px solid#757575;
        position: absolute;
        left: 0;
    }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        background-color: #fff;
        top: 13px;
        left: 13px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

.contact-form-block .sub-title {
    color: #2e3a59;
    /*text-transform: capitalize;*/
    margin-bottom: 20px;
}

ul.type-of-contact-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.type-of-contact-list li {
    margin-bottom: 10px;
}

.adress {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 70px 70px 1px 70px;
}

.adress .main-title {
    color: #2e3a59; 
    margin-bottom: 50px;
}

.contact-form .form-group .form-control {
    border-radius: 25px;
    min-height: 60px;
    box-shadow: 0px 16px 60px rgba(78, 79, 114, 0.08);
}

.contact-form .form-group label {
    color: #2e3a59;
    /*text-transform: capitalize;*/
}

.sec-btn {
    display: flex;
    justify-content: flex-end;
}

.our-service-heading {
    padding: 70px 0;
}

    .our-service-heading .main-title {
        margin-bottom: 9px;
    }

.service-list li {
    background-color: #17837b;
    color: #fff;
    padding: 60px 0;
}

.service-list .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-img {
    width: 31%;
    border: 1px solid;
    padding: 30px;
    border-radius: 30px;
}

    .service-img .sub-title {
        color: #fff;
        margin-top: 20px;
        margin-bottom: 0;
    }

.service-content {
    width: 65%;
}

    .service-content p {
        font-size: 19px;
    }

.service-list li:nth-child(even) {
    background-color: #fff;
    color: #2E3A59;
}

    .service-list li:nth-child(even) .container {
        flex-direction: row-reverse;
    }

    .service-list li:nth-child(even) .sub-title {
        color: #2E3A59;
    }

.about-heading .about-heading-inner {
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 60px 0;
    margin-top: 180px;
}

.about-heading .sub-title {
    color: #2E3A59;
    font-size: 26px;
}

.caregivers {
    margin-top: 112px;
}

    .caregivers .main-title {
        margin-bottom: 30px;
    }

    .caregivers .sub-title {
        color: #2E3A59;
        margin-bottom: -9px;
    }

ul.caregivers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
}

.caregivers-list > li {
    position: relative;
    width: 151px;
    margin-bottom: 20px;
    margin-right: 30px;
}

    .caregivers-list > li img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.2s;
    }

    .caregivers-list > li:hover img {
        filter: none;
    }

    .caregivers-list > li:hover label {
        display: none;
    }

    .caregivers-list > li label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        bottom: 0;
        font-size: 17px;
        color: #fff;
        margin-bottom: 3px;
    }

.success-stories-slide {
    background-color: #f1f1f1;
    padding: 50px;
    border-radius: 50px;
}

    .success-stories-slide > img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50%;
        margin-bottom: 23px;
    }

    .success-stories-slide > p {
        color: #2E3A59;
        font-size: 19px;
    }

    .success-stories-slide .btn {
        font-size: 16px;
        padding: 10px 20px;
        height: auto;
    }

.success-stories .owl-nav button {
    border: 1px solid#bbbbbb !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px !important;
    line-height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.success-stories .owl-nav .owl-next {
    right: -80px;
    left: auto;
}

.success-stories .owl-nav button:focus {
    outline: none;
    border: 1px solid#2e3a59 !important;
}

.success-stories {
    padding-top: 110px;
    padding-bottom: 100px;
}

    .success-stories .main-title {
        margin-bottom: 19px;
    }

.latest-reviews .item {
    background-color: #f1f1f1;
    padding: 100px;
    text-align: center;
    border-radius: 50px;
}

    .latest-reviews .item p {
        color: #2E3A59;
        font-size: 32px;
        font-style: italic;
    }

    .latest-reviews .item span {
        color: #2E3A59;
        font-size: 23px;
    }

.latest-reviews .owl-dots {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -30px;
}

    .latest-reviews .owl-dots .owl-dot {
        background-color: #f1f1f1 !important;
    }

        .latest-reviews .owl-dots .owl-dot.active {
            background-color: #2e3a59 !important;
        }

section.latest-reviews {
    margin-bottom: 94px;
}

.adress img {
    max-width: 240px;
}

@media only screen and (max-width: 1440px) {
    .success-stories .container {
        max-width: 1250px;
    }
}

@media only screen and (max-width: 1366px) {
    .success-stories .owl-nav button {
        left: -20px;
    }

    .success-stories .owl-nav .owl-next {
        right: -20px;
    }
}

@media only screen and (min-width: 1025px) {
    .desktop-element {
        display: block;
    }

    .mobile-element {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-element {
        display: none;
    }

    .mobile-element {
        display: block;
    }

    .mobile-menu-toggler {
        color: #17837b;
        margin-right: 30px;
    }

    ul.menu {
        position: fixed;
        background-color: #e8e8e8;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        flex-direction: column;
        align-items: flex-start;
        transition: all 0.2s;
        margin-left: -300px;
        padding: 50px 10px 30px 10px;
    }

    .ismobile-menu .menu {
        margin-left: 0;
    }

        .ismobile-menu .menu:after {
            content: '';
            background-color: rgb(0 0 0 / 50%);
            position: fixed;
            left: 300px;
            top: 0;
            bottom: 0;
            width: calc(100% - 300px);
        }

    .menu li {
        margin-bottom: 30px;
    }

        .menu li a {
            color: #17837b;
        }

            .menu li a.active::before {
                width: 100%;
                background-color: #17837b;
            }

    body.ismobile-menu {
        overflow: hidden;
    }

    .menu .fa-times {
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 10px;
    }

    ul.categories-list {
        flex-wrap: wrap;
    }

        ul.categories-list li {
            width: 49%;
            margin-bottom: 20px;
        }

    .success-stories .owl-nav button {
        left: 0px;
    }

    .success-stories .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .banner {
        padding: 10px 0;
    }

    .professionals-list > img {
        max-width: 100px;
    }

    .main-title {
        font-size: 24px;
        line-height: 1.5em;
    }

    .sub-title {
        font-size: 22px;        
    }

    .banner > .container > p {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 6px;
    }

    .Take-Control-list {
        flex-wrap: wrap;
    }

        .Take-Control-list li {
            width: 100%;
        }

    .categories {
        padding: 20px 0;
    }

    .professionals {
        padding: 20px 0;
    }

    .Take-Control {
        padding: 20px 0;
    }
    .betatesting {
        padding: 20px 0;
    }
    .e-voucher {
        padding: 20px 0;
    }

    .footer-top {
        padding: 30px 0;
    }

    .footer-para {
        font-size: 20px !important;
    }

    .our-service-heading {
        padding: 20px 0;
    }

    .service-img .sub-title {
        font-size: 20px;
        line-height: 1.5em;
    }

    .customer-care {
        height: 50px;
        width: 50px;
    }

    .about-heading .about-heading-inner {
        padding: 30px 0;
        margin-top: 140px;
    }

    .about-heading .main-title {
        font-size: 24px;
        line-height: 1.5em;
    }
    .about-heading .sub-title {
        font-size: 20px;
    }

    .caregivers {
        margin-top: 20px;
    }

    .caregivers {
        margin-top: 20px;
    }

    .latest-reviews .item {
        padding: 30px;
    }

    section.latest-reviews {
        margin-bottom: 30px;
    }

    .contact-content {
        padding: 30px 0;
    }

    .contact-form-block {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    ul.categories-list li {
        width: 100%;
    }

    .home-banner-slide {
        flex-direction: column;
    }

    .main-title {
        font-size: 22px;
    }
    .sub-title {
        font-size: 20px;
    }

    .FAQ .main-title {
        font-size: 16px;
    }
    .FAQ .sub-title {
        font-size: 14px;
    }

    a.logo {
        display: block;
        max-width: 150px;
    }

    .content {
        margin-top: 87px;
    }

    ul.categories-list li {
        padding: 20px;
    }

        ul.categories-list li span {
            font-size: 16px;
        }

    .professionals-list > img {
        max-width: 60px;
        margin-left: -20px;
    }

    .professionals > .container > p {
        font-size: 16px;
    }

    .Take-Control-list li img {
        margin-bottom: 10px;
    }

    .Take-Control-list li .sub-title {
        font-size: 20px;
        line-height: normal;
    }

    .Take-Control-list li {
        padding-bottom: 0;
    }

    .quote-up {
        left: 20px;
        top: 20px;
        width: 35px !important;
    }

    .quote-down {
        right: 20px;
        bottom: 20px;
        width: 35px !important;
    }

    .testimonial-quote {
        padding: 40px;
        font-size: 18px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .author > img {
        width: 70px !important;
    }

    .author > p {
        font-size: 14px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-bottom span {
        font-size: 13px;
    }

    .home-banner-slide > p {
        width: 100%;
        font-size: 16px;
    }

    .testimonial button.btn {
        margin: 96px auto 0;
    }

    .about-heading .main-title {
        font-size: 22px;
        line-height: 1.5em;
    }

    .about-heading .sub-title {
        font-size: 20px;
    }

    .service-list .container {
        flex-direction: column;
    }

    .service-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-content {
        width: 100%;
        text-align: center;
    }

    .service-list li:nth-child(2n) .container {
        flex-direction: column;
    }

    .service-list li {
        padding: 20px 0;
    }

    .caregivers .main-title {
        margin-bottom: 0;
    }

    ul.caregivers-list {
        justify-content: space-between;
    }

    .caregivers-list > li {
        width: 49%;
        margin-right: 0;
    }

    .success-stories {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .latest-reviews .item p {
        font-size: 18px;
    }

    .latest-reviews .item span {
        font-size: 14px;
    }

    .contact-content .sub-title {
        font-size: 16px;
        line-height: normal;
    }

    .adress {
        padding: 20px;
    }

        .adress .main-title {
            margin-bottom: 10px;
        }
}

