body{
    /*font-family: 'Inter', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background-color: #FDFFF5;
    overflow-x: hidden;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #ffffff;
    padding: 5px 15px;
}
.logo-container{
    flex-basis: 65%;
}
.logo-container img{
    width: 100%;
}
.mobile-search{
    font-size: 22px;
    color: #0C3A57;
    flex-basis: 70px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-left: 8px;
    border-radius: 5px;
    transform: scale(1, 1);
    transition: all linear 0.5s;
}

/*rg*/
/* .right-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-basis: 35%;
} */


.job-search-r-box input,
.job-search-r-box select {
  border-radius: 6px;
}


.job-search-r-box form{
    position: relative;
    flex-basis: 90%;
}



.job-search-r-box {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    width: 100%;
    margin-left: 5%;
}













.job-search-r-box input{
    background-color: #ffffff;
    height: 58px;
    padding: 8px 15px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    border: 2px solid #0C3A57;
}
.job-search-r-box input::placeholder{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
}
.job-search-r-box select{
    position: absolute;
    right: 5px;
    top: 44%;
    transform: translateY(-50%);
    background-color: #0C3A57;
    height: 52px;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 5px;
    width: 90px;
}
.job-search-r-box select option{
    font-size: 14px;
}


/*rg*/













.sign-header-box{
    flex-basis: 70px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-left: 8px;
    border-radius: 5px;
    transform: scale(1, 1);
    transition: all linear 0.5s;
}
.sign-header-box:hover{
    transform: scale(1.1 , 1.1);
}
.sign-header-box img{
    width: 22px;
}
.right-header input{
    background-color: #ffffff;
    height: 58px;
    padding: 8px 15px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    border: 2px solid #0C3A57;
}
.right-header input::placeholder{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
}
.right-header select{
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
    background-color: #0C3A57;
    height: 52px;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 5px;
    width: 140px;
}
.right-header select option{
    font-size: 14px;
}

.nav-container{
    background-color: #E23E57;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.post-job-button{
    font-size: 16px;
    line-height: 26px;
    color: #E23E57;
    text-decoration: none;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all linear 0.5s;
}
.post-job-button:hover{
    color: #ffffff;
    background-color: #0C3A57;
}
.post-job-button span{
    margin-left: 15px;
    transition: all linear 0.5s;
}
.banner-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../images/banner-main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.banner-left{
    width: 100%;
    flex-basis: 100%;
    /*background-image: url("../images/employer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding: 15px 15px;
}
.banner-right{
    width: 100%;
    flex-basis: 100%;
    /*background-image: url("../images/job-seeker.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding: 15px 15px;
}
.banner-inner-box{
    padding: 50px 25px;
}
.banner-left .banner-inner-box{
    background-color: rgb(12 58 87 / 78%);
}
.banner-right .banner-inner-box{
    background-color: rgb(226 62 87 / 78%);
    padding: 20px 25px;
}
.banner-inner-box h6{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.banner-inner-box h2{
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 18px;
}
.banner-inner-box a{
    font-size: 16px;
    line-height: 26px;
    color: #E23E57;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all linear 0.5s;
}
.banner-inner-box a:hover{
    color: #ffffff;
    background-color: #0C3A57;
}

.latest-jobs-section{
    padding: 50px 15px 15px;
}
.latest-job-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.latest-job-head h5{
    font-size: 25px;
    line-height: 35px;
    color: #0C3A57;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.latest-job-head a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    background-color: #E23E57;
    border-radius: 150px;
    transition: all linear 0.5s;
}
.latest-job-head a:hover{
    color: #ffffff;
    background-color: #0C3A57;
}
.job-box{
    padding: 12px 0px 0px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.job-box span{
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    background-color: #E23E57;
    padding: 5px 15px;
    border-radius: 150px;
}
.job-box h5{
    font-size: 14px;
    line-height: 24px;
    color: #0C3A57;
    font-weight: bold;
    padding: 0;
    margin: 8px 0 0;
}
.job-row{
    margin: 15px 0px 0px;
}
.job-row ul.job-req{
    list-style-type: none;
    position: relative;
    left: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.job-row ul.job-req li{
    font-size: 12px;
    line-height: 22px;
    color: #0C3A57;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job-row ul.job-req li span{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    padding: 0;
}
.job-row ul.job-req li span img{
    width: 100%;
}

.job-row ul.job-buttons{
    list-style-type: none;
    position: relative;
    left: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.job-row ul.job-buttons li{
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
}
.job-row ul.job-buttons li span{
    color: #707070;
    background-color: transparent;
    padding: 0;
}
.job-row ul.job-buttons li a{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all linear 0.5s;
}
.job-row ul.job-buttons li:nth-child(2){
    background-color: #0C3A57;
}
.job-row ul.job-buttons li:nth-child(3){
    background-color: #009D92;
}
.job-row ul.job-buttons li a:hover{
    background-color: #0C3A57;
}
.job-row ul.job-buttons li:nth-child(1){
    padding: 8px;
    flex-basis: 70%;
}
.job-row ul.job-buttons.applied li:nth-child(1){
    padding: 8px 15px;
    flex-basis: auto;
    color: #0C3A57;
}
.ml-1{
    margin-left: 5px;
}
.job-row ul.job-buttons.applied li:nth-child(1) a{
    color: #0C3A57;
    cursor: auto;
}
.job-row ul.job-buttons.applied li:nth-child(1) a:hover{
    color: #0C3A57;
    background-color: transparent;
}
.job-row ul.job-buttons li:nth-child(2){
    flex-basis: 30%;
}
.job-row ul.job-buttons li:nth-child(3){
    flex-basis: 30%;
}

.district-jobs-section{
    padding: 50px 0px 50px;
    background-color: #F1F1F1;
}
.district-job-head{
    margin-bottom: 25px;
}
.district-job-head h5{
    font-size: 25px;
    line-height: 35px;
    color: #0C3A57;
    font-weight: 800;
    padding: 0 0 0 15px;
    margin: 0;
}
.district-wise-box ul{
    list-style-type: none;
    position: relative;
    left: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
}
.district-wise-box ul li{
    border-top: 2px solid #D0D0D0;
}
.district-wise-box ul li:last-child{
    border-bottom: 2px solid #D0D0D0;
}
.district-wise-box ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    text-decoration: none;
    padding: 11px 15px;
    display: block;
    background-color: transparent;
    transition: all linear 0.5s;
}
.district-wise-box ul li a:hover{
    color: #ffffff;
    background-color: #E23E57;
}

.job-pricing-container{
    padding: 50px 0px;
}
.pricing-title h5{
    font-size: 25px;
    line-height: 35px;
    color: #0C3A57;
    font-weight: 900;
    padding: 0 0 15px;
    margin: 0;
}
.pricing-title p{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    margin: 0;
}
.pricing-box{
    margin-top: 25px;
}
.pricing-inner-box{
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 25px;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.pricing-inner-box ul{
    list-style-type: none;
    position: relative;
    left: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
}
.pricing-inner-box ul li{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    text-align: center;
    margin-bottom: 8px;
}
.pricing-rate{
    font-size: 20px;
    line-height: 30px;
    color: #E23E57;
    font-weight: bold;
    text-align: center;
    padding: 0px 25px;
    border-radius: 5px;
    margin-top: 8px;
    background-color: transparent;
}
.pricing-inner-box a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    padding: 8px 25px 8px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    background-color: #0C3A57;
}

footer{
    background-color: #F1F1F1;
    padding: 50px 0px;
}
.footer-logo-container{
    width: 250px;
    margin: 0 auto 15px;
}
.footer-logo-container img{
    width: 100%;
}
.top-footer p{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    padding: 0;
    margin: 0;
}
.footer-category-box a{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    transition: all linear 0.5s;
}
.footer-category-box a:last-child{
    margin-bottom: 0;
}
.footer-category-box a:hover{
    color: #148650;
}

.copy-right-container{
    padding: 8px 0px;
    background-color: #0C3A57;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.copy-right-container p{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}
.copy-right-container p a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.copy-right-container ul{
    list-style-type: none;
    position: relative;
    left: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copy-right-container ul li{
    margin-right: 5px;
}
.copy-right-container ul li:last-child{
    margin-right: 0;
}
.copy-right-container ul li a{
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 50%;
    color: #148650;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}
.copy-right-container ul li a:hover{
    color: #ffffff;
    background-color: #0C3A57;
}

.navnew{
    position: absolute;
    width: 100%;
    left: 0;
}

.mobile-search-top{
    position: absolute;
    top: -26%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all linear 0.5s;
    background-color: #fff;
    padding: 5px 10px 28px;
}
.mobile-search-top.m-active{
    top: 1%;
}
.mobile-search-top form{
    position: relative;
    flex-basis: 100%;
}
button.search-mob{
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    height: 58px;
    padding: 8px 15px;
    color: #E23E57;
    border-radius: 5px;
}
.mobile-search-top input{
    background-color: #F1F1F1;
    height: 64px;
    padding: 8px 15px;
    border: 0;
    border-radius: 5px;
    width: 100%;
}
.mobile-search-top select{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E23E57;
    height: 58px;
    padding: 8px 15px;
    color: #FFFFFF;
    border-radius: 5px;
}
.mobile-search-close{
    font-size: 22px;
    color: #12b797;
    flex-basis: 50px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-left: 0px;
    border-radius: 5px;
    transform: scale(1, 1);
    transition: all linear 0.5s;
    
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}

/*employee register section*/
.sign-container{
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-end;*/
    padding: 50px 25px;
    background-image: none;
    background-size: 40% 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.right-sign{
    width: 100%;
    background-color: #ffffff;
    padding: 15px 25px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.form-co{
    margin-bottom: 15px;
    position: relative;
}
.inner-sign-container form input{
    font-size: 16px;
    color: #818181;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px 15px;
    border-radius: 5px;
}
.inner-sign-container form select{
    font-size: 16px;
    color: #818181;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px 15px;
    border-radius: 5px;
}
.inner-sign-container form .upload-resume label{
    color: #0C3A57;
    margin-bottom: 5px;
}
.form-co span{
    font-size: 12px;
    color: #818181;
}
.form-co label{
    font-size: 16px;
    color: #0C3A57;
}
.inner-sign-container form .upload-resume label span{
    font-size: 12px;
    color: #818181;
}
.tandc-span{
    font-size: 12px;
    color: #818181;
}
.register-button{
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.register-button input[type="submit"]{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    display: inline-block;
    width: auto;
    background-color: #E23E57;
    border: 0;
    padding: 8px 25px;
    height: auto;
    transition: all linear 0.5s;
}
.register-button input[type="submit"]:hover{
    color: #ffffff;
    background-color: #0C3A57;
}
.sign-container.login .right-sign{
    width: 95%;
    margin: 0 auto;
}
.forget-password{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    display: block;
    transition: all linear 0.5s;
}
.forget-password:hover{
    color: #E23E57;
}
.sign-container.login form{
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
/*employee register section*/

/*aboutus section*/
.inner-page-banner-container{
    position: relative;
    padding: 100px 25px;
    background-image: url("../images/inner-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner-page-banner-container::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-page-banner-container h5{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 8;
    position: relative;
}
.about-image img{
    width: 100%;
}
.title{
    padding: 25px 0px 0px;
}
.title h5{
    font-size: 20px;
    line-height: 30px;
    color: #0C3A57;
    font-weight: 900;
    padding: 0;
    margin: 0 0;
}
.about-content p{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    text-align: justify;
    padding: 0;
    margin: 0;
}
.about-page{
    padding: 80px 0px;
}
.mva-inner{
    padding: 15px 15px;
    background-color: #40524F;
    margin: 0 2rem;
}
.mva-left img{
    width: 100%;
}
.mva-right .title-type2 h2{
    color: #ffffff;
    text-align: left;
}
.mva-right h5{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 900;
    padding: 0;
    margin: 0;
}
.mva-right p{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 0;
    margin: 20px 0 0;
}
.mva-inner.no-bg{
    margin: 50px 2rem;
    background-color: transparent;
}
.mva-inner.no-bg .mva-right .title-type2 h2, .mva-inner.no-bg .mva-right h5, .mva-inner.no-bg .mva-right p{
    color: #40524F;
}
.video-container{
    position: relative;
    margin: 0px 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 4px solid #E23E57;
    margin: 0 3rem;
    transition: all linear 0.5s;
}
.video-container:hover{
    cursor: pointer;
}
.video-container:hover .play-text-container span{
    color: #ffffff;
    background-color: #0C3A57;
}
.video-container img{
    width: 100%;
}
.play-text-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.play-text-container span{
    width: 76px;
    height: 72px;
    font-size: 25px;
    line-height: 35px;
    color: #40524F;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}
.play-text-container h2{
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.title-type2 h2{
    font-size: 25px;
    line-height: 35px;
    color: #40524F;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}
.title-type2 h2 span{
    font-weight: 900;
}
/*aboutus section*/

/*contact info section*/
.contact-box{
    background-color: #f4f7f6;
    padding: 25px;
    border-radius: 5px;
    height: 100%;
}
.contact-box span{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    background-color: #009D92;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contact-box h5{
    font-size: 20px;
    line-height: 30px;
    color: #009D92;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 8px 0;
}
.contact-box a{
    font-size: 16px;
    line-height: 26px;
    color: #40524F;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
}
.contact-form-container{
    background-color: #009D92;
    padding: 25px;
}
.contact-form-container h6{
    font-size: 16px;
    line-height: 26px;
    color: #FDFFF5;
    padding: 0;
    margin: 0;
}
.contact-form-container h5{
    font-size: 20px;
    line-height: 30px;
    color: #FDFFF5;
    font-weight: 900;
    padding: 0;
    margin: 0;
}
.contact-form-container p{
    font-size: 16px;
    line-height: 26px;
    color: #FDFFF5;
    padding: 0;
    margin: 5px 0 0;
}
form{
    margin-top: 10px;
}
form input{
    width: 100%;
    height: 45px;
    padding: 15px 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    border: 0;
}
form input::placeholder{
    color: #40524F;
}
form textarea{
    width: 100%;
    padding: 15px 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    border: 0;
}
form input[type="submit"]{
    width: auto;
    height: auto;
    background-color: #FDFFF5;
    color: #40524F;
    font-weight: bold;
    border: 0;
    padding: 15px 25px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
/*contact info section*/

.jobs-section-middle.job-search h5{
    font-size: 25px;
    padding-left: 0;
}
.jobs-section-middle.job-search .job-search-title h6{
    font-size: 18px;
    line-height: 28px;
    color: #0C3A57;
    padding: 0;
    margin: 0;
}

.job-search .toggle-next{
    border-radius: 0;
}
.job-search label{
    cursor: pointer;
}
.job-search .ellipsis{
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.job-search .apply-selection{
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.job-search .apply-selection .ajax-link{
    display: none;
}
.job-search .checkboxes{
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
}
.job-search .checkboxes .inner-wrap{
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
}

.similar-job-section{
    padding: 50px 0px;
}
.similar-job-section h6{
    font-size: 25px;
    line-height: 35px;
    color: #0C3A57;
    text-align: center;
    font-weight: 900;
    padding: 0;
    margin: 0;
}
.similar-job-section .item{
    padding: 2px 1px;
}
.job-details-box{
    background-color: #cccccc;
    padding: 15px 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.job-details-box h6{
    padding: 0;
    margin: 0;
}
.job-details-box p{
    padding: 0;
    margin: 0;
}
.job-details-box a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #E23E57;
    transition: all linear 0.5s;
}
.job-details-box a:first-child{
    background-color: #E23E57;
}
.job-details-box a:last-child{
    background-color: #009D92;
    margin-top: 8px;
}
.job-details-box.no-bg{
    background-color: transparent;
}
.job-top-section{
    padding: 50px 0px;
}
.job-details-header{
    background-color: #E23E57;
    padding: 11px 15px;
    border-radius: 8px;
}
.job-details-header h5{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.job-details-header ul{
    list-style-type: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    left: 0;
}
.job-details-header ul li{
    margin-right: 15px;
}
.job-details-header ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
}
.job-details-content{
    padding: 11px 15px;
}
.job-details-content p{
    font-size: 16px;
    line-height: 26px;
    color: #0C3A57;
    text-align: justify;
    padding: 0;
    margin: 0;
}

.job-pricing-container.profile-inner{
    padding-top: 25px;
}
.job-pricing-container.profile-inner .pricing-inner-box ul li{
    display: flex;
}
.job-pricing-container.profile-inner .pricing-inner-box ul li div{
    flex-direction: column;
    flex-basis: 50%;
}
.pk-right{
    font-weight: bold;
}
.pk-right.green{
    color: green;
}
.pk-right.red{
    color: red;
}



.profile-name-pic{
    display: flex;
    align-items: center;
    justify-content: start;
}
.profile-pic img{
    width: 100%;
}
.profile-name-pic p{
    font-size: 18px;
    line-height: 28px;
    color: #12b797;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 8px;
}
.profile-info__table-rowwrap{
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    font-size: 14px;
    margin-bottom: 0.8rem;
    background: #f9f9f9;
    border-radius: 4px;
}
.profile-info__tablerow:first-child{
    flex: 100px;
    font-weight: 700;
    color: #242424;
}
.profile-info__tablerow:last-child{
    flex: 6;
}
.profile-package a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    background-color: #E23E57;
    border-radius: 150px;
    transition: all linear 0.5s;
}
.profile-package.if-package-not-selected{
    text-align: center;
}
.profile-package a:hover{
    color: #ffffff;
    background-color: #0C3A57;
}
.profile-package.if-package-is-selected{
    text-align: center;
}
.edit-profile-tab a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    background-color: #E23E57;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
    transition: all linear 0.5s;
}
.edit-profile-tab a.active{
    color: #ffffff;
    background-color: #0C3A57;
}
.edit-profile-section .form-control{
    padding: 8px;
}
.edit-profile-section .form-control label{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    display: block;
}
.edit-profile-section .form-control input{
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
}
.edit-profile-section .form-control select{
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
}
.edit-profile-section .form-control input[type="submit"]{
    font-size: 16px;
    line-height: 26px;
    width: auto;
    height: 40px;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
    background-color: #E23E57;
    color: #ffffff;
}
.my-profile-buttons{
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 50px 25px;
    background-color: #E23E57;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
    transition: all linear 0.5s;
}
.my-profile-buttons:hover{
    color: #ffffff;
    background-color: #0C3A57;
}

.mobile-show{
    display: flex;
}
.mobile-none{
    display: none;
}

 a.login-button {
        position: relative;
    background-color: #ffffff;
    height: 54px;
    padding: 14px 45px;
    color: #0C3A57;
    border-radius: 5px;
    width: 123px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #0C3A57;
    }

a.login-button-mobile {
    position: relative;
    background-color: #ffffff;
    height: 54px;
    padding: 14px 20px; /* reduce horizontal padding */
    color: #0C3A57;
    border-radius: 5px;
    width: auto; /* let it adjust to text */
    min-width: 120px; /* optional minimum width */
    text-decoration: none;
    text-align: center;
    border: 2px solid #0C3A57;
    font-size: 14px;
    white-space: nowrap; /* prevent wrapping */
}



  a.profile-button {
        position: relative;
    background-color: #ffffff;
    height: 48px;
    padding: 10px 14px;
    color: #0C3A57;
    border-radius: 5px;
    width: 74px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #0C3A57;
    }   

.login-button-mobile, .register-button-header-mobile{
    font-size: 22px;
    color: #0C3A57;
    flex-basis: 70px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-left: 8px;
    border-radius: 5px;
    transform: scale(1, 1);
    transition: all linear 0.5s;
}

.show-hide-password-container{
    position: relative;
}
span.eye-icon{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mobile-location{
    margin-bottom: 20px;
}
.mobile-location select{
    width: 100%;
    background-color: #E23E57;
    height: 58px;
    padding: 8px 15px;
    color: #FFFFFF;
    border-radius: 5px;
}

.mobile-more-jobs{
    text-align: center;
}
.mobile-more-jobs a{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    background-color: #E23E57;
    border-radius: 150px;
    transition: all linear 0.5s;
}
.mobile-more-jobs a:hover{
    color: #ffffff;
    background-color: #0C3A57;
}

@media (min-width: 640px){
    /*.right-sign form{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.right-sign .form-co{*/
    /*    flex-basis: 48%;*/
    /*    margin: 0 5px;*/
    /*    display: flex;*/
    /*    align-items: stretch;*/
    /*    justify-content: start;*/
    /*    flex-direction: column;*/
    /*    min-height: 94px;*/
    /*}*/
    .mobile-show{
        display: none;
    }
    .mobile-none{
        display: flex;
    }
    .job-row ul.job-buttons li:nth-child(2) {
        flex-basis: 25%;
    }
    a.login-button{
        position: relative;
        background-color: #ffffff;
        height: auto;
        padding: 14px 15px;
        color: #0C3A57;
        border-radius: 5px;
        width: 123px;
        text-decoration: none;
        text-align: center;
        border: 2px solid #0C3A57;
    }


    .register-button-header{
        position: relative;
        background-color: #ffffff;
        height: auto;
        padding: 14px 15px;
        color: #0C3A57;
        border-radius: 5px;
        width: 140px;
        text-decoration: none;
        text-align: center;
        border: 2px solid #0C3A57;
    }


    
    a.login-button{
        margin: 0 5px;
    }
    .copy-right-container p{
        text-align: left;
        margin: 0 0;
    }
    .job-row ul.job-buttons li{
        flex-direction: row;
    }
    .job-row{
        margin: 5px 0px 0px;
    }
    .navnew{
        position: relative;
        width: auto;
        left: 0;
    }
    .logo-container{
        flex-basis: 15%;
    }
    .logo-container img{
        width: 100%;
    }
    header{
        flex-direction: row;
    }
    .right-header{
        flex-direction: row;
        /* flex-basis: 55%; */
    }
    .right-header form{
        /*flex-basis: 90%;*/
        flex-basis: 77%;
    }
    .sign-header-box{
        flex-basis: 70px;
    }
    .nav-container{
        flex-direction: row;
    }
    .banner-section{
        flex-direction: row;
        padding: 0 12%;
    }
    .banner-left{
        flex-basis: 50%;
        padding: 50px 50px;
    }
    .banner-right{
        flex-basis: 50%;
        padding: 50px 50px;
    }
    .banner-right .banner-inner-box{
        padding: 50px 50px;
    }
    .banner-inner-box h6{
        font-size: 18px;
        line-height: 28px;
    }
    .banner-inner-box h2{
        font-size: 25px;
        line-height: 35px;
    }
    .banner-inner-box a{
        font-size: 16px;
        line-height: 26px;
    }
    .latest-job-head h5{
        font-size: 28px;
        line-height: 38px;
    }
    .latest-jobs-section{
        padding: 80px 15px 15px;
    }
    .latest-job-head{
        margin-bottom: 25px;
    }
    .job-box h5{
        font-size: 16px !important;
        line-height: 26px;
    }
    .district-jobs-section{
        padding: 80px 0px 50px;
    }
    .district-job-head h5{
        font-size: 28px;
        line-height: 38px;
        padding-left: 15px;
    }
    .pricing-title h5{
        font-size: 28px;
        line-height: 38px;
    }
    .job-pricing-container{
        padding: 35px 0px;
    }
    /* Footer Catagory */

.footer-category-box ul {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
}

.footer-category-box ul li { 
    list-style: none;
    flex-basis: 20%;
}

@media (max-width: 1400px) {
    .footer-category-box ul li {
        flex-basis:100%;
}
}
    footer{
        padding: 50px 0px;
    }
    .copy-right-container{
        flex-direction: row;
    }
    .sign-container{
        /*background-image: url("../images/job-seeker-bg.jpg");*/
    }
    .right-sign{
        width: 55%;
    }
    .sign-container.employer{
        /*background-image: url("../images/employer-register-bg.jpg");*/
    }
    .sign-container.login{
        background-image: none;
    }
    .sign-container.login .right-sign{
        width: 350px;
    }
    .inner-page-banner-container h5{
        font-size: 40px;
        line-height: 50px;
    }
    .title{
        padding: 0;
    }
    .title h5{
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 15px;
    }
    .title-type2 h2{
        font-size: 40px;
        line-height: 50px;
    }
    .play-text-container span{
        font-size: 25px;
        line-height: 35px;
    }
    .play-text-container h2{
        font-size: 38px;
        line-height: 48px;
    }
}
@media (min-width: 650px) and (max-width: 900px){
}
@media (min-width: 768px) and (max-width: 1024px){
}


/*whats app section*/
.whatsapp-button{
  position: fixed;
  z-index: 88888888;
  bottom: 50px;
  right: 18px;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.whatsapp-image-box img{
  width: 100%;
}
/*whats app section*/

a.purchase-more-details-btn{
    background-color: transparent;
    color: green;
    font-weight: bold;
    padding: 0;
}
a.purchase-more-details-btn i{
    margin-right: 8px;
    font-size: 27px;
    line-height: 37px;
    top: 4px;
    position: relative;
}

ul.jobdescription-ul{
    list-style-type: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    left: 0;
}
ul.jobdescription-ul li{
    margin-right: 15px;
}
ul.jobdescription-ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

 .blog {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}

.col-md-4 .card h5 {
    font-size: 24px;
    color: red;
}

.col-md-4 .card p {
    text-align: justify;
}

.col-md-4 .card .btn {
    background: rgb(247, 104, 104);
    border: none;
}

.col-md-4 .card .btn:hover{
    background: red;
    transition: 0.3s;
}

.col-md-4 .card  a:hover {
    font-weight: 700;
}

@media (max-width: 1400px) {

    .blog {
        margin-top: 20px;
    }

    .col-md-4 .card {
        margin-top: 20px;
    }

    .col-md-4 .card p {
        text-align: justify;
    }
}

/* Blog Details Page Started */

.col-md-12 h1 {
    padding-top: 30px;
    color: red;
}

.col-md-12 p {
    text-align: justify;
    padding-top: 20px;
}

.col-md-12 span {
    color: rgb(179, 176, 176);
}

.col-md-12 span .fa-calendar {
    padding-left: 10px;
}

 
/* Blog Details Page Ended */




/* -------------------------------Blog Section Ended-------------------------------- */