/* css reset  */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    color: #0c0f12;
}

.d-lg-none {
    display: none !important;
}

.d-sm-block {
    display: block !important;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
    box-shadow: none;
}

.block1:hover {
    position: absolute;
    background-color: white !important;
    width: 100%;
    z-index: 10;
    transition: 0.5s !important;
    box-shadow: 0px 5px 10px 0px grey !important;
}

.block1:hover .more_content {
    display: block;
}

.block1:hover .block1-container {
    z-index: 10;

    position: relative;
}

.block1:hover .job_industry {
    min-height: 820px !important;
}

.block2:hover .more_content {
    display: block;
    transition: all 0.5s ease;
}

.block3:hover .more_content {
    display: block;
    transition: all 0.5s ease;
}

.block4:hover .more_content {
    display: block;
    transition: all 0.5s ease;
}

.more_content {
    display: none;
    transition: all 0.5s ease;
}

.catcher {
    transition: all 0.5s ease;
}

body,
html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1720px;
    width: 100%;
    height: 100%;
}

.gap_45 {
    gap: 15px;
}

.gap_15 {
    gap: 15px;
}

.btn_clr {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    line-height: 30px;
    /* margin-top: 9px; */
}

.btn_clr:hover {
    color: #000;
}

.nav_item {
    /* margin-right: 80px; */
    margin-top: auto;
    margin-bottom: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -110px;
    width: 190px;
}

.nav_item .dropdown-item {
    font-size: 14px;
}

.nav_link img {
    width: 100%;
    margin-bottom: 14px;
}

.nav_wrapper .nav_signin {
    padding: 20px 27px;
    border-radius: 12px;
    background-color: #0c443c;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav_wrapper .navbar-light .navbar-nav .nav-link:hover img {
    opacity: 0.75;
    /* color: orangered; */
}

.nav_wrapper .navbar-light .navbar-nav .nav-link:hover .upr_text {
    /* opacity: 0.8; */
    color: orangered;
}

.nav_wrapper .navbar-light .navbar-nav .nav-link:hover span {
    /* opacity: 0.8; */
    color: orangered;
}

.nav_wrapper .nav_signin a {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
}

.nav_wrapper .nav_reg {
    padding: 20px 35px;
    background-color: #0c443c;
    border-radius: 12px;
}

.nav_wrapper .nav_reg a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 27px;
}

.nav_wrapper .nav_li .upr_text {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0;
}

.nav_wrapper .nav_li .upr_text span {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
}

/* .nav_wrapper .nav-item .nav_li .upr_text:hover {
    color: orangered;
} */

.nav_wrapper .nav_li .lower_text {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
}

/* .nav_wrapper .nav_li .lower_text:hover {
    color: orangered;
}  */

.img_hover:hover {
    opacity: 0.75;
}

.show_more {
    font-size: 20px;
    color: green;
    text-decoration: underline;
}

.show_less {
    font-size: 20px;
    display: none;
    color: green;
    text-decoration: underline;
}

.btn_secondary {
    background-color: #0c443c;
    padding: 13px;
    max-width: 110px;
    border-radius: 12px;
}

.dropdown-toggle {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.dropdown-toggle:hover {
    text-decoration: none;
    color: white;
}

.right-nav-form {
    gap: 15px;
}

.nav_wrapper.dream {
    background: url(../img/dream-banner.svg) no-repeat center;
    background-size: cover;
    /* height: 100vh; */
}

.nav_wrapper {
    background: url("../img/hero/hero_img.svg") no-repeat center;

    /* background-repeat: no-repeat; */
    background-size: cover;
    padding-bottom: 130px;
    height: 100vh;
}

/* hero wrapper Start */

.hero_wrapper .hero_title {
    font-size: 55px;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 28px;
}

/*.hero_wrapper {*/
/*    padding-bottom: 66px;*/
/*}*/

.hero_wrapper p {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.hero_wrapper .hero_input {
    max-width: 1477px;
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
    border-radius: 11px;
    display: flex;
    padding: 2px 20px;
}

.hero_wrapper .hero_inner {
    display: flex;
    padding: 0 20px;
}

.hero_wrapper .hero_input .input_btn {
    max-width: 300px;
    width: 100%;
    background-color: #0c443c;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    text-decoration: none;
    color: #ffffffd6;
    border-radius: 12px;
}

.hero_icon {
    font-size: 45px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 30px;
    color: #058041;
}

.hero_wrapper .input-group {
    max-width: 700px;
    gap: 16px;
    background-color: #ffff;
    border-radius: 12px;
}

.hero_wrapper .form-control {
    padding: 1.7rem 0.75rem;
    font-size: 32px;
    border: none;
    border-radius: 12px;
    background-color: #ffff;
}

.hero_wrapper .input-group img {
    padding-left: 28px;
}

.hero_wrapper .hero_input .input-group.job__input {
    margin-right: 20px;
}

.hero_wrapper .hero_input .input-group.city__input {
    margin-right: 20px;
    max-width: 400px;
}

/*hero wrapper End*/

/* hero wrapper_labour Start */

.hero_wrapper_labour .hero_title {
    font-size: 55px;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 28px;
}

/*.hero_wrapper {*/
/*    padding-bottom: 66px;*/
/*}*/

.hero_wrapper_labour p {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.hero_wrapper_labour .hero_input {
    max-width: 1477px;
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
    border-radius: 11px;
    display: flex;
    padding: 2px 20px;
}

.hero_wrapper_labour .hero_inner {
    display: flex;
    padding: 0 20px;
}

.hero_wrapper_labour .hero_input .input_btn {
    max-width: 300px;
    width: 100%;
    background-color: #058041;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    text-decoration: none;
    color: #ffffffd6;
    border-radius: 12px;
}

.hero_icon {
    font-size: 45px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 30px;
    color: #058041;
}

.hero_wrapper_labour .input-group {
    max-width: 700px;
    gap: 16px;
    /*background-color: #ffff;*/
    border-radius: 12px;
}

.hero_wrapper_labour .form-control {
    padding: 1.7rem 0.75rem;
    font-size: 32px;
    border: none;
    border-radius: 12px;
    background-color: #ffff;
}

.hero_wrapper_labour .input-group img {
    padding-left: 28px;
}

.hero_wrapper_labour .hero_input .input-group.job__input {
    margin-right: 20px;
}

.hero_wrapper_labour .hero_input .input-group.city__input {
    margin-right: 20px;
    max-width: 400px;
}

/*hero wrapper_labour End*/

/* logos section  */
.logo_wrapper .logo_sec {
    display: flex;
    align-items: end;
    gap: 50px;
}

.logo_wrapper .logo_inner {
    display: flex;
    justify-content: space-around;
}

.logo_wrapper .logo_inner .logo_sec p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 7px;
}

.logo_wrapper .logo_inner .logo_sec h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 73px;
    margin-bottom: 0;
}

.logo_wrapper {
    background-color: #fff;
    /* padding: 50px 0 85px 0;
    margin-bottom: 36px; */
}

.partner_wrapper .partner_title {
    font-size: 38px;
    line-height: 51px;
    font-weight: 500;
    margin-bottom: 54px;
}

.partner_wrapper {
    margin-bottom: 70px;
}

.partner_wrapper .customer_logos {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 122px;
}

/* job industry  */
.job_title {
    font-size: 50px;
    line-height: 67px;
    font-weight: 700;
    margin-bottom: 80px;
}

.job_title span {
    color: #55bc7e;
}

.mobile-job-industry {
    display: none;
}

.job_industry .job_inner .inner_title {
    font-size: 40px;
    line-height: 53px;
    font-weight: 500;
    margin-bottom: 10px;
}

.job_industry .job_inner span {
    font-size: 31px;
    line-height: 41px;
    margin-right: 19px;
}

.job_industry .job_inner .inner_detail {
    display: flex;
}

.job_industry .job_inner a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #0b0b0b;
}

.job_industry .job_inner a:link {
    text-decoration: none;
}

.job_industry .job_inner a:visited {
    text-decoration: none;
}

.job_industry .job_inner a:hover {
    text-decoration: none;
}

.job_industry .job_inner a:active {
    text-decoration: none;
}

.job_industry .job_inner {
    padding-top: 35px;
    padding-bottom: 50px;
    border-radius: 16px;
    justify-content: space-between;
}

.job_industry .job_inner .detail {
    display: flex;
}

.job_industry .block1 {
    margin-bottom: 20px;
    border-radius: 16px;
}

.job_industry .block2 {
    margin-bottom: 47px;
    border-radius: 16px;
}

.job_industry .block3 {
    border-radius: 16px;
}

.job_industry .block4 {
    border-radius: 16px;
}

.job_industry {
    background-color: #ecf1f4;
    padding-bottom: 45px;
    min-height: 820px;
}

/* job feature  */
.job_feature {
    padding-bottom: 100px;
    position: relative;
}

.job_feature .card_inner {
    display: flex;
    gap: 17px;
}

.job_feature .card_inner .card_text .text_title {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 4px;
    padding-top: 10px;
}

.job_feature .card_inner .card_text h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
}

.job_feature .card_inner .card_text p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.job_feature .card_wrap .btn_wrap .btn1 {
    max-width: 165px;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    background-color: #e8e8e8;
    padding: 17px 33px 19px 16px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 12px;
}

.job_feature .card_wrap .btn_wrap .btn2 {
    max-width: 140px;
    width: 100%;
    background-color: #e8e8e8;
    padding: 13px 33px 19px 16px;
    text-decoration: none;
    border-radius: 12px;
}

/*
.job_feature .card_wrap .btn_wrap .btn2 span {
    font-size: 13px;
    line-height: 17px;

    color: #000;
} */

.job_feature .card_wrap .btn_wrap {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
}

.job_feature .card_wrap .btn_wrap .btn {
    padding: 10px;
    font-size: 13px;
    line-height: 24px;
    background-color: #e8e8e8;
    text-decoration: none;
    border-radius: 12px;
}

.job_feature .card_wrap .btn_wrap .btn span {
    font-size: 13px;
    line-height: 17px;
    color: #000;
}

.job_feature .card_wrap {
    padding: 28px 25px 21px 27px;
    border-radius: 17px;
    position: relative;
    margin-bottom: 45px;
}

.job_feature .card_inner .img_wrap img {
    border-radius: 50%;
    width: 76px;
    height: 76px;
}

.job_feature .card_inner .card_text {
    margin-bottom: 30px;
}

.content_wrap {
    width: calc(100% - 93px);
}

.content_wrap__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.badge_img {
    position: absolute;
    width: 44px;
    height: 39px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 5%;
}

.badge_img:hover i {
    color: grey;
}

.clr_white {
    background-color: #fff;
}

.badge_img i {
    color: #fadf13;
    font-size: 20px;
}

.job_feature .card_wrap .badge_img img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.job_feature .card_wrap .view_btn {
    text-align: end;
    margin-bottom: 10px;
}

.job_feature .card_wrap .btn3 {
    font-size: 14px;
    line-height: 19px;
    background-color: #058041;
    text-decoration: none;
    color: #fff;
    padding: 12px 32px;
    border-radius: 5px;
}

.card_wrap.mb_60 {
    margin-bottom: 110px;
}

/* pagination  */
.pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.pagination .border_circle {
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 27px;
    line-height: 36px;
    text-decoration: none;
    color: #0c0f12;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #058041;
}

.pagination .border_circle:active {
    background-color: #058041;
    color: #fff;
}

/* latest job  */
.job_latest {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f1f1f1;
}

.card_wrap.bg_white {
    background-color: #fff;
}

.border_circle.bg_white {
    background-color: #fff;
}

/* find job  */
.job_find {
    padding-top: 80px;
    padding-bottom: 120px;
}

.job_find .step_wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 110px;
}

.job_find .step_wrap .step {
    max-width: 322px;
    width: 100%;
}

.job_find .step_wrap .step span {
    font-size: 18px;
    line-height: 24px;
}

.job_find .step_wrap .step .step_title {
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
}

.job_find .step_wrap .step .step_detail {
    font-size: 17px;
    line-height: 22px;
}

.job_find .step_wrap .step .img_wrap {
    max-width: 410px;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.job_find .step_wrap .step .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.job_find .find_btn {
    max-width: 239px;
    width: 100%;
    background-color: #0c443c;
    padding: 20px 65px;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
}

/* job_post  */
.bg-image {
    background-repeat: no-repeat;
    background-position: right;
    height: 630px;
    margin-bottom: -100px;
    background-size: 830px 630px;
}

.job-text {
    padding-left: 6rem;
    padding-top: 10rem;
    width: 700px;
}

.app-link-container-desktop {
    display: block;
}

.app-link-container-desktop .bg-image {
    background-repeat: no-repeat !important;
    background-position: right !important;
    height: 630px !important;
    margin-bottom: -100px !important;
    background-size: 830px 630px !important;
}

.app-link-container-mobile {
    display: none;
}

.job-sub-text {
    width: 550px;
}

.job-post-app img {
    width: 119.66407px;
    height: 40px;
}

.job-post-app {
    margin-top: 20px;
    gap: 10px;
}

.job-sub-text span {
    color: #6c757d;
}

.job_post {

    position: relative;
    width: 100% !important;
    padding: 80px 0 115px;
}

.job_post-container {
    display: flex;
}

.job_post h3 {
    font-size: 32px;
    line-height: 60px;
    color: #fff;
}

.job_post h1 {
    font-size: 112px;
    line-height: 210px;
    color: #fff;
    font-weight: 700;
}

.job_post span {
    color: #058041;
}

.job_post img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 597px;
    width: 100%;
}

.job_post h2 {
    font-size: 33px;
    line-height: 62px;
    font-weight: 500;
    color: #ffffff;
}

.job_post .post_detail {
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.job_post .post_btn {
    border: 1.5px solid rgba(116, 192, 119, 1);
    max-width: 243px;
    width: 100%;
    text-decoration: none;
    color: #ecf1f4;
    background-color: #0c443c;
    border-radius: 12px;
    color: #ffffff;
    padding: 30px 50px;
}

.job_post .post_btn:hover {
    box-shadow: 1px 1px 24px rgba(159, 254, 157, 0.35);
}

/* footer start  */

.footer-underline {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}

.footer-right-part {
    gap: 0px;
}

.footer.link_section {
    background-color: #0c443c;
    color: #fff;
    padding: 50px 0;
}

.footer.link_section .form-control {
    display: block;
    max-width: 280px;
    background: #fff;
    border-radius: 12px;
    color: rgb(0, 0, 0);
}

.footer.link_section .input-group-text {
    max-width: 104px;
    width: 100%;
    padding: 10px 25px;
    border-radius: 2px 10px 10px 0;
    background-color: #55bc7e;
    color: #fff;
}

.footer.link_section .footer_title {
    font-size: 85px;
    line-height: 113px;
    font-weight: 700;
}

.footer.link_section label {
    font-size: 24px;
    line-height: 33px;
}

.footer.link_section .footer_title2 {
    font-size: 32px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer.link_section .line {
    width: 88px;
    height: 4px;
    background-color: #344863;
    border-radius: 4px;
    margin-bottom: 7px;
}

.footer.link_section .line2 {
    width: 194px;
    height: 4px;
    background-color: #344863;
    border-radius: 4px;
    margin-bottom: 7px;
}

.footer.link_section .line3 {
    width: 113px;
    height: 4px;
    background-color: #344863;
    border-radius: 4px;
    margin-bottom: 7px;
}

.footer.link_section a {
    font-size: 22px;
    line-height: 52px;
    text-decoration: none;
    color: #fff;
}

/* social section  */
.social_section .email_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social_section {
    background-color: #349ce3;
    padding: 55px 0;
}

.social_section .email_wrap .email_detail {
    font-size: 20px;
    line-height: 52px;
    margin-bottom: 0;
    color: #fff;
}

.social_section .social_icon {
    display: flex;
    gap: 17px;
    justify-content: center;
}

.social_section .copy_right {
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.social-login-desktop {
    display: block;
}

.social-login-mobile {
    display: none;
}

.social-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.facebook-login-button {
    background: url("../img/facebook-login.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 48px;
}

.google-login-button {
    background: url("../img/google-login.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 48px;
}

.linkedin-login-button {
    background: url("../img/linkedin-login.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 48px;
}

/*************************/
.dream-banner {
    background: url("../img/dream-banner.svg") no-repeat center;
    /* padding: 80px 0 !important; */
    background-size: cover;
    /* border-radius: 0 0 24px 24px; */
}

.hero_wrapper.dream-banner {
    padding-bottom: 0;
}

.dream-job-left-con {
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 16%);
    max-width: 388px;
    width: 100%;
    padding-bottom: 18px;
}

.dream-banner h2 {
    font-size: 33px;
    line-height: 44px;
    margin-bottom: 25px;
    margin-top: 90px;
}

.sort-con {
    background: #f7f8fa;
    padding: 18px 0;
}

.sort-search-con h5 {
    font-size: 25px;
    line-height: 45px;
    color: #051e56;
}

.sort-search-con select {
    font-size: 24px;
    color: #051e56;
    border: none;
    background: #ffffff;
    padding: 14px 12px;
    border-radius: 4px;
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
}

.sort-search-con select:focus {
    outline: none;
}

.sort-search-con select:nth-child(3) {
    margin: 0 30px;
}

.sort-search-con select:nth-child(2) {
    margin-left: 30px;
}

.sort-title button {
    background: #ffffff;
    border: none;

    font-size: 20px;
    color: #051e56;
    padding: 6px 12px;
}

.sort-con img {
    width: 25px;
}

.dream-job-con {
    padding: 28px 0 100px 0;
    background: #f8f8f8;
}

.job-input h6,
.job-cotegory h6 {
    font-size: 16px;
    color: #37383d;
    margin-bottom: 12px;
}

.job-input select {
    background: #ecf1f4;
    border-radius: 4px;
    border: none;
    padding: 10px 13px;
    color: #37383d;
    font-size: 14px;
    width: 100%;
}

.job-input input:focus {
    outline: none;
}

.job-input,
.job-cotegory {
    padding: 15px 40px 15px 36px;
}

.dream-job-con .Enquries-job figure img {
    max-width: 90px;
    width: 100%;
}

.job-cotegory {
    margin-top: 18px;
}

.job-cotegory span {
    font-size: 14px;
    color: #37383d;
}

.job-cotegory .row {
    margin-bottom: 12px;
}

.Enquries-job {
    border: 1px solid #c5c5c5;
    padding: 14px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #ffffff;
}

.Enquries-job figure {
    position: absolute;
}

.Enquries-job-details {
    /* margin-left: 120px; */
}

.Enquries-job-details h3 {
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 8px;
}

.Enquries-job-details h6 img {
    width: 13px;
}

.Enquries-job-details h4 {
    font-size: 24px;
    line-height: 32px;

    color: #37383d;
    margin-bottom: 10px;
}

.Enquries-job-details h6 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
}

.Enquries-job-details span {
    font-size: 18px;
    color: #000000;
    margin-right: 10px;
}

.job-salary-datails h6 {
    font-size: 18px;
    line-height: 34px;
    color: #051e56;
    margin-bottom: 8px;
}

.job-salary-range {
    display: flex;
    align-items: center;
}

.job-salary-datails span {
    font-size: 18px;
    line-height: 22px;
    color: #051e56;
    margin-bottom: 6px;
    margin-left: 5px;
}

.job-salary-datails a {
    height: 37px;
    color: #ffffff;
    font-size: 18px;
    background: #058041;
    border-radius: 4px;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
}

.job-salary-datails {
    width: 100%;
}

.job-active img {
    position: absolute;
    top: -13px;
    right: 0;
}

.Enquries-con h5 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #051e56;
}

.Enquries-con .img_wrp img {
    max-width: 170px;
    width: 100%;
}

.Enquries-con .card_flex {
    display: flex;
    gap: 20px;
}

.job-pagination {
    margin-top: 20px;
}

.information-header {
    background: #058041;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.header-input-field {
    background: #ffffff;
    padding: 8px 11px 8px 9px;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
}

.header-input-field input {
    background: #ecf1f4;
    padding: 14px 20px;
    border-radius: 4px;
    font-size: 10px;
    color: #37383d;
    width: 330px;
    border: none;
    margin-right: 14px;
}

.header-input-field input:focus,
.header-input-field button:focus {
    outline: none;
}

.header-input-field button {
    border: 0;
    background: #55bc7e;
    padding: 9px 10px;
    border-radius: 4px;
}

.information-header .nav-item span {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    margin-top: 14px;
}

.information-header select {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 23px;
    margin-top: 19px;
    padding-right: 5px;
}

.gap_90 {
    gap: 90px;
}

/* .information-header .navbar-nav .nav-item:first-child{
    margin-right: 10px;
} */
.information-header .navbar-nav .nav-item {
    padding-left: 15px;
    /*padding-right: 50px;*/
    margin-top: auto;
    margin-bottom: auto;
}

.information-form-con {
    padding-top: 215px;
    padding-bottom: 84px;
    background: #fff;
}

.information-form-con .person-information-box .basic_plan {
    font-size: 15px;
    line-height: 41px;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
}

.person-information-box,
.person-social-information {
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    margin-bottom: 30px;
}

.person-information-header {
    background: #058041;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    height: 150px;
}

.person-information-body {
    padding: 35px 34px 38px;
    background: #ffffff;
    border-radius: 8px;
}

.person-social-information .poppins-mediam img {
    max-width: 35px;
    width: 100%;
}

.person-information-body h2 {
    text-align: center;
    font-size: 25px;
    line-height: 42px;
    margin-top: 41px;
    color: #051e56;
    margin-bottom: 9px;
}

.person-information-body h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
    color: #000000;
}

.person-information-list li,
.person-social-information li {
    border-bottom: 2px solid #b3b3b3;
    margin-top: 10px;
    /* margin-bottom: 14px; */
    font-size: 16px;
    color: #000000;
    /* padding-left: 50px; */
    padding-bottom: 10px;
}

.person-social-information .list-unstyled img {
    max-width: 35px;
    width: 100%;
}

.basic-information-form {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.person-social-information li a {
    font-size: 25px;
    line-height: 31px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 15px;
}

.person-social-information {
    background: #ffffff;
}

.person-information-list li img {
    padding-right: 10px;
    max-width: 25px;
    width: 100%;
}

.person-information-header img {
    max-width: 160px;
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, 0);
}

.basic-information-form-heading h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 36px;
    margin-left: 35px;
}

.basic-information-form-heading {
    border-bottom: 1px solid #c5c5c5;
}

.information-main-con {
    padding: 12px 25px 55px;
}

.basic-information-form-field label {
    margin-bottom: 10px;
    font-size: 12.3px;
    line-height: 33px;
    color: #000000;
}

.basic-information-form-field input {
    width: 100%;
    background: #f7f8fa;
    padding: 25px 14px 25px;
    border-radius: 4px;
    margin-bottom: 14px;
    border: none;
    font-size: 18px;
    line-height: 24px;
}

.basic-information-form-field input:focus {
    outline: none;
}

.date {
    position: relative;
}

.date:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/date-icon.png) no-repeat bottom right;
    top: -44px;
    right: 17px;
}

.information-header .nav-item img {
    margin: 0 auto;
}

/******************job emp page ***************/
.card-main-con {
    background: url("../../../new_assests/img/home-banner-img.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    overflow-y: hidden;
    height: 100vh;
}

.card-box-con {
    padding: 30px 0;
    margin-bottom: 45px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
}

.card-main-con .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pt_75 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.job_logo img {
    max-width: 250px;
    width: 100%;
}

.card-box-right-con h2 {
    font-size: 38px;
    line-height: 51px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 30px;
}

.card-box-right-con a {
    text-decoration: none;
    background: #058041;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.card-box-right-con a:hover {
    background: #fce015;
    color: #000000;
}

.card-lft-con h1 {
    font-size: 54px;
    line-height: 73px;
    color: #ffffff;
    margin-bottom: 32px;
    /*max-width: 1000px;*/
    width: 100%;
}

.card-lft-con h1 span {
    color: #fce015;
}

.card-lft-con p {
    font-size: 26px;
    line-height: 35px;
    color: #ffffff;
}

.card-box-right-con h2 span {
    color: #058041;
}

.lower_hyper a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.karmadown {
    right: -70% !important;
    left: unset;
}

.lower_hyper {
    /*position: absolute;*/
    bottom: 0;
}

/**************************** company page **********************/
.bg_color {
    background-color: #fff;
}

.form-card-con {
    background-color: #f7f8fa;
    height: 100vh;
    overflow-y: hidden;
}

.section_main {
    display: flex;
    height: 100%;
    gap: 80px;
}

.section_main .section_right {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_main .section_left {
    /* padding: 100px 0; */
    margin-top: auto;
    margin-bottom: auto;
}

.comany-box-con h4 {
    font-size: 50px;
    line-height: 65px;
    color: #058041;
    margin-bottom: 14px;
}

.comany-box-con h1 {
    font-size: 65px;
    line-height: 86px;
    color: #000000;
    margin-bottom: 14px;
}

.comany-box-con img {
    max-width: 690px;
    width: 100%;
}

.comany-box-con p {
    max-width: 653px;
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    color: #000103;
    margin-bottom: 42px;
}

.sing-up-btn button {
    position: absolute;
    top: -57px;
    right: -4px;
    font-size: 30px;
    line-height: 43px;
    color: #349ce3;
    border: 1px solid #707070;
    padding: 10px 30px;
    background: transparent;
    border-radius: 15px;
}

.sing-up-btn button:focus,
.form-con input:focus {
    outline: none;
}

.form-con h3 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 26px;
}

.form-con label {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #000000;
}

.form-con input:not([type="checkbox"]) {
    width: 100%;
    border: none;
    background: #f7f8fa;
    height: 62px;
    margin-bottom: 24px;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 13px;
}

.form-con span {
    font-size: 20px;
    color: #000000;
    line-height: 12px;
}

.checkbox-txt {
    margin-left: 20px;
    margin-bottom: 0px;
}

.submit-btn button {
    background: #058041;
    border-radius: 8px;
    padding: 15px 60px;
    color: #ffffff;
    font-size: 25px;
    line-height: 33px;
    border: 0;
    margin-top: 24px;
    margin-bottom: 18px;
}

.social-con h6 {
    font-size: 25px;
    margin-bottom: 24px;
}

.social-con h6:after,
.social-con h6:before {
    content: "";
    position: absolute;
    width: 36%;
    border-bottom: 1px solid #c5c5c5;
    top: 50%;
    left: 0;
}

.social-con h6:before {
    right: 0 !important;
    left: initial;
}

.social-con a {
    border-radius: 4px;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    border: 1px solid transparent;
}

.social-con a:hover {
    border-color: #3a559f;
    background: transparent;
    color: #000000;
}

.social-con a i:hover {
    color: #000000;
}

.social-con a i {
    font-size: 18px;
    margin-right: 8px;
}

.social-con a:nth-child(3) {
    background: #d04336;
    margin-left: 56px;
    margin-right: 56px;
}

.social-con a:nth-child(3):hover {
    border-color: #d04336;
    background: transparent;
    color: #000000;
}

.social-con a:last-child:hover {
    border-color: #007eb3;
    background: transparent;
    color: #000000;
}

.sing-up-btn button:hover {
    background: #349ce3;
    color: #ffffff;
    border-color: transparent;
}

.submit-btn button:hover {
    background: #006c32;
}

.form-con h3 img {
    margin-right: 10px;
    max-width: 60px;
    width: 100%;
}

/* global trading  */
/* .information-form-con.global_main{
padding-top: 30px;
} */
.global_body {
    border: 1px solid #c5c5c5;
    border-radius: 9px;
    position: relative;
    padding: 5px;
}

.global_body .back_page {
    display: flex;
    gap: 13px;
    font-size: 12px;
    line-height: 27px;
    align-items: center;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 0%;
    left: -26%;
    cursor: pointer;
}

.global_body .cop_img {
    text-align: center;
}

.global_body .cop_img .badge_imgs img {
    max-width: 37px;
    width: 100%;
}

.global_body .cop_img .badge_imgs {
    position: absolute;
    display: flex;
    gap: 13px;
    right: 2%;
    top: 2%;
}

.global_body .cop_img img {
    max-width: 90px;
    width: 100%;
    padding-top: 0px;
}

.global_body .global_inner {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.global_body .global_inner .global_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.global_body .global_inner .global_detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 15px;
    border-radius: 9px;
    border: 1px solid #058041;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.global_body .apply_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 15px;
    background-color: #058041;
    border-radius: 9px;
    text-decoration: none;
    color: #fff;
}

.global_body .apply_btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.global_body .global_req h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 15px;
}

.global_body .global_req .box_inner .box_wrap {
    background-color: #05804133;
    display: flex;
    gap: 14px;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    padding: 10px 0;
    padding-left: 12px;
    flex-direction: column;
}

.global_body .global_req {
    padding-top: 10px;
    padding-bottom: 20px;
}

.global_body .global_req .box_inner {
    display: flex;
    justify-content: center;
    gap: 43px;
}

.global_body .global_req .box_inner .box_wrap .box_text h3 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.mb_20 {
    margin-bottom: 20px;
}

.global_body .global_req .box_inner .box_wrap .box_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
}

.global_body .date_sec {
    background-color: #0000000f;
    padding: 7px 0;
    margin-bottom: 28px;
}

.global_body .date_sec .date_inner {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.global_body .date_sec .date_inner .date_text {
    display: flex;
    gap: 5px;
    align-items: center;
}

.global_body .date_sec .date_inner .vertical_line {
    width: 1px;
    height: 45px;
    background-color: #707070;
}

.global_body .date_sec .date_inner .date_text h5 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.global_body .date_sec .date_inner .date_text p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 4px 20px;
    border-radius: 13px;
    background-color: #e83839;
    color: #fff;
    margin-left: 15px;
}

.global_body .date_sec .date_inner .date_text h5 span {
    font-weight: 500;
}

.global_body .skill_sec h2 {
    font-size: 21px;
    line-height: 39px;
    font-weight: 300;
}

.global_body .skill_sec {
    padding-left: 40px;
}

.global_body .skill_sec .skill_inner {
    margin-bottom: 25px;
}

.global_body .skill_sec .skill_inner a {
    font-size: 13px;
    line-height: 38px;
    background-color: #058041;
    border-radius: 21px;
    padding: 6px 45px;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
}

.global_body .skill_sec .skill_detail {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    max-width: 849px;
    width: 100%;
}

.global_body .skill_sec .resp_detail {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}

.global_body .border_btm {
    height: 1px;
    background-color: #70707054;
}

.global_body .apply_btn_lg {
    max-width: 307px;
    width: 100%;
    margin: 32px auto;
    background-color: #058041;
    border-radius: 9px;
    padding: 15px 0;
    box-shadow: 0px 10px 22px #00000029;
}

.global_body .apply_btn_lg a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    color: #fff;
}

.global_body .apply_btn_lg a span {
    padding-left: 10px;
}

.shadow_lg {
    box-shadow: 0px 10px 22px #00000029;
}

.bg_white {
    background-color: #fff;
}

/* Responsive part  */
/* shorlist job page  */
.shortlist_wrapper {
    border-radius: 8px;
    padding-bottom: 45px;
}

.shortlist_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 45px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 115px;
}

.shortlist_sec .shortlist_title {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.shortlist_sec .dropdowns_wrap {
    display: flex;
    gap: 15px;
    padding: 10px 0;
}

.shortlist_sec .dropdowns_wrap .btn_dropdown {
    color: #000;
    border: 1px solid #058041;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
}

.shortlist_sec .dropdowns_wrap .btn_dropdown.dropdown_1 {
    gap: 95px;
}

.shortlist_sec .dropdowns_wrap .btn_dropdown.dropdown_2 {
    gap: 33px;
}

.shortlist_sec .dropdowns_wrap .btn_dropdown.dropdown_3 {
    gap: 40px;
}

.shortlist_sec .dropdowns_wrap .dropdown-menu .dropdown-item {
    text-align: center;
    border-bottom: 1px solid #f1f1f3;
    padding: 5px 0;
    font-size: 10px;
}

.shortlist_wrapper .big_img .img_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.shortlist_wrapper .big_img h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}

.shortlist_wrapper .big_img .find_btn {
    border-radius: 9px;
    background-color: #058041;
    max-width: 306px;
    width: 100%;
    margin: 50px auto;
    padding: 15px 0;
    box-shadow: 0px 10px 22px #00000029;
}

.shortlist_wrapper .big_img .find_btn a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: #ecf1f4;
}

.shortlist_wrapper .shortlist_sec.mb_30 {
    margin-bottom: 12px;
}

.shortlist_wrapper .job_box .box_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shortlist_wrapper .job_box .box_bar .edit_btn {
    max-width: 88px;
    width: 100%;
    border: 1px solid #058041;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 7px;
    padding: 6px 0;
}

.shortlist_wrapper .job_box .box_bar .edit_btn a {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: none;
    color: #058041;
}

.shortlist_wrapper .job_box .box_bar a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #051e56;
    text-decoration: none;
}

.shortlist_wrapper .job_box {
    box-shadow: 0px 5px 10px #00000029;
    max-width: 906px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.shortlist_wrapper .job_box .box_inner {
    border-bottom: 1px solid #707070;
    margin-bottom: 12px;
}

.job_box .app_sec .app_text {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 10px;
}

.job_box .app_sec {
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
    background-color: #ededed;
    position: relative;
    padding: 10px 0;
}

.job_box .text_wrap {
    /* padding-top: 10px; */
}

.job_box .text_wrap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 6px;
}

.job_box .app_sec .app_text h3 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0;
}

.job_box .app_sec p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

/* .job_box .app_sec .app_text::after{
content: "";
background-color: rgb(59, 58, 58);
width: 1px;
height: 38px;
position: absolute;
left: 24%;
top: 10%;
} */

.job_box .app_sec .app_inner .border_left {
    background-color: rgb(59, 58, 58);
    width: 1px;
    height: 50px;
    position: absolute;
}

.job_box .app_sec .app_inner .border_left.border1 {
    left: 23.5%;
    top: 21%;
}

.job_box .app_sec .app_inner .border_left.border2 {
    left: 48.5%;
    top: 21%;
}

.job_box .app_sec .app_inner .border_left.border3 {
    left: 75%;
    top: 21%;
}

.job_box .post_btn {
    max-width: 136px;
    width: 100%;
    gap: 9px;
    background-color: #058041;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    margin-left: auto;
}

.job_box .post_btn a {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.shortlist_wrapper .job_box.mb_60 {
    margin-bottom: 60px;
}

.dropdowns_wrap .dropdown .dropdown-toggle::after {
    color: #058041;
}

/* application page  */
.application_inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.application_inner .app_log {
    display: flex;
    gap: 7px;
    align-items: center;
}

.application_inner .app_log h2 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.application_inner .logis p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.application_inner .logis {
    padding-right: 50px;
    position: relative;
}

.application_inner .logis p span {
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #058041;
}

.application_inner .logis .badge_wrap p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
}

.application_inner .logis .badge_wrap span {
    font-size: 10px;
    line-height: 17px;
    font-weight: 200;
}

.application_inner .logis .badge_wrap {
    max-width: 60px;
    width: 100%;
    background-color: #058041;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -9px;
    right: -25px;
}

.profile_detail .profile_inner {
    display: flex;
    gap: 23px;
    margin-bottom: 3px;
    align-items: center;
}

.profile_detail .profile_inner p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 200;
    margin-bottom: 0;
}

.profile_detail .sch_inter h4 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.profile_detail .sch_inter h4 span {
    color: #058041;
    font-weight: 500;
}

.profile_detail .profile_inner .img_wrap {
    max-width: 15px;
    width: 100%;
}

.profile_detail .sch_inter {
    display: flex;
    gap: 15px;
    align-items: center;
}

.status_wrap .swap_inner .btn_wrap {
    max-width: 147px;
    width: 100%;
    background-color: #058041;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_wrap .swap_inner .btn_wrap a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}

.status_wrap .status_inner {
    display: flex;
    gap: 7px;
    justify-content: start;
    margin-bottom: 19px;
}

.status_wrap .swap_inner {
    display: flex;
    gap: 7px;
    justify-content: end;
    margin-bottom: 19px;
}

.status_wrap h4 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 14px;
    text-align: end;
}

.status_wrap h4 span {
    color: #ff0909;
    font-weight: 700;
}

.status_wrap .change_wrapper {
    text-align: end;
}

.status_wrap .click_change {
    font-size: 10px;
    line-height: 16px;
    font-weight: 200;
    margin-bottom: 0;
    color: #051e56;
    text-decoration: none;
}

.job_box.mb_70 {
    margin-bottom: 70px;
}

.status_hold {
    max-width: 508px;
    width: 100%;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding-left: 40px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    top: -1px;
    /* display: none; */
}

.status_hold .status_inner {
    border-bottom: 1px solid #70707070;
    margin-bottom: 10px;
}

.status_hold .status_inner h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.status_hold .status_inner h4 span {
    color: #349ce3;
    font-weight: 500;
}

.status_hold .change_status p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.status_hold .change_status .btn_wraps {
    display: flex;
    gap: 14px;
    padding-bottom: 40px;
}

.status_hold .change_status .btn_wraps a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: none;
}

.status_hold .change_status .btn_wraps .btn_wrap {
    max-width: 102px;
    width: 100%;
    /* background-color: #006c32; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 0;
    border-radius: 25px;
}

.status_hold .change_status .btn_wraps .btn_wrap.offer_btn {
    border: 1px solid #058041;
}

.status_hold .change_status .btn_wraps .btn_wrap.offer_btn a {
    color: #058041;
}

.status_hold .change_status .btn_wraps .btn_wrap.join_btn {
    background-color: #058041;
}

.status_hold .change_status .btn_wraps .btn_wrap.join_btn a {
    color: #fff;
}

.status_hold .change_status .btn_wraps .btn_wrap.hold_btn {
    border: 1px solid #349ce3;
}

.status_hold .change_status .btn_wraps .btn_wrap.hold_btn a {
    color: #349ce3;
}

.status_hold .change_status .btn_wraps .btn_wrap.match_btn {
    border: 1px solid #ff0909;
}

.status_hold .change_status .btn_wraps .btn_wrap.match_btn a {
    color: #ff0909;
}

/* profile favourite section  */

.favourite-item-desktop {
    display: block;
}

.favourite-item-mobile {
    display: none;
}

/* edit profile page  */
.person-information-body .edit_btn {
    max-width: 252px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #058041;
    padding: 10px 0;
}

.person-information-body .edit_btn a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.exp_wrap .exp_inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 46px;
    border-bottom: 1px solid #70707066;
    margin-bottom: 10px;
    align-items: center;
}

.exp_wrap .exp_inner .exp_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.exp_wrap .exp_inner .exp_title h1 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.exp_wrap .exp_inner .exp_title .img_wrap img {
    max-width: 35px;
    width: 100%;
}

.exp_wrap .exp_inner .exp_btns {
    display: flex;
    gap: 16px;
}

.exp_wrap .exp_inner .exp_btns .btn_wrap {
    padding: 6px 6px;
    border: 1px solid #058041;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.exp_wrap .exp_inner .exp_btns .btn_wrap a {
    color: #058041;
    font-size: 15px;
    line-height: 23px;
    font-weight: 200;
    text-decoration: none;
}

.exp_wrap {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin-bottom: 28px;
}

.exp_wrap .form_inner {
    padding: 0 50px;
}

.exp_wrap .form_inner .form_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.exp_wrap .form_inner .lable_wrap label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.exp_wrap .form_inner .form_row .lable_wrap .form-control {
    width: 402px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 21px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    background-color: #f7f8fa;
    border-radius: 6px;
}

.exp_wrap .form_inner .form_row .lable_wrap .form-control.form_calender {
    padding-left: 45px;
}

.exp_wrap .form_inner .lable_wrap textarea {
    border-radius: 6px;
    background-color: #f7f8fa;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 12px;
}

.exp_wrap .form_inner .form_row .lable_wrap .img_wrap img {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translate(0px, -50%);
}

.exp_wrap .form_inner .form_row .lable_wrap .down_arrow img {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.form_inner .check_boxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form_inner .check_boxes .check_inner {
    display: flex;
    gap: 23px;
}

.form_inner .check_boxes .check_inner label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.add_more {
    display: flex;
    align-items: end;
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
}

.add_more p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.form_inner .btn_update {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    background-color: #058041;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    box-shadow: 0px 8px 10px #00000029;
    margin-bottom: 20px;
    cursor: pointer;
}

.form_inner .btn_update a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #ecf1f4;
    text-decoration: none;
}

.exp_wrap .form_inner .form_row.flow__row {
    margin-bottom: 60px;
}

/* profile info page */
.contact_me {
    box-shadow: 0px 6px 5px #00000029;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.contact_me .green_bar {
    background-color: #058041;
    border-radius: 6px;
    height: 35px;
    margin-bottom: 8px;
}

.contact_me .profile_detail {
    display: flex;
    gap: 35px;
}

.contact_me .profile_detail .profile_img img {
    max-width: 130px;
    width: 100%;
}

.contact_me .profile_detail .name_detail h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.contact_me .profile_detail .name_detail p {
    font-size: 12px;
    line-height: 29px;
    font-weight: 500;
}

.contact_me .contact_inner {
    padding-left: 45px;
    padding-bottom: 10px;
    padding-right: 70px;
}

.contact_me .profile_detail .name_detail .img_wrap {
    max-width: 16px;
    width: 100%;
}

.contact_me .contact_inner .contact_btn {
    background-color: #058041;
    border-radius: 5px;
    cursor: pointer;
    max-width: 211px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    gap: 14px;
    padding: 14px 0;
}

.contact_me .contact_inner .contact_btn a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.basic_detail {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.basic_detail .basic_inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 65px;
    border-bottom: 1px solid #70707066;
    margin-bottom: 15px;
}

.basic_detail .basic_inner .basic_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.basic_detail .basic_inner .basic_title h1 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.basic_detail .basic_inner .basic_title .img_wrap img {
    max-width: 40px;
    width: 100%;
}

.basic_detail .basic_inner .add_btn {
    max-width: 80px;
    width: 100%;
    background-color: #058041;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 5px;
}

.basic_detail .basic_inner .add_btn a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.basic_detail .more_detail {
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 4px;
    margin: 0px 65px;
    padding: 10px 40px;
    margin-bottom: 20px;
}

.basic_detail .more_detail .more_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #7070705c;
    margin-bottom: 16px;
}

.basic_detail .more_detail .more_title h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.more_detail .more_img {
    max-width: 15px;
    width: 100%;
}

.more_detail p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.information-form-con.profile_info_pg {
    padding-bottom: 0;
}

/* date pick  */
.ui-datepicker-calendar {
    background: #fff;
}

.ui-datepicker-calendar span {
    /*   font-size: 0; */
    display: block;
}

.ui-datepicker-calendar th span::first-letter {
    font-size: 14px;
    display: block;
    color: #000;
}

.ui-datepicker-calendar th {
    text-align: center;
}

#ui-datepicker-div {
    background: #fff;
    padding: 10px;
    width: 300px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: none;
}

#ui-datepicker-div table {
    margin-top: 5px;
    width: 100%;
}

#ui-datepicker-div a {
    text-decoration: none;
    color: #333;
}

.ui-datepicker-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.ui-datepicker-header {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-bottom: 10px;
}

.ui-datepicker-calendar td {
    color: #444;
    padding: 3px;
    text-align: center;
}

.ui-datepicker-calendar td a {
    border: solid 1px #e6e6e6;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    padding: 3px;
    width: 100%;
    display: inline-block;
}

.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar .ui-state-active {
    border-color: #9e3515;
}

.ui-datepicker-prev {
    position: absolute;
    bottom: 5px;
    left: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    font-size: 0;
}

.ui-datepicker-prev span:before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 16px;
}

.ui-datepicker-next span:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
}

.ui-datepicker-next {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.mybtn {
    cursor: pointer;
}

input {
    padding: 5px;
    border-radius: 5px;
}

td.ui-datepicker-unselectable.ui-state-disabled span {
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
}

a.ui-state-disabled span {
    color: #e6e6e6;
}

.card-main-con .container {
    max-width: 1240px;
    width: 100%;
}

.container {
    max-width: 1290px;
    width: 100%;
}

.gap_1 {
    gap: 12px;
    margin-right: 20px;
}

.navbar-brand {
    margin-right: 10px;
}

.nav-link {
    padding-left: 0px !important;
}

.nav_wrapper {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100% !important;
}

.nav_wrapper .navbar-light .navbar-nav .nav-link {
    margin-right: 9px;
}

.nav_wrapper .nav_li .upr_text span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.nav_wrapper .nav_signin a,
.nav_wrapper .nav_reg a,
.btn_secondary {
    font-size: 14px;
    line-height: 18px;
}

.nav_wrapper .nav_signin,
.nav_wrapper .nav_reg {
    padding: 13px;
    line-height: 18px;
}

.nav_wrapper .nav_li .upr_text {
    font-size: 15px;
    line-height: 20px;
}

.nav_wrapper .navbar-nav .nav-link img {
    max-width: 40px;
    width: 100%;
}

.nav_wrapper .navbar-brand img {
    max-width: 70px;
    width: 100%;
}

.nav_wrapper .nav_signin {
    padding: 13px;
    font-size: 15px;
    line-height: 18px;
}

.hero_wrapper .hero_title {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 12px;
}

.hero_wrapper .hero_input {
    max-width: 960px;
}

.hero_wrapper .form-control {
    padding: 15px 0px;
    font-size: 16px;
}

.hero_input .input-group img {
    max-width: 50px;
    width: 100%;
}

.hero_wrapper .hero_input .input_btn {
    max-width: 150px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
}

/*.hero_wrapper {*/
/*    padding-bottom: 40px;*/
/*}*/

.nav_wrapper {
    padding-bottom: 0px;
}

.gap_45 {
    gap: 20px;
}

.logo_wrapper .logo_sec {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_wrapper .logo_inner {
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.job_feature .card_wrap {
    padding: 27px 20px 21px 15px;
}

.footer.link_section .footer_title2 {
    font-size: 18px;
    line-height: 20px;
    /* margin-left:2px; */
}

.job_industry .job_inner .inner_title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.job_industry .job_inner a {
    font-size: 18px;
    line-height: 9px;
}

/* .job_industry {
        margin-left: 50px;
    } */

.footer.link_section a {
    font-size: 16px;
    line-height: 36px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.social_section {
    background-color: #0b585e;
    padding: 25px 0;
}

.information-header .nav-item span {
    font-size: 16px;
}

.gap_90 {
    gap: 10px;
}

.information-header .nav-item span {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}

.information-header select {
    font-size: 16px;
    margin-top: 15px;
}

.person-information-header {
    height: 90px;
}

.information-form-con .person-information-box .basic_plan {
    font-size: 14px;
    line-height: 15px;
}

.person-information-body h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
}

.person-information-list li,
.person-social-information li {
    font-size: 14px;
    padding-bottom: 5px;
}

.person-social-information .list-unstyled img {
    max-width: 22px;
    width: 100%;
}

.person-social-information li a {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
}

.basic-information-form-heading h2 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.basic-information-form-field input {
    margin-bottom: 12px;
    padding: 10px;
    font-size: 14px;
}

.information-main-con {
    padding: 12px 15px 40px;
}

.comany-box-con h4 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}

.comany-box-con h1 {
    font-size: 30px;
    line-height: 30px;
}

.comany-box-con p {
    font-size: 16px;
    line-height: 22px;
}

.section_main .section_right {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.form-con h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
}

.form-con h3 img {
    margin-right: 10px;
    max-width: 38px;
}

.form-con label {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.sing-up-btn button {
    top: -20px;
    right: -3px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 17px;
    border-radius: 10px;
}

.section_main .section_left {
    padding-top: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.form-con input:not([type="checkbox"]) {
    font-size: 14px;
    height: 40px;
    margin-bottom: 10px;
    padding: 7px 12px;
}

.form-con span {
    font-size: 14px;
}

.submit-btn button {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.social-con a {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
}

.social-con a:nth-child(3) {
    margin-left: 50px;
    margin-right: 50px;
}

.nav_wrapper.dream {
    padding-bottom: 75px;
}

.sort-search-con h5 {
    font-size: 20px;
    line-height: 20px;
}

.sort-search-con select {
    font-size: 18px;
}

.sort-search-con select {
    max-width: 250px;
}

.sort-title button {
    font-size: 16px;
}

.sort-con img {
    width: 20px;
    /* border-radius: 8px; */
}

.Enquries-con h5 {
    font-size: 20px;
}

.Enquries-job-details h3 {
    font-size: 18px;
    line-height: 22px;
}

.Enquries-job-details h4 {
    font-size: 18px;
    line-height: 22px;
}

.Enquries-job-details h6 {
    color: #000000;
    font-size: 16px;
}

.Enquries-job-details span {
    font-size: 15px;
}

.job_logo img {
    max-width: 130px;
}

.card-lft-con {
    margin-top: 100px;
}

.card-lft-con h1 {
    min-width: 490px;
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 480px;
}

.card-lft-con p {
    font-size: 18px;
    line-height: 20px;
}

.card-right-con img {
    max-width: 215px;
    width: 100%;
}

.card-right-con {
    margin-right: 25px;
}

.card-box-right-con h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 28px;
    margin-top: 10px;
}

.card-box-con {
    padding: 25px;
    margin-bottom: 20px;
    max-width: 430px;
    width: 100%;
    margin-left: auto;
}

.pt_75 {
    padding-top: 20px;
    padding-bottom: 67px;
}

.card-box-right-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-box-right-con a {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 15px;
}

.lower_hyper a {
    font-size: 16px;
}

.form-con input[type="checkbox"] {
    bottom: 82px;
}

.social-con h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

.social-con a i {
    font-size: 14px;
}

.comany-box-con img {
    max-width: 440px;
    width: 100%;
}

.information-header .navbar-brand img {
    max-width: 60px;
    width: 100%;
}

.header-input-field {
    max-width: 350px;
}

.header-input-field input {
    width: 265px;
}

.information-form-con {
    padding-top: 0px;
    margin-top: 100px;
}

.person-information-body h4 {
    font-size: 16px;
    margin-bottom: 18px;
}

.person-information-header img {
    max-width: 100px;
    bottom: -60px;
}

.person-information-list li img {
    padding-right: 10px;
    max-width: 22px;
}

.basic-information-form-field label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
}

.date:after {
    top: -28px;
}

.information-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav_link img {
    width: 100%;
    margin-bottom: 0px;
}

.btn_clr {
    font-size: 16px;
    line-height: 20px;
}

.hero_wrapper p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.logo_wrapper .logo_sec img {
    max-width: 130px;
    width: 100%;
}

.logo_wrapper .logo_inner .logo_sec h1 {
    font-size: 32px;
    line-height: 35px;
}

.logo_wrapper {
    /* padding-bottom: 30px;
        padding-top: 10px; */
}

.partner_wrapper .partner_title {
    font-size: 28px;
    line-height: 30px;
}

#spin:after {
    content: "";
    animation: spin 2s linear infinite;
}

@keyframes spin {
    50% {
        content: "Job";
    }

    100% {
        content: "Employee";
    }
}

.job_title {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-top: 50px;
}
.industry_job_title {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    /* padding-top: 50px; */
}

.job_industry .job_inner span {
    font-size: 14px;
    line-height: 21px;
    margin-right: 15px;
}

.job_industry .job_inner {
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.job_industry .block1 {
    /* width: 100%; */
}

.job_industry .block2 {
    max-width: 520px;
    width: 100%;
    /* margin-left: auto !important; */
    margin-right: auto !important;
}

.job_industry .block3 {
    max-width: 520px;
    width: 100%;
    margin-left: auto !important;
    /* margin-right: auto !important; */
}

.job_industry .block4 {
    max-width: 520px;
    width: 100%;
    /* margin-left: auto !important; */
    margin-right: auto !important;
}

.job_industry .block1 img {
    max-width: 80px;
    min-width: 80px;
    width: 100%;
}

.tex_inner {
    padding-left: 10px;
}

.job_industry .block2 img {
    max-width: 150px;
    width: 100%;
}

.job_industry .block3 img {
    max-width: 150px;
    width: 100%;
}

.job_industry .block4 img {
    max-width: 150px;
    width: 100%;
}

.job_feature .card_inner .card_text .text_title {
    font-size: 16px;
    line-height: 18px;
}

.job_feature .card_inner .card_text h2 {
    font-size: 16px;
    line-height: 18px;
}

.pagination .border_circle {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 19px;
}

.pagination .border_circle img {
    max-width: 10px;
    width: 100%;
}

.job_latest {
    padding-top: 1px;
    padding-bottom: 30px;
}

.job_find {
    padding-top: 35px;
    padding-bottom: 70px;
}

.job_find .step_wrap .step span {
    font-size: 16px;
    line-height: 18px;
}

.job_find .step_wrap .step .step_title {
    font-size: 18px;
    line-height: 22px;
}

.job_find .step_wrap .step .step_detail {
    font-size: 16px;
    line-height: 18px;
}

.job_find .find_btn {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 18px;
}

.job_find .step_wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.job_post h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #262626;
}

/* .job_post {
    padding: 70px 0 70px;
} */

.job_post h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #0B585E;
}

.job_post h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #0B585E;
}

.job_post .post_detail {
    font-size: 16px;
    line-height: 18px;
    max-width: 700px;
    color: #262626;
}

.job_post .post_btn {
    padding: 15px 30px;
}

.footer.link_section .footer_title {
    font-size: 60px;
    line-height: 60px;
}

.footer.link_section label {
    font-size: 24px;
    line-height: 33px;
}

.footer .newsletter-container {
    border-bottom: 1px solid #ecf2f0;
}

.email_wrap img {
    width: 25px;
}

.social_section .email_wrap .email_detail {
    font-size: 16px;
    line-height: 16px;
}

.social_icon img {
    width: 35px;
}

.social_section .social_icon {
    gap: 10px;
}

.social_section .copy_right {
    font-size: 16px;
    line-height: 16px;
}

.show_more {
    font-size: 16px;
}

.show_less {
    font-size: 16px;
}

.card-main-con .height_100 {
    /*height: calc(100vh - 169px);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-main-con {}

.job_feature .card_wrap .btn_wrap .btn1 {
    padding: 15px 10px;
}

.job_feature .card_wrap .btn_wrap .btn2 {
    padding: 15px 10px;
}

.job_feature .card_wrap .btn_wrap {
    margin-right: 12px;
    text-align: end;
    margin-left: 0;
}

.Enquries-con .img_wrp img {
    max-width: 90px;
}

.hero_wrapper .hero_input .input-group.city__input {
    margin-right: 10px;
    max-width: 290px;
}

.hero_icon {
    font-size: 25px;
    padding-left: 15px;
}

.hero_wrapper .hero_input .input-group.job__input {
    margin-right: 10px;
}

/* loading  */
body {
    overflow-x: hidden;
}

.spinner {
    width: 80px;
    height: 80px;

    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    position: fixed;
    left: 0;
    top: 0;
}

/* login page first part start  */

.login-first-desktop {
    display: block;
}

.login-first-mobile {
    display: none;
}

/* social login style start  */

.form-select:focus {
    outline: none !important;
    border: none;
}

/* .form-select:active{
    border:none;
    outline:none;
} */
.education-container .form-select:focus {
    box-shadow: none;
    outline: 5px solid #198754 !important;
}

/* .altaf:active{
    border:none !important;
    outline:none !important;
} */
