@charset "utf-8";
    body {
    margin: 0;
    padding: 0;
    font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    color: var(--grey-dark);
}
header, section, footer, aside, nav, article, figure, hgroup, figcaption {
    display: block;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
}
img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}



h1{font-size:48px;}
h2{font-size:32px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:12px;}
h6.small{font-size:10px;}
h6.smallest{font-size:9px; text-transform: uppercase;}

p{font-size:16px; color:var(--grey-900); line-height:22px;}

:root {
   --blue:#0265FF;
  --blue-dark:#0256D9;
  --blue-medium:#80b1ff;    
  --blue-light:#F2F7FF;  

  --green:#03BB6D;
  --green-dark:#029657;
  --green-medium:#35C98A;
  --green-light:#CDF1E2;
    
  --yellow:#FFCC00;
  --yellow-dark:#E6AB08;
  --yellow-medium:#FFD633;
  --yellow-light:#FFF5CC;  
  
  --red:#FB4B26;    
  --red-dark:#C93C1E;
  --red-medium:#FC6F51;
  --red-light:#FEDBD4;

  --black:#000000;
  --grey-900:#333333;
  --grey-800:#777777;
  --grey-700:#929292;
  --grey-600:#BBBBBB;
  --grey-500:#EBEBEB;
  --grey-400:#e4e4e4;
  --grey-bg:#edeff1;
   --black:#000000;
   --white:#ffffff;
  

  --border-circle:100px 100px 100px 100px;
  --border-circle-min:3px 3px 3px 3px;
  --border-circle-max:10px;
  --border-circle-small:5px;

  --box-shadow:1px 3px 6px #ECECEC;
  --box-shadow-md:0px 1px 3px rgba(0,0,0,0.08);
  --box-shadow-large:0 25px 50px 0 rgba(0, 0, 0, 0.04);
  --padding-large:90px 0 90px 0;
  --padding-medium:60px 0 60px 0;
  --padding-small:45px 0 45px 0;
  --padding-smallest:30px 0 30px 0;  
  --padding-top:90px 0 0 0;  
  --padding-top-medium:60px 0 0 0;  
  --padding-top-small:30px 0 0 0;  
  --padding-top-smallest:15px 0 0 0;  
  --padding-bottom:0 0 90px 0;
  --padding-bottom-medium:0px 0 60px 0;  
  --padding-bottom-small:0px 0 30px 0;  
  --padding-bottom-smallest:0 0 15px 0;  


  --mt:90px 0 0 0;  
  --mt-medium:60px 0 0 0;  
  --mt-small:30px 0 0 0;  
  --mt-smallest:15px 0 0 0;  
  --mt-bottom:0 0 90px 0;
  --mt-bottom-medium:0px 0 60px 0;  
  --mt-bottom-small:0px 0 30px 0;  
  --mt-bottom-smallest:0 0 15px 0;  

--letter-spacing:1px; 
--letter-medimum:0.08rem;
--letter-small:0.03rem;

}


.main {
    width: 100%;
    float: left;
}

.seeker-container {
    width: 100%;
    max-width:750px;
    margin:0 auto;
}
.head {
    width: 100%;
    float: left;
    position: absolute;
    padding-top: 18px;
}
.mobile-head {
    display: none;
}
.banner {
    width: 100%;
    float: left; background:#edeff1;
    /*background: url(../landing-images/employer-landing-one.jpg) center top no-repeat;*/
    padding: 0; padding:30px 0 60px 0;
/*    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    text-align: left; margin:0px;
    height:auto;
}

.ban-content{  width: 100%;
    float: left;
    background: /*url(../landing-images/employer-landing-one.jpg) center top no-repeat*/ none;
    padding: 0; border-radius:3px; /*box-shadow: var(--box-shadow-md);*/
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    text-align: left;
    height:auto;}

/*.nav > li > a i {
    width: 25px;
    height: 23px;
    background: url(../landing-images/nav-icon.svg) left top no-repeat;
    display: block;
    float: left;
    margin: -2px 8px 0 0;
}

.job-seeker-nav .nav > li > a i.loc-icon {
    width: 25px;
    height: 23px;
    background: url(../landing-images/nav-location-icon-emp.svg) left top no-repeat;
    display: block;
    float: left;
    margin: 10px -5px 0 0;
}

.nav > li > a i.mobile-icon {
    background-position: 8px top;
}
.nav > li > a i.chat-icon {
    background-position: -34px top;
}*/
.ban-content {
    margin-top: 0;
}
.ban-content-left {
    margin-top: 110px;
    position: relative;
}
.ban-content-left h2 {
    color: #fff;
    line-height: 32px;
   font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    padding:80px 0 0px; margin:0px;
}
.ban-content-left h2.large {
    color: #fff;
    font-style: normal;
    line-height: 48px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-bottom: 12px;
   font-family:Arial, Helvetica, sans-serif;
    font-size: 48px;
    background: none;
}
.ban-content-left h2 em span {
    color: #fff;
    line-height: 32px;
      font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 0 0 10px;
    font-style: normal;
}
.arrow {
    position: absolute;
    right: 15px;
    top: 140px;
}
.arrow-one {
    position: absolute;
    left: 40px;
    top: 220px;
}
.form-filled {
    border-radius: 0;
    background:var(--white);
    padding:30px 45px 30px 30px;
    /*margin: -85px 0 0;*/
     box-shadow: var(--box-shadow-md); border-radius:var(--border-circle-max);
}
.form-filled h3.large {
    color: #27c483;
    margin: 0;
    padding-bottom: 6px;
}
.filled {
    width: 100%;
    float: left;
    margin-bottom:15px; display: inline-block;
}
.filled ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filled ul li {
    line-height: normal;
    float: left;
    margin-right: 25px;
}
.filled ul li label {
    font-size: 13px;
    color: #a0a0a0;
    letter-spacing: 0;
    text-transform: uppercase;
   font-family:Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.filled ul li label input {
    margin: 2px 8px 0 0;
    float: left;
}
.check-content ul li {
    margin: 0;
}
.check-content ul li label {
    text-transform: none;
    font-family:Arial, Helvetica, sans-serif;;
    font-weight: 400;
    letter-spacing: 0;
}
.check-content ul li input {
    margin-right: 5px;
}
.input {
    width: 100%;
    float: left;
    color: var(--grey-700);
    height: 45px;
    line-height: 45px;
    border: solid 1px var(--grey-600);
    font-size: 16px;
    border-radius:var(--border-circle-small) !important;
    padding: 0 20px;
}    

.input-one {
    border-radius: 0 5px 5px 0!important;
     border: solid 1px var(--grey-600);
    width:71%!important;
}
.input:focus {
    box-shadow: none;
    background: #fff;
    background: #fff;
}
.input-dob {
    width: 100%;
    border: solid 1px var(--grey-600);
    height: 45px;
    line-height: 45px;
    color: var(--grey-700);
    font-size: 16px;
    font-weight: 400;
    background: url(../landing-images/date-icon.svg) right 13px no-repeat #fff;
    border-radius:var(--border-circle-small) !important;
    padding:0 20px;
    box-shadow: none;
    text-align: left;
}
.input-list-menu::-ms-expand {
    display: none;
}
.input-list-menu {
    width: 100%;
    border: solid 1px var(--grey-600);
    height: 45px;
   color: var(--grey-700);
    line-height: 45px;
    border-radius:var(--border-circle-small) !important;
    box-sizing: border-box;
    font-size: 16px;
    background: url(../landing-images/drop_arrow.svg) center right no-repeat #fff;
    position: relative;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
}
.input-list-menu:focus {
    color: var(--grey-900);
}
.input-list-menu select {
   color: var(--grey-900);
    width: 100%}
.input-list-menu:focus {
    box-shadow: none;
}
.input-list-menu:option {
   color: var(--grey-900);
}
select {
  color: var(--grey-900);
}
.input-icon {
    border: solid 1px var(--grey-600);
    padding: 0;
    border-radius: 5px 0 0 5px!important;
    background: #f6f8f9;
    width: 23%;
    padding-right: 8px;
    float: left;
    height: 45px; margin:0px !important;
}
.filled em {
    margin-top:9px;
    display: inline-block;
    font-style: normal;
    color: #999;
}
.input-icon i {
    background: url(../landing-images/input-icon.svg) left top no-repeat;
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
}
.input-icon i.inp-icon4 {
    background-position: 13px -156px;
}

::-webkit-input-placeholder {
    color: var(--grey-800) !important;
}
:-moz-placeholder {
    color: var(--grey-800) !important;
}
::-moz-placeholder {
    color:var(--grey-800) !important;
}
:-ms-input-placeholder {
    color: var(--grey-800) !important;
}
.btn-success {
    width: 100%;
    border: solid 2px #27c483;
    border-radius: 5px;
    line-height:44px;
    padding: 0;
    font-size:18px;
    color: #fff;
    text-transform: none;
    background: #27c483;
    padding: 0 20px 0 20px;
    letter-spacing: 0;
    margin-top: 0;
    font-family:Arial, Helvetica, sans-serif;}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success:hover {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    border-color: #27c483;
    background: #27c483;
}
.btn-success i {
    margin: 0 0 0 5px;
}
.filled p {
    font-size: 12px;
    color: var(--grey-dark);
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
.mid-counter {
    width: 100%;
    float: left;
}
.section-one {
    width: 100%;
    float: left;
    text-align: center;
}
/*.content {
    padding: 90px 0;
    width: 100%;
    display: inline-block;
}*/
ul.ac-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    width: auto;
    float: left;
    border-top: solid 2px #fff;
}
.ac-list li {
    line-height: normal;
    float: left;
}
.ac-list li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 25px 10px 0 0;
    display: block;
    font-family:Arial, Helvetica, sans-serif;}
.ac-list li a i {
    width: 20px;
    height: 19px;
    background: url(../landing-images/thic-list.svg) left top no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
}
.ac-list li a.active i {
    background-position: left bottom;
}
.section-one {
    width: 100%;
    float: left;
    background: var(--bg);
}
.section-one h2.large {
    color: var(--grey-dark);
    margin: 0;
}
.feature-list {
    margin:15px 0 0px 0;
    position: relative;
    height: auto;
}

.feature-list .col-md-4{ padding:0 7px; }
ul.feature-list-left {
    list-style: none;
    margin: 0;
    padding: 45px 60px 0 0;
}
.feature-list-left li {
    line-height: normal;
}
.feature-list-left li a {
    background: none;
    padding: 20px 30px 15px;
    box-shadow: none;
    text-align: left;
    border: solid 1px var(--bg);
    transition: all .5s ease 0;
    display: block;
}
.feature-list-left li a span {
    font-size: 18px;
    color: var(--grey-dark);
    line-height: 33px;
    margin-bottom: 0;
    line-height: 23px;
    padding-bottom: 5px;
    text-align: left;
    display: block;
    font-family:Arial, Helvetica, sans-serif;}
.feature-list-left li a em {
    font-size: 16px;
    color: var(--grey-dark);
    line-height: 21px;
    display: block;
    font-style: normal;
}
.feature-pic img {
    width: 100%}
.feature-list-left li a:hover {
    cursor: pointer;
}
.feature-list-left li a:hover span {
    color: #27c685;
}
.feature-list-left li a.active {
    background: url(../landing-images/feature-shap.svg) left top no-repeat;
    cursor: pointer;
}
.feature-list-left li a.active span {
    color: #27c685;
}
.feature-list-left li a.feature-shap {
    min-height: 135px;
}
.feature-list-left li a.active.feature-shap {
    background: url(../landing-images/feature-shap-one.svg) left top no-repeat;
    cursor: pointer;
}
.feature-list-mobile {
    display: none;
}
.section-two {
    width: 100%;
    float: left;
    background: url(../landing-images/pattern-shap.png) left top repeat #27c483;
    padding: 70px 0;
    text-align: center;
}
.section-two h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    line-height: 45px;
    font-weight: 700;
    font-size: 27px;
}
.section-two h2 span {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
.post-btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 65px;
    font-size: 20px;
    background: #e74c3c;
    border-color: #e74c3c;
    text-transform: uppercase;
    box-shadow: 0 3px 0 #c74134;
   font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.post-btn.focus, .post-btn:focus {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
    box-shadow: none;
}
.post-btn:hover {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
}
.post-btn.active.focus, .post-btn.active:focus, .post-btn.active:hover, .post-btn:active.focus, .post:active:focus, .post-btn:active:hover, .open>.dropdown-toggle.post-btn.focus, .open>.dropdown-toggle.post-btn:focus, .open>.dropdown-toggle.post-btn:hover {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
}
ul.post-list {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
}
.post-list li {
    line-height: normal;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.post-list li i {
    float: left;
    margin: -3px 5px 0 0;
}
.section-three {
    width: 100%;
    float: left;
    background: var(--bg);
    padding: 0;
}
.section-three-left h3 {
    line-height: 40px;
    text-align: left;
    padding-top: 20px;
}
.section-three-left a {
    font-size: 16px;
    color: var(--grey-dark);
    font-weight: 900;
    text-align: left;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif;}
.happy-client-mobile {
    display: none;
}
.section-four {
    width: 100%;
    float: left;
    background: #27c685;
}
.section-four h2.large {
    color: #fff;
    text-align: center;
}
.question-list {
    box-shadow: none;
    background: none;
}
.question-list h4 {
    color: #fff;
}
.question-list p {
    font-size: 16px;
    color: #fff;
    padding-right: 60px;
}
.section-five {
    width: 100%;
    float: left;
    background:/* url(../landing-images/pattern-shap-gray.png) center top repeat*/ var(--bg);
}
.section-five h2.large {
    text-align: center;
    margin-top: 0;
}
.hire-form {
    border: solid 1px #8ce1be;
    background: #fff;
}
.hire-form h3 {
    color: #27c685;
    padding: 0 0 0 50px;
    display: none;
}
ul.hire-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.hire-list li {
    line-height: 55px;
    width: 49.7%;
    display: inline-block;
}
.hire-list li label {
        font-size: 13px;
    width: 100%;
    color: #a0a0a0;
    text-transform: uppercase;
    background: #f7f8f9;
   font-family:Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.hire-list li label.active {
    background: none;
    color: #27c685;
}
.hire-list li label input {
    margin-right: 10px;
}
.hire-form-inside {
    width: 100%;
    padding: 20px 50px 40px;
}
.hire-input {
    margin-bottom: 10px;
    color: var(--grey-dark);
}
.hire-form-inside label {
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 0;
    padding-bottom: 8px;
    font-weight: 400;
}
.hire-form-inside label input {
    margin-right: 8px;
}
.hire-form-inside p {
    color: var(--grey-dark);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 13px;
    text-align: center;
}
.section-six {
    width: 100%;
    float: left;
    background: #27c685;
    text-align: center;
}
.section-six span {
    font-size: 35px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 30px 0;
}

#sync1 .item {
    color: #FFF;
    text-align: center;
}
#sync2 .item {
    padding: 10px 0;
    margin: 8px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    height: 150px;
}
#sync2 .item img {
    border-radius: 100px;
}
#sync2 .owl-item {
    margin: 4px 8px 0;
    position: relative;
}
#sync2 .synced .item img {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    border-radius: 100px;
    transform: scale(1.6);
    margin-top: -6px;
    border: solid 3px rgba(255, 255, 255, 0.2);
}
.slide-sec {
    width: 100%;
    float: left;
}
.slide-sec.owl-carousel .owl-item {
    float: none!important;
    display: inline-block!important;
}
.slide-sec .owl-wrapper {
    width: 100%!important;
}
.owl-buttons {
    display: none;
}
.slide-content {
    width: 100%;
    float: left;
    display: none;
}
.slide-content h5 {
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}
.slide-content em {
    font-style: normal;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}
#sync2 .synced .item .slide-content {
    display: block;
    left: -61%;
    width: 175px;
    bottom: 18px;
    position: absolute;
    z-index: 9999;
}
.jobseeker-banner {
    width: 100%;
    float: left;
    background: url(../landing-images/job-seeker-banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-filled-main{ width: 100%; float: left;  box-shadow: var(--box-shadow-md); background: var(--white); border-radius:var(--border-circle-max);}
.form-filled-main h3{margin: 0px;  padding:0px;  font-weight: normal; color: var(--grey-900);  font-size: 20px;
    font-weight: bold; border-radius:0px;}
.jobseeker-banner-left { width:100%;
    margin-top: 0; float: left;
    position: relative;   
    padding:30px 30px 30px 30px;   
    border-radius:var(--border-circle-max);

}

.jobseeker-banner-left .input{width: 87.2%;}
.jobseeker-banner-left span { margin: 10px 0 0 12px; display: inline-block;}
.jobseeker-banner-left .home_search_key{ width:94%;}
.jobseeker-banner-left .input-list-menu{width:87.2%;  display: inline-block; float: left;}
.jobseeker-banner-left .input-list-menu-one{width:94%;}
.jobseeker-banner-left .seeker_area{ width:94%;}
.jobseeker-banner-left .seeker_otp{width:94%;}

.fa-question-circle {font-size: 16px; color: var(--grey-700);}

.job-seeker-nav {
    margin-top: 0;
}
.job-seeker-nav .navbar-nav > li > a {
    padding: 0;
    line-height: 40px;
}
.jobseeker-banner-left h3.large {
    color: var(--grey-900);
    padding-bottom:15px;
    font-size:20px; font-weight:bold;
}
.jobseeker-banner-left hr{
    margin:0 0px 0px 0px;
    border-top: solid 1px var(--white);
}    
.jobseeker-banner-left p {
    color: var(--grey-800);
    margin: 0;
    font-size: 16px;
    padding-bottom:30px;
}
.jobseeker-banner-left h3 em {
    font-style: normal;
}
.jobseeker-banner-left .check-content ul li {
    font-size: 14px;
    color:var(--grey-800);
    text-align: left;
    display: block;
    width: 100%}
.jobseeker-banner-left .check-content ul li a {
    color: var(--blue);
}
.jobseeker-banner-right {width: 52%; padding-left:30px;  margin-top: 0; display: none;}
.jobseeker-banner-right span {
    font-size: 13px;
    color: #fff;
    font-family: 'hand_of_sean_demoregular';
    padding: 290px 0 20px;
    display: inline-block;
}
.jobseeker-banner-right h2.large {
    padding-bottom: 3px;
    font-size: 44px;
    line-height: 40px;
}
.jobseeker-banner-right h1 {
    padding-bottom: 3px;
    font-size:24px;
    line-height:28px;
    color: #fff;
    padding-top:10px;
    margin: 0;
}

.seeker_landdetail_login h3.large{display:none;} 
.seeker_landdetail_login p{display:none;} 
.seeker_landdetail_login label{font-size:14px !important; font-weight: normal; color:var(--grey-700);}  
input[type=checkbox], input[type=radio]{ margin:4px 8px 0 0;}


.filled .button{ margin-left:0px; border:none; margin-top:15px;}

.jbl-main{ width: 100%; float: left; padding:0px; margin-bottom:15px; /*display:flex;align-items: center; */background: none; box-shadow: none;}


.jbl-left{width:20%; float: left; background:var(--white); border-radius: var(--border-circle-max); box-shadow: var(--box-shadow-md); margin-right:15px; padding:20px; min-height:135px; text-align: center;}
.jbl-left img{width:85%; }
.jbl-right{width:78%; float: left; margin-left:0px; font-size: 24px; font-weight: normal;  line-height: 31px;   padding-bottom: 0px;  margin-top: 0px;
    margin-bottom: 0px; color: var(--grey-900); background:var(--white); border-radius: var(--border-circle-max); box-shadow: var(--box-shadow-md); padding:15px; font-weight: bold; min-height:135px;}
.jbl-right h2{font-size: 24px; color:var(--grey-900); font-weight: bold; margin:0px 0px 10px 0px; padding-bottom:0px;}    
.jbl-right p{font-size:16px; font-weight: normal; line-height:24px; margin-bottom:0px; color: var(--grey-700); padding:0px 0 0px 0;}     


.que-icon i{ color:var(--grey-700);}
.j-employer-head{ margin-top:30px; width: 100%; float:left; text-align:center; padding:0 45px;}
.j-employer-head h5{font-size: 16px; color: var(--grey-900); text-align: center; line-height:30px; margin:0px;}
.j-employer-head h5 p{font-size: 16px; color: var(--grey-900); text-align: center; line-height:30px; margin-bottom:0px;}
.jobseeker-banner-right h1 br{ display: none; }
.jobseeker-banner-right h3 {
    color: #fff;
    border-bottom: solid 1px #fff;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
    font-size: 24px; display: none;
}
.jobseeker-banner-right p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding:0px 0 0;
}
.navbar-right li span {
    font-size: 14px;
    color: #fff;
   font-family:Arial, Helvetica, sans-serif;
    padding: 0 15px;
    display: inline-block;
    background: #27c483;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}

.seeker-submit {
    background: var(--blue);
    border-color: var(--blue);
    
    margin-top: 10px;
}
.seeker-submit:hover, .seeker-submit:focus {
    background: var(--blue-dark);
    border-color: var(--blue-dark);
    
}
.seeker-submit.active.focus, .seeker-submit.active:focus, .seeker-submit.active:hover, .seeker-submit.focus:active, .seeker-submit:active:focus, .seeker-submit:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.seeker-submit:focus, .open > .dropdown-toggle.seeker-submit:hover {
    background: var(--blue-dark);
    border-color: var(--blue-dark);
    
}
.job-seeker-arrow { display: none;
    position: absolute;
    left: -135px;
    top: 490px;
}
.job-seeker-arrow-bottom {
    top: 410px;
}
.seeker-sec-one {width: 100%;  float: left; background: #fff;  text-align: center;  padding: 0; padding: var(--padding-medium);}
.seeker-sec-one h2.large { font-size: 24px;
    text-align: center;  color:var(--grey-900);
    margin-top: 0;
}
/*.seeker-sec-one a {
    color: var(--grey-800);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 40px;
    text-transform:none;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 1px #fff; font-weight: normal;
}
.seeker-sec-one a:hover {
    border-bottom: solid 1px var(--grey-dark);
}*/
.seeker-sec-two { width: 100%; float: left; background:#edeff1; padding: var(--padding-medium);}
.seeker-sec-two h2.large {text-align: center;  color:var(--grey-900); margin-top:0px; font-size: 24px;}
.seeker-benefit-loop {
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0; margin:15px 0 0 0;
    padding:20px;
    text-align: center; box-shadow: var(--box-shadow-md); min-height:180px; border-radius:var(--border-circle-max);
}
.seeker-benefit-loop h6 {
    font-size:16px;
    line-height:20px;
    color: var(--grey-700); margin-bottom:0px;
}
.seeker-benefit-loop i {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: inline-block;
    background: url(../landing-images/seeker-benefits-icon.svg) left top no-repeat;
}
.seeker-benefit-loop i.seek-icon1 {
    background-position: 3px top;
}
.seeker-benefit-loop i.seek-icon2 {
    background-position:-83px -2px;
}
.seeker-benefit-loop i.seek-icon3 {
    background-position: -166px -3px;
}
.seeker-benefit-loop i.seek-icon4 {
    background-position:-247px -3px
}
.seeker-benefit-loop i.seek-icon5 {
    background-position:-333px -3px;
}
.seeker-benefit-loop i.seek-icon6 {
    background-position:-417px -3px;
}
.seeker-form {
    border: solid 1px var(--blue);
}
.seeker-form h2.large {
    text-align: center;
    color: var(--grey-dark);
    padding: 40px 0 0;
    margin-bottom: 5px; font-size: 32px !important;
}
.seeker-form h2 p {
    display: inline-block;
    color: var(--blue);
    font-size: inherit;
}
.seeker-form h2 em {
    font-style: normal;
    font-size: 48px;
    color: var(--blue);
    display: inline-block;
}
.seeker-form em {
    font-size: 14px;
    color: var(--grey-dark);
    text-align: center;
    display: block;
    font-style: normal;
}
.otp-text {
    font-size: 14px;
    color: var(--grey-dark);
    text-align: left;
    display: block;
    font-style: normal;
    padding-bottom: 10px;
}
.otp-text a {
    color: var(--blue);
}
.f-btn {
    width: 100%;
    float: left;
}
.f-btn p {
    display: inline-block; padding-top:0px;
}
.happy-seeker-loop p {
    font-size: 16px;
    color: var(--grey-700);
    line-height: 26px;
    text-align: left;
    padding:0 0px 0 0;
}
.people-detail {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 35px;
    background: url(../landing-images/ques-coma.svg) right 16px no-repeat;
}
.people-detail img {
    float: left;
    margin-right: 15px;
    width: auto;
}
.people-detail h5 {
    margin-bottom: 0; font-size: 16px;
    color: var(--grey-900); 
}
.people-detail span {
    font-size: 14px;
    color: var(--grey-700);
}

.seeker-nav {
    background: none;
    padding: 30px 0 0;
}
.seeker-nav-left p {
    color: #fff;
    font-size: 13px;
    padding-bottom: 8px;
    line-height: normal;
}
.seeker-nav-left p a {
    color: #fff;
    padding-right: 10px;
    text-decoration: none;
}
.seeker-nav-right ul li {
    width: 25%;
    line-height: normal;
}
.seeker-nav-right ul li a {
    color: #fff;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    border-bottom: dotted 1px var(--blue);
}
.seeker-nav-right ul li a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 1px #fff;
}
.seeker-nav-right ul li a.active {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}
.seeker-bottom p {
    color: #fff;
    padding-top: 10px;
}
.hire-sec p em {
    font-size:12px;
    font-style:normal;
}
.hire-sec p em a {
    text-decoration: none;
}
.seeker-bottom a {
    color: #fff;
}
.seeker-bottom ul li {
    color: #fff;
}
ul.seeker-support {
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 20px 0;
    width: 100%;
    float: left;
}
ul.seeker-support li span {
    font-weight: 400;
    color:var(--white);
    font-size: 16px;
}
.co-btn {
    background:none; 
    border-color: var(--white); color: var(--white); box-shadow: none;

}
.co-btn:hover, .co-btn:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--blue);
    box-shadow: none;

}
.co-btn.active.focus, .co-btn.active:focus, .co-btn.active:hover, .co-btn.focus:active, .co-btn:active:focus, .co-btn:active:hover, .open > .dropdown-toggle.co-btn.focus, .open > .dropdown-toggle.co-btn:focus, .open > .dropdown-toggle.co-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--blue);
    box-shadow: none;
}
.employer-price-banner {
    width: 100%;
    float: left;
    background: url(../landing-images/employer-price-banner.jpg) center top no-repeat;
}
.employer-pop {
    width: 810px;
    position: relative;
}
.employer-pop-inside {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.pop-close {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff6f5;
    border-bottom: solid 1px #f8cbc6;
    border-left: solid 1px #f8cbc6;
    font-size: 12px;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none;
}
.pop-close a {
    color: #e74c3c;
    text-decoration: none;
    padding: 0 25px;
    line-height: 44px;
    display: block;
}
.employer-price-left h2 {
    margin: 0;
    padding-bottom: 15px;
}
.employer-price-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.employer-price-left ul li {
    line-height: normal;
    float: left;
    font-size: 14px;
    color: var(--grey-dark);
    padding: 0 20px 20px 0;
}
.employer-price-left ul li i {
    float: left;
    margin-right: 15px;
}
.hurry-btn {
    width: auto;
    float: left;
    border: dashed 1px var(--blue);
    border-radius: 3px;
    padding: 5px 10px 5px 45px;
    font-size: 14px;
    line-height: 19px;
    color: var(--blue);
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    position: relative;
    margin: 15px 0 0 22px;
}
.hurry-btn i {
    position: absolute;
    left: -30px;
    top: -9px;
}
ul.em-plan-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}
.em-plan-list li {
    line-height: normal;
    display: inline-block;
}
.em-plan-list li a {
    font-size: 11px;
    color: #55616e;
    text-transform: uppercase;
    padding-right: 12px;
    line-height: 20px;
}
.em-plan-list li a span {
    width: 20px;
    height: 20px;
    color: #55616e;
    border: solid 1px #55616e;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    line-height: 19px;
}
.em-plan-list li a:hover {
    color: #27c685;
}
.em-plan-list li a:hover span {
    background: #27c685;
    color: #fff;
    border: solid 1px #27c685;
}
.employer-price-right h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: url(../landing-images/green-back-bg.svg) center top no-repeat;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.employer-price-right p {
    font-size: 12px;
    color: var(--grey-dark);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}
.employer-price-right p span {
    color: #e74c3c;
}
.employer-price-right p a {
    display: inline-block;
    line-height: 22px;
    color: #2bc787;
    border: dashed 1px #2bc787;
    padding: 0 5px;
    margin-left: 5px;
}
.em-price {
    width: 100%;
    float: left;
    background: #f9f9f9;
    border: solid 1px #e5e5e5;
    padding: 15px 25px;
    margin-top: 10px;
}
.em-price-left {
    width: 31%;
    float: left;
}
.em-price-left h4 {
    margin: 0;
}
.em-price-left p {
    font-size: 12px;
    color: var(--grey-dark);
    padding: 0;
    text-align: left;
}
.em-price-left span {
    text-decoration: line-through;
    color: var(--grey-dark)!important;
}
.em-price-left em {
    font-size: 18px;
    color: #e74c3c;
    font-style: normal;
}
.em-price-left em.p-blue {
    color: var(--blue);
}
.em-price-left em.p-green {
    color: #27c685;
}
.em-price-left p.small {
    font-size: 12px;
    color: #9399a0;
    font-style: normal;
    text-transform: none;
}
.em-price-mid {
    width: auto;
    float: right;
    margin: 7px 0 0 11px;
}
.em-price-mid ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.em-price-mid ul li {
    line-height: normal;
    float: left;
}
.em-price-mid ul li a {
    font-size: 12px;
    color: #fff;
    background: #e74c3c;
    border: solid 1px #e74c3c;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 12px;
    display: block;
    border-radius: 0 3px 3px 0;
}
.em-price-mid ul li a.white {
    background: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 10px;
    color: #e74c3c;
}
.em-price-mid.medium {
    margin-top: 15px;
}
.em-price-blue ul li a {
    border: solid 1px var(--blue);
    background: var(--blue);
}
.em-price-blue ul li a.blue {
    color: var(--blue);
}
.em-price-green ul li a {
    border: solid 1px #27c685;
    background: #27c685;
}
.em-price-green ul li a.green {
    color: #27c685;
}
.em-price-right {
    width: auto;
    float: right;
    margin: 3px 0 0 15px;
}
.employer-price-right p span i {
    font-family: 'rupee_foradianregular';
    font-size: 12px;
}
.payment-sec {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.payment-sec label {
    font-size: 14px;
    color: #828992;
    font-weight: 400;
    line-height: 20px;
}
.payment-sec span {
    float: right;
}
.form-mobile {
    display: none;
}
.jobseeker-banner {
    background: url(../landing-images/hero-job-seeker-banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-accountant {
    background: url(../landing-images/accountant-cashier.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-babysitter {
    background: url(../landing-images/babysitter-maid-nanny-aaya.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-beautician {
    background: url(../landing-images/beautician.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-bpo {
    background: url(../landing-images/bpo-executive.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-carpentry {
    background: url(../landing-images/carpenter.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-clinical-staff {
    background: url(../landing-images/clinical-staff-nurse-ward-boy.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-cook {
    background: url(../landing-images/cook-chef.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-delivery {
    background: url(../landing-images/delivery-boy.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-driver {
    background: url(../landing-images/driver.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-teacher {
    background: url(../landing-images/teacher.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-electrician {
    background: url(../landing-images/electrician.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-housekeeping {
    background: url(../landing-images/housekeeper-servant.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-it-professional {
    background: url(../landing-images/employer-it-professional-computer-operator.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-machinist {
    background: url(../landing-images/machinist-industrial-staff.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-management {
    background: url(../landing-images/management-manager.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-peon {
    background: url(../landing-images/peon-office-helper.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-personal-assistant {
    background: url(../landing-images/personal-assistant-secretary.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-plumber {
    background: url(../landing-images/plumber.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-receptionist {
    background: url(../landing-images/receptionist.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-sales{
    background: url(../landing-images/sales.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-security {
    background: url(../landing-images/security-guard-bouncer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-tailoring {
    background: url(../landing-images/tailor.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-trainer {
    background: url(../landing-images/trainer-gym-trainer-yoga-trainer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-waiter {
    background: url(../landing-images/waiter-steward.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.seeker-architect {
    background: url(../landing-images/architect-draughtsman.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-construction-labourer {
    background: url(../landing-images/construction-labourer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-data-entry-operator {
    background: url(../landing-images/data-entry-operator.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-designer {
    background: url(../landing-images/dtp-operator-graphic-designer-web-designer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.seeker-developer{
    background: url(../landing-images/developer-software-engineer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-gardener {
    background: url(../landing-images/gardener-maali.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-marketing {
    background: url(../landing-images/marketing.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-mason {
    background: url(../landing-images/mason.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.seeker-mechanic{
    background: url(../landing-images/car-mechanic-bike-mechanic.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-painter {
    background: url(../landing-images/painter.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seeker-photographer {
    background: url(../landing-images/photographer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.seeker-customer-support-executive{
    background: url(../landing-images/customer-support-executive.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.seeker-hardware-networking{
    background: url(../landing-images/hardware-&-networking-engineer.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.seeker-login {
    margin: 75px auto 0;
    width: 350px;
}
.seeker-login-inside {
    border-radius: 0;
    box-shadow: 0 5px 50px rgba(44, 62, 80, 0.9);
    padding: 28px 40px 45px;
    background: #fff;
    box-shadow: 0 5px 50px rgba(44, 62, 80, 0.9);
    text-align: center;
}
.seeker-login-inside h4 {
    margin: 15px 0 0;
    font-weight: 400;
    font-family:Arial, Helvetica, sans-serif;}
.seeker-login-inside p {
    font-size: 16px;
    color: var(--grey-dark);
    margin-top: 2px;
    padding: 0;
}
.seeker-login-inside h6 {
    font-size: 16px;
    color: var(--grey-dark);
    margin-top: 18px;
    line-height: 20px;
}
.seeker-login-inside h4 i {
    font-style: normal;
}
.seeker-login-inside h6 i {
    font-style: normal;
}
.seeker-login-inside p i {
    font-style: normal;
}
.seeker-search-btn {
    width: 100%;
    border-radius: 3px;
    background: var(--blue);
    border: solid 2px var(--blue);
    padding: 0;
    height: 44px;
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 13px;
    line-height: 30px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
}
.seeker-search-btn.focus, .seeker-search-btn.focus:focus {
    color: #fff;
    background-color: var(--dark-blue);
    border: solid 2px var(--dark-blue);
    box-shadow: none;
}
.seeker-search-btn:hover {
    color: #fff;
    background-color: var(--dark-blue);
    border: solid 2px var(--dark-blue);
}
.seeker-search-btn.active.focus, .seeker-search-btn.active:focus, .seeker-search-btn.active:hover, .jj-submit:active.focus, .seeker-search-btn:active:focus, .seeker-search-btn:active:hover, .open>.dropdown-toggle.seeker-search-btn.focus, .open>.dropdown-toggle.seeker-search-btn:focus, .open>.dropdown-toggle.seeker-search-btn:hover {
    color: #fff;
    background-color:var(--dark-blue);
    border: solid 2px var(--dark-blue);
}
.seeker_login .home_search_key {
    text-align: center;
}
.seeker_mobile_login .home_search_key {
    text-align: center;
}
.seeker_otp_login .home_search_key {
    text-align: center;
}
.seeker_detail_login .home_search_key {
    text-align: left;
}
.j-left-input {
    width: 25%;
    height: 44px;
    padding: 0 0 0 31px;
    background: rgba(0, 0, 0, 0) url(../images/india.svg) no-repeat scroll 8px 15px;
}
.j-left-input-right {
    width: 75%;
    height: 44px;
}
.seekloader {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    display: none;
}
.titleloader {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 12px;
    display: none;
}
div.tooltip {
    width: 150px;
}
.ui-widget-content.ui-state-focus {
    background: var(--blue)!important;
    color: #fff!important;
}
.download-app-sec {
    width: 100%;
    float: left;
    background: url(../landing-images/app-hero-banner.jpg) center top repeat-x;    
}
.download-app-sec-left {
    margin:20px 0 0 0;
}

.download-app-sec-left img{height:300px; object-fit: cover;}
.download-app-sec-right h4 {
    font-size:24px;
    color: #fff;
    padding:45px 0 0; font-weight: bold; margin:0 0 10px 0;
}
.download-app-sec-right span {
    font-size:20px;
    color: #fff;
    padding-bottom: 20px;
    display: block; font-weight: normal;
}
.download-app-sec-right p {
    font-size: 14px;
    color: #fff; margin:10px 0px 0px 0px; display: block; float:left;
}
.input-left {
    width: 80px!important;
    float: left;
    height: 45px;
    background: url(../landing-images/flag.svg) 15px 16px no-repeat #fff;
    border: none;
    line-height: 45px;
    color: var(--grey-700);
    border-radius: 3px 0 0 3px;
    padding: 0 10px 0 40px;
    font-size: 16px;
}
.input-right {
    width:41%;
    float: left;
    height: 45px;
    background: #fff;
    border: none;
    line-height: 45px;
    color:var(--grey-700);
    border-radius: 0;
    border-left: solid 1px var(--grey-400);
    padding: 0 15px;
    font-size: 16px;
}
.app-btn-success {
    border: solid 2px var(--blue);
    border-radius: 0 3px 3px 0;
    background: var(--blue);
    padding: 0 24px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    float: left;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    line-height: 36px;
    margin: 0;
}
.app-btn-success.focus, .app-btn-success:focus {
    color: #fff;
    background-color:var(--dark-blue);
    box-shadow: none;
    border-color:var(--dark-blue);
}
.app-btn-success:hover {
    color: #fff;
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.app-btn-success.active.focus, .app-btn-success.active:focus, .app-btn-success.active:hover, .app-btn-success:active.focus, .app-btn-success:active:focus, .app-btn-success:active:hover, .open>.dropdown-toggle.app-btn-success.focus, .open>.dropdown-toggle.app-btn-success:focus, .open>.dropdown-toggle.app-btn-success:hover {
    color: #fff;
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.app-filled {
    width: 100%;
    float: left;
}
.app-filled em {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px; display: none;
}
.app-filled a {
    text-decoration: none; display: block; width: 100%; float: left; padding:15px 0 10px 0;
}
.front-bottom-nav p em {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px;
}
.front-bottom-nav p em a {
    color: #fff!important;
    text-decoration: none;
}
.app-download-here {
    width: 100%;
    float: left;
    text-align: center;
}
.app-download-here p a {
    font-size: 14px;
    color: var(--grey-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 5px;
    display: block;
    text-decoration: none;
}
.app-download-here img {
    width: 100%}
	
.modal{ padding:0px !important;}
.city-popup{width:100%; position:relative; max-width:100%; margin:0px;}


.pop-close {width: auto; position: absolute; right: 0; top: 0; background: #fff6f5; border-bottom: solid 1px #f8cbc6;  border-left: solid 1px #f8cbc6; font-size: 12px; color: #e74c3c; text-transform: uppercase; letter-spacing: 2px;}
.pop-close a {font-size: 10px; height: 25px; letter-spacing: 1px; line-height: 26px; padding: 0 7px 0 8px; color: #e74c3c; text-decoration:none; display:block;}
.pop-close a:hover{color:#e74c3c;}
.filled label{ font-weight:normal; font-size:12px; padding-top:12px;}
.filled label input{ margin:2px 5px 0 0; float:left;}
.hire-form-inside label{ font-weight:normal; font-size:13px; padding-top:12px; float:left; color:var(--grey-dark); padding-top:10px;}
.hire-form-inside label input{ margin:2px 5px 0 0; float:left;}


.seeker_landmobile_login label{ font-size: 14px; margin-bottom:0px; color: var(--grey-700); font-weight: normal;}
.seeker_landmobile_login label input{ margin:0 5px 0 0;}
.we-label{ font-size: 14px; margin-bottom:0px;}
.we-label input{ margin:0 8px 0 0;}
ul.company-list { border: solid 1px var(--grey-400);  border-radius:10px;
    list-style: none;
    margin:15px 0 30px 0; 
    padding: 0;
    display: inline-block;
}
.company-list li {
    line-height: normal;
    float: left;
    width: 20%;
    border-right: solid 1px var(--grey-400);
    border-bottom: solid 1px var(--grey-400);
}
.company-list li a {
    padding: 10px 0;
    border: none; display:block;
}
.company-list li a img {
    width: 75%
}
.coming-sec p {
    margin-top: 10px;
    color: #fff
}

.happy-seeker-loop{ margin-top:15px; }

.happy-seeker-loop ul{list-style:none; margin:12px 0px 12px 0px; padding:0px; float:left;}
.happy-seeker-loop ul li{line-height:normal; display:inline-block;}

.cat-btn{margin-left: 0px; border: none; margin-top: 15px; text-align: left;}
.cat-btn i{float: left; margin: 13px 0 0 0;}

.input-group button.disabled { background: #BBBBBB; }

.input-group button.disabled:hover { background: #929292; }
#wait-postjob{ text-align: center; margin-top:30px;}

#wait-postjob .modal-dialog-new{ max-width:290px; margin:0 auto;}

@media (min-width:768px) and (max-width:1024px) {
    .h1, h1 {
    font-size: 50px;
}
.h2, h2 {
    font-size: 30px;
}
h2.large {
    font-size: 40px;
}
.h3, h3 {
    font-size: 22px;
}
h3.large {
    font-size: 30px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 16px;
}
ul.feature-list-left {
    padding: 0 0 0 15px;
}
.feature-list-left li a {
    padding: 15px;
}
.section-two h2 br {
    display: none;
}
.arrow {
    display: none;
}
.section-three-left h3 {
    margin-top: 0;
    padding-top: 0;
}
.section-six span br {
    display: none;
}
.ban-content-left {
    margin-top: 130px;
}
.ban-content-left h2.large br {
    display: none;
}
.input{ padding:0 15px;}
.input-dob{padding:0 15px;}
.input-list-menu{padding:0 15px;}
.btn-success{ font-size: 16px; padding: 0 20px 0 20px; }
.ban-content-left-text {
    width: 65%}
.ac-list li a {
    font-size: 9px;
}
.input-icon {
    width: 33%}
.filled ul li {
    margin-right: 12px;
}
.filled p {
    font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing: 0;
}

.input-one {
    width:61%!important;
}
.jobseeker-banner-right {
    margin: 0;
}
.jobseeker-banner-right h2.large {
    font-size: 35px;
    line-height: 37px;
}
.jobseeker-banner-right h1 {
    font-size: 35px;
    line-height: 37px;
}
.jobseeker-banner-right p {
    padding: 10px 0 0;
}

.jbl-right{ width:77%;}
.form-filled{ padding:0px; }
}

@media (min-width:320px) and (max-width:767px) {
    .h2, h2 {
    font-size: 20px;
}
h2.large {
    font-size:24px;
}
h3.large {
    font-size: 20px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}


.seeker-container{padding: 0 5%; max-width:100%;}
.jbl-left{ display: none;}
.jbl-right{ width: 100%; margin:0px; }
.jobseeker-banner-left{ width:100%}
.form-filled .col-md-6{ padding:0px 15px !important;}
.form-filled h3.large{ margin-top:0px; padding-bottom:15px;}
.j-employer-head{ padding:0px; }
.feature-list .col-md-4{ padding:0 0px; }
.seeker_landmobile_login label{ margin-bottom:5px;}
.check-content{margin-bottom:0px !important;}
.form-mobile {
    display: block;
}
.ban-content-left {
    margin-top: 0;
}
.form-filled {
    float: left;
    padding: 20px;
}
.filled ul li label {
    font-size: 12px;
}
.filled ul li {
    margin-right: 15px;
}

.filled ul li label {
    font-size: 10px;
}
.banner {height:auto;}
.banner h2 {
    display: none;
}
.ban-content-left h2.large {
    display: none;
}
.ac-list {
    display: none;
}
.form-mobile {
    width: 100%;
    float: left;
    background: #27c685;
    padding: 0 0 50px;
}
.form-mobile .form-filled {
    display: block;
    margin: -200px 20px 15px;
}
.form-mobile .ac-list li a {
    text-transform: none;
    padding-top: 0;
    margin-bottom: 5px;
}
.form-mobile h3.small {
    font-size: 12px;
    color: var(--grey-light);
    font-family: 'hand_of_sean_demoregular';
    background: url(../landing-images/mobile-shape.png) left bottom no-repeat;
    padding: 0 0 20px;
    display: block;
    margin-top: 0;
}

.ac-list li a i {
    background: url(../landing-images/thic-list-mobile.svg) left top no-repeat;
}
.happy-client-mobile a {
    font-size: 14px;
}
.ac-list li a {
    line-height: 25px;
}
.ban-content {
    margin:0px 0 0;
}
.ban-content-left h2.large {
    line-height: normal;
}
.ban-content-left h2.large br {
    display: none;
}
.ban-content-left h2 {
    margin-top: 0;
}
.arrow {
    display: none;
}
.hire-form-inside {
    padding: 20px 35px;
}
.input-icon {
    width: 32%}
.hire-list li {
    width: 48.7%}
.section-four h2.large {
    text-align: left;
    margin-bottom: 0;
}
ul.feature-list-left {
    padding: 0;
}
.question-list p {
    margin-bottom: 0;
}
.question-list h4 {
    margin-top: 0;
}
.feature-list {
    margin-top: 30px;
}
ul.post-list {
    margin-top: 15px;
}
.post-list li i:nth-child(1) {
    display: none;
}
.post-list li:nth-child(2) {
    display: none;
}
.post-list li:nth-child(3) {
    display: none;
}
.section-two {
    padding: 50px 0;
}
.section-three {
    padding: 0;
}
.section-one {
    padding: 0 15px;
}
.feature-list {
    display: none;
}
.feature-pic {
    margin-top: 30px;
}
.section-five .feature-list {
    display: block;
}
.section-four .feature-list {
    display: block;
}
.section-two h2 {
    line-height: 38px;
}
.section-two h2 br {
    display: none;
}

.section-six span {
    font-size: 22px;
}
.section-six span br {
    display: none;
}
.question-list br {
    display: none;
}
.question-list p {
    padding: 0;
    font-size: 14px;
}
.section-three-left {
    margin-bottom: 30px;
}
.post-btn {
    padding: 0 30px;
}
.section-three-left h3 {
    padding: 0;
    margin-top: 0;
}
.section-three-left h3 br {
    display: none;
}
.hire-sec p {
    text-align: center!important;
}
.hire-sec p br {
    display: none;
}
.hire-sec span a {
    padding: 0 5px;
}
.hire-form {
    border: none;
    padding-top: 20px;
    box-shadow: 0 0 8px #eaeaea;
}
.hire-form-inside label {
    font-size: 11px;
}
.hire-form h3 {
    display: block;
    padding-left: 15px;
    margin: 0;
}
ul.hire-list {
    margin: 0 15px;
    position: relative;
    z-index: 9;
}
.hire-list li label input {
    margin-right: 5px;
}
.hire-list li {
    width: auto;
    float: left;
    margin: 0 15px 0 0;
}
.hire-list li label {
    background: none;
}

.section-three h2 {
    padding-bottom: 0;
}
.section-list {
    margin-top: 0;
}
.form-filled {
    display: block; padding:0px;
}


#sync2 .item {
    height: 145px;
}
#sync2 .owl-item {
    margin: 4px 1px 0;
}
.slide-content h5 {
    font-size: 18px;
}
#sync2 .synced .item .slide-content {
    left: -66%}
.happy-client-mobile {
    display: block;
}
.section-three-left h3 {
    text-align: center;
    line-height: normal;
}
.section-three-left-right {
    display: none;
}
.happy-client-mobile a {
    font-size: 16px;
    color: var(--grey-dark);
    font-weight: 900;
    text-align: left;
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
   font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}
.section-three-left a {
    display: none;
}
.section-one h2.large {
    padding-bottom: 30px;
}
.feature-list-mobile {
    display: block;
}
.feature-list-mobile-loop {
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #c5c5c5;
    border-radius: 0;
    margin: 0 0 15px;
    background: none;
    min-height: 150px;
    position: relative;
}
.border-right {
    position: absolute;
    right: -15px;
}
.feature-list-mobile-loop h5 {
    font-size: 14px;
}
.section-two h2 {
    line-height: normal;
}
.seeker-form-mobile {
    background: var(--blue);
}
.navbar-right li span {
    padding: 10px 10px 0;
}
.seeker-sec-two .feature-list {
    display: block;
}
.seeker-benefit-loop {
    padding: 20px;
}
.jobseeker-banner-right h1 {
    font-size: 25px;
    line-height: normal;
}
.seeker-sec-one .feature-list-mobile {
    display: none;
}
.seeker-sec-one .feature-list {
    display: block;
}
.seeker-form em {
    padding: 0 15px;
}
.jobseeker-banner-right {
    display: none;
}
.jobseeker-banner {
    background: rgba(0, 0, 0, 0) url(../landing-images/job-seeker-banner-mobile.jpg) no-repeat scroll center top / cover;
}
.jobseeker-banner-left p {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
}
.seeker-form h2.large {
    padding-top: 0;
}
.happy-seeker-loop p {
    padding-right: 0;
}
.happy-seeker-loop {
    width: 100%;
    float: left;
    margin-bottom:15px; padding:0px;
}
.people-detail {
    margin-top: 10px;
}
ul.seeker-support {
    padding: 10px 8%}
.seeker-support li a {
    font-size: 14px;
    padding: 0 0 8px;
}
ul.seeker-support li span {
    padding-bottom: 8px;
    display: inline-block;
}
.seeker-form h2.large {
    text-align: left;
    padding-left: 25px;
}
.seeker-form em {
    text-align: left;
    padding-left: 25px;
}

.form-mobile .jobseeker-banner-right {
    display: block;
    padding-left: 20px;
    float: left;
}
.form-mobile .jobseeker-banner-right h2 {
    display: block;
    font-size: 30px;
    line-height: normal;
}
.jobseeker-banner-right p {
    font-size: 20px;
    line-height: 20px;
}
.input-one {
    width: 56%!important;
}
.jobseeker-banner-right p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
}
.seeker-form h2 em {
    font-size: 25px;
    padding: 0;
    display: inline-block;
}
.input-list-menu {
    margin-bottom: 10px;
}
.btn-success {
    font-size: 13px;
}
.support-list li a {
    margin: 0;
}
.support-list li a span {
    border-bottom: solid 1px #3394ff;
    padding: 0;
}
.support-list li a:hover span {
    border-bottom: solid 1px #fff;
}
.seeker-submit {
    margin-top: 0;
}
.feature-list-mobile-loop h5 {
    font-size: 14px;
}
.section-two h2 {
    line-height: normal;
}

.download-app-sec-right h4 {
    padding-top: 0;
    
}
.input-right {
    width: 70%;
    border-radius: 0 3px 3px 0;
}
.app-btn-success {
    width: auto;
    padding: 0 6px;
    margin-top: 11px;
    font-size: 12px;
    border-radius: 3px;
}
.app-filled a {
    float: left;
    margin:8px 0 0 0;
}
.seeker-sec-one{ display: none; }
.que-icon{ display:none !important;}
.feature-list{ margin-bottom:0px;}
.jjseeker_reset_submit{ margin-top:15px;}
.page-in ul li.prev-page{ width:100%; margin-bottom:10px;}
.page-in ul li.next-page{ width:100%; margin-top:10px;}
.jobseeker-banner-right h1{ padding-top:30px;}
.jobseeker-banner-left{ padding:20px; }
.seeker-sec-two{ padding-top:0px; }

.jobseeker-banner-left .col-md-6{ padding:0px 15px !important;}
.download-app-sec{ -webkit-background-size: cover;   -moz-background-size: cover; -o-background-size: cover;background-size: cover;}

.jbl-right {font-size: 16px; line-height: 22px; padding:20px;}
.jbl-right p{font-size: 16px; line-height: 22px; }
.seeker-sec-one-bottom{ display: block;}

.jobseeker-banner-left .home_search_key{width:87%; }
.jobseeker-banner-left .input-list-menu-one{width:88%; }
.jobseeker-banner-left .seeker_otp{width:88%; }

.filled .button{padding:0 15px; margin:0px;}

.seeker-sec-two h2.large{ text-align: left;}
.feature-list{margin-top:0px;}
.banner{padding-bottom:30px;}
.seeker-sec-one{padding:30px 0;}
.seeker_landdetail_login label{padding:15px 0;}
.jobseeker-banner-left hr{border:none; margin:0px;}
.seeker-sec-two{display: none;}
.download-app-sec{display: none;}
.seeker-sec-one-bottom{ display: none;}
.latest-main{ display:none;}
.jbl-right h2{ display:block; font-size: 20px;}
.jobseeker-banner-left h3.large{ display: none; }

.jobseeker-banner-left .check-content ul li{ font-size: 12px; letter-spacing:0px;}
.input-group-bottom{ margin-bottom:0px; }
.form-filled-main{ overflow: hidden;}


#wait-postjob{margin:15px;}
.banner{ padding-top:15px;}
/*.jobseeker-banner-left .input-list-menu{width:100%;}
.jobseeker-banner-left .input{width:100%;}
.jobseeker-banner-left .home_search_key{width:100%;}*/

}