@keyframes gradientBG {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .basBody {
        padding: 0px 65px 45px;
    }
    .why-choose-content-chairman p{
        margin-top: -5%;
    }

    .header-btn .btn-default {
        background: linear-gradient(270deg, #ff6b6b, #ffa502, #d11d1d);
        background-size: 600% 600%;
        animation: gradientBG 5s ease infinite;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .sticky-top-header {
        position: sticky;
        top: 0;
        z-index: 1051;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .top-header a {
        text-decoration: none;
    }

    .top-header a:hover {
        text-decoration: underline;
    }

    .top-left span {
        font-weight: 500;
    }

    .top-right a {
        font-weight: 500;
    }

    .navbar-brand img {
        max-width: 70px;
        max-height: 80px;
        object-fit: contain;
    }

    .brand-text {
        line-height: 1.2;
        margin-left: 4px;
        color: #ffffff;
    }

    .logo-subtext {
        font-size: 30px;
        text-transform: uppercase;

    }
    .cta-box-image img{
        max-width: 52%; 
        max-height: 80%; 
        object-fit: contain;
        margin: 10% 0 0 40%;
    }

    .logo-subtextHeader {
        font-size: 40px;
        color: #fdfdfd;
        text-transform: uppercase;

    }

    .logo-subtitle {
        font-size: 10px;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
    }

    .bg-ishethra-gradient {
        background: linear-gradient(to bottom, #00c6ff, #a7d72f, #a81818);

        color: white;
    }

    .marquee-text {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        width: 10%;
        text-align: center;
    }

    .marquee-text span {
        display: inline-block;
        padding-left: 100%;
        animation: scroll-left 25s linear infinite;
        color: #d9534f;
        font-weight: bold;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .h2FontSize {
        font-size: 30px !important;
        line-height: 1.5;
    }

    /* <!-- WHY CHOOSE US --> */

    .why-choose-list {
        display: flex;
    }

    .why-choose-item {
        background-color: #ffffff;
        color: white;
        padding: 10px;
        border-radius: 12px;
        width: 250px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .icon-box {
        margin-bottom: 15px;
        color: white;
        transition: color 0.3s ease;
    }

    .why-choose-item:hover .icon-box {
        color: #fbc531;/
    }

    .why-choose-item-content h3 {
        font-size: 12px;
        text-transform: capitalize;
        margin: 0;
    }

    /* marque section why choose */


    .why-choose-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .why-choose-list {
        display: flex;
        gap: 10px;
        width: max-content;
        animation: scroll-left 40s linear infinite;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .why-choose-item {
        color: white;
        border-radius: 12px;
        width: 250px;
        text-align: center;
        flex-shrink: 0;
        transition: transform 0.3s;
        box-shadow: 0 4px 20px rgba(141, 129, 129, 0.3);
    }

    .why-choose-item:hover {
        transform: scale(1.05);
    }

    .icon-box {
        margin-bottom: 15px;
        color: white;
        transition: color 0.3s;
    }

    .why-choose-item:hover .icon-box {
        color: #fbc531;
    }

    .why-choose-item-content h3 {
        font-size: 12px;
        text-transform: capitalize;
        margin: 0;
    }

    .case-study-image figure {
        display: flex;
        justify-content: center;
        align-items: center;

        margin: 0;
    }

    .case-study-image i {
        color: #c62828;
        /* optional - matches your brand */
    }


    /* <!-- MOBILE CSS  --> */

    /* Large screens – keep three across but center each card */
    @media (max-width: 1199.98px) {
        .col-lg-4.d-flex {
            justify-content: center;
        }

        .case-study-item {
            max-width: 320px;
            width: 100%;
        }
    }

    /* Medium screens (tablets) – two across */
    @media (max-width: 991.98px) {

        /* override your inline negative margin on the second row */
        .case-study .row {
            margin-top: 0 !important;
        }

        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-md-6{
            padding-bottom: 10px;
        }

        .case-study-item {
            margin: 0 auto 30px;
        }
    }

    /* Small screens (landscape phones) – one across, tighten padding */
    @media (max-width: 767.98px) {
        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .case-study-item {
            padding: 15px;
        }

        .case-study-image figure {
            height: 100px;
        }

        .basBody .section-title h2 {
            font-size: 24px;
            line-height: 1.3;
        }
    }

    /* Extra‑small screens (portrait phones) – full width, larger touch areas */
    @media (max-width: 575.98px) {
        .case-study-item {
            padding: 20px;
            margin-bottom: 20px;
        }

        .case-study-image figure {
            height: 80px;
        }

        .textStyle {
            font-size: 14px;
        }
    }

    .case-study-item h3 {
        font-size: 22px;
    }

    .case-study-item p {
        font-size: 14px;
    }

    .case-study-item a {
        font-size: 22px;
    }

    /* Large desktops / small laptops */
    @media (max-width: 1199.98px) {
        .basBody {
            margin-top: 4%;
        }
    }

    /* Tablets (landscape) */
    @media (max-width: 991.98px) {
        .basBody {
            margin-top: 10%;
        }
    }

    /* Small tablets (landscape) */

    @media (max-width: 991.98px) {
        .h2FontSize {
            font-size: 30px !important;
            line-height: 1.5;
            margin-top: 10%;

        }
    }

    /* Tablets (portrait) & large phones */
    @media (max-width: 767.98px) {
        .basBody {
            margin-top: 6%;
        }
    }

    /* Small phones */
    @media (max-width: 575.98px) {
        .basBody {
            margin-top: 8%;
        }
    }


    .quoteLine {

        text-transform: uppercase;
        font-size: 18px;

    }

    .double-underline-white {

        display: inline-block;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 2px solid #b94a4a;
    }

    .double-underline-white::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 9px);
        width: 40%;
        height: 2px;
        background-color: #b94a4a;
    }

    .bg-own-footer {
        background-color: #c49a11;
    }

    .bg-own-footer {
        background-color: #6e2020;
    }

    footer {
        font-family: 'Segoe UI', sans-serif;
        font-size: 15px;
        line-height: 1.6;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 10px;
        color: #ffffff;
        position: relative;
        padding-bottom: 6px;
    }

    footer h5::after {
        content: '';
        width: 40px;
        height: 2px;
        background: #f1c40f;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    footer p{
        margin-bottom: 10px;
        font-size: 14px;
    }
    footer a {
        color: #cccccc;
    }

    footer a:hover {
        color: #f1c40f;
        text-decoration: none;
    }

    .logo-subtext {
        font-size: 15px;
        color: #f1c40f;
    }

    .logo-subtitle {
        font-size: 11px;
        font-weight: normal;
        line-height: 1.4;
        margin: 0;
        color: #ffffff;
    }

    footer .navbar-brand img {
        width: 45px;
        height: auto;
    }

    footer ul li {
        margin-bottom: 6px;
    }

    footer .fas {
        margin-right: 8px;
        color: #f1c40f;
    }

    footer .text-center {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
        margin-top: 10px;
        font-size: 14px;
        color: #aaaaaa;
    }
    /* .bg-own-footer{
        font-size: 13px;
    } */

    .coverflow-slider {
        padding: 10px 0;
    }

    .coverflow-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

        max-width: 360px;
        max-height: 270px;
        width: 100%;
        height: auto;

        transition: transform 0.4s ease;
    }

    .coverflow-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    /* Make center slide a bit larger */
    .swiper-slide-active {
        transform: scale(1.1);
        z-index: 10;
    }

    /* Transparent Header */
    .main-header {
        position: absolute !important;
        top: 10;
        left: 0;
        width: 100%;
        z-index: 999 !important;
        background: transparent !important;
        transition: background 0.3s ease-in-out;
    }


    #heroCarousel {
        margin-top: 0 !important;
        z-index: 1;
    }

    /* Base style for desktop */
    .text-anime-style-2.h2FontSize {
        font-size: 1rem;
        /* ~32px */
        font-weight: 400;
        line-height: 1.4;
    }

    /* Large screens (>= 1200px) */
    @media (min-width: 1200px) {
        .text-anime-style-2.h2FontSize {
            font-size: 2.5rem;
            /* ~40px */
        }
    }

    /* Medium screens (992px - 1199px) */
    @media (max-width: 1199px) {
        .text-anime-style-2.h2FontSize {
            font-size: 2.2rem;
            /* ~35px */
        }
    }

    /* Tablets (768px - 991px) */
    @media (max-width: 991px) {
        .text-anime-style-2.h2FontSize {
            font-size: 1.8rem;
            /* ~28px */
        }
    }

    /* Mobile (576px - 767px) */
    @media (max-width: 767px) {
        .text-anime-style-2.h2FontSize {
            font-size: 1.0rem;
            /* ~24px */
        }
    }

    /* Extra small (<= 575px) */
    @media (max-width: 575px) {
        .text-anime-style-2.h2FontSize {
            font-size: 0.875rem;
            /* ~19px */
        }
    }

    /* Tablets */
    @media (max-width: 991.98px) {
        .logo-subtextHeader {
            font-size: 1rem;
        }

        .logo-subtitle {
            font-size: 0.75rem;
        }

        .navbar-brand img {
            max-height: 40px;
        }

        .navbar-collapse {
            background: #fff;
            padding: 1rem;
        }

        .nav-menu-wrapper ul {
            flex-direction: column;
            align-items: flex-start;
        }

        .navbar-nav .nav-link {
            padding: 10px 0;
        }
    }

    /* Mobile */
    @media (max-width: 575.98px) {
        .logo-subtextHeader {
            font-size: 0.875rem;
        }

        .logo-subtitle {
            font-size: 0.65rem;
        }


        .navbar-brand img {
            max-height: 36px;
        }
    }

    /* === HEADING STYLE RESPONSIVE === */
    .text-anime-style-2.h2FontSize {
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    @media (min-width: 1200px) {
        .text-anime-style-2.h2FontSize {
            font-size: 27px !important;
            /* ~40px */
            padding: 20px;
        }
        .guruji{
             font-size: 24px !important;
             padding: 20px 0px 20px;
        }
    }

    @media (max-width: 1199px) {
        .text-anime-style-2.h2FontSize {
            font-size: 2.2rem !important;
            /* ~35px */
            padding: 20px;
        }
    }

    @media (max-width: 991px) {
        .text-anime-style-2.h2FontSize {
            font-size: 1.8rem !important;
            /* ~28px */
            padding: 18px;
        }
    }

    @media (max-width: 767px) {
        .text-anime-style-2.h2FontSize {
            font-size: 1rem !important;
            /* ~24px */
            padding: 15px;

        }
        .admission-page-top{
    padding: 20px 0px 0px!important;
    
}
    }

    @media (max-width: 575px) {
        .text-anime-style-2.h2FontSize {
            font-size: 0.875rem !important;
            /* ~19px */
            padding: 13px;
            margin-top: 0;

        }
    }

    /* === LOGO + HEADER RESPONSIVE === */
    @media (max-width: 991.98px) {
        .logo-subtextHeader {
            font-size: 1rem !important;
        }

        .logo-subtitle {
            font-size: 0.75rem !important;
        }

        .navbar-brand img {
            max-height: 40px !important;
        }

        .navbar-collapse {
            background: #fff !important;
            padding: 1rem !important;
        }

        .nav-menu-wrapper ul {
            flex-direction: column !important;
            align-items: flex-start !important;
        }

        .navbar-nav .nav-link {
            padding: 10px 0 !important;
        }
    }

    @media (max-width: 575.98px) {
        .logo-subtextHeader {
            font-size: 0.875rem !important;
        }

        .logo-subtitle {
            font-size: 0.65rem !important;
        }

        .navbar-brand img {
            max-height: 40px !important;
           
        }
        .brand-text {
    margin-left: -7px;
  }
    }

    /* VISIION MISSION QUERY RESPONSE  */
    .case-study .col-lg-4 {
        padding: 1rem;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .case-study-item {
        padding: 1rem;
        background-color: #ffffff;
        border-radius: 8px;
        height: 100%;
    }

    .case-study-image figure {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .case-study-content h2,
    .case-study-content h3 {
        font-size: 1.25rem;
        margin-top: 0.5rem;
    }

    .textStyle {
        font-size: 0.95rem;
        line-height: 32px;
    }

    /* === TABLETS (768px - 991px) === */
    @media (max-width: 991.98px) {
        .basBody {
            margin-top: -3%;
            padding-top: 1rem;
        }

        .case-study .col-lg-4 {
            padding: 0.75rem;
        }

        .case-study-content h2,
        .case-study-content h3 {
            font-size: 1.15rem;
        }

        .textStyle {
            font-size: 0.875rem;
        }
    }

    /* === MOBILE DEVICES (<= 767px) === */
    @media (max-width: 767.98px) {
        .basBody {
            margin-top: 0;
            padding: 0.5rem 0;
        }

        .case-study .col-lg-4 {
            padding: 0.5rem;
            box-shadow: none;
            background-color: transparent;
        }

        .case-study-item {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .case-study-content h2,
        .case-study-content h3 {
            font-size: 1rem;
        }

        .textStyle {
            font-size: 0.85rem;
        }

        .case-study-image figure {
            height: 60px;
        }
    }

    /* ###########  ADMISIION BANNER  ############ */

    @media (max-width: 768px) {
        .why-choose-body-isthera{
   margin-left: 0%!important;
}
.Jaya{
    font-size: 14px;
}
.Jaya-founder{
    font-size: 14px;
}
        .cta-box {
            flex-direction: column !important;
            
            height: 400px;}

            .cta-box-btn{
                margin-left:60px!important;
            }

            .cta-box-image {
        width: 50%;
             }
        .cta-box-content {
        width: 70%;
        text-align: center;
        margin: 10px 0 10px 0;
    }
    .section-row .section-title{
        margin-bottom: 60px!important;
    }
    .footer-social-links ul li a i {
            font-size: 14px;
    }
    .why-choose-image figure img {  
        /* height: 300px; */
    }
    .why-choose-image {
                padding: 0px 85x;

    }
      .why-choose-us-box {
            flex-direction: row;
    }
        .why-choose-us {
        padding: 0px 3px;
        text-align: center
    }
    .why-choose-body{
            flex-direction: column;
           text-align: center
    }
    .why-choose-body-content,
.why-choose-body-image{
	width: 100%!important;
    }
    .why-choose-body-content p{
           text-align: justify
    }
}


    .cta-box-image img {
    max-width: 45%;
    max-height: 80%;
    object-fit: contain;
     margin: 10% 0 0 40%;
}


        .cta-box-btn {
            margin-left: 0 !important;
        }

        .section-title h2 {
            font-size: 42px!important;
        }

        .section-title h3 {
            font-size: 18px !important;
            font-size: 12px !important;
            letter-spacing: 0.2em !important;
        }

        .section-title p {
            font-size: 16px !important;
           line-height: 36px;
            text-align: justify;
       
        }

        .btn-default {
            padding: 10px 24px !important;
            font-size: 14px !important;
        }

   

    @media (max-width: 768px) {
        .cta-box-image img {
                    margin: 10% 0 0 28%;

        }
        .testimonial-slider-image{
	width: 100%
}
        .why-choose-us-box {
            flex-direction: column !important;
            padding: 23px !important;
        }
            .section-row-why-chosse{
                margin-bottom: 0px;
            }
        .why-choose-image figure {
            text-align: center !important;
        }

        .why-choose-image img {
            max-width: 90% !important;
            max-height: 300px !important;
        }

        .why-choose-content {
            /* padding: 10px 15px !important; */
        }

        .section-title h2 {
            font-size: 20px !important;
            text-align: center;
            margin-top: 0;
        }
        .testimonial-item{
           flex-direction: column-reverse!important;
        }
        .section-title p {
            font-size: 16px !important;
            text-align: justify;
        }
        .section-title-last-slider-section p{
        font-size: 14px !important;
        }
                                    
        .section-title-admission p{
            text-align: center;
        }

        .why-choose-body {
             margin-top: 10px !important;
            text-align: center;
        }

        .why-choose-body img {
            max-width: 100% !important;
            max-height: 250px !important;
        }
    }




    /* <!--######################################### BG COLORS ####################################### --> */
    .bg-lime-green {
        background-color: #a7d72f;
    }

    .bg-sky-blue {
        background-color: #00c6ff;
    }

    .bg-crimson-red {
        background-color: #c62828;
    }

    .bg-fiery-orange {
        background-color: #ff9800;
    }

    .bg-dark-red {
        background-color: #8b0000;
    }

    .text-white {
        color: #ffffff;
    }

    .text-yellow {
        color: #fff176;
    }

    .bg-ishethra-gradient {
        background: linear-gradient(to bottom, #a7d72fb7, #c22a08b5);

        /* Light green to blue */
        color: white;
    }

    .case-study-image i {
        color: #c62828;
        /* optional brand tone */
    }

    .bg-sandle-light {
        background-color: #fffae1;
    }
  

    /* ##############################INFRASTRUCTRE #####################  style  */
    .page-service-single {
        padding: 0px 0;
        background-color: #f9f9f9;
    }

    .service-sidebar {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }

    .service-catagery-list h3 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #333;
    }

    .service-catagery-list ul {
        padding-left: 0;
        list-style: none;
    }

    .service-catagery-list ul li {
        margin-bottom: 10px;
    }

    .service-catagery-list ul li a {
        color: #555;
        font-size: 15px;
        display: block;
        padding: 6px 10px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .service-catagery-list ul li a:hover {
        background-color: #e0f0ff;
        color: #007bff;
    }

    .faq-cta-box {
        margin-top: 30px;
        text-align: center;
    }

    .faq-cta-box .customer-img {
        margin-bottom: 10px;
    }

    .faq-cta-box-content h5 {
        font-size: 18px;
        margin: 10px 0;
        color: #333;
    }

    /* Service Content */
    .service-single-content {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }

    .service-entry p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 20px;
    }

    .service-therapy-benefits {
        margin-top: 30px;
    }

    .service-therapy-benefits h2 {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-therapy-benefits ul {
        padding-left: 18px;
        color: #333;
    }

    .service-therapy-benefits img {
        border-radius: 8px;
        width: 100%;
        height: auto;
    }

    /* Responsive Adjustments */
    @media (max-width: 767px) {
        .page-service-single {
            padding: 40px 0;
        }

        .service-single-content,
        .service-sidebar {
            padding: 20px;
        }

        .faq-cta-box .row {
            flex-direction: column;
        }

        .faq-cta-box .col-6 {
            width: 100%;
            padding: 0 !important;
            margin-bottom: 10px;
        }

        .service-therapy-benefits {
            flex-direction: column;
        }

        .service-therapy-benefits .col-md-6 {
            margin-bottom: 20px;
        }
    }

    .vision {
        box-shadow: 0px 4px 10px rgba(243, 4, 4, 0.2);background-color: #ff99003a;
    }
    .mission {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);background-color: #69dd1b56;
    }
    .motto {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);background-color: #1bc0dd56;
    }

    .banner-sub1 {
  float: left;
  position: fixed;
  left: 0;
  bottom: 28%;
  z-index: 99;
}
.icon1 {
  width: 50px;
  background-color: #890c25;
  height: 45px;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  border-right-radius: 12px;
  position: relative;
  overflow: hidden;
}
.banner-sub1 *, .banner-sub2 * {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.icon1 p {
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.icon1 i {
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fb3f0e;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  margin-top: 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
}
.icon1+.icon1 {
  margin-top: 20px;
}

.basBody-vission{
    padding: 0px 90px 20px;
}
.basBody-Features{
    padding: 0px 90px 20px;

}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
     flex-direction:row!important;
}

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #ff0000;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 360px;
  background-color: #000000;
}

.services-block-three{
  /* margin-bottom: 30px; */
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    height: 140px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three-classes>a {
   
    height: 240px;
    
 
}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 5%;
    height: 14%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #f50b03;
    border-right: 2px solid #ff0000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 5%;
    height: 14%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #ff0000;
    border-left: 2px solid #f50303;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    text-align: center;
    font-size: 16px;
  color: #000000;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #f50303;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.why-choose-body-isthera{
   margin-left: 12%;
}

.admission-page-top{
    padding: 31px 65px 31px;
    background: #c6e2fa;
}