* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #f3f3f3;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol
{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

/* Header Section Start */

.header_back{
    background: #282828;
    padding: 0px 0;
}
.logo{
    line-height: 0px;
    padding-top: 30px;
}
.logo img{
    max-width: 100%;
}
.navigation{
    float: right;
}
.navigation .navbar{
    margin-bottom: 0px;
    min-height: 1px;
    border-bottom: 0px;
}
.navigation .nav li a{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 33px 0 33px;
    border-bottom: 3px solid transparent;
     transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.navigation .nav li{
    padding:0 11px
}
.navigation .nav li:first-child{
    padding-left: 0px;
}
.navigation .nav li:last-child{
    padding-right: 0px;
}
.navigation .nav li a.active,.navigation .nav li a:focus,.navigation .nav li a:hover{
    color: #ffae00;
    background: none;
    border-bottom: 3px solid #ffae00;
    outline: none;
}
.navigation #myNavbar{
    padding: 0px;
}
.signUp{
    float: right;
    padding-top: 30px
}
.signUp ul{
	margin:0;
	padding:0;
}
.signUp ul li{
	float: left;
padding: 0 12px;
border-right: 1px solid #CCC;
list-style-type: none;
}
.signUp ul li:last-child{
	border-right:none;
	padding-right:0;
}
.signUp a{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    
    text-transform: uppercase;
}
.signUp a:hover{ color: #ffae00;}
/* Header Section End */




/* Slider Section Start */
.sliderSiv img{
    width: 100%;
    max-width: inherit;
}
.bx-wrapper .bx-viewport{
    left: 0px;
    border: 0px;
}
.sliderSiv .bxslider li{
    position: relative;
}
.sliderSiv .bxslider li .caption{
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    transform: translate(-42%,0%);
}
.sliderSiv .bxslider li .caption p{
    font-weight: 300;
    color: #424242;
    font-size: 44px;
}
.sliderSiv .bxslider li .caption h1{
    font-weight: 700;
    color: #424242;
    font-size: 57px;
}
.caption{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
/*    transform: translate(-42%,0%);*/
}
.caption p{
    font-weight: 300;
    color: #424242;
    font-size: 44px;
}
.caption h1{
    font-weight: 700;
    color: #424242;
    font-size: 57px;
}
/* Slider Section End */

.empHome{ margin: 0 auto; position: absolute; z-index: 9; top: 20%; width: 100%;}




.homeMainBack{
    width: 100%;
    display: inline-block;
}
.homeMain{
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 244px;
    padding-bottom: 95px;
}
.findJobDiv{
    width: 100%;
    position: absolute;
    top: 0px;
    top: -107px;
    left: 0;
/*    transform: translate(-50%,-50%);*/
    padding: 42px 68px 48px 68px;
    background: #ffffff;
    box-shadow: 0 1px 8px #eee;
}
.findJobDiv1{
	top: -37px;
}
.findInput .inputDiv input, .findInput .inputDiv select{
    width: 49%;
    display: inline-block;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px 0 35px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #5b5b5b;
/*
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
*/
}
.findJobDiv h4{
    font-size: 26px;
    font-weight: 600;
    color: #4f4f4f;
    padding-bottom: 32px;
}
.findInput .inputDiv input::-webkit-input-placeholder{
    color: #5b5b5b;
    opacity: 1;
}
.findInput .inputDiv input::-moz-input-placeholder{
    color: #5b5b5b;
    opacity: 1;
}
.findInput .inputDiv input:-ms-input-placeholder{
    color: #5b5b5b;
    opacity: 1;
}
.findInput .inputDiv input:-moz-input-placeholder{
    color: #5b5b5b;
    opacity: 1;
}
.findInput .inputDiv input:focus{
    outline: none;
    border: 1px solid #b9b9b9;
    box-shadow: none;
}
.findInput .inputDiv .searchInput{
    margin-right: 1%;
    background: url(../images/search-icon.png)no-repeat left center;
    background-position: 10px;
}
.findInput .inputDiv .lacateInput{
    background: url(../images/location-icon.png)no-repeat left center;
    background-position: 10px;
}
.findInput button{
    width: 265px;
    margin: 0 auto;
    background: #ff5e00;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding: 7px 0px;
    border: 0px;
    display: block;
    margin-top: 38px;
    border-radius: 25px;
    border: 2px solid #ff5e00;
    -webkit-transition:ease all 0.5s;
    -o-transition:ease all 0.5s;
    -ms-transition:ease all 0.5s;
    -moz-transition:ease all 0.5s;
    transition:ease all 0.5s;
}
.findInput button:hover{
    background: transparent;
    border: 2px solid #ff5e00;
    color: #ff5e00;
}
.jobPostSection{
    width: 100%;
    display: inline-block;
    background: transparent;
}
.jobPostSection h1{
    font-weight: 600;
    color: #4f4f4f;
    font-size: 26px;
    padding-bottom: 23px;
}
.jobPostSection table thead tr th{
    font-weight: 400;
    color: #6b6b6b;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0px;
    padding: 8px;
    vertical-align: top;
}
.jobPostSection table tr th,.jobPostSection table tr td{
    font-weight: 400;
    font-size: 16px;
    padding: 25px 8px;
    color: #484848;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: middle;
}
.jobPostSection table tr:first-child th,.jobPostSection table tr:first-child td{
    border-top: 0px;
}
.jobPostSection table tr th img{
    padding-right: 12px;
}
.jobPostSection table tr th a{
    font-weight: 400;
    font-size: 16px;
    padding: 35px 8px;
    color: #484848;
    -webkit-transition:ease all 0.5s;
    -o-transition:ease all 0.5s;
    -ms-transition:ease all 0.5s;
    -moz-transition:ease all 0.5s;
    transition:ease all 0.5s;
}
.jobPostSection table tr th a:hover{
    color: #ff5e00;
    text-decoration: underline;
}
.interviewSecBack{
    width: 100%;
    display: inline-block;
    background: url(../images/interview-img.png)no-repeat bottom;
    background-size: cover;
}
.interviewSecCntMain{
    width: 100%;
    display: inline-block;
}
.interviewSecCnt{
    width: 50%;
    text-align: left;
    padding: 110px 0 83px 0;
    float: right;
}
.interviewSecCnt h2{
    font-weight: 700;
    font-size: 55px;
    color: #262626;
    padding-bottom: 23px;
}
.interviewSecCnt h2 span{
    color: #ff5e00;
}
.interviewSecCnt p{
    font-weight: 400;
    color: #000000;
    font-size: 20px;
}
.orrangeDiv{
    width:100%;
    display: inline-block;
/*    background: #ff5e00;*/
    background-color: #ff7c00;
/*    margin-bottom: 60px;*/
}
.orrangeDivCnt{
    width: 100%;
    display: inline-block;
    padding: 67px 0 63px 0;
    text-align: center;
}
.orrangeDivCnt p{
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    padding-top: 8px;
}
.orrangeDivCnt h3{
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}
.brdRight{
    border-right: 1px solid #feb26a;
}



/* Footer Section Start From Here */
.footer{
    width: 100%;
    display: inline-block;
/*    padding-top: 95px;*/
    padding-bottom: 105px;
}
.ftrCnt>ul li{
    list-style: none;
    padding-left: 32px;
    padding-bottom: 10px;
}
.ftrCnt>ul li:first-child{
    background: url(../images/location-icon.png)no-repeat left top;
    background-position: 0 4px;
}
.ftrCnt>ul li:nth-child(2){
    background: url(../images/tel-icon.png)no-repeat left top;
    background-position: 0 7px;
}
.ftrCnt>ul li:last-child{
    background: url(../images/email-icon.png)no-repeat left top;
    background-position: 0 9px;
    padding-bottom: 0px;
}
.ftrCnt>ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
    display: inline-block;
}
.socialDiv{
    padding-top:30px; 
}
.socialDiv ul li{
    display: inline-block;
}
.socialDiv ul li a{
    padding:10px 9px;
}
.socialDiv ul li:first-child a{
    padding-left: 0px;
}
.ftrLogo{
    padding-bottom: 30px;
}
.ftrCnt2 h2{
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 14px;
}
.ftrCnt2 ul li{
    list-style: none;
}
.ftrCnt2 ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
}
.ftrCnt2 ul li a:hover{ color: #000;}
/* -------------Copy Right CSS---------------- */
.copyRightDiv{
    width: 100%;
    display: inline-block;
    padding: 40px 15px;
    background: #262626;
    text-align: center;
}
.copyRightDiv p{
    color: #767676;
    font-weight: 400;
    font-size: 13px;
}



/* ---------------------------------------- */
/*.homeSlide{ background: url("../images/slidebg.jpg") 0 0 repeat;}*/
.sliderSiv{ /*max-width: 1800px;*/ margin: 0 auto; position: relative;}
.header_back header{ position: relative;}
.jobPostSection table tr th:first-child, .jobPostSection table tr th:first-child a{ padding-left: 0;}
.emp-jobposting{
    width: 100%;
    display: inline-block;
    background: url(../images/job-posting.png)no-repeat bottom;
    background-size: cover;
}
.findJobDiv h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ff5e00;
    padding-bottom: 20px;
}
.applyJobtop img{ margin-right: 8px;}
.applyJobtop p span{ padding-right: 20px;}
.findJobDiv p{ font-size: 15px; margin-bottom: 12px;}
.maxinDetail img{ border: 1px solid #ccc; margin-right: 10px; padding: 1px;}
.applyJobtop button, .registrationForm button{ display: inline-block; margin-top: 20px; width: 178px;}
.jobDescription {
    width: 100%;
    display: inline-block;
    background: transparent;
}
.jobDescription h1{ font-weight: 600;
    color: #4f4f4f;
    font-size: 26px;
    padding-bottom: 23px;}
.jobDescription ul{ margin: 0 0 30px; padding: 0 0 0 20px;}
.jobDescription ul li{ margin: 0; padding: 5px 0 10px 0; list-style-type: disc; color: #484848; font-size: 16px;}
.jobDescription h2{ font-size: 18px; color: #6b6b6b; text-transform: uppercase; padding-bottom: 23px;}
.jobDescription button{ display: inline-block; margin-top: 20px; width: 178px;}

.additionalJobbg{ position: relative; top: -100px;}
.additionalMain{ padding-top: 0;}
.additionalMain{ /*box-shadow: 0 1px 8px #eee;*/ /*background-color: #fff; margin-bottom: 35px;*/}
.additionalJobbg h4{ padding-bottom: 13px;}
.additionalMain .additionalJobbg{ box-shadow: 0px -1px 3px -1px #fafafa; padding: 0 0 25px 0; float: left; width: 100%;}
.resumePartBg{ border-top: 1px solid #cacaca; margin-top: 15px; padding-top: 18px;}
.resumeForm{ width: 50%; display: inline-block; float: left;}
.resumePartBg label{ font-size: 15px; color: #4b4b4b; font-weight: 400; padding-right: 10px; display: inline-block; width: 30%; text-align: right;}
.resumePartBg input[type=text], .registrationForm input[type=text], .registrationForm input[type=email], .registrationForm input[type=password], .registrationForm textarea, .registrationForm .browseDiv input[type=text]{ display: inline-block; margin-bottom: 20px;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    width: 68%;
    background-color: #ffffff;
}
.registrationForm select{
    display: inline-block; margin-bottom: 20px;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    width: 72%;    
}
.additionalMain h5{ text-transform: uppercase; border-bottom: 3px solid #b3b3b3; margin-left: 68px; margin-right: 68px; padding: 42px 0px 12px 0px; font-size: 25px;}
.additionalMain h5 span{ font-size: 15px; color: #4b4b4b; text-transform: none; font-weight: 400;}

.registrationForm{ margin-top: 0px; padding: 42px 60px 15px 60px;}
.registrationForm h4{ border-bottom: 1px solid #b3b3b3; margin-bottom: 38px;}
.registrationForm label{ font-size: 15px; color: #4b4b4b; font-weight: 400; padding-right: 10px; max-width: 195px; width: 27%; display: inline-block; float: left; margin-top: 35px;}
.registrationForm label:first-child{
    margin-top: 5px;
}

.registrationForm input[type=text], .registrationForm input[type=email], .registrationForm input[type=password], .registrationForm textarea{ width: 72%;}
.registrationForm .jobReg_inner{ margin: 0; padding: 0; position: relative; display: inline-block; width: 100%;}
.registrationForm div.errorMsg{ text-indent: 26%; /*margin-top: -19px;*/ position: relative; top: -15px; margin-bottom: 0px; font-size: 13px; color: #ff0000; width: 100%;}
.registrationForm div.successMsg{ text-indent: 27%; margin-top: -19px; margin-bottom: 20px; font-size: 13px; color: green;}
.jobseekerTips{ background-color: #ececec;}
.jobseekerTips p{ padding: 15px 25px; font-size: 15px; line-height: 22px; color: #171717;}
.jobseekerTips h6{ font-size: 21px; color: #fff; background-color: #ff5e00; font-weight: 400; border: none; margin: 0; padding: 10px 25px;}
.error_page{ text-align: center; padding-top: 50px;}
.forSecurity{ background-color: #dee4e8;}
.registrationForm textarea{ height: 150px; resize: none;}
.registrationForm .browseDiv{ width: 67%;
    margin: 0;
    padding: 0;
    float: right;}
.registrationForm .browseDiv input[type=text]{ width: 100%; text-indent: 112px;}
.registrationForm .browseDiv span.input-group-btn{ padding: 7px 20px; margin: 0; background-color: #c9cdd0; color: #4b4b4b; font-size: 15px; font-weight: 400; position: absolute; z-index: 99; left: 0; display: inline-table;}
.registrationForm .browseDiv span.input-group-btn .btn:active{ box-shadow: none; -webkit-box-shadow: none;}
.registrationForm .browseDiv .bootstrap-filestyle{ width: 100%;}
.browseBg > label{ margin-top: 12px; max-width: 240px; width: 33%;}

.sliderSiv .carousel-control.left{ width: 35px; background-image: none;
    height: 35px;
    top: 40%;
    left: 3%;}
.sliderSiv:hover .carousel-control.left{ background: url(../images/leftArrow.png) no-repeat 0 0;}
.sliderSiv .carousel-control.right{ width: 35px; background-image: none;
    height: 35px;
    top: 40%;
    right: 3%;}
.sliderSiv:hover .carousel-control.right{ background: url(../images/rightArrow.png) no-repeat 0 0;}
.nav li.active a{
    color: #ffae00;
    background: none;
    border-bottom: 3px solid #ffae00;
    outline: none;
}

.jobReg_inner .checkbox{ width: 22px; display: inline-block; margin-left: 0px; margin-bottom: 0;}
.jobReg_inner .checkbox label{ padding-left: 0;}
.checkbox .cr{ background-color: #fff; border-radius: 0 !important;}


.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/selectarrow.png") 97% / 12px no-repeat #fff;
        padding-right: 20px;
}
/* --multi-select-start-- */
span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}

/* --multi-select-end-- */


.careerModal1 .modal-header{ text-align: center; font-size: 25px; color: #fff; background-color: #363636;}
.careerModal1 .modal-header h4{ font-size: 25px; color: #fff;}
.careerModal1 .modal-header span{ font-weight: 700; color: #a3a3a3;}
.careerModal1 .modal-header span span{ color: #ff5e00;}
.careerModal1 button.close{ color: #fff; opacity: 0.9; font-size: 24px; font-weight: 400;}
.careerModal1 .modal-body{ background-color: #fff;}
.careerModal1 .modal-body .nav-tabs > li{ display: inline-block; width: 50%; margin-bottom: 0;}
.careerModal1 .modal-body .nav-tabs{ text-align: center; border: 1px solid #595959; margin: 15px 20% 25px; position: relative;}
.careerModal1 .modal-body .nav-tabs > li a{ font-size: 16px; font-weight: 400; color: #4b4b4b; border: none; border-radius: 0; margin: 0;}
.careerModal1 .modal-body .nav-tabs > li.active a{ background-color: #595959 !important; color: #fff !important;}
.careerModal1 .modal-body .nav-tabs > li:hover a{ background-color: #eee; color: #4b4b4b;}
.or-txt{ position: absolute; z-index: 1; background-color: #fff; border: 1px solid #595959; font-size: 13px; line-height: 13px; border-radius: 100px; padding: 5px; right: -13px; top: 8px;}
.signinForm{ margin: 0 70px; padding-bottom: 20px; text-align: center;}
.signinForm label{ font-size: 15px;
    color: #4b4b4b;
    font-weight: 400;
    padding-right: 20px;
    max-width: 195px;
    width: 35%;
    display: inline-block;
    float: left;
    margin-top: 23px;
    text-align: right;}
.signinForm input[type=text], .signinForm input[type=password], .signinForm input[type=email]{ display: inline-block;
    margin-top: 10px;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    width: 63%;}
.signinForm p{ padding-top: 10px; font-size: 15px; font-weight: normal; text-align: center;}
.signinForm form p{ text-align: left;}
.signinForm a{ font-size: 15px; color: #ff5e00;}
.signinForm a:hover{ color: #000;}
.signinForm button{ width: 177px;}
.signinOr{ border-bottom: 1px solid #b9b9b9; position: relative; text-align: center; margin: 20px 0;}
.signinOr span{ position: absolute; z-index: 1; background-color: #fff; padding: 5px; font-size: 15px; top: -15px;}
.errorUnique{ width: 100%; text-align: center !important; clear: both; color: red; font-size: 13px;position: absolute;bottom: 2px;left: 23px;}
.successUnique{ width: 100%; text-align: center !important; clear: both; color: green; font-size: 13px;}
.myaccTop{ margin: 0 auto; position: relative; top: 15px; padding: 30px 50px 50px;}













.mulSelect button{ margin-top: 0; margin-bottom: 12px; background-color: #fff !important; border: 1px solid #b9b9b9; color: #5b5b5b; border-radius: 0; height: 50px; padding: 0 10px; width: 100%; text-align: left;}
.mulSelect button:hover, .mulSelect button:focus{ background-color: #fff;}
.mulSelect div{ position: relative; width: 72%; float: left;}
.mulSelect .caret{ float: right; border-left-width: 6px; border-right-width: 6px; border-top-width: 10px; margin-top: 5px;}
.mulSelect ul{ top: 49px; width: 100%;}

.browseBg .form-group label{ margin-top: 0;}
.jrpt2{padding-bottom: 15px;}
.addlemail{ color: #ff5e00; font-size: 15px; margin-left: 0px; border: none; outline: none; background-color: transparent; white-space: nowrap; margin-top: 0 !important; cursor: pointer;}
.jrp2{ position: relative; top: -4px; width: auto!important;}
.jrpt2bg{ padding-bottom: 30px !important;}
.jrpt2bg label{ float: inherit; margin-top: 0;}
.jrpt1stform{ font-size: 15px; padding-bottom: 30px;}
.jrpt1stform label{ width: 100%; line-height: 30px;}
.jrpt1stform select{ width: 59%; margin-right: 10px;}
.jsregd{ clear: both;position: relative;}
.jsregd p{ font-size: 14px; float: right; margin: 10px 20px 0 0;}
.jsregd span{ float: left; margin-top: 13px; margin-right: 10px;}
.jrpt2bg ul{ margin: 0; padding: 0;}
.jrpt2bg ul li{ list-style-type: none; display: inline-block; width: 24%;}
.jobReg_inner .errorUnique{
        width: 100%;
    /* text-align: center !important; */
    text-align: left!important;
    clear: both;
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.jsregd .errorUnique{
        width: 100%;
    /* text-align: center !important; */
    text-align: left!important;
    clear: both;
    color: red;
    font-size: 13px;
        position: absolute; 
     bottom: 2px; 
     left: 23px; }
    .signinForm .sign_one{
        position: relative;
     }

    .signinForm .sign_two{
        position: relative;
     }

    .signinForm .sign_three{
        position: relative;
     }

     
    .signinForm p.forgt_psswrd{
        margin-top: 10px;
    }

         .signinForm .sign_one .errorUnique{
            position: absolute;
            bottom: -19px;
            left: 148px;
            text-align: initial!important;
         }


         .signinForm .sign_two .errorUnique{
            position: absolute;
                 bottom: -19px;
    left: 148px;
    text-align: initial!important;
         }

                  .signinForm .sign_three .errorUnique{
            position: absolute;
           bottom: -16px;
    left: 195px;
    text-align: initial!important;
         }
.notifications{ width: 29px; height: 27px; position: relative; background: url("../images/notify.png") 0 100% no-repeat; top: 39px; left: 12px; cursor: pointer;}
.notifyTxt{ position: absolute; z-index: 9; right: -12px; top: -14px; background-color: #ff5e00; padding: 5px; border-radius: 50px; font-size: 15px; color: #fff; line-height: 16px;}
.notifyTxt a{ color: #fff;}
.userProfile{ float: right; text-align: center; margin-top: -10px; position: absolute; right: 0; top: 22px; min-width: 100px;}
.userProfile img{ border-radius: 100px; display: block; margin: 0 auto -2px auto; width: 50px; height: 50px;}
.userProfile span{ clear: both; display: inline-block; font-size: 13px; color: #fff;}
.userProfile .fa{ color: #fff; font-size: 14px; cursor: pointer;}

.createResumeform{ border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 38px;}
.singleResume input[type=text], .singleResume textarea, .singleResume select{ width: 86.2%;}
.singleResume textarea{ padding-top: 10px;}
.CreateResumeMain label{ text-align: right;}
.CreateResumeMain .datepick{ width: 72%;}
.CreateResumeMain .datepick input[type=text]{ width: 100%; cursor: default; margin-bottom: 13px; background-color: transparent;}
.singleResume label{ max-width: 134px;}
.noMrgPdn{ border: 0; margin-bottom: 0; padding-bottom: 0;}
.addLastEmployer{ /*border-bottom: 0;*/ margin-bottom: 25px; padding-bottom: 6px;}
.addLastEmployer label{ width: 33%;}
.addLastEmployer select{ width: 66%;}
.addLastEmployer input[type=text]{ width: 66%;}
.addLastEmployer .datepick{ width: 66%;}

.myAcc{ background-color: transparent; box-shadow: none;}
.accountProfile{ width: 85%; position: relative;}
.accountProfile img{ border-radius: 100px;padding: 5px; box-shadow: 0 0 5px #9c9c9c; width: 186px; height: 186px;}

.input_fields_wrap a.remove_field, .input_fields_wrap_achive a.remove_field{ font-size: 13px; padding-left: 15px;}
.jsregd .errorUnique{  text-align: left !important;}
.jsregd .successUnique{  text-align: left !important;}
.myaccTop h4{ font-size: 25px;}
.myaccTop ul li{ list-style-type: none; font-size: 15px; color: #5b5b5b; padding-bottom: 10px;}
.myaccTop ul li img{ margin-right: 10px;}
.skills{ margin-top: 30px;}
.skills p{ font-size: 18px; color: #6b6b6b; text-transform: uppercase;}
.skills span{ font-size: 15px; color: #6b6b6b; border: 1px solid #6b6b6b; border-radius: 5px; padding: 2px 10px; display: inline-block; margin: 0 1px 5px;}
.myAcctbtm{ margin-top: 0; position: relative; top: -65px;}
.myAcctbtm h2{ font-size: 25px; color: #4f4f4f; padding-bottom: 0px; padding-top: 25px;}
.accountSlot{ width: 100%; box-shadow: 0 2px 10px #ccc; background-color: #fff; margin-top:25px; }
.accountSlot h4{ font-size: 20px; color: #fff; background-color: #ff5e00; text-transform: uppercase; padding: 10px 0px 10px 30px; font-weight: 300;}
.accountSlot h4 img{ margin-right: 10px;}
.accountSlot ul{ padding: 0 0 20px 0; margin: 0;}
.accountSlot ul li{ list-style-type: none; display: block; padding: 0 30px; border-bottom: 1px solid #ccc;}
.accountSlot ul li:last-child{ border-bottom: 0;}
.accountSlot ul li a{ font-size: 15px; color: #484848; padding: 10px 0; display: block;}
.accountSlot ul li a:hover{ color: #ff5e00;}
.userForgot, .mobileForgot{ display: none; padding: 15px; background-color: #fff; position: relative;}
.userForgot .signinForm, .mobileForgot .signinForm{ margin: 0 auto;}
.goBack{ text-align: center; padding-bottom: 15px;}
.goBack a{ font-size: 15px; color: #ff5e00;}
.openProfileBase{ display: none; background-color: #333; padding: 0px; box-shadow: 0 1px 5px #ccc; position: absolute; z-index: 9; right: 0; top: 100%; width: 150px; text-align: left;}
.openProfileBase a{ display: block; color: #fff; font-size: 13px; padding: 5px 10px; border-bottom: 1px solid #444;}
.openProfileBase a:hover{ color: #ffae00; border-bottom: 1px solid #ccc;}
.thankyou{ text-align: center; padding-top: 20px; margin: 0 20% 60px; padding-bottom: 25px; border-bottom: 1px solid #ccc;}
.thankyou h2{ font-size: 30px; font-weight: bold; color: green; padding-bottom: 20px;}
.thankyou p{ font-size: 14px;}


.findInput .inputDiv .firstSel{ display: inline; display: ruby-base; position: relative;}
.findInput .inputDiv .firstSel select{ margin-top: 17px;}
.findInput .inputDiv .firstSel .firstOption{ margin-right: 1%;}
.findInput .inputDiv .firstSel .iconsBg{ position: absolute; z-index: 2; top: 2px; left: 6px;}
.latestJobpost{ margin-top: 50px; position: relative; overflow: inherit !important;}
.latestJobpost h1{ border-bottom: 1px solid #ccc; margin-bottom: 25px; padding-bottom: 18px;}
.showBread{ position: absolute; /*right: 15px;*/ top: 0; font-size: 15px; color: #6b6b6b;}
.showBread select{ display: inline-block;
    background-size: 10px;
    background-position: 90%;
    outline: none;
    border-radius: 0px;
    padding: 0px 17px 0 10px;
    margin: 0 2px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;}

.viewJobTable{ width: 100%;}



/* --pagination-start-- */

#tnt_pagination {
	display:block;
	text-align:right;
	height:30px;
	line-height:21px;
	clear:both;
	padding-top:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited, #tnt_pagination li.active a{
	padding:13px;
	padding-top:6px;
	padding-bottom:6px;
    border-radius: 50px;
	margin-left:10px;
	text-decoration:none;
	background-color:#fff;
    box-shadow: 0 0 5px #ccc;
	color:#484848;
	font-weight:400;
    font-size: 14px;
}
#tnt_pagination li.active a{ background-color:#ff5e00; color:#fff; border: none;}
#tnt_pagination li.prev a{ box-shadow: none; border: 0; background-color: transparent; padding-left: 0; padding-right: 0;}
#tnt_pagination li.prev a:hover{ color: #ff5e00;}

#tnt_pagination a:hover {
	background-color:#ff5e00;
	color:#fff;	
}

#tnt_pagination .active_tnt_link {
	padding:13px;
	padding-top:8px;
	padding-bottom:8px;
    border-radius: 50px;
	box-shadow: 0 0 5px #ccc;
	margin-left:10px;
	text-decoration:none;
    font-size: 14px;
    font-weight: bold;
	background-color:#ff5e00;
	color:#fff;
	cursor:default;
}
#tnt_pagination a.pgnNext, #tnt_pagination a.pgnPrev, #tnt_pagination .next a{ box-shadow: none; padding: 0; background-color: transparent; font-weight: 400; color: #484848; border: 0; line-height: 33px;}
#tnt_pagination a.pgnNext:hover, #tnt_pagination a.pgnPrev:hover{ color: #ff5e00;}
.updatePassword{ width: 60%; margin: 0 auto;}
.updatePassword .findInput{width: 100%; text-align: center;}
.updatePassword .createResumeform{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.passErr{ font-size: 13px !important; color: #ff0000; padding-left: 27%; margin-top: -12px;}
.passSucc{ font-size: 15px !important; color: green; padding-left: 27%; margin-top: -12px;}
.updatePassword .findInput button{ font-size: 15px; width: auto; padding: 6px 32px;}
.updatePassword .findInput button[type=reset]{ background-color: #ff0000; border: 2px solid #ff0000;}
.updatePassword .findInput button[type=reset]:hover{ background-color: #ffffff; color: #ff0000;}


/*
#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
*/
/* --pagination-end-- */

table tr td.no_job_found{
 text-align:center; color:#ff0000; font-size:16px; background-color:#ccc;
}
.contactSubmit{ text-align: left;}
.contactSubmit .createResumeform{ border: 1px solid #ccc !important; padding: 20px !important;}
.contactSubmit label{ text-align: right;}
.contactSubmit button{ float: left;}
.aboutUspage{ padding: 20px; margin-top: 30px; background-color: #fff; margin-bottom: 60px;}
.aboutUspage h2{ font-size: 25px; color: #333; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.aboutUspage p{ font-size: 15px; line-height: 23px; color:#333;}
.aboutUspage ul{ margin-top: 15px; margin-bottom: 15px; padding-left: 20px; font-size: 15px; color:#333;}
.aboutUspage ul li{ list-style-type: disc; padding-bottom: 5px;}


.newsBg input[type=search]{ width: 100%; background: url(../images/search-icon.png)no-repeat left center; background-position: 10px; padding-left: 35px;     border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 33px;
    margin-bottom: 20px;
}
.newsBlog{ border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; display: inline-block;}
.newsBlog img{ float: left; margin: 5px 25px 10px 0;}
.newsBg button[type=button]{ font-size: 17px; width: auto; padding: 10px 35px; float: left; margin: 0;}
.posted span{ padding-right: 20px;}
.posted img{ margin: 0 5px 0 0 !important; float: inherit; width: auto !important;}
.newsBlog p{ line-height: 24px; word-break: break-all;}
.newsBlog a{ color: #ff5e00; font-size: 15px;}
.newsBlog a:hover{ color: #000;}
.newsBlog h5 a{ font-size: 20px;}
.newsCategory{ border: 1px solid #cecece; padding: 20px; clear: both; margin-top: 30px; width: 100%; display: inline-block;}
.rightCol h3{ font-size: 22px; font-weight: 600; color: #4f4f4f; border-bottom: 1px solid #ccc; padding-bottom: 12px; margin-bottom: 15px;}
.rightCol ul li{ list-style-type: none; padding-bottom: 12px; background: url("../images/linkArrow.png") 0 8px no-repeat; padding-left: 12px; line-height: 20px;}
.rightCol ul li a{ font-size: 15px; line-height: 20px; color: #484848;}
.rightCol ul li a:hover{ color: #ff5e00;}
.rightCol p{ font-size: 15px; line-height: 22px; border-bottom: 1px solid #ccc; padding-bottom: 18px; margin-bottom: 18px;}
.rightCol p a{ color: #ff5e00;}
.noBrdr{ border-bottom: 0 !important; padding-bottom: 0 !important;}
.newsDetail img{ width: 100%; margin-right: 0; margin-bottom: 20px;}
.newsDetail h6{ font-size: 17px; font-weight: 600; padding-bottom: 20px; padding-top: 25px;}
.newsDetail ul li{ list-style-type: none; padding-bottom: 20px; padding-left: 10px; font-size: 15px; color: #484848; background: url("../images/dot.png") 0 9px no-repeat;}
.noPdn{ padding:0;}
.newsDetail textarea{ padding-top: 8px;}
.newsDetail button{ width: 237px; float: right; margin-bottom: 50px;}
.newsComment{ margin-bottom: 30px;}
.newsComment h6{ padding-top: 0;}

/* --recruiterList-start-- */
.recruitInput input[type=text], .recruitInput select{  width: 30%;
    display: inline-block;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px 0 13px;
    margin-right: 2%;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #5b5b5b;}
.recruitInput{ padding-bottom: 35px; border-bottom: 1px solid #ccc;}
.recruitInput button{ display: inherit;}
.recruitTable h1{ border-bottom: 0;}
.recruitTable table{ border: 1px solid #ccc;}
.recruitTable table tr th{ background-color: #c1c1c1; padding: 8px 10px !important; font-size: 15px; color: #000;}
.recruitTable table tr td{ padding: 8px 10px !important;}
.recruitTable table tr td img{ margin-right: 10px; width: 94px;}
.recruitTable table tr td:first-child{ width: 310px;}
.recruitTable table tr td:nth-child(2){ width: 150px;}
.recruitTable table tr td:nth-child(3){ width: 230px;}
.recruitBtn, .recruitBtn2{ border-radius: 16px; padding: 5px 20px; font-size: 14px; color: #fff; background-color: #000; margin-right: 5px;}
.recruitBtn2{ background-color: #ff5e00;}
.recruitBtn:hover, .recruitBtn2:hover{ color: #fff; background-color: #333;}
/* --recruiterList-end-- */
.homeJobtable thead tr th:first-child, .viewjobIndent thead tr th:first-child{ padding-left: 84px;}
.navigation .nav .dropdown-menu li{ padding-right: 0; padding-left: 0 !important;}
.navigation .nav .dropdown-menu li a{ padding: 5px 10px; border-bottom: 1px solid #444;}
.navigation .nav .dropdown-menu li:last-child a{ border-bottom: 0;}
.navigation .nav .dropdown-menu li:hover a{ border-bottom: 1px solid #ccc;}
.navigation .nav li.dropdown > a:focus{ border-bottom: none; color: #fff;}
.navbar-nav .dropdown-menu{ background-color: #333;}

.errorUniqueKeyPress{ font-size: 13px; color: #ff0000; margin-top: -15px; margin-bottom: 15px;}
.link_expire{ text-align: center; padding: 50px 0; background-color: #dee4e8; color: #ff0000; font-size: 20px !important; font-weight: 600; width: 100%; position: absolute;}
.surveyFeedback{ box-shadow: none !important; background-color: #dee4e8 !important; margin-bottom: 55px;}
.surveyFeedback .findJobDiv{ background-color: transparent !important;}



/* -------------------25-10-2017--------------------- */
.borderLine{ border-bottom: 1px solid #ccc; width: 100%; clear: both; font-size: 0; line-height: 0; margin: 20px 0;}
.addLastSeekers{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.addLastSeekers label{ width: 43%;}
.addLastSeekers input[type=text]{ width: 59%;}
.addlemail:hover{ color: #ff5e00; text-decoration: underline;}
.viewResumeInput{ text-align: center;}
.viewResumeInput input[type=text], .viewResumeInput select{ width: 48.5%;}
.viewResumeInput select{ float: right;}
.viewResumetable{ margin-bottom: 50px;}
.viewResumetable thead tr th{ font-size: 16px !important; color: #000 !important; padding: 17px 10px !important;}
.postJobmain{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.postJobmain label{ max-width: 145px;}
.postJobmain input[type=text], .postJobmain textarea, .postJobmain select{ width: 85%;}
.postJobmain .findInput{ text-align: right;}
.postJobmain .findInput button[type=button]{ background-color: #333; border: 2px solid #000;}
.postJobmain .findInput button[type=button]:hover{ background-color: #fff; color: #333;}
.dbContainer{ width: 1800px;}

/* -------------------26-10-2017--------------------- */
.dbContainer{ padding-top: 30px; margin-bottom: 60px;}
.mainAtsTable h1{
    font-weight: 600;
    color: #4f4f4f;
    font-size: 26px;
    padding-bottom: 18px;
}
.mainAtsTable table{ border: 1px solid #c1c1c1;}
.mainAtsTable table thead tr th {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 0px;
    padding: 8px 12px;
    vertical-align: top;
    background-color: #c1c1c1;
}
.mainAtsTable table tr td {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #c1c1c1;
    vertical-align: middle;
}
.confirmBtn1, .confirmBtn2{ font-size: 15px; color: #fff; padding: 6px 15px; margin-left: 10px; display: inline-block; border-radius: 50px;}
.confirmBtn1:hover, .confirmBtn2:hover{ color: #fff; background-color: #333;}
.confirmBtn1{ background-color: #24a203;}
.confirmBtn2{ background-color: #ff5e00;}
.circleBase{ text-align: center; margin-top: 42px;}
.circleBase ul{ margin: 0; padding: 0;}
.circleBase ul li{ list-style-type: none; display: inline-table; margin: 0 22px; max-width: 165px;}
.circleBase ul li .circleEach{ border: 11px solid #dadada; background-color: #ff5e00; width: 100%; max-width: 165px; text-align: center; font-size: 45px; line-height: 55px; padding: 44px 0; font-weight: bold; color: #fff; border-radius: 100px; margin: 0 auto 15px;}
.circleBase ul li.active > .circleEach{ background-color: #353535;}
.circleBase ul li p{ font-size: 21px; line-height: 26px; text-transform: uppercase; color: #302f2f; margin: 0; padding: 0;}
.circleBase ul li.active > p{ color: #fe7800;}
.dbContainer input.form-control{ background-color: transparent; border: none; outline: none; box-shadow: none; padding: 0; cursor: default; font-size: 14px; color: #000;}
.dbContainer .DateDemo input.form-control{ width: 80px;}
.dbContainer .TimeDemo input.form-control{ width: 65px;}
.dbContainer span.input-group-btn{ float: left; margin-top: 9px; display: inline-table; width: auto;}
.dbContainer .datepick{ background: url("../images/dasharrow.png") 96% 10px no-repeat; cursor: default; width: 107px;}
.mainAtsTable .DateDemo button, .mainAtsTable .TimeDemo button{ background-color: transparent; padding: 0; margin: 0; width: auto; height: 15px;}
.mainAtsTable .DateDemo button img, .mainAtsTable .TimeDemo button img{ float: left;}
.mainAtsTable .DateDemo button:focus, .mainAtsTable .TimeDemo button:focus{ outline: none;}
.mainAtsTable select{ background: url("../images/dasharrow.png") 100% 3px no-repeat; border: none; outline: none; background-color: transparent; min-width: 88px;}
.Ats1 table tr td:nth-child(3){ max-width: 200px; }
.mainAtsForm{ width: 100%; background-color: #dee4e8; padding: 30px 15px 26px; margin: 20px 0 30px;}
.atsFormsec{width: 32%; margin: 0 0.5%; display: inline-block;}
.mainAtsForm label{ font-size: 15px; color: #4b4b4b; font-weight: 400; padding-right: 10px; width: 220px; text-align: right; padding-top: 10px;}
.mainAtsForm input[type=text], .mainAtsForm select{ display: inline-block;
    margin-bottom: 20px;
    outline: none;
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    width: 59%;
    background-color: #ffffff;
    float: right;}
.mainAtsBtmTable{ margin-top: 45px;}
.mainAtsTable .checkbox .cr{ width: 15px; height: 15px;}
.mainAtsTable .checkbox label{ padding-left: 0; padding-top: 4px;}
.mainAtsTable .checkbox .cr .cr-icon{ font-size: .6em;}
.footerContainer{ background-color: #262626; border-bottom: 2px solid #333; padding-top: 50px;}
.footerContainer ul li a{ color: #767676;}
.footerContainer .ftrCnt2 ul li a:hover{ color: #ffffff;}
.footerContainer h2{ color: #767676;}
.footerContainer .footer{ padding-bottom: 37px;}

.postJobTextEditor{ width: 85%; display: inline-block; margin-bottom: 20px;}
.comparisonAtsBg{ display: inline-block; width: 100%; margin-top: 30px; margin-bottom: 20px;}
.comparisonAtsBg ul li{ list-style-type: none; padding: 6px 5px; font-size: 15px; color: #000;}
.atsInfo{ width: 18%; float: left;}
.atsInfo li{ text-align: right;}
.atsDescription{ width: 20%; float: left; margin: 0 2%;}
.atsDescription ul{ border: 1px solid #c3c3c3;}
.comparisonAtsBg .atsDescription li{ text-align: center; padding-left: 3%; padding-right: 3%; border-top: 1px solid #c3c3c3;}
.comparisonAtsBg .atsDescription li img{ margin: 0 3px;}
.atsDescription li:first-child{ text-transform: uppercase; background-color: #606060; color: #fff; border-top: 0;}
.deskHide{ display: none;}
.experienctDrop{ width: 69.5%; display: inline-block;}
.experienctDrop select, .experienctDrop input[type=text]{ width: 43%;}
.experienctDrop span{ display: inline-block; padding: 0 10px; font-size: 15px;}
.registrationForm label.expHeight{ line-height: 36px; width: 30%;}

.input_fields_wrap .createResumeform{}
.crBase{ position: relative;}
.addMailB{ position: relative; top: -77px;}
.input_fields_wrap .remove_field{ position: absolute; right: 5px; bottom: 12px; color: #ff5e00;}
.input_fields_wrap_achive .remove_field{ position: absolute; right: 17px; bottom: 3px; color: #ff5e00;}
.input_fields_wrap .remove_field:hover, .input_fields_wrap_achive .remove_field:hover{ text-decoration: underline;}

/* Job seeker profile start*/
.jobseekerProfile{ padding: 15px 15px; display: inline-block; width: 100%;}
.jspTop{ text-align: right;}
.jspTop ul li{ list-style-type: none; display: inline-block; background: url("../images/divider1.gif") 0 center no-repeat; }
.jspTop ul li:first-child{ background:none;}
.jspTop ul li a{ font-size: 15px; color: #484848 !important; padding: 0 8px;}
.jspTop ul li a:hover{ color: #ff5e00;}
.jspTop .navbar{ background-color: transparent; border: none; text-align: right; margin: 0; min-height: 30px;}
.jspTop .navbar ul{ float: right;}
.jspTop .navbar ul li.active a{ background-color: transparent; border: 0; color: #000 !important;}
.jspProfiletop{ display: inline-block; width: 100%; position: relative; border-right: 1px solid #d0d0d0; padding-right: 10px;}
.jspProfiletop img{ margin: 0 25px 25px 0; float: left;}
.jspProfiletop h2{ padding-bottom: 20px; width: 150px; display: inline-block; font-size: 25px; font-weight: 400; color: #4f4f4f;}
.jspProfiletop p{ margin: 0; color: #929292; font-size: 15px; padding-top: 8px;}
.jspProfiletop p .fa{ color: #929292; font-size: 18px; width: 25px;}
.rateJob{ position: absolute; right: 10px; top: 25px;}
.rateJob img{ margin-right: 5px;}
.statusScore{ position: relative; width: 60%; margin-top: 34px; float: left;}
.statusScore p{ margin: 0; padding-bottom: 5px;}
.statusScore p span{ color: #ff5e00;}
.statusMyscore{ width: 30%; margin-top: 34px; float: right; text-align: center;}
.statusMyscore h2{ font-size: 25px; font-weight: 400; color: #4f4f4f;}
.jspCircle{ border: 7px solid #dadada;
    background-color: #ff5e00;
    width: 100%;
    max-width: 110px;
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    padding: 21px 0;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    margin: 15px auto 15px;}
.jbsBtn{ width: 100%; clear: both;}
.jbsBtn a{ font-size: 15px; color: #fff; display: inline-block; background-color: #ff5e00; padding: 8px 5px; margin-bottom: 6px; text-align: center;}
.jbsBtn a:nth-child(1), .jbsBtn a:nth-child(4){ width:27%;}
.jbsBtn a:nth-child(3), .jbsBtn a:nth-child(6){ width:33%;}
.jbsBtn a:hover{ background-color: #333;}
.jbsBtn a:nth-child(2), .jbsBtn a:nth-child(5){ width: 36%;}
.jspTab{ clear: both; width: 100%; display: inline-block; margin-top: 50px;}
.jspTab h2{ float: left; width: auto; font-size: 25px; color: #4f4f4f; font-weight: normal; padding-top: 10px;}
.jspTab .nav-tabs{ /*float: right;*/ float:left; width: auto; border: none;}
.jspTab .nav li a{ border: 0; font-size: 15px; color: #fff; background-color: #262626; border-radius: 0; margin: 0; padding: 16px 33px;}
.jspTab .nav li.active a{ color: #fff; background-color: #ff5e00; border: 0; border-radius: 0;}
.jspTab .nav li a:focus, .jspTab .nav li a:hover{  color: #fff; background-color: #ff5e00; border: 0;}
.jspTab .tab-content{ clear: both; border: 1px solid #dcdcdc;}
.tab-description{ border-top: 1px solid #dcdcdc; padding: 25px; display: inline-block;}
.descSec1, .descSec2{ font-size: 15px;}
.descSec1{ margin: 0; width: 60%; float: left; padding-right: 15px;}
.descSec2{ margin: 0; border-left: 1px solid #dcdcdc; padding-left: 30px; width: 40%; float: right;}
.descSec1 ul, .descSec2 ul{ padding-left: 20px; padding-bottom: 15px;}
.descSec1 ul li, .descSec2 ul li{ padding-bottom: 15px;}
.descSec1 table tr td{ vertical-align: top;}
.descSec1 table tr td:first-child{ width: 180px;}
.descSec1 h4{ font-size: 20px; padding-bottom: 10px; font-weight: bold;}
.descSec2 ul{ padding-top: 20px;}
.educationbg, .attributesbg, .referencesbg, .commentsbg, .careerprofilebg{ padding: 15px;}

.editbtnSection{ position: absolute; width: 56px; height: 56px; right: 0; bottom: 35px; cursor: pointer;}
.editbtnSection .btn-bs-file{
    position:relative;
}
.editbtnSection .btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.editbtnSection .editBrowse{ background: url("../images/editbutton.png") 0 0 no-repeat; width: 56px; height: 56px; font-size: 0; }
.editbtnSection .loadingBrowse{ background: url("../images/loadingbutton.png") 0 0 no-repeat; width: 56px; height: 56px; font-size: 0;}
.editbtnSection .editBrowse:active{ box-shadow: none;}

/* ----------------------06-11-2017-------------------- */
.pt3Page .postJobTextEditor{ width: 72%;}
.pt3Page .postJobTextEditor .Editor-container{ margin-top: 0;}
.pt3Page .postJobTextEditor .Editor-editor{ height: 100px;}
.pt3Page .postJobTextEditor .btn{ font-size: 11px;}
.bordr{ border-bottom: 1px solid #e2e2e2; width: 98%; font-size: 0; line-height: 0; clear: both; margin: 20px 0 40px 0;}
.startEndDate{ width: 100%; display: inline-block;}
.startEndDate input[type=text]{ background: #fff url("../images/posted.png") 98% center no-repeat; float: left; width: 100%; cursor: pointer;}
.startEndDate label{ margin-top: 5px; line-height: 30px;}
.startEndDate .DateDemo{ width: 24%; float: left;}
.startEndDate .alignRight{ text-align: right; width: 24%;}
.pt3Page .input_fields_wrap .remove_field{ bottom: 2px; right: 17px;}
.pt3Page .add_field_button2{ text-align: left; position: relative; bottom: 20px;}
.input_fields_wrap2 .pt3r3rpeat{ border-top: 1px solid #e2e2e2; padding-top: 35px; margin-top: 10px;}
.remove_field2, .remove_field3{ font-size: 13px; color: #ff5e00; float: right; padding-right: 15px; position: relative; top: -15px;}
.input_fields_wrap3 .addEducation{ border-top: 1px solid #fff; padding-top: 30px; margin-top: 15px;}
.add_field_button3{ text-align: left; position: relative; bottom: 23px;}
.pt3Submit button{ margin-left: 60px; width: 150px;}

/* -----------------------------07-11-20107--------------------------- */
.careerCoachTable table tr td:nth-child(3){ width: 150px;}
.careerCoachTable{ margin-top: 40px;}
.employerV1{ padding: 38px 23px; position: relative; top: -100px; background-color: #fff; display: inline-block; box-shadow: 0 0 8px #eee;}
.prductCompany table{ margin-top: 15px;}
.prductCompany tr td{ vertical-align: top; font-size: 15px; color: #484848; padding-right: 12px; padding-bottom: 10px; word-break: break-all;}
.prductCompany tr td .fa{ font-size: 20px; color: #929292;}
.prductCompany .findInput button{ width: 100%; padding-left: 10px; padding-right: 10px; font-size: 17px; text-transform: inherit; margin-top: 25px;}
.prductCompany p{ font-size: 15px; color: #8b8b8b; margin-top: 15px;}
.prductCompany > img{ width: 100%;}
.prductCompany p a{ border: 1px solid #c6c6c6; color: #333; padding: 8px 22px; display: inline-block; margin-right: 10px;}
.uploadVideos{ margin-top: 35px;}
.uploadVideos > img{ width: 100%;}
.companyNews{ margin-top: 35px; border: 1px solid #cecece; padding: 20px;}
.companyNews h3{ border-bottom: 1px solid #cecece; font-weight: 600; padding-bottom: 15px; margin-bottom: 20px;}
.companyNews ul li{ list-style-type: none; font-size: 16px; color: #484848; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid #cecece;}
.companyNews ul li:last-child{ border-bottom: 0; padding-bottom: 0;}
.companyNews ul li a{ color: #ff5e00; display: block; margin-top: 20px;}
.companyNews ul li a:hover{ text-decoration: underline;}
.facebookFeed, .twitterFeed{ margin-bottom: 30px;}
.empMiddle h1{ text-transform: uppercase; color: #ff5e00; font-size: 25px; font-weight: 600; padding-bottom: 18px;}
.empMiddle p{ font-size: 15px; color: #484848; line-height: 25px; margin-bottom: 25px;}
.empMiddle h2{ color: #4f4f4f; font-size: 25px; font-weight: 600; padding-bottom: 18px;}
.empMiddle ul{ position: relative; margin-left: 28px; margin-bottom: 20px;}
.empMiddle ul li{ list-style-type: none; font-size: 15px; color: #484848; padding-bottom: 15px;}
.empMiddle ul li::before {
  content: "•";
  color: #ff5e00;
  position: absolute;
  font-size: 30px; 
  line-height: 22px;
  left: -18px;
}
.empMiddle table{ width: 100%; border: 1px solid #c1c1c1;}
.empMiddle table tr th{ font-size: 15px; color: #000; text-transform: uppercase; background-color: #c1c1c1; padding: 17px; font-weight: 400;}
.empMiddle table tr th:first-child{ width: 220px;}
.empMiddle table tr td{ padding: 17px; font-size: 15px; color: #000; vertical-align: top; border-bottom: 1px solid #c1c1c1;}
.empMiddle table tr td button{ width: 94px; font-size: 15px; text-transform: none; margin: 0;}
.empMiddle table tr td span{ font-size: 13px; display: block;}
.empShare{ font-size: 14px; padding-left: 10px; margin-top: 10px;}
.empShare img{ margin: 0 2px; height: 13px;}
.resLink{ font-size: 15px; color: #ff5e00; float: right; margin-bottom: 10px;}
.resLink:hover{ text-decoration: underline;}

/* ----------------08-11-2017------------------ */
.errorMsgDate{ text-indent: 0; margin-top: 0; font-size: 13px; color: #ff0000; position: relative; bottom: 18px;}
.successMsgDate{ text-indent: 0; margin-top: 0; font-size: 13px; color: green; position: relative; bottom: 18px;}
.notification button {
    margin-left: 60px;
    width: 150px;
    margin-top: 20px; margin-bottom: 30px;
}
.prductCompany h4{ color: #484848; margin-top: 15px;}
.newPostop{ width: 100%; display: inline-block; font-size: 15px; font-weight: bold; color: #000;}
.companyNews ul li p{ font-size: 15px;}
.newPostop span{ color: #484848; font-size: 13px; font-weight: 400;}
.newPostop img{ float: left; border: 1px solid #bcbcbc; margin:0 20px 15px 0;}
.accomplishment{ border: 1px solid #cecece;}
.accomplishment h3{ background-color: #262626; text-align: center; padding: 8px 0; font-size: 25px; color: #fff;}
.accomplishment p{ padding: 0 10px; font-size: 15px; margin: 12px 0;}
.accomplishment ul{ position: relative; margin-left: 28px; margin-bottom: 20px; margin-right: 10px;}
.accomplishment ul li{ list-style-type: none; font-size: 15px; color: #484848; padding-bottom: 15px;}
.accomplishment ul li::before {
  content: "•";
  color: #ff5e00;
  position: absolute;
  font-size: 30px; 
  line-height: 22px;
  left: -18px;
}
.step2 a.remove_field{ position: inherit !important;}

.pricingTable{ padding: 28px 30px; position: relative; top: -100px; background-color: #fff; display: inline-block; box-shadow: 0 0 8px #eee; width: 100%;}
.pricingTable h2{ font-size: 25px; color: #4f4f4f; font-weight: 600; padding-left: 15px; padding-bottom: 25px;}
.pricePackage{ background-color: #e9e9e9; padding-bottom: 33px; margin-bottom: 20px;}
.pricePackage .packageTop{ position: relative; width: 100%; text-align: center; padding: 30px 35px 40px 35px; height: 178px;}
.pricePackage .packageTop h3{ font-size: 23px; color: #fff; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid #eee; padding-bottom: 15px;}
.pricePackage {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.pricePackage:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.pricePackage .packageTop p{ font-size: 13px; color: #fff;}
.pricePackage .packageTop p small{ font-size: 20px; position: relative; top: -5px;}
.pricePackage .packageTop p strong{ font-size: 36px;}
.pricePackage .packageTop p span{ font-size: 20px;}


.package1 .packageTop{ background-color: #ff6600; position: relative;}
.package2 .packageTop{ background-color: #000000; position: relative;}
.package3 .packageTop{ background-color: #f09100; position: relative;}
.package2 button{ background-color: #000000; border-color: #000000;}
.package3 button{ background-color: #f09100; border-color: #f09100;}
.resumeBordrlast{ border-top: 1px solid #ccc; padding-top: 25px; margin-top: 0px;}
.remove_fieldResume{ 
    position: relative;
    right: 5px;
    bottom: 40px;
    color: #ff5e00;
    float: right;
    font-size: 13px;}
.pricearrow{ 
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -29px;
}
.packgCentre{ margin-top: 20px;}
.packgCentre ul{ padding-top: 20px;}
.packgCentre ul li{ list-style-type: none; padding: 12px 10px 12px 55px; border-bottom: 1px solid #fff; background: url("../images/tick.png") 30px 18px no-repeat; font-size: 16px; color: #000;}
.packgCentre ul li:last-child{ border-bottom: 0;}
.addlPrice{ display: inline-block; width: 100%; background-color: #cbcbcb; padding: 10px 30px;}
.addlPrice p{ font-size: 16px; line-height: 28px; color: #000;}
.pricePackage button{ width: 150px; font-size: 16px; line-height: 22px; color: #fff; text-transform: inherit;}
#flashMessage{ text-align: center;}
#flashMessage font{  text-indent: 27%; font-size: 16px; position: relative; top: -8px;}

/* -------------13-11-2017-------------- */
.addLastEmployer div.errorMsg{ text-indent: 33%;}
/*.crBase .createResumeform{ padding-bottom: 15px;}*/

/* -for-create-resumepage- */
.crBase .remove_field {
    font-size: 13px;
    color: #ff5e00;
    float: right;
    padding-right: 15px;
    position: absolute;
    top: inherit;
    bottom: 12px;
    right: -6px;
}
.create_resume_editor{ width: 86.1%; float: left;}
.create_resume_editor button, .postJobTextEditor button{ width: auto; margin-top: 0;}
.create_resume_editor .mce-panel, .postJobTextEditor .mce-panel{ box-shadow: none;}
.btn_app4u button{ margin-left: 22.5%; margin-top: 10px; margin-bottom: 20px;}
#NotificationSettingApp4uForm div.errorMsg{ text-indent: 26%;}
.createResumeform .col-md-6{ position: relative;}
.createResumeform .col-md-6 .errorMsg{ position: absolute; bottom: 6px; top: inherit;}
.createResumeform input[type=text], .createResumeform select{ margin-bottom: 27px;}
.pricingTxt{ padding: 30px 30px 0 30px; text-align: center; font-size: 16px; line-height: 24px; color: #000000;}
.newPriceBase{ display: inline-block; width: 100%;}


/* ---------------14-11-2017--------------- */
.registrationForm .emprBrowse{ width: 72%; float: left;}
.emprBrowse label{ margin-top: 0 !important;}
.empRegd button{ width: 200px; margin-left: 0;}
.emprBrowse input[type=file]{ width: 100%;}
.servAndFeature{ padding: 30px 26px; display: inline-block; width: 100%;}
.servAndFeature h4{ padding-bottom: 20px;}
.servAndFeature ul li{ list-style-type: none; float: left; width: 25%; text-align: center; position: relative;}
.servAndFeature ul li h5{ font-size: 18px; text-transform: inherit; color: #fff; font-weight: 400; padding-bottom: 15px; padding-top: 30px; margin: 0; border: none;}
.servAndFeature ul li p{ font-size: 16px; color: #fff;}
.servAndFeature ul li button{ border-radius: 50px; outline: none; border: 3px solid #fff; background-color: #fff; padding: 5px 25px; font-size: 16px; color: #000; cursor: pointer;}
.servAndFeature ul li button:hover{ background-color: #000; border-color: #000; color: #fff;}
.orangeField{ background-color: #ff5e00; height: 100%; padding: 30px 21px 90px 21px;}
.violetField{ background-color: #653298; height: 100%; padding: 30px 21px 90px 21px;}
.blueField{ background-color: #3398fe; height: 100%; padding: 30px 21px 90px 21px;}
.greenField{ background-color: #1bb301; height: 100%; padding: 30px 21px 90px 21px;}

/* ---------------14-11-2017--------------- */
.featureBtn{ position: absolute; width: 100%; text-align: center; left: 0; bottom: 30px;}
.datepick { width: 100%; background: #fff url(../images/posted.png) 96% 15px no-repeat;}

/* ---------------16-11-2017--------------- */
.thankyouredirect{ background-color: green; color: #fff; text-align: center; padding: 10px 10px; margin-bottom: 30px;}
.thankyouredirect p{ font-size: 15px; font-weight: bold; margin: 0;}
.createResumeform .col-md-6 .datepick .errorMsg{ text-indent: 0; bottom: -5px;}
.createResumeform #error_skill{ text-indent: 13%;}
.createResumeform #error_editor{ text-indent: 13%; top: 0;}
.createResumeform.noMrgPdn .col-md-6 .errorMsg{ position: relative; top: -21px;}
.createResumeform.noMrgPdn .col-md-6 .errorMsgDate{ bottom: 10px;}

/* ---------------21-11-2017-check-out-page-------------- */
.check-out{
    margin-top: 0px;
    padding: 42px 60px 15px 60px;
}
.check-out h4 {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 38px;                                                                                    
}
.check-out table{}
.check-out table tr th{ border-top: 0; font-size: 20px; font-weight: 600;}
.check-out table tr td{ font-size: 14px;}
.check-out table tr th:last-child, .check-out table tr td:last-child{ text-align: right;}
.check-out table tr td img{ margin:0;}
.check-out table tr td a.del{ display: inline-block; width: 36px; height: 36px; text-align: center; margin-right: 15px; border-radius: 50px; background: url("../images/delete.png") center center no-repeat;}
.check-out table tr td a.del:hover{ background: #ff5e00 url("../images/delete-white.png") center center no-repeat;}
.Back{ color: #ff5e00; font-size: 14px;}
.totalPrice{ font-size: 12px;}
.totalPrice strong{ font-size: 16px;}
.chkOut{ background-color: #333; color: #fff; border: none; padding: 5px 15px; outline: none;}
.chkOut:hover{ background-color: #ff5e00;}
.check-out table tr:last-child td{ padding-top: 25px;}
.table-responsive .stripe-button-el span{  background-color: #ff5e00; background-image: none; border: none; outline: none; text-shadow: none; box-shadow: none;}
.table-responsive .stripe-button-el span:hover{  background-color: #333;}
.table-responsive .stripe-button-el{ text-shadow: none; box-shadow: none; border: none; outline: none; background: none;}
.registrationForm 
.uploadResume span.input-group-btn{ padding: 5px 20px;}
.uploadRBtn button{ margin-right: 70px;}

/* -------------28-11-2017------------ */
.cr_error{
    position: relative;
    top: -25px;
    text-align: center;
    text-indent: 0;
}
.cr_error .passSucc{ font-size: 15px !important; padding-left: 0;}
.app4usuccess{ text-indent: 26%; text-align: left !important; font-size: 15px;}
.recruit4u{ background-color: #fff;}
.recruit4u h3{ margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #ccc;}
.recruit4u input[type=text], .recruit4u textarea, .recruit4u select{ width: 60%;}
.recruit4u label{ width: 39%;}
.recruit4u h6{ font-size: 15px; margin-top: 15px; margin-bottom: 10px;}
.recruit4li ul{ padding: 15px 0 15px 20px; background-color: #dee4e8;}
.recruit4li ul li{ list-style-type: none; display: inline-block; width: 49%; margin-bottom: 5px; }
.recruit4li ul li label{ float: left; margin-top: 8px;}
.recruit4li .checkbox{ margin-top: 0; float: right; margin-right: 30px;}
.r4ucity{ font-size: 13px; text-align: center; text-indent: 30%;}
.r4ustate{ font-size: 13px; text-indent: 25%;}
.rec4uLocation{ margin-top: 30px;}
.rec4uLocation input[type=text]{ margin-bottom: 3px;}
.recruit4u button[type=submit]{ margin-left: 22%;}
.recruit4u .errorMsg{ text-indent: 39% !important;}

.exp2 select, .exp2 input[type=text] { width: 100%;}
.previewMain{ width: 100%; display: inline-block; position: relative; top: -88px;}
.previewMain p, .aplyJobMain p{ font-size: 15px;}
.previewMain > h2, .aplyJobMain > h2{ margin-top: 30px;}
.post_submit{ background: #ff5e00 !important; border-color: #ff5e00 !important;}
.post_submit:hover{ background: #fff !important; color: #333 !important; border-color: #333 !important;} 
.post_job_form .errorMsg{ text-indent: 14% !important;}
.post_job_form .exp2 .errorMsg{ text-indent: 0% !important;}
.recruitTable table tr td{ vertical-align: top;}
.joblistTable tr td:first-child{ width: auto !important;}
.recruitTable table tr td img{ margin-right: 0;}
.joblistTable tr td:last-child{ text-align: center;}
.joblistTable tr th:last-child{ text-align: center;}
.jlink{ font-size: 14px; color: #ff5e00; border: 0;}
.spacers{ font-size: 0; width: 100%; clear: both; line-height: 0;}
.previewMain .errorMsg, .aplyJobMain .errorMsg{ font-size: 13px; color: #ff0000; width: 100%;}
.previewMain .passSucc, .aplyJobMain .passSucc{ padding-left: 0;}
.postJobTextEditor .mce-btn button{ font-size: 12px; width: auto;}

.myAccDropdown{ position: relative;}
.myAccDropdown .fa{ margin-left: 10px; top: -2px; position: relative;}
.myAccDropopen{ position: absolute; z-index: 9; background-color: #eee; box-shadow: 0 0 5px #ccc; padding: 0;   width: 80%; font-size: 15px; line-height: 22px; display: none;}
.myAccDropopen p{ padding: 5px 15px !important; font-size: 15px; background-color: #ccc; }
.myAccDropopen a{ display: block; font-size: 14px!important; padding: 8px 15px !important; border-bottom: 1px solid #ccc;}
.myAccDropopen a:last-child{ border-bottom: 0;}
.myAccDropopen a:hover{ background-color: #fff;}
.socialLinkSection{ display: inline-block; margin-top: 20px; position: relative;}
.socialLinkSection ul{ margin: 0; padding: 0;}
.socialLinkSection ul li{ position: relative; display: inline-block; list-style-type: none;}
.saveJob{ background-color: #ff5e00; color: #fff; font-size: 15px; padding: 8px 15px; border-radius: 3px;}
.saveJob:hover{ background-color: #333; color:#fff;}
.shareBtn{ background-color: #ff5e00; color: #fff; font-size: 15px; padding: 8px 15px; border-radius: 3px;}
.shareBtn:hover{ background-color: #ff5e00; color:#fff;}
.shareLinkGroup{ border: 1px solid #ccc; padding: 0px 10px; position: absolute; left: 92%; background-color: #fefefe; top: -2px; margin-left: 5px; display: none; width: 111px;}
.shareLinkGroup a{ cursor: pointer;}
.shareLinkGroup a{ display: inline-block; margin: 0 3px;}
.shareLinkGroup .fa{ font-size: 23px; line-height: 36px;}
.shareApply:hover .shareLinkGroup{ display: block;}
.nsCity label{ width: 52%;}
.nsCity2 label{ width: 47%; text-align: right; padding-right: 25px;}
.nsCity select{ width: 48%;}
.nsCity2 input[type=text]{ width: 48.5%;}
.rowPercent, .rowPercent2{ width: 50%; float: left;}
.registrationForm .nsCity .errorMsg{ text-indent: 52%;}
.registrationForm .nsCity2 .errorMsg{ text-indent: 48%;}
.registrationForm .softSkills{ width: 86%; padding: 10px 24px; background-color: #dee4e8; margin-bottom: 8px;}
.softSkills ul li{ width: 32%;}
.softSkills ul li label{ max-width: inherit;}

.NewField{ width: 100%; clear: both; display: inline-block; margin-bottom: 0px; position: relative;}
.NewField label{ float: left; line-height: 30px;}
.NewField input[type=text]{ float: left; width: 25%;}
.NewField select{ width: 24%; background-position: 90%;}
.NewField .nf2{ margin: 5px 0 0 0; padding-left: 20px; width: 23%;}
.add_nf{color: #ff5e00;
    text-align: left;
    font-size: 15px;
    margin-left: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    white-space: nowrap;
    margin-top: 0 !important;
    cursor: pointer;
margin-bottom: 20px;}
.nf_remove{ 
    font-size: 13px;
    position: absolute;
    right: 16px;
    bottom: -5px;
    color: #ff5e00;}
	/** 26-12-2017*/
	.contact_ava_inside{
		float:left;
		width:72%;
		overflow:hidden;
	}
	.contact_availity span {
		padding-top:20px;
		display: block;
	}
	.date_count{
		float:left;
		width:13.2%;
		margin-right:1%;
	}
	.date_count label{
		text-align:center;
		float:none !important; 
		width:100% !important;
	}
	.date_count input{
		width:100% !important;
		float:none !important; 
	}

	#caModal .date_count label {
    text-align: center;
    float: none !important;
    width: 100% !important;
    font-size: 15px;
    font-weight: 600;
	}
	
	#caModal .contact_ava_inside {
     float: none !important; 
    width: 100% !important;
    overflow: hidden;
	}
	#caModal .modal-body {
		overflow: hidden;
	}
	
	#caModal .date_count input {
    width: 100% !important;
    float: none !important;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
	}
	.contentinfo ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	.contentinfo ul li
	{
		display:inline-block;
		padding:10px 20px;
		color:#fff;
		background:#262626;
		font-size:16px;
		    margin: 0px 5px 10px;
	}
.jspTab	h2{
	font-size:24px;
	margin:0px 0px 20px;
}
.jspTab h3 {
    font-size: 18px;
    padding: 10px;
    background: #ff5e00;
    color: #fff;
}
.attributesbg ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
        display: inline; 
}
.attributesbg ul li{
     display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #ff5e00;
    font-size: 16px;
    margin: 0px 5px 10px;
}
.attributesbg h3 {
    font-size: 17px;
    padding: 10px;
    margin: 15px 0px;
    background: none !important;
    color: #262626 !important;
}
.attributesbg{
  border-right: 1px solid #d0d0d0;
} 

.attributesbg2 ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
   display: block;
}
.attributesbg2 ul li{
      display: block;
    padding: 3px 20px;
    color: #262626;
    background: none;
    font-size: 16px;
    margin: 0px 5px 10px;
}
/** 04-01-2018 */
.read_more_section{
	padding: 5px 0px 20px;
    font-size: 14px;
	
}
.referencesbg a {
    color: #ff5e00;
    /* font-size: 14px; */
    font-weight: 600;
}
.referencesbg h2 {
    float: none;
    /* color: #ff5e00; */
}
.more_txt{display:none;}

.educationbg1 h2{
 float: none;
 font-weight:bold;
 font-size: 20px;
    margin: 0px 0px 10px;
    font-weight: bold;
}
.container1{
	overflow:hidden;
}
.educationbg1 .col-sm-4{
    border-left: 1px solid #d0d0d0;
}

.educationbg1 ul{
	padding: 0px;
    margin: 0px !important;

}
.educationbg1 ul li{
	padding: 0px;
	    margin: 2px 0 0 25px !important;

}
.heading_txt{
	float:left;
	width:180px;
}
.heading_info{
	    margin-left: 190px;
    padding: 12px 0 0;
	
}

#rescheduleModal .modal-header{
	    background: #313131;
		color:#ff5e00;
}
#rescheduleModal .modal-header a{
		color:#ff5e00;
}
#rescheduleModal .modal-header .close {
    color: #fff;
    opacity: 1;
}

#frm_reschedule .form-control {
    display: inline-block;
    width: inherit;
}
#frm_reschedule label {

    font-weight: 500;
    font-size: 15px;
}
#btn_sendM{
	padding: 5px 20px;
    margin: 10px 0px 0px;
    background: #ff5e00;
    border: 0px;
    color: #fff;
    float: right;
}
.clear{
	clear:both;
}


#phonescheduleModal .modal-header{
	    background: #313131;
		color:#ff5e00;
}
#phonescheduleModal .modal-header a{
		color:#ff5e00;
}
#phonescheduleModal .modal-header .close {
    color: #fff;
    opacity: 1;
}

#frm_phone_schedule .form-control {
    display: inline-block;
    width: inherit;
}
#frm_phone_schedule label {

    font-weight: 500;
    font-size: 15px;
}
#btn_sendPM{
	padding: 5px 20px;
    margin: 10px 0px 0px;
    background: #ff5e00;
    border: 0px;
    color: #fff;
    float: right;
}
.clear{
	clear:both;
}

#videoscheduleModal .modal-header{
	    background: #313131;
		color:#ff5e00;
}
#videoscheduleModal .modal-header a{
		color:#ff5e00;
}
#videoscheduleModal .modal-header .close {
    color: #fff;
    opacity: 1;
}

#frm_video_schedule .form-control {
    display: inline-block;
    width: inherit;
}
#frm_video_schedule label {

    font-weight: 500;
    font-size: 15px;
}
#btn_sendVM{
	padding: 5px 20px;
    margin: 10px 0px 0px;
    background: #ff5e00;
    border: 0px;
    color: #fff;
    float: right;
}
.clear{
	clear:both;
}


/*inbox-page-start*/
.inbox_page{
    padding: 45px 0 80px 0;
    margin: 0;
    position: relative;
	float:left;
	width:100%;
}
.message_search_section{
    margin: 0;
    padding: 0;
}
.message_search_section h2{
    font-size: 24px;
    color: #262626;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    font-weight: 500;
    width: 205px;
}
.search_box{
    float: left;
}
.search_box label{
    font-size: 17px;
    color: #818181;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: normal;
    float: left;
}
.search_bx_btn{
    float: left;
    margin-left: 10px;
    position: relative;
}
.search_bx_btn input[type="text"]{
    width: 223px;
    height: 37px;
    border: 1px solid #bfbfbf;
    background: none;
    padding: 0 32px 0 10px;
    font-size: 17px;
    color: #818181;
    outline: 0;

}
.search_btn{
    border: none;
    width: 16px;
    height: 16px;
    background: url(../images/search_icon.png) no-repeat center center;
    outline: 0;
    position: absolute;
    right: 0;
    top: 3px;
	font-size : 0px;
    
}
.search_btn_search{
   position: absolute;
   right: 8px;
   top: 7px;
   width: 16px;
   height: 23px;
}
.search_btn_search:before{
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 23px;
    background: #bfbfbf;
}
.sortBy_section{
    float: right;
    margin-top: 8px;
}
.sortBy_section label{
    font-size: 16px;
    color: #818181;
    margin: 0px 8px 0 0;
    padding: 0;
    float: left;
    font-weight: normal;
}
.sortBy_section ul{
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
}
.sortBy_section ul li{
    list-style-type: none;
    margin: 0;
    padding: 0 14px;
    float: left;
    border-right:1px solid #818181;
}
.sortBy_section ul li:last-child{
    border: none;
    padding-right: 0;
}
.sortBy_section ul li:first-child{
    padding-left: 0;
}
.sortBy_section ul li a{
    font-size: 16px;
    color: #818181;
    text-decoration: none;
    margin: 0;
    padding: 0;
    transition: .5s;
}
.sortBy_section ul li a:hover{
    color: #403e3e;
}
.sortBy_section ul li a.active{
    color: #403e3e;
}
.mail_header_section{
    float: left;
    width: 100%;
    background: #ff5e00;
    padding: 15px 20px;
    margin: 25px 0 0 0;
}
.mail_header_section ul{
    margin: 0;
    padding: 0;
}
.mail_header_section ul li{
    list-style-type: none;
    float: left;
    margin-right: 20px;
    
}
.mail_header_section ul li a{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    padding-left: 35px;
    outline: none;
}

.select_all {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.select_all input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 99;
    width:100%;
    height: 100%;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.select_all:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.select_all input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.select_all input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.select_all .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #ff5e00;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.delect_mail{
    background: url(../images/delect_btn.png) no-repeat left center;
}
.save_mail{
    background: url(../images/save_message.png) no-repeat left center;
}
.mail_list_section{
    padding: 15px 20px 70px 20px;
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 1px 0px 16px -1px #ddd;
}
.mail_list{
    padding: 0px 0 25px 38px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin-top: 25px;
}
.mail_list h3{
    font-size: 16px;
    color: #717171;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
}
.mail_list p{
    font-size: 16px;
    color: #717171;
    margin: 0;
    padding: 0;
}
.mail_list p.mail_subject{
    font-size: 16px;
    color: #717171;
    margin: 0 0 8px 0;
    padding: 0;
}
.mail_list p.mail_date{
    font-size: 16px;
    color: #717171;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mail_check{
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

/* Hide the browser's default checkbox */
.mail_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* Create a custom checkbox */
.checkmark_two {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #a9a9a9;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_two:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mail_check input:checked ~ .checkmark_two:after {
    display: block;
}

/* Style the checkmark/indicator */
.mail_check .checkmark_two:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #ff5e00;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mail_preview{
    margin: 0;
    padding: 20px;
    float: left;
    width: 100%;
}
.mail_preview h3{
    color: #262626;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.mail_preview span{
    color: #717171;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
    font-size: 16px;
}
.mail_preview span.mesage_sub{
    margin-bottom: 35px;
}
.mail_preview p{
    color: #717171;
    margin: 0 0 30px 0;
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.compose_mail{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 550px;
    box-shadow: 1px 0px 16px -1px #ddd;
    background: #fff;
}
.compose_mail_top{
    background: #262626;
    padding: 15px 20px;
    float: left;
    width: 100%;
}
.compose_mail_top h5{
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.cross_btn{
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}
.compose_mail_body{
    float: left;
    width: 100%;
}
.compose_mail_body input[type="text"]{
    height: 52px;
    width: 100%;
    border: none;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 18px;
    font-size: 16px;
    color: #717171;
    outline: 0;
}
.compose_mail_body textarea{
    height: 250px;
    width: 100%;
    border: none;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 20px 50px;
    font-size: 16px;
    color: #717171;
    outline: 0;
    resize: none;
    float: left;
    
}
.send_btn_section{
    padding: 8px 20px;
    float: left;
    width: 100%;
}
/*.send_btn_section input[type="button"]{
    font-size: 20px;
    color: #fff;
    border: none;
    background: #ff5e00;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    padding: 8px 32px;
    float: left;
}*/
.send_btn_section .cpm{
    font-size: 20px;
    color: #fff;
    border: none;
    background: #ff5e00;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    padding: 8px 32px;
    float: left;
}

.fileupload {
    width: 8px;
    height: 17px;
    position: relative;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background:url(../images/file_attach.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
    float: left;
    margin-top: 14px;
}

.fileupload input[type="file"] {
    cursor: pointer;
    height: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
/* mail pag */
.mail_pagi{
	float: left;

}
.mail_pagi .pagination{display:block;}


/*inbox-page-End*/


/*apps 4u page*/
.apps_for_u{
    padding: 40px 35px;
    float: left;
    width: 100%;
    text-align: center;
}
.apps_for_u h2{
    font-size: 26px;
    color: #4f4f4f;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}
.apps_for_u h3{
    font-size: 18px;
    color: #484848;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}
.appForu_feature{
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    
}
.appForu_feature_list{
    float: left;
    width: 50%;
    padding: 35px 30px 0 30px;
    position: relative;
    text-align: left;
}
.appForu_feature_list:before{
    width: 1px;
    height: 160px;
    background: #e1e1e1;
    position: absolute;
    right:0;
    top: 35px;
    content: "";
}
.appForu_feature_list:nth-child(2n):before{
   display: none;
}
.appForu_feature_list h4{
    font-size: 18px;
    color: #ff5e00;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
    min-height: 37px;
}
.appForu_feature_list h4 img{
    display: inline-block;vertical-align: middle;
    margin-right: 15px;
}
.appForu_feature_list p{
    font-size: 16px;
    color: #484848;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 25px;
    position: relative;
    min-height: 140px;
}
.appForu_feature_list p:before{
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left:0;
    bottom: 0;
    content: "";
}
.appForu_feature_list:last-child p:before{
    display: none;
}
.appForu_feature_list:nth-last-child(2) p:before{
    display: none;
}
.subscribe_btn{
    text-decoration: none;
    background: #ff5e00;
    border-radius: 30px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 12px 80px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.subscribe_btn:hover{
    color: #fff;
}
.apps_for_u p.intro{
    font-size: 16px;
    color: #484848;
    margin: 40px 0;
    line-height: 25px;
    padding: 0;
}
.limited_time{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #262626;
    padding: 18px 50px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
}
.limited_time:before{
    width: 0;
	height: 0;
	border-top: 32px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 32px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.limited_time:after{
    width: 0;
	height: 0;
	border-top: 32px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 32px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}
.limited_frees{
    margin-top: 90px;
    margin-bottom: 50px;
}
.limited_time_box{
    min-height: 377px;
    background: #333333;
}
.limited_time_box_header{
    padding: 18px;
    font-size: 20px;
    background: #ff5e00;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.free_limited_img{
    text-align: center;
    margin: 40px 0 35px 0;
    min-height: 66px;
}
.limited_time_box p{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.limited_time_box_content{
    padding:  0 30px;
}


/*apps 4u page*/

/*order_profile_resume*/
.order_professional_resume{
    padding: 40px 65px;
}
.order_professional_resume h2{
    font-size: 26px;
    color: #ff5e00;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 12px 0;
    font-weight: 600;
    border-bottom: 3px solid #b3b3b3;
}
.job_seeker_feature{
    padding: 30px 100px;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
}
.job_seeker_feature h3{
    font-size: 26px;
    color: #4f4f4f;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
}
.job_seeker_feature p{
    font-size: 16px;
    color: #171717;
    margin: 0 0 60px 0;
    padding: 0;
    font-weight: normal;
    line-height: 28px;
}
.label_item{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.label_item label{
    font-weight: normal;
    font-size: 16px;
    color: #4b4b4b;
    margin: 14px 0 0 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 28%;
}
.update_field{
    float: left;
    width: 72%;
}
.update_field input[type="text"]{
    height: 50px;
    border: 1px solid #cecece;
    padding: 0 15px;
    font-size: 16px;
    color: #4b4b4b;
    width: 100%;
}

.job_seeker_feature button{

    background: #ff5e00;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding: 10px 55px;
    border: 0px;
    margin-top: 30px;
    border-radius: 25px;
    border: 2px solid #ff5e00;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.job_seeker_feature button:hover{
    background: none;
    color: #ff5e00;
}

.ats_page{
    padding: 50px 0;
}
.ats_page table{
    border: 1px solid #dcdcdc;
    text-align: center;
    width: 1318px;
}
.ats_page table tr{
     border-bottom: 1px solid #dcdcdc;
}
.ats_page table tr:last-child{
    border-bottom: none;
}
.ats_page table tr th{
    padding: 18px 9px;
    font-size: 14px;
    color: #000000;
    background: #c1c1c1;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}
.ats_page table tr th:last-child{
    text-align: left;
}
.ats_page table tr td{
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    padding: 12px 5px;
    position: relative;
}
.ats_page table tr td a{
    font-size: 15px;
    color: #ffffff;
    padding: 5px 15px;
    background: #ff5e00;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-decoration: none;
    display: inline-block;
}
.ats_page table tr td:last-child{
    text-align: left;
}
.ats_page table tr td input[type="checkbox"]{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    margin-top: 0;
}
.ats_page ul{
    margin: 0;
    padding: 0;
}
.ats_page ul li{
    list-style-type: none;
    float: left;
    background: #d3d3d3;
    padding: 6px 15px;
    margin-right: 10px;
}
.ats_page ul li a{
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.delect_btn{
    background:url(../images/delect_btn.png) no-repeat left center;
    padding-left: 27px;
}
.ats_page h2{
    font-weight: 600;
    color: #4f4f4f;
    font-size: 26px;
    margin: 0 0 30px 0;
}
.overflow_scroll{
    overflow: auto;
}
.errorMsgPR{
    color: red;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.errorMsgPR1{
    color: green;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
/*order_profile_resume*/

/*add user*/
.add_user p{
    margin-bottom: 2px;
    text-align: left;
}
.add_user p input[type="checkbox"]{
    margin-right: 10px;
}
.add_user p a{
    color: #ff7d27;
    text-decoration: underline;
}
.choose_users{
    text-align: left;
    margin: 15px 0 0 0;
}
.choose_users label{
    font-size: 16px;
    color: #171717;
    font-weight: normal;
}
.choose_users select{
    width: 85px;
    height: 35px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 16px;
    color: #171717;
}
.add_users_form{
    margin: 20px 0 0 0;
}
.add_users_form h4{
    font-size: 18px;
    color: #171717;
    text-align: left;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}
.user_privilages{
    text-align: left;
    font-size: 16px;
    color: #171717;
    margin-bottom: 10px;
}
.user_privilages input[type="checkbox"]{
    margin-right: 5px;
}
/*add user*/
.sendMessageC{
	float:left;
	width:100%;
}
.uploadc label{margin-top:0}
.create_resume{
	text-align:center;
}
.create_resume button{
	margin:0;
	display: inline-block;
}
.create_resume a.viewJobs{
	width: 265px;
	background: #ff5e00;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	padding: 7px 0px;
	border: 0px;
	display: inline-block;
	margin-top: 38px;
	border-radius: 25px;
	border: 2px solid #ff5e00;
	-webkit-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	transition: ease all 0.5s;
}
.create_resume a:hover {
    background: transparent;
    border: 2px solid #ff5e00;
    color: #ff5e00;
}
.structure_change{
	background: #FFF;
    margin-top: 0;
    padding: 20px;
}
.structure_change2{
	background: #FFF;
    padding: 20px;
}
.viewJobs{
	width: 265px;
	background: #ff5e00;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	padding: 7px 0px;
	border: 0px;
	display: inline-block;
	margin-top: 38px;
	border-radius: 25px;
	border: 2px solid #ff5e00;
}
.notification_box{
    display: none;
    position: absolute;
    padding: 0;
    width: 300px;
    right: -50px;
    top: 90px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 999;
   
/*    overflow: auto;*/
}
.notification_box:before{
    position: absolute;
    content: "";
    right: 47px;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
}
.notification_box ul{
    margin: 0;
    padding: 0px;
    height: 300px;
    overflow: auto;
}
.notification_box ul li{
    list-style-type: none;
    padding: 10px 15px;
    margin: 0;
    color: #5b5b5b;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.notification_box ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.notification_box ul li a{
    color: #5b5b5b;
    font-size: 14px;
    text-decoration: none;
}
.notification_main{
    float: left;
    position: relative;
}



