<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #font family use */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/* global css */
body{line-height:1.6;color:#333;font-size:14px;font-family:'Roboto', Helvetica, sans-serif;font-weight:400;}
img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}


.pg-block{
    position: relative;
    padding: 30px 0;
    clear: both;
}

.pg-block h2{
    font-size: 26px;
}

.pg-block h3{
    margin-top:0;
    margin-bottom: 15px;
}

.grey-bg{
    background-color: #fbf9f9;
}

.questionsitem{
margin-bottom: 20px;
    border-bottom: 1px #e5d7d7 solid;
    padding-bottom: 20px;
} 

.pg-block ol{
        padding-left: 0;
}

.pg-block li{
    list-style: none;
    margin-bottom: 5px;
}

.questionsitem .btn{
    color: #fff;
    border: none;
    outline: none!important;
}

.questionsitem .ans-btn{
    background-color: #ff692e;
}

.questionsitem .hide-btn{
    background-color: #e71313;
}

.questionsitem .video-btn{
    background-color: #761fb5;

}

.greenclr{
text-transform: capitalize;
    color: #18a30d;
}

.anserblock,
.hide-btn{
    display: none;
}

.anserblock.open,
.hide-btn.open{
    display: inline-block;
}

.img-item{
    margin:10px 0;
}
</pre></body></html>