.custom-rank {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-column-gap: 24px !important;
    position: relative !important;
    padding: 40px 0 !important;
    grid-row-gap: 40px !important;
}
.collaborations-sponsor-card {
    border: 1px dashed #6a6a6a;
    padding: 20px;
    height: 100%;
    transition: transform 0.3s ease;
}
#fc_frame {
    display: none !important;
}

.announcement-bar {
    background: #232f60;
    padding: 10px 0 !important;
    text-align: center;
}

.announcement-bar .topbar-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.announcement-bar .topbar-slider a {
    color: #fff;
    font-weight: 700;
    font-family: inter, sans-serif;
    text-decoration: none !important;
}

.topbar-slider .days,
.topbar-slider .hours,
.topbar-slider .minutes,
.topbar-slider .seconds {
    padding: 5px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 1px;
    display: inline-block;
    border-radius: 3px;
    width: 40px;
    font-weight: 500;
    font-family: inter, sans-serif;
}

@media (max-width: 600px) {
    .announcement-bar .topbar-slider a {
        font-size: 12px;
    }
}
.sticky-bar {
    bottom: 20%;
    right: 1%;
    position: fixed;
    z-index: 1040;
}

.sticky-items-none,
span.st-label {
    display: none;
}

.sticky-bar-innr {
    background: #080708;
    padding: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.sticky-items {
    right: 50px;
    position: absolute;
    top: 0;
    /* display: none; */
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

.sticky-bar.open .sticky-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-items li {
    padding: 8px;
    margin: 0 2px;
    background: #d9d9d9;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
}

.sticky-items li img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.sticky-bar:hover .sticky-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-items li:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.sticky-items li:hover {
    background: rgb(237, 125, 1);
    background: linear-gradient(
        180deg,
        rgba(237, 125, 1, 1) 0%,
        rgba(187, 91, 4, 1) 100%
    );
}

@media (max-width: 992px) {
    .sticky-bar-grid {
        background: linear-gradient(0deg, #fff 19.79%, hsla(0, 0%, 100%, 0));
        width: 100%;
        position: fixed;
        bottom: 0;
        height: 100px;
        z-index: 999;
    }

    .sticky-bar-innr {
        display: none;
    }

    .sticky-items li.apply-now-outer {
        display: block;
    }

    .sticky-bar {
        background: #04083d;
        bottom: 10px;
        right: 0;
        left: 0;
        position: fixed;
        z-index: 999;
        max-width: 97%;
        margin: 0 auto;
        display: block !important;
        border: 1px solid #000;
        border-radius: 10px;
        padding: 0 10px;
    }

    .sticky-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        right: 0;
        position: relative;
        top: 0;
        transition: linear 0.5s;
        opacity: 1;
        visibility: visible;
        transform: unset;
    }

    .sticky-items li a .st-label {
        display: none;
    }

    .sticky-items li {
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
        width: auto;
        margin: 0;
        height: auto;
    }

    .sticky-items li img {
        width: 32px;
    }

    .sticky-items li .apply-now {
        display: block;
        font-size: 12px;
        background: #fff;
        color: #080708;
        padding: 8px 10px 6px 10px !important;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 15px;
        border: 1px solid #080708;
    }

    .sticky-items li:hover {
        margin-left: 0;
        box-shadow: none;
        background: transparent;
    }

    .sticky-items-none {
        display: block !important;
    }
}
#click-to-call .modal-header {
    padding: 24px;
}

.click-call-tab {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.click-call-tab li:first-child {
    border-right: 1px solid #e9eaeb;
    padding-right: 25px;
    margin-right: 15px;
}

.click-call-tab li a {
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.click-call-tab li a span {
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    padding: 11px;
    transition: border-color 0.3s ease;
}

.click-call-tab li a span img {
    transition: filter 0.3s ease;
    filter: brightness(1);
}

.click-call-tab li a.active,
.click-call-tab li a:hover {
    color: #414651;
}

.click-call-tab li a.active span,
.click-call-tab li a:hover span {
    border-color: #414651;
}

.click-call-tab li a:hover span img,
.click-call-tab li a.active span img {
    filter: brightness(0);
}

.call-now-grid {
    margin: 0 auto;
    max-width: 70%;
    text-align: center;
    padding: 32px 0;
}

.call-us-later-grid {
    margin: 0 auto;
    max-width: 70%;
    text-align: center;
    padding: 32px 0;
}

.call-us-later-grid .row {
    text-align: left;
}

.call-us-later-grid label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
    text-transform: none;
    margin: 0;
    letter-spacing: unset;
}

.click-to-call-content h2 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: #181d27;
}

.click-to-call-content p {
    margin: 0;
}

.content-normal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
    margin: 20px 0 10px 0 !important;
}

.content-highlight {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
}

.modal-innr-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-innr-footer .office-details-btn-reverse,
.modal-innr-footer .office-details-btn {
    padding: 13px 40px;
    width: 200px;
    text-align: center;
}

.modal-innr-footer a:first-child {
    margin-right: 15px;
}

.call-now-grid br,
.call-us-later-grid br {
    display: none;
}

#click-to-call input::placeholder {
    color: #6c757d;
}

#click-to-call input:focus::placeholder {
    color: #bbb;
}

@media (max-width: 992px) {
    .call-now-grid br,
    .call-us-later-grid br {
        display: block;
    }

    .call-now-grid,
    .call-us-later-grid {
        max-width: 90%;
        padding: 15px 0;
    }

    .modal-innr-footer a {
        width: auto;
    }

    .click-to-call-content h2 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .modal-innr-footer .office-details-btn-reverse,
    .modal-innr-footer .office-details-btn {
        width: auto;
        padding: 8px 30px;
    }

    .click-call-tab li a span {
        display: none;
    }

    .click-call-tab li:first-child {
        margin-right: 25px;
    }

    .content-normal,
    .content-highlight {
        font-size: 14px;
        line-height: unset;
    }

    .content-normal {
        margin: 10px 0 10px 0 !important;
    }

    .modal-innr-footer {
        padding: 0.8rem;
    }

    .call-us-later-grid .row > * {
        margin: 0;
    }
}
.statistics-stats-box {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    max-width: 80%;
}

.statistics-stat-number {
    font-size: 28px;
    font-weight: bold;
}

.statistics-stat-label {
    font-size: 14px;
    color: gray;
}

.statistics-stats-box-grid {
    border: 1px solid #b8b8b8;
    margin-top: 50px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.statistics-stats-box-grid .statistics-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    /*  margin: 5px; */
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.statistics-stats-box-grid .statistics-stat:nth-child(3n) {
    border-right: 0;
}

.statistics-stats-box-grid .statistics-stat:nth-child(4),
.statistics-stats-box-grid .statistics-stat:nth-child(5),
.statistics-stats-box-grid .statistics-stat:nth-child(6) {
    border-bottom: 0;
}

@media (max-width: 1200px) {
    .statistics-stats-box-grid .statistics-stat {
        padding: 25px 15px;
    }

    .statistics-stat-number {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .statistics-stat-number {
        font-size: 21px;
    }
}
#feedback-modal .custom-popup {
    background: #fff;
    width: 100%;
    height: 500px;
    position: relative;
}

#feedback-modal .custom-popup .close {
    font-size: 36px;
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    position: absolute;
    right: -23px;
    top: -40px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#feedback-modal .custom-popup h4 {
    font-family: inherit;
}

#feedback-modal .custom-popup .left {
    background: url("images/feedback-bg.png") #f1f1f1;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
}

#feedback-modal .custom-popup .right h3 {
    background: #04083d;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
}

#feedback-modal .custom-popup .radio-style-2-label {
    color: #333 !important;
    font-weight: 500;
    margin: 5px 15px !important;
    line-height: 35px;
}

@media (max-width: 1030px) {
    #feedback-modal .custom-popup .right h3 {
        font-size: 20px;
    }

    #feedback-modal .modal-dialog {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 770px) {
    #feedback-modal .custom-popup .left {
        display: none;
    }

    #feedback-modal .custom-popup {
        width: 85%;
        height: auto;
        padding: 0 25px;
        margin: 0 auto;
    }
}
#cross-asset-syncing {
    display: none;
}
.admissons-page .academics-section .heading-wraper .main-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
