body{
    display:flex;
    justify-content : center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100vw;
    overflow-x:hidden;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;;
}
.header{
    position:relative;
}
.middle-section{
    min-height:80vh;
}
.school-logo{
    display: flex;
    justify-content:center;
    align-items:center;
}
.school-logo img{
    width: 150px;
    height: 150px;
}
.all-body{
    width: 100vw;
    display:flex;
    justify-content : center;
    overflow:hidden;
}
.main-section{
    width: 80%;
    padding: 0px 10px 0 10px;
    /* padding:0; */
    box-sizing: border-box;
    box-shadow : 3px 3px 3px 7px rgb(0 0 0 / 10%);
}
.school-details .school-address{
    display:block;
    color: #fff;
    text-align:center;
}
.school-details .details{
    text-align : center;
    color: #000;
}
.school-details h1{
    font-weight: 800;
    padding-top: 20px;
}
nav ul{
    display: flex;
    justify-content: flex-start;
    margin: 0;
    margin-left: 0;
    padding-inline-start: 0px;
    overflow:hidden;
}
nav.mobile-version{
    display:none;
}
nav.mobile-version ul{
    display:block;
}
nav.mobile-version .mobile-nav-bar-menu{
    display:none;
}
nav ul li{
    list-style:none;
    border-right: 1px solid #fff;
    padding: 10px 0px;
}
ul li{
    list-style:none;
    overflow:hidden;
}
nav ul li:last-child{
    border-right: 0;
}
.mobile-nav-bar-menu li{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 10px;
    cursor:pointer;
    border-bottom: 1px solid #fff;
    padding-left:20px;
}
.mobile-nav-bar-menu a:last-child li{
    border-bottom: 0px solid #fff;
}
.mobile-nav-bar-menu li a.active{
    background: none;
}
.mobile-nav-bar-menu li.active, .mobile-nav-bar-menu li:hover{
    background:#ed2024!important;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
}
nav ul li a.active{
    background: #ed2024;
}
nav ul li a:hover{
    text-decoration : none;
    background: #ed2024;
    color: #fff;
}
.content{
    width: 100%;
    display: flex;
}
.content .left-content{
    width: 80%;
}
.content .right-content{
    width: 300px;
}
.history-heading{
    background: linear-gradient(-90deg, #138FDE, #003CA9);
    height: 100%;
    color: #fff;
    padding: 10px;
}
p{
    text-align : justify;

}
a{
    text-decoration: none;
}
a:hover{
    text-decoration : none;
    font-weight: 500;
}
.school-history p{
    margin : 0 0 0 10px;
    font-size: 18px;
}
.footer{
    padding: 15px 10px;
    background: #fff;
}
/* Student Borti Form Stylesheet */
.student-application{
    font-family:'Hind Siliguri'
}
.student-application h1{
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-top: 50px;
}
.student-application section {
    padding: 20px;
    padding-bottom: 9px;
    margin-bottom: 40px;
    box-shadow: 0 0 4px #807e7e;
}
form input[type=text], form select, form input[type=number]{
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .25px;
    border: 1px solid rgba(172,168,168,.5);
    margin-top: 5px;
    padding: 5px 10px;
    color: #3d4e5e;
    font-family:'Hind Siliguri'
}
.student-result label{
    font-size: 17px;
}
form select{
    padding: 2px 10px;
}
.student-application label{
    font-weight: 900;
    font-size: 16px;
}
.uppercase{
    text-transform: uppercase;
}
.required:after{
    content: "*";
    color: red;
    padding-left: 2px;
}
input[type=text]:focus{
    box-shadow: inset 0 0 4px #3598f5;
    transition: box-shadow .3s ease-in-out;
    border: 1px solid rgba(172,168,168,.5);
    margin-top: 5px;
    padding: 5px 10px;
}
.student-application .field{
    display: block;
    margin-bottom: 20px;
}
.student-application .notes{
    display: block;
    color: #161616;
    font-style:Italic;
    font-size: 16px;
}
.image-content{
    padding: 40px;
}
.image-content p{
    font-size: 17px;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    line-height: 1.5;
    padding-top: 20px;
}
.image-content .content{
    font-weight: 600;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    padding: 10px;
    border-top: 1px solid#B9B9B9;
    border-bottom: 1px solid#B9B9B9;
    text-align:center;
    display: block;
}
.all-school-system-details a{
    font-size: 17px;
}
.content .right-content ul a{
    font-size:15px;
}
.content .right-content ul{
    padding-left: 5px;
}
.image-content.notice p{
    font-size: 20px;
    padding-top:0!important;
    margin : 0 0 0!important;
}
.table-responsive{
    text-align:center;
}
.student-result td, .student-result th{
    border: 2px solid  #000!important;
    font-size: 15px;
    font-weight: 600;
}
.slider{
    margin-top: 20px;
}
.teacher-list .card{
    border: 1px solid rgba(172,168,168,.5);
    margin: 5px;
}
.teacher-list .card h3{
    font-weight:700;
}
.form-section input[type=submit]{
    width: 200px;
    font-size: 20px;
    padding: 10px;
}
.student-result .form-section input[type=submit]{
    width: 100px;
    font-size: 15px;
    padding: 5px;
}
/* Login CSS */
.section{
    display: flex;
    justify-content: center;
    align-items:center;
    text-align:center;
    width: 100%;
    height: 100%;
}
input{
    display: block;
    width: 100%;
    padding: 10px;
    font-size:15px!important;
    box-sizing: border-box!important;
    border-radius: 10px!important;
    margin: 10px 0px!important;
    border: 1px solid rgba(172,168,168,.5)!important;
}
.admin-login{
    width: 360px;
    padding:20px;
    box-shadow : 3px 3px 3px 7px rgb(0 0 0 / 10%);
    border-radius: 50px 0 50px 0;
    margin: 0 10px;
}
button{
    cursor:pointer;
}
.is-today .vc-focusable{
    background-color: blue!important;
    color: #fff;
}
.vc-bordered{
    width: 100%!important;
}
form button{
    padding: 10px 40px;
    cursor:pointer;
    background: #013C57;
    color: #fff;
    border-radius: 20px;

}
.profile-section{
    width: 400px;box-shadow:3px 3px 3px 7px rgb(0 0 0 / 10%); padding: 20px;
}
.profile-detail-conent .profile-details{
    margin-bottom: 15px;
    font-size: 20px;
    color: #726A6A;
}
.profile-detail-conent .profile-details strong{
    color: #000;
}

.profile-picture .preview {
    position: relative;
}
.profile-picture button{
    padding: 2px 10px;
    color: #fff;
    background: #000;
    font-size: 17px;
    position: absolute;
    left:50%;
    margin-left: 30px;
    bottom:20px;
    transfor:translateX(-50%);
}
.profile-picture label{

}
.profile-picture .preview img{
    border-radius: 50%;
    border: 4px solid #000;
}
.profile-picture .preview input{
    display: none;
}
.profile-section .fa-camera{
    font-size: 22px;
    cursor:pointer;
    position: absolute;
    left:50%;
    margin-left: 40px;
    bottom:30px;
    transfor:translateX(-50%);
    padding: 8px;
    color: #000;
    border-radius: 50%;
    background: #ccc;
}
.loading {
    top: 0;
    left:0;
    width: 100vw;
    height:100vh;
    background: #000;
    position: fixed;
    opacity: 0.7;
    z-index: 11111111111111111111111111111111111;
    display: flex;
    justify-content: center;
    align-items:center
}
.loading div {
    width: 20px;
    height: 20px;
    margin: 2rem 0.3rem;
    background: #fff;
    border-radius: 50%;
    animation: 0.9s bounce infinite alternate;


  }
.loading div:nth-child(2){
    animation-delay: 0.3s
}
.loading div:nth-child(3){
    animation-delay: 0.6s
}
@keyframes bounce {
to {
    opacity: 0.4;
    transform: translate3d(0, -1rem, 0);
}
}
.not-download{
    color: #000;
    opacity: 0.7;
}
/* End Login CSS */
@media only screen and (max-width: 1250px) {
.main-section{
    width: 90%;
}
}
@media only screen and (max-width: 1050px) {
    .main-section{
        width: 95%;
    }
    .school-details h1{
        font-size: 35px!important;
    }
}
@media only screen and (max-width: 768px) {
    .profile-section{
        box-shadow:none;
    }
    .profile-detail-conent .profile-details{
        font-size: 15px;
    }
    .main-section{
        width: 100%;
    }
    .school-details h1{
        font-size: 20px!important;
    }
    .logo-side{
        display:none;
    }
    .logo-and-address{
        padding-top:10px!important;
        padding-bottom:10px!important;
    }
    .school-details h1{
        padding-top:10px!important;
    }
    .school-details .school-address{
        font-size:15px!important;
    }
    nav.desktop-version{
        display:none;
    }
    nav.mobile-version{
        display:block;
    }
    .moile-bar-icon a{
        cursor:pointer;
    }
    .moile-bar-icon{
        background:#000;
    }
    .moile-bar-icon a{
        background: #000;

    }
    .main-section {
        padding: 0px 7px 0 7px;
    }
    .preview-and-instruction{
        display:block!important;
    }
    .school-history p{
        margin : 0 10px 50px 10px;
    }
    .school-history img.content-image{
        float : none!important;
        max-width: 100%!important;
        padding-right:0!important;
    }
    .content{
        display:block!important;
    }
    .content .left-content{
        width: 100%;
    }
    .principal-viceprincipal-history{
        display:block!important;
    }
    .principal-viceprincipal-history .principal-history, .principal-viceprincipal-history .vice-principal-history{
        width: 100%!important;
    }
    .all-school-system-details .vice-principal-history{
        width: 100%!important;
    }
    .all-school-system-details img{
        width: 100px!important;
        height: 100px!important;
    }
    .content .right-content{
        width: 100%!important;
    }
    .image-content.notice p{
        font-size: 17px;
    }
    .image-content{
        padding:10px!important;
    }
}
