.trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}

section.padding {
    padding: 60px 0;
}
.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}

.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
.trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .trending-list-exams a:hover {
    background: #fff !important;
    color: #2e4e98 !important;
}
.section-img-top.one img {
    width: 100%;
}
.new-heading a:hover {
    color: #2e4e98;
}
.banner-section {
    padding: 20px 0;
    background: linear-gradient(220deg, #2e4e98, #042c54);
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
section.padding {
    background: #fafdff;
}
li.breadcrumb-item {
    color: #fff !important;
}
.breadcrumb-item a {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item:before {
    display: none;
}
.footer-list h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.footer-list ul {
    list-style: none;
    padding-left: 0 !important;
}

.footer-list a {
    color: #fff;
}
.content i {
    color: #fff;
}
.about-content h6 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
footer p, footer li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}

.about-content h6 {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}

.about-content p {
    color: #fff;
}
.about-content li {
    color: #fff;
}
.footer-bottom p {
    text-align: center;
    margin: 0 auto;
}
.footer-bottom {
    padding: 30px 0 0;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    margin-top: 60px;
}

.icon-container {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}
.icon-container.facebook i {
    color: rgb(0, 0, 135);
}
.icons ul {
    display: flex;
    gap: 20px;
    padding-left: 0;
}
.footer-list ul {
    padding: 0;
    list-style: none;
}
.footer-list a {
    color: #fff;
    text-decoration: none;
}
.icon-container i {
    font-size: 14px;
    color: #e1306c;
}

.banner-section p {
    color: #fff;
}
.right-sidebar-heading h3 {
    border-bottom: 2px solid #175087;
    background: #175087;
    color: #fff;
    padding: 13px 30px ;
    margin: 0px -5px 0 !important;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
}
.right-side-bar-exams {
    background-color: #fff;
    padding: 0px 4px !important;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #c3c1c1;
}


.heading-daily h4 {
    line-height: 28px;
    background: #071639;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    font-size: 17px;
}
.daily-date {
    border: 1px solid #CEE8FF;
    border-radius: 10px;
    margin-bottom: 20px;
}
.daily-dates {
    overflow-y: scroll;
    height: 200px;
}
.daily-dates ul {
    list-style: none;
    padding:0 10px 10px;
}
.daily-current-affairs-date {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0px 15px;
}
.daily-current-affairs-date input {
    border: 1px solid #4545;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 15px;
}
.next-btn a {
    color: #2e4e98;
    border-radius: 50%;
    background: #d9e8fc;
    padding: 10px 12px;
    font-size: 15px;
}
.daily-dates a {
    display: flex;
    color: #333;
    justify-content: space-between;
    font-size: 14px;
}
.daily-dates i {
    color: #071639;
}

.class-social-media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.all-social-media-side {
    display: flex;
    gap: 12px;
}
.all-social-media-side a {
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
}
.facebook a {
    background: #3b5998;
}
.twitter a {
    background: #000;
}
.linkedin a {
    background: #0077B5;
}
.instagram a {
    background: #c13584;
}
.whatapp a {
    background: #257a04;
}
.date-update {
    border: 1px solid #4545;
    border-radius: 5px;
    padding: 2px 10px;
}
.date-update i{
    color: #267906;
}

img.new-img {
    width: 15%;
    border-radius: 5px;
    height: 70px;
}
.new-section {
    display: flex;
}
.current-affairs-capsule {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #e9ecef;
    margin-bottom: 30px;
}
.new-heading {
    margin-left: 15px;
}
.new-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
}
span.new-date {
    font-size: 14px;
}

.right-side-bar-exams {
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #c3c1c1;
}
.right-sidebar-heading {
    margin: 0 auto 5px;
}
.right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.trending-list-exams ul {
    list-style: none;
    padding-left: 5px;
}
.trending-list-exams a {
    color: #000;
    border-bottom: 1px solid #17508740;
    text-decoration: unset;
}
.dropdown-item {
    align-items: center;
    border-radius: .25rem;
    display: flex;
    font-weight: 500;
    line-height: 28px;
    padding: .125rem 1rem;
}
.trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}
.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }  
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
.main-h1-heading {
    font-size: 24px !important;
}

  }
.trending-list-exams a:hover {
    background: #2e4e98;
    color: #fff;
}
.cta-section {
    border-radius: 10px;
    padding: 1px;
    background-color: #2e4e98;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 20%;
    color: #fff;
}
.cta-section h1 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.ca-section-content {
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
}
.cta-form {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #333;
    margin-bottom: 10px;
}
.cta-form .inner-field {
    margin-bottom: 20px !important;
}
.cta-form input, .cta-form select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s;
}
.cta-form input, .cta-form select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s;
}
.error-message {
    font-size: 14px;
}
.cta-form button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    background-color: #2e4e98;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.new-heading a {
    color: #000;
}
.new-date i {
    margin-right: 10px;
    color: #0a9a08;
}
.cta-form button:hover {
    background: transparent;
    color: #2e4e98 !important;
    border: 1px solid #2e4e98;
}
.daily-dates li {
    border-bottom: 1px solid #4545;
    margin-bottom: 5px;
    padding: 3px 15px;
}
.section-img-top.one {
    margin-top: 40px !important;
    width: 260px;
}
@media only screen and (max-width: 768px){
    .daily-date {
    margin-bottom: 20px;
}
.section-img-top.one {
    margin-top: 0px !important;
    width: 200px !important;
}
img.new-img {
    width: 100%;
}
.new-heading h6 {
    font-size: 15px;
}
}
.next-btn a:hover {color: #fff;
    background: #2351bb;
}
p {
    font-size: 15px;
    line-height: 25px;
}
.lide-from {
    position: sticky;
    top: 50px;
}
.daily-dates a:hover {
    color: #0b5eb3;
}

.next-day h4 {
    background: #183c75;
    text-align: center;
    padding: 12px;position: relative;
    font-size: 20px;
    margin-bottom: 20px;box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: #fff;
    border-radius: 2px;
}

/*---headlines of the day css --*/

        section.padding {
    background: #fafdff;
}
.trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}


.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}
.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
.trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .trending-list-exams a:hover {
    background: #fff !important;
    color: #2e4e98 !important;
}
.faqs-section.bottom {
    border: 1px solid #c3c1c1;
    padding: 25px;
    border-radius: 5px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
.pdf-icon-clr i.bi.bi-file-pdf {
    color: #ff0b0b;
}
     .right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.right-sidebar-heading{margin-bottom:5px;}

      .right-side-bar-exams {
          background-color: #fff;
          padding: 0px 4px !important;
          border-radius: 5px;
          margin-bottom: 20px;
          border: 1px solid #c3c1c1;
      }
      .trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}


.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }  
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
  } 
    .section-img-top img {
    width: 260px;
}
     .spacer {
          margin-top: 40px;
      }
      .mt-3
      {
        margin-top: 0px !important;
      }
      section.back-clr {
    background: linear-gradient(220deg, #2e4e98, #042c54);
        }
      .breadcrumb-item a
      {
        color: blue !important;
      }
      .breadcrumb-item.active
      {
        color: blue !important;
      }
      .current-sec-main {
    background-color: #eef2fb59;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #c3c1c1;
    }
    .sec-main-head-text {
    background: #175087;
    color: #fff;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: center;
}
.banner-section {
            padding: 20px 0;
            background: linear-gradient(220deg, #2e4e98, #042c54);
        }

        .banner-section p {
            color: #fff;
        }
      
    .sec-main-head-text h1 {
    color: #fff;
    }
 .hydrogen h2 {
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
    margin-top: 0 !important;
}
.hydrogen a {
    text-decoration: none;
    border-radius: 5px;
    
}
.hydrogen a:hover {
   color: #2e4e98 !important;
}
.new-heading a:hover {
    color: #2e4e98 !important;
}
.breadcrumb-item a {
    text-decoration: unset;
    color: #fff !important;
}
.breadcrumb-item.active {
    padding-left: 0 !important;
    color: #fff !important;
    position: relative;
    margin-left: 13px;
}
.hydrogen a:hover
{
  color: #a7cef4;
}
.green {
    margin-bottom: 20px;
}
.analy-body-cnt ul {
    color: #000;
    line-height: 22px;
    font-size: 15px;
}
.hydrogen {
    border: 1px solid #d9e8fc;
    background: #d9e8fc;
    padding: 10px;
    margin-bottom: 14px;
    margin-top: -40px;
}
p {
    font-size: 15px;
    line-height: 25px;
}
.hydrogen a:hover{color: #2e4e98;}
.hydrogen-body {
    font-size: 15px;
    border: 1px solid #c3c1c1;
    border-radius: 5px;
    margin-top: -4px;
    background: #fff;
    padding: 25px 20px 25px;
    margin-bottom: 30px;
}
.hydrogen-body li {
    margin-left: 30px;
    line-height: 22px;
    margin-bottom: 14px;
}
.hydrogen-body p {
    margin-left: 30px;
    line-height: 22px;
    margin-bottom: 14px;
    font-size: 15px;
}
.hydrogen-body h3 {font-size: 18px;
    color: #2e4e98;
    font-weight: 700;

}
.mt-3 ul {
    padding: 0;
}
.hydrogrn-bottom a {
    background-color: #2e4e98;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 13px;
    margin-left: 30px;
    font-size: 13px;
}

@media (max-width: 768px)
{
  .hydrogen h2 {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 500;
}
.spacer {
    margin-top: 5px !important;
}
.green {
    margin-bottom: 10px;
}
h2.display-6.fw-bold.mb-3 {
    margin-top: 0;
}

.hydrogen-body li {
  font-size: 14px;
}
.hydrogen-body p {
    font-size: 14px;
}
.hydrogen-body h3 
{
  font-size: 16px;
}
}



/*--- css heading of the day--*/

.trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}


.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}
.box-shape {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: 25px;
    margin-bottom: 20px;
}
.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
th.tab-head {
    color: #015AA7;
    font-weight: 800;
    font-size: 16px !important;
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }  
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
.box-shape {
    padding: 20px;
}
.today-top-news .main-table-section-on table {
    margin-bottom: 10px;
}

  }     
     .right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
        .right-side-bar-exams {
            background-color: #fff;
            padding: 0px 4px !important;
            border-radius: 5px;
            margin-bottom: 20px;
            border: 1px solid #c3c1c1;
        }
       .trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}
.right-sidebar-heading{margin-bottom: 5px;}

        a {
            color: #000 !important;
            text-decoration: unset;
        }

        section.padding {
            background: #fafdff;
        }

        .today-top-news .content-here h3 {
            color: #9581ed;
            padding: 40px 0px 5px 0;
            border-bottom: 2px solid;
            margin-bottom: 20px;
        } 
        .banner-section {
            padding: 20px 0;
            background: linear-gradient(220deg, #2e4e98, #042c54);
        }

        .banner-section p {
            color: #fff;
        }
        .section-img-top img {
            width: 100%;
        }
        
       .today-top-news .table-heading-p {
            text-align: center;
        }
        .today-top-news .trending-list-exams a:hover {
            color: #2e4e98 !important;
            background-color: #fff !important;
        }

        .trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .today-top-news .main-table-section-on  th {
        border:1px solid #a19f9f;
        padding: 15px;
        line-height: 22px;
        font-size: 14px;
    }
    .today-top-news .main-table-section-on table {
        border: 1px solid;
        width: 100%;
        background: #d4e8fa;
        margin-bottom: 30px;
    }
    .today-top-news table a:hover {
        color: #0f7ddc !important;
    }

    .dow-btn a:hover {
        color: #015AA7 !important;
    }

    .today-top-news .main-table-section {
        margin-bottom: 30px;
    }
    
    .today-top-news .heading-section h4 {
        font-size: 30px;
        color: #015AA7;
        margin-bottom: 15px;
    }
 
    .today-top-news .table-content-bottom {
        display: flex;
        justify-content: space-between;
    }
    .today-top-news .dow-btn {
        margin: 30px 0;
    }
    .dow-btn .main-table-section-on a {
      color: #fff !important;
    }
    .today-top-news table a {
        color: #015AA7 !important;
    }
 
.dow-btn a {
    color: #525252 !important;
}
.today-top-news .dow-btn {
    margin: 10px 0;
    border-top: 1px solid #4545;
}
a.next-articl {
    float: inline-end;
}

section.banner-sec p {
    color: #fff;
    margin-bottom: 0;
}

.footer-list a {
    color: #fff !important;
}

.form-container-side {
    background: linear-gradient(220deg, #2e4e98, #042c54);
    color: #fff;
    padding: 24px;
    border-radius: 7px;
    position: sticky;
    top: 20px;
}
.form-h3 h3 {
    font-size: 20px;
    margin: 0 auto 17px;
    color: #fff !important;
}
.form-container-side .btn.btn-primary:hover {
    background-color: #fb9d24;
}
.form-container-side .btn.btn-primary {
    background-color: #f1a43b;
    border-color: #f1a43b;
}
.form-container-side .btn {
    padding: 8px 18px;
}
.btn {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 18px;
    border: none;
}

@media (max-width:768px) {
.today-top-news .main-table-section {
    padding: 12px;
    margin-bottom: 15px;
}
section.padding {
    padding: 30px 0;
}
.today-top-news .table-heading h4 {
    font-size: 24px;
}
.today-top-news .heading-section h4 {
    font-size: 22px;
    line-height: 22px;
}

}
    


/*--- css ca inner page--*/

.trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}


.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}
.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
.trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .trending-list-exams a:hover {
    background: #fff !important;
    color: #2e4e98 !important;
}
.faqs-section.bottom {
    border: 1px solid #c3c1c1;
    padding: 25px;
    border-radius: 5px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
.pdf-icon-clr i.bi.bi-file-pdf {
    color: #ff0b0b;
}
     .right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.right-sidebar-heading{margin-bottom:5px;}

      .right-side-bar-exams {
          background-color: #fff;
          padding: 0px 4px !important;
          border-radius: 5px;
          margin-bottom: 20px;
          border: 1px solid #c3c1c1;
      }
      .trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}


.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }  
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
  } 
    .section-img-top img {
    width: 260px;
}
     .spacer {
          margin-top: 40px;
      }
      .mt-3
      {
        margin-top: 0px !important;
      }
      section.back-clr {
    background: linear-gradient(220deg, #2e4e98, #042c54);
        }
      .breadcrumb-item a
      {
        color: blue !important;
      }
      .breadcrumb-item.active
      {
        color: blue !important;
      }
      .current-sec-main {
    background-color: #eef2fb59;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #c3c1c1;
    }
    .sec-main-head-text {
    background: #175087;
    color: #fff;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: center;
}
.banner-section {
            padding: 20px 0;
            background: linear-gradient(220deg, #2e4e98, #042c54);
        }
        .banner-section .main-h1-heading {
            color: #fff;
            text-align: left;
            font-size: 30px ;
        }
        .banner-section p {
            color: #fff;
        }
      
    .sec-main-head-text h1 {
    color: #fff;
    }
 .hydrogen h2 {
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
    margin-top: 0 !important;
}
.hydrogen a {
    text-decoration: none;
    border-radius: 5px;
    color: #2e4e98;
}
.breadcrumb-item a {
    text-decoration: unset;
    color: #fff !important;
}
.breadcrumb-item.active {
    padding-left: 0 !important;
    color: #fff !important;
    position: relative;
    margin-left: 13px;
}
.hydrogen a:hover
{
  color: #a7cef4;
}
.green {
    margin-bottom: 20px;
}
.analy-body-cnt ul {
    color: #000;
    line-height: 22px;
    font-size: 15px;
}
.hydrogen {
    border: 1px solid #d9e8fc;
    background: #d9e8fc;
    padding: 10px;
    margin-bottom: 14px;
    margin-top: -40px;
}

.hydrogen a:hover{color: #2e4e98;}
.hydrogen-body {
    font-size: 15px;
    border: 1px solid #c3c1c1;
    border-radius: 5px;
    margin-top: -4px;
    background: #fff;
    padding: 25px 20px 25px;
    margin-bottom: 30px;
}
.hydrogen-body li {
    margin-left: 30px;
    line-height: 22px;
    margin-bottom: 14px;
}
.hydrogen-body p {
    margin-left: 30px;
    line-height: 22px;
    margin-bottom: 14px;
    font-size: 15px;
}
.hydrogen-body h3 {font-size: 18px;
    color: #2e4e98;
    font-weight: 700;

}
.mt-3 ul {
    padding: 0;
}
.hydrogrn-bottom a {
    background-color: #2e4e98;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 13px;
    margin-left: 30px;
    font-size: 13px;
}

@media (max-width: 768px)
{
  .hydrogen h2 {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 500;
}
.hydrogen-body li {
  font-size: 14px;
}
.hydrogen-body p {
    font-size: 14px;
}
.hydrogen-body h3 
{
  font-size: 16px;
}
}

/*--- css ca inner content page--*/

.trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}


.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}
.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
.pdf-icon-clr i.bi.bi-file-pdf {
    color: #ff0b0b;
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
.news-brief-bottom {
    margin-top: 20px;
}
.trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .trending-list-exams a:hover {
    background: #fff !important;
    color: #2e4e98 !important;
}
.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
  }
     .right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.right-sidebar-heading{margin-bottom:5px;}
      .right-side-bar-exams {
          background-color: #fff;
          padding: 0px 4px !important;
          border-radius: 5px;
          margin-bottom: 20px;
          border: 1px solid #c3c1c1;
      }
      .trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}
.banner-news img {
    width: 100%;
    border-radius: 10px;
}


.analy-cnt-main {
     border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: 25px;
    margin-bottom: 20px;
}


.banner-section {
            padding: 20px 0;
            background: linear-gradient(220deg, #2e4e98, #042c54);
        }
        .banner-section .main-h1-heading {
            color: #fff;
            text-align: left;
        }
        .banner-section p {
            color: #fff;
        }
        .section-img-top img {
    width: 260px;
}

.analy-header {
    background: #2e4e98;
    padding: 6px 10px;
    align-items: center;
    }
    .analy-header h2
    {
        color:#fff;
    }
    .analy-body-cnt ul li {
    font-size: 14px;
    line-height: 20px;
}
.analy-body-cnt p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 21px;
}
.analy-body-cnt h3 {
    margin-top: 20px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    width: fit-content;
    margin-bottom: 10px;border-bottom: 2px solid #2e4e98;
}
.analy-body-cnt li {
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}
    .body-cnt-top p
    {
        font-size: small;
        margin-bottom: -4px;
        margin-top: 10px;
    }
    .body-cnt-sp
    {
        font-size: small;
        margin-bottom: -4px;
        margin-top: 10px;
    }

    .body-cnt-bottom a {
    font-size: 16px;
    font-weight: 600;
    color: #7a6ee6 !important;
 }
 .body-cnt-bottom-inline {
    display: flex;
    justify-content: space-between;
}

.body-cnt-bottom-inline p {
    margin-bottom: 6px;
    margin-top: 2px;
}
.sidebar-lead-form {
    margin-top: 20px;
}
section.banner-sec p {
    margin-bottom: 8px;
}



/*--- css pdf download--*/

 .trending-list-exams .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.trending-list-exams a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}


.trending-list-exams a:hover::before {
    opacity: 1;
    margin-right: 5px;
}
.trending-list-exams .dropdown-item {
    padding: 8px 5px !important;
}
.trending-list-exams ul li:hover {
          padding-left: 5px;
          transition: all 0.8s ease;
        }
        .trending-list-exams a:hover {
    background: #fff !important;
    color: #2e4e98 !important;
}
.right-side-bar-img img {
    width: 100%;
    border-radius: 2px;
}
.right-side-bar-img {
    margin-bottom: 20px;
}
section.padding {
    background: #fafdff;
}
p {
    font-size: 15px;
    line-height: 25px;
}
.pdf-icon-clr i.bi.bi-file-pdf {
    color: #ff0b0b;
}
        .right-sidebar-heading h3 {
          border-bottom: 2px solid #175087;
          background: #175087;
          color: #fff;
          padding: 13px 30px ;
          margin: 0px -5px 0 !important;
          font-size: 20px;
          border-radius: 5px 5px 0 0;
      }
      .right-side-bar-exams {
          padding: 0px 4px !important;
          border-radius: 5px;
          margin-bottom: 20px;
          border: 1px solid #c3c1c1;
          background-color: #fff;
      }
      .ca-capsules {
          padding: 25px;
          border: 1px solid #e2e8f0;
          border-radius: 8px;
          background: #fff;
          box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
          margin-bottom: 20px;
      }
     .right-sidebar-heading h3 {
    text-align: center;
    border-bottom: 2px solid #2e4e98;
    background: #2e4e98;
    color: #fff;
    padding: 8px 30px;
    margin: 0px -5px 0 !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
        .right-side-bar-exams {
            padding: 0px 4px !important;
            border-radius: 5px;
            margin-bottom: 20px;
            border: 1px solid #c3c1c1;
        }
        .trending-list-exams li {
    font-size: 13px !important;
    padding: 0px;
    white-space: initial;
    line-height: 22px;
}
.faqs-section .faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  .faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
  }
  .faqs-section .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    color: #444;
  }
  .faqs-section .faq-item.active .faq-answer {
    display: block;
  }
  .faqs-section .faq-toggle {
    font-size: 20px;
    color: #2e4e98;
  }  
  @media (max-width:768px) {
    .faqs-section .faq-item {
    padding: 10px;
}
  }

  .content-current-affairs {
    margin-top: 20px;
}

.right-sidebar-heading{margin-bottom: 5px;}

        a {
            color: #000 !important;
            text-decoration: unset;
        }

        .pdf-download-section tr.table-header {
            color: #fff !important;
    border-color: #000;
    background: #dfefff;
}
.banner-section {
    padding: 20px 0;
    background: linear-gradient(220deg, #2e4e98, #042c54);
}
.all-social-media-side i {
    color: #fff;
}
.banner-section p {
    color: #fff;
}
.content-new a:hover {
    color: #2e4e98 !important;
}
.content-new a {
    color: #7a6ee6 !important;
}

.section-img-top img {
    width: 100%;
}
.pdf-container {
      max-width: 1200px;
      margin: auto;
    }

    .pdf-container .section-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px;
      color: #333;
    }

    .pdf-container .pdf-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .pdf-container .pdf-card {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s ease-in-out;
      border: 1px solid #00425a4f;
    }

    .pdf-container .pdf-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.pdf-container .pdf-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2b2b2b;
    text-align: center;
    line-height: 22px;
}

    .pdf-container .download-btn {
    background-color: #1a3e95 !important;
    color: #fff !important;
    padding: 4px 19px;
    font-weight: bold;
    border-radius: 8px;
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .pdf-container .download-btn:hover {
      background-color: #2353c1;
      color: #fff;
    }

    .pdf-container .download-btn i {
      margin-right: 8px;
    }

.footer-list a {
    color: #fff !important;
    text-decoration: none;
}

.section-img-top img {
    margin-top: 0px !important;
    width: 200px !important;
}




/*--- css --*/
