html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  /* font-family: "Open Sans", sans-serif; */
  font-family: Arial, sans-serif;
}

/* nev */

.mini-nev {
  display: none;
}

.mini-nev-btn {
  color: aliceblue !important;
  margin-left: 5px;
  cursor: pointer;
  border: 1px solid aliceblue;
  padding: 8px;
}

.mini-nev-btn:hover {
  color: yellow !important;
  border-color: yellow;
}

.mylogo {
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.nevbar-main-li-border {
  border-right: 2px dotted white;
  margin-left: 10px !important;
}

.nevbar-main-li-border:hover {
  border-right: 2px dotted #fdc800;
}

.nevbar-main {
  background-color: #002147 !important;
}

.nevbar-main-li {
  color: white !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding-right: 20px !important;
}

.nevbar-main-li:hover {
  color: #fdc800 !important;
}

/* nev end */

/* carousel */

.carousel-img {
  height: 350px !important;
}

.carousel-hr {
  height: 12px;
  width: 305px;
  margin-bottom: -5px;
  margin-left: -150px;
  margin-top: -9px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-btn-my {
  background-color: white !important;
  color: #002050 !important;
  border: none !important;
}

.carousel-btn {
  background-image: linear-gradient(to right, #4facfe 0%, #fdd200 100%);
  color: white !important;
  border: none !important;
}

.carousel-btn:hover {
  background-image: linear-gradient(
    to right,
    #fdd200 0%,
    #4facfe 100%
  ) !important;
}

.carousel-like {
  color: red;
  font-size: larger;
}

.carousel-star {
  color: yellow !important;
}

.carousel-star:hover {
  color: white !important;
}

.carousel-like:hover {
  color: #002050 !important;
}

.school-title {
  margin-left: -16%;
  font-size: 48px;
  margin-top: -11px;
  background-color: rgb(0 0 0 / 50%);
  font-weight: bolder !important;
  border-radius: 20px;
  color: white;
  width: 80pc;
}

.school-title-2 {
  margin-left: -15%;
  margin-top: -16px;
  /* font-size: x-large; */
}

.school-title-3 {
  margin-left: -16%;
  color: red;
  font-size: 34px;
  list-style-type: none;
  display: flex;
  margin-bottom: -39px;
  padding-top: 100px;
}

.myli {
  margin-right: 50px;
  list-style: none;
  margin-left: 100px;
  margin-top: -43px;
}

.mybtnli {
  padding-right: 12px;
}

/* carousel end */

/* School Information */

.hide {
  display: none;
}

.rating-btn-div {
  list-style-type: none;
  display: flex;
  margin-left: 34px;
  margin-bottom: -25px;
  padding-top: 29px;
}

.rating-btn-li {
  margin-right: 10px;
}

.rating-btn {
  color: aliceblue !important;
  background-color: #002050 !important;
  border: none !important;
}

.my-like-li {
  font-size: 35px;
  padding-top: 7px;
}

.my-star-li {
  font-size: 34px;
  padding-top: 5px;
  color: black;
  color: #c8c800 !important;
}

.my-star-li:hover {
  color: #002050 !important;
}

.my-a {
  color: aliceblue;
}

.schooltype {
  font-size: 15px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: aliceblue;
  background-color: #002050 !important;
  margin-top: 10px;
}

.schooltype-2 {
  font-size: 18px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: aliceblue;
  margin-top: 10px;
}

/* School Information End*/

/* Modal  */

.mymodal-body {
  background-color: #eeeeee;
  color: black;
  border-radius: 30px;
  outline: none !important;
}

.modal-content {
  background: transparent !important;
  border-radius: none !important;
}

/* Modal end */

/* list */

.myp-1 {
  border: none;
  padding-right: 70px;
}

.myp-2 {
  border: none;
}

.jumbotron {
  background-color: white !important;
}

.table {
  color: #002147 !important;
}

/* list end */

/* Ranking */

.myRating-card {
  border: none !important;
}

.rating-card {
  padding: 10px;
  width: 70%;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.fa-star,
.fa-star-o {
  color: orange;
}

.myranking-card {
  display: flex;
  margin-left: -33px;
}

.myrating-card-h1 {
  color: #002050 !important;
}

.Rating-byme {
  margin-top: 8px;
  color: #002050 !important;
}

.rating {
  width: 50%;
  float: left;
}

.rating p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.rating h2 {
  margin: 0px;
  font-size: 60px;
  font-weight: normal;
}

.rating-process {
  width: 50%;
  text-align: left;
  float: right;
}

.rating-right-part {
  margin-bottom: 3px;
}

.rating-right-part p {
  margin: 0px;
}

.progress,
.progress-2,
.progress-3,
.progress-4,
.progress-5 {
  background: #c2c2c2;
  border-radius: 13px;
  height: 18px;
  width: 120%;
  padding: 3px;
  margin: -20px 0px 0px 75px;
  display: block;
}

.progress:after,
.progress-2:after,
.progress-3:after,
.progress-4:after,
.progress-5:after {
  content: "";
  display: block;
  background: #337ab7;
  width: 80%;
  height: 100%;
  border-radius: 9px;
}

.progress-2:after {
  width: 60%;
}

.progress-3:after {
  width: 40%;
}

.progress-4:after {
  width: 20%;
}

.progress-5:after {
  width: 10%;
}

/* Ranking end */

/* Social Media Icons */

/* Social Button Icon Styling */

.my-share-btn {
  cursor: pointer;
  font-size: 15px;
  background: yellow;
  border: 1px solid;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10pc;
  margin-left: 62%;
  outline: none;
}

.my-share-btn:hover {
  background-color: #002050 !important;
  color: aliceblue;
}

.share-on-hr {
  background-color: #ffc107 !important;
  height: 3px;
  width: 202px;
  margin-left: 132px;
  margin-top: 1px;
}

.mybody {
  background-color: white !important;
  text-align: center;
  border-radius: 1rem;
  color: black;
  text-transform: uppercase;
}

.social-links {
  color: #002050;
  margin-top: 5px;
}

/* Colors */

.social-buttons {
  /* display: inline-block; */
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  border-radius: 10px;
  text-align: center;
  margin: 2rem 1rem;
  /* Helper class to divide the icons */
}

.social-buttons a,
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
  text-decoration: none;
}

.social-buttons .social-icon {
  margin-bottom: 25px;
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
  /* Facebook Button Styling */
  /* Twitter Button Styling */
  /* Google+ Button Styling */
  /* Linkedin Button Styling */
  /* Pinterest Button Styling */
  /* Behance Button Styling */
  /* Github Button Styling */
  /* Youtube Button Styling */
  /* Soundcloud Button Styling */
}

.social-buttons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}

.social-buttons .social-icon.facebook {
  font-size: 25px;
  padding-top: 9px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}

.social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.social-buttons .social-icon.twitter {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 2px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}

.social-buttons .social-icon.twitter:hover {
  background-color: #ffffff;
  color: #55acee;
}

.social-buttons .social-icon.google-plus {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 2px;
  background-color: #dd4b39;
  color: #ffffff;
  border-color: #dd4b39;
}

.social-buttons .social-icon.google-plus:hover {
  background-color: #ffffff;
  color: #dd4b39;
}

.social-buttons .social-icon.linkedin {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 1px;
  background-color: #0976b4;
  color: #ffffff;
  border-color: #0976b4;
}

.social-buttons .social-icon.linkedin:hover {
  background-color: #ffffff;
  color: #0976b4;
}

.social-buttons .social-icon.pinterest {
  font-size: 25px;
  padding-top: 9px;
  background-color: #cb2027;
  color: #ffffff;
  border-color: #cb2027;
}

.social-buttons .social-icon.pinterest:hover {
  background-color: #ffffff;
  color: #cb2027;
}

.social-buttons .social-icon.behance {
  font-size: 25px;
  padding-top: 9px;
  background-color: #1769ff;
  color: #ffffff;
  border-color: #1769ff;
}

.social-buttons .social-icon.behance:hover {
  background-color: #ffffff;
  color: #1769ff;
}

.social-buttons .social-icon.github {
  font-size: 25px;
  padding-top: 9px;
  background-color: #4183c4;
  color: #ffffff;
  border-color: #4183c4;
}

.social-buttons .social-icon.github:hover {
  background-color: #ffffff;
  color: #4183c4;
}

.social-buttons .social-icon.youtube {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #bb0000;
  color: #ffffff;
  border-color: #bb0000;
}

.social-buttons .social-icon.youtube:hover {
  background-color: #ffffff;
  color: #bb0000;
}

.social-buttons .social-icon.soundcloud {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #ff3a00;
  color: #ffffff;
  border-color: #ff3a00;
}

.social-buttons .social-icon.soundcloud:hover {
  background-color: #ffffff;
  color: #ff3a00;
}

/* Social Media Icons end */

/* Basic Parameters */

.basic-parameters-img {
  margin-top: 7px;
  margin-bottom: 20px;
  width: 100% !important;
  height: 130px !important;
  cursor: pointer;
}

.mycard {
  border-radius: 15px !important;
  outline: none !important;
  background-color: white !important;
  /* box-shadow: 1px 0px 6px #888888; */
}

/* .card-img {
    width: 100%;
    border-radius: 10px;
} */

.my-main-card {
  border: none !important;
}

.basic-parameters {
  color: #002050 !important;
  border: 20px solid #002050 !important;
  display: inline-block;
  padding: 10px;
  border-radius: 40px;
  font-weight: 600;
}

/* Basic Parameters end */

/* School Features */

/*Demo Only*/

.basic-parameters-title {
  font-size: 20px !important;
}

.featured-icon-card {
  text-align: center;
  transition: background-color 0.3s;
  margin-bottom: 2em;
}

/* .featured-icon-card:hover {
    background: #002050 !important;
    color: white;
} */

.featured-icon-card:hover .featured-icon-container {
  background: #fff;
  color: #3498db;
}

.featured-icon-container {
  width: 45%;
  height: 45%;
  color: white;
  margin: auto;
}

.fa-bs-responsive {
  line-height: 2em;
}

.featured-icon-textbox {
  margin-top: 1rem;
}

.myp {
  margin-bottom: 0 !important;
}

.mycard-2 {
  border-radius: 80px !important;
  outline: none !important;
  border: none !important;
  /* height: 18rem; */
}

.btn {
  cursor: pointer !important;
  border-radius: 1.25rem !important;
}

.school-features {
  color: #002050 !important;
  border: 20px solid antiquewhite !important;
  display: inline-block;
  padding: 10px;
  border-radius: 40px;
  font-weight: 600;
}

/* School Features end */

/* CONTRIBUTION TOWARDS SOCIETY */

.myimg {
  width: 36% !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mycard-body {
  display: flex;
}

.co-h3 {
  padding-top: 10px;
  font-weight: 800;
  color: black;
}

.co-div {
  font-size: 20px;
}

.co-i {
  color: wheat !important;
}

.co-span {
  font-size: 12px;
  color: black;
}

.co-dis {
  color: black;
  font-size: 12px;
}

.cntribution {
  color: #002050 !important;
  /* border: 20px solid #002050 !important;
    display: inline-block;
    padding: 10px;
    border-radius: 40px;
    font-weight: 600; */
}

a:link {
  text-decoration: none !important;
}


/* CONTRIBUTION TOWARDS SOCIETY end */

/* NOTIFICATIONS */

.card-main-my {
  margin-left: 5rem !important;
}

.CONTRIBUTION-i {
  font-size: 12px;
}

.event-more-btn {
  float: right;
  margin-right: 20px;
  background-color: #002050 !important;
  color: aliceblue !important;
  border: 2px solid;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  font-size: 12px;
}

.event-more-btn-2 {
  float: right;
  margin-right: 20px;
  background-color: #002050 !important;
  color: aliceblue !important;
  border: 2px solid;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 23px;
  margin-bottom: -9px;
}

.event-more-btn:hover {
  background-color: #002050 !important;
  color: yellow !important;
}

.event-more-btn-2:hover {
  background-color: #002050 !important;
  color: yellow !important;
}

.notification {
  width: 80vmin;
  max-width: 25rem;
  /* height: 170px; */
  background: #ffffff;
  box-shadow: 1px 0px 6px #888888;
  margin: 5px 0px 0px 0px;
}

.noti-insta {
  background: #125688 !important;
}

.title {
  position: relative;
  color: gray;
  text-transform: capitalize;
  font-family: consolas;
  font-size: 12px;
  font-weight: bold;
  /* margin-left: 93px; */
  padding-top: 17px;
  /* margin-right: 15px; */
  padding-bottom: 5px;
}

.desc {
  position: relative;
  color: gray;
  line-height: 15px;
  font-family: consolas;
  font-size: 10pt;
}

.inner-text {
  position: relative;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 64px;
  text-transform: capitalize;
  font-family: consolas;
  font-size: 30pt;
}

.nbutton {
  z-index: 1;
  line-height: 12px;
  width: 18px;
  font-size: 12pt;
  font-family: consolas;
  margin-top: 1px;
  margin-right: 2px;
  cursor: pointer;
  float: right;
  margin: 5px 10px 0px 0px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inner-circle {
  position: absolute;
  height: 64px;
  width: 64px;
  margin: 4px 0px 0px 17px;
}

.inner-text-img {
  width: 65px;
  border-radius: 50px;
  height: 65px;
}

.title-p {
  color: black;
  padding-left: 7px;
  font-size: 13px;
  padding-top: 10px;
  position: relative;
  text-align: justify;
  padding-right: 10px;
}

/* NOTIFICATIONS END */

/* EVENTS */

.card-event-disc {
  font-size: 12px;
  text-align: justify;
}

.lista {
  justify-content: center;
}

.lista ol {
  list-style: none;
  counter-reset: my-counter;
  margin: 0rem;
  padding: 0rem 0rem 0rem 1.5rem;
}

.lista li {
  counter-increment: my-counter;
  border-left: solid 2px #cdcdcd;
  /*  border-bottom: solid 2px #cdcdcd; */
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "icon:text";
  align-items: start;
}

.card-event-date {
  font-weight: 700;
  color: blue;
  margin-left: 0;
}

.lista li:before {
  content: counter(my-counter);
  font-weight: bold;
  background-color: #cdcdcd;
  border: 3px solid #f5f6f1;
  border-radius: 50px;
  font-size: 20px;
  padding: 0.8rem 1.4rem;
  color: #fff;
  margin-left: -2rem;
  margin-right: auto;
  grid-area: icon;
}

.card-event {
  grid-area: text;
  margin-left: 4rem;
  border-radius: 0px;
  box-shadow: 0 0 5px 1px #ddd;
  margin-top: 0.5rem;
  margin-bottom: -43px;
}

.card-html .card-header:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e65127;
  border-width: 10px;
  top: 10px;
}

.card-css .card-header:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #379ad6;
  border-width: 10px;
  top: 10px;
}

.card-js .card-header:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f2bf26;
  border-width: 10px;
  top: 10px;
}

.card-php .card-header:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #8b92bd;
  border-width: 10px;
  top: 10px;
}

.card-bootstrap .card-header:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #7952b3;
  border-width: 10px;
  top: 10px;
}

.card .card-header {
  color: #fff;
  font-size: 22px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 800;
  letter-spacing: 1px;
}

.btn-success {
  background-color: #8abe3e;
  color: #fff;
  border-color: #8abe3e;
  border-radius: 0px;
}

.card-css .card-header,
.card-css .btn-success {
  background-color: #379ad6;
  border-color: #379ad6;
}

.card-html .card-header,
.card-html .btn-success {
  background-color: #e65127;
  border-color: #e65127;
}

.card-js .card-header,
.card-js .btn-success {
  background-color: #f2bf26;
  border-color: #f2bf26;
}

.card-bootstrap .card-header,
.card-bootstrap .btn-success {
  background-color: #7952b3;
  border-color: #7952b3;
}

.card-php .card-header,
.card-php .btn-success {
  background-color: #8b92bd;
  border-color: #8b92bd;
}

/* EVENTS END */

/*  */

/*  */

.rating_card {
  width: 70%;
  padding: 2rem;
}

@media (min-width: 320px) and (max-width: 640px) {
  .rating_card {
    width: 100%;
    padding: 1rem;
  }
  .social-buttons .social-margin {
    margin-right: 27px;
    margin-left: 41px;
  }
  .founder-image {
    width: 50%;
  }

  #founders-pen .description {
    line-height: 1.5rem;
  }
  .author {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .schooltype {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .rating {
    width: 100%;
  }
  .rating-process {
    width: 100%;
  }
  .p-star {
    margin-left: -78%;
  }
  .progress,
  .progress-2,
  .progress-3,
  .progress-4,
  .progress-5 {
    width: 70%;
  }

  .nevbar-main-li-border {
    border: none !important;
  }
  .my-ul {
    margin-top: 14%;
    text-align: center;
  }
  .my-ul-li {
    text-align: center;
  }
  .school-title {
    margin-left: -21%;
    font-size: 20px;
    background-color: rgb(0 0 0 / 50%);
    font-weight: bolder !important;
    border-radius: 20px;
    color: aquamarine;
    width: 30pc;
  }
  .carousel-hr {
    margin-bottom: 56px !important;
    width: 89%;
    margin-left: -54px;
  }
  .school-title-2 {
    margin-left: -15%;
    margin-top: 0;
  }
  .school-title-3 {
    margin-left: -7%;
    color: red;
    font-size: 34px;
    list-style-type: none;
    display: flex;
    padding-top: 18px;
    margin-bottom: 13px;
  }
  .myli {
    margin-right: 30px;
    list-style: none;
  }
  .featured-icon-container {
    width: 20%;
    height: 45%;
    color: white;
    margin: auto;
  }
  .mini-nev {
    display: block;
  }
  .my-like-li {
    font-size: 35px;
    padding-top: 7px;
    margin-left: -43px;
  }
  .card-main-my {
    margin-left: 2rem !important;
  }
}
.div-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* --------------------------------------------------- */

/* * {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
} */

.top-nev {
  background: #002147;
  height: 55px;
  width: 100%;
}

.my-drop {
  background-color: #002147 !important;
  color: white !important;
}

.my-drop:hover {
  color: chartreuse !important;
}

label.logo {
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.navul {
  float: right;
  margin-right: 20px;
  margin-top: -5px;
}

.nav-ul-li {
  display: inline-block;
  margin-top: 10px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.my-line {
  border-right: 2px dotted white;
  padding-left: 20px;
  padding-right: -15px;
  padding-bottom: 7px;
  font-size: 22px;
}

.nav-ul-li-a {
  color: white;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
}

.nav-ul-li {
  color: white;
  font-size: 17px;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 5px;
}

.nav-ul-li-a:hover {
  color: chartreuse;
  text-decoration: none;
  cursor: pointer;
}

.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

.mini-nev-btn {
  color: white;
  font-size: 25px;
  border: 1px solid white;
  padding: 3px;
  margin-top: 8px;
}

.mini-nev-btn:hover {
  color: chartreuse;
  border: 1px solid chartreuse;
}

.nev-div-main {
  display: none;
}

.nev-label-fa {
  position: fixed;
  z-index: 5;
  margin-top: -37px;
}

#check {
  display: none;
}

@media (max-width: 952px) {
  label.logo {
    font-size: 30px;
    padding-left: 50px;
  }
  .nav-ul-li-a {
    font-size: 16px;
  }
  .my-line {
    display: none;
  }
  .nev-div-main {
    display: block;
    padding: 1rem 0rem;
    width: 85%;
    display: flex;
    margin-left: 0.5rem;
  }
}

@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }
  .top-nev {
    background: #002147;
    /* height: 58px; */
    width: 100%;
    position: fixed;
    z-index: 150;
  }
  .my-line {
    display: none;
  }
  .re-ul {
    position: fixed;
    width: 50%;
    height: 100vh;
    background: #002147;
    top: 80px;
    left: -100%;
    padding-left: 1rem;
    transition: all 0.5s;
    box-shadow: 5px 0px 50px #000000;
    font-size: small;
  }
  .nav-ul-li {
    display: block;
    margin: 28px 0;
    line-height: 30px;
  }
  .nav-ul-li-a {
    /* font-size: 20px; */
  }
  #check:checked ~ ul {
    left: 0;
    margin-top: -81px !important;
    position: fixed;
    z-index: 130;
  }
  .dropdown-item {
    display: block;
    width: 60% !important;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-left: 161px !important;
  }
  .nev-div-main {
    display: block;
    padding: 8px 0px;
    width: 85%;
    display: flex;
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 750px) {
  #school_features_box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  #child_school_features_box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -15px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.icon-background {
  color: #c0ffc0;
}

.nev-div-main span {
  border: 1px solid white;
}

.nev-div-main a {
  margin: auto;
}
.nev-div-main i:hover {
  color: chartreuse;
}
.nev-div-main i {
  color: white;
  font-size: 17px;
}
.nev-div-main span:hover {
  border: 1px solid chartreuse;
}
.fa {
  margin: auto !important;
}

.small-fonts a {
  font-size: small;
  width: 10rem;
}
.social-buttons .social-margin {
  margin-right: 50px;
  margin-left: 41px;
}
@media (max-width: 575.98px) {
  #gallery .underline-heading::before {
    bottom: -13px !important;
  }
}
#gallery .underline-heading::before {
  bottom: -35px;
}

.rate {
  float: left;
  height: 46px;
  /* padding: 10px 20px; */
}

.rate:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 40px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.feature_box {
  min-height: 10rem;
}
.school_features_box {
  height: 50rem;
  overflow: scroll;
}
.modal_feature_detail {
  height: 12rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.rate_title {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 13px 0;
  font-size: 4vmin;
}
#useful_links a {
  background-color: #002147;
  color: white;
  /* font-size: small; */
}
.custom_btn {
  background-color: #002147;
  color: white;
  /* font-size: small; */
}
.school_title {
  color: #002147;
  font-weight: bold;
  flex-basis: 35% !important;
}
.school_title_response {
  flex-basis: 65% !important;
}
