a:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
    &:focus {
        outline: none;
    }
}

textarea {
    -webkit-appearance: none;
    &:focus {
        outline: none;
    }
}


ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}

.btn,
button {
    transition: all 0.4s ease;
    cursor: pointer;
}

html,
body {
    min-height: 100%;
    background: #fff;
    position: relative;
}

body {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: 'poppinsregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale!important;
    overflow-x: hidden!important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
}

.linkwrapp {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}



.btn:hover{
    color: #000;
}


:focus {
    outline: none !important;
    box-shadow: none!important;
}




.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center; 
}