/*
Theme Name: Velammal Nexus
Author Name: Jerold
Version: 2.0
Description: Velammal Nexus Website
*/

/* Explore our campus page style start */

.matric-banner {
    background-image: url('./img/matric-page-img/explore-matric-banner.webp');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-attachment: fixed;
}

.matric-contact-banner .waveWrapperPurple {
    top: 1px;
}

.s5-shadow {
    background: -webkit-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
    background: -moz-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
    background: -o-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
    background: radial-gradient(ellipse 100% 60% at 0 100%, rgba(0, 0, 0, .5) 40%, transparent);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-text h2 {
    text-transform: uppercase;
    font-family: "Helvetica-Neu-Bold", sans-serif;
    letter-spacing: 4.5px;
    font-size: 60px;
    color: #fff;
    position: relative;
}

.banner-text h1 {
    text-transform: uppercase;
    font-family: "Helvetica-Neu-Bold", sans-serif;
    letter-spacing: 4.5px;
    font-size: 60px;
    color: #fff;
    position: relative;
}

.explore-our-campus-sec {
    position: relative;
    padding: 100px 100px;
}

.explore-our-campus-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-our-campus-commoncontent h4 {
    font-size: 34px;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 40px 0;
    color: #002776;
    position: relative;
    text-transform: uppercase;
    font-family: "Helvetica-Neu-Bold", sans-serif;
}

.explore-our-campus-commoncontent h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 120px;
    display: block;
    background: #002776;
}

.explore-our-campus-commoncontent p {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 0 0 20px 0;
}

.explore-our-campus-img img {
    object-fit: contain;
    width: 70%;
    margin: 0px auto;
    display: block;
}

.campus-classroom-sec {
    position: relative;
    padding-bottom: 20px;
}

.explore-campus-labs-head {
    position: relative;
}

.explore-campus-labs-sec {
    position: relative;
}

.campus-classroom-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campus-classroom-content {
    position: relative;
    padding: 0px 100px;
}

.campus-classroom-container {
    padding: 0px;
}

.explore-campus-labs-head-row {
    width: 70%;
    padding: 70px 0px 50px 100px;
}

.labss {
    padding: 0 0 0 0;
}

.labss-in {
    padding: 30px 30px 30px 60px;
}

.labimg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.explore-our-campus-commoncontent.labss-in,
.explore-our-campus-commoncontent.explore-campus-labs-head-div {
    color: #ffffff;
    position: relative;
}

.explore-our-campus-commoncontent.explore-campus-labs-head-div::after {
    background-image: url('./img/Chairman-Message-section-Arrow-left.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    position: absolute;
    top: auto;
    width: 100px;
    height: 100px;
    right: -100px;
    bottom: 0;
}

.campus-classroom-sec::after {
    top: 20px;
    right: 130px;
    left: auto;
    background-image: url('./img/Book-Character-Wings.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 150px;
    height: 150px;
}

.explore-our-campus-commoncontent.labss-in h4,
.explore-our-campus-commoncontent.explore-campus-labs-head-div h4 {
    color: #ffffff;
}

.explore-our-campus-commoncontent.labss-in h4::after,
.explore-our-campus-commoncontent.explore-campus-labs-head-div h4::after {
    background: #ffffff;
}

.explore-our-campus-sec .star-group.stars-1 {
    top: 0;
    bottom: auto;
    left: 150px;
    position: absolute;
}

.explore-our-campus-sec .star-group.stars-2 {
    top: 0;
    bottom: auto;
    right: 50px;
    position: absolute;
}

.explore-our-campus-sec .star-group.stars-3 {
    top: auto;
    bottom: 200px;
    left: 100px;
    position: absolute;
}

.explore-our-campus-sec .star-group.stars-4 {
    top: auto;
    bottom: 100px;
    right: 200px;
    position: absolute;
}

.explore-our-campus-row .explore-our-campus-commoncontent {
    position: relative;
    display: inline-block;
}

.explore-our-campus-row .explore-our-campus-commoncontent h4::before {
    top: auto;
    right: -35%;
    left: auto;
    bottom: -45%;
    background-image: url('./img/Chairman-Message-section-1-Right.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 80px;
    height: 80px;
}

/* Explore our campus page style end */

/* Achievements page design start */

.matric-achievements-swiper-sec {
    position: relative;
    padding: 100px 0px;
    background-color: #0E9ED9;
}

.matric-achievements-swiper-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements-swiper-slide-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements-head-div {
    position: relative;
    width: 70%;
    padding: 50px 100px 50px 100px;
}

.achievements-head-div h4 {
    position: relative;
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Helvetica-Neu-Bold", sans-serif;
}

.achievements-head-div h4::before {
    top: -60px;
    left: -60px;
    right: auto;
    background-image: url('./img/Leaf-left.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 70px;
    height: 70px;
}

.achievements-swiper-slide-content {
    margin-left: -100px;
    background-color: #fff;
    color: #000;
    padding: 50px 70px;
}

.achievements-swiper-slide {
    padding: 0px 100px;
}

.matric-achievements-swiper .swiper-wrapper {
    padding-bottom: 80px;
}

.matric-achievements-swiper .swiper-button-next,
.matric-achievements-swiper .swiper-button-prev {
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #002776;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matric-achievements-swiper .swiper-button-prev,
.matric-achievements-swiper .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.matric-achievements-swiper .swiper-button-next,
.matric-achievements-swiper .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.matric-achievements-swiper .swiper-button-next:after,
.matric-achievements-swiper .swiper-rtl .swiper-button-prev:after {
    background-image: url('./img/swiper-next-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 6px;
    content: "";
    position: absolute;
    top: 0px;
}

.matric-achievements-swiper .swiper-button-prev:after,
.matric-achievements-swiper .swiper-rtl .swiper-button-next:after {
    background-image: url('./img/swiper-prev-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: -7px;
    content: "";
    position: absolute;
    top: -2px;
}

.channel-icon i {
    font-size: 30px;
    margin-bottom: 20px;
}

.channel-title h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.channel-description p {
    margin-bottom: 50px;
}

.channel-date p {
    text-transform: uppercase;
    font-size: 13px;
}

.matric-achievements-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.matric-achievements-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.matric-achievements-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.matric-achievements-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.cbse-facilities-sec.matric-facilities-sec .founder-note-in.facilities-founder h4 {
    color: #002776;
}

.cbse-facilities-sec.matric-facilities-sec .matric-facilities-sec-subheader {
    color: #002776;
}

.matric-achievements-swiper-container {
    position: relative;
    padding: 0px 8rem;
}

.achievements-head-div::after {
    top: -25px;
    right: -100px;
    left: auto;
    background-image: url('./img/Shooting-Star.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 200px;
    height: 200px;
}

/* Achievements page design end */

/* Matric Curriculm section */

.matric-curriculum-sec {
    position: relative;
    padding: 8rem 4.5rem 12rem;
}

.matric-curriculum-role-left {
    position: relative;
    padding: 30px 25px 60px;
}

.matric-curriculum-role-left h2 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 55px;
}

.matric-curriculum-role-left .downloadBtn {
    margin-top: 20px;
    text-align: center;
    padding: 14px 30px 14px 25px;
}

.matric-curriculum-role-right h2 {
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 13px;
    font-size: 40px;
    left: 15px;
    line-height: 35px;
    position: relative;
}

.matric-curriculum-role-right {
    max-width: 80%;
    left: 10%;
    top: 6%;
    position: relative;
}

.matric-curriculum-sec::after {
    top: 20px;
    right: 130px;
    left: auto;
    background-image: url('./img/Book-Character-Wings.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 150px;
    height: 150px;
}

.matric-curriculum-sec::before {
    top: 20px;
    left: 100px;
    right: auto;
    background-image: url('./img/Belong-in-our-stunning-section-Red-arrow--rightt.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}

.matric-curriculum-role-left h2::before {
    top: -100px;
    right: auto;
    left: 95%;
    background-image: url('./img/Blue-Shooting-Star.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 200px;
    height: 200px;
}

.matric-curriculum-role-left h2::after {
    top: auto;
    right: auto;
    left: 20%;
    bottom: -45%;
    background-image: url('./img/Chairman-Message-section-Red-SplashRight.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 250px;
    height: 201px;
}

.matric-curriculum-role-right::after {
    bottom: -21%;
    right: -5%;
    left: auto;
    background-image: url('./img/Comet.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}

#matric-curriculum .card {
    margin-bottom: 30px;
    border: 1px solid #2CCCD3;
    border-radius: 30px;
}

#matric-curriculum .card .card-header {
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#matric-curriculum .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #2CCCD3;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
}

#matric-curriculum .card .card-header .btn-header-link:after {
    content: '\f062';
    font-weight: 900;
    float: right;
}

#matric-curriculum .card .card-header .btn-header-link.collapsed {
    background: #2CCCD3;
    color: #fff;
}

#matric-curriculum .card .card-header .btn-header-link.collapsed:after {
    content: '\f063';
}

#matric-curriculum .card .collapsing {
    background: #ffffff;
    line-height: 30px;
}

#matric-curriculum .card .collapse {
    border: 0;
}

#matric-curriculum .card .collapse.show {
    background: #ffffff;
    line-height: 30px;
    color: #222;
}

/* Matric curriculum page design end */

/* Contact Us page  */

.contact-details-sec {
    position: relative;
    padding: 100px 0px;
}

.contact-head-div {
    text-align: center;
}

.contact-details-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-details-div table {
    border: none;
    display: block;
    margin: 50px 0 !important;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.contact-details-div table td {
    color: #51667a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 30px;
    vertical-align: top;
    width: 25%;
}

.contact-details-div table td:not(:last-child) {
    border-right: 2px solid rgba(24, 156, 159, .3);
}

.contact-details-div table h5 {
    color: #51667a;
    font-family: "LibreBaskerville-Regular", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-details-div table tbody tr:nth-child(2n+2) {
    background: hsla(210, 1%, 61%, .2);
}

.contact-head-div h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
    color: #002776;
    font-family: "Helvetica-Neu-Bold", sans-serif;
}

.contact-details-sec a,
.contact-details-sec a:hover,
.contact-details-sec a:focus {
    color: #002776;
    text-decoration: none;
}

/* Matric home page new design1 */

.learning-sec.blue-background {
    position: relative;
    padding: 100px 0px 100px;
    z-index: 1;
}

.learning-sec.blue-background .learning-content-div h2 {
    color: #002776;
}

.learning-sec.blue-background .learning-content-div p {
    color: #000;
}

.learning-sec.blue-background .learning-content-div .event-name-div,
.learning-sec.blue-background .learning-content-div .event-name-div:hover {
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.learning-sec.blue-background .what-we-offer-div {
    position: relative;
    padding: 100px 0px 50px 0px;
}

.learning-sec.blue-background .learning-content-div .event-name-div p {
    color: #002776 !important;
    width: 100%;
    font-size: 15px;
    padding-bottom: 0px;
}

.learning-sec.blue-background .learning-content-div .event-name-div,
.new-matric-section .home-cards__text-dynamic .event-name-div {
    border-radius: 50px;
}

.new-matric-section .home-cards__text-dynamic .event-name-div,
.new-matric-section .home-cards__text-dynamic .event-name-div:hover {
    text-decoration: none;
    margin: 10px 0px;
}

.new-matric-section .home-cards__text-dynamic .event-name-div p {
    color: #002776;
    width: 100%;
    font-size: 15px;
}

.new-matric-section {
    position: relative;
    padding: 270px 150px 100px 150px;
    background: #FDFBD7;
}

.new-matric-wrapper {
    max-width: 1500px;
    margin: 0 auto;
}

.home-cards__left {
    padding: 0;
    text-align: center;
}

.home-cards__text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.home-cards__text::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    width: 800px;
    height: 800px;
    left: -100px;
    top: -150px;
    z-index: 0;
}

.home-cards__text-dynamic {
    color: #000;
    position: relative;
    z-index: 9;
}

.dynamic h4 {
    font-size: 45px;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #002776;
    text-transform: uppercase;
}

.new-matric-section .card {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: transparent;
    padding-bottom: 20px;
}

.new-matric-section .card__content {
    color: white;
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    transform: translate(0, 0);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.new-matric-section .card-hover:hover .card__image,
.new-matric-section .card:hover .card__image {
    transform: scale(1.06);
}

.new-matric-section .card__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1);
    transition: transform 0.3s;
    will-change: transform;
}

.new-matric-section .card__image-container {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    height: 480px;
}

.new-matric-section .home-cards__right-card .card__image-container {
    height: 700px;
}

.new-matric-section picture [data-object-fit=cover] {
    -o-object-fit: cover;
    object-fit: cover;
}

.new-matric-section picture img {
    width: 100%;
    height: 100%;
}

.new-matric-section .card__title {
    font-size: 35px;
    font-weight: bold;
}

.new-matric-section .card__button {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 18px;
    padding-right: 35px;
    position: relative;
    display: inline-block;
}

.new-matric-section .card-hover:hover .card__button-svg,
.card:hover .card__button-svg {
    right: -10px;
}

.new-matric-section .card__button-svg {
    fill: white;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: right 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-cards__text-dynamic .card__button {
    color: #000;
    margin-top: 10px;
}

.home-cards__text-dynamic .card__button:hover .card__button-svg {
    right: -10px;
}

.learning-sec.blue-background.academy-about-firstsec .learning-content-div h2 {
    font-size: 65px;
    color: #fff;
}

.learning-sec.blue-background.academy-about-firstsec .learning-content-div p {
    color: #fff;
}

.learning-sec.blue-background.academy-about-firstsec .bgMiddle {
    z-index: 0;
}

/* Matric-new-achievements-sec */

.matric-new-achievements-sec {
    position: relative;
    padding: 100px 0px 200px 0px;
}

.matric-new-achievements-container {
    padding: 0;
    margin: 0;
}

.matric-new-achievements-div {
    margin-top: 0px;
    padding-left: 100px;
}

.matric-new-achievements-swiper-card {
    position: relative;
}

.date-content {
    position: absolute;
    height: auto;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0px;
    left: 0;
    padding: 2.25rem;
    background-image: linear-gradient(to top, #000, rgb(0 0 0 / 0));
}

.date-content p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
}

.date-content h6 {
    color: #ffffff;
    font-size: 25px;
}

.matric-new-achievements-swiper .swiper-wrapper {
    cursor: url('./img/drag-icon.svg'), auto !important;
    transition: all .4s ease-in-out;
}

.matric-new-achievements-head {
    position: relative;
    text-align: center;
    padding: 0px 0px 20px;
}

.matric-new-achievements-head h2 {
    font-size: 75px;
    /*opacity: 0.13;*/
    text-transform: uppercase;
}

.matric-new-achievements-head p {
    width: 30%;
    margin: 0 auto;
    font-size: 18px;
}

.social-links {
    display: flex;
    flex-direction: row;
}

.social-links a,
.social-links a:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.social-links a {
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: .5s cubic-bezier(.23, 1, .32, 1);
    text-decoration: none;
}

.matric-new-achievements-social {
    padding-left: 100px;
    padding-top: 50px;
}

.view-all-btn {
    text-align: right;
}

.matric-new-achievements-social .viewAll {
    margin-right: 100px;
    position: relative;
    font-size: 20px;
    color: #95233D;
    text-decoration: none;
}

.matric-new-achievements-social .viewAll:hover {
    text-decoration: none;
}

.matric-new-achievements-social .viewAll:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -100px;
    width: 85px;
    border-top: 1px solid #95233D;
}

/* matric-new-contact-sec start*/

.matric-new-contact-sec {
    position: relative;
    padding: 0px 0px 100px 0px;
    z-index: 1;
}

.matric-new-contact-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 40px;
}

.matric-new-contact-tabs .nav-tabs {
    border-bottom: none;
    flex-direction: column;
}

.matric-new-contact-sec .section-title {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.matric-new-contact-tabs {
    position: relative;
    margin-left: 150px;
}

.matric-new-contact-tabs-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.matric-new-contact-tabs .nav-tabs li {
    position: relative;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

.matric-new-contact-tabs .nav-tabs li a {
    font-size: 6.25rem;
    font-weight: 100;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.matric-new-contact-tabs .nav-tabs li a::before,
.matric-new-contact-tabs .nav-tabs li:hover a::before,
.matric-new-contact-tabs .nav-tabs li:focus a::before {
    color: #95233D;
    text-decoration: none;
}

.matric-new-contact-tabs .nav-tabs li a::before {
    width: 370px !important;
    content: attr(data-title);
    display: block;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    color: #fff;
}

.matric-new-contact-tabs .nav-tabs li a.active::before {
    color: #95233D;
}

.contact-img-wrapper {
    position: relative;
}

.contact-img-wrapper .button-wrapper {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.new-matric-contact-btn {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    background: -o-linear-gradient(225deg, #EDD185 0%, #E7C575 100%);
    background: linear-gradient(225deg, #EDD185 0%, #E7C575 100%);
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    text-decoration: none;
}

.new-matric-contact-btn:hover,
.new-matric-contact-btn:focus {
    color: #000;
    text-decoration: none;
}

/* matric-new-contact-sec end*/

.achievements-swiper-slide-image {
    padding-top: 2rem;
}

/* facilities sec start */

.matric-new-facilities-sec {
    position: relative;
    padding: 50px 0px 100px 0px;
}

.matric-new-facilities-sec .bgMiddle {
    z-index: 0;
}

.matric-new-facilities-sec .matric-new-achievements-head h2 {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

.new-facilities-content {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}

.new-facilities-content .swiper-wrapper {
    cursor: url('./img/drag-icon.svg'), auto !important;
    transition: all .4s ease-in-out;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.new-facilities-content .swiper-slide-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.new-facilities-content-swiper-div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}

.new-facilities-content .swiper-slide.swiper-slide-active .swiper-slide-container .event-name-div {
    bottom: 50px;
    display: block;
}

.new-facilities-content .swiper-slide .swiper-slide-container .event-name-div {
    text-decoration: none;
    color: #000;
    display: none;
}

.new-facilities-content>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.new-facilities-content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
}

.new-facilities-content .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.new-facilities-content .swiper-slide.swiper-slide-active .new-facilities-content-swiper-content h3 {
    font-size: 80px;
    color: #ffffff;
}

.new-facilities-content .swiper-slide .new-facilities-content-swiper-content h3 {
    font-size: 80px;
    color: #000;
}

.new-facilities-image-div {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.new-facilities-image-para {
    padding: 150px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 99;
    background-image: linear-gradient(to top, #000, rgb(0 0 0 / 0));
}

.new-facilities-content .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #ffffff;
}

.new-facilities-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

.matric-new-contact-head-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.matric-new-contact-head-col {
    padding: 0;
}

.matric-new-contact-head {
    color: #fff;
}

.matric-new-contact-head h3 {
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.matric-new-contact-head a {
    margin: initial;
}

.wave-section__wave {
    position: absolute;
    top: -150px;
    width: 100%;
    height: auto;
}

.wave-section__parallax {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wave-section__wave img {
    width: 100%;
    object-fit: cover;
}

.wave-section__svg {
    height: 240px;
    width: calc(100% + 30%);
    margin-left: calc(30% * -1);
    margin-right: calc(30% * -1);
    min-width: 1000px;
    fill: #273353;
}

.matric-new-contact-img-div {
    position: relative;
    text-align: center;
}

.matric-new-contact-img-div img {
    padding: 20px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 275px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.matric-new-contact-img-div img::before {
    content: "";
    position: absolute;
    background: url('./img/asian-girl-border.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 800px;
    height: 800px;
    left: -175px;
    top: -175px;
    z-index: 0;
}

.matric-new-para {
    width: 85%;
    line-height: 30px;
    margin-bottom: 30px;
}

/* Matric campus, curriculum, facilities, achievements, contact page responsiveness */

@media only screen and (max-width: 319.5px) {
    .explore-our-campus-sec {
        padding: 40px 20px;
        text-align: center;
    }
    .explore-our-campus-commoncontent h4:after {
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
    }
    .campus-classroom-content {
        padding: 20px 30px;
        text-align: center;
    }
    .campus-classroom-container .row:first-child {
        flex-direction: column-reverse;
    }
    .campus-classroom-container .campus-classroom-row {
        padding: 30px 0px 0px 0px;
    }
    .explore-campus-labs-head-row {
        width: 90%;
        padding: 50px 0px 30px 30px;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 20px;
    }
    .matric-curriculum-sec {
        padding: 70px 0px;
    }
    .matric-curriculum-role-left h2 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: normal;
    }
    .matric-curriculum-role-right h2 {
        font-size: 27px;
    }
    .matric-curriculum-role-left h2::after {
        top: auto;
        right: auto;
        left: 20%;
        bottom: -70px;
        width: 100px;
        height: 100px;
        display: none;
    }
    .matric-curriculum-role-left {
        padding: 30px 5px 60px;
    }
    .matric-curriculum-role-right {
        max-width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
    #matric-curriculum .card .card-header .btn-header-link {
        font-size: 15px;
    }
    .achievements-head-div {
        position: relative;
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .matric-achievements-swiper-sec {
        padding: 50px 0px 0px;
    }
    .achievements-head-div h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .achievements-swiper-slide {
        padding: 0px 0px;
    }
    .achievements-swiper-slide-content {
        margin-left: 0px;
        background-color: #fff;
        color: #000;
        padding: 10px;
    }
    .matric-achievements-swiper .swiper-button-next,
    .matric-achievements-swiper .swiper-button-prev {
        top: auto;
        bottom: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .explore-our-campus-sec {
        padding: 40px 20px;
        text-align: center;
    }
    .explore-our-campus-commoncontent h4:after {
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
    }
    .campus-classroom-content {
        padding: 20px 30px;
        text-align: center;
    }
    .campus-classroom-container .row:first-child {
        flex-direction: column-reverse;
    }
    .campus-classroom-container .campus-classroom-row {
        padding: 30px 0px 0px 0px;
    }
    .explore-campus-labs-head-row {
        width: 100%;
        padding: 50px 0px 0px 0px;
        text-align: center;
        margin: 0;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 20px;
    }
    .matric-curriculum-sec {
        padding: 70px 0px;
    }
    .matric-curriculum-role-left h2 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: normal;
    }
    .matric-curriculum-role-right h2 {
        font-size: 27px;
    }
    .matric-curriculum-role-left h2::after {
        top: auto;
        right: auto;
        left: 20%;
        bottom: -70px;
        width: 100px;
        height: 100px;
        display: none;
    }
    .matric-curriculum-role-left {
        padding: 30px 5px 60px;
    }
    .matric-curriculum-role-right {
        max-width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
    #matric-curriculum .card .card-header .btn-header-link {
        font-size: 15px;
    }
    .achievements-head-div {
        position: relative;
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .matric-achievements-swiper-sec {
        padding: 50px 0px 0px;
    }
    .achievements-head-div h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .achievements-swiper-slide {
        padding: 0px 0px;
    }
    .achievements-swiper-slide-content {
        margin-left: 0px;
        background-color: #fff;
        color: #000;
        padding: 10px;
    }
    .matric-achievements-swiper .swiper-button-next,
    .matric-achievements-swiper .swiper-button-prev {
        top: auto;
        bottom: 10px;
    }
}

/* Tab Devices */

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    .home-cards__text::after {
        display: none;
    }
    .achievements-head-div {
        padding: 30px 20px 30px 40px;
    }
    .achievements-swiper-slide {
        padding: 0px 50px;
    }
    .achievements-swiper-slide-content {
        padding: 40px 40px;
    }
    .explore-our-campus-sec {
        padding: 50px 25px;
    }
    .campus-classroom-content {
        padding: 20px 20px;
    }
    .explore-campus-labs-head-row {
        width: 90%;
        padding: 50px 0px 50px 20px;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    .explore-our-campus-row .explore-our-campus-commoncontent h4::before {
        top: auto;
        right: -35%;
        left: auto;
        bottom: -45%;
        width: 40px;
        height: 40px;
    }
    .campus-classroom-sec::after {
        width: 50px;
        height: 50px;
    }
    .matric-curriculum-sec {
        padding: 70px 0px;
    }
    .matric-curriculum-role-left h2 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: normal;
    }
    .matric-curriculum-role-right h2 {
        font-size: 27px;
    }
    .matric-curriculum-role-left h2::after {
        top: auto;
        right: auto;
        left: 20%;
        bottom: -70px;
        width: 100px;
        height: 100px;
    }
    .matric-curriculum-role-left {
        padding: 30px 5px 60px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner-text h2 {
        font-size: 50px;
    }
    .banner-text h1 {
        font-size: 50px;
    }
    .kids-classroom-content {
        position: relative;
        padding: 30px 70px 0px 70px !important;
    }
    .home-cards__text::after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        border-radius: 50%;
        width: 900px;
        height: 900px;
        left: -100px;
        top: -90px;
        z-index: 0;
    }
    .achievements-head-div {
        padding: 30px 20px 30px 40px;
    }
    .achievements-swiper-slide {
        padding: 0px 50px;
    }
    .achievements-swiper-slide-content {
        padding: 40px 40px;
    }
    .matric-curriculum-role-left h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: normal;
    }
    .matric-curriculum-role-right h2 {
        font-size: 30px;
    }
    .matric-curriculum-role-left h2::after {
        top: auto;
        right: auto;
        left: 20%;
        bottom: -100px;
        width: 150px;
        height: 150px;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 25px;
        margin: 0 0 25px 0;
    }
    .labss-in {
        padding: 30px 30px 30px 30px;
    }
    .campus-classroom-content {
        padding: 20px 50px;
    }
    .explore-campus-labs-head-row {
        width: 80%;
        padding: 70px 0px 50px 30px;
    }
    .explore-our-campus-sec {
        padding: 60px 40px;
    }
    .explore-our-campus-row .explore-our-campus-commoncontent h4::before {
        top: auto;
        right: -35%;
        left: auto;
        bottom: -45%;
        width: 50px;
        height: 50px;
    }
    .matric-curriculum-sec {
        padding: 100px 30px;
    }
}

/*  Desktop Devices */

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .campus-classroom-content {
        padding: 10px 80px;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 30px;
    }
    .home-cards__text::after {
        left: -130px;
        top: -100px;
    }
}

/* Large */

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
    .home-cards__text {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .home-cards__text::after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        border-radius: 50%;
        width: 1000px;
        height: 1000px;
        left: -140px;
        top: -100px;
        z-index: 0;
    }
    .dynamic h4 {
        font-size: 35px;
        line-height: 50px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .home-cards__text .dynamic p {
        font-size: 25px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .new-matric-section-curriculum-3 {
        position: absolute;
        right: 2%;
        top: 5%;
        z-index: 1;
    }
    .new-matric-section-about-4 {
        position: absolute;
        left: 37%;
        top: 15%;
        z-index: 1;
    }
    .home-cards__text {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .home-cards__text::after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        border-radius: 50%;
        width: 1050px;
        height: 1050px;
        left: -85px;
        top: -100px;
        z-index: 0;
    }
    .dynamic h4 {
        font-size: 3rem;
        line-height: 50px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .home-cards__text .dynamic p {
        font-size: 26px;
        line-height: 40px;
    }
}

.matric-new-curriculm-sec {
    position: relative;
    padding: 150px 0px 100px 0px;
    z-index: 999;
}

.matric-new-curriculm-head {
    position: absolute;
    left: 200px;
    width: 100%;
}

.matric-new-curriculm-head h4 {
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.matric-new-curriculum-para {
    position: absolute;
    bottom: 150px;
    left: 35%;
    right: auto;
    max-width: 50%;
    margin: 0 auto;
}

.matric-new-curriculum-para p {
    text-transform: uppercase;
}

.matric-new-curriculum-para a {
    text-decoration: none;
}

.matric-new-curriculum-para .event-name-div {
    margin: 0;
}

.\[\&\:nth-child\(1\)\]\:children\:row-start-2>*:nth-child(1) {
    grid-row-start: 2 !important;
}

.\[\&\:nth-child\(1\)\]\:children\:row-span-3>*:nth-child(1) {
    grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(1\)\]\:children\:col-start-4>*:nth-child(1) {
    grid-column-start: 4 !important;
}

.\[\&\:nth-child\(1\)\]\:children\:col-span-4>*:nth-child(1) {
    grid-column: span 4 / span 4;
}

.\[\&\:nth-child\(2\)\]\:children\:row-start-1>*:nth-child(2) {
    grid-row-start: 1 !important;
}

.\[\&\:nth-child\(2\)\]\:children\:row-span-1>*:nth-child(2) {
    grid-row: span 1 / span 1;
}

.\[\&\:nth-child\(2\)\]\:children\:col-start-6>*:nth-child(2) {
    grid-column-start: 6 !important;
}

.\[\&\:nth-child\(2\)\]\:children\:col-span-2>*:nth-child(2) {
    grid-column: span 2 / span 2;
}

.\[\&\:nth-child\(3\)\]\:children\:lg\:pl-24>*:nth-child(3) {
    padding-left: 96px;
}

.\[\&\:nth-child\(3\)\]\:children\:lg\:pt-20>*:nth-child(3) {
    padding-top: 80px;
}

.\[\&\:nth-child\(3\)\]\:children\:row-start-1>*:nth-child(3) {
    grid-row-start: 1 !important;
}

.\[\&\:nth-child\(3\)\]\:children\:row-span-3>*:nth-child(3) {
    grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(3\)\]\:children\:col-start-1>*:nth-child(3) {
    grid-column-start: 1 !important;
}

.\[\&\:nth-child\(3\)\]\:children\:col-span-3>*:nth-child(3) {
    grid-column: span 3 / span 3;
}

.\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24>*:nth-child(4) {
    padding-right: 96px;
}

.\[\&\:nth-child\(4\)\]\:children\:row-start-2>*:nth-child(4) {
    grid-row-start: 2 !important;
}

.\[\&\:nth-child\(4\)\]\:children\:row-span-3>*:nth-child(4) {
    grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(4\)\]\:children\:col-start-8>*:nth-child(4) {
    grid-column-start: 8 !important;
}

.\[\&\:nth-child\(4\)\]\:children\:col-span-3>*:nth-child(4) {
    grid-column: span 3 / span 3;
}

.\[\&\:nth-child\(5\)\]\:children\:lg\:pl-20>*:nth-child(5) {
    padding-left: 80px;
}

.\[\&\:nth-child\(5\)\]\:children\:lg\:pb-20>*:nth-child(5) {
    padding-bottom: 80px;
}

.\[\&\:nth-child\(5\)\]\:children\:row-start-4>*:nth-child(5) {
    grid-row-start: 4 !important;
}

.\[\&\:nth-child\(5\)\]\:children\:row-span-2>*:nth-child(5) {
    grid-row: span 2 / span 2;
}

.\[\&\:nth-child\(5\)\]\:children\:col-start-2>*:nth-child(5) {
    grid-column-start: 2 !important;
}

.\[\&\:nth-child\(5\)\]\:children\:col-span-2>*:nth-child(5) {
    grid-column: span 2 / span 2;
}

.lg\:gap-8 {
    gap: 32px;
}

.lg\:grid-rows-\[130px_90px_90px_130px_130px\] {
    grid-template-rows: 130px 90px 90px 130px 130px;
}

.lg\:w-10\/12 {
    width: 83.333333%;
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Matric inner page curriculum new page design */

.matric-inner-curriculum-new-sec {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.matric-inner-curriculum-new-sec .container-fluid {
    padding: 0;
}

.matric-inner-curriculum .swiper-wrapper {
    padding-bottom: 100px;
}

.matric-inner-curriculum .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #002776 !important;
}

.matric-inner-curriculum .swiper-pagination-bullet-active {
    background: #002776 !important;
}

.matric-inner-curriculum {
    position: relative;
    width: 100%;
    height: auto;
}

.matric-inner-curriculum>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.matric-inner-curriculum.swiper-container .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 1200ms;
    -o-transition: 1200ms;
    transition: 1200ms;
}

.matric-inner-curriculum .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.matric-inner-curriculum .swiper-slide__content {
    height: auto;
}

.matric-inner-curriculum .swiper-slide.swiper-slide-active .curriculum-swiper-card-content {
    display: block
}

.matric-inner-curriculum .swiper-slide .curriculum-swiper-card-content {
    display: none;
}

.matric-inner-curriculum-swiper-card {
    position: relative;
}

.curriculum-swiper-card-content {
    position: relative;
    margin: -120px 25px 0;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #002776;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.curriculum-swiper-card-content h3 {
    font-size: 17px;
    font-weight: bold;
}

.curriculum-swiper-card-content p {
    font-size: 13px;
}

.curriculum-swiper-card-img {
    position: relative;
}

.curriculum-swiper-card-img img {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    display: block;
}

.matric-inner-curriculum .swiper-button-next,
.matric-inner-curriculum .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.matric-inner-curriculum .swiper-button-next,
.matric-inner-curriculum .swiper-button-prev {
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #002776;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matric-inner-curriculum .swiper-button-next:after,
.matric-inner-curriculum .swiper-rtl .swiper-button-prev:after {
    background-image: url('./img/swiper-next-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 6px;
    content: "";
    position: absolute;
    top: 0px;
}

.matric-inner-curriculum .swiper-button-prev,
.matric-inner-curriculum .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}

.matric-inner-curriculum .swiper-button-prev:after,
.matric-inner-curriculum .swiper-rtl .swiper-button-next:after {
    background-image: url('./img/swiper-prev-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: -7px;
    content: "";
    position: absolute;
    top: -2px;
}

.matric-new-contact-sec .star-group.stars-1 {
    top: 10%;
    bottom: auto;
    left: 15%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-2 {
    top: 10%;
    bottom: auto;
    right: 12%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-3 {
    top: 33%;
    bottom: auto;
    left: 50%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-4 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-5 {
    top: auto;
    bottom: 30%;
    right: 50%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-6 {
    top: auto;
    bottom: 24%;
    right: 14%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-7 {
    top: 20%;
    bottom: auto;
    left: 35%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-8 {
    top: 5%;
    bottom: auto;
    right: 40%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-9 {
    top: auto;
    bottom: 61%;
    left: 21%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-10 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-11 {
    top: auto;
    bottom: 40%;
    left: 35%;
    position: absolute;
}

.matric-new-contact-sec .star-group.stars-12 {
    top: auto;
    bottom: 60%;
    right: 5%;
    position: absolute;
}

.matric-new-facilities-sec .star-group.stars-1 {
    top: 10%;
    bottom: auto;
    left: 15%;
    position: absolute;
}

.matric-new-facilities-sec .star-group.stars-2 {
    top: 10%;
    bottom: auto;
    right: 12%;
    position: absolute;
}

.matric-new-facilities-sec .star-group.stars-3 {
    top: 33%;
    bottom: auto;
    left: 50%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-4 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-5 {
    top: auto;
    bottom: 30%;
    right: 50%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-6 {
    top: auto;
    bottom: 24%;
    right: 14%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-7 {
    top: 20%;
    bottom: auto;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-8 {
    top: 5%;
    bottom: auto;
    right: 40%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-9 {
    top: auto;
    bottom: 61%;
    left: 21%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-10 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-11 {
    top: auto;
    bottom: 40%;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.matric-new-facilities-sec .star-group.stars-12 {
    top: auto;
    bottom: 60%;
    right: 5%;
    position: absolute;
}

.matric-new-curriculm-sec::after {
    content: '';
    position: absolute;
    top: 65%;
    bottom: 0%;
    height: 600px;
    background-image: url(./img/Belong-section-Bottom1.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    width: 100%;
    z-index: -1;
}

.explore-campus-labs-sec .star-group.stars-1 {
    top: 10%;
    bottom: auto;
    left: 15%;
    position: absolute;
}

.explore-campus-labs-sec .star-group.stars-2 {
    top: 10%;
    bottom: auto;
    right: 12%;
    position: absolute;
}

.explore-campus-labs-sec .star-group.stars-3 {
    top: 33%;
    bottom: auto;
    left: 50%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-4 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-5 {
    top: auto;
    bottom: 30%;
    right: 50%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-6 {
    top: auto;
    bottom: 24%;
    right: 14%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-7 {
    top: 20%;
    bottom: auto;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-8 {
    top: 5%;
    bottom: auto;
    right: 40%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-9 {
    top: auto;
    bottom: 61%;
    left: 21%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-10 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-11 {
    top: auto;
    bottom: 40%;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.explore-campus-labs-sec .star-group.stars-12 {
    top: auto;
    bottom: 60%;
    right: 5%;
    position: absolute;
}

.matric-inner-curriculum-new-sec::before {
    top: 0%;
    right: auto;
    left: 200px;
    background-image: url(./img/Blue-Shooting-Star.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 200px;
    height: 200px;
}

.matric-inner-curriculum-new-sec::after {
    bottom: 5%;
    right: 100px;
    left: auto;
    background-image: url(./img/Comet.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}

.matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
    bottom: -12%;
    right: auto;
    left: 10%;
    background-image: url(./img/Chairman-Message-section-Blue-Right.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 150px;
    height: 150px;
}

.matric-achievements-swiper-container .star-group.stars-1 {
    top: 10%;
    bottom: auto;
    left: 15%;
    position: absolute;
}

.matric-achievements-swiper-container .star-group.stars-2 {
    top: 10%;
    bottom: auto;
    right: 12%;
    position: absolute;
}

.matric-achievements-swiper-container .star-group.stars-3 {
    top: 33%;
    bottom: auto;
    left: 50%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-4 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-5 {
    top: auto;
    bottom: 30%;
    right: 50%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-6 {
    top: auto;
    bottom: 24%;
    right: 14%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-7 {
    top: 20%;
    bottom: auto;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-8 {
    top: 5%;
    bottom: auto;
    right: 40%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-9 {
    top: auto;
    bottom: 61%;
    left: 21%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-10 {
    top: auto;
    bottom: 25%;
    left: 14%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-11 {
    top: auto;
    bottom: 40%;
    left: 35%;
    position: absolute;
    z-index: 9;
}

.matric-achievements-swiper-container .star-group.stars-12 {
    top: auto;
    bottom: 60%;
    right: 5%;
    position: absolute;
}

.matric-achievements-swiper-sec .star-group.stars-1 {
    top: 10%;
    bottom: auto;
    left: 15%;
    position: absolute;
}

.matric-achievements-swiper-sec .star-group.stars-2 {
    top: 10%;
    bottom: auto;
    right: 12%;
    position: absolute;
}

.matric-achievements-swiper-sec .star-group.stars-3 {
    top: 10%;
    bottom: auto;
    left: 50%;
    position: absolute;
    z-index: 9;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-1 {
    left: -10%;
    top: -10%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-2 {
    top: -6rem;
    right: 50%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-3 {
    top: 80%;
    bottom: auto;
    left: -4%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-4 {
    top: auto;
    left: 20%;
    bottom: 30%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-5 {
    bottom: 39%;
    right: 46%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-6 {
    top: -15%;
    right: -10%;
}

.learning-sec.academy-about-firstsec .learning-content-div .star-group.stars-7 {
    bottom: 45%;
    right: 0%;
    position: absolute;
}

.new-matric-section-about-1 {
    position: absolute;
    left: 5%;
    top: 5%;
}

.new-matric-section-about-1 img {
    width: 65%;
}

.new-matric-section-about-2 {
    position: absolute;
    left: 57%;
    top: 10%;
}

.new-matric-section-about-2 img {
    width: 60%;
    animation: animName 15s linear infinite;
}

.new-matric-section-about-3 {
    position: absolute;
    right: 1%;
    bottom: 0%;
    z-index: 1;
    animation: MoveUpDown 25s linear infinite;
}

.new-matric-section-about-3 img {
    width: 60%;
}

.new-matric-section-about-4 {
    position: absolute;
    left: 34%;
    top: 15%;
    z-index: 1;
}

.new-matric-section-about-4 img {
    width: 30%;
}

.new-matric-section-about-5 {
    position: absolute;
    right: -10%;
    top: 10%;
    z-index: 1;
}

.new-matric-section-about-5 img {
    width: 30%;
}

.new-matric-section-about-6 {
    position: absolute;
    right: 3%;
    bottom: 28%;
    z-index: 1;
}

.new-matric-section-about-6 img {
    width: 30%;
}

.new-matric-section-about-7 {
    position: absolute;
    left: 5%;
    bottom: 0%;
    z-index: 1;
}

.new-matric-section-about-7 img {
    width: 50%;
}

.new-matric-section-about-8 {
    position: absolute;
    right: 14%;
    bottom: 8%;
    z-index: 1;
}

.new-matric-section-about-8 img {
    width: 60%;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0%;
    }
    50% {
        bottom: 100%;
    }
}

.new-matric-section-campus-1 {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 1;
}

.new-matric-section-campus-1 img {
    width: 60%;
}

.new-matric-section-campus-2 {
    position: absolute;
    left: 15%;
    top: 50%;
    z-index: 1;
}

.new-matric-section-campus-2 img {
    width: 60%;
}

.new-matric-section-campus-3 {
    position: absolute;
    left: 5%;
    bottom: 0%;
    z-index: 1;
    animation: MoveUpDown 25s linear infinite;
}

.new-matric-section-campus-3 img {
    width: 60%;
}

.new-matric-section-campus-4 {
    position: absolute;
    left: 7%;
    top: 8%;
    z-index: 1;
    rotate: 268deg;
}

.new-matric-section-campus-4 img {
    width: 30%;
}

.new-matric-section-campus-5 {
    position: absolute;
    right: 0%;
    top: 15%;
    z-index: 1;
}

.new-matric-section-campus-5 img {
    width: 30%;
}

.new-matric-section-campus-6 {
    position: absolute;
    right: 14%;
    bottom: 20%;
    z-index: 1;
    rotate: 269deg;
}

.new-matric-section-campus-6 img {
    width: 30%;
}

.new-matric-section-curriculum-1 {
    position: absolute;
    left: -2%;
    top: 0%;
    z-index: 1;
    rotate: 269deg;
}

.new-matric-section-curriculum-1 img {
    width: 30%;
}

.new-matric-section-curriculum-2 {
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: 1;
    rotate: 115deg;
}

.new-matric-section-curriculum-2 img {
    width: 50%;
}

.new-matric-section-curriculum-3 {
    position: absolute;
    right: -40px;
    top: 195px;
    z-index: 1;
}

.new-matric-section-curriculum-3 img {
    width: 65%;
}

.new-matric-section-curriculum-4 {
    position: absolute;
    left: 15%;
    bottom: 7%;
    z-index: 0;
}

.new-matric-section-curriculum-4 img {
    width: 65%;
}

.new-matric-section-curriculum-5 {
    position: absolute;
    left: 23%;
    top: 19%;
    z-index: 1;
}

.new-matric-section-curriculum-5 img {
    width: 65%;
}

.new-matric-section-achievement-1 {
    position: absolute;
    right: -1%;
    top: 11%;
    z-index: 1;
}

.new-matric-section-achievement-1 img {
    width: 65%;
}

.new-matric-section-achievement-2 {
    position: absolute;
    left: 8%;
    bottom: 13%;
    z-index: 1;
    animation: 2s ease-in-out 0s infinite alternate none running animateddogbackground1;
}

.new-matric-section-achievement-2 img {
    width: 65%;
}

@keyframes animateddogbackground1 {
    from {
        bottom: 0%;
        left: 0%;
    }
    to {
        bottom: 15%;
        left: 10%;
    }
}

.matric-new-achievements-1 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1;
}

.matric-new-achievements-1 img {
    width: 65%;
}

.matric-new-achievements-2 {
    position: absolute;
    left: 15%;
    top: -1%;
    z-index: 1;
    rotate: 250deg;
}

.matric-new-achievements-2 img {
    width: 40%;
}

.matric-new-achievements-3 {
    position: absolute;
    right: 18%;
    top: 15%;
    z-index: 1;
    rotate: 90deg;
}

.matric-new-achievements-3 img {
    width: 40%;
}

.matric-new-achievements-4 {
    position: absolute;
    right: 37%;
    bottom: 11%;
}

.matric-new-achievements-4 img {
    width: 80%;
}

.matric-new-achievements-5 {
    position: absolute;
    right: 26%;
    bottom: 11%;
}

.matric-new-achievements-5 img {
    width: 80%;
}

.matric-new-achievements-sec .academic-3 {
    position: absolute;
    left: -5%;
    bottom: 1%;
    top: inherit;
    z-index: 1;
    rotate: 47deg;
    width: 400px;
    height: 300px;
}

.matric-new-achievements-sec .academic-3 img {
    width: 100%;
}

.matric-new-contact-sec .leadership-4 {
    position: absolute;
    left: 5%;
    top: 4%;
    bottom: inherit;
    z-index: 10;
}

.matric-new-contact-sec .contact-1 {
    position: absolute;
    left: 24%;
    bottom: 0%;
    z-index: 10;
}

.matric-new-contact-sec .contact-1 img {
    width: 70%;
}

/* New Animation Elements for matric inner pages */

.campus-classroom-sec .new-matric-section-about-8 {
    position: absolute;
    right: 20%;
    bottom: 2%;
    z-index: 1;
}

.campus-classroom-sec .new-matric-section-about-8 img {
    width: 60%;
}

.campus-classroom-sec .new-matric-section-about-2 {
    position: absolute;
    left: 30%;
    top: 35%;
}

.campus-classroom-sec .new-matric-section-about-2 img {
    width: 60%;
    animation: animName 15s linear infinite;
}

.explore-campus-labs-sec .leadership-4 {
    animation: run 30s linear infinite;
}

.matric-inner-curriculum-new-sec .new-matric-section-about-4 {
    position: absolute;
    right: -5%;
    left: inherit;
    top: 5%;
    z-index: 1;
}

.matric-inner-curriculum-new-sec .new-matric-section-about-4 img {
    width: 40%;
}

.cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 {
    position: absolute;
    left: 10%;
    top: -1%;
    z-index: 1;
}

.cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 img {
    width: 60%;
    -webkit-animation: action 2s infinite alternate;
    animation: action 2s infinite alternate;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 {
    position: absolute;
    right: -25%;
    top: -5%;
    left: inherit;
    bottom: inherit;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 img {
    width: 75%;
    animation: animName 20s linear infinite;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-2 {
    position: absolute;
    right: -35%;
    top: -5%;
    left: inherit;
    bottom: inherit;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-2 img {
    width: 60%;
    animation: blink 5s linear infinite;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-1 {
    position: absolute;
    left: 35%;
    bottom: -5%;
    top: inherit;
}

.cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-1 img {
    width: 50%;
    animation: blink 5s linear infinite;
}

.matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 {
    position: absolute;
    right: -32%;
    top: -5%;
}

.matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 img {
    width: 65%;
    animation: animName 10s linear infinite;
}

/* Matric Pages Responsiveness */

@media only screen and (max-width: 319.5px) {
    .matric-new-curriculum-para {
        position: relative;
        bottom: 0;
        left: 0;
        right: auto;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .matric-new-curriculm-sec .grid {
        display: flex !important;
        flex-direction: column;
        padding-top: 100px;
    }
    .banner-text h2 {
        width: 95%;
        letter-spacing: 3px;
        font-size: 30px !important;
    }
    .banner-text h1 {
        width: 95%;
        letter-spacing: 3px;
        font-size: 30px !important;
    }
    .new-matric-section {
        padding: 50px 10px 0px 10px !important;
    }
    .home-cards__text::after {
        width: 400px;
        height: 400px;
        left: -40px;
        top: 0px;
        display: none;
    }
    .new-matric-section .card__image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .new-matric-section .card__image-container {
        height: 300px;
    }
    .new-matric-section-about-3 img {
        width: 30%;
    }
    .new-matric-section-about-1 {
        position: absolute;
        left: 5%;
        top: 0%;
    }
    .new-matric-section-about-1 img {
        width: 30%;
    }
    .dynamic h4 {
        font-size: 35px;
    }
    .new-matric-section-about-2 {
        display: none;
    }
    .new-matric-section-about-2 img {
        width: 30%;
    }
    .new-matric-section-about-4 {
        display: none;
    }
    .new-matric-section-about-5 {
        display: none;
    }
    .new-matric-section-about-6 img {
        width: 20%;
    }
    .new-matric-section-about-6 {
        right: 3%;
        bottom: 30.5%;
    }
    .new-matric-section-about-7 {
        left: -10%;
        bottom: 0%;
    }
    .new-matric-section-about-8 {
        left: 30%;
        right: auto;
        bottom: 7%;
    }
    .new-matric-section .home-cards__right-card .card__image-container {
        height: 335px;
    }
    .learning-sec.academy-about-firstsec {
        padding: 25px 0px 30px !important;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next {
        left: 60%;
        right: auto;
    }
    .offer-content-swiper .swiper-pagination-fraction,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-pagination-fraction {
        bottom: -13px;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        right: 60%;
        left: auto;
    }
    .offer-content-swiper .swiper-button-next,
    .offer-content-swiper .swiper-button-prev,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        top: auto;
        bottom: -20px;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div h2 {
        font-size: 30px;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div .event-name-div {
        position: absolute;
    }
    .new-matric-section-campus-5 {
        right: 10%;
        top: 2%;
    }
    .new-matric-section-campus-5 img {
        width: 15%;
    }
    .new-matric-section-campus-4 {
        position: absolute;
        right: -92%;
        left: auto;
        top: 2%;
        z-index: 1;
        rotate: 0deg;
    }
    .what-we-offer-swiper {
        width: 100% !important;
    }
    .new-matric-section-campus-4 img {
        width: 15%;
    }
    .new-matric-section-campus-2 {
        left: 0%;
    }
    .new-matric-section-campus-2 img {
        width: 25%;
    }
    .new-matric-section-campus-1 {
        right: -41%;
    }
    .new-matric-section-campus-1 img {
        width: 30%;
    }
    .new-matric-section-campus-6 {
        right: auto;
        left: -40%;
        bottom: 15%;
    }
    .new-matric-section-campus-6 img {
        width: 25%;
    }
    .new-matric-section-campus-3 img {
        width: 30%;
    }
    .matric-new-curriculm-sec {
        padding: 40px 0px 40px 0px;
        margin-bottom: 0px;
    }
    .matric-new-curriculm-head {
        position: relative;
        left: 0px;
        width: 100%;
    }
    .matric-new-curriculm-head h4 {
        font-size: 30px;
        text-align: center;
    }
    .matric-new-curriculum-para .event-name-div {
        margin: 0 auto;
        position: absolute;
        width: 150px;
    }
    .matric-new-curriculum-para p {
        font-size: 13px;
    }
    .matric-new-curriculm-sec::after {
        display: none;
    }
    .lg\:grid-rows-\[130px_90px_90px_130px_130px\] {
        grid-template-rows: 35px 35px 35px 35px 35px;
    }
    .object-cover {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .\[\&\:nth-child\(2\)\]\:children\:col-start-6>*:nth-child(2) {
        grid-column-start: 1 !important;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pt-20>*:nth-child(3) {
        padding-top: 0px;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pl-24>*:nth-child(3) {
        padding-left: 0px;
    }
    .\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24>*:nth-child(4) {
        padding-right: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pb-20>*:nth-child(5) {
        padding-bottom: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pl-20>*:nth-child(5) {
        padding-left: 0px;
    }
    .\[\&\:nth-child\(1\)\]\:children\:row-span-3>*:nth-child(1) {
        grid-row: span 3 / span 2;
    }
    .\[\&\:nth-child\(4\)\]\:children\:row-span-3>*:nth-child(4) {
        grid-row: span 3 / span 2;
    }
    .\[\&\:nth-child\(5\)\]\:children\:row-start-4>*:nth-child(5) {
        grid-row-start: 2 !important;
    }
    .\[\&\:nth-child\(5\)\]\:children\:row-span-2>*:nth-child(5) {
        grid-row: span 2 / span 3;
    }
    .new-matric-section-curriculum-1 {
        display: none;
    }
    .new-matric-section-curriculum-2 {
        right: -5%;
        top: 32%;
    }
    .new-matric-section-curriculum-2 img {
        width: 20%;
    }
    .new-matric-section-curriculum-3 {
        display: none;
    }
    .new-matric-section-curriculum-4 {
        display: none;
    }
    .new-matric-section-curriculum-5 img {
        width: 30%;
    }
    .new-matric-section-curriculum-5 {
        top: 22%;
        left: 40%;
    }
    .new-facilities-content .swiper-slide .new-facilities-content-swiper-content h3 {
        font-size: 30px;
        color: #000;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .new-facilities-content-swiper-content h3 {
        font-size: 30px;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .swiper-slide-container .event-name-div {
        font-size: 9px;
        width: 150px;
        padding: 5px;
        bottom: auto;
        top: 80%;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .swiper-slide-container .event-name-div p {
        font-size: 12px;
    }
    .new-facilities-content-swiper-div {
        top: 45%;
    }
    .new-facilities-image-para {
        padding: 0px 0px 0px;
        line-height: 20px;
        font-size: 13px;
        position: absolute;
        bottom: auto;
        top: 46%;
        background-image: none;
    }
    .matric-new-facilities-sec .matric-new-achievements-head h2 {
        font-size: 35px;
    }
    .new-matric-section-achievement-1 img {
        width: 30%;
    }
    .new-matric-section-achievement-1 {
        right: -4%;
    }
    .matric-new-achievements-sec {
        padding: 40px 0px 40px 0px;
    }
    .matric-new-achievements-head h2 {
        font-size: 35px;
    }
    .matric-new-achievements-head p {
        width: 90%;
        font-size: 15px;
    }
    .matric-new-achievements-div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .date-content p {
        font-size: 15px;
    }
    .date-content h6 {
        font-size: 16px;
    }
    .date-content {
        padding: 1.25rem;
    }
    .matric-new-achievements-social .viewAll {
        font-size: 18px;
        margin-right: 70px;
    }
    .matric-new-achievements-1 img {
        width: 25%;
    }
    .matric-new-achievements-2 img {
        width: 20%;
    }
    .matric-new-achievements-2 {
        display: none;
    }
    .matric-new-achievements-3 {
        right: inherit;
        left: -40%;
        top: 27%;
    }
    .matric-new-achievements-3 img {
        width: 20%;
    }
    .matric-new-achievements-1 {
        right: -85%;
    }
    .matric-new-achievements-sec .academic-3 {
        display: none;
    }
    .wave-section__wave {
        top: -30px;
    }
    .matric-new-achievements-4 {
        right: auto;
        bottom: 2%;
        left: 2%;
    }
    .matric-new-achievements-5 {
        position: absolute;
        right: auto;
        bottom: 2%;
        left: 25%;
    }
    .matric-new-achievements-5 img {
        width: 40%;
    }
    .matric-new-achievements-4 img {
        width: 65%;
    }
    .matric-new-achievements-social .viewAll:after {
        width: 50px;
        right: -65px;
    }
    .matric-new-contact-head-row {
        padding-top: 20px;
    }
    .matric-new-contact-head {
        text-align: center;
    }
    .matric-new-contact-head h3 {
        font-size: 35px;
        margin-bottom: 0px;
    }
    .matric-new-para {
        width: 100%;
        margin-bottom: 15px;
    }
    .matric-new-contact-head .event-name-div {
        position: absolute;
        width: 150px;
        margin: 0 auto;
    }
    .matric-new-contact-img-div img {
        width: 95%;
    }
    .matric-new-contact-head-col {
        padding: 0;
        margin-bottom: 90px;
    }
    .matric-new-contact-sec .contact-1 img {
        width: 40%;
    }
    .matric-new-contact-sec .contact-1 {
        left: 10%;
    }
    /* Matric Campus Page responsiveness */
    .campus-classroom-sec::after {
        right: 0px;
        width: 75px;
        height: 75px;
    }
    .campus-classroom-sec {
        padding: 20px 20px 80px;
    }
    .campus-classroom-sec .new-matric-section-about-2 img {
        width: 20%;
    }
    .campus-classroom-sec .new-matric-section-about-2 {
        left: 10%;
        top: 35%;
        right: auto;
    }
    .explore-our-campus-commoncontent.explore-campus-labs-head-div::after {
        width: 75px;
        height: 75px;
        right: -80px;
    }
    .explore-campus-labs-sec {
        padding: 0px 20px;
    }
    .explore-our-campus-sec {
        padding: 40px 20px;
        text-align: center;
    }
    .explore-our-campus-commoncontent h4:after {
        bottom: -10px;
        left: 8%;
    }
    .campus-classroom-content {
        padding: 20px 0px;
        text-align: center;
    }
    .campus-classroom-container .row:first-child {
        flex-direction: column-reverse;
    }
    .campus-classroom-container .campus-classroom-row {
        padding: 30px 0px 0px 0px;
    }
    .explore-campus-labs-head-row {
        width: 90%;
        padding: 50px 0px 30px 30px;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 20px;
    }
    .labss-in {
        padding: 30px 10px 30px 10px;
    }
    /* Matric curriculum page responsiveness */
    .matric-inner-curriculum-new-sec {
        padding: 20px 0px 50px 0px;
    }
    .matric-inner-curriculum-new-sec::before {
        top: -5%;
        right: -5%;
        left: auto;
        width: 100px;
        height: 100px;
    }
    .matric-inner-curriculum-new-sec::after {
        bottom: 0%;
        right: 0px;
        z-index: 10;
    }
    .matric-inner-curriculum-new-sec .new-matric-section-about-4 {
        right: auto;
        left: inherit;
        top: 3%;
        z-index: 1;
        display: block;
    }
    .matric-inner-curriculum-new-sec .new-matric-section-about-4 img {
        width: 15%;
    }
    .matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
        bottom: -7%;
        width: 50px;
        height: 50px;
        z-index: 10;
    }
    .matric-inner-curriculum .swiper-wrapper {
        padding-bottom: 15px;
    }
    .matric-inner-curriculum .swiper-button-next,
    .matric-inner-curriculum .swiper-button-prev {
        top: 60%;
        width: 50px;
        height: 50px;
        display: none;
    }
    .matric-inner-curriculum .swiper-button-prev,
    .matric-inner-curriculum .swiper-rtl .swiper-button-next {
        left: 10px;
        right: auto;
    }
    .curriculum-swiper-card-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-top: 20px;
    }
    /* Matric Achievements Page Responsiveness */
    .cbse-facilities-sec {
        padding: 40px 0px 0px;
    }
    .cbse-facilities-sec-header {
        margin-bottom: 2rem;
    }
    .cbse-facilities-sec-header p {
        width: 90%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 img {
        width: 30%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 {
        left: 0%;
        top: -1%;
        z-index: auto;
    }
    h2.cbse-facilities-sec-subheader::before {
        top: -45px;
        left: 70%;
        width: 50px;
        height: 50px;
    }
    .cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 {
        display: none;
    }
    .cbse-facilities-sec-subheader {
        letter-spacing: 1.5px;
        font-size: 30px;
    }
    .founder-note-in h4 {
        font-size: 25px;
        margin: 0 0 5px 0;
        text-align: center;
    }
    /* Matric events Pages responsiveness */
    .matric-achievements-swiper-container {
        padding: 0px 2rem;
    }
    .matric-achievements-swiper-sec .achievements-swiper-slide-image img {
        padding-bottom: 30px;
    }
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 {
        right: -11rem;
        top: 5%;
    }
    .achievements-head-div h4::before {
        left: 20px;
    }
    .achievements-head-div::after {
        top: -115px;
    }
    .matric-achievements-swiper-sec {
        padding: 10px 0px;
    }
    .achievements-head-div {
        width: 100%;
        padding: 40px 10px 15px 10px;
    }
    .achievements-head-div h4 {
        text-align: center;
        font-size: 35px;
    }
    /* Contact Page Responsiveness */
    .contact-details-sec {
        padding: 25px 0px 0px;
    }
    #cbse-curriculum .card .card-header .btn-header-link {
        padding: 10px 20px;
        font-size: 12px;
    }
    .contact-head-div h2 {
        font-size: 25px;
    }
    #cbse-curriculum .card-body .contact-card-content {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content h4 {
        font-size: 18px;
    }
    #cbse-curriculum .card-body .contact-card-content p {
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content-map {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content-map iframe {
        width: 200px;
        height: 250px;
    }
    .cbse-contact-form-sec {
        padding: 20px 0px;
    }
    .cbse-contact-form-div-img img {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .cbse-contact-form-div {
        padding: 15px;
        display: block;
    }
    .cbse-contact-form-div h2 {
        margin: 0 auto;
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }
    .secondLvlCss p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .cbse-contact-functionality-wrapper {
        margin: 15px 0;
        padding: 20px;
    }
    .adm-form-one .form-dropdown option {
        font-size: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .matric-new-curriculum-para {
        position: relative;
        bottom: 0;
        left: 0;
        right: auto;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .matric-new-curriculm-sec .grid {
        display: flex !important;
        flex-direction: column;
        padding-top: 100px;
    }
    .banner-text h2 {
        width: 95%;
    }
    .banner-text h1 {
        width: 95%;
    }
    .new-matric-section {
        padding: 50px 10px 0px 10px !important;
    }
    .dynamic h4 {
        font-size: 35px;
    }
    .home-cards__text::after {
        width: 400px;
        height: 400px;
        left: -40px;
        top: 0px;
        display: none;
    }
    .new-matric-section .card__image {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .new-matric-section .card__image-container {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        height: auto;
        margin-bottom: 30px;
    }
    .new-matric-section-about-3 img {
        width: 30%;
    }
    .new-matric-section-about-1 {
        position: absolute;
        left: 5%;
        top: 0%;
    }
    .new-matric-section-about-1 img {
        width: 30%;
    }
    .new-matric-section-about-2 {
        position: absolute;
        right: -31%;
        left: auto;
        top: 1%;
    }
    .new-matric-section-about-2 img {
        width: 30%;
    }
    .new-matric-section-about-4 {
        display: none;
    }
    .new-matric-section-about-5 {
        display: none;
    }
    .new-matric-section-about-6 img {
        width: 20%;
    }
    .new-matric-section-about-6 {
        right: 3%;
        bottom: 30.5%;
    }
    .new-matric-section-about-7 {
        position: absolute;
        left: -40px;
        bottom: -40px;
        z-index: 1;
    }
    .new-matric-section-about-8 {
        left: 30%;
        right: auto;
        bottom: 2%;
    }
    .new-matric-section .home-cards__right-card .card__image-container {
        height: 520px;
    }
    .learning-sec.academy-about-firstsec {
        padding: 25px 0px 40px !important;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next {
        left: 60%;
        right: auto;
    }
    .offer-content-swiper .swiper-pagination-fraction,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-pagination-fraction {
        bottom: -13px;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        right: 60%;
        left: auto;
    }
    .offer-content-swiper .swiper-button-next,
    .offer-content-swiper .swiper-button-prev,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        top: auto;
        bottom: -20px;
    }
    .learning-sec.blue-background .what-we-offer-div {
        position: relative;
        padding: 100px 0px 0px 0px !important;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div h2 {
        font-size: 35px;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div .event-name-div {
        position: absolute;
        width: 150px;
        padding: 5px;
        bottom: auto;
        top: 80%;
    }
    .new-matric-section-campus-5 {
        right: 10%;
        top: 2%;
    }
    .new-matric-section-campus-5 img {
        width: 15%;
    }
    .new-matric-section-campus-4 {
        position: absolute;
        right: -59%;
        left: auto;
        top: 2%;
        z-index: 1;
        rotate: 0deg;
    }
    .new-matric-section-campus-4 img {
        width: 15%;
    }
    .new-matric-section-campus-2 {
        left: 0%;
    }
    .new-matric-section-campus-2 img {
        width: 25%;
    }
    .new-matric-section-campus-1 {
        right: -30%;
    }
    .new-matric-section-campus-1 img {
        width: 30%;
    }
    .new-matric-section-campus-6 {
        right: auto;
        left: -30%;
        bottom: 15%;
    }
    .new-matric-section-campus-6 img {
        width: 25%;
    }
    .new-matric-section-campus-3 img {
        width: 30%;
    }
    .matric-new-curriculm-sec {
        padding: 40px 0px 40px 0px;
        margin-bottom: 0px;
    }
    .matric-new-curriculm-head {
        position: relative;
        left: 0px;
        width: 100%;
    }
    .matric-new-curriculm-head h4 {
        font-size: 35px;
        text-align: center;
    }
    .matric-new-curriculum-para .event-name-div {
        margin: 0 auto;
        position: absolute;
        width: 150px;
    }
    .matric-new-curriculum-para p {
        font-size: 15px;
        padding: 0px 20px;
    }
    .matric-new-curriculm-sec::after {
        display: none;
    }
    .lg\:grid-rows-\[130px_90px_90px_130px_130px\] {
        grid-template-rows: 35px 35px 35px 35px 35px;
    }
    .object-cover {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .\[\&\:nth-child\(2\)\]\:children\:col-start-6>*:nth-child(2) {
        grid-column-start: 1 !important;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pt-20>*:nth-child(3) {
        padding-top: 0px;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pl-24>*:nth-child(3) {
        padding-left: 0px;
    }
    .\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24>*:nth-child(4) {
        padding-right: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pb-20>*:nth-child(5) {
        padding-bottom: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pl-20>*:nth-child(5) {
        padding-left: 0px;
    }
    .\[\&\:nth-child\(1\)\]\:children\:row-span-3>*:nth-child(1) {
        grid-row: span 3 / span 2;
    }
    .\[\&\:nth-child\(4\)\]\:children\:row-span-3>*:nth-child(4) {
        grid-row: span 3 / span 2;
    }
    .\[\&\:nth-child\(5\)\]\:children\:row-start-4>*:nth-child(5) {
        grid-row-start: 2 !important;
    }
    .\[\&\:nth-child\(5\)\]\:children\:row-span-2>*:nth-child(5) {
        grid-row: span 2 / span 3;
    }
    .new-matric-section-curriculum-1 {
        display: none;
    }
    .new-matric-section-curriculum-2 {
        right: -5%;
        top: 25%;
    }
    .new-matric-section-curriculum-2 img {
        width: 20%;
    }
    .new-matric-section-curriculum-3 {
        display: none;
    }
    .new-matric-section-curriculum-4 {
        display: none;
    }
    .new-matric-section-curriculum-5 img {
        width: 30%;
    }
    .new-matric-section-curriculum-5 {
        top: 65px;
    }
    .new-facilities-content .swiper-slide .new-facilities-content-swiper-content h3 {
        font-size: 35px;
        color: #000;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .new-facilities-content-swiper-content h3 {
        font-size: 35px;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .swiper-slide-container .event-name-div {
        width: 150px;
        padding: 5px;
        bottom: auto;
        top: 80%;
    }
    .new-facilities-content .swiper-slide.swiper-slide-active .swiper-slide-container .event-name-div p {
        font-size: 15px;
    }
    .new-facilities-content-swiper-div {
        top: 45%;
    }
    .new-facilities-image-para {
        padding: 0px 0px 0px;
        line-height: 20px;
        font-size: 15px;
        position: absolute;
        bottom: auto;
        top: 46%;
        background-image: none;
    }
    .matric-new-facilities-sec .matric-new-achievements-head h2 {
        font-size: 35px;
    }
    .new-matric-section-achievement-1 img {
        width: 30%;
    }
    .new-matric-section-achievement-1 {
        right: -4%;
    }
    .matric-new-achievements-sec {
        padding: 40px 0px 70px 0px;
    }
    .matric-new-achievements-head h2 {
        font-size: 45px;
    }
    .matric-new-achievements-head p {
        width: 90%;
        font-size: 15px;
    }
    .matric-new-achievements-div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .date-content p {
        font-size: 15px;
    }
    .date-content h6 {
        font-size: 20px;
    }
    .date-content {
        padding: 1.25rem;
    }
    .matric-new-achievements-social .viewAll {
        font-size: 18px;
        margin-right: 70px;
    }
    .matric-new-achievements-1 img {
        width: 25%;
    }
    .matric-new-achievements-2 img {
        width: 15%;
    }
    .matric-new-achievements-2 {
        left: -100px;
        right: auto;
        top: -85px;
        rotate: 275deg;
    }
    .matric-new-achievements-3 {
        left: auto;
        right: -100px;
        top: 170px;
    }
    .matric-new-achievements-3 img {
        width: 15%;
    }
    .matric-new-achievements-1 {
        right: -25%;
    }
    .matric-new-achievements-sec .academic-3 {
        display: none;
    }
    .wave-section__wave {
        top: -30px;
    }
    .matric-new-achievements-4 {
        right: auto;
        bottom: 2%;
        left: 2%;
    }
    .matric-new-achievements-5 {
        position: absolute;
        right: auto;
        bottom: 2%;
        left: 25%;
    }
    .matric-new-achievements-5 img {
        width: 40%;
    }
    .matric-new-achievements-4 img {
        width: 65%;
    }
    .matric-new-achievements-social .viewAll:after {
        width: 50px;
        right: -65px;
    }
    .matric-new-contact-head-row {
        padding-top: 20px;
    }
    .matric-new-contact-head {
        text-align: center;
    }
    .matric-new-contact-head h3 {
        font-size: 35px;
        margin-bottom: 0px;
    }
    .matric-new-para {
        width: 100%;
        margin-bottom: 15px;
    }
    .matric-new-contact-head .event-name-div {
        position: absolute;
        width: 150px;
        margin: 0 auto;
    }
    .matric-new-contact-head .event-name-div p {
        font-size: 15px;
    }
    .matric-new-contact-img-div img {
        width: 95%;
    }
    .matric-new-contact-head-col {
        padding: 0;
        margin-bottom: 90px;
    }
    .matric-new-contact-sec .contact-1 img {
        width: 40%;
    }
    .matric-new-contact-sec .contact-1 {
        left: 10%;
    }
    /* Matric Campus Page responsiveness */
    .campus-classroom-sec::after {
        right: 25px;
        width: 75px;
        height: 75px;
    }
    .campus-classroom-sec {
        padding: 20px 20px 80px;
    }
    .campus-classroom-sec .new-matric-section-about-2 img {
        width: 20%;
    }
    .campus-classroom-sec .new-matric-section-about-2 {
        left: 10%;
        top: 35%;
        right: auto;
    }
    .explore-our-campus-commoncontent.explore-campus-labs-head-div::after {
        width: 75px;
        height: 75px;
        right: -40px;
    }
    .explore-campus-labs-sec {
        padding: 0px 20px;
    }
    .new-matric-section-about-3 {
        z-index: auto;
    }
    /* Matric curriculum page responsiveness */
    .matric-inner-curriculum-new-sec {
        padding: 30px 0px 50px 0px;
    }
    .matric-inner-curriculum-new-sec::before {
        right: 0%;
        left: auto;
        width: 100px;
        height: 100px;
    }
    .matric-inner-curriculum-new-sec::after {
        bottom: 0%;
        right: 0px;
        z-index: 10;
    }
    .matric-inner-curriculum-new-sec .new-matric-section-about-4 {
        right: auto;
        left: inherit;
        top: 0%;
        z-index: 1;
        display: block;
    }
    .matric-elem-cur1 {
        display: none;
    }
    .matric-inner-curriculum-new-sec .new-matric-section-about-4 img {
        width: 20%;
    }
    .matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
        bottom: 0%;
        width: 50px;
        height: 50px;
        z-index: 10;
    }
    .matric-inner-curriculum .swiper-wrapper {
        padding-bottom: 100px;
    }
    .matric-inner-curriculum .swiper-button-next,
    .matric-inner-curriculum .swiper-button-prev {
        top: 60%;
        width: 50px;
        height: 50px;
    }
    .matric-inner-curriculum .swiper-button-next,
    .matric-inner-curriculum .swiper-rtl .swiper-button-prev {
        right: 12px;
        left: auto;
    }
    .matric-inner-curriculum .swiper-button-prev,
    .matric-inner-curriculum .swiper-rtl .swiper-button-next {
        left: 10px;
        right: auto;
    }
    /* Matric Achievements Page Responsiveness */
    .cbse-facilities-sec {
        padding: 40px 0px 0px;
    }
    .cbse-facilities-sec-header {
        margin-bottom: 1rem;
    }
    .cbse-facilities-sec-header p {
        width: 90%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 img {
        width: 30%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 {
        left: 0%;
        top: -1%;
        z-index: auto;
    }
    h2.cbse-facilities-sec-subheader::before {
        top: -45px;
        left: 70%;
        width: 50px;
        height: 50px;
    }
    .cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 {
        display: none;
    }
    /* Matric events Pages responsiveness */
    .matric-achievements-swiper-container {
        padding: 0px 2rem;
    }
    .matric-achievements-swiper-sec .achievements-swiper-slide-image img {
        padding-bottom: 30px;
    }
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 {
        right: -11rem;
        top: 5%;
    }
    .achievements-head-div h4::before {
        left: 20px;
    }
    .achievements-head-div::after {
        top: -115px;
    }
    /* Contact Page Responsiveness */
    .contact-details-sec {
        padding: 40px 0px 0px;
    }
    #cbse-curriculum .card .card-header .btn-header-link {
        padding: 10px 20px;
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content h4 {
        font-size: 18px;
    }
    #cbse-curriculum .card-body .contact-card-content p {
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content-map {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content-map iframe {
        width: 100%;
        height: 400px;
    }
    .cbse-contact-form-sec {
        padding: 20px 0px;
    }
    .cbse-contact-form-div-img img {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .cbse-contact-form-div {
        padding: 15px;
        align-items: center;
        justify-content: center;
    }
    .cbse-contact-form-div h2 {
        margin: 0 auto;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    .secondLvlCss p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .cbse-contact-functionality-wrapper {
        margin: 15px 0;
        padding: 20px;
    }
    .adm-form-one .form-dropdown option {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    .new-matric-section {
        padding: 65px 30px 45px 30px;
    }
    .home-cards__text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .new-matric-section .card__image-container {
        height: 300px;
    }
    .new-matric-section .home-cards__right-card .card__image-container {
        height: 550px;
    }
    .new-matric-section-about-7 {
        left: -3%;
        bottom: -2%;
    }
    .new-matric-section-about-8 {
        right: 0%;
    }
    .new-matric-section-about-4 {
        display: none;
    }
    .new-matric-section-about-5 {
        display: none;
    }
    .new-matric-section-campus-4 {
        left: 7%;
        top: -7%;
    }
    .new-matric-section-campus-5 {
        right: -14%;
        top: 14%;
    }
    .new-matric-section-campus-6 {
        right: auto;
        left: 0%;
        bottom: 12%;
        display: none;
    }
    .new-matric-section-campus-1 {
        right: -5%;
        bottom: 0%;
    }
    .matric-new-curriculm-sec {
        padding: 80px 0px 100px 0px;
    }
    .matric-new-curriculm-head {
        left: 0px;
    }
    .matric-new-curriculm-head h4 {
        font-size: 50px;
        text-align: center;
    }
    .matric-new-curriculm-sec::after {
        display: none;
    }
    .\[\&\:nth-child\(2\)\]\:children\:col-start-6>*:nth-child(2) {
        grid-column-start: 8 !important;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pt-20>*:nth-child(3) {
        padding-top: 70px;
    }
    .\[\&\:nth-child\(3\)\]\:children\:lg\:pl-24>*:nth-child(3) {
        padding-left: 0px;
    }
    .\[\&\:nth-child\(4\)\]\:children\:row-span-3>*:nth-child(4) {
        grid-row: span 3 / span 2;
    }
    .\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24>*:nth-child(4) {
        padding-right: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pb-20>*:nth-child(5) {
        padding-bottom: 0px;
    }
    .\[\&\:nth-child\(5\)\]\:children\:lg\:pl-20>*:nth-child(5) {
        padding-left: 0px;
    }
    .new-matric-section-curriculum-5 img {
        width: 30%;
    }
    .new-matric-section-curriculum-5 {
        left: 30%;
        top: 13%;
    }
    .new-matric-section-curriculum-2 img {
        width: 25%;
    }
    .new-matric-section-curriculum-2 {
        top: 11%;
    }
    .new-matric-section-curriculum-1 {
        top: -8%;
    }
    .new-matric-section-curriculum-3 {
        right: -21%;
        top: 17%;
    }
    .new-matric-section-curriculum-4 {
        left: 6%;
        bottom: 1%;
    }
    .matric-new-curriculum-para {
        bottom: 110px;
    }
    .matric-new-achievements-head h2 {
        font-size: 55px;
    }
    .new-matric-section-achievement-1 {
        right: -10%;
        top: 5%;
    }
    .new-matric-section-achievement-1 img {
        width: 45%;
    }
    .matric-new-achievements-sec {
        padding: 45px 0px 100px 0px;
    }
    .matric-new-achievements-div {
        padding: 0px 30px 0px 30px;
    }
    .matric-new-achievements-1 img {
        width: 40%;
    }
    .matric-new-achievements-1 {
        right: -20%;
        top: 5%;
    }
    .matric-new-achievements-2 {
        left: 40px;
        top: -70px;
    }
    .matric-new-achievements-2 img {
        width: 20%;
    }
    .matric-new-achievements-3 {
        right: 100px;
        top: 150px;
    }
    .matric-new-achievements-3 img {
        width: 20%;
    }
    .matric-new-achievements-4 {
        left: 5%;
        right: auto;
        bottom: 5%;
    }
    .matric-new-achievements-5 {
        right: auto;
        bottom: 4%;
        left: 15%;
    }
    .wave-section__wave {
        top: -65px;
    }
    .matric-new-contact-container {
        padding: 30px 65px;
    }
    .matric-new-contact-sec .contact-1 img {
        width: 40%;
    }
    /* Matric Campus page responsiveness */
    .campus-classroom-sec {
        padding: 30px 35px;
    }
    .explore-campus-labs-sec {
        padding: 10px 20px;
    }
    .campus-classroom-sec .new-matric-section-about-8 img {
        width: 30%;
    }
    .campus-classroom-sec .new-matric-section-about-8 {
        right: -8%;
    }
    .new-matric-section-about-3 img {
        width: 35%;
    }
    .campus-classroom-sec .new-matric-section-about-2 img {
        width: 35%;
    }
    .campus-classroom-sec .new-matric-section-about-2 {
        top: 35%;
    }
    .new-matric-section-about-3 {
        z-index: auto;
    }
    /* Matric Curriculum page responsiveness */
    .matric-inner-curriculum-new-sec {
        padding: 30px 0px 60px 0px;
    }
    .matric-inner-curriculum-new-sec::before {
        top: -3%;
        right: 0%;
        left: auto;
        width: 150px;
        height: 150px;
    }
    .matric-inner-curriculum .swiper-wrapper {
        padding-bottom: 75px;
    }
    .matric-inner-curriculum {
        padding: 35px 35px 20px;
    }
    .matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
        bottom: -5%;
        width: 75px;
        height: 75px;
        z-index: 10;
    }
    .matric-new-achievements-head {
        padding: 0px 0px 0px;
    }
    .matric-inner-curriculum-new-sec::after {
        z-index: 10;
    }
    /* Matric Achievements Pages responsiveness */
    .cbse-facilities-sec {
        position: relative;
        padding: 60px 0px 0px;
    }
    .cbse-facilities-sec-header p {
        width: 80%;
    }
    .cbse-facilities-sec-header {
        margin-bottom: 2rem;
    }
    .cbse-facilities-sec.matric-facilities-sec .founder-note-in.facilities-founder h4 {
        text-align: center;
        margin: 15px 0 15px 0;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 img {
        width: 30%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 {
        left: 5%;
        top: -5%;
        z-index: 1;
    }
    .cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 {
        right: -40%;
        top: -10%;
    }
    /* Matric Events Page Resposiveness */
    .matric-achievements-swiper-container {
        padding: 0px 3rem;
    }
    /* Contact Page Responsiveness */
    .contact-details-sec {
        padding: 40px 0px 0px;
    }
    #cbse-curriculum .card .card-header .btn-header-link {
        padding: 10px 20px;
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content h4 {
        font-size: 18px;
    }
    #cbse-curriculum .card-body .contact-card-content p {
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content-map {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content-map iframe {
        width: 100%;
        height: 400px;
    }
    .cbse-contact-form-sec {
        padding: 45px 0px;
    }
    .cbse-contact-form-sec .row {
        margin: 0 auto;
    }
    .cbse-contact-form-sec .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
    #keycode-error {
        padding-left: 15px !important;
    }
    .error {
        padding-left: 0px !important;
    }
    .adm-submit {
        margin-left: 1rem;
    }
    .cbse-contact-form-div .adm-form label,
    .g-recaptcha {
        margin-bottom: 0.5rem;
        /*padding-left: 15px;*/
    }
    .cbse-contact-form-div-img img {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }
    .cbse-contact-form-div {
        padding: 15px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .cbse-contact-form-div h2 {
        margin: 0 auto;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    .secondLvlCss p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .cbse-contact-functionality-wrapper {
        margin: 20px auto;
    }
    .cbse-contact-functionality-wrapper .col-md-12 {
        padding: 0;
    }
    .adm-form-one .form-dropdown option {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .cbse-contact-functionality-wrapper .col-md-12 {
        padding: 0;
    }
    .new-matric-section {
        padding: 100px 50px 100px 50px;
    }
    .new-matric-section-about-1 {
        left: 5%;
        top: 5%;
        z-index: 10;
    }
    .new-matric-section-about-1 img {
        width: 35%;
    }
    .new-matric-section-about-2 {
        left: 39%;
        top: 3%;
        z-index: 10;
    }
    .new-matric-section-about-4 {
        display: none;
    }
    .new-matric-section-about-5 {
        display: none;
    }
    .new-matric-section-about-7 {
        left: 0%;
        bottom: 2%;
        z-index: 1;
    }
    .new-matric-section-about-8,
    .campus-classroom-sec .new-matric-section-about-8 {
        right: 8%;
    }
    .new-matric-section-about-3 img {
        width: 50%;
    }
    .new-matric-section-campus-3 img {
        width: 50%;
    }
    .new-matric-section-campus-4 {
        left: 0%;
        top: -5%;
    }
    .new-matric-section-campus-5 {
        right: -10%;
    }
    .new-matric-section-campus-2 {
        left: 6%;
    }
    .new-matric-section-campus-6 {
        right: 5%;
        bottom: 12%;
    }
    .matric-new-curriculm-sec {
        padding: 100px 0px 100px 0px;
    }
    .new-matric-section-curriculum-2 {
        right: 10%;
    }
    .new-matric-section-curriculum-2 img {
        width: 35%;
    }
    .new-matric-section-curriculum-1 {
        left: -5%;
    }
    .matric-new-curriculm-head {
        left: 180px;
    }
    .new-matric-section-curriculum-5 {
        left: 23%;
        top: 15%;
    }
    .new-matric-section-curriculum-5 img {
        width: 40%;
    }
    .new-matric-section-curriculum-3 {
        right: -6%;
        top: 18%;
    }
    .matric-new-curriculum-para {
        bottom: 120px;
    }
    .new-matric-section-achievement-1 {
        right: -5%;
        top: 6%;
    }
    .new-matric-section-achievement-1 img {
        width: 45%;
    }
    .matric-new-achievements-sec {
        padding: 55px 0px 125px 0px;
    }
    .matric-new-achievements-3 {
        right: 100px;
        top: 150px;
    }
    .matric-new-achievements-2 img {
        width: 30%;
    }
    .matric-new-achievements-3 img {
        width: 30%;
    }
    .matric-new-achievements-2 {
        left: 100px;
        top: -50px;
        rotate: 265deg;
    }
    .matric-new-achievements-1 {
        right: -10%;
    }
    .matric-new-achievements-head p {
        width: 50%;
    }
    .matric-new-achievements-div {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wave-section__wave {
        top: -70px;
    }
    .matric-new-achievements-4 {
        right: 80%;
        bottom: 6%;
    }
    .matric-new-achievements-5 {
        right: 67%;
        bottom: 4%;
    }
    .matric-new-contact-container {
        padding: 30px 65px;
    }
    .matric-new-contact-sec .contact-1 img {
        width: 50%;
    }
    .campus-classroom-sec {
        padding: 30px 30px;
    }
    .campus-classroom-sec::after {
        top: 0px;
        right: 40px;
    }
    .campus-classroom-sec .new-matric-section-about-8 img {
        width: 40%;
    }
    /* Matric Curriculum page responsiveness */
    .matric-inner-curriculum-new-sec {
        padding: 30px 0px 60px 0px;
    }
    .matric-inner-curriculum-new-sec::before {
        top: -3%;
        right: 0%;
        left: auto;
        width: 150px;
        height: 150px;
    }
    .matric-inner-curriculum .swiper-wrapper {
        padding-bottom: 50px;
    }
    .matric-inner-curriculum {
        padding: 35px 35px 20px;
    }
    .matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
        bottom: -5%;
        width: 75px;
        height: 75px;
        z-index: 10;
    }
    .matric-new-achievements-head {
        padding: 0px 0px 0px;
    }
    .matric-inner-curriculum-new-sec::after {
        z-index: 10;
    }
    /* Matric Achievements Pages responsiveness */
    .cbse-facilities-sec {
        position: relative;
        padding: 60px 0px 0px;
    }
    .cbse-facilities-sec-header p {
        width: 80%;
    }
    .cbse-facilities-sec-header {
        margin-bottom: 2rem;
    }
    .cbse-facilities-sec.matric-facilities-sec .founder-note-in.facilities-founder h4 {
        text-align: center;
        margin: 15px 0 15px 0;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 img {
        width: 30%;
    }
    .cbse-facilities-sec.matric-facilities-sec .new-matric-section-about-1 {
        left: 5%;
        top: -5%;
        z-index: 1;
    }
    .cbse-facilities-sec.matric-facilities-sec .velammal-academy-home-about-3 {
        right: -40%;
        top: -10%;
    }
    /* Matric Events Page Resposiveness */
    .matric-achievements-swiper-container {
        padding: 0px 3rem;
    }
    /* Contact Page Responsiveness */
    .contact-details-sec {
        padding: 40px 0px 20px;
    }
    #cbse-curriculum .card .card-header .btn-header-link {
        padding: 10px 20px;
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content h4 {
        font-size: 18px;
    }
    #cbse-curriculum .card-body .contact-card-content p {
        font-size: 15px;
    }
    #cbse-curriculum .card-body .contact-card-content-map {
        padding: 0px;
    }
    #cbse-curriculum .card-body .contact-card-content-map iframe {
        width: auto;
        height: 400px;
    }
    .cbse-contact-form-sec {
        padding: 65px 0px 0px;
    }
    .cbse-contact-form-sec .row {
        margin: 0 auto;
    }
    .cbse-contact-form-sec .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
    .cbse-contact-form-div .adm-form label {
        display: inline-block;
        margin-bottom: 0.5rem;
        /*padding-left: 15px;*/
    }
    .cbse-contact-form-div-img img {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }
    .cbse-contact-form-div {
        padding: 35px 0px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .cbse-contact-form-div h2 {
        margin: 0 auto;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    .secondLvlCss p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .cbse-contact-functionality-wrapper {
        margin: 20px auto;
    }
    .adm-form-one .form-dropdown option {
        font-size: 15px;
    }
}

/* matric animation elements */

.matric-elem-img1 {
    position: absolute;
    top: 2%;
    left: 44%;
}

.matric-elem-img1 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-img2 {
    position: absolute;
    top: 25%;
    right: 8%;
}

.matric-elem-img2 img {
    width: 30%;
}

.matric-elem-img3 {
    position: absolute;
    top: 29%;
    right: -2%;
}

.matric-elem-img3 img {
    width: 30%;
}

.matric-elem-img4 {
    position: absolute;
    top: 57.6%;
    left: 35.6%;
}

.matric-elem-img4 img {
    width: 30%;
}

.matric-elem-img5 {
    position: absolute;
    bottom: 0%;
    left: 40.5%;
}

.matric-elem-img5 img {
    width: 30%;
}

.matric-elem-img6 {
    position: absolute;
    top: 68%;
    left: 50.5%;
}

.matric-elem-img6 img {
    width: 30%;
}

.matric-elem-img7 {
    position: absolute;
    top: 68%;
    right: 2%;
}

.matric-elem-img7 img {
    width: 30%;
    animation: blink 5s linear infinite;
}

.matric-elem-img8 {
    position: absolute;
    bottom: 0%;
    right: -40%;
}

.matric-elem-img8 img {
    width: 30%;
}

.matric-elem-img9 {
    position: absolute;
    bottom: 0%;
    right: -70%;
}

.matric-elem-img9 img {
    width: 40%;
}

.matric-elem-img10 {
    position: absolute;
    bottom: 0%;
    right: -60%;
}

.matric-elem-img10 img {
    width: 30%;
}

.matric-elem-img11 {
    position: absolute;
    bottom: 7%;
    right: 35%;
}

.matric-elem-img11 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-img12 {
    position: absolute;
    bottom: 25%;
    right: 33%;
}

.matric-elem-img12 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-img13 {
    position: absolute;
    bottom: 35%;
    right: 5%;
}

.matric-elem-img13 img {
    width: 35%;
    animation: animName 10s linear infinite;
}

.matric-elem-cur1 {
    position: absolute;
    top: 5%;
    left: 5%;
}

.matric-elem-cur1 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-cur2 {
    position: absolute;
    top: 10%;
    right: 0%;
}

.matric-elem-cur2 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-cur3 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    animation: MoveUpDown3 2s linear infinite;
}

.matric-elem-cur3 img {
    width: 30%;
}

.matric-elem-cur4 {
    position: absolute;
    bottom: 0%;
    right: 10%;
}

.matric-elem-cur4 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-cur5 {
    position: absolute;
    bottom: 0%;
    right: 2%;
}

.matric-elem-cur5 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach1 {
    position: absolute;
    top: 20%;
    left: 11%;
}

.matric-elem-ach1 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach2 {
    position: absolute;
    top: 12%;
    left: 18%;
}

.matric-elem-ach2 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach3 {
    position: absolute;
    top: 5%;
    right: 22%;
}

.matric-elem-ach3 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach4 {
    position: absolute;
    top: 13%;
    right: 0%;
    z-index: 1;
}

.matric-elem-ach4 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach5 {
    position: absolute;
    top: 52%;
    left: 25%;
    z-index: 1;
}

.matric-elem-ach5 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach6 {
    position: absolute;
    bottom: 0%;
    left: 25%;
    z-index: 1;
}

.matric-elem-ach6 img {
    width: 65%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach7 {
    position: absolute;
    bottom: 0%;
    left: 55%;
    z-index: 1;
}

.matric-elem-ach7 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-ach8 {
    position: absolute;
    bottom: 0%;
    right: -6%;
    z-index: 1;
}

.matric-elem-ach8 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con1 {
    position: absolute;
    top: 0%;
    left: 25%;
}

.matric-elem-con1 img {
    width: 35%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con2 {
    position: absolute;
    top: 65%;
    left: 9%;
    z-index: 1;
}

.matric-elem-con2 img {
    width: 25%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con3 {
    position: absolute;
    top: 55%;
    right: 2%;
    z-index: 1;
}

.matric-elem-con3 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con4 {
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
}

.matric-elem-con4 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con5 {
    position: absolute;
    top: 5%;
    right: 35%;
    z-index: 1;
}

.matric-elem-con5 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con6 {
    position: absolute;
    bottom: -1%;
    right: 28%;
}

.matric-elem-con6 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-con7 {
    position: absolute;
    bottom: 2%;
    right: -25%;
    z-index: 1;
}

.matric-elem-con7 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

/* Matric elements page */

.matric-elem-eve1 {
    position: absolute;
    top: 10%;
    left: 30%;
}

.matric-elem-eve1 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-eve2 {
    position: absolute;
    top: 20%;
    right: 10%;
}

.matric-elem-eve2 img {
    width: 40%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-eve3 {
    position: absolute;
    top: 5%;
    right: 5%;
}

.matric-elem-eve3 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-eve4 {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.matric-elem-eve4 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.matric-elem-eve5 {
    position: absolute;
    bottom: 5%;
    right: -5%;
}

.matric-elem-eve5 img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

@media only screen and (max-width: 319.5px) {
    .matric-elem-con7 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        z-index: 1;
        width: 10%;
    }
    .matric-elem-con7 img {
        width: 100%;
    }
    .matric-elem-con6 {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 10%
    }
    .matric-elem-con6 img {
        width: 100%
    }
    .matric-elem-con2 {
        position: absolute;
        top: 65%;
        left: 4%;
        z-index: 1;
    }
    .matric-elem-con2 img {
        width: 15%;
    }
    .matric-elem-con3 {
        position: absolute;
        top: 55%;
        right: 0%;
        z-index: 1;
        width: 6%;
    }
    .matric-elem-con3 img {
        width: 100%;
    }
    .matric-elem-con5,
    .matric-elem-con4 {
        display: none;
    }
    .matric-elem-eve1 {
        position: absolute;
        top: 10%;
        left: 0%;
    }
    .matric-elem-eve1 img {
        width: 20%;
    }
    .matric-elem-eve2 {
        position: absolute;
        top: 20%;
        right: 0%;
    }
    .matric-elem-eve2 img {
        width: 15%;
    }
    .matric-elem-eve3 {
        position: absolute;
        top: 5%;
        right: 5%;
    }
    .matric-elem-eve3 img {
        width: 15%;
    }
    .matric-elem-eve5,
    .matric-elem-eve4 {
        display: none;
    }
    .achievements-head-div h4::before {
        width: 50px;
        height: 50px;
    }
    .matric-elem-ach7 img {
        width: 15%;
        display: none;
    }
    .matric-elem-ach6 {
        position: absolute;
        bottom: 0%;
        left: 4%;
        z-index: 1;
    }
    .matric-elem-ach6 img {
        width: 20%;
    }
    .matric-elem-ach8 {
        position: absolute;
        bottom: 0%;
        right: -45%;
        z-index: 1;
    }
    .matric-elem-ach5 {
        position: absolute;
        top: 52%;
        left: 5%;
        z-index: 1;
    }
    .matric-elem-ach5 img {
        width: 15%;
    }
    .matric-elem-ach4 img {
        display: none;
    }
    .matric-elem-cur4 {
        position: absolute;
        bottom: 0%;
        right: auto;
        left: 18%;
    }
    .matric-elem-ach8 img {
        width: 15%;
    }
    .matric-elem-cur4 img {
        width: 15%;
    }
    .matric-elem-cur5 {
        position: absolute;
        bottom: 0%;
        left: 5%;
        right: auto;
    }
    .matric-elem-cur5 img {
        width: 15%
    }
    .matric-elem-img11 img,
    .matric-elem-img10 img {
        width: 20%;
    }
    .matric-elem-img10 {
        position: absolute;
        bottom: 0%;
        right: -100px;
    }
    .matric-elem-img9 {
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 500px;
        display: none;
    }
    .matric-elem-img9 img {
        width: 100%;
    }
    .matric-elem-img1 {
        position: absolute;
        top: 1%;
        left: 5%;
    }
    .matric-elem-img3 {
        position: absolute;
        top: 50%;
        right: 0;
        left: 15px;
        margin: 0 auto;
        text-align: center;
    }
    .matric-elem-img3 img {
        width: 20%;
        display: none;
    }
    .matric-elem-img2 {
        position: absolute;
        top: 40%;
        right: auto;
    }
    .matric-elem-img2 img {
        width: 20%;
        display: none;
    }
    .matric-elem-img1 img {
        width: 20%;
    }
    .campus-classroom-container .row:nth-child(3) {
        flex-direction: column-reverse;
    }
    .matric-elem-img7 img {
        width: 20%;
    }
    .matric-elem-img7 {
        position: absolute;
        top: 68%;
        right: 30%;
    }
    .matric-elem-img6 {
        position: absolute;
        top: 68%;
        left: auto;
        right: -60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .matric-elem-con7 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        z-index: 1;
        width: 10%;
    }
    .matric-elem-con7 img {
        width: 100%;
    }
    .matric-elem-con6 {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 10%
    }
    .matric-elem-con6 img {
        width: 100%
    }
    .matric-elem-con2 {
        position: absolute;
        top: 65%;
        left: 4%;
        z-index: 1;
    }
    .matric-elem-con2 img {
        width: 15%;
    }
    .matric-elem-con3 {
        position: absolute;
        top: 55%;
        right: 0%;
        z-index: 1;
        width: 6%;
    }
    .matric-elem-con3 img {
        width: 100%;
    }
    .matric-elem-con5,
    .matric-elem-con4 {
        display: none;
    }
    .matric-elem-eve1 {
        position: absolute;
        top: 10%;
        left: 0%;
    }
    .matric-elem-eve1 img {
        width: 20%;
    }
    .matric-elem-eve2 {
        position: absolute;
        top: 20%;
        right: 0%;
    }
    .matric-elem-eve2 img {
        width: 15%;
    }
    .matric-elem-eve3 {
        position: absolute;
        top: 5%;
        right: 5%;
    }
    .matric-elem-eve3 img {
        width: 15%;
    }
    .matric-elem-eve5,
    .matric-elem-eve4 {
        display: none;
    }
    .achievements-head-div h4::before {
        width: 50px;
        height: 50px;
    }
    .matric-elem-ach7 img {
        width: 15%;
        display: none;
    }
    .matric-elem-ach6 {
        position: absolute;
        bottom: 0%;
        left: 4%;
        z-index: 1;
    }
    .matric-elem-ach6 img {
        width: 20%;
    }
    .matric-elem-ach8 {
        position: absolute;
        bottom: 0%;
        right: -45%;
        z-index: 1;
    }
    .matric-elem-ach5 {
        position: absolute;
        top: 52%;
        left: 5%;
        z-index: 1;
    }
    .matric-elem-ach5 img {
        width: 15%;
    }
    .matric-elem-ach4 img {
        display: none;
    }
    .matric-elem-cur4 {
        position: absolute;
        bottom: 0%;
        right: auto;
        left: 18%;
    }
    .matric-elem-ach8 img {
        width: 15%;
    }
    .matric-elem-cur4 img {
        width: 15%;
    }
    .matric-elem-cur5 {
        position: absolute;
        bottom: 0%;
        left: 5%;
        right: auto;
    }
    .matric-elem-cur5 img {
        width: 15%
    }
    .matric-elem-img11 img,
    .matric-elem-img10 img {
        width: 20%;
    }
    .matric-elem-img10 {
        position: absolute;
        bottom: 0%;
        right: -100px;
    }
    .matric-elem-img9 {
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 500px;
        display: none;
    }
    .matric-elem-img9 img {
        width: 100%;
    }
    .matric-elem-img1 {
        position: absolute;
        top: 1%;
        left: 5%;
    }
    .matric-elem-img3 {
        position: absolute;
        top: 50%;
        right: 0;
        left: 15px;
        margin: 0 auto;
        text-align: center;
    }
    .matric-elem-img3 img {
        width: 20%;
        display: none;
    }
    .matric-elem-img2 {
        position: absolute;
        top: 40%;
        right: auto;
    }
    .matric-elem-img2 img {
        width: 20%;
        display: none;
    }
    .matric-elem-img1 img {
        width: 20%;
    }
    .campus-classroom-container .row:nth-child(3) {
        flex-direction: column-reverse;
    }
    .matric-elem-img7 img {
        width: 20%;
    }
    .matric-elem-img7 {
        position: absolute;
        top: 68%;
        right: 30%;
    }
    .matric-elem-img6 {
        position: absolute;
        top: 68%;
        left: auto;
        right: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .matric-elem-con7 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        z-index: 1;
        width: 10%;
    }
    .matric-elem-con7 img {
        width: 100%;
    }
    .matric-elem-con6 {
        position: absolute;
        bottom: -1%;
        left: 0%;
        width: 10%
    }
    .matric-elem-con6 img {
        width: 100%
    }
    .matric-elem-con2 {
        position: absolute;
        top: 65%;
        left: 4%;
        z-index: 1;
    }
    .matric-elem-con2 img {
        width: 15%;
    }
    .matric-elem-con3 {
        position: absolute;
        top: 55%;
        right: 0%;
        z-index: 1;
        width: 6%;
    }
    .matric-elem-con3 img {
        width: 100%;
    }
    .matric-elem-con5,
    .matric-elem-con4 {
        display: none;
    }
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 {
        position: absolute;
        right: -100px;
        top: 5%;
        width: 35%;
    }
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 img {
        width: 100%;
    }
    .matric-elem-cur4 {
        position: absolute;
        bottom: 0%;
        right: 0%;
    }
    .matric-elem-cur4 img {
        width: 15%;
    }
    .matric-elem-cur5 {
        position: absolute;
        bottom: 0%;
        right: 0%;
    }
    .matric-elem-cur5 img {
        width: 15%
    }
    .matric-elem-ach6 {
        position: absolute;
        bottom: 0%;
        left: 25%;
        z-index: 1;
    }
    .matric-elem-ach6 img {
        width: 35%;
    }
    .matric-elem-ach7 {
        position: absolute;
        bottom: 0%;
        left: 60%;
        z-index: 1;
    }
    .matric-elem-ach7 img {
        width: 16%;
    }
    .matric-elem-ach8 {
        position: absolute;
        bottom: 0%;
        right: -16%;
        z-index: 1;
    }
    .matric-elem-ach8 img {
        width: 20%;
    }
    .matric-elem-ach4 {
        position: absolute;
        top: 7%;
        right: -28%;
        z-index: 1;
    }
    .matric-elem-ach4 img {
        width: 20%;
    }
    .matric-elem-ach2 {
        position: absolute;
        top: 10%;
        left: 1%;
    }
    .matric-elem-ach2 img {
        width: 25%;
    }
    h2.cbse-facilities-sec-subheader::before {
        top: -40px;
        width: 50px;
        height: 50px;
    }
    .matric-elem-cur2 {
        position: absolute;
        top: 0%;
        right: -25%;
    }
    .matric-elem-cur2 img {
        width: 25%;
    }
    .matric-elem-img9 {
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 500px;
    }
    .matric-elem-img9 img {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 {
        position: absolute;
        right: -44%;
        top: 0%;
    }
    .matric-achievements-swiper-sec .velammal-academy-school-overview-sec-7 img {
        width: 40%;
    }
    .matric-elem-img9 {
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 500px;
    }
    .matric-elem-img9 img {
        width: 100%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .new-matric-section-about-7 {
        position: absolute;
        left: 3%;
        bottom: 0%;
        z-index: 1;
    }
    .new-matric-section-about-4 {
        position: absolute;
        left: 37%;
        top: 15%;
        z-index: 1;
    }
    .new-matric-wrapper {
        max-width: fit-content;
        margin: 0 auto;
    }
    .new-matric-section-curriculum-3 {
        position: absolute;
        right: 0%;
        top: 16%;
        z-index: 1;
    }
    .\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24>*:nth-child(4) {
        padding-right: 96px;
        padding-top: 96px;
    }
    .matric-elem-img9 {
        position: absolute;
        bottom: 0%;
        right: 10%;
        width: 25%;
    }
    .matric-elem-img9 img {
        width: 100%;
    }
}

.careers-new .view-all-btn .viewAll {
    margin-right: 100px;
    position: relative;
    font-size: 20px;
    color: #95233D;
    text-decoration: none;
}

.careers-new .view-all-btn .viewAll:hover {
    text-decoration: none;
}

.careers-new .view-all-btn .viewAll:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -100px;
    width: 85px;
    border-top: 1px solid #95233D;
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        right: 54%;
        left: auto;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next {
        left: 54%;
        right: auto;
    }
    .offer-content-swiper .swiper-pagination-fraction,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-pagination-fraction {
        bottom: 40px;
        color: #fff;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev:after {
        content: 'prev';
        font-size: 26px;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next:after {
        content: 'next';
        font-size: 26px;
    }
    .matric-new-contact-head h3 {
        font-size: 3rem;
    }
    .matric-new-curriculm-sec .grid {
        margin-top: 75px;
    }
    .matric-new-curriculm-head h4 {
        font-size: 3rem;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 1.75rem;
    }
    .explore-our-campus-commoncontent p {
        font-size: 26px;
        line-height: 40px;
    }
    .curriculum-swiper-card-content h3 {
        font-size: 34px;
    }
    .curriculum-swiper-card-content p {
        font-size: 26px;
    }
    .achievements-head-div h4 {
        font-size: 3rem;
    }
    .cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-title {
        font-size: 34px !important;
    }
    .cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-details {
        font-size: 26px !important;
    }
    .cbse-contact-form-div {
        display: block !important;
    }
}

/* 22-12-23 4k devices */

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
    .dynamic h4 {
        font-size: 7rem;
    }
    .dynamic p {
        font-size: 38px;
    }
    .new-matric-wrapper {
        max-width: 93%;
        margin: 0 auto;
    }
    .home-cards__text::after {
        width: 1850px;
        height: 1850px;
        left: -185px;
    }
    .new-matric-section .card__image-container {
        height: 1000px;
    }
    .new-matric-section .home-cards__right-card .card__image-container {
        height: 1700px;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div h2 {
        font-size: 7rem;
    }
    .learning-sec.blue-background.academy-about-firstsec .learning-content-div p {
        color: #fff;
        font-size: 38px !important;
    }
    .offer-content-swiper .swiper-pagination-fraction,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-pagination-fraction {
        bottom: 10px !important;
        color: #fff;
        font-size: 38px !important;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        right: 55% !important;
        left: auto;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next {
        left: 55% !important;
        right: auto;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev:after {
        content: 'prev';
        font-size: 45px !important;
    }
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next:after {
        content: 'next';
        font-size: 45px !important;
    }
    .offer-content-swiper .swiper-button-next,
    .offer-content-swiper .swiper-button-prev,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-next,
    .what-we-offer-swiper.what-we-offer-swiper1 .swiper-button-prev {
        top: auto !important;
        bottom: 15px !important;
    }
    .lg\:grid-rows-\[130px_90px_90px_130px_130px\] {
        grid-template-rows: 400px 100px 100px 400px 200px !important;
        padding-top: 100px;
    }
    .matric-new-curriculm-head h4 {
        font-size: 7rem;
    }
    .new-matric-section-curriculum-5 {
        position: absolute;
        left: 15%;
        top: 13%;
        z-index: 1;
    }
    .new-matric-section-curriculum-5 img {
        width: 100%;
    }
    .new-matric-section-curriculum-4 {
        bottom: 0%;
    }
    .new-matric-section-curriculum-3 {
        right: 3%;
        top: 25%;
    }
    .matric-new-curriculum-para p {
        text-transform: uppercase;
        font-size: 38px;
    }
    .matric-new-achievements-head h2 {
        font-size: 7rem;
    }
    .matric-new-achievements-head p {
        font-size: 38px;
    }
    .matric-new-contact-container {
        max-width: 85%;
    }
    .matric-new-contact-head h3 {
        font-size: 7rem;
    }
    .matric-new-para {
        font-size: 38px;
    }
    .matric-new-contact-img-div img {
        padding: 30px;
        border-radius: 47%;
        width: 70%;
    }
    .explore-our-campus-commoncontent h4 {
        font-size: 5rem;
    }
    .explore-our-campus-commoncontent p {
        font-size: 38px;
        line-height: 60px;
    }
    .kids-curriculum-page-div p {
        width: 90%;
        text-align: center;
        font-size: 38px;
    }
    .curriculum-swiper-card-content h3 {
        font-size: 3rem;
    }
    .curriculum-swiper-card-content p {
        font-size: 38px;
    }
    .achievements-head-div h4 {
        font-size: 7rem;
    }
    .achievements-head-div p {
        font-size: 38px;
    }
    .contact-head-div h2 {
        font-size: 7rem;
    }
    .campus-innerpage-card-head p {
        margin-bottom: 0;
        font-size: 3rem;
    }
    .contact-card-content h4 {
        font-size: 3rem;
    }
    .contact-card-content a,
    .contact-card-content p {
        font-size: 38px;
    }
    .contact-card-content-map iframe {
        width: 100%;
        height: 800px;
    }
    .cbse-contact-form-div h2 {
        font-size: 7rem;
    }
    .new-matric-section-about-1 img {
        width: 90%;
    }
    .new-matric-section-about-4 {
        top: 10%;
    }
    .new-matric-section-about-4 img,
    .new-matric-section-about-6 img,
    .new-matric-section-campus-4 img,
    .new-matric-section-campus-5 img,
    .new-matric-section-campus-6 img,
    .new-matric-section-curriculum-1 img,
    .matric-new-achievements-2 img,
    .matric-new-achievements-3 img,
    .matric-inner-curriculum-new-sec .new-matric-section-about-4 img {
        width: 45%;
    }
    .new-matric-section-about-3 img,
    .new-matric-section-campus-3 img {
        width: 90%;
    }
    .new-matric-section-about-8 img {
        width: 95%;
    }
    .new-matric-section-campus-2 img {
        width: 90%;
    }
    .matric-new-achievements-sec .academic-3 {
        bottom: -2%;
    }
    .matric-new-achievements-social .viewAll {
        font-size: 38px;
    }
    .matric-new-achievements-4 img,
    .matric-new-achievements-5 img,
    .matric-new-contact-sec .contact-1 img {
        width: 100%;
    }
    .matric-elem-img1 img {
        width: 60%;
    }
    .campus-classroom-sec::after {
        width: 350px;
        height: 350px;
    }
    .matric-elem-img2 img {
        width: 50%;
    }
    .matric-elem-img3 img {
        width: 60%;
    }
    .campus-classroom-sec .new-matric-section-about-2 img {
        width: 100%;
    }
    .matric-elem-img4 img {
        width: 50%;
    }
    .matric-elem-img6 img {
        width: 70%;
    }
    .matric-elem-img7 img {
        width: 60%;
    }
    .campus-classroom-sec .new-matric-section-about-8 img {
        width: 100%;
    }
    .matric-elem-img13 img {
        width: 60%;
    }
    .explore-our-campus-commoncontent.explore-campus-labs-head-div::after {
        width: 200px;
        height: 200px;
    }
    .leadership-4 img {
        width: 100%;
    }
    .matric-elem-img11 img {
        width: 60%;
    }
    .labimg img {
        height: 600px;
    }
    .matric-inner-curriculum-new-sec::before {
        width: 300px;
        height: 300px;
    }
    .matric-elem-cur1 img {
        width: 60%;
    }
    .matric-elem-cur2 img {
        width: 60%;
    }
    .matric-inner-curriculum-new-sec .matric-inner-curriculum-div::after {
        bottom: 0;
    }
    .matric-elem-cur3 img {
        width: 60%;
    }
    .matric-elem-cur4 img {
        width: 100%;
    }
    .matric-elem-cur5 img {
        width: 100%;
    }
    .matric-inner-curriculum-new-sec {
        position: relative;
        padding: 100px 0px 300px 0px;
    }
    .matric-elem-con5 {
        position: absolute;
        top: 5%;
        right: 27%;
    }
    .matric-inner-curriculum-new-sec::after {
        bottom: 10%;
        width: 200px;
        height: 200px;
    }
    .matric-inner-curriculum .swiper-button-next,
    .matric-inner-curriculum .swiper-button-prev {
        width: 150px;
        height: 150px;
    }
    .achievements-head-div h4::before {
        top: -100px;
        width: 130px;
        height: 130px;
    }
    .achievements-head-div::after {
        width: 300px;
        height: 300px;
    }
    .matric-elem-eve1 {
        position: absolute;
        top: 9%;
        left: 30%;
    }
    .matric-elem-eve1 img {
        width: 60%;
    }
    .matric-elem-eve3 img {
        width: 60%;
    }
    .matric-elem-eve5 {
        position: absolute;
        bottom: 5%;
        right: -65px;
    }
    .matric-elem-eve5 img {
        width: 60%;
    }
    .matric-elem-con2 img {
        width: 50%;
    }
    .matric-elem-con3 img {
        width: 75%;
    }
    .matric-elem-con5 img {
        width: 70%;
    }
    .matric-elem-con4 img {
        width: 70%;
    }
    .matric-elem-con6 img {
        width: 60%;
    }
}