body{
    background: #eeedf2;
    font-family: Helvetica,Arial,Avenir,sans-serif;
    min-height: 100vh;
    position: relative;
}
a{
    color: #000;
    text-decoration: none!important;
}

.row{
    padding: 0;
    margin: 0;
}
.headers{
    height: 60px;
    line-height: 60px;
    background: #fff;
    display: flex;
    white-space: nowrap;
}

.logo-w{
    display: flex;
    justify-content: center;
}
@media (max-width: 960px) {
    .logo-w{
        min-width: 25%;
    }
}


.logo{
    width: 180px;
    cursor: pointer;
    max-width: 100%;

}

.nav{
    display: flex;
}
.one-nav{
    line-height: 60px;
    padding: 0 30px;
    color: #303233;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.icons{
    padding-top: 10px;
    width: 200px;
    height: 115px;

    text-outline: none;
}
.icons p{
    font-weight: 400;
    color: #303233;
}


.smart{
    padding: 60px 0 60px 0;
}

.s_font {
    position: relative;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
}



