
.technology-sec .section-subtitle:last-child {
    padding-block-end: 0;
}

.discover-sec .cmmn-img-card-logo a {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.discover-sec .cmmn-img-card-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* banner-custom-slider */
#customSliderCourseMenu {
    height: fit-content;
    position: relative;
    overflow: hidden;
}

#customSliderCourseMenu .slider-item {
    height: 100%;
    overflow: auto;
    white-space: nowrap;
    padding-inline: 32px;
}

#customSliderCourseMenu .slider-item a {
    width: fit-content;
    display: inline-block;
    color: #333;
    position: relative;
    /* height: 100%; */
}

#customSliderCourseMenu .slider-item a:hover .item {
    color: #3c04d4 !important;
    background-color: #e9e9e9;
    text-decoration: none;
}

.over-slider-menu-sticky.is-sticky #customSliderCourseMenu .slider-item a:hover .item {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderCourseMenu .slider-item a:hover .select-item .form-select {
    color: #3c04d4 !important;
}

#customSliderCourseMenu .slider-item::-webkit-scrollbar {
    display: none;
}

#customSliderCourseMenu .slider-item .item {
    width: fit-content !important;
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    padding: 12px 25px;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.over-slider-menu-sticky.is-sticky #customSliderCourseMenu .slider-item .item {
    color: #fff !important;
    font-size: 12px;
}

#customSliderCourseMenu .slider-item a span {
    width: 1px;
    height: 30px;
    background: #e9e9e9;
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    right: 0;
}

#customSliderCourseMenu .slider-item .item:hover {
    color: #3c04d4;
    background-color: #e9e9e9;
}

.over-slider-menu-sticky.is-sticky #customSliderCourseMenu .slider-item .item:hover {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderCourseMenu .slider-item .active div,
#customSliderCourseMenu .slider-item .active .form-select {
    color: #3c04d4 !important;
}

.over-slider-menu-sticky.is-sticky #customSliderCourseMenu .slider-item .active div,
.over-slider-menu-sticky.is-sticky #customSliderCourseMenu .slider-item .active .form-select {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderCourseMenu .slider-item .selectItemBx,
#customSliderCourseMenu .slider-item .selectItemB .select-item {
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 16px;
    cursor: pointer;
}

#customSliderCourseMenu .slider-item .selectItemBx .form-select {
    width: 100%;
    font-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23666" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>'); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    border: 0;
    padding: 12px 20px;
    background-color: transparent;
}

#customSliderCourseMenu .pointer {
    height: 42px;
    width: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}

#customSliderCourseMenu .pointer i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #6C37FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#customSliderCourseMenu .pointer i:hover {
    background: #6C37FF;
    color: #fff;
}

#customSliderCourseMenu .left-pointer {
    left: 0;
}

#customSliderCourseMenu .right-pointer {
    right: 0;
}

#customSliderCourseMenu .dis i {
    color: #ccc;
    background: #fff;
}

#customSliderCourseMenu .slider-item .selectItemBx .form-select:focus {
    box-shadow: none;
}

.over-slider-menu-sticky.is-sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 100;
    background: #022c57;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.over-slider-menu-sticky.is-sticky .item {
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}

.over-slider-menu-sticky.is-sticky .item span {
    height: 20px;
}

.over-slider-menu-sticky.is-sticky .item:hover {
    color: #fff;
    background-color: #2b4765;
}

.over-slider-menu-sticky {
    transition: all 0.3s ease-in-out;
}

.item.selected {
    background-color: #07a15c !important;
    /* light green background */
}

.over-slider-menu-sticky.is-sticky .item .form-select {
    color: #fff;
    filter: brightness(0) invert(1);
}

.course-banner-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    background: linear-gradient(1deg, rgba(255, 255, 255, 1) 0%, #fd0d0d0d 100%)
}

.course-banner-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-block: 40px;
}

.over-header {
    display: none;
    width: 100%;
    box-shadow: 0 4px 10px #0000001f;
    background: #f3edff;
    background: linear-gradient(180deg, rgba(243, 237, 255, 1) 0%, rgba(250, 247, 255, 1) 25%, rgba(255, 255, 255, 1) 83%);
}

.over-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-block: 10px;
}

.over-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: calc(100% - 40%);
    position: relative;
}
.banner-header-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; 
    width: fit-content; 
    position: relative;
}
.over-banner-right-content .banner-header-content {
    display: none;
}

.over-right-logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.reg-date {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding: 10px 15px;
    /* background: #ffffff00; */
    border-width: 1px;
    border-style: solid;
    /* border-image: linear-gradient(to right, darkblue, darkorchid) 1; */
}

.reg-date span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #6c37ff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-date span {
    font-size: 10px;
}

.reg-date h3 {
    font-size: 14px;
    font-weight: 700;
    color: #3a3a3a;
    margin-block-end: 0;
}

.reg-date a {
    font-size: 13px;
    font-weight: 700;
    /* color: #3a3a3a; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #37ef75;
    background-image: linear-gradient(45deg, #37ef75, #7e9cbd 50%, #594bd3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.icon-box-content {
    margin-block-start: 20px;
    margin-inline-start: 60px;
}

.rating-img {
    display: none;
}

.head-home-icon {
    width: 10px;
    height: 10px;
    display: flex;
}

.head-home-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread-menu {
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    color: #3a3a3abf;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.active-bread,
.active-bread i {
    color: #6C37FF !important;
}

.bread-menu i {
    font-size: 10px;
}

.head-home-icon span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6C37FF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 6px;
}

.head-home-icon span img {
    width: 100%;
    height: 100%;
    filter: invert(1)
}

.over-header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.over-header-btn .greenBtn,
.over-header-btn .violetBtn {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: #00AD33;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    min-width: 156px;
}

.over-header-btn .greenBtn:hover {
    color: #000;
    background: #00eb47;
}

.over-header-btn .wpBtn {
    background: transparent;
    min-width: fit-content;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.over-header-btn .wpBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.over-header-btn .violetBtn {
    background: #6C37FF;
    transition: all 0.3s ease-in-out;
}

.over-header-btn .violetBtn:hover {
    background: #3c04d4;
}

.over-nav-sticky.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: block;

}

.over-nav-sticky {
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.over-nav-sticky.is-sticky .over-img {
    width: 50px;
    height: 50px;
}

.over-nav-sticky.is-sticky .rating-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.over-nav-sticky.is-sticky .rating-img span {
    width: 100px;
    display: flex;
    align-items: center;
}

.over-nav-sticky.is-sticky .over-bread h2 {
    font-size: 20px;
}

.over-nav-sticky.is-sticky .offer-title {
    display: block;
}

.over-nav-sticky.is-sticky .over-header-btn .greenBtn,
.over-nav-sticky.is-sticky .over-header-btn .violetBtn {
    font-size: 12px;
    padding: 10px 20px;
}

.over-nav-sticky.is-sticky .over-bread-inner {
    display: none;
}

.text-para {
    font-size: 14px;
    font-weight: 600;
    color: #022C57;
    margin-block: 0 10px;
}

.talk-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 95px;
}

.talk-box-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.talk-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}

.talk-img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 40px;
}

.talk-img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 80px;
}

.talk-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lets-btn {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #FF3C29;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-right-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.over-menu {
    width: 100%;
    padding-block: 0;
    background: #f9f9f9;
    box-shadow: 0 4px 10px #00000010;
    margin-block-end: 50px;
}

.over-menu-inner {
    width: 100%;
}


/* blog page */
.main-content {
    width: 100%;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.rightbar {
    max-width: 400px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.leftbar {
    width: calc(100% - 400px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.leftbar,
.rightbar {
    padding: 15px;
}

/* rightbar */
.contact-info {
    width: 100%;
}
.rightbar-button-bx {
    width: 100%;
}

.rightbar-button-bx h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-block-end: 20px;
}

.rightbar-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rightbar-buttons .solid-btn {
    width: 100%;
    text-decoration: none;
}

.rightbar-buttons .mockBtn {
    background: #ff3d2f;
}

.right-review-banner {
    width: 100%;
    background: #ffffff;
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgba(176, 227, 251, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 11px #00000614;
}

.right-review-banner .review-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 50%;
}

.right-review-banner .review-banner-content .subtext {
    font-size: 16px;
    font-weight: 600;
    color: #022c57;
}

.right-review-banner .cta-btn {
    min-width: inherit !important;
    font-size: 12px;
    padding: 5px 10px !important;
    border-radius: 6px;
}

.right-review-img {
    width: 50%;
}

.right-review-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-sec {
    width: 100%;
}

.course-sec .right-cmmn-sec-inner {
    flex-wrap: wrap;
    flex-direction: row;
}

.course-sec .right-cmmn-card {
    width: calc(50% - 8px);
    flex-direction: column;
    gap: 6px;
    text-align: center;
    text-decoration: none;
}

.course-sec .load-button {
    width: fit-content;
    margin-inline: auto;
    margin-block-start: 20px;
}

.course-info {
    display: flex;
    flex-direction: column;
}

.course-info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #022c57;
    margin: 0;
}

.course-info p {
    font-size: 10px;
    line-height: 1;
    padding-block-start: 6px;
    color: #3a3a3abf;
    margin: 0;
}


.course-info .approvals {
    font-size: 12px;
    color: #022C57;
    margin-top: 4px;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.load-button {
    background-color: #0080F0;
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.load-button:hover {
    background-color: #0056b3;
}

/* campuse */
.campuse-sec {
    width: 100%;
}

.campuse-sec .right-cmmn-img-bx {
    width: 60px;
    height: 60px;
    padding: 10px;
}

.campuse-sec .right-cmmn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campuse-info {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.campuse-sec .campuse-info h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.campuse-sec .campuse-info a {
    font-size: 12px;
    color: #022c57;
    margin: 0;
}

.campuse-sec .right-cmmn-img-bx i {
    color: #fff;
    font-size: 20px;
}

/* right-news sec */
.right-news-sec {
    width: 100%;
}

.right-news-sec .right-cmmn-img-bx {
    border: 1px solid #d9d9d9;
}

.right-news-sec .right-cmmn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right-news-info {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.right-news-info h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-decoration: none;
    max-height: 30px;
}

.right-news-info .right-news-info-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-decoration: none;
    max-height: 30px;
}

.right-news-info a {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    gap: 8px;
    color: #3a3a3abf;
    font-size: 12px;
    font-weight: 500;
    margin-block-start: 5px;
    text-decoration: none;
}

/* up exam */
.up-exam-sec {
    width: 100%;
}

.up-exam-sec .exam-info h2 {
    font-size: 16px;
    font-weight: 600;
    color: #022c57;
}

.up-exam-sec .exam-info .exam-info-details {
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
    margin-block: 4px;
}

.up-exam-sec .exam-info .exam-info-details i {
    padding-inline-end: 6px;
}

.up-exam-sec .exam-info .exam-info-details span {
    font-size: 12px;
    padding-inline-start: 4px;
    color: #0080F0;
}

.up-exam-sec .exam-info a {
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    padding: 3px 10px;
    background: #022c57;
}

/* student exam */
.student-visited-sec {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 14%;
}

.student-visited-sec .right-cmmn-sec-inner {
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 68vh;
    overflow: auto;
}

.student-visited-sec .right-cmmn-card {
   width: 100%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 6px;
}

.student-visited-sec .right-cmmn-img-bx {
    border: 1px solid #d9d9d9;
}

.student-visited-sec .right-cmmn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.student-visited-sec .right-cmn-card-inner{
    width: calc(100% - 60px);
}
.student-visited-sec .right-cmn-card-inner .cmmn-img-card-content-title{
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    text-align: start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.student-visited-sec .right-cmn-card-inner .cmmn-img-card-content-title a {
    color: #022c57;
}

.student-visited-sec .right-cmn-card-inner .cmmn-img-card-content-subtitle {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #3a3a3abf;
    text-align: start !important;
    margin-block-end: 5px !important;
    padding: 0 !important;
}

.student-visited-sec .right-cmn-card-inner .cmmn-img-card-grp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.student-visited-sec .right-cmn-card-inner .cmmn-img-card-grp .cmmn-img-card-grp-text {
    font-size: 12px;
    line-height: 1;
    font-weight:500;
    color: #000;
    margin-block-end: 0;
}

.student-visited-sec .right-cmn-card-inner .cmmn-img-card-grp span {
    font-size: 12px;
    font-weight: 600;
    color: #00a1e4;
}









/* Left bar */
.update-box {
    margin-block-end: 20px;
    display: flex;
    align-items: flex-start;
    background: #FFF9EF;
    padding: 20px;
    border-radius: 14px;
    gap: 15px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.06);
    position: relative;
}

.top-icon {
    display: none !important;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255, 60, 41, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-icon .top-icon-inner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FF3C29;
    color: #fff;
    animation: shake 1.5s infinite;
}

.top-icon .top-icon-inner span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.top-icon .top-icon-inner span i {
    font-size: 16px;
    transform: rotate(330deg);
}

.date-badge {
    display: inline-block;
    background: #E4AD47;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.update-box {
    margin-block-end: 20px;
    display: flex;
    align-items: flex-start;
    background: #FFF9EF;
    padding: 14px 28px;
    border-radius: 14px;
    gap: 15px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.06);
    position: relative;
}

.update-content {
    width: 100%;
}

.update-content #toggleBtn {
    width: 100%;
    display: inline-block;
    text-align: end;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.update-content .section-title {
    margin-block-start: 0 !important;
}

.update-content-noti {
    font-size: 14px;
    color: #3a3a3abf;
    font-weight: 500;
}

.update-content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-block-end: 0;
}

.update-content li {
    list-style: disc;
    color: #3a3a3abf;
    font-size: 14px;
    font-weight: 500;
    margin-block-end: 0 !important;
}

.update-content li a {
    color: #000;
    text-decoration: underline;
}

/* Bell shake animation */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* college group */
.discover-sec,
.college-grp-sec {
    width: 100%;
    text-align: center;
}

.discover-sec .cmmn-img-card {
    padding: 0;
}

.discover-sec .cmmn-img-card-logo {
    width: 60px;
    height: 60px;
}

.discover-sec .cmmn-img-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.discover-sec .cmmn-img-card-content {
    width: calc(100% - 60px);
    text-align: center;
}

.discover-sec .cmmn-img-card-content p span {
    font-weight: 600;
    color: #0080F0;
    text-align: start;
}

.discover-sec .cmmn-img-card-content .cmmn-img-card-content-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    text-align: start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.discover-sec .cmmn-img-card-content .cmmn-img-card-content-title a {
    color: #022c57;
}

.discover-sec .cmmn-img-card-content-add {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #3a3a3abf;
    text-align: start !important;
    margin-block-end: 5px !important;
    padding: 0 !important;
}

.discover-sec .cmmn-img-card-grp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.discover-sec .cmmn-img-card-grp .cmmn-img-card-grp-text {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #e3a32b;
    margin-block-end: 0;
}

.discover-sec .cmmn-img-card-grp span {
    font-size: 11px;
    font-weight: 500;
    color: #3a3a3abf;
}

.discover-sec .left-title {
    margin-block-end: 25px;
}

.discover-sec .cmn-md-btn {
    background: #E4AD47;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.discover-sec .cmn-md-btn:hover {
    background: #022C57;
}

/* usefull link */
.usefull-sec {
    width: 100%;
}

.usefull-inner {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 2px 14px #0000001a;
}

.usefull-inner .left-title {
    margin-block-start: 0;
}

.link-item p {
    font-size: 14px;
    padding-block-start: 20px;
    color: #3a3a3abf;
    border-block-start: 1px solid #eee;
}

.link-item ul {
    padding-inline-start: 0;
    margin-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link-item ul li {
    position: relative;
    padding-inline: 12px;
}

.link-item ul li:before {
    background-image: none !important;
    content: "" !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.link-item ul li a {
    color: #0080F0 !important;
    font-size: 12px;
}


/* media query */
@media (max-width: 1366px) and (min-width: 1200px) {
    .leftbar {
        width: calc(100% - 360px);
    }

    .rightbar {
        width: 360px;
    }
}

@media (max-width: 1366px) {

    .commn-table-content,
    .main-content .leftbar .listing-table .table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .commn-table,
    .main-content .leftbar .listing-table .table.table-striped {
        width: 100%;
        /* min-width: 800px; */
    }
}

@media (max-width: 1199px) {
    .leftbar {
        width: calc(100% - 300px);
    }

    .rightbar {
        width: 300px;
    }

    .right-cmmn-sec {
        padding: 10px !important;
    }

    .right-cmmn-card {
        padding: 8px !important;
    }
    .right-review-banner .review-banner-content .subtext {
        font-size: 14px;
        line-height: 18px;
    }

    .right-cmmn-sec-title {
        font-size: 16px !important;
    }

    /* @media (max-width: 1024px) { */
    /* .over-bread h2,
    .over-nav-sticky.is-sticky .over-bread h2 {
        font-size: 18px !important;
    } */

    .section-title,
    .main-content .leftbar h2 strong,
    .main-content .leftbar h3 strong,
    .table-contents-title {
        font-size: 20px !important;
    }

    .update-box {
        padding: 14px;
    }

    .over-slider-menu-sticky.is-sticky {
        position: fixed;
        top: 70px;
    }

    .tech-banner {
        padding: 10px;
    }

    .tech-banner-text,
    .tech-banner .tech-apply-btn {
        font-size: 12px;
    }

    .review-banner .review-banner-content .title {
        font-size: 16px;
    }

    .cmn-md-btn {
        min-width: 140px !important;
        padding: 8px 10px !important;
    }

    .review-banner-content .cmn-md-btn {
        box-shadow: 0px 0px 12px #0000003d;
    }

    .review-banner .review-banner-img {
        width: 130px;
    }

    .benefits-sec {
        padding: 20px;
    }

    .blog-text h3 a {
        font-size: 12px;
    }

    .right-review-banner {
        padding: 15px;
    }

    .up-exam-sec .exam-info h2 {
        font-size: 14px;
    }

    .up-exam-sec .exam-info a {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .wrapper {
        flex-direction: column;
    }

    .leftbar,
    .rightbar {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .over-menu {
        margin-block-end: 20px;
    }

    .over-nav-sticky.is-sticky {
        display: none;
    }

    .over-banner-sec {
        padding-block-start: 0;
    }

    .course-banner-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .benefits-sec .section-title {
        text-align: center;
    }

    .over-right-logo-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-inline-start: 60px;
    }

    .over-nav-sticky.is-sticky .over-bread h2 {
        font-size: 14px !important;
    }

    .mob-sticky.is-sticky {
        position: inherit !important;
    }

    .mob-home-overview .btn-login {
        padding: 0 !important;
    }

    .over-banner {
        max-height: 200px;
    }

    .over-banner .item {
        width: 100%;
        height: 200px;
    }

    .over-banner-right-content .banner-header-content {
        display: flex;
    }
}

@media (max-width: 768px) {
    .over-bread-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        flex-wrap: wrap;
    }

    .icon-box-content,
    .over-right-logo-content {
        margin-inline-start: 0;
    }

    .popular-filter-section {
        font-size: 14px;
    }

    /* review banner */
    .review-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .review-banner .review-banner-left,
    .review-banner .review-banner-img {
        margin: 10px 0;
    }

    .review-banner .review-banner-content {
        padding: 0;
    }

    .over-right-box {
        flex-wrap: wrap;
    }

    .over-banner-right-gallery {
        display: none;
    }
}

@media (max-width: 600px) {

    /* technology */
    .tech-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tech-apply-btn {
        align-self: stretch;
        justify-content: center;
        width: 100%;
    }

    .top-row {
        flex-direction: column;
        gap: 12px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .over-banner-inner .over-banner {
        display: block;
    }
}

@media (max-width: 575px) {


    .spin-circle {
        bottom: -40px;
        right: 10px;
    }

    .talk-img {
        width: 40px;
        height: 40px;
    }

    .talk-img:nth-child(2) {
        left: 30px;
    }

    .talk-img:nth-child(3) {
        left: 60px;
    }

    .talk-box {
        gap: 70px;
    }
}

@media (max-width: 420px) {

    .over-header-btn .greenBtn,
    .over-header-btn .violetBtn {
        font-size: 12px;
        padding: 10px 20px;
        min-width: 153px;
    }
}