

.custom-fluid {
    padding: 1rem 5rem;
}

.examination_banner {
    background-image: url("../images/examination/examination_bg_banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
}

.examination_banner .pos-set {
    position: relative;
    top: 10rem;
}

.examination_banner .pos-set1 {
    position: relative;
    top: 1rem;
}

.examination_banner .clr-set {
    color: #AF251C;
    font-size: 2.5rem;
}

.examination_banner h1 {
    font-size: 5rem;
}

.tab-btn {
    padding: 1rem 1.5rem;
    background: #282D4A;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    font-size: 18px;
    position: relative;
    transition: background 0.3s, color 0.3s;
    border-radius: 0.4rem;
}

.tab-btn.active {
    background: #AF251C;
    color: #fff;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* Position below the button */
    left: 50%;
    /* Start at the center of the button */
    transform: translateX(-50%);
    /* Center align */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #AF251C;
    /* Arrow color matches active tab background */
    z-index: 1;
}

.tab-content {
    display: none;
    padding: 20px;
    /* background: #f9f9f9; */
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.tab-content:not(.hidden) {
    display: block;
}


/* examination_programme css start */
.examination_programme .tab-container {
    padding: 3rem;
    background: #111636;
    border-radius: 0rem 0rem 2rem 2rem;
}

.examination_programme .box {
    box-shadow: 1px 3px 4px 2px #ddd;
    background: #fff;
    padding: 2rem;
    text-align: center;
    width: 20%;
    margin: 1rem 1rem;
    border-radius: 1rem;
}

.examination_programme .box1 {
    box-shadow: 1px 3px 4px 2px #ddd;
    background: #B1CFFC;
    padding: 2rem;
    text-align: center;
    width: 15%;
    margin: 1rem 3rem;
    border-radius: 1rem;
}

.examination_programme h1 {
    font-size: 4rem;
}

.examination_programme .word-align {
    word-break: break-word;
}

.custom-bg-set {
    background: #E3EFFF !important;
}

.nav-tabs .nav-link {
    width: 100%;
    border: 2px solid #000000;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 0rem;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border: 2px solid #000000;
    background: #BA0019;
    font-weight: 600;
    border-radius: 0rem;
}

.nav-tabs {
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    background-color: #BA0019;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.accordion-button {
    font-size: 1.5rem;
}

.accordion-body {
    padding: 0rem;
}

.examination_programme .set-d {
    border: 1px solid gray;
    padding: 1rem 2rem 1rem 2rem;
    align-items: center;
}

.tab-content1 .tab-pane.fade:not(.show) {
    display: none !important;
}

.examination_programme p {
    font-size: 1.2rem;
}

.examination_programme li {
    font-size: 1.2rem;
}

.tab-btn a {
    color: #fff;
}

.box h3 {
    font-size: 1.4rem;
}

.clr-orange{
    color:#AF251C;
    font-weight:300;
}

.box a{
    color:#000;
}

.about-3
{
    padding: 70px 0 50px;
}
.heading h1 
{
  font-size: 70px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
}
.pdf-fl
{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 44px 0px #0000001C;
}
.pdf-fl a  
{
  width: 100%;
  height: 100%;
  display: block;
  padding:40px 30px 30px;
}
.pdf-ic
{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 15px 0 0;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin: 0px auto 30px;
  background: #fff;
}
.pdf-ic img {
  max-width: 50px;
  max-height: 50px;
}
.pdf-fl h4
{
  color: #111636;
  font-size: 26px;
  font-family: "Charter Regular";
  font-weight: 400;
}
.pdf-fl:hover {
  background: #BA0019;
  transition: 0.5s ease all;
}
.pdf-fl:hover h4 
{
  color: #fff;
}

.dec p 
{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 10px 0;
  color: #111636;
}
.dec ul li 
{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 10px 0;
  color: #111636;
}
.dec p a 
{
    color: #AF251C;
    text-decoration: underline;
}










/* examination_programme css End */


/* responsive css */

@media (min-width: 1600px) and (max-width: 1800px) {
    .examination_banner .pos-set {
        top: 6rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {

    .examination_banner h1 {
        font-size: 4rem;
    }

    .examination_banner .pos-set {
        top: 5rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .examination_banner h1 {
        font-size: 4rem;
    }

    .examination_banner .pos-set {
        top: 4.5rem;
    }

    .custom-fluid {
        padding: 1rem 3rem;
    }

    .examination_banner .clr-set {
        font-size: 4rem;
    }

    .examination_programme .box {
        margin: 1rem 1rem;
    }

    .examination_programme .box1 {
        width: 18%;
        margin: 1rem 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .examination_banner h1 {
        font-size: 3rem;
    }

    .examination_banner .pos-set {
        top: 3.5rem;
    }

    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 4rem;
    }

    .examination_programme .box {
        margin: 1rem 1rem;
    }

    .examination_programme .box1 {
        width: 20%;
        margin: 1rem 2rem;
    }

    .examination_programme h1 {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .examination_banner h1 {
        font-size: 2.6rem;
    }

    .examination_banner .pos-set {
        top: 3rem;
    }

    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 3rem;
    }

    .examination_programme .box {
        padding: 1rem;
        width: 44%;
        margin: 1rem 0.8rem;

    }

    .examination_programme .box1 {
        width: 25%;
        margin: rem 0.8rem;
        padding: 1rem;
    }

    .examination_programme h1 {
        font-size: 2.8rem;
    }

    .tab-btn {
        padding: 1rem 1rem;
        font-size: 15px;
    }

    .examination_programme .tab-container {
        padding: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .examination_banner {
        background-image: url(../images/examination/examination_mob_banner.webp);
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        height: 55rem;
        background-size: cover;
    }
.heading h1 {
  font-size: 30px;
}

    .examination_banner h1 {
        font-size: 2.6rem;
    }

    .examination_banner .pos-set {
        top: 1rem;
        text-align: center;
    }


    .custom-fluid {
        padding: 1rem 1rem;
    }

    .examination_banner .clr-set {
        font-size: 3rem;
    }

    .examination_programme .box {
        padding: 1rem;
        width: 44%;
        margin: 1rem 0.8rem;

    }

    .examination_programme .box1 {
        width: 25%;
        margin: 1rem 0.8rem;
        padding: 1rem;
    }

    .examination_programme h1 {
        font-size: 2.8rem;
    }

    .tab-btn {
        padding: 1rem 1rem;
        font-size: 15px;
    }

    .examination_programme .tab-container {
        padding: 1rem;
    }

    .direction-set {
        flex-direction: column;
    }

    .box h3 {
        font-size: 1rem;
    }

    .box1 h4 {
        font-size: 1.2rem;
    }
.about-3
{
  padding: 40px 0 40px;
}


}

@media screen and (max-width: 600px) {
    .examination_banner {
        height: 50rem;
    }

    .examination_programme .box {
        width: 45%;
        margin: 1rem 0.5rem;
    }

    .examination_banner .clr-set {
        font-size: 2rem;
    }

    .examination_banner h1 {
        font-size: 2rem;
    }

    .examination_programme h1 {
        font-size: 2rem;
    }

    .examination_programme .box1 {
        width: 45%;
        margin: 1rem 0.5rem;
        padding: 1rem;
    }
}