.search-container{
    padding:25px 25px 15px;
    margin:30px 0;
    background-color:#029ddf;
    border-radius:4px;
}

.search-container input{
    border:none;
    box-shadow: none;
}

.search-container select{
    border:none;
    font-size:14px;
    border-radius:0;
    background-color:transparent;
    background-image:url('../img/icons/downwards-arrow-key.svg');
    color:#fff;
    border-bottom:2px solid rgba(255,255,255,0.12);
    position:relative;
    -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition: background 1s;
}

.search-container input:focus,
.search-container select:focus{
    color:#000;
    background:#fff;
    border:0;
}

.search-container input[type="submit"]{
    border:none;
    background:rgba(0,0,0,0.70);
    width:100%;
    padding:15px 0;
    color:#fff;
    font-weight:500;
    letter-spacing: 1px;
}

.search-container h6{
    color:#fff;
    font-weight:500;
}

.search-container h6 i.fas{
    font-size:14px !important;
}

.search-result-container{
    padding:30px 0;
}

.search-result-container .pagination .current{
    background-color: #029ddf;
}

.header-result{
    border-bottom:3px solid rgba(0,0,0,0.03);
    padding-bottom:10px;
    margin-bottom:20px;
}

.header-result span{
    font-size:14px;
    color:rgba(0,0,0,0.70);
}

.header-result h3{
    padding-top:5px;
    line-height: 20px;
}

.reult-list-container{
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}

.result-list{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:none;
    padding:15px 15px;
}

.result-list .comp-img-container{
    width:100%;
    padding:100% 0 0 0;
    border:1px solid #ccc;
}

.result-list-details {
}

.result-list-details h5{
    font-weight: 600;
    padding:0 15px;
    margin-bottom:0;
    line-height: 30px;
    color:#029ddf;
}

.result-list-details h6{
    font-weight: 600;
    padding-left:15px;
    color:rgba(0,0,0,0.70);
    font-size:15px;
    margin-bottom:0;
    line-height: 15px;
}

.result-list-details span{
    font-size:12px;
    padding-left:15px;
    font-weight:600;
    color:rgba(0,0,0,0.54);
}

.result-list-details .job-tag{
     padding-top:10px;
}

.result-list-details .job-tag span{
    display: block;
}

.rl-details h5{
    font-weight: 600;
    padding-right:15px;
    margin-bottom:0;
    line-height: 30px;
    color:rgba(0,0,0,0.70);
}
.rl-details span{
    font-size:14px;
    padding-left:15px;
    font-weight:300;
    color:rgba(0,0,0,0.54);
    padding-right:15px;
    line-height: 14px;
    display: block;
}

.rl-details-btn{
    padding-top:20px;
}

.rl-details-btn .button{
    background:none;
    color:rgba(0,0,0,0.70);
    border:1px solid #ccc;
    font-weight:600;
    opacity:0.5;
}

.rl-details-btn .button:hover{
    color:#029ddf;
    border:1px solid #029ddf;
}

.result-list:hover .rl-details-btn .button{
    opacity: 1;
}