*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
} 
img{
    max-width: 100%;
}  
.tcontainer{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom:100px;
} 
#breadcrumb {
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    text-align: left;
    margin-top: 0px !important;
}
.contain-div{
    width: 70%;
    max-width: 745px;
    float:left;
}
.contain-div-right{
    width: 30%;
    float:right;
   
}
h1.classh1{
    margin-bottom: 5px;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 47px;
    width: 100%;
}
.para-h1 p{
    /* font-size: 20px;
    line-height: 32px;
    color: #707070; */
    color: #737373;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: 15px;
}
.pop-recent-divs{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 40px 0px 20px;
}
.pop-recent-h2{
    font-size: 20px;
    font-weight: 500;
    /* border-bottom: 1px solid #ccc;
    padding-bottom: 10px; */
    width: 710px;
    margin-top: 20px;
    color: #4d4d4d;
    font-family: roboto !important;
}
.box-trivia{
    padding: 15px 5px 15px 15px !important;
    background: #fff;
    border: 1px solid #eee !important;
    box-shadow: -1px 1px 4px 0 rgba(180, 180, 180, .5);
    border-radius: 10px;
    margin-bottom: 25px !important;
}
.box-trivia-head{
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3b5998;
    word-break: break-word;
    line-height: 29px;
    font-family: 'Roboto';
}
.flex-boxes-trivia{
    display: flex;
    /* align-items: center; */
}
.box-img-trivia{
    /* width: 28%; */
    width: 244px;
    text-align: center;
    height: 126px !important;
}
.box-img-trivia img{
    border-radius: 10px;
}
.box-img-trivia img:hover{
    box-shadow: 1px 1px 5px #999;
    cursor: pointer;
}
.box-content-trivia{
    width: 72%;
    padding-left: 12px;
    color: #4d4d4d;
}
.box-content-trivia-text{
    font-size: 15px;
    line-height: 20px;
    padding: 0px 0px 1px 11px;
    word-break: break-word;
    color: #737373;
    font-family: 'Roboto';
}
.box-content-trivia-ques{
    /* margin-top: 25px;
    font-size: 12px;
    line-height: 26px; */
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    color: #737373 !important;
}
.box-content-trivia-ques span{
    font-weight: 400;
}
.box-content-trivia-ques p{
    color: #737373 !important;
}
.sample-text-span{
    line-height: 26px;
    margin: 20px 0 15px;
    color: #A7A7A8;
    width:100%;
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.sample-text-ans li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #4d4d4d;
    margin-bottom: 15px;
    word-break: break-word;
}
.four-boxes{
    display: flex;
    align-items: center;
}
.align-four-boxes {
    width: 100%;
    margin: 0px 10px;
}
.align-four-boxes:first-child{
    margin-left: 0;
}
.four-images{
    text-align: center;
}
.four-images img{
    border-radius: 10px;
}
.four-headings{
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    line-height: normal;
    color: #3b5998;;
    font-family: 'Roboto';
}
.history-ques{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.ques-main-head {
    font-size: 20px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 28px;
    font-family: 'Roboto';
}
.ans-head {
    font-size: 18px;
    line-height: normal;
    padding: 15px 0px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #2e2e2e;
}
.ans-head-span{
    font-size: 18px;
    font-family: 'Roboto';
    color: #4d4d4d;
    font-weight: 500;
    line-height: normal;
}
.ans-expl {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.explainText {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 10px;
    font-weight: 500;
    color: #4d4d4d;
    font-family: 'Roboto';
}
.ans-expl p{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: 400;
}
@media(max-width: 767px){
    .tcontainer{width: 95%;}
    .box-trivia{padding: 15px 10px !important;}
    .flex-boxes-trivia{display: block;}
    .box-img-trivia{width: 100%;}
    .box-content-trivia{width: 100%;padding-left: 0px;padding-top: 10px;}
    .align-four-boxes {width: 100%;margin: 10px auto;}
    .four-boxes{display: block;}
    .box-content-trivia-ques{margin-top: 20px;}
    .contain-div{width:100%;}
    .contain-div-right{width:0%;}
    .pop-recent-h2{width:100%;}
}
.disabled {
color: #ccc;
pointer-events: none;
cursor: not-allowed;
}
.pagination-button{
    border-radius: 50px !important;
    margin: 0 3px !important;
    padding: 6px 8px;
    background: #fff;
    text-shadow: none;
    font-weight: normal;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box !important;
    /* padding: 2px 6px; */
    border: 1px solid #ddd;
    /* margin: 0 0 0 5px; */
    color: #6e6e6e;
    border:1px solid #c2d9ef;
}
.pagination{
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
}
.current{
    background: #1870D5 !important;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    min-width: 25px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box !important;
    border-radius: 50px !important;
    margin: 0 3px !important;
    padding: 4px 4px 4px 4px;
    
}
.page-num{
    background: #fff !important;
    color: #444 !important;
    text-shadow: none;
    font-weight: normal;
    min-width: 25px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box !important;
    border-radius: 50px !important;
    margin: 0 3px !important;
    padding: 4px 4px 4px 4px;
    border:1px solid #c2d9ef;
}
.pagination a:hover{
    background: #1870D5 !important;
    color: #fff !important;
}