/* Coupon */
    .coupon-block {
      padding: 20px;
      background-color: #fff;
      border: 1px solid #000;
      margin: 30px 0;
      position: relative;
    }
    .coupon-box-wrap {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 30px;
			margin: 7px;
			-webkit-box-shadow: 0 1px 12px -4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 12px -4px rgba(0,0,0,0.2);
    }
    .coupon-box-wrap::before {
      content: "";
      position: absolute;
			background-image: url(https://adwareremoval.info/wp-content/uploads/2020/04/is0popular.svg);
      top: -4px;
      left: -4px;
      display: block;
      width: 62px;
			height: 62px;
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
    }
    .box-image {
      display: block;
      width: 20%;
      margin-right: 3.16%;
      /*border: 2px solid rgba(236,240,241,0.8);*/
      border-radius: 5px;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .box-image img {
      max-width: 100%;
      width: 100%;
    }
    .coupon-content-body {
      display: block;
      margin-right: 4.16%;
      width: 50%;
    }
    .coupon-box-title {
      margin: 0;
      font-size: 22px;
      line-height: 1.4;
      font-weight: 400;
      text-decoration: none;
      margin-bottom: 10px;
    }
    .coupon-box-description {
      overflow: hidden;
      position: relative;
      font-size: 14px;
      line-height: 1.9;
      text-align: justify;
      color: rgba(0,0,0,0.7);
      margin-bottom: 2px;
    }
    .go-btn-wrap {
      width: 100%;
			text-align: center;
			font-size: 12px;
			color:#909090;
    }
    .coupon-button-wrap {
      display: block;
      width: 345px;
    }
		.download-link,
    a .download {
      display: inline-block;
      background: #02508a;
      position: relative;
      line-height: 52px;
      border-radius: 6px;
			margin-top:40px;
      -webkit-transition-duration: .8s;
      -webkit-transition-property: width;
      transition-property: width;
      transition-duration: .8s;
      width: 100%;
      overflow: hidden;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
			transition: all .3s ease-in-out;
    }
a .download:hover,
.download-link:hover{
      text-decoration: none !important;
			background-color: #037cd5;
    }
@media (max-width: 767px) {
	.coupon-box-wrap {
    flex-direction: column;
		align-items: center;
	}
	.box-image {
    width: 200px;
		margin-bottom: 10px;
	}
	.download-wrap {
    flex-direction: column-reverse;
	}
	
	.download-btn-wrap {
		width:100%;
		text-align:center;
	}
	.download-wrap span.download {
		font-size:18px;
		background-color:#cf4d35;
		color: #fff;
		margin: 0 auto;
		padding:12px;
		text-align:center;
		width:100%;
		border-radius: 5px;
		display:block;
	}
	a .download {
		 background: #02508a !important;
	}
	.box_step_text {
		min-height: 55px;
	}
	.dwn-img-wrap img {
    height: auto;
    width: 100%;
	}
	.coupon-content-body {
    margin-right: 0;
    width: 100%;
	}
	.coupon-button-wrap {
    width: 100%;
}
}