.mancard-section{
    margin: 50px 0;
}
.mancard-section .job-block {
    position: relative;
    margin-bottom: 30px;
}
.mancard-section .job-block .inner-box {
    position: relative;
    padding: 32px 20px 22px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 300ms ease;
}
.mancard-section .job-block .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}   
.mancard-section .job-block .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    transition: all 300ms ease;
}
.mancard-section img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.mancard-section .job-block h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 24px;
    
    margin-bottom: 16px;
}
.mancard-section .job-block h4 a {
    color: #202124;
    transition: all 300ms ease;
    text-decoration: none;
}
.mancard-section .job-block h4 a:hover {
    color: #1967D2;
}
.mancard-section a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.mancard-section .job-block .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.mancard-section .job-block .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 23px;
    margin-bottom: 5px;
    margin-right: 18px;
    list-style: none;
}
.mancard-section .job-block .job-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}
.mancard-section .job-block .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.mancard-section .job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.mancard-section .job-other-info li.time {
    background: rgba(25, 103, 210, 0.15);
    color: #1967D2;
}
.mancard-section .job-block .bookmark-btn {
    position: absolute;
    right: 0;
    top: -15px;
    border: 0;
    background: #ffffff;
    transition: all 300ms ease;
    padding: 0;
}
.mancard-section ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mancard-section .job-other-info li.green, .job-other-info li.privacy {
    background: rgba(52, 168, 83, 0.15);
    color: #34A853;
}
.mancard-section .job-other-info li.required {
    background: rgba(249, 171, 0, 0.15);
    color: #F9AB00;
}

.mancard-section .ls-pagination {
    position: relative;
    margin-top: 50px;
}
.mancard-section .ls-pagination ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mancard-section .ls-pagination li {
    position: relative;
    margin: 0 5px;
    font-size: 14px;
    color: #696969;
    line-height: 45px;
    min-width: 45px;
    font-weight: 400;
    text-align: center;
}
.mancard-section .ls-pagination li a {
    position: relative;
    display: block;
    color: #696969;
    border-radius: 50%;
    transition: all 300ms ease;
    text-align: center;
}
.mancard-section .ls-pagination li.next a, .ls-pagination li.prev a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 12px;
}
.mancard-section .ls-pagination li a:hover, .ls-pagination li a.current-page {
    background: #1967D2;
    color: #ffffff;
}
.mancard-section .ls-pagination li.next a:hover, .ls-pagination li.prev a:hover {
    background: transparent;
    color: #1967D2;
}
.mancard-section a {
    color: #0d6efd;
    text-decoration: none;
}
.mancard-section section.mancard-section {
    margin: 50px 0;
}

.mancard-section .btn-style-one {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #1967D2;
    right: 0;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    bottom: 0;
    min-width: 100px;
    padding: 8px 20px;
    font-size: 14px;
}
.mancard-section .btn-style-one:hover {
    color: #ffffff;
    background-color: #0146A6;
}

.mancard-section .apply-model{
    max-width: 500px;

}
.mancard-section .apply-model .modal-header{
    padding: 0;
    align-items: baseline;
    border-bottom: 0;
}
.mancard-section .apply-model .modal-dialog{
    margin: 0;

}
.mancard-section .apply-model .modal-content{
    padding: 30px;
}
.mancard-section .default-form {
    position: relative;
}
.mancard-section .login-form h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #202124;
   margin: 0 auto 30px;
    text-align: center;
}
.mancard-section .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.mancard-section .default-form .form-group > label {
    font-size: 15px;
    line-height: 20px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
}
.mancard-section .default-form .form-group input[type="text"], .default-form .form-group input[type="password"]{
    position: relative;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background: #F0F5F7;
    border: 1px solid #F0F5F7;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}
.page-title .job-search-form {
    margin-bottom: 0;
}   
.job-search-form {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    border-radius: 10px;
    min-width: 740px;
    margin-top: -48px;
}
.job-search-form form {
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #1967D2;
}
.job-search-form .form-group:first-child {
    border-right: 1px solid #e6e6e6;
}
.job-search-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
.job-search-form .form-group i {
    position: absolute;
    left: 25px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    
    z-index: 9;
    font-weight: 600;
}
select option {
    color: #000;
}

.job-search-form .ui-selectmenu-button.ui-button, .job-search-form .chosen-container-single .chosen-single, .job-search-form .form-group input, .job-search-form .form-group select, .job-search-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 0px;
    padding-left: 50px;
    border: 0;
    border-radius: 0;
    transition: all 300ms ease;
    background: transparent;
    outline: 0;
}
.btn-style-two {
    position: relative;
    text-align: center;
    white-space: nowrap;
      background: #dde8f8;
    color: #1967D2;
    font-size: 15px;
    line-height: 20px;
    border: 0;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px 35px;
}
  
@media(max-width: 991px){
    .job-search-form{
        min-width: auto;
    }
    .mancard-section .ls-pagination{
        top: -57px;
    }
}
@media(max-width: 767px){
    .job-search-form .form-group input{
        height: 40px;
        padding: 8px 0;
        padding-left: 50px;
    }
    .form-group.col-lg-3.col-md-3.col-sm-3.location.d-flex.align-items-center.px-0{
        margin-left: 12px;
    }
    .mancard-section .job-block .bookmark-btn{
        right: -8px;
        top: -28px;
    }
    .mancard-section .job-block .job-info li i{
        font-size: 14px;
    }
    .mancard-section .job-block .job-info li{
        padding-left: 20px;
        margin-bottom: 5px;
        margin-right: 13px;
    }
    .mancard-section .btn-style-one{
        right: -4px;
        bottom: -8px;
    }
}