body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  color: #140b0e;
  font-weight: 700;
}

img {
  max-width: 100%;
}

.header {
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  z-index: 9;
  width: 100%;
  background: #fff;
}

.logo img {
  max-height: 70px;
}


.footer {
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 13px;
  background-color: #000000;
  border-top: 1px solid #666666;
  color: #eee;
}

.footer hr {
  border-top: 1px solid #393939;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer a {
  color: #fff;
}

.footer p {
  margin-bottom: 0;
}

.form-section {
  background-color: #f6f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
  flex: 1 1 auto;
}

.home-section {
  background: url("../img/banner.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

.home-section .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.home-section * {
  color: #fff;
}

.home-section .container {
  position: relative;
  z-index: 2;
}

.home-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-heading {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 10px;
}

.popular-section {
  background-color: #f6f7fa;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.course-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e4e4e4;
  border-radius: 9px;
  display: block;
  text-decoration: none;
}

.course-box:hover {
  text-decoration: none;
}

.course-box .thumb img {
  width: 100%;
}

.course-box .details {
  padding: 20px;
}

.listing-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.listing-box {
  margin-top: 40px;
  position: relative;
  padding: 25px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 7px 7px;
  border-bottom: 2px solid #140b0e;
  box-shadow: rgba(33, 33, 33, 0.055) 0 4px 24px 5px;
  display: flex;
}

.school-logo {
  max-width: 300px;
  flex: 0 0 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.school-logo a {
  display: block;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #ebebeb;
  border-radius: 7px; */
}

.school-logo a img {
  max-width: 90%;
  width: 100%;
}

.school-logo .star-rating {
  text-align: center;
  font-size: 22px;
}

.school-details {
  flex: 1 1 auto;
  padding-left: 25px;
}

.school-details h3>a,
.school-details h3 {
  color: #f87002;
}

.school-details h3>a:hover {
  text-decoration: none;
  color: #140b0e;
}

.infomation {
  background-color: #f87002;
  color: #fff;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.infomation-box {
  padding: 20px;
}

.infomation h3 {
  margin-bottom: 10px;
}

.infomation * {
  color: #fff;
}

.icon-heading {
  font-size: 62px;
  display: block;
  font-weight: normal;
}

.text-blue {
  color: #f87002;
  font-weight: bold;
}

.checklist {
  max-width: 500px;
}

.checklist p {
  position: relative;
  padding-left: 35px;
}

.checklist .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #f87002;
}

.checklist.for-mobile {
  margin-top: 20px;
}

.form-error-msg {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;

  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-box .form-group {
  margin-bottom: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-box {
  background-color: #fefefe;
  border-bottom: 3px solid #f87002;
  box-shadow: rgba(33, 33, 33, 0.06) 0 4px 24px 5px;
  border-radius: 8px 8px;
  padding: 30px 40px 30px 40px;
  text-align: center;
  position: relative;
}

.form-box h4 {
  font-size: 18px;
}

.form-box-header h3 {
  color: #f87002;
}

.form-box .form-box-body label {
  display: block;
  text-align: left;
}

.form-box-footer {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-box-footer .btn {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 52px;
}

.form-box-footer a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box-footer .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.form-box-footer .btn-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #999999;
  color: #fff;
  left: 15px;
  transform: translateY(-50%);
  top: 50%;
  float: none;
  padding: 0;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box-footer .btn-prev .icon {
  left: auto;
  top: auto;
  transform: none;
  position: relative;
}

.form-box-footer .btn-done,
.form-box-footer .btn-next {
  float: none;
}

.form-box-footer .btn-done .icon,
.form-box-footer .btn-next .icon {
  right: 10px;
}

.form-group i {
  position: absolute;
  font-size: 18px;
  top: 12px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #ccc;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}

.line:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #f87002;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-control:focus+.line:before {
  width: 100%
}

.form-control {
  height: 55px;
  padding-left: 35px;
  padding-right: 20px;
  color: #656565;
  border: none;
  background-color: transparent;
  font-size: 14px;
  border-bottom: 0px solid #959595;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 12px), calc(100% - 15px) calc(1em + 12px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 2em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.error+.line {
  background: #f00;
}

.form-control:focus {
  box-shadow: none;
  color: #656565;
  border-color: #ededed;
  background-color: #fff;
}

.form-control[disabled] {
  opacity: 0.5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.star-rating {
  color: #f4c150;
  display: inline-block;
}

.rating-text {
  color: #999999;
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f87002;
  border-color: #f87002;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

/* disabled */
.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 0.65;
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

/* slick */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none !important;
}

.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.slick-list.draggable {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.questionnaires {
  min-height: 177px;
}

.home-section select option {
  color: #777;
}


.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.header-menu li {
  margin: 0 15px;
}

.header-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 30px 5px;
  display: inline-block;
}

.header-menu li a:hover {
  color: #f87002;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: 5px;

}

.contact-us-wrap {
  padding: 70px 0
}

.contact-item {
  padding: 25px;
  border-radius: 0;
  position: relative;
  height: 100%;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
  box-shadow: 0 0 20px rgba(0, 0, 0, .09);
}

.contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-item .contact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #f87002;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-flex;
  font-size: 45px;
  color: #fff;
  margin-bottom: 25px;
}

.contact-item:hover .contact-icon {
  background: #000;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-item .contact-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-item .contact-info a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 400;
}

.contact-content .content-title {
  margin-bottom: 30px;
}

.content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #000;
}

.content-title h2 {
  font-size: 40px;
  font-weight: 700;
  /* margin: 0; */
}

.content-title p {
  padding-right: 25px;
  color: #000;
}

.social-profile {
  padding: 0;
  margin: 0;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.contact-content .social-profile li a {
  width: 45px;
  height: 45px;
  background-color: transparent;
  transition: .5s ease all;
  display: inline-flex;
  font-size: 45px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  border: 1px solid #c9c9c9;
}

.contact-content .social-profile li a i {
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.social-profile.style1 li a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.custom-form label.error {
  position: absolute;
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #f00;
}

.custom-chk {
  display: flex;
  margin-top: 10px;

}

.custom-chk label {
  transition: .5s ease all;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.custom-chk input[type=checkbox],
.custom-chk input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #c7c3c3;
  margin: 3px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.custom-chk input[type=checkbox]:disabled,
.custom-chk input[type=radio]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.custom-chk input[type=checkbox]:after,
.custom-chk input[type=radio]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.custom-chk input[type=checkbox]:checked:after,
.custom-chk input[type=radio]:checked:after {
  transform: scale(.5);
}

.custom-chk input[type=checkbox] {
  border-radius: 2px;
}


.custom-chk input[type=checkbox]:after {
  width: 16px;
  height: 26px;
  position: relative;
}

.custom-chk input[type=checkbox]:checked {
  border: none;
  background-color: #fb7b14;
}

.custom-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.custom-chk label.active,
.custom-chk label:hover {
  /* border: 2px solid #3c3b6e; */
  /* background: rgb(0 177 142 / 17%); */
}


.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

.custom-radio [type="radio"]:checked+label:before {
  border: 2px solid #fb7b13 !important;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ababab;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fb7b13;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-radio {
  display: flex;
  flex-wrap: wrap;
}

.custom-radio p {
  margin-right: 20px;
}

.signup-wrap {
  padding: 70px 0;
  /* background: #f8fafc; */
  background-size: cover;
  background-position: center;
  /* min-height: 800px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}

.singn-block {
  /* background: rgb(255 255 255 / 99%); */
  padding: 45px;
  /* max-width: 650px; */
  margin: auto;
  /* box-shadow: 0 0px 8px rgb(0 0 0 / 10%); */
  border-radius: 5px;
}


.custom-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.custom-list li {
  padding-left: 30px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}

.custom-list li a {
  color: #2c2c2c;
  text-decoration: underline;
}

.custom-list li:before {
  content: "\F134";
  margin-left: -30px;
  top: 2px;
  width: 13px;
  height: 13px;
  font-weight: 900;
  position: absolute;
  background-size: contain;
  display: inline-block;
  color: #f87002;
  font-family: bootstrap-icons !important;
}

.card-block {
  background: #fff;
  padding: 45px;
  box-shadow: 0 0 1rem rgb(0 0 0 / 2%);
}

.card-block h1 {
  font-size: 35px;
  font-weight: 900;
}

.card-block h2 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-block img {
  width: 100%;
  border: 1px solid #eee;
  /* margin-top: 30px; */
  padding: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.card-block img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.card-block p {
  color: #000;
  font-weight: 400;
}

.age-select {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.age-select a {
  width: 100%;
  text-align: center;
  background: #ed0000;
  color: #fff;
  padding: 16px 20px;
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 5px;
}


.age-select a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #000;
}








.btn-post {
  background: #f87002;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid #f87002;
}

.btn-post:hover {
  background: transparent;
  color: #f87002;
}

.btn-signin {
  background: transparent;
  color: #000;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid #000;
  min-width: 130px;
}

.btn-signin:hover {
  background: #000;
  color: #fff;
}


.job-search-area {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0px 0px 8px rgb(0 115 230 / 18%);
  border-radius: 5px;
  max-width: 950px;
  margin: 30px auto 20px;
}

.job-search-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  gap: 20px;
}

.job-title,
.zipcode {
  /* border: 1px solid #e9e9e9; */
  /* border-radius: 5px; */
  /* background: #f4f7fd; */
  /* height: 60px; */
  /* padding-left: 60px; */
  width: 100%;
  position: relative;
}

.job-title::before,
.zipcode::before {
  content: "";
  width: 1px;
  height: 22px;
  background: #c1c1c1;
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.job-title i,
.zipcode i {
  position: absolute;
  color: #000;
  left: 18px;
  top: 18px;
  opacity: .5;
}

.job-search-area form .form-inner input {
  height: 60px;
  background: #f4f7fd;
  font-weight: 400;
  font-size: .938rem;
  line-height: 18px;
  padding: 20px 20px 20px 0;
  line-height: 1;
  width: 100%;
  outline: 0;
  padding-left: 60px !important;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #000;
}

.zipcode {
  max-width: 310px;
}

.job-search-area form .form-inner input.error {
  border: 2px solid #ffe0e0;
  background-color: #fff3f3;
}

.form-inner label.error {
  display: none !important;
}

.job-search-area form .form-inner input.valid {
  border: 2px solid #8ec79b;
  background-color: #f5fff7;
}


.default-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  padding: 15px 10px;
  border: 1px solid #f87002;
  text-align: center;
  text-transform: uppercase;
  transition: all .4s ease 0s;
  z-index: 2;
  width: auto;
  min-width: 250px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #ff8a2c 0, #f87002 100%);
  background-repeat: repeat-x;
}

.default-btn:hover {
  color: #fff;
  transition: .4s;
  background-image: linear-gradient(to bottom, #f87002 0, #ff8a2c 100%);
}

.hero-content p {
  color: #fff;
  max-width: 767px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
}

.hero-content h1 {
  font-size: 45px;
  color: #fff;
}

.count-text {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
}

.counter-title {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0;
}

.count-box {
  border-right: 1px solid #fff;
}

.about-section {
  padding-top: 90px;
  padding-bottom: 150px;
}

.title {
  font-size: 35px;
  color: #000;
  margin-bottom: 30px;
}

.img-1 {
  box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
  border-radius: 10px;
}

.about-img {
  position: relative;
  margin-right: 20%;
}

.img-2 {
  position: absolute;
  right: -85px;
  width: 280px;
  bottom: -70px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
}

.section-light {
  background: #fff;
  padding: 90px 0;
  padding-top: 30px;
}

.quote-box {
  padding: 45px;
  border-radius: 10px;
  background: #ffe9d7;
  position: relative;
}

.quote-section,
.blog-section {
  padding: 90px 0;
}

.announce-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 360px;
  background-repeat: no-repeat;
  background-position: -10px 20px;
  background-size: cover;
}

.news-block {
  position: relative;
  margin-bottom: 25px;
}

.news-block .inner-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.news-block .image-box img {
  display: block;
  width: 100%;
  min-height: 258px;
  object-fit: cover;
  transition: all .3s ease;
}

.news-block .lower-content {
  padding: 20px 20px 16px;
  position: relative;
}

.news-block .post-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news-block .post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.news-block .post-meta li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: dimgray;
  margin-right: 15px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.news-block .post-meta li a,
.news-block .post-meta li a:hover {
  color: inherit;
}

.news-block .lower-content .h3,
.news-block .lower-content h3 {
  font-size: 18px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-block .lower-content .text {
  font-size: 14px;
  line-height: 24px;
  color: dimgray;
  margin-bottom: 15px;
}

.news-block .read-more {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
}

.news-block .inner-box:hover img {
  transform: scale(1.1);
}

.blog-section {
  background: #ffe9d7;
}

.main {
  margin-top: 85px;
}

.inner-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/job-list-hero.jpg);
  position: relative;
  background-size: cover;
}

.inner-hero:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 52%);
  width: 100%;
  height: 100%;
}

.single-job-items:hover {
  box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;

  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-job-items {
  /* padding: 25px 30px; */
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
}

.single-job-items .job-items {
  display: flex;
  align-items: center;
  padding: 25px;
}

.single-job-items .company-img a {
  border: 1px solid #eee;
  display: flex;
  padding: 8px;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.single-job-items .company-img img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.single-job-items .job-tittle h4 i {
  float: right;
  width: 35px;
  height: 35px;
  background: #f9dac1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 15px;
  cursor: pointer;
}

.single-job-items .job-tittle h4 {
  color: #000;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.job-breif {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.7;
}

.single-job-items .job-tittle ul li:last-child {
  margin-right: 0px;
}

.single-job-items .job-tittle ul li {
  display: inline-block;
  margin-right: 48px;
  font-size: 15px;
  color: #808080;
  line-height: 1.8;
}

.inner-content {
  padding: 90px 0;
  background: #f8fafc;
}

.comp-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comp-text {
  width: calc(100% - 65px);
}

.tag-list {
  display: flex;
}

.job-tags {
  display: inline-block;
  background: #fff2e7;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 10px;
  border-radius: 35px;
}

.job-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 10px 25px;
  border-top: 1px solid #eee;
}

.job-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
}

.job-footer ul li {
  margin-right: 25px;
}

.btn-apply {
  background: #f87002;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
}

.btn-apply:hover {
  background: #000;
  color: #fff;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.ls-pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.ls-pagination li {
  position: relative;
  margin: 0 5px;
  font-size: 14px;
  color: #000;
  line-height: 45px;
  min-width: 45px;
  font-weight: 400;
  text-align: center;
}

.ls-pagination li.next a,
.ls-pagination li.prev a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  /* margin: 0 12px; */
}

.ls-pagination li a {
  position: relative;
  display: block;
  color: #000;
  border-radius: 50%;
  font-weight: 600;
  transition: all .3s ease;
  text-decoration: none;
  background: #fff;
}

.ls-pagination li a.current-page,
.ls-pagination li a:hover {
  background: #f87002;
  color: #fff;
}

.blog-single {
  background: #fff;
}

.blog-single img {
  width: 100%;
  margin-bottom: 25px;
}

.blog-details {
  padding: 30px 0;
}

.post-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecedf2;
  border-top: 1px solid #ecedf2;
  padding: 30px 0;
  margin-top: 50px;
}

.post-control .next-post,
.post-control .prev-post {
  position: relative;
}

.post-control i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}

.post-control .next-post i {
  right: 0;
}

.post-control .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;
  padding-left: 30px;
}

.post-control .h5,
.post-control h5 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #202124;
  font-weight: 500;
  margin: 0;
}

.post-control h5 a {
  color: #000;
}

.post-control .next-post {
  text-align: right;
}

.post-control .next-post .icon {
  left: auto;
  right: 0;
}

.post-control .next-post .title {
  padding-left: 0;
  padding-right: 30px;
}

.feedback-form {
  margin-top: 40px;
  border: 1px solid #eee;
  padding: 45px;
  border-radius: 10px;
}

.ccpa-from .form-control {
  padding-left: 0 !important;
}

.breadcumb {
  padding: 40px 0;
  background: #000;
}

.sms-signup {
  background: #f8fafc;
}


@media (max-width:767px) {
  .job-search-area form {
    flex-wrap: wrap;
  }

  .job-search-area .form-inner,
  .job-search-area .default-btn {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 35px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .header-btn {
    display: none;
  }

  .header {
    padding: 10px 0;
  }

  .logo img {
    max-height: 55px;
  }

  .header-menu li a {
    padding: 10px 0px;
  }

  .count-text {
    font-size: 35px;
  }

  .count-box {
    border: 0;
    margin-bottom: 20px;
  }

  .infomation,
  .about-section,
  .section-light,
  .blog-section,
  .quote-section,
  .contact-us-wrap,
  .signup-wrap,
  .inner-content {
    padding: 30px 0;
  }

  .img-2,
  .announce-img {
    display: none;
  }

  .about-img,
  .img-3 {
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  body,
  .custom-list li,
  .post-control .title {
    font-size: 14px;
  }

  .quote-box {
    padding: 30px;
    text-align: center;
  }

  .footer ul {
    text-align: center !important;
  }

  .footer {
    font-size: 12px;
  }

  .home-section {
    min-height: auto;
    margin-top: 75px;
  }

  h2 {
    font-size: 25px;
  }

  .post-control h5 a {
    display: none;
  }

  .feedback-form {
    margin-top: 30px;
    padding: 25px;
  }

  .main {
    margin-top: 75px;
  }

  .inner-hero {
    min-height: auto;
  }

  .breadcumb h1,
  .inner-hero h1 {
    font-size: 25px;
  }

  .singn-block {
    padding: 0;
    margin-top: 30px;
  }

  .comp-content,
  .tag-list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .comp-text {
    width: 100%;
  }

  .single-job-items .job-tittle h4 i {
    display: none;
  }

  .single-job-items .job-tittle h4 {
    font-size: 16px;
  }

  .job-tags {
    margin: 5px 5px;
  }

  .job-footer {
    flex-wrap: wrap;
    text-align: center;
  }

  .job-footer ul {
    flex-wrap: wrap;
  }

  .job-footer ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-apply {
    width: 100%;
    padding: 10px 15px;
  }

  .m-block {
    width: 100%;
  }
}











.step-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgb(0 0 0 / 18%);
}

.step-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  background: url(../img/bg-1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.step-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
  padding: 45px;
  background-color: #fff;
}

.step-box h2 {
  font-weight: 800;
  color: #f87002;
  margin-bottom: 5px;
}

.step-box h3 {
  font-size: 25px;
}

.step-box p {
  font-size: 16px;
  font-weight: 500;
}

.step-box p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.btn-one {
  background: #f87002;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid #f87002;
  min-width: 150px;
  display: inline-block;
  transition: .5s ease all;
  margin-right: 10px;
}

.btn-one:hover {
  color: #f87002;
  text-decoration: none;
  background: transparent;
}

.btn-two {
  background: #000;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid #000;
  min-width: 150px;
  display: inline-block;
  transition: .5s ease all;
}

.btn-two:hover {
  color: #000;
  text-decoration: none;
  background: transparent;
}


.btn-three {
  background: #757575;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border: 2px solid #757575;
  min-width: 150px;
  display: inline-block;
  transition: .5s ease all;
}

.btn-three:hover {
  color: #000;
  text-decoration: none;
  background: transparent;
}

.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.box-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.box-offer-img {
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.box-offer-img:hover img {
  transform: scale(1.1);
}

.box-offer-img img {
  transition: .5s ease all;
  border: 1px solid #eee;
  padding: 5px;
}


.box-offer-img-two {
  max-width: 300px;
  margin: auto;
  overflow: hidden;
}

.box-offer-img-two:hover img {
  transform: scale(1.1);
}

.box-offer-img-two img {
  transition: .5s ease all;
  border: 1px solid #eee;
  padding: 5px;
}

.vertical-btn {
  display: block !important;
  max-width: 400px;
  margin: auto;
  padding-top: 20px;
}

.vertical-btn a {
  width: 100%;
  margin: 5px 0;
}

.skip-btn {
  color: #aaa;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
  display: block;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.step-box .custom-chk label {
  width: 49%;
  margin-bottom: 15px;
  background: #fff5ed;
  padding: 15px;
  font-size: 14px;
}

.step-box .custom-chk {
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-box .custom-chk label:hover,
.step-box .custom-chk label.active {
  background: #f87002;
  color: #fff;
}

.step-box .custom-chk label:hover {
  transform: scale(1.05);
}

.step-box .custom-chk input[type=checkbox]:checked {
  border: none;
  background-color: #000000;
}

.step-box .custom-chk input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.step-box .custom-chk input[type=checkbox]:after {
  top: 2px;
  transform: scale(0.7);
}

.step-box .custom-radio [type="radio"]+label {
  background: #f87002;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.step-box .custom-radio p {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
}

.step-box .custom-radio {
  justify-content: space-between;
  max-width: 350px;
  margin: auto;
}

.step-box .custom-radio [type="radio"]+label {
  transition: .5s ease all
}

.step-box .custom-radio [type="radio"]+label:hover,
.step-box .custom-radio [type="radio"]:checked+label {
  background: #000;
}

.step-box .custom-radio [type="radio"]+label:hover {
  transform: scale(1.05);
}


.step-box .custom-radio [type="radio"]+label:before,
.step-box .custom-radio [type="radio"]+label:after {
  opacity: 0
}


.step-wizard {
  width: 100%;
  margin: auto;
  max-width: 800px;
}

.wizard-title {
  margin: 0;
  background: #fff;
  text-align: center;
  font-size: 18px;
}

.step-bar__item a {
  font-size: 16px;
}

.step-bar {
  margin: auto;
  padding: 0;
  display: table;
  width: 100%;
  /* max-width: 800px; */
  /* margin-bottom: -8px; */
}

.step-bar__item {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #4f4f4f;
  text-align: center;
  position: relative;
  border-right: 2px solid #fff;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  transition: .5s ease all;
}

.step-bar__item a,
.step-bar__item a:visited,
.step-bar__item a:hover {
  display: block;
  padding: 15px 15px 15px 25px;
  text-decoration: none;
  color: #fff;
}

.step-bar__item:before,
.step-bar__item:after {
  content: "";
  height: 0;
  width: 0;
  border-width: 23px 0 25px 20px;
  border-style: solid;
  position: absolute;
  left: 100%;
  top: 0;
  transition: .5s ease all;
}

.step-bar__item:before {
  border-color: transparent transparent transparent #fff;
  left: 0;
}

.step-bar__item:after {
  border-color: transparent transparent transparent #4f4f4f;
  z-index: 1;
}

.step-bar__item:first-child:before {
  display: none;
}

.step-bar__item:last-child {
  border-right: none;
}

.step-bar__item:last-child:after {
  display: none;
}

.step-bar__item:hover {
  background-color: #f87002;
}

.step-bar__item:hover:after {
  border-left-color: #f87002;
}

.step-bar__item_active {
  background-color: #f87002;
  color: #fff;
  cursor: default;
  font-weight: bold;
  pointer-events: none;
}

.step-bar__item_active a,
.step-bar__item_active a:visited,
.step-bar__item_active a:hover {
  text-decoration: none;
  color: #fff;
}

.step-bar__item_active:after {
  border-color: transparent transparent transparent #f87002;
}

.step-bar__item_active:hover {
  background-color: #a6ce39;
}

.single-item {
  padding: 15px 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  align-items: center;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.single-item:hover {
  box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
  padding-right: 30px;
}

.item-right {
  float: right;
  width: 160px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.item-right a {
  margin: 0;
}

.item-right .btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

.item-img a {
  width: 85px;
  height: 85px;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.item-img img {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: auto;
}

.item-details {
  text-align: left;
  width: 100%;
}

.item-details h4 {
  color: #121212;
  font-size: 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 800;
  margin-bottom: 5px;
}




.box-form label {
  font-size: 14px;
  font-weight: 600;
  transition: .5s ease all;
}

.box-form .form-control {
  background: #fff;
  height: 55px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 2px;
  color: #777;
  border: 2px solid #efefef;
  padding: 15px;
}


.box-form select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 2em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.box-form .form-grid {
  margin-bottom: 18px;
}
.box-form label a{
  color: #000;
  text-decoration: underline;
}


.radio-two-group {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.radio-two {
	background: #fff9f4;
	border-radius: 0px;
	height: 50px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 130px;
	border: 2px solid #f87002;
}

.radio-two-input {
	-webkit-appearance: none;
	appearance: none;
}

.radio-two-input::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
}

.radio-two-input:checked::before {
	background: #f87002;
}
.radio-two-input:checked+label{
  color:#fff;
  position: relative;
}
.radio-two-input::after {
	content: '';
	cursor: pointer;
	height: 15px;
	border-radius: 50px;
	border: 2px solid #f87002;
	left: 12%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
}

.radio-two-input:checked::after {
	border: 4px solid #ffffff;
}

.radio-two-label {
	color: #f87002;
	margin-left: 40px;
	z-index: 1;
	/*position: absolute; This is an alternative option */
	margin-bottom: 0 !important;
	margin-top: 12px;
}

.radio-two-input:checked ~ .form-label {
	color: #ffffff;
}
.custom-btn-group {
  justify-content: space-between;
  max-width: 350px;
  margin: auto;
}

.custom-btn-group .custom-btn {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  background: #f87002;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: .5s ease all;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
}  
.custom-btn-group .custom-btn:hover{ 
  transform: scale(1.05);
      background: #000;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width:767px) {
  .step-bar__item {
    display: block;
    border: 0;
  }

  .step-bar__item:after,
  .step-bar__item:before {
    display: none !important;
  }

  .step-bar__item a {
    font-size: 14px;
    border: 1px solid #eee;
    margin-top: -1px;
    padding: 10px;
  }

  .step-section {
    padding: 20px 0;
  }

  .step-box {
    padding: 25px;
  }

  .single-item {
    display: block;
    text-align: center;
  }

  .item-left {
    width: 100%;
    padding: 0;
    display: block;
  }

  .item-details {
    text-align: center;
  }

  .item-details h4 {
    font-size: 18px;
  }

  .item-details p {
    font-size: 14px;
  }

  .item-right {
    float: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .step-box h3 {
    font-size: 20px;
  }

  .step-box p {
    font-size: 14px;
  }

  .btn-flex {
    display: block;
  }

  .btn-flex a {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .step-box img {
    width: 100%;
    ;
  }

  .step-box .custom-radio [type="radio"]+label {
    font-size: 14px;
  }

  .step-box .custom-chk label {
    width: 100%;
    margin-bottom: 10px;
  }
}