/*
Template Name: Jobya - Responsive Job Listing Template
Author: Themesdesign
File: main stylesheet
*/
/**********************
01.General
02.helper
03.components
04.menu
05.default
06.home
07.footer
08.subscribe
09.jobs
10.candidates
11.employers
12.blog
13.pages
14.contact
15.post-a-job
**********************/

@import url("https://fonts.googleapis.com/css?family=roboto:300,400,600,700&display=swap");

.bg-primary {
    background-color: #2f55d4 !important;
}

.modal-dialog {
    min-width: 700px;
}

.modal-body .long-title ul {
    list-style: none;
}

.modal-body .description ul {
    list-style: none;
}

.screen {
    margin: 130px 0px 70px 0px;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.bg-success {
    background-color: #2eca8b !important;
}

.bg-danger {
    background-color: #e43f52 !important;
}

.bg-info {
    background-color: #9084e2 !important;
}

.bg-warning {
    background-color: #f17425 !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.text-primary {
    color: #2f55d4 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

.text-success {
    color: #2f55d4 !important;
}

.text-danger {
    color: #e43f52 !important;
}

.text-info {
    color: #9084e2 !important;
}

.text-black {
    color: #3f3f3f;
}

.text-warning {
    color: #f17425 !important;
}

#cmp-dtl .text-dark {
    color: #3c4858 !important;
}

.text-company {
    font-size: 14px;
}

#scn-ot-all p {
    font-size: 14px;
}

.text-dark {
    color: #6dc5ff !important;
}

.text-blk {
    color: #4c4646;
}

.text-light {
    color: #f8f9fc !important;
}

.text-muted {
    color: #424242 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.component-wrapper .title {
    font-size: 20px;
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.cancel-btn {
    border: 1px solid;
    margin-top: 20px;
    color: #fff;
    background-color: #FE0000;
    margin-right: 10px;
}

.btn.btn-yes {
    border: 1px solid;
    margin-top: 20px;
    color: #fff;
    background-color: #00AF4F;
    margin-right: 10px;
}

.resend a {
    font-weight: 600;
}

.sidebar-card .jobul .jobli a {
    color: #474747 !important;
    text-decoration: none !important;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-dark {
    color: #ffffff !important;
    font-size: 14px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
    color: #ffffff !important;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus,
.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus,
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus,
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus,
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus,
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus,
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
    color: #ffffff !important;
}

.btn.border-btn {
    border: 1px solid;
    margin-top: 20px;
    color: #2f55d4;
    margin-right: 10px;
    font-size: 14px;
}

.btn.prev-btn {
    border: 1px solid;
    margin-top: 20px;
    color: #b7b7b7;
    margin-right: 10px;
    font-size: 14px;
}

.btn.upload-btn {
    border: 1px solid;
    margin-top: 20px;
    color: #000;
    margin-right: 10px;
}

.btn.draft-btn {
    border: 1px solid #ffb208;
    margin-top: 20px;
    color: #ffb208;
    margin-right: 10px;
}

.btn.draft-btn:hover {
    border: 1px solid #ffb208;
    margin-top: 20px;
    color: #ffb208;
    margin-right: 10px;
}

.btn.btn-primary {
    background: #2f55d4;
    border: 1px solid #2f55d4;
    margin-top: 20px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus {
    background-color: #2f55d4 !important;
}

.btn.btn-primary-outline {
    border: 1px solid #0d3880;
    color: #0d3880;
    background-color: transparent;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus {
    background-color: #2f55d4;
    border-color: #2f55d4;
}

.btn.btn-secondary {
    background: #5a6d90;
    border: 1px solid #5a6d90;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus {
    background-color: #465571 !important;
}

.btn.btn-secondary-outline {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus {
    background-color: #5a6d90;
    border-color: #5a6d90;
}

.btn.btn-success {
    background: #2eca8b;
    border: 1px solid #2eca8b;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus {
    background-color: #25a06e !important;
}

.btn.btn-success-outline {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus {
    background-color: #2eca8b;
    border-color: #2eca8b;
}

.btn.btn-danger {
    background: #e43f52;
    border: 1px solid #e43f52;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus {
    background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus {
    background-color: #e43f52;
    border-color: #e43f52;
}

.btn.btn-info {
    background: #9084e2;
    border: 1px solid #9084e2;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus {
    background-color: #6b5bd8 !important;
}

#design_select.city select {
    height: 44px;
    width: 100% !important;
    border: 1px solid #dee2ef;
    border-radius: 10px;
    font-size: 12px;
    padding: 0.375rem 0.7rem;
    box-sizing: border-box;
    color: #495057;
}

.btn.btn-info-outline {
    border: 1px solid #9084e2;
    color: #9084e2;
    background-color: transparent;
}

.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus {
    background-color: #9084e2;
    border-color: #9084e2;
}

.btn.btn-warning {
    background: #f17425;
    border: 1px solid #f17425;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus {
    background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus {
    background-color: #f17425;
    border-color: #f17425;
}

.btn.btn-dark {
    background: #3c4858;
    border: 1px solid #3c4858;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
    background-color: #272f3a !important;
}

.btn.btn-dark-outline {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
    background-color: #3c4858;
    border-color: #3c4858;
}

.btn.btn-light {
    color: #3c4858;
    background: #f8f9fc;
    border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d4daed !important;
    color: #3c4858;
}

.btn.btn-light-outline {
    border: 1px solid #dee2e6;
    color: #3c4858;
    background-color: transparent;
}

.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active,
.btn.btn-light-outline.active,
.btn.btn-light-outline.focus {
    background-color: #f8f9fc;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

button:not(:disabled) {
    outline: none;
}


.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 10px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 10px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -25px;
    right: -15px;
    font-size: 13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.page-next-level .title {
    font-size: 20px;
    letter-spacing: 1px;
}

.page-next-level .page-next {
    letter-spacing: 0.5px;
    padding-left: 0;
    z-index: 99;
}

.page-next-level .page-next li {
    display: inline-block;
    margin-right: 5px;
}

.page-next-level .page-next li:after {
    content: "\f142";
    font-size: 16px;
    color: #f8f9fc;
}

.page-next-level .page-next li:last-child {
    margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
    display: none;
}

.page-next-level .page-next li a,
.page-next-level .page-next li span {
    font-size: 13px;
    padding-right: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ced4da;
}

.page-next-level .page-next li a:hover {
    color: #ffffff !important;
}

.page-next-level .page-next li span:last-child {
    padding-right: 0px;
}

.badge {
    padding: 5px 8px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.badge.badge-primary,
.badge.badge-secondary,
.badge.badge-success,
.badge.badge-danger,
.badge.badge-info,
.badge.badge-warning,
.badge.badge-dark {
    color: #ffffff !important;
}

.badge.badge-primary {
    background-color: #2f55d4 !important;
}

.badge.badge-secondary {
    background-color: #5a6d90 !important;
}

.badge.badge-success {
    background-color: #2eca8b !important;
}

.badge.badge-danger {
    background-color: #e43f52 !important;
}

.badge.badge-warning {
    background-color: #f17425 !important;
}

.badge.badge-info {
    background-color: #9084e2 !important;
}

.badge.badge-light {
    color: #3c4858;
    background-color: #f8f9fc !important;
}

.badge.badge-dark {
    background-color: #3c4858 !important;
}

.alert {
    padding: 8px 15px;
    border-radius: 10px;
}

.alert.alert-primary,
.alert.alert-secondary,
.alert.alert-success,
.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-dark {
    color: #ffffff;
}

.alert.alert-primary {
    background-color: #6e89e1;
    border-color: #2f55d4;
}

.alert.alert-secondary {
    background-color: #8494b2;
    border-color: #5a6d90;
}

.alert.alert-success {
    background-color: #68ddad;
    border-color: #2eca8b;
}

.alert.alert-danger {
    background-color: #ed828e;
    border-color: #e43f52;
}

.alert.alert-warning {
    background-color: #f6a26d;
    border-color: #f17425;
}

.alert.alert-info {
    background-color: #c8c2f1;
    border-color: #9084e2;
}

.alert.alert-dark {
    background-color: #5b6d85;
    border-color: #3c4858;
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6;
}

.avatar.avatar-small {
    height: 80px;
}

.avatar.avatar-medium {
    height: 110px;
}

.avatar.avatar-large {
    height: 140px;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #ffffff;
    color: #2f55d4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\F143';
    display: block;
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #ffffff;
    color: #3c4858;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-content .card .title {
    font-size: 18px;
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 10px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
}

.send-atp {
    font-size: 13px;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 44px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #2f55d4;
}

.form-group textarea {
    height: 120px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: #2f55d4;
    background-color: #2f55d4;
}

.custom-control {
    padding-left: 0px !important;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2f55d4 !important;
}

.form-button .nice-select {
    width: 100%;
    height: 39px;
    line-height: 37px;
    color: #3c4858;
    margin-bottom: 1rem;
    border: solid 1px #e6eaf4;
}

.form-button .nice-select.open .list {
    width: 100%;
}

/*#select-one.registration-form-box .selectize-input{
  line-height: 2.5;
  font-size: 18px !important;
}*/
#select-ctr.registration-form-box .selectize-input {
    height: 46px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/*#select-one.selectize-control.single .selectize-input input{
  font-size: 14px !important;
}*/
.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 46px;
    width: 45px;
    line-height: 29px;
    text-align: center;
    color: #8492a6;
}

.pagination .page-item.active .page-link {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #ffffff !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

@media (max-width: 425px) {
    .pagination li>a {
        height: 36px;
        width: auto;
        line-height: 20px;
    }
}

body {
    overflow-x: hidden !important;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #161c2d;
    background-color: #f8faff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "poppins", sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

::-moz-selection {
    background: #4466d8;
    color: #ffffff;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    height: 130px;
}

::selection {
    background: #4466d8;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 45px 0px 10px 0px;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(40, 44, 50, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background-color: rgba(94, 119, 204, 0.75);
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 34px;
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 28px;
    margin-bottom: 0px;
}

#hm-feature.section-title .title {
    font-size: 20px;
    font-weight: 500;
}

.all-job {
    font-size: 16px;
}

.all-job i {
    font-size: 22px;
}

#hm-feature p {
    font-size: 14px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-60 {
    margin-bottom: 60px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2f55d4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #3c4858;
    background-color: #ced4da;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top i {
    font-size: 16px;
}

.back-to-top:hover {
    background-color: #2f55d4;
    color: #ffffff;
}

.back-to-home {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 1;
}

.back-to-home a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* background: #2f55d4;*/
}

.login-page {
    font-size: 15px;
    padding: 60px 30px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

@media (max-width: 768px) {
    .section {
        padding: 30px 0;
    }

    .title-heading .heading {
        font-size: 26px !important;
    }

    .section-title .title {
        font-size: 24px;
    }

    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: relative !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .logo {
    float: left;
}

#topnav .logo .logo-dark {
    display: none;
}

#topnav .logo .logo-light {
    display: inline-block;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #393939;
    z-index: 9999;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.company-logo-img{
    text-align: right;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 24px;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 15px;
}

#myjob-twomore #best-two {
    font-size: 16px;
    font-weight: 400;
    color: #00000080;
}

#myjob-twomore #best-two:hover {
    color: rgba(0, 0, 0, .7);
}

#status-on {
    background-color: #72edff;
    padding: 0px 8px;
    border-radius: 4px;
}

#status-two {
    background-color: #f2e141;
    padding: 0px 8px;
    border-radius: 4px;
}

#status-three {
    background-color: #ff8888;
    padding: 0px 8px;
    border-radius: 4px;
}

#status-four {
    background-color: #72ff95;
    padding: 0px 8px;
    border-radius: 4px;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid rgba(0, 0, 0, .5);
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .logo .logo-light {
    display: none;
}

#topnav.scroll .logo .logo-dark {
    display: inline-block;
}

#topnav.scroll .tagline {
    display: none;
}

#topnav.scroll .has-submenu.active>a {
    color: #2f55d4;
}

#topnav.scroll .tagline-dark {
    display: none;
}

#topnav.scroll .navigation-menu>li>a {
    color: #252525;
}

#topnav.scroll .buy-button .btn.btn-primary {
    background-color: #fff;
    background-color: #ffffff;
    color: #0d3880 !important;
    border-color: #0d3880;
}

#topnav.scroll .buy-button .btn.btn-primary:hover {
    background-color: white !important;
    color: #2f55d4 !important;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #b3b3b3;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #252525;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #939393;
}

.tagline {
    background: rgba(30, 30, 30, 0.1);
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tagline .email,
.tagline .phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 18px 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-right: 10px;
}

.tagline .phone {
    padding-left: 10px;
    color: #f8f9fc;
}

.tagline .email a {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    color: #f8f9fc;
}

.tagline .topbar-list a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin: 0px 7px;
    line-height: 32px;
}

.tagline .topbar-list .selectize-input {
    width: 106px;
    padding: 5px 8px;
    text-align: left;
    border-radius: 5px !important;
    background: transparent !important;
}

/* .selectize-input input{
  font-size: 14px !important;
 }*/
.tagline .topbar-list .selectize-input input {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-webkit-input-placeholder {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input:-ms-input-placeholder {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-ms-input-placeholder {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::placeholder {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input .item {
    color: #f8f9fc;
}

.tagline .topbar-list .selectize-input:after {
    border-color: #ffffff transparent transparent transparent !important;
}

.tagline .topbar-list .selectize-input.dropdown-active:after {
    border-color: transparent transparent #ffffff transparent !important;
}

.selectize-dropdown {
    z-index: 999;
}

.logo {
    padding: 3px 0;
    line-height: 68px;
}


@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
        border-color: #3c4858;
    }

    #topnav .navigation-menu .has-submenu.active .menu-arrow {
        color: #2f55d4;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.bg-home {
    padding: 80px 0px 0px 0px;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#search-jb.bg-half {
    padding: 150px 0px 180px 0px;
    background-image: url(../images/bg-page-header.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
}

/*.home-registration-form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}*/
.des-load {
    font-size: 14px;
    font-weight: 500;
}

.upi-pera {
    font-size: 12px;
}

.registration-form-box {
    position: relative;
}

.plan-men p {
    font-size: 14px;
}

.registration-form-box label {
    font-size: 14px;
    font-weight: 500;
}

.head-frm-wbrdr h4 {
    font-size: 18px;
    color: #4c4646;
}

#main-sld .registration-form-box label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#category .registration-form-box .selectize-input {
    line-height: 3.2;
}

.registration-form-box .selectize-input {
    line-height: 2.4;
    padding: 6px 6px 6px 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.company-add .registration-form-box .selectize-input {
    padding-left: 0.75rem ! important;
}

.city .registration-form-box .selectize-input {
    padding-left: 0.75rem ! important;
}

.registration-form-box i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    z-index: 2;
    color: #8492a6;
}

.registration-input-box {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    height: 46px !important;
    padding: 6px 6px 6px 36px;
    border: 1px solid #e6eaf4;
}

#d-men i {
    top: 68%;
}

#select-ctr i {
    top: 68%;
}

.ind-more {
    padding: 7px 0px 30px 0px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    border-radius: 0.25rem;
}

.company-add .selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input .selectize-control {
    height: 42px;
    border-radius: 10px;
}

.city .selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input .selectize-control {
    border-radius: 10px;
}

/*#when.login-form .company-add .selectize-control.single .selectize-input .selectize-control.single .selectize-input input{
    font-size: 14px !important;
}*/
.selectize-input,
.selectize-control.single .selectize-input input {
    font-size: 12px !important;
}

.selectize-input {
    border: 1px solid #e6eaf4;
}

.popu-category-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid;
    border-color: #e1e8ff;
}

.popu-category-box i {
    width: 64px;
    height: 64px;
    line-height: 64px;
}

.popu-category-box .popu-category-content .title {
    font-size: 18px;
}

.popu-category-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.how-it-work-box .how-it-work-img {
    background-color: #edf0fb;
    height: 90px;
    width: 90px;
    position: relative;
    margin: 0 auto;
    padding: 12px 8px;
}

.how-it-work-img img {
    margin-top: 10px;
}

.testi-box .testi-icon i {
    position: absolute;
    right: 18px;
    bottom: 0px;
    color: #d8dff7;
}

.owl-theme .owl-controls .owl-page span {
    height: 8px;
    background: #2f55d4;
}

@media (min-width: 200px) and (max-width: 768px) {
    .registration-form-box {
        margin-bottom: 10px;
    }

    .bg-half {
        padding: 85px 0px 0px;
    }
}

@media (max-width: 425px) {
    .mo-mb-2 {
        margin-bottom: .5rem !important;
    }

    #counter .counter-icon {
        float: none !important;
        margin: 0 !important;
    }

    #counter .home-counter {
        text-align: center;
    }

    .subscribe input {
        margin: 12px 0;
    }
}

@media (max-width: 1024px) {
    .testi-icon i {
        display: none;
    }
}

/********************
    job-listing
*********************/
.job-box {
    padding: 20px;
    height: 215px;
    text-align: center;
}

.job-box .card-head img {
    margin: 0 auto;
}

.job-box p {
    color: #656565;
}

.job-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 500;

}

.item .job-box .card-head {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.item .job-box .card-head img {
    height: 90px;
    width: auto;
    padding-bottom: 30px;
}

.job-box h4:hover {
    color: #2f55d4;
    transition: 0.5s;
}

.job-box .lable {
    width: 200px;
    position: absolute;
    top: -14px;
    left: -90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box .lable h6 {
    font-size: 12px;
}

.job-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.job-box:hover .lable {
    background: #2f55d4;
}

.job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.career h4 {
    font-size: 14px;
    font-weight: 500;
}

.left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
}

a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.job-list {
    position: relative;
}

#radio-laest-jb .form-check {
    padding-left: 0px !important;
}

#radio-laest-jb .form-group.form-check label {
    margin-left: 0px !important;
}

.custom-control.custom-radio label {
    font-size: 14px;
    font-weight: 400;
}

.card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
}

.card-header h6 {
    color: #4c4646;
}

.form-group.form-check input {
    height: 16px;
    width: 16px;
}

.form-group.form-check label {
    margin-left: 8px;
}

.custom-control.custom-radio .form-group {
    margin-bottom: 12px;
}

.custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 2px;
}

.show-side a {
    font-size: 14px;
}

#search-lft-bar i {
    position: absolute;
    top: 16px;
    font-size: 12px;
    right: 15px;
    color: #b0b0b0;
}

#search-lft-bar input {
    height: 42px;
}

.custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
}

.custom-control {
    margin: 11px 20px 11px 22px;
}

.nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
}

.apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
}

.job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/********************
    JOB LIST GRID
*********************/
.job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
}

.list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
}

/********************
    JOB SINGLE
*********************/
.job-time-btn {
    border-radius: 50px;
}

.job-overview {
    padding: 24px 0 24px 24px;
}

.overview-details {
    overflow: hidden;
}

.overview-details .overview-snd {
    font-weight: 400 !important;
}

@media (min-width: 200px) and (max-width: 768px) {
    .company-logo-img {
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .sort-button .list {
        right: 0;
        left: auto;
    }

    .job-list-btn-space {
        margin: 12px 0;
    }
}

@media (max-width: 425px) {
    .job-list-button-sm {
        text-align: center !important;
        margin: 30px 0px 12px;
    }

    .job-lt p {
        font-size: 14px !important;
    }

    .job-list-reg-form {
        bottom: 70px;
    }

    .show-results h5 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 18px !important;
    }

    .show-results .float-left {
        float: none !important;
    }

    .job-detail-com-desc {
        text-align: center;
    }

    .job-single-meta li:after {
        display: none;
    }

    .job-single-logo-img img {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .sort-button .list {
        right: 0 !important;
        left: auto !important;
    }
}

/********************
  CANDIDATES LISTING
*********************/
.fav-icon i {
    -webkit-text-stroke: 2px #e43f52;
    -webkit-text-fill-color: transparent;
}

.fav-icon i:hover {
    -webkit-text-stroke: 0px #e43f52;
    -webkit-text-fill-color: #e43f52;
}

/********************
  CANDIDATES PROFILE
*********************/
.dl-educ p {
    font-size: 14px;
}

.candidates-profile-education .profile-education-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/********************
  CANDIDATES RESUME
*********************/
.resume-user {
    width: 90px;
    height: 90px;
    line-height: 110px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 425px) {
    .fav-icon {
        position: absolute;
        left: 0;
        right: 200px;
    }
}

.employers-list {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.employers-list .name:hover {
    color: #2f55d4 !important;
}

.employers-list .fav-collection {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
}

.employers-list:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.employers-list:hover .fav-collection {
    opacity: 1;
}

.blog {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content h4 {
    line-height: 1.2;
}

.blog .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .title:hover {
    color: #2f55d4 !important;
}

.blog .content .readmore:hover {
    color: #2f55d4 !important;
}

.blog .author {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .likes {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog:hover .overlay {
    opacity: 0.6;
}

.blog:hover .author {
    opacity: 1;
}

.blog:hover .author .user:hover {
    color: #d8dff7 !important;
}

.blog:hover .likes {
    opacity: 1;
}

.blog:hover .likes .like:hover {
    color: #e43f52 !important;
}

.blog:hover .likes .comments:hover {
    color: #2eca8b !important;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

#box-srch-vw {
    background-color: #fff;
    border-radius: 10px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-size: 18px;
}

.sidebar .widget .catagories li {
    padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .catagories li a,
.sidebar .widget .catagories li span {
    font-size: 15px;
}

#mycandi .nav-pills .nav-link {
    padding: 0px 30px 6px 30px;
    font-size: 14px;
}

#mycandi .nav-pills {
    border-bottom: 1px solid #efefef;
}

.sidebar .widget .catagories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-wrap {
    margin: 0px 0px;
}

.sidebar .widget .catagories li a:hover {
    color: #2f55d4;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px;
}

.sidebar .widget .tagcloud>a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
    background: #2f55d4;
    color: #ffffff;
}

.career p {
    font-size: 14px;
}

.rv-des {
    font-size: 14px;
}

.job-detail-rev {
    height: 58px;
}

.box-cp-rv {
    font-size: 12px;
}

.box-cp-rv i {
    color: #f57d02;
}

#search-view {
    top: 48px;
    right: 36px;
    color: #cdcdcd;
}

#box-srch-vw {
    padding: 50px 50px;
    position: relative;
    bottom: -250px;
    z-index: 1;
    align-items: center;
}

#status-five {
    background-color: #b7ffc9;
    padding: 0px 8px;
    border-radius: 4px;
}

#search-diree {
    top: 20px;
    right: 12px;
    font-size: 12px;
    color: #a1a1a1;
}

#letter-put {
    border-radius: 10px !important;
}

.bg-directory {
    background-image: url(../images/wall.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    text-align: center;
    color: #fff;
}

/********************
      BLOG DETAILS
*********************/
.blog-datails-item li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-datails-item li a:hover {
    color: #2f55d4 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 6px;
}

.form-control.blog-details {
    border: 1px solid #e6eaf4;
    padding: 7px 14px 7px 30px;
}

.blog-details-form i {
    position: absolute;
    left: 22px;
    top: 6px;
}

/********************
      ABOUT US
*********************/
.about-bg {
    padding: 180px 0px 80px 0px;
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.bolg-post-icon li a {
    color: #8492a6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#otp-btn a:hover {
    color: #fff !important;
}

.bolg-post-icon li a:hover {
    color: #2f55d4;
}

.more-men.nav-pills .nav-link.about-us.active,
.more-men.nav-pills .show>.nav-link.about-us {
    background-color: rgba(0, 123, 255, 0);
}

.nav-link:hover .blog-post-overlay,
.nav-link.active .blog-post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(60, 72, 88, 0.5);
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post-testi-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-post-testi-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-link:hover .blog-post-testi-icon,
.nav-link.active .blog-post-testi-icon {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-men {
    background-color: #025ec1;
    border-top: 1px solid #6294ca;
}

/********************
      SERVICE
*********************/
.service-icon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #e9edfa;
    width: 86px;
    height: 90px;
    line-height: 108px;
    text-align: center;
    -webkit-text-stroke: 1px #2f55d4;
    -webkit-text-fill-color: transparent;
}

.service-info-img .service-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
}

.service-info-img .service-overlay .service-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.service-info-img .service-overlay .title {
    background: rgba(60, 72, 88, 0.5);
}

.service-info-img:hover .service-overlay {
    opacity: 1;
}

/********************
        TEAM
*********************/
.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}

/********************
        PRICING
*********************/
.pricing-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing-box .pricing-plan-item li {
    padding: 6px;
}

.pricing-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.notification-icon i {
    font-size: 27px;
}

.notification-icon span {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 9px;
    padding: .45em .6em;
}

.subscribe input {
    padding: 21px 12px;
    border: 1px solid #eaedf6;
}

.subscribe input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-icon {
    height: 74px;
    width: 74px;
    text-align: center;
    font-size: 34px;
    line-height: 74px;
    border-color: #2f55d4 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.four-radio p {
    color: #a4a4a4;
}

.otp-group .form-group label {
    margin-left: 39px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #4063d7;
    color: #4063d7;
    border-radius: 5px;
    font-size: 14px;
}

.notifi-maan h6 {
    font-size: 16px;
    font-weight: 500;
}

.notifi-maan p {
    font-size: 14px;
    color: #656565;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

.notifi-maan {
    padding: 16px 0px;
}

#success_page h3 {
    color: #2eca8b;
    font-size: 22px;
}

.app-contact-desc p {
    overflow: hidden;
}

.contact-location {
    border: 1px solid #2f55d4;
    border-radius: 4px;
}

.contact-location-icon {
    border: 1px solid #2f55d4;
    position: absolute;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-location-icon i {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
}

.top-heading h3 {
    color: #4c4646;
}

.top-heading p {
    font-size: 14px;
}

.contact-social-icon li a {
    height: 38px;
    width: 38px;
    font-size: 18px;
    line-height: 36px;
}

.contact-social-icon li {
    margin: 4px !important;
}

.custom-file-label:after {
    border-radius: 0 10px 10px 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.footer {
    background: #fff;
    padding: 30px 0;
    position: relative;
    color: black;
}

.footer .footer-list-title {
    font-size: 18px;
    font-weight: 500;
}

.re-fst {
    background-color: #e7f0ff;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
}

.re-fst a i {
    margin-right: 7px;
}

.most-reg i {
    font-size: 30px;
    margin-right: 20px;
    color: #9c9c9c;
}

.most-reg {
    justify-content: center;
    margin: 42px 0px;
}

.most-reg p {
    font-size: 16px;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
}

.recent-up {
    border-color: #e7e7e7
}

.footer .footer-list li a:hover {
    color: #0d3880;
}

.download h5 {
    font-size: 18px;
    font-weight: 500;
}

.download p {
    font-size: 14px;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer .text-foot {
    color: #8b8b8b;
}

.footer.footer-bar {
    padding: 18px 0;
}

.footer.footer-bar .payment-cards img {
    height: 25px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

/*# sourceMappingURL=style.css.map */
.brdr-question {
    border-color: #ededed;
    margin-top: 10px;
}

.answer-stp {
    margin-left: 30px;
}

.most-pera-tent {
    font-size: 14px;
    color: #515151 !important;
}

#most-switchs .switch small {
    display: inline-block;
    width: 43px;
    height: 18px;
    background: #455a64;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
}

#most-switchs .switch small:after {
    content: "No";
    position: absolute;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
    left: 0px;
    text-align: right;
    padding: 0 6px;
    box-sizing: border-box;
    line-height: 18px;
}

#most-switchs .switch small:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .3s;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

#most-switchs .switch input:checked~small {
    background: #4fc5c5;
    transition: .3s;
}

#most-switchs .switch input:checked~small:before {
    transform: translate(25px, 0px);
    transition: .3s;
}

#most-switchs .switch input:checked~small:after {
    content: "Yes";
    text-align: left;
}

#most-switchs .switchSmall {
    display: inline-block;
}

#most-switchs .switchSmall input {
    display: none;
}

#most-switchs .switchSmall small {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #adadad;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

#most-switchs .switchSmall small:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .3s;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

#most-switchs .switchSmall input:checked~small {
    background: #6dc5ff;
    transition: .3s;
}

#most-switchs .switchSmall input:checked~small:before {
    transform: translate(16px, 0px);
    transition: .3s;
}

.employer-profile-one .upload input {
    font-size: 12px;
    border: 1px solid #dee2e6;
    width: 100%;
    height: 44px;
    line-height: 20px;
}

.employer-profile-one .upload {
    width: 100%;
}

#my-posted.nice-select {
    padding: 4px;
    margin-top: 2px;
    font-size: 14px;
}

.detl-mypos p {
    font-size: 12px !important;
    color: #9e9e9e;
    margin-bottom: 0px;
}

#my-posted1.nice-select {
    font-size: 12px;
    padding: 4px 16px;
}

#detl-employer #most-dtl-sttss i {
    top: 41%;
    left: 32%;
}

#most-dtl-sttss i {
    font-size: 8px;
    top: 70%;
    left: 6%;
    color: #17af10;
}

.side-details p {
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 4px;
}

.side-details p span {
    font-weight: 500;
    color: #363636 !important;
}

#blan-sidem.basic-thr {
    padding-left: 19px;
}

#blan-sidem.basic-thr li {
    font-size: 14px;
}

.all-aply {
    font-weight: 500;
    color: #2f55d4;
}

.all-aply i {
    font-size: 13px;
    font-weight: 600;
    color: #cacaca;
}

#side-plan-all.side-details span {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
}

#detail-men-job {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
    margin-top: 30px;
}

.btn.btn-status {
    background-color: #2f55d4;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px !important;

}

#bar-sde .nice-select {
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    width: 150px;
}

.list-inline .more-down-cate p {
    font-size: 14px !important;
}

.list-inline .more-down-cate {
    margin-top: 10px;
}

.list-inline .more-down-cate p span {
    font-weight: 600;
    color: #717171;
}

.detl-mypos h6 {
    color: #2f55d4;
}

.detl-mypos h5 {
    font-size: 16px;
}

#opens.closed-box {
    background-color: #b1ffbb;
    display: inherit;
}

#icon-tbl-emplr i {
    font-size: 14px;
}

#pause.closed-box {
    background-color: #d4d4d4;
    display: inherit;
}

.closed-box {
    display: inherit;
    font-size: 12px !important;
    background-color: #ffb1b1;
    text-align: center !important;
    border-radius: 4px !important;
    padding: 0px 6px !important;
    font-weight: 400 !important;
}

.detl-mypos {
    margin-left: 10px;
    font-weight: 500;
}

.basic-thr {
    padding-left: 16px;
}

.basic-thr li {
    font-size: 12px;
    color: #9e9e9e;
}

.owl-carousel .owl-nav .owl-prev i {
    height: 35px;
    width: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    border-color: #d6d6d6;
    font-size: 14px;
    position: absolute;
    top: 43%;
    left: -18px;
}

#plan-ppup.modal-dialog {
    max-width: 300px;
    min-width: 300px;
}

#plan-ppup .modal-body .plan-pay h6 span {
    font-weight: 400;
}

#plan-ppup .modal-header {
    padding: 0.4rem 1rem;
}

.owl-carousel .owl-nav .owl-next i {
    height: 35px;
    width: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    border-color: #d6d6d6;
    font-size: 14px;
    position: absolute;
    top: 43%;
    right: -18px;
}

/*.owl-carousel .owl-nav .owl-prev span{
  position: absolute;
  top: 30%;
  left: -30px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 50%;
    border-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav .owl-next span{
  position: absolute;
  top: 30%;
  right: -30px;
}*/

/*hide show css*/
.maximum h6 {
    color: #adadad;
}

.nav-pills .nav-link.active i {
    color: #fff !important;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #2f55d4 !important;
    font-weight: 500;
    padding: 8px 19px;
    margin-bottom: -2px;
    border-bottom: 3px solid #2f55d4 !important;
    border-radius: none !important;
}

.city select {
    height: 34px;
    width: 100px;
    border-color: #ced4da;
}

.login_page {
    padding: 25px;
    border: 1px solid #f1f1f1;
}

#employer .nav-pills .nav-item {
    border-right: none;
    margin: 0px 0px;
}

.nav-pills .nav-item {
    border-right: 1px solid #ffffff;
    margin: 0px 0px;
}

.hidden-menu .nav-pills .nav-item button span {
    margin-right: 5px;
}

.hidden-menu .nav-pills .nav-item button i {
    font-size: 14px;
    color: #dcdcdc;
}

.nav-pills .nav-link {
    border: none !important;
    background-color: transparent;
    color: #000;
}

.most {
    padding: 4px 0px 30px 0px;
    display: flex;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.most li {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.most li a {
    color: white;
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 12px;
    width: 100%;
    text-align: center;
    margin: 0px 6px;
}

/*hide show css end*/

.noka {
    position: relative;
    overflow: hidden;
    border: 1px solid;
    border-color: #dee2e6;
}

.noka:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    z-index: 1;
}

.lable ul li {
    margin: 10px 6px 2px 2px;
}

.job-box .job-detail {
    margin: 0;
    height: 70px;
}

.job-detail h6 {
    color: #2f55d4;
}

.apply button {
    background-color: #cfe1ff;
    color: #0d3880;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 7px;
}

.head-jobs ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 12px;
}

.head-jobs ul li {
    font-size: 14px;
}

.head-jobs ul li a {
    font-size: 14px;
}

.head-jobs h5 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
}

.popular-text h2 {
    margin-bottom: 24px;
    font-size: 36px;
}

.popular-text p {
    margin-bottom: 24px;
    line-height: 1.8;
}

.passion h3 {
    color: #0d3880;
    font-size: 30px;
}

.popular-men {
    padding-left: 50px;
}

.point-btn button {
    background-color: #0d3880;
    font-size: 24px;
    color: white;
    font-weight: 700;
    border: none;
    padding: 10px 40px;
    border-radius: 8px;
    margin-top: 45px;
}

.positive {
    padding: 40px 0px 40px 0px;
}

/*login profile setting*/


.popu-category-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #eaefff;
    margin: 0 auto;
}

.popu-category-icon img {
    width: 36px;
    margin-top: 10px;
}

.company {
    margin-left: 22px;
}

.company h5 {
    color: black;
}

.main-2 {
    margin-right: 6px;
}

.card-left {
    background-color: #79abff;
    width: 100%;
    padding: 36px 15px 0px 0px;
}

.card-rht {
    background-color: #ffd26d;
    width: 100%;
    padding: 36px 15px 0px 0px;
}

.card-text {
    width: 60%;
    padding-left: 40px;
    color: white;
}

.card-text h4 {
    font-weight: 600;
    font-size: 24px;
}

.card-men .card-text p {
    height: 50px;
}

.card-img {
    width: 40%;
    padding-right: 30px;
}

.card-text .top-btn {
    background-color: #2f55d4;
    border: none;
    color: white;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 5px;
}

.card-text .most-popu {
    background-color: #ee4035;
    border: none;
    color: white;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 5px;
}

.card-text .most-popu a {
    color: white;
    text-decoration: none;
}

.card-men {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.career {
    text-align: center;
    padding: 0px 16px;
}

.career img {
    width: 55px;
    margin-bottom: 18px;
}

#inter.description ul li h6 {
    font-size: 14px;
}

.download {
    color: black;
    border: 1px solid;
    border-radius: 8px;
    height: 185px;
    padding: 28px 18px;
    margin-top: 18px;
    border-color: #d2d2d2;
}

.btm-icon img {
    width: 24px;
    margin-right: 8px;
}

.btm-icon h6 {
    margin: 0px;
    font-size: 14px;
}

.know button {
    background-color: #2f55d4;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 5px;
    margin-top: 30px;
}

.cate-tm {
    font-size: 14px;
    font-weight: 300;
    color: #959595;
}

.scn-men {
    background-repeat: no-repeat !important;
    background-position: inherit !important;
    background-size: cover !important;
    width: 100%;
}

.scn-men::before {
    content: "";
    height: 100vh;
    width: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.7;
}

.scn-head h2 {
    color: white;
}

.head-frm button {
    color: white;
    border: none;
    background-color: #0d3880;
    padding: 0px 16px;
    border-radius: 3px;
    height: 36px;
}

.head-frm button i {
    margin-right: 4px;
}


.upload {
    border-radius: 15px;
    width: 80%;
}

.upload input {
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    padding: 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 44px;
}

.dash-stts span {
    background-color: #b1ffb9;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 12px;
}

/*profile mobile number*/

/*profile mobile number end*/


/*radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 13px;
}

.copyrgt p {
    font-size: 14px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.job-dl-top {
    padding: 0px;
    list-style: none;
}

#detail-logo.company-logo-img img {
    margin-right: 0px !important;
    text-align: right;
}

.job-details-desc-item p {
    font-size: 14px;
}

.job-details-desc-item label {
    color: #9a9a9a;
    font-size: 14px;
}

.job-dtl-v {
    color: #000;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-btn p {
    margin-left: 10px !important;
}

/*radio*/

/*radio2*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.top-singl {
    display: flex;
}

.top-singl p {
    margin-right: 50px;
    font-size: 14px;
}

.top-singl p i {
    font-size: 14px;
}


.form-select{
    font-size: 12px !important;
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__display{

    font-size: 13px;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #f5f7ff;
}

#step-wh-card h5 a {
    color: #606060 !important;
    font-weight: 600;
    font-size: 18px;
}

#job-crd-to .border-bx {
    border: 1px solid #d3efff !important;
}

#step-wh-card i {
    color: #6dc5ff;
}

#icon-box-steps a i:hover{
    border: 1px solid;
    color: #6dc5ff;
    background-color: transparent;
    transition: 0.5s;
}

#icon-box-steps a i {
    font-size: 11px !important;
    background-color: #6dc5ff;
    padding: 4px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #6dc5ff;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4f4f4f;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6dc5ff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#crt-job a {
    color: #000;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#reg-seek .custom-control {
    padding-left: 24px !important;
}

.qus-seekr {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.one-qs-ker {
    padding-top: 18px;
}

/*radio2 end*/
@media(max-width: 575px) {
    .bg-details.bg-phn.about-phn{
        height: 150px !important;
    }
    .bg-details.bg-phn{
        height: 260px !important;
        background-position: center !important;
      }
    .card-left {
        margin: 40px 0px !important;
    }

    .footer.footer-bar {
        padding: 14px 0px;
    }

    .footer {
        padding: 30px 0px 30px 0px;
    }

    .re-fst {
        margin-bottom: 10px;
    }

    .most-reg {
        text-align: left;
    }

    .most-reg p {
        font-size: 16px;
        text-align: center;
    }

    .re-fst p {
        text-align: left !important;
    }

    .most-reg {
        margin: 34px 0px;
    }

    .card-img {
        width: 44% !important;
    }

    .card-text {
        padding-left: 18px;
    }

    .card-left {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .card-rht {
        overflow: hidden;
    }

    #applied-men.total {
        display: unset !important;
        padding: 10px 10px 20px 8px;
    }

    .down-icon img {
        height: 34px !important;
        width: 115px !important;
    }

    .right-link {
        margin: 10px 0px 0px 0px;
    }

    .download p {
        text-align: left;
    }
}

/*dashboard sidebar*/
.sidebar-menu ul li a {
    letter-spacing: 0px;
    color: #000000;
    font-size: 1em;
    display: block;
    padding-left: 25px;
    font-weight: 400;
    border-left: 5px solid transparent;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar-menu ul li:hover a {
    color: #2f55d4;
}

.form-group p {
    color: #969696;
}

.head-frm {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 14px;
}

.wrk-dtl p {
    font-size: 14px;
    color: #959595;
    font-weight: 300;
}

.qsn-for h6 {
    font-size: 14px;
}

.qsn-for span {
    color: #a5a5a5;
}

.sidebar-menu {
    background-color: #fff;
    position: sticky;
    bottom: 0px;
    top: 75px;
    right: 0;
    left: 0;
}

.sidebar-menu ul li a span {

    margin-right: 10px;
    width: 22px;
}

.sidebar-menu ul li {
    border-top: solid 1px #F5F5F5;
    line-height: 64px;
}

/*dashboard end*/



/*my posted job*/
.more-men.nav-pills .nav-link {
    color: #000;
    font-weight: 500;
    padding: 0.5rem 2rem;
}

#employer.nav-men .nav-pills {
    width: 41%;
    border-bottom: 3px solid #e4e4e4;
    margin: 0 auto;
}

#mpos-sch input {
    height: 41px;
}

.mypst-srt select {
    height: 44px;
    border-radius: 10px;
    padding: 4px 56px 4px 8px;
    color: #a9a9a9;
    font-size: 12px;
}

#myjob .nav-pills .nav-link.active {
    background-color: transparent;
    border-radius: 0px !important;
}

.mo-emp-mail {
    font-size: 14px;
}

#myjob .nav-pills .nav-link {
    padding: 0px 30px 6px 30px;
    font-size: 14px;
}

#myjob .nav-pills {
    border-bottom: 1px solid #efefef;
}

.list-most h6 span {
    font-weight: 400;
    color: #959595;
}

.sidebar-card ul li {
    padding: 12px 0px 0px 20px;
    border-bottom: 1px solid #ededed;
}

.posted i {
    font-size: 12px;
}

.sidebar-card ul li h6 {
    font-size: 16px;
}

.most-pera p {
    background-color: #cadeff;
    padding: 0px 5px;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
}

.sidebar-card ul {
    list-style: none;
    overflow-y: scroll;
    height: 816px;

}

::-webkit-scrollbar {
    width: 4px;
    background-color: red;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}

.sidebar-card ul li.active {
    background-color: #ebf2ff;
}

.posted p {
    font-size: 12px;
}

.long-title ul li span {
    font-weight: 400;
    margin-left: 20px;
}

.description ul li {
    margin-bottom: 18px;
}

.description ul li span {
    font-weight: 300;
    color: #959595;
}

.qsn-for span {
    font-size: 14px;
}

.long-title button {
    background: #0d3880;
    border-radius: 5px;
    border: navajowhite;
    color: white;
    font-weight: 500;
    padding: 4px 12px;
}

/*myosted end*/

.btn-big {
    background-color: #ecf1ff;
    padding: 16px;
    border-radius: 5px;
}

.btn-big a :hover {
    color: #2f55d4;
    transition: 0.3s;
}

.btn-big i {
    font-size: 30px;
    color: #2f55d4;
}

.btn-big p {
    font-size: 18px;
    color: #2f55d4;
    font-weight: 600;
}

.btn-big h6 {
    margin: 18px 0px 12px 0px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

/*candidate details */
.sidebar-card {
    position: sticky;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*end details*/


/*profile details*/

// PROJECT STYLING

$border-radius: 3px;
$primary: #f2f2f2;
$active: orange;
$animation: pulse;

.profile-dropdown {
    display: inline-block;
    position: relative;
    background: $primary;
    margin: auto;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: $border-radius;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */

    * {
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        /* Likely future */
    }

    input[type="checkbox"] {
        display: none;

        &:checked {
            &~ul {
                display: block;
                animation: $animation .5s;
            }

            &~img {
                background: $active;
            }

            &~label {
                background: $active;

                i {
                    color: $primary;
                }

                &:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    right: calc(50% - 10px);
                    display: block;
                    border-style: solid;
                    border-width: 7px 10px 0 10px;
                    border-color: $active transparent transparent transparent;
                    width: 0;
                    height: 0;
                }
            }
        }
    }

    img {
        display: inline-block;
        background: darken($primary, 10%);
        height: 2.5rem;
        vertical-align: middle;
        margin-right: 1rem;
        margin: .5rem .75rem .5rem .5rem;
        border-radius: 50%;
    }

    span {
        display: inline-block;
        vertical-align: sub;
        width: 125px;
        margin-right: 2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    ul {
        display: none;
        list-style: none;
        padding: 0;
        marrgin: 0;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        border-radius: $border-radius;

        li {
            a {
                display: block;
                padding: .75rem 1rem;
                text-decoration: none;
                color: darken($primary , 50%);
                font-size: 1rem;

                i {
                    font-size: 1.3rem;
                    vertical-align: middle;
                    margin: 0 .75rem 0 -.25rem;
                }

                &:hover {
                    background: darken($primary, 5%);
                }
            }

            &:first-child a:hover {
                border-radius: $border-radius $border-radius 0 0;
            }

            &:last-child a:hover {
                border-radius: 0 0 $border-radius $border-radius;
            }
        }
    }

    &>label {
        position: relative;
        height: 3.5rem;
        display: block;
        text-decoration: none;
        background: transparent;
        color: #333;
        box-sizing: border-box;
        padding: .9rem;
        float: right;
        border-radius: 0 $border-radius $border-radius 0;

        i {
            color: darken($primary, 25%);
            font-size: 1.75rem;
        }
    }

    &:after {
        content: '';
        display: table;
        clear: both;
    }
}



/// TEMPLATE STYLING

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

/*Styling Selectbox*/

.dropdown .select {
    cursor: pointer;
    padding: 10px
}

.dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown-menu a {
    display: unset !important;
}

.sde-mnu .dropdown .dropdown-menu {
    width: 200px;
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 320px;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
    margin-top: 20px;
    border-radius: 10px
}

.dropdown .dropdown-menu h6 {
    font-size: 14px;
}

.dropdown .dropdown-menu li {
    padding: 8px 10px 8px 16px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

.login_page table {
    border: 1px solid #dee2e6;
}

.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 10px;
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}

.account-dt p {
    font-size: 14px;
    padding-left: 14px;
    line-height: 0.8;
}

/*account*/

/*profile details*/

/*notification*/

// ===========================
// toggle
// ===========================
#notification .check-box {
    transform: scale(2);
}

#notification input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 50px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

#notification input:checked[type="checkbox"] {
    background: #7da6ff;
}

#notification input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

#notification input:checked[type="checkbox"]::after {
    left: 50%;
}

/*plan css start*/
.plan-men {
    border-top: 3px solid #2f55d4;
}

.plan-men i {
    color: #2f55d4;
}

/*plan end*/


/*my save changes */
.sd-jb a {
    color: #0056b3;
    background-color: #f5f6f8;
    padding: 0px 10px;
    border-radius: 5px;
}

#seek-ot.sinl-otp-pop form input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

#otp-pop.modal-dialog {
    min-width: 400px;
    max-width: 400px;
}

#otp-pop.modal-dialog .modal-header {
    padding: 0.5rem 1rem;
}

#ad-rsm.edit-resume {
    width: 100%;
}

.em-pf ul {
    list-style: none;
    padding-left: 0px;
}

.em-in li {
    margin-bottom: 20px !important;
}

.em-pf ul li {
    margin: 0px 0px 20px 0px;
}

.enew-bnr {
    margin: 20px 0px;
}

.enew-bnr img {
    width: 200px;
}

.enew-pr {
    margin: 20px 0px;
}

.enew-pr img {
    width: 110px;
}

#int-list.login_page {
    overflow: auto;
}

#int-list.job-hm {
    overflow: auto;
}

#app-ui input {
    width: 274px;
}

#srch-by.head-emppage p {
    font-size: 14px;
}

#navbarSupportedContent .navbar-nav .nav-item .nav-link {
    margin-right: 14px !important;
}

#be-star.submenu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

#fst-drpdown .navigation-menu .has-submenu .set-fst {
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5) !important;
}

#fst-drpdown .navigation-menu .has-submenu {}

#fst-drpdown .navigation-menu .has-submenu a:hover {
    color: #000000b3 !important;

}

#fst-drpdown .navigation-menu .has-submenu a:hover .menu-arrow {
    border-radius: 0.5px;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#skll.skill {
    margin-bottom: 10px;
}

#skll.skill a {
    background-color: #f3f3f3;
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #474747;
}

#complete-resume.drop_box {
    padding: 10px 0px;
    border: none;
    text-align: left;
    display: unset;
    margin: 0px 0px 10px 0px;
}

#skll.skill i {
    font-size: 12px;
    margin-left: 8px;
    color: #9d9d9d;
}

#navbarSupportedContent .navbar-nav {
    margin-left: 20px !important;
}

.right-bar a {
    color: #2f55d4;
}

#crt-job.right-bar a {
    color: #000 !important;
}

.right-bar a:hover {
    color: #0d3880;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2f55d4 !important;
    border-bottom: 2px solid #2f55d4;
    font-weight: 500;
}

.right-bar {
    margin-right: 16px;
}

.submenu .compa a {
    font-size: 16px !important;
    font-weight: 700;
}

#more-menu .nav-pills .nav-link {
    color: #dcdcdc !important;

}

#more-menu .nav-pills {
    padding: 14px !important;
}

#more-menu .nav-pills .nav-link.active {
    color: #fff ! important;
    border-bottom: none !important;
}

#more-menu .nav-pills .nav-link.active i {
    transition: 0.5s;
}

#more-menu.more-men .hidden-menu {
    display: none;
}

#more-menu.more-men .hidden-menu .nav-pills {
    margin-left: 10px;
}

.personal-dtl {
    color: #fff;
}

#education-single .candidates-profile-education {
    padding: 30px 24px 12px !important;
}

.profile-icon {
    font-size: 40px;
    color: #95aeff;
}

.certi-one ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.certi-one ul li span {
    margin-left: 14px;
}

.certi-one ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.certi-one ul .desc {
    padding-right: 45px;
}

.personal-form {
    display: none;
}

#otp-pop .title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

#otp-pop .customBtn {
    border-radius: 0px;
    padding: 10px;
}

#dlte .otp-box form input {
    border: 1px solid #dedede;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
}

#otp-pop form input {
    display: inline-block;
    width: 68px;
    height: 62px;
    text-align: center;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -28px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbcbcb;
}
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

/*.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}*/
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#myjob-twomore .submenu:before {
    content: "";
    position: absolute !important;
    top: 2px !important;
    right: 110px !important;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 15%);
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 15%);
}

.show-side a {
    color: #79baff;
}

.rv-tx {
    margin-top: 16px;
}

.short-font {
    font-size: 14px;
}

.rv-tx h6 {
    font-size: 14px;
}

.rv-tx p {
    font-size: 14px;
}

.text-review {
    color: rgb(90, 104, 129);
    font-size: 14px;
}

.show-rv {
    font-size: 22px;
    font-weight: 500;
    color: #2b2b2b;
}

.ting-dl {
    color: #79baff !important;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* monthly erl btn start*/
.login_page,
.accordion-body{
    text-align: justify;
}
.plan-toggle-wrap {
    text-align: center;
    padding: 10px;
    position: sticky;
    top: 0;
}

.toggle-inner input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 25px;
    right: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.custom-toggle {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #2f55d4;
    top: 4px;
    left: 5px;
    border-radius: 50%;
    transition: 300ms all;

}

.toggle-inner .t-month,
.toggle-inner .t-year {
    position: absolute;
    left: -94px;
    top: 5px;
    color: #2f55d4;
    transition: 300ms all;
    font-weight: 700;
}

.toggle-inner .t-year {
    left: unset;
    right: -85px;
    opacity: 0.5;
}

.active>.toggle-inner .t-month {
    opacity: 0.5;
}

.active>.toggle-inner .t-year {
    opacity: 1;
}

.toggle-inner input:checked+span {
    left: 43px;
}

.toggle-inner {
    width: 75px;
    margin: 0px auto;
    height: 35px;
    margin-bottom: 30px;
    border: 1px solid #0d3880;
    border-radius: 25px;
    position: relative;
}

/* end*/

#delete .modal-content {
    width: 50%;
    margin: 0 auto;
}


.mail-tp form input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.main-screen {
    padding: 40px 0px;
}

.head-br:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #e2e2e2;
    top: 30%;
    right: 0px;
}

#delete-scn.modal-dialog {
    max-width: 300px !important;
    min-width: 300px !important;
    margin: 0 auto;
}

#delete-scn .modal-header {
    padding: 5px 10px !important;
}

/*.navbar{
  padding: 1rem;
}*/
#select-ctr.registration-form-box {
    width: 29%;
    margin-right: 12px;
    margin-top: 2px;
}

#d-men.registration-form-box {
    width: 29%;
    margin-right: 12px;
}

#fst-pg.registration-form-box {
    margin-top: 2px;
}

#fst-pg.registration-form-box input {
    padding: 0px 30px !important;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffb208;
    border: none;
    border-radius: 5px;
    color: white;
    line-height: 46px;
}

.recent-head h4 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
}

#main-sld .registration-form-box label {
    margin-bottom: 0.1rem;
}

#schedule.modal-header {
    padding: 0.5rem 1rem;
}

#otp-box.delete-otp-box {
    display: flex;
}

#otp-box.delete-otp-box input {
    width: 58px;
    margin-right: 10px;
    text-align: center;
}



/*job seeker*/
.list-unstyled .text-muted .text-company {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.list-unstyled .text-muted .text-company .cmp-spn {
    font-size: 12px !important;
}

.list-unstyled li a {
    font-size: 12px;
}

.son-edu {
    font-size: 12px !important;
}

#topnav.scroll-active .navigation-menu>li>a:hover span {
    border: solid rgba(0, 0, 0, .5) !important;
}

.personal-form {
    position: relative;
    width: 70%;
    border-left: 3px solid #2f55d4;
    z-index: 1;
}

#single-profile.bg-home {
    padding: 50px 0px 50px 0px !important;
    height: 300px;
}

#one-per .modal-single {
    width: 70%;
    border-left: 3px solid #2f55d4
}

#one-per .edu-edit {
    width: 70%;
    display: none;
    border-left: 3px solid #2f55d4;
}

#single-dele .modal-header {
    padding: 0.5rem 1rem;
}

#single-dele.modal-dialog {
    max-width: 300px !important;
    min-width: 300px !important;
}

#single-dele .modal-body p {
    font-size: 20px;
    margin-top: 8px;
}

#one-per .edit-certificate {
    width: 70%;
    display: none;
    border-left: 3px solid #2f55d4;
}

#one-per .edit-skill {
    width: 70%;
    display: none;
    border-left: 3px solid #2f55d4;
}

#job-dl-add.edit-skill {
    width: 100%;
}

#review .modal-header {
    padding: 0.5rem 1rem;
}

#mysvd .nav-pills .nav-link.active {
    background-color: #005cbf;
    color: #fff !important;
    border-radius: 3px !important;
    border-bottom: none !important;
}

#mysvd .nav-pills {
    border: 1px solid #005cbf !important;
    border-radius: 5px !important;
}

#mysvd .nav-pills .nav-link {
    padding: 10px 60px;
    font-size: 16px;
    border-radius: 4px !important;
    font-weight: 600;
}

#mysvd .nav-pills .nav-item {
    border: none !important;
}

#fst-buy-btn.buy-button {
    padding-right: 15px;
    margin-right: 15px;
}

.edit-resume .card {
    border-radius: 10px;
    width: 600px;
    background-color: #ffffff;
    border: none !important;
}

#sec-buy-bt.buy-button a {
    margin-right: 10px;
}

.edit-resume .card h3 {
    font-size: 22px;
    font-weight: 600;

}

.edit-resume .drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.edit-resume .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.edit-resume .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.btn.btn-resume {
    background-color: #eaeaea;
    font-size: 12px;
    padding: 4px 8px;
}

.edit-resume {
    width: 70%;
}

#list-loc.text-muted {
    font-size: 12px;
}

#list-loc.text-muted i {
    font-size: 14px !important;
}

.job-sev a {
    color: #4a4a4a;
}

.job-sev {
    font-size: 14px;
}

.d-agojob {
    font-size: 12px;
    background-color: #e3e3e3;
    padding: 2px 8px;
    border-radius: 6px;
}

.d-agoaply a {
    color: #fff;
}

.d-agoaply {
    font-size: 14px;
    background-color: #005cbf;
    margin-left: 10px;
    padding: 1px 8px;
    border-radius: 6px;
}

#job-lt.show-results {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.rev-list {
    display: flex;
    align-items: center;
}

.rev-list p {
    margin-right: 10px;
}

.rev-list a {
    font-size: 14px;
}

.rev-list a .view-adm {
    color: #000;
}

.rev-list a img {
    margin: -2px 4px 0px 4px;
}

#role-dl .job-detail-desc p {
    font-size: 14px;
}

#details-font h5 {
    font-size: 18px;
    color: #4c4646;
}

#int-list .table td {
    font-size: 14px;
}

.table td {
    font-size: 14px;
}

#int-list .table thead th {
    font-size: 14px;
    color: #4c4646;
}

#psn-men.bg-home {
    background-color: #0056b3;
    padding-top: 20px;
}

#show-hidden-menu.home-men-op {
    color: white;
    text-align: right;
    font-size: 14px;
}

#show-hidden-menu.home-men-op span {
    margin-left: 10px;
}

#job-sts.job-sev a {
    font-weight: 500;
}

#job-sts.job-sev a span {
    font-weight: 400;
    font-size: 12px;
}

#pny-dtl.text-muted {
    font-size: 14px;
}

#full-emp-cpdtl.cp-full-detal {
    margin-top: 32px;
}

#full-emp-cpdtl .nav-pills .nav-link {
    margin-right: 14px;
    font-size: 16px;
}

#full-emp-cpdtl .nav-pills .nav-link.active {
    font-weight: 600;
    color: #2f55d4 !important;
    border-bottom: 3px solid #2f55d4 !important;
}

.compy-dl-line {
    border-color: #ededed;
}

#review-aomp-all.text-muted {
    font-size: 14px;
}

.company-review-text h5 a {
    font-size: 18px;
}

#list-sby {
    font-size: 14px;
}

.card-header {
    padding-bottom: 0px;
}

.card {
    border: none;
}

#rv-pera {
    font-size: 14px;
    color: #9c9e9c;
}

/*steps*/
.area-dw {
    font-size: 12px;
    color: #c7c7c7 !important;
}

#rd-one-stp,
#rd-two-stp {
    font-size: 16px !important;
    margin-bottom: 10px;
}

.status-prkr {
    background-color: #72edff;
    padding: 0px 6px;
    border-radius: 2px;
}

.status-prkr-one {
    background-color: #f2e141;
    padding: 0px 6px;
    border-radius: 2px;
}

.status-prkr-two {
    background-color: #72ff95;
    padding: 0px 6px;
    border-radius: 2px;
}

.search-lister input {
    width: 250px !important;
}

.long-gle {
    font-size: 14px !important;
    line-height: 30px !important;
}

.long-gle::before {
    width: 22px !important;
    height: 22px !important;
    top: 4px !important;
}

#steps-rdo {
    margin: 0;
    left: 9%;
    margin-bottom: 14px;
}

.long-gle::after {
    width: 14px !important;
    height: 14px !important;
    top: 8px !important;
}

.rating-mn-icon i {
    font-size: 22px;
    margin-left: 16px;
    /* color: #f57c00; */
}

/*steps end*/
/*stepsss*/

#edu-boxx .candidates-profile-education {
    border-color: #d3effF !important;
    background-color: #eef9ff;
}

.univer {
    background-color: #6dc5ff;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px !important;
    padding: 0px 8px;
    color: #fff;
}



#icon-box-steps a {
    color: #bebebe;
    margin-left: 4px;
}

#steps-ck-bkx label {
    font-size: 14px;
}

#most-slry .input-group-text {
    border-radius: 10px 0px 0px 10px;
    height: 44px;
}

#most-slry {
    width: 100%;
}

#most-slry #left-brr {
    width: 10%;
}

.int-sche-list li{
    line-height: 38px;
}
.int-sche-list li strong{
    font-weight: 600;
}
.int-sche-list li:last-child{
    line-height: 26px;
}

#most-slry #right-brr {
    width: 85%;
}

#icon-box-steps a i {
    font-size: 16px;
}

#most-slry .form-group input {
    border-radius: 0px 10px 10px 0px;
}

#modal-fst-pfil.modal-dialog {
    max-width: 300px;
    min-width: 300px;
}

#modal-fst-pfil .modal-body img {
    width: 70px;
    margin-bottom: 20px;
}


#progressbar #payment:before {
    content: ""
}

.sbmt-job-aply {
    font-size: 14px;
}

.img-rgt-men {
    width: 100px;
    margin: 0 auto;
}

.img-rgt-men img {
    width: 100%;
}

#step-wh-card.candidates-list-desc li {
    font-size: 14px;
}

#step-wh-card.candidates-list-desc p {
    font-size: 14px;
}

#step-wh-card.candidates-list-desc h5 {
    font-size: 16px;
}

/*stepsss end*/

.more-job-aa {
    font-size: 14px;
    margin-top: 14px;
}

.status-dtl {
    font-size: 14px;
    color: #4c4646;
}

.status-dtl span {
    font-size: 12px;
    color: #000;
}

/*skill add*/

#skl-adin .checkbox-dropdown {
    height: 44px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    user-select: none;
    border-radius: 10px;
    font-size: 12px;
    color: #959595;
    line-height: 22px;
}

/* Display CSS arrow to the right of the dropdown text */
#skl-adin .checkbox-dropdown:after {


    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

/* Reverse the CSS arrow when the dropdown is active */
#skl-adin .checkbox-dropdown.is-active:after {
    border-bottom-color: #000;
    border-top-color: #fff;
    margin-top: -9px;
}

#when #skl-adin .checkbox-dropdown-list {
    height: 150px;
}

#skl-adin .checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    /* align the dropdown right below the dropdown text */
    border: inherit;
    border-top: none;
    left: -1px;
    /* align the dropdown to the left */
    right: -1px;
    /* align the dropdown to the right */
    opacity: 0;
    /* hide the dropdown */

    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    pointer-events: none;
    /* avoid mouse click events inside the dropdown */
}
.select2-container--bootstrap5 .select2-selection--single{
    height: 44px;
    border-color: #e4e4e4;
}
#one-fst.modal-dialog,
#two-fst.modal-dialog,
#three-fst.modal-dialog,
#four-fst.modal-dialog {
    max-width: 800px;
}

.mobl-btm {
    font-size: 14px;
}

.cbx-up {
    font-size: 14px;
}

#one-fst .modal-content,
#two-fst .modal-content,
#four-fst .modal-content,
#three-fst .modal-content {
    border-radius: 14px !important;
}

#skl-adin .is-active .checkbox-dropdown-list {
    opacity: 1;
    /* display the dropdown */
    pointer-events: auto;
    z-index: 9999;
    background-color: #fff;
    transition: opacity 0.4s ease-in-out;
    /* make sure that the user still can select checkboxes */
}

#skl-adin .checkbox-dropdown-list li label {
    display: block;
    border-bottom: 1px solid silver;
    padding: 10px;

    transition: all 0.2s ease-out;
}

#skl-adin .checkbox-dropdown-list li label input {
    margin-right: 10px;
}

/*job seeker end*/


/*emp*/
.list-most h6 {
    font-size: 14px;
}

.head-frm h4 {
    font-size: 18px;
}

.head-emppage h4 {
    font-size: 18px;
}

.head-emppage h5 {
    font-size: 16px;
}

.head-emppage a {
    font-size: 14px;
}

#app-can p {
    font-size: 14px;
}

#emplo-prof .upload input {}

/*my save changes end*/



@media(max-width: 1199.99px) {
    .down-icon img {
        height: 30px !important;
        width: 110px !important;
    }

    #topnav .buy-button {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .right-link a {
        padding: 3px !important;
        margin-left: 12px !important;
    }

    #navbarSupportedContent .navbar-nav .nav-item .nav-link {
        margin-right: 14px !important;
    }

    .buy-button.head-br {
        padding-right: 10px !important;
    }

    .otp-group .form-group label {
        margin-left: 154px;
    }
}

.company-logo-img img {
    width: 80%;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: start;
        padding-left: 30px;
    }

    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 16px;
        right: -20px;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }

    #navigation .nd-menu .navigation-menu>li .submenu>li .submenu {
        right: 0;
        top: 0;
        margin-left: 10px;
        border-bottom: 2px solid;
        margin-top: -1px;
    }

    #navigation .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        border-bottom: 2px solid;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #ffffff !important;
    }

    #navigation .navigation-menu>li:hover>.menu-arrow {
        border-color: #000 !important;
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #000;
        transition: 0.5s;
    }

    #navigation .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        /* -webkit-transition: all .2s ease;
    transition: all .2s ease;*/
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        right: 4px;
        margin-left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    }

    #navigation .nd-menu .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        left: 4px !important;
        top: 2px;
        border: none;
        border-color: transparent transparent #ffffff #ffffff;
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 0.04em;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .col-box-all {
        padding: 20px;
        height: 215px;
        text-align: center;
    }

    .card-two-header {
        margin: 0 auto;
    }

    .card-two-header img {
        height: 55px;
        width: auto;
        padding-bottom: 30px;
    }

    .comp-names {
        height: 58px;
    }

    .comp-names h4 {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .aply-all-job button {
        background-color: #cfe1ff;
        color: #0d3880;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        padding: 3px 7px;
    }

    .most .most-nav .most-link.active {
        background-color: #fff;
        color: #000;
        border-color: #fff;
        font-weight: 500;
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #6dc5ff;
        transition: 0.5s;
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
        z-index: 9999;
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
        position: sticky;
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        transition: 0.5s;
        font-weight: 400;
        font-size: 16px;
    }
}

.description ul {
    padding: 0px;
    list-style: none;
}

.male-check {
    padding-left: 24px;
}

.male-check label {
    font-size: 13px;
}

@media (max-width: 991.99px) {
    .bg-details,
    .bg-details.bg-phn.about-phn{
       height: 255px !important;
    }
    .login_page h1{
        font-size: 28px;
        margin-bottom: 0px;
    }
    #most-slry #left-brr {
        width: 25%;
    }
    #qustn {
        flex-direction: column-reverse;
    }

    #nch-nav {
        margin-top: -16px !important;
        margin-bottom: 14px !important;
    }

    #mrk-men {
        padding-bottom: 5px !important;
    }

    #best-two {
        padding-top: 0px !important;
    }

    #jb-ld #detail-logo.company-logo-img {
        text-align: left !important;
    }

    .list-full {
        flex-wrap: wrap-reverse;
    }

    .company-logo-img {
        margin-bottom: 20px;
        text-align: left !important;
        height: auto !important;
    }

    .company-logo-img img {
        width: 80px !important;
    }

    .navbar-collapse {
        height: 220px;
        overflow: auto;
    }

    #myjob-twomore.has-submenu #fst-top-aro.menu-arrow {
        right: -20px !important;
        top: 7px;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 10px !important;
    }

    #ftr-tb.list-unstyled.footer-list {
        margin-top: 10px !important;
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        padding-left: 0px !important;
    }

    #psn-men.bg-home {
        padding-top: 65px !important;
    }

    #navbarSupportedContent .navbar-nav {
        margin-left: 0px !important;
    }

    #topnav .nd-menu .navigation-menu .has-submenu .menu-arrow {
        top: 6px !important;
        right: -20px !important;
    }

    .fst-drpdown #navigation {
        margin-left: 0px !important;
    }

    #mycandi .nav-pills .nav-link {
        padding: 0px 20px 6px 20px;
    }

    .mypst-srt {
        margin-right: 0px !important;
    }

    .sche-uper {
        display: flex;
        margin: 0px 0px 40px 0px;
    }

    .mpstjob {
        flex-direction: column !important;
    }

    .mypst-srt select {
        padding-right: 48px !important;
    }

    .otp-group .form-group label {
        margin-left: 55px !important;
    }

    .edit-resume {
        width: 100% !important;
    }

    #one-per .edit-skill {
        width: 100% !important;
    }

    #one-per .edit-certificate {
        width: 100% !important;
    }

    #one-per .edu-edit {
        width: 100% !important;
    }

    #one-per .modal-single {
        width: 100% !important;
    }

    .personal-form {
        width: 100% !important;
    }

    #single-profile.bg-home {
        padding: 90px 0px 50px 0px !important;
        /* height: 330px !important; */
    }

    .job-overview {
        padding: 24px 0 24px 24px;
    }

    #main-sld .registration-form-box i {
        top: 65% !important;
    }

    #topnav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .main-wrap {
        padding-top: 60px;
    }

    .main-screen {
        padding-top: 75px !important;
        padding-bottom: 20px !important;
    }

    .right-link a {
        margin-left: 0px !important;
    }

    #employer.nav-men .nav-pills {
        width: auto !important;
        border-bottom: none !important;
    }

    #blogo .avatar-upload .avatar-edit {
        right: 16px !important;
    }

    #banner.form-group {
        padding-left: 0px !important;
    }

    #back-most.list-most {
        padding-left: 14px !important;
    }

    .list-most h6 {
        display: flex;
    }

    .most li a {
        padding: 4px 12px !important
    }

    .plan-men p {
        font-size: 14px !important;
    }

    #navigation {
        margin: 10px 0px 0px 0px;
    }

    .right-bar {
        margin: 10px 0px 0px 0px;
        padding: 10px 0px;
        border-bottom: 1px solid #efefef;
    }

    .sidebar-card ul li {
        padding: 20px 0px 0px 12px;
    }

    .posted p {
        font-size: 12px !important;
    }

    #navbarSupportedContent .navbar-nav {
        margin-top: 20px !important;
        align-items: start !important;
    }

    #navbarSupportedContent .navbar-nav .nav-item {
        margin: 0px 0px !important;

    }

    #navbarSupportedContent .navbar-nav .nav-item .nav-link {
        display: inline-block !important;
    }

    .sidebar-menu ul li a {
        padding-left: 2px !important;
        font-size: 14px !important;
    }

    .head-jobs {
        display: none;
    }

    .ftr-short {
        margin-top: 30px !important;
    }

    .card-text h4 {
        font-weight: 500;
        font-size: 18px !important;
    }

    #most-bar.navbar-nav {
        padding-left: 12px !important;
    }

    .ft-home-skr {
        margin-top: 20px !important;
    }

    .card-text {
        padding-left: 14px;
    }

    .card-img img {
        width: 140px !important;
    }

    .card-rht {
        padding-top: 18px !important;
    }

    .card-text .most-popu {
        padding: 2px 6px !important;
        font-size: 14px !important;
    }

    .card-text .top-btn {
        padding: 2px 6px;
        font-size: 14px;
    }

    .card-left {
        padding-top: 18px !important;
    }

    .card-text p {
        font-size: 14px;
    }

    .total {
        display: unset !important;
    }

    #topnav .buy-button {
        padding: 0px 6px 0 0px !important;
        margin-right: 5px !important;
    }

    #topnav .buy-button a {
        padding: 8px !important;
    }

    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        /*min-height: 74px;*/
    }

    #topnav .tagline {
        display: none;
    }

    #topnav .tagline-dark {
        display: none;
    }

    #topnav .container {
        width: auto;
    }

    #topnav .logo .logo-light {
        display: none;
    }

    #topnav .logo .logo-dark {
        display: inline-block;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }

    #topnav .navigation-menu>li {
        float: none;
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        z-index: 1;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }

    #topnav .navigation-menu>li>a {
        color: #000;
        padding: 20px 0px;
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: left;
    }

    .submenu {
        z-index: 9999;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }

    #topnav .has-submenu.active a {
        color: #222222;
    }

    /*#navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }*/
    #navigation.open {
        display: block;
        overflow-y: auto;
    }

    .emp-home img {
        width: 100%;
    }

    .left-btn h6 {
        font-size: 14px !important;
        font-weight: 400;
    }

    #emp-home .bg-home {
        padding-top: 140px 0px 0px 34px !important;
    }

}

@media (max-width: 767px) {
    .bg-details,
    .bg-details.bg-phn.about-phn {
        height: 190px !important;
    }
    .login_page{
        padding: 16px;
    }
    .top-singl p{
        margin-right: 38px !important;
    }
    .rating-mn-icon i {
        margin-left: 0px !important;
        font-size: 18px !important;
    }

    #opts {
        flex-direction: column-reverse;
    }

    #right-lgo {
        text-align: left !important;
        margin-bottom: 10px;
    }

    #box-srch-vw {
        padding: 30px 50px;
    }

    #srch-vew {
        margin-bottom: 4px !important;
    }

    .sche-uper {
        margin: 20px 0px 40px 0px;
    }

    .mp #delete .modal-content {
        width: auto !important;
    }

    .upi-pera {
        text-align: left !important;
    }

    .des-btn {
        text-align: left !important;
    }

    #app-can {
        justify-content: start !important;
        margin: 40px 0px 20px 0px !important;
    }

    #app-ui {
        justify-content: start !important;
    }

    .mpstjob {
        justify-content: start !important;
    }

    .edit-resume .card {
        width: auto !important;
    }

    .otp-group .form-group label {
        margin-left: 24px !important;
    }

    .candidates-list-fav-btn-one {
        text-align: left !important;
    }

    .candidates-list-fav-btn-one a {
        margin-top: 14px !important;
    }

    .job-overview {
        padding: 24px 24px 24px 24px !important;
    }

    .cp-dtli h5 {
        margin-bottom: 0px !important;
    }

    .cp-dtli {
        margin: 10px 0px !important;
    }

    #cd-dtl .dtl-fst-card {
        margin-bottom: 18px !important;
    }

    #select-one .registration-form-box i {
        top: 61% !important;
    }

    #main-sld .registration-form-box i {
        top: 70% !important;
    }

    #back-most.list-most {
        padding-left: 0px !important;
        margin-left: 10px !important;
    }

    .sidebar-menu ul li a {
        padding-left: 14px !important;
    }

    .description ul li span {
        margin-left: 8px !important;
    }

    #preview .form-group {
        padding-left: 0px !important;
    }

    .head-frm h5 {
        font-size: 16px !important;
    }

    .posted-long {
        margin-top: 50px;
    }

    .description ul {
        padding-left: 12px;
    }

    .login_page h1 {
        font-size: 24px !important;
    }

    .plan-men p {
        font-size: 14px !important;
    }

    .modal-body .long-title ul {
        padding-left: 0px !important;
    }

    .list-most h6 span {
        margin-left: 0px !important;
    }

    .display-1 {
        font-size: 56px !important;
    }

    .display-2 {
        font-size: 50px !important;
    }

    .display-3 {
        font-size: 42px !important;
    }

    .display-4 {
        font-size: 36px !important;
    }

    .box-men {
        display: unset !important;
    }

    .registration-form-box {
        width: 100% !important;
    }

    .most-reg {
        text-align: center;
    }

    .most-reg p {
        text-align: left !important;
    }

    .card-left {
        margin-bottom: 20px !important;
    }

    .ftr-short {
        margin-top: 0px !important;
    }

    .section-title p {
        text-align: left;
    }

    #emp-section.section-title p {
        text-align: center !important;
    }

    .career h4 {
        font-size: 16px !important;
    }

    .career p {
        font-size: 14px !important;
    }

    .emp-home {
        margin-top: 70px !important;
    }

    .modal-dialog {
        min-width: auto;
    }

    .most {
        display: flex !important;
        justify-content: space-between;
    }

    .most li a {
        padding: 0px !important;
    }

    .re-fst {
        margin-bottom: 8px !important;
    }

    #rv-card.form-card p {
        font-size: 14px;
    }
}


@media(max-width: 575px) {
    .login_page h1{
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }
    p{
        line-height: normal;
    }
    .bg-details,
    .bg-details.bg-phn.about-phn {
        height: 130px !important;
    }
    .top-heading h3{
        font-size: 20px !important;
    }
    .img-tct{
        width: 100px !important;
    }
    .accordion-body{
        padding: 12px;
    }
    .accordion-button{
        padding: 10px;
        text-align: left;
    }

    .rating-mn-icon {
        width: 300px;
        text-align: right;
    }

    .notifi-maan p {
        text-align: left;
    }

    .status-dtl {
        text-align: left !important;
    }

    .show-rv {
        font-size: 20px !important;
    }

    #search-lft-bar.form-group {
        padding-left: 0px !important;
    }

    .search-lister input {
        width: auto !important;
    }

    #srch-vew {
        font-size: 16px;
    }

    #pd-lr-view {
        padding-left: 0px !important;
    }

    .copyrgt p {
        text-align: center !important;
    }

    .job-list-desc .text-company {
        text-align: left !important;
    }

    #job-lt p {
        font-size: 14px !important;
    }

    .list-inline-item p {
        text-align: left !important;
    }

    .login-form .form-group {
        padding-left: 0px !important;
    }

    #mg-ftr {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #ftr-tb.list-unstyled.footer-list {
        margin-top: 10px !important;
    }

    #otp-pop.modal-dialog {
        margin: 0 auto;
        min-width: auto !important;
    }

    #fst-seek .form-group {
        padding-left: 0px !important;
    }
    #plan-ppup.modal-dialog {
        margin: 0 auto;
    }

    #jbpv.head-frm {
        flex-direction: column !important;
        align-items: start !important;
    }

    #mpos-sch.form-group {
        padding-left: 0px !important;
    }

    #snga .form-group {
        padding-left: 0px !important;
    }

    .otp-group {
        text-align: center;

    }

    .otp-group .form-group label {
        margin-left: 0px !important;

    }

    .head-single h4 {
        font-size: 18px !important;
        margin-bottom: 0px !important;
    }

    .dl-educ p {
        text-align: left !important;
    }

    #change-dtl .dtl-job1 {
        text-align: left !important;
    }

    /* #single-profile.bg-home {
        height: 310px !important;
    } */

    #personal-btn.btn.border-btn {
        margin-top: 0px !important;
    }

    #personal.personal-dtl p {
        text-align: left !important;
    }

    #mysvd #seeker-myjob .nav-pills .nav-link {
        padding: 8px 38px !important;
    }

    #seeker-myjob.panal-men {
        display: flex !important;
    }

    #mysvd .nav-pills .nav-link {
        padding: 10px 60px !important;
        font-size: 16px !important;
        border-radius: 4px !important;
        font-weight: 600 !important;
    }

    .job-detail-desc p {
        text-align: left;
    }

    .job-details-desc-item p {
        text-align: left !important;
    }

    .company-review-text {
        margin-top: 20px;
    }

    .company-review-text p {
        text-align: left;
    }

    .company-review-text h6 {
        position: absolute;
        right: 26px;
        font-size: 14px;
        top: 22px;
    }

    .company-rv-box {
        display: flex !important;
        flex-wrap: wrap;
        position: relative;
    }

    .cp-review h4 {
        font-size: 18px !important;
    }

    .cp-review a {
        padding: 4px 8px !important;
    }

    .ggl-dtl .best-pr {
        margin-bottom: 0px !important;
    }

    .cp-dtli p {
        text-align: left !important;
    }

    .latest-set {
        flex-wrap: wrap-reverse;
    }

    .candidates-cmplogo {
        text-align: left !important;
    }

    .head-br:before {
        top: 16% !important;
    }

    #topnav .buy-button {
        line-height: 35px !important;
    }

    .right-link a {
        margin-left: 0px !important;
    }

    .city select {
        width: 76px !important;
    }

    .modal-body .description ul li {
        margin: 14px 0px !important;
    }

    .most li a {
        padding: 6px 0px !important;
        margin: 3px 0px;
    }

    .most {
        flex-direction: column;
    }

    .nav-pills .nav-link {
        padding: 6px 6px !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .nav-pills .nav-link i {
        font-size: 10px !important;
    }

    .nav-pills .nav-item {
        border: none !important;
    }

    .hidden-menu .nav-pills {
        justify-content: space-between;
    }

    #back-most.list-most {
        padding-left: 0px !important;
    }

    .description {
        padding-left: 22px !important;
    }

    .long-sec .description {
        padding-left: 6px !important;
    }

    #frm-edit .head-frm a {
        display: none;
    }

    #topnav .buy-button a {
        font-size: 16px !important;
    }

    .dash-board {
        margin-top: 30px !important;
    }

    .btn-big p {
        text-align: left;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        top: 26px;
    }

    .head-frm {
        flex-direction: column-reverse;
    }

    #applied-head .head-frm h4 {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .box-men {
        display: unset !important;
    }

    .tab-content p {
        text-align: left !important;
    }

    .registration-form-box {
        width: 100% !important;
    }

    .four-rd,
    .radio-to {
        display: unset !important;
        text-align: left;
    }

    .radio-to p {
        text-align: left !important;
    }

    .form-head h1 {
        font-size: 26px !important;
    }

    .login_page {
        padding: 14px !important;
    }

    .btn-men {
        display: flex;
        justify-content: right !important;
    }

    .btn {
        padding: 8px 14px;
    }

    .form-group p {
        text-align: left;
    }

    .four-radio p {
        text-align: left;
    }

    #int-list.tbl-scl {
        overflow: auto;
    }

    .description ul li p {
        text-align: left;
    }

    .description ul {
        padding: 0px 16px;
    }

    .description .list-most {
        padding-left: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 24px !important;
    }

    .description .list-most h6 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .posted-long {
        margin-top: 20px !important;
    }

    .most-icon {
        right: 10px !important;
    }

    .top-heading h2 {
        font-size: 24px !important;
    }

    .left-btn h6 {
        font-size: 14px;
    }

    .left-btn img {
        width: 18px;
    }

    .bg-home {
        padding: 60px 0px 0px 0px !important;
    }

    #emp-home.bg-home {
        padding: 35px 0px 15px 0px !important;
    }

    .section {
        padding-top: 30px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .four-icon h4 {
        text-align: center;
    }

    .btm-icon .left-btn {
        margin-left: 0px !important;
    }

    .emp-home {
        margin-top: 60px !important;
        text-align: center !important;
    }

    .emp-home img {
        width: 80%;
    }

    .footer p {
        text-align: left;
    }

    .card-text p,
    .ftr-short p {
        text-align: left;
    }

    .ftr-short {
        margin-top: 26px !important;
    }

    .down-icon img {
        height: 40px !important;
        width: 134px !important;
    }

    #topnav .buy-button {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .panal-men {
        display: unset !important;
    }

    .modal-dialog {
        min-width: auto;
    }

    .modal-body .long-title {
        display: unset !important;
    }

    .description ul {
        padding: 0px !important;
    }

    .description ul li {
        margin: 10px 0px !important;
    }

    .description .form-group {
        padding: 0px !important;
    }

    .most-time {
        margin-top: 20px !important;
    }

    .description ul li span {
        margin-left: 0px !important;
    }
}

@media(max-width: 460px) {
    #otp-box.delete-otp-box input {
        width: 45px !important;
        height: 45px !important;
    }
}

@media(max-width: 400px) {
    #otp-box.delete-otp-box input {
        width: 35px !important;
        height: 35px !important;
    }
}


#avtar-preview-detl.avatar-upload .avatar-edit {
    position: absolute;
    right: -20px;
    z-index: 1;
    top: -19px;
}

#mosss-it {
    border-left: 3px solid #2f55d4;
    padding-left: 5px;
}

#avtar-preview-banner.avatar-upload .avatar-edit {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 10px;
}

#avtar-preview-detl.avatar-upload {
    max-width: 100% !important;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

#avtar-preview-banner.avatar-upload {
    max-width: 100%;
}

#avtar-preview-banner .avatar-edit {
    display: flex;
    align-items: center;
}

.top-singl {
    display: flex;
}

.top-singl p {
    margin-right: 50px;
    font-size: 14px;
}

.top-singl p i {
    font-size: 14px;
}

.univer {
    background-color: #6dc5ff;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px !important;
    padding: 0px 8px;
    color: #fff;
}

#bar-sde1 .nice-select {
    height: 39px;
    line-height: 39px;
    padding-left: 12px;
    width: 150px;
}

#most-dtl-sttss .nice-select:after {
    height: 8px;
    width: 8px;
}

#my-posted1.nice-select {
    font-size: 14px;
    padding: 4px 16px;
    font-weight: 500;
}

.delete-pop {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbcbcb;
}


#avtar-preview-detl {
    margin: 20px 0px 34px 0px;
}

#compny-ep-dtl ul li {
    margin-bottom: 12px;
}

#compny-ep-dtl.description {
    border: 1px solid #d3effF;
    border-radius: 4px;
    background-color: #eef9ff;
    padding: 14px;
}

#head-edit i {
    font-size: 11px;
    margin-right: 6px;
}

#compny-ep-dtl.description .head-frm {
    background-color: #efefef;
    border-radius: 4px;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp-prv-one-side {
    width: 22%;
    font-size: 14px;
    /* font-weight: 500; */
    color: #808080;
}

.most-sidbr li {
    display: flex;
}

.two-side {
    width: 78%;
    font-size: 14px;
    /* color: #808080; */
    font-weight: 500;
}

.error-help-block {
    font-size: 12px;
    color: #d53a3a;
}
