.topHeader {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
.responsiveHeader{display: none;}
.topHeader .searchHeader .leftContent ul{
    list-style: none;
    padding: 0;
    margin:0;
}

.topHeader .searchHeader .leftContent li{
    display: inline-block;
    width: 30%;
    margin-right: 0px;
    list-style: none;
    vertical-align: text-top;
}
.topHeader .searchHeader .leftContent li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.topHeader .searchHeader .leftContent li a span img.cat{
    width: 20px;
    margin-right: 6px;
    margin-top: -2px;
}
.topHeader .searchHeader .leftContent li a span img.ord{
    width: 35px;
    margin-right: 2px;
    margin-top: -2px;
}
.topHeader .searchHeader .leftContent li a span img.ref{
    width: 20px;
    margin-right: 6px;
    margin-top: -2px;
}

.whatsImage{
   width: 15%;
   margin-right: 15px;
}
.rightContent{
    width: 80%;
    margin-top: 30px;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;

  }
  
  #searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 0.925rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    padding-left: 45px;
    border: 2px solid #f5f5f5;
  }
  
  #searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-right: -3.5rem;
    background: none;
    border: none;
    outline: none;
    z-index: 9;
  }
  
  #searchQuerySubmit:hover {
    cursor: pointer;
  }
  .topHeader .userDiv{
    margin-top: 30px;
  }
  .topHeader .userDiv .user_icon{
    width: 20px;margin-right: 6px;margin-top: -2px;
  }
  .topHeader .userDiv .download_app{
    width: 16px;margin-left: 10px; margin-top: -2px
  }
  .carousel-indicators{
    display: none;
  }
  .topHeader .userDiv .float-start a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #28A2A4;
    padding: 0rem 0rem;
  }
  .topHeader .userDiv .float-start .dropdown-menu{
    padding: 10px 15px;
    margin: 10px;
  }
  .topHeader .userDiv .float-start .dropdown-menu a {
    padding: 6px 0rem;
}
  .topHeader .userDiv  .float-end a{
    font-size: 16px;
    background-color: #28A2A4;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
  }

  .topBrand{
    display: block;
    width: 100%;
    padding: 40px 0px 20px;
    background-color: #F5F5F5;
  }
  .topBrand h2{
    margin-bottom: 20px;
  }
  .topBrand .brandAll .brands{
    display: block;
    width: 100%;
    padding: 0px 35px;
  }
  .topBrand .brandAll .brands .card{
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #F5F5F5;
    margin-bottom: 20px 
  }
  .topBrand .brandAll .brands .card p{
    font-size: 14px;
    color: #28A2A4;
    font-weight: 600;
  }
  .topBrand .brandAll .brands .card .card-link2{
    width: 48%;
    display: inline-block;
  }
  .topBrand .brandAll .brands .card .card-link{
    width: 48%;
    display: inline-block;
    margin-left: -15px
  }
  .howitWork.giftshop{
    display: block;
    width: 100%;
    padding: 0px 0px;
    background-color: #F5F5F5;
  }
  .howitWork a{
    padding: 10px 20px;
    background: linear-gradient(90deg, #26B3A1 24.65%, #347AAB 91.68%);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
  }

  .off_new{
    display: block;
    width: 100%;
    padding: 60px 20px;
    background-color: #F5F5F5;
  }
  .off_new .offcontent{
    background: linear-gradient(90deg, rgba(37, 178, 161, 0.24) 0%, rgba(0, 116, 142, 0.12) 97.93%);
    padding: 18px 30px;
    border-radius: 30px;
    width: 75%;
    margin: 0 auto; 
  }
  .off_new .offcontent a{
    color: black;
    text-decoration: none;
  }
  .off_new .offcontent h5{
  font-size: 22px;
    font-weight: 700;
  }
  .off_new .offcontent p{
    margin: 0px;
    font-size: 18px;
  }
  .off_new .offDiv .offcontent{
    position: relative;
  }
  .off_new .offDiv .offcontent .new_text{
    position: absolute;
    top: -14px; 
  }
  .off_new .offDiv .offcontent .new_text h6{
    padding: 4px 20px;
    border-radius: 8px;
    background: linear-gradient(90.71deg, #10884A 28.36%, #25B2A1 59.75%);
    color: #fff;
  }
  .off_new .offDiv .offcontent .arrow_btn {
    position: absolute;
    top: 27px;
    right: 45px;
  }
  .off_new .offDiv .offcontent .arrow_btn i{
    background-color: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
  }
  .popBrand{
    display: block;
    width: 100%;
    padding: 0px 0px 0px;
    background-color: #F5F5F5;
  }
  .popBrand h2{
    margin-bottom: 20px;
  }
  .popBrand h2 span{
    color: #FF0000;
    font-weight: 600;
  }

  .popBrand .brandAll .brands{
    display: block;
    width: 100%;
    text-align: center;
  }
  .popBrand .brandAll .brands ul{
    padding: 0px;
    list-style: none;
  }
  .popBrand .brandAll .brands ul li{
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-top: 25px;
    margin-right: 30px;
  }
  .popBrand .brandAll .brands ul li a{
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    color: #00879A;
    font-weight: 400;
    margin: 10px 0px 0px;
  }
  .popBrand .brandAll .brands ul li img{
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: contain;
    padding: 20px;
  }
  .popBrand .brandAll .brands ul li p{
    font-size: 20px;
    text-align: center;
    color: #00879A;
    font-weight: 400;
    margin: 10px 0px 0px;
    
  }

  .lookingBrand{
    display: block;
    width: 100%;
    padding: 30px;
    background-color: #F5F5F5;
    
  }
  .lookingBrand h2{
    margin-bottom: 20px;
  }
  .lookingBrand h2 span{
    color: #843A84;
    font-weight: 600;
  }

  .alllookingBrand{
    display: block;
    width: 100%;
    padding: 30px;
    background: linear-gradient(179.98deg, rgba(255, 255, 255, 0.8) 0.69%, rgba(65, 129, 172, 0.895639) 31.14%, rgba(38, 99, 141, 0) 141.34%);
  }
  .alllookingBrand .brandAll .brands ul{
    padding: 0px;
    list-style: none;
  }
  .alllookingBrand .brandAll .brands ul li{
    display: inline-block;
    width: 140px;
    margin-right: 45px;
    height: 100px;
  }
  .alllookingBrand .brandAll .brands ul li a {
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 10px 0px 30px;
}
  .alllookingBrand .brandAll .brands ul li img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: contain;
    vertical-align: top;
    margin-top: 30px;
  }
  .alllookingBrand .brandAll .brands ul li p{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 10px 0px 0px;
    
  }
  .discountitup{
    display: block;
    width: 100%;
    padding: 30px 30px 10px;
    background-color: #F5F5F5;
  }
  .howitWork.discountitup a{
    width: 40%;
  }
  .howitWork.discountitup a span{
    font-size: 12px;
    vertical-align: middle;
    margin-left: 8px;
    padding: 5px 8px;
    background: #fff;
    border-radius: 50%;
    color: cadetblue;
  }
  .howitWork.discountitup h4{
    font-size: 48px;
    margin-top: 20px;
    color: #838383;
  }
  .howitWork.discountitup p{
    font-size: 24px;
    margin-top: 15px;
    color: #838383;
    margin-bottom: 0;
  }
  .foodies{
    display: block;
    width: 100%;
    padding: 30px;
    background: #F5F5F5;
  }
  .foodies h2{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .foodies .card{
    background: #E2FFA3;
    border-top-left-radius: 20px;
    margin-bottom: 15px;
    border-bottom-right-radius: 20px;
    width: 300px;
    margin-top: 2%;
    height: 265px;
    background-size: cover;
  }
  .foodies .card .card-body {
  
    padding: 1rem 1rem 4rem;
    position: relative;
}
.foodies .card .card-body a{
  color: #212529;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
  .foodies .card .card-title {
    margin-bottom: 0.5rem;
    font-size: 22px;
    font-weight: 700;
}
.foodies .card .card-text{
  font-size: 16px;
    color: #00879A;
    font-weight: 700;
}
  .foodies .card .card-link2.float-start{
    width: 45%;
    vertical-align: middle;
  }
  .foodies .card .card-link.float-end{
    width: 35%;
    vertical-align: top;
  }
  .foodies .card p span{
    background: #C3FA45;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .howitWork.viewAll a {
    padding: 10px 20px;
    background: unset;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    width: 45%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #333333;
    margin-bottom: 30px;
}
.foodies.jealous .card {
  background: #fff;
  background-size: contain;
}
.jealous .card-link2.w-100 {
  width: 60% !important;
  margin: 0 auto;
  display: block;
}
.foodies.jealous .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
}
.foodies.jealous .card .card-text {
  font-size: 24px;
  color: #00879A;
  font-weight: 700;
  margin-bottom: 25px;
}
.foodies.jealous .card p span {
  background: #FC2779;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
}
.gadgets {
  display: block;
  width: 100%;
  padding: 30px 30px 60px;
  background: #F5F5F5;
}
.foodies.gadgets .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 500;
}
.foodies.gadgets .card .card-text {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
}
.foodies.gadgets .card {
  background: #E1FFFF;
  border-top-left-radius: 20px;
  margin-bottom: 15px;
  border-bottom-right-radius: 20px;
  background-size: contain;
}
.foodies.gadgets .card p span {
  background: #19AEFF;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
}
.foodies.gadgets .card-link2.w-100 {
  width: 60% !important;
  display: block;
  margin: 40px auto;
}
.footerDiv{
  display: block;
  width: 100%;
  padding: 60px 30px 30px;
  background: linear-gradient(90deg, #26B3A1 0%, #00879A 100%);

}
.footerDiv .footerLogo a{
  font-size: 28px;
    color: #fff;
    text-decoration: none;
    line-height: 46px;
}
.footerDiv .footerLogo a img{
    width: 100%;
}
.footerDiv .footerLogo p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footerDiv .footerMenu h6{
  font-size: 28px;
    color: #fff;
    line-height: 46px;
}
.footerDiv .footerMenu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footerDiv .footerMenu ul li a{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}
.footerDiv .footerMenu.stay ul li a{
  font-size: 14px;
}
.footerDiv .footerMenu.stay ul li a span{
  margin-left: 20px;
    font-size: 20px;
}
.bottomFooter {
  display: block;
  width: 100%;
  padding: 80px 30px 30px;
  background-color: #F5F5F5;
}
.bottomFooter .shop h6{
  font-size: 32px;
  font-weight: 500;
  line-height: 20px;
  color: #CBCBCB;
}
.bottomFooter .shop h5{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #CBCBCB;
}

/* Cashback Page Css Start Here */
.cashbackAll{
  display: block;
  width: 100%;
  padding: 60px 0px 0px;
  background-color: #F5F5F5;
}
.cashbackAll h2{
  margin-bottom: 20px;
}
#list_allP .col-lg-3 {
  display: inline-block;
  width: 23%;
    margin-right: 20px;
}

.cashbackAll ul{
  padding: 0px;
  list-style: none;
  text-align: center;
}
.cashbackAll ul li{
  display: inline-block;
  width: 210px;
    height: 170px;
  margin-right: 0px;
  margin-bottom: 22px;
  border: 0px solid #888;
  border-radius: 20px;
  padding: 10px 8px;
}
.cashbackAll .slick-slider img{
  width: 75px;
    margin-left: 35px;
}

.cashbackAll .slick-slider h5{
  font-size: 18px;
  margin-left: 35px;
  color: #777777;
  font-weight: 500;
  margin: 15px 0px 0px;
  vertical-align: text-bottom;
  
}
.cashbackAll .slick-slider p{
  font-size: 13px;
 
  color: #00879A;
  font-weight: 500;
  margin: 10px 0px 20px ;
  margin-left: 35px;
  vertical-align: text-bottom;
  
}


.cashback_div{
  display: block;
  width: 100%;
  padding: 10px 10px 40px;
  background: #F5F5F5;
}
.cashback_div .card{
  background: #FFF;
  border-top-left-radius: 20px;
  margin-bottom: 25px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
.cashback_div .card .card-body {

  padding: 2rem 1rem 6rem;
  position: relative;
}
.cashback_div .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 700;
}
.cashback_div .card .card-text{
font-size: 18px;
  color: #00879A;
  font-weight: 700;
  margin-bottom: 40px;
}
.cashback_div .card .card-link2{
  width: 45%;
}
/* Cashback Page css End Here */

/* How it work Modal Css Start Here */
.modal.howitwork .modal-dialog {
  max-width: 600px;
}
.modal.howitwork .modal-dialog .modal-content {
  background-color: #EAEAEA;
  padding: 20px;
  border-radius: 15px;
  border: 0px solid rgba(0, 0, 0, .2);
}
.modal.howitwork .modal-dialog .modal-content .modal-header{
  border-bottom: 0px solid #dee2e6;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .logoSection{
  text-align: center;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .logoSection img{
  width: 12%;
  margin-bottom: 20px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .logoSection h5{
  font-size: 20px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 0px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .logoSection h5 span{
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv{
  display: block;
  width: 100%;
  padding: 20px 0px 0px;
  margin-top: 30px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv h6{
    font-size: 18px;
    margin-bottom: 20px;
    color: #222222;
}

.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv ul li{
  margin-bottom: 10px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv ul li span{
  color:#333333;
  font-size: 16px;
}

.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv ul li span a{
  color: #00879A;
  font-weight: 500;
  text-decoration: none;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv .embed-responsive{
    display: block;
    width: 90%;
    margin: 30px auto 0px;
    border-radius: 12px;
    background: #fff;
    border: 2px solid #757575;
    padding: 10px 10px 6px;
}
.modal.howitwork .modal-dialog .modal-content .modal-body .pgcDiv .embed-responsive iframe{
  width: 100%;
}

/* How it work Modal Css End Here*/

/* Shop Locally Css Start Here  */

.ecploreCategory{
  display: block;
  width: 100%;
  padding: 40px 0px 20px;
  background-color: #ffffff;
}
.ecploreCategory h2{
  margin-bottom: 20px;
}
.ecploreCategory .brandAll .brands{
  display: block;
  width: 100%;
  padding: 0px 0px 0px;
}
.ecploreCategory .brandAll .brands .card{
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF;
  margin-bottom: 20px 
}
.ecploreCategory .brandAll .brands .card p{
  font-size: 14px;
  color: #28A2A4;
  font-weight: 600;
}
.ecploreCategory .brandAll .brands .card .card-link2{
  width: 25%;
  float: left;
  border-radius: 8px 
}
.ecploreCategory .brandAll .brands .card .card-link{
  width: 20%;
  float: right;
  margin-top: 30px;
  border-radius: 8px
}
.howitWork{
  display: block;
  width: 100%;
  padding: 0px 0px;
  background-color: #ffffff;
}
.howitWork a{
  padding: 10px 20px;
  background: linear-gradient(90deg, #26B3A1 24.65%, #347AAB 91.68%);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  width: 50%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.popBrandShop{
  display: block;
  width: 100%;
  padding: 60px 0px 0px;
  background-color: #ffffff;
}
.popBrandShop h2{
  margin-bottom: 20px;
}
.popBrandShop h2 span{
  color: #FF0000;
  font-weight: 600;
}

.popBrandShop .brandAll .brands{
  display: block;
  width: 100%;
  text-align: center;
}
.popBrandShop .brandAll .brands ul{
  padding: 0px;
  list-style: none;
}
.popBrandShop .brandAll .brands ul li{
  display: inline-block;
  width: 230px;
  height: 230px;
  margin-right: 22px;
  margin-bottom: 22px;
  border: 1px solid #888;
  border-radius: 20px;
  padding: 30px 25px;
}
.popBrandShop .brandAll .brands ul li img{
  width: 100%;
}
.popBrandShop .brandAll .brands ul li p{
  font-size: 20px;
  text-align: left;
  color: #00879A;
  font-weight: 500;
  margin: 105px 0px 0px;
  vertical-align: text-bottom;
  
}
.discountitup{
  display: block;
  width: 100%;
  padding: 30px 30px 10px;
  background-color: #F5F5F5;
}
.howitWork.discountitup a{
  width: 40%;
}
.howitWork.discountitup a span{
  font-size: 12px;
  vertical-align: middle;
  margin-left: 8px;
  padding: 5px 8px;
  background: #fff;
  border-radius: 50%;
  color: cadetblue;
}
.howitWork.discountitup h4{
  font-size: 48px;
  margin-top: 20px;
  color: #838383;
}
.howitWork.discountitup p{
  font-size: 24px;
  margin-top: 15px;
  color: #838383;
  margin-bottom: 0;
}
.topBrandBanner{
  display: block;
  width: 100%;
  padding: 30px;
  background: #ffffff;
}
.topBrandBanner h2{
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.topBrandBanner .card{
  background: #E2FFA3;
  border-top-left-radius: 20px;
  margin-bottom: 15px;
  border-bottom-right-radius: 20px;
}
.topBrandBanner .card .card-body {

  padding: 1rem 1rem 4rem;
  position: relative;
}
.topBrandBanner .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 700;
}
.topBrandBanner .card .card-text{
font-size: 16px;
  color: #00879A;
  font-weight: 700;
}
.topBrandBanner .card .card-link2.float-start{
  width: 45%;
  vertical-align: middle;
}
.topBrandBanner .card .card-link.float-end{
  width: 35%;
  vertical-align: top;
}
.topBrandBanner .card p span{
  background: #C3FA45;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.howitWork.viewAll a {
  border: 0px solid #333333;
  margin-bottom: 30px;
  padding: 15px 30px;
  background: linear-gradient(90deg, #26B3A1 24.65%, #347AAB 91.68%);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  width: 50%;
  display: block;
  border-radius: 20px;
}
.topBrandBanner .card {
background: #fff;
border: 0px solid rgba(0, 0, 0, .125);
margin-bottom: 40px;
  margin-right: 60px 
}
.topBrandBanner .card .card-body {
padding: 0rem 0rem 0rem;
position: relative;
}
.topBrandBanner .card-link2.w-100 {
width: 100% !important;
margin: 0 auto;
display: block;
}
.topBrandBanner .card .card-title {
margin-bottom: 0.5rem;
font-size: 16px;
font-weight: 500;
}
.topBrandBanner .card .card-text {
font-size: 24px;
color: #00879A;
font-weight: 700;
margin-bottom: 25px;
}
.topBrandBanner .card p span {
background: #FC2779;
padding: 8px 20px;
font-size: 14px;
font-weight: 600;
position: absolute;
bottom: 0px;
left: 0px;
color: #fff;
}
.topBrandBanner2 {
display: block;
width: 100%;
padding: 30px 30px 60px;
background: #FFF;
}
.topBrandBanner2 .card .card-title {
margin-bottom: 0.5rem;
font-size: 18px;
font-weight: 500;
}
.topBrandBanner2 .card .card-text {
font-size: 16px;
color: #444444;
font-weight: 500;
}
.topBrandBanner2 .card {
background: #fff;
border: 0px solid rgba(0, 0, 0, .125);
margin-bottom: 40px;
  margin-right: 60px 
}
.topBrandBanner2 .card .card-body {
padding: 0rem 0rem 0rem;
position: relative;
}
.topBrandBanner2 .card p span {
background: #19AEFF;
padding: 8px 20px;
font-size: 14px;
font-weight: 600;
position: absolute;
bottom: 0px;
left: 0px;
color: #fff;
}
.topBrandBanner2 .card-link2.w-100 {
width: 100% !important;
display: block;
margin: 0px auto;
}

/* Shop Locally Css End Here */

/* AI Css Start Here */
.topHeader.aiHeader{
  background-color: #F5F5F5;
  border-bottom: 2px solid rgb(74 74 74 / 13%);
}
.topHeader.aiHeader .whatsImage {
    width: 10%;
    margin-right: 10px;
    margin-top: 0px;
    display: inline-block;
}
.topHeader.aiHeader .whatsImage img{
  width: 50%;
  margin-top: -6px;
}
.topHeader.aiHeader .rightContent {
  width: 10%;
  margin-left: -30px;
  margin-top: 15px;
  display: inline-block;
}
.topHeader.aiHeader .rightContent h6{font-size: 20px;margin-bottom: 0;}
.topHeader.aiHeader  .aiMenu{
  margin-top: 30px;
  text-align: right;
}
.topHeader.aiHeader  .aiMenu ul{padding: 0;margin: 0;list-style: none;}
.topHeader.aiHeader  .aiMenu ul li{display: inline-block;margin-right: 15px;position: relative;}
.topHeader.aiHeader  .aiMenu ul li a{font-size: 14px;  text-decoration: none;padding: 6px 18px;background: white; color: #333;border-radius: 25px;font-weight: 500;text-align: center;}
.topHeader.aiHeader  .aiMenu span{margin-right: 0px;margin-left: -6px;}
.topHeader.aiHeader  .aiMenu span i{font-size: 14px;margin-right: 0px;}
.topHeader.aiHeader  .aiMenu ul li a.earned{background: unset;color: #000;padding: 10px 0px;}
.topHeader.aiHeader  .aiMenu ul li a.earned img{width: 20px;rotate: 115deg;margin-right: 12px;}
.topHeader.aiHeader  .aiMenu.saved{position: absolute;right: 10px;top: -65px;}
.topHeader.aiHeader  .aiMenu.saved ul li a{background: rgb(52 204 85);padding: 6px 30px;color:#fff;}
.cashbackAll.AI{
    display: block;
    width: 100%;
    padding: 20px 0px 0px;
    background-color: #000000;
}
.cashbackAll.AI .serachAI{
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.cashbackAll.AI .serachAI h4{
    color: #989898;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cashbackAll.AI .serachAI h6{
    color: #838383;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 60px;
}
.serachAIU  h4{
  font-size: 24px;
    margin-bottom: 25px;
}
.serachAIU {
  width: 60%;
  margin: 0 auto;
}
.serachAIU  #searchQueryInput {
  height: 3rem;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 15px;
  padding: 0 3.5rem 0 0rem;
  font-size: 1rem;
  padding-left: 45px;
  border: 2px solid #f5f5f5;
}
.serachAIU .backSearch{
  position: absolute;
    left: 15px;
    margin-top: 10px;
    color: #575757;
    font-size: 18px;
}
.serachAIU #searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-right: -3.5rem;
  background: none;
  border: none;
  outline: none;
  z-index: 9;
  position: absolute;
  right: 60px;
  margin-top: 4px;
}
.AkeywordAI{
    display: block;
    width: 80%;
    margin: 80px auto 40px;
}
.AkeywordAI a{
  text-decoration: none;
  background: #9B9B9B;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.AkeywordAI a span i{
  font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.campareVideo {
  display: block;
  width: 100%;
  padding: 40px 20px 240px;
  background-color: #000000;
}
.campareVideo  h4{
  font-size: 38px;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.serachAI{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.campareVideo .embed-responsive{
  display: block;
  width: 100%;
  margin: 35px auto 0px;
  border-radius: 6px;
  background: #9B9B9B;
  border: 2px solid #9B9B9B;
  padding: 6px 6px 2px;
}
.campareVideo .embed-responsive iframe{
width: 100%;
}
.cashback_div.giftcards h4{
  margin-bottom: 30px;
}
.cashback_div.giftcards .card a{text-decoration: none;color: #000;}
.cashback_div.giftcards .card h6{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cashback_div.giftcards .card .card-text {
    font-size: 16px;
    color: #00879A;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}
.cashback_div.localstores .card a{text-decoration: none;color: #000;}
.cashback_div.localstores h4{
  margin-bottom: 30px;
}
.cashback_div.localstores .card h6{
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cashback_div.localstores .card .card-text {
  font-size: 16px;
  color: #00879A;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}
.foodies.CompareAI {
  display: block;
  width: 100%;
  padding: 60px 0px 30px;
  background: #000000;
}
.foodies.CompareAI h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.foodies.CompareAI.pb{
  padding-bottom: 240px;
}
.serachAIU #searchQuerycompare {
  width: 10rem;
  height: 3rem;
  margin-right: -3.5rem;
  background: none;
  border: none;
  outline: none;
  z-index: 9;
  position: absolute;
  right: 55px;
  margin-top: 0px;
  background: #00879A;
  color: #fff;
  border-radius: 15px;
}

/* AI Gift And Local Details Popup css */
.giftcards .modal-header{
  border-bottom: 0px solid #dee2e6;
}

/* myorderHearder css start here */

.myorderHearder{
  display: block;
    width: 100%;
    padding: 30px;
    background: linear-gradient(1deg, rgb(94 148 185) 0.69%, rgba(65, 129, 172, 0.895639) 31.14%, rgba(38, 99, 141, 0) 141.34%);
}
.myorderHearder .backButton{display: block;width: 5%;float: left;margin-top: 12px;}
.myorderHearder .backButton a{font-size: 28px;color: #fff;}
.myorderHearder .orderTitle{display: block;width: 95%;float: right;}
.myorderHearder .orderTitle h4{font-size: 32px;color: #fff;margin-bottom: 0px;}
.categoryList{
  display: block;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.categoryList .categoryButton ul{
  padding: 0px;
    margin: 0px;
    list-style: none;
}
.categoryList .categoryButton ul li{
  display: inline-block;
    width: 30%;
    margin-right: 20px;
}
.categoryList .categoryButton ul li a{
  padding: 10px 40px;
    background: linear-gradient(90deg, #26B3A1 24.65%, #347AAB 91.68%);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
    border: 3px solid #26b3a1;
}
.categoryList .categoryButton ul li a{
  padding: 10px 40px;
  background: #fff;
    color: #26b3a1;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
    border: 3px solid #26b3a1;
}
.categoryList .categoryButton ul li a span{
  margin-left: 20px;
}

/* settings page css */

.settingHearder{
  width: 50%;
  margin: 20px auto;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.settingList {
  display: block;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.settingList .settingButton ul{
  padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
.settingList .settingButton ul li{
  display: inline-block;
  width: 22%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.settingList .settingButton ul li a{
  padding: 10px 10px 10px 20px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: left;
    border: 3px solid #333;
}
.settingList .settingButton ul li a span {
  margin-left: 0px;
  text-align: right;
  float: right;
  font-size: 30px;
  margin-top: -8px;
}
.settingList .settingButton ul li a span.feedback {
  margin-left: 0px;
  text-align: right;
  float: right;
  font-size: 30px;
  margin-top: 8px;
}
.settingList .settingButton ul li a span.feedback .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 20px;
}

.settingList .settingButton ul li a span.feedback .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.settingList .settingButton ul li a span.feedback .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.settingList .settingButton ul li a span.feedback .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.settingList .settingButton ul li a span.feedback input:checked + .slider {
  background-color: #04AA6D;
}

.settingList .settingButton ul li a span.feedback input:focus + .slider {
  box-shadow: 0 0 1px #04AA6D;
}

.settingList .settingButton ul li a span.feedback input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.settingList .settingButton ul li a span.feedback .slider.round {
  border-radius: 34px;
}

.settingList .settingButton ul li a span.feedback .slider.round:before {
  border-radius: 50%;
}
/* reports a bug */
.reportList{
    display: block;
    width: 100%;
    padding: 45px;
}
.reportList textarea.form-control {
  min-height: calc(2.5em +(4.75rem + 2px))!important;
  margin-bottom: 15px;
  border-radius: 12px;
  resize: none;
}
.reportList label.form-control {
  text-align: center;
    padding: 50px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
}
.reportList .btn-primary {
  padding: 10px 20px;
  background: #26B3A1; 
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 35px;
    margin-top: 120px;
    border: 1px solid #26B3A1;
}

/* profile css */
.myorderHearder.profile .logout {
  display: block;
  width: 20%;
  float: right;
  margin-top: 12px;
  text-align: right;
}
.myorderHearder.profile .logout a {
  font-size: 28px;
  color: #fff;
}
.myorderHearder.profile .orderTitle {
  display: block;
  width: 70%;
  float: left;
}
.myorderHearder.profile .orderTitle p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.myorderHearder.profile .logout .editProfile{
  font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    margin-right: 15px;
    background: #26B3A1;
    border-radius: 30px;
}
.profileFooter {
  position: fixed;
  padding: 30px 30px 15px;
  bottom: 0;
  width: 100%;
}
.profileFooter .socialIcons{
  border-top: 1px solid grey;
    border-radius: 8px;
    padding: 15px 0px 0px;
}
.profileFooter .socialIcons ul{list-style: none;padding: 0;margin: 0;text-align: center;}
.profileFooter .socialIcons ul li{text-align: center;display: inline-block;margin-right: 10px;}
.profileFooter .socialIcons ul li a{text-decoration: none;color: grey;
  font-size: 28px;}

/* coupon popup css */

.modal.howitwork.coupon .modal-dialog {
  max-width: 900px;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection h5 {
  font-size: 32px;
  font-weight: 700;
  color: #434343;
  margin-bottom: 0px;
}
  .modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection h5 span {
    background: unset;
    padding: unset;
    border-radius: unset;
    color: #24a8a0;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount{
  text-align: left;
  padding: 30px 20px 0px;
  background: #f8bd26;
  border-radius: 50px;
  margin-top: 30px;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount img{
  width: 8%;
    margin-bottom: 30px;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount{
  text-align: center;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount p{
    color: #333;
    font-size: 26px;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .rAmount{
  width: 80%;
    margin: 0 auto;
    text-align: center;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span{
  font-size: 40px;
    color: #333;
    font-weight: 500;
    display: inline-block;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span input{
font-size: 36px;
    color: #333;
    background: url();
    border: unset;
    width: 50%;
    font-weight: 600;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span input:focus {
  box-shadow: unset;
}
/* Chrome, Safari, Edge, Opera */
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span input::-webkit-outer-spin-button,
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount span input[type=number] {
  -moz-appearance: textfield;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount .logoCategory{
  text-align: right;
    margin-top: 30px;
    margin-right: 30px;
}
.modal.howitwork.coupon .modal-dialog .modal-content .modal-body .logoSection .addAmount .inputAmount .logoCategory img{
width: 15%;
}
.disDetails{
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
.disDetails p{
  font-size: 22px;
    color: red;
    font-weight: 400;
}
.disDetails h6{
  font-size: 22px;
    color: #28d57b;
}
.disDetails p.delamount{
  font-size: 22px;
    color: #28d57b;
}
.disDetails p.delamount del{
  color: #333;
    font-size: 18px;
    margin-right: 15px;
}
.c_btns .redeem_btn{
  text-decoration: none;
    color: #333;
    background: #ededed;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
}
.c_btns .tc_btn{
  text-decoration: none;
    color: #333;
    background: #ededed;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    float: right;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
}
.proce_btn{
  clear: both;
    margin-top: 30px;
    display: block;
    padding-top: 40px;
}
.proce_btn p{
  font-size: 18px;
    FONT-WEIGHT: 500;
}
.proce_btn .pr_btn{
  text-decoration: none;
  color: #fff;
  background: #347AAB;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  width: 30%;
  margin: 0 auto;
  display: block;
}
.proce_btn .pr_btn span{
  margin-left: 20px;
}
.fade:not(.show) {
  opacity: 1;
}
.summary .logoSection .addAmount
{
clear: both;
}
.modal.howitwork.coupon.summary .modal-dialog .modal-content .modal-body .logoSection .addAmount .logoCategory img {
  width: 20%;
  margin-bottom: 0px;
}
.modal.howitwork.coupon.summary .modal-dialog .modal-content .modal-body .logoSection .addAmount {
  text-align: left;
  padding: 0px 20px 0px;
  background: #f8bd26;
  border-radius: 50px;
  margin-top: 0px;
}
 .summary .logoCategory{
  display: block;
  width: 65%;
  float: left;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 20px;
 }
 .summary .leftAmount{
    text-align: center;
    display: block;
    width: 32%;
    float: left;
    padding: 20px;
 }
 .modal.howitwork.coupon.summary .modal-dialog .modal-content .modal-body .logoSection .addAmount .leftAmount img {
  width: 50%;
  margin-bottom: 0px;
}
.modal.howitwork.coupon.summary .modal-dialog .modal-content .modal-body .logoSection .addAmount .leftAmount p{
  font-size: 20px;
    margin-bottom: 0px;
    color: #333;
}
.modal.howitwork.coupon.summary .modal-dialog .modal-content .modal-body .logoSection .addAmount .rAmount .ruppeSymbol{
  color: #333;
  font-size: 26px;
}
.modal.howitwork.coupon.summary .disDetails{
  display: block;
  width: 75%;
  float: left;
}
.modal.howitwork.coupon.summary .disDetails {
  text-align: left;
  padding: 10px 20px 20px;
  margin-top: 0;
} 
.modal.howitwork.coupon.summary .disDetails p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal.howitwork.coupon.summary .certDetails{
  display: block;
  width: 25%;
  float: left;
}
.modal.howitwork.coupon.summary .certDetails a{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #26B3A1 24.65%, #347AAB 91.68%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    display: block;
    margin-top: 20px;
}
.offerAllDetails.clearfix{
  clear: both;
}
.offerAllDetails.clearfix ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal.howitwork.summary .modal-dialog .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 0px solid rgba(0, 0, 0, .2);
}
.offerAllDetails.clearfix ul li{
    display: inline-block;
    padding: 25px 15px;
    background-color: #ededed;
    border-radius: 12px;
    font-size: 22px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.offerAllDetails.clearfix ul li span i{
  width: 40px;
    height: 40px;
    background: green;
    vertical-align: middle;
    border-radius: 50%;
    padding: 10px 8px;
    font-size: 22px;
    color: #fff;
    margin-right: 30px;
}
.useCashback{
    padding: 10px 20px;
    background-color: #ededed;
    border-radius: 12px;
    text-align: left;
}
.useCashback p{
  font-size: 18px;
  margin-bottom: 0;
  width: 80%;
    display: inline;
}
.useCashback a .feedback {
  margin-left: 0px;
  text-align: right;
  float: right;
  font-size: 30px;
  margin-top: 1px;
}
.useCashback a .feedback .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.useCashback a .feedback .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.useCashback a .feedback .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.useCashback a .feedback .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.useCashback a .feedback input:checked + .slider {
  background-color: #04AA6D;
}

.useCashback a .feedback input:focus + .slider {
  box-shadow: 0 0 1px #04AA6D;
}

.useCashback a .feedback input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.proce_btn .pr_btn span.finalAmount {
  margin-left: 0px;
}
.summerDetails p span.setdiscount{
  float: unset;
}
/* Rounded sliders */
.useCashback a .feedback .slider.round {
  border-radius: 34px;
}

.useCashback a .feedback .slider.round:before {
  border-radius: 50%;
}
.couponCodeInput{
  position: relative;
}
.couponCodeInput .form-control{
  border-radius: 12px;
    border: 1px solid #444;
    position: relative;
}
.couponCodeInput span{
  position: absolute;
    top: 15px;
    right: 15px;
}
.couponCodeInput span a{
  text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.couponCodeInput p{
  font-size: 14px;
    color: red;
    text-align: left;
    padding: 8px 20px;
}
.modal.howitwork.summary .modal-dialog .modal-content .modal-body .logoSection .summeryTitle{
  font-size: 22px;
    font-weight: 700;
    color: #626060;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}
.summerDetails{
  padding: 25px 20px;
    text-align: left;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-top: 25px;
}
.summerDetails h6{
  font-size: 18px;
    margin-bottom: 15px;
}
.summerDetails h6 span{
  text-align: right;
    float: right;
}
.summerDetails p {
  margin: 0;
    color: green;
}
.summerDetails p span{
  text-align: right;
    float: right;
}
.summerDetails p span.setAmount {
  text-align: right;
  float: unset;
}
.toPay{
  display: block;
    width: 100%;
    padding: 20px;
    text-align: left;
}
.toPay h6{
  font-size: 18px;
    margin-bottom: 15px;
}
.toPay span{
  text-align: left;
    float: right;
}
.modal.howitwork.summary .modal-dialog .modal-content .proce_btn {
  clear: both;
  margin-top: 0;
  display: block;
  padding-top: 40px;
}
.modal.howitwork.summary .modal-dialog .modal-content .proce_btn p {
  font-size: 14px;
  FONT-WEIGHT: 500;
}
.modal.howitwork.summary .modal-dialog .modal-content .proce_btn .pr_btn{
  width: 40%;
}