﻿.vidyapeeth-name {
    color: #9a2827;
    font-size: 15px;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    /* height: 86px; */
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 10px 0px;
    border-bottom: 2px solid #9a2827;
}

.deam {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.add {
    font-size: 12px;
}

.clg-name {
    font-size: 24px;
    line-height: normal;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #9a2827;
}

.faq .faq-list .collapsed:hover {
    color: #444446;
    cursor: default;
}
/*.btn-buy:hover {
    cursor: no-drop;
}*/
.logo-wrap {
    padding-top: 20px;
}

.img-mob {
    display: none;
}

li {
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
}

.top-sec {
    background-color: #9a2827;
    padding: 5px 0px;
}

.con-home a {
    color: #FFF;
    font-size: 14px;
}

.top-head {
    display: flex;
    justify-content: center;
}

.mob-show {
    display: none;
    justify-content: center;
}

.custom-ul {
    margin-top: 20px;
}

    .custom-ul li {
        color: #fff;
        list-style: none;
        margin-bottom: 10px;
    }


.container {
    color: #333;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
}



li span {
    display: block;
    font-size: 2.5rem;
}

.emoji {
    display: none;
    padding: 1rem;
}

    .emoji span {
        font-size: 4rem;
        padding: 0 .5rem;
    }

.countdown {
    padding: 30px;
}

.headline {
}

.countdown ul li {
    /* min-width: 55px; */
    width: 148px;
    height: auto;
    margin-right: 30px;
    background-color: #940000;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 20px;
}

@media all and (max-width: 768px) {
    h1 {
        font-size: calc(1.5rem * var(--smaller));
    }

    li {
        font-size: calc(1.125rem * var(--smaller));
    }

        li span {
            font-size: calc(3.375rem * var(--smaller));
        }
}
/*@media only screen and (max-width: 767px) {
    
}

@media (max-width: 575px) {
   
}*/
@media (max-width: 991px) {
    .con-home a {
        color: #FFF;
    }
}


@media(max-width:767px) {
    .logo-img {
        display: none;
    }


    .mob-hide {
        display: none;
    }

    .logo-wrap {
        padding-top: 0px;
        margin: 0 auto;
        text-align: center;
    }

    .img-mob {
        display: block;
    }

    .img-desk {
        display: none;
    }

    .naac-re-accredited {
        display: none;
    }

    .title2 {
        font-size: 18px;
    }

    .title1 {
        font-size: 22px;
    }

    #hero {
        padding-top: 150px;
    }

    .con-home.home-right a {
        display: block;
    }

    .con-home {
        display: flex;
        justify-content: center;
    }
}
