header{
    margin-top:-10px !important;
    max-height:95px !important;
}
.services__icon-4 img{
    width:auto !important;
    height: 100px !important;
}
.privacy-list li{
    margin-top:10px !important;
}
ul.privacy-list{
    margin-bottom:20px !important;
}
.privacy-list{
  list-style: none !important; /* Remove default bullets */
}

.privacy-list li::before {
  content: "\2022" !important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: black !important; /* Change the color */
  font-weight: bold !important; /* If you want it to be bold */
  display: inline-block !important; /* Needed to add space between the bullet and the text */
  width: 1em !important; /* Also needed for space (tweak if needed) */
  margin-left: -1em !important; /* Also needed for space (tweak if needed) */
}
.toggleh3{
    border-color:#505050;
    border:1px solid #efefef;
    border-radius: 3px 3px 0 0;
    color: #505050;
    background-color: #fff;
    padding: 16px 60px 15px 25px;
}
.mobile_home_banner{
	height:500px;
}
@media (max-width: 768px) {
  .mobile_padding {
		padding-top: 10px !important;
		padding-bottom: 50px !important;
  }
  .mobile_home_banner{
	  height:250px !important;
  }
  .mobile_home_banner_text{
	  padding-top:20px !important;
  }
  .mobilem10{
	  margin-bottom:10px !important;
  }
  .mobilep10{
	  padding-top:10px !important;
  }
  .mob-action .nav-item{
	  width:50% !important;
  }
}