/* heading for index main */

.cmt-stickable-header.fixed-header {
    z-index: 111;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}


.heading {

    text-align: center;
    padding: 10px 0px 10px 0px;
}

a.agree_btn {
    background-color: #143d7d;
    color: white;

    padding: 15px 0px;
    border-radius: 10px;
    display: block;
    text-align: center;

}
a.agree_btn:hover{
    color: white !important;
}
.head {
    display: flex;
    align-items: center;
}
.head > h6 {
    margin-bottom: 0px !important;
    margin-left: 3p;
    margin-left: 10px;
}

.heading>h3 {
    color: #e12a24;
}

.heading>h2 {
    color: #193b80;
}

.video {
    padding: 10px 10px 20px 10px;
}

.head>h4 {
    text-align: center;
}

.main {
    text-align: center;
}

.the-main>h4 {
    color: #163b81;
    text-align: center;
}
.the-main>h2 {
    color: #163b81;
    text-align: center;
}
.the-main>h5 {
    color: #163b81;
}
form {
    margin: 40px 0px;
}
.lab {
    margin: 10px 0px;
}
.lab>label {
    color: #143c83;
    font-size: 16px;
    font-weight: 400;
}
table {
    border: 1px solid;
    margin: 20px 0px;
}
tr>th {
    background-color: #153c7e;
    color: white;
    border: 1px solid;
    padding: 5px;
    text-align: center;
}
form>h4 {
    text-align: center;
    color: #163c7a;
}


















































@media only screen and (max-width: 770px) {
    table{
        
    }

}