* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.navbar .usermenu-wrapper .usermenu-container .usermenu #user-menu-toggle {
    min-width: max-content;
}

#page-site-index .custom-switch {
    display: none !important;
}

#user-menu-toggle {
    display: flex;
    align-items: center;
}

html,
body {
    font-size: 14px;
    line-height: normal;
    font-family: Poppins;
    font-weight: 400;
    color: #333;
}
h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
footer#page-footer{
    margin: 0;
}
#page{
    background: #fff;
}
.container-fluid{
    padding: 0;
}
.container-fluid .col-12{
    padding: 0;
}
.audio_sec,
.quiz_sec{
    background: linear-gradient(180deg, #001489 -8.22%, #4A7BD6 57.51%);
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    
}
.head_sec{
    max-width: 660px;
    margin: auto;
}
.image-over img{
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.head_content{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
}
.head_content h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.head_content h5{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 24px;
}
.audio_sec .card{
    max-width: 750px;
    margin: auto;
    padding: 30px;
    border-radius: 16px;
    margin-top: 50px;
    /* box-shadow: 0px 8px 25px 0px #C7D8EB; */
}
.quiz_sec .card{
    padding: 32px;
    border-radius: 16px;
background: #FFF;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.quiz_sec .flex-row{
    max-width: 550px;
    margin: auto;
    border-radius: 16px;
    margin-top: 30px;
}

.container-fluid.quiz_sec h3{
    font-size: 40px;
    font-weight: 700;
    max-width: 548px;
    width: 100%;
    margin-bottom: 16px;
}
.container-fluid.quiz_sec p{
    color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 40px;
}


.audio_sec_content h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #333;
}
.audio_sec_content h5.card-title{
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.play_cir{
    color: #034694;
    font-size: 56px;
    cursor: pointer;
    transition: all 0.3 ease-in-out;
}
.play_cir:active{
    transform: scale(0.9);
}

.press_btn{
    font-size: 12px;
}
.btn_white{
    padding: 8px 16px;
    width: auto;
}
.card_left {
    display: inline-block;
    padding-right: 30px;
    min-width: fit-content;
    padding-bottom: 16px;
    border-bottom: 1px solid #CACACA;
}
.card-body{
    padding-left:0px;
}
.time_des {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.test_des h3{
    color: #034694;
    font-size: 28px;
    font-weight: 700;
}
.time span{
    color: #034694;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.time_des span{
    color: #034694;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.time_des span.min{
    font-size: 16px;
}
#user-menu-toggle{
    background: #034694;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
}
.btn_red:hover,
.btn_red{
    border-radius: 5px;
    padding: 8px 16px;
    background: #034694;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
h5.card-title{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
ul li{
    margin: 12px 0;
}
.card_holder{
    gap: 30px;
    max-width: 1600px;
    margin: auto;
    padding: 30px;
}
.card_holder .card{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 32px;
    margin-top: 30px;
    flex: 1;
}
.card_holder .card-body{
    padding: 0;
}
.test_des{
    padding-top: 100px;
}
.card_holder h5.card-title{
    margin-top: 20px;
}
.audio_sec{
    display: none;
}
@media (max-width:1024px) {
    .audio_sec,
    .quiz_sec {
        padding: 20px;
    }
    .quiz_sec .card,
    .card_holder{
        flex-direction: column !important;
        align-items: center;
    }
}