.site-header{
	padding: 15px 0px;
}
.home-page .site-header{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent !important;
    z-index: 9;
}
.site-banner{
	background: url(../images/assets/bg1.png);
}

.home-main .site-banner{
	height: 100vh;
	padding-top: 100px;
}

.btn{
	background: linear-gradient(90deg, #213BE6, #FD1EB7);
}

.btn.btn-style2{
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #213BE6, #FD1EB7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
	
}
.deal-img{
	position: absolute;
	right: 10px;
	top: 10px;
}
.site-banner__search.layout-02 .site-banner__search__input{
	color: #000;
}
.btn.btn-style2 a{
	color: #FD1EB7;
	line-height: 39px;
}
a.site__menu__icon{
	display: block;
}
.home-main .site-banner:after{
	background-position: bottom;
	
}
.business-category{
	background: #000;
}
.deals-category{
	background: linear-gradient(0deg, #0C172B, #303C50);
	border-radius: 50px;
	padding-top: 50px;
}
.business-cat-slider img{
	height: 150px;
	margin-bottom: 10px;
}
.slick-nav i{
	color: #fff;
	font-size: 16px;
}
.business-main .slick-nav > div {
    opacity: 1;
    width: 30px;
    height: 30px;
    background-color: #0000004d;
    left: -53px !important;
    box-shadow: none;
    line-height: 30px;
    top: 30%;
}
.bsn-cat-item{
	position: relative;
}
.bsn-cat-item:hover:after{
	content: "";
	background: #5952BA;
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 100%;
	left: 0;
	right: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.trending{
	background-color: #000;
	/*background: url(../images/assets/bg-shape.png);
	background-attachment: fixed;*/
}
.deal-box{
	background: #fff;
	padding: 15px;
	border-radius: 16px;
	margin-bottom: 30px;
	position: relative;
}
.deal-box .brand {
    display: flex;
    padding-bottom: 15px;
}
.deal-box .brand .brand-img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
}
.deal-box .brand .brand-info{
	flex: 1;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.deal-box .brand .brand-info h3{
	color: #02225A;
	font-size: 16px;
	margin-bottom: 5px;
}
.deal-box .brand .brand-info span{
	margin-right: 80px;
	color:#455964;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	min-height: 42px;
}
.deal-box .brand .brand-info span img{
	height: 14px;
	width: 14px;
	margin-right: 3px;
	vertical-align: baseline;
}
.brand-share{
	position: absolute;
	right: 15px;
	top: 15px;
}
.brand-share a {
    width: 30px;
    height: 30px;
    box-shadow: 0px 6px 6px 2px #ddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 0px 3px;
}
.brand-share a i{
	background: transparent;
	
	color: #0000002e;
	
}
.brand-share a.active i{
	 color: #FF2C72;
    background: transparent;
   
}
.brand-offer {
    display: flex;
    align-items: center;
    background: #00000012;
    border-radius: 16px;
    margin-bottom: 15px;
    
}
.brand-offer .product-image {
    flex-shrink: 0;
    max-width: 200px;
    border-radius: 16px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.brand-offer .offer-detail{
	flex: 1;
	text-align: center;
	position: relative;
}
.brand-offer .offer-detail h4{
	color: #02225A;
	font-size: 21px;
}
.brand-offer .offer-detail p{
	color:#02225A;
}

span.offer-btn {
    background: #EFE3FF;
    border-radius: 40px;
    color: #8732FF;
    padding: 7px 0px;
    border: 3px solid #fff;
    display: block;
    max-width: 150px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 140%;
    z-index: 9;
    font-weight: 600;
    font-size: 14px;
}
span.offer-btn img {
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}
.brand-date span{
	color: #455964;
}
.brand-date span img{
	width: 16px;
}

.footer__top__nav h3{
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "STAATLICHES-REGULAR";
}
.footer__top__nav li a{
	color: #fff;
}
.footer__top__nav--contact p{
	color: #fff;
}
.footer__top__nav--contact p a{
	color: #fff;
}
.footer .footer__top__info .footer__top__info__desc{
	color: #fff !important;
}
.footer__top__nav--contact.footer__top__nav li a{
	color: #fff;
}


.business-about{
	background: linear-gradient(90deg, #213BE6, #FD1EB7);
	position: relative;
}
.business-about:before{
	content: "";
	background: url(../images/assets/bg-shape-w.png);
	background-attachment: fixed;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home-main .site-banner__content .site-banner__search {
    margin: 30px 0 0;
    background: #fff;
    max-width: 400px;  
}
.site-banner__search .site-banner__search__input{
	background-color: transparent;
}
.title-border-bottom:after{
	background: linear-gradient(90deg, #213BE6, #FD1EB7);
	height: 3px;
	display: none;
}
.business-about .title-border-bottom:after{
	background: #fff;
}
.business-about .business-about-info {
    /* padding-right: 100px; */
    text-align: center;
    background: #000;
    background: linear-gradient(
0deg
, #0C172B, #303C50);
    padding: 20px;
    border-radius: 16px;
    position: relative;
    z-index: 9;
}
.business-about .business-about-info img {
    width: 200px;
    height: 200px;
}
.business-about .business-about-info h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.61;
    margin-bottom: 20px;
    color: #ffffff6e;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.business-about .business-about-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff8c;
    margin-bottom: 30px;
    font-weight: normal;
}
.site-banner__search.layout-02 .field-submit button{
	background: linear-gradient(90deg, #213BE6, #FD1EB7);
}
.footer{
	background: #000;
	border-top: 0;
}
.slick-dots li button{
	display: none;
}
.neal-deal-slider .slick-dots li button{
	display: block;
}
.business-main .slick-dots li button:before {
    background-color: #fff;
    opacity: 1;
}
.business-main .slick-dots li.slick-active button:before {
    background-color: #78839A;
}

.neal-deal-slider .slick-slide{
  margin:10px;
}

.site-banner__search.layout-02 .field-input:nth-child(1):after{
	display: none;
}

.deal-img img{
	width: 130px;
	margin-bottom: 10px;
}
.site-banner__search{
	max-width: 900px;
	border-radius: 10px;
}
.site-banner__search.layout-02{
	border-radius: 10px;
	height: 56px;
}
.home-main .site-banner__content h1{
	font-weight: 600;
}
.site-banner__search .site-banner__search__input{
	font-size: 16px;
}
.newdeals{
	background: #000;
}
.neal-deal-slider .slick-slide{
	position: relative;
}
.neal-deal-slider .slick-slide .deal-slider:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #0006, transparent);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.neal-deal-slider .slick-slide .deal-slider img.brand-icon{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 34px;
}
.neal-deal-slider .slick-slide .deal-slider h4{
	color: #fff;
	position: absolute;
	font-weight: normal;
	width: 300px;	
	font-size: 18px;
	line-height: 28px;
	left: 20px;
	right: 0;
	top: 70px;
	bottom: 0;
}
.neal-deal-slider .slick-slide .deal-slider .btn.btn-style2{
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	height: 34px;
}
.pricing-section{
	background: linear-gradient(0deg, #0C172B, #303C50);
	padding: 50px 0px;
}
.pricing-box {
    background: #000;
    padding: 20px;
    border-radius: 15px;
}
.pricing-box .price-rate{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff2b;
}
.pricing-box h4{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "STAATLICHES-REGULAR";
	font-weight: 500;
}
.pricing-box .price-rate div {
    font-size: 40px;
    color: #fff;
    font-family: 'STAATLICHES-REGULAR';
}

.pricing-box .price-rate span {
    background-color: #0000004f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.pricing-bg-1{
	background: linear-gradient(45deg, #213BE6, #FD1EB7);
}
.pricing-bg-2{
	background: linear-gradient(45deg, #00F260, #034FFF);
}
.pricing-bg-3{
	background: linear-gradient(45deg, #F9992C, #FF5F6D);
}
.pricing-details{
	padding-top: 7px;
	padding-bottom: 15px;
}
.pricing-details div {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    color: #fff;
}
.pricing-details div span{
	font-size: 14px;
}
.price-card{
	position: relative;
}
.price-card .price-card-detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.price-card .price-card-detail p{
	color: #8732FF;
	font-size: 60px;
	font-family: 'STAATLICHES-REGULAR';
	margin-bottom: 0;
	line-height: 60px;
}
.price-footer{
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	border-radius: 10px;
	color: #fff;
	margin-top: 20px;
}
.price-footer h5{
	color: #fff;
	font-family: 'STAATLICHES-REGULAR';
	font-weight: 500;
	font-size: 24px;
}
/*-----------------------*/
.authentication-bg{
	background: url(../images/assets/loginbg.jpg) #fff;
	background-size: 60% 400px;
	background-repeat: repeat-x;
	position: relative;
}
.logo-authentication{
	text-align: left;
}
.logo-authentication a img{
	width: 100px;
}
.account_box{
	/*background: linear-gradient(0deg, #0C172B, #303C50);*/
	background: linear-gradient(135deg, #213BE6, #FD1EB7);
    border-radius: 50px;
    padding: 30px;
}
.account_box .form-control{
	height: 48px;
	border-radius: 10px !important;
	padding: 8px 30px 8px 40px !important;
	line-height: 48px;
}
.form-group{
	position: relative;
}
.form-group img.input-icon {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 10px;
}
.form-group i{
	position: absolute;
	right: 10px;
	top: 17px;
}
.account_box h3 {
    font-size: 28px;
}
.signup{
	background: linear-gradient(0deg, #0C172B, #303C50);
}
.account_box.signup .form-control{
	text-align: left;
	height: 48px;
	border-radius: 10px !important;
	padding: 8px 15px 8px 15px !important;
	line-height: 48px;
}
.text-pink{
	color: #FD1EB7;
}
.verifi-img{
	padding: 20px 0px;
	text-align: center;
}
.verifi-img img{
	width: 150px;
	height: 150px;
}
.verification-otp .form-control{
	margin: 10px;
}
.verify-bg{
	background: transparent;
}
a:hover{
	color: inherit !important;
}
.btn.btn-style2 a:hover {
    color: #FD1EB7 !important;
}
.success h3{
	color: #01E86C;
	font-weight: 400;
}
.menu-profile a img {
    border-radius: 50%;
    width: 40px;
    margin-right: 5px;
    height: 40px;
}
.location .form-select{
	background: transparent;
	color: #135DD8;
	border: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 16px;

}
.location .form-select:focus{
	outline: none;
	box-shadow: none;
}
.location .form-select option{
	background: #000;

}
.location {
    display: flex;
}
.location img{
	width: 16px;
}

.page-title--small{
	background: linear-gradient(0deg, #0C172B, #303C50);
	height: 120px;
}
.page-title--small .page-title__content h1{
	text-align: center;
	font-family: "STAATLICHES-REGULAR";
}
.company-info img{
	border-radius: 10px;
}
.company-info .ci-content h2{
	font-family: "STAATLICHES-REGULAR";
	font-size: 40px;
}
.terms-condition h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.terms-condition p {
    margin-bottom: 0;
    text-align: justify;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}
.accordion a:hover,.accordion a:focus{
	color: #fff !important;
}
.accordion {
    margin: 0 auto 60px;
}
.accordion li {
    list-style: none;
    border-bottom: none;
    background: #2c2c4161;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.faq-search{
	margin-bottom: 30px;
}
.faq-search .form-group{
	position: relative;
}
.faq-search .form-group .form-control {
    
    border: 1px solid #78839A;
    height: 50px;
    border-radius: 5px;
    color: #78839A;
    padding-left: 35px;
}
.faq-search .form-group img{
	position: absolute;
	top: 15px;
	left: 10px;
}
.change-password{
	padding: 30px;
	border-radius: 20px;
	max-width: 600px;
	margin: auto;
	background: #2c2c4161;
}
.change-password .password-change-image{
	text-align: center;
	margin-bottom: 40px;
}
.change-password .password-change-image img{
	max-width: 180px;
}
.form-control{
	min-height: 42px;
}
/*----------Referral-History-------------*/
.referral-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.referral-box .referral-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.referral-box .referral-details {
    flex: 1;
    position: relative;
}
.referral-box .referral-details label.referral-price {
    background: #EEFFF5;
    padding: 5px;
    color: #02225A;
    font-weight: 600;
    font-size: 21px;
    position: absolute;
    right: 0;
}
.referral-box .referral-details h3{
	font-weight: 400;
}
.referral-box .referral-details span{
	color: #455964;
	font-size: 14px;
}
.refferal-total{
	background: linear-gradient(45deg, #213BE6, #FD1EB7);
    padding: 20px 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}
.refferal-total h3 {
    color: #fff;
    font-size: 40px;
}
.refer-title{
	text-align: center;
	padding: 40px 20px
}
.refer-title img {
    width: 240px;
    margin-bottom: 30px;
}
.refer-title h2 {
    color: #fff;
    font-family: 'STAATLICHES-REGULAR';
    font-weight: 400;
    font-size: 34px;
}
.refer-title p{
	font-size: 20px;
}
.referral-code {
    text-align: center;
    padding: 40px;
    background: #2c2c4199;
    border-radius: 20px;
}
.referral-code span{
	color: #FD1EB7;
}

.container #inviteCode.invite-page {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 7%);
    position: relative;
    max-width: 220px;
    margin: auto;
}
.container #inviteCode.invite-page #link {
    align-self: center;
    color: #333;
    font-weight: normal;
    
    background-color: transparent;
    border: none;
    text-align: center;
    font-family: 'STAATLICHES-REGULAR';
    color: #8732FF;
    font-size: 34px;
}
.container #inviteCode.invite-page #copy {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  position: absolute;
  right: 0;
  margin-top: 5px;
  cursor: pointer;
}
.container #inviteCode.invite-page #copy i {
  display: block;
  line-height: 30px;
  position: relative;
  text-align: center;
}
/*.container #inviteCode.invite-page #copy i::before {
  display: block;
  width: 15px;
  margin: 0 auto;
}
.container #inviteCode.invite-page #copy i.copied::after {
  position: absolute;
  top: 0px;
  right: 35px;
  height: 30px;
  line-height: 25px;
  display: block;
  content: "copied";
  font-size: 1.5em;
  padding: 2px 10px;
  color: #fff;
  background-color: #4099FF;
  border-radius: 3px;
  opacity: 1;
  will-change: opacity, transform;
  -webkit-animation: showcopied 1.5s ease;
          animation: showcopied 1.5s ease;
}
.container #inviteCode.invite-page #copy:hover {
  cursor: pointer;
  background-color: #dfdfdf;
  transition: background-color 0.3s ease-in;
}

@-webkit-keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}*/
.ref-history-link{
	text-align: center;
	padding: 20px;
}
.ref-history-link a{
	color: #FD1EB7;
}
.sub-plan ul.nav-tabs {
    background: #2c2c4161;
    padding: 0px 10px 0;
    border-radius: 10px;
    border: 0;
}

.sub-plan .nav-tabs .nav-link {
    padding: 15px;
    font-family: 'STAATLICHES-REGULAR';
    font-size: 24px;
    color: #fff;
    border: 0;
}
.sub-plan .nav-tabs .nav-link.active{
	background: transparent;
	border: none;
	color: #5952BA;
	border-bottom: 2px solid #5952BA;
}

.sub-plan .nav-tabs .nav-link:focus, .sub-plan .nav-tabs .nav-link:hover{
	border-color: inherit;
}
.price-footer-edit {
    margin-top: 20px;
    background: #000;
    padding: 15px;
    border-radius: 10px;
}
.price-footer-edit div{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.price-footer-edit div h5 {
    color: #fff;
    font-family: 'STAATLICHES-REGULAR';
    font-weight: 500;
    font-size: 24px;
}
.price-footer-edit hr{
	margin: 7px 0;
}
.price-footer-edit p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
    align-items: center;
}

.price-footer-edit p span {
    background: #353535;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
}
.edit-saving{
	padding: 30px;
}
.edit-saving h4{
	font-weight: 400;
	max-width: 300px;
	margin: auto;
	margin-bottom: 10px;
}
.edit-saving .form-group .form-control{
	text-align: center;
	font-size: 30px;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-family: 'STAATLICHES-REGULAR';
    font-weight: 500;
}
.pricing-box.plan-history-box{
	position: relative;
	cursor: pointer;
}
.pricing-box.plan-history-box .price-rate{
	border-bottom: 0;
}
.pricing-box.plan-history-box p{
	font-size: 14px;
}
.pricing-box.plan-history-box span{
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-plan{
	max-width: 440px;
}
.pricing-box{
	margin-bottom: 30px;
}
.redeem-deal {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.redeem-brand {
    display: flex;
}
.brand-img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 46px;
height:46px;
    overflow: hidden;
    border-radius:50%;

}
.brand-name span {
    color: #455964;
    font-weight: 400;
    font-size: 14px;
}
.coupon-info {
    background: url(../images/assets/rd-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.coupon-info img {
    width: 21px;
}
.coupon-info span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.coupon-info h3{
	font-family: 'STAATLICHES-REGULAR';
    font-weight: 500;
    font-size: 28px;
    color: #fff;
}
.redeem-footer p{
	color: #02225A;
}
.redeem-footer span{
	color: #213BE6;
	font-size: 12px;
}
.redeem-footer label{
	color: #02225A;
	font-size: 13px;
}
.redeem-footer label img{
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-right: 3px;
}
.store-brand{
	display: flex;
}
.store-brand .store-img{
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.store-brand .store-title{
	flex: 1;
}
.store-brand .store-title h2{
	color: #fff;
	font-weight: 400;
}
.store-brand .store-title span {
    font-size: 14px;
}
.store-brand .store-title span img{
	filter: brightness(0) invert(1);
	width: 10px;
	margin-right: 5px;
}
.store-details {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 15px;
}
.store-details img.str-img{
	border-radius: 10px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.store-details .deal-details p{
	color: #02225A;
	margin-bottom: 3px;
}
.store-details .deal-details h3{
	font-weight: 400;
	margin-bottom: 10px;
}
.store-details .deal-details label{
	color: #02225A;
}
.store-details .deal-details label img{
	width: 16px;
}
.coupon-info a {
    padding: 10px 15px;
    display: inline-block;
    background: linear-gradient(45deg, #33333359, #2323230f);
    background-blend-mode: multiply;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
}
.coupon-info.coupon-details{
	background: url(../images/assets/details-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.coupon-para{
	padding: 15px 20px;
}
.deal-term{
	display: flex;
	justify-content: space-between;
	padding: 0 20px 10px;
}
.deal-term a{
	color:#A1A1A1;
}
.deal-term a:hover{
	color:#A1A1A1 !important;
}
.deal-term span{
	color: #213BE6;
}
.rate-btn{
	text-align: center;
	padding: 20px;
}
.rate-btn a{
	color: #FF8A2D;	
}
.rate-btn a img{
	margin-right: 5px;
}

.subscrible-plan-modal {
    background: #000D24;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.subscrible-plan-modal h3 {
    font-family: 'STAATLICHES-REGULAR';
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.subscrible-plan-modal p{
	font-size: 14px;
	margin-bottom: 10px;
	color: #BEBEBE;
}
/*------------------------*/
.notification-box {
    padding: 15px;
    background: #2c2c417a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.notification-box .notify-img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	flex-shrink: 0;
}
.notification-box .notify-details{
	flex: 1;
	position: relative;
}
.notification-box .notify-details span{
	color: #455964;
	font-size: 14px;
}
a.notify-remove {
    position: absolute;
    right: 0;
}
a.favourite-remove {
	
     background: #FF2C72;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 0;
    
}
.my-profile{
	background: #191E34;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.my-profile img{

	margin: 0 0 20px;
	border: 3px solid #191E34;
	border-radius: 50%;
}
.my-profile .profile-img img {
    width: 80px;
    height: 80px;
    margin: auto;
    object-fit: cover;
    object-position: center;
}
.profile-details {
    text-align: center;
}
.profile-details p{
	color: #8732FF;
	font-size: 18px;
}
.profile-details a{
	color: #A1A1A1;
}
.profile-list ul {
    list-style-type: none;
}
.profile-list ul li{
	padding: 5px 10px;
}
.profile-list {
    border-top: 1px solid #dddddd14;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd14;
}
.profile-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-list ul li a img{
	vertical-align: middle;
	margin: 0;
}
.profile-reg-btn {
    display: flex;
    justify-content: center;
 	max-width: 300px;
 	margin: 20px auto;
    flex-direction: column;
}
.profile-reg-btn .button-wrap{
	margin-top: 20px;
}
.profile-details a.edit-pro-btn {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
}
.profile-details a.edit-pro-btn img{
	margin: 0;
	width: 22px;
}

.modal-dark-bg{
	background: #000D24;
}
.modal-dark-bg .modal-header .btn-close{
	color: #fff;
	filter: invert(1);
}
.edit-profile-form label{
	color: #8732FF;
	margin-bottom: 5px;
}
.edit-profile-form {
    padding: 20px;
}
label.profile-img.edit-profile-img {
    position: relative;
}
label.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}
label.profile-img.edit-profile-img:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
label.profile-img img {
    width: 100%;
    height: 100%;
}
.profile-img input[type="file"] {
    display: none;
}
label.profile-img img.cam-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    bottom: 0;
}
.modal-dark-bg .modal-header {
    border-bottom: 0;
}
.modal-dark-bg .modal-header h5 {
    font-family: 'STAATLICHES-REGULAR';
    font-weight: 400;
    font-size: 24px;
}
.account_box.signup select.form-select.form-control {
    line-height: normal;
}
.form-group{
	position: relative;
}

.form-icon{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
}
.modal-plan .modal-content{
	border: 0;
}
.category-list a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.category-list a span.title{
	font-size: 18px;
}
.category-list a img.img-fluid{
	width: 150px;
}
.category-list {
    background: #2c2c4161;
    padding: 50px 0 30px;
    border-radius: 20px;
}
.faq-search.other-search .form-group .form-control {
    border: 1px solid #2b364a;
    height: 50px;
    border-radius: 5px;
    color: #78839A;
    padding-left: 35px;
    background: linear-gradient(
0deg
, #0C172B, #303C50);
}
.deal-details-info {
   /* background: url(../images/assets/deal-detailsbg.png);*/
    padding: 200px 20px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.deal-details-info .brand-share{
	z-index: 1;
}
.deal-details-info .brand-share a{
	background: #fff;
	box-shadow: 0px 6px 6px 2px #20202073;
}
.deal-details-info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
0deg
, black, transparent);
    opacity: 0.8;
}
.deal-details-info .store-info {
    position: relative;
    z-index: 1;
}

.deal-details-info .store-info h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.deal-details-info .store-info span{
	display: block;
	font-size: 16px;
}
.deal-details-info .store-info span img{
	filter: invert(1) brightness(0);
}
.deal-details-info .store-info label{
	color:#FD1EB7;
	font-size: 14px;
}
.deal-details-info .store-info img.brand-icon-img{
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
.dealing-tab{
	background: #000D24;
	padding: 15px;
}
.dealing-tab.sub-plan ul.nav-tabs{
	background: #2c2c4166;
	border-radius: 40px;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
.dealing-tab.sub-plan .nav-tabs .nav-link.active{
	border-bottom: 0;
	background: linear-gradient(90deg, #213BE6, #FD1EB7);
	color: #fff;
	border-radius: 40px;
}
.dealing-tab .store-details img.str-img{
	height: 200px;
}

.about-simg{
	border-radius: 10px;
	overflow: hidden;
}
.store-contact-detail{
	padding: 15px 0;
	position: relative;
}
.store-details{
	position: relative;
}
.store-details .brand-share{
	position: absolute;
}
.store-details .brand-share a{
	background: #fff;
	box-shadow: 0px 6px 6px 2px #dddddd5c;
}
.store-contact-detail ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 10px;
}
.store-contact-detail ul li{
	padding: 5px;
}
.store-contact-detail ul li a img{
	margin-right: 10px;
}
.store-contact-detail h4.store-title{
	font-weight: 400;
	color: #8732FF;
}
.working-hourlist li{
	display: flex;
	align-items: center;
}
.working-hourlist li.active{
	color: #00B84A;
}
.working-hourlist li span{
	min-width: 35px;
}

.working-hourlist li span.spacer {
    height: 1px;
    background: #dddddd17;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 24px;
}
.map-img {
    border-radius: 10px;
    overflow: hidden;
}
.review-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.review-head {
    display: flex;
}
.review-img{
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.review-date {
    flex: 1;
}
.review-date span{
	color: #455964;
}
.rate-star a.active{
	color: #FF8A2D;
}
.rate-star a {
    color: #ddd;
}
.review-body{
	padding: 10px 0px;
}
.review-body h5{
	color: #455964;
	font-weight: 400;
	font-size: 16px;
}
.review-body p{
	color: #455964;
}
.review-view{
	color: #FD1EB7;
}
.review-title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-title-box h3{
	color: #fff;
	font-weight: 400;
	font-size: 21px;
}
.review-title-box h3 span{
	display: block;
	font-size: 14px;
	margin-top: 3px;
}
.create-review {
    background: #000D24;
    padding: 20px;
    border-radius: 10px;
}
.create-review .r-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.store-review {
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-top: 60px;
    padding-bottom: 10px;
}
.store-review img{
	margin-top: -30px;
	margin-bottom: 10px;
	width: 70px;
}
.store-review h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.store-review span{
	font-size: 14px;
}
.rating-form{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.rating-form h4 {
    /* color: #fff; */
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.c-rate {
    text-align: center;
    margin-top: 20px;
}
.c-rate a{
	background: #BEBEBE;
	color: #949494;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	margin: 3px;
	transition: all linear 0.5s;
}
.c-rate a:hover,.c-rate a.active{
	color: #fff;
	background: #FF8A2D;
}
.rating-form .form-group{
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 10px;
}
.rating-form .form-control{
	border: 0;
}
.filter-list{
	padding-bottom: 30px;
}
.filter-list a{
	color: #78839A;
}
.filter-list a img{
	margin-right: 5px;
}
.filter-module{
	background: #000D24;
    padding: 20px;
    border-radius: 10px;
}
.filter-location .location {
    max-width: 200px;
    margin: auto;
}
.filter-rating h4{
	color: #8732FF;
	font-weight: 400;
}
.filter-location {
    background: #2c2c4182;
    border-radius: 10px;
    padding: 15px 15px 1px;
    margin-bottom: 20px;
}
.filter-rating{
	background: #2c2c4182;
    border-radius: 10px;
    padding: 15px 15px 15px;
    margin-bottom: 20px;
}
.filter-rating .c-rate {
    text-align: left;
}
.filter-rating .c-rate a{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.filter-rating .c-rate a:hover, .filter-rating .c-rate a.active {
    color: #fff;
    background: #FF8A2D;
    border: 1px solid #FF8A2D;
}
.filter-rating span{
	color: #FF8A2D;
}
.category-filter a {
    background: #161c33;
    padding: 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    font-size: 14px;
}


.category-filter a.active {
    background: linear-gradient(
90deg
, #213BE6, #FD1EB7);
}
.filter-title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	align-items: center;
}
.filter-title h3{
	color: #fff;
	font-weight: 400;
	line-height: 1.8;
}
.filter-title .location .form-select{
	color: #fff;
}
.filter-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-list h1{
	color: #fff;
	font-weight: 400;
}
.deal-list .deal-slider{
	position: relative;
	margin-bottom: 25px;
}
.deal-list .deal-slider h4 {
    color: #fff;
    position: absolute;
    font-weight: normal;
    width: 200px;
    font-size: 18px;
    line-height: 28px;
    left: 20px;
    right: 0;
    top: 35%;
    bottom: 0;
}
.deal-list .deal-slider img.brand-icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 40px;
}
.deal-list .deal-slider .btn.btn-style2 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 34px;
}
.deal-list .deal-slider .btn.btn-style2 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 34px;
}
.deal-list .deal-slider:before {
    content: "";
    position: absolute;
    background: linear-gradient(
45deg
, #0006, transparent);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.location.locat-mob{
		display: none;
}
/*----End -Css------*/



/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  z-index: 1000;
  overflow: hidden;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.pac-container {
  z-index: 9999 !important;
 }
 .about-simg img{width:100%;}


.empty-page {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.location .form-group .form-control {
  padding-right: 45px;
  max-width: 240px;
}
.place-slider__next.slick-nav__next.slick-arrow.slick-disabled {
    display: none !important;
}

.become-fundraiser-detail h1 {
    font-family: "STAATLICHES-REGULAR";
    color: #fff;
}
.become-fundraiser-detail p{
	margin-right: 15%;
}
.become-fundraiser-detail span a{
	color: #f1f1f1bf;
	text-decoration: underline;
}
.p-img img.img-fluid {
    width: 100%;
    border-radius: 10px;
}
.phone-group{
	display: flex;
}
.phone-select {
    height: 48px;
    border-radius: 10px !important;
    padding: 0px 20px 0px 40px !important;
    line-height: 48px;
    flex-shrink: 3;
    margin-right: 10px;
}
