/* FONT-AWESOME */
.fa.fa-tiktok::before {
    content: "";
    display: inline-block;
    background: url(../../assets/img/font-awesome/tiktok.svg) no-repeat;
    width: 17px;
    height: 17px;
    transform: translateY(10%);
}

.fa.fa-tiktok:hover::before,
.fa.fa-tiktok:active::before,
.fa.fa-tiktok:focus::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* PLACE YOUR STYLES HERE */
.btn-purchase.blue{
	background: #fff;
	color: #000;
}
.btn-purchase {
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
}
.navbar.affix .navbar-nav>li>a {
    color: #000;
}
.btn-purchase:hover, .btn-purchase:focus{
	border: 1px solid #000;
	color: #000;
	background: transparent;
}
#features .content p {
    padding: 0px 24px;
}
#footer {
    background: #fff;
}
#footer .inside h4{
	color: #fff;
}
.social i:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #fff;
}
#footer .inside h4,.social i,#footer .inside p,#footer .inside p>a{
	color: #000;
}
.social i:hover{
	background: #000;
	border: 1px solid #000;
}
#newsletter form input[type=submit]{
	color: #000;
}
section#download {
    background: #f5f5f5;
}
section#download .content .header {
	padding-bottom: 30px;
}
.image-download img.img-responsive{
	margin: auto;
}
.image-download {
    margin: 80px 0px 0px;
}
.btn-hover:first-of-type {
    margin-right: 15px;
}
#testimonials p span{
	color: #000;
}
.slick-dots li.slick-active button:before{
	color: #000;
}
.bg-color {
    background-color: #f5f5f5;
}
#footer .inside{
    height: auto;
    padding-bottom: 10px;
}
.bottom-footer {
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.reward-title {
    padding: 25px;
    text-align: center;
}
.reward-title h3 span {
    display: block;
    background: #000;
    color: #fff;
    padding: 0px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto 5px;
}
.col-md-4.col-xs-6.two {
    padding-top: 70px;
}
.col-md-4.col-xs-6.three {
    padding-top: 140px;
}

.col-md-4.col-xs-6.five {
    padding-top: 70px;
}
.text-white {
    color: #fff;
}
.reward-title h3{
    font-size: 24px;
}
.cta .reward-title h3 {
    font-size: 24px;
    font-weight: 700;
}
.cta .reward-title p{
	font-weight: 100;
}
.cta .reward-title h3 span{
	background-color: #fff;
	color: #000;
    font-weight: 500;
}
section.terms {
    padding: 60px 0px;
}
section.terms h2{
    padding: 20px 0px;
}
.term-detail {
    padding: 20px 0px;
}
.term-detail p{
    font-size: 14px;
    text-align: justify;
    /*text-transform: capitalize;*/
    color: #000;
}
section.terms ul{
    padding-left: 30px;
}
section.terms ul li {
    list-style-type: decimal;
}
section.terms ul li p{
    font-size: 14px;
    padding: 5px 0px;
    text-align: justify;
    /*text-transform: capitalize;*/
    color: #000;
}


.pricingTable{
    background: linear-gradient(to bottom,#000000,#3c3c3c,#000000);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    min-height:460px;
}
.pricingTable:before{
    content: "";
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(to bottom,#000000,#3c3c3c);
    width: 90%;
    padding: 30px 0 50px;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);
}
.pricingTable .title{
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
}
.pricingTable .price-value{
    color: #fff;
    background: #2d2d2c;
    width: 190px;
    padding: 5px 20px;
    margin: -35px auto 20px;
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 0 -10px 10px rgba(0,0,0,0.2)inset;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value .amount{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}
.pricingTable .price-value .duration{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #111;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 0 10px;
}
.pricingTable .pricing-content ul li:last-child{ margin-bottom: none; }
.pricingTable .pricingTable-signup{
    background: linear-gradient(to top,#000000,#3c3c3c);
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
   
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.pricingTable.green{ background:linear-gradient(to bottom,#000000,#3c3c3c,#000000); }
.pricingTable.green .pricingTable-header{ background:linear-gradient(to bottom,#000000,#3c3c3c); }
.pricingTable.green .pricingTable-signup{ background:linear-gradient(to top,#000000,#3c3c3c); }
/* .pricingTable.purple{ background:linear-gradient(to bottom,#ae07c5,#ff60a2,#ae07c5); }
.pricingTable.purple .pricingTable-header{ background:linear-gradient(to bottom,#ae07c5,#ff60a2); }
.pricingTable.purple .pricingTable-signup{ background:linear-gradient(to top,#ae07c5,#ff60a2); } */
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
.accept-card{
    padding-top: 5px;    
}
.accept-card img.img-responsive {
    width: 80px;
    margin: auto;
}
.tab-details{
    padding: 20px 0px 0px;
}
.tab-details table td {
    font-size: 14px;
    color: #000;
}
