.nfcbtn {
    background-color: #ddd;
    border: none;
    padding: 12px 32px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
}

.nfcbtn{
    background: rgb(114,38,136);
    background: linear-gradient(90deg, rgba(217 171 76) 0%, rgba(255,199,138,1) 100%);
    color:#fff;font-weight: 500;
}

.nfcbtn:hover{
    background: rgb(255,199,138,1);
    background: linear-gradient(90deg, rgba(255,199,138,1) 0%, rgba(217 171 76) 100%);
    color:#fff;transition: all ease 0.5s; 
}



.nfcbtntop {
    background-color: #ddd;
    border: none;
    padding: 12px 32px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
}

.nfcbtntop{
    background: rgb(114,38,136);
    background: linear-gradient(90deg, rgba(217 171 76) 0%, rgba(255,199,138,1) 100%);
    color:#fff;font-weight: 500;
}

.nfcbtntop:hover{
    background: rgb(255,199,138,1);
    background: linear-gradient(90deg, rgba(255,199,138,1) 0%, rgba(217 171 76) 100%);
    color:#fff;transition: all ease 0.5s; 
}

.brand_color{
    color: #ffab00;
}

.brand_bg_color{
    background-color: #ffab00;
    border-color: #ffab00;
}

.menubutton{
    border: none;
    color: #000;
    font-size: 13px;
    padding: 7px 12px;
    margin: 0 10px 15px 0;
    border-radius: 3px;
    text-decoration: none;
    background-color: #f0f0f0;
}
.menubutton:hover{
    background: rgb(255,199,138,1);
    background: linear-gradient(90deg, rgba(255,199,138,1) 0%, rgba(114,38,136,1) 100%);
    color:#fff;transition: all ease 0.5s; 
}
.activebutton{
    background: rgb(114,38,136);
    background: linear-gradient(90deg, rgba(114,38,136,1) 0%, rgba(255,199,138,1) 100%);
    color:#fff;font-weight: 500;
}
.activebutton:hover{
    background: rgb(255,199,138,1);
    background: linear-gradient(90deg, rgba(255,199,138,1) 0%, rgba(114,38,136,1) 100%);
    color:#fff;transition: all ease 0.5s; 
}


.categoryimg{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    object-fit: cover;
    transition: transform .2s;
    border: 4px solid #f0f0f0;
}
.categoryimg:hover{
    transform: scale(1.1);
}

.social p {
    display: inline-block;
}
.social p a {
    display: flex;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    background: #f1f3f8;
    border-radius: 3px;
    color: #9299b8;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 100%;
}

.viewscardbadge{
    float: right;
}


.howit {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    min-height: 260px;
}

.mobile-logo img{
    height: 38px;
    width: auto;
}
.btn-spinner {
    display: inline-block;
    opacity: 1;
    max-width: 50px;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}


.call {
    width: 50px;
    height: 50px;
    background: #ffab00;
    position: fixed;
    text-align: center;
    border-radius: 100%;
    right: 20px;
    bottom: 100px;
    transform: scale(1);
    animation: pulse-black 1.5s infinite;
    z-index: 10;
}
.call i {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
}
.wahtsup {
    width: 50px;
    height: 50px;
    background: #000;
    position: fixed;
    text-align: center;
    border-radius: 100%;
    right: 20px;
    bottom: 20px;
    transform: scale(1);
    animation: pulse-black 1.5s infinite;
    z-index: 10;
}
.wahtsup i {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
}
@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


@media only screen and (max-width: 767px){

    .nfcbtntop {
        background-color: #ddd;
        border: none;
        padding: 2px 5px;
        text-align: center;
        font-size: 14px;
        margin: 4px 2px;
        transition: 0.3s;
        width: 100%;
        border-radius: 5px;
    }
    
    .nfcbtntop{
        background: rgb(114,38,136);
        background: linear-gradient(90deg, rgba(114,38,136,1) 0%, rgba(255,199,138,1) 100%);
        color:#fff;font-weight: 500;
    }
    .pr-sm-1{
        padding-right: 7px;
    }
    .mobile-logo img{
        height: 26px;
        width: auto;
    }
    
    .mobile-badge{
        font-size: 9px;
        padding: 0;
        height: 17px;
        width: 17px;
        margin: 0;
    }
    .mobile-header-top{
        font-size: 18px;
    }

    .help-center-header .input-wrapper {
        max-width: 90%;
    }
    #basic-addon1{
        border-right: 0;
    }

    .mobile-view{
        padding: 0 5px 0 5px;
        height: 42px;
    }
    .mobile-view-top-input{
        width: 92%!important;
        margin-bottom: 15px!important;
        border-radius: 0 10px 10px 0!important;
        padding-left: 5px!important;
    }
    .mobile-view-top-input2{
        border-radius: 10px 0 0 10px!important;
    }
}