@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    background-color: #F6F7FA;
    padding: 0;
    margin: 0; 
    font-family: "Roboto", sans-serif;   
}

header nav.navbar.fixed-top {
    box-shadow: 0px 3px 10px 2px #e1e1e1;
}
.tabs-box{
    margin-top:140px ;
}
.left-bx {
    width: 28%;
    margin: 0 40px 0 0 !important;
}
.left-bx button {
    color: #77768B;
    text-align: left;
    transition: all 0.5s;
    padding: 9px 9px;
    margin: 6px 0;
}
.left-bx .nav-link.active {
    background: #fff;
    color: #77768B;
}
.tab-content{
    width: 100%;
}
.top-head {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding: 10px 30px;
    border-radius: 30px 30px 0 0;
    margin-bottom: 10px;
}
.top-head.download-bx {
    justify-content: space-between;
}

.top-head h1 {
    font-weight: 800;
    font-size: 32px;
    padding: 0 0 0 0px;
    margin: 0;
}
img.handicon {
    margin: 0 12px 0 0;
} 
.white-bx{
    background-color: white;
    padding: 10px 30px;
    margin-bottom: 6px;
}
.white-bx p{
    padding: 0px 0 0px 0 ;
    margin: 0px;
}
table.table-bx {
    border: 1px solid #000;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
table.table-bx tr td {
    border: 1px solid #000;
    padding: 6px 20px;
}
table.table-bx tr th{
    padding: 6px 20px;
    border: 1px solid #000;
    font-size: 16px;
}

.bottom-head{
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding: 12px 30px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 10px;
}
.bottom-head p{
    margin: 0px;
}
a.download-btn {
    background: #1B84FF;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 21px;
    border-radius: 26px;
    font-size: 16px;
    min-width: 156px;
    transition: all 0.5s;
    margin: 0 8px;
}
a.download-btn img {
    margin: 0 11px 0 0;
}
a.download-btn:hover {
    background-color: #000;
}
.four-bx{
    justify-content: space-between;
    margin: 0;
}
.white-bx.fees-bx {
    border-radius: 17px;
    box-shadow: 0 0 12px 1px #0000001a;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 48.6%;
    margin-bottom: 30px;
}
.logo-school {
    width: 100%;
    height: 280px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
}
p.check.list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:767px){
    .main-tabsbx {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .left-bx {
        width: 100%;
        margin: 0 !important;
        display: flex;
        height: 60px;
        overflow-x: scroll;
    }
    .left-bx button {
        padding: 0 14px;
        margin: 6px 0;
        border-right: 1px solid #716c6c;
        border-radius: 0 !important;
    }
    .top-head{
        padding: 10px 12px;
    }
    .top-head h1{
        font-size: 22px !important;
        text-align: center;
    }
    .top-head.download-bx {
        justify-content: center;
        flex-wrap: wrap;
    }
    a.download-btn {
        padding: 6px 9px;
        font-size: 14px;        
        margin: 0 4px;
        text-align: center;
    }
    .white-bx.fees-bx{
        width: 100%;
    }
    
}   