
/*---------------------------------------
    General               
-----------------------------------------*/

body {
	background: #ffffff;
  font-family: "rr", verdana, helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  color: #58595b !important;
  
}

a {
  text-decoration: none !important;
  outline: none !important;
}
 
 .data1 img {
   
    display: inline;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
.data1 p {
    vertical-align: middle;
    display: inline;
  }
.data2{
    text-align: center;
}
.data2 p{
  margin: 0px !important;;
}

.row2{
    padding:20px 10px;
}

.row3{
  padding:0px 10px;
}

.newbtn{
    width:60%;
    border-radius:8px;
    margin: 10px 0px;
    color: #ffffff;
}
.newbtn:hover {
  color: #ffffff;
}

.newbtn1{
  border-radius:8px !important;
}

.app-download{
  display:flex; 
  flex-direction:row;
  justify-content: center;
}

.app-download img{
  margin: 0px 10px;
}