body.widget-snippet .footer-backtop-jobs {
    background: #0445b7;
    padding:30px;
   width:450px;
  margin: 50px auto;
}
.footer-backtop-jobs {
	position:relative;
	display: block;
	z-index: 99;
}
.footer-backtop-jobs a:nth-child(1) {
    font: 500 18px 'Poppins', sans-serif;
    color: #fff;
    border:2px solid #fff;
    padding:10px 0;
    width:299px;
    line-height: 28px;
    margin: 0 auto 50px auto;
    display: block;
    background:#0445b7;
}
.footer-backtop-jobs a{
    font: normal 14px 'Poppins', sans-serif;
    color: #fff;
    padding:10px 0;
    line-height: 28px;
    width:100%;
    text-align:center;
    display: block;
    background:#013692;
    position: relative;
}
.footer-backtop-jobs a:hover{
	color:#ada8a8;
}
.footer-backtop-jobs a:after {
content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    width: 10px;
    height: 20px;
    right: 35%;
    font-size: 24px;
    font-weight: 100;
    line-height: 38px;
    bottom: 23px;
}
.footer-backtop-jobs a:nth-child(1):after{
	display:none;
}
body.widget-snippet  .footer-backtop-jobs {
z-index: auto;
}
