  .topheader {
            background: #ff4c4c;
            padding: 6px 0;
        }

        ul.unlist li {
            float: left;
            margin-right: 20px;

        }

        ul.unlist2 li {
            float: right;
            margin-right: 20px;

        }
.banner-text h1 {
  font-size: 42px;
  color: #000;
  padding: 10px 50px;
  line-height: 42px;font-family: "Libre Franklin", sans-serif;
}
.baner-txt{padding: 20px;10px;background-color: #f3f3f3;color: #000;font-family: "Libre Franklin", sans-serif;}
.baner-txt a{color: #ff4c4c;}
.blog-details-item ol li{color: #95969c;}
.blog-details-item ol li b{color: #000;}
        .p50 h1 {
            text-align: center;
        }
.follow-whatsapp {
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 1;
  bottom: 80px;
  right: 40px;
  text-align: center;
}
        .textcenterbtn{
            background: #f7f701;
            padding: 15px 40px;
            border-radius: 40px;
            color: #000!important;margin-top: 12px;
            font-weight: bold;
            font-size: 16px;
            border: none;text-align: center;
        }
        .textcenterbtn:hover{
            background: #008686; 
            color: #fff!important; 
        }

        .textcenter2 {
            background: #fad15b;
            padding: 12px 40px;
            border-radius: 40px;
            color: #000;
            font-weight: bold;
            size: 15px;
            border: none;
        }

        .textcenter:hover {
            background: #00aec3;
            padding: 12px 40px;
            border-radius: 40px;
            color: #fff;
            font-weight: bold;
            size: 15px;
            border: none;
        }

        .textcenter2:hover {
            background: #00aec3;
            padding: 12px 40px;
            border-radius: 40px;
            color: #fff;
            font-weight: bold;
            size: 15px;
            border: none;
        }

.banrs{background-color: #fff}
 .banrs .banner-text h1{color: #fff!important;}
    .banner1{background-image: url(../../static/images/staffing-needs.png) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;min-height: 500px;
			background-color: #999;padding-top: 100px}
.banner2{background-image: url(../../static/images/Employee.webp) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;min-height: 500px;
			background-color: #999;padding-top: 100px}
 
@media (min-width:320px) and (max-width:640px){
    
.banner-text h1 {
  font-size: 22px;
  color: #000;padding: 3px 13px;
  line-height: 32px
}
    
     .banner1{background-image: url(../../static/images/staffing-needs.png) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;min-height: 250px;
			background-color: #999;padding-top: 100px}
.banner2{background-image: url(../../static/images/Employee.webp) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;min-height: 250px;
			background-color: #999;padding-top: 50px}
    
}