.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
span.step1 {
    padding: 3px 9px;
    background: #28a76b;
    border-radius: 10px;
    color: #fff;
    font-size: 8pt;
    font-family: roboto;
}
img.arrow-left {
    margin-top: 30px;
}
.steps {
    font-family: roboto;
    font-size: 8pt;
    padding-left: 25px;
    margin-top: 20px;
}
ul.menubar {
    margin-top: 30px;
    font-size: 15pt;
    font-family: roboto;
}
span.step2 {
    padding: 3px 9px;
    background: #e1e1e1;
    border-radius: 10px;
    color: #fff;
    font-size: 8pt;
    font-family: roboto;
}
span.step2data {
    color: #e1e1e1;
}
span.sep1 {
    position: absolute;
    margin-top: -5px;
    margin-left: -65px;
    color: #e1e1e1;
}
span.sep2 {
    position: absolute;
    margin-top: -5px;
    margin-left: 10px;
    color: #e1e1e1;
}
p.sep {
    width: 190px;
    margin: auto;
    text-align: center;
   font-family: 'Roboto', sans-serif;
	font-size:9pt;
}
.registerform1 input {
    font-size: 8px;
    font-family: arial;
    width: 190px;
    height: 30px;
    margin: auto;
    border-bottom: 3px solid #efefef;
}
.googlebutton {
    background: #fff;
    color: #000;
    font-size: 7pt;
    width: 190px;
    border: 1px solid #efefef;
}

.registerform1 {
    margin-top: -40px;
}
.formcontainer {
    background: #fff;
    padding: 15px 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #efefef;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#efefef;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #efefef ;
}
.menubar li{
	list-style:none;
}
.menubar li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2d2d2d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
}
p.terms {
    font-size: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 190px;
    line-height: 12px;
    margin: auto;
}
.facebookbutton {
    background: #4a64af;
    width: 190px;
    font-size: 7pt;
}
p.formheadingsmall {
    width: 222px;
    margin: auto;
    font-size: 9pt;
    padding-bottom: 15px;
}
p.formheading {
    width: 222px;
    margin: auto;
    padding: 15px 0px;
    font-size: 15pt;
    padding-top: 35px;
}
.formsidebar {
    background: #000;
    color: #fff;
}
.submitbutton {
    background: #28a76b;
    width: 190px;
    height: 35px;
    margin: auto;
    font-size: 9pt;
    border: 1px solid #e1d1e1;
}

.readyjobtitle {
    height: 130px;
    background: #e9e9e9;
}
.readyjobtitle h1 {
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	margin-top:40px;
}
.content {
    height: auto;
    background: #f6f6f6;
    min-height: 500px;
    padding-bottom: 50px;
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.footer-bottom {
    height: 80px;
    background: #f6f6f6;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.bg-black {
    background: #000;
    height: 55px;
    padding: 3px 15px;
}
.text-small {
  font-size: 85%;
}
ul.navbars li {
    display: inline;
	float:left;
    list-style: none;
}
a.nav-link.active {
    border-bottom: 3px solid #28a76b;
}
ul.navbars li a {
    color: #fff;
    font-size: 6pt;
    font-weight: bold;
}
.dropdown-toggle {
  outline: 0;
}
.footer {
    height: 50px;
    background: #f1f1f1;
}


.bg-white .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.row.headerhome {
    border-bottom: 1px solid #D8D8D8;
}
p.headingtext {
    font-size: 78px;
    font-family: Roboto;
    color: #151515;
    padding-top: 100px;
    line-height: 110%;
}
.headingimage {
    padding-top: 40px;
}
.Headingtabs {
    box-shadow: 0px 7px 20px rgb(0 0 0 / 16%);
    height: auto;
    border-radius: 5px;
    padding: 15px 25px;
	font-family: roboto;
	margin-top: 50px;
} 
span.whitetab:hover {
    background: #28A76B;
     padding: 10px 15px;
    font-size: 13px;
    line-height: 19px;
    color: #FDFDFD;
    border-radius: 5px;
	font-weight:500;
}
.heading {
    padding-bottom: 80px;
}
span.whitetab {
     padding: 10px 15px;
    font-size: 14px;
    line-height: 19px;
	font-weight:500;
    color: #151515;
	border-right:1px solid rgba(21, 21, 21, .2);

}
span.whitetab1 {
    padding: 10px 15px;
    font-size: 14px;
	font-weight:500;
    line-height: 19px;
    color: #151515;
	
}
span.whitetab1:hover {
    padding: 10px 15px;
    font-size: 14px;
	font-weight:500;
    line-height: 19px;
    color: #fff;
	 background: #28A76B;
	 border-radius: 5px;
}
.aboutus {
    background: #E7F7EF;
    padding-bottom: 70px;
}

.aboutusheading {
    font-size: 45px;
    color: #151515;
    font-family: roboto;
    text-align: center;
    padding-top: 70px;
	border-top: 3px solid #28A76B;
}
p.aboutuscontent {
    padding-top: 70px;
    font-family: roboto;
    font-size: 20px;
    line-height: 34px;
    color: #4D4D4D;
}
p.aboutuscontent {
    font-family: roboto;
    font-size: 20px;
    line-height: 34px;
    color: #4D4D4D;
}
p.aboutuscontent1 {
    font-family: roboto;
    font-size: 20px;
    line-height: 34px;
    color: #4D4D4D;
}
.localsearch{
    background: #28A76B;
    padding-top: 80px;
    padding-bottom: 80px;	
	
}
.localsearch .heading {
    text-align: center;
    color: #FFFFFF;
    font-size: 35px;
}
.jobeseeker ul li:hover {
    background: #c8d3c9;
    color: #000;
    padding-left: 10px;
}
.listinggreen {
    background: #48b481;
    padding: 25px 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #fff;
	margin-right: 15px;
	border-radius: 5px;
	font-size:16px;
}
.listingwhite{
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    color: #000;	
	padding: 25px 15px;
	border-radius: 5px;
}
.bookinterview{
    background: #E7F7EF;
    padding-top: 80px;
    padding-bottom: 80px;		
	
}
.jobeseeker{
	background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;	
}

.jobeseeker .heading {
    text-align: center;
    font-size: 45px;
    color: #151515;
    font-family: roboto;
}	
.bookinterview .heading {
    font-size: 38px;
    font-family: roboto;
    color: #151515;
    padding-bottom:70px;
	padding-top:20px;

}
.jobeseeker ul {
    float: left;
    padding-left: 30px;
}
.jobeseeker ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: roboto;
    padding-bottom: 22px;
    padding-top: 22px;
    list-style: none;
	border-bottom: 1px solid #e3e4e6;
}
.bottomtabs {
    padding-top: 30px;
    margin: auto;
}
.footer p {
    text-align: center;
    font-size: 16px;
    font-family: serif;
    line-height: 130%;
    color: #FFFFFF;
    padding-top: 30px;
}
.contentlisting .listinggreen {
    margin-left: 50px;
}
li.last {
    border-bottom: none !important;
}
.footer {
    height: 80px;
    background: #151515;
    color: #FFFFFF;
    font-size: 14px;
    font-family: roboto;
	margin:-20px;
}
img.jobseekerli {
    width: 35px;
    padding-right: 15px;
}
ul.navigation li a{
   color: #151515;
}
ul.navigation {
    margin-top: 25px;
    float: right;
}
ul.navigation li {
    float: left;
    margin-left: 35px;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
	color: #151515;
	font-family: Roboto;
}
a.login {
    background: #000;
    color: #fff !important;
    padding: 6px 22px;
}
ul.navigation select.form-select {
    padding: 6px 22px;
	border: 1px solid #28A76B;
	color: #151515;
	font-weight: 400;
	font-size: 14px;
 
}
.form-item {
    margin: 0px !important;
    margin-top: -5px !important;
}
.country-select .country-list .country.highlight {
   width: 134px;
}
.country-select .country-list{
	width: 150px;
}
input#country_selector {
    border: 1px solid #CCC;
    width: 150px;
}
.country-select .country-list .country {
   margin-left: 0;	
}
.manager {
    max-width: 459 px;
    min-height: 490px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
   padding-right: 0px !important;
   padding-left: 0px  !important;
}

p.aboutuscontent span {
    color: #28A76B;
    font-weight: bold;
}