.featured-logo img {
    width: 200px;
    height: 60px;
}

.featured-description {
    height: 165px;
    border-radius: 0 0 10px 10px;
}
.media-image img {
    height: auto;
}
.featured-logo {
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.featured-block {
    border-radius: 5%;
}

.col-16th, .col-27th, .col-13th, .col-md-2 {
    /* padding-left: 2px; */
    font-size: 12px;
}

.add-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000 url(../../../loder.gif);
    background-size: 10%;
    opacity: 0.8;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
  }

  .mt-16 {
    margin-top: 18px;
    font-size: 12px;
    height: 36px;
}
.btn-search {
   background: #FF886D;
   color: #fff;
   font-weight: 600;
   border-radius: 15px;
   padding: 6px 15px;
   margin: 15px 0 0 0;
   float: right;
   border-bottom: 1px solid #ffa200;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
   width: 80px;
   box-shadow: 0px 2px 5px rgb(175, 175, 175);
}
.btn-search img{
   width: 22px;
}
.featured-container {
    padding: 3px;
   overflow: hidden;
   border-radius: 11px;
   margin: 15px 0px 15px 0px;
}
.featured-container:hover{
    box-shadow: 0px 0px 0px 1px #ff886d;
}

.banner_two img{
   width: 100%;
   height: 110px;
}
.job-type3 a.btn {
   background: #F89F1F;
   color: #fff;
   border-color: #F89F1F;
}

.job-type3 a.btn:hover {
   opacity: .9;
}
.feturedJob .media-image a img {
   border: transparent;
}

.employee{
   background: #F8F8F8;
   padding: 20px 0px;
   margin-top: 20px;
} 
.employee .title h5{
font-size: 20px;
color: #707070;
padding: 10px 0px 20px 20px;
font-weight: 600;
}
.employee .items{
   padding: 15px 0px;
   background: #fff;
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   align-items: center;
   flex-wrap: wrap;
   box-shadow: 1px 1px 5px rgb(202, 201, 201);
}
.employee .items .item{
   padding: 20px 0px;
   width: 15%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.employee .items .item p{
   font-size: 18px;
   font-weight: 600;
   color: #707070;
   margin: 0px !important;
}
.employee .items .item img{
   margin-bottom: 10px;
}

@media (min-width: 992px) {
    .col-27th {
        width: 27%;
    }
    .col-16th {
        width: 16.33%;
    }
    .col-13th {
        width: 13%;
    }

    
}
@media (max-width: 1199px) {
    .btn-search {
        width: 65px;
    } 
       
 }
@media (max-width: 991px) {
    .col-16th, .col-27th, .col-13th {
        width: 100%;
    }
    .btn-search {
        padding: 8px 12px;
        margin: 15px auto;
        width: 100%;
    }
    .employee .items .item {
        width: 30%;
    }
 }
 
 @media (max-width: 767px) {
    .featured-description {
        height: 150px;
    }
    .banner_two img{
        height: auto;
    }
    .featured-logo {
        text-align: start;
    }
 }

 @media (max-width: 575px) {
    .featured-container {
        margin: 15px 20px 15px 20px;
    }
 }



 