a.apply_now_float {
    background: #0C57A6;
    color: #fff;
    padding: 10px 18px;
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    left: 0%;
   
}
a {
    color: #000066;
}
a {
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
a {
    color:grey;
}
a {
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
body, html, input, textarea, p {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
body {
  /*  font-family: raleway;*/
    font-size: 17px;
    line-height: 1.42857143;
    color: grey;
    background-color: #fff;
}
:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top :hover{
  color:#e3e3e3 !important;
}
.top-shadow{
 box-shadow:  1px 1px #e3e3e3 !important;
}
