section ul{
    list-style-type: circle;
    margin:10px 0px 10px 15px;
    
    
}
section  ul > li {
    text-align:left;
}
section  strong,section  b { font-weight:bold;}

.imagegallery { width:220px;display:inline-block;padding:0px 5px 5px 0px;}
.imagegallery img { width:220px;}

.footer-contacts li,
.contact-details ul li {
  list-style: none;
  text-transform: none;
 }

 .section-title p,
 .fs-slider_align_title p,p,
 .nav-holder nav li a,li,.hero-slider_details li {
    font-size:14px;
    text-align: justify;
 }
@media only screen and (max-width: 480px) {
 .imagegallery { width:100%;display:inline-block;padding:0px 0px 5px 0px;}
 .imagegallery img { width:100%;}
}
 