@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,
.mi-footer .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: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.nav-right .mi-btn-border {
  border: 2px solid #1F3966;
  border-radius: 5px;
  color: #1f3966;
  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: 15px 32px 25px 0;
  min-width: 600px;
}

.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: 12px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  padding: .2rem 1.5rem;
}

.navbar-nav .dropdown-item:hover {
  color: #1f3966;
  background-color: transparent;
  font-weight: 600;
}

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

.navbar-nav .dropdown-menu {
  padding-top: 10px;
  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% - 440px);
}

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

.mi-home-banner .mi-banner-img img {
  /* width: 405px;
  position: relative;
  right: -45px; */
  width: 440px;
  position: relative;
  right: 0px;
}

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

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

.mi-payroll-banner .mi-banner-img {
  margin: 0;
  width: 560px;
  position: absolute;
  left: 650px;
  margin: 0;
}
.mi-ats-banner .mi-banner-content{
  width: calc(100% - 400px);
}
.mi-ats-banner .mi-banner-img img {
  width: 100% !important;
}

.mi-ats-banner .mi-banner-img {
  margin: 0;
  width: 560px;
  position: absolute;
  left: 670px;
  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: -103px
}

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

.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: 90px !important;
    left: -73px !important;
  }

  .vendigran-steps-container .step-3 {
    top: 140px !important;
    left: -120px !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;
  margin-top: 8px !important;
}

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

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

.mi-banner-img img {
  width: 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;
  line-height: 1.4;
}

.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: 26px;
  width: 220px !important;
  height: 55px;
  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;
}

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

}

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

.mi-pricing-banner img {
  width: 75%;
}

section.mi-pricing-banner h1 {
  font-size: 36px;
  font-family: Nunito Sans;
  font-weight: 700;
  margin: auto;
}

.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: 43% 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;
  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 15px;
  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: 0px;
  -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: 600;
  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;
  line-height: normal;
  font-weight: 700;
  color: #444;
}

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

.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-info img {
  width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.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 10px;
  -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-partner-form-container {
  padding-left: 45px;
  border-left: 1px solid #e9e8e7;
  border-right: 0 !important;
}

.mi-contact-form-container {
  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-right: 1px solid #e9e8e7;
}

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

.mi-contact-form input,
.mi-contact-form textarea,
.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;
  padding-top: 7px;
}

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

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

footer .mi-apps-download a img {
  width: 115px;
  height: 100%
}

.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: 34px;
  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: 145px 0 !important;
  position: relative;
}

.mi-career-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: calc(50% - 400px);
  width: 800px;
  height: 110px;
  background: url(../img/banner-shape-top-2.png) no-repeat;
  background-size: 800px 110px;
}

.mi-career-banner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 438px);
  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: 45px;
  height: 45px;
  background-size: 45px;
}

.mi-work-list h4 {
  margin-bottom: 15px;
  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: 0px;
  padding: 0;
}

.mi-jobs .card:hover {
  border: 1px solid #1F3966;
  border-bottom: 1px solid #1F3966 !important;
}

.mi-jobs .card {
  padding: 0px;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #D9D9D9 !important;
  border: 1px solid #000;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
}

.mi-jobs .card-head {
  margin: 20px;
  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: 60px;
  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: 40px 0;
}

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

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


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

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

.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-top: 1rem;
  margin-bottom: 1rem;
  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 .soc {
  width: 115px;
}

.mi-certificates .item p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 250px;
  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;
  margin-top: 8px !important;
}

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

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

.ui-tab-section .ui-tab-title.active {
  font-weight: 700;
  color: #323232;
}

.ui-tab-section .ui-tab-title:hover {
  color: #323232
}

.ui-tab-section .track-border {
  margin-top: 15px;
  width: 120px;
  height: 2px;
  border-bottom: 2px solid #f6b719;
  display: 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: left;
  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-card-reader {
  background: url(../img/icons/card-reader.svg) no-repeat;
}

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

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

.icon-fingerprints {
  background: url(../img/icons/fingerprints.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;
}

.icon-quick-attendance {
  background: url(../img/icons/quick-attendance.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-partner-network {
  background: url(../img/icons/partner-network.svg) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-earn-while-you-learn​ {
  background: url(../img/icons/earn-while-you-learn​.png) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.double-quotes {
  background: url(../img/icons/double-quotes.webp) no-repeat;
}

.double-quotes {
  display: block;
  width: 42px;
  height: 42px;
  background-size: 42px;
}

.explore-btn {
  margin: 0 auto -10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 30px;
}

.blog-avatar {
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.mi-bg-double {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #f6f8fb 50%, #f6f8fb 100%);
}

.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: #414141;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}

.mi-btn-warning:hover {
  background-color: #e0a613;
  color: #414141;
  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;
}

.mi-best-fit img {
  border-radius: 30px;
}

.mi-best-fit p {
  max-width: 90%;
}

/* Pricing Table Starts */
.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
  padding: 14px 10px;
  text-align: center;
  border: none !important;
  background: #fff;
  white-space: nowrap;
  vertical-align: middle;
}

/* .pricing-table h4 span {
  padding-left: 15px;
  font-size: 12px;
  display: inline-block;
  color: #828c9e;
  font-weight: 500;
  text-align: left;
  position: relative;
}
 
.pricing-table h4 span::before {
  content: '/';
  margin: 0 2px;
  display: inline-block;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px;
} */

.pricing-table .old-price {
  color: #1f39664a;
  font-size: 26px !important;
  margin-left: 15px;
}

.pricing-table .per-user {

  font-size: 14px;
  color: #828c9e;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.cross {
  position: relative;
  display: inline-block;
}

.cross::before,
.cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 53%;
}

.cross::before {
  border-bottom: 2px solid #a71e1eab;
  -webkit-transform: skewY(-0deg);
  transform: skewY(-0deg);
}

/* .cross::after {
  border-bottom: 2px solid #ff00008a;
  -webkit-transform: skewY(10deg);
  transform: skewY(15deg);
} */

.table-scroll thead th {
  vertical-align: bottom;
}

/* .clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.clone th, .clone td {
	visibility: hidden;
}

.clone tbody th {
	visibility: visible;
}

.clone .fixed-side {
	border: 1px solid #000;
	background: #ffffff;
	visibility: visible;
}

.clone thead, .clone tfoot {
  background: transparent;
} */

.pricing-table .plan-name {
  display: block;
  font-size: 18px;
  color: #1f3966;
}

.pricing-table h4 {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: #1f3966;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .pricing-table h4 span {
  padding-left: 15px;
  font-size: 12px;
  display: inline-block;
  color: #828c9e;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.pricing-table h4 span::before {
  content: '/';
  margin: 0 2px;
  display: inline-block;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px;
} */

.pricing-table th small {
  margin: -5px 0 5px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #828c9e;
}

.pricing-table .plan-tagline {
  margin: 0px;
  font-size: 16px;
  color: #1f3966;
  font-weight: 500;
}

.pricing-table tbody td {
  font-size: 14px;
}

.pricing-table tbody td small {
  font-size: 13px;
  font-weight: 500;
}

.pricing-table tbody .add-on {
  position: relative;
}

.pricing-table tbody .add-on i {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  width: 14px;
  height: 14px;
  background-size: 14px !important;
  margin-top: -2px;
}

.pricing-table tbody .add-on .add-on-popper {
  display: none;
  padding: 6px 8px;
  color: #1f3966;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: calc(50% - 80px);
  background-color: #fef8e8;
  border: 1px solid #f6b719;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 160px;
}

.pricing-table tbody .add-on .add-on-popper::after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: #fdf7e7;
  bottom: -5px;
  left: calc(50% - 2px);
  border-top: #f4b929 solid 1px;
  border-left: #f4b929 solid 1px;
  transform: rotate(225deg);
}

.pricing-table tbody th .add-on .add-on-popper {
  min-width: 160px;
  width: auto;
  left: calc(50% - 98px);
}

.pricing-table tbody .add-on:hover .add-on-popper {
  display: block;
}

.pricing-table tbody th {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: sticky;
  left: 0;
  z-index: 9;
}

.pricing-table tbody th i {
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-size: 14px !important;
}

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

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

.pricing-table tbody tr.striped th,
.pricing-table tbody tr.striped td {
  background-color: #fef8e8;
}

.pricing-table thead tr th.border {
  border-top: 2px solid #1f3966 !important;
  border-left: 2px solid #1f3966 !important;
  border-right: 2px solid #1f3966 !important;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.pricing-table tbody tr td.border {
  border-left: 2px solid #1f3966 !important;
  border-right: 2px solid #1f3966 !important;
}

.pricing-table tbody tr:last-child td.border {
  border-bottom: 2px solid #1f3966 !important;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pricing-table thead th:nth-child(1) {
  position: sticky;
  left: 0px;
  z-index: 9;
  border-top: 2px solid #fff !important;
}

.pricing-table tbody tr:last-child th {
  border-bottom: 2px solid #fff !important;
}

.pricing-table ul {
  margin: 0px 0px 10px;
  padding: 0px 6px;
  display: flex;
  flex-wrap: wrap;
}

.pricing-table ul li {
  margin: 0 0 6px;
  padding: 0px 6px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  white-space: normal;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.pricing-table ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #f6b719;
}

/* Pricing Table Ends */


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

.mi-home-business-logos .home-logo-shadow::before {
  position: absolute;
  content: '';
  z-index: 5;
  width: 100px;
  height: 100%;
  top: 0;
  left: -2px;
  background: linear-gradient(90deg, #fff 0, rgba(241, 237, 233, 0) 100%);
}

.mi-home-business-logos .home-logo-shadow::after {
  position: absolute;
  content: '';
  z-index: 5;
  width: 100px;
  height: 100%;
  top: 0;
  right: -2px;
  background: linear-gradient(270deg, #fff 0, rgba(241, 237, 233, 0) 100%);
}


@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;
    margin-bottom: 15px !important;
  }

  .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) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  /* .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);
  }

  .dots-frame::after {
    left: 231px;
    bottom: -49px;
  }

  .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::after {
    left: calc(50% - 150px);
    width: 300px;
    height: 20px;
    background-size: 300px 20px;
    /* bottom: -18px; */
  }

  .mi-career-banner::before {
    left: calc(50% - 150px);
    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;
  }

  .table-scroll td,
  .table-scroll th {
    padding: 8px 12px;
  }

  .pricing-table ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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: 130px !important;
    left: -74px !important;
  }

  .vendigran-steps-container .step-3 {
    top: 200px !important;
    left: -108px !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::after {
    left: calc(50% - 250px);
    width: 500px;
    height: 30px;
    background-size: 500px 30px;
    /* bottom: -25px; */
  }

  .mi-career-banner::before {
    left: calc(50% - 250px);
    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-contact-info img {
    width: 200px;
    display: block;
    margin: auto;
    ;
  }

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

  .mi-contact-info ul li {
    margin-bottom: 25px;
  }

  .mi-contact-form-container {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #e9e8e7;
    border-left: none;
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }

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

  .mi-jobs .card-head {
    margin: 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-contact-info img {
    width: 350px;
    margin: auto;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mi-partner-form-container {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e9e8e7 !important;
    border-bottom: 0px;
    border-left: none;
    margin-bottom: 30px;
    border-right: none;
    padding-right: 0;
  }

  .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-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #e9e8e7;
    border-left: none;
    margin-bottom: 30px;
    border-right: none;
    padding-right: 0;
  }

  .mi-contact-info .icon-pin {
    position: relative;
    top: -130px !important;
  }

  .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::after {
    left: calc(50% - 375px);
    width: 750px;
    height: 45px;
    background-size: 750px 45px;
    /* bottom: -310px; */
  }

  .mi-career-banner::before {
    /* top: -90px; */
    left: calc(50% - 350px);
    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-products-items {
    padding: 10px 0 0;
    min-width: 100%;
  }

  section.mi-pricing-banner h1 {
    font-size: 30px;
  }

  .mi-teams .display-4 {
    margin-bottom: 0;
  }

  .mi-workus {
    padding: 50px 20px 50px 20px !important;
  }

  .mi-team-members .thumb {
    margin: 33px 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: 150px;
    left: -94px;
  }

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

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

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

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

  .mi-best-fit p {
    max-width: 100%;
  }
}

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

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

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

  .nav-right .mi-btn-border {
    font-size: 14px;
    width: 108px;
    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: 10px;
  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 !important;
}

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

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

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

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

@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;
  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-pricing-banner img {
    width: 100%;
  }

  section.mi-pricing-banner h1 {
    margin-bottom: 30px !important;
    font-size: 26px !important;
  }

  .mi-contact-form-container {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e9e8e7;
    border-bottom: none;
    border-left: none;
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }

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

  .nav-item .dropdown-menu {
    max-height: 0;
    visibility: hidden !important;
    opacity: 0 !important;
    display: none;
  }
}

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: auto;
    line-height: 18px;
  }

  .nav-right .mi-btn-border {
    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;
}

.card-filter 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;

}

.card-filter ul li {
  margin: 0 0 15px;
  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%;
  list-style: none;
  text-transform: uppercase;
}

.mi-story-filter .mi-filter-buttons li {
  margin: 0 10px 20px 0;
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: 900;
  border-radius: 30px;
  /* box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05); */
  /* border: solid 2px #54a7dc; */
  cursor: pointer;
}

.mi-story-filter .mi-filter-buttons a {
  margin: 8px 12px 0px 0;
  padding: 3px 20px;
  color: #000000;
  border: 1px solid rgb(224, 166, 19);
  border-radius: 30px;
  cursor: pointer;
  /* width: 100%;
  display: block; */
  font-weight: 900;
}

.mi-story-filter .mi-filter-buttons li:hover {
  text-decoration: none;
  color: #fff;
  background-color: #54a7dc00;
}

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

.mi-story-filter .mi-filter-buttons li.active {
  background: #54a7dc00;
}


a.pager {
  padding: 5px;
  border-radius: 5px;
  background-color: #d9d9d9;
  margin: 5px;
  color: #1f3966;
  font-size: 12px;
  width: 30px;
  display: inline-block;
  font-weight: 900;
}

a.pager.active {
  background: #f6b719;
  color: #fff;
}

.mi-story-filter .mi-filter-buttons a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(224, 166, 19) !important;
}

.mi-story-filter .mi-filter-buttons {
  max-width: 850px;
  margin: auto;
}



@media (max-width: 767px) {
  .mi-story-filter .mi-filter-buttons li {
    padding: 3px 3px;
  }



}

@media (max-width: 480px) {
  .mi-story-filter .mi-filter-buttons li {

    margin: 0px auto 0px auto;
  }
}

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

.mi-employee-field-tracking-banner .mi-banner-img img {
  width: 100%;
  /* margin-bottom: -41px; */
}

.mi-employee-field-tracking-banner .mi-banner-img {
  margin: 0;
  width: 575px;
  position: absolute;
  left: 635px;
  margin: 0;
}

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

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

.mi-stories-list .card-head {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  transform: translate3d(0px, 0px, 0px) !important;
  transition: 0.1s !important;
  margin: 50px 15px 0;
}

.mi-stories-list {
  margin: auto;
}

.mi-stories-list-card .card-head {
  width: 100%;
}

.mi-features-stories-card .card-head {
  box-shadow: none;
  margin: 50px auto 15px auto;
}

.mi-stories-list-card .card-head {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  transform: translate3d(0px, 0px, 0px) !important;
  transition: 0.1s !important;
}

.mi-stories-list-card .card-head .card-body .name {
  font-size: 20px;
  font-weight: 900;
  color: #1f3966;
}

.mi-stories-list-card .card-head .card-body p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #323232;
  height: 135px;
}

.mi-features-stories-card a.card-head:hover {
  text-decoration: none;
}

.mi-stories-list-card .card-head {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  overflow: hidden;
}

.mi-features-stories-card .card-head p {
  color: #1f3966 !important;
  font-weight: 500;
}

.mi-features-stories-card .card-head img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  border-radius: 15px;
}

.mi-features-stories-card .card-head .card-body {
  padding: 20px 0px 0px;
  text-align: left;
}

.mi-clients-list .tab-content .tab-pane {
  height: 900px;
}

img.play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 52px !important;
  object-fit: contain !important;
  cursor: pointer !important;
}

img.arrow-play {
  width: 25px !important;
  height: 20px !important;
  margin: 3px !important;
}



.mi-acc-software-banner .mi-card-banner-img {
  margin: 0;
  width: 500px;
}

.mi-acc-software-banner .mi-card-banner-img img {
  width: 100%;
  margin: auto;
  display: block;
  height: 180px;
  object-fit: cover;
}

.mi-acc-software-banner .mi-card-banner-img p {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.43;
}

.mi-acc-software-banner .mi-card-banner-img a {
  font-size: 13px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
}

.mi-card-banner-img .card-head {
  width: 100%;
  max-width: 400px;
}

.mi-features-stories .card-head {
  box-shadow: none;
  margin: 50px auto 15px auto;
}

.mi-features-stories .card-head img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  border-radius: 15px;
}

.mi-features-stories .card-head .card-body {
  padding: 20px 0px 0px;
  text-align: left;
}

.mi-features-stories .card-head p {
  color: #1f3966 !important;
  font-weight: 500;
}

section.mi-features-stories {
  padding: 80px 0px 80px 0px;
}

.mi-features-stories a.card-head:hover {
  text-decoration: none;
}

.mi-clients-list .nav-link.active {
  background-color: #ffffff;
}

.mi-clients-list .tab-content {
  background: #ffffff;
}

.mi-read-customer-story {
  font-size: 18px;
  font-weight: 900;
  color: #1f3966;
  /* text-decoration: underline; */
  /* border-bottom: 2px solid #1f3966; */
}

.mi-read-customer-story:hover {
  color: #1f3966;
  text-decoration: none;
}

img.arrow-play-right {
  width: 13px !important;
  height: 5px !important;
  margin: 3px !important;
}

.mi-read-customer-story::after {
  content: "";
  display: block;
  width: 201px;
  border-bottom: 2px solid #1f3966;
  padding: 0 0 -3px;
  position: relative;
  top: -4px;
}

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

@media (max-width: 991px) {
  .mi-acc-software-banner .mi-card-banner-img p {
    text-align: initial !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-stories-list-card .card-head .card-body p {
    height: 75px;
  }

  .mi-acc-software-banner .mi-card-banner-img {
    margin: auto;
  }
}

@media (max-width: 767px) {


  .mi-stories-list-card .card-head .card-body p {
    height: auto;
  }

}

@media (max-width: 480px) {

  .mi-stories-list-card .card-head .card-body p {
    height: auto;
  }
}

/*******  success stories *********/

.mi-success-stories-banner .mi-banner-container {
  padding: 80px 0;
}

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

.mi-success-stories-banner .mi-banner-img {
  position: absolute;
  top: auto;
  right: 0;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-success-stories-banner .mi-banner-container {
    padding: 45px 0;
  }

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

  .mi-success-stories-banner .mi-banner-img {
    right: 0;
  }

  .mi-success-stories-banner .mi-banner-img img {
    width: 400px;
    right: -35px;
  }
}

@media (max-width: 991px) {
  .mi-success-stories-banner .mi-banner-img {
    margin: 0 auto !important;
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-success-stories-banner .mi-banner-img img {
    width: 470px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .mi-success-stories-banner .mi-banner-img img {
    width: 300px;
    position: relative;
    right: auto;
  }
}

.fw-normal {
  font-weight: 500;
}

.mi-success-stories-banner .mi-card-banner-img {
  margin: 0;
  width: 525px;
}

.mi-success-stories-banner .mi-card-banner-img img {
  width: 100%;
  margin: auto;
  display: block;
  height: 180px;
  object-fit: cover;
}

.mi-success-stories-banner .mi-card-banner-img p {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.43;
}

.mi-success-stories-banner .mi-card-banner-img a {
  font-size: 13px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
}

.mi-card-banner-img .card {
  width: 100%;
  max-width: 400px;
}

.mi-success-stories {
  padding: 50px 0 !important;
}

.mi-success-stories-banner .mi-banner-container {
  padding: 80px 0;
}

section.mi-success-stories-banner .mi-banner-img img {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .mi-feed-wrapper h2.display-4 {
    text-align: left;
  }

  .mi-feed-wrapper img.mi-stories-img-left.mi-hrms-img,
  .mi-feed-wrapper img.mi-stories-img.mi-hrms-img {
    order: 2;
    margin-top: 40px;
    border-radius: 10px;
  }

  .mi-bg-white {
    padding: 50px 0 50px 0px;
  }

  .mi-feed-wrapper p,
  .mi-feed-wrapper li {
    text-align: left !important;
  }
}

@media (min-width: 991px) {
  section.mi-success-stories-banner h1 {
    font-size: 39px !important;
    margin-bottom: 20px;
  }

  .mi-stories-img {
    margin: 0 0 0 120px;
    width: 464px;
    height: 525px;
    object-fit: cover;
    border-radius: 10px;

  }

  .mi-stories-img-left {
    margin: 0 120px 0 0;
    width: 464px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    border-radius: 10px;
  }
}

#testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.testimonial-box {
  padding: 20px;
  margin: 15px;
  border: 3px solid #f6b719;
  border-radius: 15px;
}

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

/*******  end success stories *********/
/*******  Star success stories *********/
.more {
  display: none;
}

a.showLink,
a.hideLink {
  text-decoration: none;
  color: #36f;
  padding-left: 8px;
  background: transparent url(down.gif) no-repeat left;
}

a.hideLink {
  background: transparent url(up.gif) no-repeat left;
}

a.showLink:hover,
a.hideLink:hover {
  border-bottom: 1px dotted #36f;
}

.card-filter ul li {
  font-size: 14px;

}

/******* end success stories *********/

/*****************Careers *****************/
/*.current {
        color: green;
        }*/

#pagin li {
  display: inline-block;
}

.prev {
  cursor: pointer;
}

.next {
  cursor: pointer;
}

.last {
  cursor: pointer;
  margin-left: 5px;
}

.first {
  cursor: pointer;
  margin-right: 5px;
}

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

.select-styled:after {
  display: none;
}

/********************careers**************/

/***************sitemap****************/
.mi-sitemap .display-4 {
  margin-bottom: 75px;
}

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

.mi-sitemap h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 900;
}

.mi-sitemap ul li a {
  color: #323232;
  line-height: 1.8;
  display: inherit;
  font-weight: 600;
}

.mi-sitemap ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(./assets/img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 30px;
  position: relative;
  top: 9px;
  left: -5px;
}

.mi-sitemap .mi-support-box {
  margin: 0 0 80px;
  padding: 40px 70px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
}

.mi-sitemap-banner {
  padding: 60px 0 !important;
}

.mi-sitemap h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 900;
}

.mi-sitemap ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.mi-sitemap ul li a {
  color: #323232;
  line-height: 35px;
  display: inherit;
  font-weight: 600;

}

.mi-sitemap ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 30px;
  position: relative;
  top: 9px;
  left: -5px;
}

.mi-sitemap .blog ul li a {
  color: #323232;
  line-height: 1.8;
  display: flex;
  font-weight: 600;
  padding-bottom: 6px;

}

.mi-sitemap .blog ul li a::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: 0px;
}

.mi-sitemap .mi-support-box {
  margin: 0 0 80px;
  padding: 40px 70px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
}

.mi-sitemap-banner {
  padding: 60px 0 !important;
}

.card-header a {
  color: #323232;
}

/***************sitemap****************/
/***********bio matic******************/
.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: .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
}

.mi-bg-cyan {
  background: #d0dcfc;
}

.mi-bg-cyan-light {
  background: #EEF3FE;
}

.mi-billing-value {
  position: absolute;
  right: 155px;
  font-weight: 700;
}

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

.bio-img img {
  max-width: 1180px
}

.aboutus a:hover {
  text-decoration: none
}

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

.mi-badge {
  margin-top: 45px
}

.wp-table th,
td {
  border: 1px solid #dee2e6;
}

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

.mi-mobile-app img {
  /* width: 100%; */
  height: auto;
}

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

.mi-biometric-compare-table {
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
  border-radius: 10px;
}

.mi-biometric-compare-table .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}

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

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

@media (max-width: 575px) {
  .bio-img img {
    max-width: 340px !important;
  }

  .mi-billing-value {
    position: absolute;
    right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bio-img img {
    max-width: 690px !important;
  }

  .mi-billing-value {
    position: absolute;
    right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .mi-award .indursty-icon {
    width: 50%;
    margin: 10px 0;
  }

  .mi-billing-value {
    position: absolute;
    right: 100px;
  }

}

@media (min-width: 1200px) and (max-width: 1439px) {
  .bio-img img {
    max-width: 1110px !important;
  }
}

@media (max-width: 767px) {
  .bio-img img {
    max-width: 360px !important;
  }

  .mi-billing-value {
    position: absolute;
    right: 15px !important;
  }

}

/***********bio metric**************/

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

  .how-it-work .card {
    margin-bottom: 3rem;
    height: auto !important;
  }
}



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

.ShowHide {
  overflow: hidden;
  font-family: Nunito Sans;
  background-color: #edf3ff;
  color: #fff;
  height: auto
}

.header-offer-text {
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.7px;
  text-align: center;
  color: #1f3966;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Nunito Sans;

}

.header-offer-text i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-size: 50px;
}

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

.ShowHide a {
  color: #007bff;
  text-decoration: none;
  -webkit-animation: blink 800ms step-end infinite;
  animation: blink 800ms step-end infinite;
}

@-webkit-keyframes blink {
  50% {
    color: #f6b719;
  }
}

@keyframes blink {
  50% {
    color: #f6b719;
  }
}

.showhide-close-btn {
  color: #d3d3d3;
  font-size: 36px;
  background-color: transparent;
  border: 0
}

.showhide-close-text {
  color: #b8b5b5;
  font-size: 16px;
  background-color: transparent;
  border: 0
}

.showhide-close-btn:hover {
  color: #999;
  text-decoration: none
}

.mi-faq-body .more,
.mi-faq-body .nomore {
  padding-bottom: 18px;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  padding-right: 80px;
  display: block;
}


.how-it-work h3 {
  margin-bottom: 220px !important;
}

.how-it-work .how-row {
  margin-top: -120px !important;
}

.how-it-work .card {
  padding: 70px 30px 50px 30px;
  color: #323232;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  border: none;
  height: 100%;
  transition: transform .2s;
  position: relative;
}

.how-it-work .card .count {
  position: absolute;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0%;
  right: 50%;
  transform: translate(50%, -50%);
  font-weight: 600;
  color: #f6b719;
}

.how-it-work .card .count span {
  border: 2px solid #f6b719;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.how-it-work .card h5 {
  font-size: 20px;
  font-weight: 800;
  color: #323232;
  padding: 20px 0px;
  margin-bottom: 0px;
}

.how-it-work .card p {
  font-size: 18px;
  line-height: 1.5;
}

.how-it-work img {
  width: 70px;
  height: 80px;
}

.mi-face-rec {
  padding: 100px 0px !important;
}

.mi-face-rec .img-adjust {
  width: 100%;
  height: auto;
  margin: auto;
}

.mi-face-rec .img-adjust img {
  border-radius: 20px;
}


.mi-face-rec .item a {
  border-bottom: 0px solid;

}

.mi-face-rec .item h5 {
  position: relative;
}

.mi-face-rec .item h5:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 4px solid #f6b719;
  padding: 0 0 5px;
  position: relative;
  top: -5px;
  display: none;
}

.mi-face-rec .item {
  width: 85%;
}

.mi-face-rec .mid-face .item {
  margin-left: 15%;
}

.mi-face-rec .item p {
  margin-bottom: 0;
  font-size: 18px;
  color: #444;
  font-weight: 500;
  padding-left: 40px;
}

.mi-face-rec .item h5 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  padding-left: 40px;
  margin-bottom: 20px;
}

.mi-face-rec .item i {
  margin: 0 auto 15px;
  display: flex;
  width: 26px;
  height: 26px;
  background-size: 26px;
  position: absolute;
  left: 0;
}

@media(max-width: 768px) {
  .mi-face-rec .item {
    width: 100%;
    margin-left: 0px !important;
  }

  .mi-face-rec .img-adjust {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
  }
}

/*****************New careers page swiper slider***************************/
.mi-best-fit img {
  border-radius: 15px;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mi-swiper-video-slider.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s all;
  border-radius: 10px;
}

.mi-swiper-video-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
}

.mi-swiper-video-slider .swiper-slide {
  pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: 60% !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: bold;
  text-shadow: 3px 1px 7px #1f3966;
}

.mi-swiper-video-slider .swiper-slide {
  pointer-events: none;
}

.mi-swiper-video-slider .swiper-slide-active {
  pointer-events: unset;
}

.mi-swiper-video-slider .swiper-slide-prev,
.mi-swiper-video-slider .swiper-slide-duplicate-prev {
  filter: blur(3px);
  pointer-events: none;
}

.mi-swiper-video-slider .swiper-slide-next,
.mi-swiper-video-slider .swiper-slide-duplicate-next {
  filter: blur(3px) !important;
  pointer-events: none;
}


.mi-swiper-video-slider .swiper-slide-active {
  transition: 0.3s all;
  opacity: 1;
}

.mi-swiper-video-slider img.card-img-top {
  border-radius: 10px !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px !important;
}

.mi-swiper-slider {
  margin-top: -295px !important;
  background: linear-gradient(to bottom, #ff000000 50%, #f6f8fb 50%);
}

.mi-bg-swiper-slider {

  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 580px !important;
  width: 100%;
  background-position: center top;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f6b719 !important;
}

.swiper1 img {
  vertical-align: middle;
  border-style: none;
  object-fit: fill;
  width: 100%;
  height: 170px;
  padding: 5px;
}

@media (max-width: 991px) {
  .swiper-slide img {
    width: 100%;
  }

  .mi-swiper-slider {
    margin-top: -180px !important;
    overflow: hidden;
    background: linear-gradient(to bottom, #ff000000 50%, #f6f8fb 50%);
  }

  .mi-bg-swiper-slider {
    height: 400px !important;
    background-position: center !important;
  }
}

@media (max-width: 786px) {
  .swiper-slide img {
    width: 100%;
    overflow-x: hidden;
  }

  .swiper-container {
    width: 80%;
  }

  .mi-bg-swiper-slider {
    height: 200px !important;
    background-position: center !important;
  }

  .mi-swiper-slider {

    overflow: hidden;
    background: linear-gradient(to bottom, #ff000000 50%, #f6f8fb 50%);
  }
}

.swiper1 {
  width: 100%;
  overflow: hidden;
}

.swiper-slide1 {
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.swiper-slide1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide1 .swiper-slide-prev,
.swiper-slide-next {
  filter: blur(0px) !important;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0));
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.mySwiper .swiper {
  width: 100%;
  height: 280px;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 255px;
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*******************************************/

.mi-contact-form-info .label-top {
  position: absolute;
  top: 3px;
  left: 25px;
  transition: .2s;
  font-size: 15px !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
  color: #c4c4c4 !important;
  cursor: auto !important
}

.mi-contact-form-info .label-top.none-lbl {
  top: -22px !important;
  background: #fff;
  transition: .2s;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  color: #344767 !important;
  font-size: 15px;
  font-weight: 700;
  cursor: auto !important
}

.mi-contact-form-info input#txtdate {
  background: #fff;
  font-weight: 800;
  padding-left: 15px;
}

.mi-contact-form-info select#txttime {
  font-weight: 800;
  padding-left: 10px;
}

.mi-contact-form-info .label-top.none-lbl-emp {
  opacity: 0;
}

.mi-contact-form-info .intro .label-top.none-lbl-emp {
  opacity: 1;
}

.mi-contact-form-info .intro label.label-top {
  top: -22px !important;
  background: #fff;
  transition: .2s;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  color: #344767 !important;
  font-size: 15px;
  font-weight: 700;
  cursor: auto !important
}

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


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

.mi-contact-form-info select {
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
  height: 50px !important;
  width: 100% !important;
}

.mi-contact-form-info input:focus {
  border: 1px solid #000
}

.mi-contact-form-info input:hover {
  border: 1px solid #000
}

.mi-contact-form-info input:focus+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info input:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info textarea:focus+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info textarea:valid+label {
  top: -6px;
  color: #000;
  font-weight: 700
}

.mi-contact-form-info .required:after {
  content: " *";
  color: red
}

.mi-contact-form-info .intro .required::after {
  display: none
}



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

.mi-contact-form-info input {
  /* padding: 0; */
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
  height: 50px !important;
  width: 100% !important
}

.mi-contact-form-info textarea {
  /* padding: 0; */
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  font-size: 18px;
  font-weight: 800;
  color: #323232;
  box-shadow: none;
  resize: none;
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
  width: 100% !important;
  height: 50px !important;
  cursor: auto !important
}

#ptxtComments {
  height: 100px !important;
}

#txtComments,
#poptxtComments {
  height: 80px !important;
}

.mi-contact-form-info .label-top textarea {
  left: 18px;
}

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

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

.mi-contact-form-info .form-check-label {
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: auto !important;
  padding-top: 6px;
}

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

.mi-contact-form-info .adderror {
  border-bottom: 1px solid red !important;
  margin-bottom: 0px !important;
}

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

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

.datepicker .datepicker-switch {
  color: #1f3966 !important;
}

.datepicker .datepicker-switch {
  width: 220px !important;
}

.datepicker .next {
  color: #f6b719 !important;
  margin-top: 0;
  top: 0px;
  width: auto;
}

.datepicker .prev {
  color: #f6b719 !important;
  margin-top: 0;
  top: 0px;
  width: auto;
}

.datepicker tfoot tr th {
  color: #1f3966 !important;
}

.datepicker td,
.datepicker th {
  padding: 7px;


}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee00 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #f6b719, #f6b719) !important;

}

.datepicker {
  box-shadow: 0 2px 8px 0 rgb(31 57 102 / 41%) !important;
  border: none !important;
  background: #FFF;
}

select#txtHeadcount {
  font-weight: 600;
}

/***************client logo slider *************************/
.mi-home-business-logos .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.mi-home-business-logos .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}

.mi-home-business-logos .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mi-home-business-logos .slick-slide .inner {
  margin: 0px 20px;
}

.mi-home-business-logos .mi-cient-logos .slick-slide img {
  margin: 0 0 45px;
  width: 130px;
  height: 65px;
  object-fit: contain;
  background: #FFF;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border-radius: 8px;
  padding: 10px;
}

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

@media (min-width: 768px) {
  .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 65px;
    width: 160px;
    height: 85px;
    object-fit: contain;

  }

  .mi-home-business-logos .slick-slide .inner {
    margin: 0 15px;
  }
}

@media (max-width: 575px) {
  .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 25px;
    width: 85px;
    height: 55px;
    object-fit: contain;
  }

  .mi-home-business-logos .slick-slide .inner {
    margin: 0 10px;
  }
}

/***************client logo slider *************************/
/*****************event*************************************/
.mi-events .slide-container {
  width: 100%;
  padding: 0px 0 30px 0;
}

.mi-events .slide-content {
  margin: 0px;
  border-radius: 25px;

}

.mi-events .card {
  border-radius: 0px;
  /* margin-bottom: 20px; */
  display: block !important;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
  border: solid 0px rgba(255, 255, 255, .25);
  background-color: #FFF;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

.mi-events .card:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  transition: all .3s ease;
  /* cursor: default; */
  /* cursor: pointer !important; */
}

.mi-events .image-content {
  display: flex;
  flex-direction: column;
}

.card-date {
  position: absolute;
  top: 168px;
  color: #FFF;
  background-color: #F6B718;
  height: 32px;
  width: 130px;
  text-align: center;
  left: 0;
  padding: 5px;
  font-weight: 600;
  border-radius: 0px 25px 0 0px;
}

.mi-events .card-content {
  width: 100% !important;
  display: block;
  margin-left: 0;
  padding: 20px;
}

.mi-events .image-content {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.mi-events .name {
  font-size: 18px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5rem;
  cursor: default;
}

.mi-events .description {
  font-size: 16px;
  color: #8D8D8D;
  cursor: default;
}

.mi-events .card-desc {
  height: 240px;
}

.mi-events .mi-events-desc {
  height: 240px;
}

.mi-other-events .mi-events-desc {
  height: 130px !important;
}

.mi-events .swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.mi-events .swiper-navBtn:hover {
  color: #4070F4;
}

.mi-events .swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 38px;
}

.mi-events .swiper-button-next {
  right: 0;
  top: 25px !important;
  position: absolute;
}

.mi-events .swiper-button-prev {
  left: 1035px;
  top: 25px !important;
  position: absolute;
}

.mi-events .swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.mi-events .swiper-pagination-bullet-active {
  background-color: #4070F4;
}

.mi-events a.more-link {
  font-weight: 700;
  width: auto !important;
  font-size: 0.9rem !important;
  color: #323232 !important;
  text-transform: capitalize;
}

.mi-events a.more-link:hover {
  text-decoration: none;
}

.mi-events .card-content img {
  width: auto;
}

.mi-events .swiper-button-prev {
  background-image: url('../img/icons/carousel-left-primary.svg');
}

.mi-events .swiper-button-next {
  background-image: url('../img/icons/carousel-right-primary.svg');
}

.mi-events .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}

.mi-events .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  display: none;
}

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

.mi-events-banner {
  padding: 140px 0 !important;
}

.mi-events-banner h1 div {
  font-size: 28px;
  font-weight: 600;
}

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

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

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

.mi-dived {
  border: 1px solid #D2D2D2;
  margin: 0;
}

.mi-event-gallery::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background: url(../img/icons/event-after.svg) no-repeat;

  background-size: 194px 95px;
  position: absolute;
  top: 15px;
  left: -6px;
}

.mi-other-events::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background: url(../img/icons/event-before.svg) no-repeat;
  background-size: 194px 95px;
  position: absolute;
  bottom: 26px;
  right: -7px;
}

.mi-other-events-btn {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 50%;
  left: 25%;
}

.mi-other-events-card .card {
  border: 1px solid #f6b719;
}

.mi-workshop-specializing .mi-apps-list-check li {
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #1f3966;
  position: relative;
}

.mi-business-tools .video-btn {
  cursor: pointer;
  transform: scale(1) !important;
}

.mi-business-tools .video-btn:hover {
  cursor: pointer;
  transform: scale(1) !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-events .card-desc {
    height: 250px;
  }

  .mi-events .mi-events-desc {
    height: 270px;
  }

  .mi-events .swiper-button-prev {
    left: 850px;
    top: 25px !important;
    position: absolute;
  }

  .card-date {
    top: 130px;
  }
}

@media (max-width: 767px) {
  .mi-events-banner h1 div {
    font-size: 18px;
    line-height: 30px;
  }

  section.mi-events-banner h1 {
    margin-bottom: 15px !important;
    font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-events .swiper-button-prev {
    left: 600px;
    top: 25px !important;
    position: absolute;
  }

  .card-date {
    top: 140px;
  }

  .mi-events .slide-container {
    width: 100%;
    padding: 40px 0 30px 0;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .mi-events .swiper-button-prev {
    left: 420px;
    top: 25px !important;
    position: absolute;
  }

  .mi-events .card-desc {
    height: 170px !important;
  }

  .mi-other-events .mi-events-desc {
    height: 130px !important;
  }

  .card-date {
    top: 230px;
  }

  .mi-events .slide-container {
    width: 100%;
    padding: 38px 0 30px 0;
  }

  .mi-other-events-card .card {
    border: 0px solid #f6b719;
  }
}

@media (max-width: 575px) {
  .mi-events .slide-container {
    padding: 15px 0 !important;
  }

  .card-date {
    top: 160px;
  }

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

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

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

  .mi-event-gallery::after {
    display: none;
  }

  .mi-other-events::before {
    display: none;
  }

  .mi-other-events-card .card {
    border: 0px solid #f6b719;
  }
}

@media (max-width: 991px) {
  .mi-events.swiper-button-prev {
    left: 600px;
    top: 25px !important;
    position: absolute;
  }

  .mi-other-events-card .card {
    border: 0px solid #f6b719;
  }
}

/********************event end***************/

/*****************normal pricing**************/

.mi-normal-pricing .pricing-table .plan-name {
  display: block;
  font-size: 18px;
  color: #1f3966
}

.mi-normal-pricing .pricing-table h4 {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: #1f3966;
  display: flex;
  align-items: center;
  justify-content: center
}

.mi-normal-pricing .pricing-table h4 span {
  padding-left: 15px;
  font-size: 12px;
  display: inline-block;
  color: #828c9e;
  font-weight: 500;
  text-align: left;
  position: relative
}

.mi-normal-pricing .pricing-table h4 span::before {
  content: '/';
  margin: 0 2px;
  display: inline-block;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px
}

.mi-normal-pricing .pricing-table th small {
  margin: -5px 0 5px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #828c9e
}

.mi-normal-pricing .pricing-table .plan-tagline {
  margin: 0;
  font-size: 16px;
  color: #1f3966;
  font-weight: 500
}

.mi-normal-pricing .pricing-table tbody td {
  font-size: 14px
}

.mi-normal-pricing .pricing-table tbody td small {
  font-size: 13px;
  font-weight: 500
}

.mi-normal-pricing .pricing-table tbody .add-on {
  position: relative
}

.mi-normal-pricing .pricing-table tbody .add-on i {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  width: 14px;
  height: 14px;
  background-size: 14px !important;
  margin-top: -2px
}

.mi-normal-pricing .pricing-table tbody .add-on .add-on-popper {
  display: none;
  padding: 6px 8px;
  color: #1f3966;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: calc(50% - 80px);
  background-color: #fef8e8;
  border: 1px solid #f6b719;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
  width: 160px
}

.mi-normal-pricing .pricing-table tbody .add-on .add-on-popper::after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: #fdf7e7;
  bottom: -5px;
  left: calc(50% - 2px);
  border-top: #f4b929 solid 1px;
  border-left: #f4b929 solid 1px;
  transform: rotate(225deg)
}

.mi-normal-pricing .pricing-table tbody th .add-on .add-on-popper {
  min-width: 160px;
  width: auto;
  left: calc(50% - 98px)
}

.mi-normal-pricing .pricing-table tbody .add-on:hover .add-on-popper {
  display: block
}

.mi-normal-pricing .pricing-table tbody th {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: sticky;
  left: 0;
  z-index: 9
}

.mi-normal-pricing .pricing-table tbody th i {
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-size: 14px !important
}

.mi-font-13 {
  font-size: 13px;
}

.mi-bill-text {
  font-size: 12px;
  color: #091830;

}

.mi-plan-outline {
  border-radius: 25px;
  border: 2px solid #f4b929;
  padding: 5px 20px;
}

/*****************normal pricing**************/

/****************Workshop page***************/
.mi-workshop-banner .mi-banner-content {
  width: calc(100% - 550px);
}

.mi-workshop-banner .mi-banner-container {
  padding: 80px 0;
}

.mi-workshop-banner .mi-banner-img img {
  width: 505px;
  left: 50px;
  position: relative;
}

.mi-workshop-training-modules .panel .panel-heading h4 {
  font-size: 28px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 15px;
}

.mi-workshop-training-modules .panel .panel-heading i {
  margin: 0 !important;
  display: block !important;
  width: 48px;
  height: 48px;
  background-size: 48px;
}

.mi-workshop-training-modules .panel .panel-heading {
  padding: 26px 15px;
  display: flex !important;
}

.mi-workshop-learn .mi-hrms-list .item {
  box-shadow: 0px 1px 12px 0px #00000012;
  padding: 10px;
  background: #FFF;
  border-radius: 10px;
  height: 220px;
  transition: all 0.3s ease;
}

.mi-workshop-learn .mi-article-item i {
  display: inline-block;
  vertical-align: middle;
}

.mi-workshop-specializing .mi-assured-list .item {
  margin: 0 0 50px;
  padding: 0 22px;
  /*-ms-flex: 0 0 20%;*/
  /* flex: 0 0 17%; */
  /* max-width: 40%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mi-workshop-specializing .mi-assured-list {
  margin: 0 -15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.mi-workshop-specializing .mi-assured-list .item span {
  margin: 10px;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-color: #fff;
  border-radius: 100%;
}

.mi-workshop-specializing .mi-assured-list .item i {
  width: 35px;
  height: 35px;
  background-size: 35px;
}

.mi-workshop .display-5 {
  font-size: 24px;
  font-family: Nunito Sans;
  font-weight: 800;
}

.mi-workshop-program-overview .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 26%;
}

.mi-workshop-institutional-benefits .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 55%;
}

.mi-workshop-training-modules .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 26%;
}

.mi-workshop-subsidy-sec .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: -5%;
}

.mi-workshop-testimonials .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 15%;
}

.mi-workshop-videos .display-4:before {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 26%;
}

.mi-workshop-subsidy-sec .nav-link {
  border: solid 0 #1f3966;
  background-color: #fff;
  font-size: 18px;
  text-align: left;
  color: #1f3966;
  height: 50px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  max-width: 100%
}

.mi-workshop-subsidy-sec li.nav-item:first-child .nav-link {
  border-radius: 30px;
  border-right: 0;
  font-weight: 600
}

.mi-workshop-subsidy-sec li.nav-item:last-child .nav-link {
  border-radius: 30px;
  border-left: 0
}

.mi-workshop-subsidy-sec li.nav-item .nav-link.active {
  background: #1f3966;
  color: #fff
}

.mi-workshop-subsidy-sec li.nav-item:first-child {
  border-width: 1px 0 1px 1px;
  border-radius: 30px 0 0 30px;
  border-style: solid
}

.mi-workshop-subsidy-sec li.nav-item:last-child {
  border-width: 1px 1px 1px 0;
  border-radius: 0 30px 30px 0;
  border-style: solid
}

.mi-workshop-subsidy-sec .box {
  padding: 25px 18px 42px;
  border-radius: 10px;
  background-color: #f5f7fe;
  min-height: 380px;
  margin-bottom: 10px
}

section.mi-workshop-subsidy-sec .box img {
  width: 75px;
  height: 75px;
  object-fit: contain
}

section.mi-workshop-subsidy-sec .box h5 {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  line-height: 26px
}

section.mi-workshop-subsidy-sec .box li,
section.mi-workshop-subsidy-sec .box p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
  line-height: 1.3;
  margin: 0
}

.mi-workshop-specializing .display-5 {
  font-weight: 800;
}

.mi-workshop-specializing .container {
  border-radius: 10px;
}

.mi-workshop-videos img {
  width: 100%;
}


.mi-workshop-videos {
  overflow: hidden;
}

.mi-workshop-learning-Outcomes .mi-article-item i {
  top: -8px;
}

.mi-workshop-training-modules {
  background-color: #f3f3f2;
}

.mi-workshop-testimonials .swiper {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  z-index: 1;
}

.mi-workshop-testimonials .swiper-button-next:after,
.mi-workshop-testimonials .swiper-button-prev:after {
  font-size: 12px !important;
  font-weight: 700;
  text-shadow: 3px 1px 7px #1f3966;
}

.mi-workshop-testimonials .swiper-button-prev {
  top: 55% !important;
  color: #ffffff !important;
  width: 30px !important;
  height: 30px !important;
  left: -3% !important;
  position: absolute;
  background: #1f3966;
  border-radius: 50px;
}

.mi-workshop-testimonials .swiper-button-next {
  top: 55% !important;
  color: #ffffff !important;
  width: 30px !important;
  height: 30px !important;
  right: -3% !important;
  position: absolute;
  background: #1f3966;
  border-radius: 50px;
}

.mi-workshop-learning-Outcomes .mi-article-item {
  padding: 20px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.mi-workshop-learning-Outcomes .mi-article-item:hover {
  box-shadow: 0 1px 12px 0 #0000002b;
  cursor: pointer;
  transform: scale(1.02);
}

.mi-workshop-testimonials .card {
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, .18);
  border: none;
  height: auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.mi-workshop-testimonials .card-body img {
  width: 40px;
  max-height: 40px;
  margin-right: 1rem;
  overflow: hidden;
}

.mi-workshop-videos img:hover {
  position: relative;
  transition: transform 0.3s ease;
  transform: translateY(-10px);
}

.mi-workshop-learn .mi-hrms-list .item:hover {
  position: relative;
  transition: transform 0.3s ease;
  transform: translateY(-10px);
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .mi-workshop-learn .mi-hrms-list .item {
    height: 245px;
  }

  .mi-workshop-program-overview .display-4:before {
    right: 21%;
  }

  .mi-workshop-institutional-benefits .display-4:before {
    right: 46%;
  }

  .mi-workshop-training-modules .display-4:before {
    right: 22%;
  }

  .mi-workshop-subsidy-sec .display-4:before {
    top: 45%;
    right: -3%;
  }

  .mi-workshop-testimonials .display-4:before {
    right: 9%;
  }

  .mi-workshop-videos .display-4:before {
    top: 100%;
    right: 22%;
  }

  .mi-workshop-subsidy-sec .tab-content .tab-pane {
    padding: 40px 60px;
    height: auto !important;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .mi-workshop-banner .mi-banner-img img {
    width: 505px;
    left: 4px;
    position: relative;
  }

  .mi-workshop-subsidy-sec .tab-content .tab-pane {
    padding: 40px 20px !important;
  }

  .mi-workshop-specializing .mi-assured-list {
    justify-content: center;
    margin-top: 20px;
  }

  .mi-workshop-program-overview .display-4:before {
    right: 14%;
  }

  .mi-workshop-institutional-benefits .display-4:before {
    right: 36%;
  }

  .mi-workshop-training-modules .display-4:before {
    right: 16%;
  }

  .mi-workshop-subsidy-sec .display-4:before {
    top: 53%;
    right: -13%;
  }

  .mi-workshop-testimonials .display-4:before {
    right: 2%;
  }

  .mi-workshop-videos .display-4:before {
    right: 15%;
  }

  .mi-workshop-testimonials .swiper-button-prev {
    left: 85%;
  }

}

@media (max-width: 768px) {
  .mi-workshop-subsidy-sec li.nav-item:first-child .nav-link {
    border-radius: 30px;
    border-right: 0
  }

  .mi-workshop-subsidy-sec li.nav-item:last-child .nav-link {
    border-radius: 30px;
    border-left: 0
  }

  .mi-workshop-subsidy-sec .box {
    min-height: auto
  }

  .mi-workshop-subsidy-sec .nav-link {
    margin-bottom: 10px;
    border: solid 1px #1f3966 !important
  }

  .mi-workshop-subsidy-sec li.nav-item:first-child {
    border-width: 0;
    border-radius: 0;
    border-style: solid
  }

  .mi-workshop-subsidy-sec li.nav-item:last-child {
    border-width: 0;
    border-radius: 0;
    border-style: solid
  }

  .mi-article-item:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mi-workshop-testimonials .display-4:before {
    display: none !important;
  }

  .mi-workshop-banner .mi-banner-img img {
    width: 415px;
    left: 10px;
    position: relative;
  }


  .mi-workshop-program-overview .display-4:before {
    display: none !important;
  }

  .mi-workshop-institutional-benefits .display-4:before {
    display: none !important;
  }

  .mi-workshop-training-modules .display-4:before {
    display: none !important;
  }

  .mi-workshop-subsidy-sec .display-4:before {
    display: none !important;
  }

  .mi-workshop-testimonials .display-4:before {
    display: none !important;
  }

  .mi-workshop-videos .display-4:before {
    display: none !important;
  }

  .mi-workshop-testimonials .swiper-button-prev {
    left: 78%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mi-workshop-specializing .mi-assured-list {
    justify-content: center;
    margin-top: 20px;
  }

  .mi-workshop-banner .mi-banner-img img {
    width: 415px;
    left: 10px;
    position: relative;
  }
}

@media (min-width: 360px) and (max-width: 413px) {

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

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

  .mi-workshop-learning-Outcomes .mi-article-item:last-child {
    margin-bottom: 21px;
  }

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

  .mi-workshop-training-modules .panel .panel-heading h4 {
    font-size: 22px;
  }

  .mi-workshop-videos img {
    width: 75%;
  }

}


/****************workshop end******************************/
.mi-job-opportunity .mi-sub-header {
  position: relative;
  font-size: 800;
  text-align: center;
}

.mi-job-opportunity .mi-sub-header::after {
  content: "";
  position: absolute;
  background: url(../img/icons/courv.png) no-repeat !important;
  width: 159px;
  height: 224px;
  top: 100%;
  right: 38%;
}

@media (max-width: 767px) {
  .mi-job-opportunity .mi-sub-header::after {
    right: 21%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mi-job-opportunity .mi-sub-header::after {
    right: 25%;
  }
}

@media (min-width: 360px) and (max-width: 413px) {
  .mi-job-opportunity .mi-sub-header::after {
    right: 14%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-google-testimonials .slider-card-body {
    min-height: 400px !important;
  }
}

.social-media-review {
  width: 165px;
}

.mi-google-testimonials .carousel-card-head {
  position: absolute;
  bottom: 15px;
  width: 90% !important;
}

.mi-google-testimonials .slider-card-body {
  min-height: 365px;
  padding: 13px 18px !important;
  box-shadow: 0 0 5px 1px rgb(164 164 164 / 14%);
}

.mi-google-testimonials {
  background-color: #f9edb46e !important;
}

.mi-google-testimonials .swiper {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;

}

.mi-google-testimonials .card-body img {
  width: 40px;
  max-height: 40px;
  overflow: hidden;
}

.mi-google-testimonials .card {
  /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, .18); */
  border: none;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}

.mi-google-testimonials .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.mi-google-profile-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ededed;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
}

.mi-google-testimonials .card-text {
  text-align: left;
  color: #1F3966;
  font-weight: 600;
  font-size: 14px;
  margin: 0 10px;

}

.mi-google-testimonials .card-title {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;

}

.mi-google-testimonials .company-text {
  color: #a1a1a1;
  font-size: 13px !important;
  font-weight: 400;
  text-align: left !important;
  margin-bottom: 0px !important;
  text-transform: uppercase;

}

.mi-google-testimonials h2 img {
  width: 95px;
}

.mi-home-testimonials .mi-frame-img img {
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.mi-google-testimonials .swiper-button-prev {
  top: 97% !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  left: 0% !important;
  position: absolute;
  background: #1f3966;
  border-radius: 50px;
}

.mi-google-testimonials .swiper-button-next {
  top: 97% !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  right: 0% !important;
  position: absolute;
  background: #1f3966;
  border-radius: 50px;
}

.mi-google-testimonials .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.mi-google-testimonials .swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.mi-google-testimonials .swiper-button-next:after,
.mi-google-testimonials .swiper-button-prev:after {
  font-size: 12px !important;
  font-weight: 700;
  text-shadow: 3px 1px 7px #1f3966;
}

.carousel-inner-img {
  border-radius: 15px;
  box-shadow: 0 0 25px 3px rgb(164 164 164 / 52%);
  margin-bottom: 30px;
}

.play-button {
  background: rgba(255, 255, 255, .7);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.video-btn {
  transition: all .3s ease;
}

.video-btn:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid rgba(68, 68, 68, .7);
  z-index: 100;
  -webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
  transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.play-button:hover::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0)
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none
  }
}



@media (max-width: 480px) {
  .social-media-review {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .mi-banner .col-auto {
    width: 50%;
    padding: 5px 0;
  }

  .mi-count-col {
    border-right: 0 solid #d8e1ef7a !important;
    width: 50%;
    padding: 15px 0;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }

  .mi-banner-content {
    max-width: 800px;
  }

  .mi-payroll-banner .mi-banner-img,
  .mi-appraisal-banner .mi-banner-img,
  .mi-hr-software-banner .mi-banner-img {
    position: unset;
    margin: auto;
  }

  .mi-banner-img {
    margin: auto !important;
  }
}

@media(min-width: 1200px) and (max-width: 1439.98px) {

  .mi-footer .container,
  .navigation-wrap .container,
  .mi-product-implementation .container,
  .mi-home-business-logos .container {
    max-width: 1140px;
  }
}


/*******************************Industry Start *************************************/
.mi-industry .mi-banner-content {
  width: calc(100% - 500px);
}

.mi-industry .mi-banner-container {
  padding: 93px 0 !important;
}

.mi-industry .mi-banner-container h1 {
  margin-bottom: 30px !important;
}

.industry-bodyCopy {
  margin-bottom: 30px !important;
}

.mi-industry .mi-banner {

  background-image: linear-gradient(to bottom, #000328, #1f3966);

}

.mi-industry .home-banner-review {
  width: 150px;
}

.mi-industry .mi-btn {
  border-radius: 100px;
  color: #3b3b3b;
  background-color: #f1bb43;
  font-size: 18px;
  padding: 6px 25px;
  border: 0;
  font-weight: 700;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mi-industry .mi-btn:hover {
  background-color: #e0a613;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, .05);
}

.mi-industry .mi-banner-img img {
  width: 550px;
  position: relative;
}

.mi-industry .display-4 {
  margin-bottom: 60px !important;
}

.mi-industry .title-highlight {
  background-color: #f1bb43;
  color: #fff;
  padding: 0 16px;
}

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

.mi-industry .display-4 {
  font-size: 30px;
  font-family: Nunito Sans;
  font-weight: 700;
  position: relative;
  color: #000000;
}


.mi-industry .mi-bg-light-yellow {
  background-color: #ffe292;
}

.mi-industry .mi-text-gray {
  color: #383838;
}

.mi-industry .mi-text-gray span {
  color: #55492a;
}

.mi-industry .mi-drive-tab {
  box-shadow: 0 25px 67.9px -1px rgba(0, 0, 0, 0.1);
}

.mi-industry .mi-drive-tab .tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
  border-bottom: 0;
}

.mi-industry .mi-drive-tab .tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.mi-industry .mi-drive-tab .tab-content>.active,
.pill-content>.active {
  display: block;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs {
  float: left;
  margin-right: 40px;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li>a {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 5px;
  background-color: #fff;
  min-width: 300px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #1f3966;
  min-width: max-content;
  user-select: none;
}

.mi-industry .mi-drive-tab .tabbable.tabs-left {
  display: flex;
  align-items: center;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  background-color: #f8c851;
  text-decoration: none;
}

.mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li>a.active {
  background-color: #f8c851;
  text-decoration: none;
}

.mi-industry .mi-drive-tab .nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.mi-industry .mi-drive-tab .tab-content h2 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
}

.mi-industry .mi-drive-tab .tab-content {
  display: flex;
  height: 100%;
  border-radius: 20px;
  background-color: #f8f8f8;
  padding: 30px;
}

.mi-industry .mi-drive-tab .tab-content li {
  position: relative;
  color: #2c4f8b;
  list-style: none;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.mi-industry .mi-drive-tab .tab-content 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 #2c4f8b;
}

.mi-industry .mi-industry .mi-google-recommands {
  background-color: #f0f0f0;
}

.mi-industry-testimonials {
  background-image: linear-gradient(to bottom, #1f3966, #00235e) !important;
}

.mi-industry-contact .display-4 span {
  color: #E1B044;
}

.mi-industry .mi-invoice-demo-2 iframe {
  border-radius: 12px;
}

.mi-automobile-leading p {
  line-height: 1.8 !important;
}

.mi-industry-contact .mi-contact-form-container {
  border-radius: 5px;
  position: relative;
  background-color: transparent !important;
  padding-left: 20px;
}

.mi-industry-contact h3 {
  flex: 1;
  font-family: Nunito Sans;
  font-weight: 800;
  color: #fff;
}

.mi-industry-contact .mi-sub-banner img {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.mi-automobile-choose-us {
  line-height: 1.8 !important;
}

.icon-yellow-tick {
  background: url(../../contents/images/industry/yellow-tick.svg) no-repeat;
  background-size: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.icon-black-tick {
  background: url(../../contents/images/industry/black-tick.svg) no-repeat;
  background-size: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.mi-automobile-choose-us .mi-article-item i {
  width: 40px;
  height: 45px;
  background-size: 48px;
  position: relative;
  top: -8px;
}

.mi-automobile-choose-us .mi-article-item {
  margin-bottom: 15px !important;
}

.mi-automobile-choose-us .mi-article-item .content p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
  color: #444;
  font-weight: 700;
  color: #1f3966;
}

.mi-industry .drive-efficency-section {
  padding: 100px 0px;
}

.mi-industry .workforce-text {
  font-size: 30px !important;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;

}

.mi-industry .recruitment-bg {

  background-image: url(../../contents/images/industry/recruitment-bg.png);

}

.mi-industry .time-tracking-bg {

  background-image: url(../../contents/images/industry/claims-bg.png);

}

.mi-industry .claims-bg {

  background-image: url(../../contents/images/industry/management-bg.webp);

}

.mi-industry .Perfomance-bg {

  background-image: url(../../contents/images/industry/perfomance-bg.png);

}

.mi-industry .Employee-bg {

  background-image: url(../../contents/images/industry/self-service-bg.webp);

}

.mi-industry .Training-bg {

  background-image: url(../../contents/images/industry/training-bg.webp);

}

.mi-industry .healthcare-recruitment-bg {

  background-image: url(../../contents/images/industry/healthcare-recruitment.png);

}

.healthcare-time-tracking-bg {
  background-image: url(../../contents/images/industry/healthcare-time-tracking.png);
}

.healthcare-claims-tracking-bg {
  background-image: url(../../contents/images/industry/healthcare-claims-tracking.png);
}

.healthcare-performance-reviews-bg {
  background-image: url(../../contents/images/industry/healthcare-performance-reviews.png);
}

.healthcare-training-development-bg {
  background-image: url(../../contents/images/industry/healthcare-training-developments.png);
}

.healthcare-self-service-bg {
  background-image: url(../../contents/images/industry/healthcare-self-service.png);
}

.manufacturing-hrms-bg {
  background-image: url(../../contents/images/industry/manufacturing-hrms.png);
}

.manufacturing-leave-bg {
  background-image: url(../../contents/images/industry/manufacturing-leave.png);
}

.manufacturing-shift-bg {
  background-image: url(../../contents/images/industry/manufacturing-shift.png);
}

.manufacturing-time-bg {
  background-image: url(../../contents/images/industry/manufacturing-time.png);
}

.manufacturing-payroll-bg {
  background-image: url(../../contents/images/industry/manufacturing-payroll.png);
}

.manufacturing-claims-bg {
  background-image: url(../../contents/images/industry/manufacturing-claims.png);
}

.retail-recruitment-bg {
  background-image: url(../../contents/images/industry/retail-recruitment.png);
}

.retail-time-bg {
  background-image: url(../../contents/images/industry/retail-time.png);
}

.retail-payroll-bg {
  background-image: url(../../contents/images/industry/retail-payroll.png);
}

.retail-claims-bg {
  background-image: url(../../contents/images/industry/retail-claims.png);
}

.retail-performance-bg {
  background-image: url(../../contents/images/industry/retail-performance.png);
}

.retail-training-bg {
  background-image: url(../../contents/images/industry/retail-training.png);
}

.mi-industry .cards-common-width {
  width: 100% !important;
  height: 100% !important;
  border-radius: 60px 10px 0px 0px;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  border: 3px solid #ffc740;

}

.mi-industry .workforce-card-bg {
  border-radius: 60px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 415px;
  margin-bottom: 40px;
}

.mi-industry .cards-common-text {
  font-family: 'Nunito Sans';
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center !important;
  color: #fff;
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 26px;
  padding: 10px;
  transition: bottom 0.6s ease-in-out;
}


.mi-industry .workforce-inner-card {
  background-image: linear-gradient(to bottom, #1f3966de -4%, #1f3966de 81%);
  width: 95% !important;
  height: 87% !important;
  border-radius: 40px 10px 0px 0px;
  opacity: 1;
  position: absolute;
  z-index: 9;
  padding: 25px 16px 16px 8px;
  bottom: -100%;
  transition: bottom 0.6s ease-in-out;


}

.mi-industry .cards-common-width:hover .workforce-inner-card {
  bottom: 36px !important;

}

.mi-industry .cards-common-width:hover .cards-common-text {
  bottom: -100% !important;

}

.mi-industry .recruitment-text {
  font-family: Nunito Sans;
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: left !important;
  color: #fff;
  margin-bottom: 16px;
  margin-left: 30px;
}

.mi-industry .workforce-inner-card li {
  font-family: Nunito Sans;
  font-size: 16px !important;
  text-align: left !important;
  color: #fff;
}

.mi-industry .workforce-inner-card ul {
  margin-bottom: 30px;
}



.mi-industry .card-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.mi-industry .common-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(10, 0, 0, 1) 100%);
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mi-industry .btn-gradient-1 {
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(white, white) padding-box, linear-gradient(to right, #1f3966, #1f3966) border-box;
  border-radius: 50em;
  ;
}

.mi-industry .double-quotes {
  font-size: 32px;

}

.mi-industry .carousel-card-head {
  position: absolute;
  bottom: 15px;
  width: 90% !important;
}



.mi-industry .google-logo-block {

  width: 36px;
  height: 36px;
}

.mi-industry .video-block-h2 {
  font-size: 30px;
  color: #fff;
}

.mi-industry .youtube-block {
  border-radius: 40px;
  border: solid 5px #fff;
}

.mi-industry .youtube-iframe {
  border-radius: 32px !important;
}

.mi-industry .mi-industry .video-block-h2 {
  color: #fff !important;
}

.mi-industry .underline-img {
  display: none;

}

.mi-industry .faq-heading {
  width: fit-content !important;
  margin: auto;
}

.mi-industry .faqs-cards {
  background-color: #56abff14 !important;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 7%);
  padding: 20px 30px !important;
  border-radius: 12px !important;
  margin-bottom: 26px;

}

.mi-industry .Positionheader {
  margin-bottom: 0px;
  padding: 0px;
}

.mi-industry .mi-faq .card h4 {
  color: #1f3966;
  font-weight: 700 !important;
  line-height: 1;

}

.mi-industry .mi-faq .card {
  border-radius: 8px !important;
  border: none !important;

}

.mi-industry .mi-faq .card p {
  margin-top: 12px;
  font-size: 16px !important;
  color: #333333 !important;
  margin-bottom: 0px !important;
  padding: 0px !important;

}

.mi-industry .mi-faq .collapsed.acc-arrow::after {
  content: '';
  display: block;
  width: 16px;
  height: 32px;
  background: url(../../contents/images/industry/plus.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0px;
  top: -4px;
}

.mi-industry .mi-faq .acc-arrow::after {
  content: '';
  display: block;
  width: 16px;
  height: 32px;
  background: url(../../contents/images/industry/minus.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0px;
  top: -4px;
}

.mi-industry .mi-faq .card-body {
  padding-bottom: 0px !important;
}


.mi-industry .faqs-cards:has(.show) {
  background-color: rgb(255, 255, 255) !important;
  border-bottom: 4px solid #f6b719 !important;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 11%);
}

.mi-industry .contact-heading {
  text-align: center !important;
}

.mi-industry .form-bg {
  background-image: url(../../contents/images/industry/form-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}

.mi-industry .form-bg-heading {
  color: #000 !important;
  font-family: Nunito Sans;
  font-weight: 600 !important;
  padding: 50px 0px 0px 40px !important;

}

.mi-industry .get-in-touch-heading {
  font-weight: 28px;
  color: #000 !important;
  font-family: Nunito Sans;
  font-weight: 600 !important;
  padding-bottom: 16px !important;
}

.mi-industry .mi-contact-form-info input {
  height: 44px !important;
}

.mi-industry .mi-contact-form-info .label-top {
  color: #00000080 !important;
  font-size: 14px !important;
}

.mi-industry .card-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.mi-industry .card-slide {
  height: 320px;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px;
  background: linear-gradient(180deg, #FFECBD 0%, #FFD15D 100%);
  -webkit-box-shadow: rgba(20, 20, 22, .16) 0 0 0;
  box-shadow: 0 0 0 rgba(20, 20, 22, .16);
  z-index: 1;
  border-radius: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 7%);
}

.mi-industry .card-slide .mi-article-item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.mi-industry .card-slide .left-section {
  padding-top: 15px
}

.mi-industry.card-slide.active {
  z-index: 10;
  background: linear-gradient(180deg, #FFECBD 0%, #FFD15D 100%);
  opacity: 1;
  scale: 1;
}

.mi-industry .card-slide .left-section h4 {
  width: 280px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}

.mi-industry .card-slide .left-section h6 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  color: #000000;
  margin-bottom: 20px !important;
}

.mi-industry .card-slide .left-section p {
  width: auto;
  color: #000000;
}

.mi-industry .ui-tab-section .ui-tab-title:hover {
  cursor: pointer;
}

.mi-industry .ui-tab-section .tabbable.tabs-left {
  background: #ffffff00;
  padding: 12px 18px;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0%);
}

.mi-industry .ui-tab-section .track-border {
  margin-top: 1px;
  width: 120px;
  height: 2px;
  border-bottom: 2px solid #E37401;
  display: block;
}

.mi-industry .ui-tab-section .ui-tab-title.active {
  font-size: 18px !important;
  color: #E37401;
  font-weight: 700;
}

.mi-industry .ui-tab-section .tabs-left>.nav-tabs>li {
  list-style: none;
  height: 55px;
}

.mi-industry .ui-tab-section .ui-tab-title {
  font-size: 18px;
}

.mi-industry .ui-tab-section .ui-tab-title:hover {
  font-size: 18px !important;
  font-weight: 700;
}

.mi-industry .google-logo {
  width: 34px;
  height: 34px;
}



.mi-industry .in-book-demo-button {
  border: 1px solid #fff;
  padding: 7px 16px 7px 24px;
  color: #fff;
  border-radius: 83px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  background-color: transparent;
}

.mi-industry .in-book-demo-button-warning {
  border: 2px solid #000000;
  padding: 5px 10px 4px 14px;
  color: #000000;
  border-radius: 97px;
  /* font-family: Nunito Sans; */
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-left: 15px;
  background-color: transparent;
}

.mi-industry .in-book-demo-button-warning .arrow-right {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  background-color: #f6b719;
  margin-left: 7px;
}



.mi-industry .arrow-right {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  background-color: #f6b719;
  margin-left: 12px;

}

.mi-industry .banner-bottom-border {
  margin-top: 40px;
  margin-bottom: 45px;
  height: 0.5px;
  background: #fff;
}

.mi-industry .mi-home-business-logos .mi-cient-logos .slick-slide img {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}

.mi-industry .mi-home-business-logos .mi-cient-logos {
  background-color: #fff !important;
  padding: 10px 52px !important;
  border-radius: 100px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) !important;
  max-width: 1000px;
  margin: auto !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

@media (min-width: 1599.99px) {
  .mi-industry .form-bg-heading {
    padding: 32px 0 0 80px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .mi-industry .mi-banner-img img {
    width: 454px;
    position: relative;
    margin-top: 30px;
  }

  .workforce-inner-card li {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {

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

  .mi-contact-form-container {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .mi-industry .mi-banner-img img {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .mi-industry .tab-content .tab-pane {
    padding: 10px !important;
  }

  .mi-industry .tab-content .tab-pane ul {
    padding-left: 14px !important;
  }

  .mi-drive-tab .tabs-left>.nav-tabs {
    margin-right: 0;
  }

  .mi-drive-tab .tabbable.tabs-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mi-drive-tab .tabs-left>.nav-tabs>li>a {
    min-width: 100%;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 10px;
  }

  .mi-drive-tab .tab-content {
    min-width: fit-content;
    height: auto;
    max-height: 100%;
    max-width: fit-content;
    padding: 10px;
    width: 100%;
    margin: 20px;

  }

  .mi-industry-testimonials .mi-frame-img img {
    width: 100%;
  }


  .mi-industry .title-highlight {
    background-color: unset;
    color: #1F3966;
    line-height: 1.2;
    padding: 0;
  }

  .mi-drive-tab .tab-content h2 {
    font-size: 26px;
  }



  .mi-industry-contact .mi-sub-banner img {
    display: none;
  }

  .mi-industry .mi-industry-contact h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .mi-industry .mi-industry-contact .mi-sub-banner {
    padding: 16px;
  }

  .mi-industry .mi-industry .mi-faq .card h4 {
    line-height: 30px;
  }

  .mi-industry .banner-parent-section {
    flex-wrap: wrap !important;
  }

  .mi-industry .mi-home-business-logos .mi-cient-logos {
    max-width: 700px !important;
  }

  .mi-industry .mi-bg-white {
    padding: 60px 0px !important;
  }

  .mi-industry .drive-efficency-section {
    padding: 20px 0px !important;
  }

  .mi-industry .form-bg {
    height: 665px !important;
    margin-bottom: 40px !important;
  }

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


  .mi-industry .in-book-demo-button {
    margin: 30px auto 0px auto !important;
  }

  .mi-industry .workforce-card-bg {
    height: 420px !important;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {
  .mi-industry .mi-drive-tab .tab-content {
    min-width: auto;
    height: 100%;
  }

  .mi-industry .mi-drive-tab .tabbable.tabs-left {
    flex-wrap: nowrap;
  }

  .mi-industry .mi-drive-tab .tabs-left>.nav-tabs>li>a {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-industry .tab-content .tab-pane {
    padding: 0;
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .mi-industry .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 65px;
    width: 112px !important;
    height: 80px !important;
    object-fit: contain
  }
}

@media only screen and (max-width:560px) {

  .mi-industry .ui-tab-section .pill-content>.active,
  .ui-tab-section .tab-content>.active {
    width: 290px;
  }

  .mi-industry .tab-content .tab-pane {
    padding: 0px !important;
  }

  .mi-industry .mi-industry .home-banner-review {
    width: 137px;
  }

  .mi-industry .in-book-demo-button {
    margin: 30px auto 0px auto !important;
  }

  .mi-industry .mi-home-business-logos .mi-cient-logos {
    max-width: 360px !important;
  }

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

  .mi-industry .workforce-card-bg {
    width: 100% !important;
    height: 465px;
  }

  .mi-industry .mi-industry .display-4 {
    margin-bottom: 40px !important;
  }

  .mi-industry .faqs-cards {
    padding: 16px !important;
  }

  .mi-industry .mi-faq .collapsed.acc-arrow::after {
    top: 0px !important;
  }

  .mi-industry.mi-faq .acc-arrow::after {
    top: 0px !important;
  }

  .mi-industry .youtube-block {
    border-radius: 16px !important;
  }

  .mi-industry .form-bg {
    height: 390px !important;
    margin-bottom: 40px !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width: 400px) {
  .mi-industry .mi-home-business-logos .mi-cient-logos {
    max-width: 300px !important;
  }
}

@media (max-width: 768px) {
  .mi-industry .card-slide .left-section {
    width: 100%;
  }

  .mi-industry .card-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 420px;
    margin-right: 0;
    min-width: 350px;
  }

  .mi-industry .tab-content .tab-pane {
    padding: 0px !important;
  }
}

@media (max-width: 480px) {
  .mi-industry .card-slide {
    max-height: 100%;
    min-height: 370px;
    height: 550px;
    width: 100%;
    min-width: 80%;
    margin: 0 5%;
  }

  .mi-industry .card-slide:first-child {
    margin-left: 0;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mi-industry .card-slide {
    max-height: 100%;
    min-height: 455px;
  }

  .mi-industry .tab-content .tab-pane {
    padding: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .mi-industry .card-slide {
    cursor: pointer;
    height: 485px;
  }
}

@media (max-width: 575.98px) {
  .mi-industry .card-slide {
    cursor: pointer;
    height: 620px;
  }

  .mi-industry .ui-tab-section .tabbable.tabs-left {
    padding: 10px 20px !important;
  }

  .mi-industry .form-bg-heading {
    padding: 4px 0px 0px 26px !important;
  }

  .mi-industry-testimonials .youtube-block {
    border-radius: 12px !important;
    border: solid 3px #fff !important;
  }

  .mi-industry .mi-faq .card h4 {
    color: #1f3966;
    font-weight: 500 !important;
    line-height: 1;
    font-size: 14px;
  }
}

/*******************************Industry  end *************************************/

.mi-banner-left {
  width: 60%;
}

.mi-banner-right {
  width: 40%;
}

.mi-banner-right .mi-banner-img1 {
  width: 550px;
}

.mi-field-tracking-banner .mi-banner-container {
  padding: 55px 0 !important;
}

.card-wave-sec div img {
  object-fit: contain;
  width: 100%
}

.card-wave-sec div {
  width: 180px;
}

.card-wave-left-one {
  position: absolute;
  top: -11%;
  right: 55%;

}

.card-wave-left-two {
  position: absolute;
  right: -40%;
  top: 55%;
}

@keyframes moving-vertical {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.card-wave-left-one {
  animation: moving-vertical 3s ease-in-out infinite both
}

.card-wave-left-two {
  animation: moving-vertical 3.7s ease-in-out infinite both
}

@media (max-width: 991px) {
  .mi-banner-left {
    margin: 0 auto 20px;
    width: 100% !important;
    text-align: center;
  }

  .mi-banner-right {
    width: 100%;
  }

  .mi-banner-right .mi-banner-img1 {
    width: 350px;
    margin-top: 40px;
  }

  .card-wave-sec div {
    width: 130px;
  }

  .card-wave-left-two img {
    width: 130px;
  }

  .card-wave-left-two {
    right: -5%;
  }

  .card-wave-left-one {
    position: absolute;
    top: 5%;
    right: 65%;
  }
}

@media (max-width: 767.98px) {
  .mi-banner-right .mi-banner-img1 {
    width: 550px;
    margin-top: 40px;
  }

  .card-wave-left-two {
    right: -11%;
    top: 62%;
  }

  .card-wave-left-two img {
    width: 130px;
  }
}

@media (max-width: 575.98px) {
  .mi-banner-right .mi-banner-img1 {
    width: 100%;
    margin-top: 40px;
  }

  .card-wave-sec div {
    width: 100px;
  }

  .card-wave-left-two {
    right: 0%;
    top: 62%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mi-banner-right .mi-banner-img1 {
    width: 100% !important;
    margin-top: 40px;
  }

  .card-wave-sec div {
    width: 195px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mi-banner-right .mi-banner-img1 {
    width: 400px;
  }

  .card-wave-left-two {
    position: absolute;
    right: -12%;
    top: 50%;
  }

  .card-wave-sec div {
    width: 125px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-wave-left-two {
    position: absolute;
    right: -20%;
    top: 55%;
  }

  .mi-banner-right .mi-banner-img1 {
    width: 500px;
  }

  .card-wave-sec div {
    width: 165px;
  }
}

@media (min-width: 1439.99px) and (max-width: 1599.98px) {
  .mi-banner-right .mi-banner-img1 {
    width: 550px;
  }

  .card-wave-left-two {
    position: absolute;
    right: -36%;
    top: 55%;
  }
}

@media (min-width: 1599.99px) {
  .mi-banner-left {
    width: 55%;
  }

  .mi-banner-right {
    width: 45%;
  }

  .mi-banner-right .mi-banner-img1 {
    width: 585px;
  }

  .card-wave-left-two {
    position: absolute;
    right: -5%;
    top: 55%;
  }

  .card-wave-left-one {
    position: absolute;
    top: -10%;
    right: 70%;
  }
}

.payroll-management .ds-sidebar {
  border: 2px solid #f6b719;
  border-radius: 10px;
  padding: 15px;
  padding-left: 0;
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
}

.payroll-management .ds-sidebar ul li {
  position: relative;
  list-style: none;
}

.payroll-management .ds-sidebar ul li {
  margin-top: 0.75rem;
  list-style-position: outside;
  margin-left: 1.2rem;
  font-size: 16px;
  font-weight: 700;
}

.payroll-management .ds-sidebar a {
  color: #344767;
}

.payroll-management .ds-sidebar ul li a::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: -28px;
}


.payroll-management .ds-head2:before {
  content: "";
  background: #fdb415;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 120%;
  border-radius: 6px;
}

.payroll-management.ds-text-blue {
  color: #1f3966 !important;
}

.payroll-management .fw-700 {
  font-weight: 700 !important;
}

.payroll-management .ds-digisme,
.ds-infotech,
.ds-ramco,
.ds-singroll,
.ds-employment {
  margin-bottom: 60px;
}

.ds-sidebar ul {
  padding-left: 15px;
}

/******** LMS ****************/
.mi-benefits-lms .item {
  /* box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25); */
  /* height: 409px;
  width: 520px; */
  border-radius: 35px;
  margin-bottom: 50px;
}

.mi-benefits-lms .item {
  padding: 20px;
  border-radius: 20px;
  /* box-shadow: 5px 6px 9px 1px rgb(0 0 0 / 8%); */
  box-shadow: 3.83px 3.83px 4.79px 0px #00000040;
}

.mi-benefits-lms .item i {
  margin: 0 auto 15px;
  display: block;
  width: 65px;
  height: 60px;
  background-size: 65px;
}


.mi-benefits-lms .mi-slider-up {
  position: relative;
  width: 100%;
  height: 240px;
  box-shadow: 3.83px 3.83px 4.79px 0px #00000014;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(1px); */
  padding: 15px;
  margin-bottom: 75px;
  text-align: center;
  background: #FFF;
}

.mi-benefits-lms .mi-slider-up:hover {
  background: #1F3966;
  color: #FFF !important;
  padding: 20px;
  cursor: pointer;
}

.mi-benefits-lms .mi-slider-up .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.mi-benefits-lms .mi-slider-up:hover .content {
  transform: translateY(-50px);
  font-size: 17px !important;
}

.mi-benefits-lms .mi-slider-up .content .card-image {
  position: relative;
  width: 75px !important;
  height: 75px !important;
  overflow: hidden;
}

.mi-benefits-lms .mi-slider-up .content .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mi-benefits-lms .mi-slider-up:hover .content .contentBx h5 {
  font-size: 15px !important;
}

.mi-benefits-lms .mi-slider-up .content .contentBx h5 {
  margin-top: 15px;
  margin-bottom: 35px !important;
  font-size: 20px;
  font-weight: 800;
}

.mi-benefits-lms .mi-slider-up .sci {
  position: absolute;
  bottom: 25px;
  display: flex;
  text-align: center;
  margin: 0 6px;
  transform: translateY(40px);
  transition: 0.4s;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
}

.mi-benefits-lms .mi-slider-up:hover .sci {
  transform: translateY(0px);
  opacity: 1;
}

.mi-benefits-lms .card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.mi-benefits-lms .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-1 img {
  opacity: 0;
}

.mi-e-scheduling-list .item {
  height: auto;
  width: 100%;
  border-radius: 35px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 20px;
}

.mi-lms-card-section .mi-e-scheduling-list .item {
  background: #F6F8FB;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25);
  height: auto;
  width: 100%;
  border-radius: 35px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 20px;
}

/* .mi-e-scheduling-list::before {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 60%;
  width: 100%;
  height: 100%;
  background-image: url(../img/branding-infotech-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
} */

.mi-infotech-lms-card-1::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 40px;
  border-radius: 10px;
}

.mi-infotech-lms-card-2::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-radius: 10px;
}

.mi-infotech-lms-card-3::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-3.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-radius: 10px;
}

.mi-infotech-lms-card-4::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-4.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-radius: 10px;
}

.mi-infotech-lms-card-5::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/lms-card-group-5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border-radius: 10px;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-1 {
  background-image: url('../img/icons/scalability-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-2 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-2 {
  background-image: url('../img/icons/cost-effectiveness-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-3 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-3 {
  background-image: url('../img/icons/consistency-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-4 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-4 {
  background-image: url('../img/icons/centralized-learning-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-5 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-5 {
  background-image: url('../img/icons/flexibility-accessibility-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-6 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-6 {
  background-image: url('../img/icons/enhanced-tracking-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-7 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-7 {
  background-image: url('../img/icons/improved-engagement-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-8 img {
  opacity: 0;
}

.mi-benefits-lms .mi-slider-up:hover .imgBx-8 {
  background-image: url('../img/icons/faster-updates-before.png');
  background-size: cover;
  background-position: center;
  width: 60px !important;
  height: 60px !important;
}

.mi-lms-features .item i {
  display: block !important;
  width: 100% !important;
  height: 100px !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 100% !important;
  left: 100% !important;
  transform: translate(-100%, -90%) !important;
}

.mi-lms-features .item span {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
  background: #ffffff00;
}

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

.mi-lms-features {
  background-color: #f6f8fb !important;
}

.mi-lms-features .item span {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
  background: #ffffff00;
}

@media (max-width: 991px) {
  .mi-benefits-lms .mi-slider-up .sci {
    bottom: 15px;
    font-size: 14px;
  }

  .mi-faq {
    margin-bottom: 70px;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .mi-benefits-lms .mi-slider-up {
    height: 280px;
  }

  .mi-benefits-lms .mi-slider-up .content .contentBx h5 {
    margin-bottom: 5px !important;
  }

  .mi-benefits-lms .mi-slider-up:hover .content .contentBx h5 {
    font-size: 14px;
  }

  .mi-benefits-lms .mi-slider-up .sci {
    bottom: 38px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .mi-benefits-lms .mi-slider-up {
    height: 270px;
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }

  .mi-benefits-lms .mi-slider-up .content .contentBx h5 {
    margin-bottom: 5px !important;
  }

  .mi-infotech-lms-card-1::before {
    display: none;
  }

  .mi-faq {
    margin-bottom: 70px;
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .mi-lms-features .mi-assured-list .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
  }

  .mi-lms-card-section .mi-apps ul {
    max-width: 100%;
    margin-top: 35px;
  }

  .mi-lms-card-section .mi-apps {
    padding: 7px 15px;
  }

  .mi-faq {
    margin-bottom: 70px;
    padding: 0px;
  }
}

/********LMS end ************/

/*****ATS Start*****/

/* section.ats-banner.mi-banner h1 {
    font-size: 40px;
} */

/* section.ats-banner.mi-banner .display-4 {
    font-size: 36px;
} */

/* .ats-banner.mi-banner p{
  line-height: 2rem;
} */

.ats-tab-sec.ui-tab-section .tabbable.tabs-left {
  position: relative;
  background: none;
  box-shadow: none;
  padding: 150px 30px 20px 30px;
}

.ats-tab-sec.ui-tab-section .tabs-left>.nav-tabs>li {
  height: auto;
  margin-bottom: 15px;
}

.ats-tab-sec.ui-tab-section .ui-tab-title {
  font-size: 20px;
}

.ats-tab-sec.ui-tab-section .tabbable.tabs-left:before {
  content: "";
  position: absolute !important;
  background: #fff8e7;
  border-radius: 20px;
  margin: 40px auto;
  clip-path: polygon(0% 0%,
      /* start at left notch base */
      50% 0%,
      /* notch top */
      55% 10%,
      /* notch bottom */
      100% 10%,
      /* top right corner start */
      100% 100%,
      /* bottom right corner */
      0% 100%,
      /* bottom left corner */
      0% 15%
      /* left notch left edge */
    );
  transform: scaleX(-1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ats-tab-sec .mt-50 {
  margin-top: -150px;
}

.ats-tab-sec .tab-content p {
  font-size: 14px;
  text-align: center;
}

.ats-tab-sec .tab-content img {
  margin: auto;
  display: block;
}

.ats-tab-sec .ui-headline-track {
  position: absolute;
  top: 6%;
}

.ats-mi-value.mi-values .display-4 {
  font-size: 36px;
}

.ats-mi-value.mi-values .display-4 span::after {
  display: none;
}

.mi-text-blight {
  color: #30589D;
}

.ats-mi-value.mi-values .count-track img {
  width: 50px;
  height: 50px;
}

.mi-ats-bg-blue {
  background-color: #F3F7FF;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ats-tab-sec .tab-content .tab-pane {
    padding: 20px;
    height: auto !important;
  }

  .ats-tab-sec .ui-headline-track {
    font-size: 26px !important;
    top: 8% !important;

  }
}

@media (max-width: 991px) {
  .ats-tab-sec .ui-headline-track {
    position: relative;
    top: 0%;
    margin-bottom: 30px;
  }

  .ats-tab-sec.ui-tab-section .tabbable.tabs-left:before {
    margin: 20px auto;
    clip-path: unset;
  }

  .ats-tab-sec.ui-tab-section .tabbable.tabs-left {
    padding: 50px 30px 20px 30px !important;
    margin: 10px;
  }

  .ats-tab-sec .mt-50 {
    margin-top: 0px;
  }

  .ats-tab-sec .mi-industry .ui-tab-section .pill-content>.active,
  .ui-tab-section .tab-content>.active {
    width: auto !important;
  }
}


/****pricing mobile design***/

.pricing-accord .card {
  border: 1px solid #1f3966ad !important;
}


.pricing-accord .card-header {
  background-color: #fef8e8;
}

.pricing-accord .plan-name {
  display: block;
  font-size: 18px;
  color: #1f3966;
  font-weight: 700;
}

.pricing-accord h4 {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: #1f3966;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-accord h4 span {
  padding-left: 15px;
  font-size: 12px;
  display: inline-block;
  color: #828c9e;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.pricing-accord h4 span::before {
  content: '/';
  margin: 0 2px;
  display: inline-block;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -6px;
}

.pricing-accord .mi-bill-text {
  font-size: 12px;
  color: #091830;
  font-weight: 700;
}

.pricing-accord .card-header aside {
  position: relative;
  font-size: 16px;
  color: #1f3966;
  font-weight: 700;
  display: flex;
  justify-content: center;
}


.pricing-accord .card-header aside img {
  width: 25px;
  height: 25px;
  transition: .5s;

}

.pricing-accord .card-header aside.collapsed img {
  transform: rotate(180deg);
  transition: .5s;
}

.pricing-accord .card-body td {
  font-weight: 700;
  vertical-align: middle;
}

.pricing-accord .card-body td i {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  width: 14px;
  height: 14px;
  background-size: 14px !important;
  margin-top: -2px;

}

.pricing-accord .card-body .add-on-popper::after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: #fdf7e7;
  bottom: 10px;
  right: -5px;
  border-top: #f4b929 solid 1px;
  border-left: #f4b929 solid 1px;
  transform: rotate(136deg);
}

.pricing-accord .card-body .add-on-popper {
  display: none;
  padding: 6px 8px;
  color: #1f3966;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: calc(50% - -15px);
  background-color: #fef8e8;
  border: 1px solid #f6b719;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
  width: 160px;
}

.add-on.active .add-on-popper {
  display: block;
}

.pricing-accord .card-body td .add-on {
  position: relative;
}

.pricing-accord .card-body td:last-child {
  text-align: center;
}

.pricing-accord .card-body td ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #f6b719;
}

.pricing-accord .card-body td ul li {

  margin: 0 0 6px;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  white-space: normal;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;

}

.pricing-accord .card-body {
  padding: 10px 5px 0px 5px;
}

.pricing-accord .card-header {
  text-align: center;
}


@media(min-width: 768px) and (max-width: 1200px) {
  .pricing-accord .collapse:not(.show) {
    display: block;
  }

  .pricing-accord .striped.collapse:not(.show) {
    display: none;
  }

  .pricing-accord .card-header aside {
    display: none;
  }

  .pricing-accord .card-header {
    text-align: left;
    border-bottom: 1px solid #1f3966ad !important;
    background-color: #fef8e800;
    padding: .75rem 0rem;
  }

  .pricing-accord h4 {
    justify-content: start;
  }

  .pricing-accord .card-header .badge {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .pricing-accord .mi-bill-text {
    font-size: 14px;
    color: #091830;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .pricing-accord .card {
    border: 1px solid #1f3966ad !important;
    padding: 10px 25px;
    border-radius: 20px !important;
  }

  .pricing-accord .card-body {
    padding: 10px 0px 0 0px;
  }

  .pricing-accord .table td,
  .pricing-accord .table th {
    padding: .75rem 0rem;
  }
}

/****pricing mobile design end***/
/**********Rewards**************/
.mi-reward h2 {
  font-weight: 800;
  padding-left: 0px;
  margin-bottom: 20px;
  color: #1f3966;
}

.mi-reward .item p {
  margin-bottom: 0;
  font-size: 18px;
  color: #444;
  font-weight: 500;
  padding-left: 0px;

}

.mi-reward .img-adjust img {
  width: 560px;
}

.mi-reward .item {
  width: 100%;
}

.mi-reward {
  padding: 65px 0 !important;
}

.mi-reward .mid-face .item {
  margin-left: 10%;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-reward .img-adjust img {
    width: 500px;
  }

  .mi-rewards-banner .mi-banner-img {
    width: 500px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-reward .img-adjust img {
    width: 100%;
  }

  .mi-face-rec .mid-face .item {
    margin-left: 0%;
  }

  .mi-reward .item p {
    padding-left: 0px;
  }

  .mi-reward h2 {
    padding-left: 0px;
  }

  .mi-reward .item {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .mi-reward .img-adjust img {
    width: 100%;
  }

  .mi-face-rec .mid-face .item {
    margin-left: 0%;
  }

  .mi-reward .item p {
    padding-left: 0px;
  }

  .mi-reward h2 {
    padding-left: 0px;
  }

  .mi-reward .item {
    width: 100%;
  }

  .mi-products-item .dropdown-item {
    margin-top: 0px;
            padding: .25rem 1.5rem !important;
  }
}

/*********Rewards end****************/
/* #whatsappLink{
  position: fixed; 
  z-index: 999999; 
  bottom: 100px; 
  right: 20px;
  transition: transform 0.3s ease;
  visibility: hidden;
}
#whatsappLink.show {
    opacity: 1;
    visibility: visible
}

#whatsappLink:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  border-radius: 10px;
  background: rgba(22, 190, 69, 0.5);
  top: -2px;
  left: 0;
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#whatsappLink:hover {
  transform: scale(1.02);
} */
#reportModal .modal-dialog {
  max-width: 400px;
  margin: 1rem auto;
}

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

#reportModal .modal-header {
  padding: 15px 20px;
}

#reportModal .modal-body {
  padding: 20px;
}

@media (max-width: 575px) {
  #reportModal .modal-dialog {
    max-width: 350px;
    margin: 1rem auto;
  }
}

/******************Mega Menu ********************/
.mi-products-item {
  padding: 15px 0px 25px 0;
}

.mi-products-item .sub-heading {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 800;
  color: #1f3966;
}

.mi-products-item i {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.product-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  padding: 7px 5px 7px 11px !important;
}

.product-item:hover {
  text-decoration: none !important;
  background-color: #cad8f0 !important;
  border-radius: 4px;
}

.product-item img {
  width: 24px;
  height: 24px;
  background-size: 24px;
  display: inline-block;
}

.mi-products-item .border-line {
  margin-left: 22px !important;
  margin-right: 22px !important;
  border-top: 1px solid #E5E5E5;
}

.mi-products-item .items-product {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mi-products-item .indus-bg .dropdown-item {
  display: inline-flex !important;
  padding: 12px;
  font-weight: 600;
  color: #1f3966;
  font-size: 15px !important;
}

.mi-products-item .indus {
  gap: 20px;
  border-radius: 6px;

}

.mi-products-item .indus:hover {
  text-decoration: none !important;
  background-color: #EAF1FD !important;
}

@media (max-width: 991.98px) {
  .mi-products-item .col-first {
    margin-top: 10px;
  }

  .mi-products-item {
    min-width: auto;
    padding: 0;
  }

  .mi-products-item .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mi-products-item .sub-heading {
    margin-top: 0 !important;
    padding-left: 5px !important;
  }

  .product-item {
    padding: .25rem 13px !important;
  }

  .mi-products-item .head {
    margin-top: 16px !important;
  }

  .mi-products-item .indus {
    margin-top: 0 !important;
    padding-left: 0px !important;
  }

  .mi-products-item .border-line {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mi-products-item .indus-bg .dropdown-item {
    padding-left: 24px !important;
  }

  .mi-products-item .indus-bg .dropdown-item:hover {
    padding-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .mi-products-item {
    min-width: 1140px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: 0 !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .mi-products-item .navbar-nav .dropdown-item:hover {
    background-color: #EAF1FD !important;
    
  }

  .mi-products-item {
           min-width: 855px;
           padding: 0px;
  }

  .mi-products-item .indus:hover {
    text-decoration: none !important;
    background-color: #cad8f0 !important;
    color: #1f3966;
  }
  .mi-products-item .border-line
 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-top: 1px solid #e5e5e5;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
      .mi-products-item
 {
        min-width: 800px;
    }
.mi-products-item .navbar-nav .dropdown-item{

        font-size: 11px !important;
}
.mi-products-item .navbar-nav .dropdown-item:hover {
        font-size: 11px !important;
        color: #1f3966;
        background-color: transparent;
    }
    .product-item
 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    padding: 3px 5px 7px 5px !important;
}
.mi-products-item .border-line
 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mi-products-item .indus-bg .dropdown-item {
    font-size: 11px !important;
}
.mi-products-item
 {
    padding: 4px 0 25px 0;
}
}
/******************Mega Menu end***************/