.greenGradient {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.greenGradientBG {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.borderG {
    border: 1px solid #23915a !important;
}
.greedColor {
    color: #23915a;
}
.college-logo .mobfeaturedBadge {
    display: none !important;
}
.bookmarkBtn.mobbookmarkBtn {
    display: none;
}
.filterBoxMobile {
    display: none;
}
/* new chnages for listing */
.textSpace {
    margin-bottom: 0;
    margin-top: 10px !important;
    padding-left: 0 !important;
}
.chatUS {
    padding-top: 11.5px;
}
.scrollable-filter::-webkit-scrollbar {
    width: 6px !important;
}

.scrollable-filter::-webkit-scrollbar-track {
    background-color: #ffffff !important;
}

.scrollable-filter::-webkit-scrollbar-thumb {
    background-color: #054b28 !important;
    border-radius: 12px !important;
}
.filter-section .form-check:last-child {
    margin-bottom: 0;
}
#filterBoxA hr {
    margin: 30px 0px;
}
.form-check {
    cursor: pointer;
}
.form-check:hover input {
    cursor: pointer;
}
.wpIcon {
    transition: 0.4s;
}
.wpIcon:hover {
    transform: scale(1.1);
    transition: 0.4s;
}
.form-check:hover .form-check-label {
    color: #23915a !important;
    cursor: pointer;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath 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'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
/* ===================== */
.sliderItemBox {
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sliderItemBox .colDetBox {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #ffffff;
}
.sliderItemBox .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.51) 42.31%,
        #000000 100%
    );
    z-index: 1;
}
.sliderItemBox .sliderItemTitle {
    position: absolute;
    z-index: 3;
    font-size: 60px;
    width: 60%;
    margin: 0;
    text-align: center;
}
.sliderItemBox .colImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderItemBox .exploreBtn {
    margin-top: 16px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-color: #fff;
    color: #054b28;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    transition: 0.3s;
}
.sliderItemBox .exploreBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #fff;
    transition: 0.3s;
}
.sliderhead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 4;
    display: flex;
    border-bottom: 1px solid #fff;
}
.leftBoxSlider {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    border-right: 1px solid #fff;
}
.sliderCollegeLogo {
    height: 40px !important;
    max-width: 100%;
    object-fit: contain;
}
.rightBoxSlider {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2%;
}
/* ====================== */

/* ------------------- */
.college-card .rating {
    margin-top: 5px;
}
.college-card hr {
    margin: 15px 0px;
}
.accordion-button.ternaryGradiantColor {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 16px;
}
.filter-tag button {
    padding: 0;
}
.clearAll {
    color: #2771e7;
}

span.blockSpan {
    display: block;
}
.collageListing .customContainer.flex-column {
    padding: 67.5px 0px;
}
.collageListing h1 {
    margin-bottom: 10px;
    line-height: 110%;
}
.collageListing h6 {
    line-height: 150%;
}
/* ==================== */
.filteredHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 15px;
}
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(100% - 145px);
}
.filter-tag {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    cursor: pointer;
}
.filter-tag:hover {
    background-color: #23915a;
    color: #ffffff;
    transition: 0.3s;
}
.filter-tag:hover .remove-filter img {
    filter: brightness(100%) saturate(10%) invert(10%);
}
.filter-tag i{
    transition: 0.3s;

}
.filter-tag:hover i {
    color: #fff;
}

.filter-tag button {
    border: none;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}

.remove-filter img {
    height: 14px;
}
.removeFilterBtn {
    max-width: 145px;
    text-align: right;
    border-bottom: 1px solid #333;
    transition: 0.3s;
}
.removeFilterBtn:hover {
    color: #23915a;
    transition: 0.3s;
}
.filteredHead {
    margin-bottom: 25px;
}

.redirection {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 2px solid #555555;
}
.redirection a:hover {
    color: #23915a;
}
/* ================ */
.listingContainer {
    width: 100%;
    margin: 2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/* ------------------ */
.filter-sidebar {
    max-width: 350px;
    width: 80%;
    padding: 0;
    border-radius: 8px;
    font-size: 0.95rem;
    display: block;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c0c0c0;
}

.accordion-button::after {
    background-image: none;
    content: "⌃";
    transform: rotate(180deg);
    transition: transform 0.2s ease;
    margin-left: auto;
    color: #054b28 !important;
}
.accordion-button.collapsed::after {
    transform: rotate(0deg);
}
.accordion-item {
    border: none !important;
    background: none !important;
}
.accordion-body {
    border-top: none !important;
}
.filter-section .form-check {
    margin-bottom: 15px;
}
.form-check-input {
    height: 18px;
    width: 18px;
    border-radius: 2px !important;
}
.form-check-input:checked {
    background-color: #a41a1f !important;
    border-color: #a41a1f !important;
}

.form-check-label {
    font-size: 16px !important;
    font-weight: 400;
    color: #333333 !important;
    font-family: "Inter", sans-serif !important;
}
.form-check-input:checked + .form-check-label {
    font-weight: 500;
    color: #000000 !important;
}
.search-box input {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding-right: 36px;
    font-family: "Inter", sans-serif !important;
    height: 45px;
}
.search-box input:focus {
    box-shadow: none;
    border-color: #23915a;
}
.search-box .search-icon {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #054b28;
    top: 50%;
    transform: translateY(-50%);
}
input[type="range"]::-webkit-slider-thumb {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%) !important;
    width: 20px;
    height: 20px;
    margin-top: -6px;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #23915a;
}
input[type="range"]:focus {
    outline: none;
}
.clear-filter-btn {
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    border: none;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    transition: 0.3s;
}
.clear-filter-btn:hover {
    background-color: #23915a;
    color: #fff;
    transition: 0.3s;
}
/* ------ */
.listItems {
    width: calc(100% - 390px);
}
.custom-dropdownBox {
    width: 240px;
    border-radius: 0px;
    border: 1px solid #054b28;
    font-size: 16px;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
}
.custom-dropdownBox .filterDropdown {
    width: 100%;
    padding-left: 1.7rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    height: 100%;
    font-family: "Inter", sans-serif;
}
.custom-dropdownBox .mapIcon {
    position: absolute;
    top: 24% !important;
    left: 10px;
    pointer-events: none;
    font-size: 20px;
    color: #333;
}
.custom-dropdownBox .dropmenu {
    position: absolute;
    top: 29% !important;
    right: 10px;
    pointer-events: none;
    font-size: 18px;
    color: #333;
}
.filterDropdown:hover,
.filterDropdown:focus {
    border-color: none;
    outline: none;
}
.custom-dropdownBox:hover {
    border-color: #021e48;
}
/* ----------------- */
.college-card {
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    position: relative;
}
.college-logo {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.college-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bookmarkBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #23915a;
    background-color: #fff;
}
.bookmarkBtn:hover {
    background-color: #23915a;
}
.bookmarkBtn:hover i {
    color: #fff;
}
.bookmarkBtn i {
    font-size: 20px;
    color: #23915a;
}
.college-card .featuredBadge {
    position: absolute;
    width: 100px;
    right: 0;
    top: 30px;
    z-index: 10;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(180deg, #a41a1f 0%, #a41a1f 100%);
}
.college-details {
    width: calc(100% - 220px);
    position: relative;
    padding: 6px 0;
    background: #ffffff;
}
.cardLogoC {
    /* height: 24px;
    width: 24px; */
    margin-right: 10px;
    max-width: 60px;
    max-height: 60px;
}
.college-details a {
    display: flex;
    align-items: center;
}
.flg {
    height: 16px;
}

.college-info {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.colBox {
    width: calc(50% - 1rem);
}
.btnBoxS {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.detailsBtn,
.compareBtn {
    width: 200px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    transition: 0.3s;
}
.compareBtn {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    color: #555555;
}
.detailsBtn {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    border: 1px solid #23915a;
    transition: 0.3s;
}
.detailsBtn:hover {
    color: #23915a !important;
    background: #ffffff;
    transition: 0.3s;
}
/* ================= */

.cardFooter {
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}
.studentBox {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* -------------------- */
.popular-programs-box {
    background: #000000;
    padding: 30px 20px;
    border-radius: 12px;
}
.program-tag {
    background-color: #ffffff1a;
    color: #ffffff;
    padding: 8px 15px;
    white-space: nowrap;
    border: 1px solid #555555;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s;
}
.program-tag:hover {
    color: #000;
    background-color: #fff;
    transition: 0.3s;
}
/* ------------------------ */
.faq-container {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border: 0.5px solid #eee;
}
.faq-header {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 2px solid #eee;
}
.faq-header .chat {
    margin-right: 10px;
    height: 36px;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}
.accordion-button {
    background: none !important;
    color: #000000 !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    padding: 20px 30px !important;
    box-shadow: none;
    font-family: "Inter", sans-serif !important;
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
    /* background: #000 !important; */
    /* color: #fff !important; */
}
.faq-container .accordion-button:hover {
    background: #000 !important;
    color: #fff !important;
}
.faq-container .accordion-button.collapsed:hover::after {
    filter: brightness(0) invert(1) !important;
}
/* Active (expanded) accordion button */
.faq-container .accordion-button:not(.collapsed) {
    background: #000 !important;
    color: #fff !important;
}

/* Active (expanded) accordion icon (::after pseudo-element) */
.faq-container .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.accordion-button {
    transition: background 0.3s ease, color 0.3s ease;
}

.accordion-body {
    background: none !important;
    color: #333 !important;
    font-size: 16px !important;
    padding: 20px 25px !important;
    font-family: "Inter", sans-serif !important;
    border-top: 1px solid #dee2e6;
}
/* --------------------- */
.pagination-container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.listingContainer .BtnBoxSlider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.listingContainer .BtnBoxSlider .arroeIcon {
    height: 80px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%)
        hue-rotate(0deg) brightness(50%) contrast(100%);
}
.listingContainer .countBox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #333333;
    color: #555555;
}
.listingContainer .arroeIcon {
    height: 80px;
    cursor: pointer;
    transition: 0.3s;
}
.listingContainer .arroeIcon:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
/* -------------- */
.helpConatiner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #003f54 0%, #021b47 100%);
}
.link:hover {
    color: #fff;
}
.formBox {
    width: calc(100% - 4rem);
    margin: 20px 0px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formBox input,
.formBox select {
    padding: 10px 15px;
    width: 33%;
    line-height: 1;
    border-radius: 0;
    height: 40px;
    font-family: "Inter", sans-serif;
}
#college-list-section .compareBtn:hover {
    color: #fff;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    transition: 0.5s;
}
#college-list-section .institute-error-message {
    position: relative;
    padding: 10px 24px;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    box-shadow: 0 4px 16px rgba(33, 53, 101, 0.15),
        0 1px 4px rgba(2, 30, 72, 0.1);
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    border: 1px solid #23915a;
    /*filter: blur(1px);*/
}

#college-list-section .institute-error-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(180deg, #23915a 0%, #054b28 100%); */
    border-radius: 8px;
    pointer-events: none;
}
.underline-white {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.underline-white::before,
.underline-white::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #ffffff;
}

.underline-white::before {
    width: 100%; /* Static underline */
}

.underline-white::after {
    width: 0%; /* Animated underline */
    transition: width 0.4s ease;
    z-index: 1;
}

.underline-white:hover::before {
    opacity: 0; /* Hide the static underline on hover */
}

.underline-white:hover::after {
    width: 100%; /* Animate from left to right */
}

.formBox input:focus,
.formBox select:focus {
    box-shadow: none;
}
.helpSubmit {
    padding: 10.5px 20px;
}
.helpConatiner h3 {
    margin-bottom: 10px;
}
.filterBtn {
    display: none;
}
.filterPopup {
    display: none;
}
@media screen and (max-width: 1750px) {
    .sliderItemBox .sliderItemTitle {
        font-size: 54px;
        width: 70%;
    }
}

@media screen and (max-width: 1440px) {
    .sliderItemBox {
        height: 600px;
    }
    .sliderItemBox .sliderItemTitle {
        font-size: 48px;
        width: 80%;
    }
    .sliderItemBox .colDetBox {
        bottom: 15px;
        left: 15px;
    }
    .leftBoxSlider,
    .rightBoxSlider {
        padding: 0 20px;
    }
    .rightBoxSlider {
        font-size: 20px;
    }
    .colDetBox {
        padding: 22.6px;
    }
    .filter-sidebar {
        max-width: 300px;
    }
    .listItems {
        width: calc(100% - 330px);
    }
    .college-info {
        width: 70%;
    }
}
@media screen and (max-width: 1280px) {
    .filter-sidebar {
        max-width: 300px;
        padding: 0;
    }
    .listItems {
        width: calc(100% - 320px);
    }
    /* .college-details {
        padding: 1rem;
    } */
    .btnBoxS {
        margin-right: 0rem;
    }
    /* .cardFooter {
        padding: 1rem;
    } */
    .helpConatiner {
        padding: 2rem 1.5rem;
    }
    .formBox {
        width: calc(100% - 2rem);
    }
    .formBox {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .formBox input,
    .formBox select {
        width: calc(50% - 1rem);
    }
    .detailsBtn,
    .compareBtn {
        width: 170px;
    }

    .college-card .featuredBadge {
        width: 100px;
        padding: 4px 8px;
        border-radius: 0px 0 0 4px;
        top: 0;
    }
}
@media screen and (max-width: 1080px) {
    .custom-dropdownBox .filterDropdown {
        font-size: 14px;
    }

    .custom-dropdownBox {
        width: 210px;
    }
    .popular-programs-box h5.titel24 {
        font-size: 24px;
    }
    .detailsBtn,
    .compareBtn {
        width: 160px;
        padding: 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .listingContainer {
        margin: 0;
    }

    .search-box .search-icon {
        position: absolute;
        right: 8px;
        font-size: 17px;
    }
    .filter-section .form-check {
        margin-bottom: 10px;
    }
    .form-check-label {
        font-size: 14px !important;
    }
    .search-box input {
        font-size: 14px;
        height: 35px;
    }
    .formBox input,
    .formBox select {
        width: calc(33.3% - 1rem);
    }
    .filter-header {
        width: 100%;
    }

    .filter-section {
        width: 45%;
    }
    .filter-sidebar hr {
        display: none;
    }
    .listingContainer {
        flex-direction: column;
    }
    .filterBoxMobile {
        position: sticky;
        top: 70px;
        margin-top: 20px;
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 0.7rem 1.5rem;
        padding-left: 1rem;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        border: 0.5px solid #999999;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        z-index: 20;
    }
    .btnFilter {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btnFilter i {
        font-size: 24px;
    }
    .listItems {
        width: 100%;
    }
    .pagination-container {
        padding: 0;
    }
    .colDetBox h5.titel36 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .colDetBox {
        padding: 1.5rem;
    }
    .college-details {
        width: calc(100% - 215px);
    }
    .filter-header {
        display: none;
    }
    .filter-section .filter-tags {
        display: flex;
    }
    .removeFilterBtn {
        width: 150px;
    }

    .pagination-container.text-center {
        padding: 10px 0px 30px 0;
    }
    .filter-sidebar {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1rem;
        border-radius: 0;
    }
    .accordion.accordionLg {
        margin-top: 20px;
        padding-bottom: 10px;
        align-items: flex-start;
        gap: 8px;
        overflow-x: auto;
        display: flex !important;
    }
    .filterBtn {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
        width: auto;
        border: 1px solid #23915a !important;
        border-radius: 4px;
        color: #333333 !important;
        padding: 4px 10px;
    }
    .accordionLg .accordion-button {
        font-size: 14px !important;
    }
    .accordionLg .accordion-button::after {
        width: 1rem !important;
        height: 1rem !important;
        background-size: 1rem !important;
    }
    .accordionLg .accordion-item.filter-section {
        width: auto;
        text-wrap: nowrap;
        border: 1px solid #23915a !important;
        border-radius: 4px;
        color: #333333 !important;
        padding: 6px 10px;
    }
    .accordionLg .accordion-button {
        padding: 0 !important;
    }
    .accordionLg .accordion-button.ternaryGradiantColor {
        margin-bottom: 0;
        text-wrap: nowrap;
    }
    .accordionLG .accordion-collapse .accordion-body {
        width: 250px;
    }
    .accordionLg .accordion-button.expanded::after {
        transform: rotate(0deg) !important;
    }
    #filterBoxA {
        /* position: sticky;
        top: 50px;
        z-index: 100;
        background-color: #ffffff; */
    }
    .filterPopup {
        display: flex;
        width: 100%;
        top: 0;
        position: absolute;
        z-index: 1000;
        background-color: #ffffff;
    }
    .filterPopup.active {
        right: 0;
    }
    .filterPopup .accordion {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .filterPopup .accordion .accordion-item {
        width: 50%;
    }
    /* .filter-section {
        position: relative;
    }
    .filter-sidebar{
        overflow-y: visible;
    }
    .filter-section .accordion-collapse.collapse{
        position: absolute;
        top: 0;
        z-index: 100;
    } */

    #filterOffcanvas .accordion .accordion-item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #college-list-section .institute-error-message {
        font-size: 18px;
    }
    .studentBox {
        padding-right: 10px;
    }
    .searchBox {
        position: unset;
        margin-bottom: 49px;
    }
    .collageListing .customContainer.flex-column {
        padding: 49px 20px 0px 20px;
    }
    span.blockSpan {
        display: unset;
    }
    .college-card {
        position: relative;
    }
    .college-details .titel24.mt-3 {
        margin-top: 0 !important;
    }
    .bookmarkBtn {
        top: 0.5rem;
        right: 0.5rem;
    }
    .college-info {
        width: 100%;
        gap: 0.5rem;
    }
    .college-info .colBox {
        width: 100%;
        gap: 8px;
        align-items: center;
        flex-direction: row !important;
    }
    .detailsBtn,
    .compareBtn {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .bookmarkBtn {
        width: 36px;
        height: 36px;
    }
    .bookmarkBtn i {
        font-size: 18px;
    }
    .accordion-button {
        font-size: 16px !important;
        padding: 20px !important;
    }
    .popular-programs-box h5.titel24 br {
        display: none;
    }
    .countBox {
        width: 50px;
        height: 50px;
    }
    .BtnBoxSlider .arroeIcon {
        height: 70px;
    }
    h6.titel24 br {
        display: none;
    }
    .colDetBox {
        padding: 1rem;
    }
    .formBox input,
    .formBox select {
        width: calc(50% - 1rem);
    }
    .sliderItemBox .sliderItemTitle {
        font-size: 38px;
    }
    .sliderItemBox .exploreBtn {
        width: 180px;
        height: 45px;
    }
    .leftBoxSlider,
    .rightBoxSlider {
        padding: 0 14px;
    }
    .sliderCollegeLogo {
        height: 35px !important;
    }
    .rightBoxSlider {
        font-size: 18px;
    }
    .sliderhead {
        height: 80px;
    }
    .sliderItemBox {
        height: 550px;
    }
    .sliderItemBox .colDetBox {
        bottom: 10px;
        left: 10px;
    }
}
@media screen and (max-width: 700px) {
    .btnBoxS {
        width: 100%;
        flex-direction: row;
        margin-top: 1rem;
        justify-content: space-between;
    }
    .btnContent {
        flex-direction: column !important;
    }
    .popular-programs-box {
        padding: 1rem;
    }
    .colDetBox h5.titel36 {
        font-size: 24px;
    }
    .collegesSlider {
        margin-top: 0rem;
    }

    .filterBoxMobile {
        border-radius: 0px;
    }
    .detailsBtn,
    .compareBtn {
        width: 49%;
    }
    .filter-section {
        width: 100%;
    }
    .formBox input,
    .formBox select {
        width: 100%;
    }
    .mobbookmarkBtn {
        display: flex !important;
        z-index: 10;
        top: 16px;
        right: 16px;
    }
    .college-logo .mobfeaturedBadge {
        display: flex !important;
        top: 0;
        width: 100%;
        border-radius: 0;
        justify-content: flex-start;
        background: linear-gradient(90deg, #a41a1f 0%, #ffffff00 105.32%);
    }
    .college-card {
        padding: 14px;
    }
    .college-details .rating {
        flex-wrap: wrap;
    }
    .college-card .featuredBadge {
        padding: 3px 5px;
    }
    .cardBody .college-details {
        padding: 0px;
    }
    .college-card .featuredBadge span {
        font-size: 10px;
    }
    .cardLogoC {
        margin-right: 6px;
    }
    .college-details a {
        margin-top: 8px;
    }
}
@media screen and (max-width: 600px) {
    .filterBoxMobile {
        top: 70px;
    }
    .cardLogoC {
        max-width: 50px;
        max-height: 50px;
    }
    .sliderCollegeLogo {
        height: 30px !important;
        width: 100% !important;
        object-fit: contain;
    }
    .custom-dropdownBox {
        display: none;
    }
    .customSection.firstSection {
        margin-top: 140px !important;
    }
}
.btnBoxS.btnBoxS2 {
    display: none;
}
.listingContainer .faq-container button.accordion-button {
    border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 550px) {
    .listingContainer .faq-container button.accordion-button {
        padding: 11.5px 20px !important;
        border-bottom: 1px solid #d9d9d9;
    }
    .listingContainer .faq-container .accordion-body {
        padding: 11.5px 20px !important;
    }
    .btnBoxS.btnBoxS2 {
        display: flex;
        flex-direction: row;
    }
    .btnBoxS.btnBoxS1 {
        display: none;
    }
    .stateUniversity {
        max-width: 70%;
    }
    span.stars.yellowColor.para18.ms-2 {
        margin-left: 0 !important;
        margin-top: 5px;
        font-size: 12px;
    }
    .flg {
        height: 12px;
    }
    .college-info {
        width: 100%;
        gap: 0.3rem;
    }
    .dotSeparator.me2 {
        /* display: none; */
    }
    .college-logo {
        width: 100%;
        max-width: 120px;
        min-width: 120px;
    }
    .college-details {
        width: calc(100% - 120px);
    }
    .college-card .featuredBadge {
        width: 80px;
        padding: 3px 5px;
    }
    .college-card .rating {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .btnBoxS {
        gap: 5px;
    }
    .college-card h5 {
        font-size: 14px;
        padding-right: 0px;
    }
    .cardBody .college-details {
        padding: 0 0 10px 10px;
    }
    .listHead {
        flex-direction: column;
        gap: 1rem;
    }
    .listHead h5 {
        width: 100%;
    }
    .custom-dropdownBox {
        width: 100%;
    }
    .college-logo img {
        width: 100%;
        border-radius: 0;
    }
    .popular-programs-box {
        border-radius: 0px;
    }
    .college-info .colBox {
        min-width: calc(50% - 1rem);
        width: auto;
    }
    .cardFooter {
        margin-top: 10px;
        padding-top: 10px;
    }
    /* =================== */
    .sliderItemBox .sliderItemTitle {
        font-size: 32px;
    }
    .sliderItemBox {
        height: 500px;
    }
    .customContainer.flex-column.my-5 {
        margin: 1.5rem 0 !important;
    }
    .filterBoxMobile {
        margin: 20px 0;
    }
    .filteredHead {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
    .removeFilterBtn {
        text-align: right;
        width: auto;
    }
    .filter-tags {
        width: 100%;
        overflow-x: auto;
    }
    .sliderItemBox .colDetBox {
        bottom: 0;
        left: 0;
    }
    .popular-programs-box {
        padding: 1rem 0;
    }
}
@media screen and (max-width: 400px) {
    #college-list-section .institute-error-message {
        font-size: 14px;
    }
    .cardFooter .compareBtn {
        width: 62%;
    }
    .studentBox {
        gap: 5px;
    }
    .bookmarkBtn {
        width: 22px;
        height: 22px;
    }
    .bookmarkBtn i {
        font-size: 14px;
    }
    .bookmarkBtn {
        right: 12px;
    }
    .college-info {
        gap: 2px;
    }
}

/* ============================ */

@media screen and (min-width: 3501px) {
    .filter-sidebar {
        max-width: 600px;
    }
    .listItems {
        width: calc(100% - 620px);
    }
    .form-check-label {
        font-size: 24px !important;
    }
    .filter-header h5.titel18 {
        font-size: 28px;
    }
    .rating span {
        font-size: 36px !important;
    }
    .college-info .titel14 {
        font-size: 36px;
    }
    .college-logo {
        width: 280px;
        height: 280px;
    }
    .college-details {
        width: calc(100% - 300px);
    }
    .popular-programs-box {
        padding: 30px !important;
    }
    .popular-programs-box h5.titel24 {
        font-size: 48px !important;
    }
    .program-tag.titel14 {
        font-size: 30px !important;
    }
    .studentBox img {
        height: auto;
        width: 50px;
    }
    .studentBox span.titel14 {
        font-size: 36px;
    }
    .wpIcon {
        width: 40px;
        height: 40px;
    }
    .bookmarkBtn {
        width: 50px;
        height: 50px;
    }
    .bookmarkBtn i {
        font-size: 24px;
    }
    .accordion-body {
        font-size: 36px !important;
        padding-top: 1.5rem !important;
    }
    .accordion-button {
        font-size: 40px !important;
    }
    .filter-section .form-check {
        margin-bottom: 18px;
    }
    .accordion-header {
        margin-bottom: 1rem !important;
    }

    .listingContainer .countBox {
        height: 95px;
        width: 95px;
    }
    .listingContainer .countBox {
        font-size: 30px;
    }
    .form-check-label {
        font-size: 36px !important;
    }
    .custom-dropdownBox {
        height: 50px;
        width: 380px;
    }
    .college-card .featuredBadge {
        width: 200px;
        padding: 8px 10px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 28px;
        padding-left: 56px;
    }
    .college-card .featuredBadge span {
        font-size: 26px;
    }
    .detailsBtn,
    .compareBtn {
        width: 350px;
        padding: 10px 22px;
        font-size: 28px;
    }
    .exploreBtn {
        font-size: 28px !important;
        width: 300px !important;
        height: 80px !important;
    }
    .exploreBtn i {
        font-size: 30px !important;
    }
    .colDetBox p.titel16 {
        font-size: 38px;
    }
    .sliderCollegeLogo {
        height: 60px !important;
    }
    .rightBoxSlider {
        margin: 0;
        font-size: 32px;
    }
    .sliderhead {
        height: 130px;
    }
    .sliderItemBox {
        height: 750px;
    }
    .removeFilterBtn {
        max-width: 350px;
    }
    .filter-tags {
        width: calc(100% - 345px);
    }
    .college-details h5.titel24 {
        font-size: 60px;
    }
    .listHead h5.titel20 {
        font-size: 40px;
    }
    .faq-header .titel14 {
        font-size: 40px;
    }

    .accordion-button::after {
        font-size: 50px;
    }
    .pagination-container h6.titel18 {
        font-size: 32px;
    }
    .filteredHead .titel16 {
        font-size: 26px;
    }
    .filter-tag {
        font-size: 26px;
    }
    .custom-dropdownBox .mapIcon {
        top: 15% !important;
        font-size: 42px;
    }
    .custom-dropdownBox .dropmenu {
        font-size: 30px;
    }
    .filter-section .form-check .form-check-input {
        width: 30px;
        height: 30px;
    }
    .search-box input {
        font-size: 26px;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .filter-sidebar {
        max-width: 500px;
    }
    .listItems {
        width: calc(100% - 520px);
    }
    .rating span {
        font-size: 22px !important;
    }
    .college-info .titel14 {
        font-size: 22px;
    }
    .college-logo {
        width: 270px;
        height: 270px;
    }
    .college-details {
        width: calc(100% - 290px);
    }
    .popular-programs-box h5.titel24 {
        font-size: 38px !important;
    }
    .program-tag.titel14 {
        font-size: 20px !important;
    }
    .studentBox img {
        height: 40px;
        width: 40px;
    }
    .studentBox span.titel14 {
        font-size: 22px;
    }
    .wpIcon {
        width: 40px;
        height: 40px;
    }
    .bookmarkBtn {
        width: 45px;
        height: 45px;
    }
    .bookmarkBtn i {
        font-size: 22px;
    }
    .accordion-body {
        font-size: 22px !important;
        padding-top: 1.5rem !important;
    }
    .accordion-button {
        font-size: 22px !important;
    }
    .filter-section .form-check {
        margin-bottom: 18px;
    }
    .accordion-header {
        margin-bottom: 1rem !important;
    }

    .listingContainer .countBox {
        height: 80px;
        width: 80px;
    }
    .form-check-label {
        font-size: 22px !important;
    }
    .custom-dropdownBox {
        height: 50px;
        width: 280px;
    }
    .college-card .featuredBadge {
        width: 130px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 20px;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .filter-sidebar {
        max-width: 420px;
    }
    .listItems {
        width: calc(100% - 450px);
    }
    .accordion-button {
        font-size: 20px !important;
    }
    .accordion-body {
        padding-top: 1.5rem !important;
    }
    .filter-section .form-check {
        margin-bottom: 18px;
    }
    .accordion-header {
        margin-bottom: 1rem !important;
    }
    .listHead h5.titel20 {
        font-size: 24px;
    }
    .form-check-label {
        font-size: 20px !important;
    }
    .form-check-input {
        height: 20px;
        width: 20px;
    }
    .custom-dropdownBox {
        height: 50px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 20px;
    }
    .college-details .action-modal h5.titel24 {
        font-size: 34px !important;
    }
    .colDetBox p.titel16 {
        font-size: 22px;
    }
    .rating span {
        font-size: 20px !important;
    }
    .college-info .titel14 {
        font-size: 20px;
    }
    .college-logo {
        width: 250px;
        height: 250px;
    }
    .college-details {
        width: calc(100% - 270px);
    }
    .detailsBtn,
    .compareBtn {
        font-size: 18px;
    }
    .studentBox img {
        height: 35px;
        width: 35px;
    }
    .studentBox span.titel14 {
        font-size: 20px;
    }
    .bookmarkBtn {
        width: 40px;
        height: 40px;
    }
    .popular-programs-box h5.titel24 {
        font-size: 32px !important;
    }
    .program-tag.titel14 {
        font-size: 18px !important;
    }
    .faq-header p.titel14 {
        font-size: 18px !important;
    }
    .accordion-body {
        font-size: 20px !important;
    }
    .accordion-button {
        font-size: 20px !important;
    }
    .wpIcon {
        width: 35px;
        height: 35px;
    }
}
