@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
  
  .footer .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
  }
  
 .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: 600px) {
    .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 AllTeenPattiApp.Com Footer Seaction*/

  .PromotionKaren marquee {
    color:#ffffff;
    font-size: 0.26rem;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0 0.2rem;
  background-color: #002138;
  color: #ffffff;
  font-size: 0.3733rem;
}

.footer .devider {
  width: 100%;
  border-bottom: 1px solid #5e1b09;
}
.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
}
.footer .links a {
  display: flex;
  align-items: center;
  height: 0.32rem;
  margin-bottom: 0.1rem;
  padding: 0 0.32rem;
  font-size: 0.2733rem;
  text-decoration: none;
  color: #ffffff;
}

.footer .links a:hover {
  color: #ff0000ce;
}

.footer .links a.border {
  border-right: 1px dashed #afafaf;
}
.footer p {
  margin: 0;
  font-size: .25rem;
}

/*End VungoPro.Com Footer Seaction*/