/*=============================================UK.CSS=======================================================*/
body {
    overflow-x: hidden;
}

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

.flex1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.study_banner,
.study_uk_banner,
.study_canada_banner,
.study_australia_banner,
.study_ireland_banner,
.study_europe_banner,
.study_dubai_banner,
.study_france_banner,
.study_germany_banner,.study_netherland_banner,
.study_newzealand_banner, .study_singapore_banner {
    width: 100vw;
    height: 410px;
    background: rgba(0, 0, 0, .2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.study_banner::before {
    content: '';
    background: url('../img/usa_banner.webp') no-repeat top center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.study_title{
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0 0 8px #000;
    
}

.study_banner img,
.study_uk_banner img,
.study_canada_banner img,
.study_australia_banner img,
.study_ireland_banner img,
.study_europe_banner img,
.study_dubai_banner img,
.study_france_banner img,
.study_germany_banner img,
.study_netherland_banner img,
.study_newzealand_banner img,
.study_singapore_banner img{
    width: 7rem;
    margin-right: 8px;
    margin-top: -15px;

}

.study_banner .expert_btn,
.study_uk_banner .expert_btn,
.study_canada_banner .expert_btn,
.study_australia_banner .expert_btn,
.study_ireland_banner .expert_btn,
.study_europe_banner .expert_btn,
.study_dubai_banner .expert_btn,
.study_france_banner .expert_btn,
.study_germany_banner .expert_btn,.study_netherland_banner .expert_btn,
.study_newzealand_banner .expert_btn,.study_singapore_banner .expert_btn {
    /* background: #0487f3; */
    background: #0D5878;
    font-weight: 600;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #0480e7;
    color: #fff;
    padding: 8px 20px 9px;
    
    transition: all .3s;
    margin-top: 8px;
}

.study_banner .expert_btn:hover,
.study_uk_banner .expert_btn:hover,
.study_canada_banner .expert_btn:hover,
.study_australia_banner .expert_btn:hover,
.study_ireland_banner .expert_btn:hover,
.study_europe_banner .expert_btn:hover,
.study_dubai_banner .expert_btn:hover,
.study_france_banner .expert_btn:hover,.study_netherland_banner .expert_btn:hover,
.study_germany_banner .expert_btn:hover,.study_singapore_banner .expert_btn:hover,
.study_newzealand_banner .expert_btn:hover {
    background: #2491c8;
    color: #fff;
}

.sticy_nav {
    height: 60px;
    width: 100%;
    background: #fff;
    left: 0;
    top: 90px;
    position: sticky;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#secondary_navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
    gap: 40px;
}

.sticy_nav li a {
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
    font-weight: 500;
    transition: all .3s;
    text-align: center;
    display: inline-block;
}

.sticy_nav li a:hover {
    background: rgba(0, 0, 0, .1);
}

.sticy_nav li a.active {
    background: rgba(0, 0, 0, .1);
}

/* =======fact====== */
.fact .fact_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.fact_box_wrap .study-location-fact {
    border: 2px solid #eaeaea;
    border-radius: 8px;
    padding: 15px 30px;
    flex: 1 1 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.study-location-fact .fact_img img {
    width: 50px;
    /* height: 50px; */
}

.study-location-fact .fact_detail {
    margin-left: 20px;
    display:flex;
    flex-direction:column;
}
.study-location-fact .fact_detail *{
    margin: 0 !important;
}

.study-location-fact .fact_title {
    font-size: 18px;
    font-weight: 400;
}

.study-location-fact .fact_value {
    font-size: 18px;
    font-weight: 500;
    
}

.fact .download_btn {
    font-size: 20px;
    font-weight: 700;
    
    width: 100%;
    background: #c5e8fa;
    margin: 10px 0;
}

.fact_img_right img {
    width: 100%;
    max-height: 240px;
}

/* ===university========== */
.university {
    background: #F5F3F9;
}

.university_top {
    text-align: center;
}

.university .arrow-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.university .arrow-buttons button {
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    /* border-radius: 50%; */
    transition: all .3s;
}

.university .arrow-buttons button:hover {
    background: #eaeaea;
}   
.university .arrow-buttons button svg{
    width: 20px;
    height: 20px;
}
.university_wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.university_wrap .university_box {
    max-width: 600px;
    background: #EEF2F2;
    margin: 0px 22px 6px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 2px 4px 3px;
}

.university_box img {
    height: 200px;
    width: 100%;
}

.university_box .university_content {
    padding: 1rem 2rem;
}

.university_content h4 {
    font-size: 22px;
    color: #095D81;
}

.university_content h3 {
    font-size: 22px;
    font-weight: 500;
        width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.university_content .date {
    font-size: 14px;
}

.university_content p {
    font-size: 14px;
    line-height: 20px;
}

.university_wrap.slick-slider .slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    text-align: center;
    transition: all .5s ease;
    list-style-type: none;
    display: none !important;
}

.university_wrap.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 3px !important;
    margin: 0 5px;
    transition: all .5s ease;
    border-radius: 50px;
    overflow: hidden
}

.university_wrap.slick-slider .slick-dots li button {
    width: 100%;
    margin: 0 5px;
    background: #000;
    opacity: .2;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    padding: 0 !important;
    height: 3px !important;
}

.university_wrap.slick-slider .slick-dots li.slick-active {
    width: 100px
}

.university_wrap.slick-slider .slick-dots li.slick-active button {
    background: #0487f3;
    opacity: 1
}



/* =======admission======== */
.admission_doc_inner .admission_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.admission_wrap .admission_single {
    display: flex;
    align-items: center;
    gap: 20px;
}
.admission_doc #showAdmission{
    padding: 5px 11px;
    border: 2px solid #0E5A81;
    background: #0E5A81;
    color: #fff;
    border-radius: 32px;
    font-size: 14px;
}

.admission_single span{
    font-size: 15px !important;
}
.admission_single .img_box {
    height: 50px;
    width: 50px;
    border: 1px solid #7bb0ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px #7bb0ff;
}

.admission_single .img_box img {
    height: 30px;
    width: 30px;
}

.admission_single p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 400px;
}

/* =========cta====== */
.cta {
    background: #f3f6fa;
    padding: 20px 0;
}

.cta_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_wrap .cta_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cta_wrap .cta_left img {
    height: 60px;
    margin-right: 20px;
}

.cta_detail p {
    font-size: 18px;
    font-weight: 400;
}

.cta_detail span {
    display: block;
    font-size: 20px;
    color: black;
    margin-bottom: 0 !important;
}

.cta_wrap .book-btn {
    position: relative;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    border-radius: 5px;
    background: #0E5A81;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: all .3s;
}

.cta_wrap .book-btn:hover {
    background: #086da0;
    color: #fff;
}
.content_wrap table,
th,
td {
    border: 1px solid #717171;
    border-collapse: collapse;
    padding: 10px;
  
}

/* ========timeline============ */
.timeline .nav {
    margin: 30px 0;
    border: none;
}

.timeline .nav .nav-item {
    width: calc(100%/3 - 40px);
    margin-inline: 20px;
}

.timeline .nav .nav-link {
    width: 100%;
    background: #0D5878;
    border-radius: unset;
    font-size: 18px;
    font-weight: 500;
    background: #0D5878;
    color: #fff;
    border-radius: 7px;
    position: relative;
    border-radius: unset;
}

.timeline .nav .nav-link.active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.education_wrap{
    border: 2px solid #005be2;
    border-radius: 40px;
    margin-top: 40px;
    padding: 60px;
    position: relative;
}
.education_wrap .ed{
    background: #fff;
    padding: 0 30px;
    font-size: 30px !important;
    position: absolute;
    top: -24px;
    left: 38%;
    transform: translate(0px, 0px);
}
.education_item {
    background: #fff;
    border: 1px solid #dee2e6;
}
.education_item:nth-child(1){
    border-bottom: none;
}
.education_item:nth-child(2){
    border-bottom: none;
}
.education_item:nth-child(3){
    border-bottom: none;
}
.education_item .education_head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 13px 20px;
    padding-bottom: 16px;
    transition: all .4s;
} 
.education_item .education_head::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 6px;
    background: #005be2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius:  7px 7px  0 0;
}
.education_item .education_head.active{
    border-bottom: 1px solid #00000020;
}
/* .education_item .education_head.active{
    background: #005be2;
    border-color: #005be2;
} */
/* .education_item .education_head::after{
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIzMy40IDQwNi42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE5Mi0xOTJjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjU2IDMzOC43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE5MiAxOTJ6Ii8+PC9zdmc+);
    position: absolute;
    top: 32%;
    right: 2%;
    height: 15px;
    width: 15px;
    transition: .3s ease-in-out;
} */
.education_item .education_head.active::after{
    transform: rotate(-180deg);
}

.education_item .tab_content{
    max-height: 0;
    overflow: hidden;
    transition: all .4s;
}

.education_item .tab_content .row{
    padding: 20px;
}
.tab_content_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 0 80px;
    padding: 0 20px;
}

.tab_single_content h6 {
    font-size: 18px;
    margin: 0 0 10px 20px;
}

.tab_box_content {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-top: 20px;
}
.tab_box_content ul{
    padding-left: 1rem;
    list-style: disc;
}
.tab_box_content .popular_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 80px;
    padding: 0;
}

.tab_box_content .popular_wrap img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.tab_box_content .popular_universities {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.tab_box_content .popular_universities img {
    width: calc(100%/4 - 40px);
    max-height: 100px;
}

/* ===========admission_exp=========== */
.admission_exp .border {
    border: 2px solid #EEF2F2;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}

.admission_exp h5 {
    font-size: 18px;
    text-align: center;
}

.visa_caraousel .visa_box {
    padding: 10px 20px;
    border-radius: 10px;
    height: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #cef0f4;
}

.visa_caraousel .visa_box.even {
    background: #cef0f4;
}

.visa_caraousel .visa_box.odd {
    background: #ebe1ef;
}

.visa_caraousel .visa_box h5 {
    font-size: 18px;
    text-align: left;
}

.visa_caraousel .visa_box .cost,
.visa_caraousel .visa_box .type {
    font-size: 16px;
    color: #303030;
}

.visa_caraousel .visa_box .visa_detail {
    font-size: 14px;
    line-height: 18px;
    color: #303030;
}

.owl-carousel.visa_caraousel .owl-nav svg {
    position: relative;
    padding: 10px;
    height: 40px;
    width: 40px;
}
.visa_wrap .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 41%;
    left: -5%;
    width: 110%;
}

.admission_exp .explore_btn {
    padding: 7px 20px;
    border: 2px solid #14a3eb;
    font-size: 18px;
    border-radius: 30px;
    transition: all .3s;
}

.admission_exp .explore_btn:hover {
    background: #14a3eb;
    color: #fff;
}

.admission_exp .pl {
    padding-left: 50px;
}

.admission_exp .weather span {
    color: #919191;
}

.admission_exp .table_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0 20px;
}

.table_ {
    padding: 0;
}

.table_ .table_head_wrap .table_head {
    width: 71%;
}

.table_ .table_head_wrap .table_temp {
    width: 29%;
}


.table_wrap .table_data {
    padding: 4px 10px;
    background: #e3f5fd;
    color: #939191;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
}

.table_wrap .table_data .city {
    width: 75%;
}

.table_wrap .table_temp {
    width: 25%;
    background: transparent;
}

.table_wrap .table_temp .temp {
    background: transparent;
    color: #14a3eb;
}

.admission_exp .graph {
    max-height: 200px;
    width: auto;
    margin-left: 2rem;
}

.admission_exp .expenses_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
    margin-top: 50px;
}

.expenses_wrap .expense_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.expenses_wrap .expense_box img {
    height: 50px;
}

.expense_box h6 {
    font-size: 20px;
    margin: 10px 0 6px;
}

.expense_box p {
    font-size: 14px;
    color: #535353;
    text-align: center;
}

/* =============opportunity=========== */
.opportunity .box_bg {
    padding: 30px 20px;
    background: #ebebec;
    border-radius: 9px;
    margin-top: 18px;
}

.opportunity .op_para {
    font-size: 18px;
    color: #616161;
    text-align: center;
}

.opportunity .opportunity_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 20px;
}

.opportunity_wrap .opportunity_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.opportunity_box .icon_box {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #cebedc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.opportunity_box .icon_box img {
    height: 30px;
    width: 30px;
}

.opportunity .opportunity_detail {
    padding: 20px 15px;
    /* background: #917dba; */
    background: #0D5878;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

.opportunity_detail h6 {
    font-size: 18px;
    
}

/* ==============studyUsaFaq= */
.studyUsa.faq::before {
    content: '';
    background: url(../img/university_bg.jpg) no-repeat center center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
}

.studyUsa.faq .accordion-item-header {
    min-height: 3.5rem;
    font-size: 18px;
}

.studyUsa.faq .accordion-item {
    border-bottom: 2px solid #bfbfbf;
}

.study_usa_img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.study_usa_img img {
    max-height: 500px;
}

#view_more {
    border: none;
    outline: none;
    background-color: #095D81;
    color: #fff;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 7px;
}

.view_more_faq {
    display: none;
    transition: all .6s;
}

/* ===============study destination=============== */
.destination_banner {
    padding: 50px 0 170px;
    margin-bottom: 30px;
    background: #eae8f3;
    /*background: url(../img/destination-banner.jpg) no-repeat center center / cover;*/
}

.destination_banner .bdrcrm {
    padding: 10px 20px;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.destination_banner p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #303030;
}

.destination_banner .country_block {
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -30%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.country_block h6 {
    font-size: 22px;
    color: #303030;
    letter-spacing: .5px;
}

.country_block .form-select {
    height: 50px;
    margin-top: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.seo_read_more{
    margin-top: 150px;
}
.seo_read_more.exam{
    margin-top: 60px;
}
.seo-content {
    overflow: hidden;
    height: 200px;
    position: relative;
}
.seo-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 25%, rgb(252, 253, 250) 75%);
}
.seo-content.show {
    height: auto;
}
.seo-content.show::before{
    height: 0;
}
.strength{
    margin-top: 30px;
    background: #E8F9F5;
}
.strength_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
    margin-top: 50px;
}

.strength_wrap .sterngth_single {
    padding: 0 30px;
    text-align: center;
}

.strength_wrap .sterngth_single img {
    height: 70px;
}

.sterngth_single h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 10px 0;
}

.explore:nth-child(odd) {
   background:#E8F9F5;
}


.explore h3 {
    font-size: 24px;
    
}

.explore p {
    font-size: 16px;
    color: #303030;
    line-height: 140%;
}

.explore h6 {
    font-size: 18px;
    
    margin: 20px 0 10px;
}

.explore ul li {
    position: relative;
    margin-left: 2rem;
    padding: 7px 0;
}

.explore ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 19%;
    left: -4%;
    color: #0190d7;
}

.explore .explore_img_wrap img {
    height: 100%;
    width: 100%;
}

.univer-sity .university-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.university-wrap .university_img {
    height: 140px;
    width: calc(100%/4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.university-wrap .university_img:nth-child(1) {
    border-left: 1px solid #939191;
    border-right: 1px solid #939191;
    border-bottom: 1px solid #939191;
}

.university-wrap .university_img:nth-child(2) {
    border-right: 1px solid #939191;
    border-bottom: 1px solid #939191;
}

.university-wrap .university_img:nth-child(3) {
    border-right: 1px solid #939191;
    border-bottom: 1px solid #939191;
}

.university-wrap .university_img:nth-child(4) {
    border-right: 1px solid #939191;
    border-bottom: 1px solid #939191;
}

.university-wrap .university_img:nth-child(5) {
    border-left: 1px solid #939191;
    border-right: 1px solid #939191;
}

.university-wrap .university_img:nth-child(6) {
    border-right: 1px solid #939191;
}

.university-wrap .university_img:nth-child(7) {
    border-right: 1px solid #939191;
}

.university-wrap .university_img:nth-child(8) {
    border-right: 1px solid #939191;
}

.university-wrap .university_img:nth-child(1) img {
    height: 60%;
}

.university-wrap .university_img:nth-child(2)  img{
    width: 160px;
}

.university-wrap .university_img:nth-child(3) img{
    height: auto;
    width: 70%;
}

.university-wrap .university_img:nth-child(4) img{
    height: 100px;
}

.university-wrap .university_img:nth-child(5) img{
    height: 80px;
    width: 200px;
}

.university-wrap .university_img:nth-child(6) img{
    height: 80px;
    width: 200px;
}

.university-wrap .university_img:nth-child(7) img{
    height: 80px;
    width: 200px;
}

.university-wrap .university_img:nth-child(8) img{
    height: 85px;
    width: 170px;
}
/*=============================================USA.CSS=======================================================*/
.study_uk_banner::before {
    content: '';
    background: url('/assets/img/uk_banner1.webp') no-repeat center center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.top_university_wrap {
    height: 360px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top_university_wrap .top_university_box {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 0px 22px 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.top_university_box .university_box_top {
    gap: 0 10px;
    position: relative;
}

.university_box_top img {
    height: 50px;
    width: auto;
}

.university_box_top h5 {
    font-size: 18px;
    color: #095D81;
    margin: 0;
}

.university_box_top p {
    font-size: 14px;
    color: #7a7a7a;
}

.university_box_top span {
    position: absolute;
    top: 22%;
    right: 0;
    padding: 5px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background: #5a5959;
    color: #fff;
    border-radius: 50%;
}

.top_university_box .university_detail {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 10px 0;
}

.university_detail img {
    height: 40px;
    width: 40px;
    opacity: .7;
}

.university_detail p {
    font-size: 14px;
    color: #7a7a7a;
}

.top_university_box .apply_btn {
    border: 2px solid #095D81;
    color: #095D81;
    background: #fff;
    width: 100%;
    border-radius: 32px;
    margin-top: 20px;
}

.top_university_box .apply_btn:hover {
    color: #fff;
    background: #095D81;
}

.top_university_uk .university_btn,
.universityBtn {
    font-size: 18px;
    background-color: #095D81;
    color: #fff;
    padding: 10px 40px;
    border-radius: 32px;
    
    transition: all .3s;
}

.top_university_uk .university_btn i,
.universityBtn i {
    font-size: 14px;
}

.top_university_uk .university_btn:hover,
.universityBtn:hover {
    background-color: #4dbeef;
}
.admission-detail{
    height: 380px;
    width: 100%;
}

/* ============canada=========== */
.study_canada_banner::before {
    content: '';
    background: url('/assets/img/canada_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.popular_universities.canada img {
    width: calc(100% / 2 - 80px);
    max-height: 90px;
}

.popular_universities.europe img {
    width: calc(100% / 2 - 40px);
    max-height: 90px;
}

.study_australia_banner::before {
    content: '';
    background: url('/assets/img/australia_banner.webp') no-repeat center center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.study_ireland_banner::before {
    content: '';
    background: url('/assets/img/ireland_banner.webp') no-repeat top center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.study_europe_banner::before {
    content: '';
    background: url('/assets/img/europe_banner.webp') no-repeat bottom right / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.scholarShip {
    padding-top: 60px;
    background: #f4f7fb;
}
.europe_scholar {
    padding: 60px 0 120px;
}

.europe_scholar img {
    height: 400px;
    width: 700px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.scholar_list {
    margin-bottom: 0;
    padding-left: 20px !important;
}
.scholarShip ul{
    list-style-type: disc;
    padding-left: 1rem;
}
.scholar_list li {
    position: relative;
    text-underline-offset: 8px;
}
.scholar_list li::marker{
    font-size: 15px;
    font-weight: 600;
}
.scholar_list li ul li{
    padding-top: 5px;
}
/* .scholar_list li::before {
    content: '';
    background: url('/assets/img/check.png') no-repeat center center / cover;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 3px;
    left: -30px;
} */

.scholar_girl {
    max-height: 300px;
}

.scholar_img {
    display: flex;
    justify-content: flex-end;
}
/* ==========dubai========== */
.study_dubai_banner::before{
    content: '';
    background: url('/assets/img/dubai_banner-1.webp') no-repeat center center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.study_france_banner::before {
    content: '';
    background: url('/assets/img/france_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.study_germany_banner::before {
    content: '';
    background: url('/assets/img/germany_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.study_singapore_banner::before {
    content: '';
    background: url('/assets/img/singapore_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.study_netherland_banner::before {
    content: '';
    background: url('/assets/img/netherland_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.study_newzealand_banner::before {
    content: '';
    background: url('/assets/img/new_banner.webp') no-repeat bottom center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.accordion_block .accordion-item-body-content ul{
    list-style-type: unset !important; 
    padding-left: 25px !important;
}