@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;1,400&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-size: 16px !important;
    position: relative;
    font-family: 'Mulish', sans-serif !important;
}

.menu-cont {
    margin-bottom: 0px;
    text-align: end;
    padding-left: 0px;
}

.menu-cont li {
    list-style: none;
    display: inline-block;
    padding: 15px 25px;
}

.menu-cont li a {
    color: #333 !important;
    text-decoration: none;
}

.header {
    position: absolute;
    width: 100%;
    top: 50px;
}

.logo {
    top: -70px;
    position: absolute;
}

.contact-list {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.contact-list li {
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
}

.contact-list li:first-child {
    color: #fff;
}

.text-action {
    color: #ea3234 !important;
}

.title {
    margin-bottom: 30px;
}

.btn-action {
    background-color: #ea3234 !important;
    border-radius: 25px !important;
    color: #fff !important;
}

.text-justify {
    text-align: justify;
}

.box-cont {
    background-color: #213361;
    border-radius: 50px 0px 0px 50px;
    color: #fff;
}

.border-right {
    border-right: 5px solid #ea3234;
}

.footer-left {
    background-color: #ea3234;
}

.footer-right {
    background-color: #213361;
}

.title-register {
    color: #ea3234;
}

.body-color {
    background-color: #213361;
}

.exam-cont {
    border-left: 5px solid #fff;
}

.img-fluid {
    width: 100%;
}

.bg-main {
    background-color: #213361;
}

.bg-pink {
    background-color: #213361;
}

.mentor-img {
    width: 200px;
    margin: 0px auto;
}

.mentor_section {
    padding: 70px 0px;
}

.exam-table {
    padding: 70px 0px;
}

.table tr th {
    background-color: #213361;
    color: #fff;
    text-align: center;
}

.table tr td {
    text-align: center;
}

.exam_criteria {
    padding: 70px 0px;
    background-color: #213361;
}

.ul_list {
    list-style-type: disclosure-closed;
}