:root {
    --blue-color: #0284e1;
    --lightgrey: #666666;
    --secondary-color: #373e4f;

}


a {
    cursor: pointer;
}

.text-primary {
    color: var(--blue-color);
}

.text-lightgrey {
    color: var(--lightgrey);
}

.text-secondary {
    color: var(--secondary-color);
}

.fs-14 {
    font-size: 14px;
}

.fw-600 {
    font-weight: 600;
}

.rounded-20 {
    border-radius: 20px;
}

.heading h2{
    margin-bottom: 1rem;
}

/* 
h3 {
  font-size: 25px;
} */

Top Universities .primary-bg {
    background-color: #0284E1;
}

section {
    padding: 3rem 1.2rem;
}

p,
ul li {
    line-height: 1.4;
}


.heading h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}

.heading span {
    color: var(--primary-color);
}

.container {
    padding: 0 !important;
    min-width: 100% !important;
}


/* common css */
@media screen and (min-width:768px) {
    .heading h2 {
        font-size: 25px;
    }
}



.container {
    box-sizing: border-box;
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}


.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.owl-dots button {
    background: transparent;
    border: none;
    padding: 0;
}

.owl-dots button span {
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.owl-dots button.active span {
    width: 28px;
    height: 8px;
    background: #0a84ff;
    border-radius: 10px;
}

.rating-item span:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../images/epagenew-images/degree.svg') no-repeat center / contain;
}


.rating-item span:last-child:before {
    content: '';
    position: absolute;
    right: 92px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('../images/epagenew-images/greenstar.svg') no-repeat center / contain;
}

.rating-item span {
    padding: 0px 17px;
}



/* Explore */

.rating-count {
    display: flex;
    justify-content: space-between;
}

.rating-count p:first-child::before {
    content: '';
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background: url('../images/epagenew-images/notebook.svg') no-repeat center / contain;
}

.rating-count p:last-child::before {
    content: '';
    margin-right: 5px;
    min-width: 14px;
    height: 13px;
    background: url('../images/epagenew-images/user.svg') no-repeat center / contain;
}


.explore .explore-item {
    margin-top: 12px;
}

.explore .explore-item p {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.homeeducation-detail p {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.education-cart {
    margin-top: 12px;
}

.stars {
    width: 106px !important;
}


.help .help-info::before {
    content: '';
    margin-right: 30px;
    min-width: 65px;
    height: 70px;
    background: url('../images/epagenew-images/call.png') no-repeat center / contain;
}


/* education company page css */





/* end education company page */

/* Media Screens */





@media screen and (min-width:600px) {

    .explore .explore-content {
        flex-flow: wrap;
    }

    .explore .explore-item {
        margin-right: 12px;
        width: 49%;
    }

    .explore .explore-item:nth-child(2n) {
        margin-right: 0;
    }

    .explore .explore-item:last-child {
        margin-right: 0 !important
    }

  
    .education-cart {
        margin-right: 12px;
        width: 48.9%;
    }

    .education-cart:nth-child(2n) {
        margin-right: 0;
    }

    .education-cart:last-child {
        margin-right: 0 !important
    }

}


@media screen and (min-width:680px) {
    .discover .service-container {
        flex-direction: row-reverse;
        justify-content: space-evenly;

    }

    .discover .service-content {
        width: 52%;
    }

    .discover .service-info {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    section {
        padding: 3rem 2rem;
    }

    .explore .explore-linkhead {
        width: 50%;
    }


    .explore #dropdownMenu {
        display: flex !important;
        width: 100%;
        box-shadow: none !important;
        border: 1px solid transparent !important;
    }

    .explore .active-link {
        color: #0284E1 !important;
        border-bottom: 1px solid #0284E1 !important;
        font-weight: 500;
    }

}

@media screen and (min-width:800px) {


    .university .uni-carousel .owl-nav {
        display: flex !important;
        top: -50px;
        position: absolute;
        right: 0;
    }

    .feature .feature-carousel .owl-nav {
        display: flex !important;
        top: -50px;
        position: absolute;
        right: 0;
    }

}

@media screen and (min-width:900px) {

    .explore .explore-item {
        width: 32.5%;
    }

    .explore .explore-item:nth-child(2n) {
        margin-right: 12px;
    }

    .explore .explore-item:nth-child(3n) {
        margin-right: 0;
    }




    /* education search page */

    .education-search .edusearch-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .education-search .edusearch-head {
        width: 28%;
    }

    .education-search .edusearch-detail {
        width: 70%;
    }


    .education-cart {
        width: 48.9%;
    }



    .discover .service-info {
        width: 350px;
    }
}

@media screen and (min-width:1024px) {

    .help .help-info {
        width: 52% !important;
    }

    .solution {
        background-image: url('../images/epagenew-images/solution-bg.png');
        background-size: 100% 100%;
    }

}

@media screen and (min-width:1200px) {
    .container {
        width: 90% !important;
        max-width: 90% !important;
    }





}

@media screen and (min-width:1280px) {

    .education-cart {
        width: 31%;
    }

    .education-cart:nth-child(2n) {
        margin-right: 12px;
    }

    .education-cart:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width:1300px) {

    .service-content h2 {
        font-size: 31px;
    }
}

@media screen and (min-width:1366px) {
    section {
        padding: 3rem 0;
    }

    .container {
        min-width: 1200px !important;
        margin: 0 auto;
    }


    .explore .explore-item {
        width: 24.2%;
    }

    .explore .explore-item:nth-child(3n) {
        margin-right: 12px;
    }

    .explore .explore-item:nth-child(4n) {
        margin-right: 0;
    }


    .education-cart {
        width: 32.5%;
    }

    .education-search .edusearch-head {
        width: 20%;
    }

    .education-search .edusearch-detail {
        width: 79%;
    }


    .education-cart:nth-child(2n) {
        margin-right: 12px;
    }

    .education-cart:nth-child(3n) {
        margin-right: 0;
    }

}


@media screen and (min-width:1400px) {

    .explore .explore-item {
        width: 19.2%;
    }

    .explore .explore-item:nth-child(4n) {
        margin-right: 12px;
    }

    .explore .explore-item:nth-child(5n) {
        margin-right: 0;
    }



    .discover .service-info {
        width: 400px;
    }
}

@media screen and (min-width:1500px) {
    
     .education-cart {
        width: 24.1%;
    }

    .education-cart:nth-child(3n) {
        margin-right: 12px;
    }

    .education-cart:nth-child(4n) {
        margin-right: 0;
    } 
}

@media screen and (min-width:1800px) {

    .container {
        min-width: 1680px !important;
        margin: 0 auto;
    }


}