.yn-bnr{
	max-height: 100%!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: right;
	padding: 15px;
}
.foot-pa{
	 color: #fff;
    font-size: 16px;
}
.foot-pa:hover{
	 color: #fff;
}
.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
}
.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%);
}

.svgIcon {
  height: 25px;
  transition-duration: 1.5s;
}

.bell path {
  fill: rgb(19, 19, 19);
}

.btn-appDownload:hover {
  background-color: rgb(71 167 96 / 90%);
	color: #fff;
  transition-duration: .5s;
}

.btn-appDownload:active {
  transform: scale(0.97);
  transition-duration: .2s;
}

.btn-appDownload:hover .svgIcon {
  transform: rotate(360deg);
  transition-duration: 1.5s;
}
svg.svgIcon{
    background: rgb(228 231 136);
    padding: 5px;
    width: 30px;
	height: 30px;
    border-radius: 50px;
}