.privacy {
	padding:100px 0;
}
.privacy .privacy1 h3 {
	font-size:30px;
	font-weight:normal;
	color:#33accc;
	text-transform:uppercase;
	font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.privacy1-grid,.privacy2-grid{
	margin:0;
}
.privacy1-grid ul{
	margin-bottom:0.5em;
}
.privacy1-grid ul li h6 {
	display:inline-block; 
	color: #0262aa;  
	/*background: #f8f8f8;
	border-left: 2px solid #f90303;*/
	padding: 5px 10px;
	position: relative;  
}
.privacy1-grid ul li i{
	color:#33accc;
	top: -.5em;
}
.privacy1-grid ul li span,.privacy2-grid1 p{
	display:block;
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:capitalize;
	font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.privacy1-grid ul {
    padding: 0 2em 1em; 
}
.privacy2-grid1{
	padding:0 2em;
}
/*.privacy1-grid ul li:nth-child(1) {
    margin-right: 2em;
}*/
.privacy1-grid ul:nth-child(4){
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
.privacy1:nth-child(2){
	margin:3em 0 0;
}
.privacy2-grid1-sub {
    padding-top: 25px;
}
.privacy2-grid1 h4{
	font-size:1.5em;
	color:#000;
	margin:0 0 1em;
	line-height:1.5em;
	font-family: 'Avenir Next LT Pro Regular', sans-serif;
	text-transform:uppercase;
}
.privacy2-grid1 h5{
	font-size: 1.2em;
	font-weight:normal;
  color: #222C56;
  margin: 0 0 1em;
	text-transform:uppercase;
	font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.privacy2-grid1-sub:nth-child(2){
	margin:2em 0;
}

.banner-bottom-grid1.privacy1-grid p {
  color: #6d6c6c;
  text-align: justify;
  font-size: 15px;
	padding: 5px 15px;
}

.panel_background .panel-heading [aria-expanded="true"]:after {
  content: "\f146";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: -10px;
  top: 10px;
}

.panel_background .panel-heading [aria-expanded="false"]:after {
  content: "\f0fe";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: -10px;
  top: 10px;
}