body,h5,h6,p,span{
    font-family:'Open Sans Regular';
    color:#6F6E6F;
}

li{
    margin-top: 0;
    margin-bottom: 1rem;
    color: #6F6E6E;
}


.gallery-overlay-text{
  position: absolute;
  bottom: 0;
  background-color: #000000;
  opacity: 0.68;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 0.25rem!important;
}
.jfh-mobile.section-candidate-offering-dashboard .notbanner {
    margin-top: 60px;
}
.jfh-mobile.section-candidate-partner-dashboard .notbanner {
    margin-top: 60px !important;
}
.jfh-mobile.section-candidate-company-dashboard .notbanner {
    margin-top: 43px !important;
}
.viewall_btn {
    background-color: #F7F7F7;
    text-align: center;
}
.viewall {
    display: inline-block;
    padding: 10px 20px;
    color: #92C139;
    font-family: 'Product Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.viewall_btn a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.viewall_btn:hover {
    background: #92C139;
    cursor: pointer;
    font-color: #FFFFFF;
}
.viewall_btn:hover .viewall {
   color: #FFFFFF;
}
.viewall_btn .hover-img {
    display: none;
}
.viewall_btn:hover .hover-img {
    display: inline-block;
}
.viewall_btn:hover .arrowcls {
    display: none;
}
.viewall:hover {
    background: #92C139;
    color: #FFFFFF;
    cursor: pointer;
}
#jfh-section-candidate-job-list .home-slider {
    margin-top: 52px;
}

.rec-jobspage {
    margin-top: 1.25rem !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4B8;
    border-radius: 0px;
    opacity: 1;
    border-bottom: none;
}
.rdes {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: #484848;
    opacity: 1;
}
#rec-job-listing {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.gallery-img-div{
  overflow: hidden;
}

.gallery-img{
  width: 200px;
  height: 200px;
}

#myJobDetailsTabContent span{
    margin-bottom: 1rem;
    }

 .carousel-indicators{
     bottom: -6px!important;
}

 .carousel-indicators-round li{
     height: 16px;
     width: 16px;
     border-radius: 50%;
}
 .carousel-indicators-green li{
     background-color: #C8C8C8;
}
 .carousel-indicators-green li.active{
     background-color: #99CA3C;
}
h1,h2,h3,h4{
    font-family:'Open Sans Semibold';
}
.cnd_featured_banner{
    max-height: 400px;
    height: 400px;
}
.cnd_stack_img{
    position: relative;
    bottom: 6rem;
}
.cnd_stack_img_m{
    position: relative;
    bottom: 4rem;
}
.jb-title {
    font-size: 18px;
    color: #484848;
    font-family: 'open sans semibold';
}
.jb-item-list {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 3px;
    border: 0;
}
.jb-item {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.jb-item-img {
    display: block;
    position: relative;
    width: 58px;
    height: 58px;
}
.jb-item-img .jb_img {
    width: 58px;
    height: 58px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;   
}

.jb-item-img .jb_img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    max-width: 100%;
    height: auto;
}
/*.jb-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.jb-item-body {
    flex: 1;
    margin-left: 15px;
}
.jb-item-body h6 {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    font-family: 'Open Sans semibold';
    margin-bottom: 5px;
}
.jb-item-body span {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    color: #6F6E6E;
    opacity: 1;
}

.jb-stripwords{
  word-break: break-word;
 }

.jb-item-list .jb-item + .jb-item {
    margin-top: 20px;
}
.xs-filter {
    color: #2680EB;
    font-size: 12px;
}
.jobscount{
    color: #2680EB;
    font-size: 16px
}
.companytitle{
    font-size: 22px;
    color: #404040;
    font-family: Open Sans SemiBold
}
.jobbutton{
   background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    border-radius: 2px;
}
.desktopview{
    display: block;
}
.mobileview{
    display: none !important;
}
.desktop-companyprofilemenu{
    display: block;
}
.desktop-partnerprofilemenu{
    display: block;
}
/* company sticky menu CSS*/
.top-70 {
    top: 104px;
}
/*.mobile-companyprofilemenu{
    display: none !important;
}*/
.blogimg{
    width: 280px !important;
    height: 170px !important;
    min-width:280px !important;
}
.policyimg{
    width: 60px;
    height: 60px;
    border: 2px solid #dee2e6;
    border-bottom: 4px solid #99CA3B;
    max-width: 60px;
    padding: 10px;
}

.seemore {
        color:#2680EB !important;
        cursor: pointer;
        font-size: 16px;
        font-family:'Open Sans Regular';
    }
.testimonila-img{
    width: 64px !important;
    height:64px;
    border-radius: 50%;
    max-width:64px !important;

}
.noboarder{
    border: 0px solid #dee2e6;
    border-radius: 0px;
}
.test{
        margin-top: 56px;
        /*margin-left: -28px;*/
        background-color: #404040;
    }
tr.border_bottom td {
  border-bottom:1pt solid black;
}

.divTableCell {
    display: table-cell;
    vertical-align: middle;
}

.cover_img {
    width: 124px;
    height: 124px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .sm_img {
    width: 124px;
    height: 124px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    /*top: 16px;*/
}

.cover_img .sm_img img {
    position: absolute;
    top: 50%;
    /*border: 2px solid #00000029;
    box-shadow: 0px 0px 3px #00000029;*/
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    max-width: 100%;
    height: auto;
}
 .cp-edit-blogs{
   position: relative;
   width: 30px;
   height: 30px;
   padding: 4px;
   margin-left: 0px;
   margin-top: -200px; 
   }
   .blg-btn{
   font-size: 11px;
   color: #99CA3B;
   background-color: #fff;
   border: 2px solid #99CA3B;
   border-radius: 3px;
   opacity: 1;
   }
   .cp-edit-events{
   position: relative;
   width: 30px;
   height: 30px;
   padding: 4px;
   }
   .blg-btn{
   font-size: 11px;
   color: #99CA3B;
   background-color: #fff;
   border: 2px solid #99CA3B;
   border-radius: 3px;
   opacity: 1;
   }
   .vevent-img{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 72px !important;
    width: 72px !important;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    border: 1px solid white;
    border-radius: 3px;
   }
   .event-shadow{
   box-shadow: 0px 0px 6px #00000029;
   }
#allfollowersList .pagination .page-links{
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}
.flx_div{
    display: flex;
}
.emp-desk-comp-logo{
    width: 150px;
    height: 150px;
}
.follower-star-icon{
    display:inline-block;
    background:url(../../images/follower-star.png) no-repeat;
    width:18px;
    height:16px;
}
.featured{
    background-position:-14px -15px;
    width:32px;
    height:32px;
    background-color:transparent;
    top:-2px;
    position:relative;
    overflow:hidden;
    zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin:0 0;
}
.boosted{
    background-position:-48px -15px;
    width:32px;
    height:32px;
    background-color:transparent;
    top:-2px;
    position:relative;
    overflow:hidden;
    zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin:0 0;
}
.boosted-container{
    font-size:14px;
    color:#a5a5a5;
    height:20px;
    display:inline-block;
    line-height:normal;
    position:relative;
    top:-2px;
}
.starred-icon{
    background-position:0px 0px;
}
.unstarred-icon{
    background-position:-18px 0px;
}
.dash_btn-white {
    background-color: white;
    font-size: 12px;
    font-family: Open Sans SemiBold;
    border: 1px solid #707070;
    border-radius: 0px;
    color: #707070;
}
.job-button{
    border-radius: 2px;
    background-color: #99CA3B;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Open Sans Semibold';
}
.semibold {
    font-family: 'Open Sans Semibold';
}
.whitesmoke{
    background-color:whitesmoke;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.pointer {
    cursor: pointer;
}
.margin-top-flash {
    margin-top:80px;
}
.margin_top_browse{
    margin-top: 30px;
}
.session-flash-container{
    position:relative;
    z-index:1011;
    margin:auto;
    left:0;
    right:0;
}
.session-fixed-flash-container{
    position:fixed;
    z-index:1011;
    margin:auto;
    left:0;
    right:0;
}
.session-sticky-flash-container{
    position:sticky;
    top:100px;
    z-index:1011;
    margin:auto;
    left:0;
    right:0;
}
.message-section{
    position:relative;
    width:100%;
    display:block;
}
.message-section .alert{
    margin:0px 0;
    text-align:center;
}
.message-section .alert-success{
    background-color:#f4f4f4;
}
.message-section .alert-error{
    background:#ffe6e6;
    color:#b00000;
}
.message-section-header{
    position:relative;
    width:100%;
    display:block;
    margin-top:0px;
    min-height: 70px;
}
.message-section-header .alert{
    margin:8px 0;
    text-align:center;
}
.message-section-header .alert-success{
    background-color:#f4f4f4;
}
.message-section-header .alert-error{
    background:#ffe6e6;
    color:#b00000;
}
.msg_box
{
background-color: #99CA3B;

}
.text-grey {
    color: #707070!important;
    font-size: 18px;
    font-family: 'Open Sans Regular';
}
.text-black {
    color: #000000;
}
.policies-editor-container {
    background-color: #F8F8F8;
    padding: 2rem 1rem;
    border-radius: 2px;
    margin-bottom: 20px;
}
.policy-container {
    margin-bottom: 18px;
}
.policy-text{
    position: absolute;
    top: 70%;
    color: #484848;
    font-size: 16px;
    font-family: 'Open Sans Semibold';
}
.mce-branding-powered-by{
    display: none;
}
.add-top-right-corner {
    position:relative;
    border:1px solid #99CA3B;
    background-color: #FFFFFF;
    height:70px;
}
.img-responsive-icon {
    margin-top: 14px;
    margin-left: 26px;
}
.top-right-corner {
    position:relative;
    border:1px solid #99CA3B;
    background-color: #FFFFFF;
    height:235px;
}
.corner {
    width: 0;
    height: 0;
    border-top: 42px solid #E2E5EC;
    border-left: 42px solid transparent;
    position:absolute;
    right:0;
}
.corner-active {
   border-top: 42px solid #99CA3B;
}
.corner span {
    color: #FFFFFF;
    position:absolute;
    top: -38px;
    width: 100px;
    left: -63px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    display:block;
}
.inside {
    position: absolute;
    border-radius: 2px;
    border:1px solid #E2E5EC;
    border-bottom: 3px solid #E2E5EC;
    width: 100px;
    height: 100px;
    top: 25%;
    left: 29%;
}
.inside-active{
    border-bottom: 3px solid #99CA3B;
}
.square-content{
    position:  absolute;
    top: 161px;
    margin-left: 54px;
}
.square-content span {
    display: table;
    width: 100%;
    height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #484848;
    font-family: 'Open Sans Semibold';
    font-size: 16px;
}
.comp-prev{
    font-size: 16px;
    font-family: 'Open Sans Semibold';
    border: 2px solid #707070;
    border-radius: 1px;
    background-color: #FFFFFF;
    color: #707070;
}
.comp-draft{
    font-size: 16px;
    font-family: 'Open Sans Semibold';
    border: 2px solid #99CA3B;
    border-radius: 1px;
    background-color: #FFFFFF;
    color: #99CA3B;
}
.comp-publish{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    color:#FFFFFF;
    border: 1px solid #99CA3B;
    border-radius: 1px;
    
}
.comp-follow{
    font-size: 16px;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    color:#FFFFFF;
    border: 1px solid #99CA3B;
    border-radius: 1px;
}

.inline-buttons .one-third {
    text-align: center;
    width: 20%;
}
.gototop {
    z-index: 999;
    background: #3291d1;
    width: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gototop:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}
.whitesmoke{
    background-color:whitesmoke;
    padding: 3rem 0;
}
.signin-main-container {
    min-height: 100vh;
}
.sign-image-cover {
    background-image: url(../../images/employer/emp_signin_bg.png);
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.jfh-logo-left-position {
    position: absolute;
    left: 17%;
    -webkit-transform: translateX(-17%);
    transform: translateX(-45%);
    top: 20px;
}
.home-text-48 {
    font-size: 48px;
    color:#484848;
}
.home-textcolor-484848-24 {
    font-size: 24px;
    color:#484848;
}
.signup_22{
    font-size: 22px;
    color: #6D6D6D;
    font-family: 'Open Sans Semibold';
}
.signup_18{
    font-size: 18px;
    color: #6D6D6D;
}
.signin_18{
    font-size: 18px;
    color: #6D6D6D;
    font-family: 'Open Sans Semibold';
}
.home-text-14{
    font-size: 14px;
}
.home-text-16{
    font-size: 16px;
}
.cprofile-text{
    font-size: 16px;
    font-family: 'Open Sans Semibold';
    color: #404040;
}
.cprofile-text1{
    font-size: 14px;
    font-family: 'Open Sans Regular';
    color: #404040;
}
.text-22 {
    font-size:22px;
}
.text-12{
    font-size:12px;
}
.txt-14{
    font-size: 14px;
}
.text-10{
    font-size: 10px;
}
.color-6d6d6d{
    color:#6D6D6D;
}
.color-484848{
    color:#484848;
}
.color-9A9A9A{
    color: #9A9A9A;
}
.color-99CA3B{
    color:#99CA3B;
}
.color-FAA83F{
    color:#FAA83F;
}
.color-FFFFFF{
    color: #FFFFFF;
}
.color-7F7F7F{
    color: #7F7F7F;
}
.color-6F6E6E{
    color: #6F6E6E;
}
.cptect12{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    color: #7F7F7F;
}
.text-14{
    font-size:14px;
    color:#6D6D6D;
}
.text-16{
    font-size:16px;
    color:#000000;
}
.text-22{
    font-size:22px;
    color:#000000;
}
.b2b2b2 {
    color:#B2B2B2;
}
.lh-50{
    line-height: 50px;
}
.lh-100{
    line-height: 100px;
}
.text-14 a, .text-14 a:hover{
    font-size:14px;
    color:#99CA3C;
}
.address-boarder{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    opacity: 1;
    padding: 10px
    
}
.industry-list{
    display: flex;
    color: #6F6E6E;
    font-size: 12px;
    font-family: 'Open Sans Regular';
}
.text-14-semibold{
    font-size: 14px;
    color:#000000;
    font-family:'Open Sans Semibold';  
}
.text-14-video{
    font-size: 16px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.text-14-textimonial {
    font-size: 14px;
    color:#404040;
    font-family:'Open Sans Italic';  
}
.para-company-list{
    font-size: 14px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}

.text-16-para p{
    font-size: 16px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.text-16-para li{
    font-size: 16px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.text-14-para p{
    font-size: 14px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.text-14-para li{
    font-size: 14px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.text-10-para p{
    font-size: 10px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.show_more{
  display: none;
 }
.text-16-policy{
    font-size: 16px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
}
.welcome-text-16-semibold{
    font-size: 16px;
    color:#2680EB;
    font-family:'Open Sans Semibold';  
    text-decoration: none;
}
.home-text-18 {
    font-size: 18px;
    color:#6D6D6D;
}
.text-16-semibold{
    font-size: 16px;
    color:#000000;
    font-family:'Open Sans Semibold';  
}
.home-text-16 {
    font-size: 16px;
    color:#484848;
}
.job-text-16 {
    font-size: 16px;
    color: #484848;
    font-family: 'Open Sans Semibold';
}

.profile-text-18 {
    font-size: 18px;
    color: #6F6E6E;
    font-family: 'Open Sans Regular';
}
.job-text-14{
    font-size: 14px;
    color: #484848;
    font-family: 'Open Sans Semibold';
}
.user-text-14 {
    font-size: 14px;
    color:#484848;
    font-family:'Open Sans Semibold';
    padding-top: 18px;
    padding-left: 50px;
}
.inventory-text-14 {
    font-size: 14px;
    color:#484848;
    font-family:'Open Sans Semibold';
    padding-top: 18px;
    
}

.home-comp-text-18 {
    font-family: 'Open Sans Regular';
    color: #707070;
    font-size: 18px;
}
.home-text-20 {
    font-family: 'Open Sans Semibold';
    color: #707070;
    font-size: 20px;
}
.home-text-22 {
    font-size: 22px;
    color:#6D6D6D;
}
.m-b{
    margin-bottom: 40px;
}
.btn-green,.btn-green:hover{
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family:'Open Sans Bold';
    font-size: 18px;
    width:134px;
    border-radius: 0px;
}

.user-btn-green,.user-btn-green:hover{
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family:'Open Sans Bold';
    font-size: 12px;
    border-radius: 0px;
}

.btn-border-green,.btn-border-green:hover {
    background-color: transparent;
    border: 1px solid  #99CA3C;
    color:  #99CA3C;
    font-size: 18px;
    text-align: center;
     border-radius: 0px;
}
.btn-borders-green,.share-green-button {
    
   font-size: 12px !important;
    
}
.btn-borders-green,.btn-borders-green:hover {
    background-color: transparent;
    border: 1px solid  #99CA3C;
    color:  #99CA3C;
   font-size: 16px;
    font-family: 'Open Sans Semibold';
    text-align: center;
     border-radius: 0px;
}
.signin-left-li li {
    list-style-type:none;
    list-style:none;
}
.signin-left-li li i{
 font-size: 12px;
}
.hide-background-gradient {
    background-image: none;
    background-color: white;
}
.background-gradient {
    background-image: linear-gradient(-180deg, #92FBFF, #5FEB1B);
    opacity: 0.84;
}
.g-recaptcha-section {
    display: block;
    position: relative;
}
.designform .error,
div[class*=' validation-error'] .error,
div[class^='validation-error'] .error{
    font-size:0.8rem;
     position:relative;
    padding:0 15px;
    color:#FF1744;
    text-align: left;
}
.show-hide-new{
    background-color: transparent;
    cursor: pointer;
    float: right;
}
.signin-submit-btn {
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family:'Open Sans Bold';
    font-size: 18px;
    border-radius: 0px;
}
.create-company-btn, .create-company-btn:hover {
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family:'Open Sans Bold';
    font-size: 18px;
    border-radius: 0px;
}
.signin-forgot-password a, 
.signin-forgot-password a:hover, 
.signin-forgot-password a:focus {
    text-decoration: none;
    font-family:'Open Sans Regular';
    font-size: 14px;
    color: #2680EB;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    color:#656565;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.input-selectize:placeholder{
    position: absolute;
    top: 0;
    color:#656565;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.designform .form-control, 
{
    border:none !important;
    background-color: transparent;
}
.designform .form-control:focus {
  border-color: #FFFFFF;
  color:#000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(255, 0, 0, 0);
}
.designform .selectize-control.multi .selectize-input::after{
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #484848;
    display:block;
    line-height: 2;
    position: absolute;
    top: -2px;
    right: 15px;
}
.designform .selectize-control.single .selectize-input::after {
    content: "\f078";
    border:none;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #484848;
    display:block;
    line-height: 2;
    position: absolute;
    top: 0;
    right: 14px;
}
.designform .selectize-control.multi .selectize-input > div {
    background-color: #FFFFFF;
}

.designform input,
.designform input:-webkit-autofill,
.designform input:-webkit-autofill:hover,
.designform input:-webkit-autofill:focus {
    background-color: transparent!important;
    transition: background-color 5500s ease-in-out 0s;
    border:none!important;
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
.designform .input-group, .designform .form-group {
    padding:0px;
    border-bottom:1px solid #6D6D6D;
    position: relative;
}
.mnutxt
{
    font-size: 16px;
    color: #000000;
}
.btn-jfh{
    color:#fff;
    background-color: #99CA3B;
    border-color:#92c000;
    /*border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}
.btn-jfh:hover,
.btn-jfh:focus{
    background-color:#709f17;
    border-color:#709f17;
    color:#FFF;
}
.btn-jfh-signup{
    border: 1px solid #99CA3B;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #99CA3B;
    font-size: 14px;
}
.btn-jfh-signup:hover,
.btn-jfh-signup:active,
.btn-jfh-signup:focus{
    color:#794d9e;
}
/*.navbar-jfh{
    background-color:#FFF;
    box-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    padding:0px;
    min-height:60px;
}
.navbar-jfh .navbar-nav .nav-link, .side-nav .nav-link.dropdown-item {
    color: #000000;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 1rem;
    font-size: 16px;
}
.nav-dropdown-menu a.nav-link.dropdown-item{
    padding:8px 12px;
    clear:both;
    font-weight:400;
    color:#535353;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0;
    border-bottom:1px solid #F3F3F3;
    height:auto;
    line-height:1.5;
}
.nav-dropdown-menu>.nav-item:last-child>.dropdown-item,
.nav-dropdown-menu>a.dropdown-item:last-child{
    border:0px;
}
.navbar-jfh .nav-link:hover,
.navbar-jfh .nav-link:focus,
.nav-dropdown-menu a.nav-link.dropdown-item:hover,
.nav-dropdown-menu a.nav-link.dropdown-item:focus{
    color:#794d9e;
}
.navbar-jfh .active > .nav-link,
.navbar-jfh .nav-link.active{
    color:#794d9e;
    border-bottom:2px solid #92c139;
}
.navbar-jfh .side-nav .active > .nav-link{
    color:#99CA3B;
    font-family:'Open Sans Semibold';
}
.nav-dropdown-hover:hover .dropdown-menu{
    display:block;
}
.nav-dropdown-hover .dropdown-menu{
    margin:0px;
    padding:0px;
    min-width:100px;
}*/
/*.navbar-jfh .navbar-toggler-icon{
    background-image:url(../../images/static/restarther2018/menu_icon.png);
}*/
.side-nav{
    position:fixed;
    width:100%;
    max-width:420px;
    max-height:100%;
    padding-bottom:65px;
    left:0;
    top:0;
    margin:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    z-index:999;
    overflow-y:auto;
    will-change:transform;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
}
.side-nav ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.side-nav .navbar-nav{
    background-color:#FFF;
}
.side-nav ul.menu-nav{
    padding-left:16px;
}
.navbar-jfh .side-nav .nav-link{
    position:relative;
    border-bottom:0px;
    display:block;
    padding:0 16px;
    height:48px;
    line-height:48px;
    color:#6A6A6A;
    cursor:pointer;
    font-family:'Open Sans Regular';
    font-size:16px;
}
.side-nav .nav-link[aria-expanded="true"]{
    color:#99CA3B;
    font-family:'Open Sans Semibold';
}
.side-nav li.nav-item .side-nav-brand{
    line-height:60px;
    height:62px;
    padding:0 16px;
    position:relative;
}
.side-nav li .nav-link.parent-menu{
    border-top:1px solid #989898;
}
.navbar-jfh .side-nav ul.sub-menu .nav-link{
    padding:0 16px 0 32px;
}
.nav-link-button{
    padding:0 16px 10px;
}
.nav-link-button .btn{
    border-radius:0px;
    font-family:'Open Sans Semibold';
    height: 48px;
    line-height: 32px;
    font-size: 16px;
}
.menu-svg-arrow-icon{
    background-image:url('/images/svg/right-arrow-grey.svg');
    width:7px;
    height:12px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-link[aria-expanded="true"] .menu-svg-arrow-icon{
    background-image:url('/images/svg/down-arrow-grey.svg');
    width:12px;
    height:7px;
}
.menu-svg-close-icon{
    background-image:url('/images/svg/close.svg');
    width:14px;
    height:14px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor:pointer;
}
.navbar-jfh .side-nav ul.navbar-nav li.nav-item .dropdown .dropdown-menu a.nav-link{
    padding:0 15px 0 35px;
}
.dropdown-menu-with-arrow{
    margin-top:12px;
}
.dropdown-menu-with-arrow:after{
    position:absolute;
    right:2px;
    top:-10px;
    width:0;
    height:0;
    content:'';
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #cfcfcf;
}
.btn-group>.dropdown>.btn:not(:last-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.btn-group .btn+.dropdown>.btn{
    margin-left:-1px;
}
.dropdown-toggle::after{
    vertical-align:middle;
}
.dropdown-toggle.no-arrow::after{
    border:0px;
}
.bg-women-menu{
    background:#794D9E!important;
}
.bg-employer-menu{
    background:#36B6B0!important;
}
.bg-mentor-menu{
    background:#2C986F!important;
}
.bg-partner-menu{
    background:#36B6B0!important;
}
.side-nav .nav-dropdown-menu{
    background:transparent;
    padding:0px;
    margin:0px;
    border:0px;
}
.side-nav-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1011;
    background-color:#000;
    opacity:0.5;
}
.slide-in{
    animation:slide-in 0.5s forwards;
    -webkit-animation:slide-in 0.5s forwards;
}
.slide-out{
    animation:slide-out 0.5s forwards;
    -webkit-animation:slide-out 0.5s forwards;
}
.fade_text, .prof_brands li{
    color:gray;
}
.mtb_30{
    margin:30px 0px;
    font-size: 1.6rem;
}
.ml_3
{
    margin-left: 30px;
}
.step-line {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 0;
    border-bottom: 2px solid #92c000;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.step-number-circle{
    background-color:#009783;
    color:#FFF;
    border-radius:50%;
    text-align:center;
    font-size:2rem;
    padding:0 0.6rem;
} 
.circle_jfh {
    background-color: #92c000;
    color: #FFF;
    border-radius: 50%;
    font-size: 1rem;
    padding: 3px 0.6rem;
}
.step_first {
    background-color: #92c000;
    color: #FFF;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 0.6rem;
    left: 0;
    width: 15%;
    top: 0;
    position: absolute;
    z-index: 11;
}
.arrow_step {
    font-size: 23px;
    background: transparent;
    color: #92c000;
    font-weight: bold;
    padding: 0;
    position: absolute;
    border: none;
    top: -5px;
    margin-left: 10px;
}
.ml_10 {
    margin-left: 10%;
}
.num_span {
    margin-left: 15%;
}
.no_border {
    border: none;
}
.comp_profile li:last-child {
    padding-left: 20px;
    font-size: 22px;
    width: 82%;
}
.comp_profile {
    list-style-type: none;
    display: inline-flex;
    padding: 20px;
    margin: 0px;
}
.no_border .comp_profile img {
    height: 60px;
    width: 65px;
}
.shadow_line{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 7px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 7px 8px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 7px 8px rgba(0, 0, 0, 0);
    -o-box-shadow:0 3px 6px rgba(0, 0, 0, 0.07), 0 7px 8px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 7px 8px rgba(0, 0, 0, 0);
}
.mat_shadow{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -o-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.home-page-title 
{
    font-size: 1.5rem;
    margin: 1.5rem 0;
}
.text_blue 
{
    color: #4caac6;
}
.brand_box {
    padding: 1.5rem 0;
    background: #4caac6;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0px;
    font-size: 28px;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.prof_brands li:before {
    content: '';
    background-image: url(../../images/employer/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 260px;
    background-position: 2px -7px;
    margin-right: .5rem;
}

.list_type_none{
    list-style-type: none;
}

.home-text-16 {
    font-size: 16px;
    color:#484848;
}
.list_type_none {
    list-style-type: none;

}
.footer-position-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 15px;
    -ms-flex-align: center;
    align-items: center;
}
img.callback-banner {
    height: 690px;
}
.form_card {
    padding: 30px;
    border-radius: 0px;
}
.text-black {
    color: #222!important;
}
.text_neavygreen {
    color: #92c000;
}

.header_bgblue {
    background-color: #038cc9;
}
.enq_jfh .prof_brands {
    height: 320px;
}
.enq_jfh .prof_brands p {
    padding-bottom: 20px;
    font-size: 13px;
}
p {
    margin: 0px;
    padding: 0px;
    color: #6F6E6F;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 1rem;
}
.company-save-button{
    font-size: 16px;
    font-family:'Open Sans Semibold';
    margin: 15px auto;
    width: 35%;
    border-radius: 1px;
}
/*radio button css*/

.supradio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  margin: 15px;
  font-family: 'Open Sans Semibold';
}
.supradio .suplabel {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.supradio .suplabel:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #98ca3b;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.supradio:hover .suplabel:after {
  transform: scale(3.6);
}
.sup_radio:checked + .suplabel {
  border-color: #98ca3b;
}
.sup_radio:checked + .suplabel:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.suphidden {
  display: none;
}
.border-dashed{
    border-top: 1px dashed #CCCCCC;
}

/*Radio button css close*/
@keyframes slide-in{
    100%{ transform:translateX(0%);}
}
@-webkit-keyframes slide-in{
    100%{ -webkit-transform:translateX(0%);}
}  
@keyframes slide-out{
    0%{ transform:translateX(0%);}
    100%{ transform:translateX(-100%);}
}
@-webkit-keyframes slide-out{
    0%{ -webkit-transform:translateX(0%);}
    100%{ -webkit-transform:translateX(-100%);}
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    border-bottom: 1px solid #D4D4D4;
    background-color: #FFFFFF;
    border-radius: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}
.breadcrumb > li{
    font-family: Open Sans Regular; font-size: 12px;
}
.breadcrumb > li a{
    color: #999999;
}
.breadcrumb .active{
    color: #2680EB;font-family: Open Sans SemiBold; font-size: 12px
}
.jumbotron{
    min-height: 904px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 0px;
}
.card-header-with-bg{
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0px;
    background-color: #F8F8F8;
}
.card-header-without-bg{
    margin-bottom: 0;
    border-bottom: 0px;
    border-bottom: 1px solid #EBEDF2;
    padding: 12px;
    padding-left: 20px;
    border-style: none none dashed none;
}
.card-header-without-bg h1{
    font-size: 18px;
    color: #404040;
    margin-bottom: 0px;
    display: inline-block;
}
.card-header-with-bg h1{
    font-size: 22px;
    color: #484848;
    margin-bottom: 0px;
}
.circleBase {
    border-radius: 50%;
    margin:auto;
    cursor: pointer;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}
.type1 {
    width: 104px;
    height: 104px;
    background: #FBFBFBFA;
    border: 1px solid #E5E5E5;
    text-align: center;
    padding-top: 28px;
}
.circleBase h1{
    color:#99CA3B;font-size: 10PX;
}

.circleBase img{
   width: 32%; 
}
.title{
    color:#B2B2B2;
    font-size: 12px;
}
#company_profile_form .form-control,
#job_post_step1_form .form-control{
    color: #484848;
    font-size: 14px;
    border-radius: 2px;
    border:1px solid #E2E5EC;
    font-family: Open Sans SemiBold;
}
.mat_shadow {
    margin-bottom: 10px;
}
.header_bggrey {
    background-color: #848b8a;
}
.bg_blue_emp {
    background: #4caac6;
}
.emp_reskill h3 {
    padding: 37px 0px 81px;
}  
.reskil_card .card {
    margin: 2px;
    border-radius: 0;
}
.reskil_card .card p {
    padding: 20px;
    line-height: 1.6rem;
    font-size: 15px;
    height: 140px;
}
.bg_dark_blue {
    background: #007186;
}
.p_0 {
    padding: 0px;
}
.reskil_card .card p{
    padding: 20px;
    line-height: 1.6rem;
    font-size: 15px;
    height: 140px;}
.reskil_card .card .rcomp_profile li:last-child{
    position: absolute;
    top: 33px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 2rem;
}
.rcomp_profile{
    list-style-type:none;
    display:inline-flex;    
    padding:20px;
    margin:0px;
}
.rcomp_profile li:last-child{
    padding-left: 20px;
    font-size: 23px;
    width: 82%;
}
.error{
    font-size: 0.8rem;
    color: #FF1744;
    margin: 0px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #7B7B7B;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans Regular';
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #D4D4D4;
    border-radius: 13px;
    margin: 0 auto 5px auto;
    font-family: 'Open Sans Semibold';
    /*padding-left: 8px;*/
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #D4D4D4;
    position: absolute;
    left: -50%;
    top: 10px;
    z-index: -1; 
}
#progressbar li:first-child:after {
    content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #99CA3B;
    color: #FFFFFF;
    /*padding-left: 8px;*/
}
.selectize-input{
   min-height:unset;
    display:block;
    width:100%;
    padding:5px 8px 4px 15px !important;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #E2E5EC;
    border-radius:2px;

   /* margin-left: -31px !important;

    border-bottom: 0px solid #9e9e9e !important;*/
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.signup-input{
    min-height:unset;
    display:block;
    width:100%;
    padding:5px 8px 4px 15px !important;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
   
    background-clip:padding-box;
   
    margin-left: -31px !important;

    border-bottom: 0px solid #9e9e9e !important;

    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.selectize-control.multi .selectize-input.has-items{
    padding:.375rem .75rem 0;
    line-height:1;
}
.selectize-input input{
    height:unset;
    width: 200px !important;
    font-size: 12px;
}
.no-wrap{
    white-space: nowrap;
}
.fsize-12 {
    font-size: 12px !important; 
}

.selectize-control.multi .selectize-input > div{
    padding:3px 3px 3px 6px!important;
    margin:0 7px -2px 0!important;
    font-size:0.7rem!important;
    line-height:1.5;
    color:#495057;
    max-width:100%;
}
.selectize-control.multi.plugin-remove_button .selectize-input > div{
    padding-right:35px!important;
}
.selectize-control.multi .selectize-input > div.active{
    background:#3BAFDA;
    border-color:#2494be;
    color:#FFF;
}
.selectize-control.multi .selectize-input div+input{
    top:-10px;
}
.selectize-control.plugin-remove_button [data-value] .remove{
    top:2px;
    width:18px;
    height:18px;
    font-size:18px;
    line-height:18px;
    padding:0;
}
.input-selectize{
    color: #484848;
    font-size: 12px;
    /*font-family: Open Sans SemiBold;*/
}
.input-other{
    margin: 15px;
    width: 88%;
    border-radius: 0px;
}

.empwel_text22{
    font-size: 22px;
    font-family: 'Open Sans SemiBold';
    color: #707070;
}
.emp_wel_text22{
    font-size: 22px;
    font-family: 'Open Sans SemiBold';
    color: #404040;
}
.empwel-step-line {
    position: absolute;
    width: 80%;
    height: 1px;
    border: 0;
    border-bottom: 2px dashed #DDDDDD;
    left: 0;
    right: 0;
    margin: auto;
    top: -95px;
    bottom: 0;
}
.empwel-step-number-circle{
    background-color:#009783;
    color:#FFF;
    border-radius:50%;
    text-align:center;
    font-size:2rem;
    padding:0 0.6rem;
} 
.empwel-circle_jfh {
    background-color: #92c000;
    color: #FFF;
    border-radius: 50%;
    font-size: 1rem;
    padding: 8px 0.9rem;
}

/** Custom Check box **/
.jfh-custom-control .custom-control-input:focus~.custom-control-label::before{
    outline:none;
    box-shadow:none;
}
.custom-control-label::before,
.custom-control-label::after{
    top:.1rem;
}
.jfh-custom-control .custom-control-input:checked~.custom-control-label::before{
    background-color:#92c139;
}

/*Account page Css*/

/*top menu css start*/

/*    .navbar-emp {
    background-color: #FFF;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    padding-left: 50px;
    min-height: 60px;
}
.navbar-emp .navbar-nav .nav-link, .side-nav .nav-link.dropdown-item {
    color: #000000;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 1rem;    font-size: 16px;
}
    .navbar-expand-lg .navbar-toggler {
     display: block;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
}
.topmtxt1{
    font-size: 12px;
    color: #99CA3B;
     font-family:'Open Sans Semibold';
}
.topmtxt2{
    font-size: 12px;
    color: #000000;
     font-family:'Open Sans Semibold';
}*/


/*top menu css end*/

/*Side Menu Bar Csss Start
Side Menu Bar Csss Start*/

 /* .sidebar-container {
  position: fixed;
  width: 284px;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #404040;
  color: #fff;
}
.nav-line-height {
    line-height: 35px
    font-size: 16px;
    color: #B2B2B2;
}
.nav-item>.active {
    border-left: 6px solid #99ca3c;
    background: #313136;
    color: #99ca3c;
    font-size: 16px;
    font-family: Open Sans Semibold;
}*/



.content-container {
  padding-top: 20px;
}

.sidebar-logo {
  padding: 10px 15px 10px 30px;
  background-color: #404040;
}
.profile-header {
    list-style-type: none;
    /*display: inline-flex;*/
    margin: 0px;
}
.profile_img_circle{
    border-radius: 50%!important;
    height: 128px;
    width: 128px;
}
.prf-image {
    left: 16%;
    top: 80%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    width: 30px;
    height: 30px;
    
    padding: 4px;
}
.prf-edit-image {
    top: 80%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    width: 30px;
    height: 30px;
    
    padding: 4px;
}
.act-text-16{
    font-size: 16px;
    color: #484848;
    font-family: 'Open Sans SemiBold';
}
.act-head-12-normal-1{
    font-size: 12px;
    color: #B2B2B2;
}
.act-head-12{
    font-size: 12px;
    color: #484848;
}
.act-head-14{
    font-size: 14px;
    color: #404040;
}
.act-head-14bold{
    font-size: 14px;
    color: #2680EB;
    font-family: 'Open Sans SemiBold';
}
.act_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #F1F2F7;
    border-radius: 0px;
}
.act_breadcrumb-item + .act_breadcrumb-item::before {
    content: "|";
    margin: 0px 5px;
    color: #999999;
}
.act_breadcrumb > li{
    font-family: Open Sans Regular; font-size: 12px;
}
.act_breadcrumb > li a{
    color: #999999;
}
.act_breadcrumb .active{
    color: #2680EB;font-family: Open Sans SemiBold; font-size: 12px
}
/*radio button css*/

.actradio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
  font-family: 'Open Sans Semibold';
}
.actradio .actlabel {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  border: 3px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.actradio .actlabel:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.actradio:hover .actlabel:after {
  transform: scale(3.6);
}
.act_radio:checked + .actlabel {
  border-color: #98ca3b;
}
.act_radio:checked + .actlabel:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.acthidden {
  display: none;
}

/*Radio button css close*/
.act_card{
    border: 0px solid rgba(0,0,0,.125);
}
/*Account page css end*/

  .sidebar-navigation {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }

  .sidebar-navigation li {
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 20px;
  }

  .sidebar-navigation li a {
    padding: 10px 15px 10px 30px;
    display: block;
    color: #fff;
  }

  .sidebar-navigation li .fa {
    margin-right: 10px;
  }

  .sidebar-navigation li a:active,
  .sidebar-navigation li a:hover,
  .sidebar-navigation li a:focus {
    text-decoration: none;
    outline: none;
  }

  .sidebar-navigation li::before {
    background-color: #2574A9;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
  }

  .sidebar-navigation li:hover::before {
    width: 100%;
  }

  .sidebar-navigation .header {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #151515;
    padding: 10px 15px 10px 30px;
  }

  .sidebar-navigation .header::before {
    background-color: transparent;
  }

.content-container {
  padding-left: 220px;
}
.sidebar_text1{
  font-family: Open Sans Light;
  font-size: 40px;
  color: #FFFFFF;
}
.sidebar_text2{
  font-family: Open Sans Light;
  font-size: 22px;
  color: #FFFFFF;
}
.pr_15{
  padding-right: 15px;
}
.nav-link{
  font-size: 16px;
  color: #000000;
  /*line-height: 45px;*/
}

/*Side Menu Bar Csss Ends*/
.mobile-menu {
    display: none;
}
.btn-white{
    background-color: white;
    font-size: 18px;
    font-family: Open Sans SemiBold;
    border: 1px solid #707070; 
    width: 134px;
    border-radius: 0px;
    color: #707070;
}
.pwd_show_btn{
        font-size: 12px;
        color: #FFFFFF;
        background-color: #99CA3B;
        border: 1px solid #99CA3C;
        border-radius: 0px;
        width: 71px;
        height: 36px;

}
.pwd_hide_btn{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #B2B2B2;
    border: 1px solid #B2B2B2;
    border-radius: 0px;
    width: 71px;
    height: 36px;

}
.user_select{
        
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E2E5EC;
    border-radius: 2px;
    opacity: 1;
    
}
.user_drk{
    background: #F8F8F8 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 56px;
}
.user_txt12{
    font-size: 12px;
    color: #404040;
}
.drpdwn{
    color: #B2B2B2;   
}
.drpdwn_txt{
    color: #999999;
    font-size: 12px;
}
.user_border{
    border-bottom: 2px dashed #EBEDF2;
}
.inv_brd{
        background: #EBEBEB 0% 0% no-repeat padding-box;
        opacity: 1;
    }
    .inv_bottom_brd{
        border-bottom: 1px solid #EBEDF2;
    }

.inv-text-14-bold, .inv-text-14-bold:hover {
    font-size: 14px;
    color: #2680EB;
    font-family: 'Open Sans Semibold';
    text-decoration: none;
}

/* Job list page table css */

table#job_list_table thead th, table#job_list_table thead td {
    padding: 12px 10px;
    border-bottom: none;
    color: #484848;
    font-size: 14px;
    font-family: 'Open Sans Semibold';
}
table#job_list_table.no-footer {
    border-bottom: none;
}
table#job_list_table.display tbody td {
    border-top: none;
    color: #484848;
    font-size: 14px;
}
table#job_list_table.display tbody tr.odd>.sorting_1, table#job_list_table.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent; 
}
table#job_list_table.display tbody tr.even>.sorting_1, table#job_list_table.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}
table#job_list_table.display tbody tr.odd {
    background-color: #F8F8F8;
    color: #484848;
    font-size: 14px;
}
table#job_list_table.display tbody>tr>:nth-child(2), table#job_list_table.display tbody>tr>:nth-child(4){
    color:#2680EB;
}
#job_list_table_filter{
    display: none;
}
#job_list_table_length, #job_list_table_wrapper{
    color: #B2B2B2;
    font-size: 12px;
}
#job_list_table_length{
    float: right;
    margin-top: 4px;
}
.job-applied{
    background-color: #D4D4D4;
    color: #FFFFFF;
    border-color: #D4D4D4;
    font-family: 'Open Sans Semibold';
    font-size: 12px;
}
table#job_list_table{
    margin-top: 10px;
    border-top: 2px dashed #EBEDF2;
}
table#job_list_table tbody th, table#job_list_table tbody td {
    padding: 10px 10px;
}
.job-list-action-disabled{
    font-size: 10px;
    color: #FFFFFF;
    font-family: 'Open Sans Semibold';
    background-color: #B2B2B2;
    border-radius: 2px;
    padding: 8px 12px;
    margin-right: 5px;
    border-style: none;
}
.job-list-action-enable{
    font-size: 10px;
    color: #FFFFFF;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    border-radius: 2px;
    padding: 8px 12px;
    margin-right: 5px;
    border-style: none;
    cursor: pointer;
}
.job-list-status-button{
    width: 93px;
    border-radius: 11px;
    border-style: none;
    background-color: transparent;
    border: 1px solid #B2B2B2;
    font-size: 10px;
    font-family: 'Open Sans Semibold';
    height: 24px;
}
.inactive{
    color: #E8031A;
     text-align: center;
}
.active{
    color: #99CA3B;
}
.under-review{
    color: #FAA83F;
}
.has-search .form-control {
    padding-left: 2.1rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
sup {
    background-color: #99CA3B;
    display: inline-block;
    border-radius: 50%;
    padding: 8px 5px;
    color: #FFFFFF;
}

.more-dot {
    background-color: #FFFFFF;
    margin: 2px 9px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
table#job_list_table tbody td .dropdown-menu{
    min-width: 6rem;
}
.box {
  width: 240px;
  height: 83px;
  background-color: #F8F8F8;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 10px;
  float: left;
  border-radius: 10px;
}
.box.arrow-top:after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid  #F8F8F8;
}
.single-action-enable{
    background-color: #99CA3B;
    border-radius: 50%;
    border-style: none;
    height:34px;
    width: 34px;
    margin-right: 41px;
    cursor: pointer;
}
.single-action-disable{
    background-color: #B2B2B2;
    border-radius: 50%;
    border-style: none;
    height:34px;
    width: 34px;
    margin-right: 41px;
}

/* Draft job list page css */

table#draft_job_list_table tbody td .dropdown-menu{
    min-width: 6rem;
}
table#draft_job_list_table thead th, table#draft_job_list_table thead td {
    padding: 12px 10px;
    border-bottom: none;
    color: #484848;
    font-size: 14px;
    font-family: 'Open Sans Semibold';
}
table#draft_job_list_table.no-footer {
    border-bottom: none;
}
table#draft_job_list_table.display tbody td {
    border-top: none;
    color: #484848;
    font-size: 14px;
}
table#draft_job_list_table.display tbody tr.odd>.sorting_1, table#draft_job_list_table.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent; 
}
table#draft_job_list_table.display tbody tr.even>.sorting_1, table#draft_job_list_table.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}
table#job_list_table.display tbody tr.odd {
    background-color: #F8F8F8;
    color: #484848;
    font-size: 14px;
}
table#job_list_table.display tbody>tr>:nth-child(2), table#draft_job_list_table.display tbody>tr>:nth-child(4){
    color:#2680EB;
}
#draft_job_list_table_filter{
    display: none;
}
#draft_job_list_table_length, #draft_job_list_table_wrapper{
    color: #B2B2B2;
    font-size: 12px;
}
#draft_job_list_table_length{
    float: right;
    margin-top: 4px;
}
table#draft_job_list_table{
    margin-top: 10px;
    border-top: 2px dashed #EBEDF2;
}
table#draft_job_list_table tbody th, table#draft_job_list_table tbody td {
    padding: 10px 10px;
}

/* Job Detail page CSS */

.jd-square {
  height: 120px;
  width: 120px;
  /*box-shadow: 0px 0px 3px #00000029;
  border-radius: 3px;*/
}
.first-div{
  padding-left: 0px;
  padding-right: .75rem !important;
  margin-top: .75rem !important;
}
.second-div{
  padding: 0px;
  margin-top: .75rem !important;
}
.third-div{
  padding-left: .75rem !important;
  padding-right: 0px;
  margin-top: .75rem !important;
}
.jd-background{
  box-shadow: 0px 0px 3px #00000029;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.jd-details p{
    margin-bottom: 0px !important;
}
.jd-description p{
    margin-bottom: 1rem !important;
}
.jd-title-18{
  font-size:18px;
  font-family: 'Open Sans SemiBold';
  color:#404040;
}
.jd-title-14{
  font-size: 14px;
  font-family: 'Open Sans Regular';
  color: #6F6E6E;
}
.jd-title2-14{
  font-size: 14px;
  font-family: 'Open Sans Regular';
  color: #B2B2B2;
}
.jd-title-16{
  font-size: 16px;
  font-family: 'Open Sans Regular';
  color: #6F6E6E;
}
.jd-title2-18{
    font-size: 18px;
    font-family: 'Open Sans Semibold';
    color:#484848;
}
.jd-title3-18{
    font-size: 18px;
    font-family: 'Open Sans Regular';
    color: #6F6E6E;
}
.jd-action-button-desktop{
    display: block;
}
.jd-action-button-mobile{
    display: none;
}
.share-jd{
    width: 55px;
}
.star-jd{
    width: 40px;
}
.jobs-detail-card .card-logo{
    position:absolute;
    background:#FFF;
    min-width:58px;
    min-height:58px;
    padding:.5rem;
    left:-34px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.jobs-detail-card .card-logo img{
    width:58px;
    height:58px;
    overflow:hidden;
    /*border: 1px solid #ced4da;*/
}
/*.group-detail-card .card-logo{
    position:absolute;
    background:#FFF;
    min-width:65px;
    min-height:65px;
    padding:.5rem;
    left:-34px;
    top:50%;
    width:65px;
    height:65px;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}*/

.group-detail-card .card-logo {
    position: absolute;
    background: #FFF;
    max-width: 65px;
    max-height: 65px;
    padding: .5rem;
    left: -34px;
    top: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-radius:4px; 
    border: 1px solid #d4d4d4;
}

.group-detail-card>div.card-logo a {
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    width: 65px;
    max-height: 65px;
    height: 65px;
    max-height: 65px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.company-image {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    overflow: hidden;
    max-height: 65px;*/
}
/*.group-detail-card img{
    width:65px;
    height:65px;
    overflow:hidden;
    border: 1px solid #ced4da;
}*/
.featured{
    background-position:-14px -15px;
    width:25px;
    height:29px;
    background-color:transparent;
    /*top:-2px;*/
    position:relative;
    overflow:hidden;
    zoom:0.7;
    -moz-transform:scale(0.7);
    -moz-transform-origin:0 0;
}
.sprite-icon{
    background-image:url('../../images/jfh-sprite.png');
    background-repeat:no-repeat;
    display:inline-block;
    vertical-align:middle;
}
.group-detail-card .card-body {
    padding: 15px 10px;
    margin-left: 1.5rem;
}
.group-detail-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 3px;
    position: relative;
    margin-left: 2.0rem;
}
.group_card_details {
    background: #F8F8F8;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 3px;
    position: relative;
    margin : 1rem;
    opacity: 1;
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.comp-grey{
    font-size: 16px;
    font-family: 'Open Sans Semibold';
    background-color: #D4D4D4;
    color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 1px;
}
.comp-findmore {
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    color: #FFFFFF;
    border: 1px solid #99CA3B;
    border-radius: 1px;
}
.job-filter-active{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    border-radius: 2px;
    background-color: #99CA3B;
    color: #FFFFFF; 
    height: 32px;
}
.job-filter-inactive{
    font-size: 10px;
    font-family: 'Open Sans Semibold';
    border-radius: 2px;
    background-color: #F3F3F3;
    color: #808080; 
}
.job-filter-reset{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #99CA3B;
    border:1px solid #99CA3B;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #98ca3b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/*Inventory page table css*/

.invtable.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
}
.invtable.dataTable thead th, .invtable.dataTable thead td {
    padding: 10px 18px;
     border-bottom: 0px solid ; 
}
.invtable.dataTable.display tbody tr.odd>.sorting_1, .invtable.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
     background-color: #fff; 
}
.invtable.dataTable.display tbody tr>.sorting_1, .invtable.dataTable.display tbody tr>.sorting_2, .invtable.dataTable.display tbody tr>.sorting_3 {
     background-color: #fff; 
}
.invtable.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff; 
}
.invtable.dataTable.row-border tbody th, .invtable.dataTable.row-border tbody td, .invtable.dataTable.display tbody th, .invtable.dataTable.display tbody td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #EBEDF2;
}
.invtable.dataTable.stripe tbody tr.odd, .invtable.dataTable.display tbody tr.odd {
     background-color: #fff; 
}
.invtable.dataTable thead .sorting_asc {
    background-image: url('');
}
.invtable.dataTable thead .sorting {
     background-image: url(''); 
}
.invtable .dataTables_wrapper .dataTables_length, .invtable .dataTables_wrapper .dataTables_filter, .invtable .dataTables_wrapper .dataTables_info, .invtable .dataTables_wrapper .dataTables_processing, .invtable .dataTables_wrapper .dataTables_paginate {
    color: #333;
     display: none;
}
.invtable.dataTable.no-footer {
     border-bottom: 0px solid #111; 
}
.invtable tr{
height: 70px;
}

.invtable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, .invtable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 26px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 0px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: url(../../images/employer/close_Arrow.svg);
    background-color: #fff;
}
.invtable.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, .invtable.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: url(../../images/employer/open_Arrow.svg);
    background-color: #fff;
}

/*Inventory Page table css ends*/
.upload_bg{
    background: #99CA3B;
}
.img-editbtn{
    top: 80%;
    position: absolute;
    margin-top: -178px;
    margin-left: 144px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.img-deletebtn{
    top: 80%;
    position: absolute;
    margin-top: -178px;
    margin-left: 116px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.cprf-edit-image {
    top: 80%;
    position: absolute;
    margin-top:-17px;
    margin-left: 162px;
    width: 30px;
    height: 30px;
    
    padding: 4px;
}
.img-policy{
    width: 35px;
    height: 35px;
    border: 0px solid !important;
}

.inv_clps > a[aria-expanded="true"]:after {
    content: url(../../images/employer/arrow_Down.png);
}
.inv_clps > a:after {
    content: url(../../images/employer/right_Arrow_1.svg);
    position: absolute;
    right: 5px;
}
.profile-edit-image{
    margin-top: 0px;
    margin-left: 0px;
    top: 80%;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.dashboardtitle{
    color: #404040;
    font-size: 18px;
    border-bottom: 2px dashed #DDDDDD;
    font-family: 'Open Sans Semibold';
}

.profiletitle{
    color: #404040;
    font-size: 18px;
    /*border-bottom: 2px dashed #DDDDDD;*/
    font-family: 'Open Sans Semibold';
}
.dashboardcardheight{
    /*height: 250px;*/
}
.cp-edit-image{
   position: relative;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: 0px;
    margin-top: 0px;  
}

.companydetail{
    color: #6F6E6E;
    font-size: 16px
}
.companytype{
    border-bottom: 1px solid #EBEDF2;
    /*border-top: 1px solid #EBEDF2;*/
}
.activejob{
    border-color: #EBEDF2;
    
}

.testimonial-edit-image{
   position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: 337px;
    margin-top: -3px;  
}


/*buypackage csss*/

.by_pac ul{
    border: 1px solid #CCCCCC;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
}
    
.by_pac ul.buy_pac_breadcrumbs {
  margin: 25px 0px 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 43px;
}
.by_pac ul.buy_pac_breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  transition: 0.3s ease;
  border-radius: 40px 40px 40px 40px;
}

.by_pac ul.buy_pac_breadcrumbs li a.active {
    background: #99CA3B 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    font-size: 14px;
    font-family: 'Open Sans Semibold';
    color: #FFFFFF;
}

.by_pac ul.buy_pac_breadcrumbs li a {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans Semibold';
  line-height: 41px;
  color: #99CA3B;
  padding: 0px 15px 0px 25px;
  text-decoration: none;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 40px 40px 40px 40px;
}
  


.grey_border{
    border-top-color: #DDDDDD;
    border-top-width: 10px;
    
}

 .position-md-absolute 
    {
        position: absolute;
    }

.package_title{
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans Semibold';
    color: #99CA3B;
    margin-bottom: .75rem;
}
.psub_title1{
    text-align: center;
    font-size: 29px;
    font-family: 'Open Sans Semibold';
    color: #484848;
    margin-bottom: .75rem;
}
.bp_rupee{
    font-size: 25px;
    padding-right: 10px;
}
.buyp_12bold{
    font-size: 12px;
    font-family:  'Open Sans Semibold';
    color: #484848;
}
.package_mr{
    position: absolute;
    margin-top: 30px;
    margin-inline-start: -30px;
}
.green_bullet ul {
list-style-image: url(../../images/employer/Bullet_Pointer.svg);
}
.buypackage_12bold{
    font-size: 12px;
    font-family:  'Open Sans Semibold';
    color: #404040;
    line-height: 30px;
}
.package-black-btn{
    border: 2px solid #484848;
    border-radius: 3px;
    color: #484848;
    height: 46px;
    background-color: #FFFFFF;
    font-size: 18px;
}
.package-green-btn{
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 3px;
    height: 46px;
    background-image: url(../../images/employer/plan_select.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-position: 5px;
    width: 150px;
}

.pacradio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans Semibold';
  color: #404040;
  width: 155px;
}
.pacradio .paclabel {
  position: relative;
  display: block;
  float: left;
  top: 6px;
  /*margin-right: 10px;*/
  width: 16px;
  height: 16px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.pacradio .paclabel:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #98ca3b;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.pacradio:hover .paclabel:after {
  transform: scale(3.6);
}
.pac_radio:checked + .paclabel {
  border-color: #98ca3b;
}
.pac_radio:checked + .paclabel:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.pachidden {
  display: none;
}
.package-single {
    
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    border-radius: 4px;
    transition: all 0.3s ease-in;
}
.package-single:hover {
    -webkit-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
    -o-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-top-width: 10px;
    border-top-color: #99CA3B;
    margin-top: 0px !important;
}

.packge-btn-grey{
    background-color: #B2B2B2;
    border: 1px solid #B2B2B2;
    color: #FFF;
    font-family:'Open Sans Bold';
    font-size: 12px;
    border-radius: 0px;
}
.pkg_txt18{

    font-size: 18px;
    color: #000000;
}
.pkg_txt18bold{

    font-size: 18px;
    color: #000000;
    font-family:'Open Sans Bold';
}

.mob-inline{

    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;

}
 
.mob-menu a:hover{
    border-bottom: 3px solid #9aca3c;
    color:#99CA3B;
}
.liborder{
    border-bottom: 3px solid #E9E9E9;
    
}

.testimg-edit-image{
   position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: 420px;
    margin-top: 2px;  
}
.testimg-delete-image{
   position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: 450px;
    margin-top: 2px;  
}
.new-footer {
   position: sticky;
   left: 0;
   bottom: 0;
   background-color: whitesmoke;
   width: 100%;
   height: 60px;
}
.min-rh{
    min-height: 890px;
}

.vdivide {
    background: #CCCCCC;
    width: 2px;
    display: block;
    min-height: 40px;

    
}
.dash14 {
    font-family:'Open Sans Bold';
    font-size: 14px;
    color: #000000;
    }

 .dash-btn-whit {
    border: 1px solid #B2B2B2;
    color: #B2B2B2;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    border-radius: 0px;
}  

.dash-txt-18{
    font-size: 18px;
    font-family: 'Open Sans Bold';
    color: #404040;
}

.round-btn-whit {
    border-radius: 14px;
    border: 1px solid #B2B2B2;
    color: #B2B2B2;
    font-family: 'Open Sans Bold';
    font-size: 12px;
}  

.dashtable .table td, .table th {
    padding: .75rem;
    vertical-align: top;
     border-top: 0px solid #dee2e6; 
}

.dash_text14{
    font-size: 14px;
    color: #2680EB;;
}
.smoutof_btn{
    width: 55px;
    height: 17px;
    background: #EBEBEB 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
    font-size: 9px;
    color: #404040;
}

.whitesmoke_bg {
    background-color: whitesmoke;
}
.testimonials-container {
    width: 100%;
    border-radius: 5px;
    /*background-color: whitesmoke;*/
    padding: 25px 20px 15px;
}
.video-container {
    width: 100%;
    border-radius: 5px;
    
    padding: 25px 20px 15px;
}
.e-home-video-container {
    width: 100%;
    max-width: 700px;
    padding: 0;
    margin: auto;
}
.policy-edit-image{        
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
    /*margin-left: 532px;*/
    margin-top: -3px;  
}

.shortlist-active{
    color: #99CA3B;
}
.on-hold-active{
    color: #FAA83F;
}
.reject-active{
    color: #D40000;
}
.shortlist-deactive, .on-hold-deactive, .reject-deactive{
    color: #484848;
    cursor: pointer;
}
.pagination{
    float: right;
    margin:10px 0px !important;
}
.page-item.active .page-link {
    color: #FFFFFF !important;
    background-color: #99CA3B !important;
}
.page-link {
    color: #99CA3B !important;
    border: none !important;
    font-size: 12px;
    width: 29px !important;
    height: 29px !important;
    border-radius: 2px; 
}
.pagination li{
    margin:0 3px;
}
.previous a, .next a{
    background-color: #F8F8F8;
}
.page-item.disabled .page-link {
    background-color: #F8F8F8;
}
/* resume upload modal popup*/
#apply_job_modal_title{
    font-size: 14px;
    color: #707070;
    font-family: 'Open Sans Semibold';
}
/*.resume-upload-modal-header{
    padding: 0.3rem 1rem;
    border-bottom: none;
    border-top-left-radius: 0rem; 
    border-top-right-radius: 0rem;
}
.resume-upload-modal-header .close{
    padding: 20px;
}
.resume-upload-modal-content{
    border:none;
    padding: 0px 40px;
}*/
.resume-text-14-semibold{
    font-size: 14px;
    color: #484848;
    font-family: 'Open Sans Semibold';
}
.resume-form-control{
    border:none;
    border-bottom: 1px solid #484848;
    position: relative;
    border-radius: 0px;
    color: #404040;
    font-size:14px;
    padding: .375rem 0rem;
}
.resume-upload-container{
    border-radius: 2px;
    padding: 6px 20px;
    position: relative;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.175);"
}
.resume-upload-text{
    padding: 0px 80px;
}

/*buy package css ends*/

/*static footer css */
.filter-button-section {
    /*position: relative;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 0px;*/
}
.filters-button {
    color: #FFF;
    background-color: #92C139;
    height: 46px;
    font-size: 14px;
    font-family: 'Open Sans Semibold';
    border-radius: 0px;
}
.mobile-filter-button-section {
    padding: 44px 0;
    margin-bottom: 15px;
    text-align: center;
}
.mobile-filter-button-section .z-depth-1.white{
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.14) inset;
}
.filter-button {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: #FFFFFF;
}
/* create job alert div CSS */
.jc-background {
    box-shadow: 0px 0px 3px #00000029;
    background-color: #FFFFFF;
    height: 102px;
    padding: 1.5rem 1rem 1.5rem 3rem;
}
#jc-title{
    padding: .375rem 0px;
    border: none;
    border-bottom: 1px solid #707070 !important;
    border-radius: 0px;
    width: 340px;
    display: inline;
    margin: 12px 2px 0 18px;
    font-size: 12px;
}
.jc-save-btn{
    width: 114px;
    height: 34px;
}
.errorTxtJobTitle{
    margin-left: 42px;
}
.job_alert_form{
    /*height: 102px;*/
    padding: .5rem 0rem 0rem 2.2rem;
}
.filter_reset_link{
    text-decoration: none !important    ;
    margin-left: 161px;
    text-align: right;
    font: normal normal 600 12px Open Sans semibold;
    letter-spacing: 0.24px;
    color: #99CA3B;
    text-transform: uppercase;
    opacity: 1;
    top: 405px;
    left: 350px;
    width: 35px;
    height: 17px;

}
.filter_reset_link:hover {
  color: #99CA3B;
}
.filter_top_text{
    font-size: 18px;
    color: #484848;
    text-align: left;
    font: normal normal 600 18px Open Sans semibold;
    letter-spacing: 0.36px;
    color: #484848;
    opacity: 1;
    top: 399px;
    left: 110px;
    width: 56px;
    height: 24px;

}

/*radio button css for questionar*/

.qstradio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
  font-family: 'Open Sans Semibold';
}
.qstradio .qstlabel {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.qstradio .qstlabel:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
  background-color: #99CA3B;
}
.qstradio:hover .qstlabel:after {
  transform: scale(3.6);
}
.qst_radio:checked + .qstlabel {
  border-color: #98ca3b;
}
.qst_radio:checked + .qstlabel:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.qsthidden {
  display: none;
}
.fill_imgbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill_imgbanner img {
    flex-shrink: 0;
    min-width: auto;
    min-height: 100%;
    height: 400px;
}
/*Radio button css close*/

/* create job alert div CSS for mobile*/

@media (max-width: 480px) and (min-width: 319px){

    .SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
     box-shadow: 0 0 0px #595959 !important; 
    }
    .SumoSelect > .optWrapper.multiple.isFloating{
        position: relative;
        width: 212px !important;
        height: 350px !important;
        margin-right: 19px;
        /*margin-top: 304px;*/
    }
    .filter_reset_link{
        margin-left: 109px;
    }
    #jc-title {
        padding: .375rem 0px;
        border: none;
        border-bottom: 1px solid #707070 !important;
        border-radius: 0px;
        width: 150px;
        display: inline;
        margin: 0px 0px 0 5px;
        font-size: 12px;
    }
    .jc-save-btn {
        /*width: 116px;
        height: 31px;*/
        width: 100px;
        height: 31px;
        margin-left: 6px;
    }
    .jc-background{
        /*height: 65px;
        padding: 1rem .5rem 1rem 1.5rem;*/
        height: 65px;
        padding: 1rem .5rem 1rem 1.5rem;
       /* padding-left: 9px;*/
    }
    .errorTxtJobTitle{
        margin-left: 30px;
    }
    .job_alert_form{
        height: 65px;
        padding: 1rem 0rem 0rem .1rem;
    }
}

@media (max-width: 640px) and (min-width: 360px){
    .SumoSelect > .optWrapper.multiple.isFloating{
        position: relative;
        width: 212px !important;
        height: 350px !important;
        margin-right: 19px;
        /*margin-top: 185px;*/
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (min-width:992px) and (max-width:1199.98px){
    .jc-background{
        padding: 1.5rem 1rem 1.5rem 1.4rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:0.4rem;
        padding-left:0.4rem;
        font-size:90%;
    }
    .mobile-menu {
    display: none;
    }
    .emp-desk-comp-logo{
        width: 64px;
        height: 64px;
    }  
}

@media (min-width: 768px) and (max-width: 1024px) {
    .jc-background{
        padding: 1.5rem 1rem 1.5rem 1.4rem;
    }
    .company-save-button{
        width: 91%;
    }
    .jfh-logo-left-position {
        position: absolute;
        left: 29%;
        -webkit-transform: translateX(-17%);
        transform: translateX(-45%);
        bottom: 15px;
    }
    .sign-image-cover {
        background-image: url(../../images/employer/emp_signin_bg.png);
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .home-text-48 {
        font-size: 38px;
        color:#484848;
    }
    .home-text-24 {
        font-size: 18px;
        color:#484848;
    }
    .home-text-22 {
        font-size: 16px;
        color:#484848;
    }
    .text-16-semibold {
        font-size: 14px;
        color: #000000;
        font-family: 'Open Sans Semibold';
    }
    .empwel-step-line {
    position: absolute;
    width: 80%;
    height: 1px;
    border: 0;
    border-bottom: 2px dashed #DDDDDD;
    left: 0;
    right: 0;
    margin: auto;
    top: -192px;
    bottom: 0;
    }
    .mobile-menu {
        display: none;
    }
    .emp-desk-comp-logo{
        width: 64px;
        height: 64px;
    } 
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .company-save-button{
        width: 91%;
    }
    .jfh-logo-left-position {
        position: absolute;
        left: 29%;
        -webkit-transform: translateX(-17%);
        transform: translateX(-45%);
        bottom: 15px;
    }
    .sign-image-cover {
         background-image: url(../../images/employer/emp_signin_bg.png);
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .home-text-48 {
        font-size: 38px;
        color:#484848;
    }
    .home-text-24 {
        font-size: 18px;
        color:#484848;
    }
    .home-text-22 {
        font-size: 16px;
        color:#484848;
    }
    .text-16-semibold {
        font-size: 14px;
        color: #000000;
        font-family: 'Open Sans Semibold';
    }
    .mobile-menu {
    display: none;
    }
    .emp-desk-comp-logo{
        width: 64px;
        height: 64px;
    } 

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (min-width:768px){
    .footer-position-container 
    {
        background-color: rgba(0,0,0,0.6);
        color: #FFF;
    }
    .emp-desk-comp-logo{
        width: 150px;
        height: 150px;
    } 

}
@media (min-width: 481px) and (max-width: 767px) {
    .text-14-para p{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
    .text-14-para li{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
    .companytitle{
        font-size: 16px;
        color: #404040;
        font-family: 'Open Sans SemiBold';
    }
    #companyblogs .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px!important;
    border-radius: 0px!important;
  }
  #companyevents .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px!important;
    border-radius: 0px!important;
  }
     .cprofile-text{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    color: #404040;
    }
    .cprofile-text1{
        font-size: 12px;
        font-family: 'Open Sans Regular';
        color: #404040;
    }
    .desktopview{
        display: none;
    }
    .mobileview{
         display: block !important;
        
    }
   .nav.desktopview{
        display: none;
    }
    .mobileview{
         display: block !important;
        
    }-link{
      font-size: 16px;
      color: #000000;
      line-height: 25px;
    }
    .mobile-companyprofilemenu{
        display: block !important;
        
    }
    .mobile-partnerprofilemenu{
        display: block !important;
        
    }
    .share-popup-absolute:before {
        left: 88px;
    }
    .mobile-row{
        margin-top: 32px;
    }
    .jd-square{
        width: 70px;
        height: 70px;
    }
    .second-div {
        margin-top: 0rem !important; 
    }
    .mobile-logo{
        margin-top: -84px;
    }
    .mobile-background{
        margin-top: 32px;
    }
    .filter-button-section {
        position: relative;
        /*padding: 10px 0;
        margin-top: 15px;*/
        margin-bottom: 0px;

    }
    .filter-button {
        bottom: 0;left: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        background-color: #FFFFFF;
    }
    .jfh-green {
        background-color: #92c139 !important;
        color: white;
        font-size: 20px;
        font-weight: 600;
    }
    .jfh-green-company-listing {
        background-color: #92c139 !important;
        color: white;
        font-size: 14px;
        font-weight: 600;
    }
    .filters-button {
        height: 46px;
    }
    .filter-icon {
        width: 16px;
        height: 20px;
        background-position: -9px -107px;
        margin-right: 10px;
        vertical-align: middle;
        background-size: 100px;
    }
    .sprite-new {
        background-image: url(../images/sprite-new.png);
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .signin-submit-btn {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        color: #5B5B5B;
        font-family: 'Open Sans Bold';
        font-size: 14px;
        border-radius: 0px;
    }
    .btn-green,.btn-green:hover{
        background-color: #99CA3C;
        border: 1px solid #99CA3C;
        color: #FFF;
        font-family:'Open Sans Bold';
        font-size: 18px;
        border-radius: 0px;
    }
    .btn-border-green,.btn-border-green:hover {
        background-color: transparent;
        border: 1px solid  #99CA3C;
        color:  #99CA3C;
        font-size: 14px;
        text-align: center;
         border-radius: 0px;
    }
    .top-right-corner {
        height: 183px;
    }
    .sign-image-cover {
        background-image: none;
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .inside {
        width: 90px;
        height: 90px;
        left: 26%;
    }
    .img-responsive-icon {
        margin-top: 11px;
        margin-left: 20px;
    }
    .policy-text {
        top: 74%;
    }
    .inline-buttons .one-third {
        width: 100%;
        margin: 20px;
    }
    .company-save-button{
        width: 91%;
    }
    .policies-editor-container {
        padding: 20px;
    }
    .jfh-logo-left-position {
        position: absolute;
        left: 29%;
        -webkit-transform: translateX(-17%);
        transform: translateX(-45%);
        bottom: 15px;
    }

    a.email, a.email:focus
     {
        color: inherit;
     }
     .hide-background-gradient {
        background-image: linear-gradient(-180deg, #92FBFF, #5FEB1B);
        opacity: 0.84;
    }
    .line_steps_jfh {
        display: none;
    }
    .brand_box {
        position: relative;
        font-size: 20px;
    }
    .comp_profile li:last-child {
        font-size: 17px;
    }
    .font_30s{
        font-size: 30px;
    }
    .text-16-semibold {
        font-size: 14px;
        color: #000000;
        font-family: 'Open Sans Semibold';
    }
    .empwel-step-line {
        position: absolute;
        width: 80%;
        height: 1px;
        border: 0;
        border-bottom: 2px dashed #DDDDDD;
        left: 0;
        right: 0;
        margin: auto;
        top: -70px;
        bottom: 0;
    }
    .mobile-menu {
        display: block;   
    }
    .desktop-sidemenu{
        display: none;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .nav-tabs::-webkit-scrollbar { 
        display: none; 
    } 
    .nav-tabs {
    overflow: -moz-scrollbars-none;
    }

    .user-text-14 {
    font-size: 12px;
    color:#484848;
    font-family:'Open Sans Semibold';
    padding-top: 0px;
    padding-left: 0px;
    }
    .videotitle{
        font-family:'Open Sans Semibold';
        font-size: 16px;
    }
    .min-rh{
        min-height: 0px;

    }
    .first-div {
        padding-left: 0px;
        margin-top: .75rem !important;
        padding-right: 0px;
    }
    .third-div{
      padding-left: 0px !important;
      padding-right: 0px;
      margin-top: .75rem !important;
    }
    .emp-desk-comp-logo{
        width: 64px;
        height: 64px;
    } 
    .dash-mobile-btn{
        width: 77px;
        height: 28px;
        line-height: 14px;
    }
    .text-16-para p{
    font-size: 14px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
    }
    .text-16-para li{
    font-size: 14px;
    color:#6F6E6E;
    font-family:'Open Sans Regular';  
    }
    .profile-text-18 {
        font-size: 12px;
        color: #6F6E6E;
        font-family: 'Open Sans Regular';
    }
    .seemore {
        color:#2680EB !important;
        cursor: pointer;
        font-size: 12px;
        font-family:'Open Sans Regular';
    }
    .text-14-textimonial {
    font-size: 12px;
    color:#404040;
    font-family:'Open Sans Italic';  
    }
    .policyimg{
    width: 45px;
    height: 45px;
    border: 2px solid #dee2e6;
    border-bottom: 4px solid #99CA3B;
    max-width: 45px;
    padding: 8px
    }
    /*.sm_img{
        width: 90px;
        height: 90px;
        min-width: 90px
    }*/
    .cover_img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .sm_img {
    width: 90px;
    height: 90px;
    top: 15%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .sm_img img {
    position: absolute;
    top: 50%;
    /*border: 2px solid #00000029;
    box-shadow: 0px 0px 3px #00000029;*/
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    max-width: 100%;
    height: auto;
}

.cover_img .jobsm_img img {
    width: 90px;
    height: 90px;
    top: 15%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .jobsm_img img {
    position: absolute;
    top: 50%;
    /*border: 2px solid #00000029;
    box-shadow: 0px 0px 3px #00000029;*/
    -webkit-transform: translate(0%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}

}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen and (max-width: 500px){
    .resume-upload-container{
        padding: 6px 6px;
    }
    .resume-upload-text{
        padding: 0px 20px;
    }
} 

@media (min-width: 300px) and (max-width: 320px) {
    .text-14-para p{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }

    .text-14-para li{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }

    .jd-title-18{
      font-size:12px;
      font-family: 'Open Sans SemiBold';
      color:#404040;
    }
    .desktop-companyprofilemenu{
        display: none;
    }
    .mobile-companyprofilemenu{
         display: block !important;
        
    }
    .desktop-partnerprofilemenu{
        display: none;
    }
    .mobile-partnerprofilemenu{
         display: block !important;
        
    }
    .desktopview{
        display: none;
    }
    .mobileview{
         display: block !important;
        
    }
    .nav-link{
      font-size: 16px;
      color: #000000;
      line-height: 15px;
    }
    .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    
    }
    .nav-tabs::-webkit-scrollbar { 
        display: none; 
     } 
    .nav-tabs {
        overflow: -moz-scrollbars-none;
    }
    }

@media (min-width: 319px) and (max-width: 480px) {

    .session-sticky-flash-container{
    position:sticky;
    top:60px;
    z-index:1011;
    margin:auto;
    left:0;
    right:0;
}
    .text-14-para p{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
     .text-14-para li{
        font-size: 12px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
    .jd-title-18{
      font-size:12px;
      font-family: 'Open Sans SemiBold';
      color:#404040;
    }
    .companytitle{
        font-size: 16px;
        color: #404040;
        font-family: 'Open Sans SemiBold';
    }
        #companyblogs .owl-dots .owl-dot span {
        width: 40px !important;
        height: 4px!important;
        border-radius: 0px!important;
        }
        #companyevents .owl-dots .owl-dot span {
        width: 40px !important;
        height: 4px!important;
        border-radius: 0px!important;
        }

    .desktopview{
        display: none;
    }
    .mobileview{
         display: block !important;
        
    }
    .nav-link{
      font-size: 16px;
      color: #000000;
      line-height: 25px;
    }
    .nav-link.active {
        color: #99CA3B;
    }
    .policyimg{
    width: 45px;
    height: 45px;
    border: 2px solid #dee2e6;
    border-bottom: 4px solid #99CA3B;
    max-width: 45px;
    padding: 8 px
    }
    .seemore {
        color:#2680EB !important;
        cursor: pointer;
        font-size: 12px;
        font-family:'Open Sans Regular';
    }
    .text-16-para p{
        font-size: 14px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
    .text-16-para li{
        font-size: 14px;
        color:#6F6E6E;
        font-family:'Open Sans Regular';  
    }
    .text-14-textimonial {
    font-size: 12px;
    color:#404040;
    font-family:'Open Sans Italic';  
    }
    .profile-text-18 {
        font-size: 12px;
        color: #6F6E6E;
        font-family: 'Open Sans Regular';
    }
    .mrsvbtn{
        margin-top: 10px;
    }

    .profile_img_circle{
        border-radius: 50%!important;
        max-height: 100px;
        max-width: 100px;
    }

    /*.sm_img{
        width: 90px;
        height: 90px;
        min-width: 90px
    }*/
    .cover_img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 50px;
}

.cover_img .sm_img {
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .sm_img img {
    position: absolute;
    top: 50%;
    /*border: 2px solid #00000029;*/
    /*box-shadow: 0px 0px 3px #00000029;*/
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    max-width: 100%;
    height: auto;
}
.cover_img .jobsm_img {
    width: 90px;
    height: 90px;
    top: 15%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cover_img .jobsm_img img {
    position: absolute;
    top: 50%;
    /*border: 2px solid #00000029;
    box-shadow: 0px 0px 3px #00000029;*/
    -webkit-transform: translate(0%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}
    .resume-upload-container{
        padding: 6px 6px;
    }
    .resume-upload-text{
        padding: 0px 20px;

    }
    #shareButtonMob .share-popup-absolute:before {
    position: absolute;
    right: 139px;
    top: 100px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cfcfcf;
    left: 70px;
}
    .second-div {
        margin-top: 0rem !important; 
    }
    .mobile-row{
        margin-top: 32px;
    }
    .jd-square{
        width: 70px;
        height: 70px;
    }
    .mobile-logo{
        margin-top: -84px;
    }
    .mobile-background{
        margin-top: 32px;
    }
    .filter-button-section {
        position: relative;
        /*padding: 10px 0;
        margin-top: 15px;*/
        margin-bottom: 0px;
    }
    .filter-button {
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 2;
    }
    .jfh-green {
        background-color: #92c139 !important;
        color: white;
        font-size: 20px;
        font-weight: 600;
    }
    .filters-button {
        height: 46px;
    }
    .filter-icon {
        width: 16px;
        height: 20px;
        background-position: -9px -107px;
        margin-right: 10px;
        vertical-align: middle;
        background-size: 100px;
    }
    .sprite-new {
        background-image: url(../images/sprite-new.png);
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .signin-submit-btn {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        color: #5B5B5B;
        font-family: 'Open Sans Bold';
        font-size: 14px;
        border-radius: 0px;
    }
    .btn-green,.btn-green:hover{
        background-color: #99CA3C;
        border: 1px solid #99CA3C;
        color: #FFF;
        font-family:'Open Sans Bold';
        font-size: 18px;
        width:134px;
        border-radius: 0px;
    }
    .btn-border-green,.btn-border-green:hover {
        background-color: transparent;
        border: 1px solid  #99CA3C;
        color:  #99CA3C;
        font-size: 14px;
        text-align: center;
         border-radius: 0px;
    }
    .btn-borders-green,.btn-borders-green:hover {
        background-color: transparent;
        border: 1px solid  #99CA3C;
        color:  #99CA3C;
        font-size: 10px;
        text-align: center;
         border-radius: 0px;
    }
    .cprofile-text{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    color: #404040;
}
.cprofile-text1{
    font-size: 12px;
    font-family: 'Open Sans Regular';
    color: #404040;
}
    .comp-follow {
    font-size: 10px;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    color: #FFFFFF;
    border: 2px solid #99CA3B;
    border-radius: 1px;
}
    .top-right-corner {
        height: 183px;
    }
    .sign-image-cover {
        background-image: none;
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .inside {
        width: 90px;
        height: 90px;
        left: 26%;
    }
    .img-responsive-icon {
        margin-top: 11px;
        margin-left: 20px;
    }
    .policy-text {
        top: 74%;
    }
    .inline-buttons .one-third {
        width: 100%;
        margin: 20px;
    }
    .company-save-button{
        width: 91%;
    }
    .policies-editor-container {
        padding: 20px;
    }
    .jfh-logo-left-position {
        position: absolute;
        left: 29%;
        -webkit-transform: translateX(-17%);
        transform: translateX(-45%);
        bottom: 15px;
    }
    .footer-position-container 
    {
        background-color: rgba(0,0,0,0.6);
        color: #FFF;
    }
    .position-md-absolute 
    {
        position: relative;
    }
    a.email, a.email:focus
     {
        color: inherit;
     }
    .hide-background-gradient {
        background-image: linear-gradient(-180deg, #92FBFF, #5FEB1B);
        opacity: 0.84;
    }
    .line_steps_jfh {
        display: none;
    }
    .brand_box {
        position: relative;
        font-size: 20px;
    }
    .comp_profile li:last-child {
        font-size: 17px;
    }
    .font_30s{
        font-size: 30px;
    }
    .text-16-semibold {
        font-size: 14px;
        color: #000000;
        font-family: 'Open Sans Semibold';
    }
    .input-other {
        margin: 5px 12px;
    }
    .empwel-step-line {
        position: absolute;
        width: 80%;
        height: 1px;
        border: 0;
        border-bottom: 2px dashed #DDDDDD;
        left: 0;
        right: 0;
        margin: auto;
        top: -70px;
        bottom: 0;
    }
    .create-company-btn, .create-company-btn:hover {
        background-color: #99CA3C;
        border: 1px solid #99CA3C;
        color: #FFF;
        font-family: 'Open Sans Bold';
        font-size: 15px;
        border-radius: 0px;
    }
    .mobile-menu {
        display: block;
    }
    .desktop-sidemenu{
        display: none;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .nav-tabs::-webkit-scrollbar { 
        display: none; 
     } 
    .nav-tabs {
        overflow: -moz-scrollbars-none;
    }
    .user-text-14 {
        font-size: 10px;
        color:#484848;
        font-family:'Open Sans Semibold';
        padding-top: 0px;
        padding-left: 0px;
    }
    .user-btn-green,.user-btn-green:hover{
        background-color: #99CA3C;
        border: 1px solid #99CA3C;
        color: #FFF;
        font-family:'Open Sans Bold';
        font-size: 10px;
        border-radius: 0px;
    }
    
    .prf-edit-image {
        top: 80%;
        position: absolute;
        margin-top: -2px;
        margin-left: -25px;
        width: 30px;
        height: 30px;
        padding: 4px;
    }
    
    .min-rh{
        min-height: 0px;
    }
    .first-div {
        padding-right: 0px !important;
    }
    .third-div{
      padding-left: 0px !important;
    }
    .jd-action-button-desktop{
        display: none;
    }
    .jd-action-button-mobile{
        display: inline-block;
    }
    .emp_wel_text22 {
        font-size: 12px;
        font-family: 'Open Sans SemiBold';
        color: #404040;
        text-align: center;
        margin-top: 5px;
    }
    .jd-title2-18 {
        font-size: 10px;
        font-family: 'Open Sans Regular';
        color: #6F6E6E;
        text-align: center;
        margin-top: 5px;
    }
    .jd-title3-18 {
        font-size: 10px;
        font-family: 'Open Sans Regular';
        color: #6F6E6E;
        text-align: center;
        margin-top: 7px;
    }
    .jd-square{
        margin: auto;
    }
    .share-jd{
        width: 30px;
    }
    .star-jd{
        width: 26px;
    }
    .flx_div{
        display: flow-root;
    }
    .test{
        margin-top: 56px;
        margin-left: 0px;
        background-color: #F1F2F7;
    }
    .testimonila-img{
        width: 74px !important;
        height:74px;
        border-radius: 50%;
        max-width:74px !important;
    }

    .toolbar{
    /*color: #B2B2B2;
    font-size: 12px;*/
    display: none;
    }
    .emp-desk-comp-logo{
        width: 64px;
        height: 64px;
    } 
    .dash-mobile-btn{
        width: 77px;
        height: 28px;
        line-height: 14px;
    }

    .comp-publish{
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    background-color: #99CA3B;
    color:#FFFFFF;
    border: 1px solid #99CA3B;
    border-radius: 1px;
    }

    .jobscount{
    color: #2680EB;
    font-size: 12px
    }

    .jobbutton{
    background-color: #99CA3C;
    border: 1px solid #99CA3C;
    color: #FFF;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    border-radius: 2px;
  }
  .cnd_featuredbanner{
    position: relative;
    max-height: 140px;
    height: 140px;
  }
  .cnd_featuredbanner img{
    max-height: 140px;
    height: 140px;
    width: 100%
  }


}

@media (max-width: 480px) and (min-width: 320px){
    .search-btn {
        color: #FFF;
        z-index: 1;
        background-color: #92C139;
        border: 1px solid #92C139;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .notification-dropdown-menu{
        width: 359px !important;
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 545px;
        background: white;
      }
      #grp-notification-icon-mob .dropdown-menu-right {
        right: -60px;
        left: auto;
      }
      #grp-notification-icon-mob .dropdown-menu {
        top: 119%;
      }
    .jb-alert-validation-msg{
        margin-right: 149px !important;
    }
}
.jb-alert-validation-msg{
    margin-right: 344px;
}
@media (max-width : 1024px) and (min-width : 768px){
    #jc-title {
        width: 195px;
        margin: 12px 2px 0 2px;
    }
    .job_alert_form {
        padding: .5rem 0rem 0rem 0rem;
    }
}
@media only screen and (max-width: 600px) {
    .carousel-indicators {      
      bottom: -10px;
    }
     .carousel-indicators-round li{
     height: 8px;
     width: 8px;
     border-radius: 50%;
    }
}