  * {
    outline: none;
    letter-spacing: -.6px;
    margin: 0;
    padding: 0;
}

  body {
    overflow-x: hidden;
    font-family: Muli;
  }
 
  div.container-fluid.bg-dimmed.wrapper {
    background-color: white;
  }

  .fa-solid {
    border: 1px solid black;
    padding: 2px 5px;
    border-radius: 5px;

  }

  .carousel-item img {
    min-height: 180px;
  }

  .carousel-item {
    transition: transform 0.1s ease !important;
  }  

  .all-notification {
  padding-top: 2px;
}

  .text-center h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 45px;
    text-shadow: .1px .1px rgb(0, 0, 0);
    text-transform: capitalize;
  }

  .text-center h1 {
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    text-shadow: .1px .1px rgb(0, 0, 0);

  }

  .padding-slider {
    padding-top: 16px;
  }

  .card {
    border: 0px;
    border-radius: 5px;
  }

  /* .card:hover {
    border: 0px;
  } */

  a {
    text-decoration: none;
  }

  @media(max-width:940px) {
    .padding-slider {
      padding-top: 16px;
    }

    .text-center h2 {
      font-size: 20px;
      color: rgb(0, 0, 0);
      font-weight: 800;
      letter-spacing: .2px;
      line-height: 30px;
    }

    .text-center h1 {
      font-size: 40px;
      color: rgb(0, 0, 0);
      font-weight: bolder;
      text-shadow: .1px .1px rgb(0, 0, 0);

    }
  }

  a {
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: #32bbff;
  }

  .text-red {
    color: green;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-300%);
    }
  } 

  .content-sec {
    width: 70%;
    margin: auto;
    padding-inline: 4rem;
  }

  .container-fluid.main-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 7rem;
    justify-content: center;
  }

  .content-sec .onesection {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .content-sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-block: 1rem;
    padding-inline: 2rem;
    border-radius: 12px;
    align-items: baseline;
  }

  .cardsection {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    gap: 1rem;
    justify-content: space-around;
  }

.why_sathee {
  padding-block: 2rem;
} 


.cardsection .head_abt {
  font-size: 20px;
  /* font-weight: 700; */
  text-align: center;
}

.onesection h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center
}

.content-sec .onesection p {
  text-align: center !important;
}

.cour_main_head {
  color: rgb(0, 0, 0);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  width: fit-content;
  margin: auto;
  padding-bottom: 2rem;
  font-size: 30px;
}
.main_head {
  color: rgb(0, 0, 0);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  width: fit-content;
  margin: auto;
  padding-bottom: 2rem;
  font-size: 35px;
}
@media (max-width: 940px) {
  .cour_main_head {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 35px;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  }
  .main_head {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 45px;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  }
}

@media (max-width: 425px) {
  .calendar-header h1{
    font-size: 20px !important;
  }
} 

.container-fluid .why_sathee {
  background: url(/images/home/pattern.png);
}
#imagelist div {position: relative;display: inline-block;}
#imagelist div p{display: none;}
#imagelist div:hover p{position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.8;top: 0;left: 0;margin: 0;display: block;}
#imagelist div p span{display: inline-table;width: 100%;height: 100%;text-align: center;color:#fff;}
#imagelist div p span span{display: table-cell;vertical-align: middle;}

#imagelist {
  background: rgb(255, 255, 255);
    height: auto;
    width: 45%;
    border-radius: 4px;
}

#imagelist .imgtext span span {
  padding: 0.5rem;
  font-size: large;
  font-weight: 700;
} 

@media (min-width: 768px) and (max-width: 1440px) {
  .calendar-header span{
    gap: 5px !important;
  }
}


.cardsection img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
    .d_none_mob {
        display: none !important;
    }
    .d_block_mob {
      display: block !important;
    }
} 


.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}

.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.cards_sty a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 284px;
  height: 100%;
}


.slide-content {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .container-fluid.main-container {
    gap: 4rem;
  }
}
@media screen and (max-width: 1300px) {
  .container-fluid.main-container {
        gap: 0rem;
    }
    .container-fluid.main-container {
      justify-content: space-around;
    }
    
    .content-sec {
      width: 90%;
  }
}

@media screen and (max-width: 850px) {
  .container-fluid.main-container {
    flex-wrap: wrap;
    gap: 0rem;
  }
  .content-sec {
    width: 100%;
  }

  .content-sec .onesection {
    width: 100%;
  }

  .cardsection {
    width: 100%;
  }
      .cards_sty .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

}

@media screen and (max-width: 550px) {
    #imagelist {
      width: 100%;
    }
    .cuet-notice {
      height: auto !important;
    }

}

.cuet-courses a {
  width: 100%;
  text-decoration: none;
  list-style: none;
  -webkit-appearance: button;
  font-size: 22px;
  font-weight: 600;
  margin: 12px 0;
  border: 1px solid #a8f1ff;
  border-radius: 9px;
  padding: 8px;
  min-height: 7rem;
  cursor: pointer;
  transition: all ease-in-out .2s;
  text-align: center;
  background: #ecfcff;
  color: #1a0dab;
  display: flex;
  align-items: center;
  justify-content: left;
}
.cuet-courses a:hover {
  border: 1px solid rgb(201 190 190);
  background: #eee;
}
@media screen and (max-width: 769px) {
  .cuet-courses a {
    padding: 22px;
  }
} 
.cuet-notice {
  border-radius: 16px;
  border: 1px solid rgba(241, 241, 241, .6);
  background: #fff;
  padding: 12px 15px 0;
  height: 454px;
  box-shadow: 0 1px 3px #33333329;
}
.cuet-notice::-webkit-scrollbar {
  width: 0;
}
.cuet-notice .cuet-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 15px;
  margin-bottom: 10px;
}
.cuet-notice .cuet-header h1{
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: #1e1e1e;
}
.cuet-notice .cuet-header a {
  color: #9f9df3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.calendar-body ul {
  padding: 0;
  margin: 0;
}
.calendar-body ul a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  margin: 12px 6px;
  font-size: 14px;
  font-weight: 600;
}
.calendar-body ul li {
  list-style: none;
}
.cuet-calendar {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  height: 454px;
  overflow: hidden;
  border: 1px solid rgba(241, 241, 241, .6);
  border-radius: 16px;
  box-shadow: 0 1px 3px #33333329;
}
.cuet-notice a:hover {
  text-decoration: none;
  color: #0500cb;
  text-decoration: underline;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9f9df3;
  align-items: center;
  padding-bottom: 10px;
}
.calendar-header h1 {
  color: #212529;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.calendar-header span {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.calendar-header button {
  opacity: .8;
  border: none;
  background: transparent;
  cursor: pointer;
  text-transform: none;
}
.calendar-body {
    flex-direction: column;
    gap: 9px;
    margin-top: 10px;
    height: 100%;
    outline: none;
    letter-spacing: -.6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: auto;
  height: 318px;
  border-radius: 18px 0 0 18px;
  width: 100%;
}
.calendar-inner::-webkit-scrollbar {
  width: 2px;
  background: #9f9df3;
  color: #ffffff;
}
.calendar-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.calendar-event .datecolumn {
  padding-top: 25px;
  padding: 20px 8px;
    color: #1e1e1e;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 62px;
    background: #9f9df3;
    align-items: center;
    padding: 20px 15px;
    height: auto;
    overflow: hidden;
    border-radius: 0;
}
.calendar-event .datecolumn::before {
  content: url(https://cuet.gov.in/assets/grey-line.svg);
  display: inline-block;
  position: absolute;
  top: 3.8rem;
}
.calendar-event .datecolumn span {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}
.calendar-event .datecolumn span b {
  font-weight: bolder;
}
.calendar-event .datecolumn .inner-span {
  font-size: 12px;
  font-weight: 400px;
  line-height: 100%;
  text-transform: uppercase;
}
.calendar-event .inner-event {
  padding-top: 25px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 10px;
  padding: 20px 0;
  line-height: 120%;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 80px);
  overflow-wrap: anywhere;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.6;
}
.full-calendar {
  padding: 15px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
.full-calendar a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.doubt_clear_style h5
 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 1rem;
    background-color: #f5f5f5;
    color: #000000;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.d-fl-notify {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.latest_news-btn {
  display: flex;
  width: 140px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 8px;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 0.2rem;
}

.exam-quiz {
  border-radius: 16px;
  border: 1px solid rgba(241, 241, 241, .6);
  background: #fff;
  padding: 0;
  height: 454px;
  box-shadow: 0 1px 3px #33333329;
  overflow: auto;
}
.quiz-head {
  padding-bottom: 8px;
}

.exam-quiz .calendar-header h1 {
  padding: 12px 2px 0px 16px;
  color: #212529;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.calendar-header a {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.cuet-notice .fa {
  color: #0500cb;
  opacity: .6;
  margin: 5px 9px 0 0;
  font-size: 12px;
}
.cuet-calendar .fa {
  color: #0500cb;
  opacity: .6;
  margin: 0;
  font-size: 12px;
}
table {
  display: table;
}

.quiz-button {
  margin-block: 0.8rem;
}

.carousel-item img {
  min-height: 122px;
}
.card.cards_sty {
  border: 1px solid #ededed;
  border-radius: 5px;
}
.cards:hover {
  border: none;
}

.cards_sty a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  height: 100%;
}
.card-img-top {
  width: 75% !important;
}
.card-body .card-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 425px) {
  .cards_sty a {
      min-height: 140px !important;
  }
  .card-img-top {
    width: 70% !important;
  }
  .card-body .card-title{
    font-size: 14px;
  }
}

@media (min-width: 779px) {
  .issue-report {
      display: none;
  }
}

@media (max-width: 768px) {
  .doubt-box{
  font-size: 1rem;
 }
}

@media (max-width: 576px) {
  .university-title {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .btn-card{
    font-size: 12px !important;
  }
}

.btn-success {
    background-color: rgb(75 151 134) !important;
    border-color: rgb(75 151 134) !important;
    color: white !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .all-notification {
    margin-top: 2.8rem !important;
  }
}

  @media (max-width: 350px) {
    .calendar-inner {
      height: 295px;
  }
}


@media screen and (max-width: 550px) {
    .latest_news-btn {
        width: 170px !important;
        font-size: 0.875rem;
    }
}
