/** reset css **/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
aside,
ul,
li,
a,
figure {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    border: none;
    outline: none;
}

input,
textarea,
button {
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}

input:focus,
textarea:focus,
button:focus,
button:active {
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}

/************ globle css ***************/

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    color: #262626;
    background: #f4f6f9;
}

h2 {
    color: #262626;
}

p,
ul,
li {
    color: #262626;
}

h3 {
    color: #262626;
    letter-spacing: normal;
}

h4 {
    color: #262626;
    letter-spacing: normal;
}

h5 {
    color: #262626;
    letter-spacing: normal;
}

h6 {
    color: #262626;
    letter-spacing: normal;
}

a {
    display: inline-block;
    letter-spacing: normal;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.full_width {
    width: 100%;
    float: left;
}

.vAlign {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -o-flex;
    -webkit-align-items: center;
    align-items: center;
}

.btn_white,
.btn_white:focus {
    display: inline-block;
    height: 48px;
    min-width: 9em;
    line-height: 48px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    color: #5c2ee4;
    font-size: 1em;
    padding: 0 0.5em;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    text-transform: none;
}

.btn_white:hover {
    background-color: #5c2ee4;
    color: #fff;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.btn_blueBorder,
.btn_blueBorder:focus {
    display: inline-block;
    height: 42px;
    min-width: 9em;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    border: 1px solid #5c2ee4;
    color: #5c2ee4;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0 0.5em;
    transition: all 0.2s ease-in-out;
    text-transform: none;
}

.btn_blueBorder:hover {
    background-color: #5c2ee4;
    color: #fff;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.btn_blue,
.btn_blue:focus {
    display: inline-block;
    height: 48px;
    min-width: 9em;
    line-height: 48px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    background-color: #5c2ee4;
    color: #fff;
    font-size: 1em;
    padding: 0 0.5em;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    text-transform: none;
}

.btn_blue:hover {
    display: inline-block;
    height: 48px;
    min-width: 9em;
    line-height: 48px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    background-color: #5129ca;
    color: #fff;
    font-size: 1em;
    padding: 0 0.5em;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    text-transform: none;
}

/** Header section start here **/
.headerSec {
    padding: 2em 3em 0em;
    background: #fff url('../images/headerBg.jpg') no-repeat top center;
    background-size: 100%;
}

.LoginBtnHead {
    text-align: right;
    padding: 0em 0 2.5em;
}

.logo {
    text-align: left;
    padding-bottom: 1.5em;
}

.logo img {
    display: inline-block;
    max-width: 292px;
    max-height: 73px;
}

.logoSlug {
    padding-bottom: 2.5em;
    overflow-wrap: break-word;
}

.logoSlug p {
    width: 100%;
    max-width: 30em;
}

.alignCenter {
    text-align: center;
    width: 100%;
}

/** form search section **/
/* .searchFormSection{margin-top: -1.8em;} */
.searchFormSection form {
    float: left;
    width: calc(100% - 30em);
    align-items: flex-start;
}

.searchFormSection input {
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    border: 1px solid #a0a2ac !important;
    padding: 0.5em 0.8em !important;
    box-sizing: border-box !important;
}

.searchFormSection input:focus {
    border: 1px solid #a0a2ac !important;
    box-shadow: none !important;
}

.searchFormSection form input.skillNameText {
    width: calc(65% - 5em);
}

.searchFormSection form input.locationNameText {
    width: 35%;
    margin: 0 2%;
}

.searchFormSection form .btn {
    padding: 0 0.5em;
    height: 44px;
    line-height: 47px;
    width: 5em;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    border: 1px solid #5c2ee4;
    transition: all 0.3s ease-in-out;
}

.searchFormSection form .btn:hover {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.18);
}

.searchFormDropDown {
    width: 12em;
    float: right;
}

.searchFormDropDown .input-field {
    margin: 0;
}

.searchFormDropDown .select-wrapper .caret {
    right: 0.3em;
    z-index: 99;
    height: 38px !important;
    background-color: #fff;
}

.searchFormDropDown .select-wrapper input {
    padding: 0.5em 2em 0.5em 0.5em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Main body css start here **/
.jobListBody_Sec {
    padding: 2em 0;
    min-height: 30em;
}

.jobListMain_Sec>li {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0.8em 1.5em 1em;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1em;
}

.jobListMain_Sec>li:hover {
    box-shadow: 0 10px 36px 0 #e2e1e7;
}

.jobListMain_SecHead p {
    color: #539135;
    font-size: 0.8em;
    font-weight: 500;
}

.jobListMain_SecLeft {
    float: left;
    width: calc(100% - 24em);
}

.jobListMain_SecRight {
    float: right;
    width: 24em;
}

/** Common list **/
.commonList {
    padding: 0.5em 0;
}

.commonList li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
}

.commonList li:last-child {
    margin-right: 0;
}

.commonList li h6 img {
    display: inline-block;
    padding-right: 0.5em;
    margin-top: -2px;
    width: 1.5em !important;
}

/** view job list **/
.viewJobList {
    padding: 0.5em 0;
}

.viewJobList li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.7em;
    border-right: 1px solid #d8d8d8;
}

.viewJobList li:first-child {
    padding-left: 0;
}

.viewJobList li:last-child {
    border-right: 0;
}

.viewJobList li a {
    float: left;
    color: #5c2ee4;
}

.postedOnDate {
    padding: 0.5em 0 0em;
    display: inline-block;
    color: #707070;
    font-size: 0.8em;
}

.jobListMain_SecRight>.vAlign {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
}

.jobListMain_SecRight .btn {
    margin-right: 1.5em;
}

.jobListMain_SecRight .btn:last-child {
    margin-right: 0;
}

.loadMoreBtn {
    text-align: center;
    padding: 2em 0;
}

.footerSec {
    text-align: center;
    padding: 1em;
    background-color: #ffffff;
}

.footerSec p {
    margin: 0;
    color: #262626;
    font-size: 0.9em;
}

/** Job Details page **/
.jobDetailsBody_Sec {
    width: 100%;
    background-color: #fff;
}

.backToJobList {
    display: inline-block;
    position: relative;
    color: #5c2ee4;
    padding-left: 1.5em;
}

.backToJobList::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.2em;
    background: url('../images/left-arrow.png') no-repeat left center;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}

.backToJobList:hover::before {
    -webkit-animation: backArrow 0.6s;
    animation: backArrow 0.6s;
}

.jobDetails_box {
    padding: 2em 0;
    align-items: flex-start;
}

.jobDetails_boxLeft h3 {
    width: 100%;
    float: left;
    padding: 0em 0 1.2em;
}

.jobDetails_boxLeft {
    width: calc(100% - 23em);
    float: left;
    padding-right: 5em;
}

.jobDetails_boxRight {
    width: 23em;
    float: right;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 1em;
}

.jobDetails_ibox h5 {
    text-transform: uppercase;
    color: #707070;
    letter-spacing: 1px;
    padding-bottom: 0.3em;
    font-weight: 700;
}

.jobDetails_ibox p {
    color: #707070;
    line-height: 1.71;
    font-size: 0.9em;
}

.jobDetails_ibox {
    padding-bottom: 2em;
}

.jobDetails_ibox a {
    color: #5c2ee4;
    clear: both;
}

.jobDetails_ibox ul {
    padding-left: 1.2em;
}

.jobDetails_ibox ul li {
    list-style-type: disc;
    color: #707070;
}

.jobDetailsSlider {
    padding: 2em 0 2.5em;
}

.jobDetailsSlider h3 {
    color: #b4bccd;
    font-weight: 500;
    padding-bottom: 0.5em;
}

.jobDetailsSlider .owl-carousel.owl-drag .owl-item {
    padding: 0.1em;
}

.jobList_ibox {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0.8em 1.5em 1em;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease-in-out;
}

.jobList_ibox .jobListMain_SecLeft {
    width: 100%;
}

.jobList_ibox .jobListMain_SecRight {
    width: 100%;
    padding: 1em 0 0;
}

.jobList_ibox .commonList li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0.3em 0;
}

.jobList_ibox .commonList li h6 img {
    display: inline-block !important;
}

.jobList_ibox .jobListMain_SecRight>.vAlign {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

.jobList_ibox .postedOnDate {
    font-style: italic;
}

.commonJobDetails_list>li {
    padding-bottom: 1.5em;
}

.commonJobDetails_listImg {
    width: 2em;
    float: left;
    text-align: center;
}

.commonJobDetails_listTxt {
    width: calc(100% - 4em);
    padding-left: 1.3em;
}

.commonJobDetails_listTxt p {
    color: #b8b8b8;
    font-size: 0.8em;
    text-transform: uppercase;
}

.jobDetails_boxRight .btn_blue {
    margin-bottom: 1.5em;
}

.jobDiscriptnSec {
    position: relative;
    max-height: 100em;
    transition: all 0.3s ease-in-out;
}

.jobDiscriptnSec.activeMore {
    max-height: 160px;
    overflow: hidden;
}

.jobDiscriptnSec.activeMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.readMoreBtn {
    display: none;
    font-size: 0.9em;
}

.jobTitle {
    color: #039be5;
}

/** Social icon list **/
.jobDetails_boxSocial {
    align-items: flex-start;
    padding: 0.5em 0;
}

.jobDetails_boxSocial p {
    color: #707070;
    font-size: 0.9em;
    margin-right: 1em;
}

.socialIcons {
    display: inline-block;
}

.socialIcons li {
    display: inline-block;
    width: 1.5em;
    width: 1.4em;
    margin: 0 0.1em;
}

.socialIcons li a,
.socialIcons li a img {
    float: left;
}

.jobApplyTitle {
    padding: 1em 1em;
}

.jobApplyBody_Sec {
    margin: 2.5em 0 3em;
    max-width: 60em;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: #fff;
    padding: 3em 0;
}

.jobApplyForm_Wrap {
    float: left;
    width: 100%;
}

.jobApplyForm_Wrap h3 {
    color: #8c8c8c;
    font-weight: 500;
    padding-bottom: 1.5em;
}

.jobApplyForm_left {
    width: 60%;
    float: left;
    padding: 0 3.5em;
    border-right: 2px dashed #dddddd;
}

.jobApplyForm_right {
    width: 40%;
    float: right;
    padding: 0 3.5em;
}

.customForm_Sec .form-group {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}

.customForm_Sec input {
    height: 54px;
    line-height: 1;
    border-radius: 4px;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #a0a2ac;
    padding: 0.5em 0.8em;
    box-sizing: border-box;
}

.customForm_Sec input:focus {
    border: 1px solid #a0a2ac !important;
    box-shadow: none !important;
}

.customForm_Sec label {
    color: #505050;
    line-height: 1.4;
    font-size: 1em;
    width: 100%;
    float: left;
}

.customForm_Sec .input-field {
    margin: 0;
}

.customForm_Sec .select-wrapper .caret {
    right: 0.3em;
    z-index: 99;
    height: 48px !important;
    background-color: #fff;
}

.customForm_Sec .select-wrapper input {
    padding: 0.5em 2em 0.5em 0.5em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #5c2ee4;
}

.IdealContact_left {
    width: calc(100% - 7em);
    float: left;
}

.IdealContact_right {
    width: 6em;
    float: right;
}

.jobApplyForm_Wrap label.btn_blueBorder {
    color: #5c2ee4;
    font-size: 0.9em;
    line-height: 40px;
}

.jobApplyForm_Wrap label.btn_blueBorder:hover {
    color: #fff;
}

.jobApplyForm_Btn {
    padding: 1em 0 0;
}

.jobApplyThankU_Wrap {
    padding: 0 3em;
    text-align: center;
}

.jobApplyThankU_Block {
    display: inline-block;
    width: 100%;
    max-width: 31em;
    min-height: 35em;
}

.jobApplyThankU_Block h3 {
    color: #b4bccd;
    display: block;
    clear: both;
    font-weight: 500;
    padding: 1em 0 0.7em;
}

.jobApplyThankU_Block h4 {
    font-weight: normal;
}

.appliedFirstTime {
    margin: 2em 0;
    background-color: #f1faff;
    padding: 1.5em 3.3em;
}

.appliedFirstTime p {
    color: #59788a;
}

.logInModal_Sec {
    max-width: 50em;
    max-height: 95%;
    text-align: center;
    background: #fff url('../images/popUp_bg.png') no-repeat bottom left;
}

.logInModal_Sec.modal .modal-content {
    padding: 2.5em 2.5em 0.5em;
    position: relative;
}

.logInModal_Head img {
    display: inline-block;
}

.logInModal_Head h4 {
    width: 100%;
    float: left;
    color: #707070;
    font-weight: 400;
    font-size: 1.25em;
    padding: 0.7em 0;
}

.logInModal_Body {
    display: inline-block;
    width: 100%;
    max-width: 23em;
    padding: 3em 0 0;
}

.logInModal_Sec form {
    text-align: left;
}

.logInModal_Sec .customForm_Sec input {
    height: 44px !important;
    line-height: 44px !important;
}

.formFooterSec {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}

.formFooterSec .btn {
    min-width: 12em;
}

.forGotPsw {
    color: #5c2ee4;
    font-size: 0.8em;
}

.joinOurTeam {
    padding: 2em 0 0em;
}

.joinOurTeam_img {
    width: 6.2em;
    margin-right: 2em;
}

.joinOurTeam_img img {
    float: left;
}

.joinOurTeam_txt {
    text-align: left;
    width: calc(100% - 6.2em);
}

.joinOurTeam_txt h5 {
    padding: 0.2em 0;
}

.joinOurTeam_txt a {
    color: #5c2ee4;
}

.customForm_Sec .invalid {
    border: 1px solid #F44336 !important;
}

.customForm_Sec .valid {
    border: 1px solid #4CAF50 !important;
}

.customForm_Sec input[type=number]::-webkit-inner-spin-button,
.customForm_Sec input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.customForm_Sec input[type=number] {
    -moz-appearance: textfield;
}

.closeIcon {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 1.3em;
}

.customForm_Variant2 .invalid {
    border: 1px solid #F44336 !important;
}

.customForm_Variant2 .valid {
    border: 1px solid #4CAF50 !important;
}

.customForm_Variant2 input[type=number]::-webkit-inner-spin-button,
.customForm_Variant2 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.customForm_Variant2 input[type=number] {
    -moz-appearance: textfield;
}

/** Sign up page css **/
.mobileLogo {
    display: none;
}

.signUpBody_Sec {
    background-color: #fff;
    padding: 0 0 3em 0;
    min-height: 78.5vh
}

.signUpBody_SecLeft {
    width: 40%;
    float: left;
    padding-right: 1.5em;
}

.signUpBody_SecRight {
    width: 60%;
    float: right;
    padding: 2em 0 0 2em;
}

.signUpForm_Wrap {
    padding: 2em 3em;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

.signUpForm_Wrap h3 {
    color: #b4bccd;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5em 0 1.8em;
}

.signUpForm_Wrap h4 {
    width: 100%;
    float: left;
    padding: 0 0 2em;
}

.signUpForm_Wrap .row {
    margin: 0;
}

.signUpForm_topLeft {
    width: 20em;
    float: left;
    padding-left: 0.75rem;
}

.signUpForm_topRight {
    width: calc(100% - 20em);
    float: right;
}

.customForm_Variant2 .form-group {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}

.customForm_Variant2 input {
    height: 44px !important;
    line-height: 1 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    border: 1px solid #a0a2ac !important;
    padding: 0.5em 0.8em !important;
    box-sizing: border-box !important;
}

.customForm_Variant2 input:focus {
    border: 1px solid #a0a2ac !important;
    box-shadow: none !important;
}

.customForm_Variant2 label {
    color: #505050;
    line-height: 1.4;
    font-size: 1em;
    width: 100%;
    float: left;
}

.customForm_Variant2 .input-field {
    margin: 0;
}

.customForm_Variant2 .select-wrapper .caret {
    right: 0.3em;
    z-index: 99;
    height: 44px !important;
    background-color: #fff;
}

.customForm_Variant2 .select-wrapper input {
    padding: 0.5em 2em 0.5em 0.5em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.googleReCaptcha {
    width: calc(100% - 12em);
    float: left;
}

.signUpForm_Wrap .formFooterSec {
    align-items: flex-start;
}

.signUpBody_SecLeft ul,
.signUpBody_SecLeft ol {
    padding: 0.4em 0 0.5em 1em;
}

.signUpBody_SecLeft ul li,
.signUpBody_SecLeft ol li {
    list-style-type: disc;
    padding-bottom: 0.7em;
}

.signUpThankU_Wrap {
    text-align: center;
}

.signUpThankU_Block {
    display: inline-block;
    width: 100%;
    max-width: 20em;
    min-height: 30em;
    padding: 1em 0;
}

.signUpThankU_Block>div {
    padding-bottom: 2em;
}

.validation_msg {
    color: red;
}

.privacy_policy {
    margin-bottom: 25px;
}

ul.headerLeftNav {
    float: left;
}

ul.headerLeftNav li {
    float: left;
    padding: 0 1em;
}

ul.headerLeftNav li a {
    color: #5c2de4;
}

ul.headerLeftNav li.active a {
    text-decoration: underline;
}

ul.headerLeftNav li a:hover {
    text-decoration: underline;
}

.signUpBody_SecLeft ol {
    overflow-wrap: break-word;
}

/**   thank you page css **/

.thankyou_page {
    background-color: #fff !important;
}

.applySuccessPage {
    margin: 0px auto;
    max-width: 1200px;
    height: auto;
    width: 100%;
}

.applySuccessPage .pgContent {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.applySuccessPage .pgContentThnx span {
    color: #2c84cc;
    font-weight: bold;
}

.termsCondition p {
    font-size: 0.8em;
    line-height: 1;
}

.NojobListBody_Sec {
    padding: 0;
    min-height: 29em;
}

/*.logInModal_Sec_initial{z-index: 1003;display: none;opacity: 0;top: 4%;transform: scaleX(0.8) scaleY(0.8);}*/

/** Subscribe pop up css **/
.SubscribeModal_Sec {
    text-align: center;
    width: 45em;
    background: #fff;
}

.SubscribeModal_Body {
    float: left;
    width: 100%;
    padding: 2.5em 1.5em 0;
}

.SubscribeModal_Body .customForm_Sec>div {
    padding: 1.5em 0 0;
    text-align: left;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}

.SubscribeModal_Body .customForm_Sec input {
    height: 44px !important;
    background-color: #fcfcfc !important;
}

.SubscribeModal_Body h4 {
    font-size: 1.24em;
    font-weight: 400;
    line-height: 1.6;
}

.SubscribeModal_Body .btn {
    width: 100%;
    background-color: #1f1f1f !important;
    color: #fff !important;
}

.headerSec,
.browseJobPage .headerSec {
    padding: 0.8em 3em 0.5em;
    background: #fff url(/d/images/headerBg.jpg) no-repeat top center;
    background-size: 100%;
}

ul.headerLeftNav li a {
    font-size: 1.4em;
    font-weight: 600;
}

.headerLogo img {
    max-width: 200px;
    height: 50px;
    margin-right: 0.5em;
}

.signUpBody_SecLeft {
    padding-top: 1em;
}

.signUpBody_SecRight {
    padding: 1em 0 0 1em;
}

ul.headerLeftNav li a:hover {
    text-decoration: none;
}

@keyframes backArrow {
    0% {
        background-position: 0em 1px;
        opacity: 1;
    }

    50% {
        background-position: -1em 1px;
        opacity: 0;
    }

    75% {
        background-position: 0.5em 1px;
        opacity: 0;
    }

    100% {
        background-position: 0em 1px;
        opacity: 1;
    }
}

@media only screen and (max-width: 1499px) {

    .btn_white,
    .btn_white:focus {
        height: 45px;
        line-height: 45px;
        font-size: 0.9em;
    }

    .btn_blue,
    .btn_blue:focus,
    .btn_blue:hover {
        height: 45px;
        line-height: 45px;
        font-size: 0.9em;
    }

    .headerSec {
        padding: 1.5em 3em 0.1em;
    }

    .browseJobPage .headerSec {
        padding: 1.5em 3em 2em;
    }

    .LoginBtnHead {
        padding: 0em 0 1em;
    }

    .signUpForm_Wrap {
        padding: 1.2em 3em 1em;
    }

    .signUpForm_Wrap h3 {
        padding: 0em 0 0.5em;
        line-height: 1.2;
        font-size: 1.4em;
    }

    .signUpForm_Wrap h4 {
        padding: 0 0 0.8em;
    }

    .customForm_Variant2 .form-group {
        margin-bottom: 0.5em;
    }

    .signUpBody_SecRight {
        padding: 1em 0 0 2em;
    }

    .logo {
        padding-bottom: 0.5em;
    }

    .jobDetails_boxLeft h3 {
        padding: 0em 0 0.7em;
    }

    .signUpBody_Sec {
        padding: 0 0 2em 0;
    }

    .customForm_Variant2 input {
        height: 40px !important;
    }

    .searchFormSection {
        margin-top: -1.5em;
    }

    .jobDetails_box {
        padding: 1em 0;
    }

    .jobApplyBody_Sec {
        margin: 1.5em 0 3em;
        padding: 1.5em 0;
    }

    .customForm_Sec input {
        height: 44px !important;
    }

    .customForm_Sec .form-group {
        margin-bottom: 0.5em;
    }

    .customForm_Sec .select-wrapper .caret {
        height: 40px !important;
    }

}


@media only screen and (max-width: 1199px) {
    .searchFormSection form {
        width: calc(100% - 15em);
    }

    /** sign Up page **/
    .signUpForm_Wrap {
        padding: 1em 1em;
    }

    .signUpForm_topLeft {
        width: 60%;
    }

    .signUpForm_Wrap h3 {
        padding: 0.5em 0 1em;
        font-size: 1.1em;
    }

    .signUpForm_Wrap .formFooterSec {
        flex-wrap: wrap;
    }

    .googleReCaptcha {
        width: 100%;
        float: left;
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {

    /** Job details page **/
    .jobDetails_box {
        flex-wrap: wrap-reverse;
    }

    .jobDetails_boxLeft {
        width: 100%;
        padding: 1.5em 0 0;
    }

    /** Job apply page **/
    .jobApplyForm_left,
    .jobApplyForm_right,
    .jobApplyThankU_Wrap {
        padding: 0 2em;
    }
}

@media only screen and (max-width: 767px) {
    .searchFormSection {
        display: none;
    }

    .headerSec {
        padding: 1em 1em 0.5em;
    }

    .jobListMain_SecLeft {
        width: 100%;
        padding-bottom: 1.5em;
    }

    .jobListMain_SecRight {
        width: 100%;
    }

    .jobListMain_SecLeft .commonList li {
        width: 100%;
        float: left;
        padding: 0.2em 0;
    }

    .jobList_ibox .jobListMain_SecRight .btn {
        min-width: 8em;
        margin: 0;
    }

    .jobList_ibox .jobListMain_SecRight>.vAlign {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .jobList_ibox {
        padding: 0.8em 0.5em 1em;
    }

    /** sign in page **/
    .logInModal_Sec {
        max-height: 80%;
    }

    .logInModal_Body {
        padding: 1em 0 0;
    }

    .logInModal_Sec.modal .modal-content {
        padding: 2.5em 1.5em 0.5em;
    }

    .formFooterSec .btn {
        min-width: 8em;
    }

    .joinOurTeam_img {
        width: 100%;
        padding: 0 0 1em;
    }

    .joinOurTeam_img img {
        float: none;
    }

    .joinOurTeam_txt {
        width: 100%;
        text-align: center;
    }

    .joinOurTeam {
        flex-wrap: wrap;
        padding: 1em 0 0em;
    }

    .logInModal_Body .joinOurTeam_img {
        display: none;
    }

    .joinOurTeam_txt {
        width: 100%;
        text-align: center;
    }

    .logInModal_Head h4 {
        font-size: 1em;
        padding: 0.5em 0;
    }

    /** sign Up page **/
    .signUpBody_SecLeft {
        width: 100%;
        padding: 1.5em 0;
    }

    .signUpBody_SecRight {
        width: 100%;
        padding: 0.5em 0 0 0em;
    }

    .signUpForm_topLeft {
        width: 100%;
    }

    .signUpForm_topRight {
        display: none;
    }

    .signUpForm_Wrap h3 {
        font-size: 1.4em;
        padding: 0.5em 0 0.5em;
    }

    .signUpForm_Wrap {
        padding: 1em 0.5em;
    }

    /** Job apply page **/
    .jobApplyForm_left,
    .jobApplyForm_right {
        width: 100%;
        padding: 1em 2em;
        border: 0;
    }

    .jobApplyForm_right {
        text-align: center;
    }

    .jobApplyBody_Sec {
        padding: 1.5em 0;
    }

    .desktopLogo {
        display: none;
    }

    .mobileLogo {
        display: block;
    }

    .termsCondition p {
        font-size: 0.7em;
        padding: 1em 0 0;
    }

    .logo img {
        height: 50px;
    }

    .headerSec,
    .browseJobPage .headerSec {
        padding: 1em 1em 2em;
    }

    .logInModal_Head h4 {
        line-height: 1.1;
    }

    #login_section .btn_blue,
    #login_section .btn_blue:focus,
    #login_section .btn_blue:hover {
        height: 35px;
        line-height: 35px;
        font-size: 0.9em;
    }

    .logInModal_Head img {
        max-width: 1em;
    }

    /** colorbox css **/
    #colorbox {
        max-width: 300px !important;
        width: 100% !important;
        left: 50% !important;
        transform: translateX(-57%);
    }

    #cboxWrapper,
    #cboxContent,
    #cboxLoadedContent,
    #cboxLoadedContent>div {
        width: 100% !important;
    }

    /** Subscribe pop up css **/
    .SubscribeModal_Sec {
        width: 90%;
    }

    .SubscribeModal_Body {
        padding: 1em 0em 0;
    }

    .SubscribeModal_Sec .row .col.s5,
    .SubscribeModal_Sec .row .col.s7 {
        width: 100%;
        margin: 0.5em 0;
    }

    .SubscribeModal_Body .customForm_Sec>div {
        flex-wrap: wrap;
        padding: 0;
    }

    ul.headerLeftNav li {
        padding: 0 0.5em;
    }

    ul.headerLeftNav li a {
        font-size: 1.2em;
    }

}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .jobDetails_floatBtn {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 1em;
        z-index: 98;
        background: #fff;
    }

    .jobDetails_floatBtn .btn_blue {
        width: 46%;
        margin: 0 2%;
        min-width: 7em;
    }
}

@media only screen and (max-width: 479px) {

    .btn_blue,
    .btn_blue:focus {
        min-width: 7em;
        padding: 0 0.2em;
    }

    .btn_blueBorder,
    .btn_blueBorder:focus {
        min-width: 8em;
        padding: 0 0.2em;
    }

    .jobListMain_SecRight .btn {
        margin-right: 0.5em;
    }

    .signUpForm_Wrap .row .col.s6 {
        width: 100%;
    }

    .appliedFirstTime {
        padding: 1em;
    }

    .jobApplyThankU_Wrap {
        padding: 0 2em;
    }

    ul.headerLeftNav {
        width: 100%;
    }

}

@media only screen and (max-width: 320px) {
    .jobList_ibox .jobListMain_SecRight>.vAlign {
        flex-wrap: wrap;
    }

    .jobList_ibox .jobListMain_SecRight .btn {
        font-size: 0.8em;
        width: 100%;
        max-width: 8em;
        float: none;
        margin: 0 auto 1em;
    }

    .signUpForm_Wrap h3 {
        font-size: 1.2em;
    }
}

/*  Social mdeia popup box css   */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: visible;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background-color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
    margin-top: 50px;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
    z-index: 999;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    background: url("../images/sprite-image.png") no-repeat scroll -320px 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 55px;
    position: absolute;
    right: -35px;
    text-indent: -9999px;
    top: -20px;
    width: 25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*-- Invite Box --*/
.inviteBox {
    margin: auto;
    text-align: center;
    padding: 40px 20px;
    color: #000000;
}

.inviteBoxViaEmail {
    text-align: left;
}

.inviteBox h2 {
    margin: 10px 0 35px;
}

.inviteBoxViaEmail h2 {
    margin: 10px 0 20px;
}

.inviteBoxText {
    font-size: 14px;
    color: #333;
}

.inviteBoxCir {
    height: 150px;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 5px auto 15px;
}

.inviteBox a.invitelink {
    color: #FFFFFF;
    background: #2C84CC;
    padding: 12px 70px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 10px;
}

/* ---- email alerts form  */
.unsubscribe_form {
    width: 50%;
    margin: 0 auto;
}

.alert_set {
    float: left;
    width: 100%;
}

.alert_set ul {
    float: left;
    width: 100%;
}

.alert_set ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0px 15px 10px;
}

.alert_set ul li:first-child {
    border: 1px solid #dddddd;
    font: 20px 'latoregular'
}

.set_col1,
.set_col2,
.set_col3 {
    float: left;
}

.set_col1 {
    width: 66%;
}

.set_col2 {
    width: 17%;
}

.set_col3 {
    width: 17%;
    text-align: right;
}

.set_label {
    font-size: 20px;
    font-family: 'latolight';
    color: #333;
    float: left;
    margin-top: 6px;
}

.set_col2 input {
    margin-top: 15px;
}

.se_dayse .form_list select {
    font-size: 20px;
    font-family: 'latolight';
    color: #808080;
    border-radius: 0;
    cursor: pointer;
    font-style: normal;
}

.smtxt {
    float: left;
    font-size: 16px;
    font-family: 'latolight';
    font-style: normal;
    color: #999999;
    margin: 20px 10px 0 0;
}

.pbm {
    float: left;
    padding-bottom: 0;
}

.se_dayse {
    float: left;
    width: 315px;
    margin-left: 25px;
}

.slthol {
    float: left;
    width: 285px;
    max-height: 80px;
    overflow-y: auto;
}

.pd_rt10 {
    padding-right: 10px;
}

.time_pic {
    float: left;
    margin-left: 75px;
    position: relative;
}

.is-timeEntry {
    border: 1px solid #c2c2c2;
    font: 24px 'latoregular';
    color: #333;
    padding: 8px;
}

.timeEntry-control {
    position: absolute;
    right: -30px;
    display: inline-block;
    width: 18px !important;
    height: 44px !important;
    background: url(../images/time-arrow.png) 0px 0px no-repeat !important;
}

.mr_tp25 {
    margin-top: 15px;
}

/* ---- Start Social Login  */
.orLogin {
    position: relative;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
    display: inline-block;
}

/* ---- End Social Login  */

.myDetailPhone {
    width: 200px;
    display: inline-block;
}

/*Start ok to text on job apply guest*/
.job_apply_mobile .ok_to_txt {
    margin-top: 10px;
}

/* OK to text icon tooltip css */
.agritext {
    color: #C5BFBF;
    float: left;
    font-size: 12px;
    margin: 0 0 0 32px;
}

.TextSms {
    float: left;
    margin: -2px 0 0 5px;
}

.OkSms {
    margin: 1px 0 0 5px;
    float: left;
}

.JBapply {
    margin: 3px 0 0 7px !important;
}

.customeDivProfile {
    margin: 28px 0 0 0;
}

.tooltipster-base {
    font-size: 12px !important;
}

#customeDiv {
    margin-top: 28px;
}

/* login with linked in button css */
.linkbutton {
    background: #008cc9 !important;
    padding: 10px 30px 10px 10px;
    color: #fff;
}

.linkbutton i {
    border-right: 1px solid #1d9cd6 !important;
    font-size: 22px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 10px;
}

.linkbutton span {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    float: right;
    margin: 3px 0 0 0;
}

/* skill tag at job listing page */
ul.skillTag li {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

ul.skillTag li p.skill__title {
    margin-bottom: 2px;
    color: #262626;
    background-color: #F4F6F8;
    padding: 5px 7px;
    display: inline-block;

}