html {

    box-sizing: border-box;

  }

  *, *:before, *:after {

    box-sizing: inherit;

}



.recommended-jobs {
    background: rgba(0,0,0,0.5);
    /* width: 67%; */
    border-radius: 8px;
    padding: 15px;
    margin: 5px 0 20px;
    /* margin-left: 16%; */
}


.recommended-jobs h4 {

    font-size: 20px;

    color: #fff;

    font-weight: 700;

    margin: 0 0 10px;

    line-height: 30px;

}



.reJob-block-area {

    overflow: hidden;

}



.jobs-items .item  {

    padding: 0 10px;

}



.reJob-block {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    float: left;
    width: 100%;
    padding-bottom:5px;
}



.reJob-block strong {

    display: block;

    color: #3f9f30;

    font-size: 16px;

    font-weight: 400;

    padding-bottom: 12px;

}
.slick-track
{
    float:left;
}


.info-box {

    float: left;

    width: 100%;

    position: relative;

    min-height: 75px;

    padding-right: 100px;

}



.info-box p {

    font-size: 15px;

    color: #333;

    line-height: 18px;

    margin: 0 0 5px;

    overflow: hidden;

}



.reJob-block #ad_image_div {

    width: 80px;

    height: 80px;

    box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);

    float: right;

    border-radius: 8px;

    overflow: hidden;

    position: absolute;

    right: 10px;

    top: -25px;
    margin: auto;
    justify-content: center;
    display: flex;
    padding:4px;

}



.reJob-block #ad_image_div img {
  display:block;
  margin:auto;
  justify-content: center;

}



.reJob-block-btn {

    float: left;

    width: 100%;

    

}



.reJob-block-btn a {

    display: block;

    float: left;

    width: 33.3%;

    font-size: 15px;

    color: #333;

    font-weight: 400;

    line-height: 18px;

    text-align: center;

    text-decoration: none;

    outline: none;
    padding-top:5px;
}



.reJob-block-btn a:hover {
    color: #3f9f30;
}

.hideDiv {
    display: none !important;
}

.videowraper.section { margin-top: 30px; }


@media only screen and (max-width:768px) {
    #fb-root { display: none !important;}
}