/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  color: rgba(var(--color-primary-rgb), 1);
}

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

a:hover {
  color: #216ae0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-default);
}

#main {
  margin-top: 40px;
}
.entry-wrapper img{
  width: 100%;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

.section-header {
  border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
  font-size: 50px;
  color: var(--color-black);
}

.section-header p {
  margin-bottom: 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 102px;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 43px;
  z-index: 99999;
  background-color: rgb(33, 106, 224, 0.85);
  width: 40px;
  height: 40px;
  border-radius: 25px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(33, 106, 224, 0.85);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.see-details {
  margin-top: 1rem;
  background: white;
  border: 1px solid #d5dfe9;
  padding: 0px 22px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.see-detail-btn {
  padding: 5px 0px 5px;
}
.see-detail-btn a {
  cursor: pointer;
  font-weight: 500;
}
.text-left{
  text-align: left !important;
}
/* Changes new */
.round-cashback-stores{
  text-align: center;
  margin-bottom: 10px;
}
.round-cashback-stores .round-store-logo{
  padding: 0 25px;
}
.round-cashback-stores .round-store-logo img:hover {
  border-color: #216ae0;
}
.round-cashback-stores .round-store-logo img {
  border-radius: 150px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  padding: 10px;
}
.round-cashback-stores .round-store-name{
  margin-top: -10px;
}
.round-cashback-stores .round-store-name span{
  /* background-color: #216ae0; */
  /* background-color: rgb(128, 43, 177, 0.75);  */
  background: #216ae0;
  font-size: 14px;
  color: white;
  padding: 3px 5px;
  border-radius: 0.375rem;
}
.pop-store:hover{
  border-color: #216ae0;
}
.pop-store{
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  margin-top: 20px;
}
.pop-store .inner-img img{
  /* width: 100%; */
  height: 120px;
}
.pop-store .inner-heading{
  background-color: #f2f2f2;
  padding: 10px 0 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pop-store .inner-heading small{
  font-weight: 600;
  color: #216ae0;
}
.pop-store .inner-heading h3{
  font-size: 1rem;
  height: 35px;
}
.top-coupons-home{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), 
  inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  border: 1px solid #d5dfe9;
  margin-top: 1rem;
}
.top-coupons-home-media{
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.embed-responsive-16by9 {
  padding-bottom: 50%;
}
.blog-thumbnail {
  position: relative;
}
.entry-single .blog-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  z-index: 1;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}
.bg-cover, *[data-bg-img] {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-coupons-home-2{
  border: 1px solid #d5dfe9;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  margin-bottom: 20px;
}
.top-coupons-home-2 h5{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 55px;
  font-size: 18px;
}
.top-coupons-home-2 a{
  /* border-bottom: 1px dashed #216ae0; */
  color: #216ae0;
  font-weight: 500;
}
.top-coupons-home-2 .head{
  display: flex;
  justify-content: space-between!important;
  align-items: center;
}
.top-coupons-home-2 .head img{
  height: 60px;
  width: 60px;
  border-radius: 5px;
  margin-right: 1rem;
  border: 1px solid #d5dfe9;
  text-align: right;
  background: white;
}
.top-coupons-home-2 .head .badge{
  background-color: #216ae0;
  height: min-content;
}
.top-coupons-home-2 .text{
  padding: 40px 15px 20px;
  /* margin-top: -30px; */
}
.top-coupons-home-2 .entry-date {
  bottom: -32px;
  left: 15px;
  position: absolute;
  z-index: 10;
}
.top-coupons-home-2 .entry-date .head span{
  padding: 18px 0 0 0;
  color: #216ae0;
}
.top-coupons-home-2 .text span {
  border-bottom: 1px dashed #216ae0;
  color: #216ae0;
  font-weight: 500;
}
/* end Changes new */
/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
  font-size: 70px;
  color: var(--color-black);
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}
.list-lg-alpha{
  list-style: upper-alpha;
}
.list-sm-alpha{
  list-style: lower-alpha;
}
.list-lg-numbers{
  list-style: decimal;
}
.list-sm-roman{
  list-style: lower-roman;
}
.list-lg-roman{
  list-style: upper-roman;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  height: 4.5rem;
  transition: all 0.5s;
  z-index: 997;
  /* background: #216ae0; */
  background: #0e64e2;
}

.header.sticked {
  height: 70px;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}
.footer .logo img {
  max-height: 50px;
  /* margin-right: 6px; */
}
.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-white);
  /* font-family: var(--font-primary); */
}

.search-form-wrap {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form .form-control {
  width: 300px;
  border: none;
  box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
  padding-left: 40px;
  padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .icon {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.5;
  left: 10px;
  color: #4b5563;
}

.search-form-wrap .search-form .btn {
  position: absolute;
  top: -3px;
  right: 44px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 24px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap.active {
  visibility: visible;
  opacity: 1;
}

.js-search-open, .js-search-open:hover{
  font-size: 15px;
  color: var(--color-white);
  vertical-align: super;
  font-weight: 600;
}
.mr-2{
  margin-right: 1rem !important;
}
.mr-1{
  margin-right: 0.5rem !important;
}
.top-bar {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #333333;
}
.top-bar label {
  text-align: center !important;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffff;
}
.peep {
  opacity: 0;
  animation: blinking 1.3s linear infinite;
  color: #FBC000;
}
.peep:hover{
  color: #FBC000;
}
.bg-fr{
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), rgb(116, 31, 162); */
  background-color: #216ae0;
}
.text-th{
  color: #216ae0 !important;
}
@keyframes blinking {
  from, 49.9% {
    opacity: 0;
  }
  50%, to {
    opacity: 1;
  }
}
.entry{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), 
  inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  border: 1px solid #d5dfe9;
  margin-top: 1rem;
}
.entry-media{
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.embed-responsive-16by9 {
  padding-bottom: 56%;
}
.blog-thumbnail {
  position: relative;
}
.blog-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}
.bg-cover, *[data-bg-img] {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.entry .entry-date {
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 10;
  width: 50px;
}
.entry .entry-date > h4, .entry .entry-date > h6 {
  color: #fcfcfc;
  font-size: 20px;
  background: rgb(33, 106, 224, 0.7);
  text-align: center;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}
.text-right{
  text-align: right !important;
}
/*pagination*/
.pagination_controls,.pagination_controls > ul {
  float: left;
  width: 100%;
}
.pagination_controls {
  border-top: 2px solid #f6f6f6;
  margin: 50px 0 40px;
  text-align: center;
  padding: 50px 0px 0px;
}
.pagination_controls > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.pagination_controls > ul > li > .previous,
.pagination_controls > ul > li > .next {
  border: none;
  line-height: 1.5;
  font-size: 22px;
  background-color: #f1f1f1;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  padding-top: 9px;
}
.pagination_controls > ul > li:hover > .previous,.pagination_controls > ul > li:hover > .next {
  color: #ffffff;
}
.pagination_controls > ul > li > a,.pagination_controls > ul > li > span {
  border: 1px solid #e0e0e0;
  color: #666666;
  font-size: 12px;
  float: left;
  height: 40px;
  line-height: 1.4;
  padding: 10px 8px 6px;
  width: 40px;
  border-radius: 100%;
}
.btn-default {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 3px;
  padding: 8px 15px;
  background-color: #216ae0 !important;
  border-color: 1px solid #216ae0 !important;
}
.btn-default {
  color: #ffffff;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #ffffff !important;
}
.btn-default-active:hover {
  color: #fff !important;
}
.btn-default-active {
  background-color: #649fff;
  color: #fff !important;
  border-radius: 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 13px;
}


/*pagination*/
.entry .entry-date > h6 {
  font-size: 14px;
  background: #222222;
  border-radius: 0 0 3px 3px;
}
.entry-wrapper{
  background-color: #f6f6f6;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px;
}
.entry-header h4{
  font-size: 16px;
  height: 60px;
}
.entry-summary{
  font-size: 14px;
}
.tag-info{
  font-size: 14px;
}
.entry-footer a{
  font-size: 14px;
}
.mtb-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.tab-pop-store{
  padding: 12px 20px;
  border: 1px dashed #216ae0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  margin-top: 10px;
  align-items: center;
  display: flex;
}
.tab-pop-store h6{
  margin-bottom: 0;
} 
.tab-pop-store small{
  color: #216ae0;
  font-weight: 600;
} 
.tab-pop-store img{
  height: 50px;
  width: 50px;
  border-radius: 5px;
  margin-right: 1rem;
  border: 1px solid #d5dfe9;
}
.banner-area img{
  border-radius: 12px;
}
.panel-border {
  border: 1px dashed rgb(33, 106, 224, 0.6);
  border-radius: 0.375rem;;
}
.accordion-button{
  padding-top: 10px ;
  padding-bottom: 10px ;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-item:not(:first-of-type) {
  border-top:1px dashed rgb(33, 106, 224, 0.6) !important;
}
.accordion-button:focus {
  border-color: rgb(33, 106, 224, 0.3);
  box-shadow: 0 0 0 0.25rem rgb(33, 106, 224, 0.3);
}
.top-cashback h2{
  margin-bottom: 20px;
}
.top-cashback h1{
  font-size: 2.25rem !important;
  margin-bottom: 20px;
}
.top-coupons{
  /* padding: 2rem 0; */
}
.breadcrumb-item.active {
  color: #216ae0;
  font-weight: 600;
}
.d-alpha li.active a {
  font-weight: 800;
  color: #216ae0 !important;
  border-bottom: 2px solid #216ae0;
  padding-left: .5rem;
  padding-right: .5rem;
}
.bg-bread{
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), rgb(116, 31, 162); */
  background-color: #f2f2f2;
  /* background: transparent; */
  
}
.store-page-top{
  padding-bottom: 1rem;
  display: flex;
}
.store-page-top-img{
 /* text-align: end; */
  padding:  0px 20px 0 0;
}
.store-page-top-text h1{
  font-size: 1.75rem;
}
.bi-star-fill, .bi-star-half, .bi-star{
  color: #216ae0;
}
.store-page-top img{
  border-radius: 15px;
  border: 1px solid #d5dfe9;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  width: 100px;
  height: 100px;
  padding: 5px;
}
.top-coupons-home .head{
  display: flex;
  justify-content: space-between!important;
}
.top-coupons-home .head img{
  height: 60px;
  width: 60px;
  border-radius: 5px;
  margin-right: 1rem;
  border: 1px solid #d5dfe9;
  text-align: right;
}
.top-coupons-home .head .badge{
  background-color: #216ae0;
  height: min-content;
}
.nav-link.active{
  color: var(--color-white) !important;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), rgb(33, 106, 224) !important; */
  border: transparent;
}
.nav-link{
  color: #216ae0 !important;
  font-size: .9rem;
}
.accordion-body h2 {
  font-size: 1rem;
  text-align: left !important;
}
.horizontal-coupon{
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 20px 0px 0px;
  margin-bottom: 20px;
  align-items: center;
}
.percent-off{
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  /* padding-right: 15px; */
  display: grid;
  border-right: 2px dashed #216ae0;
}
.percent-off-img{
  text-align: center;
  border-right: 2px dashed #216ae0;
}
.percent-off-img img{
  height: 90px;
  width: 90px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d5dfe9;
}
.percent-off span{
  font-size: 20px;
}
.percent-off .badge{
 color: #000;
 background: rgb(33, 106, 224, 0.3);
 font-size: 12px;
 width: min-content;
}
.coupon-button{
  text-align: center !important;
  padding: 0 15px 0 0;
}
.bi-check-circle-fill{
  font-size: 13px;
}
.coupon-detail {
  padding-left: 15px;
}
.coupon-detail h4{
  font-size: 1.3rem;
}
.coupon-detail .coupon-sub-detail small{
  color: #4b5563 !important;
  font-size: 14px;
}
.coupon-detail .coupon-sub-detail span, .coupon-detail .coupon-sub-detail span i{
  color: #148577;
  font-size: 14px;
}
.btn-fr, .btn-fr:hover{
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #216ae0;
  /* font-weight: 600; */
}
.cashback-stores, .events-stores, .get-help {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  margin-top: 20px;
  /* border: 1px solid #d5dfe9; */
}
.order-grid{
  display: flex;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.iframe-map iframe{
  width: 100%;
  height: 405px;
}
.cashback-stores .store-logo{
  background-color: #f2f2f2;
  padding: 25px 50px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.get-help .get-help-icon{
  background-color: #f2f2f2;
  padding: 60px 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
}
.get-help .get-help-icon img{
  height: 130px;
}
.get-help .get-help-text{
  border-top: 1px dashed #cccccc;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 20px;
  font-weight: 600;
}
 .events-stores .store-logo{
  background-color: #f2f2f2;
  padding: 25px 0px;
  text-align: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.content{
  padding: 8px 20px 0px 10px;
}
.cashback-stores .store-logo img{
  height: 90px;
}
.events-stores .store-logo img{
  height: 100px;
  width: 100px;
  border-radius: 5px;
  margin-right: 1rem;
  border: 1px solid #d5dfe9;
}
.cashback-stores .store-name{
  border-top: 1px dashed #cccccc;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 700;
  /* font-size: 18px; */
}
.events-stores .store-name{
  border-top: 1px dashed #cccccc;
  background-color: #fff;
  padding: 18px 7px 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 130px;
}
.events-stores{
  text-align: center;
  padding-bottom: 15px;
}
.events-stores .store-name a h3{
  font-size: 1rem;
  height: 55px;
  text-decoration: none !important;
  font-weight: 600;
  color: #000 !important;
}
.events-stores .store-name a span{
  color: #216ae0;
  font-weight: 500;
  font-size: 14px;
}
.events-stores .store-name span i{
  vertical-align: bottom;
}
.store-sidebar{
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 20px 12px 12px;
  margin-bottom: 1rem;
}
.store-sidebar .top-area{
  text-align: center;
}
.store-sidebar .top-offers h4{
  text-align: center;
  color: #216ae0;
  font-size: 1rem;
  font-weight: 600;
}
.store-sidebar .top-offers ul{
  margin-bottom: .5rem;
}
.submit-coupon{
  padding: 1rem 0rem 3rem;
}
.middle-offer-area h4{
  font-size: 28px;
}
.middle-offer-area{
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.h-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}
.h-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #216ae0;
}
.h-title {
    position: relative;
    padding-bottom: 0.5em;
    font-size: 1.09rem;
    font-weight: 500;
}
.bh-title:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.bh-title:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: #216ae0;
}
.bh-title {
  position: relative;
  padding-bottom: 0.5em;
}
.bh-title small{
  float: right;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-item {
  text-align: center;
}

.contact .info-item i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #216ae0;
}

.contact .info-item address,
.contact .info-item p {
  margin-bottom: 0;
}

.contact .info-item h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact .info-item a:hover {
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .contact .info-item-borders {
    border-left: 1px solid rgba(var(--color-secondary-rgb), 0.2);
    border-right: 1px solid rgba(var(--color-secondary-rgb), 0.2);
  }
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(var(--color-black-rgb), 0.1);
  padding: 20px 25px 20px;
  background: var(--color-white);
  border-radius: 15px;
}

@media (max-width: 640px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form h3{
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 5px;
}
.contact .php-email-form input,
.contact .php-email-form select,
.contact .php-email-form textarea {
  padding: 10px 14px;
  box-shadow: none;
  font-size: 15px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: var(--color-primary);
}

.contact .php-email-form button[type=submit] {
  background: #216ae0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact .php-email-form button[type=submit]:hover {
  background: #216ae0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Show code Btn */
.pop_trigger {
  cursor: pointer!important;
}
.coupon-code {
  position: relative;
  z-index: 1;
}
.code {
  border-radius: 0.375rem;
  display: block;
  text-align: right;
  color: #121212 !important;
  font-size: 14px;
  padding: 0.47rem 0rem;
  padding-right: 3px;
  background-color: rgb(33, 106, 224, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.show-code {
  color: #ffffff;
  /* font-weight: 600; */
  padding: 0.375rem 0rem;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 0.375rem;
  width: 83%;
  left: 0;
  transition: all 0.5s ease 0s;
  background: #216ae0;
}
.show-code:hover {
  width: 100%;
}


.career-benefits{
  margin-bottom: 3rem;
}
.benefits{
  padding: 20px 15px 10px;
  border: 1px solid #d5dfe9;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  text-align: center;
  margin-top: 1.5rem;
}
.benefits img{ 
  width: 100%;
  padding: 0px 75px;
}
.career-page{
  padding: 2rem 0px 2.5rem;
}
.our-values{
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.career-values h4{
 font-size: 1.25rem;
}
.career-benefits h4{
  font-size: 1.25rem;
  margin-top: 20px;
}
.page-404{
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}
.page-404 img{
  height: auto;
  padding: 0px 130px;
}
.page-link{
  color: #216ae0;
  border: 1px solid #d5dfe9;
}
.page-link:hover{
  color: #216ae0 !important;
}
.active>.page-link{
  color: #ffffff !important;
  background-color: #216ae0;
  border-color: #216ae0;
}
.blog-banner img{
  border-radius: 15px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.store-sidebar .store-faqs h4{
  font-size: 1rem;
  margin-top: 18px;
}
.store-sidebar .store-faqs h2{
  font-size: 1.5rem;
}
.store-faqs h4{
  font-size: 1.5rem;
}
.store-faqs h3{
  font-size: 1.09rem;
}
.store-faqs p{
  font-size: 14px;
}
.related-store ul{
  margin-top: 1rem;
  margin-bottom: 0px !important;
}
.related-store ul li{
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
.related-blog-category ul{
  margin-top: 1rem;
  margin-bottom: 0px !important;
}
.related-blog-category ul li{
  margin-bottom: 0.5rem;
  padding-bottom: .35rem;
  align-items: center;
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-blog-category ul li img{
  width: 100%;
}
.list-blog a{
  font-size: 14px;
}
.list-blog{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 7px;
  padding-top: 10px;
}
.list-blog:first-of-type{
  padding-top: 0;
}
.list-blog:last-child{
  border-bottom: none;
}
.tag-info a{
  color: #216ae0;
  font-weight: 500;
}
.about-us{
  padding: .5rem 0rem 2rem;
}
.about-us h2{
  font-size: 1.5rem;
}
.about-us h3{
  font-size: 1.25rem;
}
.about-us h4{
  font-size: 1rem;
}
.related-category{
  margin-bottom: .75rem;
}
.bi-caret-right-fill{
  /* color: #216ae0; */
  font-size: 11px;
}
.related-category a:hover{
  /* background: rgb(161, 31, 162) !important; */
  color: #ffffff !important;
  text-decoration: underline;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.form-check-input {
  border-radius: 0 !important;
}
.bg-cashback{
  background: center / 380px url(../images/web-bg.png);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: -16px;
  padding: 30px 0px;
}
.d-alpha{
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.store-listing{
  padding-top: .65rem;
  padding-bottom: .5rem;
}
.category-listing{
  padding-top: .65rem;
  padding-bottom: .5rem;
}
.category-listing h2{
  font-size: 1rem;
  font-weight: 700;
}
.category-listing a{
  font-weight: 700;
  text-transform: uppercase;
}
.category-listing ul li a {
  font-weight: normal;
}
.related-category a{
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
  margin-top: 5px;
}
.form-check-input:checked {
  background-color: #216ae0;
  border-color: #216ae0;
}
.view-all{
  text-align: right;
  margin-bottom: 0.75rem;
}
.view-all a{
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.cashback-stores .store-name span{
  font-weight: 500;
}
.top-coupons h2{
 margin-bottom: 1rem;
}
.submit-coupon-faqs{
  background-color: #fcfcfc;
  padding: 20px 15px 10px;
  border: 1px solid #d5dfe9;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15); */
  border-radius: 15px;
  margin-bottom: 20px;
}
.submit-coupon-faqs .submit-faqs h4{
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.submit-coupon-faqs .submit-faqs p{
  font-size: 15px;
}
.submit-coupon-faqs .submit-faqs p:last-child{
  margin-bottom: .75rem;
}
.how-to-cashback{
  background-color: #fcfcfc;
  padding: 20px 15px;
  border: 1px solid #d5dfe9;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15); */
  border-radius: 15px;
  margin-bottom: 20px;
}
.top-coupons-home .text-show-code {
  border-bottom: 1px dashed #216ae0;
  color: #216ae0;
  font-weight: 500;
}
.how-to-cashback img{
  width: 100%;
  padding: 0px 20px;
}

.how-to-cashback h4{
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.how-to-cashback p{
  font-size: .85rem;
  margin-bottom: 0;
}
.top-coupons-home{
  padding: 20px 15px;
  border: 1px solid #d5dfe9;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09), inset 0 -1px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
  margin-bottom: 20px;
}
.top-coupons-home h5{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 55px;
  font-size: 18px;
}
.top-coupons-home .scc{
  border-bottom: 1px dashed #216ae0;
  color: #216ae0;
  font-weight: 500;
  cursor: pointer;
}
.pop-store-heading{
  font-size: 1.75rem;
  font-weight: 400;
}
.pop-store-heading i{
  font-size: 1.25rem;
}
.btn-search, .btn-search:hover {
    background: #216ae0;
    border-color: #216ae0;
    color: white;
    border-top-right-radius: 0.375rem;;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.subscribe-area {
  background: url(../images/news-bgg.png);
}
.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
hr {
  opacity: .13 !important;
}
.expired-coupons{
  padding: 2rem 0rem;
}
.expired-coupons h2{
  /* font-size: 1.5rem; */
  margin-bottom: 15px;
}
.category-page-top{
  padding: 1rem 0rem 2rem;
}
.category-page-top h1 {
  font-size: 1.75rem;
}
.scrollable-content{
  padding-top: 10px;
  height: 200px;
  overflow: auto;
}
.scrollable-content h2{
  font-size: 1.5rem;
}
.scrollable-content h3{ 
  font-size: 1.25rem;
}
.scrollable-content h4{
  font-size: 1rem;
}
.scrollable-content h5{
  font-size: 1rem;
}
.content h2{
  font-size: 1.5rem;
}
.content h3{ 
  font-size: 1.25rem;
}
.content h4{
  font-size: 1rem;
}
.content h5{
  font-size: 1rem;
}
.submit-faqs h2{
  font-size: 1.5rem;
}
.submit-faqs h3{ 
  font-size: 1.25rem;
}
.submit-faqs h4{
  font-size: 1rem;
}
.submit-faqs h5{
  font-size: 1rem;
}
.entry-content h2{
  font-size: 1.5rem;
}
.entry-content h3{ 
  font-size: 1.25rem;
}
.entry-content h4{
  font-size: 1rem;
}
.entry-content h5{
  font-size: 1rem;
}
.entry-content a{
  color: #216ae0 !important;
  font-weight: 500;
}

.scrollable-content-store{
  height: 350px !important;
}
.scrollable-content::-webkit-scrollbar {
  width: 2px;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background: #216ae0;
}
.scrollable-content::-webkit-scrollbar-track {
  background: #ccc;
}
.store-content{
  background-color: #f2f2f2;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  border-radius: 15px;
  padding: 12px 2px 12px 12px
}
.how-to-use-coupon{
  padding: 1rem 0rem;
}
.how-to-use-coupon h2{
  font-size: 1.5rem;
}
.how-to-use-coupon img{
  padding: 0 55px;
}
.faq-content{
  background-color: #f2f2f2;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  border-radius: 15px;
  padding: 22px 20px 10px
}
footer{
  padding: 3rem 0 0rem;
  background: #f2f2f2;
  font-size: 14px;
  color: #000;
}
.footer-content{
  padding: 0rem 0 1rem;
}
footer p{
  font-size: 12px;
}
.footer-links li a{
  font-size: 12px !important;
}
.footer-legal{
  border-top: 1px dashed #fff;
  background: #2d283e;
  padding: 5px 0px 3px;
  color: #ffffff;
}
.bi-facebook{
  /* color: #3B5998 !important; */
  font-size: 18px;
}
.bi-pinterest{
  /* color: #cb2027 !important; */
  font-size: 18px;
}
.bi-twitter-x{
  /* color: #00B6F1 !important; */
  font-size: 18px;
}
.bi-instagram{
  /* color: #d6249f !important; */
  font-size: 18px;
}
.bi-youtube{
  /* color: #FF0000 !important; */
  font-size: 18px;
}

.social-icons li a .bi-facebook:hover{
  color: #0866ff !important;
}
.social-icons li a .bi-twitter-x:hover{
  color: #00B6F1 !important;
}
.social-icons li a .bi-pinterest:hover{
  color: #cb2027 !important;
}
.social-icons li a .bi-instagram:hover{
  color: #d6249f  !important;
}
.social-icons li a .bi-youtube:hover{
  color: #FF0000  !important;
}

.navbar .dropdown a span, .navbar .dropdown a i{
  color: #ffffff;
  font-weight: 600;
}
.bi-envelope{
  color: #216ae0;
}
.copyright strong span{
  color: #649fff !important;
}
/* Popup */
.mpopup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.48);
}
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 375px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 2rem;
}
.modal-header {
  padding: 2px 12px;
  background-color: #ffffff;
  color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  display: block; 
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: inherit;

}
.modal-body {
  padding: 2px 20px;
  text-align: center;
}
.modal-footer {
  padding: 1rem;
  background-color: #ffffff;
  color: #333;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  justify-content: center;
}
.modal-header img {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: 120px;
}
.copy-popup-code {
  border: 1px dashed #216ae0;
  margin: 30px 0 20px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
.copy-popup-btn {
  color: #fff;
  background-color: #216ae0;
  border-color: #216ae0;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.copy-popup-btn:hover{
  color: #ffffff;
}
.close {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.ui-widget-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  color: #222;
  padding: 3px 0;
}
.ui-widget {
  font-family: system-ui;
  font-size: .89em;
}
.ui-menu {
  padding: 2px;
  margin: -10px 0 0 0;
  display: block;
  z-index: 9999;
}
.ui-autocomplete {
  position: fixed;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-front {
  z-index: 100;
}
.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}
.ui-menu .ui-menu-item {
  margin: 0;
  /* padding: -10px 0px; */
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.5em 4px;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.ui-widget-content a, .ui-widget-header a {
  color: #222;
}
.ui-text {
}
.ui-img {
  vertical-align: middle;
  margin: 2px 10px 0 0 !important;
  height: 50px !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 5px !important;
  mix-blend-mode: multiply !important;
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{
  color:#212121;
  text-decoration:none;
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    font-weight: 500; 
    background-color: rgb(33, 106, 224, 0.15);
}
.page-filter ul{
  display: flex;
}
.page-filter ul li{
  margin-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .page-filter ul {
      overflow: auto;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a, 
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px 10px 15px;
    font-family: var(--font-default);
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), rgb(116, 31, 162); */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), rgb(14, 100, 226);
    border: transparent;
    border-radius: 12px;
    margin-right: 5px;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: var(--color-white);
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: var(--color-white);
    background: rgba(var(--color-primary-rgb), 0.8);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #000;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #216ae0;
    background: transparent;
    border-radius: none;
    text-decoration: underline;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  display: none;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    padding: 0;
    z-index: 9997;
  }
  .navbar .dropdown a span, .navbar .dropdown a i{
    color: #000;
  }
  .navbar ul {
    display: none;
    position: absolute;
    inset: 55px 15px 15px 15px;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px;
    background-color: var(--color-white);
    overflow-y: auto;
    transition: 0.3s;
    height: max-content;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    /* font-family: var(--font-primary); */
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background: var(--color-white);
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: inline-block;
    color: var(--color-white);
    font-size: 28px;
    cursor: pointer;
    line-height: 10px;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-black);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    color: var(--color-white);
  }

  .mobile-nav-active .navbar {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(var(--color-black-rgb), 0.6);
    transition: 0.3s;
  }

  .mobile-nav-active .navbar>ul {
    display: block;
  }
  .coupon-detail h4{
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  .percent-off,.percent-off-img {
    border-right: none;
    margin-bottom: 1rem;
  }
  .logo-width{
    width: 100% !important;
  }
  .coupon-button {
      text-align: center !important;
      padding: 0 22px;
  }
  .horizontal-coupon{
    text-align: center;
  }
  .store-page-top-text h2 {
    font-size: 1.2rem;
  }
  .store-page-top-text h1 {
    font-size: 1.5rem;
  }
  .category-page-top h1 {
    font-size: 1.2rem;
  }
  .coupon-detail h4{
    font-size: 1.05rem;
  }
  .nav-link{
    font-size: .80rem;
  }
  .coupon-detail {
    padding-left: 0;
    margin-bottom: .5rem;
  }
  .cashback-stores .store-logo {
    text-align: center;
    padding: 22px 30px;
  }
  .how-to-cashback img{
    width: 100%;
    padding: 0px 0px;
  }
  .how-to-cashback p {
    font-size: .5rem;
  }
  .cashback-stores .store-logo img {
      height: auto !important;
  }
  .oder-grid{
    display: grid;
  }
  .order-3{
    order: 4 !important;
  }
  .order-4{
    order: 3 !important;
  }
  .contact-with-us li{
    font-size: 12px;
  }
  .round-cashback-stores .round-store-logo{
    padding: 0 0px;
  }
  .round-cashback-stores .round-store-name span {
    padding: 3px 4px;
    font-size: 12px;
  }
  .header .logo img {
    max-height: 40px;
  }
}