@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
:root {
    --family: 'Poppins';
    --darkblue: #004a97;
    --orangecolor: #ea5c18;
    --lightgrey: #efeff1;
    --purple: #2c1654;
    --textgrey: #989898;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: var(--family);
    background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-family: var(--family);
}

a:hover {
    color: var(--darkblue);
}

.bg-blue {
    background-color: #5c6aee;
}

.text-blue {
    color: var(--darkblue);
}
.bg-darkblue{
    background-color: var(--darkblue);
}

.bg-orange {
    background: var(--orangecolor);
}

.text-orange {
    color: var(--orangecolor);
}

.lightgrey-btn {
    background: var(--lightgrey);
}

.lightgrey-bg {
    background: var(--lightgrey);
}

.text-purple {
    color: var(--purple);
}

.textgrey {
    color: var(--textgrey);
}

.border-radious-20 {
    border-radius: 20px;
}

.border-radious-10 {
    border-radius: 10px;
}

.border-left-radious {
    border-bottom-left-radius: 90px;
}

.border-right-radious {
    border-top-right-radius: 90px;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.f-30 {
    font-size: 30px;
}

.f-25 {
    font-size: 25px;
}

.f-35 {
    font-size: 35px;
}

.f-13 {
    font-size: 13px;
}

.f-11 {
    font-size: 11px;
}

.f-18 {
    font-size: 18px;
}

.img-doll img {
    background-color: #e5e3eb;
    border-radius: 20px;
}

.btn-height {
    height: 23px;
    border-radius: 5px;
}

.border-right-radious img {
    height: 447px;
    width: 300px;
}

.main-heading {
    display: block;
    margin: 0px auto;
}

.is-hidden {
    display: none;
}

.border-radious-30 {
    border-radius: 30px;
}

.blue-border {
    border: 1px solid #004a97;
}

.imagebenifit-employer img {
    width: 80%
}

.img-first-illust img {
    width: 80%;
}

.img-first-illust-1 img {
    width: 50%;
}

.main-serch-icon {
    top: 11px;
    left: 15px;
}

.right-side-over {
    left: 129px;
    z-index: 9;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right-side-over {
    width: 547px;
    left: 0px;
}

.client-btn-vacancies {
    text-align: center;
}

.width-res {
    width: 50%;
}

.section-navbar {
    z-index: 9;
}

.doted-img {
    left: 37px;
    top: 31px;
}

.explore-div {
    padding-left: 40px;
}

.main-three-btn button {
    width: 60%;
    margin-left: 30px!important;
}

.img-side-curve {
    border: 1px solid #EA5C18;
    border-bottom-left-radius: 59px;
    border-top-right-radius: 59px;
    height: 250px;
}

.img-first-illust .img-round-engel {
    width: 100%;
    height: 100%;
    position: relative;
    top: 18px;
    left: 18px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

.img-first-illust img {
    width: 95%;
}

.img-side-curve {
    width: 25%;
}

button.owl-next {
    position: absolute;
    right: 100px;
    bottom: 100px;
}

.arrow-2-position {
    position: absolute;
    color: white;
}

.arrow-position {
    position: absolute;
    color: white;
    bottom: 65px;
    right: 150px;
}

.img-side-curve {
    width: 100%!important;
}

.img-side-curve img {
    width: 100%!important;
}

.subscribe-get {
    width: 50%
}

.img-form img {
    position: absolute;
    top: 40px;
    left: 19px;
}

.main-cont-tab {
    margin-top: 50px;
}

.answer {
    display: none;
}

.checkbox {
    margin: 0;
}

.upload-img {
    margin-top: -7px;
}

/* .main-dashed-input {
    position: absolute;
    top: 83px;
    width: 58%;
    opacity: 0;
    right: 69px;
    height: 170px;
} */

.crossimg-absol {
    top: 77px;
    right: 120px;
    position: absolute;
}

.border-dotted {
    border: 1px dashed grey
}

.font-weight-300 {
    font-weight: 300;
}

.check-input {
    height: 20px;
    width: 20px;
}

.coupon_question {
    height: 21px;
    width: 31px;
}


/*======================vishal-11-css===================== */

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

input.form-control.main-placeholder {
    padding-left: 60px!important;
}

.main-own-trans {
    width: 25%;
}

.height-box-input {
    height: 48px;
}

.height-textaria {
    height: 100px;
}


/*****media*******/

@media(max-width:1260px) {
    .height-in-res-inp {
        height: 33px;
        overflow: hidden;
    }
}

@media(min-width:1660px) {
    .form-data-show .row {
        height: 100%;
    }
    .form-data-show .login-section.col-md-5.ptbtop {
        padding-top: 0px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 768px) {
    .right-side-over {
        text-align: center;
        left: 0px;
    }
    .main-vacancies {
        text-align: center;
        width: 100%;
    }
    .client-btn-vacancies button {
        padding: 0px 80px;
    }
    .img-first-illust-1 img {
        width: 76%;
    }
    .width-res {
        width: 90%
    }
    .explore-div {
        text-align: center;
    }
    .res-ago-day {
        width: 50%!important;
    }
    .find-job {
        text-align: center;
    }
    .explore-div {
        padding-left: 0px;
    }
    .product-designer {
        width: 100%!important;
    }
    .got-pehra {
        width: 100%!important;
    }
    .main-flex-slider {
        flex-wrap: wrap;
    }
    .img-side-curve {
        width: 100%;
        height: 300px;
    }
    .img-side-curve img {
        width: 100%!important;
    }
    .subscribe-get {
        width: 75%
    }
    .width-btn-notwell {
        width: 100%!important;
    }
    .height-in-res-inp {
        height: 33px;
        overflow: hidden;
    }
    .resp-set-cls {
        margin-top: 20px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .right-side-over {
        width: auto;
    }
    .footer-list {
        display: block;
    }
    .main-three-btn button {
        margin: 0px;
    }
    .img-side-curve {
        width: 100%!important;
    }
    .img-side-curve img {
        width: 100%;
    }
    .product-designer {
        width: 100%!important;
    }
    .got-pehra {
        width: 100%!important;
    }
    .main-flex-slider {
        flex-wrap: wrap;
    }
    .overflow-subcribe {
        overflow: hidden;
    }
    .subscribe-get {
        width: 100%
    }
}


/**********gagan login-show*****/

.section-navbar-top ul li a.active {
    color: #ea5c18 !important;
}

a:hover {
    text-decoration: none;
}

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

.mtb {
    margin-bottom: 100px;
}

.mtb-top {
    margin-top: 80px;
}

.btn-size-show {
    font-size: 18px;
    padding: 10px 22px;
}

.border-radious-6 {
    border-radius: 6px;
}

header.section-navbar-top ul.navbar-nav li a {
    color: var(--textgrey);
}

.section-navbar-top {
    background: #fff;
    height: 80px;
    top: 0;
    box-shadow: 0px 0px 6px 0px #e7e2e2;
}

header.section-navbar-top.sticky-top.darkHeader ul li a {
    color: #000;
}

.ptb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-lightblue {
    background: #2b79cb;
}

.ptbtop {
    padding-top: 50px;
}

.ptbbottom {
    padding-bottom: 50px;
}

form.show-login-data {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.form-data-show {
    min-height: 100vh;
    height: 100%;
}

/* .form-data-show img.user-img {
    position: absolute;
    left: 18px;
    top: 60%;
    width: 19px;
} */

.show-login-data input {
    padding-left: 42px;
    height: 50px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.btn-size {
    height: 50px;
    border-radius: 10px;
}

.btn-size:focus,
.btn-size:hover {
    background: var(--darkblue);
}

.orange-hover:hover {
    background: var(--orangecolor);
}

button:focus {
    outline: none;
    border: none;
}

.navbar-expand-lg .navbar-nav ul li {
    font-size: 14px;
}

.section-navbar-top {
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    top: 0;
    box-shadow: 0px -4px 4px 1px #6e6969;
}

footer img.footer-img {
    width: 75%;
}


/*****register******/

.show-login-data-t input {
    height: 50px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.show-login-data-t .radio-check p {
    width: 17%;
}

.register-show {
    padding-top: 50px;
}

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

.login-section-show {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

.radio-check input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid #ea5c18;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    padding-left: 0;
}

.radio-check input[type="checkbox"]:checked {
    border-color: #ea5c18;
    background: #ea5c18;
}

.radio-check input[type="checkbox"] {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radio-check input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: 1px;
}


/*******home page*******/

.bannr-credit:before {
    border-bottom-left-radius: 50px;
    content: "";
    position: absolute;
    background: #004a97;
    background-repeat: no-repeat;
    width: 58%;
    height: 87vh;
    right: 0;
}

.employer-benfit:before {
    content: "";
    background: #f5f6fa;
    position: absolute;
    left: 0;
    width: 43%;
    top: 0;
    bottom: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.employer-jobseeker:before {
    content: "";
    background: #f5f6fa;
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.create-account:before {
    content: "";
    background: var(--darkblue);
    position: absolute;
    left: 0;
    width: 43%;
    top: 0;
    bottom: 0;
    border-top-right-radius: 50px;
}

.btn-skyblue {
    background: #0077b1;
}

.blue-skyblue:hover {
    background: #0077b1;
    color: #fff !important;
}

.blue-skyblue {
    border: 1px solid #0077b1;
}

.text-skyblue {
    color: #0077b1;
}

.account-border:hover {
    background: #fff;
}

.explore-div {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0px;
    width: 80%;
    margin: 0 auto;
}

.account-border {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.explore-div .far.fa-long-arrow-right,
.categories-dx .far.fa-long-arrow-right {
    text-align: left;
    font-size: 30px;
    margin: 0;
    width: 32%;
}

.employer-get-people:before {
    content: "";
    background: #fbebec;
    right: 0;
    width: 30%;
    height: 63%;
    position: absolute;
    border-radius: 100%;
    filter: blur(8px);
}

.text-purple {
    color: #524072;
}

.categories-dx {
    height: 220px;
}

.shadow-cards-aply:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.left-show-dataimg:before {
    content: "";
    background: url(../images/bgelement1.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 212px;
    width: 218px;
    bottom: 0;
    left: 0;
}

.slider-show.left-show-dataimg:after {
    content: "";
    background: #004a97;
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    top: 0;
}


/**********dashbard***********/

.navar-dashboard {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

a:hover {
    color: var(--orangecolor);
}

header.navar-dashboard .dashboard li .active {
    color: var(--orangecolor);
}

.inner-header-show .img-show {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-details ul li {
    border-right: 1px solid #8d8d8d7a;
    padding-right: 13px;
}

.right-details ul li:last-child {
    border: none;
    padding-right: 0px;
}

.favourit-drop input {
    height: 37px;
    font-size: 14px;
    padding-left: 22px;
}

.show-login-data-t select {
    height: 50px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

input:focus,
input:hover {
    outline: unset;
}

header.navar-dashboard ul.dashboard {
    padding-right: 0px !important;
}

.proper-show-scroll {
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    height: 400px;
    overflow: hidden;
    padding-bottom: 30px;
}

.top-radius-right {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.left-img-list img {
    width: 53px;
    height: 53px;
    object-fit: cover;
    border-radius: 40px;
}

.proper-show-scroll .show-data-mesg {
    padding: 20px;
}

.scroll-adat-t::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}

.scroll-adat-t::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.scroll-adat-t::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}

.scroll-adat-t-emp::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}

.scroll-adat-t-emp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.scroll-adat-t-emp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}

.scroll-adat-t-emp-1::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}

.scroll-adat-t-emp-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.scroll-adat-t-emp-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}

.light-greybg {
    background: #f3f3f3;
}

.award-btn {
    column-count: 2;
}

.tabs-show-gover .show-govertment.active {
    background: var(--orangecolor);
}

.tabs-show-gover .show-govertment.active a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tabs-show-gover .show-govertment {
    color: var(--darkblue);
    background: #f3f3f3;
    width: 100%;
    padding: 18px 19px;
    border-radius: 10px;
    margin-bottom: 20px;
    break-inside: avoid-column;
}

.tabs-show-gover .show-govertment a {
    color: var(--darkblue);
}

.text-typing-post {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


/*****popup modal****/

.favourit-drop i {
    position: absolute;
    left: 12%;
    top: 30%;
    color: var(--textgrey);
    font-size: 14px;
}

.favourit-drop-show button.close {
    position: absolute;
    right: 12px;
}

.favourit-drop-show .blue-text-show {
    height: 34px;
    border: 1px solid #004a97;
    width: 34px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
}

.favourit-drop-show .orange-text-hower {
    height: 34px;
    border: 1px solid var(--orangecolor);
    width: 34px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
}


/*********Serach filter*********/

.font-weight-semi {
    font-weight: 600;
}

.f-12 {
    font-size: 12px;
}

.text-indent-dt {
    line-height: 13px;
}

.user-image-doe .progressbar {
    display: inline-block;
    width: 78px
}

.user-image-doe .circle {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 10px; */
    display: inline-block;
    position: relative;
    text-align: center;
}

.user-image-doe .circle canvas {
    vertical-align: middle;
    width: 56px !important;
    height: 56px !important;
}

.user-image-doe .circle img {
    position: absolute;
    text-align: center;
    height: 50px;
    border-radius: 51px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    bottom: 0;
    transform: translate(1%, 7%);
}

input[type="checkbox"]:checked+label[for=labal1] {
    color: var(--orangecolor);
}


/*********digital profile***/

.age-img-show img {
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 2px solid var(--orangecolor);
    object-fit: cover;
}

.top-data-arrow {
    position: relative;
    top: -47px;
    left: 6px;
    font-size: 25px;
}

.message-btn-show .equal-btn {
    width: 90px;
}

.proper-digital-data {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

.proper-digital-data table tr th:first-child {
    border-top-left-radius: 20px;
}

.proper-digital-data table tr th:last-child {
    border-top-right-radius: 20px;
}

.short-dat-proper tr:nth-child(even) td {
    background: #fbded1;
}

.short-dat-proper tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.short-dat-proper tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.proper-digitalmedg {
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}


/*=========chat message========*/

.chat-data-content .img_cont img {
    width: 35px;
    height: 35px;
}

.chat-data-content .user_info p,
.time-show,
p.msg_time {
    color: #999;
    font-size: 12px;
    margin-bottom: 0px;
}

.chat-data-content .user_info span {
    font-weight: 500;
}

.card-body-chat.contacts_body li .bd-highlight {
    padding: 15px 0px;
    margin-bottom: 0px;
}

.card-body-chat.contacts_body li {
    padding: 6px 20px;
}

img.img-right-side {
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 23px!important;
    margin-left: 7px;
    border: 1px solid blue;
}

.card-body-chat.contacts_body {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    background: #fff;
    box-shadow: 5px 0 5px -5px rgb(0 0 0 / 20%);
}

.chat-container .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    box-shadow: 0px 11px 10px -15px rgb(0 0 0 / 20%);
}

.card-body-chat.contacts_body::-webkit-scrollbar {
    width: 8px;
    height: 20px;
    border-radius: 20px;
}

.card-body-chat.contacts_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.card-body-chat.contacts_body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
}

.chat-data-content .card {
    border: none;
}

.right-chat .chat-text .msg_text_content {
    padding: 10px 14px;
    color: #fff;
    border-radius: 6px;
}

.chat-text .msg_cotainer_text {
    background: #f7f7f7;
    padding: 10px 20px;
}

.msg_cotainer_send,
.msg_cotainer_text {
    font-size: 13px;
}

.inner-body-card {
    overflow-y: scroll;
    height: calc(100vh - 280px);
}

.inner-body-card::-webkit-scrollbar {
    width: 8px;
    height: 20px;
    border-radius: 20px;
}

.inner-body-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.inner-body-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
}

.card--data {
    box-shadow: 0px 0px 5px 0px #eee;
    padding: 11px 15px;
}

.card-footer-chat {
    background: #fdfdfe;
}

.card-footer-chat i {
    color: #909090;
    font-size: 17px;
}

.card-footer-chat textarea {
    font-size: 13px;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #eee;
}

.card-footer-chat button.paperclip {
    position: absolute;
    right: 10px;
    background: transparent;
    border: navajowhite;
    top: 7px;
}

.card-body-chat.contacts_body .contacts li {
    border-bottom: 1px solid #eee;
}

.time-show span {
    background: #5ea8f6;
    border-radius: 100%;
    font-size: 11px;
    color: #fff;
    padding: 6px 11px;
}

span.online-shape {
    background: #765eeb;
    border-radius: 100%;
    padding: 0px 7px;
    margin-right: 4px;
}

.serch-chat-page i {
    position: absolute;
    left: 15px;
    top: 31%;
}

.serch-chat-page input {
    padding: 20px;
    padding-left: 38px !important;
}

.text-emoj {
    position: absolute;
    top: 20%;
    right: 8%;
}

img.text-send-image {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.show-border-today {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.show-border-today p {
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    background: #fff;
    width: 11%;
    margin: 0 auto;
}


/***job seeker****/

.tabs-jobseeker .nav-pills .nav-link.active,
.tabs-jobseeker .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--orangecolor);
    border-radius: 10px;
}

.tabs-jobseeker .nav-pills .nav-link {
    border-radius: 10px;
    height: 60px;
}

.tabs-jobseeker .nav-pills h3 {
    line-height: 40px;
}

.tabs-jobseeker .tabs-show-gover .show-govertment.active {
    background: var(--darkblue);
}

.shadow-box-form-dta {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

.shadow-box-form-dta .btn-bottom-radious {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.f18-size {
    font-size: 18px;
}


/*****media******/

@media(min-width:1920px) {
    .bannr-credit:before {
        width: 58% !important;
        height: 61vh !important;
        right: 0;
    }
}

@media(min-width:1600px) {
    .container {
        max-width: 1500px;
    }
    h1 {
        font-size: 50px;
    }
    .categories-dx {
        height: 185px;
    }
}

@media(max-width:1600px) {
    .btn-size-show {
        font-size: 18px;
        padding: 10px 14px;
    }
    .bannr-credit:before {
        width: 58%;
        height: 80vh;
        right: 0;
    }
    h2 {
        font-size: 30px;
    }
}

@media(min-width:1660px) {
    .form-data-show .row {
        height: 100%;
    }
    .form-data-show .login-section.col-md-5.ptbtop {
        padding-top: 0px;
    }
    .fond-get-credit {
        width: 60%;
        margin-left: 28%;
    }
}

@media(min-width: 1661px) and (max-width:1800px) {
    .fond-get-credit {
        width: 60%;
        margin-left: 15%;
    }
}

@media(min-width: 1500px) and (max-width:1660px) {
    .fond-get-credit {
        width: 60%;
        margin-left: 19%;
    }
}

@media(min-width: 1450px) and (max-width:1500px) {
    .fond-get-credit {
        width: 65%;
        margin-left: 14%;
    }
}

@media(min-width: 1400px) and (max-width:1450px) {
    .fond-get-credit {
        width: 65%;
        margin-left: 10%;
    }
    .bannr-credit:before {
        width: 57%;
        height: 80vh;
        right: 0;
    }
}

@media(min-width: 1300px) and (max-width:1400px) {
    .container {
        max-width: 1199px;
    }
    .fond-get-credit {
        width: 65%;
        margin-left: 16%;
    }
    .bannr-credit:before {
        width: 57%;
        height: 57vh;
        right: 0;
    }
    .width-res {
        width: 70%;
    }
}

@media(min-width: 1100px) and (max-width:1300px) {
    .container {
        max-width: 1199px;
    }
    .fond-get-credit {
        width: 75%;
        margin-left: 5%;
    }
    .width-res {
        width: 70%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-nav li {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .bannr-credit:before {
        height: 62vh;
    }
    .fond-get-credit {
        width: 80%;
        margin-left: 7%;
    }
    h2 {
        font-size: 30px;
    }
    .width-res {
        width: 70%;
    }
    .btn-size-top button {
        font-size: 13px;
    }
}

@media(max-width:993px) {
    span.navbar-toggler-icon:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        color: #ea5c18;
        font-size: 31px;
    }
    .section-navbar-top .navbar-light .navbar-toggler-icon {
        background: transparent;
    }
    .section-navbar-top button.navbar-toggler {
        border: none;
    }
    .section-navbar-top div#navbarNav {
        background: rgb(234 92 24 / 85%);
        padding-bottom: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 96%;
    }
    .section-navbar-top ul.navbar-nav li:last-child {
        width: 60%;
    }
    .section-navbar-top ul.navbar-nav {
        width: 40%;
        margin: 0px !important;
    }
    .section-navbar-top ul.navbar-nav a.nav-link.text-white.border.rounded.text-center {
        width: 72%;
    }
    .login-section {
        padding-top: 113px;
    }
    h2 {
        font-size: 22px;
    }
    h1 {
        font-size: 35px;
    }
    .bannr-credit:before {
        height: 38vh;
        width: 59%;
        right: 0;
    }
    .slider-show.left-show-dataimg:after {
        display: none;
    }
    .mtb-top {
        margin-top: 32px;
    }
    header.section-navbar-top ul.navbar-nav li a {
        color: #fff;
    }
    a.nav-link.border.border-radious-6.text-center {
        background: #004a97;
    }
    .bannr-credit.position-relative.mtb-top {
        padding-top: 49px;
    }
    .width-res {
        width: 100%;
    }
    .details-show-data .top-cdsr {
        position: absolute;
        top: 10%;
        left: 49%;
        width: 170px;
        overflow: hidden;
        font-size: 14px;
    }
    .btn-size-top button {
        font-size: 13px;
    }
}

@media(max-width:1024px) and (min-width:767px) {
    .popular-job.ptb .f-13 {
        font-size: 11px !important;
    }
    .show-login-data-t .radio-check p {
        width: 35%;
    }
    .inner-header-show .img-show {
        height: 76px;
        width: 76px;
    }
    .top-cdsr {
        position: absolute;
        top: 10%;
        left: 26%;
    }
    .leftside-show .right-details {
        padding-top: 16px;
        padding-left: 0px !important;
    }
    .right-details ul li {
        padding-right: 9px;
        margin-left: 0px !important;
    }
    .inner-header-show .credit-daat {
        text-align: right;
    }
    .resp-set-cls {
        margin-top: 27px;
        margin-left: 15px;
    }
    .set-w-resp {
        width: 100%!important;
    }
    .main-img-top {
        width: 70px!important;
    }
    .set-re-mob {
        margin: 65px 0px 0px 35px;
    }
}

@media(min-width:767px) {
    .form-data-show:before {
        content: "";
        background: #004a97;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-bottom-left-radius: 50px;
    }
    .width-btn-notwell {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .top-logo-nav img {
        width: 60%;
    }
    .section-navbar-top ul.navbar-nav {
        width: 100%;
    }
    .bannr-credit:before {
        height: 44vh;
        bottom: 0;
        border-bottom-left-radius: 0px;
        width: 100%;
    }
    .fond-get-credit {
        margin-bottom: 26px;
    }
    .main-three-btn button {
        width: 47%;
        margin-left: 0px !important;
        margin: 0px 4px !important;
    }
    .employer-benfit:before {
        width: 100%;
        bottom: auto;
        height: 44%;
        border-radius: 0px;
    }
    .employer-benfit .left-right-img {
        margin-bottom: 40px;
    }
    .employer-jobseeker:before {
        top: auto;
        height: 36%;
        border-radius: 0px;
        width: 100%;
    }
    .employer-jobseeker .left-right-img {
        margin-top: 40px;
    }
    .create-account:before {
        width: 100%;
        bottom: auto;
        height: 70%;
        border-radius: 0px;
    }
    .create-account .left-right-img {
        margin-bottom: 20px;
    }
    .mtb-top {
        margin-top: 18px;
    }
    .employer-get-people:before {
        display: none;
    }
    .employer-get-people .left-right-img {
        margin-bottom: 40px;
    }
    .employer-get-people .row {
        flex-direction: column-reverse;
    }
    .slider-show.left-show-dataimg:after {
        display: none;
    }
    footer img.footer-img {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        margin-bottom: 34px;
    }
    footer .copyright {
        margin-bottom: 25px !important;
        text-align: center;
    }
    .list-navbar li {
        padding: 0px 13px!important;
        margin-bottom: 16px;
    }
    .overflow-subcribe {
        width: 50%;
        margin: 0 auto;
        margin-top: 15px;
        display: block;
        text-align: center;
    }
    .main-scroll-slide {
        padding: 20px;
    }
    .show-login-data-t .radio-check p {
        width: 80%;
    }
    section-navbar-top ul.navbar-nav li:last-child {
        width: 45% !important;
    }
    .main-img-top {
        width: 70px!important;
    }
    /***dashboard*******/
    .inner-header-show .img-show {
        height: 70px;
        width: 70px;
    }
    header.navar-dashboard .navbar-brand img {
        width: 62%;
    }
    header.navar-dashboard ul li .nav-link {
        padding: 0px 12px;
        font-size: 18px !important;
    }
    header.navar-dashboard ul.dashboard {
        padding: 0px !important;
    }
    header.navar-dashboard ul li .nav-link span {
        display: none;
    }
    .top-cdsr {
        position: absolute;
        top: 10%;
        left: 26%;
    }
    .leftside-show .right-details {
        padding-top: 16px;
        padding-left: 0px !important;
    }
    .right-details ul li {
        padding-right: 9px;
        margin-left: 0px !important;
    }
    .credit-daat {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    /* .search-filter-data .search-filter-col {
        width: 50%;
    } */
    .award-btn {
        column-count: 1;
    }
    .search-filter-col h3 {
        font-size: 20px;
    }
    .set-re-mob {
        margin: 65px 0px 0px 35px;
    }
}


/* ================vishal========= */

.radio-btn-top .active input[type="radio"] {
    background: var(--orangecolor);
    width: 0px;
    height: 2px;
    position: relative;
    padding: 5px;
}

.radio-btn-top input[type="radio"] {
    border: 2px solid #ea5c18;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 6px;
}

.blue-hover:hover {
    background-color: #ea5c18;
}

.user-img {
    position: absolute;
    left: 18px;
    top: 57%;
    width: 19px;
}

.main-botum-border {
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    border-bottom: 1px solid grey!important;
    border-radius: 0px;
}

.bg-accordion {
    background-color: #FBFBFB;
}

.border-grey {
    border: 1px solid #ced4da;
}

.decoratin-line:hover {
    text-decoration: none!important;
}

.card {
    background-color: #FBFBFB!important;
}

.radio-btn-top .active input[type="radio"] {
    background: var(--orangecolor);
    width: 0px;
    height: 2px;
    position: relative;
    padding: 5px;
}

.main-active-dots {
    background-color: #004a97;
    color: white;
}


/*================vishal=========*/

.radio-btn-top .active input[type="radio"] {
    background: var(--orangecolor);
    width: 0px;
    height: 2px;
    position: relative;
    padding: 5px;
}

.radio-btn-top input[type="radio"] {
    border: 2px solid #ea5c18;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 6px;
}

.blue-hover:hover {
    background-color: #ea5c18;
    color: white;
}

.none-hover {
    background-color: white;
}

.user-img {
    position: absolute;
    left: 18px;
    top: 61%;
    width: 19px;
}

.main-botum-border {
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    border-bottom: 1px solid rgb(226, 224, 224)!important;
    border-radius: 0px;
}

.bg-accordion {
    background-color: #FBFBFB;
}

.border-grey {
    border: 1px solid #ced4da;
}

.decoratin-line:hover {
    text-decoration: none!important;
}

.main-botum-border {
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    border-bottom: 1px solid rgb(226, 224, 224)!important;
    border-radius: 0px;
}

.top-data-arrow {
    position: absolute;
    top: 0px;
    left: 0px;
}

.none-hover {
    background-color: white;
}

.age-img-show i {
    padding: 7px;
    position: absolute;
    bottom: 33px;
    left: 75px;
    background-color: white;
    border-radius: 20px;
    border: 2px solid var(--orangecolor);
}

.img-get {
    width: 29px;
    left: 79px;
    position: absolute;
    bottom: 36px;
    border-radius: 20px;
    opacity: 0;
    cursor: pointer!important;
}

.img-after-icon {
    border: 2px solid var(--orangecolor);
    border-radius: 68px;
}


/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/


/* .inner-header-show .img-show img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
} */

.height-drop-down {
    height: 50px;
}

.file-input-get {
    position: absolute;
    top: 5px;
    width: 21px;
    right: 64px;
    opacity: 0;
}

.img-show .main-img-top {
    height: 100%;
    width: 105px;
    border-radius: 50%!important;
    object-fit: cover;
}

.main-dashed-input {
    cursor: grab!important;
}

.iti.iti--allow-dropdown {
    width: 100%;
    padding: auto 0px;
}

.img-set-serc img {
    height: 300px;
}

.hov-anch-t {
    background-color: #f3f3f3;
}


/*.hov-anch-t:hover ~.wfwferfer{
color: white!importat;
}*/

.ho-anchor-t {
    position: absolute;
    top: 20px;
    right: 40px;
}

.hov-anch-t:hover.ho-anchor-t {
    color: white!important;
}

.img-cls-ser img {
    height: 400px;
}

.img-radious-add {
    border-radius: 50%;
    border: 2px solid #004a97;
    height: 130px;
    width: 130px;
}

.img-radious-add img {
    border-radius: 50%;
}

.edit-btn-add {
    position: absolute;
    right: -18px;
    bottom: 16px;
    border-radius: 30px;
    border: 2px solid #004a97;
    background-color: grey;
}

.text-aria-add {
    height: 100px!important;
}

.input-get-add {
    width: 31px;
    height: 30px;
    position: absolute;
    right: -19px;
    bottom: 21px;
    z-index: 99;
    opacity: 0;
}

.mai-inpu-addd {
    width: 30px;
}


/*vishal css for range slider */

#slider-range {
    width: 200px;
}

.ui-widget-content {
    height: 4px;
    background-color: var(--darkblue)!important;
    ;
    border: none !important;
    position: relative;
}

.ui-widget-header {
    background-color: red!important;
    position: absolute;
    height: 100%;
}

.ui-slider-handle {
    top: -8px !important;
    height: 20px;
    width: 20px;
    background-color: red!important;
    border-radius: 10px;
    border-color: red !important;
    position: absolute;
}

.slider-labels {
    margin-top: 10px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
   */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #345DBB;
}


/* Styling;
   */

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}


/* Handles and cursors;
   */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}


/* Disabled state;
   */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/*===========css-3-12==================*/

.adius-img-add {
    border: 2px solid var(--darkblue);
    border-radius: 30px;
}

.adius-img-add img {
    border-radius: 30px;
    height: 50px;
    width: 50px;
}

.anc-icon-height {
    font-size: 40px;
}

.main-edit-pen {
    border: 1px solid var(--darkblue);
    height: 35px;
    border-radius: 10px;
    padding: 5px 9px;
}

.main-edit-pen-2 {
    border: 1px solid var(--orangecolor);
    height: 35px;
    border-radius: 10px;
    padding: 5px 9px;
}

.btn-bottm-rad {
    border-bottom-right-radius: 10px;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hover-part-addddp {
    transition: 0.4s;
}

.hover-part-addddp:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px var(--darkblue);
}

.hover-btn-in-add:hover {
    background-color: var(--darkblue);
    color: white;
}

.hover-part-addddp-10:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px var(--orangecolor);
}

.img-radious-add img {
    border-radius: 50%;
    height: 127px;
    width: 127px;
}

.edit-btn-add {
    background-color: white;
}


/* }.favourit-drop i {
    position: absolute;
    left: 12%;
    top: 30%;
    color: var(--textgrey);
    font-size: 14px;
} */

.f-18 {
    font-size: 18px;
}

.show-data-mesg {
    padding: 0px!important;
}

.left-img-list-2 img {
    width: 53px;
    height: 53px;
    object-fit: cover;
    border-radius: 40px;
    border: 2px solid var(--darkblue);
}

.ovr-hiden {
    overflow: hidden;
    height: 50px;
}

.hov-guid-lik {
    color: var(--orangecolor);
    margin-top: 0px;
}

.hov-guid-lik:hover {
    background: var(--orangecolor);
    /* color: #fff!important; */
}

.heigt-wth-inpu li span input {
    height: 15px!important;
}


/********************06/12/21***************************/

.proper-show-scroll-10 {
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    height: 330px;
}

.proper-show-scroll-4 {
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    height: 300px;
}

.f-15 {
    font-size: 15px;
}

.text-aria-ht {
    height: 100px;
}

.hover-part-addddp:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px var(--darkblue);
}

.hover-btn-in-add:hover {
    background-color: var(--orangecolor);
    color: white;
}

.hover-btn-in-add-10:hover {
    background-color: var(--darkblue);
    color: white;
}

.btn-bottm-rad {
    border-bottom-right-radius: 10px;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hover-part-addddp {
    transition: 0.4s;
}

.border-radious-30 {
    border-radius: 30px;
}

.bg-refrence {
    background-color: #F5F5F5;
}

.emoji-d {
    position: absolute;
    right: 85px;
    top: 7px;
}


/******************7/12/21*****************************/

.msg_text_content {
    float: right;
    width: auto;
    max-width: 90%;
}

.pehr-width-set {
    float: right;
    width: auto;
    max-width: 90%;
}

.msg_cotainer_text {
    float: left;
    width: auto;
    max-width: 90%;
}

.msg_cotainer_send {
    width: 490px;
    text-align: right;
}

.msg_cotainer_text-ttt {
    width: 490px;
    text-align: left;
}


/*.msg_cotainer_send img{text-align: right!important;}*/

.input-message-filed {
    width: 80%;
    height: 40px;
    padding-top: 9px;
    padding-left: 5px;
}

.view-resume-ad:focus-visible {
    outline: none!important;
}

.emoji-picker {
    top: 300px!important;
}

.add-taskbtn {
    border: 2px dashed #c8c5c5;
    height: 83px;
    border-radius: 10px;
    cursor: pointer;
}


/*============ home-page-8-12-21========== */

.img-profile img {
    height: 50px;
    width: 50px;
    border-radius: 40px;
}

.img-side-carousel .img-round-engel {
    height: 220px;
    width: 100px;
    object-fit: cover;
}

.btn-wdth-set-home {
    width: 45%;
}

.last-end .img-bg-splash {
    background: url('../images/Section09.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.btn-vishit-input-home:focus {
    border: 0px;
    box-shadow: none;
}

.width-btn-notwell {
    width: 47%;
}

.height-namw-widt {
    overflow: hidden;
    width: 100%;
    max-height: 40px;
}

.proper-show-scroll-2 {
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    height: 90px;
}

.proper-show-scroll-top {
    border-radius: 20px;
    background: #fff;
}

.proper-degn-shoe-d {
    border-radius: 20px;
    background: #fff;
    height: 90px;
}

.f-12 {
    font-size: 12px;
}

.set-height-and-w {
    font-size: 13px;
    height: 40px;
    width: 80px;
    overflow: hidden;
    min-height: 20px;
}

.pehrag-set-pehrah {
    width: 170px;
    max-height: 40px;
    min-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

.wisdt-img-deve {
    width: 60px;
    height: 60px;
    margin: auto;
}

.driving-select img {
    object-fit: cover;
}

.text-aria-fil {
    min-height: 100px!important;
}

.star-ico-aey {
    position: absolute;
    top: 14px;
    right: 30px;
}

.heit-divt-set {
    min-height: 100px;
    max-height: auto;
}

.height-set-send-off {
    height: 190px!important;
}

.heit-peehrt {
    height: 77px;
    overflow: hidden;
}

.borde-set-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hov-org-on-mous:hover {
    background-color: var(--darkblue);
    color: white;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 50px;
}


/* .text-onli-hov:hover{color:#ea5c18;} */

.text-onli-hov:hover {
    color: var(--orangecolor)!important;
}

.ye-b-pehra {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.hov-guid-lik:hover {
    color: var(--darkblue);
}

.ovr-hiden {
    overflow: hidden;
    height: 50px;
    min-height: 15px;
    max-height: 35px;
}

.remove-shortlist {
    position: absolute;
    right: 31px;
    top: 15px;
    font-size: 16px;
}

.user-image-doe a img {
    height: 71px;
    width: 71px;
    border-radius: 37px;
}

.border-radioa-set-pro {
    border-radius: 40px;
    border: 3px solid var(--darkblue);
}

.pehraset-sort-in {
    width: 233px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 0px;
}

.scroll-adat-t {
    height: 328px;
    overflow-y: scroll;
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
    padding-right: 14px;
    padding-right: 14px;
}

.scroll-adat-t-emp {
    height: 215px;
    overflow-y: scroll;
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
    padding-right: 14px;
    padding-right: 14px;
}

.scroll-adat-t-emp-1 {
    height: 215px;
    overflow-y: scroll;
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
    padding-right: 14px;
    padding-right: 14px;
}

.pehraset-sort-in {
    width: 233px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 0px;
}

.add-taskbtn-10 {
    border: 2px dashed #c8c5c5;
    height: 104px;
    border-radius: 10px;
    cursor: pointer;
}

.h-nofound img {
    height: 275px;
    width: 275px;
}

@media(min-width:767px) {
    .form-data-show:before {
        content: "";
        background: #004a97;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-bottom-left-radius: 50px;
    }
}


/* ==============================13/12/2021==================== */

.stet-het-name {
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
    width: 135px;
}

.set-height-tetx {
    min-height: 28px;
    max-height: 28px;
    width: 135px;
    overflow: hidden;
}

.eye-btn-pass {
    position: absolute;
    top: 48px;
    right: 25px;
}

.hste-height-40 {
    height: 40px!important;
}

.set-w-resp {
    width: 60%;
}

.img-not-set .img-card-id {
    height: 195px;
    width: 300px;
    object-fit: contain;
}

.removeimg {
    right: 35px;
}

.hest-set-bord {
    height: 220px;
}


/* ===========csss-15-12-21============ */

.add-more-btn-er {
    font-size: 14px;
    border-radius: 20px;
    background-color: var(--orangecolor);
    color: white!important;
}

.first-btn-whit {
    background-color: white;
    color: var(--orangecolor);
}

.first-btn-whit:hover {
    background-color: var(--orangecolor)!important;
    color: white!important;
}

.pointer-curs {
    cursor: pointer;
}

.theme-shadow {
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.focus-none:focus {
    box-shadow: none;
}


/* subscription page */

.fw-500 {
    font-weight: 500;
}

.f-11 {
    font-size: 11px;
}

.white-box-div {
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
}

.subscription-name {
    text-align: center;
}

.subscription-name h4 {
    font-size: 30px;
    font-weight: 500;
}

.white-box-div hr {
    height: 0.8px;
    margin: 0;
}

.features-list {
    list-style: none;
    padding-left: 5px;
    margin: 0;
    min-height: 338px;
}

.features-list li {
    line-height: 36px;
    font-size: 15px;
}

.list-icon {
    padding-right: 7.4px;
    font-size: 18px;
}

.select-btn {
    background-color: #fff;
    color: var(--darkblue);
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
    border: none;
}

#payment-modal .form-group {
    margin-bottom: 1.5rem;
}

.select-btn:focus,
.select-btn.selected {
    background-color: var(--orangecolor);
    color: #fff;
}

.basic-subscription {
    background-color: #004a97;
    border-radius: 15px;
}

.basic-subscription hr {
    background: #3f77b1;
}

.standard-subscription {
    background-color: #007397;
    border-radius: 15px;
}

.standard-subscription hr {
    background: #3f96b1;
}

.enterprise-subscription {
    background-color: #002d97;
    border-radius: 15px;
}

.enterprise-subscription hr {
    background: #3f61b1;
}

.first-cap {
    left: -13px;
    top: -8px;
}

.second-cap {
    top: -10px;
    right: -20px;
}


/* input[type=date] {
    padding-left: 43px!important;
} */

input[type=date].left-date::-webkit-calendar-picker-indicator {
    color: #989898!important;
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: 0;
    left: -10px;
    cursor: pointer;
}

input[type=date].left-date::-webkit-calendar-picker-indicator:before {
    background: #eee;
    background: linear-gradient(90deg, #989898);
    box-shadow: 0 1px 1px #989898;
    border-radius: 24px;
    content: '';
    display: block;
    height: 22px;
    left: -2px;
    position: absolute;
    top: -5px;
    width: 22px;
    z-index: -1;
}

.capo-1 {
    position: absolute;
    left: 0px;
    top: 35px;
}

.capo-2 {
    position: absolute;
    right: 0px;
    top: 35px;
}

@media(max-width:576px) {
    .white-box-div {
        margin-left: 0px;
        margin-right: 0px;
        padding: 40px 10px;
    }
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
    margin: 0;
    height: 42px!important;
}

input[type="date"].left-date::-webkit-inner-spin-button,
input[type="date"].left-date::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
    padding-left: 25px!important;
}


/**====new pages design
====****/

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.space_30,
.space-top-30 {
    padding-top: 30px;
}

.space_30,
.space-bottom-30 {
    padding-bottom: 30px;
}

.space_50,
.space-top-50 {
    padding-top: 50px;
}

.space_50,
.space-bottom-50 {
    padding-bottom: 50px;
}

.ptb_100,
.pttop_100 {
    padding-top: 100px;
}

.ptb_100,
.ptbottom_100 {
    padding-bottom: 100px;
}

.text-grey {
    color: #999999;
}

.text-darkgrey {
    color: #544C4C;
}

.text-darkblue {
    color: #004A97;
}

.f-22 {
    font-size: 22px;
}

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

.lheight-24 {
    line-height: 24px;
}

.one-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.cursor-pointer {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    word-break: break-word;
}

.add-start-common {
    border-radius: 5px;
    opacity: 1;
    background: transparent;
    border: 1px solid #004A97;
    font-size: 10px;
    padding: 6px 26px;
    display: inline-block;
}


/**tabs-interview***/

.interview-tabs {
    border-bottom: 3px solid #E4F1FF;
}

.interview-tabs .nav-link {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    border: 0px;
    ;
}

.interview-tabs .nav-item.show .nav-link span,
.interview-tabs .nav-link.active span,
.interview-tabs .nav-link:focus span,
.interview-tabs .nav-link:hover span {
    color: #004a97;
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid #004a97;
}

.interview-tabs .nav-item.show .nav-link,
.interview-tabs .nav-link.active,
.interview-tabs .nav-link:focus,
.interview-tabs .nav-link:hover {
    color: #004a97;
    background-color: transparent;
    border: 0px;
}

.interview-tabs .nav-link span {
    padding-bottom: .5rem;
}

.interview-tabs .nav-link:first-child {
    padding-left: 0px;
}

.interview-box-common {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #C4BFBF;
    border-radius: 20px;
    opacity: 1;
    padding: 18px 15px;
}

.inter-tabs-list .img-left img.rounded-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.view-profile a.btn-profile {
    border: 1px solid #004A97;
    border-radius: 15px;
    opacity: 1;
    padding: 4px 12px;
    font-size: 11px;
    color: #004A97;
    display: inline-block;
}

button.btn-blue-start {
    background: #004A97 !important;
    color: #fff;
}

button.add-start {
    border-radius: 5px;
    opacity: 1;
    background: transparent;
    border: 1px solid #004A97;
    font-size: 12px;
    padding: 8px 12px;
    display: inline-block;
}

.start-width {
    width: 49%;
}

button.btn-orange,
button.btn-orange:focus {
    color: #EA5C18;
    border-color: #EA5C18;
    border: 1px solid #EA5C18;
}

.mon-dt li:first-child {
    padding-left: 68px;
}

.ques-scroll {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 6px;
}

.quesno {
    min-width: 28px;
    line-height: 48px;
    display: inline-block;
}


/****interviw-shortlist***/

.circle-dt .circle_percent_easy {
    font-size: 90px;
    width: 90px;
    height: 90px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
}

.circle-dt .circle_inner_easy {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    clip: rect(0 1em 1em .5em);
    border-radius: 50%;
    overflow: hidden;
}

.circle-dt .round_per_easy {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #EA5C18;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.circle-dt .percent_more_easy .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.circle-dt .percent_more_easy:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #EA5C18;
    content: '';
}

.circle-dt .percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.circle-dt img.rounded-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
}

.circle_percent {
    font-size: 45px;
    width: 45px;
    height: 45px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #EA5C18;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #EA5C18;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-weight: 600;
}

.circle-dt img.rounded-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
}

.circle-dt .circle_inbox {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background-color: transparent;
    z-index: 3;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.circle-dt .circle_inbox span.percent_text_easy {
    position: absolute;
    left: 0px;
    width: 33px;
    height: 33px;
    bottom: -17px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EA5C18;
    opacity: 1;
    border-radius: 100px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    line-height: 33px;
    color: #004A97;
    z-index: 1024;
    display: inline-block;
}

.btn-light {
    background: #F2F7FC 0% 0% no-repeat padding-box;
    border-radius: 13px;
    box-shadow: unset;
    border: 0px;
    padding: 6px 14px;
    color: #004A97;
    font-size: 14px;
}

.circle-percentage li:before {
    border-right: 1px solid #C4BFBF;
    padding-right: 9px;
    content: "";
    position: absolute;
    right: -13px;
    height: 66px;
    top: 7px;
    opacity: 0.4
}

.circle-percentage li:last-child:before {
    border: 0px;
}


/***question score***/

.accordition-collspan .btn-link:not(.collapsed)::after {
    background-image: url(../images/Down_Arrow.png);
    transform: rotate(-180deg);
}

.accordition-collspan .btn-link::after {
    flex-shrink: 0;
    width: 20px;
    height: 13px;
    top: 20px;
    margin-left: auto;
    content: "";
    background-image: url(../images/Down_Arrow.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 21px;
}

.top-score {
    background: #fcfcfc;
    padding-left: 40px;
    padding-right: 40px;
}

.accordition-collspan .card,
.accordition-collspan .card-header {
    background-color: #fff !important;
    border-radius: 5px;
}

.accordition-collspan .card-header.btn.btn-link {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.accordition-collspan .card-header.collapsed {
    border-bottom: 0px;
}

.scrore-number {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #C8C8C8;
    border-radius: 5px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .total-score h6 {
    border: 0.5px solid #C8C8C8;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    width: 110px;
    margin-left: auto;
} */

.total-score h6 {
    border: 0.5px solid #C8C8C8;
    border-radius: 5px;
    background: #fff;
    padding: 16px 13px;
    margin-right: 15px;
    min-width: 136px;
    display: inline-block;
    margin-left: auto;
}

.total-score h6 span {
    color: #000;
    margin-left: 3px;
    display: inline-block;
}

.add-start-save {
    border-radius: 5px;
    opacity: 1;
    background: transparent;
    border: 1px solid #004A97;
    font-size: 15px;
    padding: 17px 12px;
    min-width: 240px;
    display: inline-block;
}

.width-common {
    width: 400px;
}


/****ongoing document***/

.upload-common-dt {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #7B8A9B;
    border-radius: 5px;
    padding: 20px 21px;
}

.upload-line-power {
    background: #E4F1FF;
    width: 120px;
    height: 6px;
    border-radius: 6px;
    position: relative;
}

.upload-line-power:before {
    content: "";
    background: #004A97;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 88px;
    border-radius: 6px;
    height: 6px;
}

button.btn-orange-upload {
    background: #EA5C18 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 5px;
    border: 0px;
    width: 94px;
    height: 31px;
    color: #fff;
    font-size: 14px;
}

.upload-cammera img {
    padding: 7px;
    background: #004A97 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.upload-cammera input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    opacity: 0;
    width: 29px;
}


/****Employment-contact**/

.back-job-home-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 9px 18px;
    font-weight: 400;
    color: #004A97;
    font-size: 15px;
}

img.circle-type-rounded {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.grid-column-dt {
    display: grid;
    grid-template-columns: 100px 5fr 0.5fr;
    grid-gap: 4px;
    align-items: center;
}

button.save-diiferent {
    padding: 11px 32px;
}

.top-score .form-dt {
    padding-left: 8px !important;
    border: 1px solid #e4dede;
    height: 37px;
    font-size: 14px;
}

.decline-btn {
    border-radius: 5px;
    opacity: 1;
    background: transparent;
    border: 1px solid #004A97;
    font-size: 14px;
    padding: 10px 2px;
    display: inline-block;
}

.interview-modal .modal-content {
    border-radius: 10px;
    padding: 34px;
    position: relative;
}

.interview-modal .modal-content button.close {
    position: absolute;
    right: 23px;
    top: 19px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: 1;
    font-size: 17px;
    cursor: pointer;
}

.select-form select {
    border-radius: 7px;
    height: 50px;
}


/**interview query***/

.form--role-input {
    border: 1px solid #e1d9d9;
    border-radius: 5px;
    height: 50px;
    background: #fafafa;
    font-size: 15px;
}

.bag-image {
    width: 18px;
}


/**template***/

.question-box {
    border: 1px solid #e1d9d9;
    border-radius: 5px;
    min-height: 50px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px;
    width: 100%;
}

.input-check input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ea5c18;
    line-height: 16px;
}

.input-check input[type="checkbox"]:before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #ea5c18;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #000;
}

.input-check input[type="checkbox"] {
    appearance: none;
    width: 20px;
    -webkit-appearance: none;
    position: relative;
}

.border-radio-box {
    border: 1px solid #e1d9d9;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 14px;
}

input.radio-btn {
    position: absolute;
    right: 32px;
    top: 25px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #EA5C18;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

input.radio-btn:checked:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #EA5C18;
    border-radius: 50px;
    position: absolute;
    line-height: 39px;
    left: 2px;
    top: 2px;
}

input.radio-btn:before {
    content: "";
    display: inline-block;
}

input.radio-btn[type="radio"]:checked+.border-radio-box {
    border: 1px solid #004A97;
}

.trash-btn,.interview-trash-btn {
    z-index: 2;
    background: #fff;
    position: absolute;
    right: 14px;
    top: -7px;
    border: 1px solid #004a97;
    border-radius: 50px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    color: #004a97;
}

.create-border:before {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    right: 0;
}


/***document-employer***/

.employer-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #7B8A9B;
    border-radius: 5px;
    opacity: 1;
    padding: 13px 15px;
}

input.upload-file-picker {
    position: absolute;
    left: 0px;
    width: 18px;
    opacity: 0;
    cursor: pointer;
}


/**responsive view***/

@media(max-width:1600px) and (min-width:1200px) {
    .column-lg-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .column-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media(max-width:992px) {
    .create-border:before {
        content: "";
        border-bottom: 1px solid #ddd;
        border-right: 0px;
        position: absolute;
        bottom: 0px;
        height: 2px;
        width: 100%;
        right: 0px;
        left: 0px;
        top: auto;
    }
    .question-box {
        line-height: 22px;
        font-size: 13px;
        padding: 10px;
    }
    .top-score {
        padding-left: 10px;
        padding-right: 10px;
    }
    .start-width {
        width: 130px;
    }
}

@media(max-width: 767px) {
    .list-viewinter .circle-dt {
        flex-wrap: wrap;
    }
    .list-viewinter .end-textdt {
        margin-top: 26px;
        position: absolute;
        right: 27px;
        top: 74px;
    }
    ul.circle-percentage {
        flex-direction: column;
        justify-content: center;
    }
    .circle-percentage li:before {
        bottom: 1px;
        border-right: 0px;
        border-bottom: 1px solid #C4BFBF;
        padding-right: 0px;
        padding-bottom: 10px;
        content: "";
        position: absolute;
        right: 0px;
        left: 0px;
        height: 2px;
        top: auto;
        width: 100%;
    }
    .interview-tabs {
        flex-direction: column;
    }
    .interview-tabs .nav-link {
        padding-left: 0px;
        border-bottom: 0px;
    }
    .circle-percentage li {
        width: 150px;
        text-align: center;
    }
    .top-score {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wrap-save,
    .driver-mobile-view {
        flex-direction: column;
    }
    .mon-dt {
        margin-top: 40px;
    }
    .mon-dt li:first-child {
        padding-left: 0px;
    }
    .text-decline-anchar {
        width: 300px;
    }
}

@media(max-width:400px) {
    .start-width {
        width: 100%;
    }
}

@media(max-width:360px) {
    .mobile-view-flex {
        flex-direction: column;
        align-items: start !important;
        width: 100%;
        display: block !important;
    }
    .mobile-view-flex .content-show {
        margin-top: 16px;
    }
    .mon-dt li:first-child {
        padding-left: 0px;
    }
    .f-14 {
        font-size: 13px;
    }
    .moblie-wrap-view {
        flex-direction: column;
    }
    .moblie-wrap-view p.f-14.mx-3 {
        margin: 0px !important;
    }
}

.grid-select {
    display: grid;
    grid-template-columns: 1fr 1fr 17px;
    grid-gap: 10px;
    align-items: flex-end;
}

.questionans .scrore-number {
    text-align: center;
}


/***27-12-2022**/

.company-detail-profile {
    max-width: 100px;
    margin: 0 auto;
    position: relative;
}

.company-detail-profile .column-show-profile {
    border: 3px solid #004A97;
    border-radius: 100%;
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
}

.company-detail-profile .column-show-profile .edit-dt {
    position: absolute;
    right: 3px;
    bottom: -1px;
    width: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #004A97;
    opacity: 1;
    height: 25px;
    padding: 3px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

img.upload-company {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    object-fit: cover;
}

.company-detail-profile input.upload-company-profile {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.company-detail-profile .column-show-profile .edit-dt img.cammera-icon {
    width: 13px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 3px;
    position: relative;
}

.cammera-png-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

.cammera-png-text img.cammera-edit {
    width: 30px;
}

.cammera-png-text p {
    color: #004A97;
    font-size: 11px;
    font-weight: 600;
}

.plain-check {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
}

.text-blue {
    color: var(--darkblue);
}

.text-orange {
    color: var(--orangecolor);
}

.text-balckgrey {
    color: #2B2B2B;
}

.fw-600 {
    font-weight: 600;
}

.uplcomin-fw {
    font-weight: 500;
}

.month-count {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--darkblue);
    padding: 4px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-current-plain {
    padding: 4px 25px 3px 10px;
    color: #fff;
}

.month-count h4 {
    font-size: 26px;
}

.month-count p {
    font-size: 13px;
    font-weight: 700 !important;
}

.logout-icon-img img {
    width: 21px;
}

.btn.btn-template {
    background: var(--darkblue);
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
}

.company-details-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #0000000F;
    border-radius: 20px;
    opacity: 1;
    padding: 28px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.column-logo-detials {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    gap: 20px;
}

.logo-details img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    text-align: center;
    border: 2px solid #004A97;
}

.logo-details {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /* border: 2px solid #004A97; */
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-transparent {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
}

.btn-transparent:hover {
    background: var(--orangecolor);
    border: 1px solid var(--orangecolor);
    color: #fff;
}

.location-small {
    max-width: 10px;
}

.wrap-nsert-profile {
    display: grid;
    grid-template-columns: 145px auto;
}

.nsert-profile {
    display: grid;
    grid-template-columns: 108px auto;
}

.home-employer .award-btn {
    column-count: 4;
}

.grid-templatesearch {
    display: grid;
    grid-template-columns: auto auto;
    padding-right: 25px;
}

.grid-templatesearch i {
    position: absolute;
    left: 21px;
    top: 10px;
}

.grid-templatesearch .height-in-res-inp {
    padding-left: 33px;
}

.grid-templatesearch .height-in-res-inp p {
    font-size: 14px;
    line-height: 23px;
}

.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.grid-ofer-listdt {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 10px;
    margin-bottom: 24px;
}

.proper-show-scroll:hover .hov-anch-t {
    background: var(--orangecolor) !important;
}

.inter-tabs-list .grid-ofer-listdt .img-left img.rounded-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.proper-show-scroll:hover .hov-anch-t h3,
.proper-show-scroll:hover .hov-anch-t a {
    color: #fff !important;
}

.two-line-content-show {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-view-resume .modal-content {
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 20px;
}

.modal-view-resume .modal-content .modal-body {
    padding: 30px 40px;
}

.list-user-resume {
    padding-top: 40px;
    padding-bottom: 30px;
}

ul.list-user-resume li a {
    border: 0.5px solid #707070;
    border-radius: 10px;
    padding: 10px 17px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    height: 54px;
}

ul.list-user-resume li p {
    color: #2B2B2B;
    font-weight: 700;
}

ul.list-user-resume li a i.fa.fa-angle-right {
    color: #000000;
    font-size: 27px;
}

.modal-view-resume button.close {
    position: absolute;
    right: 21px;
    top: 20px;
    opacity: 1 !important;
    z-index: 1;
}

.list-user-resume .areatext {
    border: 0.5px solid #707070;
    border-radius: 10px;
    min-height: 150px;
}

.fw-semibold {
    font-weight: 600;
}

.work-box {
    border: 1px solid #CED4DA;
    border-radius: 10px;
    padding: 10px;
}

ul.othrskills {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, 210px);
    gap: 10px;
    padding-left: 24px;
}

ul.othrskills li {
    color: #9D9D9D;
    list-style: none;
    position: relative;
    font-size: 14px;
}

ul.othrskills li:before {
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 6px;
    border-radius: 50%;
}

.btn-ornage-offer {
    background: var(--orangecolor);
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
}

.company-details-upload input {
    padding-left: 40px;
}

.ctnumber {
    padding-left: 60px !important;
}

.company-details-upload img.build-up {
    position: absolute;
    top: 49px;
    width: 13px;
    left: 26px;
}

.grid-clumn-web {
    display: grid;
    grid-template-columns: auto 100px;
    gap: 10px;
}

.check-list {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

input.list-check {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    padding-left: initial;
    border: 1px solid var(--darkblue);
    border-radius: 5px;
}

input.list-check:checked:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 11px;
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--darkblue);
}

img.build-up-email {
    position: absolute;
    top: 55px;
    width: 13px;
    left: 26px;
}

.company-details-upload select {
    color: #B9B9B9;
}

.company-details-upload input::-webkit-input-placeholder,
.show-login-data-t input::-webkit-input-placeholder {
    /* Edge */
    color: #B9B9B9;
}

.company-details-upload input:-ms-input-placeholder,
.show-login-data-t input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B9B9B9;
}

.company-details-upload input::placeholder,
.show-login-data-t input::placeholder {
    color: #B9B9B9;
}

.btn-ornage-border {
    border: 1px solid #ea5c18;
    border-radius: 15px;
    opacity: 1;
    padding: 4px 12px;
    font-size: 11px;
    color: #ea5c18;
    display: inline-block;
}

.edit-profile-seeker {
    display: flex;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 32px;
    right: 25px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ea5c18;
}

.edit-profile-seeker img.cammera-icon {
    width: 15px;
    height: 15px;
    border: 0px;
    object-fit: contain;
    /* right: 1px; */
    position: relative;
}

input.upload-company-profile {
    width: 25px;
    height: 25px;
    opacity: 0;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}

span.number-video {
    background: #fff;
    position: absolute;
    right: 11px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #004a97;
}

.tabs-show-gover .seeker-avoid .show-govertment.active,
.tabs-show-gover .seeker-avoid .show-govertment:hover {
    background: var(--darkblue);
}

.tabs-show-gover .seeker-avoid .show-govertment:hover a {
    color: #fff !important;
}


/**media**/

@media(min-width:767px) {
    .contact-form-dt {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .contact-seeker {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

@media(max-width:992px) {
    .navar-dashboard img {
        max-width: 125px;
    }
    .f-18 {
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .home-employer .award-btn {
        column-count: 2;
    }
}

@media(max-width:767px) {
    .home-employer .award-btn {
        column-count: 1 !important;
    }
    h3 {
        font-size: 15px;
    }
    h5 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
    }
    .grid-templatesearch {
        grid-template-columns: auto !important;
    }
}


/* 16-feb-23 */

.card-video {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 30px;
}

.user-drop {
    width: 300px;
    border: 1px solid;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 85px auto;
    gap: 20px;
    align-items: center;
}

.img-user-cus img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 100%;
}


/* videocall  17-feb */

img.full-size-show {
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: center;
}

.top-call-video {
    height: 91vh;
    position: relative;
}

.bottom-section-column {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.top-section {
    position: absolute;
    right: 160px;
    height: 200px !important;
    min-width: 200px !important;
    bottom: 96px;
}

.top-section img {
    width: 308px;
    height: 188px;
    object-fit: contain;
}

.edit-time {
    color: #9872E6;
}

.sec-img img {
    width: 41px;
}

.img-2 {
    width: 55px !important;
}


/* #local-media-div video {
    height: 35% !important;
    width: 49% !important;
} */

#media-div video {
    object-fit: cover !important;
    width: 100% !important;
    height: 91vh !important;
    margin: 0px auto !important;
}

.sec-img {
    padding: 6px 0;
    background: #004a97;
}

.showvideotime {
    background: #ea5c18;
    padding: 8px 26px;
    border-radius: 5px;
    position: relative;
    z-index: 9999999;
}

@media(max-width:1360px) {
    .top-section {
        position: absolute;
        right: 60px;
    }
}

@media (max-width:767px) {
    /* .top-section {
        right: 37px;
        bottom: 39px;
    } */
    .top-section {
        right: 0px;
        bottom: 90px;
    }
    .top-section img {
        width: 197px;
        height: 150px;
        object-fit: cover;
    }
}

@media (max-width:500px) {
    #local-media-div video {
        width: 144px !important;
        height: 175px !important;
    }
    .top-section {
        right: 4px;
        bottom: 50px;
    }
}


/* 22-02-2023 errors */

.error {
    color: red;
}

.reg-custom-check {
    margin-bottom: 0px;
    margin-top: 5px !important;
}

.reg-custom-check input[type="checkbox"] {
    height: 20px !important;
}


/* 10-05-2023 */
.contact_padding{
    padding-left: 60px !important;
}

.user-img {
    position: absolute;
    left: 18px;
    width: 19px;
    top: 44px !important;
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.main-dashed-input {
    position: absolute;
    top: 83px;
    width: 100% !important;
    opacity: 0;
    right: 69px;
    height: 100% !important;
    object-fit: contain !important;
}
.input-hobbies {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    margin-bottom: 18px;
    box-shadow: none;
}
.form-control:focus {
    border-color:#ced4da;
    box-shadow: none;
}
.add-btnhobbies {
    position: absolute;
    top: 1px;
    right: 0;
}

.cross-hobbies {
    position: relative;
    display: inline-block;
  }
  .cross-hobbies .badge {
    position: absolute;
    top: -10px;
    right: -23px;
    padding: 4px 6px;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
}
/* subscription page 29-june */
.img-profile{
    width:  90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-details{
    gap: 10px;
}
.employe-profile .template-btn{
padding: 5px 25px;
}
.submit-btn{
    width: 70%;
    text-align: center;
    background-color: var(--blue);
}

.emplouer-button .form-check {
    padding-left: 0 !important;
}
.emplouer-button .form-check-input {
    margin-left: 0.2rem;
}
.emplouer-button input[type=checkbox], input[type=radio]
{
    border: 1px solid var(--blue) !important;
}
.term-wrapper li{
    position: relative;
    padding: 15px;
}
.term-wrapper li::before{
    position: absolute;
    content: "";
    background-color: var(--blue);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 20px;
}
.healh-btn .template-btn{
    padding: 12px 60px;

}
.price-subscription {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 10px;
    padding: 0 3px;
}
.delete-price{
    position: relative;
}
.delete-price::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--orange);
    margin: auto;
    top: 11px;
    left: 10px;
}
.delete::after {
    width: 100%;
    left: 0;
}
.limited-text{
    text-align: center;
    background-color: #F1D7CC;padding: 10px;
    border-radius: 10px 10px 0 0 ;
}
.plan-box{
    border-radius: 10px 10px 0 0 ;
    background-color: var(--blue);
}
.limited-text p{
    color: var(--orange);
}
.plan-list{
    background-color: #F2F6FA;
    padding-bottom: 20px;
}
.plan-list li{
    color: var(--blue);
    position: relative;
    display: flex;
    gap: 8px;
}
.plan-list li i{
    display: block;
    top: 3px;
    position: relative;
}
.plan-list li + li{
    margin: 10px 0;
}
.borderwhite{
    border-right: 1px solid var(--white);
}
.bg-blue{
    background-color:#5c6aee;
    border-radius: 0 10px 10px 0;
    margin-top: -5px;
}
.given-blue{
    background-color: var(--blue);
    border-radius:  10px 0 10px 0;
    margin-top: -5px;
}
.border-given {
    border-radius: 0 10px 10px 0;
    padding: 10px 31px;
    max-height: 322px;
    overflow: auto;
}
.given-border{
    border-radius:  10px 0  0 10px;
    padding: 10px 31px;
    max-height: 322px;
    overflow: auto;
}
.purchase-btn{
    background-color: var(--white);
    color: var(--blue);
    font-size: 18px;
    display: inline-block;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 6px 28px;
    border-radius: 5px;
}
.plans-btn input[type=radio]{
    transform:scale(1.6);
    color:var(--white);
    border: 1px solid var(--white);
    background-color: transparent;
  }
  .plans-btn input[type="radio"]:checked ~ label {
	background-color: transparent;
  color: #fff;
}
.cardplaner {
    background-image: url(../image/bg_swibble.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 10px;
}
.plan-box input[type=checkbox], input[type=radio]{
    transform: scale(1.3);
}

.employer-agreement h4{
    line-height: 27px;
}
.healh-btn{
    margin-top: 80px !important;
}
.form-support label {
    font-size: 20px;
    color: #2B2B2B;
    font-weight: 500;
}
.form-head{
    width: 554px;
    margin: auto;
}
.form-head h3 {
    line-height: 43px;
    font-size: 30px;
    margin-bottom: 84px;
}
@media (max-width:990px){
    .form-head{
        width: auto;
    }
    .form-head h3 {
        font-size: 23px;
        line-height: 36px;
    }
    .left-question p {
        font-size: 16px;
    }
    .banner-contsupport {
        padding: 19px 0  68px !important;
    }
    .form-head h3 {
        margin-bottom: 50px;
    }
    .form-support {
        margin-top: 54px;
    }
}

.left-question {
    background: #fff2f2;
    padding: 22px;
    border-radius: 6px;
}
.left-question p {
    color: #AAAAAA;
}
.form-support {
    margin-top: 113px;
}
.banner-contsupport p{
    font-size: 20px;
    color: #AAAAAA;
}
.img-support {
    max-width: 80%;
}
.banner-contsupport {
    padding: 50px 0  109px;
}
.banner-contsupport h1{
    font-weight: 700;
}
.form-support input {
    height: 52px !important;
    color: #AAAAAA !important;
}
.form-support textarea {
    height: 162px;
}