﻿
.stagename {
    background-color: #FFEB3B;
}
.stagecards{
    background-color: #E40C2B;
    padding: 0;
}
.stagecard p
{
    text-align:left;
    
}
.stagecard{
    margin-top: 20px;
    margin-bottom: 20px;
}
.table {
    background-color: #88d914;
    margin-top: 0;
}
.table2 th{
    border: 1px solid rgb(0, 0, 0);
}
.table2 td{
    border: 1px solid rgb(0, 0, 0);
}
.primary-table {
    background-color: #FFEB3B;
}
iframe {
    margin: auto;
    margin-top: 20px;
    margin-bottom:30px;
    width: 100%;
}
.videosinps{
    background-color: #0a37f691;}
.videosinps h1 {
    color:black;
    font-size: 40px;
    text-align: center;
    margin-top:13px;
    color: red;
}
.table0{
    background-color: #f0e5e5;
}
.table2 {
    margin: 20px 0 20px 0;
}
.phase1{
    background-color: #FFEB3B;
}

.headings {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Monotype Corsiva';
    font-size: 37px;
    font-weight: bold;
    color: red;
}
.card2 a{
    text-decoration: none;
}
@media screen and (min-width:101px) and (max-width:250px)
{
    .stagename h1 {
        margin: 80px 0px 80px 0px;
        color: orangered;
        font-size: 26px;
        font-family: 'Lucida Calligraphy';
        font-weight: bold;
    }
    iframe{
        width:100%;     
    }
    .table2{
        font-size:4px;
        width:100%;
    }
    
}
@media screen and (min-width:251px) and (max-width:500px)
{
    ul {
        color: #120d0d;
        text-align: center;
    }
    .stagename h1 {
        margin: 80px 0px 80px 0px;
        color: orangered;
        font-size: 26px;
        font-family: 'Lucida Calligraphy';
        font-weight: bold;
    }
    .stagecard {
        margin: 10px 0 20px 20px;
        

    }

    /* tab1 Preparatory Stage Subjects*/
    .activitytab
    {
        display:none;
    }
   iframe{
       width:100%;
   }
    
}
.table2{
    width: 100%;
   font-size: 8px;
}
@media screen and (min-width:501px) and (max-width:900px) 
{
    .stagename h1 {
        margin: 80px 0px 80px 0px;
        color: orangered;
        font-size: 26px;
        font-family: 'Lucida Calligraphy';
        font-weight: bold;
    }
    
    .accordiontab{
        display:none;
    }
   
        .stagecard p {
            text-align: left;
            font-size:13px;
        }
    .tab {
        float: left;
        border: 2px solid #eecf4bbd;
        background-color: #f9e546;
        width: 30%;
        height: auto;
        margin-bottom:100px;
        
    }
    .tabcontent {
        float: left;
        padding: 0px 0px;
        border: 1px solid #ccc;
        width: 70%;
        border-left: none;
        height: auto;
        background-color: red;
        
        border: 0.5px solid gray;
    }
    iframe {
        width: 100%;
        height: 70%;
        background-color: #E1E2E2;
    }
    .table2{
        width: 100%;
        font-size: 8px;

    }
}

@media screen and (min-width:900px) and (max-width:1200px) {
     .stagename h1 {
        margin: 80px 0px 80px 0px;
        color: rgb(237, 7, 7);
        font-size: 42px;
        font-family: 'Lucida Calligraphy';
        font-weight: bold;
    }
    .table2{
        width:100%;
        font-size: 10px;
    }
    .accordiontab{
        display:none;
    }
    .tab {
        float: left;
        border: 2px solid #eecf4bbd;
        background-color: #f9e546;
        width: 30%;
        height: auto;
    }
    .tabcontent {
        float: left;
        padding: 0px 12px;
        border: 1px solid #ccc;
        width: 70%;
        border-left: none;
        height: auto;
        margin-bottom: 10px;
        border: 0.5px red;
        background-color:red;
        
    }
   
}

@media screen and (min-width:1201px) and (max-width:2560px) {
    .stagename h1 {
        margin: 80px 0px 80px 0px;
        color: rgb(237, 7, 7);
        font-size: 42px;
        font-family: 'Lucida Calligraphy';
        font-weight: bold;
    }
    .stagecard {
        width: 80%;
        height: 100%;
    }
    .table2{
        width:auto;
        font-size: 15px;
    }
    .accordiontab {
        display: none;
    }
    
    .tab {
        float: left;
        border: 2px solid #eecf4bbd;
        background-color: #f9e546;
        width: 30%;
        height: 410px;
        
    }
    .tabcontent {
        float: left;
        padding: 0px 12px;
        border: 1px solid #ccc;
        width: 70%;
        border-left: none;
        height: auto;
        margin-bottom: 30px;
        border: 0.5px solid gray;
        background-color:red;
        
    }


    .iframe {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
}

user agent stylesheet table1 {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: black;
    width:50%;
}
.table1 td,th,tr{
    width:10%;
}

/* Style the tab */


    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: red;
            border: 0.5px solid gray;
        }

    








