* {
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
}
.manage-jobs-table.payment .badge{
    padding-left: .5rem;
}
.manage-jobs-box .manage-jobs-table table tbody tr td span {
    padding-left: .5rem;
    font-size: 12px;
}
.invoice-header {
   background-color: rgb(246, 247, 249);
}
.invoice span.badge-warn {
    background-color: #e6b025 !important;
    color: black !important;
    padding: .4rem .5rem;
    border-radius: 10px;
    margin-top: 2rem;
    border: .1rem solid #ac8d20;
    font-size: 11px;
}

.invoice span.badge-success {
    background-color: #3c953c !important;
    color: white !important;
    padding: .4rem .5rem;
    border-radius: 10px;
    margin-top: 2rem;
    border: .1rem solid #1a871a;
    font-size: 11px;
}
.invoice span.badge-danger {
    background-color: #e85757 !important;
    border: .1rem solid #ba2222;
    color: white !important;
    padding: .4rem .5rem;
    border-radius: 10px;
    margin-top: 2rem;
    font-size: 11px;
}
span.badge-success {
    background-color: #236123 !important;
    color: white !important;
}
span.badge-danger {
    background-color: #d0200a !important;
    color: white !important;
}
span.badge-warn {
    background-color: #e6b025 !important;
    color: black !important;
}

#job_categories, #job_skills, #artisan_categories, #artisan_skills{
    margin-right: 1rem;
    height: 60px;
}

.job-list-area{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#search-job{
    width: 20rem;
    margin-bottom: 1rem;
}
.no-record{
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: none;
}
.no-record-image {
    margin: 0 auto;
    width: 25%;
}


.employer image.picture{
    width: 50px;
}
.testimonial-slides{
    width: 200px;
}
.testimonial .curl-border{
    margin: 0rem 1rem 0rem 1rem;
}
button.default-btn{
 background-color: #ffa836 !important;
}
.topbar-area a{
    color: black;
}
.msg-md{
    font-size: 16px;
    margin-bottom: 1rem;
}
.file-box{
    height: 30px !important;
}
.others-options .option-item button {
    border: 0px;
}
.find-work-page-banner-area {
    height: 300px;
    /*background-size: 1920px 300px;*/
    object-fit: contain;
    padding-top: 3rem;
    display: table;
    width: 100%;
    background-position: center top;
}

.find-work-page-banner-area h3 {
    font-size: 4rem !important;
}
.job-seeker-area img {
    height: 150px;
    width: 150px !important;
    margin: 20px 0px 40px 0px !important;
}
.add-question.default-btn {
    background: #0a53be !important;
}

.add-question.default-btn i {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        73deg,
        rgba(2, 0, 36, 1) 5%,
        rgba(19, 19, 148, 1) 28%,
        rgba(38, 38, 189, 1) 54%,
        rgba(37, 37, 115, 1) 79%
    );
}

.pricing-box .img-class {
    width: 50px;
    display: flex;
    align-items: center;
}
.pricing-box .img-class img {
    width: 30px;
    height: 30px;
}
.pricing-box .addition-services{
    background-color: #3A386D;
    color: white;
}
.pricing-box .enterprise-bg{
    background-color: #4BADAE;
    color: white;
}
.pricing-box .bronze{
    background-color: #E95050;
    color: white;
}
.pricing-box .silver{
    background-color: #c0c0c0;
    color: black;
}
.pricing-box .gold{
    background-color: #4372e7;
    color: white;
}
.pricing-box .card-container .card{
    text-align: left !important;
    background-color: #ce7d12;
    color: white;
}
.pricing-box h1{
    font-weight: bolder;
    font-size: 5rem;
}
.pricing-box h4, .pricing-box h5{
    text-align: center;
    color:  white;
}
.pricing-box h4{
    margin: .5rem 0rem;
}
.pricing-box h3{
    padding: 1rem;
    text-align: center;
    color: white;
    border-radius: 1rem;
}
.pricing-box {
    margin: 5rem 0rem;
}

.pricing-box header {
    margin-bottom: 7rem;
    text-align: center;
}

.pricing-box .card-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-box .card-container .card:nth-of-type(2) {
    margin-left: 0px;
    box-shadow: none;
    transform: scale(1.1);
    z-index: 2;
}

.pricing-box .card-container .card {
    text-align: center;
    font-size: 1rem;
    font-family: "Montserrat", "sans-serif";
    border-radius: 1rem;
}

.pricing-box .card-container .card.active {
    margin-left: 1.5rem;
}

.pricing-box .card-container .card a {
    padding: 1rem 2rem;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.pricing-box .card-container .card.active {
    background: rgb(255, 168, 54);
    color: white;
}

.pricing-box .card-container .card .price {
    font-weight: bolder;
}

.pricing-box .card-container ul {
    margin: 0rem 1.5rem;
    padding-left: 0rem;
}
.pricing-box .card-container ul li {
    list-style: none;
    padding: 1rem 0rem;
    font-size: 1rem;
}
.pricing-box .card-container ul li.popular {
    padding: 0rem;
    font-size: 1.5rem;
    font-weight: bolder;
}
.pricing-box .card-container ul li.price {
    font-size: 2rem;
}
.enterprise {
    margin-top: 7rem !important;
}
.enterprise .col-4 {
    font-size: 12px;
}

/* ---------------------Multi stage form---------------------*/
.hide-email-alert, .hide-phone-alert, .hide-passport-alert{
    display: none;
}
.employer .upload-btn{
    background-color: #ffa836 !important;
    height: 40px;
    margin-top: 1rem;
    padding-left: 1rem;
}
.employer .upload-btn label{
    color: white;
    font-weight: bold;

}
.multi-stage-form .picture, .employer .picture{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}
.multi-stage-form .picture input{
   position: relative;
}
.multi-stage-form h4{
    margin: .5rem 0rem 1rem 0rem;
}
.multi-stage-form img {
    height: 100px;
    margin: 1rem 0rem;
}
.multi-stage-form {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}
.multi-stage-form section{
    position: absolute;
    left: 10%;
    top: 3%;
    z-index: 20;
    width: 80%;
    padding: 20px;
    transition: .5s;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.multi-stage-form a{
    position: relative;
    bottom: 0px;
}
.step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7, .step-8{
    background-color: #d9d9d9;
    background-repeat:no-repeat;
    width: 100%;
    border-radius: 5px;

}
#bar-1, #bar-2, #bar-3, #bar-4, #bar-5, #bar-6, #bar-7, #bar-8{
    height: 5px;
    width: 0%;
    background-color: #ffa836;
}
.multi-stage-form .post-a-new-job-box form {
    padding-top: 0px !important;
}
.multi-stage-form .container{
   height: 1200px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 80%;
}

.multi-stage-form  #form-item-2, #form-item-3, #form-item-4, #form-item-5, #form-item-6, #form-item-7, #form-item-8{
    left: 120%;
}
.btn-content .d-flex, #progress.d-flex{
    gap:20px;
}

/*----------------------Pager------------------------------*/
ul.pager{
    display: flex;
}
ul.pager li{
    width: auto !important;
    list-style-type: none;
    margin-top: .5rem;
}

ul.pager li.active, ul.pager li.disabled{
    padding-top: .5rem;

}
ul.pager li a{
    padding: .5rem 1rem;
    margin: 0rem .5rem;
    border: 1px solid #dbdada;
    border-radius: 5px;

}

.page-content header{
    border-left: 4px solid #ffa836;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-content a{
    background-color: #ffa836;
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
}
/*----------------------Card------------------------------*/

.single-applicants-card {
    overflow-y: auto;
    padding-bottom: 3rem;
}

.pricing-box .card-container .card a {
    padding: .8rem 0rem !important;
}
.payment-page .card{
    background-color: #f5f5f5 !important;
}
.pay-page input.expand{
    height: 3rem;
    background-color: #f5f5f5 !important;
    width: 100%;
}
.pay-page .bank-transfer .account-details{
    margin: 2rem 0rem;
}
.pay-page .page-completed img{
    height: 300px;
    width: 250px;
    padding: 1.5rem 0rem;
}
.pay-page .page-completed h4 {
    text-align: center;
}
.pay-page .page-completed .img{
    display: flex;
    justify-content: center;
}
.pay-page button{
    background-color: #ffa836;
}
.pay-page .card{
    max-width: 100%;
}
.pay-page .container{
    margin: 0 auto;
    width: 80%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .pricing-box header {
        margin-bottom: 2rem;
    }
    .pay-page h4 span{
        display: block;
    }

    .pay-page .container{
        width: 100%;
    }
    .multi-stage-form .container {
        height: 1800px;
    }

    .main-banner-content-with-search h2 {
        font-size: 2rem !important;
    }
    .hero-btn a {
        padding: 0.5rem 1.5rem !important;
        font-size: 1.5rem;
    }
    .find-work-page-banner-area {
        height: 200px;
    }

    .find-work-page-banner-area h3 {
        font-size: 2rem !important;
    }
    .page-banner-area {
        height: 200px;

    }
    .page-banner-content{
        margin-top: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
