


  @media screen and (max-width: 768px) {
	#additional-benefits {
	padding: 210px 0 30px;
}

  }
  .review_item{
	background-color: #f2faff;
	border-radius: 30px;
	padding: 35px 35px 25px;
	width: 80%;
	margin: 40px auto 0;
  }
  .review_item .d_flex{
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 20px;
  }
  .review_item .d_flex h4{
	margin: 0 0 5px;
	font-size: 23px;
	font-weight: 700;
	color: #000;
  }
  .review_item .d_flex .review_stars i{
	color: #0679b6;
	font-size: 24px;
  }
  .review_item .review_date{
	color: #6d6d6d;
	text-align: right;
  }
  .review_item p{
	text-align: left;
  }
  @media(max-width: 575px){
	.review_item{
	  width: 100%;
	}
	.review_item .d_flex{
	  flex-direction: column;
	  gap: 15px;
	}
	.review_item .review_date{
	  text-align: left;
	}
	.stay-connected {
	display: block;
	text-align: center;
	padding-top: 20px;
}
	.stay-connected p {
	margin-bottom: 20px;
}
	#additional-benefits p {
	padding-bottom: 15px;
}
	.register {
	padding: 40px 0;
}
  }

  .security_item{
	text-align: center;
	border-radius: 30px;
	border: 2px solid #ededed;
	padding: 20px 15px;
  }
  .security_item h3{
	color: #6fb841;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 0;
  }
  .security_item h4{
	font-size: 20px;
	margin: 3px 0 2px;
	font-weight: 400;
  }
  .security_item span{
	font-weight: 300;
  }
  .security_item img{
	width: 80px;
	max-height: 69px;
  }
  .secure_slide_boxes{
	margin: 0;
  }
  .secure_slide_boxes div[class*="col-"]{
	padding: 10px 5px;
  }

  h2 {
	margin-top: 0;
  }

  /*  Smart Object */

  #smart-object {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: auto;
  }  

  #want-smarttown article {
	padding: 6rem 4rem 11rem;
  }

  .shop-cart-button{
	padding: 2rem 0rem 0rem;
  }
  .sign-up-button {
	padding: 5rem 0rem 3rem;
	text-align: center;
  }
  h5.section-header{
	margin-bottom: 10px;
  } 

  #want-smarttown {
	margin: 1.5% 0;
  }
  
  #want-smarttown .section-header {
	font-weight: 600;
  }

  .smarttown small {
	margin-bottom: 10px;
  }
  
  h5.section-header {
	text-transform: none;
  }
  
  /*  modal css */
  
  .modal-header {
    padding: 5px 10px;
    border-bottom: none;
}
.modal-body {
    padding: 0px;
}

