


/* Level 1 page dropdown */

.level-1-main-container .page-selection-section .select-board-row{
    min-height: 55px;
}

.level-1-main-container .page-selection-section .board-select-box {
    appearance: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    height: 100% !important;
    background: url('/images/seopages/down-arrow-select.jpg');
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    cursor: pointer;
}


.level-1-main-container .page-selection-section .std-selection-box {
    background: #CBE0FF;
}

.level-1-main-container .page-selection-section .std-selection-box ul {
    justify-content: center;
    display: table;
    width: 100%;
}

.level-1-main-container .page-selection-section .std-selection-box .nav-pills .nav-link.active, .level-1-main-container .page-selection-section .std-selection-box .nav-pills .show>.nav-link {
    color: #000;
    background-color: #CBE0FF;
}

.level-1-main-container .page-selection-section .std-selection-box li {
    width: 19%;
    display: table-cell;
    border-radius: 0;
    /* background-color: #639DFF; */
    padding: 0px 3px;
}

.level-1-main-container .page-selection-section .std-selection-box li a{
    height: 160px;
    color: #000;
    font-size: 20px;
    border-radius: 0;
    background: #639DFF;
}

.level-1-main-container .page-selection-section .std-selection-box .tab-nav-std {
    font-size: 38px;
}

.level-1-main-container .page-selection-section .class-select-box {
    appearance: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    height: 100% !important;
    background: url('/images/seopages/down-arrow-select.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
}


.level-1-main-container .page-selection-section .std-selection-box .tab-content p{
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}


.level-1-main-container .board-we-teach-section .board-name{
    font-size: 20px;
    word-break: break-word;
}


.level-1-main-container .introductorypackages-content {
    background: linear-gradient(180deg, #FFCFB2 50%, #FEABA4  100%);
}




@media only screen and (max-width: 992px) {
    
    .level-1-main-container .page-selection-section .board-select-box {
        width: 100%;
        font-size: 18px;
    }

}

@media only screen and (max-width: 340px) {

    .level-1-main-container .board-we-teach-section .board-name {
        font-size: 17px;
    }

    .std-selection-box .h1, .std-selection-box h1 {
        font-size: 1.8rem;
    }

    .download-center-content input::placeholder{
        font-size: 13.5px;
    }
    
}
