.gallery-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    font-size: 18px;
    padding: 6px 34px;
    border-radius: 12px;
    background-color: #f24c1a;
    border: 1px solid #f24c1a;
    margin: 0 10px;
}

.gallery-area {
    background-image: url(../img/new-images/bg-new.png);
}

.ptb-60 {
    padding: 60px 0;
}

.gallery-area .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    font-size: 16px;
    padding: 6px 28px;
    border-radius: 12px;
    margin: 0 10px;
    color: #000 !important;
    border: 1px solid #f24c1a;
}

.border-bottom1 {
    border-bottom: 4px solid;
    width: 120px;
    margin: auto;
    /* border-radius: 50px; */
    color: #284e0c;
    padding-bottom: 10px;
}

.gallery-area .tab-pane h2 {
    font-size: 22px;
    text-align: center;
    padding: 18px 0 0px;
    color: #02579d;
    font-weight: 700;
    margin-bottom: 0;
}

.single-gallery-item img {
    border-radius: 10px;
}

.single-gallery-item {
    margin: 10px;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}

.single-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.single-gallery-item img {
    width: 100%;
    transition: transform 0.5s ease;
    border-radius: 10px;
}

/* Zoom image on hover */
.single-gallery-item:hover img {
    transform: scale(1.08);
}

/* Shadow effect */
.single-gallery-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* --------------------------- About us ---------------- */
.our-mission-inner .nav .nav-item button.active {
    background-color: transparent;
    color: #000000 !important;
}

.our-mission-inner .nav-link {
    font-size: 22px;
    color: #000000 !important;
    padding-bottom: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 400 !important;
    border: none;
    background-color: transparent;
}

.our-mission-inner .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid #f24c1a;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.inner-column-img img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    /* height: 100%; */
}

.mobile-res {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.tabs-inner-content .main-heading {
    margin-bottom: 6px;
    font-size: 30px;
}

.our-mission {
    /* background-image: url(../images/inner-images/bg-new.png); */
    background-image: linear-gradient(to right, rgb(255 255 255 / 60%), rgb(255 255 255 / 60%)), url(../img/new-images/bg-new.png);
}

.inner-column-img {
    height: 100%;
}

.why-choose-us .benefit-item {
    padding: 12px 0px;
    background-color: #fff;
    box-shadow: unset !important;
    transition: all ease .5s;
    border-radius: unset !important;
    text-align: left;
}

.why-choose-us .benefit-item-content h3 {
    text-align: left;
}

.why-choose-us .benefit-item .icon-box img {
    display: unset;
}

.why-choose-us .benefit-item .icon-box {
    margin-bottom: 6px;
}

.bg-color {
    background-color: #f0f0fa;
}

.campus-life-img img {
    border-radius: 12px;
}

.campus-life-content h3 {
    font-size: 32px;
    margin-bottom: 0px;
}

.bg-color-table {
    background-color: #ffffff !important;
    border-radius: 11px !important;
    padding: 20px 20px;
    transition: .5s !important;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e6e6e6;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e6e6e6;
}

.table__head {
    color: #fff;
    font-weight: 700;
    background: #f05927;
    white-space: nowrap;
}

.winner__table {
    white-space: nowrap;
}

.winner__table th {
    color: #fff;
}

.bg-color-table table {
    /* table-layout: fixed; */
    width: 100%;
}

/* .bg-color-table table th:nth-child(1),
.bg-color-table table td:nth-child(1) {
    width: 10%;
}

.bg-color-table table th:nth-child(2),
.bg-color-table table td:nth-child(2) {
    width:30%;
}

.bg-color-table table th:nth-child(3),
.bg-color-table table td:nth-child(3) {
    width:60%;
} */
.bg-color-table td {
    /* word-wrap: break-word; */
    /* white-space: normal; */
}

.download-icons img {
    width: 26px;
}

.ptb-30 {
    padding-top: 30px;
}

.table-heading h5 {
    font-size: 26px;
    font-weight: 700;
}

table.table.table-bordered.table-striped p {
    margin-bottom: 6px;

}

.mandatory-main-body {
    background-image: url(../img/new-images/bg-new.png);
}

.Mandatory-Public-Disclosure h3 {
    font-size: 30px;
    color: #f05927;
}

.Mandatory-Public-Disclosure-inner h6 {
    font-size: 18px;
    color: #000000;
    text-align: end;
}

.Under-Menu-as p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.Under-Menu-as h5 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px;

}

.Under-Menu-as h6 {
    font-size: 16px;
    color: #000;
}

.Optional-Add-On-Services-list ul li {
    font-size: 18px;
    padding: 4px 0;
    color: #000;
}

.CBSE-Residential {
    text-align: center;
}

.CBSE-Residential h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

.CBSE-Residential h6 {}

.CBSE-Residential p {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}

.pb-30 {
    padding-bottom: 30px;
}

.Optional-Add-On-Services-list ul {
    list-style: none !important;
}

.campus-life-inner h3 {
    padding: 10px 0 o;
}

.campus-life .feature-box_icon img {
    /* width: 300px; */
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 16px;
    font-family: "Inter", sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.campus-life-content .checklist li {
    /* padding: 10px 0; */
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.campus-life-content p {
    font-size: 18px;
}

.achievements-inner .shadow-sm {
    border-radius: 12px !important;
    padding: 20px;
}

.achievements-inner .card-title.text-primary {
    color: #611316 !important;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 2px;
}

.achievements-icons img {
    width: 70px;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #dadfdf80;
    padding: 12px;
    border-radius: 50px;
}

.achievements-innertext h2 {
    color: #611316 !important;
    font-size: 36px;
}

.achievements-innertext p {
    font-size: 20px;
    color: #000 !important;
}

.achievements .blockquote-footer {
    margin-bottom: 0;
    padding-top: 12px !important;
}

.best-emerging-school h6 {
    text-align: center;
    margin-bottom: 0px;
}

.best-emerging-school-inner-text {
    background: #fff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 12px !important;
    padding: 16px;
    font-family: "Inter", sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.best-emerging-school-inner-img img {
    width: 70px;
    margin: auto;
    text-align: center;
    display: block;
    /* background-color: #dadfdf80; */
    padding: 12px;
    /* border-radius: 50px;  */
}

.ptb-40 {
    padding: 40px 0;
}

.bg-color {
    background-color: #e2e2e226;
}

.icon.Student-Awards-icon img {
    width: 90px;

}

.achievements .check-box .Student-Awards-1w {
    display: none;
}

.achievements .check-box {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.achievements .check-box .content h3 {
    text-align: left;

}

.achievements .check-box .text {
    text-align: left;
}

.achievements .check-box:hover .Student-Awards-b {
    display: none;
}

.achievements .check-box:hover .Student-Awards-1w {
    display: block;
}

.the-Fair-advantage-text {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 16px;
    font-family: "Inter", sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.the-Fair-advantage-text h5 {
    margin-top: 0px !important;
    margin-bottom: 4px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.the-Fair-advantage-text span {
    text-align: center;
    display: block;

}

.the-Fair-advantage-img img {
    margin: auto;
    text-align: center;
    display: block;
    width: 48px;
    padding-bottom: 6px;
}

.the-Fair-advantage .accordion-item {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, .25);
    margin: 14px 0;
}

.the-Fair-advantage .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.the-Fair-advantage .accordion-button:not(.collapsed) {
    background-color: unset !important;
}

.the-Fair-advantage .accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border-top: none;
    border-left: none;
    border-right: none;
}

.the-Fair-advantage .accordion-button.collapsed {
    border-bottom-width: 0;
    border-left: 0;
    border-right: 0;
    border-top: none;
}

.the-Fair-advantage .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.the-Fair-advantage .accordion-collapse {
    border: none;
}

.the-Fair-advantage .accordion-button.collapsed {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}

.the-Fair-advantage .accordion-button:not(.collapsed) {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-left: none;
    border-right: none;
}

.the-Fair-advantage .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff;
}

.list-column2 .checklist h6 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.wcu-box.style2 .wcu-box_icon img {
    width: 40px;
    padding-bottom: 10px;
}

.fair-advantage img {
    width: 30px;
    right: 20%;
    position: absolute;
    padding-top: -17px;
    margin-top: -2px;
}

.fair-advantage a {
    font-size: 20px;
    font-weight: 500;
    color: #611316;
}

.the-philosophy-of-customized-agriculture-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0px;
}

.the-philosophy-of-customized-agriculture-img {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.the-philosophy-of-customized-agriculture-img img {
    width: 36px;
    height: auto;
    padding: 0;
    /* REMOVE padding from image */
    background: transparent;
    display: block;
}

.the-philosophy-of-customized-agriculture-content {
    padding-left: 0;
}

.the-philosophy-of-customized-agriculture-content h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.bg-color {
    background: linear-gradient(135deg, #f6f9ff, #ffffff);
}

.life-bomis-inner-content h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.ptb-20 {
    padding: 20px 0;
}

.life-bomis-inner-content h4 {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 800;
}

.life-bomis-inner-content p {
    margin-bottom: 6px;
}

.life-bomis-inner-content .th-btn {
    font-size: 15px;
    padding: 12px 20px;
    /* border-radius: 50px;    */
}

.badge {
    right: 4px;
    border-radius: 0%;
}

.card-body h4 {
    font-size: 22px;
    margin-bottom: 6px;

}

.card-body p.fst-italic.text-muted {
    margin-bottom: 6px;
}

.Cogno-Space-Lab h3 {
    margin-bottom: 10px;
    font-size: 28px;

}

.Cogno-Space-Lab h6 {
    margin-bottom: 4px;
}

.Cogno-Space-Lab img {
    border-radius: 12px;
}

.ptb-40 {
    padding: 40px 0;
}

.the-philosophy-of-customized-agriculture img {}

.the-philosophy-of-customized-agriculture img {
    /* border-radius:12px; */
}

.fee-structure-download {
    text-align: end;
}

.fee-structure-download img {
    width: 30px;
}

.fee-structure-download a {
    font-size: 20px;
    color: #000;
    font-weight: 800;

}

.privacy-policy h2 {
    font-size: 28px;
    margin-bottom: 0px;
        font-weight: 700;
}
.privacy-policy h3 {
    font-size: 26px;
    margin-bottom: 0px;
        font-weight: 700;
}
.privacy-policy h4 {
    font-size: 24px;
    margin-bottom: 0px;
        font-weight: 700;
}
.privacy-policy h5{
    font-size: 22px;
    margin-bottom: 0px;
        font-weight: 700;
}
.privacy-policy h6{
    font-size: 20px;
    margin-bottom: 0px;
        font-weight: 700;
}
.privacy-policy p{
        margin-bottom: 0px;
}
@media screen and (max-width:768px) {
    .CBSE-Residential h5 {
        font-size: 18px;
    }

    .Optional-Add-On-Services-list ul li {
        font-size: 16px;
    }

    .Optional-Add-On-Services-list ul {
        padding-left: 0rem;
    }

    .table-heading h5 {
        font-size: 18px;
    }

    .pb-30 {
        padding-bottom: 16px;
    }

    .ptb-30 {
        padding-top: 16px;
    }
}