/* Care advisor again */

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

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

.ca-tabs li a {
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    /* color: #FFFFFF; */
    padding: 16px 22px;
}

ul.ca-tabs li.active a {
    text-decoration: none;
    border-bottom: 4px solid #FF9B41;
    font-family: 'Titillium-bold';
    font-weight: 700;
    /* background: #fff; */
    /* border-radius: 32px; */
    /* color: #0062AB; */
}

.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;
    margin-bottom: 30px;
}

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

.layout {
    max-height: 377px;
}

.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:542px) {
    ul.ca-tabs li:nth-child(3) a {
        width: 73px;
        word-wrap: break-word;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    /* ul.ca-tabs li.slick-current.slick-active a {
        text-decoration: none;
        background: #fff;
        border-radius: 32px;
        color: #0062AB;
    } */

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

    .ca-tabs li {
        width: 100 !important;
        padding: 0px;
        margin: 0px 0px;
    }

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

    ul.ca-tabs li:first-child a {
        padding-left: 0px;
    }

    ul.ca-tabs li:first-child.active a {
        padding-left: 0px;
    }

    ul.ca-tabs li.active a {
        text-decoration: none;
        /* background: transparent; */
        border-radius: unset;
        color: #0062AB;
        font-size: 14px;
        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: 14px;
        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;
        margin-bottom: 18px;
        padding: 0px 20px;
        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 {
        margin-right: -7px;
    }

    .ca-tabs .slick-prev {
        margin-left: -1px;
    }

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

.dsp-none {
    display: none;
}