.fl {float: left;} .fr{float: right;}
.clear{
  content: "";
  display: table;
  clear: both;
} 

h1, h2 , h3 ,h4 ,h5 ,h6 , p {padding: 0px;margin: 0px;}

button , input{ outline: none; }
a { text-decoration: none ;cursor: pointer;} 
ul , li , ul li {list-style: none; margin: 0px; padding: 0px;}

.width1170 {
    width: 1170px;
    height: auto;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    z-index: 1;
} 

body, html { 
    
}

.bg-button-show-mobile {
	position: relative;
	z-index: 1;
}