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


/* 
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);
}




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

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; */
        width: 250px;
    }
}

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


}



/**for privcy & term_condition start  **/
.privacy-policy section, .terms-condition section{padding: 0rem 0 !important;float: left;
    width: 100%;}

.privacy-policy .container, .terms-condition .container {
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  gap: 40px;
  padding: 0 20px;
  align-items: flex-start;
}

/* Sidebar */
.privacy-policy .sidebar, .terms-condition .sidebar {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
.privacy-policy .sidebar ul, .terms-condition .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.privacy-policy .sidebar li, .terms-condition .sidebar li {
  padding: 12px 14px !important;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 2px;
  font-weight: 600;
}
.privacy-policy .sidebar li:hover, .terms-condition .sidebar li:hover {
  background: #f3f7fc;
}
.privacy-policy .sidebar li.active, .terms-condition .sidebar li.active  {
  color: #0284e1;
  border: 1px solid #0284e1;
  /* background: #f3f9ff; */
  font-weight: 700;
}

/* Content */

.privacy-policy .content, .terms-condition .content {
  flex: 1;
  min-width: 0;
  display: block;
  margin-top: 0px !important;
}
.privacy-policy .content h1, .terms-condition .content h1 {
  font-size: 28px;
  margin: 0 0 15px 0;
  color: #111;
  font-weight: 700;
}
.privacy-policy .updated, .terms-condition .updated {
  font-weight: bold;
  margin: 0 0 16px 0;
  font-size: 14px;color:#000 !important
}
.privacy-policy .intro p, .terms-condition .intro p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #444;
}
.privacy-policy hr.divider, .terms-condition hr.divider {
  border: none;
  border-top: 2px solid #0284e1;
  width: 150px;
  margin: 20px 0;
  margin-bottom:40px;
}

.privacy-policy section.policy-section, .terms-condition section.policy-section {
  margin-bottom:20px;
  scroll-margin-top: 20px;
}
.privacy-policy section.policy-section h2, .terms-condition section.policy-section h2 {
  color: #0284e1;
  font-size: 19px;
  margin: 0 0 12px 0;
  font-weight: 600;
}
.privacy-policy section.policy-section p, .terms-condition section.policy-section p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #444;
}
.privacy-policy section.policy-section ul, .terms-condition section.policy-section ul {
  margin: 0 0 10px 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  list-style-type: disc !important;
  float: left;
  width: 100%;
}

.privacy-policy section.policy-section ul li , .terms-condition section.policy-section ul li{display: list-item !important;}

.privacy-policy section.policy-section p strong, section.policy-section .label-strong {color: #222;}
.terms-condition section.policy-section p strong, section.policy-section .label-strong {color: #222;}

.custom-area:has(.privacy-policy) {overflow: visible !important;transform: none !important;}
.custom-area:has(.terms-condition) {overflow: visible !important;transform: none !important;}

.privacy-policy section.policy-section p, .terms-condition section.policy-section p {
display: inherit;-webkit-box-orient: vertical;-webkit-line-clamp: none;
overflow: visible;margin: 0 0 0px !important;line-height: 28px !important;} 

.privacy-policy strong, .terms-condition strong {display: inline !important;color: #000 !important;}
.privacy-policy content, .terms-condition content{margin-top:0px !important}

@media (max-width: 800px) {
  .privacy-policy .container, .terms-condition .container { flex-direction: column; }
  .privacy-policy .sidebar, .terms-condition .sidebar { position: static; width: 100%; }
}


/**for privcy & term_condition end **/