.career-agents {
    padding: 0px;
    /*margin-top: 63px;*/
    margin-bottom: 88px;
}

.career-agents-content {
    display: flex;
    /* gap: 54px; */
    justify-content: space-between;
    align-items: center;
    padding-bottom: 61px;
}

.career-agents-left-side {
    padding-top: 99px;
    /* width: 50%; */
    max-width: 489px;
}

.career-agents-left-side h2 {
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #0062AB;
    margin-bottom: 0px;
}

.career-agents-left-side h3 {
    /* width: 412px; */
    color: #000;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    padding-bottom: 20px;
}

.career-agents-left-side p {
    color: #000;
    font-family: 'Titillium-light';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
}

.career-agents-right-side {
    /* width: 50%; */
}

.career-agents-right-side .certificate-img {
    width: 100%;
    height: 100%;
}

.certificate-img img {
    width: 487px;
    height: 333px;
}

.enroll-now-div {
    width: 190px;
    margin: 46px auto 0;
}

.enroll-now-div .enroll-now-btn {
    padding: 16px 10px;
    background-color: #0062AB;
    border-radius: 40px;
    border: none;
    color: #fff;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 24px;
    /*line-height: 45px;*/
    cursor: pointer;
    width: 190PX;
}

/* 
.career-agent-card-list ul {
    display: flex;
    gap: 3px;
}
.career-agent-card-list ul li:nth-child(1),
.career-agent-card-list ul li:nth-child(2),
.career-agent-card-list ul li:nth-child(3),
.career-agent-card-list ul li:nth-child(4),
.career-agent-card-list ul li:nth-child(5) {
    background-color: #26B7A8;
    border: 1px solid #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 30px #00000029;
    padding: 45px 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.career-agent-card-list ul li:nth-child(1)::before{    content: "";    background-image: url('clientlib/assets/images/career-agent-list-icon.svg');    background-position: center;    background-repeat: no-repeat;    background-size: cover;    width: 100%;} .career-agent-card-list ul li:nth-child(2) {
    background-color: #2D3081;
    padding: 45px 66px;
}
.career-agent-card-list ul li:nth-child(3) {
    background-color: #649D23;
    padding: 32px 55px;
}
.career-agent-card-list ul li:nth-child(4) {
    background-color: #B9711E;
    padding: 59px 49px;
}
.career-agent-card-list ul li:nth-child(5) {
    background-color: #D84760;
    padding: 59px 56px;
}
.career-agent-card-list ul li:nth-child(1) p,
.career-agent-card-list ul li:nth-child(2) p,
.career-agent-card-list ul li:nth-child(3) p,
.career-agent-card-list ul li:nth-child(4) p,
.career-agent-card-list ul li:nth-child(5) p {
    color: #fff;
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.career-agent-card-list ul li:nth-child(1) img,
.career-agent-card-list ul li:nth-child(2) img,
.career-agent-card-list ul li:nth-child(3) img,
.career-agent-card-list ul li:nth-child(4) img {
    position: absolute;
    right: -20px;
    z-index: 1;
}

.career-agent-card-list ul li:last-child img {
    display: none;
}*/

.career-agent-card-list ul {
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.career-agent-card-list li {
    width: 33.3%;
}

.career-agent-card-list ul li .step-list {
    border: 1px solid #F89C30;
    border-radius: 12px;
    text-align: center;
    position: relative;
    padding: 34px 20px 23px;
    height: 100%;
}

.step-list .counter-steplist {
    border-radius: 50%;
    color: #fff;
    background-color: #2B8AD3;
    font-size: 16px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    width: 31px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.step-list .step-para {
    color: #0062AB;
    font-size: 20px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    line-height: 28px;
}

/*********** Career Agent Mobile View ***********/
@media screen and (min-width:320px) and (max-width:767px) {
    .career-agents {
        padding: 0px;
        border: 1px solid #0062AB;
        border-radius: 29px;
        margin: 0px 20px 53px;
    }

    .career-agents-content {
        flex-direction: column;
    }

    .career-agents-content .career-agents-left-side {
        padding: 0px 31px;
    	max-width: 100%;
    }

    .career-agents-left-side h2 {
        font-size: 30px;
        line-height: 36px;
        padding: 20px 0px 11px;
    }

    .career-agents-left-side h3 {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 21px;
    }

    /* .career-agent-card-list ul {
        flex-direction: column;
        gap: 7px;
    }

    .career-agent-card-list ul li:nth-child(1) img,
    .career-agent-card-list ul li:nth-child(2) img,
    .career-agent-card-list ul li:nth-child(3) img,
    .career-agent-card-list ul li:nth-child(4) img {
        right: unset;
        bottom: -20px;
        transform: rotate(90deg);
    }

    .career-agent-card-list ul li:nth-child(1),
    .career-agent-card-list ul li:nth-child(2),
    .career-agent-card-list ul li:nth-child(3),
    .career-agent-card-list ul li:nth-child(4),
    .career-agent-card-list ul li:nth-child(5) {
        padding: 35px 5px;
    } */

    .career-agents-left-side p {
        width: 100%;
        padding-bottom: 27px;
        line-height: 28px;
    }

    .career-agents-left-side button {
        padding: 13px 40px;
    }

    .career-agents-content .career-agents-right-side {
        margin: 0px 15px;
    }

    .career-agents-right-side .certificate-img {
        width: 100%;
        height: 100%;
    }

    .certificate-img img {
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

    .career-agents .career-agent-card-list {
        padding: 0px 27px;
    }

    .career-agent-card-list ul {
        flex-direction: column;
    }

    .career-agent-card-list ul li {
        width: 100%;
    }

    .career-agent-card-list ul li .step-list {
        padding: 21px 20px 14px;
    }

    .step-list .step-para {
        font-size: 18px;
    }

    .enroll-now-div {
        margin-bottom: 29px;
    }

    .enroll-now-div .enroll-now-btn {
        padding: 15px;
    }
}