*{
    font-family: 'Titillium Web', sans-serif;
}
body{
    background: #ecf0f1;
}
.container-fluid{
    padding:0px;
}
.indicators{
    background: #262626;
    border-radius: 10px;
    padding:20px;
    max-width: 100%;

}
.shah{
    padding:15px;
}

.indicator-question{
    margin:5px;
    font-weight: bold;
    display: inline-block;
    color:#636e72;
    background:#dfe6e9;
    height:42px;
    font-size:10px;
    width:42px;
    border-radius:20px;
}
.active{
    background: #636e72;
    color:#fff;
}

.menu-wrapper {
    background: #fff;
    position: relative;
    max-width: 100%;
    height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu {
    height: 120px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    padding-top:2px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.menu .item {
    display: inline-block;
    box-sizing: border-box;
}
.bg-white{
    background: white;
    z-index: -1;
    margin-top:85px;
    border-radius: 5px;
}
.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top:5px;
    border-radius: 3em;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
    outline: none !important;
    border:none;
    width: 3em;
    height:3em;
    background: #51647a;
}
.paddle:hover{
    cursor:pointer;
}
.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}
.paddle img{
    max-width: 30px;
}
.hidden {
    display: none;
}

.print {
    margin: auto;
    max-width: 500px;
}
.print span {
    display: inline-block;
    width: 100px;
}

.question-div{
    padding:40px;
    padding-top:20px;
    border-radius:5px;
}
.tag{
    font-size:19px;
    font-weight: bold;
    margin-bottom:15px;
}
.question-data{
    font-weight: 500;
    border-radius: 5px;
    background:#fff;
    color:#000;
    padding: 30px;
    height:160px;
    margin-bottom:20px;
}
#doubt img{
    max-width: 20px;
}
#review img{
    transform: rotate(90deg);
    max-width: 18px;
}
#doubt{
    position: relative;
    top:-60px;
    background: red;
    width:30px;
    border-radius: 30px;
    height:30px;
    padding:5px;
    float:right;
}
#review{
    position: relative;
    top:-60px;
    margin-right:10px;
    background: blue;
    width:30px;
    border-radius: 30px;
    height:30px;
    padding:6px;
    float:right;
}
.options{
    margin-left:0px;
    margin-top:5px;
    background-color: rgb(255,255,255);
    color:#000;
    padding:15px;
    border-radius:3px;
}
.option-number{
    background: #51647a;
    height:20px;
    width:20px;
    font-size:10px;
    margin-left:10px;
    color:#fff;
    padding-top:3px;
    padding-left:7px;
    border-radius:20px;
}
.option-data{
    position: relative;
    left:-70px;
    top:-2px;
}
.op1:hover,.op2:hover,.op3:hover,.op4:hover{
    cursor: pointer;
}

.buttons{
    margin-top:20px;
    margin-left:0px;
    padding-left:0px;
}
.heading{
    margin-bottom:20px;
    font-size:30px;
    color:#000;
    font-weight: bold;
}
.button{
    background:#fff;
    color:#000;
    width:260px;
    font-weight:bold;
}
.main-content{
    max-width:100%;
}
.text{
    margin-top:20px;
    display: block;
    font-size:19px;
    font-weight: 600;
}
.clock{
    margin-top:20px;
    font-size: 16px;
    padding:20px;
    border-radius: 5px;
    background: #efefef;
}
.option-data:hover{
    cursor:pointer;
}
.button:hover{
    background: #636e72;
    color:#fff;
}

.trapezium1{
    border-bottom: 22px solid red;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 36px;
    transform: rotate(90deg);
}

.trapezium2{
    border-bottom: 22px solid green;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 36px;
    transform: rotate(90deg);
}

.trapezium1 p{
    transform: rotate(-90deg);
}

.trapezium2 p{
    transform: rotate(-90deg);
}

.square{
    height: 26px;
    width: 26px;
    border-radius:5px;
    border :1px solid black;
    background-color: white;
}

.circle {
    height: 30px;
    width: 30px;
    border:1px solid black;
    background-color: blue;
    border-radius: 50%;
}
.upper-box{
    padding-bottom: 20px;
}

@media (max-width:1024px)
{
    .button{
        width:200px;
    }
    .text{
        margin-left:0px;
    }

    #review, #doubt{
        top:-83px;
    }
    .option-data{
        transform: translateX(30px);
    }
}
@media(max-width:768px)
{
    .heading,.text{
        font-size:15px;

    }
    .bg-white{
        margin-top:62px;
    }
    .text{
        margin-left:0px;
    }
    .clock{
        font-size:15px;
    }

    #doubt,#review{
        top:-83px;
    }
    .option-data{
        transform: translateX(50px);
    }
    .button{
        width:130px;
        font-size:12px !important;
    }
}
@media(max-width:425px){
    #doubt{
        top:-110px;
        left:20px;
    }
    .question-div{
        padding-bottom: 0px;
        margin-bottom:0px;
    }
    .question-data{
        height:auto !important;
    }
    #review{
        top:-134px;
        left:24px;
    }
    .option-data{
        transform: translateX(130px);
        top:-22px;
    }
    .button{
        width:100%;
        font-size: 14px !important;
        margin-bottom:10px;
    }
    .text{
        text-align: center;
        margin-left:0px;
    }
    .buttons{
        margin-bottom:20px;
    }
}
@media(max-width:360px){
    .question-data{
        height:auto !important;
    }
    .option-data{
        transform: translateX(120px);
        top:-21px;
    }
    .button{
        margin-bottom: 10px;
    }
    .text{
        text-align: center;
        margin-left:0px;
    }

    #doubt{
        top:-125px;
        left:20px;
    }
    #review{
        top:-160px;
        left:60px;
    }
}