/* web link for all rummy app  */
.list a {text-shadow:1px 2px 2px #111}

.Develop {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    color: #222;
    padding: 10px 20px 5px;
    margin-left: 5px;
}

.Develop a {
    color: #343434;
}

.webLink{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	font-size: 0.25rem;
}
.linkInfo{
	margin: 1px 0;
	text-decoration: none;
	font-weight: 600;
	line-height: .4rem;
	color: white;
	cursor: pointer;
}

/* teenpatty_Footer */

.footer-right {
    height: 1rem;
    margin-top: -.3rem;
}

.footer-right .fa {
font-size: 15px;
width: 5px;
height: 10px;
text-align: center;
text-decoration: none;
border-bottom: #f2fff7 0.04rem solid;
border-radius: .1rem;
}

.footer-right .fa:hover {
opacity: 0.9;
border-bottom: #f2fff7 0.01rem solid;
}

.fa-facebook {
padding: 10px 25px 15px 20px;
margin-right: .1rem;
background: #3B5998;
color: white;
}
.fa-whatsapp {
padding: 10px 25px 15px 20px;
background: #25d366;
color: white;
}
.fa-pinterest {
padding: 10px 25px 15px 20px;
background: #E60023;
padding-right: -20px;
margin-right: .1rem;
color: white;
}

.fa-telegram {
padding: 10px 0 15px 12px;
background: #4ea0df;
color: white;
padding-right: 55px;
margin-right: .1rem;
}

.fa-youtube {
padding: 10px 25px 15px 20px;
padding: 10px 25px 15px 20px;
background: #FF0000;
margin-right: .1rem;
color: white;
}


.footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 720px) {
.footer-distributed .footer-left, .footer-distributed .footer-right {
  text-align: center;
}
.footer-distributed .footer-right {
  float: center;
  margin: 0 auto 20px;
}
.footer-distributed .footer-left p.footer-links {
  line-height: 1.8;
}
}



/*Start TeenPatty_D Footer Seaction*/

.VungoPro marquee {
  position: relative;
  font-family: Sofia, sans-serif;
  font-variant: small-caps;
  line-height: .35rem;
  font-size: .3rem;
  border: 1px dashed
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0 0;
  background-color: #2685f2;
  color: #ffffff;
  font-size: 0.3733rem;
}

.footer .devider {
  width: 100%;
  border-bottom: 1px solid #606280;
}
.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}
.footer .links a {
  display: flex;
  align-items: center;
  height: 0.32rem;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.20rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  border: #333 1px solid;
  border-radius: .08rem;
  background-color: rgb(81, 0, 255);
  margin-right: .2rem;
}

.links a:hover {
  background-color: #000dff;
  font-weight: 600;
}
.footer .links a.border {
  border-right: 1px dashed #afafaf;
}
.footer p {
  margin: 0;
  font-size: .25rem;
}
.footer button {
  width: 4rem;
  height: .8rem;
  font-weight: 600;
  background-color: #4ECC5B;
  color: #fff;
  border: 1px solid #fff;
  border-radius: .05rem;
  font-size: .32rem;
  cursor: pointer;
}

.footer button:hover {
  background-color: #3ae04b;
        font-size: .33rem;
}


/*End TeenPatty_D Footer Seaction*/

/* App Footer */
.wrap .app-footer{
	bottom: 0;
	right: 0;
	width: 100%;
	height: .9rem;
	background-color: #000000;
}

.wrap .app-footer p{
	padding: 0;
	margin: 0;
} 
/*End App Footer */