
.screenertopbar {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
background-color: #f3f7fa;
padding: 10px;
}
section.screenerbanner {
    background-color: #002955;
    background-image: url('../images/screenerbannerbg.png'), radial-gradient(circle, #002955, #002955);
    background-repeat: repeat-x;
    animation: slide 25s infinite;
    -webkit-animation: slide 25s infinite;
}
.inner-services-item-wrap {
background-color: #f3f7fa;
padding: 20px 20px;
border-radius: 30px;
}
.screenerdetail-title h2 {
margin-bottom: 5px;
color: #fff;
font-weight: 600;
}
.screenerdetail-title p{
color: #fff;
margin-bottom:0px !important;
}
.services-content-four {
float: left;
width: 100%;
}
.screenervalues {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
    column-gap: 10px;
}
.screenervalues p {
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    word-break: break-word;
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #000;
    display: block;
    color: #000;
}
.price {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
.price h6 {
    margin-bottom: 0px;
}
.screenervalues p span {
font-weight: 600;
margin-left: 5px;
white-space: nowrap;
}
a.knowscreener {
color: #fff;
font-weight: 600;
float: left;
width: 100%;
text-align: center;
background-color: #0254d6;
padding: 15px 10px;
border-radius: 10px;
margin-top: 10px;
font-size: 16px;
}
@keyframes slide{
from { background-position: 0 500; }
to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
from { background-position: 0 500; }
to { background-position: 1920px 0; }
}
