.banner-section {
    background-image: url("../images/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    position: relative;
}

.banner-section .background-blur {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.banner-section .inner-banner-container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background-color: white;
    height: 70px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 10px 5px;
}

.home-content-section,
.about-content-section {
    padding: 60px 0;
}

.home-content-section .main-title{
    position: relative;
}

.home-content-section h1{
    font-size: 28px;
    color: black;
    margin: 0px;
    font-weight: bold;
}

.home-content-section .main-title .border-line{
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #0C9869;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
}

.home-content-section .sub-title{
    font-size: 15px;
    color: #707070;
    margin: 32px 0 40px;
}

.home-content-section .view-btn-lists button{
    height: 45px;
    width: 45px;
    margin: 0 10px 0 0;
    padding: 0px;
}

.home-content-section .view-btn-lists {
    margin-bottom: 32px;
}

.home-content-section .home-main-content-section .ads-section,
.cate-lists-page-content-section .ads-section,
.job-details-content-section .ads-section{
    width: 100%;
    border: 1px solid #707070;
    border-radius: 8px;
    height: 100%;
    min-height: 500px;
    max-height: calc(100% - 76px);
}

.home-content-section .home-main-content-section .job-list-view .single-list-view {
    border: 1px solid #707070;
    border-radius: 8px;
    background: #fff;
    height: fit-content;
    width: 100%;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
}

.home-content-section .home-main-content-section .job-list-view .single-list-view .job-date{
    position: absolute;
    right: 24px;
    bottom: 40px;
    font-size: 13px;
    color: #707070;
}

.home-main-content-section .job-list-view .single-list-view h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
    padding-right: 50px;
}

.home-content-section .home-main-content-section .job-list-view .single-list-view:hover {
    background: rgba(212, 153, 153, 0.05);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.home-main-content-section .job-list-view .single-list-view .company-name {
    margin: 15px 0 12px;
}

.home-main-content-section .job-list-view .single-list-view .company-name .company{
    font-size: 16px;
}

.home-main-content-section .job-list-view .single-list-view .company-name .company-type {
    font-style: italic;
    font-size: 15px;
}

.home-main-content-section .job-list-view .single-list-view .salary {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.home-main-content-section .job-list-view .single-list-view .highlights {
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
    line-height: 25px;
}

.home-main-content-section .job-list-view .single-list-view .highlights li {
    margin-bottom: 8px;
}

.home-main-content-section .job-list-view .single-list-view .hightlight-title {
    width: 100px;
    margin: 0px;
}

.home-main-content-section .job-list-view .single-list-view .hightlight-value {
    width: calc(100% - 100px);
    margin: 0px;
}

.home-main-content-section .job-list-view .single-list-view .info-lists {
    margin: 16px 90px 0 0;
}

.home-main-content-section .job-list-view .single-list-view .info-lists .info{
    display: inline-block;
    background-color: #F5F6FA;
    border-radius: 6px;
    padding: 8px 15px;
    margin: 0 12px 10px 0;
}

.home-main-content-section .job-list-view .single-list-view .info-lists .info label {
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

.home-content-section .home-main-content-section .pagination{
    width: fit-content;
}

.home-content-section .home-main-content-section .job-grid-view-mb {
    margin-bottom: 24px;
}

.home-content-section .home-main-content-section .job-grid-view {
    background-color: white;
    border: 1px solid #707070;
    border-radius: 8px;
    height: 100%;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.home-content-section .home-main-content-section .job-grid-view .location-and-date{
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px);
    left: 24px;
}

.home-content-section .home-main-content-section .job-grid-view h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    line-height: 30px;
}

.home-content-section .home-main-content-section .job-grid-view .company {
    font-size: 15px;
    margin: 12px 0 10px;
}

.home-content-section .home-main-content-section .job-grid-view .company-name {
    margin: 0px;
}

.home-content-section .home-main-content-section .job-grid-view .company-type {
    font-size: 14px;
    font-style: italic;
    margin: 0px;
}

.home-content-section .home-main-content-section .job-grid-view .salary {
    color: #0C9869;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-content-section .home-main-content-section .job-grid-view .info-lists .job-type {
    font-size: 13px;
}

.home-content-section .home-main-content-section .job-grid-view .info-lists .job-type img {
    margin-right: 4px;
}

.home-content-section .home-main-content-section .job-grid-view .info-lists .job-type label {
    margin: 0px;
}

.home-content-section .home-main-content-section .job-grid-view .info-lists .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #707070;
    margin: 8px 10px 0;
}

.home-main-content-section .job-grid-view .highlights {
    font-size: 14px;
    color: blck;
    color: black;
    padding-left: 20px;
    margin: 15px 0 40px 0;
}

.home-main-content-section .job-grid-view .highlights li {
    margin-bottom: 8px;
}

.home-main-content-section .job-grid-view .location-and-date .location label{
    font-size: 13px;
    margin: 0 0 0 4px;
    position: relative;
    top: 2px;
}

.email-subscribe-section {
    padding: 60px 0;
    background-color: white;
}

.email-subscribe-section h2 {
    font-size: 26px;
    margin: 0px;
}

.email-subscribe-section p {
    font-size: 15px;
    max-width: 400px;
    margin: 32px auto 0;
    line-height: 28px;
}

.email-subscribe-section input{
    height: 50px;
    border-radius: 8px;
    border-color: #0C9869;
    font-size: 15px;
    color: black;
    outline: none;
    max-width: 350px;
}

.email-subscribe-section input::placeholder{
    color: black;
}

.email-subscribe-section button{
    height: 50px;
    width: 100%;
    max-width: 350px;
}

.choose-specialized {
    padding: 24px;
    height: 85vh;
    overflow: auto;
}

.choose-apply-method {
    height: fit-content;
    max-height: 85vh;
    overflow: hidden !important;
}

.choose-specialized .main-title-cover {
    position: relative;
    margin-bottom: 32px;
}

.choose-specialized .main-title-cover .title {
    font-size: 20px;
}

.choose-apply-method .main-title-cover .title {
    font-size: 18px;
}

.choose-specialized .main-title-cover .modal-close-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.choose-specialized .main-title-cover .modal-close-btn img {
    width: 16px;
}

.choose-specialized .main-title-cover .border-line{
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #0C9869;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.choose-specialized .category-lists {
    align-content: flex-start;
}

.choose-specialized .category-lists .category {
    height: 50px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #0C9869;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 16px;
}

.choose-apply-method .category-lists .category {
    padding: 0 12px 0 0;
}

.choose-apply-method .category-lists .category .arrow-icon{
    width: 10px;
}

.choose-specialized .category-lists .cate-name {
    font-size: 13px;
    width: calc(100% - 30px);
    margin: 0 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}

.choose-specialized .category-lists .checkbox {
    margin: 11px 0;
}

.choose-specialized .category-lists .checkbox span{
    width: 25px;
    height: 25px;
}

.choose-specialized .modal-btn-lists {
    margin: auto;
    /* margin-top: 20px; */
}

.choose-apply-method .apply-cancel-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px !important;
    height: 30px !important;
}

.choose-apply-method .apply-cancel-btn img {
    width: 16px;
}

.choose-apply-method .modal-btn-lists button{
    width: 125px !important;
    /* margin-top: 20px; */
}

.choose-specialized .modal-btn-lists .cancel-btn {
    margin-right: 10px;
}

.choose-specialized .modal-btn-lists .done-btn {
    margin-left: 10px;
}

.choose-specialized .modal-btn-lists button{
    width: 250px;
    height: 50px;
    font-size: 15px;
}

.cate-lists-page-banner {
    /* background-image: url('../images/job-placeholder.jpg');
    height: 300px;
    background-position: center;
    background-size: cover; */
    height: 150px;
    background: #0C9869;
    position: relative;
}

.cate-lists-page-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-style: italic;
}

.cate-lists-page-content-section .category-cover{
    border-radius: 10px;
    border: 1px solid #707070;
    min-height: 150px;
    background: white;
    padding: 20px 15px;
    margin-bottom: 24px;
    cursor: pointer;
}

.cate-lists-page-content-section .category-cover:hover {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.cate-lists-page-content-section .category-cover img{
    width: 50px;
    margin: auto;
    display: block;
}

.cate-lists-page-content-section .category-cover .job-amount{
    margin: 15px 0 10px;
    font-size: 16px;
}

.cate-lists-page-content-section .category-cover .cate-name{
    font-size: 15px;
}

.cate-lists-page-content-section .main-cate-cover {
    display: grid;
}

.job-details-content-section {
    padding: 60px 0px;
}

.job-details-content-section h2 {
    margin-bottom: 16px;
}

.job-details-content-section .company-name{
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}

.job-details-content-section .apply-btn {
    width: 120px;
    height: 40px;
    float: right;
}

.job-details-content-section .section-divider {
    height: 35px;
    position: relative;
    margin: 20px 0px;
}

.job-details-content-section .section-divider .name{
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    padding: 0 15px;
}

.job-details-content-section .section-divider .line{
    border: 0.5px solid #707070;
    background-color: #707070;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.job-details-content-section .info-section {
    margin-bottom: 40px;
}

.job-details-content-section .info-section h4{
    margin-bottom: 20px;
}

.job-details-content-section .info-section ul{
    font-size: 15px;
    padding-left: 16px;
    color: #707070;
    margin: 0;
}

.job-details-content-section .info-section ul li{
    margin-bottom: 12px;
}

.job-details-content-section .info-section p {
    font-size: 15px;
    color: #707070;
    line-height: 30px;
}

.job-details-content-section .info-section-cover {
    margin-top: 35px;
}

.job-details-content-section .info-section-cover .contact {
    margin-bottom: 20px;
}

.job-details-content-section .info-section-cover .contact img{
    width: 20px;
    height: 22px;
}

.job-details-content-section .info-section-cover .contact .contact-value{
    font-size: 15px;
    margin-left: 15px;
    width: calc(100% - 35px);
}

.job-details-content-section .basic-info-lists .single-info {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 24px;
}

.job-details-content-section .basic-info-lists .single-info .left-info-title {
    width: 180px;
}

.job-details-content-section .basic-info-lists .single-info .right-info-value {
    width: calc(100% - 135px);
    color: #707070;
}

.select-box-image {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
}























.job-filter-section .filter-title {
    margin-bottom: 16px;
}

.job-filter-section .clear-all {
    font-size: 15px;
}

.job-filter-section .filter-section-row .single-filter-section {
    border: 1px solid #707070;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.job-filter-section .recent-search-section .single-recent{
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 5px;
    width: fit-content;
    display: inline-block;
    margin: 0 10px 10px 0;
    background: white;
}

.job-filter-section .recent-search-section .single-recent label{
    font-size: 12px;
    margin: 0 5px;
}

.job-filter-section .recent-search-section .single-recent img{
    width: 16px;
    position: relative;
    top: -1px;
}

.banner-search-section {
    width: 100%;
    display: flex;
}

.banner-search-section .left-search-section {
    width: calc(100% - 183px);
    height: 50px;
}

.banner-search-section .left-search-section .search-column {
    margin: 0 5px;
}

.banner-search-section .right-button-section {
    width: 173px;
    height: 50px;
    margin: 0 5px;
}

.banner-search-section .right-button-section .filter-button{
    width: 50px;
    border-top-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    height: 50px;
}

.banner-search-section .right-button-section .filter-button img {
    width: 20px;
}

.banner-search-section .right-button-section .search-button {
    width: calc(100% - 50px);
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    height: 50px;
    margin-right: 3px;
    font-size: 15px;
}

.banner-search-section .custom-select-box .vs__dropdown-toggle{
    height: 50px;
    font-size: 14px;
    border: 1px solid #707070;
    padding-left: 5px;
    border-radius: 8px;
}

.banner-search-section .custom-option {
    padding: 8px 0px;
    font-size: 14px;
}

.custom-tree .vue-treeselect__control {
    height: 50px;
    font-size: 14px;
    border: 1px solid #707070 !important;
    background: none;
    outline: none;
    padding-left: 12px;
    border-radius: 8px;
}

.custom-tree .vue-treeselect__placeholder, .vue-treeselect__single-value {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    line-height: 20px;
    color: black;
}

.vue-treeselect__x,
.vue-treeselect__control-arrow {
    color: #707070 !important;
}

.vue-treeselect--has-value .vue-treeselect__multi-value {
    margin-bottom: 0px !important;
}

.vue-treeselect__limit-tip-text {
    font-size: 10px;
}

.vue-treeselect__indent-level-0 .vue-treeselect__option {
    font-size: 12px;
    padding: 5px 0 5px 5px;
}

.vs__open-indicator,
.vs__clear {
    fill: #707070 !important;
}
.autocomplete-input {
    background-color: #ffffff00 !important;
    font-size: 14px !important;
    border: 1px solid #707070 !important;
    border-radius: 8px !important;
    height: 50px;
    box-shadow: none !important;
}

.wiki-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-result-list {
    z-index: 99 !important;
}

.custom-modal-cover .vue-dropdown {
    padding: 24px;
}

.custom-modal-cover .vue-dropdown .custom-modal-footer button{
    width: 80px;
    height: 35px;
}

.custom-modal-cover .vue-dropdown .custom-vue-category {
    height: 35px !important;
    padding: 0 8px 0 12px !important
}

.custom-modal-cover .vue-dropdown .custom-vue-category .cate-name {
    font-size: 12px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px;
}

.custom-modal-cover .vue-dropdown .custom-vue-category  .checkbox {
    margin: 0 !important;
}

.custom-modal-cover .vue-dropdown .custom-vue-category  .checkbox span{
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translate(0, -50%) !important;
}

.custom-salary-input {
    height: 42px !important;
    padding-right: 35px !important;
}

.custom-input-clear  {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.custom-rotate-icon {
    position: absolute;
    right: 12px;
    transition: all 0.4s ease;
}

.modal-content-section-cover {
    height: calc(100% - 120px);
    overflow-y: scroll;
    margin-bottom: 12px;
}

.choose-apply-method .modal-content-section-cover {
    max-height: calc(85vh - 150px);
    overflow: auto !important;
}

.vue-treeselect__multi-value-item,
.vue-treeselect__value-remove {
    color: #0C9869 !important;
}

.about-us-page-design .about-us-banner {
    height: 250px;
    /* background: #0C9869; */
    /* position: relative; */
    background-image: url("../images/about-banner.svg");
    background-position: center;
    background-size: cover;
}

/* .about-us-page-design .about-us-banner h1 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.about-us-page-design .about-content-section h3{
    font-weight: bolder;
}

.about-us-page-design .about-content-section .answer{
    font-size: 16px;
    line-height: 36px;
    margin: 16px 0px 48px;

}

.about-content-section .answer::first-letter {
    margin-left: 50px;
}

.about-us-page-design .about-content-section ul {
    font-size: 15px;
    line-height: 30px;
    padding-left: 24px;
    margin-top: 20px;
}

.about-us-page-design .about-content-section ul li {
    margin-bottom: 16px;
}

.playstore-section {
    padding: 42px 0px;
}

.playstore-section img {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}

.job-lists-view-design .job-image-cover img {
    max-height: 300px;
    cursor: pointer;
}

.job-grid-view-design .job-image-cover img {
    max-height: 300px;
    max-width: 100%;
    cursor: pointer;
    margin: 20px 0px 30px 0px;
}

.mobile-sidemenu {
    height: 150px;
    background: #0C9869;
    position: relative;
    display: none;

}

.mobile-sidemenu img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.empty-card-design {
    height: 500px;
    width: 100%;
    position: relative;
}

.inner-empty-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-empty-card img {
    width: 300px;
    margin: auto;
    display: block;
}

.inner-empty-card .empty-text {
    font-size: 18px;
    margin-top: 24px;
}

.job-image-cover, .company-image-cover {
    position: relative;
    white-space: nowrap;
    overflow-y: auto;
}

.job-image-cover .single-job-image,
.company-image-cover .single-company-image {
    max-height: 300px;
    overflow: hidden;
    margin: 0 20px 24px 0;
    display: inline-block;
}

.company-image-cover .single-company-image {
    max-height: 300px !important;
}

.job-image-cover .single-job-image img {
    max-height: 300px;
}

.company-image-cover .single-company-image img {
    max-height: 300px;
}

@media (max-width: 991.98px) {
    .banner-section .inner-banner-container {
        max-width: 500px;
        height: fit-content;
        padding: 24px;
        align-content: space-between;
        background: rgba(255, 255, 255, 0.8);
    }
    .banner-search-section {
        display: block !important;
    }
    .banner-search-section .left-search-section {
        width: 100%;
        height: fit-content;
    } 
    .banner-search-section .left-search-section .search-column{
        margin: 0 0 20px 0;
    }   
    .banner-search-section .right-button-section {
        width: 100%;
        margin: 0px;
    }
    .mobile-sidemenu {
        display: inherit !important;
    }
    .menu-nav li {
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 768px) {
    .banner-section .inner-banner-container {
        max-width: 400px;;
    }
    .view-btn-lists {
        display: none;
    }
    .job-lists-view-design {
        display: none;
    }
    .email-subscribe-section input {
        margin: 32px auto 0;
    }
    .email-subscribe-section button {
        margin: auto;
        display: block;
    }
    /* .choose-specialized .category-lists {
        height: calc(100% - 120px);
        overflow-x: auto;
    } */
    .choose-specialized .modal-btn-lists button {
        width: 200px;
        display: initial !important;
    }
    /* .cate-lists-page-banner {
        height: 250px;
    } */
    .home-content-section,
    .job-details-content-section,
    .about-content-section {
        padding: 40px 0;
    }
    .home-content-section h1{
        font-size: 24px;
    }
    .home-content-section .home-main-content-section .job-grid-view h5 {
        padding-right: 35px !important;
    }
}

@media (max-width: 575.98px) {
    .home-content-section .home-main-content-section .job-grid-view .company-name {
        font-size: 14px;
    }
    
    .home-content-section .home-main-content-section .job-grid-view .company-type {
        font-size: 13px;
    }
    /* .cate-lists-page-banner {
        height: 200px;
    } */
    .search-results-page-design .banner-section {
        height: 400px;
    }
    .banner-section .inner-banner-container {
        max-width: 320px;;
    }
    .choose-specialized .modal-btn-lists button {
        width: 125px;
        display: initial !important;
    }
    .empty-card-design {
        height: 400px !important;
    }
    .inner-empty-card img {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .favourite-menu {
        display: none !important;
    }
}

/* @media (min-width: 1200px) {
    .choose-specialized .category-lists {
        height: calc(100% - 120px);
        overflow-x: auto;
    }
} */

@media (max-width: 767.98px) {
    .job-details-content-section .apply-btn {
        float: left;
        margin-top: 15px;
    }
    .filter-mobile-mb {
        margin-bottom: 16px;
    }
    .custom-modal-cover .vue-dropdown {
        min-width: 100% !important;
    }
    .dropdown-menu.show {
        display: block;
        width: 100%;}
}

