.banner-section {
    background-image: url(/Images/university-detail/university-detail-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 126px 0px;
}


.breadcrumb-area .container {
    padding: 0px;
}

.page-title-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.page-title-heading h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}


.scholar-under-fold {
    margin-bottom: 30px;
}


.scholar-under-head p {
    font-size: 16px;
    color: #323232;
 }

/* Search Result Left Side */


.Top-uni-section {
    margin-bottom: 50px;
}

.img-cont {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.img-cont img {
    height: 100%;
    width: 100%;
    border-radius: 20px !important;
    object-fit: cover;

}


.scholar-program {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #dee2e6;
    margin-bottom: 40px;
}



.txt-cont {
    position: relative;
}



.uni-detail-card-cont h3 {
    width: 100%;
    color: #323232;
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.uni-cont-list {
    margin: 10px 0px 10px 0px;
}

.uni-cont-list ul {
    padding-left: 0px;
}

.uni-cont-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #173E79;
    list-style: none;
    margin-bottom: 16px;
}





.button-cont-view {
    background-color: #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.button-cont-view a {
    text-decoration: none;
    color: #fff;
}

.expire-cont {
    justify-content: end;
    gap: 25px;
    margin-bottom: 0px;
}






/* Pagination Start */

.pagination {

    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
}

.pagination button {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    width: 60px;
    height: 60px;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.pagination button:hover {
    border-color: #1e3a8a;
    color: #1e3a8a;
}

.pagination button.active {
    background: #1e3a8a;
    color: #fff;
    border-color: #1e3a8a;
}

.pagination span.dots {
    padding: 0 8px;
    color: #1e3a8a;
    font-weight: bold;
}



.mobile-pagination-btn {
    display: none !important;
}

button.view-blog-btn {
    background: #173E79;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}


/* Pagination End */



/* Right Sidebar */
.quick-link-side li {
    margin-bottom: 16px;
    background-color: #FBFBFB;
    padding: 9px;
}

.right-sidebar {
    padding-left: 22px;
}

.right-top-uni {
    width: 26%;
}


.right-sidebar h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.right-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar li {
    margin-bottom: 30px;
}

.right-sidebar li a {
    display: flex;
    align-items: center;
    gap: 20px;

    font-size: 20px;
    font-weight: 600;
    color: #173E79;
    text-decoration: none;
}

.right-sidebar li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}


.quick-link-side li a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}


/*.quick-link-side li a img {*/
/*    width: 73px;*/
/*    height: 73px;*/
/*    border-radius: 50%;*/
/*    object-fit: cover;*/
/*}*/

.quick-link-side li {
    margin-bottom: 16px;
}

.top-uni-side {
    margin-bottom: 50px;
}

/* Right Sidebar End*/
.recent-pst-view {
    display: flex;
    justify-content: end;
}





@media (min-width:1440px) {
    /* .page-title-heading h1 {
        width: 70%;
        margin: 0 auto;
    } */
}


@media (min-width:1200px) and (max-width:1366px) {



    .uni-detail-card-cont h3 {
        font-size: 20px;
    }

    /* Scholar Search Cards End */

}


@media (min-width:992px) and (max-width:1199px) {



    .pagination button {
        width: 50px;
        height: 50px;
    }


    /* Scholar Search Cards start */

    .uni-detail-card-cont h3 {
        font-size: 20px;
    }

    .program-type {
        padding: 12px 20px;
        font-size: 12px;
    }

    .img-cont {
        height: 190px;
    }

    .deadline-item h6 {
        font-size: 13px;
    }

    .deadline-item {
        gap: 20px;
    }

    .review-item h6 {
        font-size: 13px;
    }

    .button-cont-view {
        font-size: 15px;
    }

    /* Scholar Search Cards End */

    /* Recent Scholar Section */
    .recent-scholar-section {
        background-color: #CFE2FF;
        padding: 40px 0px;
    }

    .recen-schol-cont h3 {
        font-size: 26px;
    }

    .recen-schol-cont p {
        font-size: 17px;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    /* Recent Scholar Section End */

    .right-sidebar {
        padding-left: 14px;
    }

    .right-sidebar li a {
        font-size: 16px;
    }

    .quick-link-side li a {
        font-size: 20px;
    }


}

@media (min-width:768px) and (max-width:991px) {


    /* Scholar Search Cards start */

    .uni-detail-card-cont h3 {
        font-size: 22px;
    }

    .button-cont-view {
        font-size: 15px;
    }

    /* Scholar Search Cards End */


}


@media (max-width:991px) {
    .right-sidebar {
        margin-top: 50px;
        padding-left: 14px;
    }

    .page-title-heading {
        width: 100%;
    }

}

@media (max-width:767px) {


    .banner-section {
       padding: 219px 0px 122px;
        background-position: center right;
    }

    .signin-cont h6 {
        color: white;
    }

    .site-header {
        padding: 16px 0px;
        margin-bottom: -86px;
    }

    .page-title-heading h1 {
        font-size: 32px;
        line-height: 42px;
    }


    .uni-cont-list h6 {
        font-size: 16px;
    }

    .uni-cont-list {
        margin: 13px 0px 13px 0px;
    }


    .expire-cont {
        flex-wrap: wrap;
        justify-content: end;
        gap: 18px;
    }

    .recent-pst-view.special-btn .button-cont-view {
        width: unset !important;
    }

    .button-cont-view {
        text-align: center;
    }

    .pagination button {
        width: 40px;
        height: 40px;
    }

    .pagination {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    button.prev,
    button.next {
        display: flex;
    }

    /* .recent-scholar-section {
        display: none;
    } */

    .blog-btn-desk {
        display: none;
    }


    .scholar-program {
        padding: 10px;
    }

    .uni-detail-txt-cont {
        margin-top: 16px;
    }

    .quick-link-side li a {
        font-size: 16px;
    }

    .quick-link-side li a img {
        width: 50px;
        height: 50px;
    }


    .Top-uni-section .program-carousel .owl-nav {
        right: 20px !important;
    }


    .breadcrumb-area .container {
        padding: unset;
    }


    .img-cont img {
        width: 100% !important;
    }
}