﻿/*Margins*/
html {
    height: 100%;
}

body {
    background-color: #ecf2fa;
    min-height: 100%;
    position: relative;
}

.mt0 {
    margin-top: 0;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.text-danger {
    color: #f82249 !important;
}

.innerBannerContent {
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #4099ff, #6E7FF3);
    text-align: left;
    padding: 30px;
    bottom: 0;
}

    .innerBannerContent h3, p {
        color: #fff;
    }

.innerBanner {
    width: 100%;
    /*min-height: 36vh;*/
    overflow: hidden;
}

    .innerBanner img {
        height: 390px;
        width: 100%;
    }

.scholladdBtn .btn {
}

.section-with-bg {
    background-color: #ecf2fa;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}


/*tab section*/
.contentStart p {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 32px;
}

.contentStart.arrow h2 {
    color: #0e1b4d;
    font-size: 22px;
    background-image: url(/images/next.png);
    background-repeat: no-repeat;
    margin: 0px 1px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contentStart table tr td {
    font-size: 16px;
    padding: 15px;
}

#schedule .nav-tabs {
    border-bottom: none;
    margin-top: 50px;
    margin-bottom: 50px;
    margin: 50px auto;
}

    #schedule .nav-tabs > li {
        font-size: 1.3em;
    }

        #schedule .nav-tabs > li > a {
            border: none;
            border-radius: 5px;
            background-color: #3b6dff;
            color: #fff;
            padding: 10px 28px;
            font-size: 1em;
            margin-left: 5px;
            margin-top: 10px;
            box-shadow: 3px 3px 3px #d2d2d2;
        }

        #schedule .nav-tabs > li.active > a, #schedule .nav-tabs > li.active > a:focus, #schedule .nav-tabs > li.active > a:hover {
            background-color: #002284;
            color: #fff;
        }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0e1b4d;
}

#schedule .nav-tabs > li.active > a, #schedule .nav-tabs > li.active > a:focus, #schedule .nav-tabs > li.active > a:hover {
    border: none;
}

.bb {
    border-bottom: 1px solid #ddd;
}

.p-2 {
    padding: 1em;
}
/*Form*/
.onlineAdmissionForm {
    background-color: #fff;
    box-shadow: 1px 3px 11px 1px #dbeaff;
    padding: 20px 20px 50px;
}

    .onlineAdmissionForm input, select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888888;
        padding: 9px;
    }

    .onlineAdmissionForm textarea {
        width: 100%;
        border: 1px solid #ddd;
        box-shadow: 3px 4px 2px -3px #DDD;
    }

.form_heading {
    /*color: #0e1b4d;
    margin: 0;
    border-bottom: 1px solid #d0e1ff;
    margin-bottom: 35px;
    padding-bottom: 6px;
    font-size: 20px;*/
    color: white;
    background: steelblue;
    margin: -20px -20px 35px;
    padding-bottom: 12px;
    font-size: 20px;
    padding:5px;
}

.onlineAdmissionForm h4 {
    color: #0f3073;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 2px;
}

.availableClass h4 {
    color: #000;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.availableClass p {
    color: #05179a;
    font-size: 16px;
}

    .availableClass p em {
        color: #f95f24;
    }

        .availableClass p em + span, .availableClass p em + span a {
            color: #3b6dff;
        }
/*fotter*/
footer {
    position: absolute;
    right: 0;
    left: 0;
    padding: 1rem;
    background-color: #424141;
    text-align: center;
}

    footer p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }

@media only screen and (max-width: 1024px) {
    #schedule .nav-tabs > li {
        width: 33%;
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    #schedule .nav-tabs > li {
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    #schedule .nav-tabs > li {
        width: 100%;
    }

    .topImage {
        display: none;
    }

    .scholladdBtn {
        text-align: left;
    }
}


/*Chat System*/
.blogLinks h3 {
    background-color: #ffcd18;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}

.blog_Card a {
    background-color: #ffeeaf;
    padding: 18px 10px 19px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #555;
    font-size: 16px;
}

.videoSection2 {
    background-color: #9dd647;
    padding: 20px 20px 20px;
    margin-top: 20px;
}

.blog_Card span {
    color: #000;
}

.videoSection2 .btn-warning {
    background-color: #fff700;
    border-color: #ded80b;
}

    .videoSection2 .btn-warning a {
        color: #000;
    }
/*Visitor Form*/
.instructionBtn-detail {
    background-color: #bae5ff;
    border: 1px solid #89d3ff;
    padding: 5px;
    margin-bottom: 15px;
}

    .instructionBtn-detail .btn-info {
        color: #fff;
        background-color: #00c1fb;
        border-color: #46b8da;
    }

    .instructionBtn-detail h3 {
        color: indianred;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        padding-left: 6px;
    }

    .instructionBtn-detail ol {
        padding-left: 23px;
    }

        .instructionBtn-detail ol li {
            font-size: 14px;
            color: #555;
        }

    .instructionBtn-detail .btn-warning {
        padding: 2px !important;
    }

.uploadImg {
    padding: 15px;
    background-color: #ffe8e8;
}
/*Social icon*/
.socialbtn {
    margin-top: 5px;
    margin-right: 38px;
}

    .socialbtn a i {
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        box-shadow: 1px 2px 3px #455fff;
        margin-right: 5px;
        border: 1px solid #fff;
        font-size: 18px;
        border-radius: 5px;
    }

.bg-primary {
    color: #fff;
    background-color: #002284;
}

.bg-danger {
    background-color: #fb4444;
    color: #fff;
}

.bg-info {
    background-color: #00c4ff;
    color: #fff;
}

.modal-footer.bottom {
    border-top: none !important;
    border-bottom: 1px solid #e5e5e5;
}

.criteriaText {
    margin-top: 25px;
    background-color: #fff5d0;
    padding: 10px;
    border-radius: 5px;
}

    .criteriaText p {
        margin-bottom: 0px;
        color: #000;
        padding: 0;
    }
