.blog-head {
  font-size: 4.5rem;
  font-weight: 700;
}

.text_dark_blue {
  color: #0e3265;
}

.bg-blue {
  background-color: #1e4d9d;
}

.common-padding {
  padding: 3rem 4rem;
}

.w-70 {
  width: 70%;
}

.w-20 {
  width: 20%;
}

.main-blog.bann-ht {
  margin-top: 8rem ;
}
.main-blog.bann-ht img:first-child {
  width: 100%;
  max-height: 100%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .main-blog.bann-ht {
    margin-top: 7rem ;
  }
}

.scroll12-ap {
  position: fixed;
  right: -64px;
  /* top: 75%; */
  top: 59%;
  z-index: 1000;
  transform: rotate(270deg);
  padding: 7px 25px;
  border-bottom-left-radius: 15px;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #bcce16;
  color: #1e4d9d;
  font-weight: 700;
  box-shadow: 0 0 10px #cecece;
}

.pagination {
  display: flex;
  justify-content: center;
  font-family: quicksand, sans-serif;
  margin-top: 5rem;
}

.pagination a {
  color: #0e3265;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #bcce16;
  font-size: 20px;
}

.pagination a :active {
  background-color: #bcce16;
  color: #0e3265;
  border: 1px solid #bcce16;
}

.pagination a:hover:not(.active) {
  background-color: #bcce16;
}

.main-blog .w-70 .blog-title-here {
  font-size: 60px;
  font-weight: 500;
  color: #1e4d9d;
  padding-top: 2rem;
  margin-bottom: 1rem;
}

.main-blog .w-70 .blog-subtitle-here {
  font-size: 45px;
  font-weight: 500;
  color: #1e4d9d;
  margin-bottom: 1rem;
}

.main-blog .w-70 ul {
  margin-bottom: 2rem;
}

.main-blog .w-70 ul li {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.7rem;
  font-family: quicksand, sans-serif;
}

.main-blog .w-70 ol li {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.7rem;
  font-family: quicksand, sans-serif;
}

.main-blog .w-70 ul li:last-child {
  margin-bottom: 0;
}

.main-blog .w-70 ul li::marker {
  color: #1e4d9d;
}

.main-blog .w-70 ul li strong {
  font-size: 20px;
  color: #1e4d9d;
  font-weight: 600;
  font-family: quicksand, sans-serif;
}

.main-blog .w-70 ol li strong {
  font-size: 20px;
  color: #1e4d9d;
  font-weight: 600;
  font-family: quicksand, sans-serif;
}

.main-blog .w-70 p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: quicksand, sans-serif;
  margin-bottom: 2rem;
}

.w-20 .recent-section h3 {
  background-color: #1e4d9d;
  padding: 15px;
  color: #fff;
  font-size: 40px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.w-100 .row {
  justify-content: space-between;
}

.w-20 .recent-section p {
  font-size: 20px;
  color: #1e4d9d;
  font-weight: 500;
  font-family: crimson pro, serif;
  border-bottom: 2px solid #bcce16;
  padding-bottom: 20px;
}
/* blog detail start */

.blog-text {
  position: absolute;
  top: 70%;
  left: 5%;
}

.blog-upper {
  padding: 5rem 4rem 4rem 4rem;
}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-list-left {
  width: 68%;
}

.blog-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
}

.blog-img {
  width: 59%;
}

.blog-flex {
  width: 37%;
}

.blog-list-right {
  width: 25%;
}

.blog-list-left h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  border-bottom: 3px solid #bcce16;
  padding-bottom: 20px;
}

.blog-flex h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: crimson pro, serif;
}

.blog-flex p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: crimson pro, serif;
}

.blog-list-right h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  border-bottom: 3px solid #bcce16;
  padding-bottom: 1.3rem;
  margin-bottom: 3rem;
}

.blog-list-right p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: crimson pro, serif;
  border-bottom: 2px solid #bcce16;
  padding-bottom: 20px;
}

.blog-flex-item {
  display: flex;
  flex-wrap: wrap;
}

.blog-flex-item + .blog-flex-item {
  margin-top: 20px;
}

.blog-flex-item img {
  width: 175px;
}

.blog-flex-item .blog-flex-item-info {
  width: calc(100% - 190px);
  margin-left: 15px;
}

.blog-img .info-box {
  display: flex;
  flex-wrap: nowrap;
  background-color: #002150;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.blog-img .info-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.blog-img .info-box h3:hover {
  color: #bcce16;
}

.blog-img .info-box .btn {
  width: fit-content !important;
  padding: 10px 30px;
}

.blog-img .info-box .btn:hover {
  background-color: #fff;
}

.blog-bottom {
  padding: 5rem 4rem 4rem 4rem;
}

.blog-bottom-flex-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-bottom-flex-item + .blog-bottom-flex-item {
  margin-top: 45px;
}

.blog-bottom-flex-item img {
  width: 540px;
}

.blog-bottom-flex-item .blog-bottom-flex-item-info {
  width: calc(100% - 640px);
  margin-left: 95px;
}

.blog-bottom-flex-item-info h3 {
  font-size: 32px;
  font-weight: 500;
  color: #0e3265;
}

.blog-bottom-flex-item-info h6 {
  font-size: 24px;
  font-weight: 500;
  color: #0e3265;
}

.blog-bottom-flex-item-info p {
  font-size: 20px;
  font-weight: 500;
  color: #1b1b1b;
}

.blog-bottom-flex-item-info .arrow-bg {
  width: 20px;
  font-size: 20px;
  color: #1e4d9d;
}

.blog-bottom-flex-item-info a {
  font-size: 20px !important;
  color: #1e4d9d !important;
  font-weight: 600;
}

.blog-bottom-flex-item-info a:hover {
  font-weight: 900;
}

@media screen and (max-width: 1500px) {
  .blog-upper {
    padding: 4rem 3rem 3rem 3rem;
  }
  .blog-bottom-flex-item-info p {
    font-size: 18px;
  }
  .blog-bottom-flex-item-info h6 {
    padding: 0.7rem 0 0 !important;
  }
  .blog-bottom-flex-item-info .arrow-bg {
    width: 16px;
  }
  .blog-bottom-flex-item-info a {
    font-size: 18px !important;
  }
  .blog-bottom-flex-item .blog-bottom-flex-item-info {
    width: calc(100% - 645px);
    margin-left: 70px;
  }
  .blog-list-left {
    width: 71%;
  }
  .blog-img {
    width: 58%;
  }
  .blog-flex {
    width: 40%;
  }
  .main-blog .w-70 .blog-title-here {
    font-size: 50px;
    padding-top: 1rem;
  }
  .main-blog .w-70 .blog-subtitle-here {
    font-size: 36px;
  }
  .w-20 .recent-section h3 {
    font-size: 36px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1400px) {
  .blog-list-left {
    width: 80%;
  }
  .blog-list-right {
    width: 100%;
  }
  .blog-bottom-flex-item-info h3 {
    font-size: 30px;
  }
  .blog-list-left h2 {
    font-size: 36px;
  }
  .blog-list-right h2 {
    font-size: 36px;
  }
  .blog-flex h3 {
    font-size: 18px;
  }
  .blog-list-right p {
    font-size: 18px;
  }
  .blog-img .info-box h3 {
    font-size: 18px;
  }
  .pagination a {
    padding: 5px 10px;
    font-size: 18px;
  }
  .blog-list-right h2 {
    padding-bottom: 0.9rem;
    margin-bottom: 2rem;
  }
  .blog-box {
    padding-top: 2rem;
  }
  .blog-img .info-box .btn {
    padding: 7px 25px;
  }
  .blog-head {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .blog-text {
    left: 12%;
  }
  .box-ct {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .blog-upper {
    padding: 3rem 2rem 2rem 2rem;
  }
  .blog-bottom {
    padding: 3rem 2rem 2rem 2rem;
  }
  .main-blog .w-70 .blog-title-here {
    font-size: 40px;
  }
  .common-padding {
    padding: 2rem;
  }
  .main-blog .w-70 p {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .w-20 .recent-section h3 {
    font-size: 32px;
  }
  .main-blog .w-70 .blog-subtitle-here {
    font-size: 34px;
  }
  .main-blog .w-70 ul li {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
    .main-blog .w-70 ol li {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .pagination {
    margin-top: 3rem;
  }
  .w-70 {
    width: 74%;
  }
  .w-20 .recent-section h3 {
    margin-bottom: 2rem;
    padding: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .head1 {
    font-size: 2rem;
    margin-top: 188px;
  }
  .bann-ht {
            margin-top: 8rem !important;
            font-size:2rem;
        }
  .blog-list-right h2 {
    padding-bottom: 1.3rem;
  }
  .blog-list-right h2,
  .blog-list-left h2 {
    font-size: 30px;
  }
  .blog-upper {
    padding: 3rem 1rem 3rem 1rem;
  }
  .blog-list-right p {
    padding-bottom: 10px;
  }
  .blog-bottom-flex-item-info h6 {
    font-size: 20px;
  }
  .blog-bottom-flex-item .blog-bottom-flex-item-info {
    width: calc(100% - 538px);
    margin-left: 45px;
  }
  .blog-bottom-flex-item img {
    width: 490px;
  }
  .common-padding {
    padding: 1rem 2rem;
  }
  .main-blog .w-70 ul {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog-list-left {
    width: 100%;
  }
  .blog-bottom-flex-item-info h3 {
    font-size: 24px;
  }
  .blog-bottom-flex-item-info p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .blog-bottom {
    padding: 2rem 1rem 1rem 1rem;
  }
  .blog-bottom-flex-item + .blog-bottom-flex-item {
    margin-top: 30px;
  }
  .blog-bottom-flex-item .blog-bottom-flex-item-info {
    width: calc(100% - 521px);
    margin-left: 30px;
  }
  .blog-list-right h2 {
    margin-bottom: 1rem;
  }
  .blog-head {
    font-size: 3rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .head1 {
    font-size: 2rem;
    margin-top: 124px;
  }
  .blog-upper {
    padding: 2rem 1rem 2rem 1rem;
  }
  /* .blog-bottom-flex-item .blog-bottom-flex-item-info {
            width: calc(100% - 485px);
            margin-left: 30px;
        }
        .blog-bottom-flex-item img {
            width: 450px;
        } */
  .blog-bottom-flex-item-info h6 {
    padding: 0 !important;
  }
  .blog-img {
    width: 100%;
  }
  .blog-img img {
    width: 100%;
  }
  .blog-flex {
    width: 100%;
    margin-top: 2rem;
  }
  .blog-flex p {
    font-size: 18px;
  }
  .blog-list-right {
    margin-top: 1rem;
  }
  .blog-bottom-flex-item img {
    width: 100%;
  }
  .blog-bottom-flex-item .blog-bottom-flex-item-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .pagination {
    margin-top: 2rem;
  }
  .blog-head {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .box-ct {
    display: flex;
    flex-wrap:wrap;
    gap: 7px;
    flex-direction: row;
    width: 100%;
  }
  .scroll12-ap{
    display: none;
  }
  .blog-list-right h2 {
    padding-bottom: 15px;
  }
  .w-70 {
    width: 100%;
  }
  .main-blog .w-70 .blog-title-here {
    padding-top: 0;
  }
  .w-20 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .w-20 .box1 {
    width: 35%;
  }
  .w-20 .box2 {
    width: 60%;
  }
  .w-20 .box3 {
    width: 100%;
  }
  .main-blog .w-70 ul li strong {
    font-size: 18px;
  }
    .main-blog .w-70 ol li strong {
    font-size: 18px;
  }
  .main-blog .w-70 ul {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
      .bann-ht {
        margin-top: -15px;
    }
  .main-blog .w-70 .blog-title-here {
    font-size: 32px;
  }
  .main-blog .w-70 p {
    font-size: 16px;
  }
  .main-blog .w-70 ul li {
    font-size: 16px;
  }
    .main-blog .w-70 ol li {
    font-size: 16px;
  }
  .main-blog .w-70 ul li strong {
    font-size: 16px;
  }
    .main-blog .w-70 ol li strong {
    font-size: 16px;
  }
  .main-blog .w-70 .blog-subtitle-here {
    font-size: 26px;
  }
  .w-20 .recent-section h3 {
    font-size: 26px;
  }
  .w-20 .recent-section h3 {
    margin-bottom: 1rem;
  }
  .scroll12-ap {
    right: -46px;
    padding: 7px 20px;
    font-size: 1rem;
  }
  .font_crimson,li.font_crimson {
    font-size: 21px; /* Adjust this value as needed */
  }
}

@media screen and (max-width: 678px) {
  .w-20 .box2 {
    width: 63%;
  }
  .w-20 .box1 {
    width: 30%;
  }
  .common-padding {
    padding: 1rem;
  }
  .font_crimson {
    font-size: 21px; /* Adjust this value as needed */
  }
}

@media screen and (max-width: 575px) {
  .w-20 .box2 {
    width: 100%;
  }
  .w-20 .box1 {
    width: 100%;
  }
  .main-blog .w-70 .blog-title-here {
    font-size: 26px;
  }
  .main-blog .w-70 .blog-subtitle-here {
    font-size: 24px;
  }
  .main-blog .w-70 ul {
    padding-bottom: 1.5rem;
  }
  .w-20 .recent-section p {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .w-20 .recent-section h3 {
    margin-top: 1rem;
  }
  .font_crimson,li.font_crimson {
    font-size: 21px; /* Adjust this value as needed */
  }
}

@media screen and (max-width: 500px) {
  .blog-upper {
    padding: 2rem 0 2rem 0;
  }
  .blog-bottom {
    padding: 2rem 0 0 0;
  }
  .blog-bottom-flex-item-info h3 {
    font-size: 21px;
  }
  .blog-bottom-flex-item-info a {
    font-size: 16px !important;
  }
  .blog-bottom-flex-item-info .arrow-bg {
    width: 14px;
  }
  .blog-img .info-box .btn {
    padding: 7px 15px;
  }
  .blog-img .info-box {
    padding: 15px;
  }
  .head1 {
    font-size: 2rem;
    margin-top: 124px;
  }
  .font_crimson ,li.font_crimson{
    font-size: 21px; /* Adjust this value as needed */
  }
}

.text-blue {
  color: #1e4d9d !important;
}
.examSection .font_crimson {
  color: #000;
 
}
.examSection ol li {
  font-size: 21px;   /* Desktop font size */
  color: #000;
  line-height: 1.6;
}
/* Mobile view */
@media (max-width: 768px) {
  .examSection .font_crimson {
    font-size: 21px;  /* adjust as needed */
    line-height: 1.4;
  }
   .examSection ol li {
    font-size: 21px;   /* Smaller font for mobile */
  }
    .customTable td {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .customTable strong {
    font-size: 15px;
  }
}
/* Responsive wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table cell styles */
.customTable td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  color: #000;
  vertical-align: middle;
}

/* Bold text in cells */
.customTable strong {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

