@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #434343;
}

a {
    color: #237BA0;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #237BA0;
    }

img {
    max-width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1 !important;
    color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important;
    color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
    opacity: 1 !important;
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: #000;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1 !important;
    color: #394761
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important;
    color: #394761;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    opacity: 1 !important;
    color: #394761;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: #394761;
}

.mt_20 {
    margin-top: 20px !important;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.btn:focus {
    outline: none;
}

.btn:active:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0px;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    z-index: 9999;
    width: 100%;
    display: block;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.45);
}

.header-top {
    display: block;
    padding: 10px 0 2px;
    text-align: right;
}

    .header-top .header-info {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .header-top .header-info > li {
            display: inline-block;
            margin-left: 14px;
        }

            .header-top .header-info > li a img {
                display: inline-block;
                vertical-align: middle;
            }

            .header-top .header-info > li a span {
                display: inline-block;
                vertical-align: middle;
                padding-left: 10px;
            }

            .header-top .header-info > li a {
                font-size: 18px;
                color: #fff;
                line-height: 26px;
                font-weight: 500;
            }

.header-main {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 4px;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

    .header-logo .logo {
        display: block;
    }

        .header-logo .logo img {
            max-width: 177px;
        }

        .header-logo .logo .blue-img {
            display: none;
        }

.header.light-header .header-logo .logo .white-img,
.header.sticky .header-logo .logo .white-img {
    display: none;
}

.header.light-header .header-logo .logo .blue-img,
.header.sticky .header-logo .logo .blue-img {
    display: block;
}

.header-navigation {
    display: inline-block;
    vertical-align: middle;
}

/*.header.sticky{background: #0071bc; position: fixed;}*/
.header .nav {
    margin: 0;
    text-align: left;
    display: inline-block;
}

    .header .nav > li {
        float: left;
        padding: 12px 0px 18px;
        float: none;
        display: inline-block;
        line-height: 16px;
        position: static;
    }

        .header .nav > li > a {
            color: #fff;
            padding: 0px 12px 0px 13px;
            position: relative;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            position: relative;
        }

            .header .nav > li > a:before {
                position: absolute;
                content: "";
                right: 0px;
                top: 50%;
                height: 16px;
                margin-top: -8px;
                width: 2px;
                background: #fff;
            }

        .header .nav > li:last-child a:before {
            display: none;
        }

        .header .nav > li.active > a,
        .header .nav > li > a:hover,
        .header .nav > li > a:focus {
            background: transparent;
            color: #fff
        }

.header-right {
    float: right;
}

    .header-right .login-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .header-right .login-links li {
            display: inline-block;
            margin-left: 6px;
        }

            .header-right .login-links li a {
                color: #fff;
                background: #237BA0;
                padding: 8px 11px;
                font-weight: 500;
                border-radius: 5px;
                text-align: center;
                min-width: 140px;
                display: inline-block;
                transition: all 0.3s ease-in-out 0s;
            }

                .header-right .login-links li a:hover {
                    background: #ED1E8B;
                    color: #fff;
                }

        .header-right .login-links .loing-btn a {
            background: #ED1E8B;
            color: #fff;
            min-width: 70px;
        }

/* .header.top-sticky{top: -120px;} */
.header.top-sticky {
    top: 0px;
    position: fixed;
}

.header.sticky {
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0px;
}

.header.sticky,
.header.light-header {
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
/*background: #fff; position: fixed; top: 0px;*/
/*main section css*/
.main-banner {
    display: block;
    width: 100%;
    position: relative;
}

    .main-banner img {
        width: 100%;
    }

    .main-banner .banner-caption {
        position: absolute;
        left: 43%;
        top: 40%;
        z-index: 9;
        max-width: 690px;
    }

        .main-banner .banner-caption h1 {
            margin: 0 0 34px;
            font-weight: 500;
            color: #fff;
            font-size: 43px;
            line-height: 64px;
        }

    .main-banner .banner-btn a {
        display: inline-block;
        background: #fff;
        color: #237BA0;
        font-weight: 600;
        padding: 0px 10px;
        height: 53px;
        line-height: 53px;
        border-radius: 5px;
        font-size: 18px;
        min-width: 184px;
        text-align: center;
        box-shadow: 2px 2px 14px rgba(0,0,0,0.13);
        margin-right: 22px;
        margin-bottom: 10px;
        transition: all 0.2s ease-in-out;
        transform: scale(1);
        position: relative;
    }

        .main-banner .banner-btn a:hover {
            transform: scale(1.07);
            z-index: 2;
            line-height: 56px;
        }

/*footer css*/
.footer {
    padding: 70px 0 30px;
    position: relative;
    z-index: 9;
}

    .footer .footer-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        border-radius: 38px;
        display: block;
        margin: 0 auto; /*max-width: 1380px;*/
    }

.footer-row {
    display: inline-block;
    width: 100%;
    padding: 60px 0px 30px;
}

    .footer-row .footer-col {
        float: left;
        width: 19%;
        padding-left: 0px;
        padding-right: 15px;
    }
        /*.footer-row .footer-col.footer-address{width: 24%;}*/
        .footer-row .footer-col h4 {
            color: #fff;
            font-weight: 600;
            font-size: 33px;
            margin: 0 0 24px;
        }

        .footer-row .footer-col ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .footer-row .footer-col ul li a {
                display: inline-block;
                text-decoration: underline;
                color: #fff;
                font-size: 16px;
                line-height: 44px;
            }

                .footer-row .footer-col ul li a:hover {
                    color: #70C1B3
                }

.footer-address .call-info {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
}

    .footer-address .call-info a {
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        word-break: break-all;
        max-width: 110px;
        display: inline-block;
        text-decoration: underline;
        line-height: 26px;
    }

    .footer-address .call-info span {
        color: #fff;
        font-size: 16px;
        display: block;
    }

.footer-address address {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.footer-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .footer-bottom p {
        color: #1D3557;
        font-size: 12px;
        line-height: 22px;
        margin: 0;
    }

    .footer-bottom a {
        color: #00BFBA;
    }

    .footer-bottom .footer-right {
        text-align: right;
    }

.how-it-work {
    display: inline-block;
    width: 100%;
    padding: 65px 0;
}

.title-center {
    text-align: center;
}

.section-title h2 {
    font-size: 60px;
    color: #237BA0;
    font-weight: 600;
    margin: 0 0 10px;
}

.section-title p {
    font-size: 24px;
    line-height: 40px;
    color: #434343;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.video-block {
    padding: 0;
    position: relative;
}

    .video-block .video-link {
        display: block;
        position: relative;
    }

        .video-block .video-link .video-icon {
            position: absolute;
            top: 50%;
            z-index: 1;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .video-block .video-link .video-icon:before,
            .video-block .video-link .video-icon:after {
                display: block;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                border: 2px solid #fff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .video-block .video-link .video-icon:after {
                border: 1px solid #fff;
                opacity: 0.5;
            }

        .video-block .video-link:hover .video-icon:before {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

        .video-block .video-link:hover .video-icon:after {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }


.pattern-img svg {
    width: 100%;
}

.carer-block {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
}

    .carer-block .carer-item {
        text-align: center;
        margin-bottom: 25px;
    }

        .carer-block .carer-item img {
            margin: 0 0 10px;
        }

        .carer-block .carer-item h4 {
            font-size: 24px;
            line-height: 24px;
            color: #237BA0;
            margin: 20px 0 15px;
            font-weight: 600;
        }

        .carer-block .carer-item p {
            font-size: 16px;
            line-height: 31px;
            color: #434343;
        }

.btn {
    background: #237BA0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    /* height: 53px; */
    /* line-height: 53px; 
        padding:0 18px;
    */
    line-height: normal;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
    white-space: inherit;
}

    .btn.carer_btn {
        background: #6a2a4c;
    }

    .btn:hover,
    .btn:focus {
        background: #ED1E8B;
        color: #fff;
    }

.community-section {
    display: inline-block;
    width: 100%;
    padding: 0 0 55px;
    text-align: center;
}

    .community-section .btn {
        margin-top: 10px;
        /*font-size: 16px;*/
        /*background: #007DA4;*/
    }

.carers-service-section {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.service-list {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.service-item {
    margin: 0 0 20px;
}

    .service-item:nth-child(2n+1) {
        clear: both;
    }

.service-box {
    position: relative;
    display: block;
    border: 1px solid #979797;
    border-radius: 15px 0 0 15px;
    padding-right: 44%;
    transition: all 0.3s ease-in-out 0s;
}

    .service-box .service-info {
        display: inline-block;
        width: 100%;
        padding: 20px;
    }

        .service-box .service-info h4 {
            color: #237BA0;
            font-size: 33px;
            font-weight: 600;
            margin: 0 0 10px;
        }

        .service-box .service-info p {
            font-size: 16px;
            line-height: 31px;
            color: #434343;
            margin: 0;
        }

    .service-box .service-img {
        position: absolute;
        right: -1px;
        top: 0px;
        width: 44%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .service-box .service-info-caption {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        min-height: 100%;
        background: #237BA0;
        border-radius: 15px;
        -webkit-transform: scale(1) translateY(-50%);
        -moz-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
        transition: all 0.3s ease-in-out 0s;
        opacity: 0;
        /*box-shadow: 4px 3px 14px rgba(0,0,0,0.3);*/
        box-shadow: 3px 4px 10px 1px rgba(0,0,0,0.37);
        padding: 15px 20px;
    }

    .service-box:hover {
        z-index: 1;
    }

        .service-box:hover .service-info-caption {
            opacity: 1;
            -webkit-transform: scale(1.1) translateY(-50%);
            -moz-transform: scale(1.1) translateY(-50%);
            transform: scale(1.1) translateY(-50%);
        }

.service-info-caption h4 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 15px;
}

.service-info-caption p {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    margin: 0;
}

.service-info-caption .btn {
    background: #70C1B3;
    width: 100%;
    max-width: 150px;
    margin-top: 20px;
    display: block;
}

    .service-info-caption .btn:hover,
    .service-info-caption .btn:focus {
        background: #ED1E8B;
        color: #fff;
    }

.news-section {
    display: inline-block;
    width: 100%;
    padding: 0px 0 50px;
}

.news-list {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

    .news-list .news-item {
        margin-bottom: 73px;
    }

        .news-list .news-item:last-child {
            margin-bottom: 45px;
        }

.news-bg {
    min-height: 335px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 15px;
}

.news-info h3 {
    color: #434343;
    font-size: 33px;
    margin: 0 0 20px;
    font-weight: 600;
}

.news-info .date {
    font-size: 16px;
    display: block;
    margin: 0 0 10px;
    line-height: 31px;
    font-weight: 700;
    color: #434343;
}

.news-info p {
    font-size: 16px;
    line-height: 31px;
    color: #434343;
}

.news-info .btn {
    min-width: 231px;
    margin-top: 15px;
}

.view-all .btn {
    width: 100%;
    /*max-width: 325px;
    max-width: 415px;
    height:53px;
    line-height:32px;*/

    max-width: 367px;
    height: 47px;
    line-height: 25px;
}

.testimonial-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 50px;
}

.testimonial-list {
    display: inline-block;
    width: 100%;
    max-width: 921px;
    margin-top: 20px;
}

    .testimonial-list .testimonial-item {
        display: block;
        margin: 0 0 35px;
    }

.testimonial-item h4 {
    font-size: 33px;
    color: #434343;
    font-weight: 700;
    margin: 0 0 10px;
}

.testimonial-item .tml-rating {
    display: block;
    margin: 0 0 20px;
}

.star-list {
    height: 22px;
    width: 185px;
    position: relative;
    display: block;
    background: url(../images/gray-star.png) repeat;
    background-position: left top;
}

.pink-star {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    background: url(../images/pink-star.png) repeat;
    background-position: left top;
}

.testimonial-item .date {
    font-size: 16px;
    line-height: 31px;
    color: #434343;
    display: block;
    margin: 0 0 25px;
}

.testimonial-item p {
    font-size: 16px;
    line-height: 31px;
    color: #434343;
}

.contact-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

    .contact-section.cstm_contact_section {
        padding-bottom: 0;
    }

.contact-form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.from-three-col {
    display: inline-block;
    width: 100%;
}

    .from-three-col .form-group {
        float: left;
        width: 33.33%;
        padding: 0 15px;
    }

        .from-three-col .form-group:last-child {
            padding-right: 0;
        }

        .from-three-col .form-group:first-child {
            padding-left: 0;
        }

.form-control {
    font-size: 19px;
    background: rgba(35,123,160,0.15);
    height: 60px;
    /*height: auto;*/
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #007FA8;
    font-weight: 500;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.select2-container--default .select2-selection--single,
.form-control {
    height: 60px;
}

.checkbox {
    position: relative;
    line-height: 45px;
    margin: 0;
}

    .checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .checkbox .checkbox-text {
        position: relative;
        padding: 0 0 0 40px;
        display: inline-block;
        width: 100%;
        /* min-height: 40px; */
        line-height: 31px;
        font-size: 16px;
        font-weight: 400;
    }

        .checkbox .checkbox-text:before {
            position: absolute;
            content: "";
            left: 0;
            top: -2px;
            width: 25px;
            height: 25px;
            border: 2px solid #303481;
        }

        .checkbox .checkbox-text:after {
            position: absolute;
            content: "";
            width: 13px;
            height: 7px;
            border-top: 2px solid #303481;
            border-right: 2px solid #303481;
            transform: rotate(135deg);
            left: 6px;
            top: 5px;
            opacity: 0;
        }

    .checkbox input:checked + .checkbox-text:after {
        opacity: 1;
    }

.contact-form .submit-btn {
    width: 100%;
    max-width: 229px;
    /*added new Css*/
    font-size: 17px;
}

textarea.form-control {
    min-height: 150px;
    padding: 15px 20px;
    resize: none;
}

.contact-detail {
    display: inline-block;
    width: 100%;
    padding: 20px 0 50px;
}

    .contact-detail .section-title {
        margin: 0 0 30px;
    }

.contact-addr p,
.contact-addr address {
    font-size: 16px;
    line-height: 31px;
    color: #434343;
}

.contact-email ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .contact-email ul li {
        padding: 0 0 0 66px;
        position: relative;
        font-size: 16px;
        line-height: 31px;
    }

        .contact-email ul li a {
            color: #434343;
        }

        .contact-email ul li span {
            position: absolute;
            left: 0;
            font-weight: 600;
            color: #434343;
        }


.help-sidebar {
    position: fixed;
    right: -143px;
    top: 15%;
    color: #fff;
    width: 262px;
    transition: right 0.5s ease-in-out 0s;
    display: none;
    z-index: 9999;
}

.help-sidebar {
    display: block;
}

.help-header {
    background: #237BA0;
    font-size: 16px;
    margin: 0;
    padding: 18px 16px 12px 26px;
    border-radius: 15px 0 0 15px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.help-header {
    display: inline-block;
    vertical-align: bottom;
}

    .help-header img {
        display: inline-block;
        vertical-align: bottom;
        margin-top: -24px;
        margin-left: 10px;
    }

.help-sidebar .help-box {
    background: #237BA0;
    border-radius: 0 0 0 15px;
    padding: 20px 36px 0 26px;
    position: relative;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: -10px;
    transition: all 0.3s ease-in-out 0s;
}

.help-sidebar.open {
    right: 0px;
}

    .help-sidebar.open .help-header {
        width: 100%;
        border-radius: 15px 0 0 0;
        padding: 18px 16px 12px 26px;
    }

        .help-sidebar.open .help-header img {
            margin-right: 0px;
            margin-left: auto;
            display: block;
        }

.help-sidebar.on .help-box {
    left: 0px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.help-box p {
    font-size: 12px;
    color: #fff;
    margin: 0 0 20px;
}

.help-input-group {
    position: relative;
    padding: 30px 0 10px;
    background: #fff;
    margin: 0 0 10px;
    border-radius: 12px;
}

.help-input {
    border: none;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.help-input-group .hi-text {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    color: #237BA0;
    font-size: 10px;
}

.help-submit .req_btn {
    background: #70C1B3;
    border: none;
    height: 43px;
    width: 100%;
    border-radius: 12px;
    line-height: 43px;
    padding: 0px;
}

.help-call {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px;
}

    .help-call .call-box img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .help-call .call-box {
        padding: 0 0 0 50px;
        position: relative;
        font-size: 21px;
        font-weight: 700;
        line-height: 38px;
    }

    .help-call .call_btn {
        background: #70C1B3;
        border: none;
        height: 43px;
        display: inline-block;
        color: #fff;
        text-align: center;
        width: 100%;
        border-radius: 12px;
        line-height: 43px;
        padding: 0px;
        margin: 10px 0px 15px;
    }

.help-sidebar.open .help-header {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

/**/

.home .main-section {
    padding-top: 0px !important
}

.video-block #pattern image {
    transform: scale(1) translateX(0px);
    transform-origin: center center;
    transition: all 5s ease-in-out 0s;
    background: #237BA0;
}

.video-block .video-link:hover #pattern image {
    transform: scale(1.1) translateX(10px);
    opacity: 0.5
}

.srl-row {
    display: inline-block;
    width: 100%;
}

    .srl-row .srl-item {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px;
        position: relative;
        padding-bottom: 44%;
    }

.srl-item .srl-left {
    position: absolute;
    left: 0;
    top: 3%;
    width: 52%;
}

.srl-item .srl-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 61%;
}

.srl-right .srl-info {
    position: absolute;
    left: 25%;
    top: 40%;
    transform: translateY(-50%);
}

    .srl-right .srl-info h4 {
        color: #237BA0;
        font-weight: 600;
        font-size: 24px;
        margin: 0 0 15px;
    }

    .srl-right .srl-info .srl-text {
        width: 100%;
        display: inline-block;
        max-width: 470px;
    }

    .srl-right .srl-info p {
        font-size: 16px;
        line-height: 31px;
        color: #434343;
    }

    .srl-right .srl-info .btn {
        max-width: 231px;
        width: 100%;
        margin-top: 10px;
    }

.srl-row.left-right-srl .srl-item:nth-child(2n) {
    padding-bottom: 34%;
}

    .srl-row.left-right-srl .srl-item:nth-child(2n) .srl-left {
        right: 0px;
        left: auto;
        top: -30%;
    }

    .srl-row.left-right-srl .srl-item:nth-child(2n) .srl-right {
        right: auto;
        left: 0;
    }

        .srl-row.left-right-srl .srl-item:nth-child(2n) .srl-right .srl-info {
            left: 11%;
            max-width: 510px;
        }

/* service list title */
.inner-title {
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 50px 0 15px;
    /*margin: 0 0 40px;*/
}

    .inner-title h1 {
        font-size: 40px;
        color: #237BA0;
        font-weight: 600;
        margin: 0 0 20px;
    }

    .inner-title p {
        font-size: 19px;
        line-height: 31px;
        color: #434343;
        font-weight: 500;
    }

.inner-banner {
    position: relative;
    height: 460px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 200px;
}

    .inner-banner:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.89);
    }

.banner-shape-image {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 1130px;
    height: 620px;
    transform: translateX(-50%);
}

    .banner-shape-image svg {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

/*special list care*/
.section-title.left-title p {
    max-width: 100%;
}

.special-care {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
}

    .special-care .speacial-wrapper {
        border-top: 1px solid #ddd;
        padding-top: 40px;
    }

.sc-item .sc-box {
    display: block;
}

.sc-row .sc-item {
    margin: 15px 0;
    text-align: center;
}

.sc-item .sc-box .sc-img {
    height: 250px;
    width: 100%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.sc-item .sc-box h4 {
    font-size: 18px;
    color: #237BA0;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 24px;
}

.service-detail {
    display: inline-block;
    width: 100%;
    margin: 30px 0 40px;
}

.service-detail-left h1 {
    color: #007DA4;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px;
}

.service-detail-left h5 {
    font-size: 19px;
    line-height: 31px;
    margin: 0 0 16px;
    font-weight: 500;
    color: #000;
}

.service-detail-left p {
    font-size: 16px;
    line-height: 31px;
    color: #000;
    margin: 0 0 25px;
}

.service-detail-left .sd-small {
    padding: 10px 20px 25px;
    font-style: italic;
    font-weight: 300;
}

    .service-detail-left .sd-small h3 {
        font-style: italic;
        font-size: 27px;
        line-height: 43px;
        font-weight: 300;
        color: #007DA4;
        margin: 0;
    }

.service-detail-left .btn {
    width: 100%;
    max-width: 270px;
}

.service-detail-right {
    padding-left: 65px;
    padding-top: 90px;
}

.find-carer img {
    width: 100%;
    border-radius: 10px;
}

.find-carer h5 {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 31px;
    color: #000;
}

.find-carer p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.find-carer .btn {
    width: 100%;
    background: #ED1E8B;
    margin-top: 10px;
}

.loader {
    text-align: center;
}



.care-plan {
    display: block;
    width: 100%;
    margin: 0 0 -70px;
    overflow: hidden;
    position: relative;
    padding: 90px 0 40px;
    margin-top: 40px;
}

    .care-plan:after {
        position: absolute;
        content: "";
        left: -20%;
        top: 0;
        width: 150%;
        height: 250%;
        background: #f7f9fc;
        border-radius: 80% 100% 100% 0%;
        z-index: 1;
    }

    .care-plan:before {
        position: absolute;
        content: "";
        width: 110%;
        height: 260%;
        background: #f0f3f9;
        border-radius: 80% 100% 100% 0%;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .care-plan .container {
        position: relative;
        z-index: 3;
    }

    .care-plan .btn {
        margin-top: 15px;
        width: 100%;
        max-width: 200px;
        text-transform: uppercase;
    }

    .care-plan h2 {
        margin: 0 0 20px;
        font-size: 40px;
        font-weight: 600;
        color: #237BA0;
    }

    .care-plan p {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        line-height: 31px;
    }

.pink_btn {
    background: #ED1E8B !important;
    color: #fff !important;
}

    .pink_btn.btn-sm {
        font-size: 13px;
        padding: 6px 15px;
    }

.faq-header h2 {
    font-size: 48px;
    line-height: 63px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.faq-header p {
    font-size: 16px;
    line-height: 31px;
    color: #000;
}

.faq-search-box {
    position: relative;
    border-radius: 10px;
}

    .faq-search-box input[type="text"] {
        height: 50px;
        border: 3px solid #ED1E8B;
        border-radius: 10px;
        width: 100%;
        font-size: 16px;
        padding: 0 60px 0 20px;
        color: #000;
    }

    .faq-search-box .s_btn {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        height: 50px;
        width: 60px;
    }

/* faq listing page */
.faq-section {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .faq-section:before {
        position: absolute;
        content: "";
        left: 0;
        top: 30%;
        background: #f7f9fc;
        width: 100%;
        height: 100%;
        border-radius: 40% 40% 50% 50%;
    }

.faq_listing {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.faq-list {
    display: inline-block;
    width: 100%;
}

    .faq-list .faq-item {
        display: inline-block;
        width: 100%;
    }

        .faq-list .faq-item .faq-que {
            background: #237BA0;
            display: inline-block;
            width: 100%;
            padding: 24px 50px 24px 20px;
            border-radius: 10px;
            color: #fff;
            margin-bottom: 15px;
            position: relative;
            cursor: pointer;
        }

            .faq-list .faq-item .faq-que h4 {
                color: inherit;
                margin: 0;
                /*font-size: 20px;*/
                font-size: 22px;
                font-weight: 500;
            }

        .faq-list .faq-item .faq-ans {
            font-size: 21px;
            line-height: 38px;
            font-weight: 300;
            color: #000;
            display: none;
        }

            .faq-list .faq-item .faq-ans p {
                font-size: 21px;
                line-height: 38px;
                font-weight: 300;
                color: #000;
            }

    .faq-list.levelOne > .faq-item > .faq-que,
    .faq-list.level1 > .faq-item > .faq-que {
        background: #6FC1B3;
        margin-bottom: 15px;
    }

    .faq-list .faq-item .faq-que:before {
        position: absolute;
        right: 20px;
        top: 50%;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(135deg);
        margin-top: -7px;
    }

    .faq-list .faq-item .faq-que.up:before {
        transform: rotate(-45deg);
        margin-top: -3px;
    }

    .faq-list.levelZero > .faq-item > .faq-ans,
    .faq-list.level0 > .faq-item > .faq-ans {
        padding-left: 90px;
    }

    .faq-list.levelOne > .faq-item > .faq-ans,
    .faq-list.level1 > .faq-item > .faq-ans {
        padding-left: 50px;
    }

    .faq-list.levelTwo > .faq-item,
    .faq-list.level2 > .faq-item {
        border: 1px solid #979797;
        border-radius: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        background: #fff;
    }

        .faq-list.levelTwo > .faq-item > .faq-que,
        .faq-list.level2 > .faq-item > .faq-que {
            background: #fff;
            color: #000;
            margin: 0px 0 0;
        }

            .faq-list.levelTwo > .faq-item > .faq-que:before,
            .faq-list.level2 > .faq-item > .faq-que:before {
                border-color: #000;
            }

        .faq-list.levelTwo > .faq-item .faq-ans,
        .faq-list.level2 > .faq-item .faq-ans {
            padding: 10px 20px 20px;
        }

        .faq-list.levelTwo > .faq-item > .faq-que h4,
        .faq-list.level2 > .faq-item > .faq-que h4 {
            font-weight: 700;
        }

/* advice listing */
.service-detail-right.pdt-0 {
    padding-left: 15px;
    padding-top: 0;
}

.service-detail-left svg {
    max-width: 90%;
    margin-bottom: 15px;
}

.usefull-link-section .usefull-wrapper {
    display: block;
    margin: 0 auto;
    /*max-width: 1030px;*/ position: relative;
    z-index: 9;
}

.usefull-link-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f7f9fc;
    width: 100%;
    height: 100%;
    border-radius: 30% 30% 0px 0px;
}

.usefull-link-section {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 120px 0 200px;
    margin-bottom: -70px;
}

    .usefull-link-section .section-title h5 {
        font-size: 19px;
        font-weight: 500;
        color: #000;
        margin: 0 0 30px;
    }

.uf-link {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .uf-link li {
        position: relative;
        margin: 0 0 15px;
    }

        .uf-link li a {
            text-decoration: none;
            color: #143EF7;
            line-height: 1;
            border-bottom: 1px solid #143EF7;
            position: relative;
            padding: 0 0 0 9px;
            display: inline-block;
        }

            .uf-link li a:before {
                position: absolute;
                content: "";
                left: 0;
                top: 5px;
                width: 4px;
                height: 4px;
                background: #143EF7;
                border-radius: 50%;
                display: inline-block;
            }

/**/
.news-section.cummunity-list + .cummunity-list {
    padding-top: 0;
}

.cummunity-list .view-all {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: 40px 0 0;
}

.btn_block .btn {
    margin-right: 20px;
    margin-bottom: 15px;
}

.inner-contact {
    padding: 0;
}

    .inner-contact .form-control {
        height: 46px;
        font-size: 14px;
        background: #F3FAFF;
    }

    .inner-contact textarea.form-control {
        min-height: 110px;
    }

.form-group .form-label {
    font-weight: 600;
}

.inner-contact .checkbox .checkbox-text {
    font-size: 14px;
}

.inner-contact .checkbox {
    line-height: 30px;
}

    .inner-contact .checkbox .checkbox-text {
        padding-left: 40px;
    }
/*.inner-contact .checkbox .checkbox-text:before{width: 30px; height: 30px;}
.inner-contact .checkbox .checkbox-text:after{ left: 6px;top: 1px;}*/
.loader img {
    max-width: 80px;
}

/*chat page section*/
.chat-section {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

.chat-sidebar {
    background: #237BA0;
    color: #fff;
    border-radius: 0 0 25px 25px;
}

    .chat-sidebar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .chat-sidebar ul li {
            display: inline-block;
            width: 100%;
            padding: 25px 25px 20px;
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

            .chat-sidebar ul li:last-child {
                border: none;
            }

    .chat-sidebar h4 {
        color: #fff;
        margin: 0 0 5px;
    }

    .chat-sidebar p {
        font-size: 12px;
        line-height: 23px;
    }

    .chat-sidebar .form_btn {
        background: #fff;
        font-size: 12px;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 9px;
        font-weight: 500;
        margin-top: 5px;
    }

        .chat-sidebar .form_btn:hover {
            background: #ED1E8B;
            color: #fff;
        }

    .chat-sidebar .contact_btn {
        background: #70C1B3;
        color: #fff;
        padding: 10px 25px;
        display: inline-block;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .chat-sidebar .contact_btn:hover {
            background: #ED1E8B;
            color: #fff;
        }

/* login form */
.login-page {
    display: inline-block;
    width: 100%;
    background: url(../images/shape-login.png) no-repeat;
    background-position: 80% -100px;
}

.login-form {
    max-width: 685px;
}

.login-page .inner-title {
    margin-bottom: 25px;
}

    .login-page .inner-title h1 {
        margin: 0 0 0px;
    }

.common-form .from-two-col {
    display: inline-block;
    margin: 0;
    width: 100%;
}

    .common-form .from-two-col .form-group {
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 10px;
    }

        .common-form .from-two-col .form-group:first-child {
            padding-left: 0px;
        }

        .common-form .from-two-col .form-group:last-child {
            padding-right: 0px;
        }

.login-page-wrapper .btn.multiselect,
.multiselect_dd .btn,
.common-form .form-control {
    background: rgba(243,250,255,0.65);
    height: 46px;
    border: 1px solid #B9B9B9;
    font-size: 16px;
    border-radius: 10px;
    color: #000;
}
    /*.common-form .form-control.password-input{padding-top:8px;}*/
    .common-form .form-control.password-input:focus {
        padding-top: 5px;
    }

.common-form .form-group .form-label {
    padding-left: 12px;
    color: #000;
}

.inner-title.text-left {
    text-align: left;
}

.small_checkbox {
    position: relative;
    line-height: 15px;
    margin: 0;
}

    .small_checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .small_checkbox .checkbox-text {
        position: relative;
        padding: 0 0 0 20px;
        display: inline-block;
        width: 100%;
        min-height: 16px;
        line-height: normal;
        font-size: 12px;
        font-weight: 400;
    }

        .small_checkbox .checkbox-text:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0px;
            width: 15px;
            height: 15px;
            border: 1px solid #237BA0;
            border-radius: 4px;
        }

        .small_checkbox .checkbox-text:after {
            position: absolute;
            content: "";
            width: 10px;
            height: 5px;
            border-top: 1px solid #237BA0;
            border-right: 1px solid #237BA0;
            transform: rotate(135deg);
            left: 3px;
            top: 4px;
            opacity: 0
        }

    .small_checkbox input:checked + .checkbox-text:after {
        opacity: 1;
    }

.common-form .form-submit .submit-btn {
    /*height: 46px;
    padding: 0 10px; 
    line-height: 46px;*/
    font-size: 16px;
    width: 48%;
    display: block;
    border-radius: 5px;
}

.common-form .forgot-link {
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    line-height: 31px;
    color: #237BA0;
}

.login-register {
    display: inline-block;
    width: 100%;
    padding: 35px 0 0;
}

.register-box {
    min-height: 266px;
    background: rgba(35,123,160,0.07);
    border-radius: 10px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.08);
    padding: 25px 30px;
}

    .register-box h2 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 26px;
        line-height: 24px;
        color: #237BA0;
        font-weight: 600;
    }

    .register-box p {
        line-height: 31px;
        font-size: 16px;
        margin: 0;
    }

    .register-box .btn-box .btn {
        min-width: 163px;
        margin-right: 26px;
    }

        .register-box .btn-box .btn.reg_btn {
            min-width: 200px;
        }

    .register-box .btn-box {
        display: inline-block;
        width: 100%;
    }
    /*.register-box .btn-box:last-child .btn,
.register-box .btn-box:last-child .btn.reg_btn{
    margin-right:0;
}*/
    .register-box .register-text {
        min-height: 111px;
    }

/* register page */

.register-page {
    background: url(../images/shape-register.png) no-repeat;
    background-position: right bottom;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(243,250,255,0.65);
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    height: 42px;
    padding: 0 32px 0 12px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 40px;
        font-size: 16px;
        padding: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px;
        background: url(../images/down-arrow.png) no-repeat center center;
        width: 36px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #237BA0;
    color: #fff;
}

.select2:focus,
.select2 span:focus {
    outline: none;
}

.reg-selectbox {
    max-width: 278px;
}

.gender-selectbox {
    min-width: 136px;
    max-width: 136px;
}

.inline-group .form-group {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

.reg-form .form-group .form-control {
    max-width: 278px;
}

.reg-form .form-group {
    margin-bottom: 25px;
}

    .reg-form .form-group .form-label {
        padding-left: 0px;
        display: block;
    }

    .reg-form .form-group .form-control {
        font-size: 14px;
    }

.medium_checkbox {
    position: relative;
    line-height: 27px;
    margin: 0;
}

    .medium_checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .medium_checkbox .checkbox-text {
        position: relative;
        padding: 0 0 0 35px;
        display: inline-block;
        width: 100%;
        min-height: 26px;
        line-height: 27px;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

        .medium_checkbox .checkbox-text:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0px;
            width: 27px;
            height: 27px;
            border: 1px solid #237BA0;
            border-radius: 4px;
        }

        .medium_checkbox .checkbox-text:after {
            position: absolute;
            content: "";
            width: 14px;
            height: 7px;
            border-top: 2px solid #237BA0;
            border-right: 2px solid #237BA0;
            transform: rotate(135deg);
            left: 7px;
            top: 8px;
            opacity: 0;
        }

    .medium_checkbox input:checked + .checkbox-text:after {
        opacity: 1;
    }

.inline-checkbox .medium_checkbox {
    margin-right: 20px;
    margin-top: 10px;
}

.reg-form .form-group .form-control {
    display: inline-block;
    vertical-align: top;
}

.reg-form .form-group .find_btn {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    min-width: 160px;
    padding: 7px 10px;
}

.reg-form .group-border {
    border-bottom: 1px solid #D9D9D9;
    /*padding-bottom: 25px;*/
}

.reg-form .inline-group.group-border {
    margin-bottom: 25px;
}

.checkbox_blk .medium_checkbox {
    display: block;
    margin: 10px 0;
}

    .checkbox_blk .medium_checkbox .checkbox-text {
        text-decoration: underline;
        font-weight: 600;
    }
/*.form-submit .btn {
    max-width: 278px;
    width: 100%;
}*/
.address-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
}

    .address-group .form-group {
        margin-bottom: 20px;
    }

/* manual search */
.no-border {
    border: none;
}

.msearch-head .inner-title {
    margin-bottom: 20px;
}

    .msearch-head .inner-title p {
        color: #000;
    }

.manual-search-page {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
    position: relative;
}

.msearch-progress {
    height: 12px;
    background: #069046;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}


.msearch-body .msearch-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

    .msearch-body .msearch-item:last-child {
        margin-bottom: 0px;
    }

.search-title-section {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    cursor: pointer;
}

.msearch-body .msearch-item .msearch-box {
    display: none;
}

.msearch-body .msearch-item:first-child .msearch-box {
    display: block;
}

.search-title-section h3:before {
    position: absolute;
    content: "";
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 4px;
    transform: rotate(135deg);
}

.search-title-section.up h3:before {
    transform: rotate(-45deg);
    top: 10px;
}

.search-title-section h3 {
    margin: 0;
    font-size: 30px;
    color: #1E3557;
    font-weight: 600;
    position: relative;
    padding-right: 60px;
    padding-left: 20px;
}

.msearch-box {
    display: inline-block;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin: 15px 0 0;
}

.overlay-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 9;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
}

.overlay-box {
    position: relative;
}

.msearch-left-box {
    background: #FFFFF3;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    padding: 16px 19px 19px 17px;
}

    .msearch-left-box p {
        font-size: 12px;
        line-height: 23px;
    }

.msearch-box .msearch-row {
    margin-bottom: 35px;
}

    .msearch-box .msearch-row:last-child {
        margin-bottom: 0px;
    }

.msearch-col .from-three-col .form-group {
    padding-right: 20px;
    padding-left: 0;
}


.msearch-input {
    height: 46px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 14px;
    color: #000;
    /*background: rgba(243,250,255,0.56);*/
    background: #F3FAFF;
    width: 100%;
}

textarea.msearch-input {
    padding-top: 10px;
    min-height: 108px;
    resize: none;
}

.msearch-col-title h4 {
    font-size: 20px;
    color: #237BA0;
    font-weight: 600;
    margin: 5px 0 20px;
}

.msearch-col .from-three-col .form-group {
    margin-bottom: 20px;
}

.msearch-footer {
    text-align: right;
    margin-top: 40px;
}

    .msearch-footer .btn {
        margin-left: 20px;
        font-family: 'Roboto', sans-serif;
        min-width: 250px;
        font-weight: 500;
    }

.info-input {
    position: relative;
}

    .info-input input {
        padding-right: 42px;
    }

.tooltip-info .info-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    background: #ED1E8B;
    /*border-radius: 10px;*/
    border-radius: 0 10px 10px 0;
    color: #fff;
    z-index: 3;
    cursor: pointer;
}

.tooltip-info .tooltip-caption:before {
    position: absolute;
    right: 13px;
    top: -16px;
    content: "";
    border-width: 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ED1E8B;
}

.tooltip-info .tooltip-caption {
    position: absolute;
    right: 0;
    top: 100%;
    background: #ED1E8B;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 9;
    margin-top: 12px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

    .tooltip-info .tooltip-caption p {
        font-size: 12px;
        margin: 0;
    }

.tooltip-info .info-icon:hover + .tooltip-caption {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

/* thank you page */
.tk-page {
    display: inline-block;
    width: 100%;
    padding: 20px 0 120px;
    background: url(../images/tk-bg.png) no-repeat;
    background-size: 700px;
    background-position: bottom center;
}

    .tk-page .inner-title {
        margin-bottom: 25px;
    }

        .tk-page .inner-title h1 {
            line-height: 54px;
            margin: 0 0 10px;
        }

            .tk-page .inner-title h1 span {
                color: #73C5B7;
                display: block;
            }

.tk-btns .btn {
    font-size: 14px;
    max-width: 236px;
    width: 100%;
    /*font-weight: 500;*/
    font-family: 'Roboto', sans-serif;
    margin: 0px 10px;
    /*height: 48px;*/
    /*line-height: 48px;*/
}

.tk-btns {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}

.tk-content p {
    font-size: 14px;
    display: block;
    margin: 0 auto 10px;
    max-width: 670px;
}

    .tk-content p a {
        text-decoration: underline;
        color: #000DFF;
    }

.tk-content h4 {
    font-size: 18px;
    line-height: 31px;
    color: #000;
    margin: 0 0 30px;
}

.tk-content {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

.password-form {
    text-align: left;
    display: block;
    margin: 0 auto;
    max-width: 520px;
}

    .password-form .tk-btns {
        text-align: left;
        margin: 0;
    }

        .password-form .tk-btns .btn {
            margin-left: 0;
            border-radius: 5px;
        }

.common-form .form-submit .submit-btn {
    max-width: 236px;
}

.password-form .form-label {
    padding: 0 !important;
    margin-top: 10px;
}

.devider {
    margin: 0;
    display: block;
}

    .devider hr {
        margin: 50px 0;
        border-color: #ddd;
    }

/* sr page */
.sr-page {
    display: inline-block;
    width: 100%;
    padding: 40px 0 10px;
}

.sr-head {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

    .sr-head h1 {
        margin: 0 0 20px;
        color: #237BA0;
        font-size: 40px;
        font-weight: 600;
    }

        .sr-head h1 span {
            color: #6FC1B3;
        }

    .sr-head p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
        color: #000;
        font-weight: 500;
    }

    .sr-head ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
    }

        .sr-head ul li {
            display: inline-block;
            margin: 5px 3px;
        }

            .sr-head ul li a {
                background: #237BA0;
                color: #fff;
                height: 33px;
                display: inline-block;
                line-height: 33px;
                padding: 0 15px;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 500;
            }

/* sr  */
.sr-dropdown {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

    .sr-dropdown .srd-item {
        float: left;
        width: 20%;
        margin-left: -1px;
    }

.srd-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    background-size: 12px;
}

.srd-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 33px;
    font-size: 12px;
}

.srd-item .select2-container--default .select2-selection--single {
    background-color: #F2F2F2;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 35px;
    padding: 0 32px 0 12px;
}

.sr-label-list {
    display: inline-block;
    width: 100%;
}

    .sr-label-list .sr-checkbox {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }

        .sr-label-list .sr-checkbox input[type="checkbox"] {
            position: absolute;
            left: 0;
            visibility: hidden;
            opacity: 0;
            top: 0;
        }

        .sr-label-list .sr-checkbox .sr-text {
            background: #CBCBCB;
            color: #fff;
            font-weight: 500;
            padding: 5px 12px 6px;
            display: inline-block;
            border-radius: 5px;
            font-size: 12px;
        }

        .sr-label-list .sr-checkbox input:checked + .sr-text {
            background: #ED1E8B;
        }

.sr-content-section h2 {
    font-size: 40px;
    color: #237BA0;
    margin: 0 0 20px;
    font-weight: 600;
}


.search-list {
    display: inline-block;
    width: 100%;
    padding: 30px 0 50px;
}

    .search-list .search-r-item {
        display: inline-block;
        float: left;
        margin: 30px 0px;
        width: 48.33%;
        font-family: 'Roboto', sans-serif;
        padding-right: 10px;
    }

        .search-list .search-r-item .search-r-box {
            position: relative;
            display: inline-block;
            width: 100%;
            padding-left: 140px;
            padding-top: 0px;
        }

.search-r-box .exp {
    display: block;
    color: #237BA0;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 4px;
}

.search-r-box h4 {
    font-size: 30px;
    color: #000;
    margin: 0 0 1px;
    font-weight: 700;
}

.search-r-box p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    margin-top: 15px;
    color: #000;
}

    .search-r-box p b {
        font-weight: 700;
    }

.search-r-box .search-profile {
    position: absolute;
    width: 123px;
    height: 123px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
}

.search-r-box .wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .search-r-box .wishlist .fa-heart-o {
        color: #fff;
        font-size: 24px;
    }

.search-r-default.search-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    /*height: 135%;*/
    transform: translate(-50%, -50%);
    background: #237BA0;
    z-index: 1;
    padding-left: 160px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    opacity: 0;
}

.search-r-box:hover .search-r-default.search-hover {
    opacity: 1;
    z-index: 9
}

.search-r-box .search-hover .search-profile {
    left: 20px;
    top: 20px;
    border-color: #f5f5f5;
}

.search-r-box .search-hover .exp {
    color: #fff;
    font-size: 14px;
}

.search-r-box .search-hover p {
    color: #fff;
    font-size: 14px;
}

.search-r-box .search-hover h4 {
    color: #fff;
    font-size: 30px;
}

.sr-btn {
    display: inline-block;
    margin: 15px 0 20px;
}

    .sr-btn .w_btn {
        background: #fff;
        padding: 7px 20px;
        border-radius: 5px;
        font-size: 13px;
        margin-right: 10px;
        margin-top: 6px;
    }

.sr-content-section.sr-close-match h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin: 0;
}

.sr-close-match .search-r-box .exp {
    color: #303481;
}

.sr-close-match .search-r-box .search-hover .exp {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    padding-bottom: 11px;
}

.sr-pagination {
    display: inline-block;
    /*width: 100%;*/
    /*border-top: 1px solid #d9d9d9;*/
    padding: 15px 0 0;
    margin: 0px 0 0;
    text-align: center;
}

    .sr-pagination.d_center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sr-pagination.right {
        float: right;
    }

    .sr-pagination .peg-nav {
        list-style-type: none;
        padding: 0px;
        margin: 0px 10px;
        display: inline-block;
    }

        .sr-pagination .peg-nav li {
            display: inline-block;
            margin: 6px 0px;
        }

            .sr-pagination .peg-nav li a,
            .sr-pagination .peg-nav li input,
            .sr-pagination .peg-nav li span {
                color: #000;
                background: #fff;
                padding: 7px 13px;
                border-radius: 5px;
                display: inline-block;
                font-size: 12px;
                border: none;
            }

    .sr-pagination .left-arrow img {
        margin-right: 10px;
    }

    .sr-pagination .right-arrow img {
        margin-left: 10px;
    }

    .sr-pagination .left-arrow,
    .sr-pagination .right-arrow {
        background: #6FC1B3;
        float: left;
        color: #fff;
        font-size: 12px;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    .sr-pagination .right-arrow {
        float: right;
    }

    .sr-pagination .peg-nav li a:hover,
    .sr-pagination .peg-nav li span:hover,
    .sr-pagination .peg-nav li input:hover,
    .sr-pagination .peg-nav li input.active,
    .sr-pagination .peg-nav li.active span {
        background: #6fc1b3;
        color: #fff;
    }

/* carer-profile  */
.carer-profile-page {
    display: inline-block;
    width: 100%;
    padding: 70px 0 0;
}

.carer-prf-head {
    display: table;
    width: 100%;
}

    .carer-prf-head .cp-left {
        width: 210px;
        display: table-cell;
        vertical-align: middle;
    }

    .carer-prf-head .cp-right {
        display: table-cell;
        vertical-align: middle;
    }

.cp-left .cp-img {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 50%;
}



.cp-profile-text {
    display: inline-block;
    width: 60%;
}

    .cp-profile-text h3 {
        margin: 0 0 5px;
        font-size: 40px;
        font-weight: 600;
        color: #237BA0;
    }

    .cp-profile-text ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: inline-block;
        width: 100%;
    }

        .cp-profile-text ul li {
            float: left;
            width: 50%;
            margin-top: 20px;
            color: #237BA0;
            font-size: 14px;
        }

            .cp-profile-text ul li b {
                font-weight: 600;
                color: #000;
                margin-right: 4px;
            }

            .cp-profile-text ul li:nth-child(2n+1) {
                clear: both;
            }

.cp-profile-more {
    float: right;
    width: 40%;
    text-align: right;
}

.cp-share {
    padding: 0;
    margin: 20px 0 28px;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

    .cp-share li {
        display: inline-block;
        margin-left: 20px;
    }

        .cp-share li a {
            color: #8D8D8D;
            font-size: 14px;
            line-height: 31px;
        }

            .cp-share li a i.fa {
                font-size: 24px;
                color: #000;
            }

            .cp-share li a span {
                margin-right: 15px;
            }


.cp-btn .btn {
    min-width: 163px;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    /*height: 46px;
    line-height: 44px;*/
    font-weight: 500;
    margin-left: 15px;
}

    .cp-btn .btn:first-child {
        background: #6FC1B3;
    }


.carer-profile-content {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
}

    .carer-profile-content .crp-col {
        margin: 0 0 40px;
    }

    .carer-profile-content h3 {
        font-size: 30px;
        margin: 0 0 20px;
        color: #237BA0;
        font-weight: 600;
    }

.crp-box {
    background: #F4FFFD;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 30px;
}

.certificate-img img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.crp-exp .exp-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.exp-list .exp-item p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #000;
}

    .exp-list .exp-item p b {
        font-weight: 700;
    }

.exp-list .exp-item h4 {
    color: #237BA0;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
}

.exp-list .exp-item {
    position: relative;
    padding: 0 0 26px 40px;
    display: block;
    width: 100%;
}

.exp-item:last-child {
    padding-bottom: 0;
}


.exp-list .exp-item:after {
    position: absolute;
    content: "";
    left: 8px;
    width: 2px;
    top: 4px;
    background: #237BA0;
    bottom: 0;
}

.exp-list .exp-item:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: #237BA0;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.exp-list .exp-item:last-child:after {
    display: none;
}

.crp-review {
    display: inline-block;
    width: 100%;
}

.crp-ritem {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 90px;
    margin: 0 0 20px;
}

    .crp-ritem:last-child {
        margin: 0;
    }

    .crp-ritem .rvw-profile {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: 1px solid #d2d2d2;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

    .crp-ritem .rvw-info h4 {
        font-size: 18px;
        margin: 0 0 0px;
        font-weight: 700;
        color: #000;
    }

    .crp-ritem .rvw-info .rvw_date {
        color: #000;
        font-size: 11px;
        display: inline-block;
        margin: 0 0 14px;
    }

    .crp-ritem .rvw-info .rvw-rating {
        display: inline-block;
        float: right;
        margin-top: -20px;
    }

    .crp-ritem .rvw-info p {
        font-size: 12px;
        line-height: 18px;
        color: #000;
        margin: 0px;
    }

    .crp-ritem .rvw-info a {
        color: #237BA0;
        font-weight: 500;
        font-size: 12px;
    }

.crp-col .view_all.btn {
    /*line-height: 33px;
    height: 33px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 20px;
}

.crp-box.crp-map {
    /*min-height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;*/
    padding: 0;
}


/****************************************
 after loging css 
*****************************************/
.main-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 50px;
    background: transparent linear-gradient(180deg, #237BA0 0%, #033043 100%) 0% 0% no-repeat;
    border-radius: 40px;
    width: 258px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px;
}

    .main-sidebar:not(.mCustomScrollbar) {
        padding: 50px 0px;
    }

    .main-sidebar .mCustomScrollBox .mCSB_container {
        padding: 50px 0px 0;
    }

    .main-sidebar .minimize-btn {
        position: absolute;
        left: 15px;
        top: 10px;
        cursor: pointer;
        color: #A8CBD9;
        font-size: 10px;
    }

        .main-sidebar .minimize-btn.change {
            left: 14px;
            top: 8px;
        }

.minimize-sidebar .main-sidebar .minimize-btn.change img {
    margin: 0 auto 6px;
}

.main-sidebar .minimize-btn span {
    text-decoration: underline;
}

.minimize-btn img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.sidebar-logo {
    display: block;
    margin: 10px 0 10px;
    text-align: center;
}

    .sidebar-logo img {
        max-width: 136px;
    }

.sidebar-profile {
    display: block;
    text-align: center;
    margin: 0 0 10px;
}

    .sidebar-profile .profile-img {
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto;
        background-size: cover;
        background-position: top center;
        border: 2px solid #fff;
        border-radius: 50%;
        background-repeat: no-repeat;
    }

    .sidebar-profile h5 {
        color: #fff;
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 24px;
        font-weight: 600;
    }

    .sidebar-profile .logout {
        color: #A8CBD9;
        text-decoration: underline;
        font-size: 10px;
    }

.main-nav {
    display: inline-block;
    width: 100%;
}

    .main-nav ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        list-style-type: none;
    }

        .main-nav ul li {
            display: inline-block;
            width: 100%;
            padding: 8px 15px 8px 27px;
            position: relative;
        }

            .main-nav ul li:hover {
                background: #fff;
            }
            /* .main-nav ul li:before{position: absolute; content: ""; left: -1px; top:50%; transform:translateY(-50%); width: 34px; height:116px; background: url(../images/shap2.png) no-repeat; background-size: 100% 100%;  opacity: 0;} */
            .main-nav ul li:after {
                position: absolute;
                content: "";
                right: -1px;
                top: 50%;
                transform: translateY(-50%);
                width: 34px;
                height: 116px;
                background: url(../images/shap1.png) no-repeat;
                background-size: 100% 100%;
                opacity: 0;
            }
            /* .main-nav ul li:hover:before{opacity: 1;} */
            .main-nav ul li:hover:after {
                opacity: 1;
            }

            .main-nav ul li a {
                position: relative;
                padding: 0 0 0 43px;
                min-height: 25px;
                white-space: nowrap;
                line-height: 36px;
                color: #fff;
                display: inline-block;
                width: 100%;
                font-size: 14px;
            }

                .main-nav ul li a .icon {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    text-align: center;
                    width: 26px;
                    height: 26px;
                }
                /* .main-nav ul li a .icon-home{background: url(../images/home.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}

.main-nav ul li a .icon-community{background: url(../images/chat.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-cc{background: url(../images/community.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-report{background: url(../images/reports.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-help{background: url(../images/help.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-account{background: url(../images/my-account.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-share{background: url(../images/share.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-privacy{background: url(../images/lock.svg) no-repeat; background-size: 26px;background-position: 0 -26px;}
.main-nav ul li a .icon-download{background: url(../images/download.svg) no-repeat; background-size: 26px;background-position: 0 -26px;} */


                .main-nav ul li a .icon-home {
                    background: url(../images/home.svg) no-repeat;
                }

                .main-nav ul li a .icon-community {
                    background: url(../images/chat.svg) no-repeat;
                }

                .main-nav ul li a .icon-cc {
                    background: url(../images/community.svg) no-repeat;
                }

                .main-nav ul li a .icon-report {
                    background: url(../images/reports.svg) no-repeat;
                }

                .main-nav ul li a .icon-help {
                    background: url(../images/help.svg) no-repeat;
                }

                .main-nav ul li a .icon-account {
                    background: url(../images/my-account.svg) no-repeat;
                }

                .main-nav ul li a .icon-share {
                    background: url(../images/share.svg) no-repeat;
                }

                .main-nav ul li a .icon-privacy {
                    background: url(../images/lock.svg) no-repeat;
                }

                .main-nav ul li a .icon-download {
                    background: url(../images/download.svg) no-repeat;
                }

                .main-nav ul li a .icon-client {
                    background: url(../images/clients-w.png) no-repeat;
                }

                .main-nav ul li a .icon-rota {
                    background: url(../images/rota-w.png) no-repeat;
                }

                .main-nav ul li a .icon-earning {
                    background: url(../images/earning-w.png) no-repeat;
                }

                .main-nav ul li a .icon-oppertunities {
                    background: url(../images/oppertunity-w.png) no-repeat;
                }



            .main-nav ul li:hover a .icon {
                background-position: 0 0
            }

            .main-nav ul li a .icon img {
                display: block;
            }

            .main-nav ul li a .icon .icon-black {
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                z-index: 1;
            }

            .main-nav ul li:hover a {
                color: #000;
            }

                .main-nav ul li:hover a .icon .icon-black {
                    opacity: 1;
                }

.custom_sidebar .main-nav ul li a .icon.png_icon {
    background-position: center;
}

.main-nav ul li.active a .icon.icon-oppertunities,
.main-nav ul li:hover a .icon.icon-oppertunities,
.main-nav ul li:hover a .icon.icon-rota,
.main-nav ul li.active a .icon.icon-rota,
.main-nav ul li:hover a .icon.icon-earning,
.main-nav ul li.active a .icon.icon-earning,
.main-nav ul li.active a .icon.icon-client,
.main-nav ul li:hover a .icon.icon-client {
    background: url(../images/clients-b.png) no-repeat;
    background-size: 100% !important;
}

.main-nav ul li.active a .icon.icon-oppertunities,
.main-nav ul li:hover a .icon.icon-oppertunities {
    background: url(../images/oppertunity-b.png) no-repeat;
    width: 17px;
}

.main-nav ul li.active a .icon.icon-rota,
.main-nav ul li:hover a .icon.icon-rota {
    background: url(../images/rota-b.png) no-repeat;
    background-position: center;
}

.main-nav ul li.active a .icon.icon-earning,
.main-nav ul li:hover a .icon.icon-earning {
    background: url(../images/earning-b.png) no-repeat;
}
/* minimize sidebar*/
/*.minimize-sidebar .sidebar-logo {
    display: none;
}*/
.minimize-sidebar .sidebar-profile {
    display: none;
}

.minimize-sidebar .main-sidebar {
    width: 84px;
}

.minimize-sidebar .main-nav {
    margin-top: 20px;
}
/*.minimize-sidebar .main-nav ul li{padding-left: 27px;}*/

.minimize-sidebar .main-sidebar .minimize-btn img {
    display: block;
    margin: 0 auto 10px;
    transform: rotateY(180deg);
}

.minimize-sidebar .main-nav ul li:before,
/* .minimize-sidebar .main-nav ul li:after{display: none;} */
.login-body {
    padding-left: 258px;
    padding-bottom: 60px;
}

.minimize-sidebar {
    padding-left: 84px;
}

    .minimize-sidebar .main-nav ul li a {
        color: transparent !important;
    }
/* header*/
.page-wrapper {
    display: block;
    position: relative;
}

.login-header {
    position: fixed;
    left: 258px;
    top: 0;
    right: 0px;
    background: #7CB342;
    border-radius: 20px;
    padding-right: 40px;
    z-index: 98;
}

.header-nav {
    display: inline-block;
}

.header-link {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
}

    .header-link > li {
        display: inline-block;
        position: relative;
    }

        .header-link > li a {
            color: #fff;
            display: inline-block;
            padding: 25px 10px;
            font-size: 12px;
        }

        .header-link > li:hover {
            background: #fff;
        }

        .header-link > li:before {
            position: absolute;
            content: "";
            background-image: url(../images/h-menu-left.png);
            left: -17px;
            top: 0px;
            width: 18px;
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            opacity: 0;
            height: 100%;
        }

        .header-link > li:after {
            position: absolute;
            content: "";
            background-image: url(../images/h-menu-right.png);
            right: -17px;
            top: 0px;
            width: 18px;
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            opacity: 0;
            height: 100%;
        }

        .header-link > li:hover:after,
        .header-link > li:hover:before {
            opacity: 1;
        }

        .header-link > li:hover a {
            color: #000;
        }

.header-profile > a .hp-img {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.header-profile {
    display: inline-block;
    float: right;
}

    .header-profile > a {
        color: #fff;
        white-space: nowrap;
        /*padding: 11px 25px 12px 40px;*/
        padding: 11px 25px 12px 30px;
        display: inline-block;
        font-size: 12px;
        position: relative;
    }

        .header-profile > a .hp-img {
            width: 40px;
            height: 40px;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            border: 1px solid;
            border-radius: 50%;
        }

        .header-profile > a:before {
            position: absolute;
            content: "";
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent;
            right: 0;
            top: 50%;
            margin-top: -3px;
        }
/* .dropdown-menu {
right: 0;
left: auto;
padding: 15px;
} */

.color-toggle {
    display: block;
    width: 20px;
    position: absolute;
    right: 0;
    top: 14px;
}

    .color-toggle span {
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        display: block;
        margin: 4px 0px;
    }

.header-color {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

    .header-color .color-block {
        right: 10px;
        left: auto;
    }



/* footer */

.login-footer {
    background: #033043;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 98;
    width: 100%;
    padding: 21px 40px 21px 258px;
}

.minimize-sidebar .login-footer {
    padding-left: 84px;
}

.login-footer ul li a {
    color: #fff;
    line-height: 12px;
}

.login-footer ul li {
    display: inline-block;
    color: #fff;
    padding: 0px;
    line-height: 12px;
    font-size: 12px;
}

.login-footer ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.login-footer .footer-nav {
    display: inline-block;
}

.login-footer .footer-copyright {
    display: inline-block;
    float: right;
}

.login-footer ul li a {
    color: #fff;
}

.login-footer .footer-nav ul li {
    margin: 0 20px;
}

    .login-footer .footer-nav ul li a {
        text-decoration: underline;
    }

    .login-footer .footer-nav ul li:first-child a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

.login-footer .footer-copyright ul li:last-child {
    border-left: 1px solid #00C4BB;
    padding-left: 10px;
    margin-left: 6px;
}

.login-footer .footer-copyright ul li a {
    display: inline-block;
    color: #00C4BB;
}

/*  content page */
.msg-box {
    background: rgba(232,248,255,0.34);
    border: 1px solid #B9B9B9;
    position: relative;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 220px 20px 30px;
    border-radius: 7px;
}

    .msg-box p {
        display: inline-block;
        margin: 0px 0 0;
        font-size: 18px;
    }

        .msg-box p a {
            color: #0056FF;
            text-decoration: underline;
        }

.login-page-wrapper .btn {
    background: #6FC1B3;
    font-family: 'Roboto', sans-serif;
    /*height: 48px;
line-height: 48px;
padding: 0 15px;*/
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /*border-radius: 15px;*/
    border-radius: 5px;
}

.msg-box .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.chub-section {
    display: inline-block;
    width: 100%;
    padding: 40px;
}


.carer-account-list {
    display: block;
    padding: 25px 0px;
    margin: 0 -15px;
}

    .carer-account-list:before, .carer-account-list:after {
        display: table;
        content: "";
        clear: both;
    }

    .carer-account-list .caccount-item {
        float: left;
        width: 25%;
        margin-bottom: 30px;
        padding: 0 15px;
    }

.caccount-box {
    background: #7CB342;
    /* display: inline-block; */
    /* width: 100%; */
    min-height: 221px;
    border-radius: 7px;
    padding: 30px 20px 20px;
    position: relative;
}

.ca-profile {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}

.caccount-box .ca-small {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.caccount-box h4 {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 30px;
    word-break: break-word;
}

.ca-btn a span {
    margin-top: -20px;
    display: inline-block;
    color: #7CB342;
    background: #fff;
    font-size: 13px;
}

.ca-btn a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .ca-btn a sup {
        font-size: 13px;
        background: #fff;
        color: #7CB342;
        padding: 0 2px;
        border-radius: 5px;
        margin-left: 4px;
        top: -7px;
    }

.ca-btn {
    display: inline-block;
    width: 100%;
}

.ca-view-btn {
    background: #fff;
    color: #7B9598;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    /*margin-top: 20px;*/
    margin-top: 7px;
}

.ca-add-item h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}

.care-record-section {
    display: inline-block;
    width: 100%;
    padding: 40px;
}

    .care-record-section h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px;
        display: inline-block;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px;
    }


/**/
.common-padding {
    display: inline-block;
    width: 100%;
    padding: 40px;
    /*padding: 20px;*/
}

.caf-list {
    display: inline-block;
    width: 100%;
}

    .caf-list .caf-item {
        float: left;
        margin-bottom: 15px;
        padding-right: 40px;
    }

        .caf-list .caf-item .caf-box {
            display: block;
            background: #117AB7;
            min-width: 262px;
            min-height: 1px;
            text-align: center;
            color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
        }

        .caf-list .caf-item:nth-child(2n) .caf-box {
            background: #5DBD7D;
        }

        .caf-list .caf-item .caf-box img {
            margin-top: 8px;
        }

        .caf-list .caf-item .caf-box h4 {
            font-weight: 500;
            color: #fff;
            margin: 25px 0 10px;
            font-size: 18px;
        }

.pp-list {
    display: inline-block;
    width: 100%;
}

    .pp-list .pp-item {
        float: left;
        margin-bottom: 40px;
        padding-right: 40px;
    }

        .pp-list .pp-item .pp-box {
            display: block;
            background: #EF3496;
            min-width: 262px;
            min-height: 1px;
            text-align: center;
            color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
        }

        .pp-list .pp-item:nth-child(2) .pp-box {
            background: #619EB8;
        }

        .pp-list .pp-item:nth-child(3) .pp-box {
            background: #725E86;
        }

        .pp-list .pp-item .pp-box img {
            margin-top: 8px;
        }

        .pp-list .pp-item .pp-box h4 {
            font-weight: 500;
            color: #fff;
            margin: 25px 0 10px;
            font-size: 18px;
        }

.pp-title {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
}

    .pp-title h1 {
        margin: 0;
        padding: 0 0 20px;
        border-bottom: 2px solid #ececec;
        color: #1E3557;
        font-size: 33px;
        font-weight: 600;
    }

/* communicate page */
.cc-event-page {
    display: inline-block;
    width: 100%;
    padding: 40px;
    /*padding: 10px 50px 30px;*/
}

    .cc-event-page .cce-top {
        display: inline-block;
        width: 100%;
    }

        .cc-event-page .cce-top a {
            color: #237BA0;
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            position: relative;
            padding: 0 0 0 12px;
            text-transform: uppercase;
        }

            .cc-event-page .cce-top a:before {
                position: absolute;
                content: "";
                left: 2px;
                top: 5px;
                border-top: 2px solid;
                border-right: 2px solid;
                transform: rotate(-135deg);
                width: 8px;
                height: 8px;
            }

.ccetitle {
    display: inline-block;
    width: 100%;
    margin: 12px 0 30px;
    border-bottom: 2px solid #eee;
    padding: 0 0 20px;
}

    .ccetitle h1 {
        margin: 0;
        font-size: 33px;
        font-weight: 600;
        color: #1E3557;
    }

        .ccetitle h1 span {
            color: #71C4B6;
        }

.cce-latest {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

    .cce-latest p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .cce-latest a {
        color: #237BA0;
        text-decoration: underline;
    }

.cce-list {
    display: inline-block;
    width: 100%;
    max-width: 1300px;
}

    .cce-list .cce-item {
        float: left;
        width: 50%;
        margin-bottom: 30px;
        padding-right: 50px;
    }

        .cce-list .cce-item .cce-box {
            border: 1px solid #d1d1d1;
            display: inline-block;
            padding: 20px;
            box-shadow: 3px 3px 7px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }

        .cce-list .cce-item .cce-img {
            width: 30%;
            float: left;
        }

        .cce-list .cce-item .cce-info {
            float: left;
            width: 70%;
            padding: 0 0 0 15px;
        }

        .cce-list .cce-item .cce-img .cce-bg {
            display: block;
            min-height: 130px;
            border-radius: 10px;
            background-size: cover;
            background-position: top center;
        }

.cce-info h4 {
    margin: 4px 0 5px;
    font-size: 16px;
    color: #237BA0;
    font-weight: 600;
    line-height: 21px;
}

.cce-info .date {
    color: #ED1E8B;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 5px;
}

.cce-info p {
    font-size: 12px;
    line-height: 21px;
    color: #434343;
}

.r_more {
    color: #237BA0;
    text-decoration: underline;
    font-size: 12px;
}

.cce-loader img {
    max-width: 80px;
}

.cce-loader {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}


.print-share {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .print-share > li {
        display: block;
        position: relative;
        margin: 0 0 10px;
    }

        .print-share > li > a {
            background: #6fc1b3;
            color: #fff;
            font-size: 18px;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            display: inline-block;
            border-radius: 50%;
        }

    .print-share .b-share .share-social {
        position: absolute;
        left: 0;
        top: 45px;
        width: 35px;
        height: auto;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .print-share .b-share .share-social > li {
            display: block;
            margin: 0 0 10px;
            transform: scaleY(0);
            transition: all 0.3s ease-in-out 0s;
            height: 0px;
        }

    .print-share .b-share.on .share-social > li {
        transform: scaleY(1);
        height: 45px;
    }

    .print-share .b-share .share-social > li > a {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: #e3e4e4;
        text-align: center;
        border-radius: 50%;
        line-height: 35px;
        color: #000;
        font-size: 18px;
    }

.b-share .share-social > li > a:hover {
    background: #0170bc;
    color: #fff;
}

.print-share > li > a {
    position: relative;
}

    .print-share > li > a:before,
    .print-share > li > a:after {
        position: absolute;
        content: "";
        width: 20px;
        left: 7px;
        top: 17px;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    .print-share > li > a:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.print-share .b-share.on a:before,
.print-share .b-share.on a:after {
    opacity: 1;
}

.print-share > li > a img {
    margin-left: -3px;
    margin-top: -2px;
}

.print-share .b-share.on a {
    background: #0170bc;
}

    .print-share .b-share.on a img {
        opacity: 0;
    }

.print-share .b-share.on > a > i {
    opacity: 0;
}

.print-share .b-share .share-social > li > a:hover {
    background: #0170bc;
    color: #fff;
}

.print-share > li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #6FC1B3;
    margin-left: 10px;
}

.cce-detail {
    max-width: 830px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.cce-detail-page .print-share {
    position: absolute;
    right: 0;
    top: 0;
}

.print-share {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cce-detail-page {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    position: relative;
    padding-right: 120px;
}

    .cce-detail-page h4 {
        margin: 0px 0 7px;
        font-size: 20px;
        color: #237BA0;
        font-weight: 600;
        line-height: 21px;
    }

    .cce-detail-page .date {
        color: #ED1E8B;
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 7px;
    }

    .cce-detail-page p {
        font-size: 13px;
        line-height: 31px;
        color: #434343;
    }

    .cce-detail-page .back_all {
        background: #6FC1B3;
        color: #fff;
        margin-top: 40px;
        padding: 0px 45px;
        border-radius: 15px;
        height: 34px;
        line-height: 34px;
        display: inline-block;
    }

.cce-banner img {
    border-radius: 15px;
}

.cc-event-news:before, .cc-event-news:after {
    display: table;
    content: "";
    clear: both;
}

.cc-event-news {
    display: block;
    width: 100%;
    max-width: 1300px;
    position: relative;
    padding-bottom: 40px;
}

    .cc-event-news:before {
        position: absolute;
        content: "";
        left: 50%;
        top: -20px;
        width: 2px;
        bottom: 0;
        background: #eee;
        margin-left: -25px;
    }

    .cc-event-news .cc-event-item {
        float: left;
        width: 50%;
        padding-right: 50px;
    }

        .cc-event-news .cc-event-item .cce-item {
            width: 100%;
            padding: 0px;
        }

.cc-event-page.pd-0 {
    padding-bottom: 0px;
}

.cc-event-news .view_more {
    background: #6FC1B3;
    color: #fff;
    margin-top: 0px;
    padding: 0px 45px;
    border-radius: 15px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}


.current-account-block {
    display: inline-block;
    width: 100%;
    max-width: 1300px;
}

.current-title {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

    .current-title h1 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        padding-bottom: 10px;
        border-bottom: 2px solid #eee;
    }

.current-account-list {
    display: inline-block;
    width: 100%;
}

    .current-account-list .current-account-item {
        display: inline-block;
        width: 100%;
        position: relative;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px 15px;
        margin-bottom: 40px;
    }

        .current-account-list .current-account-item:last-child {
            margin-bottom: 16px;
        }

        .current-account-list .current-account-item:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: -15px;
            width: 100%;
            height: 1px;
            background: #f2f2f2;
        }

        .current-account-list .current-account-item:hover:before {
            display: none;
        }

        .current-account-list .current-account-item:last-child:before {
            display: none;
        }

        .current-account-list .current-account-item:hover {
            border: 1px solid #F2F2F2;
            box-shadow: 0 0 14px rgba(0,0,0,0.2);
        }

.cca-head {
    display: inline-block;
    width: 100%;
}

.cca-profile {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 60px;
}

    .cca-profile .cca-p-bg {
        width: 52px;
        height: 52px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .cca-profile h4 {
        margin: 0;
        font-weight: 700;
        font-size: 27px;
        line-height: 54px;
        font-family: 'Roboto', sans-serif;
    }

.cca-profile-info {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px
}

    .cca-profile-info ul {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .cca-profile-info ul li {
            display: inline-block;
            margin-right: 20px;
        }

            .cca-profile-info ul li sup {
                width: 6px;
                height: 6px;
                background: #03C028;
                border-radius: 50%;
                display: inline-block;
                top: -10px;
            }

            .cca-profile-info ul li .green {
                background: #03C028;
            }

            .cca-profile-info ul li .yellow {
                background: #EDCA00;
            }

            .cca-profile-info ul li .red {
                background: #C00303;
            }


.cca-body {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.cca-btns {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: table;
}

    .cca-btns li {
        /*display: table-cell;*/
        display: inline-block;
        margin-bottom: 5px;
        padding-right: 10px;
    }

        .cca-btns li a {
            background: #237BA0;
            color: #fff;
            padding: 10px 15px;
            border-radius: 5px;
            display: inline-block;
            font-size: 12px;
            cursor: pointer;
        }

        .cca-btns li:last-child a {
            background: #6FC1B3;
        }

.current-fav-block {
    max-width: 700px;
}

    .current-fav-block .cca-btns li .send_btn {
        background: #0F7F3A;
    }

    .current-fav-block .cca-btns li .remove_btn {
        background: #D10A0A;
    }

.carer-ji-block .cca-btns li .cancel_btn {
    background: #D10A0A;
}


.carer-jov-inv {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

    .carer-jov-inv .cji-item {
        float: left;
        width: 55%;
        padding-right: 100px;
    }

        .carer-jov-inv .cji-item:last-child {
            width: 45%;
        }

.cji-inv-text {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

    .cji-work p,
    .cji-inv-text p {
        margin: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

.cji-video {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
/* user report */
.user-report-list .pp-item .pp-box {
    background: #9685A2 !important;
}

.user-report-list .pp-item:nth-child(n + 4) ~ .pp-item .pp-box {
    background: #5F4B74 !important;
}

.user-report-list .pp-item:nth-child(n + 8) ~ .pp-item .pp-box {
    background: #321D48 !important;
}

.pp-contact .form-control {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    /*background:rgba(243,250,255,0.56);*/
    background: #F3FAFF;
    border-radius: 10px;
    border: 1px solid #B9B9B9 !important;
}

.pp-contact .section-title h2 {
    font-size: 24px;
}

.pp-contact .contact-form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    max-width: 750px;
    margin-bottom: 30px;
}

.pp-contact .form-submit .btn {
    max-width: 228px;
    width: 100%;
    background: #237BA0;
    /*border-radius: 15px;*/
    text-transform: uppercase;
}

.back-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

    .back-top a:before {
        position: absolute;
        content: "";
        left: 2px;
        top: 5px;
        border-top: 2px solid;
        border-right: 2px solid;
        transform: rotate(-135deg);
        width: 8px;
        height: 8px;
    }

    .back-top a {
        color: #237BA0;
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        position: relative;
        padding: 0 0 0 12px;
        text-transform: uppercase;
    }

.pp-contact .checkbox {
    line-height: 1;
}

    .pp-contact .checkbox .checkbox-text:before {
        left: 0;
        top: -3px;
        width: 25px;
        height: 25px;
        border: 1px solid #b9b9b9;
        background: rgba(243,250,255,0.56);
        border-radius: 6px;
    }

    .pp-contact .checkbox .checkbox-text {
        position: relative;
        padding: 0 0 0 35px;
        display: inline-block;
        width: 100%;
        min-height: 30px;
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
    }

        .pp-contact .checkbox .checkbox-text:after {
            width: 13px;
            height: 7px;
            left: 6px;
            top: 4px;
        }

.cst-content p {
    font-size: 16px;
    color: #000;
    line-height: 31px;
    margin: 0 0 30px;
}

.cst-content {
    display: inline-block;
    width: 100%;
    max-width: 1120px;
}

/**/
.app-link-section {
    display: inline-block;
    width: 100%;
    max-width: 700px;
}

    .app-link-section p {
        font-size: 16px;
        line-height: 31px;
        color: #000;
    }

.app-links {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .app-links .app-banner {
        float: left;
        width: 40%;
        padding-right: 15px;
    }

    .app-links .app-store-list {
        float: left;
        width: 60%;
        text-align: center;
        padding-top: 40px;
    }

        .app-links .app-store-list p {
            font-size: 12px;
            color: #999;
        }

.app-store-item {
    display: table;
    width: 100%;
    max-width: 310px;
    margin: 0 auto 30px;
}

    .app-store-item .app-link {
        display: table-cell;
        vertical-align: middle;
        padding-right: 0;
        text-align: center;
        color: #999;
        font-size: 12px;
    }

        .app-store-item .app-link img {
            display: block;
            margin: 0 auto;
        }

    .app-store-item .qr-code {
        display: table-cell;
        vertical-align: middle;
    }

.mb0 {
    margin-bottom: 0 !important;
}

.cbp-form.common-form .form-group .form-label {
    padding-left: 0;
    font-size: 12px;
}

.cbp-form.common-form .form-control {
    font-size: 14px;
    min-width: 230px;
    background: #fff;
}

.cbp-form.common-form .cbp-number .form-control {
    min-width: 208px;
}

.cbp-form.common-form .form-submit .btn {
    max-width: 150px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cbp-form.common-form .form-submit .blank_btn {
    background: transparent;
    color: #666;
    max-width: 70px;
    padding: 0;
}

.cbp-form .checkbox_blk .medium_checkbox .checkbox-text {
    text-decoration: none;
}

.cbp-form .select2-container--default .select2-selection--single {
    background-color: transparent;
}

    .cbp-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

.cbp-head1:before,
.cbp-head h4:before {
    position: absolute;
    content: "";
    border-width: 8px;
    border-color: #000 transparent transparent;
    border-style: solid;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.cbp-head1.up:before,
.cbp-head.up h4:before {
    border-color: transparent transparent #000;
    margin-top: -12px;
}


.cbp-head1,
.cbp-head h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.cbp-list .cbp-item .cbp-head1,
.cbp-list .cbp-item .cbp-head {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    margin: 0px;
    cursor: pointer;
}

    .cbp-list .cbp-item .cbp-head:hover {
        background: #F7F3FF;
    }

    .cbp-list .cbp-item .cbp-head.up {
        background: #fff;
    }

.cbp-list .cbp-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0;
}

    .cbp-list .cbp-item .cbp-content {
        /*display: none;*/
        padding: 0 30px;
        width: 100%;
        /*padding-left: 30px;*/
    }

    .cbp-list .cbp-item:first-child .cbp-content {
        display: block;
    }

.client-becky-profile {
    display: inline-block;
    width: 100%;
    /*max-width: 820px;*/
    padding-bottom: 25px;
}


.cbp-request {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .cbp-request h4 {
        margin: 0 0 20px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

    .cbp-request .cbp-text p {
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .cbp-request .cbp-text .btn {
        background: #ED1E8B;
        /*height: 42px;
    line-height: 42px;*/
        width: 100%;
        max-width: 208px;
        margin-top: 50px;
        border-radius: 15px;
    }

.user-account-head h4 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #1E3557;
    font-size: 33px;
    line-height: normal;
    font-weight: 600;
}

.user-account-form.common-form .form-group .form-label {
    padding: 0;
    display: block;
}

.user-account-form {
    display: inline-block;
    padding: 20px 0 0;
    /*max-width: 780px;*/
}

    .user-account-form.common-form .form-control {
        min-width: 278px;
    }

    .user-account-form .group-border {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 25px;
    }

.group-border {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 25px;
}

.user-account-form .inline-checkbox.group-border {
    padding-bottom: 25px;
}


.user-account-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.common-form .form-submit .submit-btn {
    background: #ED1E8B;
    max-width: 166px;
    /*height: 42px;
    line-height: 42px;*/
    border-radius: 15px;
}

.master-payment {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0;
    max-width: 780px;
}

    .master-payment .master-left {
        float: left;
        width: 45%;
        padding-right: 70px;
    }

        .master-payment .master-left p {
            font-size: 14px;
            line-height: 24px;
            color: #000;
        }

    .master-payment .master-right {
        float: left;
        width: 50%;
    }

.dash_heading {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}

    .dash_heading .right_section {
        float: right;
    }

    .dash_heading h1 {
        color: #1E3557;
        font-size: 33px;
        line-height: normal;
        font-weight: 600;
        margin: 0;
    }

    .dash_heading.profile_heading h1 {
        font-size: 18px;
    }

    .dash_heading.d_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.user-account-list .user-account-head h4 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #1E3557;
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
}

.user-account-list .cbp-request {
    margin: 0;
    max-width: 780px;
}


/**** help center list page **********/
.hc-title {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .hc-title h1 {
        margin: 0 0 20px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd;
        color: #1E3557;
        font-size: 33px;
        line-height: normal;
        font-weight: 600;
    }

.hc-box {
    display: inline-block;
    position: relative;
    padding-right: 110px;
    width: 100%;
    max-width: 570px;
}

    .hc-box .hc-input {
        width: 100%;
        height: 46px;
        padding: 1px 0 0 40px;
        border: 1px solid #b9b9b9;
        border-radius: 10px;
        background: #FBDEF5 url(../images/icon-search-pink.png) no-repeat 10px center;
        color: #000;
        font-size: 14px;
    }

.help-center .hc-box .hc-input {
    border-radius: 10px 0 0 10px
}

.hc-box .hc_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    text-align: center;
    height: 46px;
    /*border-radius: 15px;*/
    border-radius: 0 10px 10px 0;
    border: none;
    background: #ED1E8B;
    color: #fff;
}

.hc-topics h3 {
    margin: 0 0 30px;
    color: #237BA0;
    font-size: 20px;
    font-weight: 600;
}

.hc-topics {
    display: inline-block;
    width: 100%;
    max-width: 1230px;
    margin: 50px 0 30px;
}

.hc-topic-list {
    display: inline-block;
    width: 100%;
}

    .hc-topic-list .hc-topic-item {
        float: left;
        width: 25%;
        padding-right: 45px;
        margin-bottom: 45px;
    }

.hc-topic-item .hc-item-box {
    display: inline-block;
    width: 100%;
    box-shadow: 3px 3px 14px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #D1D1D1;
    padding: 20px;
}

.hc-item-box h4 {
    font-size: 19px;
    margin: 15px 0 15px;
    font-weight: 500;
    color: #000;
}

.hc-item-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .hc-item-box ul li {
        display: inline-block;
        width: 100%;
    }

        .hc-item-box ul li a {
            display: inline-block;
            width: 100%;
            color: #237BA0;
            font-size: 14px;
            line-height: 31px;
            text-decoration: underline;
            font-weight: 600;
        }

.hc-faq .container {
    width: 100%;
    padding: 0 45px 0 0;
    max-width: 1230px;
}

.hc-faq .faq-header h2 {
    color: #237BA0;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
}

.hc-faq.faq-section:before {
    display: none;
}

.hc-contact {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 40px 0px;
}

.hc-contact-box {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.hcc-bx {
    display: inline-block;
    width: 100%;
    max-width: 442px;
    border: 1px solid #D1D1D1;
    box-shadow: 3px 3px 14px rgba(0,0,0,0.1);
    padding: 40px;
    overflow: hidden;
    border-radius: 15px;
}

    .hcc-bx h4 {
        font-size: 20px;
        line-height: 24px;
        color: #237BA0;
        font-weight: 600;
        margin: 0 0 15px;
    }

    .hcc-bx .hcc-text {
        min-height: 113px;
    }

    .hcc-bx p {
        font-size: 16px;
        color: #000;
        margin: 0px;
        line-height: 31px;
    }

    .hcc-bx .hcc_btn {
        line-height: 31px;
        height: 31px;
        display: inline-block;
        padding: 0 30px;
        border-radius: 10px;
        width: 100%;
        max-width: 159px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        background: #ED1E8B;
        color: #fff;
    }

.hc-form h4 {
    margin: 0 0 10px;
    color: #237BA0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.hcf-box h4 {
    margin: 0 0 20px;
    color: #237BA0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.hc-find-carer {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    max-width: 570px;
}

    .hc-find-carer p {
        font-size: 16px;
        line-height: 31px;
        color: #000;
        margin-bottom: 30px;
    }

    .hc-find-carer .go_back {
        background: #ED1E8B;
        display: inline-block;
        width: 100%;
        max-width: 159px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        line-height: 31px;
        border-radius: 15px;
        height: 31px;
        margin-top: 50px;
    }

.carer-share {
    display: inline-block;
    width: 100%;
    padding: 0 0 30px;
}

.share-title h1 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    color: #1E3557;
}

.share-title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.carer-share-user {
    display: inline-block;
    width: 100%;
}

    .carer-share-user .csu-item {
        float: left;
        width: 50%;
        padding-right: 40px;
    }


.carer-share-list {
    display: inline-block;
    width: 100%;
    max-width: 1070px;
}

    .carer-share-list .carer-share-col {
        width: 55%;
        float: left;
    }

    .carer-share-list .carer-share-access {
        width: 45%;
        float: left;
        padding-left: 45px;
    }

.csu-item-add .form-group p {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
}

.carer-share-list .form-group .form-label {
    padding: 0px;
}

.carer-share-list h4 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.acf-list {
    display: inline-block;
    width: 100%;
}

    .acf-list .acf-item {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px;
    }

.acf-head {
    background: #99B8C5;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 14px 40px 14px 20px;
    position: relative;
    border-radius: 10px;
}

    .acf-head:before {
        position: absolute;
        content: "";
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        width: 12px;
        height: 12px;
        right: 14px;
        top: 50%;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -8px;
    }

    .acf-head.up:before {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
    }

    .acf-head h4 {
        margin: 0 !important;
        color: #fff;
        font-size: 16px;
    }

.acf-body {
    border: 1px solid #D2D2D2;
    margin-top: -10px;
    display: none;
    padding: 30px 20px 20px;
}

    .acf-body p {
        margin: 0;
        font-size: 14px;
        line-height: 28px;
    }

.carer-active-user {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

.share-active-table p {
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
}

.carer-share-user .common-form .form-submit .submit-btn {
    max-width: 100%;
    width: 100%;
}

.sa-table {
    display: inline-block;
    width: 100%;
    max-width: 450px;
}

    .sa-table tr {
        border-bottom: 1px solid #ddd;
    }

        .sa-table tr td {
            padding: 15px 20px;
            font-size: 14px;
            line-height: 31px;
        }

            .sa-table tr td:first-child, .sa-table tr td:nth-child(2) {
                min-width: 120px;
            }

            .sa-table tr td a {
                text-decoration: underline;
                color: #007DA4;
            }

.payment-ttile h1 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.payment-ttile {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 3px 0 14px;
    border-bottom: 1px solid #ddd;
}

.payment-detail-table {
    width: 100%;
    max-width: 720px;
}

    .payment-detail-table tr td {
        padding: 10px 15px 10px 0px;
        font-weight: 500;
        font-size: 14px;
    }

        .payment-detail-table tr td p {
            margin: 0;
            display: inline-block;
            vertical-align: top;
        }

        .payment-detail-table tr td a {
            text-decoration: underline;
            color: #237BA0;
            font-weight: 400;
        }

        .payment-detail-table tr td span {
            color: rgba(0,0,0,0.26);
        }

        .payment-detail-table tr td img {
            margin-right: 30px;
        }

    .payment-detail-table tr:last-child td {
        padding-top: 30px;
    }

    .payment-detail-table tr td a ~ a {
        display: block;
        margin-top: 15px;
    }

.payment-detail {
    display: inline-block;
    width: 100%;
    margin: 0 0 50px;
}

.client-account-payment {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    max-width: 840px;
}

.debit-text .btn {
    margin-top: 30px;
    background: #237BA0;
}

.debit-text p a {
    color: #0088FF;
    text-decoration: underline;
}

.debit-text p {
    font-size: 14px;
    line-height: 27px;
}


.payment-row {
    display: inline-block;
    width: 100%;
    max-width: 680px;
}

    .payment-row .payment-item {
        float: left;
        width: 50%;
        padding-right: 60px;
    }

        .payment-row .payment-item img {
            margin: 0 0 20px;
        }

.payment-form {
    display: inline-block;
    width: 100%;
}

.payment-input-group {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    position: relative;
}

.pi-input-box {
    position: relative;
    border: 1px solid rgba(185,185,185,0.56);
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}

    .pi-input-box .pi-label {
        font-size: 10px;
        margin: 0;
        font-weight: normal;
        display: block;
        color: #767676;
    }

    .pi-input-box .pi-input {
        border: none;
        padding: 5px 0 0px;
    }

    .pi-input-box.pi-cvv {
        padding-top: 22px;
        padding-bottom: 22px;
    }

.cvv-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    border-radius: 10px;
    color: #fff;
    z-index: 3;
    cursor: pointer;
    margin-top: -14px;
}

.cvv-info:before {
    position: absolute;
    right: 13px;
    top: -16px;
    content: "";
    border-width: 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ED1E8B;
}

.cvv-info {
    position: absolute;
    right: 0;
    top: 50%;
    background: #ED1E8B;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 9;
    margin-top: 26px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

    .cvv-info p {
        font-size: 12px;
        margin: 0;
    }

.cvv-icon:hover + .cvv-info {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.payment-input-group .btn {
    width: 100%;
    margin-top: 20px;
    background: #237BA0;
}

.payment-method h5 {
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #000;
}

.payment-method p {
    font-size: 12px;
    line-height: 21px;
    color: #000;
}

.payment-method .btn {
    background: #237BA0;
    margin-top: 20px;
    width: 100%;
}

/* billing history */
.billing-history {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

.history-title {
    display: inline-block;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px;
}

    .history-title h1 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 800;
        margin: 0;
    }

.history-checkbox input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.history-checkbox {
    position: relative;
    width: 23px;
    margin: 0px auto;
    display: block;
    height: 23px;
    border: 2px solid #000;
    border-radius: 4px;
}

    .history-checkbox .check-mark {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 12px;
        height: 7px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0;
    }

table.dataTable tbody tr.selected .history-checkbox,
table.dataTable tbody tr.selected .history-checkbox .check-mark,
table.dataTable tbody tr:hover .history-checkbox,
table.dataTable tbody tr:hover .history-checkbox .check-mark {
    border-color: #fff;
}



.history-checkbox input:checked + .check-mark {
    opacity: 1;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 15px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 15px;
}

.history-info table.dataTable thead th {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

    .history-info table.dataTable thead th img {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.history-info table.dataTable tbody td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}

    .history-info table.dataTable tbody td:first-child {
        border-radius: 10px 0 0 10px !important;
    }

.history-info table.dataTable .action-icon {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

table.dataTable tbody tr.selected .action-icon,
table.dataTable tbody tr:hover .action-icon {
    color: #fff;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: transparent;
    }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #D60505 !important;
    color: #fff !important;
}

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
    table.dataTable.display tbody tr.odd.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #D60505 !important;
        color: #fff !important;
    }

table.dataTable tbody tr.selected {
    background-color: #D60505 !important;
    color: #fff !important;
}

.history-info .dataTables_length,
.history-info .dataTables_filter,
.history-info .dataTables_info {
    display: none;
}

.history-info {
    max-width: 1130px;
    display: inline-block;
    width: 100%;
}

    .history-info .action-icon .fa {
        color: #000;
        padding-right: 10px;
    }

    .history-info table tr {
        border-bottom: 1px solid #ccc;
    }

        .history-info table tr.failed {
            background: #d60505;
            color: #fff;
        }

            .history-info table tr.failed .action-icon .fa {
                color: #fff;
            }

            .history-info table tr.failed .history-checkbox,
            .history-info table tr.failed .history-checkbox .check-mark {
                border-color: #fff;
            }

        .history-info table tr th,
        .history-info table tr td {
            padding: 10px 0;
        }

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
    border: 1px solid transparent;
    background: #6FC1B3;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 600;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 5px;
    border: none !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        background: #6FC1B3;
        border: none;
    }

.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        margin-right: 15px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        margin-left: 15px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #fff !important;
        background: #6FC1B3;
        border: none;
    }

.history-table-btn {
    display: inline-block;
    margin-top: 20px;
    float: left;
    position: relative;
    z-index: 99;
}

    .history-table-btn .btn {
        /*height: 33px;
    line-height: 33px;*/
        border-radius: 5px;
        font-size: 12px;
        background: #237BA0;
        margin-right: 10px;
    }

.history-info table.dataTable tbody td,
.history-info table.dataTable thead th {
    white-space: nowrap;
}

.history-title i {
    color: #237BA0;
    font-weight: 700;
    margin: 0 10px;
}

.billing-invoice-block {
    display: inline-block;
    width: 100%;
    max-width: 870px;
}

    .billing-invoice-block .bi-left {
        float: left;
        width: 66%;
        padding-right: 30px;
    }

    .billing-invoice-block .bi-right {
        float: left;
        width: 34%;
    }

    .billing-invoice-block .bi-btn-block {
        display: inline-block;
        width: 100%;
    }

    .billing-invoice-block .bi-right h4 {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
    }

    .billing-invoice-block .bi-btn-block ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .billing-invoice-block .bi-btn-block ul li {
            display: block;
            margin: 0 0 15px;
        }

            .billing-invoice-block .bi-btn-block ul li a {
                background: #237BA0;
                color: #fff;
                display: inline-block;
                width: 100%;
                font-family: 'Roboto', sans-serif;
                height: 33px;
                border-radius: 5px;
                text-align: center;
                line-height: 33px;
                font-size: 12px;
                font-weight: 600;
            }

.bi-pay-method {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .bi-pay-method .btn {
        background: #237BA0;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
    }

    .bi-pay-method p {
        font-size: 12px;
        line-height: 21px;
        color: #000;
    }

    .bi-pay-method h5 {
        font-size: 12px;
        margin: 15px 0 20px;
        line-height: 21px;
        font-weight: 600;
        color: #000;
    }

/**/
.ntf-title {
    display: inline-block;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px;
}

    .ntf-title h1 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 800;
        margin: 0;
    }

.ntf-list {
    display: inline-block;
    width: 100%;
}

    .ntf-list .ntf-checkbox {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        vertical-align: middle;
    }

.ntf-checkbox input {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.ntf-checkbox .ntf-text {
    position: relative;
    padding: 0 0 0 35px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
}

    .ntf-checkbox .ntf-text:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 27px;
        height: 27px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #f8fcff;
    }

.ntf-checkbox input:checked + .ntf-text:before {
    background: #84b5ca;
}

.ntf-search {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

    .ntf-search .hc-box {
        padding: 0;
    }

    .ntf-search .hc-input {
        padding-right: 80px;
        background: #F3FAFF url(../images/icon-search-pink.png) no-repeat 10px center;
    }

    .ntf-search .hc_btn {
        width: 73px;
    }

.ntf-row {
    display: inline-block;
    width: 100%;
    max-width: 844px;
    margin-top: 40px;
}

    .ntf-row .ntf-item {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 30px;
        background: rgba(0,135,255,0.07);
        margin: 0 0 30px;
    }

        .ntf-row .ntf-item .remove_btn {
            position: absolute;
            top: -11px;
            right: -11px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: inline-block;
            background: #0087FF;
            text-align: center;
            line-height: 21px;
            color: #fff;
        }

.ntf-box h4 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #005CAE;
    font-weight: 600;
}

.ntf-box .date_time i {
    margin-right: 20px;
}

.ntf-box .date_time {
    font-style: italic;
    color: #000;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.ntf-box p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}

.ntf-item .ntf-box {
    position: relative;
    padding: 0 0 0 50px;
}

    .ntf-item .ntf-box .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
        height: 34px;
        background: #0087FF;
        border-radius: 50%;
        text-align: center;
        line-height: 34px;
        color: #fff;
    }

.ntf-row .ntf-item.ntf-alert {
    background: rgba(147,35,43,0.07);
}

.ntf-row .ntf-item.ntf-msg {
    background: rgba(0,30,61,0.07);
}

.ntf-row .ntf-item.ntf-invitation {
    background: rgba(180,157,219,0.07);
}

.ntf-item.ntf-alert .ntf-box h4 {
    color: #93232B
}

.ntf-item.ntf-msg .ntf-box h4 {
    color: #00823D
}

.ntf-item.ntf-invitation .ntf-box h4 {
    color: #A88028
}

.ntf-item.ntf-alert .ntf-box .icon {
    background: #93232B
}

.ntf-item.ntf-msg .ntf-box .icon {
    background: #00823D
}

.ntf-item .ntf-box .icon.no-bg {
    background: transparent;
}

.ntf-item.ntf-alert .remove_btn {
    background: #93232B
}

.ntf-item.ntf-msg .remove_btn {
    background: #00823D
}

.ntf-item.ntf-invitation .remove_btn {
    background: #A88028
}



.ntf-date {
    color: #1E799C;
}

    .ntf-date i {
        color: #000;
    }
/* 404 page */
.page404-section {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative; /*background: linear-gradient(#237BA0, #233581);*/
}

.page-404 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(#237BA0, #2689b3);
}

    .page404-section:before,
    .page404-section:after,
    .page-404:before,
    .page-404:after {
        content: "";
        background: linear-gradient(#237BA0, #2689b3);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        width: 250px;
        height: 250px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-404:before, .page-404-section:before {
        background: linear-gradient(#2689b3, #237BA0);
    }

    .page-404:before {
        height: 105vmax;
        width: 105vmax;
        z-index: -4;
    }

    .page-404:after {
        height: 80vmax;
        width: 80vmax;
        z-index: -3;
    }

.page404-section:after {
    background: linear-gradient(#2689b3, #237BA0);
    height: 60vmax;
    width: 60vmax;
    z-index: -2;
}

.page404-section:after {
    height: 40vmax;
    width: 40vmax;
    z-index: -1;
}


.page404-section .page404-box {
    position: absolute;
    left: 50%;
    top: 50%;
    /*max-width: 250px;*/
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    max-width: 300px;
    width: 100%;
    padding: 0 10px;
}

.bubble {
    background: linear-gradient(#f159a9, #ED1E8B);
    border-radius: 50%;
    box-shadow: 0 30px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
}

    .bubble:before, .bubble:after {
        content: "";
        background: linear-gradient(#f159a9, #ED1E8B);
        border-radius: 50%;
        box-shadow: 0 30px 15px rgba(0, 0, 0, 0.15);
        position: absolute;
    }

    .bubble:nth-child(1) {
        top: 15vh;
        left: 15vw;
        height: 22vmin;
        width: 22vmin;
    }

        .bubble:nth-child(1):before {
            width: 13vmin;
            height: 13vmin;
            bottom: -25vh;
            right: -10vmin;
        }

    .bubble:nth-child(2) {
        top: 20vh;
        left: 38vw;
        height: 10vmin;
        width: 10vmin;
    }

        .bubble:nth-child(2):before {
            width: 5vmin;
            height: 5vmin;
            bottom: -10vh;
            left: -8vmin;
        }

    .bubble:nth-child(3) {
        top: 12vh;
        right: 30vw;
        height: 13vmin;
        width: 13vmin;
    }

        .bubble:nth-child(3):before {
            width: 3vmin;
            height: 3vmin;
            bottom: -15vh;
            left: -18vmin;
            z-index: 6;
        }

    .bubble:nth-child(4) {
        top: 25vh;
        right: 18vw;
        height: 18vmin;
        width: 18vmin;
    }

        .bubble:nth-child(4):before {
            width: 7vmin;
            height: 7vmin;
            bottom: -10vmin;
            left: -15vmin;
        }

    .bubble:nth-child(5) {
        top: 60vh;
        right: 18vw;
        height: 28vmin;
        width: 28vmin;
    }

        .bubble:nth-child(5):before {
            width: 10vmin;
            height: 10vmin;
            bottom: 5vmin;
            left: -25vmin;
        }

.page404-section p {
    font-size: 18px;
    margin-top: 0;
    color: #fff;
}

.page404-section h1 {
    color: #fff;
    font-size: 95px;
    margin: 0;
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}

.page404-section .go_back.btn {
    background: #70C1B3;
    padding: 0 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-top: 10px;
}

.cookie-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #237BA0;
    z-index: 99999;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

    .cookie-section p {
        margin: 4px 0 0;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
    }

    .cookie-section .lm_btn {
        float: right;
        background: #fff;
        padding: 5px 20px;
        color: #237BA0;
        display: inline-block;
        border-radius: 5px;
    }

    .cookie-section + .header {
        top: 50px;
    }

    .cookie-section .close {
        position: absolute;
        right: 10px;
        color: #fff;
        opacity: 1;
        font-weight: normal;
        display: block;
        width: 20px;
        height: 20px;
        top: 15px;
    }

        .cookie-section .close:before,
        .cookie-section .close:after {
            position: absolute;
            content: "";
            width: 15px;
            height: 2px;
            background: #fff;
            display: block;
            transform: rotate(45deg);
            left: 2px;
            top: 10px;
        }

        .cookie-section .close:before {
            transform: rotate(-45deg);
        }

/* color dropdown */
.color-box .color-text:before {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 14px;
    height: 8px;
    transform: rotate(135deg);
    top: 8px;
    left: 7px;
    opacity: 0;
}

.color-box input:checked + .color-text:before {
    opacity: 1;
}

.color-box .color-text {
    width: 28px;
    height: 28px;
    display: block;
    background: red;
    border-radius: 50%;
    position: relative;
}

.color-box input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.color-box {
    position: relative;
    margin: 0px;
    cursor: pointer;
}

.color-list li {
    display: inline-block;
    padding: 5px;
}

.color-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-color .color-block {
    border: none;
    min-width: 280px;
}


.add-color-btn:before, .add-color-btn:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    left: 50%;
    top: 50%;
    background: #83888d;
    margin-top: -6px;
    margin-left: -1px;
}

.add-color-btn:before {
    height: 2px;
    width: 12px;
    margin-left: -6px;
    margin-top: -1px;
}

.add-color-btn {
    display: block;
    width: 28px;
    height: 28px;
    background: #eaecf0;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px;
}



/*30-06-2023*/
.account-sidebars {
    position: fixed;
    right: -1000px;
    top: 0;
    height: 100%;
    z-index: 11111;
    width: 100%;
    max-width: 1000px;
    transition: all 0.5s ease;
}
.account-sidebars .account-sidebars-content { width: 100%; background-color: #FCFBFC; position: relative; z-index: 1; height: 100%; overflow: auto;}
.account-sidebars .account-sidebars-inner { padding:30px; }
body.show-account-sidebars { overflow: hidden;}
body.show-account-sidebars .select2-container--open .select2-dropdown { z-index:11111; }
body.show-account-sidebars .account-sidebars.open:after { content: ''; background-color: rgba(0,0,0,0.4); position: fixed; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.5s ease; }
.account-sidebars.open { right:0; box-shadow: -30px 3px 30px rgba(0,0,0,0.16); }

.new-address-sidebar { position: fixed; right: -950px; top: 0; height: 100%; z-index: 11111; width: 100%; max-width: 950px; transition: all 0.5s ease;}
.new-address-sidebar .new-address-sidebar-content {width: 100%;background-color: #FCFBFC;padding: 28px 45px;position: relative;z-index: 1;height: 100%;overflow: auto;}
body.show-new-address-sidebar .new-address-sidebar:after {content: '';background-color: rgba(0,0,0,0.4);position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all 0.5s ease;}
body.show-new-address-sidebar.show-new-address-sidebar .new-address-sidebar:after { display:none; }
body.show-new-address-sidebar { overflow: hidden; }
.new-address-sidebar.open { right: 0; box-shadow: -30px 3px 30px rgba(0,0,0,0.16); }
.new-address-sidebar .common-form .form-group .form-label { padding-left:0; font-size: 12px; }
.new-address-sidebar .checkbox_blk .medium_checkbox .checkbox-text { text-decoration:none; }

.left-navcol { margin: 0; padding: 0; }
.left-navcol li { margin: 0; list-style: none; border-bottom:1px solid #ddd; }
.left-navcol li a { position: relative; display: block; font-weight: 600; list-style: none; padding: 15px 30px 15px 10px; position:relative; cursor: pointer; font-size: 16px; line-height: 24px; background-color: #fff; color: #000000; transition: all 0.5s ease; }
.left-navcol li.active a,
.left-navcol li a:hover { background-color: #F7F3FF; }
.left-navcol li a:after {position: absolute;content: "";border-width: 8px;border-color: transparent transparent transparent #000;border-style: solid;right: 0;top: 50%;margin-top: -8px;}
body.show-account-sidebars.modal-open .modal { z-index:99999; }
/*30-06-2023*/


/* responsive css */
@media screen and (min-width: 1500px) {
    /*.cca-btns li a{padding: 15px 35px;}*/

    .carer-jov-inv:before {
        position: absolute;
        content: "";
        left: 55%;
        top: 33px;
        width: 2px;
        bottom: 30px;
        background: #f2f2f2;
        margin-left: -50px;
    }

    .carer-ji-block .cca-btns li a {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 1499px) {
    .header-nav {
        display: none;
    }

    /* .carer-account-list .caccount-item{width: 33.33%} */

    /* menu right sidebar */
    .lm-menu {
        position: absolute;
        left: 14px;
        top: 16px;
        width: 25px;
    }

        .lm-menu span {
            display: block;
            background: #fff;
            height: 4px;
            cursor: pointer;
            margin: 5px 0;
        }

    .header-nav {
        display: block;
        position: fixed;
        right: -300px;
        top: 67px;
        bottom: 60px;
        z-index: 99;
        transition: all 0.3s ease-in-out 0s;
        background: transparent linear-gradient(180deg, #237BA0 0%, #033043 100%) 0% 0% no-repeat;
        width: 230px;
        padding-bottom: 20px;
        z-index: 999;
        overflow: auto;
    }

    .mmenu-overlay .header-nav {
        right: 0px;
    }

    .header-link {
        padding: 10px 0px;
    }

        .header-link > li {
            display: block;
        }

    .mmenu-overlay {
        overflow: hidden;
    }

    .header-link > li a {
        padding: 15px 15px;
    }

    .header-link > li:after {
        display: none;
    }

    .header-link > li:before {
        display: none;
    }

    .cce-list .cce-item {
        padding-right: 30px;
    }

    .carer-jov-inv .cji-item {
        padding-right: 30px;
    }
    /*.carer-jov-inv .cca-profile-info{margin-top: 10px;}*/

    .hc-topic-list .hc-topic-item {
        width: 33.33%
    }
}
/*02-09-2022 Start*/
.care-result-section {
    padding: 32px 0;
}

    .care-result-section h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin: 0 0 10px 0;
        letter-spacing: 0.11px;
    }

    .care-result-section .form-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .care-result-section .form-row .left-btncol {
            margin-bottom: 15px;
        }

            .care-result-section .form-row .left-btncol .edit-btn {
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                color: #fff;
                font-weight: 500;
                background-color: #027DA3;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border: 1px solid #027DA4;
                display: inline-block;
                text-align: center;
                padding: 7px 18px;
                line-height: 18px;
                transition: all 0.5s ease;
            }

                .care-result-section .form-row .left-btncol .edit-btn:hover {
                    background-color: #036b8b;
                    border-color: #036b8b;
                }

        .care-result-section .form-row .sorting-col {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -5px 0 0px;
        }

            .care-result-section .form-row .sorting-col label {
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                letter-spacing: 0.11px;
                color: #000000;
                padding: 4px 5px 0 5px;
            }

                .care-result-section .form-row .sorting-col label strong {
                    font-weight: 600;
                }

        .care-result-section .form-row .sorting-item {
            width: 170px;
            position: relative;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .care-result-section .form-row .sorting-item .select2-container--default .select2-selection--single {
                background-color: #479687;
                border: 1px solid #479687;
                border-radius: 10px;
                height: 28px;
                padding: 0 25px 0 12px;
            }

                .care-result-section .form-row .sorting-item .select2-container--default .select2-selection--single .select2-selection__rendered {
                    color: #fff;
                    line-height: 26px;
                    font-size: 12px;
                    padding: 0;
                }

                .care-result-section .form-row .sorting-item .select2-container--default .select2-selection--single .select2-selection__arrow {
                    height: 26px;
                    background: none;
                    width: 12px;
                    right: 10px;
                }

                    .care-result-section .form-row .sorting-item .select2-container--default .select2-selection--single .select2-selection__arrow:after {
                        font-family: 'FontAwesome';
                        text-align: center;
                        font-size: 18px;
                        color: #fff;
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        content: "\f107";
                        width: 100%;
                        line-height: 26px;
                        transition: all 0.5s ease;
                    }

            .care-result-section .form-row .sorting-item .select2-container.select2-container--open {
                z-index: 1;
            }

                .care-result-section .form-row .sorting-item .select2-container.select2-container--open.select2-container--below {
                    background: #fff;
                    border-radius: 10px 10px 0px 0px;
                }

                .care-result-section .form-row .sorting-item .select2-container.select2-container--open.select2-container--above {
                    background: #fff;
                    border-radius: 0px 0px 10px 10px;
                }

    .care-result-section .row-one:not(:last-child) {
        margin-bottom: 40px;
    }

.select2-container--open .sorting_dropdown.select2-dropdown--below {
    border-top: none;
    top: 0;
}

.select2-container--open .sorting_dropdown.select2-dropdown--above {
    border-bottom: none;
    bottom: 0;
}

.select2-dropdown.sorting_dropdown {
    border: none;
}

    .select2-dropdown.sorting_dropdown .select2-results__option {
        padding: 6px 32px 6px 12px;
        font-size: 10px;
        line-height: 18px;
        color: #000;
        border-bottom: 1px solid #DBDBDB;
        position: relative;
    }

        .select2-dropdown.sorting_dropdown .select2-results__option:last-child {
            border-bottom: none;
        }

.select2-container--default .select2-dropdown.sorting_dropdown .select2-results > .select2-results__options {
    max-height: 260px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.10);
}

.select2-container--default .select2-dropdown.sorting_dropdown.select2-dropdown--below .select2-results > .select2-results__options {
    border-radius: 0px 0px 10px 10px;
}

.select2-container--default .select2-dropdown.sorting_dropdown.select2-dropdown--above .select2-results > .select2-results__options {
    border-radius: 10px 10px 0px 0px;
}

.select2-container--default .select2-dropdown.sorting_dropdown .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-dropdown.sorting_dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #479687;
}

    .select2-container--default .select2-dropdown.sorting_dropdown .select2-results__option--highlighted[aria-selected]:after {
        font-family: 'FontAwesome';
        content: "\f00c";
        position: absolute;
        right: 12px;
        top: 8px;
        font-size: 8px;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        background-color: #479687;
        color: #fff;
        border-radius: 30px;
    }

.care-result-section .form-row .sorting-col .sorting-item .fix-label {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 0;
    z-index: 11;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.care-result-section .form-row .sorting-col .sorting-item.sort .select2-container--default .select2-selection--single {
    padding-left: 60px;
}

.care-result-listblock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .care-result-listblock .care-column {
        padding: 0 10px;
        width: 33.33%;
        margin-bottom: 20px;
    }

    .care-result-listblock .care-item .overlay .button-row .blue-btn {
        min-width: 110px;
        margin: 4px 10px;
    }

.light-bluebg {
    background-color: #ECF2FA;
}

.care-item {
    background-color: #fff;
    padding: 10px 15px;
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

    .care-item .left-imagecol {
        margin-right: 18px;
        width: 56px;
        text-align: center;
    }

        .care-item .left-imagecol .image {
            margin-bottom: 7px;
        }

            .care-item .left-imagecol .image img {
                width: 100%;
                height: 56px;
                object-fit: cover;
                border: 1px solid rgba(0,0,0,0.34);
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
            }

        .care-item .left-imagecol .rating img {
            display: inline-block;
            vertical-align: top;
        }

    .care-item .right-contentcol {
        width: calc(100% - 74px);
        font-family: 'Roboto', sans-serif;
    }

        .care-item .right-contentcol .name {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 2px;
            font-weight: 700;
            color: #000;
        }

        .care-item .right-contentcol p {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 6px;
            font-weight: 400;
            color: #000;
        }

        .care-item .right-contentcol .single-row p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .care-item .right-contentcol .single-row p strong {
                font-weight: 500;
            }

        .care-item .right-contentcol .distance {
            color: #696969;
            font-size: 10px;
            line-height: 14px;
        }

            .care-item .right-contentcol .distance .fa {
                color: #000000;
                margin-right: 2px;
            }

    .care-item .overlay {
        display: flex;
        align-items: center;
        background-color: rgba(255,255,255,0.9);
        padding: 10px 15px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        transition: all 0.5s ease;
    }

    .care-item:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .care-item .overlay .button-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

        .care-item .overlay .button-row .blue-btn {
            font-size: 10px;
            color: #fff;
            font-weight: 500;
            background-color: #027DA3;
            min-width: 97px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border: 1px solid #027DA4;
            display: inline-block;
            text-align: center;
            padding: 4px 6px;
            line-height: 18px;
            margin: 4px;
            outline: none;
            transition: all 0.5s ease;
        }

            .care-item .overlay .button-row .blue-btn:hover {
                background-color: #036b8b;
                border-color: #036b8b;
            }

            .care-item .overlay .button-row .blue-btn.pink-btn {
                background-color: #DA3B89;
                border-color: #DA3B89;
            }

                .care-item .overlay .button-row .blue-btn.pink-btn:hover {
                    background-color: #C92B79;
                    border-color: #C92B79;
                }

.search-criteria-sidebar {
    position: fixed;
    right: -960px;
    top: 0;
    height: 100%;
    z-index: 11111;
    width: 100%;
    max-width: 960px;
    transition: all 0.5s ease;
}

    .search-criteria-sidebar .search-criteria-sidebar-content {
        width: 100%;
        background-color: #fff;
        padding: 20px 50px;
        position: relative;
        z-index: 1;
        height: 100%;
        overflow: auto;
    }

body.show-search-criteria-sidebar {
    overflow: hidden;
}

    body.show-search-criteria-sidebar .search-criteria-sidebar {
        right: 0;
        box-shadow: -30px 3px 30px rgba(0,0,0,0.16);
    }

        body.show-search-criteria-sidebar .search-criteria-sidebar:after {
            content: '';
            background-color: rgba(0,0,0,0.4);
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.5s ease;
        }

.search-criteria-sidebar .heading {
    margin-bottom: 45px;
    padding-top: 15px;
}

.search-criteria-sidebar h3 {
    letter-spacing: 0.17px;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.search-criteria-sidebar h4 {
    letter-spacing: 0.12px;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}

.search-criteria-sidebar p {
    letter-spacing: 0.098px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.search-criteria-sidebar .search-criteria-row {
    margin-bottom: 7px;
}

    .search-criteria-sidebar .search-criteria-row.small {
        max-width: 583px;
    }

.search-criteria-sidebar .radio-collist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.search-criteria-sidebar .search-criteria-row label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 13px 0;
    color: #000000;
}

.search-criteria-sidebar .search-criteria-row .radio-col {
    position: relative;
    margin-bottom: 13px;
    width: 194px;
    padding: 0 8px;
}

    .search-criteria-sidebar .search-criteria-row .radio-col:last-child {
        margin-right: 0;
    }

    .search-criteria-sidebar .search-criteria-row .radio-col input[type="radio"] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
        margin: 0;
    }

    .search-criteria-sidebar .search-criteria-row .radio-col label {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        line-height: 18px;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        top: 0;
        left: 0;
        vertical-align: top;
        color: #000;
        margin: 0;
        background-color: rgba(239,242,244,0.56);
        border: 1px solid rgba(185,185,185,0.56);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -ms-border-radius: 10px;
    }

    .search-criteria-sidebar .search-criteria-row .radio-col input[type="radio"]:checked + label {
        color: #fff;
        background-color: #479687;
        border-color: #479687;
    }

.search-criteria-sidebar .submit-btn {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    margin-top: 16px;
    color: #fff;
    font-weight: 500;
    background: #ED1E8B;
    max-width: 336px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 16px 10px;
    line-height: 28px;
    transition: all 0.5s ease;
}

    .search-criteria-sidebar .submit-btn:hover {
        background: #C92B79;
    }

.search-criteria-sidebar .checkbox-collist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.search-criteria-sidebar .search-criteria-row label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 13px 0;
    color: #000000;
}

.search-criteria-sidebar .search-criteria-row .checkbox-col {
    position: relative;
    margin-bottom: 13px;
    width: 194px;
    padding: 0 8px;
}

    .search-criteria-sidebar .search-criteria-row .checkbox-col:last-child {
        margin-right: 0;
    }

    .search-criteria-sidebar .search-criteria-row .checkbox-col input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
        margin: 0;
    }

    .search-criteria-sidebar .search-criteria-row .checkbox-col label {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        line-height: 18px;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        top: 0;
        left: 0;
        vertical-align: top;
        color: #000;
        margin: 0;
        background-color: rgba(239,242,244,0.56);
        border: 1px solid rgba(185,185,185,0.56);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -ms-border-radius: 10px;
    }

    .search-criteria-sidebar .search-criteria-row .checkbox-col input[type="checkbox"]:checked + label {
        color: #fff;
        background-color: #479687;
        border-color: #479687;
    }

.right-sidebar-topbtnrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px 25px -5px;
}

    .right-sidebar-topbtnrow .btn-green {
        display: inline-block;
        border: none;
        outline: none;
        margin: 5px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 18px;
        padding: 5px 30px;
        min-width: 120px;
        text-align: center;
        position: relative;
        background-color: #6FC1B3;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        transition: all 0.5s ease;
    }

        .right-sidebar-topbtnrow .btn-green:hover {
            background-color: #5fb1a3;
        }

        .right-sidebar-topbtnrow .btn-green img {
            position: absolute;
            left: 12px;
            top: 9px;
        }

        .right-sidebar-topbtnrow .btn-green.pink-btn {
            background-color: #EA0B97;
        }

            .right-sidebar-topbtnrow .btn-green.pink-btn:hover {
                background-color: #C92B79;
            }

.care-result-section .searchResultPagination {
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
}

    .care-result-section .searchResultPagination .peg-nav li {
        margin: 0px 7px;
    }

        .care-result-section .searchResultPagination .peg-nav li span {
            border-radius: 50%;
            color: #000;
            padding: 0px 5px;
            line-height: 34px;
            min-width: 34px;
            text-align: center;
        }

        .care-result-section .searchResultPagination .peg-nav li:hover span,
        .care-result-section .searchResultPagination .peg-nav li.active span {
            background: #044057;
            color: #fff;
        }

    .care-result-section .searchResultPagination.sr-pagination .left-arrow,
    .care-result-section .searchResultPagination.sr-pagination .right-arrow {
        background: #044057;
        margin-top: 0px;
    }

.care-item .sr-btn {
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin: 0px;
}

    .care-item .sr-btn .inner-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

        .care-item .sr-btn .inner-btn a {
            font-size: 10px;
            color: #fff;
            font-weight: 500;
            background-color: #027DA3;
            min-width: 97px;
            border-radius: 20px;
            border: 1px solid #027DA4;
            display: inline-block;
            text-align: center;
            padding: 4px 6px;
            line-height: 18px;
            margin: 4px;
            outline: none;
            transition: all 0.5s ease;
        }

.care-item:hover .sr-btn {
    opacity: 1;
    visibility: visible;
}

.care-result-section.light-bluebg .sorting-col .sorting-item.search-items {
    width: 210px;
}

    .care-result-section.light-bluebg .sorting-col .sorting-item.search-items:after {
        content: "\f002";
        font-family: 'FontAwesome';
        position: absolute;
        right: 12px;
        top: 4px;
    }

    .care-result-section.light-bluebg .sorting-col .sorting-item.search-items input {
        width: 100%;
        padding: 0 30px 0 10px;
        background: rgba(243,250,255,0.65);
        height: 28px;
        border: 1px solid #B9B9B9;
        font-size: 14px;
        border-radius: 6px;
        color: #000;
    }
/*02-09-2022 End*/
/* responsive design */
@media (min-width:1200px) {
    .cummunity-detail .service-detail-left {
        padding: 0px;
    }
}

@media (max-width: 1400px) {
    .footer .footer-box {
        max-width: 1180px;
    }

    .register-page {
        background-size: 700px;
    }
}

@media (max-width: 1199px) {

    .header-logo {
        width: 170px;
    }

        .header-logo .logo img {
            max-width: 150px;
        }

    .header .nav > li > a {
        padding: 0 5px;
        font-size: 16px;
    }

    .header-right .login-links li a {
        min-width: 11px;
        font-size: 12px;
    }

    .main-banner .banner-caption h1 {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 0px;
    }

    .main-banner .banner-caption {
        max-width: 550px;
    }

    .main-banner .banner-btn a {
        height: 44px;
        line-height: 44px;
    }

    .pattern-img svg {
        height: auto;
    }

    .service-box .service-info-caption {
        display: none;
    }

    .inner-banner .banner-shape-image {
        width: 100%;
        max-width: 950px;
    }

    .inner-banner {
        margin-bottom: 80px;
    }

    .service-detail-right {
        padding-left: 15px;
    }

    .footer .footer-box {
        border-radius: 0px;
    }

    .register-box .btn-box .btn.reg_btn {
        min-width: 100px;
    }

    .search-list .search-r-item {
        width: 50%;
    }

    .search-r-default.search-hover {
        /*display: none;*/
        width: 100%;
        padding: 10px;
        padding-left: 95px;
    }

    .sr-btn .w_btn {
        display: block;
        text-align: center;
    }

    .cp-profile-text {
        width: 100%;
    }

    .cp-profile-more {
        width: 100%;
        text-align: left;
    }

    .cp-share li {
        margin-left: 0;
        margin-right: 30px;
    }

    .cp-share {
        margin: 20px 0 10px
    }

    .cp-btn .btn {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    /* menu css */
    .header {
        transition: all 0.3s ease-in-out 0s;
    }

        .header.light-header .nav > li > a,
        .header.sticky .nav > li > a {
            color: #237BA0;
        }

            .header.light-header .nav > li > a:before,
            .header.sticky .nav > li > a:before {
                /*background: #237BA0;*/
                background: #9DD3C8;
            }

        .header.light-header .header-top .header-info > li a .white-img,
        .header.sticky .header-top .header-info > li a .white-img {
            display: none;
        }

        .header .header-top .header-info > li a .blue-img {
            display: none;
        }

        .header.light-header .header-top .header-info > li a .blue-img,
        .header.sticky .header-top .header-info > li a .blue-img {
            display: inline-block;
        }

        .header.light-header .header-top .header-info > li a,
        .header.sticky .header-top .header-info > li a {
            color: #257BA1;
        }

    .submenu {
        position: absolute;
        left: 0;
        top: 100%;
        background: rgba(255,255,255,0.8);
        width: 100%;
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 20px 0;
        text-align: center;
    }

        .submenu li {
            display: inline-block;
            padding: 0 10px;
            border-right: 2px solid #434343;
            line-height: 16px;
        }

            .submenu li:last-child {
                border: none;
            }

            .submenu li a {
                color: #434343;
                font-weight: 500;
                display: inline-block;
                line-height: 13px;
                font-size: 17px;
            }

                .submenu li a:hover {
                    text-decoration: underline;
                }

    .header .nav > li.sublink > a:after {
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -8px;
        border-width: 10px 8px;
        border-style: solid;
        border-color: transparent transparent rgba(255,255,255,0.8);
        bottom: -18px;
        opacity: 0;
    }

    .header.light-header .nav > li.sublink > a:after,
    .header.sticky .nav > li.sublink > a:after {
        border-color: transparent transparent #237BA0;
    }

    .header .nav > li:hover > a:after {
        opacity: 1;
    }

    .header .nav > li:hover .submenu {
        display: inline;
    }

    .header.sticky .submenu,
    .header.light-header .submenu {
        background: #237BA0;
    }

        .header.sticky .submenu li a,
        .header.light-header .submenu li a {
            color: #fff;
        }

        .header.sticky .submenu li,
        .header.light-header .submenu li {
            border-color: #fff;
        }

    .header .nav > li:first-child,
    .header .nav > li:first-child > a {
        padding-left: 0px;
    }

    .header .nav > li:last-child,
    .header .nav > li:last-child > a {
        padding-right: 0px;
    }

    .sc-row .sc-item:nth-child(4n+1) {
        clear: both;
    }

    .msearch-col .from-three-col .form-group:nth-child(3n+1) {
        clear: both;
    }

    .carer-profile-content .crp-col:nth-child(3),
    .carer-profile-content .crp-col:nth-child(4) {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

    .header {
        padding: 15px 0px;
    }

        .header .container {
            width: 100%;
        }

        .header.light-header .header-main,
        .header.sticky .header-main {
            padding-top: 4px;
        }

    .m-menu {
        background: transparent;
        border-radius: 0px;
        display: inline-block;
        position: absolute;
        height: 30px;
        padding: 0px;
        width: 28px;
        cursor: pointer;
        z-index: 99;
        right: 15px;
        top: 10px;
    }

        .m-menu span {
            background: #fff;
            display: block;
            height: 3px;
            margin: 0 0 6px;
        }

    .header.light-header .m-menu span,
    .header.sticky .m-menu span,
    .header .m-menu.open span {
        background: #59AAA9;
    }

    .m-menu.open {
        top: 13px;
    }

    .m-menu span:nth-child(2) {
        opacity: 1;
    }

    .m-menu.open span:nth-child(2) {
        opacity: 0;
    }

    .m-menu span:last-child {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
    }

    .m-menu span:first-child {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
    }

    .m-menu.open span:last-child {
        transform: translate(0px, -11px) rotate(-45deg);
        -webkit-transform: translate(0px, -11px) rotate(-45deg);
        -moz-transform: translate(0px, -11px) rotate(-45deg);
    }

    .m-menu.open span:first-child {
        transform: translate(0px, 7px) rotate(45deg);
        -webkit-transform: translate(0px, 7px) rotate(45deg);
        -moz-transform: translate(0px, 7px) rotate(45deg);
    }

    .header-row > .header-right {
        margin-right: 40px;
    }

        .header-row > .header-right .login-links .loing-btn {
            display: inline-block;
        }

        .header-row > .header-right .login-links li {
            display: none;
        }

    .header-navigation {
        position: fixed;
        background: #fff;
        width: 100%;
        text-align: left;
        right: 0;
        top: 68px;
        padding: 10px 0px 15px;
        overflow: auto;
        bottom: 0px;
        z-index: 9998;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out 0s;
    }

        .header-navigation.open {
            transform: translateX(0%);
        }

    .header .nav {
        text-align: left;
        padding: 0px 15px 0px;
        width: 100%;
    }

        .header .nav > li {
            display: inline-block;
            width: 100%;
            padding: 0;
            position: relative;
            border-bottom: 1px solid #59AAA9;
        }

            .header .nav > li > a {
                padding: 15px 0px;
                color: #434343;
                font-weight: 500;
                font-size: 18px;
                display: inline-block;
                width: 100%;
            }

                .header .nav > li > a:before {
                    display: none;
                }

            .header .nav > li.active > a {
                color: #70C1B3;
            }

        .header .nav > .logo-menu {
            display: none;
        }

        .header .nav > li .submenu {
            left: 0px;
            -webkit-transition: none;
            -moz-transition: none;
            transition: none;
        }

        .header .nav .submenu {
            background: #237BA0;
            padding: 0px;
            display: none;
            margin: 0 -15px -1px;
            list-style-type: none;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .header .nav > li:hover > a {
            color: #434343;
        }

        .header .nav .submenu > li {
            display: inline-block;
            width: 100%;
            position: relative;
            border-bottom: 1px solid #fff;
        }

            .header .nav .submenu > li > a {
                display: inline-block;
                padding: 17px 40px;
                color: #fff;
                font-size: 18px;
                text-transform: capitalize;
                width: 100%;
            }


    .mobile-arrow:before {
        position: absolute;
        content: "";
        left: 50%;
        border-top: 2px solid #434343;
        border-right: 2px solid #434343;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 50%;
        margin-top: -5px;
        margin-left: -5px;
    }

    .mobile-arrow {
        position: absolute;
        right: 0px;
        top: 0;
        width: 30px;
        height: 48px;
        cursor: pointer;
        z-index: 9;
    }

        .mobile-arrow.up {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: 4px;
        }

    .header .nav .submenu .mobile-arrow {
        height: 35px;
        background: #fff;
        right: 1px;
    }



    .section-title h2 {
        font-size: 40px;
    }

    .section-title p {
        font-size: 16px;
        line-height: 30px;
    }

    .carer-block .carer-item h4 {
        font-size: 20px;
    }

    .carer-block .carer-item p {
        font-size: 14px;
        line-height: 26px;
    }

    .carer-block .carer-item img {
        max-height: 40px;
    }

    .how-it-work {
        padding: 30px 0;
    }

    .community-section {
        padding: 30px 0px;
    }

        .community-section img {
            margin: 10px 0px;
        }

    .carers-service-section {
        padding: 0 0 30px
    }

    .service-row .service-item {
        width: 100%;
    }

    .service-box .service-info h4 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    /*.news-section {
        padding: 30px 0px;
    }*/

    .news-info h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .view-all .btn {
        max-width: 285px;
    }

    .testimonial-section {
        padding: 30px 0px;
    }

    .testimonial-item .date {
        margin: 0 0 10px;
    }

    .testimonial-item h4 {
        font-size: 24px;
    }

    .contact-section {
        padding: 30px 0px;
    }

    .checkbox .checkbox-text:before {
        top: 0px;
    }

    .checkbox .checkbox-text:after {
        top: 11px;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .footer-row {
        padding: 30px 0px;
    }

        .footer-row .footer-col h4 {
            font-size: 22px;
        }

        .footer-address .call-info a,
        .footer-address .call-info span,
        .footer-address address,
        .footer-row .footer-col ul li a {
            font-size: 14px;
            line-height: 30px;
        }

    .header-navigation .header-right {
        float: left;
        padding: 0 15px;
        width: 100%;
    }

        .header-navigation .header-right .login-links li {
            display: none;
            margin: 30px 0 10px;
        }

        .header-navigation .header-right .login-links .loing-btn {
            display: block;
        }
            /*.header-navigation .header-right .login-links li a{background: #70C1B3; width: 100%;}*/
            .header-navigation .header-right .login-links .loing-btn a {
                min-width: 100px;
            }

    .body-overlay {
        overflow: hidden;
    }

        .body-overlay .header {
            background: #fff;
            border-bottom-color: #59AAA9
        }

            .body-overlay .header .header-logo .logo .white-img {
                display: none;
            }

            .body-overlay .header .header-logo .logo .blue-img {
                display: block;
            }

    .header-login.header-right .login-links .loing-btn a {
        background: url(../images/icon-user-white.png) no-repeat center center;
        padding-left: 0;
        padding-right: 0;
        color: transparent;
        min-width: 40px;
    }

    .header.light-header .header-login.header-right .login-links .loing-btn a,
    .body-overlay .header .header-login.header-right .login-links .loing-btn a,
    .header.sticky .header-login.header-right .login-links .loing-btn a {
        /*background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYgMTUuNTAzQTUuMDQxIDUuMDQxIDAgMSAwIDE2IDUuNDJhNS4wNDEgNS4wNDEgMCAwIDAgMCAxMC4wODN6bTAgMi4yMTVjLTYuNzAzIDAtMTEgMy42OTktMTEgNS41djMuMzYzaDIydi0zLjM2M2MwLTIuMTc4LTQuMDY4LTUuNS0xMS01LjV6Ii8+PC9zdmc+') no-repeat center center;*/
        background: url(../images/icon-user-pink.png) no-repeat center center;
    }

    .srl-right .srl-info .srl-text {
        max-width: 270px;
    }
    /*.srl-right .srl-info .btn {max-width:170px;font-size: 16px; height: 40px; line-height: 40px;}*/
    /*.srl-right .srl-info .srl-text{height: 46px;}*/
    .srl-right .srl-info p {
        font-size: 14px;
        line-height: 23px;
    }

    .srl-right .srl-info h4 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .inner-banner {
        height: 350px;
    }

    .sc-row .sc-item:nth-child(3n+1) {
        clear: both;
    }

    .service-detail-left h1 {
        font-size: 40px;
    }

    .service-detail-left h5 {
        font-size: 16px;
    }

    .service-detail-left p {
        font-size: 14px;
        line-height: 26px;
    }

    .service-detail-left .sd-small h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .service-detail-right {
        padding-top: 70px;
    }

    .care-plan h2 {
        margin: 0 0 10px;
        font-size: 24px;
    }

    .care-plan {
        margin: 0 0 -40px;
        padding: 40px 0 40px;
    }

    .faq-list.levelZero > .faq-item > .faq-ans,
    .faq-list.level0 > .faq-item > .faq-ans {
        padding-left: 40px;
    }

    .faq-list.levelOne > .faq-item > .faq-ans,
    .faq-list.level1 > .faq-item > .faq-ans {
        padding-left: 30px;
    }

    .faq-list .faq-item .faq-que {
        padding: 14px 50px 14px 15px;
    }

    .faq-list.levelTwo > .faq-item .faq-ans,
    .faq-list.level2 > .faq-item .faq-ans {
        padding: 10px 15px 15px;
    }

    .usefull-link-section:before {
        border-radius: 10% 10% 0% 0%;
    }

    .usefull-link-section {
        padding: 50px 0px;
        margin-bottom: -40px;
    }

    .service-detail-right.pdt-0 {
        padding-top: 20px;
    }

    .register-box .btn-box .btn {
        margin-top: 15px;
    }

    .msearch-col .from-three-col .form-group {
        width: 50%;
    }

        .msearch-col .from-three-col .form-group:nth-child(2n+1) {
            clear: both;
        }

    .msearch-box .msearch-row {
        margin-bottom: 20px;
    }

    .msearch-col .from-three-col .form-group {
        width: 100%;
        padding: 0;
    }

    .search-r-box h4 {
        font-size: 24px;
    }

    .form-group input[type="file"] {
        width: 100%;
    }

    .profile-nav {
        padding-left: 15px;
        width: 85%;
        overflow: hidden;
        overflow-x: auto;
    }
    /*02-09-2022 Start*/
    .care-result-listblock .care-column {
        width: 50%;
    }
    /*02-09-2022 End*/
}

@media (min-width: 768px) {
    .main-banner {
        background-image: none !important;
        /*added new css*/
        /*height: 490px;
        background-position: center -25px;
        background-size: auto;
        background-repeat: no-repeat;*/
    }
    /*.main-banner img{
        display:none;
    }*/

    .contact-detail .cd-item:first-child {
        /*float: right;*/
    }

    .service-info .read_link {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-btn {
        margin-top: 15px;
    }

    .header-row > .header-right .login-links .loing-btn {
        display: inline-block;
    }

    .header-row > .header-right .login-links li {
        display: none;
    }

    .main-banner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 top;
        min-height: 420px;
    }

        .main-banner img {
            display: none;
        }

        .main-banner .banner-caption {
            padding: 0 15px;
            left: 0px;
            top: 150px;
            max-width: 320px;
        }

            .main-banner .banner-caption h1 {
                font-size: 18px;
                line-height: 32px;
            }

    .section-title h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 0px;
    }

    .section-title.title-center h2 {
        margin-bottom: 10px;
    }

    .contact-detail .section-title h2 {
        text-align: left;
    }

    .section-title p {
        font-size: 14px;
        line-height: 26px;
    }

    .btn {
        font-size: 13px;
        padding: 8px 15px;
    }

    .service-box {
        padding: 0;
        border-radius: 15px;
        overflow: hidden;
    }

        .service-box .service-img {
            width: 100%;
            position: relative;
            padding-bottom: 56%;
            right: 0;
        }

    .carers-service-section {
        padding-bottom: 0px;
    }

    .news-item .news-img {
        margin-bottom: 20px;
    }

    .news-list .news-item {
        margin-bottom: 30px;
    }

    .news-info h3 {
        font-size: 20px;
    }

    .news-info .date {
        font-size: 14px;
    }

    .news-info p {
        font-size: 14px;
        line-height: 26px;
    }

    .news-info .btn {
        min-width: 160px;
    }

    .testimonial-item h4 {
        font-size: 20px;
    }

    .testimonial-item .tml-rating img {
        max-width: 140px;
    }

    .testimonial-item .date {
        margin: 0 0 10px;
    }

    .testimonial-item .tml-rating {
        margin: 0 0 17px;
    }

    .testimonial-item p {
        font-size: 14px;
        line-height: 26px;
    }

    .from-three-col .form-group {
        width: 100%;
        padding: 0px;
    }

    .contact-detail {
        padding-bottom: 10px;
    }

        .contact-detail .section-title {
            margin: 0 0 10px;
        }

        .contact-detail .contact-email {
            margin-bottom: 50px;
        }

        .contact-detail .contact-addr address {
            margin-bottom: 0px;
        }

    .footer .footer-box {
        border-radius: 0px;
    }

    .footer-address address {
        margin: 0;
    }

        .footer-address address br {
            display: none;
        }

    .footer-row {
        padding: 30px 10px 0;
    }

        .footer-row .footer-col {
            width: 50%;
            margin-bottom: 30px;
        }

            .footer-row .footer-col:nth-child(4) {
                clear: both;
            }

            .footer-row .footer-col.footer-address {
                width: 100%;
            }

    .footer-address .call-info a {
        max-width: 100%;
    }

    .footer-row .footer-col h4 {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-right {
        text-align: left;
    }

    .carer-block .find_btn.btn {
        background: #FF008D;
        color: #fff;
        width: 100%;
        max-width: 295px;
    }

    .video-block {
        display: block;
        margin: 15px -15px 0px;
    }

    .community-img {
        margin: 0 -15px;
    }

    .service-box .service-info p,
    .service-box .service-info h4 {
        height: auto;
    }

    .service-box .service-info h4 {
        font-size: 20px;
        color: #000;
    }

    .service-box .service-info {
        padding: 20px 15px;
    }

    .service-info .read_link {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        color: #007DA4;
        display: inline-block;
    }

    .service-item {
        margin: 0 0 30px;
    }

    .inner-title {
        padding: 0px 0 15px;
        margin: 0 0 15px;
    }

        .inner-title h1 {
            font-size: 24px;
            margin: 0 0 10px;
        }

        .inner-title p {
            font-size: 14px;
            line-height: 26px;
        }

    .service-list-section {
        overflow: hidden;
    }

    .advice_detail,
    .service-list-section,
    .cummunity-list {
        margin-top: 20px;
    }

    .srl-row .srl-item {
        padding: 0px;
        margin: 0 0 40px;
    }

        .srl-row .srl-item:last-child {
            margin: 0px;
        }

    .srl-item .srl-left {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        z-index: 2;
    }

    .srl-item .srl-right {
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        display: block;
        margin: -20px -35px 0;
    }

    .srl-right .srl-info {
        left: 10%;
        width: 80%;
        top: 56%;
    }

    .srl-row.left-right-srl .srl-item:nth-child(2n) {
        padding-bottom: 0;
    }

    .inner-banner {
        height: auto;
        margin-bottom: -30px;
        /*background-image: none !important;*/
        overflow: hidden;
    }

        .inner-banner .banner-shape-image {
            max-width: none;
            width: 130%;
            top: -40px;
            left: -36px;
            position: relative;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
            height: auto;
        }

    .service-detail-left h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .service-detail-right {
        padding-left: 15px;
        padding-top: 30px;
    }

    .service-detail {
        margin: 20px 0 10px;
    }

    .section-title.left-title {
        text-align: center;
    }

    .sc-row .sc-item:nth-child(2n) {
        clear: both;
    }

    .news-section.cummunity-list {
        padding-top: 0;
    }

    .loader img {
        max-width: 50px;
    }

    .care-plan:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .care-plan:after {
        display: none;
    }

    .care-plan .btn {
        max-width: 150px;
    }

    .faq-list .faq-item .faq-que h4 {
        font-size: 14px;
    }

    .faq-header p {
        font-size: 14px;
        line-height: 23px;
    }

    .faq-list.levelZero > .faq-item > .faq-ans,
    .faq-list.level0 > .faq-item > .faq-ans {
        padding-left: 10px;
    }

    .faq-list.levelOne > .faq-item > .faq-ans,
    .faq-list.level1 > .faq-item > .faq-ans {
        padding-left: 10px;
    }

    .faq-list .faq-item .faq-ans p {
        font-size: 13px;
        line-height: 20px;
    }

    .faq_listing {
        margin-top: 20px;
    }

    .faq-header h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .usefull-link-section:before {
        display: none;
    }

    .uf-link-list {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .usefull-link-section {
        margin-top: 0px;
        padding: 30px 0px;
    }

        .usefull-link-section .section-title h2 {
            text-align: left;
        }

        .usefull-link-section .section-title h5 {
            font-size: 16px;
            margin: 10px 0 20px;
            line-height: 31px;
        }

    .uf-link li a {
        text-decoration: underline;
        border: none;
    }

    .usefull-link-section .section-title {
        text-align: left;
    }

    .header.light-header {
        box-shadow: none;
        background: #fff;
        border-bottom: 1px solid #b5d9d9;
    }

    /*.inner-banner .banner-shape-image{max-width: 360px;}*/
    .cummunity-list .view-all {
        padding: 20px 0 0;
    }

    .care-plan {
        margin: 20px 0 -40px;
    }

    .btn_block .btn {
        margin-right: 10px;
        max-width: 145px;
    }

    .inner-contact {
        padding: 0 15px;
    }

        .inner-contact .input-label {
            display: none;
        }

    .client-carer .btn_block .btn {
        max-width: 185px;
    }

    .chat-sidebar {
        margin: 15px 0px;
        border-radius: 0;
    }

    .chat-section {
        margin-bottom: 30px;
    }

    .register-box {
        min-height: 1px;
        margin: 0 0 30px;
        padding: 25px 15px;
    }

        .register-box .register-text {
            min-height: 1px;
        }

        .register-box h2 {
            margin: 0 0 10px;
            font-size: 22px;
        }

    .login-register {
        padding: 15px 0px 0px;
    }

    .common-form .from-two-col .form-group {
        width: 100%;
        padding: 0px;
    }

    .login-page {
        background: no-repeat;
        margin-top: 20px;
    }

    .msearch-box {
        padding: 15px;
    }

    .msearch-left-box {
        padding: 10px;
        margin: 0 0 20px;
    }

    .msearch-col-title h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .msearch-head .inner-title {
        margin-bottom: 5px;
    }

    .msearch-box .form-group {
        margin-bottom: 15px;
    }

    .search-title-section h3 {
        font-size: 20px;
        padding-right: 40px;
        padding-left: 0px;
    }

        .search-title-section h3:before {
            border-top: 2px solid #000;
            border-right: 2px solid #000;
            width: 10px;
            height: 10px;
            right: 5px;
            top: 4px;
        }

    .search-title-section {
        padding: 0px;
    }

    .msearch-body .msearch-item {
        margin-bottom: 30px;
    }

    .msearch-progress {
        height: 7px;
    }

    .manual-search-page {
        padding: 10px 0px 0px;
    }

    .msearch-footer .btn {
        min-width: 100%;
        margin: 10px 0px;
        width: 100%;
    }

    .tk-page .inner-title h1 {
        line-height: 34px;
    }

    .tk-page {
        padding-bottom: 30px;
    }

    .search-list .search-r-item {
        width: 100%;
        margin: 15px 0;
    }

    .search-r-box .search-profile {
        width: 60px;
        height: 60px;
    }

    .search-list .search-r-item .search-r-box {
        padding-left: 70px;
    }

    .search-list {
        padding: 30px 0 10px;
    }

    .sr-dropdown .srd-item {
        width: 50%;
        margin-top: -1px;
    }

    .sr-head p {
        font-size: 14px;
        line-height: 23px;
    }

    .sr-head ul li a {
        font-size: 12px;
    }

    .sr-pagination .peg-nav {
        /*width: 100%;*/
        /*margin-bottom: 15px;*/
    }


    .carer-prf-head .cp-left {
        width: 100%;
        display: block;
        margin: 0 auto 20px;
        vertical-align: top;
    }

    .cp-left .cp-img {
        display: block;
        margin: 0 auto;
    }

    .cp-profile-text h3 {
        font-size: 28px;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 10px;
    }

    .carer-prf-head .cp-right {
        display: block;
        width: 100%;
    }

    .carer-profile-page {
        padding: 20px 0px 0px;
    }

    .cp-profile-text ul li {
        width: 100%;
        margin: 5px 0px;
    }

    .cp-btn .btn {
        min-width: 143px;
    }

    .carer-profile-content {
        padding: 30px 0 0;
    }

        .carer-profile-content h3 {
            font-size: 24px;
        }

    .crp-box {
        padding: 20px 15px;
    }

    .carer-profile-content .crp-col {
        margin: 0 0 30px;
    }

    .crp-ritem .rvw-info .rvw-rating {
        display: block;
        float: none;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .crp-ritem .rvw-info .rvw_date {
        margin: 8px 0 4px;
    }
    /*.carer-profile-content .crp-col:last-child{margin-bottom: 0px;}*/

    .cbp-list .cbp-item .cbp-content {
        padding: 0;
    }
    /*02-09-2022 Start*/
    .care-result-section .form-row {
        display: block;
    }

        .care-result-section .form-row .sorting-col {
            align-items: center;
        }

            .care-result-section .form-row .sorting-col label {
                padding: 0;
                margin: 0;
            }

    /* .care-result-section .form-row .sorting-item {
                    margin: 0;
                }*/

    .care-result-listblock .care-column {
        width: 100%;
    }

    .search-criteria-sidebar .search-criteria-sidebar-content {
        padding: 20px 15px;
    }

    .care-result-section .searchResultPagination .peg-nav li {
        margin: 2px;
    }

    .care-result-section .searchResultPagination.sr-pagination .peg-nav li span {
        padding: 0 2px;
    }
    /*02-09-2022 End*/
}

@media (max-width: 575px) {
    .sc-row .sc-item {
        margin: 15px 0;
        display: inline-block;
        width: 100%;
    }

    .reg-form .form-group .find_btn {
        display: block;
        margin: 15px 0 0;
    }

    .reg-form .form-group .form-control {
        max-width: 100%;
    }
    /*.address-group{margin: 0px;}*/
    .reg-form .inline-group.group-border {
        margin-bottom: 25px;
        padding-bottom: 0;
    }

    .reg-form .inline-group .form-group {
        padding: 0px;
    }

    .reg-form .form-group {
        margin-bottom: 25px;
        display: block;
    }

    .inline-checkbox .medium_checkbox {
        display: block;
    }

    .gender-selectbox {
        min-width: 100%;
        max-width: 100%;
    }
    /*02-09-2022 Start*/
    .care-result-section .form-row .sorting-col {
        display: block;
        margin: 0;
    }

    .care-result-section .form-row .sorting-item {
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%;
    }

    .care-result-section .form-row .sorting-col label {
        margin-bottom: 5px;
    }
    /*02-09-2022 End*/


    .care-result-section.light-bluebg .sorting-col .sorting-item.search-items {
        width: 100%;
    }
}
/*02-09-2022 Start*/
@media screen and (max-width:479px) {
    .search-criteria-sidebar .search-criteria-row .radio-col,
    .search-criteria-sidebar .search-criteria-row .checkbox-col {
        width: 160px;
    }
}
/*02-09-2022 End*/

@media (max-width: 359px) {
    .footer-row .footer-col {
        width: 100%;
    }

    .btn_block .btn {
        margin-right: 2px;
        max-width: 140px;
    }
}




@media screen and (max-width: 1340px) {
    .cca-btns li {
        display: inline-block;
        margin: 5px 0px;
    }

    .carer-jov-inv .cji-item {
        width: 100%;
        padding: 0px;
    }

        .carer-jov-inv .cji-item:last-child {
            width: 100%;
            margin-top: 40px;
        }

    .cbp-form.common-form .form-control {
        min-width: 180px;
    }

    .cbp-form.common-form .cbp-number .form-control {
        min-width: 158px;
    }
}

@media screen and (max-width: 1199px) {
    /* .carer-account-list .caccount-item{width:50%} */

    .login-footer .footer-nav ul li {
        margin-right: 20px;
    }

    .cc-event-page {
        padding: 10px 30px 30px;
    }

    .cce-list .cce-item {
        padding: 0px;
        width: 100%;
    }

    .cc-event-news:before {
        display: none;
    }

    .cc-event-news .cc-event-item {
        width: 100%;
        padding: 0px;
    }

        .cc-event-news .cc-event-item:last-child {
            margin-top: 40px;
        }

    .hc-topic-list .hc-topic-item {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .hc-faq .container {
        padding-right: 30px
    }

    .carer-share-user .csu-item {
        width: 100%;
        padding: 0px;
    }

    .carer-share-list h4 {
        margin: 0 0 20px;
    }

    .carer-share-user .csu-item.csu-item-add {
        margin-bottom: 20px;
    }

    .history-info table.dataTable thead th {
        font-size: 14px;
    }

    .ntf-search {
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    /* .carer-account-list .caccount-item{width:100%} */
    .login-footer .footer-nav ul li {
        margin-right: 10px;
        margin-left: 0;
    }

    .login-footer,
    .minimize-sidebar .login-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .chub-section {
        padding: 20px;
    }

    .msg-box p {
        font-size: 14px;
    }

    .caf-list .caf-item {
        padding-right: 15px;
    }

        .caf-list .caf-item .caf-box {
            min-width: 200px;
        }

    .cce-detail-page {
        padding-right: 0;
        padding-top: 60px;
        margin-top: 25px;
    }

    .print-share > li {
        display: inline-block;
        margin-left: 20px;
    }

    .cce-detail-page .back_all {
        margin-top: 25px;
    }

    .cca-profile-info ul {
        display: block;
        margin-top: 15px;
    }

    .cca-body {
        margin-top: 10px;
    }

    .cca-profile h4 {
        font-size: 20px;
    }

    .cbp-form .inline-group .form-group {
        width: 100%;
        padding: 0px;
    }

    .master-payment .master-left {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }

    .master-payment .master-right {
        width: 100%;
    }

    .user-account-list .user-account-head h4 {
        font-size: 24px;
    }

    .common-padding {
        padding: 20px;
    }

    .user-account-item {
        margin-bottom: 20px;
    }

    .user-account-form,
    .master-payment {
        padding: 0px;
    }

    .hc-topic-list .hc-topic-item {
        padding-right: 15px;
        margin-bottom: 15px;
        width: 50%;
    }

    .hc-faq .container {
        padding-right: 15px
    }

    .hc-title h1 {
        font-size: 24px;
    }

    .carer-share-list .carer-share-col {
        width: 100%;
    }

    .carer-share-list .carer-share-access {
        width: 100%;
        margin-top: 30px;
        padding: 0px;
    }

    .payment-row .payment-item {
        width: 100%;
        padding-right: 0;
    }

        .payment-row .payment-item:last-child {
            margin-top: 30px;
        }

    .history-table-btn {
        margin-top: 20px;
        width: 100%;
        text-align: right;
    }

        .history-table-btn .btn {
            margin-right: 0px;
            margin-left: 15px;
        }

    .billing-invoice-block .bi-left {
        width: 100%;
        padding: 0px;
    }

    .billing-invoice-block .bi-right {
        width: 100%;
        margin-top: 30px;
    }

    .ntf-list .ntf-checkbox {
        margin-bottom: 20px;
    }
    /*.header-profile > a {
        padding: 14px 15px 13px 10px;
    }*/
    .register-box p {
        line-height: 22px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-header {
        display: none;
    }

    .login-header-logo {
        display: none;
    }

    .no-header .login-main-section {
        padding-top: 0px !important;
    }

    .minimize-sidebar .login-header {
        left: 84px;
    }
}

@media screen and (max-width: 767px) {
    .login-body {
        padding-left: 84px;
    }

    .main-sidebar {
        width: 84px;
    }

        .main-sidebar .minimize-btn {
            display: none;
        }
    /*.sidebar-logo {display: none;}*/
    .header-profile > a {
        font-size: 0px;
    }

    .chub-section {
        padding: 15px;
    }

    .msg-box {
        padding: 20px;
    }

        .msg-box .btn {
            position: static;
            right: 0;
            top: 0;
            transform: none;
            margin-top: 20px;
        }

    .login-body {
        padding: 0px !important;
    }

    .main-sidebar {
        left: -100%;
        width: 258px;
        border-radius: 0;
    }

    .login-footer {
        position: relative;
        padding: 20px;
    }

        .login-footer .footer-copyright {
            display: block;
            float: none;
            text-align: center;
            margin: 15px 0 0;
        }

        .login-footer .footer-nav {
            display: inline-block;
            text-align: center;
            width: 100%;
        }

            .login-footer .footer-nav ul li {
                margin: 0 5px;
            }

    .login-header {
        border-radius: 0px;
        position: fixed;
        padding-right: 80px;
        width: 100%;
        left: 0px;
        top: 0px;
    }

    .header-profile > a {
        font-size: 0px;
    }

    .login-header-logo {
        display: inline-block;
        max-width: 160px;
        margin-top: 20px;
        padding-left: 50px;
    }

        .login-header-logo img {
            width: 100%;
        }

    .ms-menu span {
        display: block;
        background: #fff;
        height: 4px;
        margin: 5px 0;
    }

    .ms-menu {
        position: absolute;
        left: 14px;
        top: 16px;
        width: 25px;
    }

    .main-sidebar {
        top: 40px;
        bottom: 0px;
        transition: all 0.3s ease-in-out 0s;
        z-index: 9999;
    }

    .msidebar-overlay .main-sidebar {
        left: 0px;
    }

    .main-sidebar .mCustomScrollBox .mCSB_container {
        padding: 60px 0px 10px;
    }

    .care-record-section {
        padding: 20px 15px;
    }

    .lm-menu {
        left: auto;
        right: 34px;
    }

    .header-nav {
        bottom: 0px;
    }

    .common-padding {
        padding: 20px 15px;
    }

    .caf-list .caf-item {
        width: 100%;
        padding: 0px;
    }

        .caf-list .caf-item .caf-box {
            min-width: 1px;
        }

    .pp-title {
        margin: 0 0 25px;
    }

        .pp-title h1 {
            font-size: 24px;
            padding: 0 0 10px;
            border-width: 1px;
        }

    .ccetitle h1 {
        font-size: 20px;
    }

    .ccetitle {
        margin: 12px 0 20px;
        padding: 0 0 10px;
    }

    .cce-latest {
        margin-bottom: 15px;
    }

    .cce-list .cce-item .cce-img {
        width: 100%;
        margin: 0 0 10px;
    }

    .cce-list .cce-item .cce-info {
        width: 100%;
        padding: 0;
    }

    .cc-event-page {
        padding: 10px 15px 30px;
    }

    .cce-list .cce-item {
        margin-bottom: 20px;
    }

    .cca-btns li {
        padding-right: 5px;
    }

        .cca-btns li a {
            padding: 9px 10px;
        }

    .current-account-list .current-account-item {
        padding: 10px;
        margin-bottom: 15px;
    }

        .current-account-list .current-account-item:before {
            display: none;
        }

    .pp-contact .contact-form {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .app-links .app-banner {
        width: 100%;
        text-align: center;
    }

    .app-links .app-store-list {
        width: 100%;
        padding-top: 20px;
    }

    .app-link-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .cbp-list .cbp-item .cbp-head1,
    .cbp-list .cbp-item .cbp-head {
        padding: 15px 0px;
    }
    /*.cbp-list .cbp-item .cbp-content{padding: 0 10px;}*/
    .cbp-request .cbp-text .btn {
        margin-top: 20px;
    }

    .hc-topics {
        margin-top: 20px;
    }

        .hc-topics h3 {
            margin-bottom: 20px;
        }

    .hc-topic-list .hc-topic-item {
        padding: 0px;
        width: 100%;
    }

    .hc-faq .container {
        padding-right: 0px
    }

    .hcc-bx {
        padding: 20px;
    }

    .hc-find-carer p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .hc-find-carer .go_back {
        margin-top: 20px;
    }

    .share-title h1 {
        font-size: 24px;
    }

    .share-title {
        margin: 0 0 20px;
        padding: 0 0 10px;
    }

    .sa-table tr td:first-child, .sa-table tr td:nth-child(2) {
        min-width: 90px;
    }

    .sa-table tr td {
        padding: 10px 10px;
    }

    .payment-detail .table-responsive {
        border: none;
    }

    .payment-detail-table tr td img {
        margin-right: 0px;
    }

        .payment-detail-table tr td img + p {
            margin-right: 0px;
            margin-top: 5px;
        }

    .history-info .table-responsive {
        border: none;
    }

    .history-table-btn {
        text-align: center;
    }

        .history-table-btn .btn {
            margin: 0 auto;
        }

    .history-info table.dataTable thead th img {
        margin-left: 0px;
    }

    .ntf-row .ntf-item {
        padding: 15px;
    }

    .ntf-search {
        max-width: 100%;
        width: 100%;
    }

    .ntf-box h4 {
        font-size: 16px;
    }

    .page404-section .go_back.btn {
        line-height: 38px;
    }

    .bubble {
        display: none;
    }

    .cookie-section {
        text-align: left;
        padding: 5px 0px 10px;
    }

        .cookie-section p {
            margin: 0px 0 0;
            font-size: 12px;
            width: 60%;
        }

        .cookie-section .lm_btn {
            float: right;
            margin-top: 5px;
        }

    .home .help-header,
    .help-header {
        display: none;
    }

    .service-detail-left h5 {
        font-size: 14px;
        line-height: 22px;
    }

    #backgroudWrap .login-header {
        left: 0 !important;
        top: 40px;
        /*top: 30px;*/
        padding-right: 35px;
    }

    .login-header .login-header-logo {
        display: none;
    }

    .client-becky-profile {
        margin-top: 30px;
    }

    .history-info table {
        font-size: 12px;
    }

        .history-info table tr th, .history-info table tr td {
            padding: 10px 5px;
            padding: 10px 5px;
        }
}

@media screen and (max-width:575px) {
    .pp-list .pp-item {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

        .pp-list .pp-item .pp-box {
            min-width: 1px;
        }
}

@media screen and (max-width:359px) {
    .header-profile > a {
        padding: 14px 15px 13px 0px;
    }
}

.cstminput {
    -webkit-appearance: radio;
}

.reg-form .form-group .form-label.inline-label {
    /* display: inline-block; */
    margin-right: 20px;
}

.main-group.group-border {
    margin-bottom: 35px;
}

.right-btn {
    float: right;
    clear: both;
}

.insertPanel {
    padding: 10px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}

.delete_panel {
    float: right;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

.addrow {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #237ba0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

    .addrow .btn {
        height: inherit;
        line-height: normal;
        font-size: 14px;
        padding: 2px 15px;
    }

    .addrow h2 {
        font-size: 16px;
        margin: 0;
    }
/* .rowParentWork:first-child .workHistoryPanel .deleteRowforWork {
    display:none;
} */
.workHistoryPanel .deleteRowforWork,
.emCont .deleteRowforWork {
    display: none;
}

.workHistoryPanel.deleteSHow .deleteRowforWork,
.emCont.deleteSHow .deleteRowforWork {
    display: block;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom_radio [type="radio"]:checked + label,
    .custom_radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .custom_radio [type="radio"]:checked + label:before,
        .custom_radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #c3c3c3;
            border-radius: 100%;
            background: #fff;
        }

.custom_radio label {
    font-size: 14px;
    font-weight: normal;
}

.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #237ba0;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.history-checkbox.history-checkbox-grey {
    border: 2px solid #bdbdbd;
}

.history-checkbox-grey .check-mark {
    border-top: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
}

.history-checkbox.history-checkbox-white {
    border: 2px solid #fff;
}

.history-checkbox-white .check-mark {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.showform {
    padding-right: 0px !important;
}

.about_us p {
    font-size: 16px; /*--Commit By Ashwini(04/03/2022)*/
}
