.container {
    max-width: 1425px;
}
html, body {
    overflow-x: hidden;
}
body * {
    font-family: "Mulish", sans-serif;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table,
th,
td {
    border: 1px solid black;
}
th,
td {
    padding: 10px;
    cursor: pointer;
}
.selected {
    background-color: #97C7E5;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
}
.difficulty-section label {
    display: block;
    margin: 10px 0;
}
.difficulty-section input[type="checkbox"] {
    margin-right: 10px;
}
.check-box {
    display: flex;
}
/*__header__*/
.container-fluid {
     padding: 0 122px;
}
.navbar-nav.mx-lg-auto a {
    font-family: "Mulish", sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin: 0 16px;
    padding:0 !important;
}
.navbar-nav.mx-lg-auto a.nav-item.nav-link.active{
    color: #1063c3 !IMPORTANT;
}
.navbar-nav.ms-lg-4 a {
    font-family: "Mulish", sans-serif;
    border-radius: 0px 14px;
    background: #1063C3;
    padding: 25px 25px !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}
.navbar-nav.mx-lg-auto {
    border-radius: 40px;
    background: rgba(114, 114, 114, 0.60);
    backdrop-filter: blur(12.5px);
    margin: auto;
    width: 65%;
    padding: 16px 0;
    justify-content: center;
}
.navbar-nav.mx-lg-auto a:hover{
    color: #1063c3 !IMPORTANT;
}
header.header-row {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.banner-row img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.navbar-nav.mx-lg-auto ul.dropdown-menu.show li a.dropdown-item{
    color: #fff !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500;
    line-height: normal !important;
    text-transform: capitalize !important;
    padding: 14px 0px 14px 5px !important;
    border-bottom: 1px solid #fff !important;
    margin: 0;
}
.navbar-nav.mx-lg-auto ul.dropdown-menu.show{
    background: #006ac1 !important;
    width: 20em;
    padding: 15px !important;
    border-top: 1px solid #e9e9e9;
}
.navbar-nav.mx-lg-auto ul.dropdown-menu.show li a.dropdown-item:hover{
    color:#ffffff !important;
    background: transparent;
}
.navbar-nav.mx-lg-auto ul.dropdown-menu.show li a.dropdown-item.active{
    color:#ffffff !important;
    background: #000 !important;
}
 /*__footer__*/
.footer-row {
    padding: 105px 0 59px;
    background: #1063c3;
}
.footer-sec h2 {
    font-family: "Mulish", sans-serif;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 24px;
    text-align: left;
}
ul.icon-list {
    margin: 0;
    margin-top:23px;
    padding: 0;
}
ul.icon-list li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
ul.icon-list li i {
    width: 31px;
    height: 31px;
    color: #fff;
    border: 1px solid #FFF;
    border-radius: 50px;
    line-height: 31px !important;
    text-align: center;
}
ul.info-list {
    padding: 0;
    margin: 0;
}
ul.info-list li {
    list-style: none;
    margin: 0px 0px 16px;
}
ul.info-list li a {
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    text-decoration: none;
}
ul.info-list li:nth-child(2) a{
    text-transform: lowercase !important;
}
ul.info-list li a i {
    width: 20px;
    margin-right: 15px;
}
ul.q-links {
    padding: 0;
    margin: 0;
}
ul.q-links li {
    list-style: none;
    margin: 0px 0px 16px;
}
ul.q-links li a {
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    text-decoration: none;
}
ul.q-links li a i {
    margin-right: 20px;
}
.footer-sec p {
    font-family: "Mulish", sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 23px;
    margin-bottom:0px;
}
.footer-sec form {
    display: flex;
    align-items: center;
    position: relative;
}
.footer-sec form input {
    border: 1px solid #FFF;
    background: transparent;
    width: 350px !important;
    height: 61px;
    padding-left: 30px;
    border-radius: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    margin-right: 10px;
}
.footer-sec form input::placeholder {
    font-family: "Mulish", sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}
.footer-sec form button {
   border-radius: 0px 16px !important;
   background: #FFF;
   height: 61px;
   padding: 17px 55px !important;
   color: #1C1C1C;
   text-align: center;
   font-family: "Mulish", sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 29px;
   letter-spacing: 0.22px;
   text-transform: capitalize;
   border: 0;
}
.copyright {
    padding:10px 0px;
    background-color: #08090b;
}
.copyright p {
    color: #FFFBFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-transform: capitalize;
    text-align:center;
    margin-bottom: 0px;
    font-family: "Mulish", sans-serif;
}
.footer-row .col-lg-3:first-child {
    margin-top: 50px;
}
/*---tabs---*/
ul#pills-tab {
    justify-content: center;
    margin-bottom: 60px !important;
    padding-top: 60px;
    gap:25px;
}
ul#pills-tab li .active{
    background-color: #006ac1 !important;
}
ul#pills-tab li button:hover{
    background-color: #006ac1 !important;
}
ul#pills-tab li button {
    background: #000 !important;
    border-radius: 0px 15.051px !important;
    padding: 25px 45px !important;
    color: #fff !important;
    text-align: center;
    font-family: Mulish;
    font-size: 21.502px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0.591px;
    text-transform: uppercase;
    transition:all 0.5s linear;
}
/*---section---*/
section {
    padding-top: 60px;
}
section h2 {
    font-size: 45px;
    color: #000000;
    line-height: 55px;
    margin-bottom: 20px;
}
section label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-weight:500;
}
section table tr th{
    padding: 12px 24px !important;
	text-transform: capitalize;
    font-size: 18px !important;
	text-align:center;
    background-color: #0070bf !important;
    color: #fff;
}
section table tr th:nth-child(1){
    text-align:left !important;
    cursor:unset;
}
section table tr td{
    padding: 12px!important;
    text-transform: capitalize;
    font-size: 15px !important;
    color: #000;
    text-align:center;
}
section table tr td:nth-child(1){
    text-align:left !important;
    cursor:unset;
}
section input[type="submit"] {
    background: #006ac1 !important;
    border-radius: 0px 15.051px !important;
    padding: 30px 60px !important;
    color: #fff !important;
    text-align: center;
    font-family: Mulish;
    font-size: 21.502px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0.591px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 0;
}
section .score-info {
    padding:40px 0 60px;
}
section .check-sec {
    display: flex;
    gap: 25px;
}
section h3 {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
}
section p{
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
section table tr td input{
    text-align:center;
}
section input#finalTotal {
    width: 25%;
}
section table.styled-table {
    width: 40%;
}
section table.styled-table tr td:nth-child(1) {
    text-align: center !important;
}
section table.styled-table tr td{
    cursor: unset;
}
section .question {
    padding: 40px 0 60px;
}