/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.tab {
    height: 4rem;
    background-color: rgba(94, 94, 94, 0.8);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tab p {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tab p:hover {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    background-color: #004098;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorChange {
    background-color: rgb(0, 64, 152);
    font-weight: normal;
}

.tab:hover {
    /* background-color: rgb(0, 64, 152); */
    font-weight: normal;
}

.cert_bg {
    background-color: rgba(237, 237, 237, 0.8);
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
}

.app_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: square;
    /* list-style-position: inside; */
    list-style-position: inside;
    color: #004098;
    font-size: 1.5rem;
    padding: 0;
    border-bottom: 3px solid #004098;
    margin-bottom: 2rem;
}

.app_ul span {
    color: #111;
    margin-left: -15px;
}

.app_box {
    font-size: 16px;
    height: auto;
    background-color: #F0F0F0;
    margin-bottom: 1.5rem;
    width: calc(95% - 1rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    line-height: 1.2rem;
}

.row>* {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-44 {
    margin-right: 0rem !important;
    margin-left: 1.2rem !important;
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.app_box p {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 0;
}

.app_flag {
    margin-right: 10px;
    height: 40px;
    border: 1px solid #ccc;
}

.m_app_ul {
    display: none;
}

.app {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.app a {
    width: 100%;
    color: #111;
}

ol,
ul {
    padding-left: 0rem;
}

/* =========================== iPad =========================== */
@media screen and (min-width: 768px) and (max-width: 1050px) {
    .cert_bg {
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
    }

    .app_ul {
        display: none;
    }

    .m_app_ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #004098;
        font-size: 18px;
        padding: 0;
        border-bottom: 3px solid #004098;
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    .m_app_ul li {
        font-size: 25px;
    }

    .m_app_ul span {
        color: #111;
        font-size: 21px;
        margin-left: -1rem;
    }

    .app {
        flex: 0 0 auto;
        width: 100%;
    }

    .app_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app_box {
        height: auto;
        width: 95%;
        margin-bottom: 1rem;
    }

    .app_box p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 0;
    }

    .app_flag {
        margin-right: 10px;
        height: 35px;
    }

    .tab {
        height: 4rem;
        background-color: rgba(94, 94, 94, 0.8);
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;

    }

    .m_app_ul li {
        list-style-type: square;
        list-style-position: inside !important;
    }

    .app_ul {
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 1.5rem;
    }
}

/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {
    .app_box {
        height: auto;
    }

    .tab {
        height: 3rem;
    }

    .tab p,
    .tab p a {
        font-size: 16px;
        line-height: 3rem;
    }

    .tab p:hover {
        font-size: 16px;
    }

    .cert_bg {
        padding: 1rem 1.5rem;
        margin-bottom: 0;
    }

    .app_ul {
        display: none;
    }

    .m_app_ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 18px;
        padding: 0;
        border-bottom: 3px solid #004098;
        margin-bottom: 1rem;
        padding-left: 0.5rem;
    }

    .m_app_ul li {
        font-size: 25px;
    }

    .m_app_ul span {
        color: #111;
        font-size: 21px;
        margin-left: -1rem;
    }

    .app {
        flex: 0 0 auto;
        width: 100%;
    }

    .app_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app_box {
        height: auto;
        width: 95%;
        margin-bottom: 1rem;
    }

    .app_box p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 0;
    }

    .app_flag {
        margin-right: 10px;
        height: 35px;
    }

    .m_app_ul li {
        list-style-type: square;
        list-style-position: inside !important;
    }

    .app_ul {
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 1.5rem;
    }
}