/* Care advisor again */
.care-advisor-wrap {
    padding-top: 40px;
}

.care-advisor-wrap h2 {
    text-align: center;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    padding: unset;
    margin-bottom: 47px;
    color: #000;
}

.ca-tabs {
    display: flex;
    justify-content: center;
    padding: 2px;
    /* background-color: #0062AB; */
    /* border-radius: 32px; */
    justify-content: space-between;
    gap: 0 39px;
    margin-bottom: 35px;
    padding: 16px 0;
    border-bottom: 1px solid #0062AB;
    overflow: auto;
}

.ca-tabs::-webkit-scrollbar {
    display: none;
}

.ca-tabs li {
    font-size: unset;
    line-height: unset;
}

.ca-tabs li a {
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    /* color: #FFFFFF; */
    padding: 16px 0;
    text-wrap: nowrap;
    white-space: nowrap;
    cursor: pointer;
}

ul.ca-tabs li.active a {
    font-family: 'Titillium-bold';
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #FF9B41;
    text-decoration-thickness: 4px;
    text-underline-offset: 19px;
}

.become-care-advisor-points {
    /*width: calc(100% - 675px);*/
    position: relative;
}

.care-advisor-points {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bullets {
    min-width: 22px;
    height: 22px;
    background-color: #FF9B41;
    border-radius: 50%;
    margin-right: 26px;
    position: relative;
    margin-top: 5px;
}

.care-advisor-points p {
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

.under-line {
    position: absolute;
    transform: rotate(90deg);
    border: 1px dashed #0062AB;
    width: 270px;
    z-index: -1;
    top: 154px;
    right: 246px;
}

.points-nd-video {
    display: flex;
    gap: 40px;
    padding-bottom: 50px;
}

.care-advisor-video {
    max-width: 672px;
    width: 100%;
}

.layout {
    height: 368px;
    max-width: 650px;
}

.layout img {
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px #F89C30;
    border-radius: 25px;
}

.become-care-advisor-points-content {
    width: 50%
}

.become-care-advisor-points-content .listPara {
    color: #000;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    padding-bottom: 35px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    ul.ca-tabs li.slick-current.slick-active a {
        text-decoration: underline;
        text-decoration-color: #FF9B41;
        text-decoration-thickness: 4px;
        text-underline-offset: 19px;
        font-weight: 700;
        font-size: 20px;
        line-height: 19px;
    }

    .ca-tabs {
        margin: 0px -20px 28px;
        padding: 0 60px;
    }

    .ca-tabs li {
        padding: 0px;
        margin: 0px 0px;
    }

    li.cab-tabs-li a {
        font-family: 'Titillium-regular';
        font-weight: 400;
        color: #fff;
        padding: 14px 60px 14px 0;
        text-decoration: none;
    }

    .slick-next.slick-disabled {
        display: none;
    }

    ul.ca-tabs li.active a {
        text-decoration: none;
        /* background: transparent; */
        border-radius: unset;
        color: #0062AB;
        font-size: 20px;
        line-height: 19px;
        font-family: 'Titillium-bold';
        font-weight: 700;
    }

    ul.ca-tabs li a {
        font-family: 'Titillium-regular';
        font-weight: 400;
        color: #0062AB;
        /* padding: 14px 17px; */
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

    .points-nd-video {
        flex-direction: column;
        padding: 0px;
        margin-bottom: 64px;
    }

    .care-advisor-wrap {
        padding: 0px;
        margin-right: 0px;
    }

    .care-advisor-wrap h2 {
        font-size: 28px;
        line-height: 38px;
        padding: 0px 20px 32px;
        text-align: left;
    }

    .care-advisor-wrap .tab-content {
        padding: 0px 20px;
    }


    .become-care-advisor-points {
        width: 100%;
    }

    .under-line {
        left: -104px;
        right: unset;
        display: none;
    }

    /* Tab Slider CSS */
    .ca-tabs .slick-next:before,
    .ca-tabs .slick-prev:before {
        content: '';
    }

    .ca-tabs .slick-next,
    .ca-tabs .slick-prev {
        right: 30px;
        border: solid #000;
        border-width: 3px 3px 0 0;
        transform: translate(0, -50%) rotate(45deg);
        width: 15px;
        height: 15px;
    }

    .ca-tabs .slick-prev {
        right: unset;
        left: 25px;
        border-width: 0 0 3px 3px;
    }

    .become-care-advisor-points-content {
        width: 100%
    }

    .care-advisor-video {
        max-width: unset;
        padding: 0 10px;
    }

    .layout {
        max-width: unset;
        height: unset;
    }
}

.dsp-none {
    display: none;
}