img#apply-now {
    bottom: 0px;
    left: 0;
    height: auto;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    width: 90px;
}

.rec {
    background: url(../images/resource/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: fit-content;
}
.emp {
    background: url(../images/resource/parallax2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: fit-content;
}

a.btn.btn-apply {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 10px 20px;
    font-weight: 500;
    transition: .4s;
}
img.whatsapp_chat {
    height: auto;
    width: 3%;
    display: inline-block;
    position: fixed;
    bottom: 5%;
    z-index: 9999999;
    right: 25px;
    left: auto;
}
header.style5 .logo img {
    height: 65px;
    width: 100%;
}
a.btn.btn-apply:hover {
    color: #f17525;
    background: #fff;
    transition: .4s;
}
.jotform {
    transition: box-shadow .3s;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(69 69 69 / 20%);
    margin: 10% 0px;
}
.inner_postjob {
    background: url(../images/resource/innerbanner_01.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
}
.text-cs-primary {
    color: #f17525!important;
}
.search img {
    width: 50%;
    height: auto;
}
div#portals_ctas a.post-job-btn {
    text-align: center;
    font-weight: 700;
    background-color: rgb(252, 255, 255);
    color: rgb(20, 5, 73);
    font-size: 14px;
    box-shadow: rgb(43, 35, 80) 7px 4px 0px 0px;
    border-radius: 29px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(18, 4, 73);
    border-image: initial;
    padding: 8px 30px;
    transition: all 0.3s ease 0s;
}
a.next_gen_btn {
    text-align: center;
    font-weight: 700;
    background-color: rgb(252, 255, 255);
    color: rgb(20, 5, 73);
    box-shadow: rgb(43, 35, 80) 10px 5px 0px 0px;
    border-radius: 29px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(18, 4, 73);
    border-image: initial;
    padding: 14px 62px;
    transition: all 0.3s ease 0s;
    font-size: 20px;
}
a.next_gen_btn:hover {
    box-shadow: rgb(43, 35, 80) 3px 9px 0px 0px;
}
@media (min-width: 1336px) {
    .p-category > a span {
        font-size: 12px;
    }
 }
 @media (min-width: 767px) {
    .search {
    text-align: center!important;
    }
   .apply-thisjobtwo {
    width: 100%!important;
}
}