body {
  font-family: Merriweather, serif !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 300;
  color: #6c7178;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1e20;
  font-weight: 400;
  margin: 0 auto 15px;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  margin-bottom: 30px;
}
a,
a strong {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  text-decoration: none;
  color: #4460c8;
}
a strong:hover,
a:focus,
a:hover {
  text-decoration: underline;
  outline: 0;
  color: #082cb0;
}
ol,
ul {
  margin: 0 0 20px;
}
ol li,
ul li {
  margin: 0 0 18px;
}
strong,
ul li strong {
  color: #111;
  font-weight: 500;
}

/*css for sticky image*/
.locker{
    position: relative !important; 
}
.threshold {
    position: sticky !important;
}
.locker__image{
    position: relative !important;
}
.locker__container{
     position: sticky !important;
      position: -webkit-sticky !important;
      top: 150px !important;
      height: 100vh !important; 
      display: flex !important;
}
.locker__image img{
        width: auto !important;
        height: 70vh !important;
        position: absolute !important;
        transition: all 1s ease !important;
}
.hi_image{
    opacity: 0 !important;
    position: relative !important;
}
.hi_image.hi_active{
    opacity: 1 !important;
}


.locker__section{
    height: 100vh !important; 
    display: flex !important;
}
/*end css for sticky image*/

.btn {
  background: #e89b05;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  height: auto;
  margin: auto;
  letter-spacing: 2.5px;
  padding: 11px 40px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.btn.btn-lg {
  line-height: 30px;
  padding: 16px 45px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 1px 20px;
  line-height: 26px;
}
.btn.btn-xs {
  font-size: 11px;
  padding: 1px 18px;
  line-height: 22px;
}
.btn.outline-btn:hover,
.btn:focus,
.btn:hover {
  color: #fff;
  outline: 0;
  background: #f9a501;
  box-shadow: none;
  border-color: #f9a501;
}
.btn-link {
  font-weight: 500;
  color: #f9a501;
}
.btn.outline-btn {
  background: 0 0 !important;
  color: #f9a501;
  border: #f9a501 solid 1px;
  letter-spacing: 1px;
  font-weight: 700;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-label {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 1px;
  display: block;
}
.form-control {
  background: #fff none repeat scroll 0 0;
  border: #ccc solid 1px;
  box-shadow: none;
  color: #888;
  font-size: 14px;
  height: 50px;
  line-height: 40px;
  padding: 10px 15px;
}
textarea.form-control {
  padding: 15px 20px;
  min-height: 150px;
}
.form-control:hover {
  box-shadow: none;
  outline: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #cbe3f6;
  outline: 0;
}
.secondary-bg {
  background: #14181a;
}
.primary-bg {
  background: #4460c8;
}
.gray-bg {
  background: #f5f6fd;
}
.dark-overlay {
  position: relative;
}
.dark-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.section-padding {
  padding: 80px 0;
}
.section-header {
  margin: 0 auto;
  max-width: 710px;
  padding-bottom: 30px;
}
.section-header h2 {
  margin: 0 auto 36px;
  font-size: 40px;
}
.z-index {
  z-index: 2;
  position: relative;
}
.divider {
  border-top: #e7e7e7 solid 1px;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
  color: #fff;
}
#header {
  background: 0 0;
  left: 0;
  right: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: 999;
  position: fixed;
  padding: 15px 0;
}
#header.nav-stacked {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
}
#header.sticky {
  position: fixed;
  top: 0;
  background: #fff;
}
@-webkit-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#header.sticky,
.fadeHeaderInDown {
  -webkit-animation-name: fadeHeaderInDown;
  -moz-animation-name: fadeHeaderInDown;
  -o-animation-name: fadeHeaderInDown;
  animation-name: fadeHeaderInDown;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:not(.is-alternate) {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
#header.nav-stacked.transparent {
  position: absolute;
  background: 0 0;
  box-shadow: none;
}
#header.nav-stacked.transparent.sticky {
  position: fixed;
  top: 0;
  background: #1d1d1d;
}
#intro {
  background: #f5f6fd;
  padding: 180px 0 120px;
}
.intro_text {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
.intro_text h1 {
  font-size: 35px;
  line-height: 40px;
}
.intro_text p {
  font-size: 18px;
  color: #484747;
  letter-spacing: 1px;
}
.intro_text .search_wrap p {
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.7;
  text-align: left;
  padding-left: 38px;
}
.search_wrap {
  margin: 0 auto;
  width: 95%;
}
.search_wrap form {
  position: relative;
}
.search_wrap .form-control {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px;
  margin: 0 auto 5px;
}
.search_wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #e89b05;
}
.navbar-header {
  float: left;
}
.header-btn {
  float: right;
}
.header-btn .btn {
  background: #e89b05;
  padding: 6px 26px;
}
.header-btn .btn.outline {
  background: 0 0;
  border: #e89b05 solid 1px;
  color: #e89b05;
  margin-right: 8px;
}
.leftside_img {
  position: absolute;
  top: 45%;
  left: -50px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rightside_img {
  position: absolute;
  top: 45%;
  right: -100px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#company_logo {
  padding: 45px 0;
}
section#facts {
  background: #f5f6fd;
}
#company_logo h5 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto 34px;
}
.logo_wrap {
  text-align: center;
}
.logo_wrap img {
  margin: 0 auto;
  max-width: 100%;
}
.logo-wrap-wp {
  width: 9%;
  margin: 0 0.3%;
  padding: 10px 15px;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
  height: 66px;
  vertical-align: middle;
  flex: 0 1;
}
.facts_icon {
  position: absolute;
  top: 10px;
  right: 60px;
}
.facts_info {
  padding: 0 220px 0 130px;
  border-right: #e2e8ee solid 1px;
}
.facts_info.rightside {
  text-align: left;
  border: 0;
  padding: 0 0 0 220px;
}
.facts_info.rightside .facts_icon {
  right: inherit;
  left: 50px;
}
.facts_info p {
  font-size: 20px;
  line-height: 30px;
}
.facts_info h3 {
  font-size: 80px;
  font-weight: 800;
}
.pattern_bg {
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.primary-bg .section-header h2 {
  color: #fff;
}
#featured-counselor {
  position: relative;
}
.counselor_box {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.counselor_box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
  top: -5px;
}
.counselor_img {
  margin: 0 auto 25px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.counselor_img.counselor_img_bg {
  background-position: center;
  background-size: cover;
}
.counselor_box h5 {
  margin: 0 auto 5px;
  font-weight: 500;
}
.counselor_box p {
  color: #3246ca;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 auto 15px;
}
.company_logo {
  margin: 0 auto 20px;
  min-height: 50px;
}
.steps_img {
  text-align: right;
}
.steps_img img {
  max-width: inherit;
  float: right;
}
#how_it_work h2 {
  margin: 0 auto 45px;
  letter-spacing: 1px;
}
.steps_wp {
  position: relative;
  padding: 0 0 20px 140px;
}
.steps_icon {
  position: absolute;
  top: 5px;
  left: 0;
}
.steps_wp h3 {
  font-size: 25px;
}
.services-box {
  background: #fff;
  padding: 40px 17px;
  text-align: center;
  height: 100%;
}
.services-box img {
  margin: 0 auto 20px;
}
.services-box p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
}
#testimonials .section-header {
  padding-bottom: 00px;
}
.testimonial_wrap {
  padding: 70px 70px 70px 350px;
  border-radius: 30px;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
  position: relative;
  background: #fff;
}
.client_image {
  position: absolute;
  top: 50px;
  left: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.testimonial_wrap h5 {
  font-weight: 600;
  margin: 0 auto 5px;
}
.client_company {
  color: #2a66b0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 auto 20px;
}
.testimonial_wrap p {
  margin: 0 auto;
}
.testimonial_wrap:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #f3f2f2;
  border-radius: 30px;
  z-index: -1;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -25px;
  right: -25px;
  height: 1px;
}
.owl-nav div {
  float: left;
  font-size: 0;
  height: 50px;
  width: 50px;
  margin-top: -22px;
  position: relative;
}
.owl-nav div.owl-next {
  float: right;
}
.owl-nav div::after {
  position: absolute;
  top: 0;
  content: "\f104";
  font-family: fontawesome;
  font-size: 40px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 48px;
}
.owl-nav div.owl-next:after {
  content: "\f105";
}
.owl-dot {
  display: inline-block;
  height: 4px;
  width: 17px;
  background: #d6dcf9;
  margin: 0 2px;
  border-radius: 2px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.owl-dot.active {
  background: #3246ca;
  width: 26px;
}
.video_wrap_m {
  background: #fff;
  border-radius: 6px;
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 0 20px;
}
.vodeo_img_wp {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  margin: -35px -35px 30px;
}
.author-info {
  margin: 0 auto 20px;
  overflow: hidden;
}
.author-img {
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.author-info {
  font-weight: 500;
  font-size: 13px;
}
.video_wrap_m h4 {
  font-size: 23px;
  line-height: 30px;
}
.video_wrap_m h4 a {
  color: #000;
}
#videos .btn-link {
  font-size: 22px;
}
.footer_bottom {
  padding: 20px 0;
  background: #fff;
}
.footer_bottom p {
  margin: 0 auto;
  font-weight: 400;
}
.follow_us {
  text-align: right;
}
.follow_us ul {
  padding: 0;
  margin: 0 auto;
}
.follow_us ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.follow_us ul li a {
  display: block;
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  background: #111;
  opacity: 0.7;
}
.follow_us ul li a:hover {
  opacity: 1;
}
.follow_us ul li a.facebook {
  background: #4a72b8;
}
.follow_us ul li a.twitter {
  background: #00c1f7;
}
.follow_us ul li a.linkedin {
  background: #0b82c4;
}
.follow_us ul li a.youtube {
  background: #f53630;
}
.follow_us ul li a.snapchat {
  background: #dec918;
}
.follow_us ul li a.instagram {
  background: #54539d;
}
.footer_top {
  background: #1e2b41;
  padding: 55px 0;
  color: #fff;
}
.footer_top h5 {
  color: #fff;
  font-weight: 600;
  margin: 0 auto 26px;
  font-size: 20px;
}
.footer_top ul {
  padding: 0;
  margin: 0 auto;
}
.footer_top ul li {
  list-style: none;
  margin: 0 auto 2px;
}
.footer_top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.download-btn {
  padding: 7px 25px;
  border-radius: 3px;
  border: #fff solid 1px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto 11px;
  min-width: 170px;
  text-align: center;
}
.download-btn i {
  font-size: 20px;
}
.download-btn:hover {
  background: #4460c8;
  color: #fff;
  text-decoration: none;
  border-color: #4460c8;
}
.quick_help {
  padding: 50px 0;
  color: #fff;
}
.more_help {
  border-right: rgba(255, 255, 255, 0.2) solid 1px;
  padding: 15px 60px 15px 0;
}
.more_help h6 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 6px;
}
.more_help h2 {
  color: #fff;
  margin: 0 auto 25px;
}
.newsletter_wrap h6 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.newsletter_wrap h2 {
  color: #fff;
  margin: 0 auto 25px;
  font-size: 33px;
}
.more_help .btn,
.newsletter_wrap .btn {
  background: #e89b05;
  padding: 6px 26px;
}
.more_help .white-btn {
  background: no-repeat;
  color: #fff;
  border: #fff solid 1px;
  margin-left: 10px;
}
.newsletter_wrap .form-group {
  float: left;
  width: 32.33%;
  margin: 0 1% 0 0;
}
.newsletter_wrap .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  border: 0;
  box-shadow: none;
  color: #888;
  font-size: 13px;
  height: 44px;
  line-height: 39px;
  padding: 7px 24px;
}
.inner_pages {
  background: #f4f6fe;
}
.inner_pages #header {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#inner_intro {
  padding: 60px 0 110px;
  text-align: center;
}
#inner_intro h1 {
  color: #fff;
  margin: 0 auto 20px;
  max-width: 85%;
  font-size: 44px;
}
#inner_search {
  margin-top: -78px;
}
#inner_search .form-group {
  float: left;
  width: 21%;
  margin-right: 1%;
  margin-bottom: 0;
}
#inner_search form {
  background: #fff;
  padding: 30px 27px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.09) 0 0 30px;
  display: table;
  width: 100%;
}
#inner_search .form-control {
  font-size: 13px;
  height: 52px;
  line-height: 30px;
  padding: 10px 22px;
}
.select {
  position: relative;
}
.select select {
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
#inner_search .btn {
  padding: 11px 28px;
  margin-top: 28px;
}
#inner_search .form-label {
  margin-left: 14px;
}
.page-container {
  padding: 60px 0;
}
.sidebar_widgets {
  background: #fff;
  padding: 30px 26px;
  margin: 0 auto 20px;
}
.widgets_title {
  background: #f5f6fd;
  padding: 15px 14px;
  margin: 0 auto 20px;
  border-left: #4460c8 solid 3px;
}
.widgets_title h6 {
  margin: 0 auto;
  font-weight: 500;
}
.sidebar_widgets p {
  margin: 0 auto 15px;
  font-size: 15.5px;
  line-height: 27px;
}
.sidebar_points {
  padding: 8px 12px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  margin: 0 auto 20px;
}
.sidebar_points h6 {
  font-size: 16px;
  font-weight: 500;
}
.sidebar_points img {
  margin-right: 5px;
}
.sidebar_points ul {
  padding: 0 0 0 16px;
}
.listing_container {
  overflow: hidden;
  background: #fff;
  padding: 22px 25px;
  border-radius: 5px;
  border: #ececec solid 1px;
  margin: 0 auto 25px;
}
.counselor_image {
  float: left;
  width: 20%;
  position: relative;
}
.counselor_image p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #f94e78;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.counselor_info {
  float: left;
  width: 50%;
  margin-left: 3%;
  padding: 13px 0;
}
.counselor_action {
  float: right;
  width: 26%;
  text-align: center;
  padding: 10px 0;
}
.counselor_action p {
  color: #949494;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin: 0 auto 8px;
}
.counselor_action .btn.btn-sm {
  background: #4460c8;
  letter-spacing: 0.2px;
  text-transform: inherit;
  padding: 6px;
  width: 100%;
  margin: 0 auto 8px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
}
.counselor_action .btn.btn-sm.btn-outline {
  background: 0 0;
  color: #4460c8;
  border: #4460c8 solid 1px;
}
.counselor_action .btn.btn-sm.btn-outline:hover,
.counselor_action .btn.btn-sm:hover {
  background: #5372e6;
  color: #fff;
}
.image_wrap {
  overflow: hidden;
  border-radius: 6px;
  width: 134px;
  height: 134px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.counselor_image p {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #f94e78;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
  font-size: 14px;
  line-height: 33px;
}
.counselor_info h4 a {
  color: #1f1f1f;
}
.counselor_info h4 a:hover {
  color: #4460c8;
}
.counselor_info h4 {
  margin: 0 auto 10px;
  font-weight: 500;
}
.counselor_info .btn-link {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #4460c8;
}
.verified_label {
  border: #03bc19 solid 1px;
  font-size: 12px;
  color: #03bc19;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.counselor_info h6 {
  font-size: 15px;
  font-weight: 400;
  color: #6c6c6c;
}
.counselor_info h6 img {
  display: inline-block;
  margin-right: 7px;
  vertical-align: sub;
}
.ratings {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
  color: #a0a0a0;
}
i.active {
  color: #e1b004;
}
.custom-select a {
  font-size: 13px;
}
.custom-select {
  height: 50px !important;
  border: 1px solid #cecccc !important;
  border-radius: 30px !important;
}
.custom-select div ul li {
  margin: 0;
  font-size: 14px;
}
#listing-header {
  padding: 45px 0;
}
.pricing-wrap {
  background: #fff;
  padding: 30px 0;
  border-radius: 5px;
  text-align: center;
}
.pricing-wp:first-child {
  padding: 0 20px 30px;
  border-bottom: #e4e4e4 solid 1px;
  margin: 0 auto 24px;
}
.extra_question {
  text-align: center;
  background: #4460c8;
  padding: 10px 0;
  color: #fff;
}
.extra_question .btn {
  font-size: 12px;
  padding: 6px 37px;
  line-height: 28px;
}
.extra_question p {
  margin: 0;
  display: inline-block;
  padding-right: 30px;
}
.price {
  color: #5c5b5b;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
  margin: 0 auto 2px;
}
.pricing-wp p {
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 21px;
}
.pricing-wp .btn {
  font-size: 13px;
  padding: 8px 40px;
}
.listing-info {
  text-align: center;
  color: #fff;
  position: relative;
}
.listing-info .image_wrap {
  margin: 0 auto 30px;
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 6px;
  overflow: visible;
}
.listing-info .verified_label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  z-index: 223;
  background: #fff;
  padding: 4px 10px;
  max-width: 90px;
  line-height: 18px;
  margin: 0 auto;
  font-size: 13px;
}
.listing-info h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.listing-info h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto 14px;
}
.listing-info h4 img {
  background: #fff;
  width: 32px;
  padding: 3px 3px 5px;
  border-radius: 50%;
  height: 32px;
}
.listing-info h4 {
  color: #fff;
  font-size: 25px;
}
.content-wrap {
  background: #fff;
  padding: 35px;
  margin: 0 auto 40px;
}
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
  font-weight: 500;
}
.card-header {
  background-color: #fff;
  border: 0;
}
.card-header h5 {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
.card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 25px 30px;
}
.card-body p {
  margin: 0 auto 8px;
}
.card {
  margin: 0 auto 12px;
  border: 0;
}
.card-header div {
  position: relative;
  padding: 16px 0 16px 75px;
  cursor: pointer;
}
.card-header .services-icons-box {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 0;
}
.card-heading:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 15px;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.card-heading::before {
  position: absolute;
  top: 49%;
  right: 10px;
  content: "";
  width: 15px;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
}
.collapsed.card-heading::before {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#accordion {
  margin: 0 auto 40px;
}
.training__info {
  padding: 20px 0;
}
.post_category {
  margin: 0 auto 10px;
}
.post_category a {
  border: 1px solid #4460c8;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  margin: 0 1px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
}
.post_category a:hover {
  background: #4460c8;
  color: #fff;
  text-decoration: none;
}
.post_by {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto 15px;
}
.post_by > a {
  font-weight: 700;
}
.training-header {
  float: left;
  width: 78%;
  margin: 0 auto 20px;
  border-right: #eee solid 1px;
}
.course_meta.training-price {
  float: right;
  width: 21%;
  text-align: center;
  padding: 0 8px;
}
.training-price p {
  color: #111;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto 12px;
}
.training-price p span {
  display: block;
  font-weight: 300;
  color: #555;
  font-size: 15px;
  letter-spacing: 1px;
}
.ratings_wrap_wp {
  position: absolute;
  bottom: -59px;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
  color: #777;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  left: 0;
  right: 0;
  max-width: 210px;
}
.yellow-color,
i.active {
  color: #ea7d1c;
}
.reviews-list-wp {
  position: relative;
  padding: 0 0 1px 80px;
  margin: 30px auto 0;
}
.reviews-list-wp p {
  margin: 0 auto 8px;
  font-size: 15px;
  line-height: 24px;
}
.reviews-list-wp h6 {
  margin: 0 auto 0;
}
.reviews-list-wp h6 span {
  font-size: 12px;
  color: #777;
  margin-left: 5px;
}
.us-img {
  position: absolute;
  top: 0;
  left: 0;
}
.avg-ratings {
  border-bottom: rgba(0, 0, 0, 0.08) solid 1px;
  padding: 0 0 25px;
}
.review-time {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  letter-spacing: 0.3px;
  margin: 0 auto 5px;
}
.image_wrap {
  background-size: 100%;
  -moz-background-size: 100;
  -webkit-background-size: 100;
  -o-background-size: 100;
  background-attachment: scroll;
}
.reg_select .custom-select {
  width: 100%;
}
.reg_select .custom-select a {
  width: 102%;
}
span.required {
  color: red;
  vertical-align: bottom;
  font-weight: 800;
  line-height: 19px;
}
a.close {
  cursor: pointer;
}
#blog_intro {
  padding: 50px 0;
  text-align: center;
}
#blog_intro h1 {
  color: #fff;
  margin: 0 auto;
  max-width: 85%;
  font-size: 44px;
}
.post-wrap-wp {
  background: #fff;
  margin: 0 auto 30px;
  box-shadow: rgba(0, 0, 0, 0.03) 0 10px 20px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.post-wrap-wp:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 0 10px 40px;
}
.author-img-wp {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  background: #eee;
}
.post-info-wp {
  padding: 26px 30px 30px;
}
.post-info-wp h2 {
  font-size: 26px;
  margin: 0 auto 22px;
}
.post-info-wp h2 a {
  color: #222;
}
.post-category a:hover,
.post-info-wp h2 a:hover {
  color: #4460c8;
  text-decoration: none;
}
.post-category {
  margin: 0 auto 10px;
}
.post-author a {
  color: #555;
  font-size: 14px;
}
.post-category a {
  font-weight: 500;
  font-size: 14px;
  color: #ed9f06;
}
.pagination {
  clear: both;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  list-style: none;
}
.pagination ul li .page-numbers {
  display: block;
  padding: 2px 10px;
  font-size: 23px;
  color: #a1a1a1;
}
.pagination ul li .page-numbers.current,
.pagination ul li .page-numbers:hover {
  color: #4460c8;
}
.related-post {
  background: #fff;
}
.related-post .post-wrap-wp {
  box-shadow: rgba(0, 0, 0, 0.08) 0 10px 20px;
  margin: 0 auto 10px;
}
.blog-detail-wrap {
  padding: 60px 0;
}
.sidebar-widget .widgets_title {
  text-transform: uppercase;
}
.blog-sidebar .sidebar-widget {
  background: #fff;
  padding: 28px;
  margin: 0 auto 20px;
}
.sidebar-widget .post-info-wp {
  padding: 10px 0;
}
.sidebar-widget .post-info-wp h5 a {
  color: #000;
}
.sidebar-widget .post-info-wp h5 a:hover {
  color: #082cb0;
}
.latest-post-wp {
  margin: 0 auto 20px;
}
.blog-categories ul {
  padding: 0;
  margin: 0 auto;
}
.blog-categories ul li {
  position: relative;
  list-style: none;
  margin: 0 auto 15px;
}
.blog-categories ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  color: #555;
  font-size: 18px;
}
.blog-categories ul li a:after {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: fontawesome;
  content: "\f105";
}
.blog-categories ul li a:hover,
.blog-categories ul li a:hover:after {
  color: #082cb0;
}
.blog-container {
  background: #fff;
  padding: 40px;
}
.blog-container .post-img-wp {
  margin: 0 -40px 30px;
}
.blog-container p {
  font-size: 16px;
}
.blog-container li {
  margin: 0 auto 12px;
  font-size: 18px;
}
.blog-container h1 {
  margin: 0 auto 30px;
  font-size: 42px;
  line-height: 44px;
}
.post-meta-wp {
  overflow: hidden;
  margin: 0 auto 25px;
}
.post-meta-wp .post-author {
  float: left;
  width: 50%;
}
.share-post-wp {
  float: right;
  width: 50%;
  text-align: right;
}
.share-post-wp ul {
  padding: 0;
  margin: 0 auto;
}
.share-post-wp ul li {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
}
.share-post-wp ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin: 0 1px;
  font-size: 16px;
}
.share-post-wp ul li.facebook-icon a {
  background: #3b5998;
}
.share-post-wp ul li.twitter-icon a {
  background: #55acee;
}
.share-post-wp ul li.google-icon a {
  background: #f13c2f;
}
.share-post-wp ul li.linkeding-icon a {
  background: #478cec;
}
.share-post-wp ul li.whatsapp-icon a {
  background: #23cd63;
}
.page-container .post-wrap-wp h2 {
  font-size: 21px;
  line-height: 32px;
  margin: 0 auto 18px;
}
#comments {
  padding: 0 0 50px 0;
}
#respond {
  padding-top: 40px;
}
.all_comments {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: #999 solid 1px;
}
.all_comments ul.commentlist {
  padding: 0;
  margin: 0;
}
.all_comments ul li {
  list-style: none;
  margin: 0 auto;
}
.all_comments ul li.pingback {
  margin-bottom: 15px;
}
.comment-author img {
  border-radius: 50%;
  max-width: 50px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
.comment-meta {
  clear: both;
}
.comment-metadata a {
  color: #bbb;
  font-size: 13px;
  line-height: 17px;
  display: inherit;
  font-style: italic;
}
.comment-metadata a:hover {
  color: #1294b1;
}
.comment .reply,
.comment-content {
  padding-top: 0;
  clear: both;
  padding-left: 60px;
}
.comment .reply a {
  font-size: 15px;
}
.comment-content p {
  margin: 0 auto 5px;
  font-size: 15px;
  line-height: 24px;
}
.comment article {
  padding: 15px 0;
  border-top: 1px solid #999;
}
.all_comments h4 {
  margin-bottom: 15px;
}
.about-content p {
  font-size: 17px;
  line-height: 33px;
}
.team-img {
  text-align: center;
  width: 196px;
  height: 196px;
  background: #000;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
}
.team-wrap {
  background: #fff;
  padding: 30px 30px 30px 255px;
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  position: relative;
  margin: 0 auto 20px;
}
.team-wrap h4 {
  margin: 0 auto 10px;
}
.team-wrap h6 {
  color: #4460c8;
}
.team-wrap p {
  font-size: 14px;
  margin: 0 auto 15px;
  line-height: 25px;
}
.page-container h2 {
  font-size: 35px;
  line-height: 46px;
}
.quick-act {
  text-align: center;
  padding: 40px 150px 20px;
}
.video_text_m {
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: 700;
}
iframe.video_extra_m {
  width: 100%;
  height: 475px;
  margin-bottom: 10px;
}
.free-consultation-lable {
  width: 170px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.free-consultation-lable img {
  max-width: 150px;
}
.free-consultation-lable p {
  font-size: 12px;
  line-height: 20px;
}
div#emp_referrals {
  margin-bottom: 10px;
}
.resources-wrap {
  background: #fff;
  padding: 25px;
  text-align: center;
  margin: 15px auto 0;
  height: 97%;
}
.resources-wrap p {
  font-size: 14px;
  line-height: 25px;
}
.resources-wrap h4 {
  font-size: 19px;
  line-height: 28px;
}
.resources-icon {
  margin: 0 auto 18px;
}
.result-numbers {
  text-align: center !important;
  margin: 10px auto 13px;
  padding: 16px 6px !important;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
}
.result-numbers a {
  display: inline-block;
  width: 49%;
  border-radius: 0 !important;
}
.job-result-tabel .result-numbers {
  font-size: 16px;
  color: #666565;
  text-align: right !important;
  background: 0 0;
  padding: 0 !important;
  box-shadow: none !important;
}
.filter-tab-wrap li.form-group {
  margin-bottom: 5px;
}
.job-filter-wrap .job-form-col {
  width: 18.5%;
}
.employers-career-page-main .job-filter-wrap .job-form-col {
  width: 24%;
}
.employers-career-page-main select.form-control {
  width: 76% !important;
}
.employers-career-page-main .job-result-tabel table tr th {
  width: 20%;
}
.university-page-main .job-filter-wrap .job-form-col {
  width: 24%;
}
.university-page-main .job-result-tabel table tr td,
.university-page-main .job-result-tabel table tr th {
  padding: 12px 10px;
  font-size: 12px;
  line-height: 19px;
}
.h1b-page-main .job-filter-wrap .job-form-col {
  width: 13.4%;
}
.h1b-page-main .result-numbers {
  display: inline-block;
  width: 49%;
  float: left;
}
.h1b-page-main .result-numbers a {
  float: left;
  text-align: center;
}
.job-filter-wrap .job-form-col select.form-control {
  width: 100%;
}
.sidenav {
  background: #4460c8 !important;
  padding: 0 !important;
}
.sidenav a {
  padding: 19px 39px !important;
  color: #fff !important;
  display: block;
  font-size: 20px !important;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  position: relative;
}
.sidenav a::after {
  position: absolute;
  top: 19px;
  left: 20px;
  content: "\f105";
  font-family: fontawesome;
  font-weight: 700;
  font-size: 20px;
}
.highlight.active {
  color: #fff !important;
  background: #000;
}
.sidenav br {
  display: none;
}
.jobs-dashboard-main {
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .leftside_img img {
    width: 250px;
  }
  .rightside_img img {
    width: 320px;
  }
  .intro_text {
    max-width: 520px;
  }
  .intro_text h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .intro_text p {
    letter-spacing: 0;
  }
  .easy-autocomplete {
    width: 100% !important;
  }
  .form-control {
    font-size: 12px;
    padding: 11px 22px;
  }
  .btn {
    font-size: 13px;
    padding: 11px 30px;
  }
  #intro {
    padding: 140px 0 90px;
  }
  #company_logo h5 {
    letter-spacing: 0;
    font-size: 20px;
  }
  .logo_wrap img {
    margin: 0 5px;
  }
  .section-header h2 {
    margin: 0 auto 30px;
    font-size: 38px;
  }
  .section-padding {
    padding: 50px 0;
  }
  #company_logo {
    padding: 35px 0;
  }
  .facts_icon img {
    width: 100px;
  }
  .facts_info h3 {
    font-size: 70px;
  }
  .facts_info p {
    font-size: 16px;
    line-height: 24px;
  }
  .facts_info {
    padding: 0 160px 0 120px;
  }
  .facts_info.rightside {
    padding: 0 0 0 175px;
  }
  #facts h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .steps_img img {
    max-width: 610px;
  }
  .services-box {
    padding: 30px 15px;
  }
  h5 {
    font-size: 20px;
  }
  .services-box p {
    font-size: 15px;
    line-height: 22px;
  }
  .video_wrap_m {
    padding: 22px;
  }
  .vodeo_img_wp {
    margin: -22px -22px 20px;
  }
  .video_wrap_m h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .author-info {
    margin: 0 auto 15px;
  }
  #videos .btn-link {
    font-size: 18px;
  }
  .quick_help {
    padding: 40px 0;
  }
  .more_help h2,
  .newsletter_wrap h2 {
    font-size: 30px;
  }
  #inner_search .form-group {
    width: 20.5%;
    margin-right: 1%;
  }
  #inner_search form {
    padding: 24px 16px;
  }
  .counselor_action .btn.btn-sm {
    font-size: 13px;
  }
  .counselor_info h4 {
    font-size: 22px;
  }
  .employers-career-page-main select.form-control {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #intro {
    padding: 120px 0 10px;
  }
  .intro_text {
    max-width: 400px;
  }
  .intro_text h1 {
    font-size: 31px;
    line-height: 43px;
  }
  .intro_text p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .leftside_img {
    top: 240px;
    left: -40px;
    width: 240px;
  }
  .rightside_img {
    top: 240px;
    right: -70px;
    width: 250px;
  }
  .search_wrap .form-control {
    padding: 8px 23px;
    height: 45px;
    font-size: 12px;
  }
  .btn {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 8px 21px;
  }
  .intro_text .search_wrap p {
    font-size: 11px;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
  #company_logo h5 {
    letter-spacing: 0.5px;
    margin: 0 auto 24px;
    font-size: 18px;
  }
  .logo_wrap {
    text-align: center;
  }
  .section-padding {
    padding: 60px 0;
  }
  .section-header h2 {
    margin: 0 auto 26px;
    font-size: 38px;
  }
  .facts_info {
    padding: 0 0 15px 190px !important;
    border: 0;
    position: relative;
    text-align: left !important;
  }
  h3 {
    font-size: 27px;
  }
  #featured-counselor .owl-carousel,
  #videos .owl-carousel {
    padding: 0 70px;
  }
  .facts_icon {
    top: 0;
    right: inherit;
    left: 10px;
    width: 150px;
    border: #eee solid 1px;
    padding: 25px;
    border-radius: 50%;
    height: 150px;
  }
  .facts_info h3 {
    font-size: 60px;
  }
  .facts_info p {
    font-size: 18px;
    line-height: 25px;
  }
  .facts_info.rightside .facts_icon {
    right: inherit;
    left: 10px;
  }
  .owl-nav {
    left: 10px;
    right: 10px;
  }
  #how_it_work h2 {
    text-align: center;
  }
  .steps_wp {
    padding: 20px 20px 20px 160px;
    border: #ddd solid 1px;
    margin: 0 auto 13px;
    border-radius: 5px;
  }
  .steps_icon {
    position: absolute;
    top: 25px;
    left: 25px;
  }
  .services-box {
    height: auto;
    margin: 0 auto 20px;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .video_wrap_m {
    border: #e3e3e3 solid 1px;
  }
  .download-btn {
    padding: 7px 15px;
  }
  .quick_help {
    padding: 40px 0;
    text-align: center;
  }
  .more_help {
    border-right: 0;
    padding: 15px 60px 40px 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    margin: 0 auto 30px;
  }
  #inner_search .form-group {
    width: 20.5%;
    margin-right: 1%;
  }
  #inner_search form {
    padding: 24px 16px;
  }
  .about-content p {
    font-size: 16px;
    line-height: 31px;
  }
  .quick-act {
    padding: 40px 0 20px;
  }
  .share-post-wp ul li a {
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 12px;
  }
  .blog-container {
    padding: 25px;
  }
  .blog-container .post-img-wp {
    margin: 0 -25px 25px;
  }
  .blog-detail-wrap {
    padding: 30px 0;
  }
  .blog-sidebar {
    margin: 20px auto 0;
  }
  .blog-container h1 {
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 38px;
  }
  .blog-sidebar .sidebar-widget {
    padding: 18px;
  }
  .blog-sidebar .sidebar-widget h5 {
    font-size: 19px;
    line-height: 25px;
  }
  .post-category a {
    font-size: 13px;
  }
  iframe.video_extra_m {
    height: 250px;
  }
  .employers-career-page-main select.form-control {
    width: 63% !important;
  }
  .sidenav {
    width: 100% !important;
    position: relative !important;
    z-index: 1;
    top: 0 !important;
    left: 0 !important;
  }
  .main {
    margin-left: 0 !important;
    overflow: scroll;
  }
  .main iframe {
    max-width: 100%;
  }
  .sidenav a {
    padding: 8px 28px !important;
    font-size: 15px !important;
  }
  .sidenav a::after {
    top: 8px;
    left: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 165px;
  }
  .employers-career-page-main .job-filter-wrap .job-form-col,
  .h1b-page-main .job-filter-wrap .job-form-col,
  .university-page-main .job-filter-wrap .job-form-col {
    width: 100%;
  }
  .h1b-page-main .result-numbers {
    width: 100%;
    float: none;
  }
  .h1b-page-main .result-numbers a {
    float: none;
    text-align: center;
    width: 100%;
  }
  .header-btn .btn {
    padding: 0 9px;
    font-size: 11px;
    letter-spacing: 0.4px;
  }
  a.btn.squire-btn.employer-btn {
    margin-right: 0;
  }
  .header-btn .btn.outline {
    margin-right: 0;
  }
  .header-btn {
    padding: 6px 0 0 0;
  }
  .leftside_img {
    top: 100px;
    left: -20px;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    width: 190px;
    overflow: hidden;
  }
  .rightside_img {
    top: 68px;
    right: -56px;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    width: 230px;
    overflow: hidden;
  }
  .intro_text h1 {
    font-size: 29px;
    line-height: 30px;
    margin: 0 auto 5px;
  }
  .intro_text p {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0 auto 12px;
  }
  .search_wrap {
    width: 100%;
  }
  .easy-autocomplete {
    width: 100% !important;
  }
  .form-control {
    font-size: 11px;
    height: 47px;
    line-height: 22px;
    padding: 10px 18px;
    font-weight: 300;
  }
  .btn {
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 8px 20px;
  }
  .intro_text .search_wrap p {
    font-size: 11px;
    letter-spacing: -0.2px;
    text-align: center;
    padding-left: 0;
  }
  .search_wrap .btn {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  #intro {
    padding: 310px 0 15px;
    position: relative;
    overflow-x: hidden;
  }
  h5 {
    font-size: 20px;
  }
  #company_logo h5 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 18px;
  }
  .logo_wrap {
    text-align: center;
  }
  .logo_wrap img {
    margin: 0 5px;
    max-width: 68px;
    max-height: 30px;
  }
  #company_logo {
    padding: 28px 0;
  }
  .section-padding {
    padding: 40px 0;
  }
  .section-header h2,
  h2 {
    margin: 0 auto 26px;
    font-size: 30px;
  }
  .facts_info {
    padding: 0 0 0 85px !important;
    border: 0;
    margin: 0 auto 16px;
    text-align: left !important;
    position: relative;
  }
  .facts_icon,
  .facts_info.rightside .facts_icon {
    position: absolute;
    top: -4px;
    right: inherit;
    width: 74px;
    height: 74px;
    border: #eee solid 1px;
    padding: 12px;
    border-radius: 50%;
    left: 0;
  }
  .section-header {
    padding-bottom: 15px;
  }
  #facts .facts_info h3 {
    font-size: 28px;
    margin: 0 auto 3px;
  }
  .facts_info p {
    font-size: 15px;
    line-height: 20px;
  }
  h3 {
    font-size: 27px;
  }
  #facts h3 {
    font-size: 17px;
    line-height: 24px;
  }
  #how_it_work h2 {
    text-align: center;
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .steps_wp p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto;
  }
  .steps_wp {
    position: relative;
    padding: 18px 15px 18px 120px;
    margin: 0 auto 10px;
    border: #eee solid 1px;
    border-radius: 3px;
  }
  .steps_icon {
    top: 18px;
    left: 15px;
    width: 89px;
  }
  .steps_img img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .steps_img {
    text-align: center;
    margin: 14px auto 0;
  }
  .services-box {
    padding: 24px 17px 24px 100px;
    text-align: left;
    height: auto;
    position: relative;
    margin: 0 auto 13px;
  }
  .services-box img {
    margin: 0 auto;
    position: absolute;
    top: 18px;
    left: 16px;
    width: 70px;
  }
  .services-box h5 {
    margin: 0 auto 5px;
    font-size: 19px;
    line-height: 24px;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  #videos .btn-link {
    font-size: 17px;
  }
  .services-box p {
    line-height: 22px;
  }
  .quick_help {
    padding: 40px 0;
    text-align: center;
  }
  .more_help {
    padding: 0 0 40px;
    margin: 0 auto 40px;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    border-right: 0;
  }
  .more_help h2,
  .newsletter_wrap h2 {
    font-size: 24px;
  }
  .more_help h6 {
    letter-spacing: 0;
    font-size: 15px;
  }
  .newsletter_wrap .form-group {
    width: 48.73%;
    margin: 0 1% 10px 0;
  }
  .newsletter_wrap .btn {
    width: 100%;
  }
  #footer {
    padding-top: 0 !important;
  }
  .footer_bottom {
    padding: 18px 0;
    text-align: center;
  }
  .footer_bottom p {
    margin: 0 auto 15px;
  }
  #footer .follow_us {
    text-align: center;
  }
  .footer_top h5 {
    margin: 0 auto 20px;
    font-size: 19px;
  }
  .footer_top ul li a {
    font-size: 14px;
  }
  .download-btn {
    padding: 7px 0;
    display: block;
    letter-spacing: 0;
    font-size: 14px;
    margin: 0 0 10px;
    min-width: inherit;
    max-width: 150px;
  }
  .footer_top {
    padding: 55px 0 0;
  }
  .steps_wp h3 {
    font-size: 21px;
  }
  .owl-carousel {
    padding: 0 20px;
  }
  .owl-nav div {
    height: 36px;
    width: 36px;
  }
  .owl-nav div::after {
    font-size: 30px;
    line-height: 36px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
  }
  .owl-nav {
    left: 0;
    right: 0;
  }
  .video_wrap_m {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    text-align: center;
    border: #eee solid 1px;
  }
  .vodeo_img_wp {
    margin: -25px -25px 25px;
  }
  .video_wrap_m h4 {
    font-size: 20px;
    line-height: 26px;
  }
  #inner_intro h1 {
    margin: 0 auto;
    max-width: 100%;
    font-size: 27px;
    line-height: 32px;
  }
  #inner_intro {
    padding: 40px 0 20px;
  }
  #inner_search {
    margin-top: 0;
    background-image: url(../images/bg-pattern.png);
    background-color: #4460c8;
    padding: 10px 0 40px;
  }
  #inner_search form {
    padding: 15px;
  }
  #inner_search .form-group {
    width: 49%;
    margin-bottom: 12px;
  }
  .form-label {
    font-size: 12px;
  }
  #inner_search .form-control {
    font-size: 12px;
    height: 48px;
    line-height: 30px;
    padding: 6px 10px;
  }
  #inner_search .btn {
    margin-top: 0;
    width: 100%;
    font-size: 12px;
  }
  .page-container {
    padding: 40px 0;
  }
  .listing_container {
    padding: 18px 18px;
    margin: 0 auto 15px;
  }
  .counselor_image {
    width: 100px;
  }
  .image_wrap {
    width: 100px;
    height: 100px;
  }
  .counselor_image p {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .counselor_info {
    float: right;
    width: calc(100% - 117px);
    margin-left: auto;
    padding: 0;
  }
  .counselor_info h4 {
    font-size: 18px;
  }
  .counselor_info h6 {
    font-size: 13px;
  }
  .counselor_info h6 img {
    margin-right: 1px;
    width: 16px;
  }
  .verified_label {
    font-size: 10px;
    padding: 3px 7px;
    margin-left: 5px;
  }
  .counselor_info .btn-link {
    font-size: 12px;
    letter-spacing: 0;
  }
  .counselor_action {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    clear: both;
    position: relative;
    overflow: hidden;
  }
  .counselor_action .btn {
    float: left;
    width: 48.9% !important;
    margin-right: 1% !important;
    font-size: 12px !important;
  }
  .search_wrap button spa {
    display: none;
  }
  .custom-select a {
    width: 100% !important;
  }
  #listing-header {
    padding: 35px 0;
  }
  .listing-info .image_wrap {
    width: 140px;
    height: 140px;
  }
  .listing-info .verified_label {
    padding: 3px 0;
    max-width: 84px;
    line-height: 16px;
    font-size: 11px;
  }
  .listing-info h1 {
    font-size: 28px;
    margin: 0 auto 8px;
  }
  .listing-info h3 {
    font-size: 19px;
  }
  .listing-info h4 {
    font-size: 19px;
  }
  .listing-info h4 img {
    width: 25px;
    height: 25px;
  }
  .pricing-wrap {
    padding: 20px 0;
    margin: 14px auto 0;
  }
  .price {
    font-size: 40px;
    line-height: 48px;
  }
  .pricing-wp p {
    font-size: 14px;
    margin: 0 auto 13px;
  }
  .pricing-wp .btn {
    font-size: 11px;
    padding: 3px 24px;
  }
  .content-wrap {
    padding: 25px;
    margin: 0 auto 30px;
  }
  .page-container h4 {
    font-size: 20px;
  }
  .card-header .services-icons-box {
    width: 36px;
    height: 36px;
  }
  .card-header h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .card-header div {
    padding: 0 22px 2px 55px;
  }
  .card-body {
    padding: 13px 25px;
  }
  .card-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .card-header {
    padding: 10px;
  }
  .card-heading::after,
  .card-heading::before {
    right: 0;
  }
  .training-header {
    float: none;
    width: 100%;
    border-bottom: #eee solid 1px;
    text-align: center;
    border-right: none;
    margin: 0 auto 15px;
  }
  .course_meta.training-price {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: #eee solid 1px;
    margin: 0 auto 13px;
  }
  .course_meta.training-price p {
    display: inline-block;
    width: 48%;
  }
  .training__info p {
    font-size: 15px;
    line-height: 25px;
  }
  #training_slider .owl-carousel {
    padding: 0;
  }
  .logo-wrap-wp {
    width: 32%;
    margin: 0 0.3%;
    padding: 6px 15px;
    display: inline-block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
    height: 42px;
  }
  #blog_intro h1 {
    max-width: 100%;
    font-size: 31px;
  }
  .page-container h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .about-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .quick-act {
    padding: 40px 0 20px;
  }
  .blog-container h1 {
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 35px;
  }
  .post-meta-wp .post-author {
    float: none;
    width: 100%;
    margin: 0 auto 12px;
  }
  .share-post-wp {
    float: none;
    width: 100%;
    text-align: left;
  }
  .share-post-wp ul li a {
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 12px;
  }
  .blog-container {
    padding: 25px;
  }
  .blog-container .post-img-wp {
    margin: 0 -25px 25px;
  }
  .blog-detail-wrap {
    padding: 30px 0;
  }
  .blog-sidebar {
    margin: 20px auto 0;
  }
  iframe.video_extra_m {
    height: 250px;
  }
  .free-consultation-lable {
    width: 126px;
    top: 0;
    right: 0;
  }
  .free-consultation-lable img {
    max-width: 70px;
  }
  .job-filter-wrap label {
    line-height: 30px;
  }
  .result-numbers {
    padding: 30px 0 2px;
    font-size: 18px;
    text-align: center;
  }
  .sidenav {
    width: 100% !important;
    position: relative !important;
    z-index: 1;
    top: 0 !important;
    left: 0 !important;
  }
  .main {
    margin-left: 0 !important;
    overflow: scroll;
  }
  .main iframe {
    max-width: 100%;
    height: 360px;
  }
  .sidenav a {
    padding: 8px 28px !important;
    font-size: 15px !important;
  }
  .sidenav a::after {
    top: 8px;
    left: 12px;
    font-size: 16px;
  }
  .job-intro-banner h1 {
    font-size: 25px !important;
    line-height: 32px;
    margin: 0 auto !important;
  }
}
@media (max-width: 520px) {
  .free-consultation-lable {
    width: 66px;
    top: 0;
    right: 0;
  }
  .free-consultation-lable img {
    max-width: 60px;
  }
  .free-consultation-lable p {
    font-size: 9px;
    line-height: 13px;
  }
  .about-content p {
    font-size: 15px;
    line-height: 28px;
  }
  .team-wrap {
    padding: 30px;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
  }
  .team-img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
    right: 0;
  }
  iframe.video_extra_m {
    height: 175px;
  }
}
.unfront-payment p {
  font-size: 17px;
  line-height: 32px;
}
.payment-icon p {
  opacity: 0.6 !important;
}
.testimonial-image {
  text-align: center;
}
.fellows-jobs ul {
  padding: 0;
  margin: 0 auto;
}
.fellows-jobs {
  padding: 30px 0;
}
.fellows-jobs ul li {
  list-style: none;
  padding: 20px 40px;
  border: #dbd9d9 solid 1px;
  border-radius: 6px;
  margin: 20px;
  text-align: center;
}
.fellows-jobs ul li img {
  display: inline-block;
  margin: 0 40px 0 0;
}
.fellows-jobs ul li p {
  display: inline-block;
  margin: 0 auto;
  color: #4460c8;
  font-size: 24px;
  line-height: 23px;
  vertical-align: middle;
}
.fellows-jobs ul li p span {
  display: block;
  color: #333;
  font-size: 19px;
}
.reserve-tabel table {
  background: #fff;
}
.reserve-tabel table thead td {
  background: #4f4f4f;
  color: #ffff;
  font-size: 17px;
}
.reserve-tabel table tr td {
  padding: 20px 30px;
  border-bottom: #e0e0e0 solid 1px;
  vertical-align: top;
}
.reserve-tabel {
  overflow: hidden;
  border-radius: 6px;
}
.reserve-tabel table td:nth-child(2) {
  width: 42%;
}
@media (min-width: 990px) {
  .section-header h2 {
    margin: 0 auto 26px;
    font-size: 40px;
  }
}
.testimonial-text {
  position: relative;
  padding: 20px 0 0;
  z-index: 1;
}
.testimonial-image iframe {
  width: 100%;
}
.testimonial-wrap {
  border-bottom: #d7d3d3 solid 1px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.review-by h5 {
  color: #4460c8;
  margin: 0 auto 5px;
}
.review-by p {
  color: #b3b3b5;
  text-transform: uppercase;
}
.structure-col {
  display: inline-block;
  width: 15%;
}
.structure-col {
  display: inline-block;
  width: 19.5%;
  vertical-align: top;
  padding: 0 30px;
  text-align: center;
}
.structure-col a {
  color: #333;
}
.structure-no {
  width: 136px;
  height: 136px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 126px;
  background: #92a6ef;
  font-size: 70px;
  margin: 0 auto 15px;
}
.structure-col ul {
  padding: 0;
  margin: 0 auto;
}
.structure-col ul li {
  list-style: none;
  line-height: 20px;
  font-size: 15px;
  margin: 0 auto 15px;
  color: #6f6f6f;
}
.blue-1 {
  background: #7b91e2;
}
.blue-2 {
  background: #5f77d0;
}
.blue-3 {
  background: #4460c8;
}
.blue-4 {
  background: #203a9a;
}
.structure-no.blue-4 {
  letter-spacing: -13px;
  padding-right: 10px;
}
.make-career ul {
  padding: 0;
  margin: 0 auto 30px;
}
.make-career ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  position: relative;
  padding: 0 30px 0 40px;
  margin: 0 auto 20px;
  font-size: 19px;
  color: #444;
  line-height: 32px;
}
.make-career ul li:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../images/click-icon.png) no-repeat;
}
.how-apply .section-header p {
  font-size: 19px;
  line-height: 32px;
}
.apply-form .form-label {
  font-size: 15px;
  margin: 0 auto 3px;
}
.apply-form .form-control {
  border-radius: 0;
}
.apply-form .form-group {
  margin-bottom: 40px;
  padding: 0 15px;
}
.job-intro-banner {
  background: url(../images/banner-image.jpg) no-repeat center;
  padding: 70px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.job-intro-banner h1 {
  color: #fff;
  margin: 0 auto 25px;
}
.job-intro-banner p {
  font-size: 18px;
  line-height: 30px;
}
.job-intro-banner ul {
  padding: 0;
  margin: 0 auto 40px;
}
.job-intro-banner ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 36px;
  font-size: 18px;
}
.job-intro-banner ul li:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 30px;
  content: "\f105";
  font-family: fontawesome;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.job-search-program ul {
  margin: 0 auto 32px;
  padding: 0;
}
.job-search-program li {
  list-style: none;
  font-size: 20px;
  color: #222;
  position: relative;
  font-weight: 400;
  padding: 8px 0 8px 46px;
  margin: 0 auto 8px;
  letter-spacing: -0.2px;
  background: #eceffb;
  border-radius: 30px;
}
.job-search-program li:after {
  position: absolute;
  top: 9px;
  left: 16px;
  content: "\f138";
  font-family: FontAwesome;
  color: #4460c8;
}
.job-search-program h5 {
  margin: 0 auto 30px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .fellows-jobs ul li {
    padding: 10px 20px;
    margin: 7px;
  }
  .reserve-tabel table tr td {
    padding: 10px 20px;
    line-height: 26px;
  }
  .structure-no {
    width: 90px;
    height: 90px;
    line-height: 83px;
    font-size: 50px;
    margin: 0 auto 15px;
  }
  .structure-col {
    width: 19.5%;
    padding: 0 10px;
  }
  .structure-col h6 {
    font-size: 15px;
  }
  .structure-col ul li {
    line-height: 19px;
    font-size: 13px;
  }
  .make-career ul li {
    width: 49%;
    padding: 0 10px 0 40px;
    margin: 0 auto 20px;
    font-size: 17px;
    line-height: 27px;
  }
  .apply-form .form-control {
    font-size: 13px;
    padding: 3px 10px;
  }
}
@media (max-width: 767px) {
  .job-intro-banner {
    background-position: 59% center;
  }
  .job-intro-banner::after {
    opacity: 0.6;
  }
  .job-intro-banner h1 {
    font-size: 33px;
  }
  .job-intro-banner {
    padding: 40px 0;
  }
  .testimonial-text {
    padding: 20px 10px 0 20px;
  }
  .fellows-jobs ul li img {
    margin: 0 20px 0 0;
  }
  .fellows-jobs ul li {
    padding: 10px 30px;
    margin: 10px;
  }
  .reserve-tabel table tr td {
    padding: 10px 6px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
  }
  .reserve-tabel .btn {
    padding: 0 6px;
    font-size: 9px;
  }
  .structure-col {
    width: 100%;
    vertical-align: top;
    padding: 20px;
    margin: 0 auto 16px;
    border: #e5e3e3 solid 1px;
  }
  .structure-no {
    width: 96px;
    height: 96px;
    line-height: 86px;
    font-size: 50px;
    margin: 0 auto 15px;
  }
  .make-career ul li {
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
    margin: 0 auto 20px;
    font-size: 17px;
    line-height: 28px;
  }
  .how-apply .section-header p {
    font-size: 17px;
    line-height: 28px;
  }
  .apply-form .form-label {
    font-size: 14px;
  }
}
.job-search-program ul {
  margin: 0 auto 32px;
  padding: 0;
}
.job-search-program li {
  list-style: none;
  font-size: 20px;
  color: #222;
  position: relative;
  font-weight: 400;
  padding: 8px 0 8px 46px;
  margin: 0 auto 8px;
  letter-spacing: -0.2px;
  background: #eceffb;
  border-radius: 30px;
}
.job-search-program li:after {
  position: absolute;
  top: 9px;
  left: 16px;
  content: "\f138";
  font-family: FontAwesome;
  color: #4460c8;
}
.job-search-program h5 {
  margin: 0 auto 30px;
  font-weight: 300;
}
#company_logo.review-wp h5 {
  margin: 0 auto 10px;
  text-transform: inherit;
}
#company_logo.review-wp p {
  margin: 0 auto;
}
.three-col-box .services-box {
  padding: 50px 15px;
}
.three-col-box .services-box p {
  padding: 0 20px;
}
.three-col-box .section-header {
  max-width: 790px;
}
.support-wrap {
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;
  background: #fff;
  padding: 25px;
  text-align: center;
}
.support-image {
  margin: -25px -25px 35px;
}
.custom-checkbox2 {
  padding-top: 10px;
}
.custom-checkbox2 p {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 auto 1px;
}
.employer-intro-banner {
  background: url(../images/employer-banner.jpg) no-repeat center;
  padding: 70px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.employer-intro-banner h1 {
  color: #fff;
  line-height: 58px;
  font-size: 44px;
}
.employer-intro-banner p {
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .support-wrap {
    margin: 0 auto 40px;
  }
  .support-image img {
    width: 100%;
  }
  .custom-checkbox2 p {
    display: block;
    width: 100%;
    margin: 0 auto 1px;
  }
}
@media (max-width: 767px) {
  .employer-intro-banner h1 {
    line-height: 40px;
    font-size: 30px;
  }
  .employer-intro-banner p {
    font-size: 18px;
    line-height: 27px;
  }
  .three-col-box .services-box {
    padding: 24px 17px 24px 100px;
  }
  .support-wrap {
    margin: 0 auto 25px;
  }
  .support-wrap h5 {
    margin: 0 auto;
  }
  .support-wrap {
    margin: 0 auto 25px;
  }
  .custom-checkbox2 p {
    display: block;
    width: 100%;
    margin: 0 auto 1px;
  }
}
.job-form-col {
  float: left;
  width: 14.8%;
  margin-right: 1%;
  margin-bottom: 0;
}
.job-form-col:last-child {
  margin-right: 0;
}
.form-group.job-form-col.extra-col-width {
  width: 21%;
}
.job-form-col .btn {
  border-radius: 6px;
  padding: 7px;
  width: 100%;
}
.job-form-col .form-control {
  padding: 15px;
  border-radius: 6px;
  border: 0;
  height: 44px;
}
.job-form-label {
  display: inline-block;
}
select.form-control {
  display: inline-block;
  width: auto;
  padding: 10px !important;
}
.job-filter-wrap {
  background: #4460c8;
  padding: 20px 0 12px;
  margin-bottom: 10px;
}
.job-result-tabel table tr th {
  background: #4f4f4f;
  color: #ffff;
  padding: 12px 30px;
  vertical-align: top;
  text-align: center;
}
.filter-tab-wrap .btn.btn-sm {
  font-size: 12px;
  padding: 1px 10px;
  line-height: 26px;
  letter-spacing: 0;
}
.job-result-tabel {
  padding-bottom: 80px;
}
.job-result-tabel table tr td {
  padding: 12px 25px;
  border-bottom: #e0e0e0 solid 1px;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.result-numbers {
  text-align: center;
  padding: 40px 0;
  font-size: 30px;
  color: #666565;
}
.btn.btn-success {
  background: #3dce5e;
}
.job-result-tabel .btn.btn-sm {
  font-size: 13px;
  padding: 1px 10px;
  line-height: 23px;
  letter-spacing: 1px;
}
.job-result-tabel table {
  background: #fff;
  text-align: center;
}
.result-numbers {
  text-align: center;
  padding: 10px 0 0;
  font-size: 16px;
  color: #666565;
  text-align: right;
}
.job-filter-wrap form {
  width: 100%;
}
.btn.btn-success {
  background: #e89b05;
}
@media (min-width: 768px) and (max-width: 990px) {
  .job-form-col {
    float: left;
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .job-filter-wrap .job-form-col {
    width: 15.5%;
  }
  .form-group.job-form-col.extra-col-width {
    width: 32%;
  }
  .job-form-col .form-control {
    min-width: 58%;
  }
}
@media (max-width: 767px) {
  .job-form-col {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-group.job-form-col.extra-col-width {
    width: 100%;
  }
  .job-form-col .form-control {
    min-width: 100%;
  }
  .job-form-col .form-control {
    padding: 10px;
    border-radius: 4px;
    border: 0;
    height: 33px;
  }
  .job-result-tabel table tr td,
  .job-result-tabel table tr th {
    padding: 3px 7px;
    font-size: 10px;
    line-height: 20px;
  }
  .result-numbers {
    padding: 30px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .job-result-tabel .btn.btn-sm {
    font-size: 9px;
    padding: 1px 5px;
    line-height: 15px;
    letter-spacing: 0;
  }
  .pgination strong,
  p.pgination a {
    padding: 5px 13px;
    font-size: 12px;
    line-height: 30px;
  }
  .btn.btn-sm {
    font-size: 11px;
    padding: 1px 13px;
    line-height: 20px;
  }
  .job-filter-wrap {
    margin-bottom: 10px;
  }
  .job-filter-wrap form div {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .job-filter-wrap .job-form-col {
    width: 100%;
  }
}
.pgination strong {
        background: #5245df;
        color: #fff;
    }
    .pgination strong, p.pgination a{
        border: 1px solid #5245df; 
        margin: 0px 5px;
    }
.pgination strong,
p.pgination a {
  padding: 7px 15px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #dee2e6;
  line-height: 30px;
  vertical-align: middle;
}
.pgination strong {
  background: #02709d;
  color: #fff;
}
.inner_pages #header {
  overflow: visible !important;
  display: table;
  width: 100%;
}
span.login-btns {
  position: relative;
  display: inline-block;
}
span.login-links {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
  padding: 15px 20px;
  display: none;
}
span.login-btns:hover span.login-links {
  display: block;
}
.login-links a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  border: #eee solid 1px;
  padding: 2px 14px;
  border-radius: 50px;
  display: block;
  white-space: nowrap;
  margin: 7px auto;
  text-decoration: none !important;
}
.login-links a:hover {
  background: #e89b05;
  color: #fff;
}





