#searchBorderContainer {
    border: 1px solid #01203D;
}
#categoryBorderContainer {
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.modified-plug-css .selectize-dropdown-content{
    height: 150px;
}
.category-bar-border{
    border: 1px solid rgba(0, 0, 0, 0.70);
    box-shadow: 0px 2px 6.2px 0px rgba(2, 2, 94, 0.61);
}
.category-search-border{
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1px 3.1px 0px rgba(1, 32, 61, 0.57);
}
.card-box-shadow{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-box-shadow-in{
    border: 0.3px solid #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top-picks{
    border-radius: 0px 6px 0px 0px;
    background: #A3E5FF;
    right: 0;
    top: 0;
}
.combo-dis-clr{
    color: #0B8B00;
}
.combo-act-clr{
    color: #002163;
}

/* Splider CSS */
.splide-target-combo {
    position: relative;
    visibility: visible !important;
}

@media (min-width : 768px) {
    #splide-carousel-schedules-scaled .splide__slide, .splide-target-combo .splide__slide,
    #splide-carousel-schedules-exam-voucher .splide__slide, #splide-carousel-schedules-other .splide__slide,
    #splide-carousel-schedules-all .splide__slide {
        width: calc(90% - 0.5rem) !important;
    }
}


@media (min-width: 576px) {
    .splide-target-combo-123 .splide__arrows.splide__arrows--ltr,
    .splide-target-combo .splide__arrows.splide__arrows--ltr,
    #splide-carousel-schedules-scaled .splide__arrows.splide__arrows--ltr,
    #splide-carousel-schedules-exam-voucher .splide__arrows.splide__arrows--ltr,
    #splide-carousel-schedules-other .splide__arrows.splide__arrows--ltr,
    #splide-carousel-schedules-all .splide__arrows.splide__arrows--ltr{
        left: 45% !important;
    }
}

@media (min-width: 768px) {
    #splide-carousel-schedules-scaled .splide__slide,
    #splide-carousel-schedules-exam-voucher .splide__slide,
    #splide-carousel-schedules-other .splide__slide,
    #splide-carousel-schedules-all .splide__slide {
        width: calc(43% - 0.5rem) !important;
    }
    .splide-target-combo-123 .splide__slide{
        width: calc(50% - 0.5rem) !important;
    }
    #category-names-first.w-lg-90{
        width: 90%;
    }
    .splide-target-combo .splide__slide{
        width: calc(50% - 0.5rem) !important;
    }
}

/* .splide-target-combo-123 .splide__arrows.splide__arrows--ltr,
.splide-target-combo .splide__arrows.splide__arrows--ltr, */
#splide-carousel-schedules-scaled .splide__arrows.splide__arrows--ltr,
#splide-carousel-schedules-exam-voucher .splide__arrows.splide__arrows--ltr,
#splide-carousel-schedules-other .splide__arrows.splide__arrows--ltr,
#splide-carousel-schedules-all .splide__arrows.splide__arrows--ltr
{
    position: absolute;
    bottom: -2rem;
    left: 36%;
    width: 100px;
    height: 20px;
}

/* .splide-target-combo-123 .splide__arrow--prev,
.splide-target-combo .splide__arrow--prev , */
#splide-carousel-schedules-scaled .splide__arrow--prev,
#splide-carousel-schedules-exam-voucher .splide__arrow--prev,
#splide-carousel-schedules-other .splide__arrow--prev,
#splide-carousel-schedules-all .splide__arrow--prev
{
    left: 0.5rem;
    display: flex !important;
}

/* .splide-target-combo-123 .splide__arrow--next,
.splide-target-combo .splide__arrow--next, */
#splide-carousel-schedules-scaled .splide__arrow--next,
#splide-carousel-schedules-exam-voucher .splide__arrow--next,
#splide-carousel-schedules-other .splide__arrow--next,
#splide-carousel-schedules-all .splide__arrow--next
{
    right: 1rem;
    display: flex !important;
}

/* .splide-target-combo-123 .splide__pagination.splide__pagination--ltr,
.splide-target-combo .splide__pagination.splide__pagination--ltr , */
#splide-carousel-schedules-scaled .splide__pagination.splide__pagination--ltr ,
#splide-carousel-schedules-exam-voucher .splide__pagination.splide__pagination--ltr ,
#splide-carousel-schedules-other .splide__pagination.splide__pagination--ltr ,
#splide-carousel-schedules-all .splide__pagination.splide__pagination--ltr
{
    visibility: hidden;
}

/* .splide-target-combo-123 .splide__arrow,
.splide-target-combo .splide__arrow , */
#splide-carousel-schedules-scaled .splide__arrow ,
#splide-carousel-schedules-exam-voucher .splide__arrow ,
#splide-carousel-schedules-other .splide__arrow ,
#splide-carousel-schedules-all .splide__arrow
{
    background-color: white;
    border: 2px solid var(--prime-ft-color);
    opacity: 1;
}

/* .splide-target-combo-123 .splide__arrow:disabled,
.splide-target-combo .splide__arrow:disabled , */
#splide-carousel-schedules-scaled .splide__arrow:disabled ,
#splide-carousel-schedules-exam-voucher .splide__arrow:disabled ,
#splide-carousel-schedules-other .splide__arrow:disabled ,
#splide-carousel-schedules-all .splide__arrow:disabled
{
    opacity: 0.3;
}

/* .splide-target-combo-123 .splide__arrow svg,
.splide-target-combo .splide__arrow svg, */
#splide-carousel-schedules-scaled .splide__arrow svg,
#splide-carousel-schedules-exam-voucher .splide__arrow svg,
#splide-carousel-schedules-other .splide__arrow svg,
#splide-carousel-schedules-all .splide__arrow svg
{
    fill: var(--prime-ft-color);
    height: 0.8em;
    width: 0.8em;
}
#combo-plan-modal .model-placer .modal-content .modal-body .modal-left-fg ,
#combo-hamburger-modal .model-placer .modal-content .modal-body .modal-left-fg{
    background: #E9EFF5 !important;
    border: 1px solid #E9EFF5 !important;
}
.modal-term-clr{
    color: #00A3FF;
}
#combo-plan-modal .modal-clusters{
    padding-top: 0 !important;
    background-color: white;
}
#csm-modal-date option, #csm-modal-time option, #cspo-modal-date option, #cspo-modal-time option{
    font-size: 12px;
}
#combo-splider-sch .hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none;
}
.outline-border-none{
    outline: none;
    border: none;
}
#category-search-div,
#category-names-first {
    transition: all 0.3s ease-in-out; /* Smooth transition */
    opacity: 1;
    visibility: visible;
}
.cursor-pointer{
    cursor: pointer;
}
#combo-plan-modal select:focus-visible{
    outline: none;
}
#combo-list-fixed-nav{
    width: 280px;
    z-index: 4;
    margin-left: -3rem;
}
#revies_tpStars, #offer_sticky{
    width: 280px;
    margin-left: -1rem;
}
.selected-combo{
    color: #FF4500 !important;
}
.selected-combo.active-tab {
    border-bottom: 3px solid #FF5722;
}
.unselected-combo{
    background: transparent;
    color: black !important;
    border: 1px solid lightgray;
}
#category-names-first a{
    color: unset;
}
.separator {
    border-bottom: 2px solid #e6e7e9;
    margin: .5rem 0;
    width: 100%;
}
#combo-share .share-block{
    top: -11%;
    right: 32px !important;
}
#combo-share.share-icon-mr a{
    margin-right: -2px;
}
.combo-sticky{
    max-width: 285px !important;
    width: 285px !important;
}
.scroll-category-combo::-webkit-scrollbar-button {
    display: none;
}
.scroll-trainerss::-webkit-scrollbar,.scroll-category-combo::-webkit-scrollbar{
    width:6px;
}
.scroll-trainerss::-webkit-scrollbar-thumb,.scroll-category-combo::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 0.625rem;
}
.height-combo-schedule{
    height: 65px;
}
.combolisplide{
    padding:20px 9px;
}
.trending-badge {
    position: absolute;
    background: #ff4d4d;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0;
    width: 7.5rem;
    text-align: center;
    transform-origin: top left;
    transform: rotate(-47deg) translateX(-45px) translateY(-20px);
    z-index: 10;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 2.4rem;
    margin-left: 0.4rem;
    border-radius: 0;
    clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
}

.ribb-cont:before,
.ribb-cont:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    border-top: 5px solid #cc0000;
    border-bottom: 5px solid transparent;
}

.ribb-cont:before {
    left: -22px;
    top: 65px;
    border-left: 5px solid transparent;
    border-right: 5px solid #cc0000;
    transform: rotate(222deg);
}

.ribb-cont:after {
    border-left: 5px solid #cc0000;
    border-right: 5px solid transparent;
    left: 52px;
    transform: rotate(45deg);
    top: -13.7px;
}
.trendin-card:hover{
    /* background-color:#FFF7F6; */
    border:1px solid #ff7f00 !important;
}
.comboshareicon{
    margin-left:70%;
}
.combocard{
    box-shadow: 0px 0px 16px 2px #dcd6d6;
}
#combocourse-splide{
    display: block !important;
}
#combocourse-splide .splide__pagination{
    display:none;
}
#combocourse-splide .splide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    left: 0;
    padding: 0 10px;
}

#combocourse-splide .splide__arrow {
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid orangered;
    transition: all 0.3s ease;
    opacity: 0.8;
}

#combocourse-splide .splide__arrow:hover {
    background-color: rgb(233, 231, 231);
    opacity: 1;
}

#combocourse-splide .splide__arrow svg {
    fill: orangered;
    height: 1em;
    width: 0.9em;
}

#combocourse-splide .splide__arrow--prev {
    left: 9rem;
    top: 13rem;
}

#combocourse-splide .splide__arrow--next {
    right: 8rem;
    top: 13rem;
}

#combocourse-splide .splide__arrow[disabled] {
    border-color: lightgray;
    cursor: not-allowed;
    opacity: 1;
}

#combocourse-splide .splide__arrow[disabled] svg {
    fill: lightgray;
}
.reviewstars{
    background: linear-gradient(90deg, #fcf3e2 0%, #ffffff 100%);
}
@media (min-width: 340px) and (max-width:389px) {
    #combocourse-splide .splide__arrow--prev {
        left: 8rem;
        top: 13rem;
    }

    #combocourse-splide .splide__arrow--next {
        right: 7rem;
        top: 13rem;
    }
}
@media (min-width: 390px) and (max-width:440px) {
    #combocourse-splide .splide__arrow--prev {
        left: 9rem;
        top: 13rem;
    }

    #combocourse-splide .splide__arrow--next {
        right: 9.5rem;
        top: 13rem;
    }
}
@media (min-width: 992px) {
    .combolisplide{
        padding:20px 10px;
    }
    .trending-badge {
        position: absolute;
        background: #ff4d4d;
        color: white;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 0;
        width: 7.5rem;
        text-align: center;
        transform-origin: top left;
        transform: rotate(-47deg) translateX(-45px) translateY(-20px);
        z-index: 10;
        text-transform: uppercase;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        margin-top: 2.4rem;
        margin-left: 0.4rem;
        border-radius: 0;
        clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
    }
    #combocourse-splide .splide__arrows {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 10;
        left: 0;
        padding: 0 10px;
    }

    #combocourse-splide .splide__arrow {
        background-color: white;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 2px solid orangered;
        transition: all 0.3s ease;
        opacity: 0.8;
    }

    #combocourse-splide .splide__arrow:hover {
        background-color: rgb(233, 231, 231);
        opacity: 1;
    }

    #combocourse-splide .splide__arrow svg {
        fill: orangered;
        height: 1em;
        width: 0.9em;
    }

    #combocourse-splide .splide__arrow--prev {
        left: 25rem;
        top: 13rem;
    }

    #combocourse-splide .splide__arrow--next {
        right: 25rem;
        top: 13rem;
    }

    #combocourse-splide .splide__arrow[disabled] {
        border-color: lightgray;
        cursor: not-allowed;
        opacity: 1;
    }

    #combocourse-splide .splide__arrow[disabled] svg {
        fill: lightgray;
    }

    #combo-schedule-section.w-lg-82 {
        width: 90% !important;
        margin-right: -28px;
    }
}

@media (max-width: 1380px) and (min-width: 1250px) {
    #combo-schedule-section.w-lg-82 {
        width: 90% !important;
        margin-right: -28px;
    }
}
/* .combologo{
    height:25vh;
} */

.scroll-combo-wid::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
    height:5px;
}

.scroll-combo-wid::-webkit-scrollbar-thumb {
    background-color: #01203D;
    border-radius: 4px;
}

.scroll-combo-wid::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.scroll-combo-wid::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}

.trainer-container {
    display: flex;
    align-items: center;
    position: relative;
  }

  .trainer-tip-combo {
    object-fit: cover;
    position: relative;
  }

  .trainer-tip-combo:not(:first-child) {
    margin-left: -10px;
  }

.card_truncer_combo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.card_truncer_combo  {
    height: 3.2rem !important;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 142px;
}

@media (min-width: 992px) {
    .card_truncer_combo {
        height: 4rem !important;
    }
    #splide-carousel-testimonals_combo .splide__arrow--next {
        right: 32px !important;
    }
    #splide-carousel-testimonals_combo .splide__arrow--prev {
        left: 30px !important;
    }
    .height-combo-schedule{
        font-size:15px;
    }

}

#splide-carousel-testimonals_combo {
    display: block !important;
}

@media (min-width: 300px) and (max-width: 400px) {
    #splide-carousel-testimonals_combo .splide__arrow--prev {
        left: 275px !important;
    }
}
@media (min-width: 300px) and (max-width: 380px) {
    .btn-clusters {
        right: 13px !important;
        top: 22px !important;
    }
    .height-combo-schedule{
        height: 85px;
    }
}
@media (min-width: 380px) and (max-width: 435px) {
    .comborew{
       left:10%;
    }
}
 @media (min-width: 768px) {
    #combo-features-list {
      grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .combo-act-clr.fs-6{
        font-size: 1rem !important;
    }
    .adjust-combo.fs-65{
        font-size: 0.8rem !important;
    }
    .adjust-combo.fs-7{
        font-size: 0.8rem !important;
    }
    .height-combo-schedule{
        font-size:14px;
    }
}

#course-schedule.scroll-schedule {
    height: 458px;
    overflow-y: auto;
    padding-right: 15px;
}

#course-schedule.scroll-schedule::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
    height:5px;
}

#course-schedule.scroll-schedule::-webkit-scrollbar-thumb {
    background-color: #01203D;
    border-radius: 4px;
}

#course-schedule.scroll-schedule::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}

#course-schedule.btn1-height::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}

.accred-scroll {
    overflow-y: auto;
    padding-right: 15px;
    height: 122px;
}

.accred-scroll::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
    height:5px;
}

.accred-scroll::-webkit-scrollbar-thumb {
    background-color: #01203D;
    border-radius: 4px;
}

.accred-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.accred-scroll::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}

/* new combo course css start */
.combobancolor{
    background:linear-gradient(180deg, #FFFFFF 0%, #FFFEF2 100%);
}
.combocoursetitle{
    background:linear-gradient(
    90deg,
    #FFC136 10%,
    #FF2E25 52%
  );
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    bottom: -14px;
}
.comboredline{
    position: relative;
    transform: rotate(18deg);
    top: -49px;
    left: 91%;
}
.combopillclr{
    border: 1px solid #BBF7D0;
    background: #F0FDF4;
    width: fit-content;
}

.combotitunderline {
    position: absolute;
    margin-top: 31px;
    margin-right: 19px;
    margin-left: -28px;
}
.logo-track {
    animation: scroll-left 30s linear infinite;
    width: max-content;
}
.keycombobg{
    background-color: #FFFEF2;
}
.combo-features {
      list-style: none;
      padding: 0;
}

#linkedin-carousel-frees .splide__arrows.splide__arrows--ltr{
    position: absolute;
    bottom: -3rem;
    left: 40%;
    width: 100px;
    height: 20px;
}

/* #linkedin-carousel-frees .splide__arrow--prev {
     left: 6rem;
    display: flex !important;
} */

/* #linkedin-carousel-frees .splide__arrow--next {
    right: -4.5rem;
    display: flex !important;
}  */
#linkedin-carousel-frees .splide__pagination.splide__pagination--ltr {
    visibility: hidden;
}
#linkedin-carousel-frees .splide__arrow {
    background-color: white;
    border: 2px solid #000000;
    opacity: 1;
}
#linkedin-carousel-frees .splide__arrow:disabled {
    opacity: 0.3;
}
#linkedin-carousel-frees .splide__arrow svg {
    fill: #000000;
    height: 0.8em;
    width: 0.8em;
}
.freeaccor{
    background-color: transparent !important;
    border-radius: 8px;
}
.free-modalborder{
    border-top:none !important;
    border-bottom:none !important;

}
.freeview-more-overlay {
    position: relative;
    left: 0;
    right: 0;
    height: 71px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1;
    top: -5rem;
}
.freeviewmor{
    pointer-events: auto;
    background: none;
    border: none;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    z-index: 1;
}
/* query portion styles */
/* Desktop view  */
.query-left-img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.query-left{
    display: flex;
    gap: 0px;
}
.text-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.query-text{
    font-size: 22px;
}
.image-section{
    height: 175px;
    width: 450px;
}
.query-img1{
    height: 100%;
    width: 100%;
}
.query-image-div{
    display: flex;
    justify-content: end;
}
.company-uklogo{
     box-shadow:0px 3.499px 8.164px -3.499px rgba(24, 39, 75, 0.12), 0px 5.832px 18.661px -2.333px rgba(24, 39, 75, 0.10);
}
@media (min-width: 992px) {
   .combotitunderline{
        position: absolute;
        margin-top: 46px;
        margin-right: 19px;
    }
   #linkedin-carousel-frees .splide__arrows.splide__arrows--ltr{
        position: absolute;
        bottom: -3rem;
        left: 46%;
        width: 100px;
        height: 20px;
    }
}


/* Mobile view  */
@media (max-width: 768px) {
    .custom-container {
        /* width: 389px !important; */
        font-size: 14px;
    }
    .text-section {
        width: 260px;
    }
    .query-text, .query-text-btn{
        font-size: 16px;
    }
    .query-img1 {
        display: none !important;
    }
    .query-left {
        gap: 0;
    }
    .image-section {
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: none !important;
    }
}



/* new combo course css end */

/* course page CSS file codes */
.truncate-text {
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a {
    text-decoration: none;
    color: inherit;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.custom-tooltip-45 {
    width: 300px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #787878;;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}
.custom-tooltip-45::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 48%;
    transform: rotate(1deg);
    border-width: 6px;
    border-style: solid;
    border-color: #78787800 #00000000 #6c757d #00000000;
}
.tooltip-wrapper:hover .custom-tooltip-45 {
    visibility: visible;
    opacity: 1;
}

/* course CSS file codes */
.w-90 {
    width: 90%;
}

@media (min-width: 1200px) {
    .margin_schedule_page {
        margin-right: 7%;
        margin-left: -10%;
        margin-top: 2%;
    }
    .w-lg-82 {
        width: 80.5% !important;
    }
}
.position-relative {
    position: relative;
}
.cr-shr {
    cursor: pointer;
    display: flex;
}
.cr-shr span {
    font-weight: 600;
}
.cr-shr img {
    margin-bottom: 0;
}
.share-block {
    background-color: #fff0 !important;
    display: flex;
    flex-direction: row;
    position: absolute !important;
    z-index: 10000 !important;
    top: 101%;
    right: -69px;
}
.share-block a {
    margin-bottom: 0px;
    margin-right: 10px;
    height: 25px;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
}
.a2a_color_buttons a, .a2a_floating_style a {
    text-decoration: none;
}
.a2a_floating_style.a2a_default_style {
    bottom: 0;
}
.cr-shr .share-block {
    position: absolute !important;
    left: 39px;
    top: -78%;
}
.cr-shr a {
    margin-right: -2px;
}
.share-block {
    cursor:pointer;
}
@media (max-width: 670px) {
    .cr-shr .share-block {
        left: -35px !important;
        top: -191% !important;
    }
    .share-block {
        right: -20px !important;
    }
    .custom-tooltip-45::after {
        left: 78% !important;
    }
    .custom-tooltip-45 {
        margin-left: -92px;
    }
    .no-schedule-PT-card-right-btn{
        width: max-content;
    }
}
.share-icon-mr {
    cursor:pointer;
}
