.usp_bar {
    margin-top: 0.5em;
    margin-right: 2em!important;
    width: 100%!important;
    /* border-top: 1px solid #F1F1F1; */
    /* border-bottom: 1px solid #F1F1F1; */
    height: 44px;
}




#usp {
    width: 100%;
    margin-right: 0px!important;
    margin-left: 3.5%!important;
    margin-bottom: 0px!important;
    margin-top: 9px;
}

.usp {
    font-weight: bold;
    height: 31px;
    background: url('//useruploads.visualwebsiteoptimizer.com/useruploads/212922/images/3235c22c321bc2a88426bf93f157ea68_tick_usp.png') no-repeat;
    display: inline-block;
    color: #EDEBEB;
    font-size: 14px;
    border-right: 1px solid grey;
    width: 24%;
    text-align: left;
    float: left;
    padding-left: 3em;
    padding-right: 0em;
margin:10px 0 10px 0;
    cursor: pointer;
}



.slidetab{
  display:none!important;
}

.information{
  position: absolute;
  z-index: 100;
  top: 260px;
  background-color: black;
  border: 2px solid white;
  left: 12%;
  width: 15%;
  display:none;
  color:white;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  font-size: 12px;
}

.arrow-up{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
    position: absolute;
  	top: 0px;
  	left: 40%;
}