* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
/* start hero section */
img { max-width: 100%;}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.doc-container.full-width {  padding: 0; }
  
  /* Global class list */
.kv-flex {
  display: flex !important;
}

.direction-col {
  flex-direction: column;
}

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

.items-center {
  align-items: center;
}

.kv-subTitle {
  font-size: 20px;
  /* color: #037eff; */
  color: #1ea433;
  font-weight: 500;
  padding-top: 26px;
}

.kv-white {
  color: white !important;
}

.kv-back {
  color: rgb(0, 0, 0) !important;
}

.kv-Title {
  font-size: 36px;
  font-weight: 700;
  /* line-height: 54px; */
  margin-top: 15px;
  color: #0d121f;
}
.kv-text-center {
  text-align: center !important;
}
.kv-desc {
  margin-top: 10px;
  font-size: 20px;
  text-align: justify;
  font-weight: 400;
  line-height: 34px;
  color: #0d121f;
}

.gap-3 {
  gap: 3rem;
}

.gap-1 {
  gap: 1rem;
}

.py-80 {
  padding: 120px 0;
}

.p-20 {
  padding: 20px;
}

.kv-ul {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  gap: 20px;
}

.kv-li {
  display: flex;
  align-items: center;
  list-style: none;
}

.items-start {
  align-items: flex-start !important;
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
  padding: 20px;
}

.w-80 {
  width: 80%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.kv-img-border {
  border: 1px solid #e6e6e6;
}

.kv-rounded {
  border-radius: 10px;
}

.kv-act-btn {
  margin-top: 20px;
  background-color: #037eff;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  transition: 1s ease-in;
}

.kv-act-btn:hover {
  text-decoration: underline;
}

.content {
  text-align: center;
}
.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  flex-direction: column;
}
.hero-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #212121;
}
.hero-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -3%;
  margin-top: 20px;
  text-align: center;
}
.menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 850px;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 50px;
}
.menu li {
  background: #f0f1f3;
  color: #212121;
  padding: 9px 15px;
  border-radius: 4px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
button {
  background-color: #3563e9;
  border: none;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
}
button a {
  text-decoration: none;
  color: white;
}
.screenshot {
  display: block;
  margin-left: 80px;
  margin-top: 50px;
}
/* start hero section */
/* start section */
.pricing-title {
  text-align: center;
  margin-top: 150px;
  font-size: 45px;
  font-weight: 500;
}
table {
  width: 100%;
  margin-top: 40px;
}
.az-text-center td {
  text-align: center;
}

table,
th,
td {
  border: 1px solid #212121;
  border-collapse: collapse;
}
td {
  width: 20%;
}
.doc-container th, .doc-container td { padding: 2px 6px;}
.doc-container th {  background: #d7d6d5;}

tr th h2 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}
tr th p {
  font-size: 11px;
  margin-top: 5px;
  padding-bottom: 20px;
  font-weight: 500;
}
.borderless td {
  border: none;
  border-right: 1px solid #212121;
  padding: 5px;
  text-align: center;
}
.borderless td span {
  font-size: 11px;
  color: #858ba0;
}
.borderless td h2 {
  font-size: 25px;
  font-weight: 500;
}
.borderless td p {
  font-size: 11px;
  font-weight: 500;
}
.borderless td a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 210px;
  font-size: 16px;
  color: #e6e9f5;
  padding: 10px 30px;
  text-align: center;
  background: #212121;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.center td {
  padding: 10px;
}
.center img {
  display: flex;
  flex-direction: row;
}

/* end section */
/* start section */

.sales {
  margin-top: 40px;
  background: #f7f7f7;
}
.sales-section {
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.feature-01-ss {
  border: 1px solid #e6e6e6;
  width: 50%;
  border-radius: 12px;
  padding-top: 26px;
  padding-left: 21px;
  background: #fafafa;
}

.sales-content {
  width: 50%;
}

.sales-point {
  display: flex;
  /* align-items: center; */
  gap: 44px;
  margin-top: 15px;
}
.sales-point img {
  padding-right: 5px;
}

.project-section-content {
  width: 50%;
}

.project-section-img {
  width: 50%;
}

.payment-content {
  width: 50%;
}

.payment-img {
  width: 50%;
}

.payment-img img {
  width: 100%;
}

.support-section {
  background-color: #0d121f;
}

.report {
  padding-bottom: 50px;
}

/* // Emp */
.hrm-payrool {
  background-color: #f7f7f7;
}
.emp-img img {
  width: 100%;
}

.emp-content {
  width: 50%;
}

.procurement {
  background: #0d121f;
}

.procurement-image {
  width: 50%;
}

.procurement-image img {
  width: 100%;
}

/* // Invertory */

.inventory-content {
  width: 50%;
}
.inventory-img {
  width: 50%;
}

.inventory-img img {
  width: 100%;
}

/* taxes */

.taxes {
  background-color: #fafaff;
}

.taxes-img {
  width: 50%;
}

.taxes-img img {
  width: 100%;
}

/* // Statement  */

/* end ten section */
/* start eleven section */
.eleven {
  width: 1349px;
  height: 570px;
  display: flex;
  justify-content: center;
}

.eleven .support {
  margin-top: 120px;
  margin-left: 143px;
}
.support span {
  font-size: 20px;
  color: #037eff;
  font-weight: 500;
  padding-top: 26px;
}
.support h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-top: 15px;
  color: #ffffff;
}
.support p {
  margin-top: 15px;
  font-size: 20px;
  text-align: justify;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.support a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 215px;
  height: 52px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 20px;
  background: #037eff;
  border-radius: 30px;
}

.eleven .right-image img {
  width: 630px;
  height: 490px;
  margin-top: 80px;
  margin-left: 139px;
  padding-top: 26px;
  padding-left: 21px;
  background: #0d121f;
}
/* end eleven section */

/* start twelve section */
.twelve {
  width: 1349px;
  height: 734px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.twelve .tamil {
  display: block;
  text-align: center;
}
.tamil .image {
  width: 522px;
  height: 54px;
  margin-top: 125px;
}
.tamil h2 {
  max-width: 874px;
  font-size: 36px;
  list-style: 65px;
  font-weight: 700;
  margin-top: 30px;
  color: #0d0a2c;
}
.tamil span {
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
  color: #667394;
}

.tamil a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  font-size: 25px;
  font-weight: 700;
  background: #037eff;
  text-decoration: none;
  color: #ffffff;
  border-radius: 61px;
}

.pricing_plan {
  height: 1150px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.pricing_plan h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.hero_pricing {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.price {
  width: 242px;
  height: auto; /*1065px;*/
  border: 1px solid #e6e9f5;
  border-right: none;
}
.price:last-child {
  border-right: 1px solid #e6e9f5;
}
.price1 {
  height: 105px;
  text-align: center;
  padding: 21px 0px;
}
.price1 h2 {
  font: 700 25px;
  color: #000000;
}
.price1 span {
  font: 500 14px "Jost";
  color: #000000;
  letter-spacing: -1px;
}
.price2 {
  height: 260px;
  padding: 21px 10px;
  gap: 10px;
  border-bottom: 1px solid #e6e9f5;
}
.month3 {
  display: none;
}
.month1 {
  text-align: center;
  color: #858ba0;
  text-decoration: line-through;
  display: block;
  font: 500 14px "Jost";
  text-transform: capitalize;
  margin-bottom: 7px;
}

.price2 h2 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  /* margin-left: 44px; */
  font: 700 35px "Jost";
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.month2 {
  color: #858ba0;
  font: 500 15px "Jost";
  margin-top: 14px;
}
.per {
  margin-top: 5px;
  color: #000000;
  font: 400 14px "Jost";
  line-height: 23px;
  text-align: center;
  display: block;
}
.signup-wrap button {
  width: 200px;
  height: 43px;
  border-radius: 4px;
  padding: 10px 24px 16px 24px;
  background: #252430;
  color: #e6e9f5;
  font: 500 16px "Jost";
  margin-left: 12px;
  margin-top: 10px;
}
.banking span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 20px 5px 20px;
  border-bottom: 1px solid #e6e9f5;
  font: 600 14px "Jost";
}
.banking span:last-child {
  border-bottom: none;
}
.banking svg {
  margin-right: 10px;
}

/* end twelve section */

@media only screen and (max-width: 550px) {
  /* .gloabl class  */
  .w-50 {
    width: 100% !important;
  }
  .img-width {
    width: 100% !important;
  }
  .doc-container.top-border {
    margin-top: 0px;
  }
  .hero-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #212121;
  }
  button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .sm-direction-col {
    flex-direction: column;
  }

  .sm-kv-title {
    font-size: 28px;
  }

  .sm-kv-desc {
    font-size: 16px;
  }

  .sm-w-full {
    width: 100%;
  }

  .sm-py-80 {
    padding: 80px 0;
  }
  .cta {
    padding-top: 30px;
  }
  .container {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .hero-content {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .theme-main-menu {
    padding: 10px 20px;
  }

  .menu ul {
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0px;
  }
  div {
    line-height: 25px;
  }
  .btn {
    margin-top: 20px;
  }
  .menu li {
    text-align: center;
    font-size: 11px;
    width: 140px;
    padding: 0px;
  }
  .screenshot {
    margin: 40px 0 0 0;
    width: 100%;
  }

  .screenshot img {
    width: 100%;
    border: 1px solid #e6e6e6;
  }

  .pricing-section {
    display: none;
  }

  .sales-section {
    flex-direction: column;
  }

  .feature-01-ss {
    border: 1px solid #e6e6e6;
    width: 100%;
  }
  .sales-content span {
    font-size: 16px;
  }
  .sales-content {
    width: 100%;
  }
  .sales-content h2 {
    font-size: 28px;
  }
  .sales-content p {
    margin-top: 0;
    font-size: 16px;
  }

  .pricing_plan {
    height: auto;
    width: 100%;
  }
  #none {
    display: none;
  }
  .none {
    display: none;
  }
  .price2 button {
    margin-left: 60px;
  }
  .hero_pricing {
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .price {
    width: 100%;
    border-right: 1px solid #e6e9f5;
    margin-bottom: 10px;
    border-radius: 3px;
    height: auto;
  }
  .month2 {
    display: none;
  }
  .month3 {
    display: block;
    margin-top: -17px;
    text-align: center;
    color: #858ba0;
    font: 500 15px "Jost";
  }
  .sm-text-left {
    text-align: left !important;
  }
  .doc-sidebar {
        height: auto;
        top: -15px;
        background: #f5f5f5;
    }
    .doc-container.top-border .doc-main-body {
        max-width:90%;
    }
    .row>* {
        width: inherit;
    }
}
@media only screen and (max-width: 1024px) {
  .screenshot {
    margin-left: 0px;
    margin-top: 0px;
    width: 95%;
    margin: 20px auto;
  }
  .screenshot img {
    width: 100%;
  }
  .pricing_plan {
    height: auto;
  }
  .price:nth-child(1) {
    border-right: none;
  }
  .price:nth-child(3) {
    border-right: none;
  }
  .price {
    width: 490px;
    gap: 10px;
    border-right: 1px solid #e6e9f5;
    margin-bottom: 10px;
  }
  .price2 button {
    display: block;
    margin: 0 auto;
  }
  .sales-section {
    gap: 1rem;
  }
  .sales {
    margin-top: 0px;
  }
  .feature-01-ss {
    width: 44%;
  }
  .sales-content {
    gap: 1rem;
  }
  .support-section {
    padding: 0px 32px;
  }
  .kv-padd {
    padding: 0px 28px;
  }

  .gap {
    gap: 1rem;
  }
  .img-width {
    width: 100% !important;
  }
  .r-kv-Title {
    font-size: 24px;
  }
  .r-kv-desc {
    font-size: 17px;
    line-height: 25px;
  }
}

.mx-mobile-menu {
  display: block !important;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}

@media (max-width: 992px) {
  .mx-visible-nav {
    justify-content: end !important;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
  }

  .user-login-button {
    margin-top: 2rem;
  }

  .mx-active {
    height: 450px;
    overflow-y: scroll; /* Allow vertical scrolling */
    transition: all 0.5s;
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
  }

  /* Hide scrollbar for webkit browsers (Chrome, Safari) */
  .mx-active::-webkit-scrollbar {
    display: none;
  }

  .theme-menu-three .right-widget {
    position: static !important;
  }
  .navbar-nav {
    align-items: center;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

/*=====  End of search-wrapper  ======*/
/*==================================
=            navigation            =
==================================*/
.navbar .dropdown-menu {
  border-radius: 0;
}
.mega-dropdown-holder.dropdown {
  position: static;
}
.navbar-toggler {
  float: right;
  width: 44px;
  height: 36px;
  padding: 0;
  position: relative;
  z-index: 99;
  border: none;
  background: #3c473e;
  box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler::before,
.navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}
.navbar-toggler span {
  position: absolute;
  left: 9px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: #fff;
}
.navbar-toggler::before {
  -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.navbar-toggler.active span {
  opacity: 0;
}
.navbar-toggler.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.navbar-toggler.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/*  ##### Docs Design ######## */

.ss-card:hover {
  border-color: #dedede;
  background: #eee;
}

/* #sideNav {
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fbfbfb;
} */

/* .doc-sideNav .nav-link:not(:last-child) {
  border-bottom: 1px solid #ccc;
} */

.doc-sidebar .list-item li h4 {
  font-size: 16px;
}

ul.sub-menu li a {
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
}
