@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500&family=Inter:wght@300;400;500;600&display=swap');

:root {
	--color1: #000000;
	--color2: #000000;
	--color3: #000000;
}
.blog_detil p >  strong:first-child{
	color: gray;
	font-size: 20px;
}
body{
	overflow-x:hidden;
}
.lgin-rgister-inner .form-select{
	background-image:none;
}
.refer-and-earn-form #emails-error{
	position: absolute;
	bottom: -30px;
}
.refer-and-earn-form #emails-error:first-letter {
	text-transform:capitalize
}
.country_drp {
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	width: 100%;
	color: #212529;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #ced4da;
	display: inline-flex;
	align-items: center;
}
.country_drp:not(.country_drp_pro) {
	height: 48px;
}
.country_drp .dropdown-menu {
	padding-top:6px;
	padding-bottom:6px;
	min-width:100%;
}
.country_drp .dropdown-menu a{
	padding:.375rem .75rem;
	line-height:normal;
	display:flex;
	align-items: center;
}
.country_drp .dropdown-menu a:hover,
.country_drp .dropdown-menu a:focus{
	background-color:transparent;
	
}
.country_drp .dropdown-menu a:first-child:before{
	content:'';
	background-image:url(../images/us-flag.png);
	background-repeat: no-repeat;
	display: inline-flex;
	width: 22px;
	height: 16px;
	background-size: 20px;
	margin-right:8px;
}
.country_drp .dropdown-menu a:last-child:before{
	content:'';
	background-image:url(../images/uk-flag.png);
	background-repeat: no-repeat;
	display: inline-flex;
	width: 22px;
	height: 16px;
	background-size: 20px;
	margin-right:8px;
}
#pills-tabContent .form-control,
#pills-tabContent .form-select{
	display: inline-flex;
	height: 48px;
	align-items: center;
	justify-content: center;
}
.country_drp > a {
	font-size: 14px;
	font-weight: 500;
	padding: .375rem .75rem;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
}
.country_drp:not(.country_drp_pro) > a {
	color:#4b4b4b;
}
.my_dashboard-page-c,
.dashboard-page-c,
.my_profile-page-c,
.favourite_stores-page-c,
.refer_and_earn-page-c,
.my_tickets-page-c
{
	display:flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}
.fw-300{
	font-weight:300
}
.site-text{
	color:#6222b2;
}
.site_tabs {
	border-bottom:0;
}
.site_tabs button,
.site_tabs button.nav-link:hover{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	border:0;
	padding-left:0;
	padding-right:0;
	border-bottom: 4px solid transparent;
	color:#000;
	margin-bottom:0;
}
.site_tabs button.nav-link,
.site_tabs button.nav-link:hover{
	border:0;
}
.site_tabs button.nav-link{
	font-weight:600;
}
.site_tabs li:not(:last-child) button{
	margin-right:30px;
}
.site_tabs button.nav-link.active{
	border:0;
	border-bottom: 4px solid #000;
	color:#000;
}
.want_more_details p > a{to
	text-decoration:underline;
	font-weight:500;
}
.giveaways-page-c .blg_img img {
	height:180px;
}
.coupon-grid .fw-300 {
	font-size:13px
}
.blog_detil h2{
	font-size: 28px
}
.blog_detil h3{
	font-size: 24px
}
/*colors*/
.str_txt h5 {
	color: red;
}

.top_picks2 .swiper-slide {
	height:auto;
}
.fq_site div > strong{
	color:#808080;
}
.site_coupon .content_2 p{
	margin-top:10px;
	height:42px;
}
.site_coupon .content_2 p,
.product-grid .title a{
	
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
	overflow:hidden;
	
}
.product-grid .title a{
	height:44px;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gabarito', cursive;
}

a,
h1,
h2,
h3,
h4,
p {
	color: #202020;
}

.str_logo {
	margin-bottom: 7px;
	display: inline-block;
}

.str_logo img {
	max-width: 80px;
	height: 40px;
	object-fit: contain;
}

a {
	text-decoration: none;
	color: var(--color1);
}

a:hover {
	color: var(--color2);
}

.container {
	max-width: 1240px;
}

ul {
	list-style: none;
	padding-left: 0;
}

.faqs-page-c .fq_site  ul,
.right_side_content ul{
	list-style: disc;
	padding-left: 30px;
	flex-direction:column;
}
.faqs-page-c .fq_site  ol,
.right_side_content ol:not(.breadcrumb){
	list-style: decimal;
	padding-left: 30px;
}
.right_side_content li{
	margin-bottom:10px
}


/*.img_main_b img {
	max-width: 70%;
}*/

.btn-close {
	font-size: 12px;
}

.btn-close:focus {
	box-shadow: none;
}

.site-header {
	height: 100px;
}



.site-header .container {
	height: 100%;
}

.site-header .row {
	height: 100%;
	align-items: center;
}

.btn_sign .btn {
	margin-left: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color1);
	font-size: .85em;
	white-space: nowrap;
}

.hero-section {
	background-color: #1e9c6d;
}

.hero-section h1 {
	color: #fff;
}

.hero-section p {
	color: #fff;
}

.h_frm {
	padding: 1rem;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, .15);
	box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, .15);
	border-radius: 7px;

}

.form-control:focus {
	box-shadow: none;
	border-color: #ccc;
}

.h_frm input.form-control,
.login-register-form .form-group input.form-control {
	padding: 1em 2em 1em 1em;
	border-color: #ccc;
	border-radius: 3px;
	height: 50px;
	color: #6d6d6d;
}

.h_frm .form-select {
	height: 36px;
	color: #888;
	border: 0;
	padding-left: 5px;
	font-size: .9rem;
	border-bottom: 1px solid #ccc;
}
.home_dashboard_sec .left-column .card > img{
	max-height: 265px;
	width: 100%;
	object-fit: cover;
}
.home_dashboard_sec2 .left-column .card > a img {
	height: 204px;
	border-radius:.5rem;
	object-position: center;
	object-fit: cover;
	width: 100%;
}
.form-floating>label {
	font-size: 14px;
	color: #4b4b4b;
}
.home_dashboard_sec .card-logo {
	padding-right: 12px;
	border-right: 1px solid #eee;
}
.home_dashboard_sec:not(.home_dashboard_sec2) div.card-text {
	padding-left: 12px;
}
.home_dashboard_sec .card-body{
	padding: 24px;
	padding-bottom: 16px;
	height: 169.19px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 10px;
}
.home_dashboard_sec .nav-tabs {
	gap: .5rem;
	border-bottom: 0;
}
.home_dashboard_sec .nav-tabs li {
	flex: 1;
}
.home_dashboard_sec .nav-tabs li button{
	display: block;
	width: 100%;
	padding: 1rem;
	background-image: linear-gradient(to bottom,#f5f5f5 0%,#e5e5e5 100%);
	border-radius: 8px 8px 0 0;
	box-shadow: rgba(0, 0, 0, 20%) 0px 2px 15px;
	border: 0;
	margin: 0;
}
.home_dashboard_sec .nav-tabs li button:hover,
.home_dashboard_sec .nav-tabs li button:focus{
	border: 0;
	isolation: auto;
}
.home_dashboard_sec .nav-tabs li button.active {
	background-color: #fff;
	background-image: none;
	color: #021b41;
	border: 0;
	isolation: auto;
}
.home_dashboard_sec .tab-content{
	height: 100%;
}

.home_dashboard_sec .nav-tabs li button i{
	font-size: 24px;
	color: #000;
}
.home_dashboard_sec .card-body .fas,
.home_dashboard_sec .tab-foot .fas{
	font-size: 12px;
	margin-left: 6px;
}
.home_dashboard_sec .tab-head h2{
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 400;
}
.favourites_img {
	margin-bottom: 10px;
}
.tab-subheading {
	font-size: 20px;
	margin-bottom: 1rem;
}
.no-data p:last-child{
	margin-bottom: 0;
}
.favourites_img img{
	max-height: 160px;
}
.home_dashboard_sec .tab-head {
	padding: 12px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.home_dashboard_sec .tab-body {
	padding: 1rem;
	text-align: center;
	flex:1;
}
.home_dashboard_sec .tab-foot {
	border-top: 1px solid #eee;
}
.home_dashboard_sec .card-body a,
.home_dashboard_sec .tab-foot a{
	padding-top: 16px;
	display: inline-block;
}
.home_dashboard_sec .tab-foot a,
.card-main ~ a{
	color: #2e5c99;
}

.home_dashboard_sec .tab-foot a{
	padding: 1rem;
}
.home_dashboard_sec .tab-foot a:hover,
.card-main ~ a:hover{
	text-decoration: underline;
}
.home_dashboard_sec .tab-content>.active {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}
.right-side_box {
	padding: 30px;
}
.entries-count {
	font-size:1.5rem;
	font-weight:600;
}
.static_page img{
	border-radius: 8px;
}
.home_dashboard_sec .card{
	box-shadow: rgba(0, 0, 0, 20%) 0px 2px 15px;
	border-radius: 25px;
	height: 100%;
}
.home_dashboard_sec2 .card {
	height:auto;
	box-shadow:none;
	border-color:#0002;
}
.home_dashboard_sec2 .card.right-side_box {
    min-height: 375px;
}
.entries-link a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.right-side_box .col{
	text-align:center
}
.entries-heading {
    font-size: 18px;
    font-weight: 700;
}
.entries-link a{
	font-weight:
}
.home_dashboard_sec .single_slider .card {
	box-shadow:none;
	overflow:hidden;
}
,
.home_dashboard_sec2 .left-column  .card > img{
	border-radius: .5rem;
}
.home_dashboard_sec .left-column .card-logo img{
	max-width: 100px;
}
.home_dashboard_sec .left-column .card-body > .card-main {
	display: flex;
} 
.home_dashboard_sec2 .left-column .card-body > .card-main{
	justify-content: center;
	text-align:center;
}
.home_banner,
.lr_page,
.featured-coupon:not(.top_picks,.top_picks2),
.home_dashboard_sec,
.store_page,
.site_how_it_works,
.box_style1
{
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50px;
}

.home_banner,
.lr_page,
.featured-coupon:not(.top_picks,.top_picks),
.static_page,
.site_how_it_works,
.box_style1,
.home_dashboard_sec {
	background-color: #f8f9fa;
}
.static_page {
	border-radius: 20px;
	padding: 20px 30px;
}
.lr_page {
	margin-top: 30px;
	margin-bottom: 30px;
}
.home_banner .form-floating>label.error {
	position: relative;
	color: #dc3545;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	top: 10px;
	font-size: 14px;
}

.home_banner .form-floating>label {
	font-size: 12px;
}

.h_frm .form-floating>label {
	top: -5px;

}

.join_free,
input.login-btn {
	background-color: #000;
	padding: .8rem .5rem;
	font-size: 1rem;
	border-radius: 8px;
	font-weight: 600;
	text-transform: capitalize;
	border-color: #000;
	width: 100%;
	color: #fff
}

.join_free:hover,
input.login-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.img_m_b {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	height: 100%;
}

.img_m_b span {
	display: block;
	color: #fff;
	font-size: .615rem;
	font-weight: 300;
}

.prom_ {

	text-align: center;
	margin-bottom: 15px;
}

.prom_ a {
	color: #6d6d6d;
	font-size: 14px;
	text-decoration: underline;
}

.term_ {

	font-size: .715rem;
	margin-bottom: .7rem;
}

.term_,
.terms_policy {
	color: #6d6d6d;
	font-weight: 500;
	text-align: center;
}

.terms_policy {
	font-size: 13px;
}

.brd {
	margin-top: -50px;
}

.term_ a,
.terms_policy a {
	border-bottom: 1px dashed #6d6d6d;
	color: #6d6d6d;
	text-decoration: none;
}

.py80,
.pt80 {
	padding-top: 40px;
}

.py80,
.pb80 {
	padding-bottom: 40px;
}

.my80,
.mt80 {
	margin-top: 40px;
}

.my80,
.mb80 {
	margin-bottom: 40px;
}

.site_coupons {
	padding-bottom: 0px;
}
.featured-coupon,
.site_produts{
	padding-bottom: 10px;
}
.site-h {
	font-size: 1.5rem;
	color: #2f2f2f;
	margin-bottom: 1rem;
	font-weight: 500;
	text-align: center;
}

.stp_bx {
	text-align: center;
}

.stp_bx h4 {
	font-size: 1rem;
	color: #000;
}

.stp_bx p {
	margin-top: .3rem;
	margin-bottom: 0;
}



.fq_site h4 {
	padding-bottom: 40px;
	font-weight: 500;
}

.fq_site .accordion-button:focus {
	box-shadow: none;
}

.fq_site .accordion-button {
	border-radius: 10px !important;
}
.style_numbers{
	font-size: 15px;
	color: #5d5d5d;
}
.fq_site .accordion-button:not(.collapsed) {
	background-color: #f8f9fa;
	border-radius: 0;
	color: #000;
	font-weight: 500;
	box-shadow: none;
}

.fq_site .accordion-body {
	/*color: #6d6d6d;*/
}

.fq_site .accordion-item {
	margin-bottom: 1rem;
	border-radius: 0;
	border-color: #f8f9fa;
	background-color: transparent;
}

.links_ h4 {
	color: #6d6d6d;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1rem;
}

.links_ ul {
	list-style: none;
	padding-left: 0;
}

.links_ ul li {
	padding-bottom: 16px;
}

.links_ ul li a {
	font-size: 14px;
	color: #5d5d5d;
	text-decoration: underline;
}

.all_str h4.site-h {
	padding-bottom: 40px;
}
/*all categories page*/
.category_top_filters {
    box-shadow: 0 6px 10px 0 #0002;
    position: relative;
}
.categories_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-bottom: 1rem;
}

.categories_filter button {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.45rem 1rem;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.categories_filter button.active {
  background-color: #343a40;
  border-color: #343a40;;
  color: #fff;
}

.categories_filter button:hover {
  background-color: #343a40;
  color: #fff;
}

.category_top_filters .sort-by {
  display: flex;
  padding: 1rem 0;
}

.links_ {
	margin-top: 2rem;
}

.link_s {
	text-align: center;
	padding-top: 20px;
}

.link_s a {
	border-bottom: 1px dashed #949494;
	font-size: 20px;
}

.pt14 {
	padding-top: 14px;
}

.fr_dp .dropdown-menu,
.country_slt .dropdown-menu,
.fr_dp2 .dropdown-menu {
	width: 150px;
	font-size: .875rem;
	padding: 10px 0;
	border-color: #f8f9fa;
	background-color:#f8f9fa;
}



.fr_dp2 .dropdown-menu {
	right: 0 !important;
	left: auto !important;
/* 	top:58px; */
	top:100%;
}



.top_right .f_lin .fr_dp2 {
	/*margin-left: 70px;*/
}



.all_categories_page .heading-text {
	text-transform: capitalize;
}

.sd_br_c ul li a {
	color: var(--color3);
}

.f_lin li a {
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
}

.f_lin li a.btn {
	color: #fff;
}

.product-grid {
	text-align: center;
	border-radius: 8px;
	border: 1px solid #0002;
	overflow: hidden;
	transition: all 0.4s ease-out;
	margin-bottom: 30px;
}

.product-grid:hover {
	box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-grid .product-image {
	position: relative;
}

.product-grid .product-image a.image {
	display: block;
	/* height: 200px; */
	/* object-fit: cover; */
}

.product-grid .product-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	height: 250px;
	object-position: top;
}

.product-grid .product-discount-label {
	color: #fff;
	background: var(--color3);
	font-size: 14px;
	font-weight: 400;
	padding: 2px 8px;
	border-radius: 5px;
	position: absolute;
	top: 12px;
	left: 12px;
}

.product-grid .product-links {
	width: 145px;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 65%;
	left: 50%;
	transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
	opacity: 1;
	top: 50%;
}

.product-grid .product-links li {
	display: inline-block;
	margin: 0 2px;
}

.product-grid .product-links li a {
	color: #2c2c2c;
	background: #fff;
	font-size: 16px;
	line-height: 42px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: block;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

.product-grid .product-links li a:hover {
	color: #fff;
	background: var(--color3);
	box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
	content: attr(data-tip);
	color: #fff;
	background-color: #555;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -40px;
	transition: all 0.3s ease 0s;
}

.product-grid .product-links li a:after {
	content: '';
	height: 10px;
	width: 10px;
	padding: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -18px;
	z-index: -1;
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
	display: block;
}

.product-grid .product-content {
	padding: 12px 12px 15px;
	position: relative;
	background-color: #fff;
}

.product-grid .rating {
	padding: 0;
	margin: 0 0 8px;
	list-style: none;
}

.product-grid .rating li {
	color: var(--color1);
	font-size: 14px;
}

.product-grid .rating .far {
	color: #808080;
}

.product-grid .title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px;
	justify-content: center;
}

.product-grid .title a {
	color: #2c2c2c;
	transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
	color: var(--color1);
}

.product-grid .price {
	color: var(--color1);
	font-size: 16px;
	font-weight: 600;
	display: block;
	transition: all 0.4s ease-in-out;
}

.product-grid .price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}

.product-grid:hover .price {
	opacity: 0;
}

.product-grid .add-to-cart {
	color: #fff;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: 50px;
	left: 50%;
	transition: all .4s ease-out;
}

.product-grid .add-to-cart:hover {
	background-color: #2f2f2f;
}

.product-grid:hover .add-to-cart {
	opacity: 1;
	bottom: 8px;
}

.all_categories_page {
	background-color: #fff;
}

.dropdown-menu a {
	padding: 10px 18px;
	font-size: 14px;
	display:block;
}

.dropdown-menu a:hover {
	background-color: #f6f6f6;
	color: #6d6d6d;
}

.fr_dp:hover>a {
	color: #000;

}

.account_info {
	display: flex;
	align-items: center;
	/*padding-bottom: 10px;*/
}

.account_info i {
	margin-right: 10px;
	font-size: 18px;
	color: #6d6d6d;
}

.account_info span {
	font-size: 12px;
	font-weight: 600;
	color: #6d6d6d;
	line-height: 17px;
}

.account_info .amount__ {
	display: block;
}

.fr_dp:hover>a>i {
	transform: rotate(180deg);
}

.fr_dp:hover .pt14 {
	padding-top: 14px;
}

.fr_dp .dropdown-menu::before,
.fr_dp2 .dropdown-menu::before,
.fr_dp2 .dropdown-menu::after,
.fr_dp .dropdown-menu::after {
	content: '';
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;

}

.fr_dp .dropdown-menu::after,
.fr_dp .dropdown-menu::before {
	left: 20px;
}

.fr_dp2 .dropdown-menu::after,
.fr_dp2 .dropdown-menu::before {
	right: 20px;
}

.fr_dp .dropdown-menu::before,
.fr_dp2 .dropdown-menu::before {
	border-bottom: 10px solid #d7d7d7;
	top: -10px;
}

.fr_dp .dropdown-menu::after,
.fr_dp2 .dropdown-menu::after {
	border-bottom: 10px solid #f8f9fa;
	top: -9px;
}

.top_right .f_lin {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
}

/*.top_right>.f_lin>li:not(:last-child) {
	margin-right: 18px;
}*/

.top_right>.f_lin>li>a:hover {
	color: #000;
}

.f_lin .fa-angle-down {
	font-size: 14px;
}

footer {
	background-color: #f1f2f6;
}

.cl_f h4 {
	font-size: 15px;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #5d5d5d;
}

.cl_f li a {
	color: #5d5d5d;
	margin-bottom: 10px;
	display: block;
}

.cl_f li a:hover {
	text-decoration: underline;
}

.bottom-footer ul {
	display: flex;
	justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.bottom-footer .form-select {
	background-color: transparent;
	width: 200px;
	border-color: transparent;
}

/*.bottom-footer ul li {
	font-size: 20px;
}*/

.bottom-footer .col-12 {
	text-align: center;
	font-size: 14px;
	color: #5d5d5d;
	padding-top: 2px;
}

.bottom-footer {
	background-color: #f1f2f6;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 16px;
}

.bottom-footer .row {
	padding-top: 16px;
}

.bottom-footer ul li:not(:last-child) {
	margin-right: 6px;
}

.btn:focus {
	box-shadow: none;
}

.earn-cashback .row {
	margin: 0;
	padding: 15px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background-color: #fff
}

.site__menu {
	/*border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;*/
}

.earn-cashback .lh {
	line-height: 99px
}

.bg-sec {
	/*background-image: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);*/

}

.cate-box {
	min-height: 144px;
	line-height: 45px;
	margin: .7em 0;
	background-color: #fff;
	text-align: center;
	border: 1px solid #0001;
	border-radius: 8px;
	padding: 1.2em;
	position: relative;
}

.cate-box img {
	height: 90px;
}

.btn {
	font-size: 14px;
	font-weight: 600;
}

.btn-cate {
	position: absolute;
	top: 35%;
	display: none;
	left: 0;
	right: 0;
	text-transform: capitalize;
}

.form-floating>.form-control::placeholder {
	visibility: hidden;
}

.str_bs2 {
	border: 1px solid #0002;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
}

.str_bs2 h5 {
	padding: 15px 20px;
	border-bottom: 1px solid #0002;
	font-size: 15px;
	margin-bottom: 0;
}

.r_smll_bx:not(:last-child) {
	border-bottom: 1px solid #0002;
}

.s_b {
	color: #6d6d6d;
}

.s_n {
	font-weight: 500;
	color: #6d6d6d;
}

.s_d {
	color: #a6a6a6;
}

.r_smll_bx {
	padding: 16px 20px;
}

.s_b {
	margin-left: 4px;
}

.r_smll_bx span {
	font-size: 12px;
}

.s_n,
.s_d {
	display: block;
}

.s_d,
.r_smll_bx {
	margin-top: 7px;
}

.column2 {
	column-count: 1;
	column-gap: 20px;
}

.cate-box:hover .btn-cate {
	display: block;
}

.str_bse {
	border: 1px solid #0002;
	border-radius: 8px;
	padding-bottom: 30px;
	background-color:#fff;
	margin-bottom: 15px;
	overflow: hidden;
}

.st_bx:not(:last-child) {
	border-bottom: 1px solid #0002;
}

.st_bx a {
	display: flex;
	align-items: center;
	padding: 20px 30px;
}

.str_txt {
	flex: 0 0 80%;
	margin-left: 3%;
}

.str_txt h4 {
	color: #6d6d6d;
}

.str_txt h4,
.str_txt h5 {
	font-size: 18px;
}

.str_txt h5 {
	font-size: 22px;
}

.str_txt p {
	font-size: 14px;
	color: #828282;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;

}

.st_bx a .str_lg {
	width: 88px;
	height: 88px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

.ttl_str {
	display: flex;
	padding-left: 30px;
	padding-right: 20px;
	align-items: center;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaeb;
	padding-bottom: 12px;
}

.st_d_d {
	color: #6d6d6d;
}

.blg_img {
	margin-bottom: 10px;
}

.blg_img img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.blog-img img{
	border-radius: 8px;
}
.fs-12 {
	font-size: 12px;
}

.str_trms h4 {
	background-color: #f6f7f7;
	border-bottom: 1px solid #e9eaeb;
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 8px 8px 0 0;
}

.str_trms .accordion-item {
	margin-bottom: 0;
	border-bottom: 1px solid #e9eaeb;
}

.ttl_str span {
	flex: 0 0 80%;
}


.n_mnu .nav-item.dropdown:hover>a.nav-link {
	color: var(--color3);
}

.n_mnu .dropdown-menu {
	padding: 5px 10px;
	box-shadow: 0 0px 10px 0 #0001;
	border-radius: 0;
	border-color: transparent;
}
.rounded-10 {
	border-radius:10px;
}
.store_page {
	background-color: #f8f9fa;
}
.str_d_inner .breadcrumb .breadcrumb-item a,
.str_d_inner .breadcrumb-item {
	color: blue;
	font-size: 13px;
}
.str_d_inner .breadcrumb-item.active{
	opacity: .75
}
.str_d_inner .breadcrumb-item + .breadcrumb-item {
	padding-left: .4rem
}
.str_d_inner .breadcrumb-item+.breadcrumb-item::before{
	padding-right: .4rem;
	color: blue;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	float: none;
}
.str_1 .str_2:not(.str_trms) h4 {
	font-size: 24px;
	font-weight: 500;
}
.store_detail_entry {
	width: 150px;
}
.store_detail_entry .text-dark {
	color: #5d5d5da3 !important;
	font-size: 14px;
	font-weight: 500;
}
.str_1 .tab-content:not(#nav-tabContent) ul {
	display: flex;
	padding: 6px 30px;
	font-size: 12px;
	border-bottom: 1px solid #e9eaeb;
	margin-bottom: 0;
}

.str_1 li:not(.breadcrumb-item) a {
	position: relative;
	margin-right: 20px;
	padding: 5px 10px;
}

.str_1 li:not(.breadcrumb-item) a:before,
.str_1 li:not(.breadcrumb-item) a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.str_1 li:not(.breadcrumb-item) a:before {
	border-left-color: #e9eaeb;
	border-width: 16px;
	margin-top: -16px;
}

.str_1 li:not(.breadcrumb-item) a:after {
	border-left-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

.n_mnu .dropdown-item {
	font-weight: 500;
	color: #0008;
	padding: 6px 0;
}

.n_mnu .dropdown-item.active,
.n_mnu .dropdown-item:active {
	background-color: #fff;
}

.n_mnu .dropdown-item:hover {
	background-color: #fff;
	color: var(--color3);
}

.cate-box:hover::before {
	background-color: #333;
	opacity: .6;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
}

.cate-box p {
	font-weight: 600;
	margin: 0;
	color: var(--color1);
}

.btn-primary {
	box-shadow: 0px 0px 14px -7px #f09819;
	background-image: linear-gradient(45deg, var(--color1) 0%, var(--color2) 51%, var(--color3) 100%);
	transition: 0.5s;
	background-size: 200% auto;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border: 0;
	padding: 10px 24px;
	text-transform: capitalize;
}
.call2-action .btn-primary{
	background-image: none;
	background-color:#6222b2;
	border-color:#6222b2;
}
.call2-action .btn-primary:hover {
	background-image: none;
	background-color:#6222b2;
	border-color:#6222b2;
}
.featured-coupon .btn-primary{
	box-shadow: none;
	text-transform: none;
	border-radius:8px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	/*background-position: right center;*/
	background-color: transparent;
}

.box-img img {
	width: 120px;
	object-fit: contain;
}

.coupon-grid a>img {
	/*height: 104px;*/
	object-fit: cover;
}
.top_picks .coupon-grid a>img {
	height: 175px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
	width:100%;
}
.coupon-content h6{
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}
.box {
	min-height: 144px;
	margin: .7em 0;
	background-color: #fff;
	text-align: center;
	border: 1px solid #0001;
	border-radius: 8px;
	padding: 1.2em
}

.box p {
	color: #3e588c;
	font-weight: 600
}

.coupon-grid {
	background-color: #fff;
	border: 1px solid #0002;
	/*margin-bottom: 30px;*/
	border-radius: 8px;
	height: 100%;
}
.coupon-grid:not(.not_hover),
.hover_effect {
	overflow: hidden;
	transition: transform .2s;
	position: relative;
}
.hover_effect{
	height:100%;
}
.new_footer {
	padding: 10px 0;
}

.new_footer ul.navigation {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	
}
.new_footer ul.navigation li a{
	color: #5d5d5d;
}
.new_footer ul.navigation li a:hover{
	text-decoration: underline;
}

.new_footer .dropdown .btn{
	border: 1px solid #0002;
	background-color: #fff;
}
.new_footer .dropdown,
.res_h .top_right .dropdown:not(.fr_dp2) {
	width: 200px;
	border-radius: 6px;	
}
.ui-widget.ui-widget-content {
	border-color: #0002 !important;
	border-radius: 20px !important;
}
.new_footer .dropdown-menu,
.res_h .top_right .dropdown-menu{
	width: 208px;
}
.new_footer .dropdown-menu a {
	padding: 10px 12px;

}
.new_footer .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #0001;
}

.new_footer .dropdown-menu,
.res_h .top_right .dropdown-menu {
	border-radius: 10px;
	padding: 0;
}
.res_h .top_right .dropdown-menu {
	padding: 10px 0px;
}
.companies_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 50px;*/
}

.companies_logo img {
	object-fit: contain;
	max-width: 140px; 
	height: 85px; 
}
.coupon-grid:not(.not_hover):hover{
	cursor: pointer;
	transform: scale(1.05);
}
.hover_effect:hover {
   transform: scale(1.001);
}
.coupon-grid .fa-heart,
.str_d_inner .fa-heart {
	position: absolute;
	top: 5px;
	right: 10px;
	background-color: rgba(0,0,0,.6);
	font-size: 14px;
	height: 28px;
	width: 28px;
	line-height: 26px;
	border: 1px solid rgba(0,0,0,.6);
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 25px;
}
.coupon-grid .fa-heart.liked{
	background-color:transparent;
	border-color:transparent;
	color:red;
}

.featured-coupon:not(.top_picks) .coupon-grid .fa-heart,
.str_d_inner .fa-heart{
	background-color: transparent;
	border-color: transparent;
	color: rgba(0,0,0,.6);
	width: auto;
	height: auto;
}
.featured-coupon:not(.top_picks) .coupon-grid .fa-heart.liked,
.str_d_inner .fa-heart.liked{
	color:red;
}
.coupon-grid .fa_not {
	border: 0;
	font-size: 14px;
	width: auto;
	height: auto;
}

.coupon-grid .fa-heart.cashback-activated {
	color: red;
}
.top_picks .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.top_picks2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
	background-color: var(--color1);
	border-radius: 10px 0;
}
.top_picks .swiper-pagination-progressbar,
.top_picks2 .swiper-pagination-progressbar{
	bottom: 0;
	top: auto;
	width: 50%;
	border-radius: 10px;
	margin: 0 auto;
	right: 0;
}
.top_picks .swiper-button-next,
.top_picks2 .swiper-button-next,
.single_slider .swiper-button-next{
	left: 30px;
}
.top_picks .swiper-button-next,
.top_picks2 .swiper-button-next,
.single_slider .swiper-button-next,
.top_picks .swiper-button-prev,
.top_picks2 .swiper-button-prev,
.single_slider .swiper-button-prev{
	top: 10px;
	bottom: 0;
	width: 12px;
	height: 12px;
	color: #383838;
}
.top_picks .swiper-button-next:after,
.top_picks2 .swiper-button-next:after,
.single_slider .swiper-button-next:after,
.top_picks .swiper-button-prev:after,
.top_picks2 .swiper-button-prev:after,
.single_slider .swiper-button-prev:after{
	font-size: 12px;
}
.coupon-store:not(.not_cs) {
	 width: 120px;
    height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 5px 0px #0006;
	margin: -35px auto 0px;
	position: relative;
	padding: 6px;
	z-index: 888;
	background-color: #fff;
	border-radius: 8px;
}

.not_cs {
	text-align: center;
	margin-bottom: 10px;
}
.coupon-content h5 {
	margin-bottom: 20px;
	font-size: 18px;
}
.not_cc h5{
	margin-bottom: 10px;
}
.not_cc h6 i{
	font-size: 12px;
}
.coupon-store img {
	object-fit: contain;
}
.coupon-store:not(.not_cs) img {
	height: 60px;
}

.not_cs img{
	height: 60px;
	width: 120px;
}
.coupon-content {
	padding: 20px 10px;
	text-align: center;
}
.not_cc{
	padding: 10px 10px 0;
}

/*.lr_page {
	background-color: var(--color1);
	background-image: linear-gradient(to right, var(--color2), var(--color1));
}*/

.w50 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_picks {
	/*background-color: #f8f9fa;*/
}

.lgin-rgister-inner {
	background-color: #fff;
	padding: 2rem;
	/*box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);*/
	border-radius: 20px;
}

.home_banner .lgin-rgister-inner {
	padding: 1.5rem;
}

.lgin-rgister-inner #pills-tab .nav-item {
	flex: 1;
	padding: 0 .5rem .5rem;
}

.lgin-rgister-inner #pills-tab button.nav-link {
	color: #000;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}

.lgin-rgister-inner #pills-tab .nav-item:first-child {
	border-right: 1px solid #0001;
}

.lgin-rgister-inner #pills-tab .nav-item:last-child {
	border-left: 1px solid #0001;
}

.lgin-rgister-inner .nav-pills .nav-link.active,
.lgin-rgister-inner .nav-pills .show>.nav-link {
	background-color: transparent;
	color: #6d6d6d;
	border-bottom: 2px solid var(--color1);

}

.login-register-form {
	margin-top: .75rem;
}

.login-register-form .form-group {
	margin-bottom: 15px;
}


.show-pss {
	font-size: .8571rem;
	font-weight: 500;
	margin-top: .9rem;
}


.show-pss {
	display: flex;
	justify-content: space-between;
}

.dflex {
	display: flex;
}

.sign-in-links a {
	padding-right: 0 !important;
}

.sign-in-links a:last-child {
	padding-left: 0 !important;

}

.a-after {
	display: none;
}

.a-after:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1em;
	margin-left: 0.25rem;
	background-color: #dbe2ed;
	vertical-align: middle;
}

.hide-on-mobile {
	display: block;
}

.navbar-light .navbar-toggler {
	background-color: #fff;
	color: var(--primary-color);
	margin-left: auto;
}

.navbar-light .navbar-toggler:focus {
	box-shadow: none;
}

.fb-sign-in a {
	display: flex;
	background-color: #1a6eda;
	height: 3.25rem;
	text-align: center;
	border: none;
	border-radius: 3px;
	line-height: 1rem;
	font-size: .8125rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	margin-top: .75rem;
}

.fb-sign-in a i {
	font-size: 1.25rem;
	line-height: 1rem;
	margin-right: 0.75rem;
}

.divider {
	margin: 2rem 0;
	position: relative;
	background-color: #dbe2ed;
	height: 1px;
}

.site-links-social {
	display: flex;
}


.divider span {
	font-size: 1.286rem;
	background-color: #fff;
	color: var(--text-color);
	top: -15px;
	display: block;
	text-align: center;
	padding: 0 8px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 3rem;
	font-weight: 600;
}

.site_search .fa-search {
	top: 12px;
	right: 14px;
	color: #aeaeae;
	font-size: 18px;
}

.site_search input.form-control {
	padding: 10px 32px 10px 20px;
	border-width: 1px;
	border-color: #dbdbdb;
	background-color: #fff;
	border-radius: 8px;
}

.cate-sub-title {
	text-align: center;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #5d4d5d;
}

.res_h {
	background-color: #fff;
}

.title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 40px;
}

.load-more-cate {
	margin: auto;
	border-radius: 3px;
	display: block;
	width: 25%;
	text-align: center;
	background-color: var(--color2);
	border: 1px solid var(--color2);
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: .1px;
}

.page-title {
	text-align: center;
	/*background-color: var(--color1);*/
	/*background: rgb(80,184,231);
		background: radial-gradient(circle, rgba(80,184,231,1) 0%, rgba(132,205,238,1) 100%);*/
	background-image: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);
	font-size: 24px;
	padding: 70px 0;
	font-weight: 600;
	color: #fff;
	border-radius: 3px;
}

.load-more-cate:hover {
	background-color: var(--color1);
	color: #fff;
	border-color: var(--color1);
}

.main-grid-cate {
	border-radius: 3px;
	display: block;
	padding: 4px;
	background-color: #fff;
	margin-bottom: 30px;
}

.featured-cashback-all-store {
	padding-bottom: 26px;
	border-bottom: 1px solid #e1e1e1;
}

.store-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 3px;
	padding: 20px 0;
	margin-bottom: 30px;
	border: 1px solid #d3d3d4;
}

.store_slider-all .prev,
.store_slider-all .next {
	left: -5%;
	right: 0;
	margin: auto;
	border: 1px solid #d9d9d9;
	bottom: -20.3%;
}

.bg_sec {
	background-color: #0000000a;
}

.site-logo img {
	max-width: 190px;
	max-height:60px;
}

/* Coupons Section Css*/
.site_coupon .c_inner {
	width: 100%;
	position: relative;
}

.site_coupon {
	margin-bottom: 40px;
	border-radius: 8px;
	align-items:center;
}

.site_coupon .c_inner .info::after,
.site_coupon .c_inner .info::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: #f0f0f0;
	border-radius: 100%;
}

.site_coupon .c_inner .info::before {
	top: -11px;
	left: -10px;
}



.site_coupon .time {
	font-size: 1.6rem;
}

.store_slider-all .prev::before {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	background: #f2f4f1;
	height: 2px;
	top: 21px;
	left: 39px;
}

.slick-slide {
	padding: 0 10px;
}

.store_slider-all {
	margin-left: -10px;
	margin-right: -10px;
}

.store_slider-all .next {
	left: 5%;
}

.store_slider-all .prev,
.store_slider-all .next {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background-color: #f9f9f9;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	z-index: 999;
	color: #000;
}

.cashback-upto {
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}

.cashback-offers {
	color: #5d5d5d;
	font-weight: 500;
}

.store-box img {
	margin: 16px 0;
	height: 40px;
	object-fit: scale-down;
}

.border-1 {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.all-store-info .border-1 {
	border-bottom: 0;
}

.all-stores-cate {
	padding: 6px 25px;
	background-color: #f5f5f5;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.all-stores-cate li {
	cursor: pointer;
}

.all-stores-cate li:hover {
	color: var(--color1);
}

.all-stores-cate li:not(:last-child) {
	margin-right: 20px;
}

.all-store-in-grid {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 25px;
	background-color: #fff;
	margin-bottom: 0;
	display: flex;
	align-items:center;
}
.logo_str img {
	max-width: 80px;
	height: 60px;
	object-fit: contain;
}
.favorite_stores {
	flex: 1;
}
.favorite_stores a:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.fav_stores_list {
	display: flex;
	align-items: center;
	padding: 12px;
}
.fav__logo {
	padding-right: 12px;
}
.fav__logo img{
	max-width: 100px;
	height: 60px;
}
.fav__text span{
	display: block;
	text-align: left;
}
.fav__text > span:first-child {
	margin-bottom: 10px;
}
.about-us-page-c h1.site-h,
.how-it-works-page-c h1.site-h,
.giveaways-page-c h1.site-h
{
	display: none;
}
@media(min-width:768px){
	.str_d_inner .breadcrumb{
		margin-bottom:15px;
	}
	.all-store-in-grid li:nth-child(2) {
		width: 40%;
	}
	.all-store-in-grid li:not(:nth-child(2)) {
		width: 20%;
	}
	.logo_str img {
		max-width: 120px;
		height: 90px;
	}
	.content_with_progress {
		display:flex;
		flex-wrap:wrap;
		align-items:flex-end;
	}
	.content_with_progress .progress_bar_heading{
		flex-grow:1
	}
}
@media(max-width:767.98px){
	.all_blogs .site-h {
		font-size:20px
	}
	.benefits_kitty{
		margin-bottom:30px
	}
	.wrapper{
		padding-top:20px !important;
	}
	.info_icon {
		margin-right:10px !important;
	}
	.info_icon i {
    		font-size: 36px;
	}
	.bonus-text,
	.progress_bar_heading .progress{
		margin-bottom:10px
	}
	.all-store-in-grid,
	.str_d_inner{
		flex-direction:column;
	}
	 .str_d_left_side{
		margin-bottom: 15px;
		display: inline-block;
		text-align: center;
	}
	.str_d_inner {
		align-items: center;
	}
}


.all-store-in-grid li:last-child {
	display: flex;
	justify-content: flex-end;
}

.all-store-in-grid li:last-child a {
	text-transform: uppercase;
	color: #4d4d4d;
}

.all-store-in-grid li:last-child a:hover {
	color: var(--color1);
}

.all-store-in-grid li:first-child a {
	font-weight: 500;
}

.all-store-in-grid li:nth-child(2) a {
	color: #5d5d5d;
	font-weight: 600;
}



.all-store-in-grid li:nth-child(3) {
	font-size: 18px;
	font-weight: 600;
}

.message_box .error {
	color: #dc3545;
}

.message_box .success {
	color: #198754;
}

.jsonSuggest {
	max-width: 100%;
	width: 100% !important;
}

.jsonSuggest .ui-menu-item {
	list-style-image: none !important;
}

.jsonSuggest .ui-menu-item a {
	background-color: transparent;
	border: 0;
	width: 100%;
	padding: 10px;
	display:block;
}

.jsonSuggest .ui-menu-item a img {
	height: 30px;
	width: 60px;
	object-fit: contain;
	padding-right: 10px;
}

.jsonSuggest .ui-menu-item a img small {
	margin-left: auto;
}

.jsonSuggest .ui-menu-item a small {
	float:right;
}

.jsonSuggest .ui-menu-item a strong {
	font-weight: 400;
}

.jsonSuggest .ui-menu-item:not(:last-child) a {
	border-bottom: 1px solid #0003;
}

.home_banner .col-md-6:last-child {
	margin-bottom: 40px;
}

.bg_site {
	background-color: var(--color1);
}

.coupn_bx {
	padding: 20px;
	text-align: center;
}

.offer_bx,
.both_bx {
	padding: 10px 20px;
}



.offer_bx .col-md-4,
.both_bx .col-md-4 {
	text-align: center;
}

.coupn_bx:not(:last-child),
.offer_bx:not(:last-child),
.both_bx:not(:last-child) {
	border-bottom: 1px solid #0002;
}

.coupn_bx_img img {
	width: 90px;
	height: 40px;
	object-fit: contain;
}
.site__tabs {
  margin-bottom: 20px;
}
.site__tabs button.nav-link {
  font-size: 16px;
  line-height: 1.41;
  padding: 10px 0;
  color: #9ba1a9;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.site__tabs button.nav-link:hover,
.site__tabs button.nav-link.active{
  color: var(--color1);
  border-bottom-color: var(--color2);
  background-color: transparent;
}
.site__tabs button.nav-link.active {
    font-weight: 700;
}

.site__tabs button.nav-link:not(:last-child){
    margin-right: 35px;
}
.coupn_bx_txt h6 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
}

.innr_cate li>a {
	display: flex;
	justify-content: space-between;
	padding: 8px 20px;
}

.innr_cate li:not(:last-child)>a {
	border-bottom: 1px solid #e9eaeb;
}

.cats-div {
	margin-bottom: 0;
	column-gap: 20px;
	display: grid;
}

.textleft {
	font-weight: 500;
}

.max_height {
	max-height: 300px;
}

.site_scroller {
	overflow-y: scroll;
}

.serch_by_store .c_checkbox {
	margin-bottom: 8px;
}

.serch_by_store span {
	font-size: 14px;
}

.float_right.pr2 {
	margin-left: auto;
	margin-right: 8px;
}

.deals_seach_ label {
	margin-bottom: 10px;
}

.deals_seach_ .form-control {
	border-radius: 3;
	border-color: #d8d8d8;
	color: #6d6d6d;
}

.deals_seach_ .form-control::placeholder {
	color: #4d4d4d;
}

.all-categores_box {
	margin-bottom: 30px;
}

.all-cate-content-right>h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #212529;
	font-weight: 500;
}

.all-cate-content-right>h4 select {
	font-weight: normal;
	font-size: 16px;
	width: 20%;
	height: auto;
	padding: 0 10px;
	margin-left: 30px;
	color: #4d4d4d;
	border-radius: 3px;
	min-height: 36px;
}

#product-sort-change {
	width: 27%;
}

.all-cate-content-right>h4 select:focus {
	outline: 0;
}

.all-cate-content-right>h4 a#list i,
.all-cate-content-right>h4 a#grid i {
	background-color: #fff;
	padding: 5px 6px;
	border: 1px solid #d8d8d8;
	color: #4d4d4d;
}

.all-cate-content-right>h4 a#list i:hover,
.all-cate-content-right>h4 a#grid i:hover {
	color: var(--color1);
}

.all-cate-content-right>h4 a#list.active i,
.all-cate-content-right>h4 a#grid.active i {
	color: var(--color1);
}

.deals_seach_ select {
	padding: 0 9px;
}

.ml_auto {
	margin-left: auto;
}

.deals_seach_ .input-group input {
	border-right-color: transparent;
}

.deals_seach_ .input-group-text {
	background-color: transparent;
	border-color: #d8d8d8;
	border-left-color: transparent;
	min-height: 35px;
}

.deals_seach_ .input-group-text i {
	color: #4d4d4d;
}

.deal_right_smilar .col-md-4 {
	padding: 0 11px;
}

.max-html-box {
	float: right;
}

.deals_slider {
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	text-align: center;
	margin-bottom: 22px;
}

.min-html-box,
.max-html-box {
	margin-top: 4px;
	display: inline-block;
}

.checkbox {
	display: flex;
}

.checkbox input {
	accent-color: #119ddc;
	margin-right: 6px;
}

.c_numb {
	margin-left: auto;
	padding-right: 4px;
	font-weight: 500;
}

.deals_slider .store-t {
	margin-top: .1rem;
	margin-bottom: .35rem;
	color: #000;
	font-weight: 400;
	/*height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;*/
}

.deals_slider a.contentwimg {
	display: block;
}

.grid-list-change {
	border: 1px solid #d3d3d3;
	padding-top: 2px;
	padding-bottom: 2px;
}

.grid-list-change.active {
	border-color: var(--color1);
	background-color: var(--color1);
}

.right-icons .need-share-button-default .need-share-button_button {
	border-color: transparent;
}

.img_strd {
	padding: 10px;
}

.deals_slider p {
	padding: 0 10px;
	margin-bottom: 4px;
}

.deals_slider .del {
	color: #b5b5b5;
	margin-right: 8px;
	text-decoration: line-through;
}

.deals_slider .cashback {
	color: #009ed9;
	margin-bottom: .75em;
	font-weight: 500;
}

.deals_slider .btn {
	margin: .2rem 0 14px;
}

.deals_slider {
	position: relative;
	overflow: hidden;
}

.deals_slider .top-bar {
	background: #00b3c3;
	color: #fff;
	padding: 1px 10px;
	position: absolute;
	top: 12px;
	transform: rotate(-45deg);
	left: -25px;
}

.deals_slider .top-bar>span {
	font-size: 12px;
	font-weight: 600;
	padding: 0 8px;
}

.deal_dbx {
	border: 1px solid #d8d8d8;
	padding: 20px;
	display: flex;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
}

.save_right {
	flex: 0 0 15%;
	clip-path: polygon(50% 0%, 100% 0, 100% 60%, 50% 80%, 0 60%, 0 0);
	background-color: var(--color1);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0px;
	height: 50%;
	width: 12%;
	color: #fff;
	padding-top: 30px;
	font-size: 18px;
}

.swal-button {
	background-color: var(--color1);
}

.coupon_bx {
	display: flex;
	border: 1px solid #d8d8d8;
	padding: 16px;
	border-radius: 3px;
	background-color: #fff;
}

.coupon_bx:not(:last-child) {
	margin-bottom: 24px;
}

.coupon_rght {
	max-width: 25%;
	padding-left: 20px;
	padding-top: 10px;
}

.coupon_rght span {
	display: block;
	text-align: center;
}

.totl_off {
	font-size: 20px;
}

.cd_l {
	font-size: 12px;
	color: #0005;
	font-weight: 600;
	margin-bottom: 10px;
}

.coupon_img {
	max-width: 130px;
	border: 1px solid #0002;
	border-radius: 3px;
	display: flex;
	margin-right: 1rem;
}

.coupon_txt {
	max-width: 61%;
	border-right: 2px dashed #0001;
	padding-right: 20px;
}

.coupon_txt h4 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 500;
}

.coupon_txt p {
	margin-bottom: 0;
}

.coupon_img img {
	max-width: 120px;
}
.card1.row {
	align-items:flex-start;
}
.str__n,
.str__cb,
.a_prce,
.d_prce,
.str_icons {
	font-size: 18px;
	margin-bottom: 4px;
}

.deal_dbx_txt p {
	margin-bottom: 4px
}

.str__n,
.str__cb {
	display: block;
}

.str_icons a {
	color: #0008;
}

.str_icons a:not(:last-child) {
	margin-right: 10px;
}

.a_prce {
	display: inline-block;
	color: #0004;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 10px;
}

.deal_d_page .img_strd {
	border: 1px solid #0002;
	border-radius: 3px;
	padding: 10px;
}

.deal_dbx_img {
	flex: 0 0 25%;
	margin-right: 20px;
}

.deal_dbx_txt {
	flex: 0 0 60%;
	margin-right: 20px;
}

.fixed_w {
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
}

.site_scroller::-webkit-scrollbar-track,
.jsonSuggest::-webkit-scrollbar-track 
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F6F9FB;
}

.site_scroller::-webkit-scrollbar,
.jsonSuggest::-webkit-scrollbar
{
	width: 4px;
	background-color: #F6F9FB;
	border-radius: 10px;
}

.site_scroller::-webkit-scrollbar-thumb,
.jsonSuggest::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--color1);
}

.deals_seach_ {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}

.bg_site .n_mnu>li>.nav-link {
	font-weight: 600;
}

@media(min-width: 576px) {
	.title {
		display: flex;
		justify-content: space-between;
	}
}

@media(max-width: 767.98px) {
	.total-dash,
	.table-responsive{
		padding:40px 20px !important;
	}
	.coupon-grid a>img {
		width: 100%;
	}
}

.parent_cat {
	border: 1px solid #0002;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.parent_div>a {
	display: flex;
	justify-content: space-between;
	background: #f6f7f7;
	padding: 12px;
	font-size: 18px;
	font-weight: 600;
	color: #4d4d4d;
}

.offer_bx a.btn,
.both_bx a.btn {
	min-width: 139px;
}

.str_d_img {
	position: relative;
	height: 300px;
}
.str_d_img img{
	height: 300px;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
}
.str_d_left_side {
	margin-top: -80px;
}
.str_d_inner{
	position: relative;
  	display: flex;
}
.important-note {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #6222b2;
}
.str_small {
	background: #fff;
	display: flex;
	align-items: center;
	width: 150px;
	padding: 6px;
	border-radius: 8px;
	justify-content: center;
	height: 150px;
	border: 1px solid #0002;
	margin-bottom: 10px;
}

.right_side_content {
	position:relative;
	width:100%;
	padding-top:20px;
}

.str_small img{
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.str_d_left_side{
	display: inline-block;
	text-align: center;
}
@media(min-width: 768px) {
	.str_d_inner{
		padding-left: 20px;
	}
	.str_d_left_side{
		margin-right: 25px;

	}
	.hero-section {
		padding: 6rem 0 0rem;
	}
	.offer_bx .col-md-4{
		text-align: right;
	}

	.cats-div {
		grid-template-columns: auto auto;
	}

	.offer_bx .row,
	.both_bx .row {
		align-items: center;
		justify-content: space-between;
	}

	.site_search .fa-search {
		top: 12px;
	}

	.home_banner .col-md-6:last-child {
		margin: 30px 0;
	}

	.hero-section h1 {
		font-size: 3.8rem;
		line-height: 4rem;
		padding: 0 1.6rem 0 0;
	}

	.hero-section p {
		font-size: 1.125rem;
		padding-top: 1rem;
		line-height: 1.7rem;
		padding-right: 1rem;
	}

	.img_m_b {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.pt80,
	.py80 {
		padding-top: 40px;
	}

	.pb80,
	.py80 {
		padding-bottom: 40px;
	}
	.my80,
	.mt80 {
		margin-top: 40px;
	}

	.my80,
	.mb80 {
		margin-bottom: 40px;
	}

	.site-h {
		font-size: 1.75rem;
	}

	/* .sec_benefits_kitty .site-h{
		font-size: 1.5rem;
	} */

	.bg_site .n_mnu>li>.nav-link {
		color: #fff;
		padding: 12px;
	}

	.bg_site .n_mnu>li>.nav-link:hover {
		background-color: var(--color2);
		color: #fff;
	}

	.view-vlist .col-md-4 {
		width: 100%;
	}

	.view-vlist .all_deals_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.view-vlist .adb3 {
		padding-right: 10px
	}

	.view-vlist .adb1 {
		width: 20%;
	}

	.view-vlist .adb1 img {
		max-width: 100px;
		max-height: 100px;
	}

	.view-vlist .adb2 {
		margin-right: auto;
		text-align: left;
	}
}



@media(min-width: 1024px) {
	.home_banner .row {
		align-items: center;
	}

	.container-fluid {
		max-width: 95%;
	}

	.px-1,
	.pr-1 {
		padding-right: 4px;
	}

	.px-1,
	.pl-1 {
		padding-left: 4px;
	}

	.bg_site {
		padding-top: 0;
		padding-bottom: 0;
	}

	.btn_sign .btn {
		padding: 10px 34px;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		text-align: center;
		position: relative;
		border: 0
	}

	.home_banner .lgin-rgister-inner {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.home_banner .form-floating>.form-control,
	.home_banner .join_free,
	.home_banner input.login-btn {
		height: 48px;
		line-height: 20px;

	}

	.home_banner .form-floating>.form-control,
	.home_banner .form-floating>label {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.home_banner .col-md-6:last-child {
		margin: 80px 0;
	}

	.stp_bx h4 {
		font-size: 1.1rem;
	}

	.btn_sign .btn::before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		border: 2px solid var(--color1);
		border-radius: 40px;
		opacity: 1;
	}

	.btn_sign .btn::after {
		content: ">";
		position: absolute;
		top: 0px;
		right: 5px;
		font-size: 22px;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px);
	}

	.btn_sign .btn:hover:before {
		opacity: 0
	}

	.btn_sign .btn:hover:after {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.pt80,
	.py80 {
		padding-top: 60px;
	}

	.pb80,
	.py80 {
		padding-bottom: 60px;
	}
	.my80,
	.mt80 {
		margin-top: 80px;
	}

	.my80,
	.mb80 {
		margin-bottom: 80px;
	}

	.three_section {
		padding: 120px 0;
	}
	.home_banner {
		min-height: 500px;
		display: flex;
		align-items: center;
	}
	.site_coupons{
		padding-bottom: 20px;
	}
	.site_produts{
		padding-bottom: 30px;
	}

	.site-h,
	.site__para {
		margin-bottom: 2rem;
	}
	.three_section .site-h {
			margin-bottom: 60px
	}
	.lr_page {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.stp_bx {
		margin-top: 4rem;
	}

	.stp_bx p {
		padding: 0 50px;
	}

	

	.w50 {
		width: 52%;
	}
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	padding-top: 40px;
	padding-bottom: 40px;
	flex:1;
}

#sidebar {
	min-width: 225px;
	max-width: 225px;
	background: #fff;
	height: 100%;
}

#sidebar.active {
	margin-left: 0px;
}

.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}

ul.list-unstyled.components {
	margin: 0;
	display: block;
	padding-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#sidebar ul li a {
	padding: 10px 16px;
	display: block;
	color: #4d4d4d;
	font-weight: 500;
	position: relative;
}
#sidebar ul li a > i{
	display:inline-block;
	margin-right:6px;
}

.tex.ml-2 {
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#sidebar ul li a:hover {
	background: #f8f9fa;
	border-radius:25px;
}

.country_slt {
	padding: 0px 8px;
	border: 1px solid transparent;
	border-radius: 3px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
	background: #f8f9fa;
	border-radius:25px;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.pr-2 {
	padding-right: 8px;
}

.user .fa-close {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.user {
	
	text-align: center;
	border-bottom: 0;
	padding: 1rem 0;
	position: relative;
}

.form-control,
label {
	font-size: 14px;
	font-weight: 500;
}

.form-control {
	border-radius: 8px;
}

.item-div td a>img {
	width: 100px;
	height: 50px;
}

.item-div .fa-trash {
	font-size: 20px;
}

.my-tickets-content {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background-color: #fff;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	position: relative;
}

.ticket-reply-box .my-tickets-content {
	background-color: #f2f4f1;
}

.my-tickets-content:not(:last-child) {
	margin-bottom: 30px;
}

.ticket-status {
	position: absolute;
	top: -10px;
	font-size: 12px;
	background-color: var(--color1);
	border-radius: 3px;
	padding: 2px 4px;
	color: #fff;
	left: 0;
}

.form-select:focus,
.form-control:focus,
.btn:focus {
	box-shadow: none;
	border-color: #ced4da;
}

.input-code {
	max-width: 139px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
}

.user h5 {
	font-weight: 400;
	margin-top: .8em
}

.swal-modal {
	border-radius: 3px;
	background-color: #f4f2f1;
}

.swal-text {
	font-size: 24px;
	font-weight: 500;
}

.swal-footer {
	text-align: center;
}

.user p {
	color: #4d4d4d;
	margin-bottom: 0;
}

.loading-image {
	background: url('../images/loader.gif') no-repeat;
	width: 64px;
	height: 64px;
	display: block;
	margin: auto;
}

.dash-box h5 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Inter';
}

.loading-screen {
	display: flex;
	align-items: center;
}

.dash-box p {
	font-size: 14px;
}

div#content {
	width: 100%;
	padding-left: 1em
}

.admin-user .ion-close {
	position: absolute;
	top: 5px;
	right: 10px
}

.bottom-footer ul li img{
	max-width: 28px;
	object-fit: contain;
}
.img_main_b h2{
	font-size: 26px;
   
}
.underline-text,
.img_main_b h2,
.about-us-page-c h1,
.about-us-page-c h2,
.about-us-page-c h3{
	text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  text-decoration-thickness: 9px;
  text-underline-offset: -4px;
  text-decoration-color: #b681fb;
}
.site__para {
	text-align: center;
	font-size: 20px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		margin-left: -275px;
		margin-right: 1.6em;
		display: none;
	}

	#sidebar.active {
		margin-left: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		height: 100%;
	}

	#sidebarCollapse span {
		display: none;
	}

	div#content {
		padding-left: 0;
		position: relative;
	}

	.hide {
		display: none;
	}
}

.bg-r {
	background-color: #ce2626;
}

.dash-box {
	position: relative;
	max-height: 208px;
	padding: 30px;
	background-color:#f8f9fa;
	border-radius:25px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	height:100%;
}

.dash-box .price {
	font-weight: 500;
	border-top: 1px solid #d9d9d9;
	padding-top: .3rem;
	display:flex;
	justify-content: center;
}
.dash-box .price > span:not(:first-child) {
	color:#6222b2
}
.total-number {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #6222b2;
}
.bg-y {
	background-color: #b29300
}

.bg-b {
	background-color: #0a84a2
}

.bg-g {
	background-color: #72a815
}

.p-bg-g {
	color: #d1f88d
}

.p-bg-b {
	color: #b4ebf8
}

.p-bg-y {
	color: #f9ebab
}

.p-bg-r {
	color: #ffbdbd
}

.total-dash {
	margin-top: 30px;
	padding: 30px;
	border-radius: 25px;
	color: #4d4d4d;
	background-color: #f8f9fa;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.total-dash div:not(.info_icon){
	font-weight:700
}
.info_icon{
	margin-right:20px
}
.table th span {
	font-weight: 700;
}

.dash-table,
.table {

	margin: 0;

}

.table-responsive {
	border: 1px solid #f8f9fa;
	border-radius: 50px;
	background-color: #f8f9fa;
	padding:30px;
}
.refer .table-responsive{
	padding:0
}
.dash-table thead th,
.table thead th {
	border: 0;
}

.dash-table thead th,
.table thead th {
	padding: .75rem 1.6rem;
}

.my-tickets-content-left {
	width: 65%;
}

.my-tickets-content-left p {
	margin-bottom: 0;
}

.dash-table td,
.table td {
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;
}

.dash-table td,
.table td {
	padding: .75rem 1.6rem;
}

.table td>span {
	color: var(--color1);
}

.table>thead tr:not(:last-child) {
	border-bottom-width: 1px;
}

.table tbody tr {
	border-top-width: 1px;
	border-color: #d8d8d8;
}

.table-w50 tr:last-child th {
	border-bottom-width: 0;
}

.table th {
	font-weight: 500;
}

.table-w50 tbody th {
	background-color: #f8f9fa;
	width: 50%;
}

.table-stripped:not(.table-w50) tbody tr:first-child {
	border-top-width: 0;
	background-color: #f8f9fa;
}

.table-w50 tbody tr:first-child {
	border-top-width: 0;
}

.text {
	position: relative;
	top: -4px;
	margin-left: 8px;

}

.time {
	font-size: 24px;
	margin-right: 3px;
}

#content .btn-primary {
	text-transform: capitalize;

}

#content .container {
	padding-right: 0
}

.content_2 {
	width: 100%;
}
.tab-content .content_2{
	width: 80%;
}
/*dashboard cashback*/
.bg-ye {
	background-color: #d5ea79
}

.w22 {
	flex: 0 0 21.1%;
	max-width: 21.1%;
}

.w13 {
	flex: 0 0 12%;
	max-width: 12%;
}

.cashback-table {
	font-size: 14px;
	font-weight: 400
}

.cashback-table thead {
	background-color: #f7f6fb;
	border-bottom: 1px solid #d9d9d9;
}
#pauseButton{
	  display: inline-block;
    position: absolute;
    left: 30px;
    bottom: -6px;
    color: #383838;
    cursor: pointer;
}
#pauseButton i{
	opacity: .5;
	font-size: 18px;
}
.w22 input,
.w13 input {
	border-radius: 0;
	height: 45px;
	border: 1px solid #d9d9d9;
}

.w22 input::placeholder,
.w13 input::placeholder {
	color: #868686
}

.w13 .btn-primary {
	padding: .5em 2em;
	background-color: #455e90;
	color: #fff
}
.str_d_left_side .btn-primary {
	margin-bottom:12px;
	box-shadow: none;
}	
.w13 .btn-primary:hover {
	background-color: transparent;
	color: #455e90
}

/*Dashboard cashout*/
.bg-gree {
	background-color: #84ec8e
}

.select input {
	border-radius: 0;
	height: 45px;
	border: 1px solid #d9d9d9;
}

.select input::placeholder {
	color: #868686
}

/*Dashboard Faqs*/
.search-topics {
	background-color: #455e90;
	padding: 2em 5em;
	text-align: center;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 3em
}

.search-topics h4 {
	font-weight: 400
}

.search-topics input {
	height: 70px;
	border-radius: 0;
	padding-left: 2em;
}

.search-topics input::placeholder {
	color: #a4a4a4
}

.search-topics .input-group-append button {
	border-color: #d9d9d9;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	padding: .375rem 1.4rem;
	color: #fff;
	background-color: #22355b
}

.search-topics p {
	margin-bottom: 0;
	margin-top: 1em
}

.faq-q {
	padding: 0;
	list-style: none;
}

.faq-q h5 {
	margin-bottom: 1em;
	font-weight: 400;
	font-size: 18px
}

/*Dashboard Favorite*/
.bg-l-blue {
	background-color: #d6f4fc
}

.store-reviews {
	padding: 1.5em;
	border: 1px solid #d9d9d9;
	margin: 8px 0px;
	height: 130px;
	position: relative;
}

.store-reviews .store-rating {
	margin-left: 1em;
	position: absolute;
	bottom: 0
}

.store-reviews .store-rating .checked {
	color: #deb200
}

.store-reviews p {
	margin-bottom: 0;
	margin-top: .8em;
	color: #000
}

.store-reviews h6 {
	color: #3e588c;
	font-weight: 500
}

.store-reviews .btn-primary {
	background-color: #3e588c;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 600;
	margin-top: .8em;
	margin-right: 1.5em
}

/*** How it works Start ***/
.site_how_it_works .feature-item {
    position: relative;
/*     box-shadow: 0 0 45px rgba(0, 0, 0, 0.1); */
    border-radius: 35px;
	border:1px solid #0002;
    height: 100%;
    z-index: 1;
	min-height:437px;
	flex-direction:column;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px 40px;
}

.text-grey {
    color: #0006;
}
.site_how_it_works .feature-item:not(:hover){
	background-color: #fff;
}

.site_how_it_works:hover .feature-content h5,
.site_how_it_works:hover .feature-content p{
	color: #222;
} 
.site_how_it_works .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 35px; 
    z-index: -1;
    transition: 0.5s;
    background: #6222b270;
}

.site_how_it_works .feature-item:hover::after {
    height: 100%;

}
.step-heading,
.step-heading ~ h5{
	font-size:22px;
	font-family:'Gabarito', cursive;
	font-weight:500;
	line-height:1.2;
}
.site_how_it_works .feature-item .feature-icon {
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
}
.site_how_it_works .feature-item .feature-icon img,
.three_section .card1 img{
	max-width:80px
}
.site_how_it_works .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.site_how_it_works .feature-item .feature-icon i {
    transition: 0.5s;
    color: #6222b2;
}

.site_how_it_works .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** How it works End ***/

.store-reviews .btn-primary:hover {
	background-color: transparent;
	color: #3e588c
}

.store-reviews i {
	color: #ccc;
	font-size: 35px;
	position: relative;
	top: 15px;
}

.store-reviews img {
	padding: 0em
}

/*Dashboard Refer*/
.bg-redish {
	background-color: #ffd4c4;
}

.refer h4 {
	font-weight: 500;
	color: #6222b2;
}

.refer input {
	height: 44px;
}

.refer p {
	font-size: 16px
}

.refer input::placeholder {
	color: #606163
}
.store-page-c table{
	width:100%!important;
	max-width:100%!important;
	overflow-x:scroll;
	border-collapse: separate;
}
.store-page-c table td{
	/*  width:auto!important;*/
	white-space:break-spaces !important; 
	vertical-align: middle !important;
}
.refer .btn-primary {
	color: #fff;
	border-radius: 0 4px 4px 0;
}

.copy-link {
	border: 1px solid #606163;
	background-color: #606163
}

.send-email {
	border: 1px solid #007aa7;
	background-color: #007aa7
}

/*Dashboard reviews*/
.bg-l-ye {
	background-color: #ffe5c2
}

.section-title-wrap {
	text-align: center;
}

.dash-reviews {
	padding: 1.5em;
	border: 1px solid #d9d9d9;
	margin: 8px 0px;
	position: relative;
}

.dash-reviews .store-rating .checked {
	color: #deb200
}

.dash-reviews .store-rating {
	margin-left: 1em;
	position: absolute;
	bottom: -6%;
}

.dash-reviews p,
.dash-reviews h6 {
	color: #000000;
	font-size: 13px;
}

.dash-reviews h6 {
	font-weight: 400;
	margin-bottom: 0
}

.dash-reviews p {
	margin-bottom: 10px;
}
.store_page .tab-pane{
	margin-bottom: 20px;
}
.pagination {
	margin-top: 30px;
	flex-wrap:wrap;
}
.pagination  .page-link {
	margin:1px !important;
}
.flag-select{
	color:#868686;
}
.form-select:not(.flag-select) {
	color: #4b4b4b;
}
.form-select {
	font-size: 14px;
}
.dash-reviews .fa-edit {
	color: #ccc;
	font-size: 35px;
	position: absolute;
	right: 10%;
	bottom: 1%;
}

.total-dash .alert-icon {
	display: inline-flex;
	border: 1px solid var(--color1);
	width: 80px;
	height: 80px;
	justify-content: center;
	border-radius: 50px;
	font-size: 32px;
	align-items: center;
	background-color: var(--color1);
	color: #fff;
}
.site_content {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 25px;
}

.table-responsive,
.site_tabs{
	margin-top: 30px;
}
.site_content .table-responsive{
	margin-top:.75rem
}
.sd_br_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sd_br_c ul {
	margin-bottom: 0;
}

.sd_br_c form {
	max-width: 82%;
	flex: 0 0 82%;
}

.my_cbs_input .in_div:last-child {
	display: flex;
}
.site_search {
	width: 100%;
}
.top_right .f_lin>li,
.join_content {
	padding: 10px 0;
}
.res_h .f_lin {
	justify-content: flex-end;
	align-items: center;
}

.join_content::before {
	/*content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #e5e7eb;*/
}

.countdown {
  	max-width: 720px;
  	margin: 0 auto;
  	background-color: #fff;
	padding: 20px 20px 15px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	gap:10px;
	flex-wrap:wrap;
	justify-content: space-between;
}
.countdown-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-section span {
    	font-size: 1.25rem;
    	font-weight: 700;
    	background-color: #fff;
    	text-align: center;
    	border-radius: 8px;
    	box-shadow: 0 0 10px 0 #0002;
    	margin-bottom: 8px;
	color:#6222b2;
	padding:6px 12px;
}

.countdown-section p {
    	font-size: .55rem;
	font-weight:400;
    	margin-bottom: 0;
	color:#6222b2;
	text-transform: uppercase;
}
.join_content {
	position: relative;
	padding-left: 22px
}
.new_footer ul.navigation li:not(:last-child) {
	margin-right: 20px;
}
.benefits_kitty {
	border-radius: 50px;
/*   box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); */
  background-color: #f8f9fa;
  padding: 30px 30px;
}
.benefits_kitty h3{
	font-size: 24px;
}
.benefits_kitty p{
	margin-bottom: 20px;
}
.benefits_kitty ul{
	margin-bottom: 0;
}
.bonus-test{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:8px;
}
.progress_bar_heading .progress {
	border-radius:25px;
	height: 2rem;
	border: 4px solid #e9ecef;
}
.benefits_kitty li{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.entries-value,
.bonus-text{
	text-align:center;
	min-width:90px
}
.count_down_ .countdown{
	background-color:#f8f9fa;
}
.bonus-text span{
	display:block;
	color:#0005;
	font-weight:600;
}
.count_down_ {
	border:1px solid #0002;
    border-radius: 25px;
	background-color:#fff;
	padding:30px
}
.progress_bar_heading .progress-bar {
	background-color:#6222b2;
}
.entries-value span{
	display:block;
	text-align:center;
	font-weight: 700;
}
.benefits_kitty li:not(:last-child){
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.content_with_progress:not(:last-child){
	margin-bottom:30px
}

.card.right-side_box > .row {
	margin-bottom:20px
}
.set_width_slider {
	position: relative;
	margin-top: 45px
}
@media(min-width: 768px){
	.res_h .col-md-6{
		flex: 0 0 auto;
    	width: 100%;
	}
	.top_right .f_lin>li,
	.join_content {
		padding: 10px 0;
	}
	.join_content {
		/*padding-left: 30px*/
	}
	.column2 {
		column-count: 2;
		column-gap: 20px;
	}
	.bonus-text,
	.progress_bar_heading .progress{
		margin-right:10px
	}
	.top_picks .swiper-button-next,
	.top_picks2 .swiper-button-next,
	.single_slider .swiper-button-next{
		left: 50px;
	}
}

.p30{
	padding:20px;
}
.favourite_stores-page-c .p30,
.refer_and_earn-page-c .p30{
	padding:40px 20px;
}
.my-profile .btn-warning,
.my-profile .site-btn:not(.btn-warning):focus{
	background-color:#6222b2;
	border-color:#6222b2;
	color:#fff;
}
.my-profile .site-btn:not(.btn-warning) {
	border-color:#ced4da;
}

@media(min-width: 992px) {
	.giveaways-page-c .blg_img img {
		height: 220px;
	}
	.benefits_kitty{
		padding:40px
	}
	.favourite_stores-page-c .box_style1 .row{
		width:80%;
		margin-left:auto;
		margin-right:auto
	}
	.home_dashboard_sec .row{
		justify-content:space-between;
	}
	.home_dashboard_sec .col-lg-4{
		width:33%
	}
	.home_dashboard_sec .col-lg-8 {
		width:66%
	}
	.countdown {
		padding:30px 40px 20px;
		justify-content: space-evenly; 
		gap:20px;
	}
	.countdown-section span {
		padding:8px 16px;
	}
	.p30{
		padding:40px;
	}
	.right_side_content h4{
		font-size:28px
	}
	.card.right-side_box > .row {
		margin-bottom:40px
	}
	.right-side_box .col{
		position:relative;
	}
	.right-side_box .col:first-child:after{
		content:'';
		height: 70%;
		width: 3px;
		background-color:#0002;
		position:absolute;
		top: 15px;
		right: 0;
		
	}
	.entries-count {
		font-size:2.5rem;
	}
	.slider-container {
		margin-left:auto;
		width:92%;
	}
	.countdown-section p {
		font-size:.85rem;
	}
	.countdown-section span {
		font-size:3rem;
		min-width: 100px;
	}
	.site_how_it_works .row {
		justify-content:space-between;
		width:95%;
		margin:0 auto;
	}
	.site_how_it_works .row-cols-lg-3>* {
		width:32%
	}
	.blog_detil .blog-img img {
		width:100%;
    		object-fit: cover;
	}
	.countdown .bloc-time{
		margin-right: 30px
	}
	.countdown .figure > span {
		font:normal 5rem/100px "Inter";
		font-weight: 700;
	}
	.countdown .figure{
		width: 100px;
		height: 100px;
	}
	
	.top_picks .swiper-pagination-progressbar,
	.top_picks2 .swiper-pagination-progressbar{
		width:25%;
	}
	.new_footer ul.navigation {
		margin-left: 90px
	}
	.home_dashboard_sec .card-logo{
		flex: 0 0 200px;
	}
	.fr_dp:hover .dropdown-menu,
	.fr_dp2:hover .dropdown-menu {
		display: block;
	}
	.fr_dp2>a {
		display: inline-block;
		min-height: 50px; 
		position: relative;
		top: 8px;
	}
	.new_footer ul.navigation li:not(:last-child){
		margin-right: 34px;
	}
	.navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link {
		margin-right: 40px
	}
	.navbar-light .navbar-nav .nav-link{
		position: relative;
		padding-left: 4px;
		padding-right: 4px;
		transition: transform .4s;
	}
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active{
		color: #6222b2;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		transform: scale(1.05);
	}
	.navbar-light .navbar-nav .nav-link:after {
		content: '';
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    background-color: #6222b2;
    transition: width 0.4s ease-in-out;
	}
	.navbar-light .navbar-nav .nav-link:hover:after,
	.navbar-light .navbar-nav .nav-link.active:after {
		width: 100%;
	}

	.img_main_b{
		width: 85%;
    		margin: 0 auto;
	}
	.home_banner,
	.lr_page,
	.featured-coupon:not(.top_picks,.top_picks2),
	.home_dashboard_sec,
	.store_page,
	.site_how_it_works,
	.box_style1{
		margin-left: 70px;
		margin-right: 70px;
	}
	.my_tickets-page-c .site-h{
		font-size:1.25rem;
	}
	.img_main_b h2 {
		font-size: 36px;
		margin-bottom: 20px
	}

	.img_main_b  p{
		font-size: 16px;
	}
	.site_coupon .c_inner .info::before{
		top: -18px;
	}
	.offer_bx .col-md-8 p,
	.both_bx .col-md-8 p {
		margin-bottom: 0;
	}
	.refer h4{
		padding: 0 2rem
	}
	.refer .btn-primary{
		padding: .375rem 2rem;
	}
	.refer .input-group.my-2 {
		padding: 0 3rem;
	}
	.site_coupon .c_inner .info::after{
		bottom: -18px;
		left: -10px;
	}
	.country_slt:hover {
		border-color: var(--color1);
		background-color: var(--color1);
	}
	.n_mnu .nav-item.dropdown:hover .dropdown-menu {
		display: block;
	}
	.content_2 {
		width: 50%;
	}
	.site_coupon .c_inner{
		border-left: 1px dashed #ddd;
		width: 40%;
	}
	.country_slt:hover>a {
		color: #fff;
	}
	.res_h .row .col-md-6:first-child>div {
		align-items: center;
	}
	.country_slt:hover .dropdown-menu {
		display: block;
		top: 100%;
		right: 0;
	}

	.total-dash span {
		/*margin-left: auto;*/
		margin-left: 30px
	}

	.total-dash .alert-icon {
		font-size: 42px;
	}

	.my_cbs_input {
		display: flex;
	}

	.my_cbs_input .in_div:not(:last-child) {
		flex: 1;
		margin-right: 20px
	}

	.dash-box .price {
		bottom: 5px;
	}

	.dash-box {
		min-height: 160px;
	}
	.res_h .col-md-6{
		flex: 0 0 auto;
    	width: 50%;
	}
	.top_right .f_lin>li,
	.join_content {
		padding: 10px 0;
	}
	.join_content {
		/*padding-left: 40px*/
	}	
	.home_banner {
		padding: 40px 0;
	}
}
@media(min-width: 1200px){
	.slider-container {
		width:90%;
	}
	.top_picks .swiper,
	.top_picks2 .swiper{
		overflow:visible;
	}
}
@media(min-width: 1400px){
	.slider-container {
		width:88%;
	}
}
@media(min-width: 1600px) {
	.slider-container {
		width:83%;
	}
}


@media(max-width: 575.98px){
	.my-profile-right .btn:not(last-child){
		margin-bottom:20px;
	}
}
@media(max-width: 575.98px){
	.site-logo img {
		max-width: 120px;
		margin-right: 10px
	}
	.res_h .col-7 {
		width: 65%;
	}
	.res_h .col-5 {
		width: 35%;
	}
	.res_h .col-7 {
		padding-right: 0;
	}
	.res_h .col-5 {
		padding-left: 0;
	}
}
@media(max-width: 991.98px) {
	.right-side_box .col {
		margin-bottom:10px;
		border-bottom: 1px solid #0002;
		padding-bottom:30px
	}
	.content_with_progress{
		margin-bottom:10px;
		padding-bottom:30px;
	}
	.content_with_progress:not(:last-child) {
		border-bottom: 1px solid #0002;
	}
	.refer-and-earn-div{
		padding-top:40px;
	}
	.str_d_img img,
	.str_d_img{
		height:200px;
	}
	.site__tabs button.nav-link:not(:last-child) {
		margin-right:10px;
	}
	.str_d_left_side {
		margin-top: -50px;
	}
	.site__tabs button.nav-link{
		font-size:14px;
	}
	
	.str_small{
		width: 100px;
		height: 100px;
		margin-left:auto;
		margin-right:auto;
	}
	.str_small img{
		width: 80px;
		height: 80px;
	}
	.top_picks .swiper-button-next, .top_picks2 .swiper-button-next, .single_slider .swiper-button-next{
		left:55px;
	}
	.str_d_inner .fa-heart {
		right:0;
		top:-25px;
	}
	
	.count_down_ {
		margin:30px 0
	}
	.giveaways_page div > div > div img,
	.blog_detil .blog-img > img{
		    height: 180px;
		    object-fit: cover;
		    width: 100%;
	}
	.fr_dp2 .dropdown-menu {
		top:38px !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.res_h .top_right .dropdown:not(.fr_dp2) {
		width: auto;
	}
	.collapse-lg:not(.show),
	.res_h .f_lin .dropdown > a.text-dark > span,
	.account_info > span {
		display: none;
	}
	.join_content {
		padding-left: 0;
	}
	.top_right .f_lin>li,
	.join_content {
		padding: 0;
	}
	.home_banner,
	.lr_page,
	.featured-coupon:not(.top_picks,.top_picks2),
	.store_page,
	.site_how_it_works,
	.box_style1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site__menu  .navbar-collapse .nav-link {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.site__menu .navbar-collapse {
	    position: fixed;
	    left: 0;
	    visibility: hidden;
	    top: 0;
	    bottom: 0;
	    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	    background-color: #fff;
	    width: 100%;
		/* padding: 1rem;*/
	    max-width: 350px;
	    transform-origin: left;
	    transition: transform 0.3s ease;
    transform: scaleX(0);
    z-index:11;
  }
  .site__menu .navbar-collapse.show {
    visibility: visible;
    height: 100vh;
    transform: scaleX(1);
    overflow-y: scroll;
  }
	.new_footer ul.navigation{
		margin-bottom: 10px;
	}
	#content .container{
		padding-left: 0;
	}
	.refer .btn-primary{
		font-size: 14px;
	}
	.total-dash {
		/* flex-direction: column; */
		align-items: flex-start;
	}
	.total-dash .alert-icon {
		margin-bottom: 20px;

	}
	.content_2 div{
		padding: 0 30px 10px;
	}
	.my_cbs_input .in_div:not(:last-child) {
		margin-bottom: 20px
	}

	#content .px-1 {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	#content .col-lg-3:not(:last-child) .dash-box {
		margin-bottom: 14px
	}
	.site_coupon{
		flex-direction: column;
	}
	.site_coupon .c_inner{
		border-top: 1px dashed #ddd;
	}
	.site_coupon .c_inner .info::after {
		top: -11px;
		right: -10px;
	}
}
