.suq{
    max-width: 525px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 3px solid #2B55A2;
    font-size: 14px;
    color: #242021;
    margin: auto;
    line-height: 1.3;
    background: #2B55A2;
    border-radius: 28px;
    overflow: hidden;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}

img.img-1 {
    position: absolute;
    top: 1px;
    right: -4px;
    width: 180px;
}

ul{
    margin: 0px 0 6px 1px;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #231f20;
}

a {
    color: inherit;
    text-decoration: none
}
h1{
	font-size: 28px;
	margin: 0px 0 11px;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
p{
    margin: 0px 0px 8px;
}
.nd{
    padding: 10px 15px 8px;
    background: #fff;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: normal;
    text-align: center;
} 
h3{
    font-weight: normal;
    margin: 0 0 3px 0;
    font-size: 14.5px;
    line-height: normal;
    text-align: left;
} 
h1 strong{
    
}

/*---------bootraps------------*/
div{
    display: block;
}

.f {
    padding: 7px 17px 7px;
    color: #fff;
    letter-spacing: 0.2px;
}

.f p {
    margin: 0;
}

.a {
    position: relative;
    text-align: justify;
    padding: 0 190px 0 0;
}
.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
}