.per-info li{
    list-style:none;
}
.team-imgss img{
    border-radius: 30px;
}

.per-info ul {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:10px 5px;
}
@media (min-width: 992px) {
    .pdsale {
        padding-left: 160px;
    }
    
    .per-info div {
        padding-top: 15px;
    }
}


.per-info i{
    color:#FFA800;
}

.card-title{
    font-weight:700;
}

.skill-info-inner {
    display:flex;
    align-items:center;
}

.hire-btn{
    
    border:none;
}

.skill-inners{
    display:flex;
    align-items:center;
}

.skil_item i img{
    width:28px !important;
}

/*.maid-abt-inner{*/
/*    display:flex;*/
/*    align-items:center;*/
/*    flex-direction:column;*/
/*}*/

.maid-abt-inner b{
 margin-right: 25px;
 max-width:50px;
}
.cleaning-inner{
    
}
.cleaning-inner p img{
    width:20px;
}
.skils_list {
    display: inline-block;
    width: calc(100% + 26px);
    margin: 25px -13px;
    text-align: left;
}

span.skil_item {
    display: inline-block;
    text-align: left;
    width: 50%;
    /* max-width: 85px; */
    position: relative;
    margin: 0 -1px 15px;
    font-size: 17px;
}


.vendor-nav-sticky {
  position: sticky;
  top: 80px;
  z-index: 1;
}

.vendor-nav {
  border-radius: 5px;
  background-color: #fda700;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  margin-top: -1.7rem;
  margin-bottom: 3rem;
}

.vendor-nav a {
  color: #f10000;
  font-family: "mulibold";
  font-size: 00.875rem;
  text-transform: uppercase;
}
.vendorser{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
}
#description{
    padding:10px;
}
.vendordes{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
}
.fabicon{
    list-style: none;
    border: 4px solid #fda700;
    border-radius: 10px;
    margin-left:8px;
}
.fabicon i{
    padding: 8px;
    color: #0e3d4b;
    font-size: 30px;
}
.vendor-nav a:not(:last-child) {
  margin-right: 30px;
}

.vendor-nav a:hover,
.vendor-nav a.active {
  color: #0e3d4b;
}

.vendor_time{ 
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width: 268px;
    padding: 4px 1px;

}

.vendor_time_inner{
   border:1px solid red;
   margin:10px;
   padding:16px 8px;
   border-radius:8px;
}

.vendor_rgt_details h4{
 padding-left: 12px;
}
