.textlogo {
    background-color: #0000;
}
.textlogo h2{
	display:none;
}
.ads-app{
	padding: 5px 8px;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #3B9581;
    border-radius: 8px;
}
.btn-app{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
	width: 100%;
}
.btn-appDownload {
	width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgb(71 167 96 / 81%);
 border-radius: 10px;
  color: #fff;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  padding-left: 8px;
  transition-duration: .5s;
  box-shadow: 0 0.625em 1em 0 rgb(71 167 96 / 32%);
}
.btn-app:hover .btn-appDownload{
	color: #fff!important;
}
.txlg2 {
    background-size: 125px 56px;
    background-position: center;
    margin-left: .5em;
    height: 56px;
    width: 125px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header, .search button, .sbox header, .pnb>p, .singers a, .boxdownload a:not(.yn-bnr a,.yn-borderbox a),.vebeetpre, .vebeetnext, .commentsfrom button, .eplfx a, .header li a, .posts .more {
	background: #3fafa6;
}
.posts header{
	background: #52cec4;
}
.posts .more:hover{
	background: #52cec4;
}
.header li a:hover{
	color: #3fafa6;
}
.footer .footbox:nth-child(1), .footer .footbox:nth-child(2) {
    display: none;
}

.pnb>p {
    background: #3fafa6;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
	text-align: center;
}
.box-pbn>ul>li:nth-child(2n-1) {
    border-right: 5px solid #95afb2;
}
.box-pbn>ul>li {
    background: #87d6fb1c;
    margin-bottom: 2px;
    font-size: 13px;
    border-radius: 3px;
}
.box-pbn>ul>li {
    padding: 0;
	text-align: center;
}
.box-pbn>ul>li>a {
    color: #000000;
    padding: 5px 0;
}
.box-pbn>ul>li:nth-child(2n) {
    border-right: 5px solid #3fafa6;
}
.hding h1 {
    color: #3fafa6!important;
}
.sbox.hding{
    text-align: center;
}
@media screen and (max-width: 520px){
.header .flex {
    justify-content: space-around;
}
.txlg2 {
    background-size: 90px 50px;
    background-position: center;
    margin-left: .5em;
    height: 50px;
    width: 85px;
    justify-content: center;
    align-items: center;
    display: flex;
}
		.specials ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    border: 3px solid #fff;
    background: #fff;
}
}