.heading-line{
	display: inline-block;
	position: relative;
	width:120px;
	height: 15px;
	vertical-align: middle;
}
.heading-line:before,.heading-line:after{
	position: absolute;
	content: '';
}
.heading-line:before{
	width: 100px;
	height: 1.5px;
	background:#272660;
	top:45%;
}
.heading-line.heading-line-left:before,.heading-line.heading-line-right:after{
	left: 0;
}
.heading-line.heading-line-right:before,.heading-line.heading-line-left:after{
	right: 0;
}
.heading-line:after{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #6645da;
	top:25%;
}
.thankyou-section{
	background:url(../img/thankyou-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.thankyou-section .sec-title h1{
	text-shadow: 1px 1px 5px rgba(0, 0, 0,0.1);
	font-size: 2.5rem;
	line-height: 1;
}
.thankyou-section .sec-title p{font-size: 1.1rem;font-weight: 600}
.thankyou-section .sec-title p b{
	font-size: 1.6rem;
	line-height: 1;
	font-style: italic;
	text-shadow: 1px 1px 5px rgba(0, 0, 0,0.1);
}
.thankyou-section .sec-title hr{border-top: 2px dashed rgba(255, 255, 255, 1)}
.exclusive-perks .card-body{
	background: rgb(89,201,249);
	background: -moz-linear-gradient(-180deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	background: -webkit-linear-gradient(-180deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	background: linear-gradient(-180deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59c9f9",endColorstr="#5753e4",GradientType=1);
	color:#fff;    
}
.exclusive-perks .card-body .icon{
	width: 60px;
	height: 60px;
	background: #fff;
	padding: 10px;
	border-radius: 0.3rem;
}
.exclusive-perks .card-body .card-text{
	font-size:0.85rem;
	line-height:1.2;
}
.stores-logo .card{
	border: 0;
	border-radius: 10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.stores-logo .card .card-body{padding:0.5rem }
.stores-logo img{
	padding: 0;
    height: 65px;
    object-fit: scale-down;
}
.stores-logo .btn-sm {
    padding: .15rem .25rem;
}
.bg-gradient-color{
	background: rgb(89,201,249);
	background: -moz-linear-gradient(90deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	background: -webkit-linear-gradient(90deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	background: linear-gradient(90deg, rgba(89,201,249,1) 0%, rgba(87,83,228,1) 61%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59c9f9",endColorstr="#5753e4",GradientType=1);
	color:#fff;    
}
.support-section .btn{width: 200px;margin-bottom: 10px;display: inline-block; margin-right: 10px}
.support-section .btn:focus,.support-section .btn:hover{outline: 0;border: 0;box-shadow: none;}
.sec-title p.notes-text{font-size:0.75rem;letter-spacing: 0}
.cashback-form-step p{line-height: 15px}
@media only screen and (max-width:992px){
	.exclusive-perks .card-title{margin-top: 0.75rem}
	.exclusive-perks .card{width: 100%}
}
@media only screen and (max-width:768px){
	body{line-height: 18px}
	.heading-line{display: none;}
	.sec-title h3{font-size: 18px}
	.exclusive-perks .card .card-body{text-align: center;}
	.thankyou-section .sec-title h1{font-size: 2rem}
	.thankyou-section .sec-title p{font-size: 1rem}
}