*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    background-color: #fff;
    background-image: url('../../images/2020/background/document-page-mainbg.jpg');
    background-position-x:center;
    background-repeat: no-repeat;  
}
.instruction-bg{
    width: 100%;
    min-height: 100%;
}
.instrution-heading{
    padding-top: 100px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    color: black;
    font-weight: bold;
    font-size: 14px;    
}
.instruction-content{
    color: black;
}
.instruction-content p{
    font-size: 14px !important;    
}
nav ul li a:hover{
    color: black !important;
}
nav{
    background-color: rgba(0, 0, 0, 0.288) !important;
}
.inner-nav{
    background-color: white !important;

}
.inner-nav img{
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-30%,-50%);
}


@media only screen and (min-width:992px) and (max-width:1024px){
    .instruction-content{
        color: black;
        height: 90%;
    }
    .instrution-heading{
        padding-top: 130px;
    }
    .instruction-content p{
        font-size: 16px !important;
    }
    
}
