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


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

main {
  flex-grow: 1;
}

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

.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, .2) 0 2px 8px 0;
  background: #FFF;
}

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

.navigation-wrap .nav-container {
  background-color: #FFF;
  height: 100%;
}

.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 12px !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: auto;
  height: auto;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.nav-right .mi-btn-border {
  border: 2px solid #1f3966;
  border-radius: 5px;
  color: #1f3966;
  width: 96px;
}

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

.mi-products-items.academy-items {
  padding: 25px 25px 25px 0;
  min-width: 450px;
}

.mi-products-items.academy-items .dropdown-item {
  white-space: normal;
}

.navbar-nav .mi-products-items.academy-items .dropdown-item:hover {
  font-size: 16px;
}

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

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

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

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

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

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

.navbar-nav .dropdown-menu {
  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: 40px 0px;
  /* display: flex; */
  align-items: center;
}

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

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

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

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

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

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

.aboutus .card .card-header .card-title h3 {
  margin: 0;
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 800;
  -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 {
  color: #323232;
}

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

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

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

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

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

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

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

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

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

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

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

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

.venndiagram-box ul li a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.venndiagram-box .softwares.left li a {
  flex-direction: row;
  justify-content: end;
}

.venndiagram-box .softwares.left li a span {
  margin-right: 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 {
  left: 30%;
  color: #ffffff;
}

.venndiagram-bg .diagram-payroll a {
  right: 15%;
  color: #444444;
}

.venndiagram-bg .diagram-hrportal {
  position: relative;
  width: 470px;
  height: 422px;
  left: 42px;
  border-radius: 100%;
}

.venndiagram-bg .diagram-payroll {
  position: relative;
  width: 470px;
  height: 422px;
  right: 42px;
  border-radius: 100%;
}

.venndiagram-bg .diagram-centerjoin {
  width: 105px;
  height: 250px;
  z-index: 9;
  position: absolute;
  top: 20%;
}

.venndiagram img {
  width: 100%;
}

@media(max-width: 619.98px) {

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

  .venndiagram-bg a {
    font-size: 18px;
  }
}

@media(min-width: 620px) and (max-width: 767.98px) {
  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 204px;
    z-index: 9;
    position: absolute;
    top: 15%;
  }

  .venndiagram-bg a {
    font-size: 30px;
    top: 28%
  }

  .venndiagram-bg .diagram-hrportal,
  .venndiagram-bg .diagram-payroll {
    width: 295px;
    height: 293px;
  }

  .venndiagram-box .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media(min-width: 768px) and (max-width: 991.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .venndiagram-bg .diagram-hrportal {
    position: relative;
    width: 370px;
    height: auto;
    left: 42px;
    border-radius: 100%;
  }

  .venndiagram-bg .diagram-payroll {
    position: relative;
    width: 370px;
    height: auto;
    right: 42px;
    border-radius: 100%;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 98px;
    height: 235px;
    z-index: 9;
    position: absolute;
    top: 18%;
  }

  .venndiagram-box ul li {
    margin: 15px 20px 15px 0px;
  }
}

@media(max-width: 991.98px) {
  .venndiagram-box .col:nth-child(2) {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .venndiagram-box .col:nth-child(1) {
    order: 2;
  }

  .venndiagram-box .col:nth-child(3) {
    order: 3;
  }

  .venndiagram-box ul li {
    right: auto !important;
    top: auto !important;
    left: auto !important;
  }

  .venndiagram-box .softwares.left li a {
    flex-direction: row-reverse;
    justify-content: start;
  }

  .venndiagram-box .softwares.left li a span {
    margin-left: 15px;
    margin-right: 0px;
  }

  .venndiagram-box ul li img {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
  .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: 278px;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 207px;
    top: 15%;
  }

  .venndiagram-box ul li img {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .venndiagram-bg a {
    font-size: 32px;
  }
}

@media(min-width: 1200px) and (max-width: 1439.98px) {
  .venndiagram-box .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .venndiagram-box .col:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .venndiagram-bg .diagram-payroll,
  .venndiagram-bg .diagram-hrportal {
    width: 296px;
    height: 290px;
  }

  .venndiagram-bg .diagram-centerjoin {
    width: 87px;
    height: 208px;
    top: 15%;
  }

  .venndiagram-bg .diagram-centerjoin img {
    height: 100%;
  }

  .venndiagram-box ul li img {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .venndiagram-bg a {
    font-size: 32px;
  }

  .product-dd {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 50px !important;
  }
}

/* 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: 500;
  color: #f6b719;
  position: relative;
  top: -15px;
  right: -5px;
}

.mi-stats-group .item .lead {
  font-family: Nunito Sans;
  font-size: 28px;
  font-weight: 500;
  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: 500;
  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: 80%;
  height: 85px;
  object-fit: contain;
  margin: auto auto 20px auto;
}

.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-bg-dark {
  background: #183444;
}

.mi-bg-light-blue {
  background: #d0dcfc;
}

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

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

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

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

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

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

.mi-payroll-banner .mi-banner-img img {
  /*width: 480px;*/
  width: 100%;
}

.mi-payroll-banner .mi-banner-img {
  margin: 0px 0 0 0px;
  width: 575px;
  position: absolute;
  left: 635px;
  margin: 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: 35px;
  font-size: 52px;
  font-weight: 600;
  font-family: Nunito Sans !important;
}

.mi-acc-software-banner h1 {
  margin-bottom: 35px;
  font-size: 52px;
  font-weight: 500;
  font-family: Nunito Sans !important;
}

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

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

.mi-opw-banner .mi-banner-content .btn {
  min-width: 150px;
}

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

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

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

section h4 {
  font-size: 1.5rem;
  font-family: Nunito Sans !important;
  font-weight: 700;
}

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

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

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

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

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

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

.mi-attendance-option .description h2 {
  margin-bottom: 20px;
  font-family: Nunito Sans !important;
  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: -110px;
  left: 226px;
}

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

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

.mi-key-features .lead {
  max-width: 415px;
  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 !important;
  font-size: 42px;
  font-weight: 500;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mi-footer .mi-enquire .btn {
  font-size: 28px;
  width: 220px !important;
  height: 70px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mi-copyrights .title {
  font-size: 16px;
  font-weight: 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 100px 0 0;
  height: 455px;
}

.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 .mi-client-logo-title {
  font-size: 52px;
  font-weight: 600;
  font-family: Nunito Sans !important;
}

.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 !important;
  font-size: 20px;
  color: #323232;
}

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

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

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

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

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

.mi-clients-list .nav-link {
  overflow: visible;
  padding: 30px 0;
  line-height: 1;
  -webkit-transition: color 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 !important; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mi-stories-list .card .card-body p {
  margin: 0 0 20px;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500;
  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 !important;
  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-partnerus-banner {
  padding: 100px 0 !important;
}

.mi-partnerus-banner .display-4::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 .display-4::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-partnerus-banner .display-4 {
  font-size: 48px !important;
}

.mi-partnerus-banner .display-4 div {
  font-size: 28px;
}

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

.mi-ourpartner .platinum {
  font-size: 32px;
  font-family: Nunito Sans !important;
  font-weight: 600;
  margin: 60px 0 35px 0;
  position: relative;
  width: 250px;
}

.platinum::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/p-medal.png) no-repeat;
  background-size: auto;
}

.platinum::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/p-medal.png) no-repeat;
  background-size: auto;
}

.mi-ourpartner .gold {
  font-size: 32px;
  font-family: Nunito Sans !important;
  font-weight: 600;
  margin: 60px 0 35px 0;
  position: relative;
  width: 250px;
}

.gold::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/g-medal.png) no-repeat;
  background-size: auto;
}

.gold::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/g-medal.png) no-repeat;
  background-size: auto;
}

.mi-ourpartner .silver {
  font-size: 32px;
  font-family: Nunito Sans !important;
  font-weight: 600;
  margin: 60px 0 35px 0;
  position: relative;
  width: 250px;
}

.silver::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/s-medal.png) no-repeat;
  background-size: auto;
}

.silver::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icons/s-medal.png) no-repeat;
  background-size: auto;
}

.mi-clients-logo {
  margin: 35px 0;
}

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

@media (max-width: 767px) {
  .fwa-tab-section .oed-tab .ui-tab-title.active .trk-overall {
    font-size: 18px;
    padding: 5px;
    transition: .5s;
    ;
  }

  .fwa-tab-section .oed-tab .ui-tab-title .trk-overall {
    font-size: 18px;
    padding: 5px;
  }

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

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

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

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

  .mi-cpf-guide .guide-card .display-4 {
    font-size: 20px !important;
  }

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

  }

  .mi-banner .col-auto {
    width: 50%;
    padding: 5px 0;
  }

  /* .mi-count-mb-1{
  border-right: 0px !important;
}
.mi-count-mb-2{
  border-right: 1px solid #d8e1ef7a   !important;
  border-bottom: 0px !important;
}
.mi-count-mb-3{
  border:0px !important;
  width: 50%;
  padding: 15px 0px;
} */
}

@media (max-width: 1349px) {
  .mi-business-logos .left-arrow-slick {
    left: 0% !important;
    z-index: 1;
    width: auto !important;
  }

  .mi-business-logos .right-arrow-slick {
    right: 0% !important;
    z-index: 1;
    width: auto !important;
  }

}

.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: 70px;
  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: 25px;
  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 !important;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #444;
}

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

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

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

}

.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: auto;
  /* height: 480px; */
  background-size: 250px 360px;
}

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

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

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

.mi-team-members .modal {
  z-index: 9999 !important;
}

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

.mi-team-members .modal .position {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #444444;
}

.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 !important;
  font-size: 28px;
  font-weight: 600;
}

.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 !important;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

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

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

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

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

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

.mi-contact-banner {
  padding: 90px 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-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: 0px 0 30px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  padding-left: 40px;
  border-left: 1px solid #e9e8e7;
}

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

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

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

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

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

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

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

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

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

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

.mi-contact-form-container h4 {
  margin-bottom: 55px;
  font-family: Nunito Sans !important;
  font-size: 28px;
  font-weight: 700;
}

.referral-img {
  width: 310px;
  max-width: 100%;
  margin: auto;
  display: block;
}

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

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

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

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

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

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

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

/* .mi-contact-form .btn {
  width: 160px;
} */

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

.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 !important;
  font-size: 22px;
  line-height: 48px;
  font-weight: 600;
}

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

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

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

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

.timeline-body a {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.mi-partnerus-banner i {
  margin: 15px auto 10px;
  display: block;
  width: 70px;
  height: 74px;
  background-size: 74px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination .page-link {
  padding: 0 10px;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #606060 !important;
  border: 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-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 !important;
  font-size: 28px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-12 {
  font-size: 12px !important;
}

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

.text-16 {
  font-size: 16px !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;
}

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

.wp-table {
  width: 390px;
}

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

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

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


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

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

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

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



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

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

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

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

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

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

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

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

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

/* .mi-oneapp-img {
  width: 640px;
} */
.mi-oneapp-img {
  width: 100%;
}

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

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


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

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

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

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

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

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

.mi-hrms-eschudle-list .item i {
  margin: 0 auto 20px;
  display: block;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
}

.mi-hrms-eschudle-list .item i.icon-easily-assign {
  width: 77px;
  height: 60px;
}

.mi-e-scheduling-list .item {
  margin-bottom: 75px;
}

.mi-e-scheduling-list .item i {
  margin: 0 auto 20px;
  display: block;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
}


.mi-e-scheduling-list .item h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.mi-e-scheduling-list .item h5 a {
  color: #323232;
}

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

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

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

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

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

.mi-assured-list.home-assured .item span {
  background-color: #f6f8fb;
}

.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-list .item div {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

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

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

.mi-certificates .item {
  margin-bottom: 50px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.mi-certificates .item .soc {
  width: 100px;
}

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

.mi-certificates .item p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 210px;
  color: #000;
  height: 110px;
}

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

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

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

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

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

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

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

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

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

.mi-comments #demo {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mi-typo-group li ul li::before {
  display: none;
}
.mi-typo-content .mi-certificates .item
 {
    margin-bottom: 50px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mi-typo-content .mi-certificates .item p
 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 250px;
    color: #000;
    height: 90px;
}
.mi-typo-content .mi-certificates {
    margin-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
   .mi-typo-content .mi-certificates .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mi-typo-content .mi-certificates .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
     .mi-typo-content .mi-certificates .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .mi-typo-content .mi-certificates .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.mi-payroll-outsourcing-banner .mi-banner-content {
  width: calc(100% - 475px);
}

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

.mi-payroll-outsourcing-banner .mi-banner-img {
  margin: 0;
  width: 545px;
  position: absolute;
  left: 670px;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-payroll-outsourcing-banner .mi-banner-img {
    width: 500px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-payroll-outsourcing-banner .mi-banner-content {
    width: 100%;
    text-align: center;
  }

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

  .mi-payroll-outsourcing-banner .mi-banner-img {
    margin: 0;
    width: 575px;
    position: relative;
    left: unset;
    margin: 50px auto;
  }

  .mi-certificates {
    justify-content: center;
  }

  .mi-certificates .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom:0px;
  }
}

@media (max-width: 991px) {
  .mi-payroll-outsourcing-banner .mi-banner-img img {
    width: 100% !important;
  }

  .mi-payroll-outsourcing-banner .mi-banner-img {
    margin: 0 auto;
    width: 100%;
    position: relative;
    left: unset;
  }
}

.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-escheduling-banner .mi-banner-content {
  width: calc(100% - 520px);
}

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

.mi-escheduling-banner .mi-banner-img img {
  width: 500px;
}

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

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

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

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

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

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

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

.modal {
  padding-right: 0 !important;
}

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

.modal-header h4 {
  font-size: 28px;
  font-family: Nunito Sans !important;
  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 110px 0 0;
}

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

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

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

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

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

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

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

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

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

.mi-thankyou h4 {
  margin: 0 auto 10px;
  font-family: Nunito Sans !important;
  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: 52px;
  font-weight: 600;
  font-family: Nunito Sans !important;
}

.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 !important;
  font-size: 36px;
  font-weight: 600;
  color: #1f3966;
}

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

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

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

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

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

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

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

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

.mi-tagline-text {
  font-size: 26px;
  font-family: Nunito Sans !important;
  font-weight: 600;
}

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

.e-invoice-now {
  width: 130px;
}

.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 !important;
  font-weight: 600;
  position: relative;
}

.mi-office-video-wrapper .item h4::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background: url(../img/icons/dotted-line-7.svg) no-repeat;
  background-size: 180px 3px;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.mi-office-video-wrapper .item .lead {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #f6b719;
  font-style: italic;
}

.mi-office-video-wrapper .item p {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #444;
  font-weight: 500;
}

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

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

.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 !important;
  font-weight: 600;
  text-align: center;
}

.mi-free-trial li::before {
  background: url(../img/round-tick-white.png) no-repeat;
  background-size: 35px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.mi-free-trial-wrapper {
  margin: 30px 0 30px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
}

.mi-free-trial-body {
  padding: 50px;
}

.mi-free-trial .inputs .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid red
}

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

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

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

.mi-free-trial .form-select {
  background: transparent;
  position: relative;
  z-index: 99;
}

#some_div {
  font-size: 42px;
  text-align: center;
  color: green;
  font-weight: 700;
}

#verifyotp .modal-header {
  padding: 20px 25px;
}

#verifyotp .modal-header h4 {
  font-size: 24px;
}

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

@media only screen and (max-width: 768px) {
  .mi-escheduling-box {
    padding: 0 !important;
  }

  .mi-award .indursty-icon {
    width: 50%;
    margin: 10px 0px;
  }

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

.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-size: 22px;
  font-family: Nunito Sans;
  font-weight: 700;
  color: #323232;

}

.ui-tab-section .ui-tab-title:hover {
  /* font-size: 23px; */
  /* font-family: Nunito Sans;
  font-weight: 800; */
  color: #323232;
}

.ui-tab-section .track-border {
  margin-top: 15px;
  width: 120px;
  height: 2px;
  border-bottom: 2px solid #f6b719;
  display: 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 !important;
  font-weight: 700;
  margin-right: 30px;
}

.count-track {
  margin-bottom: 20px;
}

.trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}

.trk-overall span {
  float: left;
  width: 100%;
}

.ats-subhead {
  font-weight: 800;
}

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

.mi-lable-count {
  font-size: 17px;
  font-weight: 500
}

.mi-value {
  font-weight: 800 !important;
  font-size: 24px
}

sub {
  bottom: 0;
  font-size: 22px
}

@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: 40px 27px !important;
  }

  .ui-tab-section .ui-tab-title {
    font-size: 18px !important;
  }

  .ui-tab-section .tabs-left>.nav-tabs>li {
    list-style: none;
    padding-bottom: 25px;
  }

  .ui-headline-track {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }

  .ui-tab-section .track-border {
    margin-top: 5px;
    width: 120px;
    height: 2px;
    border-bottom: 2px solid #f6b719;
    display: flex;
    top: 30px;
    position: static;
  }


}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-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-party {
  background: url(../img/icons/Party_Popper_Grp.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-bank-reconciliation {
  background: url(../img/icons/bank-reconciliation-by.svg) no-repeat;
}

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

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

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

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

.icon-integration-with-payroll {
  background: url(../img/icons/integration-with-payroll-by.svg) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fb {
  background: url(../img/icons/F&B.svg) no-repeat;
}

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

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

.icon-beauty-wellness {
  background: url(../img/icons/Beauty-Wellness.svg) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-ready-to-upload-epss-files {
  background: url(../img/icons/ready-to-upload-epss-files.svg) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mi-escheduling-box {
  padding: 25px 0px;
}

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

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

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

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

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

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

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

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

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

.mi-btn-primary {
  background-color: #1f3966;
  color: #fff;
}

.mi-btn-primary:hover {
  background-color: #17315e;
  color: #fff;
}

.mi-btn-warning {
  background-color: #f6b719;
  color: #414141;
  /* color: #fff; */
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}

.mi-btn-warning:hover {
  background-color: #e0a613;
  color: #414141;
  /* color: #fff; */
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}

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

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

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

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

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

.mi-text-primary {
  color: #1f3966;
}

.mi-text-dark {
  color: #323232;
}

.mi-text-warning {
  color: #f6b719;
}

.mi-text-light {
  color: #959595;
}

.mi-text-gray {
  color: #606060;
}

.mi-wd-210 {
  width: 210px !important;
}

.mi-mx-wd-80 {
  max-width: 80%;
}

.mi-mx-wd-100 {
  max-width: 100% !important;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-black {
  font-weight: 800;
}

.mi-tx-16 {
  font-size: 16px !important;
}

.mi-tx-17 {
  font-size: 17px;
}

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

.mi-tx-20 {
  font-size: 20px !important;
}

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

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

}

.oed-tab .trk-overall {
  font-weight: 700;
}



.oed-tab .tab-content {
  position: absolute;
  right: 0;
  width: 500px;
  top: 15%;
}

.oed-tab .trk-overall span {
  float: none;
  width: 500px;
  display: block;
}

.fwa-tab-section .oed-tab .ui-tab-title {
  list-style: none;
  height: auto;
}

@media (max-width: 359px) {
  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 320px;
  }

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

@media (min-width: 360px) and (max-width: 413px) {
  .mi-home-banner .mi-banner-img img {
    margin: 0 -15px !important;
    width: 360px;
  }

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

  .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-left: auto !important;
    margin-right: auto;
    width: 200px;
  }

  .mi-hrms-banner .btn+.btn {
    margin-top: 25px;
  }

  .mi-clients-logo .card {
    width: calc(50% - 20px) !important;
    margin: 10px 10px;
    height: 110px;
  }

  .dots-frame::after {
    left: 213px !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) {
  .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;
  }

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

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

  .bio-img img {
    max-width: 365px !important;
  }

  .dots-frame::before {
    left: calc(100% - 400px);
    top: -45px;
  }

  .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 h1::after {
    left: -35px;
    width: 300px;
    height: 20px;
    background-size: 300px 20px;
    bottom: -35px;
  }

  .mi-career-banner h1::before {
    left: 15px;
    width: 300px;
    height: 40px;
    background-size: 300px 40px;
    top: -55px;
  }

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

  .mi-comments .display-4 {
    margin-bottom: 90px;
  }

  .mi-comments .carousel-caption {
    padding: 40px 30px;
    max-width: 100%;
    min-height: auto;
  }

  .mi-comments .carousel-caption p {
    font-size: 18px;
  }

  .mi-comments .carousel-caption p::after,
  .mi-comments .carousel-caption p::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }

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

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

  .mi-comments .carousel-control-next,
  .mi-comments .carousel-control-prev {
    top: -65px;
  }

  .mi-comments .carousel-image {
    position: relative;
    bottom: -20px;
    width: 100%;
    height: auto;
  }

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

  .mi-outsourcing img {
    width: 200px;
  }

  .mi-biometric img,
  .mi-tablet-app img {
    width: 100%;
    height: auto;
    background-size: 100%;
  }

  .mi-business-logos .mi-cient-logos img {
    margin: 0 auto 20px;
    width: 50%;
    height: 85px;
    display: block;
    text-align: center;
  }

  .mi-business-logos .mi-cient-logos .col-sm-3:nth-child(n + 5) img {
    margin: 0 auto 20px;
  }

  .mi-typo-banner .content {
    padding: 30px 0 !important;
  }

  .mi-faq-banner .content {
    padding: 50px 0 !important;
  }

  .mi-tablet-app .mi-tablet-app-demo {
    width: 280px;
    height: 160px;
    background-size: 280px 160px;
  }

  .mi-video-player {
    height: 190px;
  }

  .timeline-body img {
    width: 80%;
    height: auto;
  }

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

  .mi-leave-approval-img {
    height: 455px;
  }

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

  .mi-parter-wrapper {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .mi-certificates .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.mi-certificates .item {
    margin-bottom: 10px;
}
  .mi-certificates .item p {
    height: 75px;
  }

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

  .mi-partnerus-banner .display-4::before {
    top: -60px;
    left: -25px;
    width: 500px;
    height: 70px;
    background-size: 500px 70px;
  }

  .mi-partnerus-banner .display-4::after {
    bottom: -70px;
    width: 100%;
    height: 100%;
    background-size: 100%;
  }

  .dots-frame::before {
    left: calc(50% - 225px);
  }

  .dots-frame::after {
    left: calc(100% - 185px);
  }

  .mi-clients-logo .card {
    width: calc(33.33% - 20px);
  }

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

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

  .mi-assured-list {
    justify-content: center;
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mi-assured-list .item:last-child {
    margin: 0;
  }

  .mi-certificates {
    margin-top: 50px;
  }

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

  .timeline:before {
    left: 30px;
    margin-left: 0;
  }

  .mi-career-banner h1::after {
    left: -35px;
    width: 500px;
    height: 30px;
    background-size: 500px 30px;
    bottom: -35px;
  }

  .mi-career-banner h1::before {
    left: 15px;
    width: 500px;
    height: 68px;
    background-size: 500px 68px;
    top: -55px;
  }

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

  .mi-jobs-filter .country {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  section {
    padding: 50px 0;
  }

  section .display-4 {
    font-size: 30px !important;
  }

  .mi-banner-content h1 {
    margin-bottom: 25px;
    font-size: 30px !important;
    line-height: 42px;
  }

  .mi-banner p {
    margin-bottom: 30px;
    font-size: 16px !important;
    line-height: 24px;
  }

  .mi-attendance-options {
    padding: 50px 0 !important;
  }

  .mi-key-features {
    padding: 70px 0 20px !important;
  }

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

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

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

  .mi-copyrights {
    margin: 40px 0 0;
  }

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

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

  .mi-aboutus-banner h1 div {
    font-size: 18px;
    line-height: 30px;
  }

  .mi-achievement .container::after {
    width: 105px;
    height: 20px;
    background-size: 105px 20px;
    top: -60px;
  }

  .mi-achievement .label {
    font-size: 18px;
    line-height: 30px;
  }

  .mi-achievement .value {
    font-size: 42px;
    line-height: 64px;
  }

  .mi-achievement .value sub {
    font-size: 20px;
    top: -10px;
  }

  .mi-teams::after {
    width: 30px;
    height: 110px;
    background-size: 30px 110px;
    top: -55px;
  }

  .mi-meet::before {
    width: 45px;
    height: 200px;
    background-size: 45px 200px;
    top: -50px;
  }

  .mi-meet .display-4 {
    margin-bottom: 40px;
    line-height: 45px;
  }

  .mi-meet .display-4 span::after {
    bottom: -4px;
  }

  .mi-meet::after {
    width: 105px;
    height: 50px;
    background-size: 105px 50px;
    bottom: -20px;
  }

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

  .mi-values .container::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px;
    top: -55px;
  }

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

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

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

  .mi-accounting-key-features .card {
    max-width: 100%;
  }

  .mi-key-features .lead {
    margin: 0 auto 40px;
  }

  .mi-pricing-table th {
    width: 310px;
    min-width: 310px;
  }

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

  .mi-apps-list {
    margin-bottom: 30px;
  }

  .mi-feature-col ul {
    padding: 0 30px 50px;
  }

  .mi-feature-col h4 {
    padding: 35px 20px;
  }

  .mi-feature-col li {
    padding: 20px 0 20px 25px;
  }

  .tab-content .tab-pane {
    padding: 25px 30px !important;
  }

  .mi-clients-logo {
    margin: -20px 0 30px;
  }

  .mi-client-logos h1,
  .mi-contact-banner h1 {
    font-size: 30px;
  }

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

  .mi-contact-wrapper {
    margin: -120px 0 60px;
  }

  .mi-contact-body {
    padding: 25px;
  }

  .mi-contact-info h4 {
    font-size: 22px;
    margin-bottom: 35px;
  }

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

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

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

  .mi-locations .item i {
    width: 35px;
    height: 45px;
    background-size: 35px 45px;
  }

  .mi-locations .item .description {
    padding-left: 20px;
  }

  .mi-locations .item h4 {
    font-size: 24px;
  }

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

  .mi-key-features .col-lg-6:last-child {
    margin-bottom: 0;
  }

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

  .mi-psg-standard {
    margin: 40px 0;
    padding: 25px;
  }

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

  .mi-explore {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
  }

  .mi-features h3 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .mi-features h3 span {
    font-size: 24px;
  }

  .mi-eligibility {
    max-width: 100%;
    padding: 40px 25px;
  }

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

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

  .mi-certificates .item p {
    max-width: 100%;
  }

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

  .mi-mx-wd-80 {
    max-width: 100%;
  }

  .mi-certificates {
    margin-top: 50px;
  }

  .mi-stats-group .item .count {
    font-size: 40px;
    line-height: 60px;
  }

  .mi-stats-group .item .lead {
    font-size: 20px;
  }

  .aboutus .card {
    padding: 20px;
  }

  .aboutus .card .card-header .card-title h3 {
    font-size: 24px;
  }

  .aboutus .card .card-body h4 {
    font-size: 20px;
  }

  .mi-stats-group {
    margin: 50px 0 0;
  }

  .mi-stats-group .item .count span {
    font-size: 24px;
    line-height: 32px;
    top: -5px;
  }

  .mi-business-logos .count {
    font-size: 48px;
    line-height: 64px;
    text-align: center;
  }

  .mi-business-logos .lead {
    text-align: center;
    margin: 0 0 50px;
    font-size: 24px;
  }

  .timeline>li>.timeline-badge {
    width: 64px;
    height: 64px;
  }

  .timeline>li>.timeline-badge i {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .timeline>li {
    padding-left: 90px;
  }

  .timeline-title {
    font-size: 20px;
    line-height: 28px;
  }

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

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

  section.mi-career-banner h1 {
    margin-bottom: 0 !important;
  }

  .mi-jobs-filter {
    margin: 0 -15px 0;
  }

  .mi-jobs li {
    flex-direction: column;
    align-items: flex-start;
  }

  .mi-jobs h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .mi-jobs .description span {
    font-size: 15px;
  }

  .mi-job-opportunity .display-4,
  .mi-workus .display-4 {
    margin-bottom: 40px;
  }

  .mi-comments {
    padding: 50px 0;
  }

  section.mi-partner-banner h1 {
    font-size: 36px !important;
    margin-bottom: 10px !important;
  }

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

  .mi-partner-banner .lead {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
  }

  .mi-parter-wrapper {
    flex-direction: column;
    text-align: center;
    row-gap: 50px;

  }

  .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%;
    border-top: 1px solid #e9e8e7;
    border: 0;
    padding-top: 30px;
    padding-left: 0px;

  }

  .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-appraisal-banner .mi-banner-img img,
  .mi-escheduling-banner .mi-banner-img img,
  .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: auto;
  }

  #jobModal .lead {
    padding-right: 40px;
  }

  .mi-jobs .card-body {
    padding: 15px;
  }

  .mi-jobs .card h4 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .mi-jobs .card ul li {
    font-size: 16px;
  }

  .mi-jobs .card p {
    padding-left: 30px;
    font-size: 16px;
  }

  .mi-jobs .card {
    padding: 15px 0 0;
  }

  .mi-jobs .card-head {
    margin: 0 0 15px;
  }

  .mi-jobs .acc-arrow {
    padding-right: 40px;
  }

  .mi-jobs .acc-arrow::after,
  .mi-jobs .collapsed.acc-arrow::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 12px;
    right: 0;
  }


  .mi-jobs .collapsed.acc-arrow::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 12px;
    right: 0;
  }

  .mi-features-list .item .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .mi-features h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .mi-filter-empty .title {
    margin: 0 0 15px;
    font-size: 24px;
  }

  .mi-filter-empty img {
    width: 200px;
  }

  .mi-filter-empty p {
    font-size: 18px;
    line-height: 24px;
  }

  .mi-filter-empty {
    margin: 30px auto 0;
  }

  .mi-thankyou-card {
    padding: 20px 20px 30px;
  }

  .mi-thankyou img {
    margin: 0 auto 10px;
    width: 250px;
    height: 250px;
  }

  .mi-whatwedo .lightsbox-pin::before {
    left: 209px;
    bottom: 30px;
  }

  .mi-whatwedo .lightsbox-pin::after {
    left: 200px;
    bottom: 20px;
  }

  .venndiagram .lightsbox-pin::after {
    right: 0;
    bottom: 0;
  }

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

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

  .list-unstyled.mi-location.mb-5 {
    margin-bottom: 1rem !important;
  }

  .mi-support-box {
    margin: 0 0 35px;
    padding: 20px;
  }

  .mi-support-box h2 {
    margin: 0 auto 15px;
    font-size: 24px;
  }

  .mi-support-box p {
    margin: 0 auto 30px;
    font-size: 16px;
    text-align: justify;
  }

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

  .mi-support h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .mi-support .lead {
    margin: 0 auto 30px;
  }

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

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

  .mi-video-guide ul li::before {
    left: 0;
  }

  .mi-video-guide ul li {
    padding-left: 20px;
  }

  .mi-video-guide ul {
    margin: 0 0 30px;
  }

  .mi-invoice-demo .lead {
    margin: 0 auto 40px;
  }

  .mi-invoice-demo .container::after {
    width: 100px;
    height: 20px;
    background-size: 100px 20px;
  }

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

  .mi-invoice-wrapper {
    padding: 40px 0;
  }

  .mi-invoice-wrapper img {
    width: 250px;
    margin: 0 auto 40px;
  }

  section.mi-banner.mi-invoice-banner h1 {
    margin-bottom: 12px !important;
  }

  .mi-about-invoice::before {
    width: 10px;
    height: 100px;
    background-size: 10px 100px;
    top: -60px;
    right: 20px;
  }

  .mi-invoice-demo-2 {
    margin: 0 auto 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* .mi-teams .close {
    position: absolute;
    top: 38px;
    right: 4% !important;

} */
  .mi-team-members .thumb-img {
    width: 275px !important;
    height: 500px !important;
    background-size: 275px 500px !important;
  }

  .mi-teams .mySlides {
    padding: 0px 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{
  top: 29% !important;
} */
  .mi-teams .next,
  .mi-teams .prev {
    position: fixed !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .mi-certificates .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0px;
  }

  .mi-cpf-guide .guide-card .display-4 {
    font-size: 26px !important;
  }

  /* .mi-teams .close {
    position: absolute;
    top: 38px;
    right: 1% !important;

} */
  .mi-team-members .thumb-img {
    width: 275px !important;
    height: 500px !important;
    background-size: 275px 500px !important;
  }

  .mi-teams .mySlides {
    padding: 0px 10px 30px 10px !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: hidden !important;
    padding: 0 !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-partnerus-banner .display-4::before {
    top: -85px;
    width: 700px;
    height: 95px;
    background-size: 700px 95px;
  }

  .mi-partnerus-banner .display-4::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: 40px 0;
  }

  .mi-acc-software-banner .mi-banner-img img {
    width: 470px;
    right: 0;
  }

  .dots-frame::before {
    left: calc(50% - 240px);
  }

  .dots-frame::after {
    left: calc(100% - 265px);
    bottom: -40px;
  }

  .mi-key-features .lead {
    margin: 0 auto 50px;
  }

  .mi-pricing-table th {
    width: 310px;
    min-width: 310px;
  }

  .mi-package .lead {
    margin-bottom: 60px;
  }

  .mi-clients-logo {
    margin: 50px 0 75px;
  }

  .mi-clients-logo .card {
    width: calc(33.33% - 20px);
  }

  .tab-content .tab-pane {
    padding: 40px 60px;
  }

  .mi-contact-body {
    padding: 40px;
  }

  .mi-contact-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #e9e8e7 !important;
    border: 0;
    padding-top: 30px;
  }

  .mi-contact-form-container {
    padding-bottom: 30px;
    padding-left: 0;
    border-top: 0;
    border-left: none;
  }

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

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

  .mi-eligibility,
  .mi-explore {
    margin: 0 auto;
    max-width: 720px;
    padding: 75px 15px;
  }

  .mi-features h3 {
    font-size: 40px;
  }

  .mi-features h3 span {
    font-size: 24px;
  }

  .mi-assured-list {
    justify-content: center;
  }

  .mi-assured-list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .mi-business-logos .count {
    font-size: 64px;
    text-align: center;
  }

  .mi-business-logos .lead {
    text-align: center;
    margin: 0 0 50px;
  }

  .timeline:before {
    left: 38px;
    margin-left: 0;
  }

  .timeline>li {
    padding-left: 105px;
  }

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

  .mi-awards-banner h1 {
    font-size: 36px !important;
  }

  .mi-jobs-filter .country {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mi-career-banner h1::after {
    left: -35px;
    width: 750px;
    height: 45px;
    background-size: 750px 45px;
  }

  .mi-career-banner h1::before {
    top: -90px;
    left: 15px;
    width: 700px;
    height: 95px;
    background-size: 700px 95px;
  }

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

  .mi-comments .carousel-caption {
    padding: 45px 60px;
    min-height: 390px;
    max-width: 500px;
  }

  .mi-comments .carousel-caption p {
    font-size: 28px;
  }

  .mi-comments .carousel-caption p::after,
  .mi-comments .carousel-caption p::before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .mi-comments .carousel-caption p::before {
    left: -35px;
    top: -15px;
  }

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

  section.mi-partner-banner h1 {
    font-size: 42px !important;
  }

  .mi-partner-banner .lead {
    font-size: 18px;
  }

  .mi-parter-wrapper img {
    width: 300px;
    padding-left: 30px;
  }

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

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

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

  .mi-partnership-box {
    flex-direction: column;
  }

  .mi-partnership-box .content {
    padding-left: 0;
    text-align: center;
  }

  .mi-banner.mi-success-banner h1 {
    font-size: 42px !important;
  }

  .mi-banner-ratings .item .rating {
    width: 83px;
    height: 15px;
    background-size: 80px 15px;
  }

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

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

  .mi-story-filter {
    margin: 50px 0 0;
  }

  .mi-stories-list .card {
    margin: 40px 15px 0;
    width: calc(50% - 30px);
  }

  .mi-attendance-options .display-4,
  .mi-mobile-app,
  .mi-tablet-app {
    margin-bottom: 40px;
  }

  .mi-attendance-option {
    flex-direction: column;
  }

  .mi-attendance-option .content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .mi-attendance-option .description h2 {
    font-size: 24px;
  }

  .mi-tablet-app .content {
    order: 2;
  }

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

  .whyus-list .item h3 {
    font-size: 36px;
  }

  .whyus-list .item p {
    font-size: 16px;
  }

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

  .whyus-list .item .content {
    padding-right: 50px;
  }

  .mi-contact-wrapper {
    margin: -340px 0 60px;
  }

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

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

  .mi-jobs-filter {
    margin: 0 -15px 0;
  }

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

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

  .mi-biometric-img {
    margin: 0 0 40px;
  }

  .mi-project-costing-img {
    margin: 0 0 40px 0;
  }

  .mi-appraisal-banner .mi-banner-img img,
  .mi-escheduling-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-wsq-tab::after {
   display: none !important;
  } */
  .mi-home-banner .mi-banner-img img {
    right: 0;
  }

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

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

  .mi-banner-content h1 {
    font-size: 36px !important;
    text-align: center;
  }

  .mi-banner p {
    text-align: justify;
    max-width: 100%;
  }

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

  .mi-attendance-options {
    padding: 70px 15px;
  }

  .mi-key-features .panel {
    height: auto;
  }

  .mi-footer {
    padding: 70px 0 0;
  }

  .mi-enquire {
    text-align: center;
    display: block;
    padding-bottom: 60px;
  }

  .mi-enquire .display-4 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }

  .mi-enquire .btn {
    font-size: 24px;
    height: 55px;
  }

  .mi-location i {
    top: 0;
  }

  .mi-copyrights .title {
    text-align: center;
    margin-bottom: 20px;
  }

  .mi-copyrights .content {
    flex-direction: column;
  }

  .mi-copyrights-link {
    justify-content: center;
    margin: auto;
  }

  .mi-copyrights-link a {
    margin: 10px 15px;
  }

  .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }

  mi-key-features {
    padding: 100px 15px 50px;
  }

  .mi-key-features .display-4,
  .mi-key-features .lead {
    text-align: center;
  }

  .mi-apps {
    padding: 70px 15px;
  }

  .mi-video-player img {
    margin: auto;
    display: block;
    width: 100%;
  }

  .mi-apps .display-4 {
    margin: 0 auto 48px;
    width: 100%;
    text-align: center;
  }

  .mi-appraisal ul,
  .mi-apps ul {
    margin: 0 auto 40px;
    max-width: 450px;
  }

  .mi-apps-download {
    text-align: center;
  }

  .nav-right {
    margin-top: 20px;
    align-items: flex-start !important;
  }

  .mi-appraisal {
    flex-direction: column;
  }

  .mi-feed-wrapper {
    flex-direction: column;
  }

  .mi-appridal-img {
    margin: 0 auto 30px;
  }

  .mi-feed-wrapper .content {
    text-align: center;
  }

  .mi-leave-approval-img {
    margin: 0 auto 20px;
  }

  .mi-story .display-4 {
    margin-bottom: 50px;
    text-align: center;
  }

  .mi-story .display-4::after {
    width: 70px;
    height: 15px;
    background-size: 70px 15px;
    bottom: -20px;
    left: 55%;
  }

  .mi-story p {
    text-align: justify;
  }

  .mi-whatwedo .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mi-whatwedo .description {
    padding-left: 0;
    margin-top: 30px;
  }

  .mi-whatwedo .display-4 {
    margin-bottom: 30px;
    text-align: center;
  }

  .mi-whatwedo p {
    text-align: justify;
  }

  .mi-whatwedo::after {
    width: 50px;
    height: 195px;
    background-size: 50px 195px;
    top: -100px;
  }

  .mi-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-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-cloud-accounting-software {
    margin: 0 auto 40px;
    width: 200px;
  }

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

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

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

  .mi-home-banner .mi-banner-content {
    width: 100%;
  }

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

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

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

  .mi-apps ul {
    max-width: 100%;
  }

  .mi-banner .container.p-0 {
    padding: 0 15px !important;
  }

  .timeline>li>.timeline-badge {
    left: 0;
    margin-left: 0;
  }

  .timeline>li>.timeline-panel {
    width: 100%;
    float: left;
  }

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

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

  .mi-assured-box {
    padding: 40px 20px;
  }

  .mi-outsourcing-content {
    flex-direction: column;
  }

  .mi-outsourcing img {
    margin-bottom: 30px;
  }

  .mi-outsourcing .content {
    padding-left: 0;
    text-align: center;
  }

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

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

  .navbar .nav-item:hover .dropdown-menu {
    display: none !important;
  }

  .navbar .nav-item .dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0;
    margin: 0;
  }

  .navbar-brand {
    padding: 11px 0;
  }

  .navbar-nav .nav-item:hover {
    background-color: transparent;
  }

  .mi-products-items {
    padding: 10px 0 0;
    min-width: 100%;
  }

  .mi-products-items .row {
    margin: 0;
  }

  .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,
  .mi-escheduling-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,
  .mi-escheduling-banner .mi-banner-img {
    margin: 0 auto;
  }

  .mi-apps-demo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .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,
  .mi-escheduling-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;
  }

  .mi-team-members .thumb {
    margin: 50px auto 0px auto;
    width: 250px;
  }

  .mi-team-members .name,
  .mi-team-members .position {
    text-align: center;
  }

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

  .calendar-tbl table {
    width: 991px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-achievement .value {
    font-size: 50px;
  }

  .mi-achievement .label {
    font-size: 17px;
  }

  .mi-team-members .name {
    font-size: 18px;
  }

  .mi-acc-software-banner .mi-banner-container {
    padding: 25px 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,
  .mi-clients-list .tab-content .tab-pane {
    padding: 40px 60px;
    height: 1050px !important;
  }

  .mi-trainer-tab .tab-content .tab-pane {
    padding: 20px;
    height: auto !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: 14px !important;
  }

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

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

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

  .bio-img img {
    max-width: 935px !important;
  }

  .oed-tab .tab-content {
    position: absolute;
    right: -20px;
    width: 450px;
    top: 15%;
  }
}

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

  .navbar-nav .nav-link {
    font-size: 14px !important;


  }

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

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

  .bio-img img {
    max-width: 1110px !important;
  }
}

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

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

.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: 500;
  line-height: 24px;
  color: #444444;
  position: relative;
}

.mi-apps-list-check li::before {
  background: url(../img/round-tick-white.png) no-repeat;
  background-size: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.mi-faq {
  margin-bottom: 30px;
  padding: 0px;
}

.mi-faq .card {
  padding: 25px 0px 0px;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #afafaf78 !important;
  background-color: #fff0;
}

.mi-faq .card-head {
  padding: 0px 0px 10px;
  cursor: pointer;
}

.mi-faq .card-body {
  padding: 0px 0px 13px;
}

.mi-faq .acc-arrow {
  padding-right: 56px;
  position: relative;
}

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

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

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

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

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

.mi-faq .card h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: Nunito Sans;
  color: #1f3966;
}

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

.mi-faq .card ul li {
  font-size: 18px;
  font-family: Nunito Sans;
  position: relative;
  padding-left: 20px;
}

.mi-faq .card ul li:before {
  content: "";
  position: absolute;
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  left: 0;
  top: 7px;
}

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

.mi-faq .card p {
  font-size: 18px;
  font-family: Nunito Sans;
  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;
  font-family: Nunito Sans;
  color: #1f3966;
}

.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: 18px;
  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;
  font-family: Nunito Sans;
}

.mi-wsq-workus .mi-work-list h4 {
  font-family: Nunito Sans;
  color: #1f3966;
  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-800 {
  font-weight: 800 !important;
}

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

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

#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: #3c3c3c !important
}

.mi-contact-form.check-section {
  width: 90%;
  margin: 0 auto;
}

.check-section .form-check-label {
  padding-left: 15px;
  font-size: 16px;
}

/* .required::after {
  content: '*';
  color: red;
  margin-left: 1px;
} */

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

.form-check p {
  margin-left: -1.25rem !important;
  width: 95%;
}

.form-check p a {
  font-family: Nunito Sans;
  font-weight: bold;
}

button.btn.mi-btn-primary.submit-btn {
  width: 400px;
  max-width: 100%;
}

.yt-popup .modal-body {
  position: relative;
  padding: 0px;
}

.yt-popup .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  color: #fff;
  opacity: 1;
}


.yt-popup .modal-content {
  background-color: transparent;
  border: none !important
}


/***about us lightbox style***/

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

/* Modal Content */
.mi-teams .modal-content {
  position: relative;
  background-color: rgb(254, 254, 254);
  margin: auto;
  padding: 0px;
  width: 100%;
  max-width: 1110px;
}

/* The Close Button */
/* .mi-teams .close {
    color: #1f1f1f;
    position: absolute;
    top: 38px;
    right: 14.2%;
    font-size: 35px;
    font-weight: 700;
    z-index: 9;
  } */
.mi-teams .modal-header {
  padding: 0.5rem 1rem !important;
  border-bottom: 0px solid #a8b7c7 !important;
}

.mi-teams .close:hover,
.mi-teams .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mi-teams .mySlides {
  display: none;
  padding: 0px 50px 90px 50px;
}

.mi-teams .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.mi-teams .prev,
.mi-teams .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #7f7f7f;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transition: .5s;
}

/* Position the "next button" to the right */
.mi-teams .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .mi-teams .prev:hover,
  .mi-teams .next:hover {
    background-color: rgb(0 0 0);
    color: #fff;
    transition: .5s;
  } */

/* Number text (1/3 etc) */
.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: black;
  padding: 2px 16px;
  color: white;
}

.mi-teams .demo {
  opacity: 0.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: 0px 15px 0px 0px;
}

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

.ctc-section .display-4 {
  font-size: 52px;
  font-weight: 800;
}

/*.ctc-section .mi-btn-warning {
  background-color: #f6b719;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(50,50,50,.05);
  padding: 10px 20px;
  font-size: 1.1rem;
}*/

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


/**cloud accounting css**/

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

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

.mi-pricing-table.mi-acc-price-tbl tr td::after,
.mi-pricing-table.mi-acc-price-tbl tr th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
}

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

.mi-pricing-table.mi-acc-price-tbl tr td:nth-child(1)::after,
.mi-pricing-table.mi-acc-price-tbl tr th:nth-child(1)::after {
  border-bottom: 1px solid #b7b7b7 !important;
}

.mi-pricing-table.mi-acc-price-tbl .table thead th {
  vertical-align: middle;
}

.mi-pricing-table.mi-acc-price-tbl .table thead th:last-child {
  border-radius: 0px 10px 0px 0px;
}

.mi-pricing-table.mi-acc-price-tbl .table thead th:first-child {
  vertical-align: middle;
  border-radius: 10px 0px 0px 0px;
}

.mi-pricing-table.mi-acc-price-tbl .table p {
  margin-bottom: 0rem !important;
}

.mi-pricing-table.mi-acc-price-tbl th {
  padding: 20px 40px;
}

.why-choose-box {
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgb(245, 247, 255) 100%);*/
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  height: 360px;
}

section.mi-acc-feature h4 {
  font-weight: 600;
}

.mi-hrms-list.mi-acc-list .item i {
  margin: 0 auto 30px;
  display: block;
  width: 72px !important;
  height: 72px !important;
  background-size: 72px;
}

.mi-hrms-list.mi-acc-list i.icon-multi-currency {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
  margin: 0 auto;
}


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

.mi-acc-software-banner .mi-banner-img img {
  width: 525px;
  margin: auto;
  display: block;
  /* position: absolute;
top: -100px; */
}

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


.mi-hrms-list.mi-acc-list .item {
  margin-bottom: 45px !important;
}

/*section.mi-banner.mi-acc-software-banner {
  padding: 0px 0px 0px 0px;
}*/


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

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



.mi-hrms-feature.mi-acc-feature {
  padding: 50px 0 20px;
}

@media (max-width: 767px) {

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

  .mi-acc-software-banner .mi-banner-img img {
    width: 300px;
    margin: 15px auto !important;
  }

  .mi-cpf-card {
    padding: 20px !important;
  }

  .mi-cpf-card .display-5 {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .mi-acc-software-banner .mi-banner-content {
    width: 100%;
    padding: 0px 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-acc-software-banner .mi-banner-img img {
    width: 400px;
  }

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

  .bio-img img {
    max-width: 690px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .mi-acc-software-banner .mi-banner-img img {
    width: 545px !important;
  }
}


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

.mi-badge-logos .mi-badge .item {
  margin: 0 0 18px;
  padding: 0 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 575px) {

      .mi-certificates .item  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mi-certificates .item p {
            height: 75px;
}
.mi-certificates .item {
    margin-bottom: 15px;
}
  .mi-badge-logos .mi-badge .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;

  }

  .mi-badge .item img {
    width: auto;
  }
}

/**cpf calculate**/

section.mi-bg-primary-img {
  background: url(../img/draw/cpf-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 410px;
}

/* section.mi-bg-primary-img::before {
  content: "";
  position: absolute;
  background-color: #1f3966f0 !important;
  width: 100%;
  height: 100%;
}

.z-1 {
  z-index: 1;
} */

.mi-cpf-card {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border: none;
}

.mi-cpf p {
  line-height: 28px;
  font-weight: 500;
  font-size: 16px;
}

.mi-cpf-card .display-5 {
  border-bottom: 1px solid rgba(196, 196, 196, 0.75);
  padding-bottom: 10px;
}

.mi-cpf-card label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
}

.mi-cpf-card .form-control {
  border-radius: 5px;
  border: solid 1px #e9e8e7;
  background-color: rgba(255, 255, 255, 0.08);
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  height: 37px;
  z-index: 1;
}

.mi-cpf-guide .guide-card {
  border-radius: 20px;
  background-color: #1f3966;
}

.mi-cpf-guide .guide-card .display-4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
}

.mi-cpf-demo .mi-partnership-box img {
  width: 500px;
  max-width: 100%;
}

.mi-cpf-demo .mi-partnership-box .display-4 {
  font-size: 40px;
}

.cpf-tbl-section h3 {
  font-size: 16px !important;
  font-weight: 600;
  background-color: #f1f1f1;
  border-radius: 5px 5px 0px 0px;
}

.cpf-tbl-section {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.cpf-tbl-section table {
  border-collapse: separate;
  border-spacing: 10px 0px;
  margin-bottom: 1rem;
}

.mi-cpf-card .cpf-tbl-section table label {
  margin-bottom: 0px;
  font-size: 14px;
}

.cpf-tbl-section .table td,
.cpf-tbl-section .table th {
  padding: .5rem;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
}

.cpf-tbl-section table tr td:last-child {
  text-align: end;
  padding-right: 50px;
}


/**home page slider**/

.mi-achievement .slick-list img {
  width: 80%;
  height: 130px;
  margin: auto;
  object-fit: contain;
}

.mi-achievement p {
  font-weight: 500;
  font-size: 20px;
}


.left-arrow-slick {
  position: absolute;
  left: -5%;
  top: 25%;
  cursor: pointer;
}

.right-arrow-slick {
  position: absolute;
  right: -5%;
  top: 25%;
  cursor: pointer;
}


.mi-business-logos .mi-cient-logos img.client-left,
.mi-business-logos .mi-cient-logos img.client-right {
  width: auto;
  height: auto;
  cursor: pointer;
}


/***news blog css for home page***/

.blog-design .news-card {

  margin-bottom: 20px;
  display: block !important;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: #fff;
  padding: 0;
}

.blog-design img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.blog-design .post-content {
  width: 100% !important;
  display: block;
  margin-left: 0px;
  padding: 20px;
}

.entry-meta {
  margin: 0.5em 0em 0;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 20px;
}

.blog-design .entry-meta span.meta-category a {
  font-weight: 600;
  color: #1f3966;
  margin: 0.5em 0.2em 0;
  text-transform: uppercase;
  font-size: 13px !important;
}


.blog-design .entry-meta span.meta-date a {
  float: right;
  color: #aaa;
  font-weight: 500;
  /*white-space: nowrap;
  overflow: hidden;
  width: 63px;*/
  font-size: 13px !important;
}

.blog-design .entry-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5rem;
  float: left;
  width: 100%;
  display: block;
  height: 70px;
}

.blog-design .entry-title a {
  color: #404040;
}

.blog-design p {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}



.blog-design .entry-content a.more-link {
  font-weight: 600;
  width: auto !important;
  font-size: .8125rem !important;
  color: #323232 !important;
  text-transform: capitalize;
}

.blog-design .entry-content img {
  width: auto;
}

.blog-design .news-card a {
  text-decoration: none;
  cursor: pointer;
  font-size: 15px !important;
}



a.post-thumbnail-small img {
  height: auto;
}

.entry-meta .meta-category {
  font-weight: 600;
  color: #1f3966;
  text-transform: uppercase;
  font-size: 13px !important;
}

.post-title-home {
  color: #404040 !important;
  line-height: 1.5rem;
  margin: 0 auto;
  font-size: 16px !important;
  text-align: center;
  max-width: 250px;
}

a.post-bottom img {
  width: auto;
}

.post-bottom span {
  font-weight: 600;
  width: auto !important;
  font-size: .8125rem !important;
  color: #323232 !important;
  text-transform: capitalize;
}

/*.blog-design .entry-meta span.meta-date  {
  float: right;
  color: #aaa;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  width: 66px;
}*/


#client-items-mob {
  display: none;
}

.rounded-0x {
  border-radius: 0px !important;
}

/*.mi-cpf-card .datepicker {
  display: inline-block;
  position: relative;
}

.mi-cpf-card .datepicker::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.mi-cpf-card .datepicker:before {
  content: "";
  position: absolute;
  background: url(../img/icons/datepicker.svg) no-repeat;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 8px;
}*/

.datepicker-dropdown {
  background: #fff;
}

.mi-cpf-card .datepicker-payroll {
  padding: .375rem .75rem;
  height: 37px;
  z-index: 1;
  cursor: pointer;
}

.datepicker td,
.datepicker th {
  padding: 5px 10px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  font-family: Nunito Sans;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

span.input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
}

.amt-box span {
  position: absolute;
  top: 6.8px;
  left: 13px;
}

.amt-box .form-control {
  padding: .375rem 1.75rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/**opw new style**/

.mi-opw-banner .display-4 {
  font-size: 38px;
  margin-bottom: 30px;
}

.mi-opw-banner p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  margin-bottom: 30px;
  font-family: Nunito Sans;
}

.mi-opw-overview h4 {
  font-family: Nunito Sans;
}

.mi-opw-overview li,
.mi-opw-overview p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: Nunito Sans;
}

.course-card-inner {
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  height: 675px !important;
}


.course-card .content-card h4 {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: Nunito Sans;
}

.course-card .content-card p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: Nunito Sans;
}

.course-card .content-card .learn-btn {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  font-family: Nunito Sans;
  position: absolute;
  bottom: 30px;
}

.course-card .img-card img {
  height: 191px;
  object-fit: contain;
}

img.opw-left-arrow-slick.slick-arrow {
  position: absolute;
  left: -3%;
  top: 50%;
  cursor: pointer;
  background: #1f3966;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  z-index: 1;
}

img.opw-right-arrow-slick.slick-arrow {
  position: absolute;
  right: -3%;
  top: 50%;
  cursor: pointer;
  background: #1f3966;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  z-index: 1;
}

a.read-more {
  color: #f6b719;
  font-family: Nunito Sans;
  font-size: 20px;
}


/***wsq course**/

.mi-wsq-banner .box {
  padding: 22px 19.3px 21px 19.3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.mi-wsq-banner .box h5 {
  color: #1f3966;
  font-family: Nunito Sans;
  font-size: 20px;
}

.mi-wsq-banner .box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mi-wsq-banner .box ul li {
  font-size: 18px;

  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  font-family: Nunito Sans;
  position: relative;
  margin-left: 30px;
}

.mi-wsq-banner .box ul li:before {
  content: "";
  background: url(../img/icons/subtract.png) repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: -30px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.mi-wsq-course-overview h4 {
  font-family: Nunito Sans;
  color: #1f3966;
}

.mi-wsq-course-overview li,
.mi-wsq-course-overview p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: Nunito Sans;
}


.mi-wsq-course-overview .bg-light-box {
  padding: 25px 80px 25px 81px;
  border-radius: 10px;
  background-color: #f6f8fb;
}

.mi-wsq-course-overview .bg-light-box h5 {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
}

.bg-light-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}

.bg-light-box p {
  font-size: 18px;
  text-align: left;
  color: #323232;
  margin: 0px;

}

.mi-tab-pills .display-4 {
  margin-bottom: 60px;
}

.mi-tab-pills .nav-link {
  border-radius: 3px;
  border: solid 1px #1f3966;
  background-color: #fff;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #1f3966;
  height: 62px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 300px;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 10px;
  cursor: pointer;

}

.mi-tab-pills td ul.event-item li {
  display: none;
}

.mi-tab-pills .nav-link.active {
  background-color: #1f3966;
  color: #fff;
}

.mi-tab-pills .table thead th {
  border: none;
  background-color: #1f3966;
  font-size: 18px;
  color: #fff;
  font-family: Nunito Sans;
  line-height: normal;
  height: 72px;
  vertical-align: middle;
}

.mi-tab-pills .table td {
  border: none;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  font-family: Nunito Sans;
  line-height: normal;
  height: 72px;
  vertical-align: middle;
}

.mi-tab-pills .add-sub h4 {
  font-size: 18px;
  color: #fff;
  font-family: Nunito Sans;
  line-height: normal;
  margin-bottom: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.mi-tab-pills .add-sub ul {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.mi-tab-pills .add-sub li {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
}


.mi-tab-pills .add-sub li:before {
  content: "";
  position: absolute;
  right: -15px;
  width: 1px;
  height: 130px;
  background: #c4c4c4;
  top: 0;
}

.mi-tab-pills .add-sub .before-none li:before {
  display: none;
}

.wsq-example h4 {
  font-family: Nunito Sans;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f3966;
}

.wsq-example p {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
}

.fees-table {
  background: #fff;
  padding: 20px;
}

.mi-tab-pills .fees-table .table td {
  border: none;
  border-bottom: 0px solid #000 !important;
  font-size: 18px;
  color: #1f3966 !important;
  font-family: Nunito Sans;
  line-height: normal;
  height: 0px !important;
  vertical-align: top;
  padding: 15px 30px !important;
}

.mi-tab-pills .fees-table .table tr:nth-of-type(3) td {
  border-bottom: 1px solid #000 !important;
}

.mi-tab-pills .fees-table .table td span {
  font-size: 16px;
  font-family: Nunito Sans;
}


.mi-trainer p {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  margin-top: 40px;
}

.mi-trainer .trainer-img {
  width: 100%;
  height: 212px;
  object-fit: contain;
  margin: auto;
  display: block;
}

.trainer-sec {
  width: 226px;
  margin: auto;
  display: block;
  position: relative;
}

.trainer-sec h4 {
  font-size: 28px;
  font-family: Nunito Sans;
  margin-bottom: 0px;
  padding: 0px 10px;
  color: #323232;

}

.trainer-sec aside {
  font-size: 16px;
  font-family: Nunito Sans;
  color: #444;
  padding: 0px 10px;
  font-weight: 500;
}

.trainer-sec:before {
  content: "";
  display: block;
  width: 214px;
  border-bottom: 4px solid #f6b719;
  padding: 0px 10px;
  position: absolute;
  bottom: -10px;
  left: 12px;
}

.mi-trainer-testimonial ul.slick-dots {
  display: flex;
  justify-content: center;
}

.mi-trainer-testimonial .slick-active::marker {
  color: #f6b719;
}

.mi-trainer-testimonial li::marker {
  color: #e9e8e7;
  font-size: 25px;
}

.mi-trainer-testimonial ul.slick-dots button {
  position: relative;
  left: -25px;
  opacity: 0;
}

.mi-trainer-testimonial p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
  font-family: Nunito Sans;
  margin: 20px 0px;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.mi-tab-pills .fees-table .table td:first-child {
  width: 65%;
}

.mi-course-offer ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

.mi-course-offer .slick-active::marker {
  color: #f6b719;
}

.mi-course-offer li::marker {
  color: #e9e8e7;
  font-size: 25px;
}

.mi-course-offer ul.slick-dots button {
  position: relative;
  left: -25px;
  opacity: 0;
}

.tab-content>.active {
  display: block;
  transition: .5s;
}

img.wsq-icon {
  width: 212px;
  height: 72px;
  object-fit: contain;
}

.mi-wsq-course-overview .overview-img img {
  bottom: 20px;
  position: relative;
}

/***wsq hrm and practical training css**/

.pl-30 {
  padding-left: 30px !important;
}

.mi-trainer-tab .active .trainer-sec:before {
  border-bottom: 4px solid #f6b719;
}

.mi-trainer-tab ul li {
  float: left;
  width: 25%;
  cursor: pointer;
}

.mi-trainer-tab .trainer-sec:before {
  border-bottom: 4px solid #fff;
}

section.stories-banner-inner h1 {
  font-family: Nunito Sans;
}

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

.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: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid rgba(68, 68, 68, 0.7);
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.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(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

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

  }
}

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

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

  }
}


/**client testi 7/5/24**/

img.custest-left-arrow-slick.slick-arrow {
  position: absolute;
  left: -5%;
  top: 40%;
  cursor: pointer;
  background: #1f3966;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  z-index: 1;
}

img.custest-right-arrow-slick.slick-arrow {
  position: absolute;
  right: -5%;
  top: 40%;
  cursor: pointer;
  background: #1f3966;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  z-index: 1;
}

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

@media(max-width: 600px) {
  .achieve-items .d-flex {
    display: block !important;
  }

  .mi-achievement .slick-list img {
    margin: 20px auto;
  }

  .mi-achievement .right-arrow-slick {
    right: -5%;
    top: 40%;
  }

  .mi-achievement .left-arrow-slick {
    left: -5%;
    z-index: 1;
    top: 40%;
  }

  .mi-achievement .second-row {
    margin-top: 4%;
  }

  #client-items-mob {
    display: block;
  }

  #client-items {
    display: none;
  }

  .mi-business-logos .mi-cient-logos img {
    width: 170px;
  }

  .mi-business-logos .left-arrow-slick,
  .mi-business-logos .right-arrow-slick {
    top: 40%;
  }
}

@media (min-width: 601px) and (max-width: 992px) {
  .mi-achievement .slick-list img {
    width: 20%;
  }

  .mi-achievement .right-arrow-slick {
    right: -10%;
  }

  .mi-achievement .left-arrow-slick {
    left: -10%;
  }

  .mi-business-logos .mi-cient-logos img {
    width: 50%;
    margin: auto;
  }
}



@media (min-width: 1200px) and (max-width: 1219px) {
  img.opw-right-arrow-slick.slick-arrow {
    right: -2%;
  }

  img.opw-left-arrow-slick.slick-arrow {
    left: -2%;
  }

  .course-card-inner {
    height: 590px !important;
  }
}


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


  img.opw-right-arrow-slick.slick-arrow {
    right: -1%;
  }

  img.opw-left-arrow-slick.slick-arrow {
    left: -1%;
  }

  .course-card-inner {
    height: 590px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  img.opw-right-arrow-slick.slick-arrow {
    right: -1%;
  }

  img.opw-left-arrow-slick.slick-arrow {
    left: -1%;
  }

  .course-card-inner {
    height: 750px !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {


  .course-card .content-card .learn-btn {
    position: relative;
    bottom: 10px;
  }

  img.opw-right-arrow-slick.slick-arrow {
    right: -4%;
  }

  img.opw-left-arrow-slick.slick-arrow {
    left: -4%;
  }
}

@media(max-width: 992px) {
  .mi-wsq-banner.mi-opw-banner .mi-banner-content {
    width: 100%;
  }

  .mi-wsq-banner.mi-opw-banner .mi-banner-img {
    margin: auto;
    display: block;
  }

  .mi-trainer-tab .trainer-sec {
    width: 100%;
  }

  .mi-trainer-tab.mi-trainer .trainer-img {
    width: 100%;
    height: 100%;
  }
}

@media(max-width: 767px) {
  .course-card-inner {
    height: auto !important;
  }

  .btn-wrap .next-btn {
    position: absolute;
    top: 25%;
    left: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block !important;
    font-size: 25px;
    color: #1f3966;
    width: 50px;
    height: 50px;
  }

  .btn-wrap .prev-btn {
    position: absolute;
    top: 25%;
    left: 0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block !important;
    font-size: 25px;
    color: #1f3966;
    width: 50px;
    height: 50px;
  }

}

@media(max-width: 599px) {
  img.opw-left-arrow-slick.slick-arrow {
    position: absolute;
    right: 15%;
    top: -4%;
    left: unset;
    display: none !important;
  }

  img.opw-right-arrow-slick.slick-arrow {
    position: absolute;
    right: 5%;
    top: -4%;
    display: none !important;
  }

  .course-card .content-card .learn-btn {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
  }

  .course-card .content-card h4,
  .course-card .content-card p {
    font-size: 16px;
  }

  .course-card .content-card .learn-btn span img {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 450px) and (max-width: 599px) {
  .course-card-inner {
    height: 550px !important;
    padding: 15px;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  .course-card-inner {
    height: 585px !important;
    padding: 15px;
  }
}

@media(max-width: 400px) {
  .course-card-inner {
    height: 620px !important;
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-tab-pills .tab-content .tab-pane {
    padding: 0px;
    height: auto !important;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .mi-tab-pills .tab-content .tab-pane {
    padding: 0px;
    height: auto !important;
  }

  .mi-trainer-tab .trainer-sec h4 {
    font-size: 16px !important;
  }

  .mi-trainer-tab .tab-content .tab-pane {
    padding: 20px;
  }

  .mi-trainer-tab .trainer-sec:before {
    content: "";
    display: block;
    width: 100px;
  }
}

@media (max-width: 991px) {
  .mi-tab-pills .add-sub ul {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .mi-tab-pills .add-sub li:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    top: unset;
    bottom: 0;
  }

  .m-mb-5 {
    margin-bottom: 3rem !important;
  }

  .mi-tab-pills .fees-table .table td:first-child {
    width: 50% !important;
  }

  .mi-wsq-course-overview .overview-img img {
    max-width: 70%;
    margin: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .tab-content .tab-pane {
    padding: 0 !important;
    height: auto !important;
  }

  .mi-tab-pills .table thead th,
  .mi-tab-pills .table td {
    font-size: 14px;
  }

  .mi-tab-pills .fees-table .table td {
    font-size: 14px;
    padding: 15px 15px !important;
  }

  .mi-tab-pills .fees-table .table td span {
    font-size: 12px;
  }

  .mi-wsq-course-overview .bg-light-box {
    padding: 25px;
  }

  .mi-tab-pills ul {
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .mi-tab-pills .nav-link {
    margin-right: 0px;
  }

  .mi-products-items.academy-items {
    min-width: auto;
  }

  .mi-trainer-tab .trainer-sec h4 {
    padding: 0px;
  }

  .mi-trainer-tab .trainer-sec aside {

    padding: 0px;
  }

  .mi-trainer-tab .trainer-sec:before {
    width: 100%;
    left: 0px;
    padding: 0px;
  }


}

@media (min-width: 1200px) {
  .mi-trainer-tab .tab-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}


@media (min-width: 1200px) and (max-width: 1300px) {
  img.custest-left-arrow-slick.slick-arrow {
    left: 0%;
  }

  img.custest-right-arrow-slick.slick-arrow {
    right: 0%;
  }
}

@media (min-width: 991px) and (max-width: 1074px) {
  img.custest-left-arrow-slick.slick-arrow {
    left: 0%;
  }

  img.custest-right-arrow-slick.slick-arrow {
    right: 0%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  img.custest-left-arrow-slick.slick-arrow {
    left: -3%;
  }

  img.custest-right-arrow-slick.slick-arrow {
    right: -3%;
  }
}

@media (min-width: 991px) {


  .mi-stories-img {
    margin: 0 0 0 120px !important;
    width: 464px !important;
    height: 525px;
    object-fit: cover;
  }

  .mi-stories-img-left {
    margin: 0 120px 0 0 !important;
    width: 464px !important;
    height: 464px;
    object-fit: cover;
  }
}

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

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

  to {
      transform: translateY(0)
  }
} */
.ir-header-offer-text {
  overflow: hidden;
  text-align: center;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  color: #1f3966;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Nunito Sans;
}

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

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

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


.ShowHide a {
  color: #007bff;
  text-decoration: none;
}

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



@media (min-width: 1200px) and (max-width: 1439px) {
  .navbar-nav .nav-link {
    font-size: 13px !important;
  }

  .nav-item .btn-book-now {
    padding: 18px !important;
    font-size: 14px;
  }

  .nav-right .mi-btn-primary {
    width: auto;
    height: 39px;
    font-size: 14px;
    line-height: 25px;
  }

  .mi-products-items h4 {
    font-size: 14px;
  }

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

  /* .navbar-nav .dropdown-item:hover {
    font-size: 15px;
  } */
  .ir-home-final li:hover .text-box {
    bottom: 150px !important;
  }
}

@media (max-width: 991px) {
  .nav-item .btn-book-now {
    margin-bottom: 20px;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
}


/**mob scroll header ***/

@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-brand {
    margin-right: 15px;
  }

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

  li.nav-item.mi-language span {
    font-size: 0px !important;
  }

  .nav-right .mi-btn-primary,
  .nav-right .mi-btn-warning {
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }

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

  .mi-language img {
    margin-right: 0px !important;
  }

}

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

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

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

@media (max-width: 991px) {
  header.navigation-wrap.mobile-full .navbar-collapse {
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 99;

    overflow: auto;
    transition: .5s;
    padding-bottom: 100px;
  }

  header.navigation-wrap.mobile-full button.navbar-toggler {
    z-index: 999;
    position: relative;

  }

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

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

  /* 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-right .mi-btn-primary,
  .nav-right .mi-btn-warning {
    margin-bottom: 1rem;
  }
}

header.navigation-wrap.page-header.mobile-full .mob-header-bg {
  background: #ffffff;

  width: 100%;
  z-index: 9999;
}

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


@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-payroll-banner .mi-banner-img {
    width: 550px;
  }

  .mi-payroll-banner.psg-banner .mi-banner-img {
    width: 550px;
  }
}

@media (min-width: 1199px) and (max-width: 1200px) {
  .mi-payroll-banner .mi-banner-img {
    width: auto;
  }

  .mi-payroll-banner .btn {
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;

  }

  .mi-payroll-banner {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .mi-payroll-banner .mi-banner-img img {
    width: 100%;
  }

  .mi-payroll-banner .mi-banner-img {
    margin: 0;
    width: 575px;
    position: relative;
    left: unset;
    margin: 50px auto;
  }

  .mi-payroll-banner .mi-banner-content,
  .mi-payroll-banner.psg-banner .mi-banner-content {
    width: 100%;
    text-align: center;
  }

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



/***calendar style css**/

.calendar-tbl table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-tbl th,
.calendar-tbl td {
  border: 1px solid #1f3966;
  padding: 8px;
  text-align: center;
}

.calendar-tbl th {
  background-color: #1f3966;
  color: #fff;
  /*border: none !important;*/
}

.calendar-tbl td {
  padding: 8px 0px !important;
  height: 80.85px;
  position: relative !important;
  background-color: #f6f8fb;
  width: 200px;
}



ul.event-item {
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
}

.calendar-tbl ul.event-item li {
  position: relative;
  margin: 5px 0px;
  font-size: 12px;
  background: #398658;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  font-weight: 700;

}

td.event.CourseStart ul li {
  margin-left: 5px;
  border-radius: 15px 0px 0px 15px;
}

td.event.CourseEnd ul li {
  margin-right: 5px;
  border-radius: 0px 15px 15px 0px;
}

td.event.OnedayCourse ul li {
  margin: 5px;
  border-radius: 15px;
}

.duration-cal {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f3966;

}

.calendar-tbl #prevMonth.disabled {
  pointer-events: none;
  background: #81818196;
  border: 1px solid #81818196;
}

.calendar-tbl .display-4 {
  margin-bottom: 60px;
}

.calendar-tbl .btn-group .btn {
  border: 1px solid #1a252f;
}

.calendar-tbl ul.event-item.FullEnrollment li {
  background-color: #81818196;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
}

.calendar-tbl ul.event-item.SellingFast li {
  background-color: #f6b719;
}

span.yellow-dot {
  background-color: #398658;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.red-dot {
  background-color: #f6b719;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.gray-dot {
  background-color: #81818196;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.calendar-instruction {
  display: flex;
  justify-content: center;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* HTML: <div class="loader"></div> */

#loading-calendar {
  min-height: 200px;
}


#loading-calendar .loading-inner {
  width: 45px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(#f6b719 0 0);
  background:
    var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%
  }

  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%
  }

  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%
  }

  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%
  }

  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%
  }

  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%
  }
}

.stories-banner-inner .mi-banner-container {
  padding: 40px 0 !important;
}

/***calendar end***/
.lead {
  font-weight: 500;
}

/***** FWA page start *****/


.fwa-tab-section .tabbable.tabs-left {
  background: #fff;
  padding: 15px 5px;
  border-radius: 5px;
  box-shadow: none;
}

.fwa-tab-section .ui-tab-title.active {
  font-size: 23px;
  font-weight: 600;
  color: #1f3966 !important;
  font-size: 20px;

}

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

.fwa-tab-section .count-track .mi-text-warning {
  font-size: 42px;
  font-family: Nunito Sans !important;
  font-weight: 700;
  margin-right: 30px;
}

.fwa-tab-section .tabs-left>.nav-tabs>li {
  list-style: none;
  height: 112px;
  /* margin-bottom: 20px !important; */
  /* padding: 15px; */
}

.w-85 {
  width: 85%;
}

.fwa-tab-section .ui-tab-title:hover {
  font-size: 20px;
  font-weight: 600;
  color: #1f3966 !important;
  background: #f6f8fb;
}

.fwa-tab-section .ui-tab-title.active {
  background: #f6f8fb;
}

.fwa-tab-section .ui-tab-title {
  padding: 15px;
  height: 112px;
  cursor: pointer;
}

.fwa-tab-section .ui-tab-title:hover .trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
}

.fwa-tab-section .ui-tab-title.active .trk-overall {
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1f3966;
  font-weight: 700;

}

.fwa-tab-section .ui-tab-title .count-track {
  margin-top: 15px;
}

.fwa-tab-section .ui-tab-title .count-track .mi-text-warning {
  color: rgba(68, 68, 68, 0.2);
  margin: 14px 26px 13px 0;
}

.fwa-tab-section .ui-tab-title:hover .count-track .mi-text-warning {

  color: #f6b719;
}

.fwa-tab-section .ui-tab-title.active .count-track .mi-text-warning {

  color: #f6b719;
}

.fwa-tab-section .tabs-left>.nav-tabs,
.fwa-tab-section .tabs-left>.nav-tabs>li,
.fwa-tab-section .tabs-left>.nav-tabs>li>a {
  float: left;
  width: 100%;
  display: block;
  margin: auto;
}

.fwa-tab-section .oed-tab.tabs-left>.nav-tabs,
.fwa-tab-section .oed-tab.tabs-left>.nav-tabs>li,
.fwa-tab-section .oed-tab.tabs-left>.nav-tabs>li>a {
  float: left;
  width: 95%;
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 500px) {
  .fwa-tab-section .tabbable.tabs-left {
    padding: 15px 20px !important;
  }

  .fwa-tab-section .tabs-left>.nav-tabs,
  .fwa-tab-section .tabs-left>.nav-tabs>li,
  .fwa-tab-section .tabs-left>.nav-tabs>li>a {
    margin-top: 2px;
  }

  .fwa-tab-section .ui-tab-title .trk-overall {
    font-size: 15px;
  }

  .fwa-tab-section .ui-tab-title.active .trk-overall {
    font-size: 15px;
  }

  .fwa-tab-section .tabs-left>.nav-tabs>li {
    list-style: none;
    height: 100% !important;
  }

  .fwa-tab-section .ui-tab-title {
    padding: 8px;
    height: 100% !important;

  }

  .fwa-tab-section .ui-tab-title.hover .trk-overall {
    font-size: 15px;
  }

  .fwa-tab-section .ui-tab-title .count-track {
    font-size: 15px;
    margin: auto;
  }

  .fwa-tab-section .tab-content .tab-pane img {
    margin: 0px 0 30px 0;
  }
}

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

  .fwa-tab-section .tab-content .tab-pane,
  .tab-content .tab-pane {
    padding: 10px;
    height: 100% !important;
  }

  .fwa-tab-section .tabs-left>.nav-tabs>li {
    list-style: none;
    height: 100% !important;

  }

  .fwa-tab-section .ui-tab-title {
    padding: 15px;
    height: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fwa-tab-section .tab-content .tab-pane {
    margin: 60px 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .fwa-tab-section .tab-content .tab-pane {
    margin: 20px 0 10px 0;
  }

  .fwa-tab-section .ui-tab-title {
    height: 100% !important;
  }
}

@media (max-width: 991px) {
  .fwa-tab-section .ui-tab-title {
    height: 100px !important;
  }

  .fwa-tab-section .tab-content .tab-pane {
    margin: 46px 0 10px 0;
  }

  .fwa-tab-section .tab-content .tab-pane img {
    margin: 0px 0 30px 55px !important;
    /* width: 250px !important; */
  }
}

@media (max-width: 767px) {
  .fwa-tab-section .ui-tab-title {
    height: 100% !important;
    font-size: 18px;
  }

  .fwa-tab-section .tab-content .tab-pane img {
    margin: 0px 0 30px 30px !important;
    /* width: 250px !important; */
  }

  .fwa-tab-section .ui-tab-title .count-track {
    margin-top: -10px;
  }

  .fwa-tab-section .ui-tab-title .trk-overall {
    font-size: 18px;
    padding: 10px;
  }

  .fwa-tab-section .ui-tab-title.active .trk-overall {
    font-size: 18px;
    padding: 10px;
  }

}

.review-tool {
  padding: 12px 8px;
}


/**list view calendar only***/

.cal-list-sec .disabled {
  color: gray;
  pointer-events: none;
}

.cal-list-sec {
  font-family: "Nunito Sans", sans-serif !important;
}

.cal-list-header {
  border-bottom: 1px solid #1f3966;
  padding-bottom: 20px;
}

.cal-list-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-left: 1px solid #1f3966 !important;
}

.cal-list-header ul li {
  height: 40px;
  font-size: 18px !important;
  padding: 7px 0px !important;
  color: #1f3966;
  float: left;
  width: 8.3%;
  transition: .5s;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  border: 1px solid #0000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cal-list-header ul li.disabled {
  opacity: 0.4;
}

.cal-list-header ul li.current {
  background: #1f3966;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cal-list-header ul li:hover {
  border: 1px solid #f6b71900;
  color: #f6b719;
  transition: .5s;
}

.cal-list-header .form-control {
  border-radius: 5px;
  appearance: none;
  border-color: #999999;
  font-weight: 700;
  z-index: 9;
  background-color: transparent;
  position: relative;
  text-align: center;
  color: #1f3966;
}

.cal-course-list {
  border-bottom: 1px solid;
  text-align: left;
  padding: 20px 0px;
}

.cal-course-list .event-date {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.cal-course-list .event-date span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.cal-course-list .event-time {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.cal-course-list .event-duration {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.cal-course-list .event-duration {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.cal-course-list .event-days {
  font-weight: 500;
  color: #2e2626;
  font-size: 16px;
}

.cal-course-list .event-slot span {
  color: #fff;
  padding: 3px 5px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  width: 130px;
  display: block;
  text-align: center;
}

.cal-course-list .event-slot .available {
  background-color: #398658;
}

.cal-course-list .event-slot .limited {
  background-color: #f6b719;
}

.cal-course-list .event-slot .noseat {
  background-color: #81818196;
}

.cal-list-sec span.input-group-append {
  position: absolute;
  top: 2px;
  right: 18px;
  height: 30px;
  padding: 0px;
  display: none;
}

.event-days {
  font-weight: 500;
  color: #939393;
  font-size: 14px;
}

.event-btn {
  display: flex;
  justify-content: center;
}

.cal-course-list .mi-btn-outline {
  border: 1px solid #1f3966;
  color: #1f3966;
  transition: .5s;
  width: 130px;
  position: relative;
}

.cal-course-list .mi-btn-outline:hover {
  background: #1f3966;
  color: #fff;
  transition: .5s;
  padding-right: 19px !important;
  transition: .5s;

}

.cal-course-list .mi-btn-outline i {
  color: #fff;
  position: absolute;
  left: 6px;
  top: 9px;
  opacity: 0;
  transition: .5s;
}

.cal-course-list .mi-btn-outline:hover>i {
  left: 80%;
  opacity: 1;
  transition: .5s;
}

.nodata-sec {
  height: 200px;
  text-align: center;
  position: relative;
}

.nodata-sec .inner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}

.nodata-sec .inner h3 {
  font-weight: 800;
  color: #1f3966;
}

.multi-topper .mi-tab-pills .nav-link {
  border-radius: 10px 10px 0 0;
  margin-right: 0;
  height: 50px;
  width: 250px;
  font-size: 16px;
  border: 1px solid #ececec;
}

.multi-topper .mi-tab-pills .nav-link.active:after {
  bottom: -8.5px;
  z-index: 65;
  border-top-color: #1f3966 !important;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  border-width: 10px;
  left: 45%;
  display: none;
}

.cal-list-header ul li.current:hover {
  color: #edecec;
}

.course-div {
  display: grid;
  grid-template-columns: 20% 15% 25% 20% 20%;
}

@media (max-width: 767px) {

  /* Adjust the max-width value as needed */
  .cal-course-list {
    border-bottom: 1px solid;
    text-align: left;
    padding: 20px 0px;
    position: relative;
  }

  .cal-list-header ul li {
    margin-bottom: 10px;
    width: 16.3%;
    height: 35px;
    font-size: 16px !important;
    padding: 4px 0 !important;
  }

  .mb-custom {
    margin-bottom: 10px;
  }

  .mob-px {
    padding: 1.5rem !important;
  }

  .event-btn .mi-btn-outline {
    min-width: 130px;
  }

  .cal-course-list .mb-custom {
    margin-bottom: 18px;

  }

  .cal-course-list .event-duration {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-right: 20px;
    position: relative;
  }

  .cal-course-list .event-duration:before {
    content: "";
    position: absolute;
    background: #1f3966;
    width: 2px;
    height: 15px;
    top: 15%;
    right: -11px;
    display: none;
  }

  .course-div {
    display: grid;
    grid-template-columns: 100%;
  }

  .cal-course-list .event-time,
  .cal-course-list .event-duration,
  .cal-course-list .event-date,
  .cal-course-list .event-days {
    font-size: 18px !important;
  }

  .cal-course-list .mb-custom .mi-btn-outline {
    font-size: 18px !important;
    width: 100% !important;
    margin: auto;
    max-width: 100%;
    height: 50px;
    background: #1f3966;
    color: #fff;
  }

  .cal-course-list .event-slot span {
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 500;

    width: auto;
    display: block;
    text-align: center;
  }

  .mob-time {
    order: -1;
    position: absolute;
    right: 0;
    top: 65px;
  }

  .mob-slot {
    order: -2;
    position: absolute;
    right: 0;
    top: 20px;
  }
}

@media (max-width: 991px) {

  /* Adjust the max-width value as needed */
  .cal-list-sec span.input-group-append {
    position: absolute;
    top: 2px;
    right: 18px;
    height: 30px;
    padding: 0px;
  }

  .cal-course-list .mi-btn-outline {
    font-size: 14px !important;
    width: auto;
  }

  .cal-list-header ul {
    border-left: 0 solid #1f3966 !important;
    margin-top: 15px;
    display: block;
  }

  .cal-list-header ul li {
    margin-bottom: 10px;
    width: 16.3%;
  }

  .calendar-tbl .tab-content .tab-pane {
    padding: 0px;
  }

  .multi-topper .nav-tabs .nav-item.mw-50 {
    width: 50%;
  }

  .multi-topper .mi-tab-pills .nav-link {
    width: 100%;
    text-align: center;
  }

}


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

  .cal-course-list .event-time,
  .cal-course-list .event-duration,
  .cal-course-list .event-date,
  .cal-course-list .event-days {
    font-size: 15px !important;
    white-space: normal;
  }

  .cal-course-list .event-slot span {
    width: 100px;
  }

  .cal-list-sec .mi-btn-outline {
    font-size: 12px !important;
    width: 100px !important;

  }

  .cal-list-header ul {
    border-left: 0px solid #1f3966 !important;
    margin-top: 15px;
  }

  .cal-course-list .event-date span {
    display: block;
  }

  .multi-topper .nav-tabs .nav-item.mw-50 {
    width: 50%;
  }

  .multi-topper .mi-tab-pills .nav-link {
    width: 100%;
  }

  .course-div {
    display: grid;
    grid-template-columns: 17% 18% 25% 20% 20%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-content .tab-pane {
    padding: 0px;
  }
}

.hidden {
  display: none;
}

.toggle-btn {
  position: absolute;
  right: 4rem;
  top: 8.2rem;
  z-index: 9;

}

.toggle-btn i {
  color: #f6b719;
  font-size: 26px;
  cursor: pointer;
  transition: .5s;
}

.toggle-btn i:hover {
  color: #1f3966;
  transition: .5s;
}

/***end***/

#pagin li {
  display: inline-block;
}

.prev {
  cursor: pointer;
}

.next {
  cursor: pointer;
}

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

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

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

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

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

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

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

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



a.hide-url:hover {
  color: transparent;
}

/* section.mi-banner.psg-banner h1 {
  font-size: 28px;
} */

.w-70 {
  width: 70%;
}

.custom-width-lg {
  width: 100%;
  /* Default width for small screens */
}

.center-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {

  /* Large screens and up */
  .custom-width-lg {
    width: 80%;
    /* Adjust to content width on large screens */
  }

  .oed-tab .tab-content {
    position: unset;
    width: 100%;
  }

  .fwa-tab-section .oed-tab .tab-content .tab-pane img {
    margin: auto !important;
  }

  .fwa-tab-section .oed-tab .ui-tab-title {
    height: auto !important;
  }

  .oed-tab .trk-overall span {
    float: none;
    width: 100%;
    display: block;
  }

  .fwa-tab-section .oed-tab.tabs-left>.nav-tabs,
  .fwa-tab-section .oed-tab.tabs-left>.nav-tabs>li,
  .fwa-tab-section .oed-tab.tabs-left>.nav-tabs>li>a {
    float: left;
    width: 100%;
    display: block;
    margin-left: auto;
  }
}


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

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

}

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

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

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

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

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

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

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

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




.mi-payroll-software-features-wrapper {
  margin: 0 12px 35px 0;
  padding: 0px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  border: solid 1px #f6f8fb;
  background-color: #fff;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.mi-payroll-software-features-wrapper .card {
  border: none;
  border-radius: 0;
  background-color: #ffffff00;
}

.payroll-software-features-body {
  display: block !important
}


.hk-border-right {
  border-left: 1px solid #c4c4c4;
  padding-left: 66px;
  display: block;
  position: relative;
  right: 70px
}

.mi-payroll-software-features-wrapper .card .icon-bg {
  margin: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: 70px;
  border-radius: 100%;
  position: relative;
}

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

.mi-payroll-software-features-wrapper .card h5 {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #323232
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0
}

.mi-payroll-software-features-wrapper .card.payroll-software-features-body ul li {
  margin: 0 0 27px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

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


.mi-payroll-software-features-wrapper .card {
  padding: 30px 40px 5px 40px;
}

.mi-payroll-software-features-wrapper .row {
  background-color: #FFF;
}

@media (max-width: 991px) {

  .mi-payroll-software-features-wrapper .card {
    padding: 25px 10px 5px 18px;
  }

  .mi-payroll-software-features-wrapper {
    margin: 0 5px 35px 0;
  }
}

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

.mi-job .required:after {
  content: "";
  color: red;
}

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

.mi-key-features-ai-dots.dots-frame::after {
  content: "";
  display: block;
  width: 175px;
  height: 105px;
  background: url(../img/icons/dots-bottom.svg) no-repeat;
  position: absolute;
  top: 80px !important;
  left: 226px;
}

.mi-key-features-ai .mi-hrms-img {
  top: 250px;
  position: absolute;
}

.mi-appraisal-ai {
  padding: 64px 38px 63px;
  border-radius: 16px;
}

.mi-article-item-ai .content ul {
  margin: 20px 0 0;
  list-style: disc !important;
}

.mi-article-item-ai .content ul li::before {
  display: none !important;
}

@media (max-width: 991px) {
  .mi-key-features-ai .mi-hrms-img {
    top: 70px;
    position: relative !important;
    width: 300px !important;
  }

  .mi-key-features-ai-dots.dots-frame::after {
    content: "";
    display: block;
    width: 175px;
    height: 105px;
    background: url(../img/icons/dots-bottom.svg) no-repeat;
    position: absolute;
    top: 80px !important;
    left: 425px;
  }

  .mi-key-features-ai-dots.dots-frame::before {
    content: "";
    display: block;
    width: 175px;
    height: 105px;
    background: url(../img/icons/dots-top.svg) no-repeat;
    position: absolute;
    left: 57px !important;
    top: -77px;
  }

  .mi-appraisal-ai {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mi-key-features-ai-dots.dots-frame::before {
    content: "";
    display: block;
    width: 175px;
    height: 105px;
    background: url(../img/icons/dots-top.svg) no-repeat;
    position: absolute;
    left: -55px !important;
    top: -60px;
  }

  .mi-key-features-ai-dots.dots-frame::after {
    content: "";
    display: block;
    width: 175px;
    height: 105px;
    background: url(../img/icons/dots-bottom.svg) no-repeat;
    position: absolute;
    top: 60px !important;
    left: 233px !important;
  }

}


.page-header .nav-right .btn {
  font-size: 16px !important;
  height: 40px !important;
  line-height: 27px !important;
  font-weight: 600;
}

/******************** e-invoice********************/
.mi-gst-invoice .card {
  background-color: #fff;
  text-align: center;
  position: relative;
  width: 320px;
  height: 330px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.mi-gst-invoice .card-icon {
  position: relative;
}

.mi-gst-invoice .card-icon:before {
  content: "";
  display: block;
  width: 35px;
  height: 220px;
  background: url(../img/icons/double-arrow.svg) repeat;
  background-size: 35px 220px;
  position: absolute;
  bottom: 40px;
  right: -50px;
}

.mi-gst-invoice .card-body {
  padding: 30px;
  font-size: 18px;

}

.mi-gst-invoice .card-head {
  background-color: #17315e;
  color: #FFF;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
}

.mi-about-invoice img {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  margin-bottom: 25px;
}

.mi-about-invoice h4 {
  font-size: 20px;
  color: #f6b719;
}

.mi-about-invoice .image-arrow {
  position: relative;
}

.mi-about-invoice .image-arrow:before {
  content: "";
  display: block;
  width: 35px;
  height: 220px;
  background: url(../img/icons/single-arrow.svg) repeat;
  background-size: 35px 220px;
  position: absolute;
  bottom: 60px;
  right: -24px;
}

.e-invoice-card {
  border-radius: 5px;
  border: solid 1px #e9e8e7;
  background-color: #fff;
  padding: 25px;
  height: 225px;
}

.e-invoice-download {
  width: 80px;
  margin-bottom: 10px;
}

.e-invoice-contact {
  width: 70px;
  margin-bottom: 10px;
}

.mi-invoice-demo .mi-btn-warning:hover {
  border-radius: 5px;
  border: solid 1px #f6b719;
  color: #f6b719;
  background-color: #FFF;
}

.mi-btn-warning-boder {
  border-radius: 5px;
  border: solid 1px #f6b719;
  color: #f6b719;
}

.mi-btn-warning-boder:hover {
  color: #FFF;
  background-color: #f6b719;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .mi-gst-invoice .card {
    width: 270px;
    height: 380px;
  }

  .mi-gst-invoice .card-icon:before {
    bottom: 65px;
    right: -46px;
  }

  .mi-about-invoice img {
    width: 150px;
  }

  .mi-about-invoice h4 {
    font-size: 18px;
  }

  .mi-about-invoice .image-arrow:before {
    bottom: 45px;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .mi-gst-invoice .card {
    width: 200px;
    height: 300px;
  }

  .mi-gst-invoice .card-body {
    padding: 15px;
    font-size: 14px;
  }

  .mi-gst-invoice .card-head {
    font-size: 16px;
  }

  .mi-gst-invoice .card-icon:before {
    width: 30px;
    height: 200px;
    background-size: 30px 200px;
    bottom: 40px;
    right: -38px;
  }

  .mi-about-invoice img {
    width: 120px;
    margin-bottom: 10px;
  }

  .mi-about-invoice h4 {
    font-size: 14px;
  }

  .mi-about-invoice .image-arrow:before {
    width: 25px;
    height: 220px;
    background-size: 25px 220px;
    bottom: 20px;
    right: -10px;
  }

  .e-invoice-card {
    margin-bottom: 30px;
    width: 626px !important;
    padding: 10px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .mi-gst-invoice .card {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }

  .mi-gst-invoice .card-body {
    padding: 18px;
    font-size: 18px;
  }

  .mi-gst-invoice .card-head {
    font-size: 20px;
  }

  .mi-gst-invoice .card-icon:before {
    display: none;
  }

  .mi-about-invoice .image-arrow:before {
    display: none;
  }

  .mi-about-invoice .image-arrow {
    margin-bottom: 20px;
  }

  .e-invoice-card {
    margin-bottom: 30px;
    width: 400px !important;
  }
}

@media (max-width: 575px) {
  .mi-gst-invoice .card {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .e-invoice-now {
    width: 110px;
  }

  .e-invoice-card {
    margin-bottom: 30px;
    width: 350px !important;
  }

  .mi-invoice-demo .mi-bg-light {
    padding: 20px !important;
  }
}

/******************** e-inovice end****************/
/******************** competitor Landing page****************/
.mi-competitor-header .container {
  max-width: 1920px;
  width: 85%;
}

.mi-competitor-header .navbar-brand img {
  width: 150px;
}

.mi-paryoll-software .mi-banner-container {
  padding: 60px 0;
}

.mi-accouting-software-landing .mi-banner {
  padding: 60px 0;
}

.mi-accouting-software-landing .mi-banner-container {
  padding: 0px;
}

.submit-button {
  width: 130px;
}

.mi-accouting-software-landing .mi-hrms-feature.mi-acc-feature {
  padding: 80px 0px;
}

.mi-competitor .container {
  max-width: 1920px;
  width: 85%;
}

.mi-hrms-landing .container {
  max-width: 1920px;
  width: 85%;
}

.mi-paryoll-software .container {
  max-width: 1920px;
  width: 85%;
}

.mi-accouting-software-landing .container {
  max-width: 1920px;
  width: 85%;
}

.mi-footer-competitor .container {
  max-width: 1920px;
  width: 85%;
}

.mi-payroll-outsourcing-landing .container {
  max-width: 1920px;
  width: 85%;
}

.mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-img {
  left: 675px;
}

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

.mi-payroll-outsourcing-landing .mi-hrms-feature-box .box {
  height: 270px;
}

.mi-payroll-outsourcing-landing .mi-pricing-table.mi-acc-price-tbl tr td:nth-child(2)::after,
.mi-pricing-table.mi-acc-price-tbl tr th:nth-child(2)::after {
  border-bottom: 1px solid #b7b7b736 !important;
}

.mi-payroll-outsourcing-landing .mi-pricing-table.mi-acc-price-tbl tr td:nth-child(1)::after,
.mi-pricing-table.mi-acc-price-tbl tr th:nth-child(1)::after {
  border-bottom: 1px solid #b7b7b769 !important;
}

.mi-payroll-outsourcing-landing .mi-pricing-table.mi-acc-price-tbl tr td:nth-child(3)::after,
.mi-pricing-table.mi-acc-price-tbl tr th:nth-child(3)::after {
  border-bottom: 1px solid #b7b7b77a !important;
}


.mi-competitor-header .navbar-brand {
  padding: 12px 0px !important;
}

.mi-footer-competitor {
  padding: 60px 0 0;
}

.mi-footer-competitor .mi-copyrights {
  margin: 30px 0 0;
  padding: 20px 0;
}

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

.mi-paryoll-software .mi-payroll-banner .mi-banner-img {
  left: 650px;
}

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

.mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
  left: 650px;
}

.mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
  width: calc(100% - 550px);
}

.review-tool-v1 {
  margin-left: auto;
  margin-right: auto;
  width: 185px;
  padding: 12px;
}

.mi-btn-warning-dark {
  background-color: #f6b719;
  color: #000000;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, .05);
}

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

.mi-competitor .mi-testimonials {
  background-color: #56abff14;
}

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

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

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

.mi-hrms-feature-box .box {
  border-radius: 12px;
  background-color: #fffbeb;
  padding: 24px;
  margin: 20px 0;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 4%);
  height: 325px;
  transition: all .3s ease;
}

.mi-hrms-feature-box .box:hover {
  position: relative;
  transition: transform .3s ease;
  transform: translateY(-10px);
  cursor: pointer;
}

.mi-hrms-feature-box .box h5 {
  font-weight: 800;
}

.mi-competitor .mi-hrms-feature-box {
  padding: 40px 0px;
}

.mi-hrms-feature-box {
  padding: 80px 0px;
}

.mi-bg-primary-banner .display-4 {
  font-size: 38px;
}

.mi-competitor .contact-section {
  background-color: #56abff14;
}

.contact-form {
  max-width: 1165px;
  width: 100%;
  box-shadow: 0px 0px 10px #0000001a;
  border-radius: 16px;
  background-color: #fff !important;
  position: relative;

}

.mi-form-img {
  background-image: url(../img/side-form.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.contact-section::before {
  content: "";
  display: inline-block !important;
  width: 200px;
  height: 100px;
  background: url(../img/icons/before.png) no-repeat;
  background-size: 194px 95px;
  position: absolute;
  right: calc(100% - 25%);
  top: 0;
}

.mi-contact-form-card::after {
  content: "";
  display: inline-block !important;
  width: 222px;
  height: 137px;
  background: url(../img/icons/after.png) no-repeat;
  background-size: 215px 60px;
  position: absolute;
  top: -52px;
  right: calc(100% - 100%);
}

.mi-competitor .book-a-demo-button {
  padding: 11px 38px;
  box-shadow: 0px 0px 11px #00000040;
  background: #F6B718;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.book-a-demo-button:hover {
  color: #ffffff;
}

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

.mi-bg-dark-gray {
  background-color: #e9e8e7;
}

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

.mi-bg-blue {
  background-color: #0664c12f;
}

.mi-bg-blue-light {
  background-color: #75b9fd19;
}

.mi-competitor .mi-pricing-table.mi-acc-price-tbl th {
  padding: 35px 40px;
}

.mi-hrms-article .mi-article-item {
  background-color: #f8fafe;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 4%);
  transition: all .3s ease;
}

.mi-hrms-article .mi-article-item:hover {
  box-shadow: 0 1px 12px 0 #0000001c;
  cursor: pointer;
  transform: scale(1.02);
}

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

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

.how-it-work .card {
  padding: 42px 30px 30px 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;
  border-radius: 22px;
  background-color: rgba(86, 171, 255, 0.1);

}

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

.how-it-work .card {

  transition: 0.3s;
}

.how-it-work .card:hover {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 12px 0px;
  cursor: pointer;
  transform: scale(1.02);
}

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

.how-it-work .card p {
  font-size: 18px;
  line-height: 1.5;
  color: #323232 !important;
}

.how-it-work .card a:hover {
  color: #323232 !important;
  text-decoration: none !important;
}

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

.mi-bg-light-dark {
  background-color: #f3f3f2;
}

label.error {
  color: #d9534f !important;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .mi-paryoll-software .mi-payroll-banner .mi-banner-img {
    left: 558px;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
    left: 600px;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
    width: calc(100% - 500px);
  }

  .mi-hrms-article .mi-article-item {
    height: 105px;
  }

  .mi-hrms-feature-box .box {
    height: 335px;
  }

}

@media (min-width: 1920px) and (max-width: 2560px) {
  .mi-competitor .mi-banner .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-competitor-header .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-hrms-feature .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-package .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-bg-primary-banner .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-testimonials .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-award .container {
    max-width: 1400px;
    width: 100%;
  }

  .contact-section .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-paryoll-software .container {
    max-width: 1400px;
    width: 100%;

  }

  .mi-accouting-software-landing .container {
    max-width: 1400px;
    width: 100%;

  }

  .mi-hrms-landing .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-footer-competitor .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-payroll-outsourcing-landing .container {
    max-width: 1400px;
    width: 100%;
  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-content {
    width: calc(100% - 650px) !important;
  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-img {
    left: 750px !important;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
    width: calc(100% - 650px) !important;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
    left: 750px !important;
  }

  .mi-hrms-feature-box .box {
    height: 275px;
  }

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

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-img {
    left: 800px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-paryoll-software .mi-payroll-banner .mi-banner-content {
    width: 100% !important;
    text-align: center;
  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-img {
    left: 0;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
    width: 100% !important;
    text-align: center;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
    left: 0;
  }

  .mi-banner-gradient {
    background: #183866 !important;
  }

  .mi-hrms-landing .mi-hrms-banner .mi-banner-content {
    width: 100%;
    text-align: center;
    padding: 70px 0 0;
  }

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

  .mi-competitor .mi-hrms-banner .mi-banner-content {
    width: 100%;
    text-align: center;
    padding: 70px 0 0;
  }

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

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-content {
    width: 100%;
  }

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-img {
    left: 0;
  }

  .mi-payroll-outsourcing-landing .mi-hrms-article .mi-article-item {
    height: 156px;
    font-size: 16px !important;
    padding: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
    width: calc(100% - 450px);
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
    left: 550px;
  }

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

  .mi-paryoll-software .mi-payroll-banner .mi-banner-img {
    left: 570px;

  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-img img {
    width: 95%;
  }

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

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

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

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

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

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-img {
    left: 610px;
    width: 480px;
  }

  .mi-payroll-outsourcing-landing section.mi-banner h1 {
    font-size: 38px;
    font-family: Nunito Sans !important;
    font-weight: 700;
  }

  .mi-hrms-article .mi-article-item {
    height: 130px;
  }
}

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

  .mi-hrms-article .mi-article-item {
    height: 130px;
  }


}

@media (min-width: 1200px) and (max-width: 1439px) {
  .mi-competitor section.mi-banner h1 {
    font-size: 38px;
  }

  .mi-hrms-landing section.mi-banner h1 {
    font-size: 38px;
  }

  .mi-hrms-landing section.mi-banner h1 {
    font-size: 38px;
  }

  .mi-hrms-article .mi-article-item {
    height: 130px;
  }

}

@media (max-width: 991px) {
  .mi-hrms-article .mi-article-item {
    height: 100px;
  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-content {
    width: 100%;
  }

  .mi-paryoll-software .mi-payroll-banner .mi-banner-img {
    left: 0;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-content {
    width: 100%;
  }

  .mi-accouting-software-landing .mi-payroll-banner .mi-banner-img {
    left: 0;
  }

  .contact-section::before {
    display: none !important;
  }

  .mi-contact-form-card::after {
    display: none !important;
  }

  .mi-competitor-header .mi-mobi-country {
    display: none;
  }

  .mi-competitor-header .nav-right {
    margin-top: 0px;
    align-items: flex-start !important;
  }

  .mi-hrms-feature-box .box {
    height: 300px;
  }

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

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-content {
    width: 100%;
  }

  .mi-payroll-outsourcing-landing .mi-payroll-outsourcing-banner .mi-banner-img {
    left: 0px;
  }

  .mi-payroll-outsourcing-landing .mi-hrms-article .mi-article-item {
    height: auto;
  }
}

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

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

@media (max-width: 575px) {

  .mi-home-business-logos .mi-cient-logos .slick-slide img {
    margin: 0 0 20px;
    width: 200px;
    height: 85px;
    object-fit: contain;
  }

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

  .review-tool-v1 {
    width: 100%;
  }

  .mi-competitor .container {
    max-width: 1920px;
    width: 90%;
  }

  .mi-paryoll-software .container {
    max-width: 1920px;
    width: 90%;
  }

  .contact-form {
    padding: 25px;
    padding-top: 40px;
  }

  .mi-competitor-header .navbar-brand img {
    width: 110px;
  }

  .mi-competitor-header.page-header .nav-right .btn {
    margin-top: 7px;
  }

  .mi-competitor-header .container {
    max-width: 1920px;
    width: 100%;
  }

  .mi-competitor .mi-hrms-feature-box .box {
    height: 315px;
  }

  .mi-competitor .contact-section .container {
    max-width: 1920px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .mi-contact-form-card {
    padding: 50px;
    border-left: 0px solid #e9e8e7;
  }

}

@media (min-width: 320px) and (max-width: 599px) {
  .g-recaptcha iframe {
    max-width: 100%;
    zoom: .7;
  }
}

/******************** competitor Landing end****************/

.mi-course-header .mi-products-items {
  padding: 15px 32px 25px 0;
  min-width: 850px;
}

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

@media (max-width: 991px) {
  .mi-course-header .mi-products-items {
    padding: 10px 0 0;
    min-width: 100%;
  }
}

.mi-course-header i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 20px !important;
}

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

.mi-partner-form-container {
  padding-left: 45px;
  border-left: 1px solid #e9e8e7;
  border-right: 0 !important;
}

.mi-partner-contact .mi-contact-info {
  border-left: 0px solid #e9e8e7;
  padding-left: 0px;
}

.mi-partner-contact .mi-contact-info img {
  width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mi-partner-contact .mi-contact-body {
  padding: 50px;
}

.mi-partner-contact .mi-contact-wrapper {
  border-radius: 12px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mi-partner-contact .mi-contact-info {

    border-top: 0px solid #e9e8e7 !important;
  }

  .mi-partner-form-container {
    border-left: 0px solid #e9e8e7;
    border-right: 0 !important;
    padding-left: 0px;
  }

  .mi-partner-contact .mi-contact-info img {
    width: 350px;
    margin: auto;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 767px) {
  .mi-partner-form-container {
    padding-left: 0px;
    border-left: 0px solid #e9e8e7;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  .mi-partner-contact .mi-contact-info img {
    width: 200px;
    display: block;
    margin: auto;
  }
}



/***IR Home Styles***/

.ir-banner {
  background-image: url(../../contents/images/ipo/irhome-banner.webp);
  padding: 0 !important;
  background-size: cover;
  background-position: center right;
  height: 300px;
  padding: 0 !important;
}


.ir-banner .banner-text {
  display: flex;
  align-items: flex-start;
  height: 250px;
}

.ir-banner .breadcrumb {
  padding-top: 80px !important;
}

.mi-investors-contact-banner {
  background-image: url(../../contents/images/ipo/investors-contact-banner.webp);
}

.mi-ir-corporate-governance-banner {

  background-image: url(../../contents/images/ipo/ir-corporate-governance-banner.webp);
}

.mi-ir-corporate-governance-banner .banner-text {
  display: flex;
  align-items: center;
  height: 600px;
}

.mi-ir-agm-egm-banner {
  background-image: url(../../contents/images/ipo/ir-agm-egm-banner.webp);
}


.mi-ir-agm-egm-banner .banner-text {
  display: flex;
  align-items: center;
  height: 600px;
}

.mi-ir-annual-reports-banner {
  background-image: url(../../contents/images/ipo/ir-annual-report-banner.webp);

}


.mi-ir-annual-reports-banner .banner-text {
  display: flex;
  align-items: center;
  height: 600px;
}

.mi-ir-stock-quote-banner {
  background-image: url(../../contents/images/ipo/ir-stock-information-banner.webp);
}


.mi-table-primary-bg {
  background-color: #1f3966 !important;
  color: #FFF;
  font-weight: 700;
  border: 1px solid #FFF;
}

/* 
 .mi-ir-stock-quote .table td, .mi-ir-stock-quote .table th
 {
    padding: 1.3rem;
} */
.mi-ir-stock-quote .display-4 {
  font-size: 30px;
  font-family: Nunito Sans !important;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.stock-card .stockcard-inner {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
  background-color: #1f3966;
}

.stockcard-inner h3 i {
  color: #00ff45;
}

/* .stockcard-value {
  border-color: #dcdcdc;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
} */

.stock-card {
  /* margin-top: -231px; */
  z-index: 1;
  position: relative;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-20 {
  font-size: 20px;
}

.text-20 {
  font-size: 20px;
}

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

.ir-announce ul {
  list-style: none;
}

.ir-announce ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0px;
}

mi-text-irsecondary {
  color: #337ab7;
}


.ir-announce ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}

.ir-announce ul li a:hover {
  text-decoration: none;
  color: #337AB7;
}


.ir-announce ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
}

.ir-announce ul li p {
  font-size: 16px;
  font-weight: 600;
  color: #1f3966;
}


.view-more-icon a:hover img {
  opacity: 1 !important;
  right: -50px !important;
  transition: .5s;
}

.view-more-icon a img {
  width: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  opacity: 1;
  transition: .5s;
}

.link-achor {
  text-decoration: none;
  position: relative;
  transition: transform .1s ease-in-out;

}

.link-achor::before,
.link-achor::after {
  content: "";
  position: absolute;
  background-color: #337AB7;
  transition: transform .5s;
}

.link-achor1::after {
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  transform: scaleX(0);
  transform-origin: left;
}

.link-achor1:hover::after {
  transform: scaleX(1);
}

.ir-financial .custom-card {
  border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
  border: solid 1px #fff;
  background-color: #337ab7;
  align-items: center;
  display: flex;
  padding: 30px;

  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: all .3s ease;
  cursor: pointer;
}

.ir-financial .custom-card:hover {
  transition: transform .3s ease;
  transform: translateY(-5px);
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgb(160 160 160 / 78%);
  border: 0;
}

.ir-financial .custom-card img {
  width: 24px;
  margin: 0px 10px;

}

.ir-home-final ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  column-gap: 1px;
  margin: 0px;
}


.ir-home-final ul li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ir-home-final li {
  position: relative;
}

.ir-home-final a {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.ir-banner.corporate-info-banner {
  background-image: url(../../contents/images/ipo/corporate-info-banner.webp);

}

.ir-home-final li {
  overflow: hidden;
  position: relative;
  display: block;
}

.ir-home-final li .read-more {
  margin-top: 20px;
  display: inline-block;
  opacity: 0;
  color: #fff;
  transition: all 0.5s;
}

.ir-home-final .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 20px;
}

.ir-home-final li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: all 0.5s;
  background-image: url(../img/icons/mask_grad.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.ir-home-final li:hover .text-box {
  bottom: 130px;
}

.ir-home-final .text-box {
  transition: all 0.5s;
  bottom: -25px;
  padding: 0 40px;
}

/* .view-more-icon a:hover img {
  opacity: 1 !important;
  right: -80px !important;
  transition: .5s;
} */

.view-more-icon a img {
  width: 25px;
  /* margin: 0px 10px;
  position: absolute;
  top: 7px;
  right: -30px;
  opacity: 0;
  transition: .5s; */
}

.ir-financial .custom-card {
  border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
  border: solid 1px #fff;
  background-color: #337ab7;
  align-items: center;
  display: flex;
  padding: 30px;

  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ir-financial .custom-card img {
  width: 24px;
  margin: 0px 10px;

}

.ir-home-final ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  column-gap: 1px;
  margin: 0px;
}


.ir-home-final ul li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ir-home-final li {
  position: relative;
}

.ir-home-final a {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.mi-investors-contact .mi-contact-wrapper {
  margin: 0px;
  box-shadow: none;
  ;
}

.mi-investors-contact .mi-contact-info {
  border-left: none;
  border-bottom: none;
}

.mi-investors-contact .mi-contact-body {
  padding: 30px;
}

.mi-investors-contact .mi-contact-form-container {
  border-bottom: none;
}

.mi-investors-contact .mi-contact-wrapper::before {
  content: none;
}

.mi-investors-contact .mi-contact-form-container h4 {
  margin-bottom: 45px;
}

.mi-investors-contact .mi-contact-form .form-check-label {
  font-weight: 600;
}

.mi-investors-contact .mi-btn-submit {
  width: 125px;
}

.mi-ir-agm-egm-filter .filter-text {
  border-bottom: 1px solid #afafaf78 !important;
}

.mi-ir-agm-egm-filter .filter-text a {
  color: #1e1e1e;
  font-weight: 500;
}

.mi-ir-agm-egm-filter .filter-text a:hover {
  text-decoration: none;
}

/*** corporate info style css***/

.directors-tab .nav-link.active {
  background-color: #1f3966;
  color: #fff !important;
  border-radius: 10px;


}

.directors-tab .nav-link {
  padding: 10px 30px;
  color: #1f3966 !important;
}

/* .view-more-icon .view-tag{
  display: inline-block;
  cursor: pointer;
}
 
.view-more-icon .view-tag:hover img{
    opacity: 1 !important;
    right: -80px !important;
    transition: .5s;
} */

.view-more-icon .view-tag img {
  width: 24px;
  margin-left: 7px;
  margin-top: -5px;
  /* margin: 0px 10px;
    position: absolute;
    top: 7px;
    right: -30px;
    opacity: 0;
        transition: .5s; */
}

.directors-tab .view-more-icon .view-tag img {
  width: 24px;
  margin-left: 7px;
  margin-top: 0px;
}

.person-modal .close {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 15px;
  cursor: pointer;
}

.person-modal .modal-dialog {
  width: 992px;
  max-width: 100%;
  padding: 0px 20px;
}

/***newsroom css***/


.ir-banner.newsroom-info-banner {
  background-image: url(../../contents/images/ipo/newsroom-banner.webp);
}


.single-ir-announce.ir-announce ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0;
}

.ir-announce ul li.nav-item {
  border-bottom: none !important;
}

/***financial css***/

/***financial css***/

.ir-banner.financial-info-banner {

  background-image: url(../../contents/images/ipo/financial-banner.webp);
}

.financial-tbl p {
  margin-bottom: 0px;
}

.financial-tbl table th,
.financial-tbl table td {
  vertical-align: middle;
}


.financial-high-tbl table th,
.financial-high-tbl table td {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.financial-high-tbl table th:first-child {
  color: #1f3966;
}


.financial-high-tbl table td {
  font-size: 14px;
  font-weight: bold;
  color: #323232cc;

}

.financial-calendar-tbl table td {
  vertical-align: middle;
}


/***finacial calendar css***/

.ir-calendar-container {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.ir-calendar {

  padding: 20px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 4px 40px 0 #eee, 0 4px 8px 0 rgba(66, 71, 76, 0.05), 0 0 0.5px 0 rgba(66, 71, 76, 0.32);
  background-color: #fff;
  text-align: center;
}

.ir-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.ir-calendar-header button {
  background: transparent;
  border: 0;
  width: 40px;
  border-radius: 6px;
  box-shadow: 0 1px 5px -1px rgba(17, 12, 34, 0.1);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, rgba(228, 230, 231, 0.6), #e4e4e7);
  border-image-slice: 1;
}

.ir-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.ir-calendar-date {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.ir-calendar-date button {
  padding: 0px;
  border: none;
  background: 0 0;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ir-calendar-date button:hover {
  background-color: #e0e0e0;
}

.ir-calendar-date .active {
  background-color: #1a2c50;
  color: white;
}

.event-info {
  width: 400px;
  max-width: 100%;
}

.event-info h3 {
  margin-top: 0;
}

.muted {
  color: #888;
}

.view-more-icon:hover {
  cursor: pointer;
}


.mi-ir-in-the-media-banner {

  background-image: url(../../contents/images/ipo/in-the-media-banner.webp);

}

.mi-ir-in-the-media .post-thumbnail-small img {
  border-radius: 12px;
  transition: all .3s ease;
  cursor: pointer;
}

.mi-ir-in-the-media .post-thumbnail-small img:hover {
  border-radius: 12px;
  cursor: pointer;
  transform: scale(1.02);
}

.mi-ir-in-the-media select {
  word-wrap: normal;
  height: 50px !important;
}

.mi-ir-media img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.mi-ir-media .post-content {
  width: 100% !important;
  display: block;
  margin-left: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}

.mi-ir-media .entry-meta span.meta-category a {
  font-weight: 600;
  /* margin: .5em .2em 0; */
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.mi-ir-media .entry-meta {
  padding-bottom: 10px;
}

.mi-ir-media p {
  margin-bottom: 1em;
  font-size: 13px;
  font-weight: 500;
  color: #323232;
}

.mi-ir-media .news-card a {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px !important;
  color: #656565 !important;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-left-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  /* space for arrow */
}

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

/* .mi-ir-media .entry-title a {
    color: #1f3966 !important;
} */
.mi-ir-media .entry-title a:hover {
  text-decoration: underline;
  color: #337ab7 !important;
}

.mi-ir-media .entry-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5rem;
  width: 100%;
  height: 70px;
}

.ir-header-fixed-top {
  /* position: fixed !important;
    top: 80px;
    left: 0; */
  width: 100%;
  z-index: 999;
  background-color: #edf3ff;
}

.ir-header-fixed-top .container {
  background-color: #edf3ff;
}

.ir-header-fixed-top .mi-text-blue {
  color: #007bff;
}

@media (max-width: 991px) {
  .ir-banner .banner-text {
    display: flex;
    align-items: start;
    height: 600px;
    width: 100%;
    text-align: center;
  }

  .ir-banner .breadcrumb {
    padding-top: 100px !important;
  }

  .financial-info-banner .breadcrumb {
    padding-top: 100px !important;
  }

  .mi-ir-in-the-media-banner .breadcrumb {
    padding-top: 100px !important;
  }

  .mi-investors-contact-banner .breadcrumb {
    padding-top: 100px !important;
  }

  .corporate-info-banner .breadcrumb {
    padding-top: 100px !important;
  }

  .stock-card .stockcard-inner {
    margin: auto;
  }

  .ir-header-fixed-top {
    top: 60px;
  }

  .newsroom-info-banner .breadcrumb {
    padding-top: 120px !important;
  }

  .mi-ir-stock-quote-banner .breadcrumb {
    padding-top: 120px !important;
  }

  /* .stock-card {
    margin-top: -90px;
  } */
}

@media (max-width: 768px) {

  .financial-tbl table td,
  .financial-tbl table th {
    vertical-align: middle;
    border: 1px solid #e8e8e8;
  }
}

@media (max-width: 600px) {

  .ir-home-final ul {
    grid-template-columns: 100%;
    column-gap: 0px;
    row-gap: 1px;
    margin: 0px;
  }

  .ir-home-final a {
    width: 100%;
    text-align: center;
  }

  .ir-home-final ul li {
    height: 180px;
  }

  .ir-calendar-container {
    display: block;
    align-items: flex-start;
    gap: 50px;
  }

  .ir-calendar {
    margin-bottom: 30px;
  }
}

@media(min-width: 1200px) and (max-width: 1439.98px) {
  .ir-banner {
    height: 300px;
  }

  .ir-home-final li:hover .text-box {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  .ir-banner {
    height: 250px;
  }

  .ir-banner .banner-text {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .ir-financial .custom-card:hover {
    transform: translateY(0px) !important;
  }

  .ir-header-fixed-top {
    top: 60px;
  }
}

@media (max-width: 575px) {
  .ir-banner {
    height: 350px;
  }

  .ir-banner .banner-text {
    display: flex;
    text-align: center;
    justify-content: center;
  }


  .mi-banner .banner-text {
    padding-top: 0px !important;
    display: flex;
    padding-top: 100px;
    text-align: center;
    justify-content: center;
  }

  .ir-banner .breadcrumb {
    padding-top: 400px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mi-investors-contact-banner .breadcrumb {
    padding-top: 120px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mi-ir-in-the-media-banner .breadcrumb {
    padding-top: 120px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .ir-banner {
    background-position: center;
  }

  /* .stock-card {
    margin-top: -147px !important;
  } */

  .directors-tab .nav-link {
    padding: 10px 10px;
    font-size: 16px !important;
  }

  .ir-home-final li:hover .text-box {
    bottom: 30px;
  }

  .ir-financial .custom-card:hover {
    transform: translateY(0px) !important;
  }

  .ir-header-fixed-top {
    top: 60px;
  }

  .ir-banner .banner-text {
    display: flex;
    align-items: start;
    height: 420px;
    width: 100%;
    text-align: center;
  }

  .newsroom-info-banner .breadcrumb {
    padding-top: 120px !important;
  }

  .mi-ir-stock-quote-banner .breadcrumb {
    padding-top: 120px !important;
  }

  .mi-faq-body .nav-link {
    font-size: 16px;
    margin: 0 .5rem;
    padding: 0px;
  }

  .ir-announce ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 6px 0;
  }
}

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

  .ir-home-final li:hover .text-box {
    bottom: 80px !important;
  }
}

.mi-partner-contact .e-invoice-enquiry {
  width: 260px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mi-package .e-invoice-table td {
  padding: 10px;
  border: 1px solid #c6c6c6;
}

.e-invoice-table.mi-acc-price-tbl th {
  padding: 15px 30px;
}

.e-invoice-table {
  border-radius: 0px;
}

.e-invoice-table .table {
  margin-bottom: .0rem;
}

.e-invoice-table.mi-acc-price-tbl tr td:nth-child(1)::after,
.e-invoice-table.mi-acc-price-tbl tr th:nth-child(1)::after {
  border-bottom: 0px solid #b7b7b7 !important;
}

.e-invoice-table.mi-acc-price-tbl tr td:nth-child(3)::after,
.e-invoice-table.mi-acc-price-tbl tr th:nth-child(3)::after {
  border-bottom: 0px solid #b7b7b7 !important;
}

.e-invoice-table.mi-acc-price-tbl tr td:nth-child(2)::after,
.e-invoice-table.mi-acc-price-tbl tr th:nth-child(2)::after {
  border-bottom: 0px solid #b7b7b7 !important;
}

.fa-angle-down:before {
  margin-right: 10px !important;
  margin-left: 0px !important;
}

.fa-angle-up:before {
  margin-right: 10px !important;
  margin-left: 0px !important;
}

.ir-banner nav {
  color: #fff;
}

.ir-banner .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
}

.ir-banner .breadcrumb .active {
  color: #ffffff;
}

.ir-banner .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  background-color: #e9ecef00;
  border-radius: .25rem;
}

.ir-banner .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #ffffff;
  content: ">";
}

.card-announcements {
  padding: 30px 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(220 220 220 / 44%);
  border: solid 1px #fff;
  height: 100%;
}

.ir-announce ul.nav-item {
  border-bottom: none !important;
}

/* .ir-announce .first-phara a
{
      text-decoration: underline;
      color: #337ab7;
}
.ir-announce .first-phara a:hover
{
      text-decoration: underline;
} */

@media (max-width: 767px) {
  /* .stock-card {
    margin-top: -70px;
  } */

  .ir-banner .breadcrumb {
    padding-top: 50px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .corporate-info-banner .breadcrumb {
    padding-top: 90px !important;
    font-size: 12px;
  }

  .newsroom-info-banner .breadcrumb {
    padding-top: 120px !important;
    font-size: 12px;
  }

  .mi-ir-stock-quote-banner .breadcrumb {
    padding-top: 120px !important;
    font-size: 12px;
  }

  .mi-ir-in-the-media-banner .breadcrumb {
    padding-top: 120px !important;
    font-size: 12px;
  }

  .mi-investors-contact-banner .breadcrumb {
    padding-top: 120px !important;
    font-size: 12px;
  }

  .financial-info-banner .breadcrumb {
    padding-top: 120px !important;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

/***************Biometic access****************/
.mi-banner-biometric-auth {
  background-image: url('../../contents/images/banners/biometric-authentication-system.webp');
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mi-biometric-auth-epass .card {
  height: 95px;
  padding: 15px;
  margin: 0 0 23px;
  border-radius: 12px;
  background-color: #f6f8fbcc;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 0%);
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  justify-content: center;
  align-items: center;
}

.mi-biometric-integration .border-line1 {
  border-top: 2px dashed #f6b719;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.mi-biometric-integration .mi-hrms-list .item h5 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}

.mi-banner-biometric-keyfeatures .tab-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;

}

.mi-banner-biometric-keyfeatures .tab {
  padding: 17px 27px 16px;
  border-radius: 50px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #555;
  transition: all 0.3s ease;
  font-weight: 600;
  text-align: center;
}

.mi-banner-biometric-keyfeatures .tab.active {
  padding: 17px 27px 16px;
  border-radius: 50px;
  background-color: rgba(31, 57, 102, 0);
  color: #1f3966;
  border-color: #1f3966;
}

.mi-banner-biometric-keyfeatures .tab:hover {
  border-color: #1f3966;
  color: #1f3966;
}

.mi-banner-biometric-keyfeatures .tab-content {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
}

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

.mi-banner-biometric-keyfeatures .tab-content.active {
  display: block;
  border: 1px solid #eeeeee00;
  margin-top: 50px;
}

.mi-banner-biometric-keyfeatures .tab-content h3 {
  color: #1f3966;
  font-weight: bold;
}

.mi-biometric-hardware-designed .panel-heading {
  background-color: #337ab7 !important;
}

.mi-biometric-hardware-designed .panel .panel-heading {
  padding: 26px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.mi-biometric-hardware-designed .panel {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mi-biometric-hardware-designed .panel .panel-heading h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  padding-left: 20px;
}

.mi-biometric-hardware-designed hr {
  margin: 0;
  border-right: 1px solid;
}

.mi-biometric-hardware-designed .col-lg-6 {
  margin-bottom: 25px;
}

.mi-biometric-hardware-designed .divider:before {
  top: 63px;
  bottom: 24px;
  position: absolute;
  content: "";
  width: 1px;
  background-color: #aba7a741;
  left: 95%;
  margin-left: -3px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .mi-banner-biometric-auth {
    height: 90%;
    background-position: bottom;
  }
}

@media (min-width: 992px) {
  .mi-banner-biometric-auth .mi-banner-gradient {
    background-image: url('../../contents/images/banners/biometric-authentication-system.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 90%;
    background-position: bottom;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .mi-banner-biometric-auth {
    background-image: url('../../contents/images/banners/biometric-authentication-system.webp');
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .mi-banner-biometric-auth {
    background-image: linear-gradient(to bottom, rgba(31, 57, 102, .1) 10%, rgb(31, 57, 102) 50.89%, #1f3966 33.77%), url(../../contents/images/banners/biometric-authentication-system-mobile.webp) !important;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) .01%, rgba(255, 255, 255, .1) 15.89%, #1f3966 33.77%), url(contents/images/banners/biometric-authentication-system-mobile.webp) !important; */
    background-size: contain;
    background-repeat: no-repeat;
    height: 90%;
  }

  .mi-banner-biometric-keyfeatures .tab-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }

  .mi-biometric-hardware-designed p {
    margin-bottom: 28px !important;
  }

  .mi-banner-biometric-auth .mi-banner-container {
    padding-top: 500px !important;
  }


}

@media (max-width: 767px) {
  .mi-banner-biometric-keyfeatures .tab-container {
    display: block;
  }

  .mi-banner-biometric-keyfeatures .tab {
    margin-bottom: 10px;
  }

  .mi-banner-biometric-auth {
    background-image: linear-gradient(to bottom, rgba(31, 57, 102, .1) 10%, rgb(31, 57, 102) 34.89%, #1f3966 33.77%), url(../../contents/images/banners/biometric-authentication-system-mobile.webp) !important;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) .01%, rgba(255, 255, 255, .1) 15.89%, #1f3966 33.77%), url(contents/images/banners/biometric-authentication-system-mobile.webp) !important; */
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mi-banner-biometric-auth .mi-banner-container {
    padding-top: 300px;
  }

  .mi-biometric-hardware-designed .divider:before {
    display: none;
  }
}

@media (max-width: 599px) {
  .mi-banner-biometric-auth {
    background-image: linear-gradient(to bottom, rgba(31, 57, 102, .1) 10%, rgb(31, 57, 102) 19%, #1f3966 33.77%), url(../../contents/images/banners/biometric-authentication-system-mobile.webp) !important;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) .01%, rgba(255, 255, 255, .1) 15.89%, #1f3966 33.77%), url(contents/images/banners/biometric-authentication-system-mobile.webp) !important; */
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mi-banner-biometric-auth .mi-banner-container {
    padding: 40px 0;
    padding-top: 210px;
  }

  .mi-biometric-hardware-designed .divider:before {
    display: none;
  }
}

@media (max-width: 575px) {
  .mi-banner-biometric-auth {
    background-image: linear-gradient(to bottom, rgba(31, 57, 102, .1) 10%, rgb(31, 57, 102) 24%, #1f3966 33.77%), url(../../contents/images/banners/biometric-authentication-system-mobile.webp) !important;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) .01%, rgba(255, 255, 255, .1) 15.89%, #1f3966 33.77%), url(contents/images/banners/biometric-authentication-system-mobile.webp) !important; */
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mi-banner-biometric-auth .mi-banner-container {
    padding-top: 250px !important;
  }

  .mi-biometric-hardware-designed .divider:before {
    display: none;
  }
}

.mi-biometric-system-door-access .breadcrumb {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  background-color: #e9ecef00;
}


.mi-biometric-system-door-access .breadcrumb li {
  margin: 0;
}

.mi-biometric-system-door-access .breadcrumb li+li:before {
  content: ">";
  padding: 0 8px;
  color: #999;
}

.mi-biometric-system-door-access .breadcrumb a {
  text-decoration: none;
  color: #666;
}

.mi-biometric-system-door-access .breadcrumb li.active {
  font-weight: bold;
  color: #333;
}

.mi-biometric-system-door-access .divider {
  border-bottom: 1px solid #32323219;
  padding-top: 15px;

}

.mi-biometric-system-door-access .divider-1:before {
  top: 0px;
  bottom: 0px;
  position: absolute;
  content: "";
  width: 1px;
  background-color: #32323233;
  left: 95%;
  margin-left: -3px;
}

.mi-biometric-system-door-access .display-4 {
  font-size: 35px;
  color: #337ab7 !important;
  font-family: Nunito Sans !important;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.mi-biometric-system-door-access .sidebar {
  padding: 15px;
}

.mi-biometric-system-door-access .sidebar h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0073e6;
  margin-bottom: 10px;
}

.mi-biometric-system-door-access .menu-item {
  font-size: 24px;
  font-weight: bold;
  color: #0073e6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px 7px 0px;
}

.mi-biometric-system-door-access .submenu {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  display: none;
}

.mi-biometric-system-door-access .submenu li {
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  color: #333;
  cursor: pointer;
}

.mi-biometric-system-door-access .submenu li a:active {
  color: #0073e6 !important;
}

.mi-biometric-system-door-access .submenu li a {
  color: #333;
}

.mi-biometric-system-door-access .submenu li:hover {
  text-decoration: underline;
}

.mi-biometric-system-door-access .active+.submenu {
  display: block;
}

.mi-biometric-system-door-access .card {
  border-radius: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  border: 0px;
  padding: 15px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .mi-biometric-system-door-access .divider-1:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .mi-biometric-system-door-access .divider-1:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .mi-biometric-system-door-access .divider-1:before {
    display: none;
  }
}

/*********************biometic end***************************/
#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;
  }
}