.yn-bnr{
	max-height: 100%!important;
}
.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: 40px;
  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%);
}

.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
}
.textlogo h2{
	display:none;
}
.rmp-rating-widget .rmp-icon--half-highlight {
    background: linear-gradient(to left, #ffe699 50%, #ccc 50%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.foot-pa:before{
    content: "";
    width: 8px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    margin-left: .4em;
    display: inline-block;
}
.pa-link{
	width: 100%;
	text-align: center;
	padding: 20px;
}
.foot-pa{
	 color: #fff;
    font-size: 16px;
}
.foot-pa:hover{
	 color: #fff;
}
.pnb>p {
    background-color: #0D9276;
    color: #fff;
    padding: 3px;
border-radius: 7px;
}
.box-pbn>ul>li{
	padding: 0;
}
.box-pbn>ul>li:nth-child(2n-1){
	border-right: 5px solid #3fba9f;
}
.box-pbn>ul>li:nth-child(2n) {
    border-right: 5px solid #0D9276;
}
.box-pbn > ul > li {
    background: #ffffff0a;
    border-bottom: 1px solid #f0f0f0;
}
.footer .footbox:nth-child(1), .footer .footbox:nth-child(2) {
    display: none;
}
.textlogo {
    background-color: #0000;
}
.txlg2 {
    background-size: 191px 62px;
    background-position: center;
    margin-left: 0.5em;
    height: 56px;
    width: 118px;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media screen and (max-width: 520px){
.header .flex {
    justify-content: space-around;
}
.txlg2 {
    background-size: 170px 57px;
    background-position: center;
    margin-left: 0.5em;
    height: 56px;
    width: 119px;
    justify-content: center;
    align-items: center;
    display: flex;
}
}