* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


.footer{
    background-color: #224d6f;
}

.header {
    height: 100px;
}
.logoicon {
    height: 100px;
}

.downloadtext {
    font-size: initial;
}

.downloadicon{
    width: 45px;
    height: auto;
}

.downloadicon_playstore{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.btn {
    width: 230px;
}

.row{
    padding-top: 30px;
}

.screenshot {
    padding-bottom: 20px;
}

.ss{
    border-radius: 20px;
}

.text1 {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.footer img {
    width: 50px;
    height: auto;
}


.footer h5{
    color: white;

}

.privacy {
    color: white;
}

.Copyright {
    color: white;
}

.weblink img{
    width: 45px;
    height: auto;
}


.privacy{
    padding: 50px;    
}

h3{
    color: white;
}

p{
    color: white;
    font-size: 15px;
}

.companyName {
    font-weight: bold;
}