.ctrEnrl003 {
    padding: 50px 0;
}

.ctrEnrl003 .headerTitle {
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
    text-transform: none;
    text-align: center;
    margin-bottom:20px;
}

.ctrEnrl003 p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
}

.ctrEnrl003 .cerCont {
    margin-bottom: 20px;
    cursor: pointer;
}

.ctrEnrl003 .cerCont.active .cerBoxShadow {
    outline: 2px solid #000;
    transition: outline 0.2s ease-in-out;
}

.ctrEnrl003 .cerCont .cerBoxShadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 100%;
}

.ctrEnrl003 .imgCont {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.ctrEnrl003 .index {
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    left: 10px;
    font-weight: 600;
}

.ctrEnrl003 .imgCont .light,
.ctrEnrl003 .imgCont .dark {
    height: 100%;
}

.ctrEnrl003 .imgCont .light {
    background: #7A829B;
}

.ctrEnrl003 .imgCont .dark {
    background: #525968;
}

.ctrEnrl003 .cerCont:nth-child(1) .light,
.r1:nth-child(1) .light {
    background: #7A829B;
}
.ctrEnrl003 .cerCont:nth-child(1) .dark,
.r1:nth-child(1) .dark {
    background: #525968;
}

.ctrEnrl003 .cerCont:nth-child(2) .light {
    background: #D24B3A;
}
.ctrEnrl003 .cerCont:nth-child(2) .dark {
    background: #AE3B33;
}

.ctrEnrl003 .cerCont:nth-child(3) .light {
    background: #ECDE49;
}
.ctrEnrl003 .cerCont:nth-child(3) .dark {
    background: #D8C62D;
}

.ctrEnrl003 .imgCont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100px;
    max-width: 100px;
    z-index: 2;
}

.ctrEnrl003 .cerCont .content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.ctrEnrl003 .cerCont .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 1rem 0;
}

.ctrEnrl003 .cerCont .description span {
    display: block;
}

.ctrEnrl003 .fullDescriptionCont {
    margin-top: 20px;
}

.ctrEnrl003 .cerContOuter {
    justify-content: center;
}
.ctrEnrl003 .primary-theme-btn {margin-top:15px}

/* MOBILE VER START */
.ctrEnrl003 .mblVer .rptCon {box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.2);background:#fff;margin-bottom:15px;}
.ctrEnrl003 .mblVer .rptHead {position:relative;height:65px;display:flex;width:100%}
.ctrEnrl003 .mblVer .rptHead .c1 {display:flex;width:80px;align-items:center}
.ctrEnrl003 .mblVer .rptHead .index {position:static;margin-left:13px;width:35px;height:35px;line-height:35px}
.ctrEnrl003 .mblVer .rptHead .c2 {flex:1}

.ctrEnrl003 .mblVer .rptHead .h3 {position:absolute;top:50%;transform:translateY(-50%);background:transparent;color:#fff;font-size:17px;left:116px;width:205px}
.ctrEnrl003 .mblVer .rptHead img {position:absolute;width:40px;height:40px;top:50%;transform:translateY(-50%);left:60px}
.ctrEnrl003 .mblVer .rptHead.rh1 img {width:40px;left:60px}
.ctrEnrl003 .mblVer .rptHead.rh3 img {width:50px;left:55px}
.ctrEnrl003 .mblVer .rh1 .c1 { background: #7A829B }
.ctrEnrl003 .mblVer .rh1 .c2 { background: #525968 }
.ctrEnrl003 .mblVer .rh2 .c1 { background: #D24B3A }
.ctrEnrl003 .mblVer .rh2 .c2 { background: #AE3B33 }
.ctrEnrl003 .mblVer .rh3 .c1 { background: #cbbf3f }
.ctrEnrl003 .mblVer .rh3 .c2 { background: #a99b22 }

.ctrEnrl003 .mblVer .rptCont {padding:10px}
.ctrEnrl003 .mblVer .rptCont p {font-size:15px;text-align:center}

@media (min-width:768px) {
    .ctrEnrl003 .mblVer .rptHead .h3 {font-size:19px;width:400px}
    .ctrEnrl003 .mblVer .rptCont p {font-size:17px}
}
/* MOBILE VER END */



@media (min-width: 768px) {
    .ctrEnrl003 .cerContOuter {
        justify-content: unset;
    }
}

@media (min-width: 992px) {
    .ctrEnrl003 {margin-bottom:50px}
    .ctrEnrl003 .headerTitle {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .ctrEnrl003 p {
        font-size: 19px;
        line-height: 29px;
    }

    .ctrEnrl003 .imgCont .index {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 10px;
        left: 10px;
    }
}
