.right-side-bar{
	width: 15%;
    background: #e7e7e7;
    padding-bottom: 40px;
   
}
/*************** sticky right sidebar part **************/
.right-sidebar-moving-part{
    padding: 10px;
    height: auto;
}
.right-sidebar-sticky-part{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    height: 100vh;
    padding-bottom: 40px;
    
}
.right-sidebar-sticky{
    position: fixed;
    top: 40px;
    width: inherit;
    /* right: 0; */
}

.right-sidebar-sticky{
    position: fixed;
    top: 40px;
    width: inherit;
    /* right: 0; */
}
.add-right-sidebar-margin{
     margin-top: 40px;
}

/************************* media query ****************************/
@media screen and (max-width: 1000px) {
.right-side-bar{
    width: 25%;
}
}
@media screen and (max-width: 700px){
    .right-side-bar{
        width: 0;
        display: none;
    }
}
.right-sidebar-moving-part h2{
  text-align: center; 
  font-size: 16px; 
  color: #fff; 
  background: var(--theme-color);
  padding: 7px;
}
.mcq-exam-notice {
    display: block;
}
.mcq-exam-notice a{
    color: #fff;
    text-decoration: none;
    padding: 5px;
    background: var(--theme-color);
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
.mcq-exam-notice img{
  width: 100%;
  height: auto;
}