@font-face {
  font-family: 'Nunito Sans';
  font-style: 500;
  src: url(../fonts/NunitoSans.ttf);
}

body {
  font-family: Nunito Sans, sans-serif !important;
  color: #323232;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

main {
  flex-grow: 1
}

.mi-container {
  max-width: 1440px
}

.navbar-brand {
  margin-right: 30px
}

.navbar-brand img {
  width: 110px
}

.navbar-toggler-icon {
  width: 35px;
  height: 25px;
  position: relative;
  top: 1px;
  border-bottom: 2px solid #000;
  transition: all 300ms linear
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  width: 35px;
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear
}

.navbar-toggler-icon:after {
  top: 12px
}

.navbar-toggler-icon:before {
  top: 0
}

.navbar-nav .nav-link {
  padding: 28px 15px !important;
  font-size: 16px;
  font-weight: 800;
  color: #323232
}

.navbar-nav .nav-link::after {
  position: relative;
  top: 2px
}

.navbar-nav .nav-item:hover {
  background-color: #f6f8fb
}

.nav-right .mi-btn-primary {
  width: 96px;
  height: 38px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mi-language .dropdown-toggle::after {
  display: none
}

.mi-language .dropdown-toggle i {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px
}

.mi-language img {
  width: 25px;
  margin-right: 10px;
  position: relative
}

.mi-language .dropdown-menu img {
  width: 18px;
  top: -2px
}

.mi-products-items {
  padding: 25px 32px 25px 0;
  min-width: 740px
}

.mi-products-items .col:nth-child(1) {
  max-width: 350px
}

.mi-products-items h4 {
  margin-bottom: 15px;
  padding: 0 1.5rem;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 800;
  color: #1f3966
}

.navbar-nav .dropdown-item {
  margin-bottom: 14px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  color: #323232
}

.navbar-nav .dropdown-item:hover {
  font-size: 16px;
  color: #1f3966;
  background-color: transparent
}

.navbar-nav .mi-nav-group {
  margin-bottom: 40px
}

.navbar-nav .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  top: 84%;
  border: solid 1px #e7ecf4 !important;
  border-radius: 0 !important;
  min-width: 205px
}

.navbar .nav-item:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
  opacity: 1
}

section {
  padding: 80px 0
}

section.mi-banner {
  padding: 0
}

.mi-banner-gradient {
  background: #183866;
  background: linear-gradient(90deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%)
}

.mi-home-banner .mi-banner-content {
  width: calc(100% - 450px)
}

.mi-home-banner .mi-banner-img {
  margin: 0
}

.mi-home-banner .mi-banner-img img {
  width: 450px;
  position: relative;
  right: -45px
}

.mi-payroll-banner .mi-banner-content {
  width: calc(100% - 475px);
}

.mi-payroll-banner .mi-banner-img {
  width: 575px;
  position: absolute;
  left: 650px;
  margin: 0;
}

.mi-payroll-banner .mi-banner-img img {
  width: 100%;
}

.mi-cloud-accounting-software {
  margin: 0 95px 0 0;
  width: 246px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.aboutus .display-4 {
  margin-bottom: 75px
}

.aboutus .card {
  padding: 30px 45px;
  color: #323232;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 0;
  height: 100%;
  transition: transform .2s
}

.aboutus .card:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.aboutus .card .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #e9e8e7
}

.aboutus .card .card-header .card-title {
  margin: 0 0 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.aboutus .card .card-header .card-title i {
  margin: 0 10px 0 0;
  display: inline-block;
  width: 60px;
  height: 45px;
  background-size: 60px 45px
}

.aboutus .card .card-header .card-title h3 {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 800;;
}

.aboutus .card .card-header .card-title h3 a {
  color: #323232
}

.aboutus .card .card-header p {
  margin: 0 0 30px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  text-align: center
}

.aboutus .card .card-body {
  padding: 25px 0 12px
}

.aboutus .card .card-body h4 {
  margin: 0 0 20px;
  font-family: Nunito Sans;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.aboutus .card .card-body ul {
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none
}

.aboutus .card .card-body ul li {
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 1.33;
  padding-left: 25px;
  position: relative
}

.aboutus .card .card-body ul li a {
  margin-bottom: 8px;
  display: block;
  color: #1f3966;
  font-weight: 500
}

.aboutus .card .card-body ul li a:hover,
.aboutus .card .card-header .card-title h3 a:hover {
  color: #f6b719;
  text-decoration: none
}

.aboutus .card .card-body ul li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  top: -3px;
  left: -5px
}

.aboutus .card .card-body ul li p {
  font-size: 16px;
  color: #444
}

.venndiagram img {
  width: 100%
}

.mi-stats {
  background-image: linear-gradient(to top, #1f3966, #132441)
}

.mi-stats .container {
  max-width: 1310px;
}

.mi-stats-group {
  margin: 75px 0 0
}

.mi-stats-group .item i {
  margin: 0 auto 15px;
  display: block;
  width: 62px;
  height: 62px;
  background-size: 62px
}

.mi-stats-group .item .count {
  margin: 0 0 8px;
  font-family: Nunito Sans;
  font-size: 68px;
  line-height: 90px;
  font-weight: 800;
  color: #fff
}

.mi-stats-group .item .count span {
  font-family: Nunito Sans;
  font-size: 32px;
  display: inline-block;
  line-height: 42px;
  font-weight: 400;
  color: #f6b719;
  position: relative;
  top: -15px;
  right: -5px
}

.mi-stats-group .item .lead {
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 600;
  color: #fff
}

.mi-business-logos .container {
  max-width: 1200px
}

.mi-business-logos .count {
  font-family: Nunito Sans;
  font-size: 80px;
  line-height: 90px;
  font-weight: 800;
  color: #f6b719
}

.mi-business-logos .lead {
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 400;
  color: #444
}

.mi-business-logos .mi-cient-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-business-logos .mi-cient-logos img {
  width: 100%;
  height: 85px;
  object-fit: contain;
}

.mi-business-logos .mi-cient-logos .col-sm-3:nth-child(n+5) img {
  margin: 0
}
/* .mi-business-logos .slick-list::before {
    position: absolute;
    content: '';
    z-index: 5;
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #fff 0, rgba(241, 237, 233, 0) 100%);
}
.mi-business-logos .slick-list:after {
    position: absolute;
    content: '';
    z-index: 5;
    width: 150px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #fff 0, rgba(241, 237, 233, 0) 100%);
} */
.mi-testimonials {
  background-color: #f3f3f2
}

.mi-quotes {
  margin: 0 auto 20px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px
}

.mi-testimonials .carousel-indicators {
  position: relative;
  margin-bottom: 0
}

.mi-testimonials .carousel-indicators li {
  margin-right: 6px;
  margin-left: 6px;
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #e9e8e7;
  border-radius: 100%
}

.mi-testimonials .carousel-indicators .active {
  background-color: #f6b719
}

.mi-testimonials .btn {
  border-radius: 3px;
  height: 40px;
  width: 300px !important;
}

.carousel-content blockquote {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 20px;
  color: #323232;
  font-weight: 500
}

.mi-testimonial-author h4 {
  margin: 10px 0 30px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  color: #1f3966;
  text-transform: capitalize
}

.mi-testimonial-author .lead {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  color: #1f3966
}

.carousel-inner {
  margin: 0 0 40px
}

.mi-banner-container {
  padding: 25px 0
}

.mi-banner-content {
  width: calc(100% - 375px)
}

.mi-banner-content h1 {
  margin-bottom: 42px;
  font-size: 52px;
  font-weight: 600;
  font-family: Nunito Sans;
}

section.mi-banner h2,
h2 {
  font-size: 24px;
  font-family: Nunito Sans;
  font-weight: 700;
}

.mi-banner p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: Nunito Sans;
  font-weight: 500;
  max-width: 700px;
  text-justify: inter-word
}

.mi-banner-content .btn {
  width: auto !important;
  height: 40px !important;
  border-radius: 3px !important;
}

.mi-banner-content.w-100 p {
  max-width: 100%;
  width: 100%
}

.mi-banner-img {
  margin: 0 0 0 50px
}

.mi-banner-img img {
  width: 244px
}

.mi-hr-software .mi-banner-content {
  width: calc(100% - 410px)
}

.mi-hr-software .mi-banner-content p {
  max-width: 705px;
}

.mi-hr-software .mi-banner-img img {
  width: auto;
}

.mi-hr-software .mi-banner-img {
  position: absolute;
  right: 16%;
  width: 475px;
}

.mi-career-banner h1 {
  font-size: 44px !important
}

section.mi-banner h1 {
  font-size: 46px;
  font-family: Nunito Sans;
  font-weight: 700;
}

section .display-4 {
  font-size: 42px !important;
  font-family: Nunito Sans;
  font-weight: 700;
  position: relative
}

.mi-attendance-options {
  padding: 100px 15px;
  background-color: #f6f8fb
}

.mi-attendance-options .display-4 {
  font-size: 42px;
  margin-bottom: 70px
}

.mi-attendance-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-attendance-option .description {
  padding: 25px 50px;
  border-radius: 5px;
  background-color: #fff
}

.mi-attendance-option .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-attendance-option .description h2 {
  margin-bottom: 12px;
  font-family: Nunito Sans;
  font-size: 26px;
  font-weight: 800;
  line-height: 54px
}

.mi-attendance-option .description p {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500
}

.mi-mobile-app,
.mi-tablet-app {
  margin-bottom: 80px
}

.mi-mobile-app img {
  display: inline-block;
  width: 400px;
  background-size: 400px
}

.mi-mobile-app .content {
  padding-left: 80px
}

.mi-tablet-app .mi-tablet-app-demo {
  display: inline-block;
  width: 465px;
  height: 265px;
  background-size: 465px 265px;
  position: relative
}

.mi-tablet-app .mi-tablet-app-demo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
  border-radius: 6px
}

.mi-tablet-app .mi-tablet-app-demo::after {
  content: '';
  width: 95px;
  height: 95px;
  background-color: #f6b719;
  border-radius: 5px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1
}

.mi-tablet-app .content {
  padding-right: 65px
}

.mi-biometric img {
  display: inline-block;
  width: 450px;
  height: 230px;
  background-size: 450px 230px
}

.mi-biometric .content {
  padding-left: 65px
}

.dots-frame::before {
  content: '';
  display: block;
  width: 175px;
  height: 105px;
  background: url(../img/icons/dots-top.svg) no-repeat;
  position: absolute;
  left: -150px;
  top: -70px
}

.dots-frame::after {
  content: '';
  display: block;
  width: 175px;
  height: 105px;
  background: url(../img/icons/dots-bottom.svg) no-repeat;
  position: absolute;
  bottom: -88px;
  left: 200px
}

.mi-key-features {
  padding: 100px 0 50px !important
}

.mi-key-features p {
  margin-bottom: 70px
}

.mi-key-features .lead {
  max-width: 330px;
  font-size: 18px;
  position: relative;
  z-index: 10
}

.mi-key-features .panel {
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: rgba(246, 248, 251, 0.5);
  overflow: hidden;
  height: 100%
}

.mi-key-features .col-lg-6 {
  margin-bottom: 50px
}

.panel {
  background-color: #fff !important
}

.mi-key-features .panel .panel-heading {
  padding: 26px 15px
}

.mi-key-features .panel .panel-heading h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}

.mi-key-features .panel .panel-heading i {
  margin: 0 auto 22px;
  display: block;
  width: 48px;
  height: 48px;
  background-size: 48px
}

.mi-key-features .panel .panel-body {
  padding: 30px 60px
}

.mi-key-features .panel .panel-body ul {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.mi-key-features .panel .panel-body ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #444;
  font-weight: 500;
  position: relative
}

.mi-key-features .panel .panel-body ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719
}

.mi-report-overview {
  background-color: rgba(233, 232, 231, 0.5)
}

.mi-report-overview .display-4 {
  margin-bottom: 75px
}

.mi-article-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-article-item:last-child {
  margin-bottom: 0
}

.mi-article-item i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-size: 26px;
  position: relative;
  top: 2px
}

.mi-article-item .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px
}

.mi-article-item .content .heading {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}

.mi-article-item .content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
  font-weight: 500
}

.mi-article-item .content ul {
  margin: 20px 0 0;
  list-style: none
}

.mi-article-item .content ul li {
  margin-bottom: 0;
  font-size: 18px;
  color: #444;
  font-weight: 500;
  position: relative
}

.mi-article-item .content ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
    left: -24px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719
}

.mi-footer {
  padding: 100px 0 0
}

.mi-enquire {
  margin-bottom: 40px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(233, 232, 231, 0.5)
}

.mi-enquire .display-4 {
  font-family: Nunito Sans;
  font-size: 40px;
  font-weight: 500;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-footer .mi-enquire .btn {
  font-size: 26px;
  width: 230px !important;
  height: 60px;
  font-weight: 500
}

.mi-footer h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

.mi-footer ul li {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 36px
}

.mi-footer ul li a {
  color: #fff;
  line-height: 22px;
  display: inherit
}

.mi-footer ul li a:hover {
  text-decoration: none;
  opacity: .8
}

.mi-contact-links i,
.mi-social-links i,
.mi-location i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 20px !important
}

.mi-footer ul li a span {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-social-links li {
  margin-right: 20px;
  display: inline-block
}

.mi-social-links i {
  margin-right: 0
}

.mi-social-links i.icon-facebook {
  height: 20px;
  width: 12px;
  background-size: 12px 20px !important
}

.mi-location li a {
  line-height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start
}

.mi-location i {
  position: relative;
  top: 2px
}

.mi-location-link {
  color: #f6b719;
  text-decoration: underline
}

.mi-location-link:hover {
  color: #f6b719;
  text-decoration: none
}

.mi-copyrights {
  margin: 90px 0 0;
  padding: 33px 0
}

.mi-copyrights .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-copyrights .title {
  font-size: 16px;
  font-weight: 600;
}

.mi-copyrights-link {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end
}

.mi-copyrights-link a {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  margin-left: 40px
}

.mi-copyrights-link a:hover {
  text-decoration: none;
  color: #1f3966
}

.mi-apps .display-4 {
  margin-bottom: 48px
}

.mi-apps ul,
.mi-appraisal ul {
  margin: 0 0 40px;
  padding-left: 0;
  list-style: none
}

.mi-apps ul li,
.mi-appraisal ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #444;
  position: relative
}

.mi-apps ul li::before,
.mi-appraisal ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719
}

.mi-apps-download a {
  display: inline-block
}

.mi-apps-download a:hover {
  opacity: .9
}

.mi-apps-download a img {
  margin: 0;
  width: 128px;
  height: 48px;
  position: relative;
  left: auto;
  top: auto
}

.mi-video-player+.mi-video-player {
  margin-top: 100px
}

.mi-appraisal .btn {
  margin-bottom: 50px;
  width: 180px;
  height: 40px;
  border-radius: 3px
}

.mi-feed-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: top;
  align-self: top;
  align-items: center
}

.mi-appridal-img {
  margin: 0 100px 0 0;
  width: 325px;
  height: 250px
}

.mi-leave-approval-img {
  margin: 0 80px 0 0;
  height: 500px;
  object-fit: contain;
}

.mi-feed-wrapper .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-client-logos h1 {
  font-size: 52px;
  font-weight: 700;
  font-family: Nunito Sans;
}

.mi-clients-logo {
  margin: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-clients-logo .card {
  margin: 10px;
  align-items: center;
  width: calc(20% - 20px);
  height: 142px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border: 0
}

.mi-clients-logo .card img {
  margin: auto;
  display: block;
  height: 80px;
  max-width: 100%;
  object-fit: contain
}

.mi-client-logos h4 {
  margin-bottom: 30px !important;
  font-family: Nunito Sans;
  font-size: 20px;
  color: #323232
}

.mi-client-logos .btn {
  margin: auto;
  line-height: 32px;
  width: 100%;
  max-width: 440px;
  height: 45px
}

.mi-client-logos .btn i {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: relative;
  top: -2px
}

.mi-clients-list .tabs-container {
  margin: 75px 0 0;
  background: #fbfafa
}

.mi-clients-list .nav-tabs {
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
  max-width: 100%;
  background-color: #e9e8e7;
  padding: 0;
  width: 100%
}

.mi-clients-list .nav-item {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.mi-clients-list .nav-link {
  overflow: visible;
  padding: 30px 0;
  line-height: 1;
  -webkit-transition: color .2s;
  transition: color .2s;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #959595;
  cursor: pointer;
}

.mi-clients-list .nav-link.active {
  color: #323232;
  font-weight: 800;
  background-color: #fbfafa
}

.mi-clients-list .nav i {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  background-size: 50px;
  opacity: .6
}

.tab-content {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #fbfafa
}

.tab-content .tab-pane {
  padding: 50px 90px;
  position: relative
}

.tab-content .tab-pane::before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  background-size: 400px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .1
}

.tab-content .tab-pane#construction::before {
  background: url(../img/icons/maintenance.svg) no-repeat
}

.tab-content .tab-pane#marine::before {
  background: url(../img/icons/cutlery.svg) no-repeat
}

.tab-content .tab-pane#transport::before {
  background: url(../img/icons/truck.svg) no-repeat
}

.tab-content .tab-pane#retail::before {
  background: url(../img/icons/shopping-bag.svg) no-repeat
}

.tab-content .tab-pane#security::before {
  background: url(../img/icons/first-aid-kit.svg) no-repeat
}

.tab-content .tab-pane ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}

.tab-content .tab-pane ul li {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  font-family: Nunito Sans;
  font-weight: 500;
  position: relative;
  width: 100%
}

.mi-clients-list .nav-link.active i {
  opacity: 1
}

.tab-content .tab-pane ul li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/triangle-right.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  left: -10px;
  top: -3px
}

.mi-success-banner {
  padding: 100px 0 !important
}

.mi-banner-ratings {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-banner-ratings .item {
  padding: 0 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative
}

.mi-banner-ratings .item img {
  margin: 0 auto 15px;
  display: block;
  width: 80%;
  height: 85px;
  object-fit: contain
}

.mi-banner-ratings .item .rating {
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 25px;
  background: url(../img/icons/rating-stars.svg) no-repeat;
  background-size: 140px 25px
}

.mi-stories-list {
  margin: 0 -15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.mi-stories-list .card {
  margin: 80px 15px 0;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
  width: calc(33.33% - 30px);
  border: 0;
  overflow: hidden
}

.mi-stories-list .card img {
  width: 100%;
  height: 295px;
  object-fit: cover
}

.mi-stories-list .card .card-body {
  padding: 25px 30px 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.mi-stories-list .card .card-body .name {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  color: #1f3966
}

.mi-stories-list .card .card-body .category {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 700;
  color: #323232
}

.mi-stories-list .card .card-body .employees-count {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 400;
  color: #959595
}

.mi-stories-list .card .card-body .year {
  margin: 0 0 25px;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 400;
  color: #959595
}

.mi-stories-list .card .card-body p {
  margin: 0 0 20px;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 400;
  color: #323232
}

.mi-stories-list .card .article-author-name {
  margin-top: auto;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500;
  color: #323232
}

.load-more-btn {
  margin: 0 auto;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #f6b719;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
  border: solid 1px #959595;
  background-color: #fff;
  width: 210px
}

.mi-story-filter {
  margin: 75px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-story-filter .label {
  margin-right: 30px;
  line-height: 30px;
  font-weight: 500
}

.mi-story-filter .mi-filter-buttons {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-story-filter .mi-filter-buttons a {
  margin: 0 10px 10px 0;
  padding: 3px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #e0a613;
  border: 1px solid #e0a613;
  border-radius: 3px;
  cursor: pointer
}

.mi-story-filter .mi-filter-buttons a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e0a613
}

.mi-story-filter .mi-filter-buttons a.active {
  color: #fff;
  background-color: #e0a613
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #444
}

.select-styled {
  border-radius: 5px;
  background-color: #e9e8e7;
  padding: 11px 50px 11px 15px;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #323232 transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 20px
}

.select-styled:hover {
  background-color: #e9e8e7
}

.select-styled:active,
.select-styled.active {
  background-color: #e9e8e7
}

.select-styled:active:after,
.select-styled.active:after {
  top: 17px;
  border-color: transparent transparent #323232 transparent
}

.select-options {
  display: none;
  position: absolute;
  top: 95%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e9e8e7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 300px;
  overflow-y: scroll
}

.select-options::-webkit-scrollbar {
  width: 10px
}

.select-options::-webkit-scrollbar-track {
  background: #f1f1f1
}

.select-options::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  height: 100px
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #dbdbdb;
  -moz-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in
}

.select-options li:hover {
  color: #323232;
  background: #e1e1e1
}

.select-options li[rel="hide"] {
  display: none
}

.mi-grants-banner {
  padding: 100px 0 !important
}

.mi-grants-banner .display-4 {
  margin-bottom: 70px !important
}

.mi-grants-banner h1 {
  margin-bottom: 70px !important
}

.mi-grants-banner p {
  margin: 0 auto 25px;
  max-width: 95%;
  line-height: 28px;
  font-weight: 500;
  font-size: 18px
}

.mi-psg-standard {
  margin: 80px 0;
  padding: 25px 85px;
  border-radius: 5px;
  background-color: #ebf0f6
}

.mi-psg-standard i {
  margin: 0 auto 20px;
  display: block;
  width: 64px;
  height: 64px;
  background-size: 64px
}

.mi-psg-standard h5 {
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
}

.mi-grants-banner .btn {
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
  background-color: #f6b719;
  width: 250px;
  height: 45px
}

.mi-additional-support .display-4 {
  margin-bottom: 70px;
  font-size: 52px
}

.mi-additional-support p {
  margin-bottom: 45px;
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500
}

.mi-additional-support p b {
  font-weight: 800;
}

.mi-support-items {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  justify-content: center
}

.mi-support-items .item {
  margin: 0 50px
}

.mi-support-items i {
  margin: 0 auto 20px;
  display: block;
  width: 64px;
  height: 64px;
  background-size: 64px
}

.mi-support-items h5 {
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #1f3966
}

.mi-additional-support .btn {
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
  background-color: #f6b719;
  width: 250px;
  height: 45px
}

.mi-supportedby {
  margin: 65px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center
}

.mi-support-group {
  display: inline-block
}

.mi-supportedby .lead {
  margin: 0 15px 12px;
  font-family: Nunito Sans;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.mi-supportedby img {
  margin: 0 15px
}

.mi-features h3 {
  margin-bottom: 65px;
    font-family: Nunito Sans;
    font-size: 43px;
    font-weight: 700;
}

.mi-features h3 span {
  display: block;
  font-size: 35px
}

.mi-explore {
  max-width: 555px;
  margin-left: auto;
  padding: 75px 50px 75px 0
}

.mi-eligibility {
  padding: 75px 50px 75px 100px
}

.mi-eligibility-sec .mi-explore {
  max-width: 670px;
  margin: 0 auto;
  padding: 75px 70px 75px 0
}

.mi-eligibility-sec h3 {
  text-align: center
}

.video-about-mi .display-4 span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-4.svg) repeat;
  background-size: 300px 3px;
  position: absolute;
  bottom: -16px;
  right: 0
}

.video-about-mi .display-4 .mi-text-primary {
  color: #323232 !important
}

.mi-eligibility .mi-features-list {
  max-width: 450px
}

.meet-the-team-about {
  text-align: left !important;
  padding-right: 70px;
  display: table-cell;
  vertical-align: middle
}

.meet-aboutus {
  display: table
}

.meet-aboutus a {
  display: table-cell;
  vertical-align: middle
}

.mi-bg-gray-light {
  background-color: rgba(233, 232, 231, 0.5)
}

.video-about-mi {
  text-align: center
}

.video-about-mi iframe {
  width: 100%
}

.mi-features-list .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-features-list .item i {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: relative;
  top: 2px
}

.mi-features-list .item .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 20px
}

.mi-features-list .item .heading {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 800;
}

.mi-features-list .item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
  font-weight: 500
}

.mi-features h4 {
  margin-bottom: 40px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
}

.mi-eligibility p {
  color: #fff !important
}

.mi-assistance .display-4 {
  font-size: 42px
}

.mi-assistance i {
  margin: 0 12px;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-size: 42px
}

.mi-assistance a {
  text-decoration: underline;
  color: #0086f0
}

.mi-assistance a:hover {
  text-decoration: none
}

.mi-aboutus-banner {
  padding: 160px 0 !important
}

.mi-aboutus-banner h1::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  width: 800px;
  height: 110px;
  background: url(../img/banner-shape-top.png) no-repeat;
  background-size: 800px 110px
}

.mi-aboutus-banner h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 840px;
  height: 100px;
  background: url(../img/banner-shape-bottom.png) no-repeat;
  background-size: 840px 100px
}

.mi-aboutus-banner h1 {
  font-size: 48px !important
}

.mi-aboutus-banner h1 div {
  font-size: 28px
}

.mi-story .display-4::after {
  content: '';
  display: inline-block;
  width: 95px;
  height: 20px;
  background: url(../img/icons/dotted-line-1.svg) no-repeat;
  background-size: 95px 20px;
  position: absolute;
  bottom: -30px;
  left: 140px
}

.mi-story p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500
}

.mi-whatwedo::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 400px;
  background: url(../img/icons/dotted-line-2.svg) no-repeat;
  background-size: 100px 400px;
  position: absolute;
  top: -255px;
  left: 0
}

.mi-whatwedo .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-whatwedo .content img {
  width: 600px
}

.mi-whatwedo .description {
  padding-left: 80px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-whatwedo .display-4 {
  margin-bottom: 50px
}

.mi-whatwedo p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444
}

.mi-whatwedo .lightsbox-pin {
  width: 50%;
  float: left
}

.mi-whatwedo .description {
  width: 50%;
  float: left
}

.mi-values .container::after {
  content: '';
  display: inline-block;
  width: 220px;
  height: 40px;
  background: url(../img/icons/dotted-line-3.svg) no-repeat;
  background-size: 220px 40px;
  position: absolute;
  top: -115px;
  right: 0
}

.mi-values .display-4.text-center .mi-text-primary {
  color: #323232 !important
}

.video-about-mi .display-4 {
  margin-bottom: 70px
}

.mi-values .display-4 {
  margin-bottom: 70px;
  font-size: 40px
}

.mi-values .display-4 span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-4.svg) repeat;
  background-size: 300px 3px;
  position: absolute;
  bottom: -16px;
  right: 0
}

.mi-values-grid i {
  margin: 0 auto 10px;
  display: block;
  width: 42px;
  height: 42px;
  background-size: 42px
}

.mi-values-grid h5 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 800;
}

.mi-values-grid p {
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: 500
}

.mi-values-grid .item p {
  margin: 0 auto;
  max-width: 88%
}

.mi-values-grid .col-lg-4:nth-child(n+4) .item {
  margin-top: 100px
}

.mi-achievement .label {
  font-family: Nunito Sans;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #444
}

.mi-achievement .value {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 60px;
  line-height: 90px;
  font-weight: 800;
}

.mi-achievement .value sub {
  font-family: Nunito Sans;
  font-size: 24px;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  top: -15px;
  right: -5px
}

.mi-teams {
  background-color: #f6f8fb;
  padding: 80px 0 170px 0
}

.mi-teams::after {
  content: "";
  display: block;
  width: 65px;
  height: 225px;
  background: url(../img/icons/dotted-line-6.svg) no-repeat;
  background-size: 65px 225px;
  position: absolute;
  top: -115px;
  right: 0
}

.mi-teams .display-4 {
  font-size: 42px;
  margin-bottom: 35px;
}

.mi-team-members .thumb {
  margin: 0 auto 12px;
  display: block;
  width: 250px;
  height: 360px;
  background-size: 250px 360px
}

.mi-team-members .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.mi-team-members .name {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  color: #323232
}

.mi-team-members .position {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  line-height: 1.5
}

.mi-meet::before {
  content: "";
  display: block;
  width: 72px;
  height: 414px;
  background: url(../img/icons/dotted-line-8.svg) repeat;
  background-size: 72px 414px;
  position: absolute;
  top: -105px;
  left: 0
}

.mi-meet::after {
  content: "";
  display: block;
  width: 215px;
  height: 100px;
  background: url(../img/icons/dotted-line-9.svg) repeat;
  background-size: 215px 100px;
  position: absolute;
  bottom: -40px;
  right: 25px
}

.mi-meet-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-meet-card a {
  margin-left: auto;
  display: inline-block;
  width: calc(100% - 380px)
}

.mi-meet .display-4 {
  font-size: 42px;
  margin-bottom: 75px;
  max-width: 295px
}

.mi-meet .display-4::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: url(../img/icons/dotted-line-7.svg) repeat;
  background-size: 100% 2px;
  position: absolute;
  bottom: -35px;
  left: 0
}

.mi-meet img {
  width: 100%
}

.mi-whyus-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-whyus-wrapper img {
  width: 560px;
  height: 560px;
  background-size: 560px
}

.mi-whyus-wrapper .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-whyus-wrapper .lead {
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 700;
}

.mi-whyus {
  background-image: linear-gradient(to top, #1f3966, #132441)
}

.mi-whyus::before {
  content: '';
  display: block;
  width: 20px;
  height: 205px;
  background: url(../img/icons/dotted-line-10.svg) repeat;
  background-size: 20px 205px;
  position: absolute;
  top: -105px;
  right: 50px
}

.mi-whyus::after {
  content: '';
  display: block;
  width: 180px;
  height: 40px;
  background: url(../img/icons/dotted-line-3.svg) repeat;
  background-size: 180px 40px;
  position: absolute;
  bottom: -20px;
  left: 35px
}

.whyus-list .item {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(233, 232, 231, 0.5)
}

.whyus-list .item .content {
  padding-right: 85px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.whyus-list .item h3 {
  margin-bottom: 30px;
  font-family: Nunito Sans;
  font-size: 42px;
  font-weight: 800;
  color: #fff
}

.whyus-list .item p {
  font-family: Nunito Sans;
  font-size: 18px;
  color: #f1f8fe
}

.whyus-list .item img {
  width: 135px;
  height: 135px;
  background-size: 135px
}

.mi-chooseus .display-4 {
  margin-bottom: 60px
}

.mi-chooseus .btn {
  width: 160px;
  height: 40px;
  border-radius: 5px
}

.mi-contact-banner h1 {
  font-size: 52px;
  font-family: Nunito Sans;
  font-weight: 700;
}

.mi-contact-banner {
  padding: 100px 0 420px
}

.mi-contact-wrapper {
  margin: -420px 0 60px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff
}

.mi-contact-wrapper::before {
  content: '';
  display: inline-block;
  width: 95px;
  height: 20px;
  background: url(../img/icons/dotted-line-1.svg) no-repeat;
  background-size: 95px 20px;
  position: absolute;
  top: 52%;
  left: -50px
}

.mi-contact-body {
  padding: 50px 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-contact-info {
  padding: 0 20px 30px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px
}

.mi-contact-info h4 {
  margin-bottom: 45px;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 700;
}

.mi-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.mi-contact-info ul li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-contact-info ul li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px
}

.mi-contact-info ul li .description {
  padding-left: 25px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500
}

.mi-contact-info ul li .description a {
  text-decoration: none;
  color: #323232
}

.whatsapp-btn {
  color: #fff;
  border-radius: 3px;
  background-color: #2fa430
}

.whatsapp-btn i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 28px;
  height: 28px;
  background-size: 28px
}

.whatsapp-btn:hover {
  color: #fff;
  background-color: #42ab43
}

.mi-contact-form-container {
  padding-left: 45px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-left: 1px solid #e9e8e7
}

.mi-contact-form label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #c4c4c4
}

.mi-contact-form input,
.mi-contact-form textarea {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none
}

.mi-contact-form input:focus,
.mi-contact-form textarea:focus {
  outline: 0;
  border: 0;
  border-bottom: 1px solid #1f3966;
  box-shadow: none
}

.mi-contact-form input.form-check-input {
  width: 25px;
  height: 25px;
  border: 1px solid #cdcdcd;
  cursor: pointer
}

.mi-contact-form .form-check-label {
  padding-left: 15px;
  font-size: 16px;
  color: #000
}

.mi-contact-form .form-check-label a {
  color: #0086f0;
  text-decoration: underline
}

.mi-contact-form .btn {
  width: auto;
  height: auto;
}

.mi-contact-footer {
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  background-color: #f6f8fb
}

.mi-contact-footer a {
  color: #0086f0
}

.mi-contact .display-4 {
  margin-bottom: 80px
}

.mi-locations .item {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-locations .item i {
  display: inline-block;
  width: 62px;
  height: 80px;
  background-size: 62px 80px
}

.mi-locations .item .description {
  padding-left: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-locations .item h4 {
  font-family: Nunito Sans;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800
}

.mi-locations .item p {
  margin: 0 0 15px;
  padding-right: 50px;
  font-family: Nunito Sans;
  font-size: 17px;
  font-weight: 600;
}

.mi-locations .item ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.mi-locations .item ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-locations .item ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px
}

.mi-locations .item ul li .content {
  padding-left: 12px;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500
}

.mi-locations .item ul li .content a {
  color: #323232
}

.mi-awards-banner {
  padding: 120px 0 !important
}

.mi-journey .display-4 {
  margin-bottom: 75px
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative
}

.timeline:before {
  top: 0;
  bottom: 330px;
  position: absolute;
  content: '';
  width: 2px;
  background-color: #606060;
  left: 50%;
  margin-left: -3px
}

.timeline>li {
  margin-bottom: 30px;
  position: relative
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  width: 43%;
  float: left;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background-color: #fff
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f6f8fb;
  border-right: 0 solid #f6f8fb;
  border-bottom: 15px solid transparent;
  content: ''
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f6f8fb;
  border-right: 0 solid #f6f8fb;
  border-bottom: 14px solid transparent;
  content: ''
}

.timeline>li>.timeline-badge {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  background-color: #f6f8fb;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%
}

.timeline>li>.timeline-badge i {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline-heading {
  padding: 16px 20px;
  background-color: #f6f8fb
}

.timeline-title {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.timeline-body {
  padding: 15px 35px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column
}

.timeline-body p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.timeline-body p b {
  font-weight: 800;
}

.timeline-body img {
  margin: 0 auto;
  display: block;
  width: 80%
}

.timeline-body a {
  position: relative
}

.timeline-body a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icons/expand.svg) no-repeat;
  background-size: 20px;
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 9
}

.timeline-body a::after {
  content: '';
  width: 32px;
  height: 32px;
  background-color: #c4c4c4;
  border-radius: 5px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 5;
  opacity: .7
}

.timeline-body a::before,
.timeline-body a::after {
  display: none
}

.timeline-body a:hover::before,
.timeline-body a:hover::after {
  display: block
}

.title-biometric {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 40px !important;
  margin-bottom: 40px !important;
  color: #1f3966
}

.mi-career-banner {
  padding: 175px 0 !important
}

.mi-career-banner h1::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 115px;
  width: 800px;
  height: 110px;
  background: url(../img/banner-shape-top-2.png) no-repeat;
  background-size: 800px 110px
}

.mi-career-banner h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  left: 100px;
  width: 875px;
  height: 55px;
  background: url(../img/banner-shape-bottom-2.png) no-repeat;
  background-size: 875px 55px
}

.mi-workus .display-4 {
  margin-bottom: 75px
}

.mi-work-list i {
  margin: 0 auto 10px;
  display: block;
  width: 42px;
  height: 42px;
  background-size: 42px
}

.mi-work-list h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 38px
}

.mi-work-list p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  max-width: 92%
}

.mi-job-opportunity .display-4 {
  margin-bottom: 60px
}

.mi-jobs-filter {
  margin: 0 -15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-jobs-filter .country {
  padding: 0 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.mi-jobs {
  margin-bottom: 60px;
  padding: 0
}

.mi-jobs .card {
  padding: 25px 0 0;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #1f3966 !important
}

.mi-jobs .card-head {
  margin: 0 0 25px;
  cursor: pointer
}

.mi-jobs .acc-arrow {
  padding-right: 100px;
  position: relative
}

.mi-jobs .collapsed.acc-arrow::after {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/icons/acc-right.svg) no-repeat;
  background-size: 42px;
  position: absolute;
  right: 30px;
  top: 8px
}

.mi-jobs .acc-arrow::after {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/icons/acc-down.svg) no-repeat;
  background-size: 42px;
  position: absolute;
  right: 30px;
  top: 8px
}

.mi-jobs .card-body {
  padding: 30px;
  background-color: rgba(246, 248, 251, 0.75);
  border-top: 1px solid #1f3966 !important
}

.mi-jobs h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px
}

.mi-jobs .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-jobs .description span {
  font-size: 18px;
  font-weight: 500;
  color: #606060
}

.mi-jobs .description span+span::before {
  content: '|';
  display: inline-block;
  padding: 0 12px;
  position: relative;
  top: -2px
}

.mi-jobs .card h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 40px
}

.mi-jobs .card ul {
  margin: 0 0 30px
}

.mi-jobs .card ul li {
  font-size: 18px;
  font-weight: 500;
  color: #606060
}

.mi-jobs .card ul li b {
  font-weight: 800;
}

.mi-jobs .card p {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #444
}

.mi-jobs .card a {
  color: #2196f3
}

.pagination .page-link {
  padding: 0 10px;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #606060 !important;
  border: 0;
  letter-spacing: .18px;
  cursor: pointer
}

.pagination .page-item.active .page-link {
  font-size: 19px !important;
  color: #444 !important;
  background-color: transparent
}

.pagination .page-link:hover {
  font-size: 19px !important;
  color: #444 !important;
  background-color: transparent;
  color: #e0a613 !important
}

.pagination .page-link.current {
  font-size: 19px !important;
  color: #444 !important;
  background-color: transparent;
  font-weight: 800 !important;
}

.pagination .page-link i {
  display: block;
  width: 28px;
  height: 28px;
  background-size: 28px
}

.mi-partner-banner {
  padding: 100px 0 !important
}

.mi-parter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-parter-wrapper .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-partner-banner .lead {
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 700;
}

.mi-parter-wrapper img {
  width: 520px;
  padding-left: 50px
}

.mi-partner-contact .display-4 {
  margin-bottom: 100px;
  font-size: 48px !important
}

.mi-partner-contact .mi-contact-wrapper::before {
  display: none
}

.mi-partnership-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-partnership-box img {
  width: 410px
}

.mi-partnership-box .content {
  padding-left: 60px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-partnership-box .display-4 {
  margin-bottom: 40px;
  font-size: 42px
}

.mi-partnership-box .lead {
  margin-bottom: 45px;
  font-weight: 800;
}

.mi-partnership-box .btn {
  width: 160px;
  height: 40px
}

.mi-acc-software-banner {
  padding: 0
}

.mi-acc-software-banner .mi-banner-container {
  padding: 30px 0
}

.mi-acc-software-banner .mi-banner-content {
  width: calc(100% - 440px);
}

.mi-acc-software-banner h1 {
  margin-bottom: 18px
}

.mi-acc-software-banner p {
  margin-bottom: 40px;
  line-height: 1.33
}

.mi-acc-software-banner .mi-banner-img {
  position: absolute;
  top: 7px;
  right: -140px;
}

.mi-acc-software-banner .mi-banner-img img {
  width: 575px;
  position: relative;
  right: 0px;
  top: 100px;
}

.mi-accounting-key-features {
  padding: 100px 0 35px
}

.mi-accounting-key-features .lead {
  margin-bottom: 110px
}

.mi-accounting-key-features .card {
  margin: 0 auto 65px;
  padding: 50px 25px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 0;
  position: relative;
  max-width: 325px;
  height: 180px;
}

.mi-accounting-key-features .card .icon-bg {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px)
}

.mi-accounting-key-features .card .icon-bg i {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.mi-accounting-key-features .card p {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  text-align: center
}

.mi-accounting-app img {
  position: absolute;
  top: 0;
  left: -190px;
  width: 780px;
  z-index: 0
}

.mi-accounting-app .content {
  padding-left: 475px;
  position: relative;
  z-index: 9
}

.mi-accounting-app .display-4 {
  margin-bottom: 50px
}

.mi-apps-list {
  margin-bottom: 50px;
  max-width: 465px
}

.mi-apps-list span,
.mi-apps-list a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #444
}

.mi-apps-list span+span::before,
.mi-apps-list a+a::before {
  margin: 0 10px 0 8px;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-size: 5px;
  border-radius: 100%;
  background-color: #323232;
  position: relative;
  top: -2px
}

.mi-accounting-app .btn {
  width: 160px;
  height: 40px;
  margin-bottom: 50px;
  border-radius: 3px
}

.mi-package .display-4 {
  margin-bottom: 25px
}

.mi-package .lead {
  margin-bottom: 80px;
  color: #444
}

.mi-pricing-table {
  border-radius: 8px
}

.mi-pricing-table th {
  width: 33.33%;
  padding: 35px 40px;
  font-size: 20px;
  font-weight: 800;
  border: none !important;
  position: relative
}

.mi-pricing-table td {
  padding: 20px 40px;
  vertical-align: middle;
  border: 0;
  position: relative
}

.mi-pricing-table td i {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px
}

.mi-pricing-table tr td::after,
.mi-pricing-table tr th::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px
}

.mi-pricing-table tr td:nth-child(1)::after,
.mi-pricing-table tr th:nth-child(1)::after {
  border-bottom: 1px solid rgba(233, 232, 231, 0.25) !important
}

.mi-pricing-table tr td:nth-child(2)::after,
.mi-pricing-table tr th:nth-child(2)::after {
  border-bottom: 1px solid #e9e8e7 !important
}

.mi-pricing-table tr td:nth-child(3)::after,
.mi-pricing-table tr th:nth-child(3)::after {
  border-bottom: 1px solid #c4c4c4 !important
}

.mi-pricing-table tr:last-child td::after {
  border-bottom: none !important
}

.wp-table {
  width: 390px;
}

.mi-award .display-4 {
  margin-bottom: 50px
}

.mi-award .lead {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500
}

.mi-award .btn {
  width: 200px;
  height: 40px;
  border-radius: 3px
}

.mi-assured .display-4 {
  margin-bottom: 50px;
  font-size: 42px
}

.mi-assured-box {
  padding: 25px 110px
}

.mi-assured-box i {
  margin: 0 auto 20px;
  display: block;
  width: 68px;
  height: 68px;
  background-size: 68px
}

.mi-assured-box h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.mi-outsourcing-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-outsourcing img {
  width: 280px
}

.mi-outsourcing .content {
  padding-left: 90px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-outsourcing .btn {
  width: 160px;
  height: 40px;
  border-radius: 3px
}

.mi-biometric-banner .mi-banner-container {
  padding: 25px 0
}

.mi-biometric-banner .mi-banner-content {
  width: calc(100% - 415px)
}

.mi-biometric-banner .mi-banner-img img {
  width: 350px
}

.mi-features-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: top;
  align-self: top
}

.mi-feature-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #fff
}

.mi-feature-col:nth-child(1) {
  background-color: rgba(233, 232, 231, 0.5)
}

.mi-feature-col h4 {
  margin: 0;
  padding: 45px 65px;
  font-size: 20px;
  font-weight: 800;
  color: #1f3966;
  border-bottom: 1px solid #c4c4c4
}

.mi-feature-col ul {
  margin: 0;
  padding: 0 65px 65px;
  list-style: none
}

.mi-feature-col li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  padding: 30px 0 30px 25px;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  min-height: 90px
}

.mi-feature-col li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../img/icons/square-dots.png) no-repeat;
  background-size: 26px;
  position: absolute;
  top: 35%;
  left: -12px
}

.mi-hrms-img {
  margin: 0 95px 0 0;
  width: 425px;
}

.mi-hrms-feature {
  padding: 100px 0 25px
}

.mi-oneapp-img {
  width: 100%;
}

.mi-hrms-feature .display-4 {
  margin-bottom: 50px
}

.mi-hrms-list .item {
  margin-bottom: 75px
}

.mi-hrms-list .item i {
  margin: 0 auto 15px;
  display: block;
  width: 42px;
  height: 42px;
  background-size: 42px
}

.mi-hrms-list .item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
}

.mi-hrms-list .item h5 a {
  color: #323232
}

.mi-hrms-list .item h5 a:hover {
  text-decoration: none;
  color: #1f3966
}

.mi-hrms-list .item p {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #444
}

.mi-assured {
  background-color: rgba(233, 232, 231, 0.5)
}

.mi-assured-list {
  margin: 0 -15px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-assured-list .item {
  margin: 0 0 50px;
  padding: 0 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.mi-assured-list .item span {
  margin: 0 auto 20px;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background-color: #fff;
  border-radius: 100%
}

.mi-assured-list .item i {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.mi-assured-list .item h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  text-align: center
}

.mi-assured hr {
  margin: 0;
  border-top: 1px solid
}

.mi-certificates {
  margin-top: 100px
}

.mi-certificates .item {
  margin-bottom: 50px
}

.mi-certificates .item img {
  margin: 0 auto 20px;
  display: block;
  width: 235px;
  height: 150px;
  object-fit: contain
}

.mi-certificates .item p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  max-width: 250px;
}

.mi-certificates .item .lightsbox-pin::after {
  content: '';
  right: 0;
  bottom: 0
}

.mi-certificates .item .lightsbox-pin::before {
  content: '';
  right: 9px;
  bottom: 9px
}

.mi-hrms-banner .mi-banner-container {
  padding: 0
}

.mi-hrms-banner .mi-banner-content {
  width: calc(100% - 500px)
}

.mi-hrms-banner .mi-banner-img img {
  width: 430px;
  margin-top: 40px;
}

.mi-hrms-banner .btn {
  width: auto;
  min-width: 160px;
  border-radius: 3px
}

.mi-hrms-banner .btn+.btn {
  margin-left: 20px
}

.mi-comments {
  padding: 100px 0;
  background-image: linear-gradient(to top, #f6f8fb, rgba(246, 248, 251, 0.75), rgba(246, 248, 251, 0.25))
}

.mi-comments .display-4 {
  margin-bottom: 115px;
  font-size: 42px
}

.mi-comments #demo {
  margin: auto
}

.mi-comments .carousel-inner {
  margin: 0;
  padding: 0 0 45px
}

.mi-comments .carousel-caption {
  margin: 0;
  position: relative;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 80px 125px;
  max-width: 800px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  min-height: 465px
}

.mi-comments .carousel-caption p {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  text-align: left;
  color: #1f3966;
  position: relative
}

.mi-comments .carousel-caption p::before,
.mi-comments .carousel-caption p::after {
  content: '';
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/icons/double-slash.svg) no-repeat;
  background-size: 55px;
  position: absolute
}

.mi-comments .carousel-caption p::before {
  left: -65px;
  top: -25px
}

.mi-comments .carousel-caption p::after {
  bottom: -30px;
  right: 0
}

.mi-comments .carousel-image {
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 530px;
  height: 450px;
  z-index: 1
}

.mi-comments .carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.mi-comments .carousel-control-next,
.mi-comments .carousel-control-prev {
  border-radius: 5px;
  background-color: rgba(233, 232, 231, 0.6);
  width: 55px;
  height: 50px;
  opacity: 1
}

.mi-comments .carousel-control-next:hover,
.mi-comments .carousel-control-prev:hover {
  background-color: #fff
}

.mi-comments .carousel-control-prev {
  left: auto;
  right: 54px
}

.mi-comments .carousel-control-prev i,
.mi-comments .carousel-control-next i {
  display: block;
  width: 28px;
  height: 28px;
  background-size: 28px
}

.mi-comments .carousel-control-prev i {
  background: url(../img/icons/carousel-left-primary.svg) no-repeat
}

.mi-comments .carousel-control-next i {
  background: url(../img/icons/carousel-right-primary.svg) no-repeat
}

.mi-comments .carousel-control-prev:hover i {
  background: url(../img/icons/carousel-left-warning.svg) no-repeat
}

.mi-comments .carousel-control-next:hover i {
  background: url(../img/icons/carousel-right-warning.svg) no-repeat
}

.mi-typo-banner .content {
  padding: 108px 0 !important;
  position: relative;
  z-index: 10
}

.mi-typo-banner img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 810px
}

.mi-typo-banner .lead {
  font-size: 18px;
  margin-bottom: 40px
}

.mi-typo-banner .btn {
  width: 160px;
  height: 40px;
  border-radius: 3px
}

.mi-typo-content .display-4 {
  margin-bottom: 35px
}

.mi-typo-content .lead {
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: 500;
  color: #444
}

.mi-typo-content p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500
}

.mi-typo-content ol {
  margin: 0 0 70px;
  padding: 0 0 0 18px
}

.mi-typo-content ol li {
  margin-bottom: 30px;
  padding-left: 6px;
  font-weight: 800;
}

.mi-typo-content ol li a {
  font-size: 20px;
  color: #0086f0
}

.mi-typo-content a:hover {
  text-decoration: none
}

.mi-typo-content ol li::marker {
  font-size: 20px
}

.mi-typo-group {
  margin-bottom: 70px
}

.mi-typo-group h3 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
}

.mi-typo-group p {
  margin-bottom: 25px
}

.mi-typo-group p b {
  font-weight: 800;
}

.mi-typo-content a {
  color: #0086f0
}

.mi-typo-group ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none
}

.mi-typo-group ul li {
  padding-left: 40px;
  font-size: 20px;
  font-weight: 500;
  position: relative
}

.mi-typo-group ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719
}

.mi-typo-group li ul {
  margin: 0 0 30px 35px;
  list-style: circle
}

.mi-typo-group li ul li {
  padding-left: 6px
}

.mi-typo-group li ul li::before {
  display: none
}

.mi-payroll-outsourcing-banner .mi-banner-content {
  width: calc(100% - 420px)
}

.mi-payroll-outsourcing-banner .mi-banner-img img {
  width: 370px
}

.mi-biometric-img {
  margin: 0 60px 0 0;
  width: 450px
}

.mi-hrms-system .display-4 {
  margin-bottom: 70px
}

.mi-project-costing-banner .mi-banner-content {
  width: calc(100% - 330px)
}

.mi-project-costing-banner .mi-banner-img {
  margin: 0
}

.mi-project-costing-banner .mi-banner-img img {
  width: 330px
}

.mi-project-costing-img {
  margin: 0 90px 0 0;
  width: 385px
}

.mi-appraisal-banner .mi-banner-container,
.mi-project-costing-banner .mi-banner-container,
.mi-payroll-outsourcing-banner .mi-banner-container {
  padding: 35px 0
}

.mi-appraisal-banner .mi-banner-content {
  width: calc(100% - 400px)
}

.mi-appraisal-banner .mi-banner-img {
  margin: 0 0 0 20px
}

.mi-appraisal-banner .mi-banner-img img {
  width: 380px
}

.mi-appridal-software {
  margin: 0 50px 0 0;
  width: 380px
}

.mi-report-overview .col-lg-6:nth-child(1) .mi-article-item .content {
  padding: 0 20px 0 15px
}

.mi-apps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-apps-demo {
  margin-right: 100px;
  width: 450px;
}

.mi-video-player {
  position: relative;
  height: 300px;
  width: 100%
}

.mi-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px
}

.mi-apps-wrapper .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.modal {
  padding-right: 0 !important
}

.modal-header {
  padding: 20px 45px
}

.modal-header h4 {
  font-size: 28px;
  font-family: Nunito Sans;
  font-weight: 800;
  color: #1f3966
}

.modal-body {
  padding: 25px 45px
}

.modal-header .close {
  font-size: 40px;
  outline: none !important
}

.mi-mobi-country {
  display: none;
  margin-left: auto
}

.mi-mobi-country .btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none !important;
  width: auto
}

.mi-mobi-country .btn.active {
  background-color: transparent;
  border-color: transparent
}

.mi-mobi-country .dropdown-toggle::after {
  display: none
}

.mi-mobi-country i {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px
}

.mi-mobi-country img {
  margin-right: 0;
  width: 24px;
  position: relative;
  top: 0
}

.mi-mobi-country .dropdown-menu {
  padding: 15px 0 !important;
  border-radius: 0;
  border: solid 1px #e7ecf4 !important;
  top: 38px;
  padding: 1rem 0 !important;
  background-color: #fff;
  min-width: 190px
}

.mi-mobi-country .dropdown-menu img {
  margin-right: 10px;
  width: 18px;
  position: relative;
  top: -2px
}

.mi-mobi-country .dropdown-item {
  padding: .750rem 1.5rem !important;
  font-weight: 500
}

.mi-claim-img {
  margin: 0 110px 0 0
}

.mi-claim-img img {
  height: 455px;
  object-fit: contain;
}

#jobModal .modal-dialog {
  max-width: 870px !important
}

.form-group.required label,
.form-group label>div {
  position: relative
}

.form-group.required label::after,
.form-group label>div::after {
  content: '*';
  font-size: 16px;
  color: #df2e2e;
  position: absolute
}

#jobModal .input-group-append button {
  border: 0;
  border-radius: 0;
  outline: none !important;
  position: absolute;
  right: 4px;
  padding: 0 !important;
  width: 22px;
  height: 22px;
  bottom: 8px;
  z-index: 9
}

#jobModal .input-group-append button i {
  display: none
}

#jobModal .input-group-append button::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icons/datepicker.svg) no-repeat;
  background-size: 22px
}

#jobModal .input-group-append button.active {
  background-color: transparent;
  box-shadow: none
}

#jobModal .form-group:nth-child(3) .col-md-6:nth-child(1) label,
#jobModal .form-group:nth-child(3) .col-md-6:nth-child(2) label {
  padding-top: 24px
}

#jobModal .lead {
  font-size: 16px;
  font-weight: 500
}

#jobModal .close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 40px
}

#jobModal .modal-header {
  flex-direction: column
}

#jobModal .select-styled {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #495057;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  height: calc(1.5em+.75rem+2px);
  line-height: 48px
}

#jobModal .select-styled:after {
  top: 18px;
  right: 5px
}

#jobModal .select-styled:active:after,
#jobModal .select-styled.active:after {
  top: 12px
}

#jobModal .select-options {
  top: 97%;
  background-color: #ffff;
  border: 1px solid #d5d5d5;
  border-top: 0
}

.mi-file-inputs {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-file-input {
  padding: 0 15px
}

.mi-file-input [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
  display: none
}

.mi-file-input [type=file]+label {
  background: rgba(233, 232, 231, 0.5);
  border-radius: 5px;
  color: #606060;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
  outline: 0;
  padding: 25px 20px;
  position: relative;
  transition: all .3s;
  border: 1px dashed #c4c4c4;
  width: 250px
}

.mi-file-input [type=file]+label>small {
  font-size: 14px;
  display: block
}

.mi-filter-empty {
  margin: 100px auto 0;
  text-align: center
}

.mi-filter-empty img {
  margin: 0 auto 10px;
  width: 250px
}

.mi-filter-empty .title {
  margin: 0 0 25px;
  font-size: 28px;
  color: #444;
  font-weight: 800;
}

.mi-filter-empty p {
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  color: #606060;
  font-weight: 500;
  max-width: 600px
}

.mi-thankyou-card {
  margin: 0 auto;
  padding: 30px 40px 50px;
  max-width: 600px;
  background-color: #fff
}

.mi-thankyou img {
  margin: 0 auto 50px;
  width: 300px;
  height: 300px
}

.mi-thankyou h4 {
  margin: 0 auto 10px;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 800;
  color: #1f3966
}

.mi-thankyou p {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  color: #323232
}

.mi-thankyou .btn {
  border-radius: 3px;
  width: 160px
}

.lightsbox-pin {
  position: relative;
  display: block
}

.lightsbox-pin::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/icons/expand.svg) no-repeat;
  background-size: 22px;
  position: absolute;
  bottom: 21px;
  z-index: 9
}

.lightsbox-pin::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #c4c4c4;
  border-radius: 5px;
  position: absolute;
  bottom: 12px;
  z-index: 5;
  opacity: .7
}

.lightsbox-pin::before,
.lightsbox-pin::after {
  display: none
}

.lightsbox-pin:hover::before,
.lightsbox-pin:hover::after {
  display: block
}

.lightsbox-pin.pin-1::before {
  right: 80px
}

.lightsbox-pin.pin-1::after {
  right: 70px
}

.lightsbox-pin.pin-2::before {
  left: 250px
}

.lightsbox-pin.pin-2::after {
  left: 241px
}

.lightsbox-pin.pin-3::before {
  left: 250px
}

.lightsbox-pin.pin-3::after {
  left: 241px
}

.lightsbox-pin.pin-4::before {
  right: -20px;
  bottom: 44px
}

.lightsbox-pin.pin-4::after {
  right: -30px;
  bottom: 35px
}

.mi-whatwedo .lightsbox-pin::before {
  left: 455px;
  bottom: 58px
}

.mi-whatwedo .lightsbox-pin::after {
  left: 445px;
  bottom: 50px
}

.mi-biometric-banner.single-img .lightsbox-pin::before {
  right: 8px !important;
  bottom: 0 !important
}

.mi-biometric-banner.single-img .lightsbox-pin::after {
  right: 0 !important;
  bottom: -9px !important
}

.mi-biometric-first-sec .lightsbox-pin::before {
  left: 355px;
  bottom: 28px
}

.mi-biometric-first-sec .lightsbox-pin::after {
  left: 345px;
  bottom: 20px
}

.mi-biometric-third-sec .lightsbox-pin::before {
  left: 355px;
  bottom: 28px
}

.mi-biometric-third-sec .lightsbox-pin::after {
  left: 345px;
  bottom: 20px
}

.mi-bg-light.bio-access-2 .lightsbox-pin::before {
  left: 249px;
  bottom: 8px
}

.mi-bg-light.bio-access-2 .lightsbox-pin::after {
  left: 240px;
  bottom: 0
}

.venndiagram .lightsbox-pin::before {
  right: 108px;
  bottom: 68px
}

.venndiagram .lightsbox-pin::after {
  right: 100px;
  bottom: 60px
}

.mi-attendance-option .lightsbox-pin::before {
  right: 8px;
  bottom: 8px
}

.mi-attendance-option .lightsbox-pin::after {
  right: 0;
  bottom: 0
}

.mi-support h1 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  font-family: Nunito Sans;
}

.mi-support .lead {
  margin: 0 auto 80px;
  font-size: 18px
}

.mi-support-box {
  margin: 0 0 80px;
  padding: 40px 80px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff
}

.mi-support-box h2 {
  margin: 0 auto 20px;
  font-family: Nunito Sans;
  font-size: 36px;
  font-weight: 700;
  color: #1f3966
}

.mi-support-box p {
  margin: 0 auto 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #1f3966
}

.mi-support-box img {
  margin: 0 auto;
  display: block;
  width: 100%
}

.mi-invoice-demo .display-4 {
  margin: 0 auto 10px
}

.mi-invoice-demo .display-4 span {
  font-weight: 800
}

.mi-invoice-demo .lead {
  margin: 0 auto 65px;
  font-size: 20px;
  font-weight: 500
}

.mi-invoice-demo-2 {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 55%;
  border: 1px solid #ddd
}

.mi-invoice-demo-2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mi-invoice-demo .container::after {
  content: '';
  display: inline-block;
  width: 220px;
  height: 40px;
  background: url(../img/icons/dotted-line-3.svg) no-repeat;
  background-size: 220px 40px;
  position: absolute;
  bottom: -20px;
  left: 0
}

.mi-video-guide {
  text-align: left
}

.mi-video-guide h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 800;
}

.mi-video-guide ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none
}

.mi-video-guide ul li {
  margin-bottom: 15px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 24px;
  color: #444;
  font-weight: 500;
  position: relative
}

.mi-video-guide ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719
}

.mi-video-guide p {
  font-size: 18px
}

.mi-video-guide p b {
  font-weight: 800;
}

.mi-about-invoice::before {
  content: '';
  display: block;
  width: 20px;
  height: 205px;
  background: url(../img/icons/dotted-line-10.svg) repeat;
  background-size: 20px 205px;
  position: absolute;
  top: -105px;
  right: 50px
}

.mi-about-invoice .display-4 {
  margin: 0 auto 75px
}

.mi-about-invoice p {
  font-size: 20px;
  line-height: 30px
}

.mi-about-invoice p b {
  font-weight: 800;
}

.mi-invoice-wrapper {
  padding: 70px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center
}

.mi-invoice-wrapper img {
  width: 510px
}

.mi-invoice-banner {
  background-image: linear-gradient(to right, #1f3966, #132441)
}

.mi-invoice-wrapper .content {
  padding-left: 100px
}

.mi-invoice-wrapper .content img {
  margin: 0 0 20px;
  display: block;
  width: auto;
  height: 20px
}

.mi-invoice-wrapper h1 {
  margin: 0 0 10px
}

.mi-invoice-wrapper p {
  margin: 0 !important;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 500
}

.mi-invoice-demo-1 {
  position: relative;
  height: 350px
}

.mi-invoice-demo-1 iframe {
  width: 100%;
  height: 100%
}

.mi-grant-feature .display-4 {
  margin: 0 0 70px
}

.mi-pricing-banner {
  padding: 80px 0 !important
}

.pricing-btn-center {
  font-family: Nunito Sans;
  font-size: 20px;
  color: #323232;
  font-weight: 700 !important
}

.mi-pricing-banner p {
  margin: 0 !important;
  color: #fff;
  text-align: center !important;
  max-width: 100% !important
}

.mi-pricing-wrapper {
  margin: 0 -30px 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-pricing-wrapper .card {
  margin: 0 12px;
  padding: 25px 30px 45px 20px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #f6f8fb;
  background-color: #fff;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-pricing-wrapper .card .card-header {
  padding: 0;
  background-color: transparent
}

.mi-pricing-wrapper .card .icon-bg {
  margin: 0 0 20px;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: 70px;
  border-radius: 100%;
  background-color: #f6f8fb;
  position: relative
}

.mi-pricing-wrapper .card .icon-bg i {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.mi-pricing-wrapper .card h5 {
  font-family: Nunito Sans;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  /* min-height: 76px */
}

.mi-pricing-wrapper .card .lead {
  margin-bottom: 20px;
  font-family: Nunito Sans;
  font-size: 22px;
  font-weight: 700;
  color: #1f3966
}

.mi-pricing-wrapper .card .card-body {
  padding: 25px 0 0
}

.mi-pricing-wrapper .card .card-body ul li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative
}

.mi-pricing-wrapper .card .card-body ul li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  top: -5px;
  left: -5px
}

.mi-pricing-wrapper .card.price-payroll,
.mi-pricing-wrapper .card.price-eleave {
  max-width: 300px
}

.mi-lang {
  padding: 0 0 0 18px
}

.mi-lang:hover {
  background-color: transparent !important
}

.mi-lang a {
  padding: 0 10px;
  font-weight: 500;
  color: #323232;
  position: relative
}

.mi-lang a:hover {
  text-decoration: none
}

.mi-lang a.active {
  color: #0086f0
}

.mi-lang a+a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #444;
  position: absolute;
  left: -4px;
  top: 0
}


.mi-biometric-sections {
  padding: 80px 0 !important;
}

.bio-grid {
  text-align: center
}

/* .mi-biometric-sections .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 475px;
} */
.pricing-compare-table .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    font-weight: 900;
    border: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding-top: 30px;
}
.comparison-table td:last-child {
    border-right: 1px solid #dee2e6;
    border-left: none !important;
}

.mi-biometric-sections .tick {
    width: 100%;
    height: 25px;
    object-fit: contain;
}
.mi-biometric-sections .bio-face1-img {
  padding: 20px 20px
}

.mi-biometric-sections .bio-face2-img {
  padding: 10px 55px
}

.mi-biometric-sections .bio-face3-img {
  padding: 10px 25px
}

.mi-biometric-sections .bio-face4-img {
  padding: 10px 70px
}

.mi-biometric-sections .bio-face5-img {
  padding: 10px 64px
}

.mi-biometric-sections img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.grid-inner {
  background-color: #fff;
  min-height: 100%;

}

main .mi-biometric-banner-top p {
  /* font-size: 16px !important; */
  margin-bottom: 20px !important;
  line-height: 1.11 !important
}

.mi-biometric-banner-top {
  padding-bottom: 150px !important
}

.bio-txt-small {
  font-family: Nunito Sans;
  font-weight: 800;
  padding: 10px
}

.mi-bio-txt {
  display: inline-block;
  font-style: oblique;
  color: #f6b719;
  font-family: Nunito Sans;
  font-weight: 800;
  margin-bottom: 15px;
  width: 100%
}

.mi-biometric-banner .mi-bio-access-2-img img {
  width: 250px
}

.mi-biometric-banner .mi-bio-access-2-img {
  margin: 0 100px 0 0
}

.mi-biometric-features {
  padding: 60px 0 105px 0 !important
}

.bio-att-headline::after {
  content: '';
  display: block;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: url(../img/icons/vector-8.svg) repeat;
  position: absolute
}

.bio-att-headline {
  position: relative !important
}

.mi-biometric-banner h1 {
  font-size: 40px !important;
  /* margin-bottom: 40px !important */
}

.hrms-bottom-lead {
  font-family: Nunito Sans;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 1.33;
  color: #444
}

.technical-container {
  background-color: #fffcf2
}

.mi-tech-col h4 {
  margin: 0;
  padding: 45px 65px;
  font-size: 20px;
  font-weight: 800;
  color: #1f3966;
  border-bottom: 1px solid #c4c4c4
}

.mi-tech-col ul {
  margin: 0;
  padding: 0 65px 65px;
  list-style: none
}

.mi-tech-col li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  padding: 30px 0 30px 25px;
  font-weight: 800;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  min-height: 90px
}

.mi-tech-col li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../img/icons/square-dots.png) no-repeat;
  background-size: 26px;
  position: absolute;
  top: 35%;
  left: -12px
}

.bio-devices-link {
  color: #323232 !important
}

.bio-devices-link:hover {
  text-decoration: none
}

.enquiry-select {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da !important;
  font-weight: 800;
  padding-left: 0
}

.icon-timer {
  background: url(../img/icons/timer.svg) no-repeat
}

.icon-hand {
  background: url(../img/icons/hand.svg) no-repeat
}

.icon-clock {
  background: url(../img/icons/clock.svg) no-repeat
}

.icon-pad {
  background: url(../img/icons/letterpad.svg) no-repeat
}

.icon-article {
  background: url(../img/icons/article.svg) no-repeat
}

.icon-phone {
  background: url(../img/icons/call.svg) no-repeat
}

.icon-whatsapp {
  background: url(../img/icons/whatsapp.svg) no-repeat
}

.icon-mail {
  background: url(../img/icons/mail.svg) no-repeat
}

.icon-facebook {
  background: url(../img/icons/facebook.svg) no-repeat
}

.icon-linkedin {
  background: url(../img/icons/linkedin.svg) no-repeat
}

.icon-instagram {
  background: url(../img/icons/instagram.svg) no-repeat
}

.icon-youtube {
  background: url(../img/icons/youtube.svg) no-repeat;
}

.icon-pin {
  background: url(../img/icons/map-pin.svg) no-repeat
}

.icon-globe {
  background: url(../img/icons/globe.svg) no-repeat
}

.icon-square {
  background: url(../img/icons/square-dots.png) no-repeat
}

.icon-employee {
  background: url(../img/icons/employee.svg) no-repeat
}

.icon-bill {
  background: url(../img/icons/bill.svg) no-repeat
}

.icon-meeting {
  background: url(../img/icons/meeting.svg) no-repeat
}

.icon-caret-right {
  background: url(../img/icons/caret-right.svg) no-repeat
}

.icon-maintanance {
  background: url(../img/icons/maintenance.svg) no-repeat
}

.icon-wheel {
  background: url(../img/icons/steering-wheel.svg) no-repeat
}

.icon-truck {
  background: url(../img/icons/truck.svg) no-repeat
}

.icon-cart {
  background: url(../img/icons/shopping-bag.svg) no-repeat
}

.icon-shield {
  background: url(../img/icons/shield.svg) no-repeat
}

.icon-hrms {
  background: url(../img/icons/hrms.png) no-repeat
}

.icon-accounting {
  background: url(../img/icons/accounting.png) no-repeat
}

.icon-handshake {
  background: url(../img/icons/handshake.svg) no-repeat
}

.icon-world {
  background: url(../img/icons/world.svg) no-repeat
}

.icon-translation {
  background: url(../img/icons/translation.svg) no-repeat
}

.icon-connection {
  background: url(../img/icons/connection.svg) no-repeat
}

.icon-settings {
  background: url(../img/icons/settings.svg) no-repeat
}

.icon-like {
  background: url(../img/icons/like.svg) no-repeat
}

.icon-pricetag {
  background: url(../img/icons/price-tag.svg) no-repeat
}

.icon-artificial {
  background: url(../img/icons/artificial.svg) no-repeat
}

.icon-face-recognition {
  background: url(../img/icons/face-recognition.svg) no-repeat
}

.icon-fingerprint {
  background: url(../img/icons/fingerprint.svg) no-repeat
}

.icon-wall-clock {
  background: url(../img/icons/wall-clock.svg) no-repeat
}

.icon-salary {
  background: url(../img/icons/salary.svg) no-repeat
}

.icon-budget {
  background: url(../img/icons/budget.svg) no-repeat
}

.icon-calendar {
  background: url(../img/icons/calendar.svg) no-repeat
}

.icon-ticket {
  background: url(../img/icons/ticket.svg) no-repeat
}

.icon-management {
  background: url(../img/icons/management.svg) no-repeat
}

.icon-search-engine {
  background: url(../img/icons/search-engine.svg) no-repeat
}

.icon-store {
  background: url(../img/icons/store.svg) no-repeat
}

.icon-computer {
  background: url(../img/icons/computer.svg) no-repeat
}

.icon-hierarchical-structure {
  background: url(../img/icons/hierarchical-structure.svg) no-repeat
}

.icon-users {
  background: url(../img/icons/users.svg) no-repeat
}

.icon-user-experience {
  background: url(../img/icons/user-experience.svg) no-repeat
}

.icon-shield-line {
  background: url(../img/icons/shield-line.svg) no-repeat
}

.icon-whatsapp-white {
  background: url(../img/icons/whatsapp-white.svg) no-repeat
}

.icon-pin-blue {
  background: url(../img/icons/pin-blue.svg) no-repeat
}

.icon-pin-yellow {
  background: url(../img/icons/pin-yellow.svg) no-repeat
}

.icon-pin-red {
  background: url(../img/icons/pin-red.svg) no-repeat
}

.icon-pin-green {
  background: url(../img/icons/pin-green.svg) no-repeat
}

.icon-building {
  background: url(../img/icons/building.svg) no-repeat
}

.icon-medal {
  background: url(../img/icons/medal.svg) no-repeat
}

.icon-newspaper {
  background: url(../img/icons/newspaper.svg) no-repeat
}

.icon-opportunity {
  background: url(../img/icons/opportunity.svg) no-repeat
}

.icon-hands {
  background: url(../img/icons/hands.svg) no-repeat
}

.icon-learning {
  background: url(../img/icons/learning.svg) no-repeat
}

.icon-preview {
  background: url(../img/icons/preview.svg) no-repeat
}

.icon-backward {
  background: url(../img/icons/backward.svg) no-repeat
}

.icon-next {
  background: url(../img/icons/next.svg) no-repeat
}

.icon-forward {
  background: url(../img/icons/forward.svg) no-repeat
}

.icon-search {
  background: url(../img/icons/search.svg) no-repeat
}

.icon-comission {
  background: url(../img/icons/commission.svg) no-repeat
}

.icon-cloud {
  background: url(../img/icons/cloud.svg) no-repeat
}

.icon-bank {
  background: url(../img/icons/bank.svg) no-repeat
}

.icon-invoice {
  background: url(../img/icons/invoice.svg) no-repeat
}

.icon-bill-primary {
  background: url(../img/icons/bill-primary.svg) no-repeat
}

.icon-tax {
  background: url(../img/icons/tax.svg) no-repeat
}

.icon-inventory {
  background: url(../img/icons/inventory.svg) no-repeat
}

.icon-salary-2 {
  background: url(../img/icons/salary-2.svg) no-repeat
}

.icon-seo-report {
  background: url(../img/icons/seo-report.svg) no-repeat
}

.icon-tools {
  background: url(../img/icons/tools.svg) no-repeat
}

.icon-calendar-2 {
  background: url(../img/icons/calendar-2.svg) no-repeat
}

.icon-hr-process {
  background: url(../img/icons/hr-process.svg) no-repeat
}

.icon-complaint {
  background: url(../img/icons/complaint.svg) no-repeat
}

.icon-operator {
  background: url(../img/icons/operator.svg) no-repeat
}

.icon-calendar-3 {
  background: url(../img/icons/calendar-3.svg) no-repeat
}

.icon-grid {
  background: url(../img/icons/grid.svg) no-repeat
}

.icon-check {
  background: url(../img/icons/check.svg) no-repeat
}

.icon-close {
  background: url(../img/icons/close.svg) no-repeat
}

.icon-face-recognition-2 {
  background: url(../img/icons/face-recognition-2.svg) no-repeat
}

.icon-finger-print-2 {
  background: url(../img/icons/fingerprint-2.svg) no-repeat
}

.icon-wall-clock-2 {
  background: url(../img/icons/wall-clock-2.svg) no-repeat
}

.icon-salary-3 {
  background: url(../img/icons/salary-3.svg) no-repeat
}

.icon-budget-2 {
  background: url(../img/icons/budget-2.svg) no-repeat
}

.icon-calendar-4 {
  background: url(../img/icons/calendar-4.svg) no-repeat
}

.icon-ticket-2 {
  background: url(../img/icons/ticket-2.svg) no-repeat
}

.icon-login {
  background: url(../img/icons/login.svg) no-repeat
}

.icon-responsive {
  background: url(../img/icons/responsive.svg) no-repeat
}

.icon-settings-2 {
  background: url(../img/icons/settings-2.svg) no-repeat
}

.icon-upload {
  background: url(../img/icons/upload.svg) no-repeat
}

.icon-onboarding {
  background: url(../img/icons/onboarding.png) no-repeat
}

.icon-turnover {
  background: url(../img/icons/turnover.svg) no-repeat
}

.icon-staff-mgmt {
  background: url(../img/icons/staff-mgmt.svg) no-repeat
}

.icon-payslip {
  background: url(../img/icons/payslip.svg) no-repeat
}

.icon-payslip-2 {
  background: url(../img/icons/payslip-2.png) no-repeat;
}

.icon-online-submit {
  background: url(../img/icons/online-submit.svg) no-repeat
}

.icon-onboarding-2 {
  background: url(../img/icons/onboarding.svg) no-repeat
}

.icon-report {
  background: url(../img/icons/report.svg) no-repeat
}

.icon-asset-mgmt {
  background: url(../img/icons/asset-mgmt.svg) no-repeat
}

.icon-career {
  background: url(../img/icons/career.svg) no-repeat
}

.icon-bonus {
  background: url(../img/icons/bonus.svg) no-repeat
}

.icon-notification {
  background: url(../img/icons/notification.svg) no-repeat
}

.icon-training {
  background: url(../img/icons/training.svg) no-repeat
}

.icon-org-chart {
  background: url(../img/icons/org-chart.svg) no-repeat
}

.icon-leave-app {
  background: url(../img/icons/leave-app.svg) no-repeat
}

.icon-attachment {
  background: url(../img/icons/attachment.svg) no-repeat
}

.icon-leave-balance {
  background: url(../img/icons/leave-balance.svg) no-repeat
}

.icon-calendar-5 {
  background: url(../img/icons/calendar-5.svg) no-repeat
}

.icon-leave-approve {
  background: url(../img/icons/leave-approve.svg) no-repeat
}

.icon-leave-approve-2 {
  background: url(../img/icons/leave-approve-2.svg) no-repeat
}

.icon-leave-approve-3 {
  background: url(../img/icons/leave-approve-3.svg) no-repeat
}

.icon-paid {
  background: url(../img/icons/paid.svg) no-repeat
}

.icon-efficiency {
  background: url(../img/icons/efficiency.svg) no-repeat
}

.icon-low-price {
  background: url(../img/icons/low-price.svg) no-repeat
}

.icon-transaction {
  background: url(../img/icons/transaction.svg) no-repeat
}

.icon-registration {
  background: url(../img/icons/registration.svg) no-repeat
}

.icon-management-2 {
  background: url(../img/icons/management-2.svg) no-repeat
}

.icon-cutlery {
  background: url(../img/icons/cutlery.svg) no-repeat
}

.icon-first-aid-kit {
  background: url(../img/icons/first-aid-kit.svg) no-repeat
}

.icon-onboarding-offboarding-1 {
  background: url(../img/icons/onboarding-offboarding-1.png) no-repeat;
}

.icon-human-resource-1 {
  background: url(../img/icons/human-resource-1.png) no-repeat;
}

.icon-training-management-1 {
  background: url(../img/icons/training-management-1.png) no-repeat;
}

.icon-grievance-management-1 {
  background: url(../img/icons/grievance-management-1.png) no-repeat;
}
.icon-consolidated-submission{
  background: url(../img/icons/consolidated-submission.png) no-repeat
}
.icon-phone-icon{
  background: url(../img/icons/phone-icon.png) no-repeat;
}
.icon-click-based {
  background: url(../img/icons/click-base.svg) no-repeat
}

.icon-real-time {
  background: url(../img/icons/real-time.svg) no-repeat
}

.icon-reporting {
  background: url(../img/icons/reporting.svg) no-repeat
}

.icon-integration-payroll {
  background: url(../img/icons/integration-payroll.svg) no-repeat
}

.icon-web {
  background: url(../img/icons/Web-MobileApp.svg) no-repeat
}
.icon-easily-assign {
  background: url(../img/icons/easily-assign.svg) no-repeat
}

.icon-reduce-costs {
  background: url(../img/icons/reduce-costs.svg) no-repeat
}

.icon-enhance {
  background: url(../img/icons/enhance.svg) no-repeat
}

.icon-calculate-overtime {
  background: url(../img/icons/calculate-overtime.svg) no-repeat
}

.icon-prevent-understaffing {
  background: url(../img/icons/prevent-understaffing.svg) no-repeat
}

.icon-fb {
  background: url(../img/icons/F&B.svg) no-repeat
}

.icon-retail {
  background: url(../img/icons/Retail.svg) no-repeat
}

.icon-healthcare {
  background: url(../img/icons/Healthcare.svg) no-repeat
}

.icon-beauty-wellness {
  background: url(../img/icons/Beauty-Wellness.svg) no-repeat
}
.icon-logistics{
  background: url(../img/icons/logistics.svg) no-repeat
}
.icon-cleaning {
  background: url(../img/icons/Cleaning.svg) no-repeat
}

.icon-andmore {
  background: url(../img/icons/Add_More.svg) no-repeat
}

.icon-construction {
  background: url(../img/icons/Construction.svg) no-repeat
}

.icon-maritime {
  background: url(../img/icons/Maritime.svg) no-repeat
}

.icon-engineering {
  background: url(../img/icons/Engineering.svg) no-repeat
}

.icon-manufacturing {
  background: url(../img/icons/Manufacturing.svg) no-repeat
}
.icon-assessment-tools {
  background: url(../img/icons/assessment-tools.png) no-repeat
}
.icon-certification-and-compliance {
  background: url(../img/icons/certification-and-compliance.png) no-repeat
}
.icon-course-management {
  background: url(../img/icons/course-management.png) no-repeat
}
.icon-integration {
  background: url(../img/icons/integration.png) no-repeat
}
.icon-lms-dashboard {
  background: url(../img/icons/lms-dashboard.png) no-repeat
}
.icon-mobile-compatibility {
  background: url(../img/icons/mobile-compatibility.png) no-repeat
}
.icon-reporting-and-analytic {
  background: url(../img/icons/reporting-and-analytic.png) no-repeat
}
.icon-search-functionality {
  background: url(../img/icons/search-functionality.png) no-repeat
}
.icon-user-management {
  background: url(../img/icons/user-management.png) no-repeat
}
.icon-lms {
  background: url(../img/icons/icon-lms.png) no-repeat
}
.icon-shift-scheduling {
  background: url(../img/icons/shift-scheduling-software.svg) no-repeat
}
.icon-learning-management {
  background: url(../img/icons/learning-management-software.svg) no-repeat
}
.icon-applicant-tracking {
  background: url(../img/icons/applicant-tracking-software.svg) no-repeat
}
.icon-human-Resource {
  background: url(../img/icons/human-resource-software.svg) no-repeat
}
.icon-verification {
    background: url(../img/icons/verification.svg) no-repeat;
}
.icon-fingerprints {
    background: url(../img/icons/fingerprints.svg) no-repeat;
}
.icon-sensor {
    background: url(../img/icons/sensor.svg) no-repeat;
}
.icon-card-reader {
    background: url(../img/icons/card-reader.svg) no-repeat;
}
.mi-bg-light {
  background-color: #f6f8fb
}

.mi-bg-primary {
  background-color: #1f3966
}

.mi-bg-warning {
  background-color: #f6b719
}

.mi-bg-light-gray {
  background-color: #f0efef
}

.mi-btn-primary {
  background-color: #1f3966;
  color: #fff
}

.mi-btn-primary:hover {
  background-color: #17315e;
  color: #fff
}

.mi-btn-warning {
  background-color: #f6b719;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05)
}

.mi-btn-warning:hover {
  background-color: #e0a613;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05)
}

.mi-btn-info {
  color: #fff;
  background-color: #337AB7;
  border-color: #337AB7;
}

.mi-btn-info:hover {
  background-color: #256399;
  color: #fff;
}

.mi-btn-white {
  background-color: #fff;
  color: #f6b719
}

.mi-text-primary {
  color: #1f3966
}

.mi-text-dark {
  color: #323232
}

.mi-text-warning {
  color: #f6b719
}

.mi-text-light {
  color: #959595
}

.mi-text-gray {
  color: #606060
}

.mi-wd-210 {
  width: 210px !important
}

.mi-mx-wd-80 {
  max-width: 80%
}

.mi-mx-wd-100 {
  max-width: 100% !important
}

.font-weight-medium {
  font-weight: 500
}

.font-weight-black {
  font-weight: 800;
}

.mi-tx-16 {
  font-size: 16px
}

.mi-tx-17 {
  font-size: 17px
}

.mi-tx-18 {
  font-size: 18px
}

.mi-tx-20 {
  font-size: 20px
}

.btn {
  font-weight: 500
}

.btn-wd-normal {
  width: 160px;
  height: 40px
}

.text-underline {
  text-decoration: underline
}

.my-emp {
  color: #214b93
}

.mi-meet.position-relative.mi-bg-light {
  background: #fff !important
}

.mi-mobi-country.mobile-view {
  position: absolute;
  right: 100px;
  top: 12px;
}

.mi-mobi-country.mobile-view .mi-lang {
  padding: 0;
  margin: 0;
  text-align: center
}

.mi-mobi-country.mobile-view .dropdown-menu {
  padding: .5rem 0 !important
}

.navbar-collapse.collapse.show .nav-item.mi-lang {
  display: none
}

.btn-group.mi-mobi-country.show .dropdown-menu.dropdown-menu-right.show .dropdown-item:last-child {
  display: block;
}

.list-unstyled.mi-contact-links.mb-5 li:nth-child(2) {
  display: block;
}

.mi-biometric-banner-top h1.text-white.text-center {
  margin-bottom: 2.5rem !important
}

@media(max-width:359px) {
  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 320px
  }

  .mi-whatwedo .content img {
    margin: 0 auto;
    width: 300px;
    display: block
  }
}

@media(min-width:360px) and (max-width:413px) {
  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 360px
  }

  .mi-whatwedo .content img {
    width: 100%;
    margin: 0 auto;
    display: block
  }
}

@media(max-width:413px) {
  .mi-hrms-banner .btn {
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    width: 200px
  }

  .mi-hrms-banner .btn+.btn {
    margin-top: 25px
  }

  .mi-clients-logo .card {
    width: calc(100% - 20px) !important;
    margin: 10px 0
  }

  .dots-frame::after {
    left: 130px !important
  }

  .mi-biometric-sections .bio-face2-img {
    padding: 10px 40px 20px
  }

  .mi-biometric-sections .bio-face4-img {
    padding: 10px 50px
  }

  .mi-biometric-sections .bio-face5-img {
    padding: 10px 50px 20px
  }
}

@media(min-width:414px) and (max-width:479px) {
  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 414px
  }

  .mi-whatwedo .content img {
    width: 100%;
    margin: 0 auto;
    display: block
  }
}

@media(max-width:575px) {
  .mi-aboutus-banner {
    padding: 70px 0 !important
  }

  section.mi-banner h1 {
    text-align: center
  }

  .mi-aboutus-banner h1::before {
    top: -45px;
    left: calc(100% - 295px);
    width: 295px;
    height: 40px;
    background-size: 295px 40px
  }

  .mi-aboutus-banner h1::after {
    bottom: -45px;
    left: calc(100% - 295px);
    width: 295px;
    height: 35px;
    background-size: 295px 35px
  }

  .dots-frame::before {
    left: calc(100% - 400px);
    display: none;
  }

  .dots-frame::after {
    left: 231px;
    bottom: -49px;
    display: none;
  }

  .mi-clients-logo .card {
    width: calc(50% - 20px)
  }

  .mi-support-items .item {
    margin: 0 0 50px
  }

  .mi-support-items .item:last-child {
    margin: 0
  }

  .mi-supportedby img+img {
    margin-top: 20px
  }

  .mi-assured-list {
    justify-content: center
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:50%
  }

  .mi-assured-list .item:last-child {
    margin: 0
  }

  .mi-hrms-banner .mi-banner-img img {
    width: 250px
  }

  .mi-home-banner .mi-banner-img img {
    position: relative;
    right: 0
  }

  .timeline-body {
    padding: 15px 20px;
    align-items: flex-start;
    flex-direction: column
  }

  .timeline-body p {
    padding-right: 0;
    margin: 0 0 15px
  }

  .timeline:before {
    bottom: 315px;
    left: 33px
  }

  .mi-jobs-filter .country {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .mi-career-banner h1::after {
    left: -35px;
    width: 300px;
    height: 20px;
    background-size: 300px 20px;
    bottom: -35px
  }

  .mi-career-banner h1::before {
    left: 15px;
    width: 300px;
    height: 40px;
    background-size: 300px 40px;
    top: -55px
  }

  .mi-career-banner {
    padding: 90px 0 !important
  }

  .mi-comments .display-4 {
    margin-bottom: 90px
  }

  .mi-comments .carousel-caption {
    padding: 40px 30px;
    max-width: 100%;
    min-height: auto
  }

  .mi-comments .carousel-caption p {
    font-size: 18px
  }

  .mi-comments .carousel-caption p::before,
  .mi-comments .carousel-caption p::after {
    width: 25px;
    height: 25px;
    background-size: 25px
  }

  .mi-comments .carousel-caption p::before {
    left: -20px;
    top: -20px
  }

  .mi-comments .carousel-caption p::after {
    bottom: -15px;
    right: 0
  }

  .mi-comments .carousel-control-next,
  .mi-comments .carousel-control-prev {
    top: -65px
  }

  .mi-comments .carousel-image {
    position: relative;
    bottom: -20px;
    width: 100%;
    height: auto
  }

  .mi-comments .carousel-inner {
    padding: 0
  }

  .mi-outsourcing img {
    width: 200px
  }

  .mi-tablet-app img,
  .mi-biometric img {
    width: 100%;
    height: auto;
    background-size: 100%
  }

  .mi-business-logos .mi-cient-logos img {
    margin: 0 auto 20px;
    width: 50%;
    height: 85px;
    display: block;
    text-align: center
  }

  .mi-business-logos .mi-cient-logos .col-sm-3:nth-child(n+5) img {
    margin: 0 auto 20px
  }

  .mi-typo-banner .content {
    padding: 30px 0 !important
  }

  .mi-tablet-app .mi-tablet-app-demo {
    width: 280px;
    height: 160px;
    background-size: 280px 160px
  }

  .mi-video-player {
    height: 190px
  }

  .timeline-body img {
    width: 80%;
    height: auto
  }

  .mi-mobile-app img {
    display: inline-block;
    width: 275px;
    background-size: 275px
  }

  .mi-leave-approval-img {
    width: 230px
  }

  .mi-about-invoice p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify
  }

  .mi-invoice-demo-1 {
    height: 200px
  }

  .mi-values-grid .item p {
    max-width: 100%
  }

  .mi-work-list p {
    max-width: 100%;
    text-align: justify
  }

  .mi-award .lead {
    text-align: justify
  }

  .mi-pricing-banner h1 span {
    display: block
  }

  .bio-grid {
    text-align: center;
    display: inline-block;
    width: 50% !important;
    float: left;
    flex: inherit
  }

  main section.mi-biometric-banner h1 {
    font-size: 24px !important
  }

  .mi-whatwedo .content img {
    width: 100% !important
  }
}

@media(min-width:576px) and (max-width:767px) {
  .mi-aboutus-banner {
    padding: 100px 0 !important
  }

  .mi-aboutus-banner h1::before {
    top: -60px;
    left: -25px;
    width: 500px;
    height: 70px;
    background-size: 500px 70px
  }

  .mi-aboutus-banner h1::after {
    bottom: -70px;
    width: 100%;
    height: 100%;
    background-size: 100%
  }

  .dots-frame::before {
    left: calc(50% - 225px)
  }

  .dots-frame::after {
    left: calc(100% - 185px)
  }

  .mi-clients-logo .card {
    width: calc(33.33% - 20px)
  }

  .mi-support-items .item {
    margin: 0 50px 50px
  }

  .mi-support-items .item:last-child {
    margin: 0 0 50px
  }

  .mi-assured-list {
    justify-content: center
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .mi-assured-list .item:last-child {
    margin: 0
  }

  .mi-certificates {
    margin-top: 50px
  }

  .mi-home-banner .mi-banner-img img {
    right: 0
  }

  .timeline:before {
    left: 30px;
    margin-left: 0
  }

  .mi-career-banner h1::after {
    left: -35px;
    width: 500px;
    height: 30px;
    background-size: 500px 30px;
    bottom: -35px
  }

  .mi-career-banner h1::before {
    left: 15px;
    width: 500px;
    height: 68px;
    background-size: 500px 68px;
    top: -55px
  }

  .mi-career-banner {
    padding: 90px 0 !important
  }

  .mi-jobs-filter .country {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .mi-typo-banner .content {
    padding: 60px 0 !important
  }

  .mi-whatwedo .content img {
    width: 100%;
    margin: 0 auto;
    display: block
  }

  .bio-grid {
    text-align: center;
    display: inline-block;
    width: 33% !important;
    float: left;
    flex: inherit
  }

  .mi-biometric-sections .bio-face5-img {
    padding: 10px 50px 40px
  }

  .mi-biometric-sections .bio-face4-img {
    padding: 10px 50px
  }

  .mi-biometric-sections .bio-face2-img {
    padding: 10px 50px 20px
  }

}

@media(max-width:767px) {
  .mi-banner .col-auto {
    width: 50%;
    padding: 5px 0;
}
.mi-count-col {
  border-right: 0 solid #d8e1ef7a !important;
}
  .mi-team-members .thumb-img {
    width: 275px !important;
    height: 500px !important;
    background-size: 275px 500px !important
  }

  .mi-teams .mySlides {
    padding: 0 40px 30px 40px !important
  }

  .mi-team-members .thumb-img {
    width: auto !important;
    height: auto !important;
    background-size: auto !important
  }

  .mi-teams .h-scroll {
    height: auto !important;
    overflow-y: auto !important;
    padding: 0 !important
  }

  .mi-teams .next,
  .mi-teams .prev {
    position: fixed !important
  }

  .mi-teams .display-4 {
    margin-bottom: 1px !important;
  }

  .mi-banner-gradient {
    background: #183866;
    background: linear-gradient(203deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%);
  }

  body {
    overflow-x: hidden
  }

  section {
    padding: 50px 0
  }

  section .display-4 {
    font-size: 30px !important
  }

  .mi-banner-content h1 {
    margin-bottom: 25px;
    font-size: 30px !important;
    line-height: 42px
  }

  .mi-banner p {
    margin-bottom: 30px;
    font-size: 16px !important;
    line-height: 24px
  }

  .mi-attendance-options {
    padding: 50px 0 !important
  }

  .mi-hr-software .display-4 {
    font-size: 25px !important;
    margin-top: 20px;
    text-align: center;
  }

  .mi-key-features {
    padding: 70px 0 20px !important
  }

  .mi-key-features .panel .panel-body {
    padding: 20px 30px
  }

  .mi-report-overview .display-4 {
    margin-bottom: 50px
  }

  .mi-footer {
    padding: 70px 0 0 !important
  }

  .mi-copyrights {
    margin: 40px 0 0
  }

  .mi-key-features {
    padding: 50px 0 !important
  }

  .mi-aboutus-banner h1 {
    font-size: 30px !important
  }

  .mi-aboutus-banner h1 div {
    font-size: 18px;
    line-height: 30px
  }

  .mi-achievement .container::after {
    width: 105px;
    height: 20px;
    background-size: 105px 20px;
    top: -60px
  }

  .mi-achievement .label {
    font-size: 18px;
    line-height: 30px
  }

  .mi-achievement .value {
    font-size: 42px;
    line-height: 64px
  }

  .mi-achievement .value sub {
    font-size: 20px;
    top: -10px
  }

  .mi-teams::after {
    width: 30px;
    height: 110px;
    background-size: 30px 110px;
    top: -55px
  }

  .mi-meet::before {
    width: 45px;
    height: 200px;
    background-size: 45px 200px;
    top: -50px
  }

  .mi-meet .display-4 {
    margin-bottom: 40px;
    line-height: 45px
  }

  .mi-meet .display-4 span::after {
    bottom: -4px
  }

  .mi-meet::after {
    width: 105px;
    height: 50px;
    background-size: 105px 50px;
    bottom: -20px
  }

  .mi-teams .display-4 {
    margin-bottom: 40px
  }

  .mi-values .container::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px;
    top: -55px
  }

  .mi-acc-software-banner h1 {
    margin-bottom: 35px
  }

  .mi-acc-software-banner .mi-banner-img img {
    width: 300px;
    position: relative;
    right: auto
  }

  .mi-accounting-key-features .lead {
    margin-bottom: 80px
  }

  .mi-accounting-key-features .card {
    max-width: 100%;
    height: 200px;
  }

  .mi-key-features .lead {
    margin: 0 auto 40px
  }

  .mi-pricing-table th {
    width: 310px;
    min-width: 310px
  }

  .mi-accounting-app .display-4 {
    margin-bottom: 30px
  }

  .mi-apps-list {
    margin-bottom: 30px
  }

  .mi-feature-col ul {
    padding: 0 30px 50px
  }

  .mi-feature-col h4 {
    padding: 35px 20px
  }

  .mi-feature-col li {
    padding: 20px 0 20px 25px
  }

  .tab-content .tab-pane {
    padding: 25px 30px
  }

  .mi-clients-logo {
    margin: -20px 0 30px
  }

  .mi-client-logos h1,
  .mi-contact-banner h1 {
    font-size: 30px
  }

  .mi-contact-banner {
    padding: 50px 0 100px
  }

  .mi-contact-wrapper {
    margin: -120px 0 60px
  }

  .mi-contact-body {
    padding: 25px
  }

  .mi-contact-info h4 {
    font-size: 22px;
    margin-bottom: 35px
  }

  .mi-contact-info ul li {
    margin-bottom: 25px
  }

  .mi-contact-form-container {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e9e8e7;
    border-left: none
  }

  .mi-locations .item {
    margin-bottom: 40px
  }

  .mi-locations .item i {
    width: 35px;
    height: 45px;
    background-size: 35px 45px
  }

  .mi-locations .item .description {
    padding-left: 20px
  }

  .mi-locations .item h4 {
    font-size: 24px
  }

  .mi-locations .item ul li .content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .mi-key-features .col-lg-6:last-child {
    margin-bottom: 0
  }

  .mi-grants-banner {
    padding: 50px 0 !important
  }

  .mi-psg-standard {
    margin: 40px 0;
    padding: 25px
  }

  .mi-additional-support .display-4 {
    margin-bottom: 30px
  }

  .mi-explore {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 25px
  }

  .mi-features h3 {
    margin-bottom: 40px;
    font-size: 36px
  }

  .mi-features h3 span {
    font-size: 24px
  }

  .mi-eligibility {
    max-width: 100%;
    padding: 40px 25px
  }

  section.mi-banner h1 {
    margin-bottom: 40px !important;
    font-size: 30px !important
  }

  .mi-hrms-feature {
    padding: 50px 0 25px
  }

  .mi-certificates .item p {
    max-width: 100%
  }

  .mi-award .display-4 {
    margin-bottom: 30px
  }

  .mi-mx-wd-80 {
    max-width: 100%
  }

  .mi-certificates {
    margin-top: 50px
  }

  .mi-stats-group .item .count {
    font-size: 40px;
    line-height: 60px
  }

  .mi-stats-group .item .lead {
    font-size: 20px
  }

  .aboutus .card {
    padding: 20px
  }

  .aboutus .card .card-header .card-title h3 {
    font-size: 24px
  }

  .aboutus .card .card-body h4 {
    font-size: 20px
  }

  .mi-stats-group {
    margin: 50px 0 0
  }

  .mi-stats-group .item .count span {
    font-size: 24px;
    line-height: 32px;
    top: -5px
  }

  .mi-business-logos .count {
    font-size: 48px;
    line-height: 64px;
    text-align: center
  }

  .mi-business-logos .lead {
    text-align: center;
    margin: 0 0 50px;
    font-size: 24px
  }

  .timeline>li>.timeline-badge {
    width: 64px;
    height: 64px
  }

  .timeline>li>.timeline-badge i {
    width: 32px;
    height: 32px;
    background-size: 32px
  }

  .timeline>li {
    padding-left: 90px
  }

  .timeline-title {
    font-size: 20px;
    line-height: 28px
  }

  .mi-awards-banner {
    padding: 52px 0 !important
  }

  section.mi-awards-banner h1 {
    margin-bottom: 1rem !important
  }

  section.mi-career-banner h1 {
    margin-bottom: 0 !important
  }

  .mi-jobs-filter {
    margin: 0 -15px 0
  }

  .mi-jobs li {
    flex-direction: column;
    align-items: flex-start
  }

  .mi-jobs h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px
  }

  .mi-jobs .description span {
    font-size: 15px
  }

  .mi-job-opportunity .display-4,
  .mi-workus .display-4 {
    margin-bottom: 40px
  }

  .mi-comments {
    padding: 50px 0
  }

  section.mi-partner-banner h1 {
    font-size: 36px !important;
    margin-bottom: 10px !important
  }

  .mi-partner-banner {
    padding: 50px 0 !important
  }

  .mi-partner-banner .lead {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center
  }

  .mi-parter-wrapper {
    flex-direction: column
  }

  .mi-parter-wrapper img {
    width: 250px;
    padding-left: 0
  }

  .mi-partner-contact .display-4 {
    margin-bottom: 40px;
    font-size: 30px !important
  }

  .mi-partnership-box img {
    width: 280px;
    display: block;
    margin: 0 auto 20px
  }

  .mi-partnership-box .content {
    padding-left: 0;
    text-align: center
  }

  .mi-key-features .panel .panel-heading h4 {
    font-size: 22px
  }

  .mi-success-banner {
    padding: 50px 0 !important
  }

  .mi-banner-ratings {
    margin: 0;
    justify-content: center
  }

  .mi-banner-ratings .item {
    margin: 0 0 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .mi-banner-ratings .item img {
    margin: 0 auto 15px;
    height: auto
  }

  .mi-banner-ratings .item .rating {
    width: 80px;
    height: 15px;
    background-size: 80px 15px
  }

  .mi-stories-list .card {
    margin: 40px 15px 0;
    width: calc(100% - 30px)
  }

  .mi-story-filter {
    margin: 40px 0 0
  }

  .mi-attendance-option {
    flex-direction: column
  }

  .mi-attendance-option .content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0
  }

  .mi-attendance-option .description h2 {
    font-size: 24px;
    line-height: 36px
  }

  .mi-tablet-app .content {
    order: 2
  }

  .mi-whyus-wrapper {
    flex-direction: column
  }

  .mi-whyus-wrapper img {
    width: 200px;
    height: 200px;
    background-size: 200px
  }

  section.mi-whyus-banner h1 {
    margin-bottom: 10px !important
  }

  .mi-whyus-wrapper .lead {
    margin: 0 auto 40px;
    font-size: 18px;
    text-align: center
  }

  .whyus-list .item:nth-child(1) {
    padding-top: 0 !important
  }

  .whyus-list .item img {
    width: 50px;
    height: 50px;
    background-size: 50px
  }

  .whyus-list .item {
    padding: 25px 0;
    align-items: flex-start
  }

  .whyus-list .item .content {
    padding-right: 20px
  }

  .whyus-list .item h3 {
    font-size: 24px;
    font-weight: 600
  }

  .whyus-list .item p {
    font-size: 16px
  }

  .mi-chooseus .display-4 {
    margin-bottom: 40px
  }

  .mi-whyus::before {
    width: 10px;
    height: 100px;
    background-size: 10px 100px;
    top: -60px;
    right: 20px
  }

  .mi-whyus::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px;
    bottom: -10px
  }

  .mi-clients-list .tabs-container {
    margin: -15px 0 0
  }

  .mi-key-features p {
    margin-bottom: 35px
  }

  .mi-contact-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .mi-attendance-option .description {
    padding: 25px 20px
  }

  .mi-products-items .row .col+.col .mi-nav-group {
    margin-bottom: 0
  }

  section.mi-typo-banner h1 {
    margin-bottom: 10px !important
  }

  .mi-typo-banner .lead {
    margin-bottom: 20px
  }

  .mi-typo-content .lead {
    margin-bottom: 30px
  }

  .mi-typo-content .display-4 {
    margin-bottom: 12px
  }

  .mi-typo-content p {
    font-size: 16px;
    line-height: 24px
  }

  .mi-typo-content ol li {
    margin-bottom: 20px
  }

  .mi-typo-content ol li a {
    font-size: 16px
  }

  .mi-typo-content ol li::marker {
    font-size: 16px
  }

  .mi-typo-content ol {
    margin: 0 0 35px
  }

  .mi-typo-group h3 {
    margin-bottom: 20px;
    font-size: 24px
  }

  .mi-typo-group {
    margin-bottom: 40px
  }

  .mi-typo-group ul li {
    font-size: 16px
  }

  .mi-payroll-outsourcing-banner .mi-banner-img img {
    width: 230px
  }

  .mi-biometric-img {
    margin: 0 0 30px;
    width: 250px
  }

  .mi-biometric-banner .mi-banner-img img {
    width: 260px
  }

  .mi-project-costing-banner .mi-banner-img img {
    width: 260px;
    margin: 0 0 30px
  }

  .mi-project-costing-img,
  .mi-appraisal-banner .mi-banner-img img {
    margin: 0 0 25px 0;
    width: 260px
  }

  .mi-appridal-software {
    margin: 0 0 30px 0;
    width: 250px
  }

  .mi-support-group {
    width: 100%
  }

  .mi-supportedby .lead {
    text-align: center
  }

  .mi-supportedby img {
    margin: 0 auto 10px;
    display: block;
    width: auto;
    height: 35px
  }

  .mi-support-group+.mi-support-group {
    margin-top: 30px
  }

  #enquireModal.modal-open .modal {
    padding-right: 0 !important
  }

  .modal-header {
    padding: 20px 25px
  }

  #enquireModal .modal-body {
    padding: 25px 20px
  }

  .mi-claim-img img {
    width: 200px
  }

  #jobModal .lead {
    padding-right: 40px
  }

  .mi-jobs .card-body {
    padding: 15px
  }

  .mi-jobs .card h4 {
    font-size: 18px;
    line-height: 24px
  }

  .mi-jobs .card ul {
    padding: 0 0 0 30px
  }

  .mi-jobs .card ul li {
    font-size: 16px
  }

  .mi-jobs .card p {
    padding-left: 30px;
    font-size: 16px
  }

  .mi-jobs .card {
    padding: 15px 0 0
  }

  .mi-jobs .card-head {
    margin: 0 0 15px
  }

  .mi-jobs .acc-arrow {
    padding-right: 40px
  }

  .mi-jobs .collapsed.acc-arrow::after,
  .mi-jobs .acc-arrow::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 12px;
    right: 0
  }

  .mi-features-list .item .heading {
    font-size: 18px;
    line-height: 24px
  }

  .mi-features h4 {
    margin-bottom: 30px;
    font-size: 18px
  }

  .mi-filter-empty .title {
    margin: 0 0 15px;
    font-size: 24px
  }

  .mi-filter-empty img {
    width: 200px
  }

  .mi-filter-empty p {
    font-size: 18px;
    line-height: 24px
  }

  .mi-filter-empty {
    margin: 30px auto 0
  }

  .mi-thankyou-card {
    padding: 20px 20px 30px
  }

  .mi-thankyou img {
    margin: 0 auto 10px;
    width: 250px;
    height: 250px
  }

  .mi-whatwedo .lightsbox-pin::before {
    left: 209px;
    bottom: 30px
  }

  .mi-whatwedo .lightsbox-pin::after {
    left: 200px;
    bottom: 20px
  }

  .venndiagram .lightsbox-pin::after {
    right: 0;
    bottom: 0
  }

  .venndiagram .lightsbox-pin::before {
    right: 8px;
    bottom: 8px
  }

  .venndiagram .display-4 {
    margin-bottom: 30px
  }

  .list-unstyled.mi-location.mb-5 {
    margin-bottom: 1rem !important
  }

  .mi-support-box {
    margin: 0 0 35px;
    padding: 20px
  }

  .mi-support-box h2 {
    margin: 0 auto 15px;
    font-size: 24px
  }

  .mi-support-box p {
    margin: 0 auto 30px;
    font-size: 16px;
    text-align: justify
  }

  .mi-acc-software-banner .mi-banner-container {
    padding: 40px 0
  }

  .mi-support h1 {
    margin-bottom: 20px;
    font-size: 30px
  }

  .mi-support .lead {
    margin: 0 auto 30px
  }

  .mi-values-grid .col-lg-4:nth-child(n+4) .item {
    margin-top: 0
  }

  .mi-values-grid .col-lg-4:nth-child(n+2) .item {
    margin-top: 60px
  }

  .mi-video-guide ul li::before {
    left: 0
  }

  .mi-video-guide ul li {
    padding-left: 20px
  }

  .mi-video-guide ul {
    margin: 0 0 30px
  }

  .mi-invoice-demo .lead {
    margin: 0 auto 40px
  }

  .mi-invoice-demo .container::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px
  }

  .mi-about-invoice .display-4 {
    margin: 0 auto 30px
  }

  .mi-invoice-wrapper {
    padding: 40px 0;
    flex-direction: column
  }

  .mi-invoice-wrapper img {
    width: 250px;
    margin: 0 auto 40px
  }

  section.mi-banner.mi-invoice-banner h1 {
    margin-bottom: 12px !important
  }

  .mi-about-invoice::before {
    width: 10px;
    height: 100px;
    background-size: 10px 100px;
    top: -60px;
    right: 20px
  }

  .mi-invoice-demo-2 {
    margin: 0 auto 30px
  }

  .mi-grant-feature .display-4 {
    margin: 0 auto 30px
  }

  .mi-pricing-banner {
    padding: 50px 0 !important
  }

  section.mi-banner.mi-pricing-banner h1 {
    margin-bottom: 15px !important
  }

  .mi-tech-col h4 {
    padding: 35px 20px
  }

  .mi-tech-col ul {
    padding: 0 30px 30px
  }

  .meet-aboutus {
    display: block !important
  }

  .meet-the-team-about {
    display: block !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  section .display-4 {
    font-size: 36px !important
  }

  .mi-aboutus-banner {
    padding: 150px 0 !important
  }

  .mi-aboutus-banner h1 {
    font-size: 42px !important
  }

  .mi-aboutus-banner h1::before {
    top: -85px;
    width: 700px;
    height: 95px;
    background-size: 700px 95px
  }

  .mi-aboutus-banner h1::after {
    bottom: -90px;
    left: 0;
    width: 700px;
    height: 85px;
    background-size: 700px 85px
  }

  .mi-story .display-4 {
    margin-bottom: 60px;
    text-align: center
  }

  .mi-story .display-4::after {
    left: 50%
  }

  .mi-team-members .name {
    font-size: 18px
  }

  .mi-team-members .position {
    font-size: 15px
  }

  .mi-meet .display-4,
  .mi-teams .display-4,
  .mi-values .display-4 {
    margin-bottom: 50px
  }

  .mi-acc-software-banner .mi-banner-container {
    padding: 70px 0
  }

  .mi-acc-software-banner .mi-banner-img img {
    width: 470px;
    right: 0
  }

  .dots-frame::before {
    left: calc(50% - 240px)
  }

  .dots-frame::after {
    left: calc(100% - 265px);
    bottom: -40px
  }

  .mi-key-features .lead {
    margin: 0 auto 50px
  }

  .mi-pricing-table th {
    width: 310px;
    min-width: 310px
  }

  .mi-package .lead {
    margin-bottom: 60px
  }

  .mi-clients-logo {
    margin: 50px 0 75px
  }

  .mi-clients-logo .card {
    width: calc(33.33% - 20px)
  }

  .tab-content .tab-pane {
    padding: 40px 60px
  }

  .mi-contact-body {
    padding: 40px
  }

  .mi-contact-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .mi-contact-form-container {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e9e8e7;
    border-left: none
  }

  .mi-locations .item {
    margin-bottom: 50px
  }

  .mi-additional-support .display-4 {
    margin-bottom: 40px
  }

  .mi-explore,
  .mi-eligibility {
    margin: 0 auto;
    max-width: 720px;
    padding: 75px 15px
  }

  .mi-features h3 {
    font-size: 40px
  }

  .mi-features h3 span {
    font-size: 24px
  }

  .mi-assured-list {
    justify-content: center
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .mi-business-logos .count {
    font-size: 64px;
    text-align: center
  }

  .mi-business-logos .lead {
    text-align: center;
    margin: 0 0 50px
  }

  .timeline:before {
    left: 38px;
    margin-left: 0
  }

  .timeline>li {
    padding-left: 105px
  }

  .mi-awards-banner {
    padding: 85px 0 !important
  }

  .mi-awards-banner h1 {
    font-size: 36px !important
  }

  .mi-jobs-filter .country {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .mi-career-banner h1::after {
    left: -35px;
    width: 750px;
    height: 45px;
    background-size: 750px 45px
  }

  .mi-career-banner h1::before {
    top: -90px;
    left: 15px;
    width: 700px;
    height: 95px;
    background-size: 700px 95px
  }

  .mi-career-banner {
    padding: 130px 0 !important
  }

  .mi-comments .carousel-caption {
    padding: 45px 60px;
    min-height: 390px;
    max-width: 500px
  }

  .mi-comments .carousel-caption p {
    font-size: 28px
  }

  .mi-comments .carousel-caption p::before,
  .mi-comments .carousel-caption p::after {
    width: 30px;
    height: 30px;
    background-size: 30px
  }

  .mi-comments .carousel-caption p::before {
    left: -35px;
    top: -15px
  }

  .mi-comments .carousel-caption p::after {
    bottom: -15px;
    right: -30px
  }

  section.mi-partner-banner h1 {
    font-size: 42px !important
  }

  .mi-partner-banner .lead {
    font-size: 18px
  }

  .mi-parter-wrapper img {
    width: 300px;
    padding-left: 30px
  }

  .mi-partner-banner {
    padding: 70px 0 !important
  }

  .mi-workus .display-4 {
    margin-bottom: 50px
  }

  .mi-partner-contact .display-4 {
    margin-bottom: 50px;
    font-size: 36px !important
  }

  .mi-partnership-box {
    flex-direction: column
  }

  .mi-partnership-box .content {
    padding-left: 0;
    text-align: center
  }

  .mi-banner.mi-success-banner h1 {
    font-size: 42px !important
  }

  .mi-banner-ratings {
    margin: 20px 0 0
  }

  .mi-banner-ratings .item .rating {
    width: 83px;
    height: 15px;
    background-size: 80px 15px
  }

  .mi-banner-ratings .item img {
    margin: 0 auto
  }

  .mi-success-banner {
    padding: 70px 0 !important
  }

  .mi-story-filter {
    margin: 50px 0 0
  }

  .mi-stories-list .card {
    margin: 40px 15px 0;
    width: calc(50% - 30px)
  }

  .mi-attendance-options .display-4,
  .mi-mobile-app,
  .mi-tablet-app {
    margin-bottom: 40px
  }

  .mi-attendance-option {
    flex-direction: column
  }

  .mi-attendance-option .content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0
  }

  .mi-attendance-option .description h2 {
    font-size: 24px
  }

  .mi-tablet-app .content {
    order: 2
  }

  .mi-whyus-wrapper img {
    width: 350px;
    height: 350px;
    background-size: 350px
  }

  .whyus-list .item h3 {
    font-size: 36px
  }

  .whyus-list .item p {
    font-size: 16px
  }

  .whyus-list .item img {
    width: 100px;
    height: 100px;
    background-size: 100px
  }

  .whyus-list .item .content {
    padding-right: 50px
  }

  .mi-contact-wrapper {
    margin: -340px 0 60px
  }

  .mi-contact-banner {
    padding: 100px 0 300px
  }

  .mi-job-opportunity .display-4 {
    margin-bottom: 40px
  }

  .mi-jobs-filter {
    margin: 0 -15px 0
  }

  .mi-typo-banner .content {
    padding: 70px 0 !important
  }

  .mi-payroll-outsourcing-banner .mi-banner-img img {
    width: 280px
  }

  .mi-biometric-img {
    margin: 0 0 40px
  }

  .mi-project-costing-img {
    margin: 0 0 40px 0
  }

  .mi-appraisal-banner .mi-banner-img img {
    width: 300px
  }

  .mi-appridal-software {
    margin: 0 0 50px 0
  }

  .mi-supportedby img {
    margin: 0 8px;
    height: 35px;
    width: auto
  }

  .mi-supportedby .lead {
    margin: 0 8px 12px
  }

  .mi-whatwedo .content img {
    width: 450px
  }

  .mi-whatwedo .lightsbox-pin::before {
    left: 333px
  }

  .mi-whatwedo .lightsbox-pin::after {
    left: 325px
  }

  .mi-support-box {
    padding: 30px
  }

  .mi-values-grid .col-lg-4:nth-child(n+4) .item {
    margin-top: 0
  }

  .mi-values-grid .col-lg-4:nth-child(n+3) .item {
    margin-top: 100px
  }

  .mi-invoice-wrapper {
    flex-direction: column
  }

  .mi-invoice-wrapper img {
    width: 400px;
    margin: 0 auto 40px
  }

  .mi-grant-feature .display-4 {
    margin: 0 auto 40px
  }

  .bio-grid {
    text-align: center;
    display: inline-block;
    width: 33% !important;
    float: left;
    flex: inherit
  }

  .mi-biometric-first-sec {
    padding: 25px 0 !important
  }
}

@media(max-width:991px) {
  .mi-team-members .thumb {
    margin: 25px auto;
    padding: 20px;
  }

  .mi-banner-content {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center
  }

  .mi-banner-content h1 {
    font-size: 36px !important;
    text-align: center
  }

  .mi-banner p {
    text-align: justify;
    max-width: 100%
  }

  .mi-banner-img {
    margin: 0 auto
  }

  .mi-attendance-options {
    padding: 70px 15px
  }

  .mi-key-features .panel {
    height: auto
  }

  .mi-footer {
    padding: 70px 0 0
  }

  .mi-enquire {
    text-align: center;
    display: block;
    padding-bottom: 60px
  }

  .mi-enquire .display-4 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center
  }

  .mi-enquire .btn {
    font-size: 24px;
    height: 55px
  }

  .mi-location i {
    top: 0
  }

  .mi-copyrights .title {
    text-align: center;
    margin-bottom: 20px
  }

  .mi-copyrights .content {
    flex-direction: column
  }

  .mi-copyrights-link {
    justify-content: center;
    margin: auto
  }

  .mi-copyrights-link a {
    margin: 10px 15px
  }

  .navbar-nav .nav-link {
    padding: 12px 0 !important
  }

  mi-key-features {
    padding: 100px 15px 50px
  }

  .mi-key-features .display-4,
  .mi-key-features .lead {
    text-align: center
  }

  .mi-apps {
    padding: 70px 15px
  }

  .mi-video-player img {
    margin: auto;
    display: block;
    width: 100%
  }

  .mi-apps .display-4 {
    margin: 0 auto 48px;
    width: 100%;
    text-align: center
  }

  .mi-apps ul,
  .mi-appraisal ul {
    margin: 0 auto 40px;
    max-width: 450px
  }

  .mi-apps-download {
    text-align: center
  }

  .nav-right {
    margin-top: 20px;
    align-items: flex-start !important
  }

  .mi-appraisal {
    flex-direction: column
  }

  .mi-feed-wrapper {
    flex-direction: column
  }

  .mi-appridal-img {
    margin: 0 auto 30px
  }

  .mi-feed-wrapper .content {
    text-align: center
  }

  .mi-leave-approval-img {
    margin: 0 auto 20px
  }

  .mi-story .display-4 {
    margin-bottom: 50px;
    text-align: center
  }

  .mi-story .display-4::after {
    width: 70px;
    height: 15px;
    background-size: 70px 15px;
    bottom: -20px;
    left: 55%
  }

  .mi-story p {
    text-align: justify
  }

  .mi-whatwedo .content {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .mi-whatwedo .description {
    padding-left: 0;
    margin-top: 30px
  }

  .mi-whatwedo .display-4 {
    margin-bottom: 30px;
    text-align: center
  }

  .mi-whatwedo p {
    text-align: justify
  }

  .mi-whatwedo::after {
    width: 50px;
    height: 195px;
    background-size: 50px 195px;
    top: -100px
  }

  .mi-acc-software-banner.mi-banner-gradient {
    background: linear-gradient(180deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%)
  }

  .mi-acc-software-banner .mi-banner-content {
    width: 100%
  }

  .mi-acc-software-banner .mi-banner-img {
    margin: 0 auto !important;
    position: relative;
    top: 0;
    right: 0
  }

  .mi-accounting-app img {
    position: relative;
    top: 0;
    left: auto;
    width: 100%
  }

  .mi-accounting-app .content {
    padding-left: 0
  }

  .mi-apps-list {
    max-width: 100%
  }

  .mi-feature-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .mi-appraisal ul {
    margin: 0;
    max-width: 100%;
    text-align: left
  }

  .mi-biometric-banner .mi-banner-content {
    width: 100%
  }

  .tab-content .tab-pane::before {
    width: 200px;
    height: 200px;
    background-size: 200px !important
  }

  .mi-clients-list .nav-tabs {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
  }

  .mi-clients-list .nav-item {
    display: inline-block
  }

  .mi-clients-list .nav-link {
    padding: 30px 25px
  }

  .mi-grants-banner p {
    max-width: 100%;
    text-align: justify !important
  }

  .mi-hrms-banner.mi-banner-gradient {
    background: linear-gradient(180deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%)
  }

  .mi-hrms-banner .mi-banner-content {
    width: 100%
  }

  .mi-hrms-banner .mi-banner-container {
    padding: 70px 0 0
  }

  .mi-hrms-img {
    margin: 0 auto 40px;
    width: 300px
  }

  .mi-hr-software .mi-banner-content {
    width: 100%;
  }

  .mi-hr-software .mi-banner-img {
    position: relative;
    width: 475px;
    right: 0;

  }

  .mi-home-banner.mi-banner-gradient {
    background: linear-gradient(180deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%)
  }

  .mi-home-banner .mi-banner-content {
    width: 100%
  }

  .mi-home-banner .mi-banner-container {
    padding: 70px 0 0 !important
  }

  .mi-home-banner .mi-banner-img {
    margin: 0 auto
  }

  .mi-apps ul {
    max-width: 100%
  }

  .mi-banner .container.p-0 {
    padding: 0 15px !important
  }

  .timeline>li>.timeline-badge {
    left: 0;
    margin-left: 0
  }

  .timeline>li>.timeline-panel {
    width: 100%;
    float: left
  }

  .timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
  }

  .timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -15px;
    right: auto
  }

  .mi-assured-box {
    padding: 40px 20px
  }

  .mi-outsourcing-content {
    flex-direction: column
  }

  .mi-outsourcing img {
    margin-bottom: 30px
  }

  .mi-outsourcing .content {
    padding-left: 0;
    text-align: center
  }

  .mi-video-player+.mi-video-player {
    margin-top: 30px
  }

  .nav-item .dropdown-menu {
    max-height: 0;
    visibility: hidden !important;
    opacity: 0 !important;
    display: none
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: none !important
  }

  .navbar .nav-item .dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0;
    margin: 0
  }

  .navbar-brand {
    padding: 11px 0
  }

  .navbar-nav .nav-item:hover {
    background-color: transparent
  }

  .mi-products-items {
    padding: 10px 0 0;
    min-width: 100%
  }

  .mi-products-items .row {
    margin: 0
  }

  .navbar-nav .dropdown-item {
    font-size: 14px;
  }

  .navbar-nav .dropdown-item:hover {
    font-size: 14px;
  }

  .mi-products-items .row .col {
    padding: 0
  }

  .mi-report-overview .col-lg-6:nth-child(1) {
    margin-bottom: 30px
  }

  .mi-payroll-outsourcing-banner .mi-banner-content,
  .mi-project-costing-banner .mi-banner-content,
  .mi-appraisal-banner .mi-banner-content {
    width: 100%
  }

  .mi-payroll-outsourcing-banner .mi-banner-img img {
    margin-bottom: 30px
  }

  .mi-hrms-system .display-4 {
    margin-bottom: 30px
  }

  .mi-project-costing-banner .mi-banner-img,
  .mi-appraisal-banner .mi-banner-img {
    margin: 0 auto
  }

  .mi-apps-demo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px
  }

  .mi-report-overview .col-lg-6:nth-child(1) .mi-article-item .content {
    padding: 0 0 0 15px
  }

  .mi-language {
    display: none
  }

  .mi-mobi-country {
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .mi-claim-img {
    margin: 0 0 30px 0
  }

  #jobModal .modal-dialog {
    max-width: 90% !important;
    margin: 15px auto
  }

  #jobModal .form-group:nth-child(3) .col-md-6:nth-child(1) label,
  #jobModal .form-group:nth-child(3) .col-md-6:nth-child(2) label {
    padding-top: 0
  }

  .lightsbox-pin.pin-3::before {
    bottom: 60px
  }

  .lightsbox-pin.pin-3::after {
    bottom: 50px
  }

  .lightsbox-pin.pin-2::before {
    bottom: 59px
  }

  .lightsbox-pin.pin-2::after {
    bottom: 50px
  }

  .lightsbox-pin.pin-1::after {
    right: -27px;
    bottom: 50px
  }

  .lightsbox-pin.pin-1::before {
    right: -18px;
    bottom: 60px
  }

  .mi-story-filter {
    flex-direction: column
  }

  .mi-story-filter .mi-filter-buttons {
    margin: 10px -5px 0
  }

  .mi-story-filter .mi-filter-buttons a {
    margin: 6px 5px
  }

  .mi-appraisal-banner .mi-banner-container,
  .mi-project-costing-banner .mi-banner-container,
  .mi-payroll-outsourcing-banner .mi-banner-container {
    padding: 25px 0
  }

  .mi-invoice-wrapper .content {
    padding-left: 0;
    text-align: center
  }

  .mi-invoice-wrapper .content img {
    margin: 0 auto 10px
  }

  .mi-about-invoice img {
    margin: 0 auto;
    display: block;
    width: 100%
  }

  .mi-feed-wrapper .content .mi-tx-18 {
    text-align: justify
  }

  .mi-pricing-wrapper {
    margin: 0 0 50px;
    display: block
  }

  .mi-pricing-wrapper .card {
    margin: 0
  }

  .mi-pricing-wrapper .card.price-payroll,
  .mi-pricing-wrapper .card.price-eleave {
    max-width: 100%;
    margin-top: 50px
  }

  .mi-pricing-wrapper .card h5 {
    font-size: 20px;
    line-height: 28px
  }

  .mi-pricing-wrapper .card .lead {
    font-size: 17px
  }

  .mi-pricing-wrapper .card .icon-bg {
    margin: 0 0 8px;
    width: 60px;
    height: 60px;
    background-size: 60px
  }

  .mi-pricing-wrapper .card .icon-bg i {
    width: 32px;
    height: 32px;
    background-size: 32px
  }

  .mi-lang {
    padding: 0;
    margin: 5px 0 0 20px;
  }

  .mi-eligibility .mi-features-list {
    max-width: 100%
  }

  .mi-biometric-sections .container {
    position: inherit
  }

  .bio-grid {
    margin: 20px 0 !important
  }

  .mi-biometric-banner-top {
    padding: 50px 0 !important
  }

  .mi-biometric-first-sec {
    padding: 25px 0 !important
  }

  .bio-att-headline::after {
    left: 0
  }

  .mi-bio-access-2-img {
    width: 100%;
    text-align: center;
    margin: 0 !important
  }

  .login-btn {
    margin: 0 !important;
    position: relative;
    left: 0% !important;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .mi-achievement .value {
    font-size: 50px
  }

  .mi-achievement .label {
    font-size: 17px
  }

  .mi-team-members .name {
    font-size: 18px
  }

  .mi-acc-software-banner .mi-banner-container {
    padding: 45px 0
  }

  .mi-acc-software-banner .mi-banner-content {
    width: calc(100% - 440px)
  }

  .mi-acc-software-banner .mi-banner-img {
    right: 0
  }

  .mi-acc-software-banner .mi-banner-img img {
    width: 400px;
    right: -35px
  }

  .mi-accounting-key-features .card {
    min-height: 161px
  }


  .mi-hr-software .mi-banner-content {
    width: calc(100% - 400px);
  }

  .mi-hr-software .mi-banner-img {
    position: absolute;
    right: 3%;
    width: 410px;
  }

  .mi-biometric-banner .mi-banner-content {
    width: calc(100% - 340px)
  }

  .mi-biometric-banner .mi-banner-img img {
    width: 300px
  }

  .mi-biometric-banner .mi-banner-img {
    margin: 0 0 0 40px
  }

  .mi-biometric-banner h1 {
    font-size: 44px !important
  }

  .mi-feature-col h4 {
    padding: 45px 38px
  }

  .mi-feature-col ul {
    padding: 0 38px 65px
  }

  .mi-feature-col li {
    padding: 30px 0 30px 40px
  }

  .mi-feature-col li::before {
    left: 0
  }

  .tab-content .tab-pane {
    padding: 40px 60px
  }

  .mi-psg-standard {
    padding: 25px 45px
  }

  .mi-explore {
    padding: 75px 35px 75px 40px
  }

  .mi-eligibility {
    padding: 75px 45px
  }

  .mi-hrms-img {
    margin: 0 60px 0 0
  }

  .mi-assured-list {
    justify-content: center
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .mi-home-banner h1 {
    font-size: 45px !important
  }

  .mi-stats-group .item .count {
    font-size: 54px
  }

  .timeline-title {
    line-height: 30px
  }

  .mi-comments .carousel-caption {
    padding: 60px 90px;
    max-width: 650px
  }

  .mi-jobs-filter .country {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .mi-whyus-wrapper img {
    width: 490px;
    height: 490px;
    background-size: 490px
  }

  .mi-apps-demo {
    width: 400px;
    margin-right: 50px
  }

  .mi-claim-img {
    margin: 0 60px 0 0
  }

  .mi-whatwedo .content img {
    width: 500px
  }

  .timeline-body {
    flex-direction: column;
    align-items: flex-start
  }

  .timeline-body a {
    margin: 20px 0 0
  }

  .mi-aboutus-banner h1::after {
    left: -50px
  }

  .navbar-nav .nav-link {
    padding: 28px 7px !important;
    font-size: 15px
  }

  .mi-support-box {
    padding: 40px
  }

  .mi-invoice-wrapper img {
    width: 385px
  }

  .mi-invoice-wrapper .content {
    padding-left: 60px
  }

  .navbar-brand {
    margin-right: 10px
  }

  .mi-lang {
    padding: 0 0 0 10px
  }

  .mi-lang a {
    font-size: 15px !important
  }

  .mi-biometric-banner .mi-bio-access-2-img {
    margin: 0 40px 0 0
  }

  .mi-biometric-sections .container {
    top: 655px
  }
  .mi-payroll-banner .mi-banner-content {
    width: 100%;
    text-align: center;
}
.mi-payroll-banner .mi-banner-img {
  margin: 0;
  width: 575px;
  position: relative;
  left: unset;
  margin: 50px auto;
}
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-payroll-banner .mi-banner-img {
      width: 550px;
  }
}

@media(min-width:1200px) and (max-width:1439px) {
  .mi-acc-software-banner .mi-banner-container {
    padding: 30px 0 130px
  }

  .mi-lang a {
    font-size: 15px !important
  }

  .mi-acc-software-banner .mi-banner-content {
    width: calc(100% - 465px)
  }

  .mi-acc-software-banner .mi-banner-img {
    right: -40px
  }

  .mi-acc-software-banner .mi-banner-img img {
    right: 0
  }

  .mi-hr-software .mi-banner-content {
    width: calc(100% - 410px);
  }

  .mi-hr-software .mi-banner-img {
    position: absolute;
    right: 3%;
    width: 410px;
  }

  .mi-aboutus-banner h1::after {
    left: -50px
  }

  .navbar-nav .nav-link {
    padding: 28px 13px !important;
    font-size: 15px !important
  }
}

@media (min-width: 1440px) and (max-width: 1799.98px) {
  .mi-hr-software .mi-banner-content {
    width: calc(100% - 410px);
  }

  .mi-hr-software .mi-banner-img {
    position: absolute;
    right: 5%;
    width: 475px;
  }

}

@media(min-width:992px) and (max-width:1038px) {
  .nav-right .mi-btn-primary {
    width: 110px;
    height: 42px;
    font-size: 12px !important;
  }

  .navbar-nav .nav-link {
    font-size: 12px !important;
  }

  .mi-lang a {
    font-size: 12px !important;
  }
}

.small-videos iframe {
  width: 100% !important;
}

.virtual-videos {
  text-align: center !important;
  padding-bottom: 49px;
  font-size: 42px;
  font-weight: 600;
  color: #323232;
}

.mi-invoice-demo-2 {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  position: relative !important;
  padding-top: 55%;
  border: 1px solid #ddd;
}

.video-about-mi iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Country-video-name h4 {
  font-size: 34px;
  font-weight: 700;
  font-family: Nunito Sans;
  margin-bottom: 40px;
  position: relative !important;
}

.video-sec {
  display: table;
  padding: 25px 0px;
}

.col-lg-7.small-videos {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.col-lg-5.small-videos {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.video-sub-heading {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: oblique;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f6b719;
  margin-bottom: 25px;
}

.Country-video-name h4::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/icons/vector-video.svg) no-repeat;
  background-size: 200px 3px;
  position: absolute;
  bottom: -10px;
}

.video-description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}

@media(min-width:320px) and (max-width:991px) {
  .video-sec {
    display: block !important;
  }

  .col-lg-7.small-videos {
    display: block !important;
  }

  .col-lg-5.small-videos {
    display: block !important;
    padding-top: 20px;
  }
}

.small-video-list::after {
  content: '';
  display: block;
  width: 174px;
  height: 33px;
  background: url(../img/icons/dotted-line-5.svg) repeat;
  background-size: 174px 33px;
  position: absolute;
  top: -25px;
  right: 10px;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

.small-video-list {
  position: relative;
}

.mi-pricing-sections .mi-pricing-wrapper {
  margin: 0 -30px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border-radius: 0.25rem;
  background: #fff;
}

.mi-pricing-sections .mi-pricing-wrapper .card {
  box-shadow: none;
  border: solid 1px #f6f8fb00;
  background-color: #fff0;
  padding-top: 0px;
  padding-bottom: 0px !important;
  margin-top: 31px;
  margin-bottom: 31px;
}

.mi-pricing-step1 {
  max-width: 323px !important;
  border-right: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 0px !important;
}

.mi-pricing-step1 .card-header {
  border-bottom: none !important;
}

.icon-claim-software-4 {
  background: url(../img/icons/ticket-1.svg) no-repeat;
}

.icon-appraisal-4 {
  background: url(../img/icons/leave-1.svg) no-repeat;
}

.icon-hrms-4 {
  background: url(../img/icons/hrms-icon-software.svg) no-repeat;
  background-size: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.mi-pricing-wrapper .card .icon-bg .icon-appraisal-4 {
  width: 70px !important;
  height: 70px !important;
  background-size: 70px !important;
}

/* comparison table */
.bio-readers {
  background-color: #f6f8fb;
}

.face-temp-scan {
  background-color: #fef4dd;
  border-top-right-radius: 5px;
}
.pricing-compare-table .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  font-weight: 800;
  /* border: 1px solid #dee2e6; */
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-top: 30px;
}
.comparison-table td {
  font-size: 14px;
  font-family: Nunito Sans;
  font-weight: 800;
  vertical-align: top;
  text-align: center;
  width: 190px;
  border-right: 0.5px solid #d3d3d3;
  padding-top: 20px;
  border-bottom: 1px solid #dee2e6 !important;
}


.comparison-head {
  width: 190px;
}

.comparison-table table {
  background-color: #ffffff;
  margin-bottom: 0px;
}

.comparison-section {
  padding-top: 80px;
}

.comparison-table tr:first-child td,
.comparison-table tr:first-child th {
  border-top: none !important;
}

.comparison-table th {
  font-size: 14px;
  font-family: Nunito Sans;
  font-weight: 800;
  vertical-align: middle;
  text-align: left;
  border-right: 0.5px solid #d3d3d3;
}

.bio-comparison-head {
  font-size: 16px;
  font-family: Nunito Sans;
  font-weight: 800;
  vertical-align: middle;
}

.extra-full-col {
  border-top-left-radius: 5px;
}

.hide-mobile tbody tr:first-child {
  visibility: hidden;
  position: absolute;
}

.mobile-view-comp-table th {
  text-align: center;
}

.comp-image-table {
  width: 75px;
}

.mi-biometric-first-sec {
  padding-top: 100px !important
}

.grid-inner {
  border-radius: 0px !important;
}


.seprator {
  border-top: 2px solid #0faca9;
  width: 60px;
  margin: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.price-list {
  margin: 0px 50px;
}

.subscrip .badge {
  margin: 8px 0;
  padding: 0.3em 3.7em;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4caf50;
  border-radius: 5px;
  background-color: rgba(76, 175, 80, 0.1);
}

.subscrip:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  box-shadow: 0 20px 20px rgb(0 0 0 / 10%)
}

.subscrip .offer {
  position: absolute;
  right: 15px;
  top: 0px;
}

.offer .material-icons {
  font-size: 90px;
  font-size: 90px;
  display: block;
  width: 73px;
  height: 90px;
  background-size: 68px;
}

.offer .savetext {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #FFF;
  text-align: center;
}

.subscrip.active {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
  border: 1px solid #0f9ca9;
}

.badge {
  font-family: Nunito Sans;
  font-weight: 500;
}

.badge {
  border: solid 1px #fff;
  font-size: 8px;
  top: 8px;
  right: 4px;
  z-index: 9;
}

.subscrip li {
  list-style: none;
  text-align: left;
  line-height: 2;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.PricingPlan .subscrip li::before {
  background: url(../img/check-icon.png) no-repeat;
  background-size: 16px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 17px;
  margin-right: 10px;
}

.text-52 {
  font-size: 52px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-32 {
  font-size: 32px !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.icon-bookmark {
  background: url(../img/book-mark.png) no-repeat;
}

.mi-btn-theme {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgb(50 50 50 / 5%);
}

.mi-banner-content .mi-btn-theme,
.mi-banner-content .mi-btn-warning {
  width: 255px;
  height: 40px;
  border-radius: 3px;
}

.mi-acc-software-banner .mi-banner-content li {
  list-style: none;
  text-align: left;
  line-height: 2.7;
  font-size: 18px;
  font-weight: 500;
}

.mi-acc-software-banner .mi-banner-content li::before {
  background: url(../img/circle-check.svg) no-repeat;
  background-size: 36px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 37px;
  margin-right: 3px;
}

.mi-acc-software-banner .mi-banner-content i {
  font-weight: 500;
  font-size: 18px;
}

@media(min-width:320px) and (max-width:800px) {
  .mi-pricing-sections .mi-pricing-wrapper {
    margin: 30px auto !important;
    width: 95%;
  }

  .mi-pricing-wrapper .card {
    flex-basis: auto !important;
  }

  .mi-pricing-step1 {
    border: none !important;
    max-width: 100% !important;
  }

  .mi-pricing-wrapper .card .card-body {
    padding: 0px !important;
  }

  .mi-pricing-wrapper .list-unstyled {
    margin-bottom: 0px !important;
  }

  .mi-pricing-sections .mi-pricing-wrapper .card {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mi-pricing-sections .mi-pricing-wrapper .card-header {
    padding-top: 20px;
  }

  .mi-pricing-wrapper .card h5 {
    min-height: 25px;
  }

  .price-list {
    margin: 0px 0px;
  }
}

@media(min-width:100px) and (max-width:992px) {
  .desktop-view-comp-table {
    display: none;
  }

  .mobile-view-comp-table .comp-image-table {
    display: block;
  }

  .hide-mobile tbody tr:first-child {
    visibility: visible;
    position: relative;
  }

  .comparison-section {
    padding-top: 0px;
  }

  .grid-inner {
    border-radius: 0px !important;
    min-height: 250px;
    margin: 0px 20px;
    box-shadow: 0 4px 4px 0 rgb(50 50 50 / 10%);
  }

  .comparison-table-head td,
  .comparison-table-head td {
    border: 0px solid #fff !important;
  }
}

/* free trial */


.mi-bg-light.mi-free-trial {
  padding: 30px 0px;
}

.mi-free-trial .check-list {
  justify-content: center;
}

.mi-free-trial li {
  list-style: none;
  text-align: center;
  line-height: 3;
  color: #000;
  margin-right: 30px;
  font-size: 1rem;
}

.mi-free-trial h1 {
  font-size: 52px;
  font-family: Nunito Sans;
  font-weight: 600;
  text-align: center;
}

.mi-free-trial li::before {
  background: url(../img/round-tick-white.png) no-repeat;
  background-size: 35px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.mi-free-trial-wrapper {
  margin: 30px 0 30px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
}

.mi-free-trial-body {
  padding: 50px;
}

.mi-free-trial .inputs .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid red
}

.mi-free-trial-form input,
.mi-free-trial-form textarea,
.mi-free-trial-form select {
  padding: 7.8px 0px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
}

.mi-free-trial-form input:focus,
.mi-free-trial-form textarea:focus,
.mi-free-trial-form select:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid #1f3966;
  box-shadow: none;
}

.mi-free-trial-form label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #c4c4c4;
}

.mi-free-trial .form-select {
  background: transparent;
  position: relative;
  z-index: 99;

}

#some_div {
  font-size: 42px;
  text-align: center;
  color: green;
  font-weight: 700;
}

#verifyotp .modal-header {
  padding: 20px 25px;
}

#verifyotp .modal-header h4 {
  font-size: 24px;
}

#verifyotp .modal-body {
  padding: 25px 25px;
}

@media only screen and (max-width: 768px) {

  .mi-free-trial-form input,
  .mi-free-trial-form textarea,
  .mi-free-trial-form select {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    box-shadow: none;
    resize: none;
  }

  .mi-free-trial-body {
    padding: 20px 30px;
  }

  .mi-free-trial h1 {
    text-align: left;
    font-size: 32px;
  }

  .mi-free-trial .check-list {
    justify-content: left;
  }

  .mi-free-trial li {
    text-align: left;
    margin-left: 30px;
    font-size: 0.9rem;
  }

  #verifyotp .modal-header h4 {
    font-size: 18px;
  }

}


.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.mi-acc-software-banner .display-4 {
  font-size: 52px !important;
  font-weight: 600;
  font-family: Nunito Sans;
}

.venndiagram-box {
  padding: 40px 0px 0px;
  position: relative;
}

.venndiagram-box .col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  z-index: 10;
}

.venndiagram-box .col:nth-child(2) {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  z-index: 8;
}

.venndiagram-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}

.venndiagram-box ul li {
  position: relative;
}

.venndiagram-box .left ul li:nth-child(1) {
  top: -11px;
  right: -200px;
}

.venndiagram-box .left ul li:nth-child(2) {
  top: -22px;
  right: -75px;
}

.venndiagram-box .left ul li:nth-child(3) {
  top: -4px;
  right: -15px;
}

.venndiagram-box .left ul li:nth-child(4) {
  top: 20px;
  right: -15px;
}

.venndiagram-box .left ul li:nth-child(5) {
  top: 28px;
  right: -75px;
}

.venndiagram-box .left ul li:nth-child(6) {
  top: 18px;
  right: -235px;
}

.venndiagram-box .right ul li:nth-child(1) {
  top: -11px;
  left: -200px;
}

.venndiagram-box .right ul li:nth-child(2) {
  top: -22px;
  left: -75px;
}

.venndiagram-box .right ul li:nth-child(3) {
  top: -4px;
  left: -15px;
}

.venndiagram-box .right ul li:nth-child(4) {
  top: 20px;
  left: -15px;
}

.venndiagram-box .right ul li:nth-child(5) {
  top: 28px;
  left: -75px;
}

.venndiagram-box .right ul li:nth-child(6) {
  top: 18px;
  left: -200px;
}

.venndiagram-box ul li a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.venndiagram-box .softwares.left li a {
  flex-direction: row;
  justify-content: end;
}

.venndiagram-box .softwares.left li a span {
  margin-right: 15px;
}

.venndiagram-box .softwares.right li a span,
.venndiagram-box .softwares.right li span {
  margin-left: 15px;
}

.venndiagram-box ul li a:hover {
  text-decoration: none;
}

.venndiagram-box ul li a span,
.venndiagram-box ul li span {
  font-family: Nunito Sans;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.33;
  color: #323232;
}

.venndiagram-box ul li a:hover span {
  color: #f6b719;
}

.venndiagram-box ul li img {
  width: 100px;
  height: 100px;
  background-size: 100px;
}

.venndiagram-bg {
  margin: 0px auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.venndiagram-bg a {
  font-family: Nunito Sans;
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  top: 42%;
}

.venndiagram-bg a:hover {
  text-decoration: none;
}

.venndiagram-bg .diagram-hrportal a {
  left: 30%;
  color: #ffffff;
}

.venndiagram-bg .diagram-payroll a {
  right: 15%;
  color: #444444;
}

.venndiagram-bg .diagram-hrportal {
  position: relative;
  width: 470px;
  height: 422px;
  left: 42px;
  border-radius: 100%;
}

.venndiagram-bg .diagram-payroll {
  position: relative;
  width: 470px;
  height: 422px;
  right: 42px;
  border-radius: 100%;
}

.venndiagram-bg .diagram-centerjoin {
  width: 105px;
  height: 250px;
  z-index: 9;
  position: absolute;
  top: 20%;
}

.venndiagram img {
  width: 100%;
}



@media(max-width: 619.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .venndiagram-bg .diagram-hrportal {
    left: 20px;
    width: 175px;
    height: 175px;
  }

  .venndiagram-bg .diagram-payroll {
    right: 20px;
    width: 175px;
    height: 175px;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 46px;
    height: 111px;
    top: 18%;
  }

  .venndiagram-box ul li {
    margin: 15px 20px 15px 0px;
  }

  .venndiagram-bg a {
    font-size: 18px;
  }
}

@media(min-width: 620px) and (max-width: 767.98px) {
  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 204px;
    z-index: 9;
    position: absolute;
    top: 15%;
  }

  .venndiagram-bg a {
    font-size: 30px;
    top: 28%
  }

  .venndiagram-bg .diagram-hrportal,
  .venndiagram-bg .diagram-payroll {
    width: 295px;
    height: 293px;
  }

  .venndiagram-box .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media(min-width: 768px) and (max-width: 991.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .venndiagram-bg .diagram-hrportal {
    position: relative;
    width: 370px;
    height: auto;
    left: 42px;
    border-radius: 100%;
  }

  .venndiagram-bg .diagram-payroll {
    position: relative;
    width: 370px;
    height: auto;
    right: 42px;
    border-radius: 100%;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 98px;
    height: 235px;
    z-index: 9;
    position: absolute;
    top: 18%;
  }

  .venndiagram-box ul li {
    margin: 15px 20px 15px 0px;
  }
}

@media(max-width: 991.98px) {
  .venndiagram-box .col:nth-child(2) {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .venndiagram-box .col:nth-child(1) {
    order: 2;
  }

  .venndiagram-box .col:nth-child(3) {
    order: 3;
  }

  .venndiagram-box ul li {
    right: auto !important;
    top: auto !important;
    left: auto !important;
  }

  .venndiagram-box .softwares.left li a {
    flex-direction: row-reverse;
    justify-content: start;
  }

  .venndiagram-box .softwares.left li a span {
    margin-left: 15px;
    margin-right: 0px;
  }

  .venndiagram-box ul li img {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

}

@media(min-width: 992px) and (max-width: 1199.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .venndiagram-box .col:nth-child(2) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .venndiagram-bg .diagram-payroll,
  .venndiagram-bg .diagram-hrportal {
    width: 298px;
    height: 298px;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 207px;
    top: 15%;
  }

  .venndiagram-box ul li img {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .venndiagram-box .left ul li:nth-child(1) {
    top: -20px;
    right: -150px;
  }

  .venndiagram-box .left ul li:nth-child(2) {
    top: -20px;
    right: -60px;
  }

  .venndiagram-box .left ul li:nth-child(3) {
    top: 5px;
    right: -25px;
  }

  .venndiagram-box .left ul li:nth-child(4) {
    top: 20px;
    right: -25px;
  }

  .venndiagram-box .left ul li:nth-child(5) {
    top: 23px;
    right: -60px;
  }

  .venndiagram-box .left ul li:nth-child(6) {
    top: 25px;
    right: -150px;
  }

  .venndiagram-box .right ul li:nth-child(1) {
    top: -20px;
    left: -150px;
  }

  .venndiagram-box .right ul li:nth-child(2) {
    top: -20px;
    left: -60px;
  }

  .venndiagram-box .right ul li:nth-child(3) {
    top: -5px;
    left: -25px;
  }

  .venndiagram-box .right ul li:nth-child(4) {
    top: 12px;
    left: -25px;
  }

  .venndiagram-box .right ul li:nth-child(5) {
    top: 23px;
    left: -60px;
  }

  .venndiagram-box .right ul li:nth-child(6) {
    top: 25px;
    left: -150px;
  }

  .venndiagram-bg a {
    font-size: 32px;
  }
}


@media(min-width: 1200px) and (max-width: 1439.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .venndiagram-box .col:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .venndiagram-bg .diagram-payroll,
  .venndiagram-bg .diagram-hrportal {
    width: 320px;
    height: 290px;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 207px;
    top: 13%;
  }

  .venndiagram-box ul li img {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }

  .venndiagram-box .left ul li:nth-child(1) {
    top: 5px;
    right: -145px;
  }

  .venndiagram-box .left ul li:nth-child(2) {
    top: -5px;
    right: -65px;
  }

  .venndiagram-box .left ul li:nth-child(3) {
    top: 6px;
    right: -25px;
  }

  .venndiagram-box .left ul li:nth-child(4) {
    top: 18px;
    right: -25px;
  }

  .venndiagram-box .left ul li:nth-child(5) {
    top: 23px;
    right: -65px;
  }

  .venndiagram-box .left ul li:nth-child(6) {
    top: 10px;
    right: -145px;
  }

  .venndiagram-box .right ul li:nth-child(1) {
    top: 5px;
    left: -145px;
  }

  .venndiagram-box .right ul li:nth-child(2) {
    top: -5px;
    left: -65px;
  }

  .venndiagram-box .right ul li:nth-child(3) {
    top: 6px;
    left: -25px;
  }

  .venndiagram-box .right ul li:nth-child(4) {
    top: 18px;
    left: -25px;
  }

  .venndiagram-box .right ul li:nth-child(5) {
    top: 23px;
    left: -65px;
  }

  .venndiagram-box .right ul li:nth-child(6) {
    top: 10px;
    left: -145px;
  }

  .venndiagram-bg a {
    font-size: 32px;
  }

}

.login-btn {
  margin: auto;
  position: relative;
  left: 6%;
}

.login-btn .btn {
  width: auto !important;
  height: 45px;
}


.mi-faq {
  margin-bottom: 20px;
  padding: 0px;
}

.mi-faq .card {
  padding: 25px 0px 0px;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #afafaf78 !important;
  background-color: #fff0;
}

.mi-faq .card-head {
  padding: 0px 0px 10px;
  cursor: pointer;
}

.mi-faq .card-body {
  padding: 0px 0px 13px;
}

.mi-faq .acc-arrow {
  padding-right: 56px;
  position: relative;
}

.mi-faq .collapsed.acc-arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/acc-down.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.mi-faq .acc-arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/acc-up.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.mi-faq .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.mi-faq .description span {
  font-size: 18px;
  font-weight: 500;
  color: #606060;
}

.mi-faq .description span+span::before {
  content: '|';
  display: inline-block;
  padding: 0px 12px;
  position: relative;
  top: -2px;
}

.mi-faq .card h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.mi-faq .card ul {
  margin: 0px 0px 30px;
}

.mi-faq .card ul li {
  font-size: 18px;
  font-weight: 500;
  color: #606060;
}

.mi-faq .card ul li b {
  font-weight: 800;
}

.mi-faq .card p {
  font-size: 18px;
  font-weight: 500;
  color: #444;
}

.mi-faq .card a {
  color: #2196f3;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mi-apps-list-check {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}

.mi-apps-list-check li {
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #444444;
  position: relative;
}

.mi-apps-list-check li::before {
  background: url(../img/round-tick-white.png) no-repeat;
  background-size: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.w-30 {
  width: 30% !important;
}

.mi-contact-form label {
  color: #090808 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.7 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.7 !important;
}

section.mi-hr-software {
  padding: 0px 0px;
}

.main-features-human-resouce-software {
  padding: 45px 0;
}

section.mi-hr-software {
  padding: 40px 0px;
}

.main-features-human-resouce-software {
  padding: 35px 0;
}

.btn-hr-software {
  width: 275px;
  line-height: 2;
}

.mi-count-col {
  border-right: 1px solid #d8e1ef;
}

.mi-lable-count {
  font-size: 17px;
  font-weight: 500
}

.mi-value {
  font-weight: 800 !important;
  font-size: 24px;
}

sub {
  bottom: 0;
  font-size: 22px
}

.mi-teams .modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .56);
  overflow: hidden;
  z-index: 1050;
}

.mi-teams .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1110px
}

.mi-teams .modal-header {
  padding: .5rem 1rem !important;
  border-bottom: 0 solid #a8b7c7 !important
}

.mi-teams .close:focus,
.mi-teams .close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer
}

.mi-teams .mySlides {
  display: none;
  padding: 0 50px 90px 50px
}

.mi-teams .cursor {
  cursor: pointer
}

.mi-teams .next,
.mi-teams .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #7f7f7f;
  font-weight: 700;
  font-size: 20px;
  transition: .6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transition: .5s
}

.mi-teams .next {
  right: 0;
  border-radius: 3px 0 0 3px
}

.mi-teams .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0
}

.mi-teams img {
  margin-bottom: -4px
}

.mi-teams .caption-container {
  text-align: center;
  background-color: #000;
  padding: 2px 16px;
  color: #fff
}

.mi-teams .demo {
  opacity: .6
}

.mi-teams img.hover-shadow {
  background: -webkit-linear-gradient(bottom, #091830 68%, #091830 50%);
  transition: .5s
}

.mi-teams .hover-shadow:hover {
  background: -webkit-linear-gradient(bottom, #163b6a 68%, #163b6a 50%);
  transition: .5s
}

.mi-team-members .thumb-img {
  margin: auto;
  display: block;
  width: 305px;
  height: 477px;
  background-size: 305px 477px
}

.mi-teams .h-scroll {
  height: 477px;
  overflow-y: auto;
  padding: 0 15px 0 0
}

.h-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

.h-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #bebebe;
  border-radius: 10px
}

.h-scroll::-webkit-scrollbar-thumb {
  background: #606060;
  border-radius: 10px
}

/* Header fixing start */

@media (min-width: 1200px) and (max-width:1439px) {
  .navbar-nav .nav-link {
    font-size: 13px !important;
    padding: 28px 10px !important;
  }

  .nav-item .btn-book-now {
    padding: 18px !important;
    font-size: 14px
  }

  .nav-right .mi-btn-primary {
    width: 118px;
    height: 34px;
    font-size: 14px;
    line-height: 21px;
  }

  .nav-right .mi-btn-warning {
    font-size: 14px;
  }

  .mi-products-items h4 {
    font-size: 14px;
  }

  .navbar-nav .dropdown-item {
    font-size: 14px;
  }

  .navbar-nav .dropdown-item:hover {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .nav-item .btn-book-now {
    margin-bottom: 20px;
    padding-right: 13px !important;
    padding-left: 13px !important
  }
  .mi-home-banner .mi-banner-img img {
    right: unset;
}
.mi-payroll-banner .mi-banner-img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  left: unset;
}
.mi-payroll-banner .mi-banner-content {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mi-cloud-accounting-software {
  margin: 0 auto 40px;
  width: 200px;
}
}

@media (min-width: 992px) and (max-width:1250px) {
  .navbar-nav .nav-link {
    padding: 28px 8px !important;
    font-size: 12px !important
  }

  li.nav-item.mi-language span {
    font-size: 0 !important
  }

  .nav-right .mi-btn-primary,
  .nav-right .mi-btn-warning {
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal
  }

  .mi-language .dropdown-toggle img {
    margin-right: 0px !important;
  }

}

@media (min-width: 992px) and (max-width:1024px) {
  .mi-products-items h4 {
    font-size: 14px;
  }

  .navbar-nav .nav-link {
    padding: 20px 8px !important;
    font-size: 12px !important;
  }

  .navbar-nav .dropdown-item:hover {
    font-size: 12px;
  }

  .navbar-nav .dropdown-item {
    font-size: 12px;
  }

  .mi-language .dropdown-toggle img  {
    margin-right: 0px !important;
  }
}

@media (max-width: 991px) {
  .mi-lang a {
    font-size: 14px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse {
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 99;
    overflow: auto;
    transition: .5s;
    padding-bottom: 100px
  }

  header.navigation-wrap.mobile-full button.navbar-toggler {
    z-index: 999;
    position: relative;
  }

  header.navigation-wrap.page-header.mobile-full {
    height: 100vh;
  }

  .page-header.is-sticky {
    position: fixed;
    animation: auto;
    background: #fff;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar {
    width: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }

  .nav-right .mi-btn-primary,
  .nav-right .mi-btn-warning {
    margin-bottom: 1rem;
  }
}

header.navigation-wrap.page-header.mobile-full .mob-header-bg {
  background: #fff;
  width: 100%;
  z-index: 9999;
}

.page-header.is-sticky {
  position: fixed;
  animation: slideDown .35s ease-out;
  background: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mi-language span {
    display: none;
    margin-right: 10px;
    position: relative;
  }
}

/* Header fixing end */
.hAnutS {
  font-weight: 600 !important;
}
.fw-800{
  font-weight: 800;
}

     /*Accouting software page start */

     .mi-account-integrat .item .content {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      padding-left: 100px;
    }
    .mi-account-integrat-list .item {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .mi-account-integrat-list .card {
      padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 0;
    position: relative;
    height: 100px;
    }
    .mi-account-integrat-list .item .heading {
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: 900
    }
    .mi-account-integrat-list .item p {
      margin-bottom: 0;
      font-size: 16px;
      color: #444;
      font-weight: 500
    }
    .mi-account-integrat .icon-bg {
      display: block;
      width: 75px;
      height: 75px;
      border-radius: 100%;
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
      background-color: #f6b719;
      position: absolute;
    }
    .mi-account-integrat .icon-bg i {
      display: block;
      width: 40px;
      height: 40px;
      background-size: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .e-invoicing-logo {
      width: 280px;
    }
    .hrdc-logo {
      width: 280px;
    }
    .pricing .card .icon-bg {
      display: block;
      width: 55px;
      height: 55px;
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
      background-color: #fff;
      position: absolute;
      border-radius: 10px;
    }
    .pricing .card .icon-bg i {
      display: block;
      width: 30px;
      height: 30px;
      background-size: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .pricing .card {
      border: none;
      border-radius: 1rem;
      transition: all 0.2s;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }
    .pricing hr {
      margin: .75rem 0;
    }
    .pricing .card-title {
      margin: 0.5rem 0;
      letter-spacing: .1rem;
      font-weight: 900;
      opacity: 1;
      font-size: 24px;
      margin-left: 70px;
      margin-top: 20px;
    }
    .pricing .card-price {
      font-size: 1.25rem;
      margin: 0;
      margin-top: 30px;
      font-weight: 900;
    }
    .pricing .card-price .period {
      font-size: 0.8rem;
    }
    .pricing ul li {
      margin-bottom: 1rem;
    }
    .pricing .text-muted {
      opacity: 0.7;
    }
    .pricing .btn {
      font-size: 100%;
      border-radius: 5rem;
      width: 220px;
      height: 42px;
      border-radius: 20px;
      display: block;
    
    }
    .pricing .card {
      height: 770px;
    }
    .fa-ul {
      list-style: none;
    margin-left: -30px;
    }
    .pricing .card .card-body ul li {
      margin: 0px 0 20px;
      padding: 0 0 0 20px;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      position: relative;
    }
    
    .pricing .card .card-body ul li::before {
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url(../img/icons/check.svg) no-repeat;
      background-size: 25px;
      position: absolute;
      top: -1px;
      left: -10px;
    }
    
    .pricing .card-body {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-height: 1px;
      padding: 1rem;
    }
    
    .pricing-btn1 {
      margin-top: 37px;
      display: block;
    }
    
    .pricing-btn2 {
      margin-top: 40px;
      display: block;
    }
    
    .pricing-btn3 {
      margin-top: 40px;
      display: block;
    }
    
    .pricing-light {
      background: url(../img/icons/lite.svg) no-repeat;
    }
    
    .pricing-basic {
      background: url(../img/icons/basic.svg) no-repeat;
    }
    
    .pricing-premium {
      background: url(../img/icons/premium.svg) no-repeat;
    }
    
    .icon-wall-clock-2-dark {
      background: url(../img/icons/wall-clock-2-dark.svg) no-repeat;
    
    }
    
    .fw-12 {
      font-size: 14px;
    }
    
    .hr-white {
      border-top: 1px solid rgb(255 251 251 / 10%);
    }
    .bg-high-light {
      background: gainsboro;
    }
    
    .btn-pricin-compare {
      margin-top: 40px !important;
    width: 165px !important;
    height: 40px !important;
    }
    .card-header-populare {
      padding: 15px;
    background: #1f3966;
    border-radius: 10px !important;
    }
    .card-header-premium{
      padding: 15px;
    background: #f0efef;
    border-radius: 10px !important;
    }
    
    @media (min-width: 992px) {
      .mi-lang {
        padding: 0px 0px 0px 9px;
    }
      .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
      }
    
      .pricing .card:hover .btn {
        opacity: 1;
      }
    }
    
    @media (max-width: 767px) {
      .pricing .card {
        height: 800px;
      }
    
      .mi-acc-software-banner .mi-banner-img img {
        width: 300px !important;
        position: relative;
        right: auto;
        top: 0;
      }
    
      .e-invoicing-logo {
        width: 270px;
        margin-bottom: 15px;
      }
    
      .hrdc-logo {
        width: 300px;
      }
    
      .mi-account-integrat-list .card {
        height: auto;
      }
    
      .mi-pricing-table th {
        width: 100px;
        min-width: 100px;
      }
    
      .mi-pricing-table th {
        width: 33.33%;
        padding: 7px 20px;
        font-size: 12px;
        font-weight: 900;
    
      }
    
      .mi-pricing-table td {
        padding: 7px 15px;
      }
    
      .mi-pricing-table td .mi-tx-16 {
        font-size: 10px;
      }
    
      .pricing-sub-text {
        font-size: 11px;
      }
    
      .mi-pricing-table td i {
        width: 20px;
        height: 20px;
        background-size: 20px;
      }
    
      .mi-pricing-table tr td::after,
      .mi-pricing-table tr th::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
      }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
      .mi-acc-software-banner .mi-banner-img img {
        width: 470px;
        right: 0;
      }
     
    }
    @media(min-width:1200px) and (max-width:1439px) {
      .mi-acc-software-banner .mi-banner-container {
        padding: 20px 0 30px
      }
    
      .mi-acc-software-banner .mi-banner-content {
        width: calc(100% - 465px)
      }
    
      .mi-acc-software-banner .mi-banner-img {
        right: -40px
      }
    
      .mi-acc-software-banner .mi-banner-img img {
        /* right: 0px;
        width: 500px; */
        right: -41px;
        width: 575px;
        position: absolute;
      }
    }
    /*Accouting software page */
    /*Accouting software Pricing page start */
    .mi-pricing-table table{
      margin-bottom: 0px;
    }
.mi-pricing-table th {
  width: 25%;
  padding: 20px 25px;
  font-size: 22px;
  text-align: center;
}

.mi-pricing-table td {
  padding: 20px 25px;
  text-align: center;
}
.mi-pricing-table tr td:nth-child(4)::after,
.mi-pricing-table tr th:nth-child(4)::after {
  border-bottom: 1px solid #e9e8e7 !important;
}

.pricing-compare-table.card {
  margin: 0px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0%);
  background-color: #fff;
}

.pricing-compare-table ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
  padding-left: 0px;
}
.pricing-compare-table li {
  list-style: none;
  flex: 1;
}

.pricing-compare-table li:last-child {
  border-right: 1px solid #dddddd1f;
}

.pricing-compare-table button {
  width: 100%;
  border: 1px solid #dddddd1f;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #1f3966;
  font-size: 14px;
  font-weight: 900;
  height: 60px;
  color: #fff;
}

.pricing-compare-table li.active button {
  background: #F5F5F5;
  color: #000;
}

.pricing-compare-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0px;
}

.pricing-compare-table th {
  font-size: 14px;
  font-family: Nunito Sans;
  font-weight: 900;
  vertical-align: middle;
  display: none;
  vertical-align: middle !important;
}

.pricing-compare-table td,
th {
  height: 55px;
}

.table-hover tbody tr.mi-bg-primary:hover {
  background-color: #1f3966;
}

.pricing-compare-tabletd,
th {
  border: 1px solid #dddddd1f;
  padding: 10px;
  empty-cells: show;
}

.pricing-compare-table td,
th {
  text-align: left;
  font-size: 14px;
  font-weight: 900;
}
.pricing-compare-table td.default {
  display: table-cell;
}

.pricing-compare-table .popular {
  background-color: #f0efef;
}

.pricing-compare-table .mi-btn-warning {
  border-radius: 100px;
  padding: 10px 25px;
}
.mi-bg-cyan {
  background: #d0dcfc;
}

.pricing-compare-table .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  font-weight: 900;
  /* border: 1px solid #dee2e6; */
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-top: 30px;
}

.mi-faq-pricing {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.mi-faq-pricing .acc-arrow {
  padding-right: 56px;
  position: relative;
  background: #d0dcfc;
  font-size: 14px;
  font-family: Nunito Sans;
  font-weight: 900;
  vertical-align: middle !important;
}

.mi-faq-pricing .card {
  padding: 0px 0px 0px;
  border: none;
  border-radius: 0px !important;
  border-bottom: 0;
  background-color: #fff0;
}

.mi-faq-pricing .card-body {
  padding: 0px 0px 0px;
}

.mi-faq-pricing .card-head {
  padding: 0px 0px 0px;
  cursor: pointer;
}

.mi-faq-pricing .collapsed.acc-arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/acc-down.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.mi-faq-pricing .acc-arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/acc-up.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.card-head .table {
  width: 100%;
  margin-bottom: 0rem !important;
  color: #212529;
}

@media (min-width: 640px) {
  .pricing-compare-table ul {
    display: none;
  }

  .pricing-compare-table td,
  th {
    display: table-cell !important;
  }

  .pricing-compare-table td,
  th {
    font-size: 14px;
    font-family: Nunito Sans;
    font-weight: 500;
    vertical-align: middle;
    font-weight: 900;
  }

  .pricing-compare-table td+td,
  th+th {
    width: auto;
  }

}

@media (max-width: 767px) {
  .pricing-compare-table .mi-btn-warning {
    border-radius: 100px;
    padding: 5px 9px;
  }

}
/*Accouting software Pricing page end */

.yt-popup .modal-body {
  position: relative;
  padding: 0px;
}
.yt-popup .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.yt-popup .modal-content {
  background-color: transparent;
  border: none !important
}
/*************** e invoicing page **************/

.mi-invoice-wrapper {
  padding: 70px 0
}

.mi-invoice-wrapper img {
  width: 510px
}

.mi-invoice-banner {
  background-image: linear-gradient(to right, #1f3966, #132441)
}

.mi-invoice-wrapper .content {
  padding-left: 100px
}


.mi-invoice-wrapper .content img {
margin: 0 0 20px;
display: block;
width: auto;
height: 50px;
}
.mi-invoice-wrapper h1 {
  margin: 0 0 10px
}

.mi-invoice-demo-1 {
  position: relative;
  height: 350px
}

.mi-invoice-demo-1 iframe {
  width: 100%;
  height: 100%
}

section.mi-invoice-wrapper .mi-banner h2 {
  font-size: 24px;
  font-weight: 700;
}

.mi-banner p {
  margin-bottom: 30px !important;
  font-size: 18px;
  line-height: 24px;
  font-family: Nunito Sans;
  font-weight: 500;
  max-width: 700px;
  text-justify: inter-word;
}

.mi-faq-body {
  background: linear-gradient(to bottom, #ff000000 50%, #f6f8fb 50%);
  padding-top: 0px;
}

.mi-faq-body .container {
  background: linear-gradient(90deg, rgba(22, 41, 74, 1) 0%, rgba(61, 112, 200, 1) 100%);
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 40px;
  box-shadow: -1px 2px 3px 0px rgb(50 50 50 / 29%);
  max-width: 1300px;
  overflow: hidden;
}
.mi-faq-body img {
  width: 100%;
}

.mi-bg-gold {
  background-color: #FFFAEF;
}

.mi-faq-body .btn {
  width: 250px;
  height: 60px;
  border-radius: 50px;
  font-size: 25px;
  color: #000000;
  font-weight: 800;
  display: block;
  background: #FFF;
  box-shadow: -1px 2px 3px 0px rgb(50 50 50 / 29%);
}

.mi-invoice-values .container {
  background: #FFF;
  padding: 35px;
  border-radius: 20px;
  max-width: 1300px;
}

.mi-invoice-values .container::after {
  display: none;
}

.mi-faq-body-container::before {
  content: "";
  position: absolute;
  top: 152px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/e-invoicing-software-shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

.background-demo {
  background-image: linear-gradient(to right, #fffaef, #f6fcf3, #f1fbf9, #f3fafc, #f6f8fb);
}

.background-demo .lead {
  font-size: 28px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.background-demo .lead-blue {
  font-size: 28px;
  margin-top: 30px;
  color: #1f3966;
  font-weight: 800;
  font-family: Nunito Sans;
}

.background-demo .btn {
  height: 70px;
  border-radius: 50px;
  font-size: 30px;
  color: #000000;
  font-weight: 800;
  width: 300px;
}

@media (max-width: 991px) {
  .mi-invoice-wrapper .content {
    padding-left: 0;
    text-align: center;
  }

  .mi-invoice-wrapper .content img {
    margin: 0 auto 10px;
  }

  .mi-faq-body-container::before {
    content: "";
    position: absolute;
    top: 233px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/e-invoicing-software-shape.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .background-demo .btn {
    height: 49px;
    border-radius: 50px;
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    width: 215px;
  }
}

@media (max-width: 767px) {
  .mi-faq-body-container::before {
    content: "";
    position: absolute;
    top: 292px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/e-invoicing-software-shape.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(90deg);
    background-position: center;
    overflow: visible;
  }

  .mi-faq-body .btn {
    width: 150px;
    height: 37px;
    border-radius: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 800;
    display: block;
    background: #FFF;
    margin-top: 10px !important;
  }

  .background-demo .btn {
    height: 41px;
    border-radius: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: 800;
    width: 185px;
  }
  .mi-invoice-demo .lead {
    margin: 0 auto 40px
  }

  .mi-invoice-demo .container::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px
  }

  .mi-about-invoice .display-4 {
    margin: 0 auto 30px
  }

  .mi-invoice-wrapper {
    padding: 40px 0
  }

  .mi-invoice-wrapper img {
    width: 250px;
    margin: 0 auto 40px
  }
}
/**************e invoicing end********************/

.review-tool{
  padding: 12px 8px;
  }
  .review-tool {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.mi-e-invoicing .count-track .mi-text-warning {
  font-size: 40px;
  font-weight: 700;
  margin-right: 20px;
}

.mi-e-invoicing .count-track {
  margin-bottom: 20px;
  background: #FFF8E6;
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(248, 250, 254);
  box-shadow: rgb(0 0 0 / 18%) 2px 4px 8px 0px;
}

.mi-e-invoicing .trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #444
}

.mi-e-invoicing .trk-overall span {
  float: left;
  width: 100%;
  font-size: 18px;
}

.mi-e-invoicing .ats-subhead {
  font-weight: 800;
  margin-bottom: 5px;
}


.mi-e-invoicing i {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto;
}
.blog-design .news-card {
  margin-bottom: 20px;
  display: block!important;
  border-radius: 15px;
  box-shadow: rgba(0,0,0,.1) 0 4px 6px -1px,rgba(0,0,0,.06) 0 2px 4px -1px;
  border: solid 1px rgba(255,255,255,.25);
  background-color: #fff;
  padding: 0
}

.blog-design img {
  width: 100%;
  border-radius: 10px 10px 0 0
}

.blog-design .post-content {
  width: 100% !important;
  display: block;
  margin-left: 0;
  padding: 15px;
  height: 265px;
}

.entry-meta {
  margin: .5em .2em 0;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
  padding-bottom: 20px
}

.blog-design .entry-meta span.meta-category a {
  font-weight: 600;
  color: #1f3966;
  margin: .5em .2em 0;
  text-transform: uppercase;
  font-size: 13px!important
}

.blog-design .entry-meta span.meta-date a {
  float: right;
  color: #aaa;
  font-weight: 500;
  font-size: 13px!important
}

.blog-design .entry-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5rem;
  float: left;
  width: 100%
}

.blog-design .entry-title a {
  color: #404040
}

.blog-design p {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #323232
}

.blog-design .entry-content a.more-link {
  font-weight: 600;
  width: auto!important;
  font-size: .8125rem!important;
  color: #323232!important;
  text-transform: capitalize
}

.blog-design .entry-content img {
  width: auto
}

.blog-design .news-card a {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px!important
}

a.post-thumbnail-small img {
  height: auto
}

.entry-meta .meta-category {
  font-weight: 600;
  color: #1f3966;
  text-transform: uppercase;
  font-size: 13px!important
}

.post-title-home {
  color: #404040!important;
  line-height: 1.5rem;
  margin: 0 auto;
  font-size: 16px!important;
  text-align: center;
  max-width: 250px
}

a.post-bottom img {
  width: auto
}

/******* Payroll outsourcing new *********/
.mi-fw-900{
  font-weight: 800;
}
.mi-payroll-outsourcing .count-track .mi-text-warning {
  font-size: 40px;
  font-weight: 700;
  margin-right: 20px;
}

.mi-payroll-outsourcing .count-track {
  margin-bottom: 10px;
  background: #FFF8E6;
  padding: 15px;
  border-radius: 10px;
}

.mi-payroll-outsourcing .trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #444
}

.mi-payroll-outsourcing .trk-overall span {
  float: left;
  width: 100%;
  font-size: 18px;
}

.mi-payroll-outsourcing .ats-subhead {
  font-weight: 800;
  margin-bottom: 5px;
}

.dots-framework::before {
  content: "";
  display: block;
  width: 175px;
  height: 105px;
  background: url(../img/icons/dots-top-yellow.svg) no-repeat;
  position: absolute;
  left: -40px;
  top: 17px;
  opacity: 0.5;
}

.dots-framework::after {
  content: "";
  display: block;
  width: 175px;
  height: 105px;
  background: url(../img/icons/dots-bottom-yellow.svg) no-repeat;
  position: absolute;
  bottom: 33px;
  left: 163px;
  opacity: 0.5;
}

.mi-payroll-outsourcing i {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto;
}

.employee-data-management {
  background: url(../img/icons/employee-data-management.png) no-repeat;
}

.integrated-hr-modules {
  background: url(../img/icons/integrated-hr-modules.png) no-repeat;
}

.payroll-administration {
  background: url(../img/icons/payroll-administration.png) no-repeat;
}

.reporting-compliance {
  background: url(../img/icons/reporting-compliance.png) no-repeat;
}

.view-payslip-on-mobile-app {
  background: url(../img/icons/view-payslip-on-mobile-app.png) no-repeat;
}

.mi-payroll-outsourcing-flow .mi-article-item .content ul {
  margin: 10px 0 0;
  list-style: none;
}

.mi-payroll-outsourcing-flow .mi-article-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mi-customer-case-study.table-header-payroll {
  background-color: #39588E;
}

.mi-customer-case-study.table-payroll {
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgb(0 0 0 / 2%);
}



.mi-customer-case-study .customer-case-study-round {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #000;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
}

.mi-customer-case-study  .customer-case-study-round span {
  font-weight: 800;
}

.mi-customer-case-study .customer-case-study {
  margin-bottom: 30px;
}

.mi-customer-case-study .customer-case-study-round {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #38a9e4;
}

.mi-customer-case-study  .customer-case-study-round-text {
  text-align: center;
  font: 18px;
}
.mi-customer-case-study .circle {
  position: relative;
  display: block;
  margin: 10px 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.mi-customer-case-study .circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #FFF2CC;
  content: "";
}

.mi-customer-case-study  .circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mi-customer-case-study .circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.mi-customer-case-study .circle__content {
  display: table-cell;
  padding: 18px;
  vertical-align: middle;
  font-size: 16px;
}

.mi-customer-case-study .circle__content span {
  font-weight: 800;
}    

.mi-payroll-outsourcing-flow .mi-article-item.step1 {
  position: absolute;
  top: -427px;
}

.mi-payroll-outsourcing-flow .mi-article-item.step2 {
  position: absolute;
  top: -268px;
}

.mi-payroll-outsourcing-flow .mi-article-item.step3 {
  position: absolute;
  top: -127px;
}

.mi-payroll-outsourcing-flow .mi-article-item.step4 {
  position: absolute;
  top: 14px;
}

.mi-payroll-outsourcing-flow .mi-article-item.step5 {
  position: absolute;
  top: 156px;
}

.mi-payroll-outsourcing-flow .mi-article-item.step6 {
  position: absolute;
  top: 302px;
}

.mi-outsourcing-content {
  justify-content: flex-end;
}

.mi-appraisal {
  padding: 60px 0 60px 0px;
}

.mi-outsourcing-content img {
  width: 200px;
  justify-content: flex-end;
}

.designated-payroll-outsourcing-team .mi-assured-box {
  padding: 0px 45px;
}

@media (max-width: 991px) {
  .mi-outsourcing-content {
    justify-content: flex-start;
  }

  .circle__content {
    font-size: 22px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item {
    margin-left: 30px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item .content .heading {
    font-size: 14px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item .content ul li {
    font-size: 14px;
  }

}

@media (max-width: 575px) {
  .mi-outsourcing-content {
    justify-content: flex-start;
  }

  .mi-outsourcing-content {
    flex-direction: row;
  }

  .mi-outsourcing-content img {
    width: 120px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item {
    margin-left: 119px;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item .content .heading {
    font-size: 12px;
    margin-bottom: 0;
  }

  .mi-payroll-outsourcing-flow .mi-article-item .content ul {
    margin: 2px 0;
    list-style: auto;
  }

  .mi-payroll-outsourcing-flow .mi-article-item i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: relative;
    top: -5px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item .content ul li {
    font-size: 10px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item.step1 {
    position: absolute;
    top: -495px;
    margin-left: 123px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item.step2 {
    position: absolute;
    top: -406px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item.step3 {
    position: absolute;
    top: -315px;
    margin-left: 123px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item.step4 {
    position: absolute;
    top: -235px;
  }

 .mi-payroll-outsourcing-flow .mi-article-item.step5 {
    position: absolute;
    top: -143px;
    margin-left: 127px;
  }

  .mi-payroll-outsourcing-flow .mi-article-item.step6 {
    position: absolute;
    top: -56px;
  }

  .designated-payroll-outsourcing-team .mi-article-item .content ul li::before {
    display: none;
  }

  .designated-payroll-outsourcing-team .mi-article-item .content {
    padding-left: 6px;
  }

  .designated-payroll-outsourcing-team .mi-assured-box {
    padding: 0px 60px;
  }
  .mi-article-item .content ul li::before {
    top: 1px;
    left: -24px;
}
}
.mi-customer-case-study .table-header-payroll {
  background-color: #39588E;
}
.mi-customer-case-study .table-payroll {
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgb(0 0 0 / 2%);
}
/********* Payroll outsourcing end **********/

/**********site map ****************/
.mi-sitemap .display-4 {
  margin-bottom: 75px;
  }
  .mi-sitemap h5 {
  font-size: 19px;
  color: #323232;
  font-weight: 800;
}
.mi-sitemap ul li a {
  color: #323232;
  line-height: 35px;
  display: inherit;
  font-weight: 600;
}

.mi-sitemap  ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 30px;
  position: relative;
  top: 9px;
  left: -5px;
}
.mi-sitemap .mi-support-box {
  margin: 0 0 80px;
  padding: 40px 70px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
}

.mi-sitemap-banner {
  padding: 60px 0 !important;
}
/***************site map **************/

/***********ATS page ***************/
    .mi-applicant-banner {
      padding: 100px 0!important
  }
  
  .mi-applicant-banner p {
      max-width: 100%!important
  }
  
  .ui-tab-section .tabs-below>.nav-tabs,.ui-tab-section .tabs-left>.nav-tabs {
      border-bottom: 0
  }
  
  .ui-tab-section .nav-tabs {
      border-bottom: 0
  }
  
  .ui-tab-section .pill-content>.pill-pane,.ui-tab-section .tab-content>.tab-pane {
      display: none
  }
  
  .ui-tab-section .pill-content>.active,.ui-tab-section .tab-content>.active {
      display: block;
      min-height: 122px
  }
  
  .ui-tab-section .tabs-below>.nav-tabs {
      border-top: 1px solid #ddd
  }
  
  .ui-tab-section .tabs-below>.nav-tabs>li {
      margin-bottom: 0
  }
  
  .ui-tab-section .tabs-below>.nav-tabs>li>a {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px
  }
  
  .ui-tab-section .tabs-below>.nav-tabs>li>a:focus,.ui-tab-section .tabs-below>.nav-tabs>li>a:hover {
      border-top-color: #ddd;
      border-bottom-color: transparent
  }
  
  .ui-tab-section .tabs-below>.nav-tabs>.active>a,.ui-tab-section .tabs-below>.nav-tabs>.active>a:focus,.ui-tab-section .tabs-below>.nav-tabs>.active>a:hover {
      border-color: transparent #ddd #ddd #ddd
  }
  
  .ui-tab-section .tabs-left>.nav-tabs,.ui-tab-section .tabs-left>.nav-tabs>li,.ui-tab-section .tabs-left>.nav-tabs>li>a {
      float: left;
      width: 100%;
      display: block
  }
  
  .ui-tab-section .tabs-left>.nav-tabs>li {
      list-style: none;
      height: 70px
  }
  
  .ui-tab-section .tabs-left>.nav-tabs>li a:hover {
      text-decoration: none
  }
  
  .ui-tab-section .tabs-left>.nav-tabs>li>a {
      margin-right: -1px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      font-family: 'Nunito Sans';
  }
  
  .ui-tab-section .tabs-left>.nav-tabs>li>a:focus,.ui-tab-section .tabs-left>.nav-tabs>li>a:hover {
      border-color: #eee #ddd #eee #eee
  }
  
  .ui-tab-section .tabs-left>.nav-tabs .active>a,.ui-tab-section .tabs-left>.nav-tabs .active>a:focus,.ui-tab-section .tabs-left>.nav-tabs .active>a:hover {
      border-color: #ddd transparent #ddd #ddd;
      border-right-color: #fff
  }
  
  .ui-tab-section .ui-tab-title {
      font-size: 20px;
      line-height: 24px;
      font-family: Nunito Sans;
      color: #707070;
      cursor: pointer;
  }
  
  .ui-tab-section .ui-tab-title.active {
      font-size: 20px;
      font-family: Nunito Sans;
      font-weight: 700;
      color: #323232
  }
  
  .ui-tab-section .ui-tab-title:hover {
      font-size: 20px;
      font-family: Nunito Sans;
      font-weight: 800;
      color: #323232
  }
  
  .ui-tab-section .track-border {
      margin-top: 15px;
      width: 120px;
      height: 2px;
      border-bottom: 2px solid #f6b719;
      display: inline-block
  }
  
  .ui-headline-track {
      color: #1f3966;
      font-size: 32px!important;
      font-weight: 800;
      font-family: Nunito Sans
  }
  
  .tracking-background {
      background: url(../img/track-background.png);
      background-size: 100% 100%;
      padding: 25px 20px;
      text-align: center
  }
  
  .container .tracking-background p {
      font-size: 18px;
      font-weight: 500;
      color: #000;
      width: 100%;
      margin-bottom: 0!important
  }
  
  .ui-tab-section .tabbable.tabs-left {
      background: #fff;
      padding: 50px 50px;
      border-radius: 5px;
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%)
  }
  
  .count-track .mi-text-warning {
      font-size: 40px;
      font-family: Nunito Sans!important;
      font-weight: 700;
      margin-right: 30px
  }
  
  .count-track {
      margin-bottom: 20px
  }
  
  .trk-overall {
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      color: #444
  }
  
  .trk-overall span {
      float: left;
      width: 100%
  }
  
  .ats-subhead {
      font-weight: 800
  }
  
  .mi-count-col {
      border-right: 1px solid #d8e1ef
  }
  .review-tool-v1 {
    margin-left: auto;
    margin-right: auto;
    width: 185px;
    padding: 12px;
}
  .mi-lable-count {
      font-size: 17px;
      font-weight: 500
  }
  
  .mi-value {
      font-weight: 800!important;
      font-size: 24px
  }
  
  sub {
      bottom: 0;
      font-size: 22px
  }
  .lead{
    font-weight: 500;
  }
  .tab-content{  
    background: #ffffff;
  }
  .tab-content .tab-pane {
      padding: 10px;
      position: relative;
  }
  .tracking-background {
      background: url(../img/track-background.png);
      background-size: 100% 100%;
      padding: 25px 20px;
      text-align: center;
  }
  @media only screen and (max-width: 768px) {
      .ui-tab-section .tab-content .tab-pane {
          padding:20px 0!important
      }
  
      .ui-tab-section .tab-content .tab-pane .lightsbox-pin img {
          width: 100%!important
      }
  }
  
  @media only screen and (max-width: 500px) {
      .ui-tab-section .tabbable.tabs-left {
          padding:50px 20px!important
      }
  
      .ui-tab-section .ui-tab-title {
          font-size: 18px!important
      }
  
      .ui-headline-track {
          font-size: 28px!important;
          margin-bottom: 20px!important
      }
  }
  
  /*********ATS page end ***************/
  .read-lead {
    color: #337ab7;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    cursor: pointer;
    transition: .5s;
  }
  .read-lead img {
    width: 20px;
    margin-top: -4px;
    margin-left: 10px;
  }

  /************e scheduling solftware *************/

  .mi-hrms-feature {
    padding: 100px 0 25px
  }
  
  .mi-hrms-feature .display-4 {
    margin-bottom: 50px
  }
  
  .mi-hrms-list .item {
    margin-bottom: 75px
  }
  
  .mi-hrms-list .item i {
    margin: 0 auto 15px;
    display: block;
    width: 42px;
    height: 42px;
    background-size: 42px
  }
  
  .mi-hrms-list .item h5 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 800
  }
  
  .mi-hrms-list .item h5 a {
    color: #323232
  }
  
  .mi-hrms-list .item h5 a:hover {
    text-decoration: none;
    color: #1f3966
  }
  
  .mi-hrms-list .item p {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #444
  }
  
  .mi-hrms-eschudle-list .item i {
    margin: 0 auto 20px;
    display: block;
    width: 56px;
    height: 56px;
    background-size: contain;
    background-position: center
  }
  
  .mi-hrms-eschudle-list .item i.icon-easily-assign {
    width: 77px;
    height: 60px
  }
  
  .mi-e-scheduling-list .item {
    margin-bottom: 75px
  }
  
  .mi-e-scheduling-list .item i {
    margin: 0 auto 20px;
    display: block;
    width: 56px;
    height: 56px;
    background-size: contain;
    background-position: center
  }
  
  .mi-e-scheduling-list .item h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800
  }
  
  .mi-e-scheduling-list .item h5 a {
    color: #323232
  }
  
  .mi-e-scheduling-list .item h5 a:hover {
    text-decoration: none;
    color: #1f3966
  }
  
  .mi-e-scheduling-list .item p {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #444
  }
  .mi-escheduling-box {
    padding: 25px 0
  }
  
  .mi-escheduling-box i {
    margin: 0 auto 10px;
    background-position: center;
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px;
    border: 3px solid #d1def2;
    padding: 50px 50px;
    border-radius: 60px
  }
  
  .mi-escheduling-box h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 800
  }
  @media only screen and (max-width: 768px) {
    .mi-escheduling-box {
        padding:0!important
    }
  
    .mi-award .indursty-icon {
        width: 50%;
        margin: 10px 0
    }
  }
  /************** e schduling ***************/
  /*****************success stoires****************/

.mi-office-videos::after {
  content: "";
  display: block;
  width: 174px;
  height: 33px;
  background: url(../img/icons/dotted-line-5.svg) repeat;
  background-size: 174px 33px;
  position: absolute;
  top: -25px;
  right: 10px;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg)
}

.mi-office-videos .display-4 {
  margin-bottom: 80px
}

.mi-office-video-wrapper {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mi-office-video-wrapper .item {
  margin: 0 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center
}

.mi-office-video-wrapper .item .video {
  margin: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-top: 30%;
  border: 1px solid #ddd
}

.mi-office-video-wrapper .item .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mi-office-video-wrapper .item .description {
  padding-left: 50px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.mi-office-video-wrapper .item h4 {
  margin: 0 0 50px;
  font-size: 36px;
  font-family: Nunito Sans!important;
  font-weight: 600;
  position: relative
}

.mi-office-video-wrapper .item h4::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background: url(../img/icons/dotted-line-7.svg) no-repeat;
  background-size: 180px 3px;
  position: absolute;
  left: 0;
  bottom: -17px
}

.mi-office-video-wrapper .item .lead {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #f6b719;
  font-style: italic
}

.mi-office-video-wrapper .item p {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #444;
  font-weight: 500
}

.mi-office-video-wrapper .item:last-child {
  margin: 0
}

@media (max-width: 991px) {
  .mi-office-video-wrapper {
    display: block;
    margin: 0
}

.mi-office-video-wrapper .item {
    flex-direction: column
}

.mi-office-video-wrapper .item .video {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 60%;
    margin: 0 0 20px
}

.mi-office-video-wrapper .item .description {
    padding-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}
.mi-office-video-wrapper .item h4 {
  font-size: 28px;
}
.mi-office-video-wrapper .item p {
  font-size: 18px;
  font-weight: 500;
}
}

/*****************success stoires****************/


/*****************payroll Outsourcing****************/
.mi-payroll-software-features-wrapper {
  margin: 0 12px 35px 0;
  padding: 0;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border: solid 1px #f6f8fb;
  background-color: #fff;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-payroll-software-features-wrapper .card {
  border: none;
  border-radius: 0;
  background-color: #ffffff00
}

.payroll-software-features-body {
  display: block!important
}

.hk-border-right {
  border-left: 1px solid #c4c4c4;
  padding-left: 66px;
  display: block;
  position: relative;
  right: 70px
}

.mi-payroll-software-features-wrapper .card .icon-bg {
  margin: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: 70px;
  border-radius: 100%;
  position: relative
}

.mi-payroll-software-features-wrapper .card .icon-bg i {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.mi-payroll-software-features-wrapper .card h5 {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #323232
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0
}

.mi-payroll-software-features-wrapper .card.payroll-software-features-body ul li {
  margin: 0 0 27px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative
}

.mi-payroll-software-features-wrapper .card.payroll-software-features-body ul li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  top: -3px;
  left: -10px
}

.mi-payroll-software-features-wrapper .card {
  padding: 30px 40px 5px 40px
}

.mi-payroll-software-features-wrapper .row {
  background-color: #fff
}
.mi-payroll-software-list .item{
  padding: 20px;
    border-radius: 20px;
    /* box-shadow: 5px 6px 9px 1px rgb(0 0 0 / 8%); */
    box-shadow: 3.83px 3.83px 4.79px 0px #00000040;
}
.mi-payroll-software-list .item i {
  margin: 0 auto 15px;
  display: block;
  width: 65px;
  height: 60px;
  background-size: 65px;
}

@media (max-width: 991px) {
  .mi-payroll-software-features-wrapper .card {
      padding:25px 10px 5px 18px
  }

  .mi-payroll-software-features-wrapper {
      margin: 0 5px 35px 0
  }
}
.mi-payroll-software-list .mi-slider-up {
  position: relative;
  width: 100%;
  height: 240px;
  box-shadow: 3.83px 3.83px 4.79px 0px #00000040;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  padding: 20px;
  margin-bottom: 75px;
  text-align: center;
}

.mi-payroll-software-list .mi-slider-up:hover {
  background: #1F3966;
  color: #FFF !important;
  padding: 20px;
}

.mi-payroll-software-list .mi-slider-up .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.mi-payroll-software-list .mi-slider-up:hover .content {
  transform: translateY(-20px);
  font-size: 17px !important;
}

.mi-payroll-software-list .mi-slider-up .content .card-image {
  position: relative;
  width: 75px !important;
  height: 75px !important;
  overflow: hidden;
}

.mi-payroll-software-list .mi-slider-up .content .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mi-payroll-software-list .mi-slider-up:hover .content .contentBx h5 {
  font-size: 15px !important;
}
.mi-payroll-software-list .mi-slider-up .content .contentBx h5 {
  margin-top: 15px;
  margin-bottom: 35px !important;
  font-size: 20px;
  font-weight: 800;
}
.mi-payroll-software-list .mi-slider-up .sci {
  position: absolute;
    bottom: 25px;
    display: flex;
    text-align: center;
    margin: 0 6px;
    transform: translateY(40px);
    transition: 0.4s;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
}

.mi-payroll-software-list .mi-slider-up:hover .sci {
  transform: translateY(0px);
  opacity: 1;
}

.mi-payroll-software-list .card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.mi-payroll-software-list .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mi-payroll-software-list .mi-slider-up:hover .imgBx-1 img {
  opacity: 0;
}

.mi-payroll-software-list .mi-slider-up:hover .imgBx-1 {
  background-image: url('../img/icons/payslip-access-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-2 img {
  opacity: 0;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-2 {
  background-image: url('../img/icons/automated-statutory-compliance-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-3 img {
  opacity: 0;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-3 {
  background-image: url('../img/icons/effortless-income-tax-filing-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-4 img {
  opacity: 0;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-4 {
  background-image: url('../img/icons/detailed-payroll-reporting-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-5 img {
  opacity: 0;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-5 {
  background-image: url('../img/icons/concurrent-multi-user-access-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-6 img {
  opacity: 0;
}
.mi-payroll-software-list .mi-slider-up:hover .imgBx-6 {
  background-image: url('../img/icons/free-third-party-yellow.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
@media (max-width: 991px) {
  .mi-payroll-software-list .mi-slider-up .sci {
    bottom: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .mi-payroll-software-list .mi-slider-up {
    height: 300px;
}
.mi-payroll-software-list .mi-slider-up .content .contentBx h5 {
margin-bottom: 20px !important;
}
.mi-payroll-software-list .mi-slider-up:hover .content .contentBx h5 {
  font-size: 14px;
}
.mi-payroll-software-list .mi-slider-up .sci {
  bottom: 25px !important;
  font-size: 14px;
}
}
@media (max-width: 767px) {
.mi-payroll-software-list .mi-slider-up {
    height: 260px;
}
.mi-payroll-software-list .mi-slider-up .content .contentBx h5 {
margin-bottom: 5px !important;  
  }
 
}
@media only screen and (max-width: 500px) {
  .mi-payroll-software-list .mi-slider-up .sci {
    bottom: 5px;
    font-size: 14px;
  }
}
/*****************payroll Outsourcing****************/

/*****************LMS****************/
.fw-700{
  font-weight: 700;
}
.mi-benefits-lms .item{
  /* box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25); */
  /* height: 409px;
  width: 520px; */
  border-radius: 35px;
  margin-bottom: 50px;
}
.mi-benefits-lms .item{
  padding: 20px;
    border-radius: 20px;
    /* box-shadow: 5px 6px 9px 1px rgb(0 0 0 / 8%); */
    box-shadow: 3.83px 3.83px 4.79px 0px #00000040;
}
.mi-benefits-lms .item i {
  margin: 0 auto 15px;
  display: block;
  width: 65px;
  height: 60px;
  background-size: 65px;
}


.mi-benefits-lms .mi-slider-up {
  position: relative;
  width: 100%;
  height: 240px;
  box-shadow: 3.83px 3.83px 4.79px 0px #00000014;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(1px); */
  padding: 15px;
  margin-bottom: 75px;
  text-align: center;
  background: #FFF;
}

.mi-benefits-lms .mi-slider-up:hover {
  background: #1F3966;
  color: #FFF !important;
  padding: 20px;
}

.mi-benefits-lms .mi-slider-up .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.mi-benefits-lms .mi-slider-up:hover .content {
  transform: translateY(-60px);
  font-size: 17px !important;
}

.mi-benefits-lms .mi-slider-up .content .card-image {
  position: relative;
  width: 75px !important;
  height: 75px !important;
  overflow: hidden;
}

.mi-benefits-lms .mi-slider-up .content .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mi-benefits-lms .mi-slider-up:hover .content .contentBx h5 {
  font-size: 15px !important;
}
.mi-benefits-lms .mi-slider-up .content .contentBx h5 {
  margin-top: 15px;
  margin-bottom: 35px !important;
  font-size: 20px;
  font-weight: 800;
}
.mi-benefits-lms .mi-slider-up .sci {
  position: absolute;
    bottom: 25px;
    display: flex;
    text-align: center;
    margin: 0 6px;
    transform: translateY(40px);
    transition: 0.4s;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
}

.mi-benefits-lms .mi-slider-up:hover .sci {
  transform: translateY(0px);
  opacity: 1;
}

.mi-benefits-lms .card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.mi-benefits-lms .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-1 img {
  opacity: 0;
}
.mi-e-scheduling-list .item {
  height: auto;
  width: 100%;
  border-radius: 35px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 20px;
}
.mi-lms-card-section .mi-e-scheduling-list .item {
  background: #F6F8FB;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25);
  height: auto;
  width: 100%;
  border-radius: 35px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 20px;
}
.mi-e-scheduling-list::before {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 60%;
  width: 100%;
  height: 100%;
  background-image: url(../img/branding-infotech-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mi-infotech-lms-card-1::before{
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding:40px;
  border-radius: 10px;
}
.mi-infotech-lms-card-2::before{
  content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/lms-card-group-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-radius: 10px;
}
.mi-infotech-lms-card-3::before{
  content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/lms-card-group-3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-radius: 10px;
}
.mi-infotech-lms-card-4::before{
  content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/lms-card-group-4.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-radius: 10px;
}
.mi-infotech-lms-card-5::before{
  content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/lms-card-group-5.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-radius: 10px;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-1 {
  background-image: url('../img/icons/scalability-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-2 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-2 {
  background-image: url('../img/icons/cost-effectiveness-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-3 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-3 {
  background-image: url('../img/icons/consistency-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-4 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-4 {
  background-image: url('../img/icons/centralized-learning-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-5 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-5 {
  background-image: url('../img/icons/flexibility-accessibility-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-6 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-6 {
  background-image: url('../img/icons/enhanced-tracking-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-7 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-7 {
  background-image: url('../img/icons/improved-engagement-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-8 img {
  opacity: 0;
}
.mi-benefits-lms .mi-slider-up:hover .imgBx-8 {
  background-image: url('../img/icons/faster-updates-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}
.mi-lms-features .item i {
  display: block !important;
  width: 100% !important;
  height: 100px !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 100% !important;
  left: 100% !important;
  transform: translate(-100%, -90%) !important;
}
.mi-lms-features .item span {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
  background: #ffffff00;
}
.mi-assured-list .item span {
  margin: 0 auto 20px;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background-color: #fff;
  border-radius: 100%;
}
.mi-lms-features {
  background-color: #f6f8fb !important;
}
.mi-lms-features .item span {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
  background: #ffffff00;
}
@media (max-width: 991px) {
  .mi-benefits-lms .mi-slider-up .sci {
    bottom: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .mi-benefits-lms .mi-slider-up {
    height: 280px;
}
.mi-benefits-lms .mi-slider-up .content .contentBx h5 {
margin-bottom: 5px !important;
}
.mi-benefits-lms .mi-slider-up:hover .content .contentBx h5 {
  font-size: 14px;
}
.mi-benefits-lms .mi-slider-up .sci {
  bottom: 38px;
  font-size: 14px;
}
}
@media (max-width: 767px) {
.mi-benefits-lms .mi-slider-up {
  height: 270px;
  width: 300px;
  margin: auto;
  margin-bottom: 30px;
}
.mi-benefits-lms .mi-slider-up .content .contentBx h5 {
margin-bottom: 5px !important;  
  }
  .mi-infotech-lms-card-1::before{
    display: none;
     }

}
/*****************LMS****************/
/**************Mobile attendance************/
.mi-mobile-attendance .mi-banner-content {
  width: calc(100% - 450px);
}

.mi-mobile-attendance .mi-banner-img img {
  width: 400px;
}

.mi-mobile-app-marious-modes {
  padding: 80px 0px 20px 0px;
}

.mi-certificates .item {
  margin-bottom: 20px;
}


.mi-mobile-app-features {
  padding: 80px 0 20px;
}

.mi-mobile-app-features .item {
  margin-bottom: 40px;
}

.mi-mobile-attendance-benefits .container {
  box-shadow: rgba(0, 0, 0, 0.25) 6px 5px 8px;
  /* max-width: 1203px; */
  margin-top: 50px;
  background: linear-gradient(to right, rgb(0, 92, 201), rgb(29, 59, 107));
  border-radius: 16px;
  padding: 32px 50px 50px;
}
.contact-section::before {
  content: "";
  display: inline-block  !important;
  width: 200px;
  height: 100px;
  background: url(../img/icons/before.png) no-repeat;
  background-size: 194px 95px;
  position: absolute;
  right: calc(100% - 25%);
  top: 0;
}
.mi-contact-form-card::after {
  content: "";
  display: inline-block !important;
  width: 222px;
  height: 137px;
  background: url(../img/icons/after.png) no-repeat;
  background-size: 215px 60px;
  position: absolute;
  top: -52px;
  right: calc(100% - 100%);
}
.mi-mobile-attendance-benefits .count-track .mi-text-warning {
  font-size: 18px;
  font-family: Nunito Sans !important;
  font-weight: 700;
  margin-right: 30px
}

.mi-mobile-attendance-benefits .count-track {
  margin-bottom: 35px;
}

.mi-mobile-attendance-benefits .trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #444
}

.mi-mobile-attendance-benefits .trk-overall span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
}

.mi-mobile-attendance-benefits .ats-subhead {
  font-weight: 700;
}

.mi-mobile-attendance-benefits .count-track img {
  width: 15px;
  height: auto;
}

.book-a-demo-button {
  padding: 11px 38px;
  box-shadow: 0px 0px 11px #00000040;
  background: #F6B718;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.book-a-demo-button:hover {
  color: #ffffff;
}

.mi-contact-form-card{
  padding: 40px
}

.contact-section input[type="text"] {
  background-color: #E3EEFF;
  border: 1px solid #E7E7E7;
  color: #000000;
  font-size: 16px;
  border-radius: 6px;
  height: 50px;
  width: 100% !important;
  padding: 10px;
}

.contact-section input[type="number"] {
  background-color: #E3EEFF;
  border: 1px solid #E7E7E7;
  color: #000000;
  font-size: 16px;
  border-radius: 6px;
  height: 50px;
  width: 100% !important;
  padding: 10px;
}

.contact-section textarea {
  background-color: #E3EEFF !important;
  color: #000000;
  font-size: 16px;
  border-radius: 6px;
  width: 100% !important;
  padding: 10px;
}

.contact-heading {
  font-size: 32px !important;
  color: #1F3966 !important;
  line-height: 1.3 !important;
  margin-bottom: 40px;
  font-weight: 700;
}

.contact-form {
  /* max-width: 950px; */
  max-width: 1165px;
  width: 100%;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 16px;
  background-color: #fff !important;
  /* padding: 40px; */
  /* margin-bottom: -70px; */
  position: relative;
  
}

.contact-form label.error {
  color: #d9534f !important;
}
label.error {
    font-size: 0.9em !important;
    margin: 5px 0 0 0;
    color: #d9534f !important;
}
.mi-form-img{ 
  background-image: url("../img/side-form.webp");
  background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.mi-contact-form-card{
  padding-left: 40px;
  border-left: 1px solid #e9e8e7;
}
#gotoTop {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #888;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

#gotoTop i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
  background-size: 24px!important
}

#gotoTop.show {
  opacity: 1;
  visibility: visible
}

.icon-arrow-up {
  background: url(../img/icons/arrow-up.svg) no-repeat!important
}

@media (min-width: 1200px) {

  .mi-mobile-attendance .container,
  .mi-mobile-attendance .container-lg,
  .mi-mobile-attendance .container-md,
  .mi-mobile-attendance .container-sm,
  .mi-mobile-attendance .container-xl {
    max-width: 1165px;
  }
}

@media (max-width: 991px) {
  .mi-mobile-attendance .mi-banner-gradient {
    background: linear-gradient(180deg, rgba(24, 56, 102, 1) 55%, rgba(162, 174, 194, 1) 88%, rgba(245, 247, 250, 1) 100%);
  }

  .mi-mobile-attendance .mi-banner-content {
    width: 100%;
  }
  .contact-section::before {
    display: none !important;
  }
  .mi-contact-form-card::after {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .mi-mobile-attendance .mi-banner-img img {
    width: 250px;
  }

  .mi-mobile-attendance-benefits .container {
    padding: 32px 23px 42px;
  }

  .mi-mobile-attendance-benefits .count-track img {
    width: 10px;
  }

  .mi-mobile-attendance-benefits .trk-overall span {
    font-size: 18px;
    padding-left: 20px;
  }

  .mi-mobile-attendance-benefits .contact-heading {
    font-size: 26px !important;
  }

  .mi-footer .mi-enquire .btn {
    font-size: 20px;
    width: 165px !important;
    height: 50px;
    font-weight: 500;
  }
  
}

.mi-home-business-logos .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important
}

.mi-home-business-logos .slick-list {
  padding: 0 !important;
  overflow: hidden;
}

.mi-home-business-logos .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center
}

.mi-home-business-logos .slick-slide .inner {
  margin: 0 20px
}

.mi-home-business-logos .mi-cient-logos .slick-slide img {
  margin: 0 0 45px;
  width: 130px;
  height: 65px;
  object-fit: contain;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border-radius: 8px;
  padding: 10px
}

.mi-home-business-logos .mi-cient-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.contact-section input {
  padding: 0;
  border: none;
  background-color: #e3eeff00 !important;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px !important;
  border: solid 1px #d1d1d1;
  height: 50px !important;
  width: 100% !important;
}

.contact-section input.form-check-input {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #cdcdcd !important;
  cursor: auto !important;
}

.contact-section textarea {
  padding: 0;
  border: none;
  background-color: #e3eeff00 !important;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px !important;
  border: solid 1px #d1d1d1;
  width: 100% !important;
  height: 80px;
  cursor: auto !important;
}

.contact-section .label-top {
  position: absolute;
  top: 3px;
  left: 25px;
  transition: .2s;
  font-size: 15px !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
  color: #c4c4c4 !important;
  cursor: auto !important
}

.contact-section .intro label.label-top {
  top: -22px !important;
  background: #fff;
  transition: .2s;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  color: #344767 !important;
  font-size: 15px;
  font-weight: 700;
  cursor: auto !important
}

.contact-section .intro input {
  border-radius: 4px;
  border: solid 1px #344767 !important;
  padding-left: 20px;
  padding-top: 10px;
  cursor: auto !important
}

.contact-section .intro textarea {
  border-radius: 4px;
  border: solid 1px #344767 !important;
  padding-left: 20px;
  padding-top: 20px;
  cursor: auto !important
}

.contact-section input:focus,
.contact-section input:hover {
  border: 1px solid #000
}

.contact-section input:focus+label,
.contact-section input:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.contact-section textarea:focus+label,
.contact-section textarea:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.contact-section .required:after {
  content: " *";
  color: red
}

.contact-section .intro .required::after {
  display: none
}

.contact-section .adderror {
  border: 1px solid red !important;
  margin-bottom: 0px !important;
}
.modal-body {
  padding: 25px 25px;
}
.modal-header {
  padding: 15px 25px;
}
.mi-contact-form-info label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #c4c4c4
}

.mi-contact-form-info input {
  padding: 0;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px!important;
  border: solid 1px #d1d1d1;
  height: 50px!important;
  width: 100%!important
}

.mi-contact-form-info textarea {
  padding: 0;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px!important;
  border: solid 1px #d1d1d1;
  width: 100%!important;
  height: 55px;
  cursor: auto!important
}

.mi-contact-form-info input:focus,.mi-contact-form-info textarea:focus {
  outline: 0;
  border: none;
  border: 1px solid #1f3966;
  box-shadow: none;
  cursor: auto!important
}
.mi-contact-form-info select {
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
  height: 50px !important;
  width: 100% !important;
}
.mi-contact-form-info option {
  padding: 20px;
}
.mi-contact-form-info input.form-check-input {
  width: 25px!important;
  height: 25px!important;
  border: 1px solid #cdcdcd!important;
  cursor: auto!important
}

.mi-contact-form-info .form-check-label {
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: auto!important
}

.mi-contact-form-info .form-check-label a {
  color: #0086f0;
  text-decoration: underline
}
.mi-contact-form-info .label-top {
  position: absolute;
  top: 3px;
  left: 25px;
  transition: .2s;
  font-size: 15px!important;
  padding-left: 10px!important;
  padding-top: 10px!important;
  color: #c4c4c4!important;
  cursor: auto!important
}

.mi-contact-form-info .intro label.label-top {
  top: -22px!important;
  background: #fff;
  transition: .2s;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  color: #344767!important;
  font-size: 15px;
  font-weight: 700;
  cursor: auto!important
}

.mi-contact-form-info .intro input {
  border-radius: 4px;
  border: solid 1px #344767!important;
  padding-left: 20px;
  padding-top: 10px;
  cursor: auto!important
}

.mi-contact-form-info .intro textarea {
  border-radius: 4px;
  border: solid 1px #344767!important;
  padding-left: 20px;
  padding-top: 20px;
  cursor: auto!important
}

.mi-contact-form-info input:focus,.mi-contact-form-info input:hover {
  border: 1px solid #000
}

.mi-contact-form-info input:focus+label,.mi-contact-form-info input:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info textarea:focus+label,.mi-contact-form-info textarea:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info .required:after {
  content: " *";
  color: red
}
.mi-contact-form-info .intro textarea {
  border-radius: 4px;
  border: solid 1px #344767 !important;
  padding-left: 20px;
  padding-top: 20px;
  cursor: auto !important;
}
.mi-contact-form-info .intro .required::after {
  display: none
}
@media (min-width: 768px) {
  .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 40px;
    width: 160px;
    height: 85px;
    object-fit: contain
  }

  .mi-home-business-logos .slick-slide .inner {
    margin: 0 15px
  }
  .mi-contact-form-card {
    padding: 20px;
    border-left: 0px solid #e9e8e7;
}

}

@media (max-width: 575px) {
  
  .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 20px;
    width: 85px;
    height: 55px;
    object-fit: contain;
  }

  .mi-home-business-logos .slick-slide .inner {
    margin: 0 10px
  }

  .contact-form {
    padding: 25px;
    padding-top: 40px;
  }
  .mi-contact-form-card {
    padding: 20px;
    border-left: 0px solid #e9e8e7;
}

}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }
  .mi-contact-form-card {
    padding: 50px;
    border-left: 0px solid #e9e8e7;
}

}
/**************Mobile attendance************/
/*************Payroll software*************/
.mi-payroll-software-use .item 
  {
    margin-bottom: 75px;
    box-shadow: 3.83px 3.83px 4.79px 0px #00000040;
    background: #FFF;
    box-shadow: rgb(0 0 0 / 8%) 6px 5px 8px;
    border-radius: 16px;
    padding: 32px 50px 50px;
    height: 290px;
}
.mi-payroll-software-use .item h5 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
  margin-top: 15px;
}
.mi-payroll-software-use .item img{
  width: 75px !important;
  height: 75px !important;
}
.mi-mobile-attendance-benefits .mi-article-item i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-size: 15px;
  position: relative;
  top: 3px;
}
.mi-mobile-attendance-benefits .mi-article-item {
  margin-bottom: 15px;
}
.mi-mobile-attendance-benefits .mi-article-item .content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
  font-weight: 400;
}
.mi-mobile-attendance-benefits .mi-article-item .content .heading {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}
.icon-bullet {
  background: url(../img/icons/bullet-icon.svg) no-repeat
}
.mi-payroll-key-features {
  padding: 100px 0!important
}

.mi-payroll-key-features .img-adjust {
  width: 100%;
  height: auto;
  margin: auto
}

.mi-payroll-key-features .img-adjust img {
  border-radius: 20px
}

.mi-payroll-key-features .item a {
  border-bottom: 0 solid
}

.mi-payroll-key-features .item h5 {
  position: relative
}

.mi-payroll-key-features .item h5:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 4px solid #f6b719;
  padding: 0 0 5px;
  position: relative;
  top: -5px;
  display: none
}
.mi-payroll-key-features .item p {
  margin-bottom: 0;
  font-size: 18px;
  color: #444;
  font-weight: 500;
  padding-left: 40px
}

.mi-payroll-key-features .item h5 {
  position: relative;
    font-size: 18px;
    font-weight: 800;
    padding-left: 40px;
    margin-bottom: 2px;
}

.mi-payroll-key-features .item i {
  margin: 0 auto 15px;
  display: flex;
  width: 26px;
  height: 26px;
  background-size: 26px;
  position: absolute;
  left: 0
}
.mi-payroll-key-features h5 {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #323232;
}
@media(max-width: 768px) {
  .mi-payroll-key-features .item {
      width:100%;
      margin-left: 0!important
  }

  .mi-payroll-key-features .img-adjust {
      width: 100%;
      height: auto;
      margin: auto;
      margin-top: 50px
  }
}
@media (min-width: 768px) {
.mi-payroll-software-use .item {
    padding: 32px 26px 50px;
    height: 310px;
}
}
/*************Payroll software*************/
.mi-hrms-employee-records{
  width: 525px;
  margin: 0px 30px 0px 30px;
}