.neet_heading h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif; 
}
.customEditor ul,
.customEditor ol{
    list-style-position: inside;
}
.customEditor ul li,
.customEditor ol li{
    list-style: square;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400; 
}
/*
.neet_menu ul{ 
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.neet_menu ul li{  
    margin: 5px;
    padding: 10px;
    width: 30%;
    background : #1d235d;
}.neet_menu ul li a{ 
    color: #fff;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-align: center;
}
*/


/*   */
section.best-college-box {
    background: #1f1f1f;
}
.studyFilter{ 
    display: flex;
    flex-wrap: wrap; 
    align-items: flex-start;
    justify-content: space-between;
    margin: 0px 0 0; 
}
.filterLeft{
    width: 330px; 
    padding: 15px;
    border-radius: 8px;
    background: #1d235d;
    position: sticky;
    top: 120px;
}
 


@media(min-width:768px){
    .filterLeft form{ 
        height: 70vh;
        overflow-x: auto;
    }
    .filterLeft form::-webkit-scrollbar {
      width: 2px;
    } 
    /* Track */
    .filterLeft form::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px;
    }

    /* Handle */
    .filterLeft form::-webkit-scrollbar-thumb {
      background: #1D235D;
      border-radius: 10px;
    }

}


.filterLeft h3{
	color: #fff;
}
.filterLeft h3:after{
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 15px 0 15px;
}
.filterLeft label{
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 5px;
    letter-spacing: 0.9px;
}

.filterLeft input,
.filterLeft select{
    height: 45px;
    width: 100%;
    color: #1d235d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.9px;
    border: 1px solid #1d235d;
    border-radius: 6px;
/*    margin: 0 0 5px;*/
    font-family: 'Montserrat', sans-serif;
}

.filterSubmti{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
} 
.filterSubmti a.resetF{ 
    background: #da0000; 
}

.filterSubmti a.resetF,
.filterSubmti button{ 
    width: 49%;
    font-size: 16px;
    padding: 10px 0;
}

 
.filterRight{
	/* width: calc(100% - 360px);  */
    width: 100%;
}
.college-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #e9f0ff; */
    /* margin: 0 0 20px; */
    padding: 15px;
    border-radius: 12px;
}
.college-heading h1{
    margin: 0;
    padding: 0;
    font-size: 24px;
}
.college-heading .btn-primary,
.college-heading a.btnOne{
    margin: 0;
    /* margin: 0;
    font-size: 16px;  
    padding: 10px 15px;
    color: #000;
    background: #ffffff; */
}

/* 111 */
/* Container styling */ 
#best-clg-select {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
    padding: 0px; 
  }
  
  .best-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #e0e0e0; /* Light border for subtle separation */
  }
  
  .best-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }

  .pagination.paginboxWrp{
    grid-column: 1 / -1;
  }
  
  .collegeOuter {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .collegeInner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .collageLeft {
    width: 100%;
    height: 200px;
    /*  background: url('https://via.placeholder.com/340x200') no-repeat center center;  
        background-size: cover;
        border-bottom: 1px solid #e0e0e0; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .collageRight {
    width: 100%;
    height: calc(100% - 200px);
    background: #ffffff;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .collegedetails a{
    display: block; 
  }
  .collegedetails img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    border-bottom: 0px solid #e0e0e0;
    max-height: 180px;
  }
  
  .collegeContant {
    text-align: center;
    padding: 0px;
    color: #333;
  }
  
  .collegeContant h3 a,
  .collegeContant h3 {
    font-size: 1.4em;
    margin: 0;
    color: #333;
    font-weight: 500;
  }
  .collegeContant h3 a{
    font-size: 21px;
  }
  .collegeContant span {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin: 5px 0;
  }
  
  .rating-box {
    margin: 10px 0;
  }
  
  .star-ratin i {
    color: #f39c12;
    font-size: 1.2em;
  }
  
  .collegeCourse {
    padding: 10px 0px;
    /* background: #f9f9f9; */
    border-top: 2px solid #007bff;
    text-align: center;
  }
  .collegeCourse a.btnOne{
    margin-top: 0px;
  }

  .collegeCourse h4{
    font-size: 18px;
    color: #000;
    min-height: 50px;
  }
  .courselist {
    margin: 10px 0;
    list-style: none;
    padding: 0;
    color: #111;
  }
  
  .courselist li {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 5px;
  }
  
  
  
  .btnOne:hover {
    color: #fff;
    background-color: #0056b3;
    transform: translateY(0);
  }
  
  .button-slider {
    padding: 15px 25px;
    background: #ffffff;
  }
  
  .slide-menu-btn {
    /* list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    gap: 10px; */
  }
  
  .slide-menu-btn .item {
    flex: 0 0 auto;
  }
  
   
.slide-menu-btn a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  transition: color 0.3s ease;
  letter-spacing: 0;
  background: #efefef;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 4px;
  word-break: break-word;
}  
.slide-menu-btn a:hover {
  color: #0056b3;
}
   
  
   
  
  




/* 
.collegeOuter {
    background: #fff;
    border-radius: 08px; 
    margin: 0 0 10px; 
    flex-wrap: wrap;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.collegeOuter .collageLeft{
    width: 300px;
    text-align: center;
}
.collegeOuter .collageLeft a{
    display: block;
    padding: 0px 20px 0 0;
    box-sizing: border-box;
} 
.collegeOuter .collageRight{
    width: calc(100% - 300px); 
} 
.collegeContant {
    width: 100%;
}
.collegeContant h3 {
	padding: 0;
	margin: 0;
}
.collegeContant h3 a{
    font-size: 24px;
    color: #1d235d;
    font-weight: 700;
    line-height: 1;
}
.collegeContant span{
    color: #707070;
    font-weight: 700;
    font-size: 14px;
}
.rating-box { 
    width: 110px;
    padding: 5px 0 0;
}
.rating-box a{
    font-size: 13px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0; 
    display: block;
    text-align: center;
    line-height: 1;
}
.rating-box  a span{
    display: block;
}

.star-ratin i.fa.fa-star{
	color: #838383;
}
.star-ratin i.fa.fa-star.checked { 
    color: #c9b900;
} 
.collegeCourse a{ 
    font-size: 16px; 
    padding: 12px 20px; 
} 
.collegeCourse h4{
   margin: 0;
    padding: 15px 0 5px;
}
.collegeCourse .courselist{
    padding: 5px 0;
}
.collegeCourse .courselist b{
    width: 160px;
    display: inline-block;
} 
.collageBottom  {
    width: 100%;
    display: block; 
}
  
.slide-menu-btn{
    padding: 0;
    margin: 0; 
}
.slide-menu-btn li.item a{
    background: #e9f0ff;
    display: inline-block;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 8px;
} */







@media(max-width:767px){
    .filterLeft {
        width: 100%; 
        display: none;
    } 
    .studyFilter.showFilter .filterLeft{ 
        display: block;
        height: 80vh;
        overflow: auto;
        z-index: 99999;
        position: fixed;
        top: 20px;
        left: 0;
        width: 90%;
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }

 


    .filterRight {
        width: 100%;
    }

    .collegeOuter { 
        padding: 10px;
        align-items: flex-start; 
    }
    .collegeOuter .collageLeft{ 
      width: 100%; 
      height: 120px;
    }
    .collegeOuter .collageLeft img{
        max-height: 90px;
    }
    .collegeOuter .collageRight { 
        width: calc(100% - 0px);
    }
    .collegeOuter .collageRight .btnOne{
        width: 49%;
        padding: 8px 0px;
        max-width: 49%; 
    } 
    .college-heading { 
        /* background: #1d235d;
        margin: 0 0 10px;
        padding: 5px;
        border-radius: 8px;
        justify-content: center; */
    }
    .button-slider {
      padding: 10px; 
    }
    .college-heading h1 {
        font-size: 18px;
        color: #fff;
        margin: 0 20px 0 10px;    
    }
    .college-heading a.btnOne {
        font-size: 15px;
        padding: 8px 10px; 
        line-height: 1;
        min-width: 110px;
    } 
    .collegeCourse h4 {
        /* font-size: 17px; */
        height: auto;
        min-height: auto;
    }  
    .collageBottom .btnOne {
        width: 100%;
        margin: 5px 0;
        background: #000000;
        border: 1px solid #000;
    }
    .slide-menu-btn  .item a {
        font-size: 14px;
        margin: 5px;
    } 
    .button-slider .owl-nav { 
        top: 0;
        justify-content: center;  
    }
    .collegeOuter .collageRight .btnOne i{ 
        display: none;
    }
    .customEditor{
      /* overflow: auto; */
    }

    table {
        display: block;
        width: 100% !important;
        overflow: auto !important;
    }
    
}


@media(max-width: 413px){
  #best-clg-select { 
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); 
  }
  
}