* {
  outline: none;
  /* letter-spacing: -0.6px; */
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-family: Muli;
}
img {
  mix-blend-mode: darken;
}
div.container-fluid.bg-dimmed.wrapper {
  background-color: white;
}
.carousel-item img {
  min-height: 180px;
}
.carousel-item {
  transition: transform 0.1s ease !important;
}
.text-center h2 {
  font-size: 35px;
  color: rgb(0, 0, 0);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  text-transform: capitalize;
}
.text-center h1 {
  font-size: 60px;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  text-shadow: 0.1px 0.1px rgb(0, 0, 0);
}
.card {
  border: 0px;
  border-radius: 10px;
}
/* .card:hover {
  border: 0px;
} */
a {
  text-decoration: none !important;
}
.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: 160px;
  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;
}
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%);
  }
}
.sidebar-sec ul li {
  list-style-type: none;
}
.sidebar-sec ul {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 0.5rem;
  margin-bottom: 0;
}
.sidebar-sec ul a {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  background: aliceblue;
  border-radius: 8px;
}
.sidebar-sec ul a:hover {
  background-color: #ffffff;
  color: #000000;
}
.home-section {
  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;
  width: 70%;
  margin: auto;
}
.container-fluid.main-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  /* justify-content: flex-start; */
  align-items: flex-start;
  gap: 7rem;
  justify-content: center;
}
.padding-slider {
  padding-inline: 0 !important;
  padding-top: 16px;
}
.home-section .onesection {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.cardsection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
  gap: 1rem;
  justify-content: space-around;
}
.cardsection .head_abt {
  font-size: 20px;
  /* font-weight: 700; */
  text-align: center;
}
.onesection h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.home-section .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: 35px;
}
.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;
}
.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: medium;
  font-weight: 700;
}
.card-body .card-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card {
  border-radius: 5px;
  background-color: #fff;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.cards_sty a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  height: 100%;
}
.slide-content {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exam-courses a {
  width: 100%;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0;
  border: 1px solid #a8f1ff;
  border-radius: 5px;
  padding: 8px;
  min-height: 4.5rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  text-align: center;
  background: #ecfcff;
  color: #1a0dab;
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 0.5rem;
}
.exam-courses a:hover {
  border: 1px solid rgb(201 190 190);
  background: #eee;
}
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
.exam-notice {
  border-radius: 16px;
  border: 1px solid rgba(241, 241, 241, 0.6);
  background: #fff;
  padding: 14px 15px 0;
  height: 454px;
  box-shadow: 0 1px 3px #33333329;
}
.exam-notice::-webkit-scrollbar {
  width: 0px;
}
.exam-notice .exam-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 15px;
  margin-bottom: 10px;
}
.exam-notice .exam-header h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: #1e1e1e;
}
.exam-notice .exam-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;
}
.exam-calendar {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  height: 454px;
  overflow: hidden;
  border: 1px solid rgba(241, 241, 241, 0.6);
  border-radius: 16px;
  box-shadow: 0 1px 3px #33333329;
  position: relative;
}
.exam-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: 0.8;
  border: none;
  background: transparent;
  cursor: pointer;
  text-transform: none;
}
.calendar-body {
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
  outline: none;
  letter-spacing: -0.6px;
  display: flex;
  justify-content: 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://ibps.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;
}
.full-calendar {
  padding: 0px 15px;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
.full-calendar a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.exam-quiz {
  border-radius: 16px;
  border: 1px solid rgba(241, 241, 241, 0.6);
  background: #fff;
  padding: 0;
  height: 454px;
  box-shadow: 0 1px 3px #33333329;
  overflow: auto;
}
.exam-quiz .calendar-header h1 {
  padding: 11px 0px 2px 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;
}
.exam-notice .fa {
  color: #0500cb;
  opacity: 0.6;
  margin: 5px 9px 0 0;
  font-size: 12px;
}
.exam-calendar .fa {
  color: #0500cb;
  opacity: 0.6;
  margin: 0;
  font-size: 12px;
}
table {
  display: table;
}
.carousel-item img {
  min-height: 122px;
}
.card.cards_sty {
  border: 1px solid #ededed;
}
.card-img-top {
  width: 65% !important;
}
.quiz-button {
  margin-block: 0.8rem;
}
.quiz-head {
  padding-bottom: 8px;
}
.all-notification {
  padding-top: 2px;
}
.view {
  display: flex;
  gap: 50px;
}
.total_course {
  display: flex;
  box-shadow: none;
  margin-bottom: 10px;
}
.lang {
  display: flex;
}
.jour_pd_bl {
    padding-block: 36px;
    background-color: #ffffff;
}
.card-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.card_main2 {
    background: #ffffff;
    padding-right: 45px;
    padding-left: 90px;
    padding-top: 15px;
    padding-bottom: 18px;
    box-shadow: 2px 4px 24px silver;
    gap: 12px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 10px;
    position: relative;
}
.img-learn-2 {
    position: absolute;
    left: 15px;
    background: #ffffff;
    padding-inline: 0px;
    padding-block: 5px;
    border-radius: 30px;
    display: block;
    top: 10px !important;
}
.ic_engg_card {
    width: 60px;
}
.card-insider-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card-text-d1 {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    gap: 10px;
}
.card-text-d1 span {
    background-color: #0570BE;
    color: #ffffff;
    border-radius: 4px;
    padding: 0px 30px;
}
.card-text-d2 {
    font-size: 16px;
    color: #0570BE;
    font-weight: 700;
}
.card-text-d2 span {
    color: #000000;
}
.learn1 {
    border: none;
    border-radius: 14px;
    box-shadow: none;
    padding-inline: 15px;
    padding-block: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #02170f;
}
.learn4 {
    border: none;
    border-radius: 14px;
    padding-block: 8px;
    font-size: 14px;
    font-weight: 700;
}
button.learn3 {
    border: none;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 4px 24px #CBC7F0;
    padding-inline: 55px;
    padding-block: 7px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(149 130 255);
    cursor: pointer;
}
.card-text-d5 {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    gap: 10px;
}
.card-text-d5 span {
    background-color: #37c534;
    color: #ffffff;
    border-radius: 4px;
    padding: 0px 30px;
}
.card-text-d6 {
    font-size: 16px;
    color: #37c534;
    font-weight: 700;
}
.card-text-d6 span {
    color: #000000;
}
.card-text-d3 {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    gap: 10px;
}
.card-text-d3 span {
    background-color: #FFB305;
    color: #ffffff;
    border-radius: 4px;
    padding: 0px 30px;
}
.card-text-d4 {
    font-size: 16px;
    color: #FFB305;
    font-weight: 700;
}
.card-text-d4 span {
    color: #000000;
}
@media screen and (max-width: 1500px) {
  .container-fluid.main-container {
    gap: 4rem;
  }
  .card-text-d1 span, .card-text-d5 span, .card-text-d3 span {
    padding: 0px 14px !important;
}

}
@media screen and (max-width: 1300px) {
  .container-fluid.main-container {
    gap: 0rem;
  }
  .container-fluid.main-container {
    justify-content: space-around;
  }
  .home-section {
    width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .cards_sty a {
    min-height: 146px !important;
  }
  .card-img-top {
    width: 78% !important;
  }
}
@media (max-width: 1199px) {
  .calendar-header h1 {
    font-size: 16px !important;
  }
  .calendar-header a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .calendar-inner {
    height: 290px;
  }
  .all-notification {
    margin-top: 2.8rem !important;
  }
}
@media (max-width: 1025px) {
.card-section {
    gap: 49px !important;
}
}
@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: 0.2px;
    line-height: 30px;
  }
  .text-center h1 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  }
  .cour_main_head {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 45px;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  }
  .main_head {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 45px;
    text-shadow: 0.1px 0.1px rgb(0, 0, 0);
  }
  .container-fluid.main-container {
    flex-wrap: wrap;
    gap: 0rem;
  }
  .home-section {
    width: 100%;
  }
  .home-section .onesection {
    width: 100%;
  }
  .cardsection {
    width: 100%;
  }
  .cards_sty .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 779px) {
  .issue-report {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 769px) {
  .exam-courses a {
    padding: 16px;
    font-size: 16px;
    min-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .jour_pd_bl {
    padding-block: 20px !important;
  }
  .ic_engg_card {
    width: 45px !important;
}
.card-text-d1 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.card-text-d2, .card-text-d6 {
    font-size: 14px !important;
}
.card-text-d1 span {
    padding: 0px 10px !important;
}
.learn1, .learn4 {
    font-size: 12px !important;
}
.card-text-d1 span, .card-text-d5 span {
    padding: 0px 10px !important;
}
.card-text-d5 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.card-text-d3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
  .slide-content {
    margin: 0 10px;
  }
  .doubt-box {
    font-size: 1rem;
  }
  /* .carousel {
    margin-top: 3rem;
  } */
    .d_none_mob {
     display: none !important;
   }
   .d_block_mob {
    display: block !important;
}
}
@media screen and (max-width: 550px) {
  .jour_pd_bl {
    padding-inline: 10px !important;
  }
  .card-section {
    gap: 30px !important;
}
.card_main2 {
    padding-left: 70px !important;
    padding-right: 20px !important;
    padding-block: 12px !important;
}
  #imagelist {
    width: 100%;
  }
  .carousel {
    margin-top: 0;
  }
  .latest_news-btn {
    width: 178px !important;
    font-size: .875rem;
  }
}
@media (max-width: 425px) {
  .exam-courses a {
    font-size: 12px;
    max-height: 3rem !important;
    height: 100%;
    column-gap: 0;
    padding: 0px !important;
    font-weight: 400 !important;
  }
  .cards_sty a {
    min-height: 140px !important;
  }
  .card-img-top {
    width: 72% !important;
  }
  .card-body .card-title {
    font-size: 14px;
  }
  .sidebar-sec .exam-courses img {
    width: 34px;
  }

}
@media (max-width: 374px) {
  .exam-calendar {
    height: auto;
  }
}