.suq{
    max-width: 500px;
    padding: 0px;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
    margin: auto;
    line-height: 1.4;
    text-align: justify;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
h1{
    font-size: 19px;
    margin: 11px 0 13px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
h1 strong{
    
}
.suq_l{
    width: 48%;
    float: left;
}
.suq_r{
    width: 48%;
    float: right;
}
ul{
    margin: 1px 0 8px 0;
    padding: 0 0 0 0;
    text-align: left;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}
li {
    list-style-type: none;
    padding: 0 0 0px 10px;
    position: relative;
    font-size: 17px;
}
li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: -1px;
    top: 9px;
    background: #000;
    border-radius: 50%;
}
a {
    color: inherit;
    text-decoration: none;
}
p{
    margin: 0px 0px 8px;
}
.nd{
    padding: 9px 14px 3px 10px;
}

h1 span{
    font-size: 24px;
}
h2{
    font-weight: normal;
    font-size: 13.4px;
    line-height: normal;
    position: absolute;
    top: 18%;
    left: 4px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    background: #fff;
    padding: 3px 5px 3px;
    color: #b0b1b4;
    font-family: 'Merriweather', serif;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 17.1px;
    line-height: normal;
} 
.a {
    position: relative;
    text-align: center;
    padding: 0 0 1px;
}
img.img1 {
    width: 148px;
    margin: 5px 0 0 4px;
}

/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}

body{
    margin: 8px 0px;
     background: #fff
}



@media screen and (max-width: 500px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .nd{
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    .m_in{
        display: inline-block;
    }
    h2 {
        font-size: 14px;
        top: 12%;
    }
}