@import url('https://fonts.googleapis.com/css?family=Hind|Roboto');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova&display=swap');

.common-title {
    color: #262D52;
    font-size: 45px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 44px;
}

.common-title:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #00356b;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .common-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .common-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .common-title {
        font-size: 28px;
    }
}

.common-sub-title {
    font-size: 30px;
    color: #0062A1;
    font-family: 'Ibarra Real Nova', serif;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .common-sub-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .common-sub-title {
        font-size: 22px;
    }
}


/* @media only screen and (max-width: 500px) {
    .common-sub-title {
        font-size: 30px;
    }
} */


/* @media only screen and (max-width: 400px) {
    .common-sub-title {
        font-size: 28px;
    }
} */

.common-content {
    color: #403F41;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 1em 0;margin: 1em 0;
    /* margin-bottom: 46px; */
}

@media only screen and (max-width: 768px) {
    /* .common-content {
        font-size: 30px;
    } */
}

@media only screen and (max-width: 600px) {
    .common-content {
        font-size: 18px;
    }


}

.common-table {
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
    margin-left: -5px;
}

.common-table2 {
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
    margin-left: -5px;
}




@media only screen and (max-width: 1024px) {
    .common-table {
        width: 1440px;
    }

    .common-table2 {
        width: 1440px;
    }
}

.common-table tr:nth-child(1) td:nth-child(1) {
    background-color: #A8D5F2;
    font-size: 22px;
    text-align: center;
    color: #003468;
}

.common-table tr:nth-child(1) td {
    background-color: #00356B;
    color: #FFF;
    padding: 15px 0px;
    letter-spacing: 0.8px;
    font-size: 23px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.common-table tr td {
    background-color: #E4F2FB;
    color: #262E52;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    padding: 35px 20px;
}

.common-table tr td:nth-child(1) {
    background-color: #0062A1;
    color: #FFF;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}

.common-table2 tr:nth-child(1) td:nth-child(1) {
    background-color: #A8D5F2;
    font-size: 22px;
    text-align: center;
    color: #003468;
}

.common-table2 tr:nth-child(1) td {
    background-color: #00356B;
    color: #FFF;
    padding: 15px 0px;
    letter-spacing: 0.8px;
    font-size: 23px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.common-table2 tr td {
    background-color: #FFF;
    color: #262E52;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    padding: 35px 20px;
}

.common-table2 tr td:nth-child(1) {
    background-color: #0062A1;
    color: #FFF;
    font-size: 22px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
}


.digi {
    font-size: 40px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-weight: 100;
}

img.re-logo-img, .in-logo-img, .ca-dev-logo {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {

    .common-table {
        width: 1024px;
    }

    .common-table2 {
        width: 1024px;
    }

    .common-table  tr td{
        font-size: 18px;
        padding: 15px 10px;
    }

    .common-table2  tr td{
        font-size: 18px;
        padding: 15px 10px;
    }

    .common-table  tr td p{
        font-size: 18px !important;
        margin:8px;
    }
    .common-table2  tr td p{
        font-size: 18px !important;
        margin:8px;
    }

    .digi {
        top: 3px;
        font-size: 27px;
    }

    .common-table tr:nth-child(1) td:nth-child(1) {
        font-size: 18px;
    }

    .common-table tr:nth-child(1) td {
        font-size: 18px;
    }

    .common-table tr td:nth-child(1) {
        font-size: 18px;
    }

    
    .common-table2 tr:nth-child(1) td:nth-child(1) {
        font-size: 18px;
    }
    .common-table2 tr:nth-child(1) td {
        font-size: 18px;
    }

    .common-table2 tr td:nth-child(1) {
        font-size: 18px;
    }

    
}


@media only screen and (max-width: 768px) {

    .common-table {
        border-spacing: 2px;
    }

    .common-table2 {
        border-spacing: 2px;
    }

}



@media only screen and (max-width: 600px) {

    .common-table {
        width: 800px;
    }

    .common-table2 {
        width: 800px;
    }

    .common-table tr td{
        font-size: 16px;
        padding: 10px 10px;
    }

    .common-table2 tr td{
        font-size: 16px;
        padding: 10px 10px;
    }

    .common-table tr td p{
        font-size: 16px !important;
        margin:5px;
    }
    .common-table2 tr td p{
        font-size: 16px !important;
        margin:5px;
    }
    .digi {
        top: 2px;
        font-size: 25px;
    }

    .common-table tr:nth-child(1) td:nth-child(1) {
        font-size: 16px;
    }

    .common-table tr:nth-child(1) td {
        font-size: 16px;
    }

    .common-table tr td:nth-child(1) {
        font-size: 16px;
    }

    
    .common-table2 tr:nth-child(1) td:nth-child(1) {
        font-size: 16px;
    }
    .common-table2 tr:nth-child(1) td {
        font-size: 16px;
    }

    .common-table2 tr td:nth-child(1) {
        font-size: 16px;
    }

    
}



.common-subject-a {
    margin-bottom: 0px;
    min-height: 84px;
}


.common-button2 {
    background-color: #0062A1;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 7px 50px;
    font-size: 19px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Assistant', sans-serif;
    margin-bottom: 15px;
    margin-right: 15px;
}


.common-button2 {
    text-decoration: none;
}

.common-button2:hover {
    text-decoration: none;
}


.common-ul {
    margin: 0px;
    padding-left: 20px;
}


.common-ul>li {
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4C4C4C;
    margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
    .common-ul>li {
        font-size: 18px;
    }
}






.common-ul2 {
    margin: 0px;
    margin-top: 8px;
    padding-left: 20px;
}

.common-ul2>li {
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4C4C4C;
    margin-top: 8px;
}

.common-ul2>li:first-child {
    margin-top: 0px;
}





.re-logo-container {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.re-logo {
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    width: 296px;
    height: auto !important;
}

.table-data-light-blue {
    background-color: #E4F2FB !important;
    color: #262E52 !important;
}

.table-data-dark-blue {
    background-color: #0062A1 !important;
    color: #FFF !important;
}

@media only screen and (max-width: 768px) {

    .re-logo {
        width: 49%;
        margin-bottom: 20px;
    }

    .tips-ul>li {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {

    .re-logo-img {
        /* transform: scale(0.7); */
        transform: scale(0.9);
        max-width: 100%;
    }

    /* .re-logo {
        height: 125px;
    } */

    .re-logo-container {
        margin-bottom: 0px;
    }

    .tips-ul>li {
        font-size: 18px;
    }
}



@media only screen and (max-width: 500px) {
    .re-logo {
        width: 100%;
        margin-bottom: 20px;
    }
}




@media only screen and (max-width: 768px) {
    .common-button2 {
        font-size: 16px;
        /* font-size: 30px; */
        /* width: 100%; */
        margin-bottom: 5px;
        /* margin-right:0; */
    }
}

@media only screen and (max-width: 600px) {
    .common-button2 {
        font-size: 18px;
        /* margin-bottom: 0; */
        margin-bottom: 5px;
        width: 100%;
        margin-right: 0;
    }
}

.button {
    background-color: #0062A1;
    color: #FFF;
    text-align: center;
    padding: 7px 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
}

@media only screen and (max-width: 768px) {
    .button {
        width: 100%;
    }
}

.common-button2 a {
    text-decoration: none;
    color: #FFF;
}

.in-logo-container {
    display: block;
    text-align: center;
    /* text-align: left; */
}

.in-logo-div {
    width: 265px;
    height: 120px;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
}

.in-logo-div img {
    vertical-align: top;
    max-width: 100%;
}


@media only screen and (max-width: 640px) {

    .in-logo-div {
        width: 200px;
        /* width: 265px; */
        height: 120px;
        display: inline-flex;
        vertical-align: top;
        justify-content: center;
        align-items: center;
    }

}




.editor-content {
    display: block;
    width: 100%;
    /* padding: 30px 0px 40px 60px; */

    /* color: #403F41;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 46px;
    font-size: 30px; */
}


.editor-content-left-text {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

.editor-content-right-image {
    display: inline-block;
    vertical-align: top;
    width: calc(36% - 5px);
    position: relative;
    float:right;
}


.short-title {
    font-size: 23px;
    color: #262E53;
    font-family: 'Ibarra Real Nova', serif;
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
}



@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1024px) {
    .editor-content-right-image {
        /* margin-top:40px;
        width: 100%;
        text-align: center; */
        /* display: none; */
        float:none;
        width:100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .editor-content-left-text {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .editor-content-right-image {
        /* margin-bottom: 40px; */
        /* display: none; */
    }
}

@media only screen and (max-width: 600px) {
    .editor-content-right-image {
        /* margin-bottom: 20px; */
    }
}


.editor-content-left-image {
    display: inline-block;
    vertical-align: top;
    width: calc(36% - 10px);
    position: relative;
    overflow: hidden;
}

.editor-content-right-text {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

@media only screen and (max-width: 1024px) {
    .editor-content-right-text {
        width: 100%;
    }

    .editor-content-left-image {
        /* width: 100%;
        margin-bottom:40px;
        text-align: center; */
        display: none;

    }
}

@media only screen and (max-width: 768px) {
    .editor-content-right-text {
        margin-bottom: 40px;
    }

    .editor-content-left-image {
        display: none;

    }

    .editor-content {
        /* padding: 44px 55px; */
        padding-bottom: 20px;
        /* font-size: 30px; */
    }
}

@media only screen and (max-width: 600px) {
    .editor-content-right-text {
        margin-bottom: 20px;
    }

    .editor-content {
        /* padding: 21px 25px; */
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .short-title {
        font-size: 35px;
    }
}


#either-gif-or-video video { display: none; }
@media (-webkit-video-playable-inline) {
    #either-gif-or-video img { display: none; }
    #either-gif-or-video video { display: initial; }
}