@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  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;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-8 {
  border-radius: 8px;
}

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

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

.navbar-brand img {
  width: 110px;
  height: 100%;
}

.navbar-toggler-icon {
  width: 35px;
  height: 25px;
  position: relative;
  top: 1px;
  border-bottom: 2px solid #000;
  transition: all 0.3s 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 0.3s linear;
}

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

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

.navigation-wrap {
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
}

.navigation-wrap .container {
  max-width: 1440px;
}

.navbar {
  padding: 0;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 0.3s linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 0.3s linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  transition: all 0.2s linear;
}

.nav-link {
  position: relative;
}

.nav-item {
  position: relative;
  transition: all 0.2s linear;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.2s linear;
}

.navbar-nav .nav-link {
  padding: 28px 22px !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: 128px;
  height: auto;
  border-radius: 3px;
  font-size: 15px;
  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: 0 32px 0 0;
}

.mi-more-items {
  min-width: 325px;
}

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

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

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

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

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

.navbar-nav .dropdown-menu {
  padding-top: 25px;
  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% - 405px); */
  /* padding: 20px 0; */
  width: calc(100% - 470px);
}

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

.mi-home-banner .mi-banner-img img {
  /* width: 405px;
  position: relative;
  right: -45px; */
  width: 450px;
  position: relative;
  right: -45px;
}
.mi-payroll-banner .mi-banner-content{
  width: calc(100% - 500px);
}
.mi-payroll-banner .mi-banner-img img {
  width: 100% !important;
}
.mi-payroll-banner .mi-banner-img {
  margin: 0;
  width: 560px;
  position: absolute;
  left: 620px;
  margin: 0;
}
.mi-appraisal-banner .mi-banner-content{
  width: calc(100% - 500px);
}
.mi-appraisal-banner .mi-banner-img img {
  width: 100% !important;
}
.mi-appraisal-banner .mi-banner-img {
  margin: 0;
  width: 575px;
  position: absolute;
  left: 650px;
  margin: 0;
}
.mi-hr-software-banner .mi-banner-content{
  width: calc(100% - 475px);
}
.mi-hr-software-banner .mi-banner-img img {
  width: 100% !important;
}
.mi-hr-software-banner .mi-banner-img {
  margin: 0;
  width: 575px;
  position: absolute;
  left: 650px;
  margin: 0;
}
.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: none;
  height: 100%;
  transition: transform 0.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;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 500px;
  margin: auto;
}

.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;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.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;
}

.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;
}

.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;
  font-weight: 500;
  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: 600;
}

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

.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: -2px;
  left: -5px;
}

.venndiagram img {
  width: 100%;
}

.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: -63px;
}

.venndiagram-box .left ul li:nth-child(2) {
  top: 0px;
  right: 15px;
}

.venndiagram-box .left ul li:nth-child(3) {
  top: 20px;
  right: -15px;
}

.venndiagram-box .left ul li:nth-child(4) {
  top: 35px;
  right: -61px;
}

.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: -9px;
  left: -55px;
}

.venndiagram-box .right ul li:nth-child(2) {
  top: 10px;
  left: 8px;
}

.venndiagram-box .right ul li:nth-child(3) {
  top: 32px;
  left: -18px;
}

.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: 7px;
}

.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: 16px;
  font-weight: 700;
  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 {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.venndiagram-bg .diagram-payroll a {
  right: 30%;
  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%;
}

#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;
}

.hrms-software-process {
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vendigram-wrapper {
  margin: 90px auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 480px;
  width: 100%;
}

.venndiagram-img {
  width: 100%;
  margin: auto;
}

.vendigran-steps-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.vendigran-steps-container .step {
  position: absolute;
}

.vendigram-wrapper .vendigran-steps-container p {
  font-size: 16px;
  font-weight: 800;
}

.vendigram-wrapper .vendigran-steps-container p span {
  color: #000;
}

.vendigran-steps-container img {
  display: block;
  width: 50px;
  height: 50px;
}

.vendigran-steps-container .step-1 {
  top: 49px;
  left: -186px;
}

.vendigran-steps-container .step-2 {
  top: 212px;
  left: -148px;
}

.vendigran-steps-container .step-3 {
  top: 353px;
  left: -66px;
}

.vendigran-steps-container .step-4 {
  top: 405px;
  left: 230px;
}

.vendigran-steps-container .step-5 {
  top: 349px;
  right: -121px;
}

.vendigran-steps-container .step-6 {
  top: 219px;
  right: -179px;

}

.vendigran-steps-container .step-7 {
  top: 48px;
  right: -208px;


}

.vendigran-steps-container .step-onboarding {
  top: -48px;
  left: 38px;
  background: #ffccf3;
  padding: 12px;
  color: #1f3966;
  border-radius: 5px;
  width: 140px;
  text-align: center;
}

.vendigran-steps-container .step-offboarding {
  top: -48px;
  right: 38px;
  background: #ffef7382;
  padding: 12px;
  color: #1f3966;
  border-radius: 5px;
  width: 140px;
  text-align: center;
}

.vendigran-steps-container .claims-management {
  margin-left: -48px;
}

.vendigram-wrapper .vendigran-steps-container p a:hover {
  text-decoration: none;
}

@media(max-width: 619.98px) {
  .vendigram-wrapper {
    max-width: 200px !important;
  }

  .vendigram-wrapper .vendigran-steps-container p {
    font-size: 10px !important;
  }

  .vendigran-steps-container .step-offboarding {
    top: -22px !important;
    right: 18px !important;
    padding: 4px !important;
    border-radius: 5px !important;
    width: 71px !important;

  }

  .vendigran-steps-container .step-onboarding {
    top: -21px !important;
    right: 38px !important;
    padding: 4px !important;
    border-radius: 5px !important;
    width: 71px !important;
  }

  .vendigran-steps-container img {
    display: block;
    width: 25px;
    height: 25px;
  }

  .vendigran-steps-container .step-1 {
    top: 20px !important;
    left: -135px !important;
  }

  .vendigran-steps-container .step-2 {
    top: 84px !important;
        left: -103px !important;
  }

  .vendigran-steps-container .step-3 {
    top: 143px !important;
        left: -72px !important;
  }

  .vendigran-steps-container .step-4 {
    top: 167px !important;
    left: 98px !important;
  }

  .vendigran-steps-container .step-5 {
    top: 140px !important;
    right: -105px !important;
  }

  .vendigran-steps-container .step-6 {
    top: 90px !important;
    right: -120px !important;
  }

  .vendigran-steps-container .step-7 {
    top: 17px !important;
    right: -146px !important;
  }

  .vendigran-steps-container .claims-management {
    margin-left: -34px;
  }

  /* .mi-wsq-tab::after {
    bottom: 4% !important;
    left: 24px !important;
  } */
  .mi-wsq-banner .mi-banner-content {
    width: calc(100% - 20px) !important;
  }

  .mi-wsq-banner .mi-banner-img img {
    width: 320px !important;
  }

  .overview-img .wsq-img {
    width: 350px !important;
  }

  .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: 10px 20px 10px 0px !important;
  }

  .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) {
  .mi-oneapp-img {
    width: 600px !important;
  }

  .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;
    margin: 15px 20px 15px 0;
  }

  .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: 40px;
    height: 40px;
    background-size: 64px;
  }

  .venndiagram-box ul li a span,
  .venndiagram-box ul li span {
    font-family: Nunito Sans;
    font-size: 14px;
  }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
  .overview-img .wsq-img {
    width: 500px !important;
  }

  .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: -220px;
  }

  .venndiagram-box .left ul li:nth-child(2) {
    top: -20px;
    right: -160px;
  }

  .venndiagram-box .left ul li:nth-child(3) {
    top: 5px;
    right: -160px;
  }

  .venndiagram-box .left ul li:nth-child(4) {
    top: 20px;
    right: -220px;
  }

  .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: -110px;
  }

  .venndiagram-box .right ul li:nth-child(2) {
    top: -10px;
    left: -85px;
  }

  .venndiagram-box .right ul li:nth-child(3) {
    top: 12px;
    left: -100px;
  }

  .venndiagram-box .right ul li:nth-child(4) {
    top: 12px;
    left: -100px;
  }

  .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;
  }

  .venndiagram-box ul li a span,
  .venndiagram-box ul li span {
    font-family: Nunito Sans;
    font-size: 14px;
  }

  .venndiagram-box .softwares.left li a span {
    text-align: right;
  }
}

@media(min-width: 1200px) and (max-width: 1439.98px) {
  /* .mi-hr-software .mi-banner-img {
    position: absolute;
    right: 3% !important;
    width: 410px;
  }

  .mi-hr-software .mi-banner-content {
    width: calc(100% - 406px);
  } */

  .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: -15px;
    right: -225px;
  }

  .venndiagram-box .left ul li:nth-child(2) {
    top: -5px;
    right: -165px;
  }

  .venndiagram-box .left ul li:nth-child(3) {
    top: 6px;
    right: -165px;
  }

  .venndiagram-box .left ul li:nth-child(4) {
    top: 18px;
    right: -200px;
  }

  .venndiagram-box .left ul li:nth-child(5) {
    top: 23px;
    right: -65px;
  }

  .venndiagram-box .left ul li:nth-child(6) {
    top: 10px;
    right: -200px;
  }

  .venndiagram-box .right ul li:nth-child(1) {
    top: -15px;
    left: -115px;
  }

  .venndiagram-box .right ul li:nth-child(2) {
    top: -5px;
    left: -85px;
  }

  .venndiagram-box .right ul li:nth-child(3) {
    top: 18px;
    left: -105px;
  }

  .venndiagram-box .right ul li:nth-child(4) {
    top: 18px;
    left: -105px;
  }

  .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;
  }

  .venndiagram-box .softwares.left li a span {
    margin-right: 7px;
    text-align: right;
  }
}

/* For Blog Css */
.mi-blog .card-head {
  font-size: 24px;
  font-weight: 600;
  font-family: Nunito Sans;
}

.mi-blog .by-author {
  font-size: 18px;
  color: #416eae;
  font-weight: 500;
}

.mi-all-blogs .all-post {
  font-size: 32px;
  font-weight: 700;
  font-family: Nunito Sans;
}

.mi-all-blogs a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  font-family: Nunito Sans;
}

.mi-blog-inner {
  padding-top: 60px !important;
}

.mi-blog-inner h1 {
  font-size: 42px;
  font-family: Nunito Sans;
  font-weight: 600;
}


.mi-blog-inner .mi-tableofcontents {
  margin: 35px 0;
  padding: 32px 60px 18px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f0f6fd;
}

.mi-blog .mi-tableofcontents .group {
  width: 427px;
  height: 457px;
}

.mi-blog .mi-tableofcontents .margin {
  margin: 18px 0 0 37px;
}

.mi-blog .mi-tableofcontents ul {
  list-style: none;
  padding-left: 0px
}

.mi-blog-inner .mi-sidebar-title {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.mi-blog-author {
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
}

.mi-blog-sidebar .list-group-item,
.mi-blog-sidebar .list-group-item a {
  font-family: Nunito Sans;
  font-size: 18px;
  color: #333333;
}

.mi-follow-links li {
  margin-bottom: 0px !important;
  margin-right: 5px !important;
  display: inline-block !important;
}

.mi-blog-sidebar .list-group-item {
  padding: .75rem .25rem;
}

.mi-blog-sidebar .use-links .list-group-item::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background: url(../img/icons/acc-right.svg) no-repeat;
  background-size: 26px;
  position: absolute;
  right: 12px;
  top: 14px;
  opacity: .4;
}

.mi-blog-sidebar .list-group-item a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* For Blog Css - end*/
.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: 75px;
  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: 400;
  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-testimonials {
  background-color: #f3f3f2;
}

.mi-bg-gray {
  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: 180px;
}

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

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

.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; */
  padding: 40px 0;
}

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

.mi-banner-content .mi-btn-theme {
  width: 210px;
  height: 40px;
  border-radius: 3px;
}

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

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

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

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

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

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

.mi-banner-img img {
  width: 250px;
}

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

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

section .display-5 {
  font-size: 24px;
  font-family: Nunito Sans;
  font-weight: 600;
}

section h4 {
  font-size: 1.5rem;
  font-family: Nunito Sans;
  font-weight: 500;
}

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

.mi-attendance-options {
  padding: 50px 0px 50px;
  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: 20px;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 800;
}

.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;
  height: 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: 80px 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: 18px;
  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: -20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719;
}

.mi-footer {
  padding: 80px 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: 42px;
  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: 28px;
  width: 220px !important;
  height: 70px;
  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: 22px;
  font-weight: 400;
}

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

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

.mi-contact-links i,
.mi-location i,
.mi-social-links 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-bottom: 0px !important;
  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: center; */
}

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

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

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

.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: 500;
}

.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: 30px;
}

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

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

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

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

.mi-appraisal ul li::before,
.mi-apps 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: 0.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: 160px;
  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 40px;
  width: 275px;
}

.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: none;
}

.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: 350px;
  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 0.2s;
  transition: color 0.2s;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #959595;
}

.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: 0.6;
}

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

.mi-clients-list .tab-content .tab-pane {
  padding: 50px 90px;
  position: relative;
  height: 900px;
}

.mi-clients-list .tab-content .tab-pane::before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-size: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

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

.mi-clients-list .tab-content .tab-pane#marine::before {
  background: url(../img/icons/steering-wheel.svg) no-repeat;
}

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

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

.mi-clients-list .tab-content .tab-pane#security::before {
  background: url(../img/icons/shield.svg) no-repeat;
}

.mi-clients-list .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;
}

.mi-clients-list .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;
}

.mi-clients-list .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-ourpartner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 184px;
  height: 172px;
  background: url(../img/draw/left-our-partner-shapes.png) no-repeat;
  background-size: auto;
}

.mi-ourpartner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 172px;
  background: url(../img/draw/right-our-partner-shapes.png) no-repeat;
  background-size: auto;
}



.mi-ourpartner .display-4::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 226px;
  width: 202px;
  height: 126px;
  background: url(../img/draw/op-left-line.png) no-repeat;
  background-size: 202px 126px;
}

.mi-ourpartner .display-4::after {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: 222px;
  width: 200px;
  height: 134px;
  background: url(../img/draw/op-right-line.png) no-repeat;
  background-size: 200px 134px;
}

.mi-ourpartner .display-4 {
  content: "";
  background: url(../img/draw/op-center-bg.png) no-repeat;
  background-size: 290px 89px;
  background-position: center;
  height: 89px;
  padding-top: 22px;
}


@media (max-width: 767px) {
  .mi-ourpartner .display-4::after {
    display: none;
  }

  .mi-ourpartner .display-4::before {
    display: none;
  }

  .mi-ourpartner::before {
    display: none;
  }

  .mi-ourpartner::after {
    display: none;
  }
}


/*****Pricing page start******************/
.mi-pricing {
  padding: 50px 0;
}

.mi-price {
  margin-bottom: 10px;
  padding: 0;
}

.mi-price .card {
  padding: 25px 0 0;
  border: 0;
  border-radius: 0 !important;
  background: #f6f8fb;
  border-bottom: 1px solid #1f396624 !important;
}

.mi-price .card-ats {
  border-bottom: 1px solid #f6f8fb !important;
}

.mi-price .card-head {
  margin: 0px 0px 5px;
  cursor: pointer;
}

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

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

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

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

}

.mi-price h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #1f3966;
}

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

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

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

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

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

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

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

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

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

.mi-price-span {
  font-size: 18px;
  color: #f6b719;
  float: right;
}

.mi-price .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-price .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-banner {
  padding: 20px 0 !important;
}

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

.mi-price-col {
  max-width: 100%;
  height: 100%;
  /* padding: 51% 0; */
  padding: 29% 0;
  border-radius: 0px 10px 10px 0px;
}

.mi-pricing-h1 {
  font-size: 55px;
  position: relative;
  font-weight: 800;
}

.mi-pricing-row {
  background-color: #f6f8fb !important;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.mi-pricing-col {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  padding-right: 0px !important;
}

.mi-pricing-h4 {
  font-size: 1.2rem;
}

.mi-price-col::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../img/workwithus-top.png ) no-repeat;
  background-size: 800px 100px;
  transform: rotate(0deg);
}

.mi-price-col::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;

  background: url(../img/banner-shape-bottom.png) no-repeat;
  /* transform: rotate(4deg); */
  background-size: 800px 110px;
}

section.exp-sec {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  border-radius: 20px;
  margin-bottom: 3vh;
  z-index: 1;
  position: relative;
}

.exp-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2.08em;
}

.exp-inner .col-right {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  width: 30%;
}

.exp-inner .col-left {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
}

/*****Pricing page end******************/

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

.mi-banner-ratings {
  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: none;
  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: 500;
  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 0 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 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.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 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.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 p {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
}

.mi-grants p {

  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
}


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

.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: 42px;
  font-size: 42px;
}

.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;
  text-align: left;
}

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

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

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

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

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

.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: 20px;
  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-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: 620px;
}

.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-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 {
  margin-bottom: 40px;
  font-size: 42px;
}

.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: 700;
  position: relative;
  top: -15px;
  right: -5px;
}

.mi-achievement-home .label {
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #444;
}

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

.mi-achievement-home .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-achievement-home {
  padding: 25px 0;
}

.mi-teams {
  background-color: #f6f8fb;
  padding: 80px 0 120px 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: 25px
}

.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: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #323232
}

.mi-team-members .position {
  font-size: 16px;
  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: 27px;
  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: 48px;
  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 0 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;
}
.mi-contact-info .branches {
  border-bottom: 2px solid #f6b719;
  width: 75px;
  margin-bottom: 10px;
  font-weight: bold;
}


.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;
  padding-right: 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: 0px 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,
.mi-contact-form select {
  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;
}

.mi-contact-form option {
  padding: 20px;
}

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

.custom-select:focus {
  border-color: rgb(128, 189, 255);
  outline: 0px;
  box-shadow: rgb(255 255 255 / 25%) 0px 0px 0px 0.2rem;
}

.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;
}

.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:after,
.timeline>li:before {
  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: 48px;
  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: 0.7;
}

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

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

.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: 25px;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

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

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

.mi-price .card-head {
  margin: 0 0 5px;
  cursor: pointer;
}

.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: none;
  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: 20px;
  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: 16px;
  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: none;
  letter-spacing: 0.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-partnerus-banner i {
  margin: 15px auto 10px;
  display: block;
  width: 70px;
  height: 74px;
  background-size: 74px;
}

.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: 27px;
  font-weight: 700;
}

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

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

.mi-partnerus-banner h1::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: -171px;
  width: 800px;
  height: 110px;
  background: url(../img/workwithus-top.png) no-repeat;
  background-size: 800px 110px
}

.mi-partnerus-banner h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -117px;
  left: 0;
  width: 840px;
  height: 100px;
  background: url(../img/work-with-us.png) no-repeat;
  background-size: 840px 100px
}

.mi-partner-contact .display-4 {
  margin-bottom: 100px;
  font-size: 52px !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: 40px;
}

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

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

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

.mi-acc-software-banner .display-4 {
  font-size: 52px !important;
  font-weight: 600;
  font-family: Nunito Sans;
}

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

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

.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 i {
  font-weight: 500;
  font-size: 18px;
}

.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: 12px;
  right: -140px;
}

.mi-acc-software-banner .mi-banner-img img {
  width: 475px;
  position: relative;
  right: -50px;
}

.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: none;
  position: relative;
  max-width: 325px;
}

.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-pricing-plan .fw-bolder {
  font-weight: 800 !important;
}

.mi-pricing-plan .text-24 {
  font-size: 24px !important;
}


.text-18 {
  font-size: 18px !important;
}

.text-52 {
  font-size: 52px !important;
}

.text-32 {
  font-size: 32px !important;
}

.text-22 {
  font-size: 22px !important;
}

.mi-pricing-plan .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%);
}

.mi-pricing-plan .subscrip li {
  list-style: none;
  text-align: left;
  line-height: 2;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.mi-pricing-plan .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;
}

.mi-pricing-plan .subscrip .badge {
  margin: 8px 0;
  padding: 0.3em 2.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);
}

.mi-pricing-plan .subscrip .offer {
  position: absolute;
  right: 15px;
  top: 0px;
}

.mi-pricing-plan .seprator {
  border-top: 2px solid #0faca9;
  width: 60px;
  margin: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.mi-pricing-plan .offer .savetext {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #FFF;
  text-align: center;
}

.mi-pricing-plan .offer .material-icons {
  display: block;
  width: 73px;
  height: 90px;
  background-size: 68px;
}

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

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

.mi-apps-list a+a::before,
.mi-apps-list span+span::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: none;
  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;
}

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

.lead {
  font-size: 18px;
  font-weight: 500;
}

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

.mi-award .btn {
  width: 160px;
  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: 60px 0;
}

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

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


.mi-psg-features .mi-feature-col.text-white h4 {
  color: #fff;
}

.mi-psg-features .mi-feature-col p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  min-height: 48px;
  margin-bottom: 0px;
}

.mi-psg-features .mi-feature-col li {
  padding: 30px 0 30px 35px;
  display: block;
  text-align: left;
}

.mi-psg-features .mi-feature-col li::before {
  top: 32px;
  left: -3px;
}



.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 35px;
  padding: 45px 65px;
  font-size: 20px;
  font-weight: 800;
  color: #1f3966;
  border-bottom: 1px solid #c4c4c4;
}

.mi-feature-col ul {
  margin: 0;
  padding: 0 35px 35px;
  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: 92px;
}

.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 120px 0 0;
  width: 375px;
}

.mi-oneapp-img {
  width: 640px;
}

.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: 18px;
  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-assured-list {
  margin: 0 -15px 0px;
  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: 18px;
  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: 500;
  text-align: center;
  max-width: 235px;
  color: #000000;
}

.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% - 470px);
}

.mi-hrms-banner .mi-banner-img img {
  width: 420px;
}

.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::after,
.mi-comments .carousel-caption p::before {
  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-next i,
.mi-comments .carousel-control-prev 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: 600;
}

.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: 19px;
  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-payroll-outsourcing-banner .mi-banner-container,
.mi-project-costing-banner .mi-banner-container {
  padding: 70px 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: 135px;
  width: 550px;
}

.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 25px;
}

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

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

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

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

.mi-mobi-country .btn {
  background-color: transparent;
  border: none;
  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: 0.75rem 1.5rem !important;
  font-weight: 500;
}

.mi-claim-img {
  margin: 0 100px 0 0;
}

.mi-claim-img img {
  width: 275px;
}

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

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

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

#jobModal .input-group-append button {
  border: none;
  border-radius: 0;
  outline: 0 !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: none;
  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 + 0.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: none;
}

.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: 14px 20px;
  position: relative;
  transition: all 0.3s;
  border: 1px dashed #c4c4c4;
  width: 250px;
  margin-bottom: 0px;
}

.mi-file-input p {
  font-size: 12px;
  text-align: center;
}

.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: 0.7;
}

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

.lightsbox-pin:hover::after,
.lightsbox-pin:hover::before {
  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;
}

.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: 48px;
  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%;
}

.first-class-support {
  width: 70% !important;
}

.day-to-day-support {
  width: 50% !important;
}

.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-tagline-text {
  font-size: 26px;
  font-family: Nunito Sans;
  font-weight: 700;
}

.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;
}

.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-demo-1 {
  position: relative;
  height: 350px;
}

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

.mi-biometric-device {
  padding: 100px 0 120px !important;
}

.mi-biometric-device h1 {
  margin: 0 auto 40px;
}

.mi-biometric-device p {
  margin-bottom: 50px !important;
  color: #fff !important;
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
}

.mi-biometric-device-box {
  position: relative;
  top: -100px;
}

#example tr>th:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 10rem;
  z-index: 1;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
}

#example thead {
  word-wrap: break-word;
}

#example tbody th {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}

#example tbody td {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

#example tbody img {
  margin: 0;
  width: 32px;
  height: 32px;
  background-size: 32px;
}

.table-fixed {
  table-layout: fixed;
}

.mi-biometric-sections a:hover {
  text-decoration: none;
}

.face-temp-scan {
  background-color: #fef4dd;
}

.bio-readers {
  background-color: #f6f8fb;
}

.mi-biometric-device-box td {
  border-left: 0.5px solid #d3d3d3;
}

.mi-biometric-device-box .br-5 {
  border-radius: 5px;
}

.mi-biometric-device-box .table thead th {
  border-bottom: none;
}

.mi-biometric-sections {
  padding: 0;
}

.mi-biometric-sections img {
  margin: 0 auto 20px;
  width: 100%;
  object-fit: contain;
  height: 150px;
}

.bio-txt-small {
  font-weight: 800;
  color: #323232;
}

.grid-inner {
  margin: 0 10px;
  width: calc(20% - 20px);
  padding: 15px 20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgb(50 50 50 / 10%);
  background-color: #fff;
}

.grid-inner:hover {
  text-decoration: none;
  color: #323232;
}

.mi-biofinger-iv {
  padding: 0 0 100px 0 !important;
}

.mi-biofinger-iv-content {
  margin: 0 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

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

.mi-biofinger-iv-content .display-4 {
  margin-bottom: 40px;
  width: 100%;
}

.mi-biofinger-iv-content .display-4 span::after {
  content: "";
  display: block;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-11.svg) repeat;
  position: absolute;
}

.mi-biofinger-iv-content .description .lead {
  margin-bottom: 15px;
  font-size: 24px;
}

.mi-biofinger-iv-content .thumb {
  max-width: 370px;
}

.mi-biofinger-iv-content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mi-biofinger-iv-content .description ul {
  margin-right: 60px;
}

.mi-biofinger-iv-content .description ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.mi-biofinger-iv-content .description 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-bioaccess {
  padding: 100px 0;
}

.mi-bioaccess-box {
  margin: 0 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.mi-bioaccess-box .thumb {
  width: 250px;
}

.mi-bioaccess-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.mi-bioaccess-box .display-4 {
  margin-bottom: 40px;
}

.mi-bioaccess-box .display-4 span::after {
  content: "";
  display: block;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-11.svg) repeat;
  position: absolute;
}

.mi-bioaccess-box .description .lead {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

.mi-bioaccess-box ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.mi-bioaccess-box 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-iface-1 {
  padding: 100px 0;
}

.mi-iface-1 .display-4 {
  margin-bottom: 40px;
  width: 100%;
}

.mi-iface-1 .display-4 span::after {
  content: "";
  display: block;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-11.svg) repeat;
  position: absolute;
}

.mi-iface-1 .lead {
  margin-bottom: 15px;
  font-size: 24px;
}

.iface-box {
  margin: 0 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.iface-box .description {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.iface-box .description ul {
  margin-right: 60px;
}

.iface-box .description ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.iface-box .description 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;
}

.iface-box .thumb {
  max-width: 340px;
}

.iface-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mi-iface-3 {
  padding: 100px 0;
}

.mi-iface-3 .display-4 {
  margin: 0 0 40px;
}

.mi-iface-3 .display-4 span::after {
  content: "";
  display: block;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-11.svg) repeat;
  position: absolute;
}

.mi-iface-3 .lead {
  margin: 0 0 15px;
  font-size: 24px;
}

.mi-iface-3 .list-unstyled {
  margin-bottom: 60px;
}

.mi-iface-3 .list-unstyled li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.mi-iface-3 .list-unstyled 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-iface-3 li a {
  color: #0086f0;
}

.mi-iface-3 img {
  margin: 0 0 60px;
  display: block;
  width: 100%;
}

.mi-iface-4 {
  padding: 100px 0;
}

.mi-iface-4 .display-4 {
  margin-bottom: 40px;
  text-align: right;
}

.mi-iface-4 .display-4 span::after {
  content: "";
  display: block;
  bottom: -15px;
  right: 0;
  width: 100%;
  height: 3px;
  background: url(../img/icons/dotted-line-11.svg) repeat;
  position: absolute;
}

.mi-features-table .mi-feature-col.w-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mi-iface-4 img {
  margin: 0 0 60px;
  display: block;
  width: 100%;
}

.iface-box .thumb .lightsbox-pin::before,
.mi-bioaccess-box .thumb .lightsbox-pin::before,
.mi-biofinger-iv-content .thumb .lightsbox-pin::before,
.mi-iface-3 .lightsbox-pin::before,
.mi-iface-4 .lightsbox-pin::before {
  right: -15px;
}

.mi-biofinger-iv-content .thumb .lightsbox-pin::after {
  right: -25px;
}

.iface-box .thumb .lightsbox-pin::after,
.mi-bioaccess-box .thumb .lightsbox-pin::after,
.mi-iface-3 .lightsbox-pin::after,
.mi-iface-4 .lightsbox-pin::after {
  right: -25px;
}

.mi-about-video .display-4 {
  margin: 0 0 100px;
}

.mi-about-video .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: -30px;
  left: 0;
}

.mi-office-videos {
  position: relative;
}

.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;
  font-weight: 700;
  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;
}

.mi-office-video-wrapper .item:last-child {
  margin: 0;
}

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

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

.mi-faq-banner .lead {
  font-weight: 500;
  font-size: 28px;
  color: #323232;
}

.mi-faq-qus {
  font-weight: 800 !important;
  color: #1f3966;
  margin-top: 30px;
  margin-bottom: 18px;
}

.mi-faq-body p {
  font-size: 18px;
  line-height: normal;
  font-family: Nunito Sans;
  font-weight: 500;
  padding-right: 80px;
}

.mi-faq-body .more,
.mi-faq-body .nomore {
  padding-bottom: 18px;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  padding-right: 80px;
  font-size: 18px;
  line-height: normal;
  font-family: Nunito Sans;
  font-weight: 500;
}

.mi-faq-body a {
  font-size: 18px;
  line-height: normal;
  font-family: Nunito Sans;
  font-weight: 500;
}

.mi-faq-body .tab-content .tab-pane {
  padding: 45px 0px;
  height: auto;
  position: inherit;
}

.mi-faq-body .nav-link {
  color: #323232 !important;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  margin: 0.5rem 1.5rem;
  padding: 5px 0;
}

.mi-faq-body .nav-link.active {
  border-bottom: 2px solid #ffc107 !important;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.faq-readmore {
  padding-right: 80px;
  padding-bottom: 18px;
  cursor: pointer;
  font-size: 18px;
  line-height: normal;
  font-family: Nunito Sans;
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
}

.faq-readless {
  padding-right: 80px;
  padding-bottom: 18px;
  cursor: pointer;
  font-size: 18px;
  line-height: normal;
  font-family: Nunito Sans;
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
}

.faq-readmore::before {
  content: '';
  background: url(../img/icons/chevron_down.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  float: right;
  position: relative;
  top: -4px;
  left: 75px;
}

.faq-readless::before {
  content: '';
  background: url(../img/icons/chevron_up.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  float: right;
  position: relative;
  top: -4px;
  left: 75px;
}

.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;
}

.mi-hr-software-banner .display-4 {
  font-size: 35px;
}

.mi-hr-software-assistance.display-4 {
  margin-bottom: 45px;
}

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

.mi-hr-software .mi-banner-img img {
  width: auto;
  padding-left: 30px;
} */

/* .mi-hr-software .mi-banner-content {
  width: calc(100% - 380px);
} */

.main-features-human-resouce-software {
  padding: 35px 0;
}

section.mi-hr-software {
  padding: 75px 0;
}

@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;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.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: 0px;
}

.ui-tab-section .tab-content>.tab-pane,
.ui-tab-section .pill-content>.pill-pane {
  display: none;
}

.ui-tab-section .tab-content>.active,
.ui-tab-section .pill-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: 0px 0 4px 4px;
  -moz-border-radius: 0px 0 4px 4px;
  border-radius: 0px 0 4px 4px;
}

.ui-tab-section .tabs-below>.nav-tabs>li>a:hover,
.ui-tab-section .tabs-below>.nav-tabs>li>a:focus {
  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:hover,
.ui-tab-section .tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.ui-tab-section .tabs-left>.nav-tabs>li,
.ui-tab-section .tabs-left>.nav-tabs>li>a,
.ui-tab-section .tabs-left>.nav-tabs {
  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;
}

.ui-tab-section .tabs-left>.nav-tabs>li>a:hover,
.ui-tab-section .tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.ui-tab-section .tabs-left>.nav-tabs .active>a,
.ui-tab-section .tabs-left>.nav-tabs .active>a:hover,
.ui-tab-section .tabs-left>.nav-tabs .active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
}

.ui-tab-section .ui-tab-title {
  font-size: 22px;
  line-height: 24px;
  font-family: Nunito Sans;
  color: #707070;
}

.ui-tab-section .ui-tab-title.active {
  font-size: 23px;
  font-family: Nunito Sans;
  font-weight: 700;
  color: #323232;
}

.ui-tab-section .ui-tab-title:hover {
  font-size: 23px;
  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: 0px !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;
  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;
}

@media only screen and (max-width: 768px) {
  .ui-tab-section .tab-content .tab-pane {
    padding: 20px 0px !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;
  }
}

.mi-business-tools i {
  margin: 0px auto 20px;
  display: block;
  width: 120px;
  height: 120px;
  background-size: 120px !important;
}

.mi-business-tools h5 {
  margin: 0px 0px 20px;
  font-size: 20px;
  font-weight: 800;
}

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

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

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

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

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

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

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

.icon-bookmark {
  background: url(../img/book-mark.png) no-repeat;
}

.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.svg) no-repeat;
}

.icon-accounting {
  background: url(../img/icons/accounting.svg) 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-hand-blue {
  background: url(../img/icons/hand-blue.png) no-repeat;
}

.icon-hoursglass-blue {
  background: url(../img/icons/hourglass-blue.png) no-repeat;
}

.icon-teaching-blue {
  background: url(../img/icons/teaching-blue.png) 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-party {
  background: url(../img/icons/Party_Popper_Grp.svg) no-repeat
}

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

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

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

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

.icon-Get-Preferential-Rates {
  background: url(../img/icons/Get_Preferential_Rates_Icon.svg) no-repeat
}

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

.icon-Demo-Account {
  background: url(../img/icons/Demo_Account_Icon.svg) no-repeat;
}
.icon-efficient-job-allocation {
  background: url(../img/icons/icon-efficient-job-allocation.png) no-repeat;
}
.icon-optimised-workflow {
  background: url(../img/icons/icon-optimised-workflow.png) no-repeat;
}
.icon-employee-tracking {
  background: url(../img/icons/icon-employee-tracking.png) no-repeat;
}
.icon-streamlined-planning {
  background: url(../img/icons/icon-streamlined-planning.png) no-repeat;
}

.icon-fmcg {
  background: url(../img/icons/icon-fmcg.png) no-repeat;
}
.icon-logistics-transporation {
  background: url(../img/icons/icon-logistics-transporation.png) no-repeat;
}
.icon-pharmaceutical {
  background: url(../img/icons/icon-pharmaceutical.png) no-repeat;
}
.icon-servicing-maintenance {
  background: url(../img/icons/icon-servicing-maintenance.png) 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-fb {
  background: url(../img/icons/f&b.svg) no-repeat
}
.icon-education {
  background: url(../img/icons/education.svg) no-repeat;
}
.icon-health-care {
  background: url(../img/icons/health-care.svg) no-repeat;
}
.icon-verification {
  background: url(../img/icons/verification.svg) no-repeat;
}
.icon-quick-attendance {
  background: url(../img/icons/quick-attendance.svg) no-repeat;
}
.icon-advanced-optical-sensor {
  background: url(../img/icons/advanced-optical-sensor.svg) no-repeat;
}
.icon-real-time-location {
  background: url(../img/icons/real-time-location.svg) no-repeat;
}
.retail-and-hospitality{
  background: url(../img/icons/retail-and-hospitality.svg) no-repeat;
}
.blog-avatar {
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.mi-bg-light {
  background-color: #f6f8fb !important;
}

.mi-bg-primary {
  background-color: #1f3966 !important;
}

.mi-bg-theme {
  background-color: rgba(51, 122, 183, 0.8) !important;
}

.mi-bg-warning {
  background-color: #f6b719;
}

.mi-bg-light-gray {
  background-color: #f0efef !important;
}

.mi-bg-muted {
  background-color: #f4f4f3 !important;
}

.mi-bg-warning-light {
  background-color: #fffcf2 !important;
}

.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-theme {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}

.mi-btn-theme:hover {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}

.mi-btn-white {
  background-color: #fff;
  color: #f6b719;
}

.mi-btn-info {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.mi-btn-info:hover {
  background-color: #256399;
  color: #fff;
}

.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 !important;
}

.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;
}

.review-tool a {
  display: none !important;
}

.review-tool .jWTMpU {
  margin: 0px !important;
  padding: 0px !important;
}

.review-tool .jRGTjS {
  justify-content: start;
}

.review-tool .kvkbls {
  color: #fff !important;
}

.review-tool .ejuKPv {
  color: rgb(255 255 255 / 75%) !important;
}

.mi-success-banner .review-tool .jRGTjS {
  justify-content: center;
}

.mi-success-banner .review-tool .kvkbls {
  color: #323232 !important;
  font-family: Nunito Sans;
}

.mi-success-banner .review-tool .ejuKPv {
  color: #646464 !important;
}

.mi-success-banner .review-tool .jWTMpU {
  position: relative;
}

.mi-success-banner .hTPoul {
  position: absolute;
  left: -40px;
}

@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) {
  .vendigram-wrapper {
    margin: 50px auto;
  }

  .vendigran-steps-container .step-3 {
    top: 87px !important;
    left: -93px !important;
  }

  .vendigran-steps-container .step-2 {
    top: 53px !important;
    left: -61px !important;
  }

  .vendigran-steps-container .step-1 {
    top: 9px !important;
    left: -102px !important;
  }

  .vendigran-steps-container .step-4 {
    top: 107px !important;
    left: 58px !important;
  }

  .vendigran-steps-container .step-5 {
    top: 94px !important;
    right: -78px !important;
  }

  .vendigran-steps-container .step-6 {
    top: 50px !important;
    right: -95px !important;
  }

  .vendigran-steps-container .step-7 {
    top: 7px !important;
    right: -109px !important;
  }

  .vendigran-steps-container .step-offboarding {
    right: -11px !important;
    width: 60px !important;
  }

  .vendigran-steps-container .step-onboarding {
    left: -11px !important;
    width: 60px !important;
  }

  .vendigram-wrapper .vendigran-steps-container p {
    font-size: 7px !important;

  }

  .vendigram-wrapper {
    max-width: 126px !important;
  }

  .hrms-process-cycle {
    overflow-x: hidden;
  }

  .vendigran-steps-container img {
    display: block;
    width: 20px;
    height: 20px;
  }

  .vendigran-steps-container .claims-management {
    margin-left: -24px;
  }

  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 300px;
  }

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

  .mi-faq-banner {
    height: 240px;
    background-size: 350px;
  }

  .mi-faq-banner .title-text {
    padding-top: 52px;
  }
}

@media (max-width: 413px) {
  .mi-hrms-banner .btn {
    display: block;
    margin: 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;
  }
}

@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;
  }

  .mi-about-video .display-4 span::after {
    bottom: -60px;
  }

  .mi-about-video .display-4 {
    margin: 0 0 60px;
  }

  .mi-faq-banner {
    height: 240px;
    background-size: 350px;
  }

  .mi-faq-banner .title-text {
    padding-top: 68px;
  }
}

@media (min-width: 480px) and (max-width: 620px) {
  .mi-whatwedo .content img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .mi-faq-banner {
    height: 250px;
    background-size: 390px;
  }

  .mi-faq-banner .title-text {
    padding-top: 75px;
  }
}

@media (max-width: 575px) {

  /* .vendigram-wrapper {
    max-width: 200px !important;
}
  .vendigran-steps-container img {
    width: 30px !important;
    height: 30px !important;
}
.vendigram-wrapper .vendigran-steps-container p {
  font-size: 10px !important;
}
.vendigran-steps-container .claims-management {
  margin-left: -87px !important;
  margin-top: 41px !important;
}
.vendigran-steps-container .step-4 {
  top: 354px!important;
    left: 195px!important;
}
.vendigran-steps-container .step-5 {
  top: 280px !important;
  right: -112px !important;
}
.vendigran-steps-container .step-6 {
  top: 170px!important;
  right: -80px!important;
}
.vendigran-steps-container .step-7 {
  top: 51px !important;
  right: -121px !important;
} */
  .mi-parter-wrapper {
    text-align: center;
  }

  .mi-partnerus-banner h1::before {
    top: -45px;
    left: calc(100% - 295px);
    width: 295px;
    height: 40px;
    background-size: 295px 40px
  }

  .mi-partnerus-banner h1::after {
    bottom: -45px;
    left: calc(100% - 295px);
    width: 295px;
    height: 35px;
    background-size: 295px 35px
  }

  .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: 100%;
  }

  .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::after,
  .mi-comments .carousel-caption p::before {
    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-biometric img,
  .mi-tablet-app 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-faq-banner .content {
    padding: 50px 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;
    height: 275px;
    background-size: 275px;
  }

  .mi-leave-approval-img {
    width: 330px;
  }

  .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;
  }

  .iface-box .thumb,
  .mi-biofinger-iv-content .thumb {
    max-width: 280px;
  }

  .mi-office-video-wrapper .item .video {
    padding-top: 55%;
  }

  .review-tool .jRGTjS {
    justify-content: center;
  }

  .mi-hrms-img {
    width: 300px !important;
  }

  .lightsbox-pin.pin-1::after {
    right: 0px !important;
    bottom: 12px !important;
  }

  .lightsbox-pin.pin-1::before {
    right: 10px !important;
    bottom: 22px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .vendigram-wrapper {
    max-width: 280px !important;
  }

  .vendigran-steps-container img {
    display: block;
    width: 30px;
    height: 30px;
  }

  .vendigram-wrapper .vendigran-steps-container p {
    font-size: 10px !important;
  }

  .vendigran-steps-container .claims-management {
    margin-left: -82px !important;
    margin-top: 17px !important;
    padding-top: 31px !important;
  }

  .vendigran-steps-container .step-onboarding {
    top: -27px !important;
    left: 26px !important;
    padding: 5px !important;
    border-radius: 5px !important;
    width: 82px !important;
  }

  .vendigran-steps-container .step-offboarding {
    top: -26px !important;
    right: 26px !important;
    padding: 5px !important;
    border-radius: 5px !important;
    width: 82px !important;
  }

  .vendigran-steps-container .step-1 {
    top: 32px !important;
    left: -130px !important;
  }

  .vendigran-steps-container .step-2 {
    top: 123px !important;
    left: -105px !important;
  }

  .vendigran-steps-container .step-3 {
    top: 200px !important;
    left: -67px !important;
  }

  .vendigran-steps-container .step-4 {
    top: 220px !important;
    left: 143px !important;
  }

  .vendigran-steps-container .step-5 {
    top: 200px !important;
    right: -93px !important;
  }

  .vendigran-steps-container .step-6 {
    top: 130px !important;
    right: -124px !important;
  }

  .vendigran-steps-container .step-7 {
    top: 32px !important;
    right: -146px !important;
  }

  .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-faq-banner .content {
    padding: 60px 0 !important;
  }

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

  .review-tool .jRGTjS {
    justify-content: center;
  }

  .review-tool {
    bottom: 380px;
    left: calc(50% - 60px);
  }

}

@media (max-width: 767px) {
  .mi-faq-body .nav-link {
    font-size: 16px;
    margin: .5rem 1rem;
  }

  .mi-price .card ul {
    margin: 0 0 0px;
  }

  section.mi-hr-software {
    padding: 50px 0 !important;
  }

  .mi-apps-list-check li::before {
    background-size: 22px !important;
    width: 24px !important;
    height: 24px !important;
  }

  .mi-apps-list-check {
    text-align: left !important;
  }

  .mi-price-col {
    height: 300px;
    padding-top: 25%;
    border-radius: 10px;
  }

  .exp-inner .col-right {
    position: relative !important;
    left: 22px !important;
    top: 0 !important;
    width: 100% !important;
  }

  .exp-inner .col-left {
    z-index: 0 !important;
    width: 100% !important;
    left: 22px !important;
    display: block !important;
    position: relative !important;
    margin-right: 13px !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
  }

  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 10px !important;
  }

  .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-achievement-home {
    padding: 30px 0;
  }

  .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-contact .display-4 {
    margin-bottom: 30px;
  }

  .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%;
  }

  .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 !important;
  }

  .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: 0px 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: 15px !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;
  }

  .mi-values .display-4 {
    margin-bottom: 30px;
  }

  .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 {
    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;
  }

  section.mi-faq-banner h1 {
    margin-bottom: 10px !important;
  }

  .mi-typo-banner .lead {
    margin-bottom: 20px;
  }

  .mi-faq-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 {
    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 .acc-arrow::after,
  .mi-jobs .collapsed.acc-arrow::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 12px;
    right: 0;
  }


  .mi-jobs .collapsed.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;
  }

  .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-biometric-device {
    padding: 50px 0 120px !important;
  }

  .grid-inner {
    margin: 0 10px 15px;
    width: calc(50% - 20px);
  }

  .mi-biometric-device-box {
    justify-content: center;
  }

  .mi-bioaccess-box .description .lead,
  .mi-biofinger-iv-content .description .lead,
  .mi-iface-1 .lead,
  .mi-iface-3 .lead {
    font-size: 20px;
    line-height: 26px;
  }

  .mi-biofinger-iv {
    padding: 0 0 50px 0 !important;
  }

  .mi-bioaccess,
  .mi-iface-1,
  .mi-iface-3,
  .mi-iface-4 {
    padding: 50px 0;
  }

  .mi-meet .display-4::after {
    width: 239px;
    bottom: -20px;
    left: 15px;
  }

  .nav-item:after {
    display: none;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .mi-office-videos::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px;
    top: -15px;
    right: 10px;
  }

  .mi-office-video-wrapper .item h4 {
    margin: 0 0 30px;
    font-size: 30px;
  }

  .mi-office-video-wrapper .item .lead {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .mi-office-video-wrapper .item p {
    font-size: 16px;
    line-height: 1.6;
  }

  .mi-office-videos .display-4 {
    margin-bottom: 50px;
  }

  .mi-office-video-wrapper .item {
    margin: 0 0 25px;
  }

  .mi-office-video-wrapper .item h4::after {
    width: 180px;
    height: 2px;
    background-size: 180px 2px;
    bottom: -9px;
  }

  .table-fixed {
    table-layout: auto !important;
  }

  section.mi-banner.mi-success-banner h1 {
    margin-bottom: 1rem !important;
  }

  .mi-success-banner .review-tool {
    padding-left: 40px;
  }

  .mi-count-col {
    border-right: 1px solid #d8e1ef !important;
  }

  .mi-count-col-odd {
    border-right: 1px solid #d8e1ef00 !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-partnerus-banner h1::before {
    top: -85px !important;
    width: 700px !important;
    height: 95px !important;
    background-size: 700px 95px !important;
  }

  .mi-partnerus-banner h1::after {
    bottom: -90px !important;
    left: 0 !important;
    width: 700px !important;
    height: 85px !important;
    background-size: 700px 85px !important;
  }

  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 !important;
  }

  .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: 0px solid #e9e8e7;
    border-left: none;
  }

  .mi-locations .item {
    margin-bottom: 50px;
  }

  .mi-additional-support .display-4 {
    margin-bottom: 40px;
  }

  .mi-eligibility,
  .mi-explore {
    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::after,
  .mi-comments .carousel-caption p::before {
    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 .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 img {
    width: 400px;
    margin: 0 auto 40px;
  }

  .mi-biometric-device-box {
    justify-content: center;
  }

  .grid-inner {
    margin: 0 10px 15px;
    width: calc(33.33% - 20px);
  }

  .mi-meet .display-4::after {
    width: 280px;
    bottom: -20px;
    left: 30px;
  }

  .review-tool .jRGTjS {
    justify-content: center;
  }

  .review-tool {
    justify-content: center !important;
  }
}

@media (max-width: 991px) {
  .mi-teams .display-4 {
    margin-bottom: 0;
  }

  .mi-team-members .thumb {
    margin: 40px auto;
  }

  .mi-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-hr-software .mi-banner-img {
    position: relative;
    width: 475px;
    right: 0;
  }

  .mi-hr-software .mi-banner-content {
    width: 100% !important;
  }
   */
  .mi-hr-software-banner .mi-banner-content {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center
}

.mi-hr-software-banner .mi-banner-img img {
    width: 100%
}

.mi-hr-software-banner .mi-banner-img {
    margin: 0 auto;
    width: 100%;
    position: relative;
    left: unset
}
.mi-appraisal-banner .mi-banner-content {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center
}

.mi-appraisal-banner .mi-banner-img img {
  width: 100%
}

.mi-appraisal-banner .mi-banner-img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  left: unset
}
  .vendigram-wrapper {
    max-width: 350px;
  }

  .vendigram-wrapper .vendigran-steps-container p {
    font-size: 13px;
  }

  .vendigran-steps-container .step-onboarding {
    top: -43px;
    left: 26px;
    padding: 10px;
    border-radius: 5px;
    width: 120px;
  }

  .vendigran-steps-container .step-offboarding {
    top: -43px;
    right: 38px;
    padding: 10px;
    border-radius: 5px;
    width: 120px;
    ;
  }

  .vendigran-steps-container .step-1 {
    top: 28px;
    left: -168px;
  }

  .vendigran-steps-container .step-2 {
    top: 143px;
        left: -128px;
  }

  .vendigran-steps-container .step-3 {
    top: 252px;
    left: -74px;
  }

  .vendigran-steps-container .step-4 {
    top: 290px;
    left: 170px;
  }

  .vendigran-steps-container .step-5 {
    top: 252px;
    right: -115px;
  }

  .vendigran-steps-container .step-6 {
    top: 150px;
    right: -155px;
  }

  .vendigran-steps-container .step-7 {
    top: 28px;
    right: -184px;
  }

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

  .mi-banner-content {
    margin: 0 auto 40px;
    width: 100% !important;
    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 !important;
  }
  .mi-payroll-banner .mi-banner-content {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
  }

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

  .mi-payroll-banner .mi-banner-img {
    margin: 0 auto;
    width: 100%;
    position: relative;
    left: unset;
  }
  .mi-attendance-options {
    padding: 70px 15px;
  }
  .mi-leave-approval-img1 {
    margin: 0 0px 0 0 !important;
}
  .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;
    font-size: 14px;
  }

  .navbar-nav .dropdown-item {
    font-size: 14px;
    padding: .25rem .5rem;
  }

  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-appraisal ul,
  .mi-apps 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-payroll-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-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 {
    height: auto !important;
  }

  .tab-content .tab-pane::before {
    width: 200px !important;
    height: 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: 370px;
  }

  .mi-contnet-left-text h4 {
    text-align: center;
  }

  .mi-oneapp-img {
    width: 335px;
  }

  .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: 40px 0 0 !important;
  }

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

  .aboutus .col-lg-6:nth-child(1) {
    margin-bottom: 0px;
  }

  .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-right .mi-btn-primary {
    width: 123px;
}
  .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;
  }

  .mi-products-items .row .col {
    padding: 0;
  }

  .mi-report-overview .col-lg-6:nth-child(1) {
    margin-bottom: 30px;
  }

  .mi-appraisal-banner .mi-banner-content,
  .mi-payroll-outsourcing-banner .mi-banner-content,
  .mi-project-costing-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-appraisal-banner .mi-banner-img,
  .mi-project-costing-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-payroll-outsourcing-banner .mi-banner-container,
  .mi-project-costing-banner .mi-banner-container {
    padding: 40px 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-biofinger-iv-content {
    display: block;
  }

  .mi-biofinger-iv-content .thumb {
    margin: 40px auto 0;
  }

  .iface-box,
  .mi-bioaccess-box {
    flex-direction: column;
  }

  .mi-bioaccess-box .description {
    padding-left: 0;
    order: 1;
  }

  .mi-bioaccess-box .thumb {
    margin: 30px auto 0;
    order: 2;
  }

  .iface-box .thumb {
    margin: 30px auto 0;
  }

  .mi-meet-card {
    display: block;
  }

  .mi-meet .display-4 {
    text-align: center;
    max-width: 100%;
  }

  .mi-meet-card a {
    width: 100%;
  }

  .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0, 0);
  }

  .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%;
  }

  .review-tool .jRGTjS {
    justify-content: center;
  }

  .first-class-support,
  .day-to-day-support {
    width: 100% !important;
  }
  .nav-right .mi-btn-primary, .nav-right .mi-btn-warning {
    margin-bottom: 1rem;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-team-members .thumb {
    padding: 12px;
  }

  .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-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;
    height: 1050px !important;
  }

  .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 10px !important;
    font-size: 12px !important;
  }
  .navbar-nav .dropdown-item {
    font-size: 12px;
    color: #1f3966;
    background-color: transparent;
}
  .navbar-nav .dropdown-item:hover {
    font-size: 13px;
    color: #1f3966;
    background-color: transparent;
}
  .nav-item  .mi-btn-warning{
   font-size: 12px;
  }

  .mi-support-box {
    padding: 40px;
  }

  .mi-invoice-wrapper img {
    width: 385px;
  }

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

@media (min-width: 1200px) and (max-width: 1439px) {
  .overview-img .wsq-img {
    width: 550px;
  }

  .navbar-nav .dropdown-item {
    font-size: 14px;
  }

  .navbar-nav .dropdown-item:hover {
    font-size: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 28px 16px !important;
  }

  .nav-right .mi-btn-primary {
    font-size: 14px;
    width: 110px;
    line-height: 21px;
  }

  .nav-right .mi-btn-warning {
    font-size: 14px;
  }

  /* .mi-wsq-tab::after {
     bottom: 32% !important; 
    left: 0px !important;
} */
  .mi-acc-software-banner .mi-banner-container {
    padding: 95px 0 95px;
  }

  .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;
    top: 30px;
  }

  .mi-aboutus-banner h1::after {
    left: -50px;
  }
}

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

.mb-40 {
  margin-bottom: 40px;
}

.mi-faq-extend .display-4 {
  margin-bottom: 45px;
}

.mi-faq-extend p,
.mi-faq-extend ul li {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.mi-faq-qus {
  font-size: 18px;
  line-height: normal;
  font-weight: 800 !important;
  color: #1f3966;
}

.mi-faq-readmore {
  text-align: center;
  margin-top: 3rem !important;
}

.faq-rm-btn {
  font-size: 18px;
  text-decoration: none !important;
}

.mi-faq-extend a.text-warning:focus,
.mi-faq-extend a.text-warning:hover {
  color: #ffc107 !important;
}

.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;
}

.mi-faq {
  margin-bottom: 30px;
  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: 40px;
  font-family: Nunito Sans;
}

.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;
}


.review-tool {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}

.mi-wsq-banner {
  padding: 70px 0 !important;
}

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

.mi-wsq-banner .mi-banner-img img {
  width: 430px;
}

.mi-wsq-banner .mi-banner-img {
  margin: 0px 0 0 30px;
}

.mi-wsq-overview .mi-wsq-border h4 {
  border-bottom: 1px solid;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.mi-wsq-overview .mi-wsq-border h4::after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 4px solid #f6b719;
  padding: 0 0 5px;
  position: relative;
  top: 2px;
}

.mi-wsq-overview ul {
  padding-left: 18px;
  margin-bottom: 0px;
}

.mi-wsq-overview p,
.mi-wsq-overview li {
  font-size: 20px;
  font-family: Nunito Sans;
}

.mi-wsq-workus .mi-work-list i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-size: 37px !important;
}

.mi-wsq-workus .mi-work-list span {
  font-size: 24px;
}

.mi-wsq-workus .mi-work-list h4 {

  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

/* .mi-wsq-tab::after {
  content: "";
  display: block;
  width: 180px;
  height: 40px;
  background: url(../img/icons/dotted-line-3.svg) repeat;
  background-size: 180px 40px;
  position: absolute;
  bottom: 33%;
  left: 55px;
} */
.mi-wsq-fees {
  position: relative;
  padding: 70px 0;
}

.mi-wsq-fees .display-4 {
  margin-bottom: 70px;
}

#wsq .table thead th {
  vertical-align: middle;
  padding: 1.25rem;
  border: none;
  font-size: 18px;
  font-weight: 800;
  font-family: Nunito Sans;
  border-left: 1px solid #dee2e6;
  line-height: 1.25;

}

#wsq .table thead td {
  vertical-align: middle;

  border-top: 2px solid #dee2e6;
  font-size: 18px;
  padding: 1.25rem;
  font-weight: 800;
  font-family: Nunito Sans;
  line-height: 1.25;
}

#wsq .table tbody td {
  vertical-align: middle;

  border-top: 2px solid #dee2e6;
  font-size: 18px;
  padding: 1.25rem;
  font-weight: 800;
  font-family: Nunito Sans;
  border-left: 1px solid #dee2e6;
  line-height: 1.25;
}

#wsq tr>td:nth-child(1) {
  border-left: none;
}

.mi-fw-900 {
  font-weight: 800;
}

.mi-fw-700 {
  font-weight: 700;
}

#view-annexA {
  border: 1px solid #ddd;
  padding: 45px 45px 0;
  border-radius: 10px;
}

.mi-outsourcing .content span.text-warning {
  cursor: pointer;
}

.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;
}

.mi-contact-info .icon-pin {
  position: relative;
  top: 0px;
}

.wp-table {
  width: 350px;
}

.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: 0em;
  font-size: 22px;
}

section.mi-hr-software {
  padding: 75px 0;
}


.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
}

.popover-lang {
  background: #f6b719;
  color: white;
  font-weight: bold;
  padding: 0px;
  font-size: 13px;
  border-radius: 4px;
  display: none;
  width: 100%;
  max-width: 130px;
  top: -55% !important;
  min-width: 130px;
}

.popover-lang a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 7px 10px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.popper-arrow,
.popper-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f6b719;
  z-index: -1;
  top: 45%;
  left: -5px !important;
  transform: rotate(45deg);
}

.popover-lang a:first-child {
  border-bottom: 1px solid#ffffff61;
}

.dropright.navbar {
  justify-content: normal;
  max-width: 350px;
}

@media (max-width: 992px) {
  .popover-lang {
    top: 50px !important;
    max-width: 160px;
    left: unset !important;
    right: 0 !important;
  }

  .dropright .dropdown-toggle::after {
    transform: rotate(90deg);
  }

  .popper-arrow,
  .popper-arrow::before {
    top: -5px;
    left: 45% !important;
  }

  .dropright,
  .dropup {
    position: relative;
    width: 340px;
    margin: auto;
    max-width: 340px !important;
  }
}


.mi-teams .modal {
  display: none;
  position: fixed;
  z-index: 1090;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .56);
  overflow: hidden
}

.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 !important;
  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
}

.mi-leave-approval-img1 {
  margin: 0px 100px 0 0;
  height: 520px;
}

@media (max-width: 575px) {
  .mi-leave-approval-img1 {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
}

.mi-implementation-col ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: 7px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f6b719;
}

.mi-product-implementation {
  padding: 0px;
}

.mi-product-implementation .container {
  max-width: 1440px;

}

.mi-product-implementation h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.mi-product-implementation ul {
  padding: 0px 15px;
  margin-bottom: 0;

}

.mi-product-implementation ul li {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  list-style: none;
  position: relative;
}

.mi-implementation-col {
  padding: 24px 18px 25px 23px;
}

.mi-implementation-border-right {
  border-right: 1px solid #cbcdd0 !important;
}

@media (max-width: 767px) {
  .mi-implementation-col {
    border-right: 1px solid #d8e1ef00 !important;
    margin-top: 10px;
  }

  .mi-product-implementation .container {
    padding: 0 30px;
    width: 100%;
  }

  .mi-implementation-col {
    padding: 15px 0px;
  }

}

@media (min-width: 767px) and (max-width:1024px) {
  .mi-implementation-col {
    border-right: 1px solid #d8e1ef00 !important;
    align-items: center;
    justify-content: center;


  }

}

/**mob scroll header ***/

@media (max-width: 991px) {
  header.navigation-wrap.mobile-full .navbar-collapse {
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 99;
    padding: 20px;
    overflow: auto;
    transition: .5s;
    padding-bottom: 100px;
  }

  header.navigation-wrap.mobile-full button.navbar-toggler {
    z-index: 999;
    position: fixed;
    right: 10px;
  }

  header.navigation-wrap.mobile-full .container {
    padding: 0;
  }

  header.navigation-wrap.page-header.mobile-full .navbar-brand {
    padding-left: 15px;
  }

  header.navigation-wrap.page-header.mobile-full {
    height: 100vh;
  }

  .page-header.is-sticky {
    position: fixed;
    animation: auto;
    background: #fff;
  }

  /* width */
  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar {
    width: 1px;
  }

  /* Track */
  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 1px;
  }

  /* Handle */
  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1px;
  }

  /* Handle on hover */
  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
}

header.navigation-wrap.page-header.mobile-full .mob-header-bg {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.page-header.is-sticky {
  position: fixed;
  animation: slideDown .35s ease-out;
  background: #fff
}

@keyframes slideDown {
  from {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mi-language span {
    display: none;
    margin-right: 10px;
    position: relative;
  }

  .nav-right .mi-btn-primary {
    font-size: 12px;
    width: 98px;
    line-height: 18px;
  }
}
.mi-mobi-country.mobile-view {
  position: absolute;
    right: 46px;
    top: 20px;
}



@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-payroll-banner .mi-banner-img {
    width: 550px !important;
}
.mi-appraisal-banner .mi-banner-img {
  width: 550px !important;
}
}
@media (min-width: 1199px) and (max-width: 1200px) {
  .mi-payroll-banner .mi-banner-img {
    width: auto !important;
}
.mi-payroll-banner .btn{
  margin: auto !important;
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;

}
.mi-payroll-banner{
  text-align: center !important;
}
.mi-appraisal-banner .mi-banner-img {
  width: auto !important;
}
.mi-appraisal-banner .btn{
margin: auto !important;
text-align: center !important;
justify-content: center !important;
display: flex !important;

}
.mi-appraisal-banner{
text-align: center !important;
}

}

@media (min-width: 992px) and (max-width:1199px) {
  .mi-payroll-banner .mi-banner-img img{
    width: 100% !important;
}
.mi-payroll-banner .mi-banner-img {
  margin: 0;
  width: 575px !important;
  position: relative !important;
  left: unset !important;
  margin: 50px auto !important;
}
.mi-payroll-banner .mi-banner-content {
  width: 100% !important;
text-align: center !important;
}
.mi-appraisal-banner .mi-banner-img img{
  width: 100% !important;
}
.mi-appraisal-banner .mi-banner-img {
margin: 0;
width: 575px !important;
position: relative !important;
left: unset !important;
margin: 50px auto !important;
}
.mi-appraisal-banner .mi-banner-content {
width: 100% !important;
text-align: center !important;
}
.mi-hr-software-banner .mi-banner-img img{
  width: 100% !important;
}
.mi-hr-software-banner .mi-banner-img {
margin: 0;
width: 575px !important;
position: relative !important;
left: unset !important;
margin: 50px auto !important;
}
.mi-hr-software-banner .mi-banner-content {
width: 100% !important;
text-align: center !important;
}
.mi-banner p {
  max-width: 100% !important;
}
}

/* Home banner slider start */
.mySlides {
	display: none
}

.slideshow-container {
	width: auto;
	position: relative;
	margin: -10px;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(0 0 0 / 20%);
}


/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
  background-color: #bbb0;
	border-radius: 50%;
	display: none;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #bbb0;
}
/* Fading animation */
.fade-animation {
	-webkit-animation-name: fade-animation;
	-webkit-animation-duration: 1.5s;
	animation-name: fade-animation;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade-animation {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade-animation {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.fade-animation:not(.show) {
    opacity: 1;
}
#slide{
	width:96%;
	} 
/* Home banner slider end */

.mi-article-item-eft i {
  width: 45px;
  height: 45px;
  background-size: 45px;
}
.mi-hrms-list-eft .item i {
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.fs-italic{
  font-style: italic;
}



.mi-employee-field-tracking-banner .mi-banner-content {
  width: calc(100% - 520px);
}

.mi-employee-field-tracking-banner .mi-banner-img img {
  width: 500px;
}

.mi-employee-field-tracking-banner .mi-banner-container {
  padding: 0;
}

.mi-banner-img {
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
.mi-employee-field-tracking-banner .mi-banner-container {
    padding: 70px 0 0;
}
.mi-employee-field-tracking-banner .mi-banner-img {
    margin: 0 auto;
}
}
@media (max-width: 575px) {
  .mi-employee-field-tracking-banner .mi-banner-img img {
      width: 350px;
  }
}
.read-lead {
  color: #337ab7;
  font-weight: 500;
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  transition: .5s
}

.read-lead:hover {
  text-decoration: underline;
  transition: .5s
}

.read-lead img {
  width: 20px;
  margin-top: -4px;
  margin-left: 10px
}
@media (max-width: 991px) {
  .mi-team-members .name, .mi-team-members .position {
      text-align: center;
  }
}

.mi-contact-form .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 .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 .intro input {
  border-radius: 4px;
  border: solid 1px #344767!important;
  padding-left: 20px;
  padding-top: 10px;
  cursor: auto!important
}

.mi-contact-form .intro textarea {
  border-radius: 4px;
  border: solid 1px #344767!important;
  padding-left: 20px;
  padding-top: 20px;
  cursor: auto!important
}

input:focus,input:hover {
  border: 1px solid #000
}

input:focus+label,input:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

textarea:focus+label,textarea:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.required:after {
  content: " *";
  color: red
}

.intro .required::after {
  display: none
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:650px;
      margin: 1.75rem auto
  }
}

.mi-contact-form 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 textarea {
  padding: 0;
  border: none;
  border: 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: 117px;
  cursor: auto!important
}
.mi-contact-form  select {
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
  height: 50px !important;
  width: 100% !important;
}
.mi-contact-form input:focus,.mi-contact-form textarea:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid #1f3966;
  box-shadow: none;
  cursor: auto!important
}
select#txtHeadcount {
  font-weight: 600;
  font-size: 16px;
}
.mi-contact-form input.form-check-input {
  width: 25px!important;
  height: 25px!important;
  border: 1px solid #cdcdcd!important;
  cursor: auto!important
}

.mi-contact-form .form-check-label {
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: auto!important
}
.mi-contact-form-container h4 {
  margin-bottom: 30px;
  font-family: Nunito Sans !important;
  font-size: 28px;
  font-weight: 700;
}
label.error {
  color: #d9534f !important;
  font-weight: 700;
}
.bio-img img {
  max-width: 1180px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .bio-img img {
      max-width: 1110px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bio-img img {
      max-width: 935px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bio-img img {
      max-width: 690px !important;
  }
  .mi-award .indursty-icon {
    margin: 10px 0;
}
}
@media (max-width: 767px) {
  .bio-img img {
      max-width: 360px !important;
  }
}
@media (max-width: 575px) {
  .bio-img img {
      max-width: 340px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mi-award .indursty-icon {
      width: 50%;
      margin: 10px 0;
  }
}
.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
}

