html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'Virendra';
    src: url('/fonts/Virendra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Virendra', sans-serif;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
.container-fluid {
    width: auto !important;
}


/*................................................*/





/*......................Header Starts..........................*/
.navBg{
    background-color: white;
    padding: 15px 0px;
    position: relative;
}
.navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 10px 50px;
    z-index: 3;
    font-size: 17px;
    font-family: 'Cambria Math';
    background-color: #ebecee;
    /*border-bottom: 2px solid #bcbcbc;*/
    /*box-shadow: inset 0px 0px 10px 0px #bcbcbc;*/
}

.navbar-brand {
    padding: 0px;
}

.navBar a {
    color: #2f74ba ;
    font-weight: 600;
    font-size: 15px;
}

.navBar .logo a {
    color: #2f74ba !important;
    font-weight: 600;
    font-size: 20px;
}

/*.navBar a:hover {
    color: #bcbcbc !important;
    cursor: pointer;
}*/
.nav-link {
    padding: .5rem;
    margin-right: 10px;
    margin-top: 4px;
}
.bNavbar a:hover {
    color: red;
}

.navBar li.active {
    color: #2f74ba;
}

li.nav-item {
    display: flex;
    align-items: center;
}

.sprihaLogo {
    margin-right: 20px;
    color: #1a73e8;
}

    .sprihaLogo img {
        height: 100px;
        width: 100px;
        /*position: relative;
        bottom: 25px;*/
        /*border: 1px solid #AD1920;
        border-radius: 0px 10px;
        border-bottom-right-radius: 0px;*/
    }
.sprihaLogo1 span{
    position: relative;
    left: 10px;
    color: #4970b3;
    font-size: 18px;
    font-weight: 600;
}
.sprihaLogo1 img {
    height: 45px;
    width: 50px;
    /*position: relative;
    bottom: 25px;*/
}
.menu{
    /*margin-right: 75px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickTestCircle {
    background-color: #4970b3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 40px;
    z-index: 9;
    height: 140px;
    width: 140px;
}
    .quickTestCircle ul{
        margin: 0px;
        padding: 0px;
    }
    .quickTestCircle li {
        list-style: none;
    }
    .quickTestCircle a {
        color: white !important;
        text-align: center;
    }
    .nav > li > a {
        padding: 10px 20px;
    }

.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 20px;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid red;
}
.titleSpriha {
    color: #2f74ba;
    font-size: 30px;
    font-weight: bold;
}
.titleSprihaFooter {
    color: #2f74ba ;
    font-size: 20px;
    font-weight: bold;
}
.sloganSpriha {
    font-size: 14px;
    color: #001844;
    text-align: end;
}
.sloganSprihaFooter {
    font-size: 12px;
    color: #001844;
    text-align: end;
}
.sprihaLogoFooter img {
    height: 75px;
    width: 75px;
}
/*......................Header Ends..........................*/
/*......................Common Starts..........................*/
/*.container {*/
/* max-width: 900px; */
/*margin: auto;
    background: white;
    padding: 40px;
    border-radius: 0px;*/
/* border: 1px solid #1a73e8 ; */
/*box-shadow: 0 0 10px 0px #bcbcbc;
    background: linear-gradient(to right, rgba(0, 24, 68, 0.3), rgba(188, 188, 188, 0.5));
}*/
.titleMain {
    background: linear-gradient(to bottom, rgba(0, 24, 68, 0.2), rgba(188, 188, 188, 0.3));
    padding: 20px;
    text-align: center;
    color: #001844;
    font-size: 20px;
    font-weight: 600;
    /*box-shadow: 0px 1px 10px rgba(0,24,68,0.4);*/
}
.form-floating > .form-control {
    padding: 10px;
    border: 1px solid #bcbcbc;
    color: gray;
}

    .form-floating > .form-control:focus {
        /*border: none;
        outline: none;*/
        box-shadow: none
    }

.form-floating {
    height: 45px;
    /*margin-bottom: 0.5rem;*/
}

    .form-floating > label {
        font-size: 0.8rem;
        padding: 0.7rem .5rem;
        color: gray;
    }

    .form-floating > .form-control {
        height: 100%;
        padding: 0.25rem 0.5rem;
        box-sizing: border-box;
        border-radius: 0px;
    }

/*......................Common Ends..........................*/



/*......................Home Page Starts..........................*/

.hero {
    height: 70vh;
    display: flex;
    /* background: linear-gradient(to bottom right, rgba(26, 115, 232, 0.4), rgba(255, 255, 255, 0.2)); */
    /* background: linear-gradient(to right, #001844, #3b5998); */
    /* padding: 10px; */
}
.hero-2 {
    height: 80vh;
    display: flex;
}
.slideShow {
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0 0 100px 10px #001844; */
    /* padding: 5rem 10rem; */
    /*  padding-block: calc(.25rem*12);
            padding-inline: calc(.25rem*4); */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 150px 0px #001844;
    /*background-image: linear-gradient(to bottom, rgba(0, 59, 114, 0.2) 0%, rgba(0, 14, 28, 0.3) 100%);*/
    /*background: linear-gradient(to top, rgba(0, 24, 68, 0.7), rgba(0, 24, 68, 0.3));*/
    /*z-index: 2;*/
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 30px 0px #001844;
    /*background-image: linear-gradient(to bottom, rgba(0, 59, 114, 0.2) 0%, rgba(0, 14, 28, 0.3) 100%);*/
    /*background: linear-gradient(to top, rgba(0, 24, 68, 0.7), rgba(0, 24, 68, 0.3));*/
    /*z-index: 2;*/
}
.carouselExampleIndicators {

}
.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100%;
    object-fit: cover;
}
    .carousel, .carousel-inner, .carousel-item, .carousel-item img {
        object-fit: inherit;
        /* box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1); */
        /* border-radius: 25px; */
    }
.admissionForm {
    width: 30%;
    padding: 3rem 2rem;
    /* border: 1px solid #bcbcbc; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: inset 0 0 5px 0px #1a73e8; */
    box-shadow: inset 0 0 100px 10px #001844;
    background: #075965;
}
.admissionFromInner {
    width: 100%;
}
.submitBtn {
    width: 100%;
    /*color: rgba(0, 14, 28, 0.8);*/
    color: white;
    font-size: 17px;
    font-weight: 500;
    background-color: #9b7537;
    opacity: 0.8;
    border: 1px solid #9b7537;
    /*border-radius: 5px;*/
    padding: 8px;
    font-family: cursive;
}

    .submitBtn:hover {
        border: 1px solid #9b7537;
        background-color: white;
        color: #9b7537;
        box-shadow: inset 0 0 20px 0px #9b7537;
    }

.wrapper {
    /*position: relative;*/
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.image {
    /*position: absolute;*/
    z-index: 1;
    opacity: 0.9;
    padding: 15px;
}
/*.img1 {
    top: 5%;
    left: 2%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #bcbcbc;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-15deg); */
/*}*/

/*.img2 {
    top: 10%;
    left: 16%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(10deg); */
/*}*/

/*.img3 {
    top: 5%;
    left: 30%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(5deg); */
/*}*/

/*.img4 {
    top: 10%;
    left: 44%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/

/*.img5 {
    top: 5%;
    right: 30%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/
/*.img6 {
    top: 10%;
    right: 16%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}*/
/*.img7 {
    top: 5%;
    right: 2%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/
/*.img8 {
    top: 35%;
    left: 2%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.img9 {
    top: 40%;
    left: 16%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.img10 {
    top: 35%;
    left: 30%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.img15 {
    top: 10%;
    right: 16%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}*/

/*.img7 {*/
    
    /* transform: rotate(-20deg); */
/*}

.img8 {*/
    
    /* transform: rotate(-20deg); */
/*}*/

/*.img9 {
    bottom: 5%;
    left: 2%;
    height: 80px;
    width: 100px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/

/*.img10 {
    bottom: 10%;
    left: 16%;
    height: 80px;
    width: 100px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/

/*.img11 {
    bottom: 5%;
    left: 30%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}

.img12 {
    bottom: 10%;
    left: 44%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}

.img13 {
    bottom: 5%;
    right: 30%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /*transform: rotate(-20deg);*/
/*}

.img14 {
    bottom: 10%;
    right: 16%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    /* transform: rotate(-20deg); */
/*}*/

/* .img15 {
            bottom: 10%;
            right: 35%;
            height: 100px;
            width: 160px;
        } */

/*.img16 {
    bottom: 5%;
    right: 2%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.img17 {
    bottom: 50px;
    right: 5%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.img18 {
    bottom: 50px;
    right: 5%;
    height: 80px;
    width: 80px;
    border: 1px solid #2f74ba;
    box-shadow: 0 0 10px 0px #2f74ba;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}*/

.image img {
    width: 100%;
     height: 100%; 
     /*padding: 10px 0px;*/
     border-radius: 5px; 
     box-shadow: 0 0px 6px 0px #bcbcbc; 

}
    /*.image img:hover {
        transform: translateY(-5px), translateX(-5px);
        transition: all .25s cubic-bezier(.02,.01,.47,1);
        cursor: pointer;
    }*/
    .text {
        position: absolute;
        inset: 0;
        margin: auto;
        max-width: 600px;
        height: 100px;
        color: white;
        text-align: center;
    }

/*......................Home Page Ends..........................*/


/*......................About Spriha Starts..........................*/
.about-spriha {
    /* background: linear-gradient(to right, #e0f7fa, #e1bee7); */
    /* background-color: #f1f1f1; */
    /*padding: 60px 20px;*/
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}
    .about-spriha h2 {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 30px;
        color: #1a73e8;
    }

    .about-spriha h3 {
        color: #001844;
        margin-top: 30px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .about-spriha p {
        font-size: 1.05rem;
        line-height: 1.8;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, 0.6);
    }

    .about-spriha ul {
        padding-left: 20px;
        margin-bottom: 15px;
    }

        .about-spriha ul li {
            margin-bottom: 8px;
        }
.about-sprihaBody {
    /*background: linear-gradient(to bottom, rgba(0, 24, 68, 0.4), rgba(188, 188, 188, 0.5));*/
    /*background: linear-gradient(to right, rgba(0, 24, 68, 0.3), rgba(188, 188, 188, 0.5));*/
    padding: 40px;
    /*text-align: center;*/
    color: #001844;
    font-size: 20px;
    /*font-weight: 600;*/
    /* box-shadow: inset 0px 0px 3px 0px #1a73e8; */
    /* box-shadow: 0px 3px 3px rgba(119,118,121,.5); */
    /*box-shadow: 0px 1px 10px rgba(0,24,68,0.4);*/
}
/*......................About Spriha Ends..........................*/
.slideShow {
    /*width: 60%;*/
    /*padding: 10px;*/
    /*border: 1px solid #1a73e8;*/
    /*box-shadow: inset 0 0 5px 0 #1a73e8;*/
}

.form {
    width: 40%;
    padding: 10px;
}

* {
    box-sizing: border-box;
}

/*body {
    font-family: Verdana, sans-serif;
    margin: 0;
}
*/
.mySlides {
    display: none;
}

/*img {
    vertical-align: middle;
    height: 250px;
}*/





#sub-footer {
    padding: 20px;
    background: #ebecee;
}

.executiveCommiteeMain {
    padding: 5rem 2rem;
    /*background-color: #f1f1f1;*/
}

.executiveCommitee {
    display: block;
    height: auto;
    border: 1px solid #1a73e8;
    border-radius: 10px;
    padding: 0px;
    background-color: white;
    box-shadow: inset 0px 0px 3px 0px #1a73e8;
}

.executiveCommiteeMember {
    height: auto;
    width: 33%;
    border: 1px solid #1a73e8;
    /*border-radius: 5px;*/
    margin: 1%;
    padding: 0px;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 3px 0px #1a73e8;
}

.titleEC h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #B52F36;
    padding: 8px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0px;
    font-family: cursive;
}

.nameEC {
    padding: 10px 0 0;
    border-top: 1px solid #bcbcbc;
}

    .nameEC h1 {
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        color: gray;
        padding: 0% 3%;
        font-family: 'Cambria Math';
    }

        .nameEC h1 .title {
            font-size: 17px;
            font-weight: 500;
            color: #1a73e8;
            font-family: 'Cambria Math';
        }

.fMenu a {
    font-weight: 600;
    font-size: 15px;
}
.header {
    display: block;
}
.resHeader{
    display: none;
}
.programs {
    display: block;
}
.programs a{
    text-decoration: none;
}
.resPrograms {
    display: none;
}
.resPrograms2 {
    display: none;
}
.slideShow{
    display: block
}
.slideShowRes{
    display: none;
}
.admissionForm h2 {
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    /*font-size: 20px;*/
}
hr:not([size]){
    height: 3px;
}
hr{
    margin: 1rem 2rem;
}
.logoFooter{
    display: flex;
    justify-content: center;
}
.aboutSprihaFooter{
    padding: 15px 20px;
}
.aboutSprihaFooter p{
    font-size: 13px;
    text-align: justify;
    color: gray;
    margin-bottom: 5px;
}
.socialMedia h3 {
    color: #4970b3;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.socialMedia ul li{
    text-align: center;
    list-style: none;
}
.socialMedia ul li a {
    color: gray;
    text-decoration: none;
}
.companyInfo h3 {
    color: #4970b3;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.copyright {
    padding: 10px 20px;
    border: 1px solid #001844;
    /*background: linear-gradient(to right, rgba(0, 24, 68, 0.7), rgba(188, 188, 188, 0.7));*/
}
@media (max-width: 850px) {
    .resHeader {
        display: block;
    }

    .header {
        display: none;
    }

    .sprihaLogoRes img {
        height: 55px;
        width: 55px;
    }

    .navBar {
        position: relative;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
    }

        .navBar a {
            color: #f1f1f1;
        }

        .navBar ul {
            display: flex;
            gap: 30px;
            align-items: center;
            /*background: gray;
            opacity: 0.8;*/
            /*background: linear-gradient(to top, rgba(173, 25, 32, 0.5) 20%, rgba(173, 25, 32, 0.9) 100%) !important;*/
            background: linear-gradient(to bottom, rgba(0, 24, 68, 0.9), rgba(47, 116, 186, 0.9));
            /*background: linear-gradient(to bottom, rgba(47, 116, 186, 1), rgba(188, 188, 188, 1));*/
        }

        .navBar ul {
            position: absolute;
            top: 65px;
            left: 0;
            right: 0;
            flex-direction: column;
            text-align: center;
            gap: 0;
            overflow: hidden;
        }

            .navBar ul li a {
                text-decoration: none;
                color: #f1f1f1;
                font-size: 12px;
            }

    .nav-link {
        padding: 3px !important;
    }

    #menuList {
        transition: all 1s;
        padding-left: 0px;
        border-bottom: 1px solid #2f74ba;
        display: flex;
        justify-content: center;
        /*padding: 10px;*/
    }

    li.nav-item {
        padding: 10px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid red;
    }

    .navBar .logo a {
        font-size: 17px !important;
    }

    .programs {
        display: none;
    }

    .resPrograms {
        display: block;
        padding: 3rem !important;
    }

    .title {
    }

    .slideShow {
        display: none;
    }

    .slideShowRes {
        display: block;
        width: 100%;
        height: 100%;
    }

    .carousel, .carousel-inner, .carousel-item, .carousel-item img {
        object-fit: inherit;
    }

    .hero-2 {
        display: grid;
        height: auto;
    }

    .video-container {
        width: 100% !important;
        height: 35vh;
    }

    .admissionForm {
        width: 100%;
        padding: 3rem 2rem;
    }

    .hero-3 {
        display: inline !important;
    }

    .aboutSpriha {
        width: 100% !important;
        padding: 20px;
    }

    .teachersMain {
        width: 100% !important;
    }

    .wrapper {
        display: flex;
        justify-content: center;
    }

    .image img {
        height: 100px;
        width: 100px;
    }

    .image {
        padding: 10px;
        width: fit-content;
    }

    .teacherTitleMain {
        font-size: 17px !important;
    }

    .teachersList {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }

    .programsTitle {
        padding: 10px 50px !important;
        font-size: 17px !important;
    }

    .titleMain {
        font-size: 15px !important;
        padding: 12px !important;
    }

    .about-sprihaBody {
        padding: 25px !important;
    }

    .about-spriha h3 {
        margin-top: 10px !important;
        font-size: 14px !important;
    }

    .about-spriha p {
        font-size: 12px !important;
    }

    .heading {
        font-size: 30px !important;
        padding: 15px !important;
        line-height: 40px !important;
        transform: skewY(-10deg) !important;
    }

    .small-heading {
        font-size: 13px !important;
        padding: 10px !important;
        line-height: 20px !important;
        transform: skewY(-10deg) !important;
        bottom: -30px !important;
    }

    .heading:before {
        top: -25px !important;
    }

    .coming-soon-inner:before {
        top: -25px !important;
        transform: skewY(-10deg) !important;
    }

    .sprihaLogo1 img {
        height: 40px;
        width: 45px;
    }

    .gallery div {
        padding: 0px;
    }

        .gallery div img {
            width: 60px;
            border-radius: 3px;
        }

    .teachersMain {
        padding: 20px !important;
    }

    .aboutSpriha h3 {
        font-size: 17px !important;
    }

    .aboutSpriha p {
        font-size: 13px !important;
    }

    .gallery div img {
        height: 160px !important;
        width: 110px !important;
    }

    .executiveCommiteeMain {
        padding: 20px !important;
    }

    .card-img-top {
        height: 200px !important;
    }

    .card-body {
        padding: 15px !important;
    }

    .card-title {
        font-size: 15px;
    }

    .card p {
        font-size: 13px;
    }

    .programBtn {
        font-size: 13px;
        padding: 5px !important;
        width: 50% !important;
    }

    .form-floating {
        height: 40px !important;
    }

    .admissionForm h2 {
        font-size: 20px;
    }

    .submitBtn {
        font-size: 15px;
    }

    .socialMedia h3 {
        font-size: 17px;
    }

    .companyInfo h3 {
        font-size: 17px;
    }

    .sprihaLogo1 span {
        font-size: 15px;
    }
    .mfooter{
        position: relative !important;
    }
    .teacherName h2{
        font-size: 13px !important;
    }
    .subjectName h2 {
        font-size: 10px !important;
    }
    .teacherDetails {
        padding: 0 10px 30px !important;
    }
    .card{
        height: 275px !important;
    }
    .aboutTeacher h2 {
        font-size: 11px !important;
    }
    .headerColor{
        height: 60px !important;
    }
    .teacherImgBorder1{
        height: 80px !important;
        width: 80px !important;
    }
    .roundImgMargin {
        margin-top: -40px !important;
    }
    .titleSpriha {
        font-size: 17px;
    }
    .titleSprihaFooter {
        font-size: 17px;
    }
    .roundedBg {
        padding: 5px 10px 5px !important;
    }
    .sloganSpriha {
        font-size: 10px;
    }
    .sloganSprihaFooter {
        font-size: 10px;
    }
    .sprihaLogoFooter img {
        height: 55px;
        width: 55px;
    }
    .resPrograms2{
        display: block;
    }
    hr {
        margin: 0.5rem 1rem;
    }
}