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


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

.banner-succes-section {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(207, 215, 221, 0.6);
    padding: 10px;
}

.numb-scholar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.numb-scholar-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 14px;
}

.search-subject {
    padding: 0px !important;
}

.search-subject input {
    border: none;
    outline: none;
    padding: 16px;
}

.scholar-under-head h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #323232;
}

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

.extra-review {
    display: flex;
    justify-content: end;
}

/* Search Result Left Side */


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

.img-cont {
    height: 80px;
    width: 119px;
    overflow: hidden;
    border-radius: 50px;
}

.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;
}



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

.sub-cont-card-det p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #323232;
}

.button-cont-view {
    display: flex;
    align-items: center;
    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;
}

.button-cont-view a:hover {
    color: #FBFBFB;
}

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


.degree-info-sec {
    display: flex;
    gap: 26px;
    margin: 11px 0px;
}

.degr-attendence span {
    font-size: 16px;
    font-weight: 600;
    color: #323232;
}

.degr-attendence h4 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
}

.degree-item {
    width: fit-content;
    padding: 10px 10px;
}

.locat-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.deadline-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.deadline-item h6 {
    font-size: 16px;
    color: #173E79;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-item h6 {
    font-size: 16px;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 20px;
}

.degree-hold-icon-box {
    margin-bottom: 16px;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.degree-hold-icon-box .degree-item {
    width: 200px;
    height: 60px;
    border: 1px solid #173E79;
    border-radius: 10px;
    padding: 10px 10px;
}

/* 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: #1e3a8a;
    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-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: 16px;
    font-weight: 600;
    color: #323232;
    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: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}


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

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

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

.scholar-post-area {
    margin-bottom: 90px;
}

.scholar-filter-section {
    margin: 50px 0px 70px;
}


/* Filter Side Start*/
.filter-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px 16px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter-box select {
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #173E79;
    cursor: pointer;
}

.filter-box select::-ms-expand {
    display: none;
}

.filters-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.filter-tags img {
    width: 10px !important;
    height: 10px;
}

.filter-tags {
    padding: 10px 16px;
    width: fit-content !important;
}

.search-side-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;

}

.search-side-btn a {
    padding: 16px 24px;
}

.search-side-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.search-side-btn a:hover {
    color: #fff;
}

.claer-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #173E79;
    font-size: 16px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    justify-content: center;
}


.claer-btn a {
    color: #323232;
    text-decoration: none;
    text-align: center;
}

.recent-post-wrapper {
    margin-bottom: 40px;
}


/* Filter Side End */



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



/* Subject Searching Result Start right Side */

.sub-cont-detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.button-cont-save a {
    color: #173E79;
}

.button-cont-save a:hover {
    color: #173E79 !important;
}



.button-cont-save {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;

}



/* Subject Searching Result Start right Side end  */

/* Mobile Search Bar start*/



.mobile-keyword .filter-box {
    padding: 0px;
    border: none;
}

.mobile-keyword .filter-box input[type="text"] {
    height: 50px;
    width: 83%;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 8px;
    padding: 17px;
}

.mobile-keyword .filter-box input[type="text"]::placeholder {
    color: #173E79;
}



.filter-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-keyword {
    display: none;
}

.filt-head-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.filt-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
}

.filt-head-col {
    width: 141px !important;
}

/* MObile Search bar end */

.degree-hold-icon-box .degree-item img {
    width: 30px !important;
}



.scholar-program:nth-child(odd) {
    background-color: #f5f5f5; 
}

.scholar-program:nth-child(even) {
    background-color: #fff;   
}


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

@media(max-width:1440px) {
    .button-cont-view {
    font-size: 14px; 
}

.button-cont-save {
    font-size: 14px; 
}
}


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


    /* Scholar Search Cards start */
    .scholar-under-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .sub-cont-card-det h3 {
        font-size: 24px;
    }


    .right-sidebar li a {
        gap: 14px;
    }

    /* Scholar Search Cards End */

    .button-cont-view {
        text-align: center;
        font-size: 14px;
        padding: 10px 15px;
    }

    .button-cont-save {
        font-size: 13px;
        padding: 10px 15px;
    }

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

    .scholar-program .row .col-lg-7 {
        width: 54%;
    }

    .scholar-program .row .col-lg-5 {
        width: 46% !important;
    }

    .degree-hold-icon-box .degree-item {
        width: 170px;
        height: 50px;
    }



}


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

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


    /* Scholar Search Cards start */
    .scholar-under-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .sub-cont-card-det h3 {
        font-size: 24px;
    }

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


    .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: 14px;
        gap: 16px;
    }

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

    .filter-box {
        margin-bottom: 16px;
    }


    .button-cont-view {
        text-align: center;
        font-size: 12px;
        padding: 10px 10px;
    }

    .button-cont-save {
        text-align: center;
        font-size: 13px;
        padding: 10px 10px;
    }

    .degree-hold-icon-box .degree-item {
        width: 150px;
        height: 50px;
    }



}

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


    /* Scholar Search Cards start */
    .scholar-under-head h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .sub-cont-card-det h3 {
        font-size: 20px;
    }

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

    /* Scholar Search Cards End */

    .degree-hold-icon-box .degree-item {
        width: 140px;
        height: 40px;
    }

}


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

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

    .mobile-keyword {
        display: block;
        margin-bottom: 16px;
    }

    .mobile-keyword .filter-box input[type="text"] {
        width: 90%;
    }

    .degr-attendence h4 {
    font-size: 22px;
    }

}

@media (max-width:767px) {

    .filter-box {
        margin-bottom: 16px;
    }

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

    .banner-section {
        background-image: url(/Images/single-degree/single-degree-banner-mob.png);
        padding: 152px 11px;
        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;
    }

    .scholar-under-head h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .expire-cont {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

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

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

    .locat-review {
        flex-wrap: wrap;
    }

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

    .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: 8px 16px;
    }

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

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


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

    .numb-scholar-head h2 {
        margin-bottom: 104px;
    }

    .banner-succes-section {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .search-side {
        display: none;
    }

    .search-subject {
        display: none;
    }

    .numb-scholar-head h2 {
        margin-bottom: 20px;
    }

    .sub-cont-card-det h3 {
        font-size: 20px;
        margin: 0px 0px 0px 0px;
    }

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

    .button-cont-save {
        width: 100%;
        justify-content: center;
    }

    .not-visible-mob {
        display: none;
    }

    .degree-mob-non {
        display: none;
    }

    .mobile-keyword .filter-box input[type="text"] {
        width: 82%;
    }

    .sub-cont-detail {
        margin-bottom: 16px;
    }

    .scholar-program {
        margin-bottom: 20px;
    }


    
}

@media (max-width:375px) {
    .degr-attendence h4 {
        font-size: 22px;
    }
}