body {
    background-color: #fff;
}
ul li {
    list-style: circle;
    font-size: 1.2em;
    line-height: normal;
    margin-bottom: 4px;
}

ul li img {
    cursor: pointer;
}

.modal-body {
    padding: 5px !important;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}

/*override modal for demo only*/
.modal-dialog {
    max-width: 50%;
    padding-top: 90px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 50%;
        padding-top: 90px;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.content_description {
    color: "#f00";
}
.font20{
    font-size: 20px ;
  }
  
  .title{ 
    text-decoration: underline;
}
.minht100{
    min-height: 100px !important;
}
.padding20{
    padding:20px;
}
.tabs{
    background-color: #FF8C00 !important; 
    color: black !important; 
    border: none !important;
}
.icons{
    max-width:100%; 
    border-radius:20px"
}
.margn-bot10{
    margin-bottom:10px;
}
.font-bold{
    font-weight: bold;
}
.asq-img{
    max-width:100%; 
    border-radius:8px;
}
.p-about{
    font-size: 1.4em; 
    line-height: normal;
}