@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Neue-Montreal";
  src: url("/website/assets/font/NeueMontreal-Regular.otf");
}

:root {
  --primary_color: #006b4f !important;
  --secondary_color: #ee2d43 !important;
  --border_color: #ccc9c9 !important;
  --white_color: #ffffff !important;
  --text_color: #333 !important;
  --red_color: #ce2e28 !important;
  --green_color: #00312d !important;
  --lightGreen_color: #94d227;
  --yellow_color: #daac50;
  --primary_font: "Poppins" !important;
  --secondary_font: "Inter" !important;
  --tarnary_font: "Neue-Montreal" !important;
}

.details-section-container-right p {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  color: #595959 !important;
}
.details-section-container-right span {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #595959 !important;
}
.details-hero-section {
  /* margin-top: 80px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* ==========================Gallery Start============================ */
.galleryHidden {
  display: none !important;
}
.galleryShow {
  display: block !important;
  display: flex !important;
}
.detailsHeroContainer {
  width: 100%;
  height: 600px;
  display: flex;
}
.detailsHeroImgBoxSingle {
  width: 100%;
  height: 100%;
}
.detailsHeroImgBoxSide {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.detailsHeroImgBoxDuel {
  width: 100%;
  height: 100%;
  display: flex;
}
.detailsHeroImgBoxMid {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.detailsHeroImgBoxThird {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.gallery__img3 {
  width: 100%;
  height: 100%;
}
.gallery__img6 {
  height: 100%;
  width: 50%;
}
.gallery__img1,
.gallery__img2,
.gallery__img4,
.gallery__img5 {
  width: 100%;
  height: 50%;
}
.gallery__img7 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.detailsHeroContainer img {
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s;
}
.detailsHeroContainer img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
/* ============Gallery Slider Popup============== */
.institute-gallery-slider-section {
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  background-color: #7e7e7e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.institute-carousel-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #121534 100%);
  z-index: 0;
  opacity: 0.7;
}
.institute-gallery-slider-container {
  width: 90%;
  height: 80vh;
  background-image: url("../assets/images/bgdtl.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-shadow: 0px 1px 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.institute-gallery-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ce2e28;
  background-color: #ccc9c9;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}
.enqPro-Btn {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ee2d43;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.comparePro-Btn {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ccc9c9;
  cursor: pointer;
}
.institute-gallery-close-btn:hover {
  background-color: #ce2e28;
  color: #ffffff;
  transform: scale(1.2);
  transition: 0.5s;
}
.institute-gallery-slider-container .carousel {
  width: 100%;
  height: 100%;
}
.institute-gallery-slider-container .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.institute-gallery-slider-container .carousel .carousel-item {
  text-align: center;
  width: 100%;
  height: 100%;
}
.carousel-item .galleryGarousel-item {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}
/* ===============================Gallery End================================================ */
.details-hero-section-content-box {
  background-color: var(--white_color);
  border-radius: 10px;
  position: absolute;
  width: 75%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  bottom: -6rem;
  box-shadow: 1px 1px 10px #666666;
}
.details-hero-section-left-container {
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 10px;
}
.details-hero-college-img {
  width: 140px;
  height: 140px;
  /* overflow: hidden; */
  border-radius: 8px;
}
.clg-logo-img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.details-hero-section-right-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.details-hero-section-right-container h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.details-hero-section-right-container .rating-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.details-hero-section-right-container .listBoxDricBoxText {
  font-size: 16px;
  font-family: var(--secondary_font);
}
.details-hero-section-right-container .listBoxDricBoxText span {
  font-size: 16px;
}
.btnCompare i,
.btnEnquiry i {
  font-size: 22px;
}
.btnCompare {
  margin: 0;
  border: none;
  height: 40px;
  width: 160px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--text_color);
  background-color: var(--white_color);
  border: 1px solid var(--border_color);
  gap: 4px;
  cursor: pointer;
}
.btnEnquiry {
  margin: 0;
  border: none;
  height: 40px;
  width: 160px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--green_color);
  background-color: var(--lightGreen_color);
  gap: 4px;
  cursor: pointer;
}
/* -------details------- */
.details-section {
  width: 100%;
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-section-container {
  width: 90%;
  margin: 4rem 0;
  display: flex;
  justify-content: space-between;
}

.details-secction-container-left {
  position: sticky;
  align-self: flex-start;
  width: 18%;
  z-index: 10;
  top: 120px;
}
.facilitiesSection,
.detailsAbout,
.course-item-container,
.admissionSection,
.dataTableContainer,
.instituteSection,
.addressSectoin{
  scroll-margin-top: 120px;
}

.details-section .list-group-item {
  margin: 0;
  padding: 0 !important;
  height: 50px;
  border: none !important;
  border-top: 1px solid var(--border_color) !important;
}
.details-section .list-group-item a{
  margin: 0;
  padding: 0.5rem 1rem;
  font-family: var(--primary_font) !important;
  font-size: 16px !important;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--text_color);
  text-decoration: none;
}
.list-group {
  padding: 1rem !important;
  overflow: hidden;
  background-color: var(--white_color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.list-group-item:hover {
  /* font-weight: 600; */
  border-bottom: 1px solid var(--primary_color) !important;
}

.details-section .list-group-item.btn-active a{
  color: var(--white_color);
}

.btn-active {
  color: var(--white_color);
  border-radius: 10px !important;
  font-weight: 600;
  border: none !important;
  background: linear-gradient(88.08deg, #bff102 -30.15%, #053f31 98.37%);
}
.details-section-container-right {
  width: calc(100% - 20% - 260px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.listing-ads-container{
  width: 260px;
}
.detailsAbout {
  background-color: var(--white_color);
  padding: 1.5rem;
  border-radius: 16px;
}
.detailsAbout h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.detailsAbout p {
  margin: 0;
  font-weight: 400;
  font-family: var(--secondary_font);
  font-size: 14px;
  text-wrap: wrap;
}

.academic-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.academic-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.academiItemsContainer {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.academic-item {
  width: 23%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid var(--border_color);
  border-radius: 10px;
  background: var(--white_color);
}
.academic-icon {
  width: 46px;
}
.academic-item h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  color: var(--primary_color);
  font-family: var(--primary_font);
}
.academic-item p {
  margin: 0;
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
}
.course-item-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.course-item-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.coursesContainer {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2%;
}
.course-item-box {
  width: 32%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--white_color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.course-item-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary_font);
  color: var(--text_color);
}
.flexBoxContainer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexBoxContainer p {
  margin: 0;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--secondary_font);
  color: var(--text_color);
}
.flexBoxContainer p i {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary_color);
}
.course-flex-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: var(--secondary_font);
  color: var(--text_color);
}
.flex-cloumn .small-para {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.flex-cloumn .bold-para {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.CollegegalleryContainer {
  display: flex;
  flex-direction: column;
}
.CollegegalleryContainer h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.btn-gallery {
  gap: 1rem;
  margin-top: 1rem;
}
.galBtnSelect {
  height: 50px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.galBtnSelect.active {
  background: linear-gradient(88.08deg, #bff102 -30.15%, #053f31 98.37%);
  color: var(--white_color);
}
.galBtnSelect:focus {
  border: none;
  outline: none;
}
.gallContentBox {
  margin-top: 1rem;
  width: 100%;
}
.slickSlider {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.gallItemContent {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.gallItemContent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallItemContent p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary_font);
  position: absolute;
  color: var(--white_color);
  width: 100%;
  bottom: 0;
  padding: 1rem;
}
.instituteSection {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.instituteSection h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.admissionAbout {
  margin-top: 1rem;
  background-color: var(--white_color);
  border-radius: 10px;
  padding: 1.5rem;
}
.facilitiesSection {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: var(--white_color);
  border-radius: 10px;
}
.facilitiesSection h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.facilities-container {
  width: 100%;
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.facilities-item-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.facilities-item {
  width: 16.6%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.bg-blur-blue {
  background-color: #f2f2f2;
}
.seemoreBtn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--red_color);
  text-decoration: none;
}
.seemoreBtn i {
  font-size: 16px;
  font-weight: 600;
}
.seemoreBtn:hover {
  color: var(--red_color);
}
.addressSectoin {
  display: flex;
  flex-direction: column;
}
.addressSectoin h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.address-container {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.address-container-left {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.address-left-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  position: relative;
  padding: 1rem;
  background-color: var(--white_color);
  border-radius: 15px;
  height: 100px;
}
.address-left-item .additmtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--red_color) !important;
  font-family: var(--secondary_font);
}

.address-left-item .additmpara {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--secondary_font);
}
.address-left-item .additmpara a{
  font-family: var(--secondary_font);

}
.address-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.address-container-right {
  width: 60%;
  position: relative;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 85%;
  width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}
.iframe-box {
  width: 100%;
}
.addtess-text-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: var(--white_color);
  border-radius: 15px;
}
.location-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}
.admissionSection {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.admissionSection h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.admissionItemContainer {
  width: 100%;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--white_color);
  border-radius: 10px;
}

.admissionItemContainer .lgtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.admissionItemContainer .regtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.admissionItemContainer .smalltitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  font-family: var(--secondary_font);
}
.admissionItemContainer .weblinktitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--secondary_font);
  display: flex;
  align-items: center;
  gap: 6px;
}
.admissionItemContainer .weblinktitle i {
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary_color);
}
.admissionItemContainer ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.admissionItemContainer ul li {
  list-style-type: none;
}
.admissionItemContainer ul li i {
  padding: 4px;
  font-size: 10px;
  font-weight: 500;
  color: var(--white_color);
  background-color: var(--green_color);
  border-radius: 50%;
}
.admissionItemContainer .regtitle span {
  margin: 0;
  font-size: 14px !important;
  font-weight: 400;
  color: var(--text_color);
  font-family: var(--secondary_font);
}
.dataTableContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dataTableContainer h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--text_color);
  font-family: var(--primary_font);
}
.detailstable {
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white_color) !important;
  border: 1px solid #ccc9c9 !important;
}
.detailstable thead {
  width: 100%;
  background-color: #eafde7;
}
.detailstable thead {
  padding: 1rem;
  text-align: left;
}

.listing-ads-container{
  width: 220px;
}
/* =====================similar colleges section footer===================*/
.similar-colleges-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    var(--green_color) 0%,
    var(--lightGreen_color) 100%
  );
}
.similar-colleges-container {
  width: 90%;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.similar-colleges-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.similar-colleges-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.similarCollegesHeader {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 30px;
  font-weight: 500;
  color: var(--white_color);
}
.flex-btn-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* ==================Slider====================== */
.card-carousel-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px;
}

.similar-colleges-item {
  width: 550px;
  flex: 0 0 auto;
  display: flex !important;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background-color: var(--white_color);
  border-radius: 10px;
  margin-right: 2rem;
}
/* ===============slioder========= */
.similar-clg-logo {
  width: 60px;
  height: 60px;
}
.similar-collge-item-text-box {
  display: flex;
  flex-direction: column;
}
.similarCollgeItemTextBox {
  height: 45px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--primary_font);
  color: var(--text_color);
}
.similar-collge-item-text-box .rating-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.similar-collge-item-text-box .rating-container p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: var(--text_color);
}
.similar-collge-item-text-box .rating-container .rating-star-box i {
  font-size: 18px;
  color: var(--primary_color) !important;
}
.location-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.location-text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}
.location-text i {
  font-size: 16px;
  color: var(--secondary_color);
}
.spam-public {
  margin: 0;
  color: #0e5b51;
  background-color: #b1fff58c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 500;
}
.flex-text-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-family: var(--secondary_font);
}
.viewClg{
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary_color);
  display: flex;
  align-items: center;
  gap: 4px;
}

.viewClg i{
  font-size: 16px;
  font-weight: 600;
}

.listBoxDricBoxText {
  margin: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #666666;
}
.listBoxDricBoxText i {
  font-size: 22px;
  color: var(--text_color);
}
.listBoxDricBoxText span {
  font-size: 12px;
  font-weight: 600;
  color: var(--text_color);
}
.details-admission-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 20px;
}
.details-admission-container .fas-icon {
  font-size: 24px;
  border-radius: 50%;
  padding: 6px;
  background-color: #1bac99;
  color: #ffffff;
}
.institute-item {
  width: 24%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid #eee;
  background-color: #ffffff;
  border-radius: 10px;
  height: 100%;
}
.companies-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.detailsMenu-settings-menubar {
  display: none;
}
.card-carousel .listBoxDricBoxText {
  font-size: 14px;
  font-weight: 600;
}
.card-carousel .listBoxDricBoxText span {
  font-size: 14px;
}
.card-carousel .listBoxDricBoxText i {
  font-size: 16px;
}
.clgDtlsBtn {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary_color);
  font-family: var(--secondary_font);
  display: flex;
  align-items: center;
  &:hover {
    color: var(--secondary_color);
  }
}
.clgDtlsBtn i {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary_color);
}
.details-hero-section-right-container .rating-container p {
  font-size: 16px !important;
  margin: 0;
  font-weight: 500;
  color: var(--text_color);
}
.details-hero-section-right-container .rating-container .rating-star-box i {
  font-size: 20px;
  color: var(--primary_color) !important;
}


@media screen and (max-width: 1660px) {
  .details-secction-container-left {
    width: 250px;
  }
  .details-section-container-right {
    width: calc(100% - 250px - 220px - 30px);
  }
  .listing-ads-container {
    width: 220px;
  }
}
@media screen and (max-width: 1440px) {
  .details-secction-container-left {
    width: 220px;
  }
  .details-section-container-right {
    width: calc(100% - 220px - 220px - 30px);
  }
  .academiItemsContainer {
    gap: 1rem;
  }
  .academic-item {
    width: 48%;
  }
  .coursesContainer {
    gap: 1rem;
  }
  .course-item-box {
    width: 48%;
    height: auto;
  }
  .slickSlider {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .facilities-item {
    width: 25%;
  }
  .facilities-item p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1280px) {
  .details-secction-container-left {
    width: 250px;
  }
  .details-section-container-right {
    width: calc(100% - 250px - 200px - 30px);
  }
  .listing-ads-container {
    width: 200px;
  }

  .list-group-item {
    font-size: 14px !important;
  }
  .detailsAbout h3 {
    font-size: 18px;
  }
  .detailsAbout p {
    font-size: 14px !important;
  }
  .CollegegalleryContainer h3,
  .facilitiesSection h3,
  .instituteSection h3,
  .course-item-container h3,
  .admissionSection h3,
  .dataTableContainer h3,
  .instituteSection h3,
  .addressSectoin h3,
  .academic-container h3 {
    font-size: 18px;
  }
  .academic-item {
    gap: 0.3rem;
  }
  .academic-item h1 {
    font-size: 28px;
  }
  .admissionItemContainer .lgtitle {
    font-size: 16px !important;
  }
  .admissionItemContainer .regtitle {
    font-size: 14px !important;
  }
  .admissionItemContainer .smalltitle {
    font-size: 14px;
  }
  .admissionItemContainer .weblinktitle i {
    font-size: 18px;
  }
  .admissionItemContainer ul li {
    list-style-type: none;
  }
  .admissionItemContainer ul li i {
    padding: 3px;
    font-size: 12px;
  }
  .dataTableContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .dataTableContainer th{
    font-size: 14px !important;
  }
  .dataTableContainer td{
    font-size: 14px !important;
  }
  .admissionAbout p{
    font-size: 14px !important;
  }
  .additmpara{
    font-size: 14px;
  }
  .addtess-text-box h5{
    font-size: 16px;
  }
  .similarCollegesHeader{
    font-size: 24px;
  }
  .similar-colleges-item {
    width: 400px;
  }
}

@media screen and (max-width: 1080px) {
  .detailsHeroContainer{
    height: 350px;
  }
  .details-hero-section{
    flex-direction: column;
  }
  .details-hero-section-content-box {
    position: relative;
    bottom: 3rem;
    width: 90%;
  }
  .details-section-container{
    flex-direction: column;
  }
  .details-section{
    margin: 0;
    margin-top: -3rem;
  }
  .details-secction-container-left{
    display: none;
  }
  .details-section-container-right{
    width: 100%;
  }
  .listing-ads-container{
    display: none;
  }
  .addtess-text-box .location-icon{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .detailsHeroContainer{
    height: 300px;
  }
  .details-hero-college-img{
    width: 100px;
    height: 100px;
  }
  .details-hero-section-right-container h3{
    font-size: 16px;
    font-weight: 500;
  }
  .details-hero-section-right-container .rating-container p{
    font-size: 14px !important;
  }
  .details-hero-section-right-container .rating-star-box i{
    font-size: 18px !important;
  }
  .listBoxDricBoxText{
    font-size: 14px !important;
  }
  .listBoxDricBoxText span{
    font-size: 14px !important;
  }
  .listBoxDricBoxText i{
    font-size: 16px !important;
  }
  .btnCompare,
  .btnEnquiry{
    font-size: 14px !important;
    height: 35px;
    width: 140px !important;
  }
  .btnCompare i,
  .btnEnquiry i{
    font-size: 16px !important;
  }

  .details-section{
    margin-top: -5rem;
  }
  .academic-item h1 {
    font-size: 22px;
  }
  .academic-icon {
    width: 38px;
  }
  .academic-item p {
    font-size: 14px !important;
  }
  .course-item-box p{
    font-size: 14px !important;
  }
  .flexBoxContainer p{
    font-size: 12px !important;
  }
  .galBtnSelect{
    height: 40px;
    font-size: 14px !important;
  }
  .gallItemContent{
    width: 200px;
    height: 200px;
  }
  .gallItemContent p{
    font-size: 12px !important;
  }
  .admissionItemContainer .lgtitle {
    font-size: 16px !important;
  }
  .admissionItemContainer .regtitle {
    font-size: 14px !important;
  }
  .admissionItemContainer .smalltitle {
    font-size: 12px;
  }
  .admissionItemContainer .weblinktitle i {
    font-size: 16px;
  }
  .admissionItemContainer ul li {
    list-style-type: none;
  }
  .admissionItemContainer ul li i {
    padding: 3px;
    font-size: 10px;
  }
  .dataTableContainer th{
    font-size: 14px !important;
  }
  .dataTableContainer td{
    font-size: 12px !important;
  }
  .admissionAbout p{
    font-size: 12px !important;
  }
  .additmpara{
    font-size: 12px !important;
  }
  .addtess-text-box h5{
    font-size: 14px;
  }
  .facilities-item{
    width: 33%;
    border-bottom: 1px solid var(--border_color);
    
  }
  .bg-blur-blue{
    background-color: var(--white_color);
  }
  
}

@media screen and (max-width: 768px) {
  .facilities-container {
    padding: 0;
    margin-top: -1rem;
  }
  .address-container-right{
    margin-top: 1rem;
  }
}

@media screen and (max-width: 650px) {
  .detailsHeroContainer{
    height: 250px;
  }
  .details-hero-college-img{
    width: 80px;
    height: 80px;
  }
  .details-hero-section-right-container{
    gap: 0;
  }
  .details-hero-section-right-container h3{
    font-size: 14px;
    font-weight: 500;
  }
  .details-hero-section-right-container .rating-container p{
    font-size: 12px !important;
  }
  .details-hero-section-right-container .rating-star-box i{
    font-size: 14px !important;
  }
  .listBoxDricBoxText{
    font-size: 12px !important;
  }
  .listBoxDricBoxText span{
    font-size: 12px !important;
  }
  .listBoxDricBoxText i{
    font-size: 14px !important;
  }
  .academic-item,
  .course-item-box{
    width: 100%;
  }
  .facilities-item{
    width: 50%;
  }
  .btnCompare,
  .btnEnquiry{
    width: 47%;
  }
  .address-container{
    flex-direction: column;
  }
  .address-container-right,
  .address-container-left{
    width: 100%;
  }
  .addtess-text-box{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .similarCollegesHeader{
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .details-hero-section-content-box {
    bottom: 0;
    align-items: flex-start;
  }
  .details-section{
    margin-top: -2.5rem;
  }

  .details-hero-college-img{
    width: 50px;
    height: 50px;
  }
  .facilities-item{
    width: 100%;
  }
  .weblinktitle{
    width: 100%;
    overflow: auto;
  }
  .weblinktitle::-webkit-scrollbar{
    display: none;
  }
  .profile-section{
    gap: 0.5rem !important;
  }
  .btnEnquiry,
  .btnCompare{
    font-size: 12px !important;
  }
  .btnEnquiry i,
  .btnCompare i{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 450px) {
  .similar-colleges-item {
    width: 300px;
  }
  .details-hero-section-content-box{
    flex-direction: column;
  }
}