

  .life-simple {
	width: 100%;
	background: #fff;
	padding: 50px 0;
  }
  /***.make-life h2 {
  font-size: 37px;
  font-weight: 600;
  }
  .make-life p {
  color: #4A4A4A;
  font-size: 20px;
  }
  .make-life strong {
  color: #4A4A4A;
  font-size: 20px;
  }***/

  .bttn-app {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
  }

  .bttn-app a {
	display: inline-block;
  }

  .bttn-app img {
	max-width: 100%;
	height: auto;
  }

  .bttn-app a .show {
	display: block;
  }
  .bttn-app a .hide {
	display: none;
  }

  .bttn-app a:hover .show {
	display: none;
  }

  .bttn-app a:hover .hide {
	display: block;
  }

  .home-app {
	width: 100%;
	padding: 100px 0;
  }
  .home-app .container {
	max-width: 1430px;
  }
  .mobile-app-faq {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .faq-top h2 {
	margin-bottom: 40px;
  }
  .bttn, .bttn:visited {
	border: none;
  }
  /***.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  }***/
  .btn-default {
	background: #278ea8;
  }
  b, strong {
	color: #4A4A4A;
  }



  .premium-support h2 {
	color: #46519e;
	margin-bottom: 30px;
	font-weight: 600;
	margin-top: 20px;
  }
  p.disclaimer {
	margin-top: 40px;
  }

  /* TAB BUTTON */

  button:focus{
	outline:none;
	box-shadow:none;
  }


  /* CONTENT */
  .support-content {
	display: none;
	padding: 10px 25px 0;
	margin-top: 15px;
	font-size: 18px;
	color: #333;
	width: 100%;
  }
  /* SHOW CONTENT */
  .support-content.active {
	display: block;
  }



  /* MOBILE */
  @media(max-width:1160px) {


	container {
	  width: 100%;
	  max-width: 100%;
	}
  }

  @media(max-width:767px) {

	.support-content {
	  font-size: 16px;
	}
	.support-content.active {
	  width: 100%;
	  margin-left: 0 !important;
	}




  }
