@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --inter: "Inter", sans-serif;
  --Railway: "Raleway", sans-serif;
  --poppins: "Poppins", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 90%;
  --max-width: 1280px;
}

body {
  font-family: var(--poppins);
}

.banner {
  /* background-image: url("../img/backgroundpoint.png"); */
  background-color: #131d3b;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  /* height: 600px; */
  /* background-color: #222e4d; */
}
/* .banner1 {
  background-image: url("../img/backgroundpoint.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
} */

.left_content:after{
    content: '';
    position: absolute;
    width: 700px;
    background: url(../img/backgroundpoint.png);
    height: 100%;
    left: 82%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -90px;
    transform: translateX(-40%);
}

header {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  /* background-color: #222e4d; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100px;
}

.log {
  padding: 10px 10px;
}
.log img {
  width: 307px;
  height: auto;
}

.right_content {
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 2em;
  padding: 10px 10px;
}

.menu a {
  color: white;
  font-size: 18px;
  font-family: var(--poppins);
}

.babner_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: white;
  gap: 1em;
  padding: 2em 0em;
  position: relative;
  z-index: 10;
}

h1 {
  font-family: var(--Railway);
  font-family: 48px;
  font-weight: 700;
}
h1 span {
  font-family: var(--Railway);
  font-family: 42px;
  font-weight: 600;
}

.rigt_tick p {
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

.rigt_tick p span {
  padding-right: 1em;
}

.symbols {
  display: grid;
  grid-template-columns: repeat(3, 140px);
  height: 130px;
  gap: 1em;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.symbol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 10px;
  gap: 10px;
}

.symbol p {
  font-size: 14px;
}

.symbol img {
  width: 50%;
  height: auto;
}

.left_content {
  display: grid;
  row-gap: 1em;
  padding: 10px 10px;
  position: relative;
}

.about_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
}

.about_left {
  padding: 1em;
  display: inline-flex;
  flex-direction: column;
  gap: 1em;
}

.about_left h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--Railway);
}

.about_left p {
  font-size: 14px;
  font-family: var(--poppins);
  text-align: justify;
  word-spacing: -0.005em;
}

.about {
  background: linear-gradient(
    to right,
    #0073b680,
    #fafafa,
    #fafafa,
    #fafafa,
    #fafafa,
    #0073b680
  );
  padding: 3em 0px;
  position: relative;
  z-index: 12;
}

.about_riht {
  /* padding: 1em; */
}

.about_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_img img {
  width: 70%;
  height: auto;
}

.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 10px;
}

.counter {
  display: grid;
  gap: 10px;
  position: relative;
}

.counter span {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 21px;
}

.counter p {
  font-size: 12px;
}

.counters div.counter:nth-child(1)::after,
.counters div.counter:nth-child(2)::after,
.counters div.counter:nth-child(3)::after {
  content: "";
  position: absolute;
  right: -10px;
  height: 50px;
  top: 50%;
  width: 2px;
  transform: translateY(-50%);
  background-color: black;
}

.pgsection {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
}

.programme1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}

.pgsection {
  display: grid;
  gap: 2em;
  padding: 1em 0px;
}

.programeboxs {
  background-color: #131d3b;
  border-radius: 20px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1.5em 10px;
  gap: 10px !important;
  margin-bottom: 3em;
  /* cursor: pointer; */
}

.programeboxs p {
  color: white;
  font-size: 13px;
}

.pgsection h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
}

/* programe */

.programme {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  padding: 5em 0px;
}

.programe_box {
  display: grid;
  gap: 2em;
}

.programe_box h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 500;
  color: #151419;
}

.pcards {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 10px;
}

.pboxes {
  background-color: white;
  border-radius: 14px;
  display: grid;
  gap: 5px;
  height: 130px;
  padding: 1em;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  box-shadow: 2px 2px 5px 2px #f0f0f0;
  position: relative;
  cursor: pointer;
}

.pboxes:hover {
  background-color: #0073b6;
  color: white;
  transition-delay: 250ms;
  transition-duration: 200ms;
  transition: all 1s ease-in;
  border-radius: 7px;
  box-shadow: 2px 2px 5px 2px black;
  .pboxtext2,
  .pboxtext1 {
    /* background-color: #0073b6; */
    color: white;
    transition-delay: 250ms;
    transition-duration: 200ms;
    transition: all 250ms ease-in;
  }
  .boxcircle {
    background: linear-gradient(#076dac, #fafafa);
  }
}

.pboximages {
  width: 100px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.boxcircle {
  background: linear-gradient(#f5eeee, #fafafa);
  /* background-color: #f5f0f0; */
  width: 50px;
  height: 50px;
  clip-path: circle(52% at 63% 37%);
  /* border-radius: 2px 2px 12.75px 2px; */
  position: absolute;
  right: 0;
}

.pboximages img {
  width: 40px;
  height: auto;
  background-color: #338fc5;
  border-radius: 8.75px;
}

.pboxtext1 {
  font-weight: 600;
  font-size: 1em;
  font-style: var(--inter);
  color: #101828;
}
.pboxtext2 {
  font-weight: 700;
  font-size: 12px;
  font-style: var(--inter);
  color: #4a5565;
}

.bgProgramme {
  background-color: #e9e9e9;
}

.degree_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
}

.degree_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.degree_content h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
  color: #1a325d;
}

.certiifcate {
  position: relative;
}

.certifcate_img img {
  width: 70%;
  height: auto;
  z-index: 1;
  position: relative;
}

.certifcate_shadow {
  background-color: #aed9ed38;
  box-shadow: 0px 10px 10px 10px #aed9ed38;
  padding: 250px;
  border-radius: 50%;
  width: 220px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certifcate_img p {
  width: 70%;
  text-align: justify;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.b_batn a {
  background-color: #0073b6;
  font-family: var(--Railway);
  font-size: 18px;
  font-weight: 500;
  color: white;
  padding: 1em 25px;
  border-radius: 35px;
}

.degree_content {
  display: grid;
  gap: 2em;
  padding: 2em 0px;
}

.pg_special {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  padding: 2em 0px;
}

.pg_special h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
  color: #101828;
}

.pg_sp_content {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  /* grid-template-columns: 1fr; */
  place-items: center;
}

.pg_content_left img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.content_boxes {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2,1fr);
  padding: 2em 2.1em;
}

.content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100px;
  box-shadow: 0.5px 1px 2px 0.5px #999999;
  background-color: white;
  border-radius: 25px;
  gap: 10px;
  box-shadow: #0073b6;
  padding: 1em 1.5em;
  width: 100%;
}

.content_box h3 {
  font-weight: 600;
  font-size: 1em;
  font-family: var(--Railway);
}
.content_box p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--poppins);
}

/* .content_boxside {
  padding: 1em 2em;
} */

.content_boxside:hover {
  padding: 0%;
  cursor: pointer;
  transition-delay: 1s;
  transition-duration: 250ms;
  transition: all 500ms ease-in;
  .content_box {
    background: linear-gradient(to right, #0073b680, #fafafa, #0073b680);
  }
}

.admission_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
}

.admission_content h2 {
  font-family: var(--Railway);
  color: #444444;
  font-weight: 500;
  font-size: 30px;
}

.admssion_box img {
  background-color: #131d3b;
  border-radius: 50%;
  padding: 1em;
  width: 100px;
  height: 100px;
}

.admssion_box img:hover {
  background-color: #0073b6;
}

.admission_boxes {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 1em;
}

.admission_text {
  height: 50px;
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enroll a {
  background-color: #026eaf;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-family: var(--poppins);
}

.admission_content {
  display: grid;
  gap: 2em;
  padding: 4em 0px;
}

.admission_pg {
  background-color: #e9e9e9b5;
}

.eligibility_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  position: relative;
  display: grid;
  gap: 2em;
}

.eligibility_content h2 {
  font-family: var(--Railway);
  font-weight: 500;
  color: #1a237e;
  font-size: 30px;
}

.elegibility_con {
  padding: 1em 5em;
  text-align: justify;
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 1em;
}

.elegibility_con ul > li {
  padding-bottom: 1em;
}

.eligiboltity {
  position: relative;
  padding: 3em 0px;
}

.elegibilty_circle {
  background-color: #aed9ed38;
  box-shadow: 0px 5px 20px 16px #aed9ed38;
  padding: 150px;
  border-radius: 50%;
  width: 150px;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.learn {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  gap: 3em;
}

.learn h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
  color: #444444;
}

.larning_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}

.learning_box {
  /* background-color: #0073b6; */
  padding: 10px 10px;
  border-radius: 8px;
  text-align: justify;
  color: black;
  font-size: 12px;
  font-family: var(--poppins);
  /* height: 100px; */
  margin-bottom: 5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.learning_box p {
  display: inline-flex;
  background-color: #0073b6;
  color: white;
  font-size: 12px;
  padding: 10px;
  /* padding: 2em 1em; */
  border-radius: 8px;
  height: 80px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.fee_struct {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  padding: 2em 0em;
  display: grid;
  gap: 2em;
}

.fee_struct h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
  color: #131d3b;
}

.feecontent {
  display: grid;
  grid-template-columns: 300px auto;
  background-color: #131d3b;
  border-radius: 32px;
  padding: 1em;
}

.fee_img img {
  width: 100%;
  height: auto;
}

.fee_img {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablinks {
  background-color: white;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  color: black;
  margin-bottom: 1em;
}

.tablinks.active {
  background-color: #e6cf00;
}

.tablinks:hover {
  background-color: #dee5f6;
  border: 1px solid;
}

.tabcontent {
  /* background-color: white; */
  margin-bottom: 1em;
  padding: 1em;
  display: none;
}

.dot {
  background-color: gray;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: white;
  cursor: pointer;
}

.semesters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 210px;
  border: 1px solid white;
  font-family: var(--noto);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1em;
  border-radius: 5px;
}

.semester {
  color: white;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bcafee {
  display: inline-flex;
  flex-direction: column;
  background-color: #e6cf00;
  padding: 10px 20px;
  border-radius: 1em;
  font-family: var(--noto);
  font-weight: 500;
}

.bcafee > .fee {
  font-weight: 600;
  font-size: 24px;
}

.footer {
  background-color: #e9e9e9b5;
}

.footer_content {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 1fr;
  text-align: center;
  gap: 3em;
  padding: 1em 0px;
}

.footer_left {
  padding: 1em;
}

.footer_left h2 {
  font-family: var(--Railway);
  font-weight: 500;
  font-size: 30px;
}

/* .faqsection {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
} */

.faqtabliks {
  display: flex;
  font-family: var(--poppins);
  color: #1a325d;
  /* background-color: #d8d8d8; */
  padding: 20px 0px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  text-align: left;
  /* margin-bottom: 5px; */
  /* width: 500px; */
  /* text-align: left; */
}

.faqtabliks.active .arrow-down {
  transform: rotate(180deg);
}

.faqtabliks h3 {
  font-size: 1.2em;
}

.arrow-up {
  display: none;
}

.arrow-down {
  /* display: none; */
}

.tabContaints {
  font-size: 10px;
  font-weight: 400;
  font-family: var(--poppins);
  color: #1a1a1a;
  padding-bottom: 1em 0px;
  /* padding-left: 1em; */
  /* background-color: white; */
  /* padding: 1em 1em; */
  display: inline-flex;
  justify-content: start;
  align-items: start;
  /* border-radius: 0px 5px 5px 0px; */
  margin-bottom: 5px;
  display: none;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
  /* border-bottom: 1px solid black; */

  /* width: 500px; */
}

.Tab-contens{
  border-bottom: 2px solid black;
  padding-bottom: 10px;
} 

/* .Tab-contens {
  display: none;
} */

.borderline {
  /* border: 1px solid #bbbbbb; */
  /* width: 97%; */
  margin-bottom: 5px;
}

.footer_left {
  display: grid;
  gap: 2em;
}

/* .faqtitle {
  margin-top: 5px;
  border-bottom: 1px solid black;
} */

/* .Tab-contens {
  border-bottom: 1px solid black;
} */

/* Degree */

/* .toggle {
  display: grid;
  gap: 3em;
} */

.degreeliks {
  display: flex;
  background-color: #131d3b;
  height: 50px;
  width: 100%;
  color: white;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 1em;
}

.degreeliks.active .arrow-down {
  transform: rotate(180deg);
}
.degreeliks.active {
  border-radius: 10px 10px 0px 0px;
}

.degreeContaints {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #131d3b;
  color: white;
  padding: 1em 2em;
  border-radius: 0px 0px 10px 10px;
  display: none;

  /* margin-bottom: 1em; */
}

.toggle {
  display: grid;
  gap: 5px;
}

.b_batn {
  margin-top: 3em;
}

.degreeContaints ul li {
  border-bottom: 1px solid white;
  padding: 10px 0px;
  font-family: var(--inter);
  font-size: 14px;
}

/* form css */

.heading {
  padding: 10px 5px ;
  text-align: center;
  display: inline-flex;
  background-color: #131d3b;
  color: white;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}

.button1 {
  width: 160px;
}

.text {
  font-size: 11px;
  color: #334c4c;
}

.sub-heading {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
/* .sub-heading1 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
} */

.child-2 {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  /* margin: 50px; */
  width: 70%;
  position: relative;
}
.child-3 {
  background-image: url("https://www.jaroeducation.com/pages/bharati-vidyapeeth/online-bca-programme-bharati-vidyapeeth-deemed-universitya/img/form1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: white; */
  color: white;
  padding: 155px;
  font-weight: 500;
  border-radius: 10px;
  /* margin: 50px; */
  width: 80%;
  opacity: 0.9;
}

.form-group {
  margin-bottom: 0.5em;
  font-family: var(--inter);
}
.form-group1 {
  display: grid;
  margin-bottom: 0.5em;
  font-family: var(--inter);
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 0.8rem 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 12px;
  box-shadow: none;
  outline: 0;
  /* text-align: center; */
}

#otp {
  text-align: center;
}

/* .form-control {
  font-size: var(--inter);
  font-size: 12px;
} */

.form-control::placeholder {
  color: #000;
}

.d-flex {
  display: flex;
  align-items: start;
}

.ml-2 {
  margin-left: 0.4rem;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.same-row1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.banner-section .child-2 .heading {
  font-size: 1.3rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.banner-section .child-2 .sub-heading {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.form-group label {
  /* font-size: 0.83rem; */
  font-size: 12px;
}
.form-group1 label {
  /* font-size: 0.83rem; */
  font-size: 12px;
}

.btn {
  padding: 0.5rem 0.7rem;
  background: #0073b6;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: var(--strong-font);
  cursor: pointer;
}

.mobile-otp-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}

.mobile-otp-row:last-child {
  margin-top: 10px;
}

.otp-check-row {
  display: none;
}

.otp-response-text {
  padding: 10px;
  text-align: center;
  /* margin-top: 10px;
    margin-bottom: 10px; */
  display: none;
  font-size: 0.8rem;
}

.otp-check-btn {
  background: #203e99;
  color: #fff;
  padding: 0.35rem;
  text-align: center;
  cursor: pointer;
  width: 110px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: var(--strong-font);
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.loader-wrapper,
.loader-wrapper-otp {
  background-color: rgba(255, 255, 255, 0.6);
  /* color: ; */
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: grid;
  align-content: center;
  justify-content: center;
  display: none;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #203e99;
  border-top-color: rgb(32, 62, 153);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*  .form-message*/
.text-center {
  text-align: center;
  padding: 2px;
  font-size: 14px;
  border-radius: 0px;
  margin-bottom: 3px;
  color: red;
}

.btn2 {
  background-color: #0073b6;
  color: white;
  padding: 10px 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.footer_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* swiperjs  */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pgm_img img {
  width: 50px;
  height: auto;
}

.semester_comtent {
  color: white;
  margin-bottom: 1em;
}
