body {
    background: #e9ebec;
}

.overlap {
    margin-top: -89px;
    border-radius: 8px;
    background: #f9faff;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    height: 50px;
}

.mb-4 {
    padding: inherit !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
    font-size: small;
    /* box-shadow: 0px 0px 16px -11px #03167785; */
}

.theme-bg-white {
    background-color: #fff !important;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 65%;
        box-shadow: 0px 0px 15px 4px #00000036;
        margin: 50px auto;
    }
    #adv-search-page {
        width: 681px;
        margin: -120px auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 703px;
    }
}

i.fa-search {
    font-size: 19px;
    padding: 0px;
}

input[type=text] {
    text-align: left !important;
}

.side-by-side {
    width: 46%;
    float: left;
    margin: 10px;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.tab-content {
    line-height: 25px;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.mb-4 {
    padding: inherit !important;
}

.fj_post {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-left: 4px solid transparent;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
}

.fj_post .thumb {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    float: left;
    margin-right: 30px;
    width: 20%;
}

.fj_post .details {
    flex: 1;
}

.fj_post .details h5 {
    margin-bottom: 3px;
    margin-top: 8px!important
}

.fj_post .details h4 {
    margin-bottom: 3px
}

.fj_post .details p {
    margin-bottom: 3px;
    color: #6d6d6d!important;
    font-size: 11px;
}

.fj_post .details p:hover {
    margin-bottom: 3px;
    color: #6d6d6d!important
}

.fj_post .details .job_chedule {
    display: inline-block;
}

.fj_post a.btn {
    border-radius: 4px;
    line-height: 17px;
    padding: 7px 11px;
    position: absolute;
    right: 27px;
    top: 56px;
    background: #dde9ff;
}

.fj_post:hover {
    border: 1px solid #112e7a;
    border-left: 10px solid #1b4ffc;
}

.fj_post:hover a.btn {
    background-color: #1a4ffc;
    color: #fff;
}

.fj_post a.btn:focus {
    box-shadow: none
}

.fj_post.home3 {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.fj_post.home3:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(28, 50, 126, 0.09);
    -moz-box-shadow: 0px 0px 30px 0px rgba(28, 50, 126, 0.09);
    box-shadow: 0px 0px 30px 0px rgba(28, 50, 126, 0.09);
    z-index: 9;
    cursor: pointer
}

.fj_post.home3:hover a.btn {
    background-image: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(176, 106, 179) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(176, 106, 179) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(176, 106, 179) 100%);
    background-image: linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(176, 106, 179) 100%);
    color: #fff
}

.fj_post.home3.bbt {
    border-bottom: transparent
}

.fj_post.home3 ul.featurej_post {
    margin-bottom: 30px
}

.fj_post.home3 .details h4 {
    margin-bottom: 0;
    padding-top: 15px
}

.fj_post.home3 .details p {
    margin-bottom: 0
}

.fj_post.home3 a.btn {
    border-radius: 4px;
    border-image: linear-gradient(to bottom, #af6ab3 0, #4768db 100%);
    border-image-slice: 1;
    border-width: 1px
}

.text-thm {
    color: #1d3b87!important;
}

.featurej_post {
    font-size: 12px;
}

.details p {
    font-size: 13px !important;
}

.card-header {
    margin-bottom: 0px;
    background-color: #3075e8;
    color: #fff;
}

.card>.list-group:last-child .list-group-item:last-child {
    font-size: 10px;
}

.Client {
    background: white;
    padding: 2px;
}

.search-result {
    margin-top: 2%;
    margin-bottom: 1.5rem!important;
    font-size: small;
    box-shadow: 0px 0px 16px -11px #03167785;
    padding: 20px;
}

.padding-icon {
    padding: 10px;
    color: #1b50fc;
}

button.btn-tag {
    background: transparent;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 4px 15px 4px 15px;
    color: #7d7c7c;
    font-size: 11px;
}

button.btn-tag:hover {
    border: 1px solid #1a4ffc;
    color: #000;
}

.tab-tags {
    margin: 20px;
}

img.search-icon {
    width: 10%;
}

.openBtn {
    background: #ffffff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #1a4ffc;
}

.openBtn:hover {
    background: #fff0;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.filters-1 {
    padding: 20px;
}

.filers-check {
    width: 40px;
    height: 17px;
}

.check-label {
    padding-left: 0.25rem;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    margin: 5px;
}

.scroll-y {
    height: 500px;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.src-rslt-area {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .scroll-y {
        height: auto;
    }
    .fj_post {
        display: grid;
        padding: 0px;
        ;
    }
    .fj_post .thumb {
        width: 50%!important;
        display: block;
        margin: auto;
        float: none;
    }
    .fj_post a.btn,
    .fj_post button,
    .fj_post div.btn {
        position: relative!important;
        right: 0!important;
        top: 0!important;
        margin: 5px;
    }
}